@factoringplus/pl-components-pack-v3 1.2.3 → 1.2.4
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.
|
@@ -103,7 +103,7 @@ usage: app.provide(ID_INJECTION_KEY, {
|
|
|
103
103
|
* Vue Currency Input 3.1.0
|
|
104
104
|
* (c) 2018-2024 Matthias Stiller
|
|
105
105
|
* @license MIT
|
|
106
|
-
*/var yn;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(yn||(yn={}));var so;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(so||(so={}));const Wl=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),Sd=t=>t.replace(/^0+(0$|[^0])/,"$1"),Pi=(t,n)=>(t.match(new RegExp(Wl(n),"g"))||[]).length,FH=(t,n)=>t.substring(0,t.indexOf(n)),$d=[",",".","٫","。"],Td="(0|[1-9]\\d*)";class WH{constructor(n){var o,r,i,s,c,d;const{currency:u,currencyDisplay:f,locale:C,precision:p,accountingSign:M,useGrouping:g}=n;this.locale=C,this.options={currency:u,useGrouping:g,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==yn.hidden?f:void 0};const m=new Intl.NumberFormat(C,this.options),_=m.formatToParts(123456);this.currency=(o=_.find(({type:L})=>L==="currency"))===null||o===void 0?void 0:o.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(L=>L.toLocaleString(C)),this.decimalSymbol=(r=_.find(({type:L})=>L==="decimal"))===null||r===void 0?void 0:r.value,this.groupingSymbol=(i=_.find(({type:L})=>L==="group"))===null||i===void 0?void 0:i.value,this.minusSign=(s=m.formatToParts(-1).find(({type:L})=>L==="minusSign"))===null||s===void 0?void 0:s.value,this.decimalSymbol===void 0?this.minimumFractionDigits=this.maximumFractionDigits=0:typeof p=="number"?this.minimumFractionDigits=this.maximumFractionDigits=p:(this.minimumFractionDigits=(c=p==null?void 0:p.min)!==null&&c!==void 0?c:m.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(d=p==null?void 0:p.max)!==null&&d!==void 0?d:m.resolvedOptions().maximumFractionDigits);const y=L=>FH(L,this.digits[1]),w=L=>L.substring(L.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=y(m.format(1)),this.suffix=w(m.format(1)),this.negativePrefix=y(m.format(-1)),this.negativeSuffix=w(m.format(-1))}parse(n){if(n){const o=this.isNegative(n);n=this.normalizeDigits(n),n=this.stripCurrency(n,o),n=this.stripSignLiterals(n);const r=this.decimalSymbol?`(?:${Wl(this.decimalSymbol)}(\\d*))?`:"",i=this.stripGroupingSeparator(n).match(new RegExp(`^${Td}${r}$`));if(i&&this.isValidIntegerFormat(this.decimalSymbol?n.split(this.decimalSymbol)[0]:n,Number(i[1])))return+`${o?"-":""}${this.onlyDigits(i[1])}.${this.onlyDigits(i[2]||"")}`}return null}isValidIntegerFormat(n,o){const r={...this.options,minimumFractionDigits:0};return[this.stripCurrency(this.normalizeDigits(o.toLocaleString(this.locale,{...r,useGrouping:!0})),!1),this.stripCurrency(this.normalizeDigits(o.toLocaleString(this.locale,{...r,useGrouping:!1})),!1)].includes(n)}format(n,o={minimumFractionDigits:this.minimumFractionDigits,maximumFractionDigits:this.maximumFractionDigits}){return n!=null?n.toLocaleString(this.locale,{...this.options,...o}):""}toFraction(n){return`${this.digits[0]}${this.decimalSymbol}${this.onlyLocaleDigits(n.substring(1)).substring(0,this.maximumFractionDigits)}`}isFractionIncomplete(n){return!!this.normalizeDigits(this.stripGroupingSeparator(n)).match(new RegExp(`^${Td}${Wl(this.decimalSymbol)}$`))}isNegative(n){return n.startsWith(this.negativePrefix)||this.minusSign===void 0&&(n.startsWith("(")||n.startsWith("-"))||this.minusSign!==void 0&&n.replace("-",this.minusSign).startsWith(this.minusSign)}insertCurrency(n,o){return`${o?this.negativePrefix:this.prefix}${n}${o?this.negativeSuffix:this.suffix}`}stripGroupingSeparator(n){return this.groupingSymbol!==void 0?n.replace(new RegExp(Wl(this.groupingSymbol),"g"),""):n}stripSignLiterals(n){return this.minusSign!==void 0?n.replace("-",this.minusSign).replace(this.minusSign,""):n.replace(/[-()]/g,"")}stripCurrency(n,o){return n.replace(o?this.negativePrefix:this.prefix,"").replace(o?this.negativeSuffix:this.suffix,"")}normalizeDecimalSeparator(n,o){return $d.forEach(r=>{n=n.substring(0,o)+n.substring(o).replace(r,this.decimalSymbol)}),n}normalizeDigits(n){return this.digits[0]!=="0"&&this.digits.forEach((o,r)=>{n=n.replace(new RegExp(o,"g"),String(r))}),n}onlyDigits(n){return this.normalizeDigits(n).replace(/\D+/g,"")}onlyLocaleDigits(n){return n.replace(new RegExp(`[^${this.digits.join("")}]*`,"g"),"")}}class jd{constructor(n){this.currencyFormat=n}}class GH extends jd{conformToMask(n,o=""){const r=this.currencyFormat.isNegative(n),i=m=>m===""&&r&&!(this.currencyFormat.minusSign===void 0?o===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:o===this.currencyFormat.negativePrefix),s=m=>{if(i(m))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(m))return m;if(m.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(m)}return null};let c=n;c=this.currencyFormat.stripCurrency(c,r),c=this.currencyFormat.stripSignLiterals(c);const d=s(c);if(d!=null)return this.currencyFormat.insertCurrency(d,r);const[u,...f]=c.split(this.currencyFormat.decimalSymbol),C=Sd(this.currencyFormat.onlyDigits(u)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,g=C===""&&r&&(this.currencyFormat.minusSign===void 0?o===n.slice(0,-2)+this.currencyFormat.negativeSuffix:o===n.slice(0,-1));return M||g||i(C)?o:C.match(/\d+/)?{numberValue:+`${r?"-":""}${C}.${p}`,fractionDigits:p}:""}}class qH extends jd{conformToMask(n,o=""){if(n===""||this.currencyFormat.parse(o)===0&&this.currencyFormat.stripCurrency(o,!0).slice(0,-1)===this.currencyFormat.stripCurrency(n,!0))return"";const r=this.currencyFormat.isNegative(n),i=this.currencyFormat.stripSignLiterals(n)===""?-0:+`${r?"-":""}${Sd(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:i,fractionDigits:i.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const KH={locale:void 0,currency:void 0,currencyDisplay:void 0,hideGroupingSeparatorOnFocus:!0,hideCurrencySymbolOnFocus:!0,hideNegligibleDecimalDigitsOnFocus:!0,precision:void 0,autoDecimalDigits:!1,valueRange:void 0,useGrouping:void 0,valueScaling:void 0};class JH{constructor(n){this.el=n.el,this.onInput=n.onInput,this.onChange=n.onChange,this.addEventListener(),this.init(n.options)}setOptions(n){this.init(n),this.format(this.currencyFormat.format(this.validateValueRange(this.numberValue))),this.onChange(this.getValue())}getValue(){return{number:this.valueScaling&&this.numberValue!=null?this.toInteger(this.numberValue,this.valueScaling):this.numberValue,formatted:this.formattedValue}}setValue(n){const o=this.valueScaling!==void 0&&n!=null?this.toFloat(n,this.valueScaling):n;o!==this.numberValue&&(this.format(this.currencyFormat.format(this.validateValueRange(o))),this.onChange(this.getValue()))}init(n){this.options={...KH,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new WH(this.options),this.numberMask=this.options.autoDecimalDigits?new qH(this.currencyFormat):new GH(this.currencyFormat);const o={[so.precision]:this.currencyFormat.maximumFractionDigits,[so.thousands]:3,[so.millions]:6,[so.billions]:9};this.valueScaling=this.options.valueScaling?o[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==so.precision?this.valueScaling+this.currencyFormat.maximumFractionDigits:this.currencyFormat.maximumFractionDigits,this.minValue=this.getMinValue(),this.maxValue=this.getMaxValue()}getMinValue(){var n,o;let r=this.toFloat(-Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.min)!==void 0&&(r=Math.max((o=this.options.valueRange)===null||o===void 0?void 0:o.min,this.toFloat(-Number.MAX_SAFE_INTEGER))),r}getMaxValue(){var n,o;let r=this.toFloat(Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.max)!==void 0&&(r=Math.min((o=this.options.valueRange)===null||o===void 0?void 0:o.max,this.toFloat(Number.MAX_SAFE_INTEGER))),r}toFloat(n,o){return n/Math.pow(10,o??this.valueScalingFractionDigits)}toInteger(n,o){return Number(n.toFixed(o??this.valueScalingFractionDigits).split(".").join(""))}validateValueRange(n){return n!=null?Math.min(Math.max(n,this.minValue),this.maxValue):n}format(n,o=!1){if(n!=null){this.decimalSymbolInsertedAt!==void 0&&(n=this.currencyFormat.normalizeDecimalSeparator(n,this.decimalSymbolInsertedAt),this.decimalSymbolInsertedAt=void 0);const r=this.numberMask.conformToMask(n,this.formattedValue);let i;if(typeof r=="object"){const{numberValue:s,fractionDigits:c}=r;let{maximumFractionDigits:d,minimumFractionDigits:u}=this.currencyFormat;this.focus?u=o?c.replace(/0+$/,"").length:Math.min(d,c.length):Number.isInteger(s)&&!this.options.autoDecimalDigits&&(this.options.precision===void 0||u===0)&&(u=d=0),i=this.toInteger(Math.abs(s))>Number.MAX_SAFE_INTEGER?this.formattedValue:this.currencyFormat.format(s,{useGrouping:this.options.useGrouping!==!1&&!(this.focus&&this.options.hideGroupingSeparatorOnFocus),minimumFractionDigits:u,maximumFractionDigits:d})}else i=r;this.maxValue<=0&&!this.currencyFormat.isNegative(i)&&this.currencyFormat.parse(i)!==0&&(i=i.replace(this.currencyFormat.prefix,this.currencyFormat.negativePrefix)),this.minValue>=0&&(i=i.replace(this.currencyFormat.negativePrefix,this.currencyFormat.prefix)),(this.options.currencyDisplay===yn.hidden||this.focus&&this.options.hideCurrencySymbolOnFocus)&&(i=i.replace(this.currencyFormat.negativePrefix,this.currencyFormat.minusSign!==void 0?this.currencyFormat.minusSign:"(").replace(this.currencyFormat.negativeSuffix,this.currencyFormat.minusSign!==void 0?"":")").replace(this.currencyFormat.prefix,"").replace(this.currencyFormat.suffix,"")),this.el.value=i,this.numberValue=this.currencyFormat.parse(i)}else this.el.value="",this.numberValue=null;this.formattedValue=this.el.value,this.onInput(this.getValue())}addEventListener(){this.el.addEventListener("input",n=>{const{value:o,selectionStart:r}=this.el,i=n;if(r&&i.data&&$d.includes(i.data)&&(this.decimalSymbolInsertedAt=r-1),this.format(o),this.focus&&r!=null){const s=()=>{const{prefix:c,suffix:d,decimalSymbol:u,maximumFractionDigits:f,groupingSymbol:C}=this.currencyFormat;let p=o.length-r;const M=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(o.startsWith("(")||o.startsWith("-"))&&!o.endsWith(")"))return M-this.currencyFormat.negativeSuffix.length>1?this.formattedValue.substring(r).length:1;if(this.formattedValue.substring(r,1)===C&&Pi(this.formattedValue,C)===Pi(o,C)+1)return M-p-1;if(M<p)return r;if(u!==void 0&&o.indexOf(u)!==-1){const g=o.indexOf(u)+1;if(Math.abs(M-o.length)>1&&r<=g)return this.formattedValue.indexOf(u)+1;!this.options.autoDecimalDigits&&r>g&&this.currencyFormat.onlyDigits(o.substring(g)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===yn.hidden?M-p:Math.max(M-Math.max(p,d.length),c.length)};this.setCaretPosition(s())}}),this.el.addEventListener("focus",()=>{this.focus=!0,this.numberValueOnFocus=this.numberValue,setTimeout(()=>{const{value:n,selectionStart:o,selectionEnd:r}=this.el;if(this.format(n,this.options.hideNegligibleDecimalDigitsOnFocus),o!=null&&r!=null&&Math.abs(o-r)>0)this.setCaretPosition(0,this.el.value.length);else if(o!=null){const i=this.getCaretPositionOnFocus(n,o);this.setCaretPosition(i)}})}),this.el.addEventListener("blur",()=>{this.focus=!1,this.format(this.currencyFormat.format(this.validateValueRange(this.numberValue))),this.numberValueOnFocus!==this.numberValue&&this.onChange(this.getValue())})}getCaretPositionOnFocus(n,o){if(this.numberValue==null)return o;const{prefix:r,negativePrefix:i,suffix:s,negativeSuffix:c,groupingSymbol:d,currency:u}=this.currencyFormat,f=this.numberValue<0,C=f?i:r,p=C.length;if(this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===yn.hidden){if(f){if(o<=1)return 1;if(n.endsWith(")")&&o>n.indexOf(")"))return this.formattedValue.length-1}}else{const g=f?c.length:s.length;if(o>=n.length-g)return this.formattedValue.length-g;if(o<p)return p}let M=o;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==yn.hidden&&o>=p&&u!==void 0&&C.includes(u)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&d!==void 0&&(M-=Pi(n.substring(0,o),d)),M}setCaretPosition(n,o=n){this.el.setSelectionRange(n,o)}}const XH=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Hi(t,n){var o,r,i,s;let c;const d=e.ref(null),u=e.ref(null),f=e.ref(null),C=e.getCurrentInstance(),p=(C==null?void 0:C.emit)||((r=(o=C==null?void 0:C.proxy)===null||o===void 0?void 0:o.$emit)===null||r===void 0?void 0:r.bind(C==null?void 0:C.proxy)),M=(C==null?void 0:C.props)||((i=C==null?void 0:C.proxy)===null||i===void 0?void 0:i.$props),g=e.version.startsWith("3"),m=g&&((s=C==null?void 0:C.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),_=e.computed(()=>M==null?void 0:M[g?"modelValue":"value"]),y=g?"update:modelValue":"input",w=m?"update:modelValue":"change";return e.watch(d,L=>{var x;if(L){const b=XH((x=L==null?void 0:L.$el)!==null&&x!==void 0?x:L);b?(c=new JH({el:b,options:t,onInput:E=>{!m&&n!==!1&&_.value!==E.number&&(p==null||p(y,E.number)),f.value=E.number,u.value=E.formatted},onChange:E=>{n!==!1&&(p==null||p(w,E.number))}}),c.setValue(_.value)):console.error('No input element found. Please make sure that the "inputRef" template ref is properly assigned.')}else c=null}),{inputRef:d,numberValue:f,formattedValue:u,setValue:L=>c==null?void 0:c.setValue(L),setOptions:L=>c==null?void 0:c.setOptions(L)}}const qhe="",eZ=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),tZ=Object.assign({name:"PlCurrency"},{props:{width:String,modelValue:{required:!0,type:Number||String},round:{type:Boolean,default:!1},currencyInputOptions:{type:Object,default:()=>({})}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,{round:r,currencyInputOptions:i}=e.toRefs(o),s=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:r.value?0:2,hideGroupingSeparatorOnFocus:!1,...e.unref(i)}),{inputRef:c,formattedValue:d,setValue:u}=Hi(s),f=n,C=e.computed({get:()=>o.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(C,p=>{u(p)}),(p,M)=>{const g=C2;return e.openBlock(),e.createBlock(g,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:c,modelValue:e.unref(d),"onUpdate:modelValue":M[0]||(M[0]=m=>e.isRef(d)?d.value=m:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[eZ]),_:1},16,["modelValue","style"])}}}),nZ={install(t){t.component("PlCurrency",tZ)}},ar=e.defineComponent({__name:"pl-tooltip-plus",props:{placement:{default:"top"},width:{},delay:{type:Boolean,default:void 0},truncated:{type:Boolean,default:!1},trigger:{default:"hover"},disabled:{type:Boolean,default:!1}},setup(t){const n=t,o=e.ref(!1),r=e.ref(),i=e.ref(),s=e.ref(0),c=e.ref(0),d=e.ref(!1);e.onMounted(async()=>{await e.nextTick();const g=r.value;if(!g)return;const m=g.cloneNode(!0);m.style.visibility="hidden",m.style.position="absolute",m.style.whiteSpace="nowrap",m.classList.remove("text-truncate"),r.value.appendChild(m);const _=m.offsetWidth>g.offsetWidth;d.value=_,r.value.removeChild(m)});const u=()=>{!o.value&&(!n.truncated||d.value)&&(o.value=!0)},f=g=>!!(g&&g().length>0&&g()[0].children),C=()=>{if(!i.value)return{top:0,left:0};const g=r.value.parentElement.getBoundingClientRect(),m=s.value,_=c.value,y=r.value.parentElement.offsetWidth,w=r.value.parentElement.offsetHeight;let L="",x="",b="";m>40&&(b="12px");const E=g.left+y-_,k=window.innerWidth-(g.left+_),D=document.documentElement.clientWidth,v=k<0&&E>=k,j=E<0,T=window.innerWidth-(_+g.left+y+4),S=g.left-_-4;switch(n.placement){case"top-right":x=v?`${D-_-10}px`:j?"10px":x=`${g.left+y-_+16}px`,L=`${g.top-m-4}px`;break;case"top":x=v?`${D-_-10}px`:j?"10px":`${g.left+y/2-_/2}px`,L=`${g.top-m-4}px`;break;case"top-left":x=v?`${D-_-10}px`:j?"10px":`${g.right-y-16}px`,L=`${g.top-m-4}px`;break;case"bottom-right":x=v?`${D-_-10}px`:j?"10px":`${g.left+y-_+16}px`,L=`${g.top+w+4}px`;break;case"bottom":x=v?`${D-_-10}px`:j?"10px":`${g.left+y/2-_/2}px`,L=`${g.top+w+4}px`;break;case"bottom-left":x=v?`${D-_-10}px`:j?"10px":`${g.right-y-16}px`,L=`${g.top+w+4}px`;break;case"right-top":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top}px`;break;case"right":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top+w/2-m/2}px`;break;case"right-bottom":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top+w-m}px`;break;case"left-top":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top}px`;break;case"left":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top+w/2-m/2}px`;break;case"left-bottom":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top+w-m}px`;break}return{top:L,left:x,borderRadius:b,width:n.width}},p=e.computed(()=>C());e.onUpdated(()=>{i.value&&(s.value=i.value.parentElement.offsetHeight,c.value=i.value.parentElement.offsetWidth)});const M=()=>{o.value=!1};return e.watch(o,g=>{g&&ft("scroll",M)}),Mn(r,()=>{M()},{ignore:[i]}),(g,m)=>{const _=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[g.trigger==="hover"?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:r,class:"d-grid",onMouseover:u,onMouseleave:M},[e.renderSlot(g.$slots,"default")],544)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:r,class:"d-grid"},[e.renderSlot(g.$slots,"default")])),[[_,u]]),o.value&&!g.disabled&&f(g.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:2,"data-testid":"tooltipPlus",style:e.normalizeStyle(p.value),class:e.normalizeClass(["tooltip-container",{"tooltip-delay":(g.delay===void 0&&g.truncated||g.delay)&&g.trigger==="hover"}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:i,class:"word-wrap-any-pre"},[e.renderSlot(g.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)])}}}),Jhe="",oZ={key:0,class:"pl-autocomplete__prefix-container"},rZ={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},lZ=["id","prop","placeholder","value","disabled"],iZ={class:"pl-autocomplete__suffix-container"},sZ=e.defineComponent({__name:"pl-default",props:{modelValue:{default:""},prop:{default:""},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""},memoryBlur:{type:Boolean,default:!1}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const o=NH(),r=e.ref(!1);e.watch(o,p=>{p===document.getElementById(i.id)?r.value=!0:r.value=!1});const i=t,s=n,c=()=>{s("reset")},d=()=>{s("tabDown")},u=p=>{s("focusEmit",p),p.composed&&p.stopImmediatePropagation()},f=p=>{p.composed&&p.stopImmediatePropagation()},C=e.computed({get:()=>i.modelValue,set:p=>{s("update:modelValue",p)}});return(p,M)=>{const g=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-autocomplete__select",{focus:r.value,disabled:i.disabled,"is-error":i.showError}])},[i.leftIcon?(e.openBlock(),e.createElementBlock("div",oZ,[e.createVNode(g,{name:i.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",rZ,[e.createElementVNode("input",{id:i.id,prop:i.prop,class:"pl-autocomplete__inner",placeholder:i.placeholder,type:"text",value:C.value,disabled:i.disabled,onKeydown:e.withKeys(d,["tab"]),onInput:M[0]||(M[0]=m=>{var _;C.value=(_=m.target)==null?void 0:_.value}),onBlur:f,onFocus:u},null,40,lZ)]),e.createElementVNode("div",iZ,[!i.disabled&&i.clearable&&C.value?(e.openBlock(),e.createBlock(g,{key:0,name:"Close16",onClick:e.withModifiers(c,["stop"])})):e.createCommentVNode("",!0)])],2)}}}),Xhe="",eCe="",Od=(t,n=2,o=!1)=>{try{let r=parseFloat(`${t}`);Number.isNaN(r)&&(r=0);const i=r.toLocaleString("ru-RU",{maximumFractionDigits:n,style:"currency",currency:"RUB"});return o?i.replace(" ₽",""):i}catch{return t}},Vd=t=>`•• ${t.substring(t.length-4,t.length)}`,tCe="",aZ={class:"match-text"},cZ={key:1},Id=ut({__name:"pl-mark-text",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,o=u=>u.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let r,i,s,c;const d=u=>{const f=o(n.searchValue);return r=new RegExp(f,"gi"),i=u.search(r)!==-1,s=u.slice(u.search(r),u.search(r)+f.length),c=i?[u.slice(0,u.search(r)),u.slice(u.search(r)+f.length)]:u,i?[c[0],s,c[1]]:["","",c]};return(u,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[0]),1),e.createElementVNode("span",aZ,e.toDisplayString(d(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",cZ,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-72d26fe7"]]),dZ={key:0,class:"pl-option__left-icon-container"},uZ={class:"pl-option__text-container"},fZ=["data-testid"],pZ={key:0,class:"pl-option__text-description","data-testid":"accountNum"},hZ={key:1,class:"pl-option__text-description","data-testid":"optionDescription"},CZ={key:1,class:"pl-option__right-icon-container"},gZ={key:0,class:"pl-option__summ","data-testid":"accountSumm"},mZ=e.defineComponent({__name:"pl-option",props:{disabled:{type:Boolean,default:!1},leftIcon:{type:String,default:""},leftIconColor:{type:String,default:"var(--color-text-icons-tertiary)"},rightIcon:{type:String,default:""},rightIconColor:{type:String,default:"var(--color-text-icons-secondary)"},description:{type:String,default:""},descriptionColor:{type:String,default:"var(--color-text-icons-secondary)"},summ:{type:Number,default:null},active:{type:Boolean,default:!1},width:{type:String,default:"100%"},label:{type:String,default:""},searchValue:{type:String,default:""},disableMarkerBottom:{type:Boolean,default:!1}},setup(t){e.useCssVars(r=>({"85842dc6":t.width,"10c21b0c":t.leftIconColor,b5b00b92:t.rightIconColor,"11fa7110":t.descriptionColor}));const n=t,o=e.computed(()=>({disabled:n.disabled,active:n.active}));return(r,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",o.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",dZ,[e.createVNode(C1,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",uZ,[e.createElementVNode("span",{class:e.normalizeClass(["pl-option__text-item",{"pl-option__text-item_account":n.summ!==null}]),"data-testid":n.summ!==null?"accountType":"optionTitle"},[e.createVNode(Id,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])],10,fZ),n.description&&n.summ!==null?(e.openBlock(),e.createElementBlock("span",pZ,e.toDisplayString(e.unref(Vd)(n.description)),1)):n.description?(e.openBlock(),e.createElementBlock("span",hZ,[e.createVNode(Id,{"model-value":n.description,"search-value":n.disableMarkerBottom?"":n.searchValue},null,8,["model-value","search-value"])])):e.createCommentVNode("",!0)]),n.rightIcon||n.summ!==null?(e.openBlock(),e.createElementBlock("div",CZ,[n.summ!==null?(e.openBlock(),e.createElementBlock("span",gZ,e.toDisplayString(e.unref(Od)(n.summ)),1)):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(C1,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2))}}),oCe="",zd=ut(mZ,[["__scopeId","data-v-04b12c3b"]]);function ao(t,n){const o=Math.abs(t)%100;if(o>10&&o<20)return n[2];const r=t%10;return r>1&&r<5?n[1]:r===1?n[0]:n[2]}const _Z=["id"],MZ={key:0,class:"pl-autocomplete__dropdown-count-search-container"},yZ={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},wZ={key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},Bd=e.defineComponent({__name:"pl-autocomplete-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},offsets:{default:""},loadingSuggestions:{type:Boolean,default:!1},query:{default:""},symbolsCountSearch:{default:3},suggestionList:{default:()=>[]},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},selectedValue:{},defaultDropText:{},noData:{}},emits:["select-value"],setup(t,{emit:n}){const o=t,r=n,i=u=>{r("select-value",u)},s=(u,f)=>u.split(".").reduce((C,p)=>C[p],f),c=u=>o.uniqKey&&s(o.uniqKey,o.selectedValue)&&s(o.uniqKey,u)?s(o.uniqKey,u)===s(o.uniqKey,o.selectedValue):o.selectedValue.bottomText?u.value===o.selectedValue.value&&u.bottomText===o.selectedValue.bottomText:u.value===o.selectedValue.value,d=()=>{var u,f;if(!o.query&&o.defaultDropText)return o.defaultDropText;if(!o.query||((u=o.query)==null?void 0:u.length)<o.symbolsCountSearch)return`Введите минимум ${o.symbolsCountSearch} ${ao(o.symbolsCountSearch,["символ","символа","символов"])} `;if(!o.suggestionList||o.loadingSuggestions)return;if(((f=o.suggestionList)==null?void 0:f.length)===0)return o.noData};return(u,f)=>{const C=no,p=Zl;return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>{var M;return[u.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${u.id}`,ref:"dropdownRef","data-testid":"dropdown",class:e.normalizeClass(["pl-autocomplete__dropdown-container",{"pl-autocomplete__dropdown-container_helpertext":o.helpertext||u.errors.length>0}]),style:e.normalizeStyle(u.offsets)},[o.symbolsCountSearch&&(u.loadingSuggestions||!u.query||u.query.length<o.symbolsCountSearch||!((M=o.suggestionList)!=null&&M.length))?(e.openBlock(),e.createElementBlock("div",MZ,[u.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",yZ,null,512)),[[p,u.loadingSuggestions]]):(e.openBlock(),e.createElementBlock("span",wZ,e.toDisplayString(d()),1))])):(e.openBlock(),e.createBlock(C,{key:1,"max-height":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.suggestionList,g=>(e.openBlock(),e.createBlock(zd,{key:g.value,active:c(g),description:g.bottomText,label:g.value,"search-value":u.query,"disable-marker-bottom":o.disableMarkerBottom,onClick:e.withModifiers(m=>i(g),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,_Z)):e.createCommentVNode("",!0)]}),_:1})}}});function NZ(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var cr={exports:{}};const bZ=Vy(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var Ad=typeof process<"u"&&process.pid?process.pid.toString(36):"",Pd="";if(typeof __webpack_require__!="function"&&typeof NZ<"u"){var Zi="",Hd=bZ;if(Hd.networkInterfaces)var Ui=Hd.networkInterfaces();if(Ui){e:for(let t in Ui){const n=Ui[t],o=n.length;for(var t3=0;t3<o;t3++)if(n[t3]!==void 0&&n[t3].mac&&n[t3].mac!="00:00:00:00:00:00"){Zi=n[t3].mac;break e}}Pd=Zi?parseInt(Zi.replace(/\:|\D+/gi,"")).toString(36):""}}cr.exports=cr.exports.default=function(t,n){return(t||"")+Pd+Ad+dr().toString(36)+(n||"")},cr.exports.process=function(t,n){return(t||"")+Ad+dr().toString(36)+(n||"")},cr.exports.time=function(t,n){return(t||"")+dr().toString(36)+(n||"")};function dr(){var t=Date.now(),n=dr.last||t;return dr.last=t>n?t:n+1}var DZ=cr.exports;const Xt=X1(DZ),kZ=["id"],LZ={class:"pl-autocomplete__label-container-text"},xZ={key:0,class:"pl-autocomplete__label"},EZ={key:1,class:"pl-autocomplete__optional"},vZ={key:1,class:"pl-autocomplete__helpertext-container"},SZ={key:0,class:"pl-autocomplete__error"},$Z={key:1,class:"pl-autocomplete__helpertext"},TZ=e.defineComponent({__name:"pl-autocompete",props:{modelValue:{default:()=>({value:""})},suggestionList:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},symbolsCountSearch:{default:3},noData:{default:"Нет данных"},defaultDropText:{default:""},memoryBlur:{type:Boolean,default:!1},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){var W;e.useCssVars(Q=>({ceb7fe1e:o.width}));const o=t,r=`id-${Xt()}`,i=n,s=e.ref([]);if(o.prop){const Q=e.inject("errorsState",[]);Q&&e.watch(Q,()=>{s.value=Q.value.filter(U=>U.field===o.prop),M()},{deep:!0})}const c=e.computed(()=>s.value.length),d=e.ref(),u=e.ref();Mn(d,()=>{b()},{ignore:[u]});const f=e.ref(0),C=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${C.value}px`),M=()=>{const Q=document.getElementById(`pl-autocomplete__select-container-${r}`),U=Q.getBoundingClientRect(),V=Q.querySelector(".pl-autocomplete__label-container"),R=Q.querySelector(".pl-autocomplete__helpertext-container"),z=V?V.offsetHeight:-4,H=R?R.offsetHeight:-4;o.teleport?(f.value=U.y+U.height+window.scrollY,C.value=U.x):f.value=U.height-H,e.nextTick(()=>{const G=document.getElementById(`dropdown-${r}`);if(!G)return;const A=G.getBoundingClientRect();A.bottom>g.value?o.teleport?f.value=f.value-A.height-(U.height-z):f.value=f.value-A.height-(U.height-z-H)-4:o.teleport?f.value=U.y+U.height+window.scrollY-H-4:f.value=U.height-H-4})},g=e.ref(Ht().height);(W=window.visualViewport)==null||W.addEventListener("resize",function(Q){const U=Q.target;U&&(g.value=U.height)});const m=e.ref();e.watch(g,()=>{clearTimeout(m.value),m.value=setTimeout(M,200)});const{isScrolling:_}=io(window);e.watch(_,()=>{M()});const y=()=>{const Q=document.getElementById(r);Q&&(Q.dispatchEvent(new Event("focus")),Q.focus(),E.value=!0)},w=(Q=!0)=>{const U=document.getElementById(r);U&&(U.dispatchEvent(new Event("blur")),Q&&(U.blur(),E.value=!1))},L=()=>{E.value=!0},x=()=>{o.disabled||y()},b=()=>{var Q;E.value&&(o.memoryBlur?I():(Q=j.value)!=null&&Q.value?e.nextTick(()=>{D.value=j.value.value}):D.value="",w())},E=e.ref(!1);e.watch(E,()=>{e.nextTick(()=>{const Q=document.getElementById(`pl-autocomplete__select-container-${r}`).getBoundingClientRect().width+"px",U=document.getElementById(`dropdown-${r}`);U&&(U.style.maxWidth=Q,o.teleport&&(U.style.zIndex="2013")),M()})});const k=e.ref(!1),D=e.ref(""),v=e.ref(!1);e.watch(D,Q=>{(Q==null?void 0:Q.length)>=o.symbolsCountSearch&&!v.value?(k.value=!0,i("fetchDadata",Q)):(v.value=!1,k.value=!1),M()}),e.watch(()=>o.suggestionList,()=>{M(),k.value=!1});const j=e.computed({get:()=>o.modelValue,set:Q=>{i("update:modelValue",Q)}});e.onMounted(()=>{j.value.value&&(D.value=j.value.value)}),e.watch(j,Q=>{D.value=Q.value;const U=document.getElementById(r);U&&(U.dispatchEvent(new Event("change")),v.value=!0,setTimeout(()=>v.value=!1))});const T=e.ref(!1),S=Q=>{Q.disabled||(T.value=!0,j.value=Q,D.value=Q.value,i("changeValue",Q),b())},P=()=>{j.value={},D.value="",i("changeValue",{}),w()},I=()=>{!T.value&&D.value!==j.value.value&&(j.value={value:D.value,data:!1,bottomText:""},e.nextTick(()=>{i("changeValue",j.value)})),T.value=!1};return(Q,U)=>{const V=ar;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:x},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${r}`,ref_key:"selectRef",ref:d,class:"pl-autocomplete__select-container"},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:r,class:"pl-autocomplete__label-container",onClick:U[0]||(U[0]=R=>E.value&&w(!1))},[e.createElementVNode("div",LZ,[o.label?(e.openBlock(),e.createElementBlock("span",xZ,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",EZ,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(V,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(sZ,{id:r,modelValue:D.value,"onUpdate:modelValue":U[1]||(U[1]=R=>D.value=R),"show-error":c.value,placeholder:o.placeholder,disabled:o.disabled,clearable:o.clearable,"left-icon":o.leftIcon,"memory-blur":o.memoryBlur,prop:o.prop,onTabDown:b,onReset:P,onFocusEmit:L},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop"]),o.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",vZ,[s.value.length>0?(e.openBlock(),e.createElementBlock("span",SZ,e.toDisplayString(s.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",$Z,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,kZ),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(Bd,{id:r,ref_key:"dropdownRef",ref:u,focus:E.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":k.value,query:D.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":j.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:S},null,8,["focus","helpertext","errors","offsets","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"])])):(e.openBlock(),e.createBlock(Bd,{key:1,id:r,ref_key:"dropdownRef",ref:u,focus:E.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":k.value,query:D.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":j.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:S},null,8,["focus","helpertext","errors","offsets","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"]))])}}}),iCe="",jZ=ut(TZ,[["__scopeId","data-v-bd144330"]]),OZ={install(t){t.component("PlAutocomplete",jZ)}},sCe="",VZ={key:0,class:"pl-card__img-container"},IZ=["src"],zZ={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},BZ={__name:"pl-card",props:{type:{type:String,default:"large"},imaged:{type:Boolean,default:!1},title:{type:String,required:!0,default:"title"},subtitle:{type:String,default:"subtitle"},img:{type:String},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIHI9IjE0IiBmaWxsPSIjQjVCNUI1Ii8+DQo8L3N2Zz4NCg==",self.location).href,o=t,r=e.computed(()=>o.type==="large"||o.type==="medium"),i=e.computed(()=>o.type==="large"||o.type==="small");return(s,c)=>t.imaged?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-card pl-card_imaged",{"pl-card_disabled":t.disable}])},[r.value?(e.openBlock(),e.createElementBlock("div",zZ)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["text-container",{"text-container__small":t.type==="small"}])},[e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),i.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["pl-card__subtitle",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.subtitle),3)):e.createCommentVNode("",!0)],2)],2)):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-card",{"pl-card_disabled":t.disable}])},[r.value?(e.openBlock(),e.createElementBlock("div",VZ,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,IZ)])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),i.value?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["pl-card__subtitle",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.subtitle),3)):e.createCommentVNode("",!0)],2))}},AZ={install(t){t.component("PlCard",BZ)}},aCe="",PZ={id:"plCheckbox"},HZ=["id","name","disabled"],ZZ=["for"],UZ={__name:"pl-checkbox",props:{label:{type:String,default:null},modelValue:{type:Boolean,required:!0},disabled:{type:Boolean,default:!1},id:{type:String,default:null}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:u=>{r("update:modelValue",u)}}),{label:s}=e.toRefs(o),c=e.computed(()=>s.value||"no-label"),d=e.computed(()=>c.value==="no-label"?Xt():c.value);return(u,f)=>(e.openBlock(),e.createElementBlock("div",PZ,[e.withDirectives(e.createElementVNode("input",{id:t.id||d.value,"onUpdate:modelValue":f[0]||(f[0]=C=>i.value=C),type:"checkbox",class:"custom-checkbox",name:d.value,disabled:o.disabled},null,8,HZ),[[e.vModelCheckbox,i.value]]),e.createElementVNode("label",{for:t.id||d.value,onClick:f[1]||(f[1]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(c.value!=="no-label"?c.value:null),9,ZZ)]))}},QZ={install(t){t.component("PlCheckbox",UZ)}},Gl=e.defineComponent({__name:"pl-cap",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-caption-caption-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),wn=e.defineComponent({__name:"pl-body2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),Qi=e.defineComponent({__name:"pl-label",props:{title:{type:String,default:""},description:{type:String,default:""},disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>{const i=wn,s=Gl;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-label-container",{"pl-label-container-disabled":n.disabled}])},[e.createVNode(i,{color:"var(--color-text-icons-primary)",class:"pl-label-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.title),1)]),_:1}),e.renderSlot(o.$slots,"custom-description"),n.description?(e.openBlock(),e.createBlock(s,{key:0,color:"var(--color-text-icons-secondary)",class:"pl-label-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.description),1)]),_:1})):e.createCommentVNode("",!0)],2)}}}),cCe="",YZ=["src"],RZ=["src"],FZ={key:0},WZ=e.defineComponent({__name:"pl-checkbox-plus",props:{size:{type:String,default:"medium"},label:{type:String,default:""},description:{type:String,default:""},modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isIndeterminate:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=()=>{o.disabled||(r.value=!r.value,d("update:modelValue",r.value),d("change",r.value))},s=e.computed(()=>o.size==="medium"?new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuODk0OSAzLjQzNDUxQzE1LjIwNzMgMy43NDY5MyAxNS4yMDczIDQuMjUzNDYgMTQuODk0OSA0LjU2NTg4TDYuMTcyNjQgMTMuMjg4MUM2LjAyMjYgMTMuNDM4MSA1LjgxOTEgMTMuNTIyNCA1LjYwNjkxIDEzLjUyMjRDNS4zOTQ3MiAxMy41MjI0IDUuMTkxMjMgMTMuNDM4MSA1LjA0MTIxIDEzLjI4OEwxLjEwMTQzIDkuMzQ3MjlDMC43ODkwNTIgOS4wMzQ4MyAwLjc4OTExMyA4LjUyODMgMS4xMDE1NyA4LjIxNTkyQzEuNDE0MDMgNy45MDM1MyAxLjkyMDU2IDcuOTAzNTkgMi4yMzI5NCA4LjIxNjA1TDUuNjA3MDMgMTEuNTkwOUwxMy43NjM1IDMuNDM0NTFDMTQuMDc1OSAzLjEyMjA5IDE0LjU4MjQgMy4xMjIwOSAxNC44OTQ5IDMuNDM0NTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",self.location):new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuODA0NiA0LjEzNjE3QzE0LjA5NzUgNC40MjkwNyAxNC4wOTc1IDQuOTAzOTQgMTMuODA0NiA1LjE5NjgzTDYuNTM2MTMgMTIuNDY1M0M2LjM5NTQ2IDEyLjYwNiA2LjIwNDY4IDEyLjY4NSA2LjAwNTc1IDEyLjY4NUM1LjgwNjgzIDEyLjY4NSA1LjYxNjA1IDEyLjYwNTkgNS40NzU0MSAxMi40NjUzTDIuMTkyMjYgOS4xODEzM0MxLjg5OTQgOC44ODg0IDEuODk5NDYgOC40MTM1MyAyLjE5MjM5IDguMTIwNjdDMi40ODUzMiA3LjgyNzgxIDIuOTYwMTkgNy44Mjc4NyAzLjI1MzA1IDguMTIwOEw2LjAwNTg2IDEwLjg3NDNMMTIuNzQ0IDQuMTM2MTdDMTMuMDM2OSAzLjg0MzI4IDEzLjUxMTggMy44NDMyOCAxMy44MDQ2IDQuMTM2MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",self.location)),c=e.computed(()=>o.size==="medium"?new URL("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuOEMwIDAuMzU4MTcyIDAuMzE2MDM0IDAgMC43MDU4ODIgMEgxMS4yOTQxQzExLjY4NCAwIDEyIDAuMzU4MTcyIDEyIDAuOEMxMiAxLjI0MTgzIDExLjY4NCAxLjYgMTEuMjk0MSAxLjZIMC43MDU4ODJDMC4zMTYwMzQgMS42IDAgMS4yNDE4MyAwIDAuOFoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=",self.location):new URL("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuNzVDMCAwLjMzNTc4NiAwLjI5MTk4OCAwIDAuNjUyMTc0IDBIOS4zNDc4M0M5LjcwODAxIDAgMTAgMC4zMzU3ODYgMTAgMC43NUMxMCAxLjE2NDIxIDkuNzA4MDEgMS41IDkuMzQ3ODMgMS41SDAuNjUyMTc0QzAuMjkxOTg4IDEuNSAwIDEuMTY0MjEgMCAwLjc1WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==",self.location)),d=n;return e.watch(()=>o.modelValue,u=>{r.value=u}),(u,f)=>{const C=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"pl-checkbox-plus-container",style:e.normalizeStyle({cursor:o.disabled?"not-allowed":"pointer"})},[e.createElementVNode("div",{class:e.normalizeClass(["pl-checkbox-plus-input",`pl-checkbox-plus-${o.size}`,{"pl-checkbox-disabled":o.disabled,"pl-checkbox-isChecked":r.value,"pl-checkbox-isIndeterminate":o.isIndeterminate,"pl-checkbox-checked-disabled":o.disabled&&r.value}])},[r.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.value,alt:"Check"},null,8,YZ)):o.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:c.value,alt:"Check"},null,8,RZ)):e.createCommentVNode("",!0)],2),o.label?(e.openBlock(),e.createElementBlock("label",FZ,[e.createVNode(Qi,{title:t.label,description:t.description,disabled:o.disabled},e.createSlots({_:2},[u.$slots.default?{name:"custom-description",fn:e.withCtx(()=>[e.renderSlot(u.$slots,"default",{},void 0,!0)]),key:"0"}:void 0]),1032,["title","description","disabled"])])):e.createCommentVNode("",!0)],4)),[[C,i,void 0,{stop:!0}]])}}}),dCe="",ur=ut(WZ,[["__scopeId","data-v-fed09710"]]),GZ={install(t){t.component("PlCheckboxPlus",ur)}};var qZ={exports:{}};(function(t,n){(function(o,r){t.exports=r(Y8)})(L1,function(o){function r(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var i=r(o),s="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),c="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),d="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),u="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),f=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function C(m,_,y){var w,L;return y==="m"?_?"минута":"минуту":m+" "+(w=+m,L={mm:_?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[y].split("_"),w%10==1&&w%100!=11?L[0]:w%10>=2&&w%10<=4&&(w%100<10||w%100>=20)?L[1]:L[2])}var p=function(m,_){return f.test(_)?s[m.month()]:c[m.month()]};p.s=c,p.f=s;var M=function(m,_){return f.test(_)?d[m.month()]:u[m.month()]};M.s=u,M.f=d;var g={name:"ru",weekdays:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),weekdaysShort:"вск_пнд_втр_срд_чтв_птн_сбт".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),months:p,monthsShort:M,weekStart:1,yearStart:4,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:C,mm:C,h:"час",hh:C,d:"день",dd:C,M:"месяц",MM:C,y:"год",yy:C},ordinal:function(m){return m},meridiem:function(m){return m<4?"ночи":m<12?"утра":m<17?"дня":"вечера"}};return i.default.locale(g,null,!0),g})})(qZ);const uCe="",KZ={class:"date-switcher__container"},JZ={class:"date-switcher date-switcher__month"},XZ={class:"date-switcher__arrow date-switcher__arrow-left"},eU={class:"date-switcher__month-name"},tU={class:"date-switcher__arrow date-switcher__arrow-right"},nU={class:"date-switcher date-switcher__year"},oU={class:"date-switcher__arrow date-switcher__arrow-left"},rU={class:"date-switcher__year-name"},lU={class:"date-switcher__arrow date-switcher__arrow-right"},iU={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,{modelValue:r}=e.toRefs(o),i=n,s=e.ref(r.value),c=p=>p.charAt(0).toUpperCase()+p.slice(1),d=()=>{s.value=s.value.subtract(1,"month"),i("update:modelValue",s.value)},u=()=>{s.value=s.value.add(1,"month"),i("update:modelValue",s.value)},f=()=>{s.value=s.value.subtract(1,"year"),i("update:modelValue",s.value)},C=()=>{s.value=s.value.add(1,"year"),i("update:modelValue",s.value)};return(p,M)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",KZ,[e.createElementVNode("div",JZ,[e.withDirectives(e.createElementVNode("div",XZ,null,512),[[g,d]]),e.createElementVNode("span",eU,e.toDisplayString(c(e.unref(r).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",tU,null,512),[[g,u]])]),e.createElementVNode("div",nU,[e.withDirectives(e.createElementVNode("div",oU,null,512),[[g,f]]),e.createElementVNode("span",rU,e.toDisplayString(c(e.unref(r).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",lU,null,512),[[g,C]])])])}}},sU=[{year:2022,months:[{month:1,days:"1,2,3,4,5,6,7,8,9,15,16,22,23,29,30"},{month:2,days:"5,6,12,13,19,20,22*,23,26,27"},{month:3,days:"5*,6,7+,8,12,13,19,20,26,27"},{month:4,days:"2,3,9,10,16,17,23,24,30"},{month:5,days:"1,2+,3+,7,8,9,10+,14,15,21,22,28,29"},{month:6,days:"4,5,11,12,13+,18,19,25,26"},{month:7,days:"2,3,9,10,16,17,23,24,30,31"},{month:8,days:"6,7,13,14,20,21,27,28"},{month:9,days:"3,4,10,11,17,18,24,25"},{month:10,days:"1,2,8,9,15,16,22,23,29,30"},{month:11,days:"3*,4,5,6,12,13,19,20,26,27"},{month:12,days:"3,4,10,11,17,18,24,25,31"}],transitions:[{from:"03.05",to:"03.07"},{from:"05.01",to:"05.02"},{from:"01.01",to:"05.03"},{from:"01.02",to:"05.10"},{from:"06.12",to:"06.13"}],statistic:{workdays:247,holidays:118,hours40:1973,hours36:1775.4,hours24:1182.6}},{year:2023,months:[{month:1,days:"1,2,3,4,5,6,7,8,14,15,21,22,28,29"},{month:2,days:"4,5,11,12,18,19,22*,23,24+,25,26"},{month:3,days:"4,5,7*,8,11,12,18,19,25,26"},{month:4,days:"1,2,8,9,15,16,22,23,29,30"},{month:5,days:"1,6,7,8+,9,13,14,20,21,27,28"},{month:6,days:"3,4,10,11,12,17,18,24,25"},{month:7,days:"1,2,8,9,15,16,22,23,29,30"},{month:8,days:"5,6,12,13,19,20,26,27"},{month:9,days:"2,3,9,10,16,17,23,24,30"},{month:10,days:"1,7,8,14,15,21,22,28,29"},{month:11,days:"3*,4,5,6+,11,12,18,19,25,26"},{month:12,days:"2,3,9,10,16,17,23,24,30,31"}],transitions:[{from:"01.01",to:"02.24"},{from:"01.08",to:"05.08"},{from:"11.04",to:"11.06"}],statistic:{workdays:247,holidays:118,hours40:1973,hours36:1775.4,hours24:1182.6}}],aU=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],fCe="",pCe="",hCe="",cU={class:"pl-input-legacy"},dU=["src"],uU=["src"],fU=["src"],pU=["src"],hU=["src"],Yi={__name:"pl-input",props:{modelValue:{required:!0},icon:{type:Boolean,default:!1},helper:{type:String,default:""},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},mask:{type:String,default:"##.##.####"},getValid:{type:[Boolean,Number],default:!1},datePicker:{type:Boolean,default:!1},maxLength:{type:Number,default:210},minLength:{type:Number},isError:{type:Boolean,default:!1},optional:{type:String,default:""},prefix:{default:!1},clearable:{type:Boolean,default:!1},type:{type:String,default:"text"},label:{type:String,default:""},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},widthLabel:{type:String,default:"100px"},currency:{type:Boolean,default:!1},round:{type:Boolean,default:!1},currencyInputOptions:{type:Object,default:()=>({})},valueRange:{type:Object,default:()=>({min:0})},password:{type:Boolean,default:!1}},emits:["update:modelValue","validate","blur"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41OTk5IDguMDAwMzlDMi41OTk5IDUuMDE3NzYgNS4wMTcyNyAyLjYwMDM5IDcuOTk5OSAyLjYwMDM5QzEwLjk4MjUgMi42MDAzOSAxMy4zOTk5IDUuMDE3NzYgMTMuMzk5OSA4LjAwMDM5QzEzLjM5OTkgMTAuOTgzIDEwLjk4MjUgMTMuNDAwNCA3Ljk5OTkgMTMuNDAwNEM1LjAxNzI3IDEzLjQwMDQgMi41OTk5IDEwLjk4MyAyLjU5OTkgOC4wMDAzOVpNNy45OTk5IDEuNDAwMzlDNC4zNTQ1MyAxLjQwMDM5IDEuMzk5OSA0LjM1NTAyIDEuMzk5OSA4LjAwMDM5QzEuMzk5OSAxMS42NDU4IDQuMzU0NTMgMTQuNjAwNCA3Ljk5OTkgMTQuNjAwNEMxMS42NDUzIDE0LjYwMDQgMTQuNTk5OSAxMS42NDU4IDE0LjU5OTkgOC4wMDAzOUMxNC41OTk5IDQuMzU1MDIgMTEuNjQ1MyAxLjQwMDM5IDcuOTk5OSAxLjQwMDM5Wk04LjU5OTkgNS4wMDAzOUM4LjU5OTkgNC42NjkwMiA4LjMzMTI3IDQuNDAwMzkgNy45OTk5IDQuNDAwMzlDNy42Njg1MyA0LjQwMDM5IDcuMzk5OSA0LjY2OTAyIDcuMzk5OSA1LjAwMDM5VjguMzMzNzJDNy4zOTk5IDguNjY1MDkgNy42Njg1MyA4LjkzMzcyIDcuOTk5OSA4LjkzMzcyQzguMzMxMjcgOC45MzM3MiA4LjU5OTkgOC42NjUwOSA4LjU5OTkgOC4zMzM3MlY1LjAwMDM5Wk03Ljk5OTkgMTEuNDkyNkM4LjM4NTYxIDExLjQ5MjYgOC42OTgyOCAxMS4xNzk5IDguNjk4MjggMTAuNzk0MkM4LjY5ODI4IDEwLjQwODUgOC4zODU2MSAxMC4wOTU4IDcuOTk5OSAxMC4wOTU4QzcuNjE0MiAxMC4wOTU4IDcuMzAxNTIgMTAuNDA4NSA3LjMwMTUyIDEwLjc5NDJDNy4zMDE1MiAxMS4xNzk5IDcuNjE0MiAxMS40OTI2IDcuOTk5OSAxMS40OTI2WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk5OTAyIDhMMTUuOTk5IDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xNS45OTkgOEw3Ljk5OTAyIDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K",self.location).href,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNC40NzQ5IDQuNTI1MTNDMTUuODQxNyA1Ljg5MTk3IDE1Ljg0MTcgOC4xMDgwNCAxNC40NzQ5IDkuNDc0ODhDMTMuMTA4IDEwLjg0MTcgMTAuODkyIDEwLjg0MTcgOS41MjUxMyA5LjQ3NDg4QzguMTU4MjkgOC4xMDgwNCA4LjE1ODI5IDUuODkxOTcgOS41MjUxMyA0LjUyNTEzQzEwLjg5MiAzLjE1ODI5IDEzLjEwOCAzLjE1ODI5IDE0LjQ3NDkgNC41MjUxMyIgc3Ryb2tlPSIjNjU2NTY3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQgMTguNDk5OFYxOS40OTk4QzQgMjAuMDUxOCA0LjQ0OCAyMC40OTk4IDUgMjAuNDk5OEgxOUMxOS41NTIgMjAuNDk5OCAyMCAyMC4wNTE4IDIwIDE5LjQ5OThWMTguNDk5OEMyMCAxNS40NzM4IDE2LjA0OCAxMy41MDc4IDEyIDEzLjUwNzhDNy45NTIgMTMuNTA3OCA0IDE1LjQ3MzggNCAxOC40OTk4WiIgc3Ryb2tlPSIjNjU2NTY3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==",self.location).href,s=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC40NjQyMSAyLjQ2NTg5QzQuNzU3MTEgMi4xNzI5OSA1LjIzMTk4IDIuMTcyOTkgNS41MjQ4NyAyLjQ2NTg5TDguNzM2NTcgNS42Nzc1OUM4Ljc0NDg2IDUuNjg1NSA4Ljc1Mjk4IDUuNjkzNjIgOC43NjA5MyA1LjcwMTk0TDExLjk2IDguOTAwOTlDMTEuOTY3OSA4LjkwODUzIDExLjk3NTYgOC45MTYyNyAxMS45ODMyIDguOTI0MkwxNi4wNzUxIDEzLjAxNjFDMTYuMDgzIDEzLjAyMzcgMTYuMDkwOCAxMy4wMzE1IDE2LjA5ODMgMTMuMDM5M0wxOS41MTU5IDE2LjQ1NjlDMTkuNTIxNSAxNi40NjIzIDE5LjUyNjkgMTYuNDY3OCAxOS41MzIzIDE2LjQ3MzNMMjIuNTMyIDE5LjQ3M0MyMi44MjQ4IDE5Ljc2NTkgMjIuODI0OCAyMC4yNDA3IDIyLjUzMiAyMC41MzM2QzIyLjIzOTEgMjAuODI2NSAyMS43NjQyIDIwLjgyNjUgMjEuNDcxMyAyMC41MzM2TDE4LjkxMjEgMTcuOTc0NEMxNy4xNjYgMTkuMTM2MSAxNS4xMTAzIDE5Ljc1NzggMTMuMDAzNCAxOS43NTI5QzkuMTM0ODYgMTkuODE4OCA1LjU2MTI1IDE3LjY5MTYgMy43NzUgMTQuMjU5TDMuNzY3NzEgMTQuMjQ0NkMzLjA2OTYyIDEyLjgyOTYgMy4wNjk2MiAxMS4xNzAzIDMuNzY3NzEgOS43NTUzNEwzLjc3MDA1IDkuNzUwNTlMMy43NzAwNyA5Ljc1MDZDNC41MTggOC4yNjExNyA1LjYzNjAxIDYuOTk1OTYgNy4wMDk3IDYuMDcyMDNMNC40NjQyMSAzLjUyNjU1QzQuMTcxMzIgMy4yMzM2NSA0LjE3MTMyIDIuNzU4NzggNC40NjQyMSAyLjQ2NTg5Wk04LjA5NDMzIDcuMTU2NjZDNi44MjE0NSA3Ljk0NzUxIDUuNzg3ODYgOS4wNzYwNiA1LjExMTc3IDEwLjQyMTNDNC42MjIzNyAxMS40MTUxIDQuNjIxNiAxMi41Nzk2IDUuMTA5NDUgMTMuNTczOUM2LjYzNTQ5IDE2LjQ5OTcgOS42ODQ2NiAxOC4zMTE3IDEyLjk4NDUgMTguMjUzTDEzLjAwMDIgMTguMjUyOUMxNC43MTA1IDE4LjI1ODEgMTYuMzgxNyAxNy43ODI1IDE3LjgyNjYgMTYuODg4OUwxNS42MjIyIDE0LjY4NDVDMTQuNzY2NyAxNS41MzY5IDEzLjUzMzcgMTUuOTQwMyAxMi4zMDczIDE1LjcxOTFDMTAuNzY1MiAxNS40NDEgOS41NTgzMiAxNC4yMzQxIDkuMjgwMiAxMi42OTJDOS4wNTkwMSAxMS40NjU2IDkuNDYyMzcgMTAuMjMyNiAxMC4zMTQ4IDkuMzc3MUw4LjA5NDMzIDcuMTU2NjZaTTExLjM3NTUgMTAuNDM3OEMxMC44NjUxIDEwLjk1MTMgMTAuNjIzOCAxMS42OTA1IDEwLjc1NjQgMTIuNDI1OEMxMC45MjMzIDEzLjM1MTUgMTEuNjQ3OCAxNC4wNzYgMTIuNTczNSAxNC4yNDI5QzEzLjMwODggMTQuMzc1NSAxNC4wNDggMTQuMTM0MiAxNC41NjE1IDEzLjYyMzhMMTEuMzc1NSAxMC40Mzc4Wk0xMi45OTA4IDQuMjQ3MDZDMTYuODYgNC4xODA1MSAyMC40MzQzIDYuMzA3ODMgMjIuMjIwOCA5Ljc0MDk1TDIyLjIyODEgOS43NTUzM0MyMi45MjYyIDExLjE3MDMgMjIuOTI2MiAxMi44Mjk2IDIyLjIyODEgMTQuMjQ0NkMyMi4xOTA0IDE0LjMyMTMgMjIuMTQ5MyAxNC4zODY1IDIyLjEyNjkgMTQuNDIyMUwyMi4xMjU5IDE0LjQyMzdDMjIuMDk3MyAxNC40NjkgMjIuMDkyMSAxNC40Nzc3IDIyLjA4ODMgMTQuNDg0OUMyMS44OTQ3IDE0Ljg1MTEgMjEuNDQxIDE0Ljk5MTEgMjEuMDc0OCAxNC43OTc2QzIwLjcwODUgMTQuNjA0MSAyMC41Njg1IDE0LjE1MDMgMjAuNzYyIDEzLjc4NDFDMjAuNzk0OSAxMy43MjIgMjAuODMxNCAxMy42NjQyIDIwLjg1MDggMTMuNjMzNkMyMC44NTI5IDEzLjYzMDMgMjAuODU0OCAxMy42MjczIDIwLjg1NjQgMTMuNjI0NkMyMC44Nzc5IDEzLjU5MDUgMjAuODgxOSAxMy41ODI4IDIwLjg4MTkgMTMuNTgyOUwyMC44ODI5IDEzLjU4MDlDMjEuMzczNCAxMi41ODY2IDIxLjM3NDUgMTEuNDIxMSAyMC44ODYzIDEwLjQyNkMxOS4zNjAzIDcuNTAwMTQgMTYuMzExMSA1LjY4ODE3IDEzLjAxMTIgNS43NDY5M0wxMi45OTc5IDUuNzQ3MTdWNS43NDcwNUMxMi44NzkyIDUuNzQ3MDUgMTIuNzg3NyA1Ljc1NTU1IDEyLjY2ODkgNS43NjY1OEMxMi41OTA0IDUuNzczODggMTIuNDk5OSA1Ljc4MjI4IDEyLjM4MTcgNS43OTAwN0MxMS45Njg0IDUuODE3MjkgMTEuNjExMiA1LjUwNDMxIDExLjU4NCA1LjA5MDk5QzExLjU1NjggNC42Nzc2NyAxMS44Njk4IDQuMzIwNTQgMTIuMjgzMSA0LjI5MzMxQzEyLjMyNDEgNC4yOTA2MSAxMi4zNzgyIDQuMjg1ODEgMTIuNDQwMyA0LjI4MDMxQzEyLjU5OSA0LjI2NjI1IDEyLjgxMDEgNC4yNDc1NCAxMi45OTA4IDQuMjQ3MDZaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,c=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4xMTA2NyAxMC40MjU3QzMuODcxMDIgMTAuOTE1OSAzLjc0NiAxMS40NTQzIDMuNzQ1MTIgMTJDMy43NDYgMTIuNTQ1OCAzLjg3MTAyIDEzLjA4NDIgNC4xMTA2NyAxMy41NzQ0QzUuNjM2NzcgMTYuNSA4LjY4NTgxIDE4LjMxMTggMTEuOTg1NSAxOC4yNTMxQzExLjk5NDQgMTguMjUyOSAxMi4wMDMzIDE4LjI1MjkgMTIuMDEyMiAxOC4yNTMxQzE1LjMxMjEgMTguMzExOCAxOC4zNjEzIDE2LjQ5OTggMTkuODg3MyAxMy41NzRDMjAuMzc0NCAxMi41ODEyIDIwLjM3NDQgMTEuNDE4OCAxOS44ODczIDEwLjQyNjFDMTguMzYxMyA3LjUwMDIyIDE1LjMxMjEgNS42ODgyMyAxMi4wMTIyIDUuNzQ2OTlDMTIuMDAzMyA1Ljc0NzE1IDExLjk5NDQgNS43NDcxNSAxMS45ODU1IDUuNzQ2OTlDOC42ODU4MSA1LjY4ODI0IDUuNjM2NzcgNy41MDAwNCA0LjExMDY3IDEwLjQyNTdaTTExLjk5ODkgNC4yNDdDOC4xMzI0MSA0LjE4MzE5IDQuNTYxMzYgNi4zMSAyLjc3NTk5IDkuNzQxMDNMMi43NjgyNiA5Ljc1NjNDMi40MjUxMSAxMC40NTQyIDIuMjQ2MTYgMTEuMjIxMyAyLjI0NTEyIDExLjk5OVYxMi4wMDFDMi4yNDYxNiAxMi43Nzg3IDIuNDI1MTEgMTMuNTQ1OSAyLjc2ODI2IDE0LjI0MzhMMi43NzU5OSAxNC4yNTlDNC41NjEzNiAxNy42OTAxIDguMTMyNDEgMTkuODE2OSAxMS45OTg5IDE5Ljc1MzFDMTUuODY1MyAxOS44MTY5IDE5LjQzNjQgMTcuNjkwMSAyMS4yMjE3IDE0LjI1OUwyMS4yMjkgMTQuMjQ0N0MyMS45MjcxIDEyLjgyOTcgMjEuOTI3MSAxMS4xNzA0IDIxLjIyOSA5Ljc1NTM5TDIxLjIyMTcgOS43NDEwM0MxOS40MzY0IDYuMzEgMTUuODY1MyA0LjE4MzE5IDExLjk5ODkgNC4yNDdaTTExLjk5ODkgOS43NDg3OEMxMC43NTU1IDkuNzQ4NzggOS43NDc2MiAxMC43NTY3IDkuNzQ3NjIgMTJDOS43NDc2MiAxMy4yNDM0IDEwLjc1NTUgMTQuMjUxMyAxMS45OTg5IDE0LjI1MTNDMTMuMjQyMiAxNC4yNTEzIDE0LjI1MDEgMTMuMjQzNCAxNC4yNTAxIDEyQzE0LjI1MDEgMTEuNTg1OCAxNC41ODU5IDExLjI1IDE1LjAwMDEgMTEuMjVDMTUuNDE0MyAxMS4yNSAxNS43NTAxIDExLjU4NTggMTUuNzUwMSAxMkMxNS43NTAxIDE0LjA3MTggMTQuMDcwNiAxNS43NTEzIDExLjk5ODkgMTUuNzUxM0M5LjkyNzExIDE1Ljc1MTMgOC4yNDc2MiAxNC4wNzE4IDguMjQ3NjIgMTJDOC4yNDc2MiA5LjkyODI3IDkuOTI3MTEgOC4yNDg3OCAxMS45OTg5IDguMjQ4NzhDMTIuNDEzMSA4LjI0ODc4IDEyLjc0ODkgOC41ODQ1NyAxMi43NDg5IDguOTk4NzhDMTIuNzQ4OSA5LjQxMjk5IDEyLjQxMzEgOS43NDg3OCAxMS45OTg5IDkuNzQ4NzhaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,d=e.ref(),u=t,f=n,{getValid:C,currency:p,round:M,currencyInputOptions:g,valueRange:m,password:_}=e.toRefs(u),y=e.computed({get:()=>u.modelValue,set:U=>{f("update:modelValue",U)}}),w=e.reactive({[u.prop]:y}),L=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(m),...e.unref(g)}),{inputRef:x,formattedValue:b,setValue:E}=Hi(L);e.unref(p)&&e.watch(y,U=>{E(U)});const k=(U,V,R)=>{f("validate",U,V,R)};e.watch(y,U=>{w[u.prop]=U});const D=U=>{u.type==="number"?!isNaN(U)&&!U.includes(".")&&!U.includes("+")&&!U.includes("-")&&!U.includes(",")&&f("update:modelValue",U):f("update:modelValue",U)},v=U=>{let R=U.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{R.focus()})},j=e.computed(()=>{switch(u.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),T=e.ref("password"),S=U=>{T.value=T.value==="password"?"text":"password",v(U)},P=()=>{f("update:modelValue","")};let I=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const U=document.getElementById(`${W}`);I.value=U==null?void 0:U.children[0].children[0].clientWidth},0),e.watch(C,U=>{U&&(d.value.validate(),f("isValid"))});const Q=U=>{const{keyCode:V}=U;if(V>=96&&V<=105||V>=48&&V<=57||V===46||V===8){const{selectionStart:R,selectionEnd:z}=U.target,H=U.target.value.length;setTimeout(()=>{let G=U.target.value.length;V===46&&(G+=1);let A;R===z||R+1===z?(A=R+(G-H),V===8&&(G===H?A-=1:z!==R&&(A+=1)),A<0&&(A=0),z===R&&z===A&&G===H&&V!==8&&V!==46&&(A+=1)):A=z-H+G,U.target.selectionStart=A,U.target.selectionEnd=A})}};return(U,V)=>{const R=C2,z=Z4,H=H4,G=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",cU,[e.createVNode(H,{ref_key:"refInput",ref:d,"label-position":"top",model:w,rules:t.rules,onValidate:k,onSubmit:V[9]||(V[9]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createElementVNode("div",{id:"form",class:e.normalizeClass([t.icon&&!t.label?"padding-form":""])},[u.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"info-svg",src:e.unref(o),alt:"info"},null,8,dU)):e.createCommentVNode("",!0),u.prefix?(e.openBlock(),e.createElementBlock("img",{key:1,class:e.normalizeClass(["prefix-icon",[!t.label||"prefixWithLabel"]]),alt:"user",src:t.prefix!==!0?t.prefix:e.unref(i)},null,10,uU)):e.createCommentVNode("",!0),u.clearable?(e.openBlock(),e.createElementBlock("img",{key:2,class:e.normalizeClass(["clearBtn",[!t.label&&!t.icon?"clearNoLabel":""]]),src:e.unref(r),alt:"clear",onClick:P},null,10,fU)):e.createCommentVNode("",!0),u.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(I)+"px"})},e.toDisplayString(u.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(z,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:u.label,prop:t.prop},{default:e.withCtx(()=>[t.datePicker?e.withDirectives((e.openBlock(),e.createBlock(R,{key:0,modelValue:y.value,"onUpdate:modelValue":V[0]||(V[0]=A=>y.value=A),disabled:u.disabled,placeholder:u.placeholder,type:j.value,resize:"none",onInput:D,onBlur:V[1]||(V[1]=A=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[G,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(R,e.mergeProps({key:2},U.$attrs,{ref_key:"inputRef",ref:x,modelValue:e.unref(b),"onUpdate:modelValue":V[7]||(V[7]=A=>e.isRef(b)?b.value=A:null),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,resize:"none",onKeydown:Q,onBlur:V[8]||(V[8]=A=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:V[6]||(V[6]=A=>v(A))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(R,e.mergeProps({key:1,modelValue:y.value,"onUpdate:modelValue":V[4]||(V[4]=A=>y.value=A),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,type:e.unref(_)?T.value:j.value,resize:"none"},U.$attrs,{autosize:{minRows:3,maxRows:6},clearable:u.clearable,onInput:D,onBlur:V[5]||(V[5]=A=>f("blur"))}),e.createSlots({_:2},[e.unref(_)?{name:"append",fn:e.withCtx(()=>[T.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:V[2]||(V[2]=A=>S(A))},null,8,pU)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(c),alt:"",onClick:V[3]||(V[3]=A=>S(A))},null,8,hU))]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder","type","clearable"]))]),_:1},8,["class","label","prop"])]),t.isError?(e.openBlock(),e.createElementBlock("p",{key:4,class:e.normalizeClass({isError:u.isError})},e.toDisplayString(u.helper),3)):e.createCommentVNode("",!0)],2)]),_:1},8,["model","rules"])])}}},CCe="",CU={class:"date-picker"},gU={class:"date-picker__wrapper"},mU={class:"pl-date-picker__days"},_U={class:"field"},MU=ut({__name:"pl-date-picker",props:{modelValue:{type:String,required:!0},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},placeholder:{type:String,default:"Выберите дату"},label:{type:String,default:""},weekendsDisabled:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{weekendsDisabled:i}=e.toRefs(o),s=e.computed({get:()=>o.modelValue,set:k=>{r("update:modelValue",k)}}),c=e.ref(se(s.value,"DD.MM.YYYY")),d=e.ref(se(s.value,"DD.MM.YYYY")),u=e.ref(se(s.value,"DD.MM.YYYY")),f=e.ref(!1),C=()=>{o.disabled||(f.value=!f.value)},p=e.computed(()=>o.disabled?"var(--color-text-icons-tertiary)":"var(--color-text-icons-secondary)"),M=e.ref(null);e.watch(s,k=>{se(k,"DD.MM.YYYY",!0).isValid()?(c.value=se(k,"DD.MM.YYYY"),d.value=se(k,"DD.MM.YYYY"),u.value=se(k,"DD.MM.YYYY")):(c.value=se(),d.value=se(),u.value=se())});const g=sU,m=k=>d.value.date()===k.day&&d.value.month()===k.month&&d.value.year()===k.year&&k.type==="current",_=k=>k.format("DD.MM.YYYY"),y=()=>{u.value=d.value,s.value=_(d.value),r("update:modelValue",d.value.format("DD.MM.YYYY"))},w=(k,D)=>{D?d.value=se(k,D):d.value=se().set("date",k.day).set("month",k.month).set("year",k.year),y()},L=k=>{k.weekend||k.type==="previous"||k.type==="next"||w(k),f.value=!1};Mn(M,()=>{setTimeout(()=>{c.value=u.value,f.value=!1})});const x=()=>{const k=[],D=[],v=[],j=c.value.date(1).day()===0;if(c.value.date(1).day()>1||j){const I=c.value.subtract(1,"month").endOf("month").date(),W=j?6:c.value.date(1).day()-1,Q=I-W+1;for(let U=Q;U<=I;U++)k.push({day:U,type:"previous"})}const T=g.filter(I=>(I==null?void 0:I.year)===(c==null?void 0:c.value.year()))[0],S=T==null?void 0:T.months[c.value.month()].days.split(","),P=c.value.endOf("month").date();for(let I=1;I<=P;I++)D.push({day:I,month:c.value.month(),year:c.value.year(),type:"current",weekend:i.value?S==null?void 0:S.includes(I.toString()):""});if(c.value.date(c.value.daysInMonth()).day()){const I=7-c.value.date(c.value.daysInMonth()).day();for(let W=1;W<=I;W++)v.push({day:W,type:"next"})}return[...k,...D,...v]},b=e.ref(x());e.watch(c,()=>{b.value=x()});const E=e.ref(!1);return e.watch(f,k=>{s.value===""&&(c.value=se(),d.value=se(),u.value=se()),k?E.value=!1:E.value=!0}),(k,D)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",CU,[e.createElementVNode("div",gU,[e.createVNode(Yi,{modelValue:s.value,"onUpdate:modelValue":D[0]||(D[0]=j=>s.value=j),"get-valid":E.value,class:"date-picker__input",label:t.label,prop:o.prop,rules:o.rules,placeholder:t.placeholder,disabled:o.disabled,"date-picker":""},null,8,["modelValue","get-valid","label","prop","rules","placeholder","disabled"]),e.withDirectives(e.createVNode(C1,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":o.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[v,C]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:M,class:"date-picker__popup"},[e.createVNode(iU,{modelValue:c.value,"onUpdate:modelValue":D[1]||(D[1]=j=>c.value=j)},null,8,["modelValue"]),e.createElementVNode("div",mU,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(aU),(j,T)=>(e.openBlock(),e.createElementBlock("div",{key:T,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(j),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(j,T)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${T}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":j.type!=="current"||j.weekend},{"date-picker__day-item_active-item":m(j)}])},[e.createElementVNode("div",_U,e.toDisplayString(j.type!=="previous"&&j.type!=="next"?j.day:""),1)],2)),[[v,()=>L(j)]])),128))])],512)):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-0c3171a3"]]),yU={key:0,class:"pl-input__prefix"},wU=["id","name","disabled","placeholder","prop"],NU=e.createElementVNode("div",{class:"pl-input__suffix"},[e.createElementVNode("span",{class:"pl-input__currency"},"₽")],-1),bU=e.defineComponent({inheritAttrs:!1,__name:"pl-currency",props:{id:{},leftIcon:{default:""},round:{type:Boolean,default:!1},valueRange:{},currencyInputOptions:{},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change","blur"],setup(t,{emit:n}){const o=t,r=e.reactive({currency:"RUB",currencyDisplay:yn.hidden,precision:o.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:o.valueRange,...o.currencyInputOptions}),{inputRef:i,formattedValue:s,setValue:c}=Hi(r),d=n,u=e.computed({get:()=>o.modelValue,set:f=>{d("update:modelValue",f)}});return e.watch(u,f=>{typeof f=="number"&&c(f)}),(f,C)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",yU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{ref_key:"inputRef",ref:i,"onUpdate:modelValue":C[0]||(C[0]=p=>e.isRef(s)?s.value=p:null),class:"pl-input__inner",name:f.id,disabled:o.disabled,placeholder:o.placeholder,prop:o.prop,onBlur:C[1]||(C[1]=()=>{d("blur")})}),null,16,wU),[[e.vModelDynamic,e.unref(s)]]),NU],6))}}),DU={key:0,class:"pl-input__prefix"},kU=["id","value","name","type","disabled","placeholder","prop","autocomplete"],LU={class:"pl-input__suffix"},xU=e.defineComponent({inheritAttrs:!1,__name:"pl-password",props:{id:{default:""},leftIcon:{},currentPassword:{type:Boolean,default:!1},newPassword:{type:Boolean,default:!1},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:f=>{r("update:modelValue",f)}}),s=e.ref(!1),c=()=>{o.disabled||(s.value=!s.value)},d=f=>{i.value=f.target.value.trim()},u=e.computed(()=>o.currentPassword?"current-password":o.newPassword?"new-password":"off");return(f,C)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",DU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{value:i.value,class:"pl-input__inner",name:f.id,type:s.value?"text":"password",disabled:o.disabled,placeholder:o.placeholder,prop:o.prop,autocomplete:u.value,onInput:d,onBlur:C[0]||(C[0]=()=>{r("blur")})}),null,16,kU),e.createElementVNode("div",LU,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:c},[s.value?(e.openBlock(),e.createBlock(C1,{key:0,class:"pl-input__eye",name:"Eye20"})):(e.openBlock(),e.createBlock(C1,{key:1,class:"pl-input__eye",name:"EyeCrossed20"}))])])],6))}}),EU=["id","name","disabled","maxlength","placeholder","prop"],vU={key:0,class:"pl-textarea__count"},SU={key:0,class:"pl-textarea__count-inner"},$U={key:1,class:"pl-textarea__count-inner"},TU=e.defineComponent({inheritAttrs:!1,__name:"pl-textarea",props:{id:{default:""},showWordLimit:{type:Boolean,default:!1},maxlength:{default:null},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:s=>{r("update:modelValue",s)}});return(s,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",s.$attrs.class]),style:e.normalizeStyle(s.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:s.id},s.$attrs,{"onUpdate:modelValue":c[0]||(c[0]=d=>i.value=d),class:[{"pl-textarea__text":s.maxlength},"pl-textarea__inner"],name:s.id,disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop}),null,16,EU),[[e.vModelText,i.value]]),o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",vU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",SU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",$U," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),jU={key:0,class:"pl-input__prefix"},OU=["id","name","disabled","maxlength","placeholder","prop"],VU={key:1,class:"pl-input__suffix"},IU={key:2,class:"pl-input__suffix"},zU={key:3,class:"pl-input__count"},BU={key:0,class:"pl-input__count-inner"},AU={key:1,class:"pl-input__count-inner"},PU=e.defineComponent({inheritAttrs:!1,__name:"pl-default",props:{id:{default:""},maxlength:{default:null},showWordLimit:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},leftIcon:{default:""},rightIcon:{default:""},formatter:{},iconPointer:{type:Boolean,default:!1},customBlur:{type:Boolean,default:!1},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","resetValue","tabHandler","touchstart","blur","mousedown"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:u=>{r("update:modelValue",u)}}),s=u=>{o.customBlur&&u.composed?u.stopImmediatePropagation():r("blur")};o.formatter&&e.watch(i,u=>{u&&(i.value=o.formatter(u))});const c=()=>{i.value="",r("resetValue")},d=()=>{r("tabHandler")};return(u,f)=>{const C=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",u.$attrs.class]),style:e.normalizeStyle(u.$attrs.style),onMousedown:f[3]||(f[3]=p=>r("mousedown"))},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",jU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:u.id,"onUpdate:modelValue":f[0]||(f[0]=p=>i.value=p),class:"pl-input__inner",name:u.id},u.$attrs,{disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop,onBlur:s,onKeydown:e.withKeys(d,["tab"]),onTouchstart:f[1]||(f[1]=()=>{r("touchstart")})}),null,16,OU),[[e.vModelDynamic,i.value]]),!o.disabled&&o.clearable&&i.value?(e.openBlock(),e.createElementBlock("div",VU,[!o.disabled&&o.clearable&&i.value?e.withDirectives((e.openBlock(),e.createBlock(C1,{key:0,name:"Close16",class:"cursor-pointer"},null,512)),[[C,c,void 0,{stop:!0}]]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),o.rightIcon?(e.openBlock(),e.createElementBlock("div",IU,[o.rightIcon?(e.openBlock(),e.createBlock(C1,{key:0,name:o.rightIcon,class:e.normalizeClass([{"cursor-pointer":o.iconPointer}]),onTouchstart:f[2]||(f[2]=()=>{r("touchstart")})},null,8,["name","class"])):e.createCommentVNode("",!0)])):o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",zU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",BU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",AU," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),HU={key:0,class:"pl-input__label"},ZU={key:1,class:"pl-input__optional"},UU={key:1,class:"pl-input__helpertext"},QU={key:0,class:"pl-form-item__error"},YU={key:1},RU=e.defineComponent({inheritAttrs:!1,__name:"pl-input-plus",props:{showWordLimit:{type:Boolean,default:!1},currency:{type:Boolean,default:!1},password:{type:Boolean,default:!1},textarea:{type:Boolean,default:!1},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},round:{type:Boolean,default:!1},valueRange:{default:()=>({min:0})},currencyInputOptions:{},"show-word-limit":{type:Boolean,default:!1},formatter:{},maxlength:{default:null},currentPassword:{type:Boolean,default:!1},newPassword:{type:Boolean,default:!1},iconPointer:{type:Boolean,default:!1},customBlur:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},focusOnReset:{type:Boolean,default:!1},disableTrim:{type:Boolean,default:!1},prop:{default:""},modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","resetValue","touchstart","blur"],setup(t,{expose:n,emit:o}){e.useCssVars(g=>({"55911c8e":r.width}));const r=t,i=`id-${Xt()}`,s=e.ref([]);if(r.prop){const g=e.inject("errorsState",[]);e.watch(g,()=>{s.value=g.value.filter(_=>_.field===r.prop);const m=document.getElementById(i).parentElement;s.value.length?m.classList.add("is-error"):m.classList.remove("is-error")},{deep:!0})}const c=o,d=e.computed({get:()=>r.modelValue,set:g=>{c("update:modelValue",g)}});e.watch(d,()=>{document.getElementById(i).dispatchEvent(new Event("change"))});const u=()=>{r.disableTrim||e.nextTick(()=>{const m=document.getElementById(i).value.replace(/\s+/g," ").trim();d.value=m,c("blur")})},f=(g=!1)=>{const m=document.getElementById(i);m&&(r.customBlur&&typeof g=="boolean"&&g?m.dispatchEvent(new Event("blur")):m.blur())},C=()=>{var g;c("resetValue"),r.focusOnReset||(g=document.getElementById(i))==null||g.blur()},p=()=>{var g;(g=document.getElementById(i))==null||g.focus()};return n({blurInput:f,focusInput:p,getId:()=>i}),(g,m)=>{const _=ar,y=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",g.$attrs.class]),style:e.normalizeStyle(g.$attrs.style),onMouseup:p},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",for:i},[e.createElementVNode("div",null,[r.label?(e.openBlock(),e.createElementBlock("span",HU,e.toDisplayString(r.label),1)):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createElementBlock("span",ZU,e.toDisplayString(r.optional),1)):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(_,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input",{"is-disabled":r.disabled}])},[r.currency?(e.openBlock(),e.createBlock(bU,e.mergeProps({key:0,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[0]||(m[0]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,round:r.round,"value-range":r.valueRange,"currency-input-options":r.currencyInputOptions,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,onBlur:m[1]||(m[1]=w=>c("blur"))}),null,16,["modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop"])):r.password?(e.openBlock(),e.createBlock(xU,e.mergeProps({key:1,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[2]||(m[2]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,"current-password":r.currentPassword,"new-password":r.newPassword,onBlur:u}),null,16,["modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password"])):r.textarea?(e.openBlock(),e.createBlock(TU,e.mergeProps({key:2,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[3]||(m[3]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,prop:r.prop,"show-word-limit":r.showWordLimit,maxlength:r.maxlength,onBlur:u}),null,16,["modelValue","placeholder","disabled","prop","show-word-limit","maxlength"])):(e.openBlock(),e.createBlock(PU,e.mergeProps({key:3,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[4]||(m[4]=w=>d.value=w),placeholder:r.placeholder,maxlength:r.maxlength,disabled:r.disabled,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,"show-word-limit":r.showWordLimit,formatter:r.formatter,"icon-pointer":r.iconPointer,"custom-blur":r.customBlur,clearable:r.clearable,onBlur:u,onResetValue:C,onTouchstart:m[5]||(m[5]=()=>c("touchstart"))}),null,16,["modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable"]))],2)),[[y,f]]),r.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",UU,[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",QU,e.toDisplayString(s.value[0].message),1)):r.helpertext?(e.openBlock(),e.createElementBlock("span",YU,e.toDisplayString(r.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],38)}}}),mCe="",ql=ut(RU,[["__scopeId","data-v-1e5b9bb1"]]);var Zd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){return function(o,r,i){r.prototype.isBetween=function(s,c,d,u){var f=i(s),C=i(c),p=(u=u||"()")[0]==="(",M=u[1]===")";return(p?this.isAfter(f,d):!this.isBefore(f,d))&&(M?this.isBefore(C,d):!this.isAfter(C,d))||(p?this.isBefore(f,d):!this.isAfter(f,d))&&(M?this.isAfter(C,d):!this.isBefore(C,d))}}})})(Zd);var FU=Zd.exports;const Ri=X1(FU);var Ud={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){return function(o,r,i){var s=r.prototype,c=function(M){var g,m=M.date,_=M.utc,y={};if(!((g=m)===null||g instanceof Date||g instanceof Array||s.$utils().u(g)||g.constructor.name!=="Object")){if(!Object.keys(m).length)return new Date;var w=_?i.utc():i();Object.keys(m).forEach(function(j){var T,S;y[T=j,S=s.$utils().p(T),S==="date"?"day":S]=m[j]});var L=y.day||(y.year||y.month>=0?1:w.date()),x=y.year||w.year(),b=y.month>=0?y.month:y.year||y.day?0:w.month(),E=y.hour||0,k=y.minute||0,D=y.second||0,v=y.millisecond||0;return _?new Date(Date.UTC(x,b,L,E,k,D,v)):new Date(x,b,L,E,k,D,v)}return m},d=s.parse;s.parse=function(M){M.date=c.bind(this)(M),d.bind(this)(M)};var u=s.set,f=s.add,C=s.subtract,p=function(M,g,m,_){_===void 0&&(_=1);var y=Object.keys(g),w=this;return y.forEach(function(L){w=M.bind(w)(g[L]*_,L)}),w};s.set=function(M,g){return g=g===void 0?M:g,M.constructor.name==="Object"?p.bind(this)(function(m,_){return u.bind(this)(_,m)},g,M):u.bind(this)(M,g)},s.add=function(M,g){return M.constructor.name==="Object"?p.bind(this)(f,M,g):f.bind(this)(M,g)},s.subtract=function(M,g){return M.constructor.name==="Object"?p.bind(this)(f,M,g,-1):C.bind(this)(M,g)}}})})(Ud);var WU=Ud.exports;const Fi=X1(WU),_Ce="",Qd=t=>(e.pushScopeId("data-v-ac56b7a7"),t=t(),e.popScopeId(),t),GU=["id"],qU=["src"],KU={class:"date-switcher__container flex-column"},JU={class:"d-flex pb-6 justify-content-between"},XU={class:"date-switcher justify-content-center flex-column"},eQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),tQ={class:"date-switcher justify-content-center flex-column"},nQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),oQ={class:"d-flex pt-2 justify-content-between"},rQ={class:"date-switcher date-switcher__month"},lQ={class:"date-switcher__month-name"},iQ={class:"date-switcher date-switcher__year"},sQ={class:"date-switcher__year-name"},aQ={class:"pl-date-picker__days"},cQ=["onClick","onMousemove"],dQ={class:"field"},uQ={class:"pl-date-picker__buttons"},fQ=ut({__name:"pl-date-picker-range",props:{modelValue:{type:Array,default:()=>[]},width:{type:String,default:"260px"},placeholder:{type:String,default:"Выберите дату"},label:{type:String,default:""},isClose:{type:Boolean,default:!1},showInput:{type:Boolean,default:!0},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen"],setup(t,{expose:n,emit:o}){const r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDkwMiAyQzguNzQ5MDIgMS41ODU3OSA4LjQxMzI0IDEuMjUgNy45OTkwMiAxLjI1QzcuNTg0ODEgMS4yNSA3LjI0OTAyIDEuNTg1NzkgNy4yNDkwMiAyVjMuMjVINC45OTkwMkMzLjQ3OTgxIDMuMjUgMi4yNDkwMiA0LjQ4MDc5IDIuMjQ5MDIgNlY5VjE5QzIuMjQ5MDIgMjAuNTE5MiAzLjQ3OTgxIDIxLjc1IDQuOTk5MDIgMjEuNzVIMTguOTk5QzIwLjUxODIgMjEuNzUgMjEuNzQ5IDIwLjUxOTIgMjEuNzQ5IDE5VjlWNkMyMS43NDkgNC40ODA3OSAyMC41MTgyIDMuMjUgMTguOTk5IDMuMjVIMTYuNzQ5VjJDMTYuNzQ5IDEuNTg1NzkgMTYuNDEzMiAxLjI1IDE1Ljk5OSAxLjI1QzE1LjU4NDggMS4yNSAxNS4yNDkgMS41ODU3OSAxNS4yNDkgMlYzLjI1SDguNzQ5MDJWMlpNNC45OTkwMiA0Ljc1SDcuMjQ5MDJWNkM3LjI0OTAyIDYuNDE0MjEgNy41ODQ4MSA2Ljc1IDcuOTk5MDIgNi43NUM4LjQxMzI0IDYuNzUgOC43NDkwMiA2LjQxNDIxIDguNzQ5MDIgNlY0Ljc1SDE1LjI0OVY2QzE1LjI0OSA2LjQxNDIxIDE1LjU4NDggNi43NSAxNS45OTkgNi43NUMxNi40MTMyIDYuNzUgMTYuNzQ5IDYuNDE0MjEgMTYuNzQ5IDZWNC43NUgxOC45OTlDMTkuNjg5OCA0Ljc1IDIwLjI0OSA1LjMwOTIxIDIwLjI0OSA2VjguMjVIMy43NDkwMlY2QzMuNzQ5MDIgNS4zMDkyMSA0LjMwODI0IDQuNzUgNC45OTkwMiA0Ljc1Wk0zLjc0OTAyIDkuNzVIMjAuMjQ5VjE5QzIwLjI0OSAxOS42OTA4IDE5LjY4OTggMjAuMjUgMTguOTk5IDIwLjI1SDQuOTk5MDJDNC4zMDgyNCAyMC4yNSAzLjc0OTAyIDE5LjY5MDggMy43NDkwMiAxOVY5Ljc1Wk04LjAwNjg0IDEyLjk3NjZDOC4wMDY4NCAxMy41Mjg4IDcuNTU5MTIgMTMuOTc2NiA3LjAwNjg0IDEzLjk3NjZDNi40NTQ1NSAxMy45NzY2IDYuMDA2ODQgMTMuNTI4OCA2LjAwNjg0IDEyLjk3NjZDNi4wMDY4NCAxMi40MjQzIDYuNDU0NTUgMTEuOTc2NiA3LjAwNjg0IDExLjk3NjZDNy41NTkxMiAxMS45NzY2IDguMDA2ODQgMTIuNDI0MyA4LjAwNjg0IDEyLjk3NjZaTTguMDA2ODQgMTYuOTgwNUM4LjAwNjg0IDE3LjUzMjggNy41NTkxMiAxNy45ODA1IDcuMDA2ODQgMTcuOTgwNUM2LjQ1NDU1IDE3Ljk4MDUgNi4wMDY4NCAxNy41MzI4IDYuMDA2ODQgMTYuOTgwNUM2LjAwNjg0IDE2LjQyODIgNi40NTQ1NSAxNS45ODA1IDcuMDA2ODQgMTUuOTgwNUM3LjU1OTEyIDE1Ljk4MDUgOC4wMDY4NCAxNi40MjgyIDguMDA2ODQgMTYuOTgwNVpNMTEuOTk5IDEzLjk3NjZDMTIuNTUxMyAxMy45NzY2IDEyLjk5OSAxMy41Mjg4IDEyLjk5OSAxMi45NzY2QzEyLjk5OSAxMi40MjQzIDEyLjU1MTMgMTEuOTc2NiAxMS45OTkgMTEuOTc2NkMxMS40NDY3IDExLjk3NjYgMTAuOTk5IDEyLjQyNDMgMTAuOTk5IDEyLjk3NjZDMTAuOTk5IDEzLjUyODggMTEuNDQ2NyAxMy45NzY2IDExLjk5OSAxMy45NzY2Wk0xMi45OTkgMTYuOTgwNUMxMi45OTkgMTcuNTMyOCAxMi41NTEzIDE3Ljk4MDUgMTEuOTk5IDE3Ljk4MDVDMTEuNDQ2NyAxNy45ODA1IDEwLjk5OSAxNy41MzI4IDEwLjk5OSAxNi45ODA1QzEwLjk5OSAxNi40MjgyIDExLjQ0NjcgMTUuOTgwNSAxMS45OTkgMTUuOTgwNUMxMi41NTEzIDE1Ljk4MDUgMTIuOTk5IDE2LjQyODIgMTIuOTk5IDE2Ljk4MDVaTTE2Ljk5MTIgMTMuOTc2NkMxNy41NDM1IDEzLjk3NjYgMTcuOTkxMiAxMy41Mjg4IDE3Ljk5MTIgMTIuOTc2NkMxNy45OTEyIDEyLjQyNDMgMTcuNTQzNSAxMS45NzY2IDE2Ljk5MTIgMTEuOTc2NkMxNi40Mzg5IDExLjk3NjYgMTUuOTkxMiAxMi40MjQzIDE1Ljk5MTIgMTIuOTc2NkMxNS45OTEyIDEzLjUyODggMTYuNDM4OSAxMy45NzY2IDE2Ljk5MTIgMTMuOTc2NloiIGZpbGw9IiM2NTY1NjciLz4NCjwvc3ZnPg0K",self.location).href;se.locale("ru"),se.extend(Ri),se.extend(Fi);const i=t,{isClose:s}=e.toRefs(i),c=o,d=([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,_e=>(_e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>_e/4).toString(16)),u=e.ref(0),f=e.ref(0),C=()=>{const oe=document.getElementById(`date-picker-range-${d}`).getBoundingClientRect();f.value=oe.x,u.value=oe.y+oe.height+window.scrollY},p=()=>{C(),c("changeOpen",!s.value)},M=_e=>_e.includes("-")?se(_e.split("-")[0],"DD.MM.YYYY",!0).isValid()&&se(_e.split("-")[1],"DD.MM.YYYY",!0).isValid():se(_e,"DD.MM.YYYY",!0).isValid(),g=e.ref(se()),m=e.ref(se()),_=e.ref(se()),y=e.ref(se()),w=e.ref(se().format("DD.MM.YYYY")),L=e.ref(se().format("DD.MM.YYYY")),x=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let b=[];const E=e.ref("");e.onMounted(()=>{k(i.modelValue)}),e.watch(()=>i.modelValue,_e=>{_e.length===2&&k(_e)}),e.watch(E,_e=>{M(_e)?(_e.split("-").length===2&&(m.value=se(_e.split("-")[0].split(".").reverse().join("-")),_.value=se(_e.split("-")[1].split(".").reverse().join("-")),b=[m.value,_.value],w.value=I(m.value),L.value=I(_.value),D(b)),m.value.isAfter(_.value)&&(_.value=b[0],m.value=b[1],b=[m.value,_.value],w.value=I(m.value),L.value=I(_.value),D(b))):D(),S()});const k=_e=>{if(_e&&_e.length===2){const oe=se(_e[0]).format("YYYY-MM-DD").split("-").reverse().join("."),we=se(_e[1]).format("YYYY-MM-DD").split("-").reverse().join("."),re=oe+"-"+we;M(re)&&(E.value=`${oe}-${we}`)}},D=(_e=[])=>{let oe=_e;oe.length===2&&(oe=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")]),c("update:modelValue",oe)},v=(_e,oe)=>{M(_e.target.value)&&(oe?se(_e.target.value.split(".").reverse().join("-")).isAfter(m.value)&&(_.value=se(_e.target.value.split(".").reverse().join("-"))):se(_e.target.value.split(".").reverse().join("-")).isBefore(_.value)&&(m.value=se(_e.target.value.split(".").reverse().join("-"))),b=[m.value,_.value],S())},j=_e=>{let oe;_e?M(w.value)||(w.value=I(m.value)):M(L.value)||(L.value=I(_.value)),se(w.value.split(".").reverse().join("-")).isAfter(se(L.value.split(".").reverse().join("-")))&&(oe=w.value,w.value=L.value,L.value=oe),m.value=se(w.value.split(".").reverse().join("-")),_.value=se(L.value.split(".").reverse().join("-")),b=[m.value,_.value],S()},T=()=>{M(E.value)||(E.value="")},S=()=>{ae={day:m.value.date(),month:m.value.month(),year:m.value.year()},pe={day:_.value.date(),month:_.value.month(),year:_.value.year()},me(pe),he=!1},P=_e=>_e.charAt(0).toUpperCase()+_e.slice(1),I=_e=>_e.format("DD.MM.YYYY"),W=()=>{g.value=g.value.set("date",1).subtract(1,"month")},Q=()=>{g.value=g.value.set("date",1).add(1,"month")},U=()=>{g.value=g.value.set("date",1).subtract(1,"year")},V=()=>{g.value=g.value.set("date",1).add(1,"year")},R=(_e,oe)=>oe.date()===_e.day&&oe.month()===_e.month&&oe.year()===_e.year,z=_e=>b.length===2?R(_e,m.value)||R(_e,_.value):R(_e,m.value),H=_e=>{const oe=_.value.isAfter(m.value),we=_.value.isSame(m.value,"day");if(b.length===2){if(!we){if(R(_e,m.value))return oe?De:Oe;if(R(_e,_.value))return oe?Oe:De}}else return},G=()=>{je({day:se().date(),month:se().month(),year:se().year(),type:"current"}),he=!1,_.value=se(),m.value=se(),w.value=m.value.format("DD.MM.YYYY"),L.value=_.value.format("DD.MM.YYYY"),g.value=m.value,b=[],E.value="",c("changeOpen",!0)},A=()=>{M(E.value)||(_.value=se(),m.value=se(),w.value=m.value.format("DD.MM.YYYY"),L.value=_.value.format("DD.MM.YYYY")),S(),c("changeOpen",!0)};e.watch(s,()=>{M(E.value)?(w.value=se(E.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),L.value=se(E.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),_.value=se(E.value.split("-")[1].split(".").reverse().join("-")),m.value=se(E.value.split("-")[0].split(".").reverse().join("-")),b=[m.value,_.value],S()):(w.value=se().format("DD.MM.YYYY"),L.value=se().format("DD.MM.YYYY"),_.value=se(),m.value=se(),b=[],S()),g.value=m.value});const X=e.ref(null);Mn(X,()=>{setTimeout(()=>{A()})});const ce=()=>{S()},de=()=>{g.value=m.value,b.length===0||b.length===1?(y.value=m.value,w.value=I(m.value)):(y.value=_.value,L.value=I(_.value)),m.value.isAfter(_.value)?E.value=_.value.format("DD.MM.YYYY")+"-"+m.value.format("DD.MM.YYYY"):E.value=m.value.format("DD.MM.YYYY")+"-"+_.value.format("DD.MM.YYYY"),c("changeOpen",!0)},Ne=()=>{const _e=[],oe=[],we=[],re=g.value.date(1).day()===0;if(g.value.date(1).day()>1||re){const ie=g.value.subtract(1,"month").endOf("month").date(),Ee=re?6:g.value.date(1).day()-1,ee=ie-Ee+1,Ce=g.value.month()===0?g.value.year()-1:g.value.year(),Y=g.value.month()===0?11:g.value.month()-1;for(let Le=ee;Le<=ie;Le++)_e.push({day:Le,month:Y,year:Ce,type:"previous"})}const J=g.value.endOf("month").date();for(let ie=1;ie<=J;ie++)oe.push({day:ie,month:g.value.month(),year:g.value.year(),type:"current"});if(g.value.date(g.value.daysInMonth()).day()){const ie=7-g.value.date(g.value.daysInMonth()).day(),Ee=g.value.month()===11?g.value.year()+1:g.value.year(),ee=g.value.month()===11?0:g.value.month()+1;for(let Ce=1;Ce<=ie;Ce++)we.push({day:Ce,month:ee,year:Ee,type:"next"})}return[..._e,...oe,...we]};let he,ae,pe,De="pl-date-picker__day-item_active-item-range-left",Oe="pl-date-picker__day-item_active-item-range-right",Be="pl-date-picker__day-item_svg-circle-background";const ve=e.ref(Ne()),je=_e=>{_e.type!=="previous"&&_e.type!=="next"&&(he?He(_e,_,1):He(_e,m,0))},He=(_e,oe,we)=>{oe.value=Ae(_e),he=!we,we?(L.value=I(_.value),_.value.isBefore(m.value)&&(w.value=I(_.value),L.value=I(m.value))):(b=[],ae=_e,pe=_e,w.value=I(m.value)),_e.type!=="previous"&&_e.type!=="next"&&(me(_e),b[we]=_e)},Ae=_e=>se(`${_e.year}-${(_e.month+1).toString().padStart(2,"0")}-${_e.day.toString().padStart(2,"0")}`),Ke=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let c1=!1,d1=!1,$e=!1,Je=!1,r1=[],n1=0;const me=(_e,oe)=>{if(he){n1=0,r1.push(_e);for(let we=0;we<ve.value.length;we++)ve.value[we].type==="current"&&(n1+=1);r1.length-1===n1?pe=r1[0]:pe=_e}else r1=[];if(ae&&pe&&!oe&&he&&Array.from(Ke.value).forEach((we,re)=>{c1=Ae(ve.value[re]).isSame(Ae(pe)),d1=Ae(pe).isAfter(Ae(ae)),$e=Ae(pe).isBefore(Ae(ae)),Je=Ae(ve.value[re]).isBetween(Ae(ae),Ae(pe)),Ae(ve.value[re]).isSame(Ae(ae))?(we.classList.toggle(Oe,$e),we.classList.toggle(De,d1)):b.length===1&&(c1?(we.classList.toggle(Be,c1),we.classList.toggle(Oe,d1),we.classList.toggle(De,$e)):(we.classList.contains(De)?we.classList.remove(De):we.classList.remove(Oe),we.classList.toggle("pl-date-picker__background-range",Je&&ve.value[re].type!=="next"&&ve.value[re].type!=="previous"),we.classList.toggle(Be,c1)))}),ae&&pe&&oe)return Ae(_e).isBetween(Ae(ae),Ae(pe))};return n({clearDate:()=>{E.value=""}}),e.watch(g,()=>{ve.value=Ne()}),(_e,oe)=>{const we=ql,re=e3,J=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`date-picker-range-${e.unref(d)}`,class:"date-picker"},[t.showInput?(e.openBlock(),e.createElementBlock("div",{key:0,class:"date-picker__wrapper",style:e.normalizeStyle(`width: ${t.width}`),onClick:p},[e.createVNode(Yi,{modelValue:E.value,"onUpdate:modelValue":oe[0]||(oe[0]=ie=>E.value=ie),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:v,onBlur:T},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(r),alt:"date-picker icon"},null,8,qU)],4)):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:!t.teleport},[e.unref(s)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:X,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${u.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",KU,[e.createElementVNode("div",JU,[e.createElementVNode("div",XU,[eQ,e.withDirectives(e.createVNode(we,{id:"date-mask",modelValue:w.value,"onUpdate:modelValue":oe[1]||(oe[1]=ie=>w.value=ie),placeholder:"ДД.ММ.ГГГГ",onInput:v,onBlur:oe[2]||(oe[2]=ie=>j(!0)),onClick:ce},null,8,["modelValue"]),[[J,"##.##.####"]])]),e.createElementVNode("div",tQ,[nQ,e.withDirectives(e.createVNode(we,{id:"date-mask",modelValue:L.value,"onUpdate:modelValue":oe[3]||(oe[3]=ie=>L.value=ie),placeholder:"ДД.ММ.ГГГГ",onInput:oe[4]||(oe[4]=ie=>v(ie,!0)),onBlur:oe[5]||(oe[5]=ie=>j(!1)),onClick:ce},null,8,["modelValue"]),[[J,"##.##.####"]])])]),e.createElementVNode("div",oQ,[e.createElementVNode("div",rQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",lQ,e.toDisplayString(P(g.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:Q})]),e.createElementVNode("div",iQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:U}),e.createElementVNode("span",sQ,e.toDisplayString(P(g.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:V})])])]),e.createElementVNode("div",aQ,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(x,(ie,Ee)=>e.createElementVNode("div",{key:Ee,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(ie),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ve.value,(ie,Ee)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${Ee}`,class:e.normalizeClass(["pl-date-picker__day-item",ie.type!=="previous"&&ie.type!=="next"?H(ie):"",{"pl-date-picker__day-item_disabled":ie.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":z(ie)&&ie.type==="current"},{"pl-date-picker__background-range":ie.type!=="previous"&&ie.type!=="next"?me(ie,!0):""}]),onClick:ee=>ie.type!=="previous"&&ie.type!=="next"?je(ie):"",onMousemove:ee=>ie.type!=="previous"&&ie.type!=="next"?me(ie,!1):""},[e.createElementVNode("div",dQ,e.toDisplayString(ie.type!=="previous"&&ie.type!=="next"?ie.day:""),1)],42,cQ))),128))]),e.createElementVNode("div",uQ,[e.createVNode(re,{size:"medium",type:"secondary",onClick:G},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(re,{size:"medium",onClick:de},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,GU)}}},[["__scopeId","data-v-ac56b7a7"]]),pQ={install(t){t.component("PlDatePicker",MU),t.component("PlDatePickerRange",fQ)}},yCe="",wCe="",NCe="";var Wi={name:"ru",el:{colorpicker:{confirm:"OK",clear:"Очистить"},datepicker:{now:"Сейчас",today:"Сегодня",cancel:"Отмена",clear:"Очистить",confirm:"OK",selectDate:"Выбрать дату",selectTime:"Выбрать время",startDate:"Дата начала",startTime:"Время начала",endDate:"Дата окончания",endTime:"Время окончания",prevYear:"Предыдущий год",nextYear:"Следующий год",prevMonth:"Предыдущий месяц",nextMonth:"Следующий месяц",year:"",month1:"Январь",month2:"Февраль",month3:"Март",month4:"Апрель",month5:"Май",month6:"Июнь",month7:"Июль",month8:"Август",month9:"Сентябрь",month10:"Октябрь",month11:"Ноябрь",month12:"Декабрь",week:"неделя",weeks:{sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб"},months:{jan:"Янв",feb:"Фев",mar:"Мар",apr:"Апр",may:"Май",jun:"Июн",jul:"Июл",aug:"Авг",sep:"Сен",oct:"Окт",nov:"Ноя",dec:"Дек"}},select:{loading:"Загрузка",noMatch:"Совпадений не найдено",noData:"Нет данных",placeholder:"Выбрать"},cascader:{noMatch:"Совпадений не найдено",loading:"Загрузка",placeholder:"Выбрать",noData:"Нет данных"},pagination:{goto:"Перейти",pagesize:" на странице",total:"Всего {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages"},messagebox:{title:"Сообщение",confirm:"OK",cancel:"Отмена",error:"Недопустимый ввод данных"},upload:{deleteTip:"Нажмите [Удалить] для удаления",delete:"Удалить",preview:"Превью",continue:"Продолжить"},table:{emptyText:"Нет данных",confirmFilter:"Подтвердить",resetFilter:"Сбросить",clearFilter:"Все",sumText:"Сумма"},tree:{emptyText:"Нет данных"},transfer:{noMatch:"Совпадений не найдено",noData:"Нет данных",titles:["Список 1","Список 2"],filterPlaceholder:"Введите ключевое слово",noCheckedFormat:"{total} пунктов",hasCheckedFormat:"{checked}/{total} выбрано"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"OK",cancelButtonText:"Отмена"}}};const bCe="",hQ=["id"],CQ=Object.assign({name:"PlDatePicker"},{props:{modelValue:{type:Date,default:null},format:{type:String,default:"DD.MM.YYYY"},placeholder:{type:String,default:"Выберите дату"},pickerOptions:{type:Object,default:()=>({firstDayOfWeek:1})},width:{type:String,default:"220px"},defaultValue:{type:Date,default:null},type:{type:String,default:"date"},isLastDayOfMonth:{type:Boolean,default:!1},leftIcon:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{modelValue:i}=e.toRefs(o),s=e.ref(null),c=e.ref(null),d=e.computed(()=>o.leftIcon?"left-icon":"right-icon");return e.watch(s,u=>{r("update:modelValue",u)}),e.watch(i,()=>{s.value=i.value}),s.value=i.value,(u,f)=>{const C=zc;return e.openBlock(),e.createElementBlock("div",{id:d.value,style:{width:"100%"}},[e.createVNode(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(C,e.mergeProps({ref_key:"innerDatePicker",ref:c},u.$attrs,{modelValue:s.value,"onUpdate:modelValue":f[0]||(f[0]=p=>s.value=p),format:t.format,"picker-options":t.pickerOptions,placeholder:t.placeholder,clearable:!1,style:`width: ${t.width};`,type:t.type,class:"pl-date-picker"}),null,16,["modelValue","format","picker-options","placeholder","style","type"])]),_:1},8,["locale"])],8,hQ)}}}),kCe="",gQ=Object.assign({name:"PlDatePickerRange"},{props:{modelValue:{type:Array,default:null},format:{type:String,default:"DD.MM.YYYY"},startPlaceholder:{type:String,default:"Дата от"},endPlaceholder:{type:String,default:"Дата до"},pickerOptions:{type:Object,default:()=>({firstDayOfWeek:1})},width:{type:String,default:"224px"}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{modelValue:i}=e.toRefs(o),s=e.ref([]),c=e.ref(null);return e.watch(s,d=>{r("update:modelValue",d)}),e.watch(i,()=>{s.value=i.value}),s.value=i.value,(d,u)=>{const f=zc;return e.openBlock(),e.createBlock(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(f,e.mergeProps({ref_key:"innerDatePicker",ref:c},d.$attrs,{modelValue:s.value,"onUpdate:modelValue":u[0]||(u[0]=C=>s.value=C),format:t.format,"picker-options":t.pickerOptions,"start-placeholder":t.startPlaceholder,"end-placeholder":t.endPlaceholder,type:"daterange",style:`width: ${t.width};`}),null,16,["modelValue","format","picker-options","start-placeholder","end-placeholder","style"])]),_:1},8,["locale"])}}}),mQ={install(t){t.component("PlDatePickerLegacy",CQ),t.component("PlDatePickerRangeLegacy",gQ)}},Gi=e.defineComponent({__name:"pl-title1",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),Yd=t=>{if(t)return typeof t=="string"&&["px","%","rem","em","vh","vw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},Kl=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},offsetRight:{default:"2px"}},emits:["scroll","wheel"],setup(t,{expose:n,emit:o}){e.useCssVars(ve=>({68055948:g.value,"36ff6600":M.value,"670bd544":ve.offsetRight,"621bb24a":j.value,"7144d6da":k.value,"0dd93f45":b.value,"226d8861":D.value,"62ab6b49":E.value}));const r=t,i=o,s=Xt(),{width:c}=Ht(),d=e.computed(()=>c.value<=730),{wrapClass:u,viewClass:f,hideScrollThumb:C}=e.toRefs(r),p=e.ref(!1),M=e.computed(()=>Yd(r.maxHeight)),g=e.computed(()=>Yd(r.height)),m=e.ref(),_=e.ref(),y=e.ref(0),w=e.ref(0),L=e.ref(),x=e.ref(),b=e.computed(()=>{const ve=`${100/L.value*y.value}%`;return ve==="100%"?"0%":ve}),E=e.computed(()=>{const ve=`${100/x.value*w.value}%`;return ve==="100%"?"0%":ve}),k=e.ref("0%"),D=e.ref("0%"),v=e.ref(""),j=e.computed(()=>d.value?"3px":"6px"),T=({scrollY:ve=0,grabY:je=0}={})=>{var Ae;const He=ve||((Ae=m==null?void 0:m.value)==null?void 0:Ae.scrollTop)||0;k.value=`${100/L.value*(He+je)}%`},S=({scrollX:ve=0,grabX:je=0}={})=>{var Ae;const He=ve||((Ae=m==null?void 0:m.value)==null?void 0:Ae.scrollLeft)||0;D.value=`${100/x.value*(He+je)}%`},P=e.ref(),I=()=>{clearTimeout(P.value),P.value=setTimeout(()=>{p.value=!1,d.value&&(v.value="")},2e3)},W=ve=>{const je=ve.target.scrollTop;T({scrollY:je});const He=ve.target.scrollLeft;S({scrollX:He}),i("scroll",ve),d.value&&(p.value=!0,I())},Q=ve=>{i("wheel",ve)},U=e.ref(0),V=(ve="")=>{document.querySelectorAll("#pl-scrollbar").forEach(He=>{[...He.classList].includes(s)||(ve==="add"?He.children[0].classList.add("hidden"):He.children[0].classList.remove("hidden"))})},R=(ve,je)=>{je.stopPropagation(),clearTimeout(P.value),d.value&&(v.value=ve,V("add"));const He=$e=>{var n1,me,ze,_e;z("none");const Je=d.value?$e.changedTouches[0]:$e,r1=ve==="x"?Je.pageX:Je.pageY;if(!U.value)U.value=r1;else{const oe=r1-U.value;if(U.value=r1,oe===0)return;if(ve==="y"){const we=L.value/y.value*oe,re=(((n1=m.value)==null?void 0:n1.scrollTop)||0)+we;(me=m.value)==null||me.scrollTo({top:re})}else{const we=x.value/w.value*oe,re=(((ze=m.value)==null?void 0:ze.scrollLeft)||0)+we;(_e=m.value)==null||_e.scrollTo({left:re})}}},Ae=()=>{V(),z(""),U.value=0,document[Ke]=null,document[c1]=null,d.value&&(v.value="",I())},Ke=d.value?"ontouchmove":"onmousemove";document[Ke]=$e=>{He($e)};const c1=d.value?"ontouchend":"onmouseup";document[c1]=Ae;const d1=new Event(d.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(d1)},z=ve=>{const je=document.querySelector("body");je.style.userSelect=ve},H=()=>{var ve,je;L.value=(ve=_.value)==null?void 0:ve.scrollHeight,x.value=(je=_.value)==null?void 0:je.scrollWidth},G=()=>{var ve,je;y.value=((ve=m.value)==null?void 0:ve.offsetHeight)||0,w.value=((je=m.value)==null?void 0:je.offsetWidth)||0},A=e.computed(()=>y.value<L.value&&p.value),X=e.computed(()=>w.value<x.value&&p.value),ce=(ve,je)=>{var He,Ae;if(!(d.value||ve.target.closest(".pl-scrollbar__thumb")))if(je==="y"){if(!A.value)return;const Ke=ve.clientY,c1=L.value/y.value*Ke-y.value/2;(He=m.value)==null||He.scrollTo({top:c1})}else{if(!X.value)return;const Ke=ve.clientX,c1=x.value/w.value*Ke-w.value/2;(Ae=m.value)==null||Ae.scrollTo({left:c1})}},de=()=>{d.value||(p.value=!0)},Ne=()=>{d.value||(p.value=!1)},he=e.computed(()=>d.value?"touchstart":"mousedown"),ae=Yl(m),pe=Yl(_);return e.watch(()=>ae,()=>{G()},{deep:!0,immediate:!0}),e.watch(()=>pe,()=>{H()},{deep:!0,immediate:!0}),e.watch(b,()=>{T()}),e.watch(E,()=>{S()}),n({setScrollTop:ve=>{m.value&&m.value.scrollTo({top:ve})},setScrollLeft:ve=>{m.value&&m.value.scrollTo({left:ve})},scrollTo:ve=>{m.value&&m.value.scrollTo(ve)}}),(ve,je)=>{const He=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:de,onMouseleave:Ne},[e.createElementVNode("div",{ref_key:"scrollBar",ref:m,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(u)]),onScroll:W,onWheel:Q},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:_,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(ve.$slots,"default")],2)],34),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:A.value},{drag:v.value==="y"},{"with-hover":!d.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(he.value)]:je[0]||(je[0]=Ae=>R("y",Ae))}),null,16)],2)),[[He,Ae=>ce(Ae,"y")]]),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:X.value},{drag:v.value==="x"},{"with-hover":!d.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(he.value)]:je[1]||(je[1]=Ae=>R("x",Ae))}),null,16)],2)),[[He,Ae=>ce(Ae,"x")]])],34)}}}),xCe="",_Q={class:"w-100"},MQ=["id"],yQ={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},wQ={class:"d-flex gap-3"},qi=e.defineComponent({__name:"pl-dialog",props:{modelValue:{type:Boolean,default:!1},showHeader:{type:Boolean,default:!0},showGrabber:{type:Boolean,default:!0},widthThis:{default:"808"},padding:{default:"24px"},headerPadding:{default:""},showClose:{type:Boolean,default:!0},customClass:{default:""},slide:{type:Boolean,default:!1},simple:{type:Boolean,default:!1},disabledTeleport:{type:Boolean,default:!1},logout:{type:Boolean,default:!1},modalOnMobile:{type:Boolean,default:!1},contentCustomClass:{default:""},loading:{type:Boolean,default:!1}},emits:["update:modelValue","changeVisibleModalValue"],setup(t,{expose:n,emit:o}){e.useCssVars(I=>({fb531330:D.value,de00c6f0:k.value}));const r=t,i=o,s=e.computed({get:()=>r.modelValue,set:I=>i("update:modelValue",I)}),{padding:c,headerPadding:d,loading:u}=e.toRefs(r),{height:f,width:C}=Ht(),p=e.computed(()=>r.modalOnMobile?!0:C.value>730),M=e.computed(()=>p.value?r.slide:!1),g=e.computed(()=>p.value?r.widthThis:"100%"),m=e.computed(()=>!p.value),_=e.ref(!1);ft(window,"mousedown",I=>{const W=I.target;_.value=!!(W.classList.contains("el-loading-mask")||W.classList.contains("pl-chat-popup")||W.closest(".pl-chat-popup")||W.closest(".logout-dialog-background"))});const y=Xt(),w=()=>{s.value=!1,i("changeVisibleModalValue",!0)},L=()=>{k.value="100%",D.value="0.380s",setTimeout(()=>{w()},380)},x=(I=null)=>{var Q;let W;I&&(W=(Q=I.target.closest("[id]"))==null?void 0:Q.id),!(W&&W!==y)&&(_.value||(p.value?w():L()))},b=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(g.value)?g.value:`${g.value}px`,"--dialog-container-height":M.value?"100%":"unset","--dialog-container-padding":p.value?c.value:"16px 0 0","--dialog-container-radius":M.value?"0":"16px","--dialog-header-padding":d.value?d.value:M.value?"0 0 30px 0":"0 0 16px 0"})),E=e.ref(0),k=e.ref("100%"),D=e.ref("0.26s"),v=I=>{var U;const W=(U=(I==null?void 0:I.target).closest("[id]"))==null?void 0:U.id;if(!r.showGrabber||W&&W!==y)return;const Q=V=>{if(D.value="0s",!E.value)E.value=V.changedTouches[0].pageY;else{const R=V.changedTouches[0].pageY-E.value;R>=0&&(k.value=`${R}px`)}};document.ontouchmove=V=>{V.target.closest(".dialog-scroll")||(Q(V),document.ontouchend=z=>{D.value="0.38s",document.ontouchmove=null,document.ontouchend=null,z.changedTouches[0].pageY-E.value>80?x():k.value="0%"})}},j=e.ref(document.querySelector(`.header-${y}`)),T=e.computed(()=>{var V,R;const I=((V=j.value)==null?void 0:V.offsetHeight)||0,W=f.value-I,Q=64,U=((R=j.value)==null?void 0:R.offsetTop)||0;return M.value?`${f.value-U-I}px`:`${W-Q-40}px`}),S=e.ref();return n({scrollTop:()=>S.value.setScrollTop(0),closeModalOnMobile:L}),e.watch(()=>r.modelValue,I=>{I?setTimeout(()=>{k.value="0%",j.value=document.querySelector(`.header-${y}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(I,W)=>{const Q=Gi,U=e3,V=e.resolveDirective("tap"),R=Zl;return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:I.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(b.value),class:e.normalizeClass([I.customClass,"justify-content-end",{"modal-with-custom":I.contentCustomClass},m.value?"mx-4":"",r.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",_Q,[e.createElementVNode("div",{id:e.unref(y),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":I.simple?"align-self-start ":m.value?"my-16":"mt-16 mx-auto",{"with-grabber":I.showGrabber}]]),onTouchstart:v},[e.createElementVNode("div",yQ,[I.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(y)}`])},[e.createVNode(Q,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(I.$slots,"header",{},()=>[e.createTextVNode("Уведомление")])]),_:3}),e.createElementVNode("div",wQ,[e.renderSlot(I.$slots,"headerBtns"),I.showClose?e.withDirectives((e.openBlock(),e.createBlock(U,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[V,x]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(Kl,{ref_key:"dialogScroll",ref:S,"max-height":T.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",I.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(I.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,MQ)]),e.createElementVNode("div",{class:e.normalizeClass(I.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[R,e.unref(u)]])],8,["disabled"])}}}),ECe="",Ki=e.defineComponent({__name:"pl-sub2",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}});var Rd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){var o="month",r="quarter";return function(i,s){var c=s.prototype;c.quarter=function(f){return this.$utils().u(f)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(f-1))};var d=c.add;c.add=function(f,C){return f=Number(f),this.$utils().p(C)===r?this.add(3*f,o):d.bind(this)(f,C)};var u=c.startOf;c.startOf=function(f,C){var p=this.$utils(),M=!!p.u(C)||C;if(p.p(f)===r){var g=this.quarter()-1;return M?this.month(3*g).startOf(o).startOf("day"):this.month(3*g+2).endOf(o).endOf("day")}return u.bind(this)(f,C)}}})})(Rd);var NQ=Rd.exports;const Fd=X1(NQ),Ji=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Xi=t=>se().date()===t.day&&se().month()===t.month&&se().year()===t.year,es=(t,n)=>{const o=`${t.year}-${t.month+1}-${t.day}`;return n(o)},St=t=>se(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),n3=t=>t.charAt(0).toUpperCase()+t.slice(1),Wd=t=>t.set("date",1).subtract(1,"month"),Gd=t=>t.set("date",1).add(1,"month"),qd=t=>t.set("date",1).subtract(1,"year"),Kd=t=>t.set("date",1).add(1,"year"),Jd=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!es(t,n),Nn=t=>{const n=[],o=[],r=[],i=t.date(1).day()===0;if(t.date(1).day()>1||i){const c=t.subtract(1,"month").endOf("month").date(),d=i?6:t.date(1).day()-1,u=c-d+1,f=t.month()===0?t.year()-1:t.year(),C=t.month()===0?11:t.month()-1;for(let p=u;p<=c;p++)n.push({day:p,month:C,year:f,type:"previous"})}const s=t.endOf("month").date();for(let c=1;c<=s;c++)o.push({day:c,month:t.month(),year:t.year(),type:"current"});if(t.date(t.daysInMonth()).day()){const c=7-t.date(t.daysInMonth()).day(),d=t.month()===11?t.year()+1:t.year(),u=t.month()===11?0:t.month()+1;for(let f=1;f<=c;f++)r.push({day:f,month:u,year:d,type:"next"})}return[...n,...o,...r]},bQ=["id"],DQ={class:"d-flex"},kQ={class:"pl-date-picker-range__calendar"},LQ={class:"pl-date-picker-range__switcher"},xQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},EQ={class:"pl-date-picker-range__switcher-text"},vQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},SQ={class:"pl-date-picker-range__days-container"},$Q=["onMouseenter"],TQ=e.defineComponent({__name:"PlDatePickerWrapper",props:{modelValue:{default:null},isOpen:{type:Boolean},dateValue:{default:""},idProp:{default:""},mobile:{type:Boolean,default:!1},inputElement:{},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{type:Function,default:()=>{}}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:o}){const{width:r,height:i}=Ht();se.locale("ru"),se.extend(Ri),se.extend(Fi),se.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.isOpen,set:V=>c("update:isOpen",V)}),u=e.computed({get:()=>s.dateValue,set:V=>{c("update:dateValue",V)}});e.watch(()=>u.value,(V,R)=>{V&&(V.length>=10||V.length===R.length)&&(se(V,"DD.MM.YYYY",!0).isValid()?c("update:modelValue",se(V,"DD.MM.YYYY").format("YYYY-MM-DD")):c("update:modelValue",""))});const f=e.computed({get:()=>s.modelValue,set:V=>c("update:modelValue",V)});e.watch(f,V=>{se(V,"YYYY-MM-DD",!0).isValid()?(u.value=se(V,"YYYY-MM-DD").format("DD.MM.YYYY"),E.value=se(f.value,"YYYY-MM-DD")):u.value=""});const C=e.ref(!1);e.nextTick(()=>{var z,H;const V=((z=document.getElementById("pl-scrollbar"))==null?void 0:z.getElementsByClassName("pl-scrollbar__wrap")[0])||((H=document.querySelector('[role="dialog"]'))==null?void 0:H.parentElement),R=_d(s.inputElement);if(e.watch(()=>R.value,()=>{C.value=R.value}),V&&V.contains(document.getElementById(s.idProp))){const{height:G,width:A}=Yl(V),{isScrolling:X,y:ce}=io(V);e.watch(()=>[G.value,A.value,X.value],()=>{w()}),e.watch(()=>ce.value,()=>{R.value&&(I.value=ce.value)})}}),e.onMounted(()=>{se(f.value,"YYYY-MM-DD",!0).isValid()?u.value=se(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):u.value=""});const p=V=>St(V).format("YYYY-MM-DD")===s.modelValue,M=()=>{E.value=k.value,u.value=k.value.format("DD.MM.YYYY"),c("update:modelValue",E.value.format("YYYY-MM-DD")),r.value>730?d.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)},{isScrolling:g}=io(window);e.watch(()=>[i.value,r.value,g.value],()=>{w()});const m=e.ref(0),_=e.ref(0),y=e.computed(()=>`top: ${m.value-I.value}px; left: ${_.value}px`),w=()=>{if(s.mobile||!C.value||!d.value)return;const V=document.getElementById(s.idProp),R=V.getBoundingClientRect(),z=V.querySelector(".pl-input__label-container"),H=V.querySelector(".pl-input__helpertext"),G=z?z.offsetHeight:0,A=H?H.offsetHeight:0;m.value=R.y+R.height+window.scrollY+4-A,_.value=R.x,e.nextTick(()=>{const X=document.getElementById(`${s.idProp}-popup`);if(!X)return;const ce=X.getBoundingClientRect();_.value=R.x-(ce.width-R.width)/2,ce.bottom>i.value+I.value?m.value=m.value-ce.height-R.height-8+A+G:m.value=R.y+R.height+window.scrollY+4-A+I.value;const de=window.innerWidth-ce.right;e.nextTick(()=>{const he=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();de<0?_.value=R.x-ce.width+R.width:he.left<0&&(_.value=R.x)})})},L=()=>{d.value=!0},x=V=>es(V,s.disabledDate),b=V=>Jd(V,s.disabledDate),E=e.ref(se()),k=e.ref(se()),D=e.ref(se()),v=()=>{se(u.value,"DD.MM.YYYY",!0).isValid()||(u.value="",c("update:modelValue",""))},j=()=>{E.value=Wd(E.value)},T=()=>{E.value=Gd(E.value)},S=()=>{E.value=qd(E.value)},P=()=>{E.value=Kd(E.value)},I=e.ref(0);e.watch(d,()=>{se(f.value,"YYYY-MM-DD",!0).isValid()?E.value=se(f.value,"YYYY-MM-DD"):E.value=D.value,e.nextTick(()=>{w()})});const W=e.ref(Nn(E.value)),Q=e.ref(Nn(E.value.add(1,"month"))),U=V=>{b(V)&&(k.value=St(V),M())};return n({openPopup:L,checkInput:v}),e.watch(E,()=>{W.value=Nn(E.value),Q.value=Nn(E.value.add(1,"month"))}),(V,R)=>{const z=C1,H=Ki,G=wn,A=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.value&&C.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${V.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(y.value)},[e.createElementVNode("div",DQ,[e.createElementVNode("div",kQ,[e.createElementVNode("div",LQ,[e.createElementVNode("div",xQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[A,S]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[A,j]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",EQ,[e.createVNode(H,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(E.value.format("MMMM"))),1)]),_:1}),e.createVNode(H,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(E.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",vQ,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[A,T]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[A,P]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",SQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(X,ce)=>(e.openBlock(),e.createElementBlock("div",{key:ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(G,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,(X,ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",b(X),{"pl-date-picker-range__days_disabled":x(X)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||u.value)&&p(X)&&X.type==="current"&&!x(X)},{"pl-date-picker-range-cursor-default":X.type==="previous"||X.type==="next"}]),onMouseenter:de=>b(X)},[e.createElementVNode("div",{"data-testid":"dateOption",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(X)&&b(X)}])},[e.createVNode(G,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X.type!=="previous"&&X.type!=="next"?X.day:""),1)]),_:2},1024)],2)],42,$Q)),[[A,()=>U(X)]])),128))])])])],12,bQ)):e.createCommentVNode("",!0)]),_:1})}}}),vCe="",Xd=ut(TQ,[["__scopeId","data-v-1dd719d8"]]),jQ=["id"],OQ=e.defineComponent({__name:"pl-date-picker-plus",props:{modelValue:{default:null},width:{default:"260px"},placeholder:{default:"Выберите дату"},label:{default:""},optional:{default:""},helpertext:{default:""},tooltip:{default:""},showInput:{type:Boolean,default:!0},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},prop:{default:""},clearable:{type:Boolean,default:!1},disabledDate:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen","blur","change"],setup(t,{expose:n,emit:o}){const r=`id-${Xt()}`,{width:i}=Ht(),s=t,c=e.ref(null),d=e.ref();Mn(c,()=>{i.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[d]});const u=o,f=e.computed({get:()=>s.modelValue,set:E=>{u("change",E),u("update:modelValue",E)}}),C=e.ref(""),p=e.ref(!1),M=e.ref(!1),g=e.ref(),m=e.ref();e.watch(()=>M.value,(E,k)=>{k&&!E&&(m.value.blurInput(!0),u("blur"))}),e.watch(()=>C.value,E=>{u("change",E)}),e.watch(()=>p.value,(E,k)=>{k&&!E&&(m.value.blurInput(!0),u("blur"))});const _=()=>{m.value.blurInput(!0),f.value=null,setTimeout(()=>{y(),i.value>730&&m.value.focusInput()},100)},y=()=>{if(d.value&&!s.disabled)return d.value.openPopup()},w=()=>{d.value&&e.nextTick(()=>{d.value.checkInput()})},L=()=>{p.value=!1},x=()=>{g.value.closeModalOnMobile()},b=(E=!1)=>{u("changeOpen",E)};return n({openPopup:y}),(E,k)=>{const D=ql,v=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${r}`,ref_key:"datePickerRef",ref:c,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[E.showInput?e.withDirectives((e.openBlock(),e.createBlock(D,{key:0,ref_key:"inputPickerRef",ref:m,modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=j=>C.value=j),prop:E.prop,label:E.label,optional:E.optional,placeholder:E.placeholder,helpertext:E.helpertext,tooltip:E.tooltip,width:E.width,clearable:E.clearable,disabled:E.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onMousedown:k[1]||(k[1]=()=>{y()}),onKeydown:e.withKeys(L,["tab"]),onBlur:w,onResetValue:_,onTouchstart:k[2]||(k[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled"])),[[v,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<=730?(e.openBlock(),e.createBlock(qi,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":k[6]||(k[6]=j=>M.value=j),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode("Календарь")]),default:e.withCtx(()=>[e.createVNode(Xd,{ref_key:"pickerWrapper",ref:d,modelValue:f.value,"onUpdate:modelValue":k[3]||(k[3]=j=>f.value=j),isOpen:M.value,"onUpdate:isOpen":k[4]||(k[4]=j=>M.value=j),dateValue:C.value,"onUpdate:dateValue":k[5]||(k[5]=j=>C.value=j),"month-switch":E.monthSwitch,"year-switch":E.yearSwitch,"input-element":m.value,mobile:"","disabled-date":E.disabledDate,onClosePickerOnMobile:x},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:s.disableTeleport},[e.createVNode(Xd,{ref_key:"pickerWrapper",ref:d,modelValue:f.value,"onUpdate:modelValue":k[7]||(k[7]=j=>f.value=j),isOpen:p.value,"onUpdate:isOpen":k[8]||(k[8]=j=>p.value=j),dateValue:C.value,"onUpdate:dateValue":k[9]||(k[9]=j=>C.value=j),"month-switch":E.monthSwitch,"year-switch":E.yearSwitch,"disabled-date":E.disabledDate,"input-element":m.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:b},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,jQ)}}}),SCe="",VQ=["id"],IQ={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},zQ={class:"pl-date-picker-range__calendar"},BQ={class:"pl-date-picker-range__switcher"},AQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},PQ={class:"pl-date-picker-range__switcher-text"},HQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},ZQ={class:"pl-date-picker-range__days-container"},UQ=["onMouseenter"],QQ={key:0,class:"pl-date-picker-range__calendar"},YQ={class:"pl-date-picker-range__switcher"},RQ={class:"pl-date-picker-range__switcher-text"},FQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},WQ={class:"pl-date-picker-range__days-container"},GQ=["onMouseenter"],o3="pl-date-picker-range__days_month-range-left",fr="pl-date-picker-range__days_month-range-right",eu="pl-date-picker-range__days_month-circle",qQ=e.defineComponent({__name:"PlDatePickerRangeWrapper",props:{modelValue:{default:()=>[]},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},isOpen:{type:Boolean,default:!1},dateValue:{default:""},idProp:{default:""},mobile:{type:Boolean,default:!1},inputElement:{},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{type:Function,default:()=>{}}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:o}){const{width:r,height:i}=Ht();se.locale("ru"),se.extend(Ri),se.extend(Fi),se.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.modelValue,set:oe=>c("update:modelValue",oe)}),u=e.computed({get:()=>s.isOpen,set:oe=>c("update:isOpen",oe)}),f=e.computed({get:()=>s.dateValue,set:oe=>c("update:dateValue",oe)}),{isScrolling:C}=io(window);e.watch(()=>[i.value,r.value,C.value],()=>{m()});const p=e.ref(0),M=e.ref(0),g=e.computed(()=>`top: ${p.value-ce.value}px; left: ${M.value}px`),m=()=>{if(s.mobile||!S.value||!u.value)return;const oe=document.getElementById(s.idProp),we=oe.getBoundingClientRect(),re=oe.querySelector(".pl-input__label-container"),J=oe.querySelector(".pl-input__helpertext"),ie=re?re.offsetHeight:0,Ee=J?J.offsetHeight:0;p.value=we.y+we.height+window.scrollY+4-Ee,M.value=we.x,e.nextTick(()=>{const ee=document.getElementById(`${s.idProp}-popup`);if(!ee)return;const Ce=ee.getBoundingClientRect();M.value=we.x-(Ce.width-we.width)/2,Ce.bottom>i.value+ce.value?p.value=p.value-Ce.height-we.height-8+Ee+ie:p.value=we.y+we.height+window.scrollY+4-Ee+ce.value;const Y=window.innerWidth-Ce.right;e.nextTick(()=>{const K=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();Y<0?M.value=we.x-Ce.width+we.width:K.left<0&&(M.value=we.x)})})},_=()=>{u.value=!0},y=oe=>oe.includes(" – ")?se(oe.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&se(oe.split(" – ")[1],"DD.MM.YYYY",!0).isValid():se(oe,"DD.MM.YYYY",!0).isValid(),w=[{label:"Сегодня",key:"today",value:[se(),se()]},{label:"Вчера",key:"yesterday",value:[se().subtract(1,"d"),se().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[se().subtract(29,"d"),se()]},{label:"Текущий квартал",key:"currentQuarter",value:[se().startOf("quarter"),se().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[se().startOf("month"),se().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[se().startOf("year"),se().endOf("year")]}],L=oe=>{s.disabledDate(se(oe[0]).format("YYYY-MM-DD"))||s.disabledDate(se(oe[1]).format("YYYY-MM-DD"))||(T.value=oe,I(T.value),k.value=T.value[0],r.value>730?u.value=!1:c("closePickerOnMobile"))},x=oe=>!Ne&&T.value.length&&se(oe[0]).format("YYYY-MM-DD")===se(T.value[0]).format("YYYY-MM-DD")&&se(oe[1]).format("YYYY-MM-DD")===se(T.value[1]).format("YYYY-MM-DD"),b=oe=>es(oe,s.disabledDate),E=oe=>Jd(oe,s.disabledDate),k=e.ref(se()),D=e.ref(se()),v=e.ref(se()),j=e.ref(se()),T=e.ref([]);e.watch(d,oe=>{oe&&oe.length===2&&P(oe)});const S=e.ref(!1);e.nextTick(()=>{var re,J;const oe=((re=document.getElementById("pl-scrollbar"))==null?void 0:re.getElementsByClassName("pl-scrollbar__wrap")[0])||((J=document.querySelector('[role="dialog"]'))==null?void 0:J.parentElement),we=_d(s.inputElement);if(e.watch(()=>we.value,()=>{S.value=we.value}),oe&&oe.contains(document.getElementById(s.idProp))){const{height:ie,width:Ee}=Yl(oe),{isScrolling:ee,y:Ce}=io(oe);e.watch(()=>[ie.value,Ee.value,ee.value],()=>{m()}),e.watch(()=>Ce.value,()=>{we.value&&(ce.value=Ce.value)})}}),e.onMounted(()=>{d.value&&d.value.length===2&&P(d.value)}),e.watch(f,oe=>{y(oe)?(oe.split(" – ").length===2&&(D.value=se(oe.split(" – ")[0].split(".").reverse().join("-")),v.value=se(oe.split(" – ")[1].split(".").reverse().join("-")),T.value=[D.value,v.value],I(T.value),k.value=T.value[0]),D.value.isAfter(v.value)&&(v.value=T.value[0],D.value=T.value[1],T.value=[D.value,v.value],I(T.value))):(v.value=se(),D.value=se(),I()),U()});const P=oe=>{if(oe&&oe.length===2){const we=se(oe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),re=se(oe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),J=`${we} – ${re}`;y(J)?f.value=J:c("update:modelValue",[])}},I=(oe=[])=>{if(oe.length===2){const we=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")];s.disabledDate(we[0])||s.disabledDate(we[1])||!we[0]||!we[1]?c("update:modelValue",[]):c("update:modelValue",we)}},W=oe=>{y(oe.target.value)&&(se(oe.target.value.split(".").reverse().join("-")).isBefore(v.value)&&(D.value=se(oe.target.value.split(".").reverse().join("-"))),T.value=[D.value,v.value],U())},Q=()=>{!y(f.value)&&!u.value&&e.nextTick(()=>{f.value=""})},U=()=>{he={day:D.value.date(),month:D.value.month(),year:D.value.year()},ae={day:v.value.date(),month:v.value.month(),year:v.value.year()},_e(ae,!1),Ne=!1},V=()=>{k.value=Wd(k.value)},R=()=>{k.value=Gd(k.value)},z=()=>{k.value=qd(k.value)},H=()=>{k.value=Kd(k.value)},G=(oe,we)=>we.date()===oe.day&&we.month()===oe.month&&we.year()===oe.year,A=oe=>T.value.length===2?G(oe,D.value)||G(oe,v.value):G(oe,D.value),X=oe=>{const we=v.value.isAfter(D.value),re=v.value.isSame(D.value,"day");if(T.value.length===2){if(!re){if(G(oe,D.value))return we?o3:fr;if(G(oe,v.value))return we?fr:o3}}else return},ce=e.ref(0);e.watch(u,()=>{k.value=j.value,y(f.value)?(v.value=se(f.value.split(" – ")[1].split(".").reverse().join("-")),D.value=se(f.value.split(" – ")[0].split(".").reverse().join("-")),T.value=[D.value,v.value]):(v.value=se(),D.value=se(),T.value=[]),U(),k.value=D.value,e.nextTick(()=>{m()})});const de=()=>{k.value=D.value,T.value.length===0||T.value.length===1?j.value=D.value:j.value=v.value,D.value.isAfter(v.value)?f.value=v.value.format("DD.MM.YYYY")+" – "+D.value.format("DD.MM.YYYY"):f.value=D.value.format("DD.MM.YYYY")+" – "+v.value.format("DD.MM.YYYY"),r.value>730?u.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)};let Ne,he,ae;const pe=e.ref(Nn(k.value)),De=e.ref(Nn(k.value.add(1,"month"))),Oe=oe=>{oe.type!=="previous"&&oe.type!=="next"&&(Ne?(v.value=St(oe),Be(oe,1),de()):(D.value=St(oe),Be(oe,0)))},Be=(oe,we)=>{Ne=!we,we||(T.value=[],he=oe,ae=oe),oe.type!=="previous"&&oe.type!=="next"&&(_e(oe,!1),T.value[we]=St(oe))},ve=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),je=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),He=e.computed(()=>s.periodOptions.length===0?w:w.filter(oe=>s.periodOptions.includes(oe.key))),Ae=(oe,we)=>St(oe).isSame(St(we)),Ke=(oe,we)=>St(oe).isAfter(St(we)),c1=(oe,we)=>St(oe).isBefore(St(we)),d1=(oe,we,re)=>St(oe).isBetween(St(we),St(re));let $e=!1,Je=!1,r1=!1,n1=!1,me=[],ze=0;const _e=(oe,we)=>{if(Ne){ze=0,me.push(oe);for(let re=0;re<pe.value.length;re++)pe.value[re].type==="current"&&(ze+=1);for(let re=0;re<De.value.length;re++)De.value[re].type==="current"&&(ze+=1);me.length-1===ze?ae=me[0]:ae=oe}else me=[];if(he&&ae&&!we&&Ne){const re=(J,ie,Ee)=>{const ee=Ee?pe.value[ie]:De.value[ie];ee&&($e=Ae(ee,ae),Je=Ke(ae,he),r1=c1(ae,he),n1=d1(ee,he,ae),Ae(ee,he)?(J.classList.toggle(fr,r1&&!!J.textContent),J.classList.toggle(o3,Je&&!!J.textContent)):T.value.length===1&&($e?(J.classList.toggle(eu,$e),J.classList.toggle(fr,Je&&!!J.textContent),J.classList.toggle(o3,r1&&!!J.textContent)):(J.classList.contains(o3)?J.classList.remove(o3):J.classList.remove(fr),J.classList.toggle("pl-date-picker-range__days_month-range",n1&&ee.type!=="next"&&ee.type!=="previous"&&!!J.textContent),J.classList.toggle(eu,$e))))};Array.from(ve.value).forEach((J,ie)=>{re(J,ie,!0)}),Array.from(je.value).forEach((J,ie)=>{re(J,ie,!1)})}return he&&ae&&we?d1(oe,he,ae):!1};return n({openPopup:_,checkRangeInput:Q,startUpdateDate:W}),e.watch(k,()=>{pe.value=Nn(k.value),De.value=Nn(k.value.add(1,"month"))}),(oe,we)=>{const re=wn,J=C1,ie=Ki,Ee=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[u.value&&S.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${oe.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(g.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",IQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(He.value,ee=>(e.openBlock(),e.createBlock(re,{key:ee.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":x(ee.value)&&y(f.value)}]),onClick:Ce=>L(ee.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:k.value,class:"d-flex"},[e.createElementVNode("div",zQ,[e.createElementVNode("div",BQ,[e.createElementVNode("div",AQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[Ee,z]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[Ee,V]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",PQ,[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",HQ,[oe.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,R]]):e.createCommentVNode("",!0),oe.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,H]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",ZQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(ee,Ce)=>(e.openBlock(),e.createElementBlock("div",{key:Ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(pe.value,(ee,Ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${Ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",E(ee)?X(ee):"",{"pl-date-picker-range__days_disabled":b(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(Ne))&&A(ee)&&ee.type==="current"&&!b(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(Ne))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?_e(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>E(ee)?_e(ee,!1):""},[e.createElementVNode("div",{"data-testid":"dateOption",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(ee)&&E(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(Ne)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,UQ)),[[Ee,()=>E(ee)?Oe(ee):""]])),128))])]),oe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",QQ,[e.createElementVNode("div",YQ,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!oe.mobile}])},null,2),e.createElementVNode("div",RQ,[e.createVNode(ie,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",FQ,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,R]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,H]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",WQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(ee,Ce)=>(e.openBlock(),e.createElementBlock("div",{key:Ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(De.value,(ee,Ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${Ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",E(ee)?X(ee):"",{"pl-date-picker-range__days_disabled":b(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(Ne))&&A(ee)&&ee.type==="current"&&!b(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(Ne))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?_e(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>E(ee)?_e(ee,!1):""},[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(ee)&&E(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(Ne)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,GQ)),[[Ee,()=>E(ee)?Oe(ee):""]])),128))])]))]))],12,VQ)):e.createCommentVNode("",!0)]),_:1})}}}),$Ce="",tu=ut(qQ,[["__scopeId","data-v-cce223b6"]]),KQ=["id"],JQ=e.defineComponent({__name:"pl-date-picker-range-plus",props:{modelValue:{default:()=>[]},focusOnReset:{type:Boolean,default:!1},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},width:{default:"260px"},placeholder:{default:"Выберите дату"},label:{default:""},optional:{default:""},helpertext:{default:""},tooltip:{default:""},showInput:{type:Boolean,default:!0},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},prop:{default:""},clearable:{type:Boolean,default:!1},disabledDate:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean}},emits:["update:modelValue","changeOpen","blur"],setup(t,{expose:n,emit:o}){const r=`id-${Xt()}`,i=e.ref(null),s=e.ref();Mn(i,()=>{c.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[s]});const{width:c}=Ht(),d=t,u=o,f=e.computed({get:()=>d.modelValue,set:D=>u("update:modelValue",D)});e.watch(()=>f.value,D=>{(!D||!D.length)&&(C.value="")});const C=e.ref(""),p=e.ref(!1),M=e.ref(!1),g=e.ref(),m=e.ref();e.watch(()=>M.value,(D,v)=>{v&&!D&&(m.value.blurInput(!0),u("blur"))}),e.watch(()=>p.value,(D,v)=>{v&&!D&&setTimeout(()=>{s.value.checkRangeInput(),m.value.blurInput(!0),u("blur")},100)}),e.watch(()=>C.value,()=>{C.value||u("update:modelValue",[])});const _=()=>{d.focusOnReset||(m.value.blurInput(!0),u("blur")),setTimeout(()=>{y(),c.value>730&&m.value.focusInput()},100)},y=()=>{if(s.value&&!d.disabled)return c.value<=730&&L(),s.value.openPopup()},w=()=>{p.value=!1};function L(){setTimeout(()=>{const D=document.querySelector(".pl-date-picker-range__period-list"),v=D==null?void 0:D.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(v){const j=v.getBoundingClientRect(),T=D==null?void 0:D.clientWidth,S=v.clientWidth,P=(T-S)/2;D==null||D.scrollTo({left:j.left+(D==null?void 0:D.scrollLeft)-P,behavior:"smooth"})}},300)}const x=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),u("blur")})},b=D=>{if(s.value)return s.value.startUpdateDate(D)},E=()=>{g.value.closeModalOnMobile()},k=(D=!1)=>{D&&e.nextTick(()=>{s.value.checkRangeInput()}),u("changeOpen",D)};return n({openPopup:y}),(D,v)=>{const j=ql,T=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${r}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${d.width}`)},[D.showInput?e.withDirectives((e.openBlock(),e.createBlock(j,{key:0,ref_key:"inputPickerRef",ref:m,modelValue:C.value,"onUpdate:modelValue":v[0]||(v[0]=S=>C.value=S),prop:D.prop,label:D.label,optional:D.optional,placeholder:D.placeholder,helpertext:D.helpertext,tooltip:D.tooltip,width:D.width,clearable:D.clearable,disabled:D.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":d.focusOnReset,onMousedown:v[1]||(v[1]=()=>{y()}),onInput:b,onBlur:x,onResetValue:_,onTabHandler:w,onTouchstart:v[2]||(v[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[T,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(c)<=730?(e.openBlock(),e.createBlock(qi,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":v[6]||(v[6]=S=>M.value=S),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode("Календарь")]),default:e.withCtx(()=>[e.createVNode(tu,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":v[3]||(v[3]=S=>f.value=S),isOpen:M.value,"onUpdate:isOpen":v[4]||(v[4]=S=>M.value=S),dateValue:C.value,"onUpdate:dateValue":v[5]||(v[5]=S=>C.value=S),periods:D.periods,"period-options":D.periodOptions,"month-switch":D.monthSwitch,"year-switch":D.yearSwitch,"input-element":m.value,mobile:"","disabled-date":D.disabledDate,onClosePickerOnMobile:E},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"body"},[e.createVNode(tu,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":v[7]||(v[7]=S=>f.value=S),isOpen:p.value,"onUpdate:isOpen":v[8]||(v[8]=S=>p.value=S),dateValue:C.value,"onUpdate:dateValue":v[9]||(v[9]=S=>C.value=S),periods:D.periods,"period-options":D.periodOptions,"month-switch":D.monthSwitch,"year-switch":D.yearSwitch,"disabled-date":D.disabledDate,"focus-on-reset":d.focusOnReset,"input-element":m.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:k},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,KQ)}}}),TCe="",XQ={install(t){t.component("PlDatePickerPlus",OQ),t.component("PlDatePickerRangePlus",JQ)}},eY={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},tY=[e.createElementVNode("path",{id:"Ellipse",d:"M64 32C64 57.6 57.6 64 32 64C6.4 64 0 57.6 0 32C0 6.4 6.4 0 32 0C57.6 0 64 6.4 64 32Z"},null,-1)];function nY(t,n){return e.openBlock(),e.createElementBlock("svg",eY,[...tY])}const oY={render:nY},rY=["id"],lY={class:"pl-dialog-plus-header_icon-block"},iY={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},sY={key:0,class:"w-100","data-testid":"dialog-title"},aY={class:"pl-dialog-plus-button-container"},cY=e.defineComponent({__name:"pl-dialog-plus",props:{modelValue:{type:Boolean,default:!1},beforeClose:{type:Function,default:()=>{}},width:{default:"446px"},showHeader:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},disabledTeleport:{type:Boolean,default:!1},closeOnOverlay:{type:Boolean,default:!0},innerScroll:{type:Boolean,default:!1},title:{},subTitle:{},icon:{default:"Bin40"},status:{default:"successful"},type:{default:"standart"}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:o}){e.useCssVars(S=>({dd06f320:M.value,"0e0bf8fa":D.value,"2c95108a":_.value,"26c2d81b":m.value,"8d2c5fc2":C.value,"6edc8305":g.value}));const r=e.useSlots(),{width:i}=Ht(),s=e.computed(()=>i.value<=730),c=Xt(),d=e.ref(),u=t,f=e.ref(""),C=e.ref(""),p=e.ref(u.icon);if(u.type==="status")switch(u.status){case"successful":f.value="var(--color-text-icons-success)",C.value="var(--color-system-surface-success)",p.value="CheckCircle40";break;case"attention":f.value="var(--color-text-icons-warning)",C.value="var(--color-system-surface-warning)",p.value="WarningCircle40";break;case"delete":f.value="var(--color-text-icons-error)",C.value="var(--color-system-surface-error)",p.value="Bin40";break;case"info":f.value="var(--color-text-icons-interactive)",C.value="var(--color-system-surface-interactive)",p.value="CheckCircle40";break;case"neutral":f.value="var(--color-text-icons-primary)",C.value="var(--color-surface-opacity-1)",p.value="WarningCircle40";break}const M=e.ref(u.width),g=e.ref("");e.onMounted(()=>{u.type==="side"&&(M.value="548px"),g.value="-"+M.value});const m=e.ref("calc(100% + 12px)"),_=e.ref("0.26s"),y=e.ref(0),w=e.ref(""),L=()=>{s.value?w.value="":u.type==="side"?w.value="pl-dialog-plus-right-slide":w.value="pl-dialog-plus-fade",u.modelValue&&v()};L(),e.watch(()=>s.value,()=>{L()});const x=()=>{if(!u.closeOnOverlay)return;const S=P=>{if(_.value="0s",!y.value)y.value=P.changedTouches[0].pageY;else{const I=P.changedTouches[0].pageY-y.value;I>=0&&(m.value=`${I}px`)}};document.ontouchmove=P=>{S(P),document.ontouchend=I=>{_.value="0.38s",document.ontouchmove=null,document.ontouchend=null,I.changedTouches[0].pageY-y.value>80?T():m.value="0%"}}},b=e.ref([]),E=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach(P=>{const I=P.computedStyleMap().get("display");P.classList.remove("dark-overlay"),(I==null?void 0:I.value)==="block"&&b.value.push(P)}),b.value.length?(b.value[0].classList.add("dark-overlay"),document.body.classList.add("pl-dialog-plus-overflow-hidden")):document.body.classList.remove("pl-dialog-plus-overflow-hidden")},u.modelValue?0:300)},k=e.ref("100%"),D=e.ref("0px");r.footer?D.value="24px":D.value="0px";const v=()=>{var I,W,Q,U,V;(I=document.getElementById(c))==null||I.scrollTo({top:0}),m.value="0";const S=(Q=(W=document.getElementById(c))==null?void 0:W.querySelector(".pl-dialog-plus-header"))==null?void 0:Q.getBoundingClientRect().height;let P=(V=(U=document.getElementById(c))==null?void 0:U.querySelector(".pl-dialog-plus-footer"))==null?void 0:V.getBoundingClientRect().height;P=P||-24,d.value&&d.value.scrollTo({top:0}),s.value?(P=P===-24?-48:P,k.value=`calc(100dvh - 145px - ${S}px - ${P}px)`):u.innerScroll?(P=P===-24?-24:64,k.value=`calc(100dvh - 200px - ${S}px - ${P}px)`):u.type==="side"?k.value=`calc(100dvh - 48px - ${S}px - ${P}px)`:k.value="fit-content"};e.watch(()=>u.modelValue,S=>{S||(m.value="calc(100% + 12px)",_.value="0.380s"),e.nextTick(()=>{E(),S&&v()})});const j=o,T=()=>{u.beforeClose(),j("update:modelValue",!1),j("close-modal")};return n({closeModal:T}),(S,P)=>{const I=C1,W=Gi,Q=wn,U=e3,V=Kl,R=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:S.disabledTeleport},[e.createVNode(e.Transition,{name:"pl-dialog-plus-back"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{id:e.unref(c),class:"pl-dialog-plus-overlay",onMousedown:P[0]||(P[0]=e.withModifiers(()=>u.closeOnOverlay&&T(),["self"]))},[e.createVNode(e.Transition,{name:w.value},{default:e.withCtx(()=>[u.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,role:"dialog",class:e.normalizeClass(["pl-dialog-plus-container",{"with-grabber":s.value},{"with-grabber_none":!u.closeOnOverlay},{"pl-dialog-plus-container_illustration":u.type==="illustration"},{"pl-dialog-plus-container_side":u.type==="side"&&!s.value}])},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:x},null,32)):e.createCommentVNode("",!0),u.type==="status"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"pl-dialog-plus-header pl-dialog-plus-header_status",onTouchstart:x},[e.createElementVNode("div",lY,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(oY)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:C.value})},null,8,["style"])),e.createVNode(I,{name:p.value,color:f.value},null,8,["name","color"])])],32)):u.type==="illustration"?(e.openBlock(),e.createElementBlock("div",iY,[e.renderSlot(S.$slots,"header",{onTouchstart:x})])):(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["pl-dialog-plus-header",{"pl-dialog-plus-header_side":u.type==="side"&&!s.value}]),onTouchstart:x},[u.showHeader&&u.title?(e.openBlock(),e.createElementBlock("div",sY,[u.title?(e.openBlock(),e.createBlock(W,{key:0,color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.title),1)]),_:1})):e.createCommentVNode("",!0),u.subTitle?(e.openBlock(),e.createBlock(Q,{key:1},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",aY,[u.showHeader?e.renderSlot(S.$slots,"headerBtns",{key:0}):e.createCommentVNode("",!0),u.showClose&&u.showHeader?e.withDirectives((e.openBlock(),e.createBlock(U,{key:1,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[R,T]]):e.createCommentVNode("",!0)])],34)),s.value?(e.openBlock(),e.createBlock(V,{key:5,ref_key:"dialogScrollRef",ref:d,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":u.type==="illustration"}]),style:e.normalizeStyle({"max-height":k.value}),"max-height":`${u.innerScroll?k.value:"fit-content"}`,"offset-right":"4px","view-class":S.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(S.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:4},[u.innerScroll||u.type==="side"?(e.openBlock(),e.createBlock(V,{key:0,ref_key:"dialogScrollRef",ref:d,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":u.type==="illustration"},{"pl-dialog-plus-content_side":u.type==="side"&&!s.value}]),style:e.normalizeStyle({"max-height":k.value}),"max-height":`${u.innerScroll?k.value:"fit-content"}`,"view-class":u.type==="side"?"p-6":S.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(S.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-dialog-plus-content pt-2 pb-3 px-6",{"pl-dialog-plus-content_illustration":u.type==="illustration"},{"pb-6":!S.$slots.footer}])},[e.renderSlot(S.$slots,"default")],2))],64)),S.$slots.footer?(e.openBlock(),e.createElementBlock("div",{key:6,class:e.normalizeClass(["pl-dialog-plus-footer",{"pl-dialog-plus-footer_illustration":u.type==="illustration"},{"pl-dialog-plus-footer_side":u.type==="side"&&!s.value}])},[e.renderSlot(S.$slots,"footer")],2)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0)]),_:3},8,["name"])],40,rY),[[e.vShow,u.modelValue]])]),_:3})],8,["disabled"])}}}),OCe="",dY={install(t){t.component("PlDialog",qi),t.component("PlDialogPlus",cY)}},uY=e.defineComponent({__name:"pl-form",props:{model:{type:Object,required:!0},rules:{type:Object,default:()=>{}},modelErrorsState:{type:Array,default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:o}){hn.warning=function(){};const r=t,{model:i,rules:s}=e.toRefs(r),c=o,d=e.ref([]);e.provide("errorsState",d),e.watch(d,k=>{c("update:modelErrorsState",k)},{deep:!0});let u=[];const f=(k,D,v=null)=>{for(let j in k)if(k[j]&&typeof k[j]=="object"&&!Array.isArray(k[j]))if(v){const T=D.indexOf(v);D.push(D[T]+"."+j),f(k[j],D,D[T]+"."+j)}else D.push(j),f(k[j],D,j);else if(v){const T=D.indexOf(v);T===-1?D.push(v+"."+j):D[T]+="."+j}else D.push(j)},C=(k,D,v,j=!1)=>new Promise((T,S)=>{if(D.includes(".")){const P=D.slice(0,D.indexOf(".")),I=D.slice(D.indexOf(".")+1);v?C(P,I,v[P],j).then(T).catch(S):j||T({})}else{const P={...v};T(j?P[D]?P[D].filter(I=>I.validator||typeof I.validator>"u"):[]:P[D])}}),p=e.ref({}),M=k=>new Promise((D,v)=>{const j=new hn(p.value),T={};f(i.value,u);try{const S=u.map(async P=>{T[P]=await C(P,P,i.value)});Promise.all(S).then(()=>{j.validate(T,P=>{if(P){d.value=P,k==null||k(!1,d.value),v();return}d.value=[],u=[],k==null||k(!0,d.value),D()})})}catch(S){throw new Error(S)}}),g=async k=>{if(!(k in p.value))return;const D={},v={};v[k]=await C(k,k,i.value),D[k]=p.value[k],new hn(D).validate(v,T=>{d.value=d.value.filter(S=>S.field!==k),T&&(d.value=d.value.concat(T))})},m=(k=[])=>{Array.isArray(k)&&k.length>0?k.forEach(D=>{d.value=d.value.filter(v=>v.field!==D)}):Array.isArray(k)?d.value=[]:d.value=d.value.filter(D=>D.field!==k)},_=(k=[])=>{if(Array.isArray(k)&&k.length>0)k.forEach(D=>{m(D),typeof i.value[D]=="string"?i.value[D]="":(typeof i.value[D]=="number"||typeof i.value[D]=="object")&&(i.value[D]=null)});else if(!Array.isArray(k))typeof i.value[k]=="string"?i.value[k]="":(typeof i.value[k]=="number"||typeof i.value[k]=="object")&&(i.value[k]=null);else{m(k);for(let D in s.value)typeof i.value[D]=="string"?i.value[D]="":(typeof i.value[D]=="number"||typeof i.value[D]=="object")&&(i.value[D]=null)}},y=e.ref(null),w=e.ref([]),L=e.ref([]),x=async()=>{var D;const k=y.value;L.value=[],p.value={};for(let v=0;v<k.length;v++){const j=k[v],T=j.disabled,S=(D=j.attributes.prop)==null?void 0:D.value;L.value.push(S),S&&!T&&(p.value[S]=await C(S,S,s.value,!0));const P=()=>{setTimeout(()=>{e.nextTick(()=>{g(S)})},10)};S&&p.value[S]&&!j.attributes.triggered&&p.value[S].forEach(I=>{I.trigger?I.trigger.replace(/\s/g,"").split(",").forEach(Q=>{j.addEventListener(Q,P),w.value.push({element:j,trigger:Q,callBack:P})}):["blur","change","input"].forEach(Q=>{j.addEventListener(Q,P),w.value.push({element:j,trigger:Q,callBack:P})}),j.attributes.triggered=!0})}},b=()=>{w.value.forEach(k=>{k.element.removeEventListener(k.trigger,k.callback)})},E=()=>{b(),x()};return e.watch(()=>s.value,()=>{E()},{deep:!0}),e.onMounted(()=>{const k=y.value,D=new MutationObserver(()=>{E()});D.observe(k,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{b(),D.disconnect()}),x()}),n({validate:M,validateField:g,clearValidate:m,resetFields:_,refreshForm:E}),(k,D)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:y,onSubmit:D[0]||(D[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(k.$slots,"default")],544))}}),fY={install(t){t.component("PlForm",uY)}},pY={install(t){t.component("PlIcon",C1)}},hY={install(t){t.component("PlInput",Yi)}},CY={install(t){t.component("PlInputPlus",ql)}},gY=["href","type","target"],mY=e.defineComponent({__name:"pl-link",props:{href:{default:""},disabled:{type:Boolean,default:!1},type:{default:"default"},nativeType:{},target:{default:"_blank"}},setup(t){const n=t,o=e.computed(()=>({"pl-link":!0,"typography-body-b2-medium":!0,"pl-gradient-link":n.type==="gradient","pl-error-link":n.type==="error","pl-warning-link":n.type==="warning","pl-success-link":n.type==="success","pl-link-disabled":n.disabled}));return(r,i)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(o.value)},[e.createElementVNode("a",e.mergeProps({class:"pl-link__a",href:n.href,type:r.nativeType,target:r.target},r.$attrs),[e.renderSlot(r.$slots,"default")],16,gY)],2))}}),VCe="",_Y={install(t){t.component("PlLink",mY)}},MY=e.defineComponent({__name:"pl-tab-card",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},width:{default:""}},setup(t){e.useCssVars(r=>({"376d3142":r.width}));const n=t,o=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(r,i)=>n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab-card__container",{disabled:n.disabled},{active:n.active},{iconPadding:n.icon}])},[n.icon?(e.openBlock(),e.createBlock(C1,{key:0,name:n.icon,color:o.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(n.label),1)],2)):e.createCommentVNode("",!0)}}),ICe="",yY=ut(MY,[["__scopeId","data-v-da2a89ef"]]),wY={class:"pl-multitab-container"},NY=e.defineComponent({__name:"pl-multitab",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},tabWidth:{default:"100%"}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=e.useSlots(),i=e.computed(()=>{const M=r.default();return Array.isArray(M[0].children)?M[0].children.map(g=>g.props):M.map(g=>g.props)}),s=n,c=M=>{M.disabled||s("update:modelValue",M.name)},d=e.ref(null),u=async M=>{if(Array.isArray(M)){const g=await Promise.all(M.map(f));return M.filter((m,_)=>g[_])[0]}},f=async M=>{var g;return o.modelValue===((g=M.props)==null?void 0:g.name)},C=async()=>{Array.isArray(r.default()[0].children)?d.value=await u(r.default()[0].children):d.value=await u(r.default())};e.watch(()=>o.modelValue,async()=>{await C()}),e.onMounted(async()=>{await C()});const p=e.computed(()=>o.tabWidth==="100%"?"filled":"fixed");return(M,g)=>{const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",wY,[e.createElementVNode("div",{class:e.normalizeClass(o.navClass)},[e.createElementVNode("div",{class:e.normalizeClass(["pl-multitab-nav el-scrollbar__wrap el-scrollbar__wrap--hidden-default scrollbar-flex-content el-scrollbar__view",p.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,_=>e.withDirectives((e.openBlock(),e.createBlock(yY,{key:_==null?void 0:_.name,label:_==null?void 0:_.label,width:o.tabWidth,active:o.modelValue===(_==null?void 0:_.name),icon:_==null?void 0:_.icon,disabled:_==null?void 0:_.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[m,()=>c(_)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value)))],2)])}}}),zCe="",bY=ut(NY,[["__scopeId","data-v-edffb37f"]]),DY={install(t){t.component("PlMultitab",bY)}},kY={class:e.normalizeClass(["pl-radio-container"])},LY=["id","value","disabled"],xY=["onClick"],EY=e.defineComponent({__name:"pl-radio",props:{size:{type:String,default:"medium"},label:{type:String,default:""},description:{type:String,default:""},modelValue:{type:String,default:null},disabled:{type:Boolean,default:!1},options:{type:Array,required:!0}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=e.ref(o.modelValue?o.options[0].value:""),s=(d,u)=>{o.disabled?u.preventDefault():(i.value=d,c("update:modelValue",i.value),c("change",i.value))},c=n;return e.watch(()=>o.modelValue,d=>{d!==i.value&&(i.value=d?o.options[0].value:"",r.value=d)}),(d,u)=>(e.openBlock(),e.createElementBlock("div",kY,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,(f,C)=>(e.openBlock(),e.createElementBlock("label",{key:C+"pl-radio",class:e.normalizeClass(["pl-radio",`pl-radio-${o.size}`,{"pl-radio-disabled":o.disabled}])},[e.withDirectives(e.createElementVNode("input",{id:"radio-"+C,"onUpdate:modelValue":u[0]||(u[0]=p=>i.value=p),type:"radio",value:f.value,disabled:o.disabled},null,8,LY),[[e.vModelRadio,i.value]]),e.createElementVNode("div",{class:"pl-radio-wrapper",onClick:p=>s(f.value,p)},[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":i.value}])},null,2),f.label?(e.openBlock(),e.createBlock(Qi,{key:0,title:f.label,description:f.description,"is-disabled":o.disabled},null,8,["title","description","is-disabled"])):e.createCommentVNode("",!0)],8,xY)],2))),128))]))}}),BCe="",vY={install(t){t.component("PlRadio",EY)}},SY={install(t){t.component("PlScrollbar",Kl)}},ACe="",PCe="",HCe="",ZCe="",UCe="",ts=e.defineComponent({__name:"pl-tooltip",props:{modelValue:{type:String,required:!1},position:{type:String,default:"top"},customClass:{type:String,default:""},trigger:{type:String,default:"hover"},hideAfter:{type:Number,default:0}},setup(t){return(n,o)=>{const r=vl;return e.openBlock(),e.createBlock(r,{content:t.modelValue,"raw-content":"",placement:t.position,"show-arrow":!1,"popper-class":["pl-tooltip",t.customClass],trigger:t.trigger,"hide-after":t.hideAfter},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"default")]),_:3},8,["content","placement","popper-class","trigger","hide-after"])}}}),QCe="",YCe="",$Y={id:"form-select"},TY={class:"pl-tooltip-svg"},jY=["src"],OY={class:"flex item-select"},VY=["src"],IY={__name:"pl-select",props:{placeholder:{type:String,default:""},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},isError:{type:Boolean,default:!1},label:{type:String,default:""},modelValue:{type:String,required:!0},options:{type:Object,required:!0},getValid:{type:[Boolean,Number],default:!1},checked:{type:Boolean,default:!0},icon:{type:Boolean,default:!1},tooltipText:{type:String,default:""},question:{type:Boolean,default:!1},info:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","validate","visible-change"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDY4NyA5LjQ2OTY3QzExLjc2MTYgOS4xNzY3OCAxMi4yMzY0IDkuMTc2NzggMTIuNTI5MyA5LjQ2OTY3TDE2LjUyOTMgMTMuNDY5N0MxNi44MjIyIDEzLjc2MjYgMTYuODIyMiAxNC4yMzc0IDE2LjUyOTMgMTQuNTMwM0MxNi4yMzY0IDE0LjgyMzIgMTUuNzYxNiAxNC44MjMyIDE1LjQ2ODcgMTQuNTMwM0wxMS45OTkgMTEuMDYwN0w4LjUyOTMyIDE0LjUzMDNDOC4yMzY0MyAxNC44MjMyIDcuNzYxNTYgMTQuODIzMiA3LjQ2ODY2IDE0LjUzMDNDNy4xNzU3NyAxNC4yMzc0IDcuMTc1NzcgMTMuNzYyNiA3LjQ2ODY2IDEzLjQ2OTdMMTEuNDY4NyA5LjQ2OTY3WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,i=e.ref(!1),s=t,c=e.ref(),d=n;let{modelValue:u,getValid:f,disabled:C}=e.toRefs(s);const p=e.computed({get:()=>s.modelValue,set:_=>{i.value=!1,d("update:modelValue",_)}}),M=e.ref({[s.prop]:u}),g=(_,y,w)=>{d("validate",_,y,w)},m=async()=>{i.value=!1,setTimeout(()=>{c.value.validate()},200)};return e.watch(f,()=>{m()}),(_,y)=>{const w=Ni,L=wi,x=Z4,b=H4;return e.openBlock(),e.createElementBlock("div",$Y,[e.createVNode(b,{ref_key:"formSelect",ref:c,"label-position":"top",model:M.value,rules:t.rules,onValidate:g},{default:e.withCtx(()=>[e.createVNode(x,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",TY,[e.createVNode(ts,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(_.$slots,"icon")]),_:3},8,["model-value"])]),e.createElementVNode("img",{class:e.normalizeClass(["form-select__arrow",{rotate:i.value}]),src:e.unref(o),alt:"arrow"},null,10,jY),e.createVNode(L,{modelValue:p.value,"onUpdate:modelValue":y[0]||(y[0]=E=>p.value=E),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(C),onFocus:y[1]||(y[1]=E=>i.value=!0),onBlur:m,onVisibleChange:y[2]||(y[2]=E=>d("visible-change",E))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,E=>(e.openBlock(),e.createBlock(w,{key:E.value,class:"pl-form-option",label:E.label,value:E.value},{default:e.withCtx(()=>[e.renderSlot(_.$slots,"options-slot",{option:E},()=>[e.createElementVNode("div",OY,[e.createElementVNode("span",null,e.toDisplayString(E.label),1),E.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(r)},null,8,VY)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}},zY={install(t){t.component("PlSelect",IY)}},BY={key:0,class:"pl-select__prefix-container"},AY={class:"pl-select__inner-container"},PY=["id","prop","placeholder","value","disabled","onKeydown"],HY={class:"pl-select__suffix-container"},ZY=e.defineComponent({__name:"pl-default",props:{prop:{default:""},modelValue:{},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showDescription:{type:[String,Boolean],default:""},focus:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("reset")},s=()=>{r("update:focus",!1)},c=u=>{u.composed&&u.stopImmediatePropagation()},d=e.computed(()=>{var u,f;return(u=o.modelValue)!=null&&u.value?`${(f=o.modelValue)==null?void 0:f.label} ${o.showDescription?o.showDescription:""}`.trim():""});return(u,f)=>{const C=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:u.focus,disabled:o.disabled,"is-error":o.showError}])},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",BY,[e.createVNode(C,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",AY,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:"pl-select__inner",type:"text",placeholder:o.placeholder,value:d.value,disabled:o.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:c},null,40,PY)]),e.createElementVNode("div",HY,[!o.disabled&&o.clearable&&d.value?(e.openBlock(),e.createBlock(C,{key:0,name:"Close16",onMouseup:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0),e.createVNode(C,{class:e.normalizeClass({"pl-select__suffix_rotate":o.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),UY={class:"pl-select__inner-container pl-select__inner-container_account"},QY=["id","prop","placeholder","value","disabled","onKeydown"],YY={key:0,class:"pl-select__description","data-testid":"accountNum"},RY={class:"pl-select__suffix-container"},FY={key:0,class:"pl-select__summ","data-testid":"accountSumm"},WY={__name:"pl-account",props:{prop:{type:String,default:""},modelValue:{required:!0},disabled:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},id:{type:String},placeholder:{type:String,default:""},showError:{type:Number,default:0}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("update:focus",!1)};return(s,c)=>{var u,f,C,p,M,g;const d=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:t.focus,disabled:o.disabled,"is-error":o.showError}])},[e.createElementVNode("div",UY,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:"pl-select__inner",placeholder:o.placeholder,type:"text",value:(u=o.modelValue)==null?void 0:u.label,disabled:o.disabled,"data-testid":"accountType",onKeydown:e.withKeys(e.withModifiers(i,["prevent"]),["tab"])},null,40,QY),(f=o.modelValue)!=null&&f.description&&((C=o.modelValue)==null?void 0:C.summ)!==null?(e.openBlock(),e.createElementBlock("span",YY,e.toDisplayString(e.unref(Vd)((p=o.modelValue)==null?void 0:p.description)),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",RY,[(M=o.modelValue)!=null&&M.label?(e.openBlock(),e.createElementBlock("span",FY,e.toDisplayString(e.unref(Od)((g=o.modelValue)==null?void 0:g.summ)),1)):e.createCommentVNode("",!0),e.createVNode(d,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}},GY=["id"],nu=e.defineComponent({__name:"pl-select-dropdown",props:{offsets:{default:""},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},selectedValue:{}},emits:["select-value"],setup(t,{emit:n}){const o=t,r=n,i=c=>{r("select-value",c)},s=c=>c.value===o.selectedValue;return(c,d)=>{const u=no,f=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[c.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${c.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-select__dropdown-container",{"pl-select__dropdown-container_helpertext":c.helpertext||c.errors.length>0}]),style:e.normalizeStyle(c.offsets)},[e.createVNode(u,{"max-height":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,C=>e.withDirectives((e.openBlock(),e.createBlock(zd,{key:C.value,active:s(C),description:C.description,summ:C.summ,"left-icon":C.leftIcon,disabled:C.disabled,label:C.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[f,()=>i(C)]])),128))]),_:1})],14,GY)):e.createCommentVNode("",!0)]),_:1})}}}),qY={class:"pl-select__wrapper"},KY=["id"],JY={key:0,class:"pl-select__label-container"},XY={class:"pl-select__label-container-text"},eR={key:0,class:"pl-select__label"},tR={key:1,class:"pl-select__optional"},nR={key:3,class:"pl-select__helpertext-container"},oR={key:0,class:"pl-select__error"},rR={key:1,class:"pl-select__helpertext"},lR=e.defineComponent({__name:"pl-select-plus",props:{modelValue:{default:""},options:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showDescription:{type:Boolean,default:!1},account:{type:Boolean,default:!1},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(v=>({"1ef4aade":o.width}));const o=t,r=`id-${Xt()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(j=>j.field===o.prop),m()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=Ht().height;e.watch(d,()=>{m()});const{isScrolling:u}=io(window);e.watch(u,()=>{m()}),e.watch(c,v=>{var j;v?(j=document.getElementById(r))==null||j.focus():x(),e.nextTick(()=>{const T=document.getElementById(`pl-select__select-container-${r}`).getBoundingClientRect().width+"px",S=document.getElementById(`dropdown-${r}`);S&&(S.style.maxWidth=T,o.teleport&&(S.style.zIndex="2013")),m()})});const f=e.ref(),C=e.ref();Mn(f,()=>{c.value=!1},{ignore:[C]});const p=e.ref(0),M=e.ref(0),g=e.computed(()=>`top: ${p.value}px; left: ${M.value}px`),m=()=>{if(!c.value)return;const v=document.getElementById(`pl-select__select-container-${r}`),j=v.getBoundingClientRect(),T=v.querySelector(".pl-select__label-container"),S=v.querySelector(".pl-select__helpertext-container"),P=T?T.offsetHeight:-4,I=S?S.offsetHeight:-4;o.teleport?(p.value=j.y+j.height+window.scrollY,M.value=j.x):p.value=j.height-I-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${r}`);if(!W)return;const Q=W.getBoundingClientRect();Q.bottom>d.value?o.teleport?p.value=p.value-Q.height-(j.height-P):p.value=p.value-Q.height-(j.height-P-I):o.teleport?p.value=j.y+j.height+window.scrollY-I-4:p.value=j.height-I-4})},_=()=>{o.disabled||(c.value=!c.value)},y=n,w=()=>{o.disabled||!c.value||e.nextTick(()=>{c.value=!1})},L=e.computed({get:()=>o.modelValue,set:v=>{y("update:modelValue",v)}}),x=()=>{const v=document.getElementById(r);if(v)if("createEvent"in document){const j=document.createEvent("HTMLEvents");j.initEvent("blur",!1,!0),v.dispatchEvent(j)}else v.fireEvent("onblur")};e.watch(L,()=>{const v=document.getElementById(r);if("createEvent"in document){const j=document.createEvent("HTMLEvents");j.initEvent("change",!1,!0),v.dispatchEvent(j)}else v.fireEvent("onchange");y("change")});const b=v=>{v.disabled||(w(),L.value=v.value)},E=()=>{L.value=null},k=e.computed(()=>{var v,j,T,S,P;return o.showDescription&&((v=D.value)!=null&&v.description||(j=D.value)!=null&&j.customDescription)?(T=D.value)!=null&&T.customDescription?(S=D.value)==null?void 0:S.customDescription:(P=D.value)==null?void 0:P.description:!1}),D=e.computed(()=>o.options.filter(v=>v.value===L.value)[0]);return(v,j)=>{const T=ar;return e.openBlock(),e.createElementBlock("div",qY,[e.createElementVNode("div",{id:`pl-select__select-container-${r}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:_},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",JY,[e.createElementVNode("div",XY,[o.label?(e.openBlock(),e.createElementBlock("span",eR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",tR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(T,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),o.account?(e.openBlock(),e.createBlock(WY,e.mergeProps({key:1},o,{id:r,focus:c.value,"onUpdate:focus":j[0]||(j[0]=S=>c.value=S),"model-value":D.value,placeholder:o.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(ZY,e.mergeProps({key:2},o,{id:r,focus:c.value,"onUpdate:focus":j[1]||(j[1]=S=>c.value=S),"model-value":D.value,"show-description":k.value,"show-error":s.value,onReset:E}),null,16,["focus","model-value","show-description","show-error"])),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",nR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",oR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",rR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,KY),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(nu,{id:r,ref_key:"dropdownRef",ref:C,offsets:g.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":L.value,onSelectValue:b},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(nu,{key:1,id:r,ref_key:"dropdownRef",ref:C,offsets:g.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":L.value,onSelectValue:b},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}}),RCe="",iR={install(t){t.component("PlSelectPlus",lR)}},ns=e.defineComponent({__name:"pl-tag",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createBlock(Gl,{class:e.normalizeClass(["pl-tag-container",{"pl-tag-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},8,["class"]))}}),FCe="",sR={key:0,class:"pl-multi-select__prefix-container"},aR={class:"pl-multi-select__inner-container"},cR=["id","prop","placeholder","disabled","onKeydown"],dR={class:"pl-multi-select__suffix-container"},uR=e.defineComponent({__name:"pl-default",props:{prop:{default:""},modelValue:{},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},showDescription:{type:[String,Boolean],default:""},focus:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("reset")},s=()=>{r("update:focus",!1)},c=d=>{d.composed&&d.stopImmediatePropagation()};return(d,u)=>{const f=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-multi-select__select",{focus:d.focus,disabled:o.disabled,"is-error":o.showError}])},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",sR,[e.createVNode(f,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",aR,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:e.normalizeClass(["pl-multi-select__inner",{"pl-multi-select__inner_hidden":d.modelValue.length}]),type:"text",placeholder:o.placeholder,disabled:o.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:c},null,42,cR),d.modelValue.length?(e.openBlock(),e.createBlock(ns,{key:0,disabled:o.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.modelValue[0].label),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0),d.modelValue.length>1?(e.openBlock(),e.createBlock(ns,{key:1,disabled:o.disabled},{default:e.withCtx(()=>[e.createTextVNode(" +"+e.toDisplayString(d.modelValue.length-1),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",dR,[!o.disabled&&o.clearable&&o.modelValue.length?(e.openBlock(),e.createBlock(f,{key:0,name:"Close16",onMouseup:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-multi-select__suffix_rotate":o.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),fR=["id"],pR={key:0,class:"d-flex gap-2 p-2"},hR=e.defineComponent({__name:"pl-multi-select-dropdown",props:{modelValue:{},offsets:{default:""},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},buttons:{type:Boolean}},emits:["update:modelValue","reset","closeSave"],setup(t,{emit:n}){const o=t,r=e.computed({get:()=>o.modelValue,set:d=>{c("update:modelValue",d)}}),i=()=>{c("closeSave")},s=(d,u)=>{d?r.value.push(u):r.value=r.value.filter(f=>JSON.stringify(u.value)!==JSON.stringify(f.value))},c=n;return(d,u)=>{const f=no;return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${d.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":o.buttons},{"pl-multi-select__dropdown-container_helpertext":d.helpertext||d.errors.length>0}]),style:e.normalizeStyle(d.offsets)},[e.createVNode(f,{"max-height":o.buttons?"208px":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,C=>(e.openBlock(),e.createBlock(ur,{key:C.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!r.value.find(p=>JSON.stringify(C.value)===JSON.stringify(p.value)),description:C.description,disabled:C.disabled,label:C.label,onChange:p=>s(p,C)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),o.buttons?(e.openBlock(),e.createElementBlock("div",pR,[e.createVNode(e3,{"full-width":"",disabled:!r.value.length,type:"secondary",size:"small",onClick:u[0]||(u[0]=C=>c("reset"))},{default:e.withCtx(()=>[e.createTextVNode("Сбросить")]),_:1},8,["disabled"]),e.createVNode(e3,{"full-width":"",disabled:!r.value.length,size:"small",onClick:i},{default:e.withCtx(()=>[e.createTextVNode("Применить")]),_:1},8,["disabled"])])):e.createCommentVNode("",!0)],14,fR)):e.createCommentVNode("",!0)]),_:1})}}}),CR={class:"pl-multi-select__wrapper"},gR=["id"],mR={key:0,class:"pl-multi-select__label-container"},_R={class:"pl-multi-select__label-container-text"},MR={key:0,class:"pl-multi-select__label"},yR={key:1,class:"pl-multi-select__optional"},wR={key:1,class:"pl-multi-select__helpertext-container"},NR={key:0,class:"pl-multi-select__error"},bR={key:1,class:"pl-multi-select__helpertext"},DR=e.defineComponent({__name:"pl-multi-select",props:{modelValue:{default:()=>[]},options:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},buttons:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(v=>({"9bf9e0bc":o.width}));const o=t,r=`id-${Xt()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(j=>j.field===o.prop),L()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=Ht().height;e.watch(d,()=>{L()});const{isScrolling:u}=io(window);e.watch(u,()=>{L()});const f=e.ref([]),C=v=>JSON.parse(JSON.stringify(v));e.watch(c,v=>{var j;f.value=C(E.value),v?(j=document.getElementById(r))==null||j.focus():k(),e.nextTick(()=>{const T=document.getElementById(`pl-multi-select__select-container-${r}`).getBoundingClientRect().width+"px",S=document.getElementById(`dropdown-${r}`);S&&(S.style.maxWidth=T),L()})});const p=e.ref(),M=e.ref();Mn(p,()=>{c.value&&o.buttons&&(E.value=C(f.value)),c.value=!1},{ignore:[M]});const g=v=>JSON.stringify(v.sort((j,T)=>j.value<T.value?-1:j.value>T.value?1:0)),m=()=>{c.value=!1,g(f.value)!==g(E.value)&&(document.getElementById(r).dispatchEvent(new Event("change")),b("change"))},_=e.ref(0),y=e.ref(0),w=e.computed(()=>`top: ${_.value}px; left: ${y.value}px`),L=()=>{if(!c.value)return;const v=document.getElementById(`pl-multi-select__select-container-${r}`),j=v.getBoundingClientRect(),T=v.querySelector(".pl-multi-select__label-container"),S=v.querySelector(".pl-multi-select__helpertext-container"),P=T?T.offsetHeight:-4,I=S?S.offsetHeight:-4;_.value=j.height-I-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${r}`);if(!W)return;const Q=W.getBoundingClientRect();Q.bottom>d.value?_.value=_.value-Q.height-(j.height-P-I):_.value=j.height-I-4})},x=()=>{o.disabled||(c.value=!c.value)},b=n,E=e.computed({get:()=>o.modelValue,set:v=>{b("update:modelValue",v)}}),k=()=>{document.getElementById(r).dispatchEvent(new Event("blur"))};e.watch(()=>E.value,()=>{o.buttons||(document.getElementById(r).dispatchEvent(new Event("change")),b("change"))},{deep:!0});const D=()=>{E.value=[],f.value=[],k()};return(v,j)=>(e.openBlock(),e.createElementBlock("div",CR,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${r}`,ref_key:"selectRef",ref:p,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:x},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",mR,[e.createElementVNode("div",_R,[o.label?(e.openBlock(),e.createElementBlock("span",MR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",yR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(ts,{key:0,"model-value":o.tooltip,position:"top"},{default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20",onMouseup:j[0]||(j[0]=e.withModifiers(()=>{},["stop"]))})]),_:1},8,["model-value"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(uR,e.mergeProps(o,{id:r,focus:c.value,"onUpdate:focus":j[1]||(j[1]=T=>c.value=T),"model-value":E.value,"show-error":s.value,onReset:D}),null,16,["focus","model-value","show-error"]),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",wR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",NR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",bR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,gR),e.createVNode(hR,{id:r,ref_key:"dropdownRef",ref:M,modelValue:E.value,"onUpdate:modelValue":j[2]||(j[2]=T=>E.value=T),offsets:w.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,buttons:o.buttons,onReset:D,onCloseSave:m},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])]))}}),WCe="",kR={install(t){t.component("PlMultiSelect",DR)}},co=e.defineComponent({__name:"pl-skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"}},setup(t){const n=t,o=()=>({width:n.width,height:n.height,borderRadius:n.borderRadius});return(r,i)=>(e.openBlock(),e.createElementBlock("div",{id:"pl-skeleton",style:e.normalizeStyle(o()),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}}),GCe="",LR={install(t){t.component("PlSkeleton",co)}},xR={install(t){t.component("PlSnackbar",yd)}},qCe="",ER={class:"stepper-container"},vR={class:"stepper-title__container"},SR={key:0,class:"stepper-figure"},$R=[e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1)],TR={key:1,class:"stepper-figure"},jR={class:"stepper-figure__progress"},OR={key:2,class:"stepper-title__container"},VR={key:0},IR={key:1},zR={key:0},BR={key:1},AR={key:0},PR={key:3,class:"stepper-title__container"},HR={key:0},ZR={key:1},UR={key:0},QR={key:1},YR={key:0},RR={key:0},FR={class:"stepper-title__container stepper-title__container_ended"},WR={class:"stepper-text"},GR={key:0},qR={key:0},KR={key:0,class:"stepper-footer"},JR={class:"stepper-footer__count-remain"},XR={class:"stepper-footer__count"},eF={key:1,class:"stepper-footer"},tF={class:"stepper-footer__count-remain"},nF={class:"stepper-footer__count"},oF=Object.assign({name:"PlStepper"},{props:{displayType:{type:String,default:"number"},steps:{type:Array,required:!0},stepName:{type:String,default:"name"},stepCountName:{type:String,default:"count"},currentCount:{type:Number,required:!0},remainOnFooter:{type:Boolean,default:!1}},setup(t){const n=t,o=e.computed(()=>n.steps.length-1),r=e.computed(()=>n.displayType==="number"),i=e.computed(()=>n.steps[o.value][n.stepCountName]<=n.currentCount),s=e.computed(()=>{const p=B2.cloneDeep(n.steps);return p.pop(),p}),c=e.computed(()=>i.value?n.steps[o.value]:n.steps.find((p,M,g)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<g[M+1][n.stepCountName])),d=(p,M)=>Number((100*(p/M)).toFixed(2)),u=e.computed(()=>{const p={remain:null,progress:null};if(!i.value){const M=n.steps.findIndex(g=>g[n.stepName]===c.value[n.stepName]);return p.remain=n.steps[M+1][n.stepCountName]-n.currentCount,p.progress=d(n.currentCount-c.value[n.stepCountName],n.steps[M+1][n.stepCountName]-c.value[n.stepCountName]),p}return p.remain=0,p.progress=100,p}),f=p=>p>0&&p<o.value,C=(p,M)=>p[n.stepName]===M[n.stepName];return(p,M)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",ER,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(g,m)=>(e.openBlock(),e.createElementBlock("div",{key:g[t.stepName],class:"stepper-item"},[e.createElementVNode("div",vR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(m),"stepper-title_checked":t.currentCount>=g[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(g[t.stepName]),3)]),t.currentCount>g[t.stepCountName]&&!C(g,c.value)?(e.openBlock(),e.createElementBlock("div",SR,$R)):(e.openBlock(),e.createElementBlock("div",TR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":C(g,c.value)}])},null,2),e.createElementVNode("div",jR,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${C(g,c.value)?u.value.progress:0}%;`)},null,4)])])),r.value?(e.openBlock(),e.createElementBlock("div",OR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(m)}])},[m?(e.openBlock(),e.createElementBlock("div",VR,e.toDisplayString(g[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",IR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",zR,"0")):(e.openBlock(),e.createElementBlock("span",BR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",AR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},e.toDisplayString(u.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",PR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(m)}])},[m?(e.openBlock(),e.createElementBlock("div",HR,e.toDisplayString(g[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",ZR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",UR,"0 ₽")):(e.openBlock(),e.createElementBlock("span",QR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",YR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},[e.createTextVNode(e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ",1),u.value.remain?(e.openBlock(),e.createElementBlock("span",RR,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",FR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_checked":i.value,"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(t.steps[o.value][t.stepName]),3),e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":i.value}])},null,2),e.createElementVNode("div",WR,[e.createTextVNode(e.toDisplayString(t.steps[o.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",GR,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",qR,[r.value?(e.openBlock(),e.createElementBlock("div",KR,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",JR,e.toDisplayString(u.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",XR,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",eF,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",tF,e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",nF,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}}),rF={install(t){t.component("PlStepper",oF)}},ege="",lF={class:"match-text"},iF={key:1},sF=ut({__name:"markText",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,o=u=>u.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let r,i,s,c;const d=u=>{const f=o(n.searchValue);return r=new RegExp(f,"gi"),i=u.search(r)!==-1,s=u.slice(u.search(r),u.search(r)+f.length),c=i?[u.slice(0,u.search(r)),u.slice(u.search(r)+f.length)]:u,i?[c[0],s,c[1]]:["","",c]};return(u,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[0]),1),e.createElementVNode("span",lF,e.toDisplayString(d(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",iF,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-120e8b88"]]),nge="",aF={class:"suggestion"},cF={class:"d-flex flex-column"},dF={class:"text-truncate"},uF={class:"suggestion__item-info text-truncate"},fF=["src"],pF={__name:"pl-suggestions",props:{rules:{type:Object,default(){return{}}},suggestionList:{type:Array,default(){return[]}},label:{type:String,default:""},prop:{type:String,default:"name"},selectedItem:{default:""},isError:{type:Boolean,default:!1},placeholder:{type:String,default:"Начните ввод"},symbolsCountSearch:{type:Number,default:3},noData:{type:String,default:"Нет данных"},getValidate:{type:[Boolean,Number],default:!1},memoryBlur:{type:Boolean,default:!0}},emits:["setValid","change","validate","fetchDadata"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,r=t,{selectedItem:i,prop:s,getValidate:c,symbolsCountSearch:d,suggestionList:u,noData:f,memoryBlur:C}=e.toRefs(r),p=e.ref(""),M=e.ref({}),g=e.ref(""),m=e.ref(null),_=T=>{m.value=T.target.value},y=e.ref(null);e.onMounted(()=>{const T=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:g.value};for(let S=0;S<T.length;S+=1)T[S].style.width=`${T[S].offsetWidth}px`;C.value&&ft(y.value.$el,"input",_)});const w=n;e.watch(p,T=>{M[s]=T}),e.watch(i,T=>{p.value=T.value});const L=e.ref(!1),x=T=>{C.value&&(L.value=!0),!T.target&&(w("change",T),m.value=null,setTimeout(()=>{y.value.blur()},0),setTimeout(()=>L.value=!1,100))},b=(T,S,P)=>{w("validate",T,S,P)},E=e.ref(null),k=(T=!1)=>{T&&setTimeout(()=>{L.value?L.value=!1:C.value&&m.value&&w("change",{id:Xt(),value:m.value,dadata:!1})},10),setTimeout(()=>{E.value.validate()},10)};e.watch(c,T=>{T&&(k(),w("setValid"))});const D=e.ref([]);D.value=u.value,e.watch(u,T=>{D.value=T});const v=e.ref(`Введите ${d.value} символа`);e.watch(f,T=>{v.value=T});const j=T=>{if(g.value=T,T.length<d.value){v.value=`Введите ${d.value} ${ao(d.value,["символ","символа","символов"])} `,D.value=[];return}else v.value=" ";w("fetchDadata",T)};return(T,S)=>{const P=Ni,I=wi,W=Z4,Q=H4;return e.openBlock(),e.createElementBlock("div",aF,[e.createVNode(Q,{ref_key:"suggestion",ref:E,"label-position":"top",model:M.value,rules:t.rules,onValidate:b,onSubmit:S[2]||(S[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(W,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode(I,{ref_key:"suggestionBox",ref:y,modelValue:p.value,"onUpdate:modelValue":S[0]||(S[0]=U=>p.value=U),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":j,"no-data-text":v.value,onBlur:S[1]||(S[1]=U=>k("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,(U,V)=>(e.openBlock(),e.createBlock(P,{key:V,value:U.value,class:"d-flex justify-content-between align-items-center",onClick:R=>x(U)},{default:e.withCtx(()=>[e.createElementVNode("div",cF,[e.createElementVNode("span",dF,[e.createVNode(sF,{modelValue:U.value,"onUpdate:modelValue":R=>U.value=R,"search-value":g.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",uF,e.toDisplayString(U.bottomText),1)]),e.createElementVNode("img",{src:e.unref(o)},null,8,fF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}},hF={install(t){t.component("PlSuggestions",pF)}},CF=["disabled"],gF=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),mF={key:0},_F=e.defineComponent({__name:"pl-switch",props:{modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=d=>{c("update:modelValue",d),c("change",d)},s=()=>{o.disabled||(r.value=!r.value,i(r.value))},c=n;return e.watch(()=>o.modelValue,d=>{r.value=d}),(d,u)=>{const f=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-switch-container",{"pl-switch-disabled":o.disabled}])},[e.createElementVNode("div",{class:e.normalizeClass(["pl-switch",{"pl-switch-isChecked":o.modelValue}])},[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[0]||(u[0]=C=>r.value=C),type:"checkbox",disabled:o.disabled},null,8,CF),[[e.vModelCheckbox,r.value]]),gF],2),o.label?(e.openBlock(),e.createElementBlock("label",mF,[e.createVNode(Qi,{title:t.label,description:t.description,"is-disabled":o.disabled},null,8,["title","description","is-disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}}),oge="",MF={install(t){t.component("PlSwitch",_F)}},yF=e.defineComponent({__name:"pl-tab-pane",props:{label:{default:""},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null},name:{default:""}},setup(t){return(n,o)=>e.renderSlot(n.$slots,"default")}}),wF={install(t){t.component("PlTabPane",yF)}},rge="",lge="",ige="",sge="",NF={class:"pl-table"},bF={class:"no-data"},DF=["src"],kF={class:"no-data__text"},LF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},xF={key:0,class:"totals"},EF=Object.assign({name:"PlTable"},{props:{modelValue:{type:Array,default:()=>null},hasPagination:{type:Boolean,default:()=>!0},form:{type:Object,default:()=>({pageNumber:1,pageSize:10})},total:{type:Number,default:1},pageSizes:{type:Array,default:()=>[10,50,100,1e3]},isTotalVisible:{type:Boolean,default:!0},uniqKeyOfSelectedRow:{type:String},layout:{type:String,default:"prev, pager, next, sizes"},toggleRowSelection:{trype:Array,default:()=>[]},noDataText:{type:String,default:"Нет данных"},hideOnSinglePage:{type:Boolean,default:!0},showSelected:{type:Boolean,default:!1}},emits:["selected-rows","update:toggleRowSelection","action"],setup(t,{emit:n}){const o=e.useAttrs(),r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIHZpZXdCb3g9IjAgMCAxMTk3IDY2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MDQyXzUyNDI2KSI+DQo8bWFzayBpZD0ibWFzazBfNjA0Ml81MjQyNiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzk3IiB5PSI4MyIgd2lkdGg9IjQyMSIgaGVpZ2h0PSI0MjIiPg0KPHBhdGggZD0iTTgxOCAyOTQuMjI1QzgxOCA0MTAuNDgxIDcyMy43NTYgNTA0LjcyNSA2MDcuNSA1MDQuNzI1QzQ5MS4yNDQgNTA0LjcyNSAzOTcgNDEwLjQ4MSAzOTcgMjk0LjIyNUMzOTcgMTc3Ljk2OSA0OTEuMjQ0IDgzLjcyNTEgNjA3LjUgODMuNzI1MUM3MjMuNzU2IDgzLjcyNTEgODE4IDE3Ny45NjkgODE4IDI5NC4yMjVaIiBmaWxsPSIjQzRDNEM0Ii8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzYwNDJfNTI0MjYpIj4NCjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ1NC44NzMgMzgzLjUxMUM0NTQuNjQgMzg5LjczOSA0NTIuOTc2IDM5Ny42ODEgNDQ4Ljc0NyA0MDQuNzM3QzQ0NC4yMTYgNDEyLjI5NiA0MzYuNzQ2IDQxOC44MDMgNDI1LjE3IDQyMC45NzdMNDIxLjUyMSA0MjcuMzY0QzQyNS40MjkgNDI4LjIzIDQzMC4zNDQgNDI3LjE4MyA0MzUuNTg5IDQyNC40NDdDNDQxLjI2OSA0MjEuNDg0IDQ0Ni45MTMgNDE2Ljc0NyA0NTEuMjk3IDQxMS4zNDZDNDU1LjcwNSA0MDUuOTE2IDQ1OC42NDUgNDAwLjA1OSA0NTkuMjY5IDM5NC45MTdDNDU5LjgxNyAzOTAuNDA1IDQ1OC42MSAzODYuNDYzIDQ1NC44NzMgMzgzLjUxMVpNNDUxLjc5NCAzNzguMjM0QzQ1My4xMjQgMzc3LjM4MSA0NTQuOTc5IDM3Ny4xOCA0NTYuNjAyIDM3OC4yMzZDNDYzLjE2NyAzODIuNTA4IDQ2NS4zNDEgMzg4Ljg3NSA0NjQuNTMgMzk1LjU1NkM0NjMuNzQzIDQwMi4wNDUgNDYwLjE3NSA0MDguODE5IDQ1NS40MTEgNDE0LjY4N0M0NTAuNjIzIDQyMC41ODUgNDQ0LjQzMSA0MjUuODEyIDQzOC4wNDEgNDI5LjE0NkM0MzEuNzIzIDQzMi40NDIgNDI0Ljc3NiA0MzQuMTAyIDQxOC43NCA0MzIuMDg3QzQxNS44MDIgNDMxLjEwNiA0MTUuMTU4IDQyNy44MTYgNDE2LjM5OCA0MjUuNjQ2TDQyMC43MTEgNDE4LjA5OEM0MjEuNDI2IDQxNi44NDcgNDIyLjY1OCA0MTYuMDQ3IDQyMy45NzYgNDE1LjgwOEM0MzQuMDEzIDQxMy45ODYgNDQwLjMyNSA0MDguNDc5IDQ0NC4yMDEgNDAyLjAxMkM0NDguMTI2IDM5NS40NjQgNDQ5LjU1OCAzODcuODk5IDQ0OS42MDEgMzgyLjIzM0M0NDkuNjE0IDM4MC41MzQgNDUwLjUwNyAzNzkuMDYgNDUxLjc5NCAzNzguMjM0WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MTUuMTYxIDQwNy4zOTNDNTA0LjU1MyA0MTQuMDk5IDQ5Mi4yNTMgNDMwLjg2NyA0OTguNDk5IDQ1Mi41MzRMNDkxLjg4NiA0NTcuNzA2QzQ4OS4wMjkgNDU0Ljc3MyA0ODcuNTA0IDQ0OS44NjggNDg3LjQ1MSA0NDMuNzQzQzQ4Ny4zOTUgNDM3LjMyOCA0ODguOTcxIDQzMC4wNjggNDkxLjc0NyA0MjMuNjA0QzQ5NC41MzkgNDE3LjEwNSA0OTguNDE2IDQxMS43MDIgNTAyLjczNiA0MDguNzE5QzUwNi41NzcgNDA2LjA2NyA1MTAuNzI1IDQwNS4zMTYgNTE1LjE2MSA0MDcuMzkzWk01MjEuMTE1IDQwNy42MzNDNTIxLjI0OCA0MDYuMDggNTIwLjU5NiA0MDQuMzM0IDUxOC45MDQgNDAzLjM2OUM1MTIuMDMyIDM5OS40NTIgNTA1LjMxOCA0MDAuNDk1IDQ5OS43MjQgNDA0LjM1OEM0OTQuMjg5IDQwOC4xMTEgNDg5Ljg5MiA0MTQuNDk0IDQ4Ni44NzggNDIxLjUxMkM0ODMuODQ4IDQyOC41NjUgNDgyLjA4OCA0MzYuNTUgNDgyLjE1MSA0NDMuNzg5QzQ4Mi4yMTQgNDUwLjk0NSA0ODQuMDc3IDQ1Ny44ODEgNDg4Ljg5NSA0NjIuMTc1QzQ5MC42NDMgNDYzLjczMyA0OTMuMDY3IDQ2My41MSA0OTQuNjIzIDQ2Mi4yOTRMNTAyLjA5NCA0NTYuNDUyQzUwMy42NjYgNDU1LjIyMiA1MDQuMjE5IDQ1My4xODEgNTAzLjY4NiA0NTEuMzg4QzQ5Ny44OTYgNDMxLjkgNTA5LjM1OSA0MTYuOTE2IDUxOC43MDIgNDExLjQ0MUM1MjAuMTM4IDQxMC41OTkgNTIwLjk4NiA0MDkuMTMzIDUyMS4xMTUgNDA3LjYzM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4NCjwvZz4NCjxnIG9wYWNpdHk9IjAuMSI+DQo8cGF0aCBkPSJNMTAwMS4xMyAyMDAuNDMyQzEwMzIuMjkgMjMxLjY1MSAxMDg3LjkyIDI5MC4yMjMgMTEwNy4wNSAzMDkuNzVDMTEwNy45OSAzMTAuNzA1IDExMDcuNjUgMzEyLjIxIDExMDYuMzIgMzEyLjA5OUMxMDkwLjY0IDMxMC43OTIgMTA0My4zMSAyNTQuNDggMTAxOS43OCAyMzIuNDkxQzk5OC42MTMgMjA4LjE1NiA5NTMuNDk0IDE1NC40MjQgOTQ0LjQzNCAxNDQuNTIxQzk0MC4yNDYgMTM5Ljk0MyA5NDYuNjI5IDEzNy4yODUgOTUxLjM1OCAxMzguNThDOTUxLjczMyAxMzguNjgyIDk1Mi4wNDYgMTM4LjkxMiA5NTIuMjc2IDEzOS4yMjRDOTU3Ljg5NCAxNDYuODUyIDk3MC4yNDQgMTY5LjQ4MiAxMDAxLjEzIDIwMC40MzJaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NTIuMDU4IDEzNi4wMjRDOTUzLjA2NSAxMzYuMjk5IDk1My44NjMgMTM2LjkxIDk1NC40MDkgMTM3LjY1M0M5NTUuNTQ0IDEzOS4xOTMgOTU2LjkyMSAxNDEuMjg2IDk1OC42MzEgMTQzLjg4N0M5NjUuNjU3IDE1NC41NjkgOTc4LjMxOSAxNzMuODIyIDEwMDMuMDEgMTk4LjU2QzEwMjIuOSAyMTguNDg2IDEwNTIuODEgMjQ5LjYxMiAxMDc2Ljc5IDI3NC41NzVDMTA5MC4zNyAyODguNzA4IDExMDIuMDYgMzAwLjg2NSAxMTA4Ljk1IDMwNy44OTVDMTEwOS45OSAzMDguOTYxIDExMTAuNTEgMzEwLjUzIDExMTAuMDkgMzEyLjAzNkMxMTA5Ljg3IDMxMi44MSAxMTA5LjQgMzEzLjU2OCAxMTA4LjYzIDMxNC4wOThDMTEwNy44NSAzMTQuNjMzIDExMDYuOTUgMzE0LjgxMSAxMTA2LjEgMzE0Ljc0QzExMDMuNTIgMzE0LjUyNSAxMTAwLjYzIDMxMy4yNCAxMDk3LjcgMzExLjQ3NkMxMDk0LjcgMzA5LjY3MyAxMDkxLjM2IDMwNy4xODggMTA4Ny44IDMwNC4yNDJDMTA4MC42OCAyOTguMzQ3IDEwNzIuNDkgMjkwLjQyIDEwNjQuMSAyODEuOTExQzEwNTcuMyAyNzUuMDA1IDEwNTAuNCAyNjcuNzM3IDEwNDMuODEgMjYwLjgwM0MxMDM0LjA0IDI1MC41MjIgMTAyNC45NyAyNDAuOTczIDEwMTcuOTcgMjM0LjQyN0wxMDE3Ljg3IDIzNC4zMzRMMTAxNy43OCAyMzQuMjNDMTAwNy45MSAyMjIuODggOTkyLjkxNCAyMDUuMjQyIDk3OC43ODEgMTg4LjYxNUM5NjIuNDggMTY5LjQzNyA5NDcuMzIyIDE1MS42MDMgOTQyLjQ3OSAxNDYuMzA5Qzk0MS4xNTYgMTQ0Ljg2MyA5NDAuMjY1IDE0My4xMjggOTQwLjQ0NiAxNDEuMjI3Qzk0MC42MzEgMTM5LjI5MyA5NDEuODUgMTM3LjkzOSA5NDMuMTE0IDEzNy4xMjJDOTQ1LjUyOSAxMzUuNTYxIDk0OS4xMTQgMTM1LjIxOCA5NTIuMDU4IDEzNi4wMjRaTTk1MC4zMzIgMTQxLjA1NkM5NDguNjM3IDE0MC42ODkgOTQ2Ljg0NyAxNDEuMDIgOTQ1Ljk5IDE0MS41NzNDOTQ1Ljg1OCAxNDEuNjU5IDk0NS43ODIgMTQxLjcyNSA5NDUuNzQgMTQxLjc3Qzk0NS43ODIgMTQxLjkwNiA5NDUuOTIzIDE0Mi4yMjIgOTQ2LjM5IDE0Mi43MzJDOTUxLjI2OCAxNDguMDY1IDk2Ni41OTMgMTY2LjA5NCA5ODIuOTk3IDE4NS4zOTFDOTk3LjA3MSAyMDEuOTQ4IDEwMTEuOTQgMjE5LjQzOSAxMDIxLjY5IDIzMC42NDlDMTAyOC43NiAyMzcuMjcyIDEwMzguMDIgMjQ3LjAxIDEwNDcuODYgMjU3LjM2NUMxMDU0LjQzIDI2NC4yOCAxMDYxLjI2IDI3MS40NyAxMDY3Ljg4IDI3OC4xOTFDMTA3Ni4yMyAyODYuNjcyIDEwODQuMjggMjk0LjQ0MiAxMDkxLjE4IDMwMC4xNjFDMTA5NC42MyAzMDMuMDIxIDEwOTcuNzUgMzA1LjMyMiAxMTAwLjQzIDMwNi45MzRDMTEwMC41NyAzMDcuMDIgMTEwMC43MSAzMDcuMTA0IDExMDAuODUgMzA3LjE4NUMxMDkzLjgyIDI5OS45NCAxMDgzLjk2IDI4OS42ODIgMTA3Mi44NSAyNzguMTE5QzEwNDguOSAyNTMuMTk2IDEwMTkuMTMgMjIyLjIxNSA5OTkuMjU4IDIwMi4zMDRDOTc0LjEwNSAxNzcuMTAyIDk2MS4wNTkgMTU3LjI0MyA5NTQuMTEzIDE0Ni42NjlDOTUyLjU3NSAxNDQuMzI5IDk1MS4zMzcgMTQyLjQ0MyA5NTAuMzMyIDE0MS4wNTZaTTk0NS43MjMgMTQxLjY5MkM5NDUuNzIzIDE0MS42OTIgOTQ1LjcyNCAxNDEuNjk0IDk0NS43MjQgMTQxLjY5OEM5NDUuNzIzIDE0MS42OTQgOTQ1LjcyMyAxNDEuNjkyIDk0NS43MjMgMTQxLjY5MlpNOTQ1LjcwNCAxNDEuODEzQzk0NS42OTkgMTQxLjgyNiA5NDUuNjk1IDE0MS44MzIgOTQ1LjY5NCAxNDEuODMyQzk0NS42OTMgMTQxLjgzMiA5NDUuNjk2IDE0MS44MjUgOTQ1LjcwNCAxNDEuODEzWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZD0iTTEwMTAuNzggMTU2LjAwN0MxMDUyLjMxIDE3MC44NDMgMTEyNy42OSAxOTkuODkzIDExNTMuMzUgMjA5LjMyM0MxMTU0LjYgMjA5Ljc4NCAxMTU0Ljk0IDIxMS4yOSAxMTUzLjY5IDIxMS43NjFDMTEzOC45NyAyMTcuMzA2IDEwNzIuMDYgMTg2Ljc0IDEwNDEuMzcgMTc2Ljk3QzEwMTEuODEgMTY0LjA2NiA5NDguMDA4IDEzNC44ODIgOTM1LjU3NiAxMjkuODIxQzkyOS44MjkgMTI3LjQ4MiA5MzQuNDU0IDEyMi4zNDQgOTM5LjI4MiAxMjEuNDg1QzkzOS42NjQgMTIxLjQxNyA5NDAuMDQ2IDEyMS40OSA5NDAuMzg4IDEyMS42NzRDOTQ4LjczNCAxMjYuMTUzIDk2OS41OTcgMTQxLjI5OSAxMDEwLjc4IDE1Ni4wMDdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MzguODE4IDExOC44NzZDOTM5Ljg0NiAxMTguNjkzIDk0MC44MjggMTE4LjkwMiA5NDEuNjQxIDExOS4zMzlDOTQzLjMyNyAxMjAuMjQzIDk0NS40NjggMTIxLjU0MyA5NDguMTI5IDEyMy4xNTlDOTU5LjA1NyAxMjkuNzk1IDk3OC43NTQgMTQxLjc1NSAxMDExLjY3IDE1My41MTJDMTAzOC4xOCAxNjIuOTgxIDEwNzguNTUgMTc4LjI2OCAxMTEwLjkzIDE5MC41MjhDMTEyOS4yNiAxOTcuNDcgMTE0NS4wMyAyMDMuNDQxIDExNTQuMjYgMjA2LjgzNkMxMTU1LjY3IDIwNy4zNTEgMTE1Ni44MSAyMDguNTQ2IDExNTcuMDcgMjEwLjA4N0MxMTU3LjIxIDIxMC44NzggMTE1Ny4xMSAyMTEuNzY2IDExNTYuNjQgMjEyLjU3NkMxMTU2LjE2IDIxMy4zOTMgMTE1NS40MyAyMTMuOTQgMTE1NC42MyAyMTQuMjQxQzExNTIuMiAyMTUuMTU0IDExNDkuMDUgMjE1LjIzMSAxMTQ1LjY0IDIxNC44OTZDMTE0Mi4xNSAyMTQuNTU0IDExMzguMDcgMjEzLjc0MiAxMTMzLjU5IDIxMi42MDdDMTEyNC42NCAyMTAuMzM0IDExMTMuODMgMjA2LjY5IDExMDIuNjEgMjAyLjU5OEMxMDkzLjUgMTk5LjI3OCAxMDg0LjE1IDE5NS42NzQgMTA3NS4yMiAxOTIuMjM2QzEwNjEuOTkgMTg3LjEzOCAxMDQ5LjcgMTgyLjQwNCAxMDQwLjU3IDE3OS40OTVMMTA0MC40MyAxNzkuNDUzTDEwNDAuMzEgMTc5LjM5OUMxMDI2LjUyIDE3My4zOCAxMDA1LjQyIDE2My44NzggOTg1LjUxNiAxNTQuOTJDOTYyLjU2NSAxNDQuNTg4IDk0MS4yMjMgMTM0Ljk4MSA5MzQuNTc3IDEzMi4yNzZDOTMyLjc2MSAxMzEuNTM3IDkzMS4yMTIgMTMwLjM1MiA5MzAuNTYxIDEyOC41NTdDOTI5Ljg5OCAxMjYuNzMgOTMwLjQxOCAxMjQuOTg0IDkzMS4yMSAxMjMuNzA0QzkzMi43MjIgMTIxLjI1OSA5MzUuODEzIDExOS40MSA5MzguODE4IDExOC44NzZaTTkzOS40MTcgMTI0LjE2MkM5MzcuNzI5IDEyNC41NTcgOTM2LjI1NCAxMjUuNjI0IDkzNS43MTggMTI2LjQ5MkM5MzUuNjM1IDEyNi42MjUgOTM1LjU5NSAxMjYuNzE4IDkzNS41NzYgMTI2Ljc3NkM5MzUuNjcyIDEyNi44ODEgOTM1LjkzNSAxMjcuMTA2IDkzNi41NzUgMTI3LjM2N0M5NDMuMjcgMTMwLjA5MiA5NjQuODQ3IDEzOS44MDQgOTg3Ljk0MyAxNTAuMkMxMDA3Ljc2IDE1OS4xMTkgMTAyOC42OSAxNjguNTQxIDEwNDIuMyAxNzQuNDg3QzEwNTEuNTQgMTc3LjQzNCAxMDY0LjA3IDE4Mi4yNjEgMTA3Ny40MSAxODcuMzk1QzEwODYuMzEgMTkwLjgyMyAxMDk1LjU2IDE5NC4zODcgMTEwNC40MyAxOTcuNjE5QzExMTUuNjEgMjAxLjY5NyAxMTI2LjIxIDIwNS4yNjUgMTEzNC45IDIwNy40NjlDMTEzOS4yNCAyMDguNTcyIDExNDMuMDQgMjA5LjMxNSAxMTQ2LjE2IDIwOS42MjFDMTE0Ni4zMiAyMDkuNjM4IDExNDYuNDkgMjA5LjY1MyAxMTQ2LjY1IDIwOS42NjdDMTEzNy4xOCAyMDYuMTQgMTEyMy44OCAyMDEuMTAxIDExMDguODggMTk1LjQyMkMxMDc2LjU2IDE4My4xODEgMTAzNi4zOCAxNjcuOTY1IDEwMDkuODkgMTU4LjUwM0M5NzYuMzU0IDE0Ni41MjYgOTU2LjA1IDEzNC4xODIgOTQ1LjI0MSAxMjcuNjExQzk0Mi44NDggMTI2LjE1NiA5NDAuOTIgMTI0Ljk4NCA5MzkuNDE3IDEyNC4xNjJaTTkzNS41MjcgMTI2LjcxNEM5MzUuNTI3IDEyNi43MTMgOTM1LjUyOCAxMjYuNzE1IDkzNS41MyAxMjYuNzE4QzkzNS41MjggMTI2LjcxNSA5MzUuNTI3IDEyNi43MTQgOTM1LjUyNyAxMjYuNzE0Wk05MzUuNTYyIDEyNi44M0M5MzUuNTYzIDEyNi44NDQgOTM1LjU2MSAxMjYuODUyIDkzNS41NjEgMTI2Ljg1MkM5MzUuNTYgMTI2Ljg1MiA5MzUuNTU5IDEyNi44NDUgOTM1LjU2MiAxMjYuODNaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBkPSJNMTAwMy4wOSAxNzguNTY4QzEwMTcuMjMgMTUyLjEyIDk5Ni42NDIgMTE4LjMzMSA5NzEuMTk5IDEwNy4xOTVDOTQ0LjU1NiA5NS41MzQxIDkxMi43OTggMTE0LjM2MiA5MDcuOTc1IDE0Mi4xNzNDOTA1LjQ1OSAxNTYuNjc3IDkxMC4yNTggMTg0LjE0NCA5MjkuNzczIDE5NC42NTlDOTM2LjgxOSAxOTguNDU1IDk0Ni4wMyAyMDEuNzIyIDk1NS43NTcgMjAyLjc5MUM5NzIuOTcyIDIwNC42ODMgOTkxLjgwMSAxOTkuNjkyIDEwMDMuMDkgMTc4LjU2OFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk4MC41NzUgMTk2Ljg4NkM5ODguMjggMTkzLjQ4NCA5OTUuMzc1IDE4Ny4zODIgMTAwMC43NSAxNzcuMzE4QzEwMDcuMzEgMTY1LjA1NiAxMDA1LjkxIDE1MC45MzMgOTk5LjYxNiAxMzguMzIzQzk5My4zMTMgMTI1LjY5MyA5ODIuMjQ5IDExNC45MjUgOTcwLjEzNiAxMDkuNjIzQzk0NS4xODQgOTguNzAxNiA5MTUuMTM3IDExNi4zODMgOTEwLjU4NSAxNDIuNjI1QzkwOS40MDggMTQ5LjQxNSA5MDkuOTMgMTU5LjQ2NSA5MTMuMTI3IDE2OS4wNzVDOTE2LjMyMSAxNzguNjc3IDkyMi4wNjMgMTg3LjQ5NCA5MzEuMDMgMTkyLjMyNkM5MzYuNzU2IDE5NS40MTEgOTQzLjk4MSAxOTguMTM2IDk1MS43MTggMTk5LjUyOEw5NTEuODY1IDE5OC45ODhMOTU2LjI1IDIwMC4xNzlDOTY0LjQ1MiAyMDEuMDUzIDk3Mi44OTUgMjAwLjI3NyA5ODAuNTc1IDE5Ni44ODZaTTk1Ni4zMjEgMjA1LjUxM0M5NjUuMDE4IDIwNi4zNTUgOTc0LjE5OCAyMDUuNDk2IDk4Mi43MTYgMjAxLjczNUM5OTEuNTUzIDE5Ny44MzMgOTk5LjUxNyAxOTAuODc3IDEwMDUuNDMgMTc5LjgxN0MxMDEzLjAxIDE2NS42MzEgMTAxMS4xOSAxNDkuNjM2IDEwMDQuMzYgMTM1Ljk1NkM5OTcuNTQyIDEyMi4yOTYgOTg1LjU5MSAxMTAuNjAyIDk3Mi4yNjEgMTA0Ljc2OEM5NDMuOTI4IDkyLjM2NjYgOTEwLjQ1OSAxMTIuMzQxIDkwNS4zNjMgMTQxLjcyQzkwNC4wMjUgMTQ5LjQzNSA5MDQuNjQ1IDE2MC4zNzEgOTA4LjA5OCAxNzAuNzQ4QzkxMS41NTMgMTgxLjEzNSA5MTcuOTY4IDE5MS4zMDkgOTI4LjUxNiAxOTYuOTkyQzkzNS43NzQgMjAwLjkwMyA5NDUuMjMyIDIwNC4yNjggOTU1LjI2IDIwNS40MDJMOTU2LjI3NiAyMDUuNjc4TDk1Ni4zMjEgMjA1LjUxM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGQ9Ik05OTQuMzkxIDIzMS45NzJDMTAyMy45OSAyNjQuNjcgMTA3Ni43IDMyNS44NzkgMTA5NC44NyAzNDYuMzE0QzEwOTUuNzUgMzQ3LjMxMyAxMDk1LjM0IDM0OC44IDEwOTQuMDIgMzQ4LjYyNUMxMDc4LjQyIDM0Ni41NTYgMTAzMy44OSAyODguMDA4IDEwMTEuNDUgMjY0LjlDOTkxLjQ5OCAyMzkuNTY0IDk0OS4wNDYgMTgzLjcgOTQwLjQ3OSAxNzMuMzY3QzkzNi41MTkgMTY4LjU5MSA5NDMuMDIzIDE2Ni4yNDcgOTQ3LjY4NCAxNjcuNzcxQzk0OC4wNTMgMTY3Ljg5MSA5NDguMzU0IDE2OC4xMzYgOTQ4LjU2OSAxNjguNDU5Qzk1My44MSAxNzYuMzUxIDk2NS4wNDQgMTk5LjU1NSA5OTQuMzkxIDIzMS45NzJaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NDguNTA4IDE2NS4yNTJDOTQ5LjUgMTY1LjU3NiA5NTAuMjY3IDE2Ni4yMjUgOTUwLjc3NyAxNjYuOTkzQzk1MS44MzUgMTY4LjU4NyA5NTMuMTA4IDE3MC43NDQgOTU0LjY5IDE3My40MjZDOTYxLjE4OCAxODQuNDM3IDk3Mi44OTggMjA0LjI4MiA5OTYuMzU1IDIzMC4xOTNDMTAxNS4yNSAyNTEuMDYzIDEwNDMuNjEgMjgzLjYwOCAxMDY2LjM1IDMwOS43MDhDMTA3OS4yMyAzMjQuNDg1IDEwOTAuMzEgMzM3LjE5NyAxMDk2Ljg1IDM0NC41NTNDMTA5Ny44NCAzNDUuNjY5IDEwOTguMjggMzQ3LjI2MiAxMDk3Ljc5IDM0OC43NDVDMTA5Ny41MyAzNDkuNTA3IDEwOTcuMDIgMzUwLjI0MiAxMDk2LjIzIDM1MC43MzNDMTA5NS40MiAzNTEuMjMgMTA5NC41MSAzNTEuMzY0IDEwOTMuNjcgMzUxLjI1MkMxMDkxLjEgMzUwLjkxMSAxMDg4LjI4IDM0OS40ODggMTA4NS40NCAzNDcuNTgzQzEwODIuNTMgMzQ1LjYzNiAxMDc5LjMxIDM0Mi45OTEgMTA3NS45IDMzOS44NzZDMTA2OS4wOCAzMzMuNjQxIDEwNjEuMjggMzI1LjMyNSAxMDUzLjMyIDMxNi40MThDMTA0Ni44NiAzMDkuMTg5IDEwNDAuMzIgMzAxLjU5NCAxMDM0LjA4IDI5NC4zNDhDMTAyNC44MiAyODMuNjAzIDEwMTYuMjMgMjczLjYyNSAxMDA5LjU1IDI2Ni43NDZMMTAwOS40NSAyNjYuNjQ3TDEwMDkuMzcgMjY2LjUzOUMxMDAwLjA2IDI1NC43MjIgOTg1Ljk0NyAyMzYuMzc2IDk3Mi42NCAyMTkuMDhDOTU3LjI5MiAxOTkuMTMyIDk0My4wMTkgMTgwLjU4MiA5MzguNDM5IDE3NS4wNTlDOTM3LjE4OCAxNzMuNTUgOTM2LjM4MiAxNzEuNzc0IDkzNi42NTYgMTY5Ljg4NEM5MzYuOTM1IDE2Ny45NjEgOTM4LjIxOCAxNjYuNjY4IDkzOS41MiAxNjUuOTEzQzk0Mi4wMDggMTY0LjQ3MiA5NDUuNjA2IDE2NC4zMDMgOTQ4LjUwOCAxNjUuMjUyWk05NDYuNTM4IDE3MC4xOTRDOTQ0Ljg2NCAxNjkuNzQ0IDk0My4wNTkgMTY5Ljk4OCA5NDIuMTc3IDE3MC40OTlDOTQyLjA0MSAxNzAuNTc4IDk0MS45NjIgMTcwLjY0MSA5NDEuOTE4IDE3MC42ODNDOTQxLjk1MyAxNzAuODIxIDk0Mi4wNzggMTcxLjE0NCA5NDIuNTE5IDE3MS42NzZDOTQ3LjEzMyAxNzcuMjQxIDk2MS41NjIgMTk1Ljk5MyA5NzcuMDA4IDIxNi4wNjZDOTkwLjI2IDIzMy4yODggMTAwNC4yNiAyNTEuNDgxIDEwMTMuNDUgMjYzLjE1M0MxMDIwLjIgMjcwLjExMyAxMDI4Ljk2IDI4MC4yODkgMTAzOC4yOSAyOTEuMTExQzEwNDQuNTEgMjk4LjMzNyAxMDUwLjk5IDMwNS44NTEgMTA1Ny4yNyAzMTIuODg3QzEwNjUuMiAzMjEuNzYzIDEwNzIuODYgMzI5LjkxNiAxMDc5LjQ4IDMzNS45NjNDMTA4Mi43OSAzMzguOTg5IDEwODUuNzkgMzQxLjQzOCAxMDg4LjM5IDM0My4xNzlDMTA4OC41MiAzNDMuMjcyIDEwODguNjYgMzQzLjM2MyAxMDg4LjggMzQzLjQ1MUMxMDgyLjEyIDMzNS44NzIgMTA3Mi43OCAzMjUuMTQ2IDEwNjIuMjQgMzEzLjA1NkMxMDM5LjUzIDI4Ni45OTcgMTAxMS4zMSAyNTQuNjA1IDk5Mi40MjYgMjMzLjc1Qzk2OC41MjkgMjA3LjM1NCA5NTYuNDY1IDE4Ni44ODMgOTUwLjA0MiAxNzUuOTg1Qzk0OC42MiAxNzMuNTcyIDk0Ny40NzUgMTcxLjYyOCA5NDYuNTM4IDE3MC4xOTRaTTk0MS45MDQgMTcwLjYwNUM5NDEuOTA0IDE3MC42MDUgOTQxLjkwNSAxNzAuNjA3IDk0MS45MDUgMTcwLjYxMUM5NDEuOTA0IDE3MC42MDcgOTQxLjkwNCAxNzAuNjA1IDk0MS45MDQgMTcwLjYwNVpNOTQxLjg4IDE3MC43MjVDOTQxLjg3NCAxNzAuNzM3IDk0MS44NjkgMTcwLjc0MyA5NDEuODY4IDE3MC43NDNDOTQxLjg2NyAxNzAuNzQzIDk0MS44NyAxNzAuNzM3IDk0MS44OCAxNzAuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZD0iTTEwMzEuMTUgMTg5LjM1OEMxMDY4LjA0IDIxMy41MzMgMTEzNC40OSAyNTkuNDcgMTE1Ny4yMiAyNzQuNjYzQzExNTguMzMgMjc1LjQwNiAxMTU4LjMxIDI3Ni45NDkgMTE1Ni45OCAyNzcuMTEzQzExNDEuMzcgMjc5LjA0NSAxMDgzLjUgMjMzLjYyMiAxMDU1Ljk3IDIxNi45MThDMTAzMC4yNyAxOTcuNDM1IDk3NS4xIDE1NC4wODMgOTY0LjIwNCAxNDYuMjQ1Qzk1OS4xNjcgMTQyLjYyMiA5NjQuODY5IDEzOC43MTMgOTY5Ljc2NCAxMzkuMDEyQzk3MC4xNTIgMTM5LjAzNiA5NzAuNTA1IDEzOS4xOTYgOTcwLjc5NCAxMzkuNDU1Qzk3Ny44NTYgMTQ1Ljc3IDk5NC41NzkgMTY1LjM5MSAxMDMxLjE1IDE4OS4zNThaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjkuOTI1IDEzNi4zNjdDOTcwLjk2NyAxMzYuNDMxIDk3MS44NzMgMTM2Ljg2NSA5NzIuNTYxIDEzNy40OEM5NzMuOTg3IDEzOC43NTUgOTc1Ljc2MyAxNDAuNTIyIDk3Ny45NyAxNDIuNzE3Qzk4Ny4wMzQgMTUxLjczNCAxMDAzLjM3IDE2Ny45ODUgMTAzMi42MSAxODcuMTQyQzEwNTYuMTUgMjAyLjU3MiAxMDkxLjggMjI2LjkxMiAxMTIwLjQgMjQ2LjQzMkMxMTM2LjU4IDI1Ny40ODQgMTE1MC41MSAyNjYuOTkgMTE1OC42OSAyNzIuNDZDMTE1OS45MyAyNzMuMjkgMTE2MC43NiAyNzQuNzE5IDExNjAuNjYgMjc2LjI3OUMxMTYwLjYxIDI3Ny4wOCAxMTYwLjMgMjc3LjkyIDExNTkuNjUgMjc4LjU5N0MxMTU5IDI3OS4yOCAxMTU4LjE1IDI3OS42MzggMTE1Ny4zIDI3OS43NDNDMTE1NC43MyAyODAuMDYyIDExNTEuNjUgMjc5LjM5NSAxMTQ4LjQxIDI3OC4yNjlDMTE0NS4xMSAyNzcuMTE5IDExNDEuMzMgMjc1LjM3MSAxMTM3LjI0IDI3My4yMTZDMTEyOS4wNyAyNjguOTAzIDExMTkuNDIgMjYyLjgyNCAxMTA5LjQ4IDI1Ni4yMTFDMTEwMS40MSAyNTAuODQ1IDEwOTMuMTYgMjQ1LjE0NiAxMDg1LjI5IDIzOS43MDhDMTA3My42MiAyMzEuNjQ1IDEwNjIuNzkgMjI0LjE1NyAxMDU0LjU5IDIxOS4xODRMMTA1NC40OCAyMTkuMTEzTDEwNTQuMzcgMjE5LjAzQzEwNDIuMzggMjA5Ljk0MiAxMDI0LjA5IDE5NS43NDkgMTAwNi44NSAxODIuMzY5Qzk4Ni45NzEgMTY2LjkzNyA5NjguNDgxIDE1Mi41ODYgOTYyLjY1NiAxNDguMzk3Qzk2MS4wNjQgMTQ3LjI1MiA5NTkuODM3IDE0NS43MzYgOTU5LjYyNSAxNDMuODM4Qzk1OS40MSAxNDEuOTA3IDk2MC4zMjYgMTQwLjMzMiA5NjEuMzk2IDEzOS4yNzRDOTYzLjQ0IDEzNy4yNTIgOTY2Ljg3OSAxMzYuMTgxIDk2OS45MjUgMTM2LjM2N1pNOTY5LjI2NiAxNDEuNjQ2Qzk2Ny41MzMgMTQxLjYzNCA5NjUuODQ4IDE0Mi4zMjUgOTY1LjEyMyAxNDMuMDQyQzk2NS4wMTEgMTQzLjE1MiA5NjQuOTUxIDE0My4yMzMgOTY0LjkxOSAxNDMuMjg1Qzk2NC45ODcgMTQzLjQxIDk2NS4xOSAxNDMuNjkgOTY1Ljc1MSAxNDQuMDk0Qzk3MS42MTkgMTQ4LjMxNSA5OTAuMzEyIDE2Mi44MjIgMTAxMC4zMiAxNzguMzUxQzEwMjcuNDkgMTkxLjY3NCAxMDQ1LjYyIDIwNS43NDggMTA1Ny40NiAyMTQuNzI0QzEwNjUuNzQgMjE5Ljc1OCAxMDc2Ljc5IDIyNy4zOTQgMTA4OC41NSAyMzUuNTE0QzEwOTYuMzkgMjQwLjkzNiAxMTA0LjU1IDI0Ni41NzQgMTExMi40MSAyNTEuNzk3QzExMjIuMzIgMjU4LjM4NyAxMTMxLjc5IDI2NC4zNDUgMTEzOS43MiAyNjguNTI4QzExNDMuNjggMjcwLjYyMSAxMTQ3LjIgMjcyLjIzNSAxMTUwLjE2IDI3My4yNjRDMTE1MC4zMSAyNzMuMzE5IDExNTAuNDcgMjczLjM3MiAxMTUwLjYyIDI3My40MjNDMTE0Mi4yNSAyNjcuNzczIDExMzAuNSAyNTkuNzUxIDExMTcuMjYgMjUwLjcwOUMxMDg4LjcxIDIzMS4yMTkgMTA1My4yMyAyMDYuOTkzIDEwMjkuNyAxOTEuNTc1Qzk5OS45MTkgMTcyLjA1OSA5ODMuMDgxIDE1NS4yOTIgOTc0LjExNyAxNDYuMzY2Qzk3Mi4xMzMgMTQ0LjM5IDk3MC41MzQgMTQyLjc5OCA5NjkuMjY2IDE0MS42NDZaTTk2NC44ODYgMTQzLjIxM0M5NjQuODg2IDE0My4yMTMgOTY0Ljg4NyAxNDMuMjE1IDk2NC44ODcgMTQzLjIxOEM5NjQuODg2IDE0My4yMTUgOTY0Ljg4NiAxNDMuMjEzIDk2NC44ODYgMTQzLjIxM1pNOTY0Ljg5MiAxNDMuMzM1Qzk2NC44OSAxNDMuMzQ5IDk2NC44ODcgMTQzLjM1NiA5NjQuODg2IDE0My4zNTZDOTY0Ljg4NSAxNDMuMzU2IDk2NC44ODYgMTQzLjM0OSA5NjQuODkyIDE0My4zMzVaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkxMi4xMTEgMTUzLjY0MkM5MTEuODg2IDE1Mi4xOTYgOTEyLjg3NSAxNTAuODQxIDkxNC4zMjEgMTUwLjYxNkM5MTguNTY1IDE0OS45NTQgOTI1LjMyMyAxNDguNTM4IDkzMS43MDggMTQ2LjQ2MUM5MzQuODk5IDE0NS40MjQgOTM3Ljk0MyAxNDQuMjM4IDk0MC41MSAxNDIuOTI4Qzk0My4xMTUgMTQxLjU5OCA5NDUuMDQ2IDE0MC4yMyA5NDYuMTg3IDEzOC45MDNDOTQ4Ljc1NSAxMzUuOTIgOTUxLjE1MSAxMzAuNDkyIDk1My4xMDcgMTI0LjU3Qzk1NS4wMyAxMTguNzQ4IDk1Ni40MDYgMTEyLjgzNCA5NTcuMDggMTA5LjE5N0M5NTcuMzQ2IDEwNy43NTggOTU4LjcyOSAxMDYuODA3IDk2MC4xNjggMTA3LjA3NEM5NjEuNjA3IDEwNy4zNCA5NjIuNTU3IDEwOC43MjMgOTYyLjI5MSAxMTAuMTYyQzk2MS41ODEgMTE0IDk2MC4xNDggMTIwLjE1MSA5NTguMTQgMTI2LjIzMkM5NTYuMTY0IDEzMi4yMTIgOTUzLjUwOCAxMzguNTIzIDk1MC4yMDUgMTQyLjM2MUM5NDguNDExIDE0NC40NDQgOTQ1Ljc4IDE0Ni4xODggOTQyLjkyIDE0Ny42NDhDOTQwLjAyMyAxNDkuMTI3IDkzNi43IDE1MC40MTEgOTMzLjM0NyAxNTEuNTAyQzkyNi42NDQgMTUzLjY4MSA5MTkuNjA0IDE1NS4xNTYgOTE1LjEzOCAxNTUuODUyQzkxMy42OTIgMTU2LjA3OCA5MTIuMzM3IDE1NS4wODggOTEyLjExMSAxNTMuNjQyWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MDUuNzY2IDE2My43MTRDOTA1LjU0IDE2Mi4yNjggOTA2LjUzIDE2MC45MTMgOTA3Ljk3NiAxNjAuNjg4QzkxMy41NzggMTU5LjgxNCA5MjIuNDg4IDE1Ny45NDcgOTMwLjkxNCAxNTUuMjA3QzkzNS4xMjYgMTUzLjgzNyA5MzkuMTYyIDE1Mi4yNjcgOTQyLjU4MiAxNTAuNTIxQzk0Ni4wMzkgMTQ4Ljc1NiA5NDguNjgyIDE0Ni45MDMgOTUwLjI4MSAxNDUuMDQ0Qzk1My43NjQgMTQwLjk5NyA5NTYuOTQ4IDEzMy43MzggOTU5LjUxNyAxMjUuOTZDOTYyLjA1MyAxMTguMjgyIDk2My44NjggMTEwLjQ4NiA5NjQuNzU3IDEwNS42ODNDOTY1LjAyNCAxMDQuMjQ0IDk2Ni40MDYgMTAzLjI5MyA5NjcuODQ1IDEwMy41NTlDOTY5LjI4NCAxMDMuODI2IDk3MC4yMzUgMTA1LjIwOCA5NjkuOTY5IDEwNi42NDhDOTY5LjA0MiAxMTEuNjUyIDk2Ny4xNzEgMTE5LjY4NSA5NjQuNTUgMTI3LjYyMkM5NjEuOTYyIDEzNS40NTkgOTU4LjUxNyAxNDMuNiA5NTQuMjk4IDE0OC41MDJDOTUyLjA0NyAxNTEuMTE3IDk0OC43MDQgMTUzLjM0NiA5NDQuOTkyIDE1NS4yNDFDOTQxLjI0MyAxNTcuMTU1IDkzNi45MjcgMTU4LjgyNSA5MzIuNTUzIDE2MC4yNDdDOTIzLjgwOCAxNjMuMDkxIDkxNC42MTYgMTY1LjAxNiA5MDguNzkzIDE2NS45MjRDOTA3LjM0NiAxNjYuMTUgOTA1Ljk5MSAxNjUuMTYgOTA1Ljc2NiAxNjMuNzE0WiIgZmlsbD0iIzE0MDA0QiIvPg0KPC9nPg0KPGcgb3BhY2l0eT0iMC4xIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTgzLjA5NSAyMjEuMjA1QzE2NS4xMzQgMjA3LjYyNCAxNDEuNTUgMjAwLjkxMyAxMTIuNTI5IDIxMS4zMzJDODkuNzQ3NSAyMTkuNTExIDc4LjI2MDcgMjM5LjIwNCA3My4yNDM2IDI2MS4xMDNDNjguMjcwNyAyODIuODA5IDY5Ljc5MDMgMzA2LjIyNiA3Mi43NjYzIDMyMS4zQzkzLjkyNTYgMzU2LjgxNiAxMTcuMDU5IDM2OC4wNjMgMTM3LjUyNiAzNjkuOTFDMTU0LjcyNyAzNzEuNDYzIDE3MC4yNjYgMzY2LjQ2NCAxODIuMTI2IDM2Mi42NDlDMTg0LjY2NSAzNjEuODMyIDE4Ny4wMzUgMzYxLjA3IDE4OS4yMTcgMzYwLjQzN0MxOTQuNTUgMzU4Ljg5MiAxOTkuOTQ0IDM1NC45NTYgMjA0Ljg4IDM0OS4xMThDMjA5Ljc5NyAzNDMuMzA0IDIxNC4xMjggMzM1Ljc1MiAyMTcuMzY3IDMyNy4yNzFDMjIzLjg2NCAzMTAuMjU5IDIyNS44MTQgMjg5Ljk0IDIxOS43OCAyNzIuOTU3QzIxMy42MDYgMjU1LjU3OCAyMDEuMTc5IDIzNC44NzkgMTgzLjA5NSAyMjEuMjA1Wk0xODYuMjkxIDIxNi45NzhDMjA1LjQwNCAyMzEuNDMgMjE4LjM1IDI1My4wOTkgMjI0Ljc3NSAyNzEuMTgzQzIzMS4zNCAyODkuNjY0IDIyOS4xMzEgMzExLjMyMiAyMjIuMzE4IDMyOS4xNjFDMjE4LjkwMiAzMzguMTA1IDIxNC4yOSAzNDYuMTk4IDIwOC45MjcgMzUyLjU0QzIwMy41ODQgMzU4Ljg2IDE5Ny4zNjIgMzYzLjU5NSAxOTAuNjkyIDM2NS41MjhDMTg4LjcxIDM2Ni4xMDIgMTg2LjQ5IDM2Ni44MiAxODQuMDYgMzY3LjYwNUMxNzIuMjMyIDM3MS40MjYgMTU1LjQ0NSAzNzYuODUgMTM3LjA0OSAzNzUuMTg5QzExNC41MzEgMzczLjE1NiA4OS45MTE1IDM2MC42NCA2Ny45NzYzIDMyMy42MTRMNjcuNzQ3MiAzMjMuMjI3TDY3LjY1ODQgMzIyLjc4NkM2NC41MTgzIDMwNy4yMDEgNjIuODQ2NCAyODIuNzUzIDY4LjA3NzQgMjU5LjkyQzczLjMxMjggMjM3LjA2NyA4NS42MDE0IDIxNS4zNjggMTEwLjczOCAyMDYuMzQ0QzE0MS42MTUgMTk1LjI1OSAxNjcuMDU0IDIwMi40MzIgMTg2LjI5MSAyMTYuOTc4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuMzcxIDI3My43NTJDMTAxLjM3MSAyNzMuNzUzIDEwMS4zNjkgMjczLjc1MyAxMDEuMzY0IDI3My43NTJDMTAxLjM2OSAyNzMuNzUyIDEwMS4zNzEgMjczLjc1MiAxMDEuMzcxIDI3My43NTJaTTkwLjM4MDYgMjczLjUxNUM5NC4xMDg5IDI2OS45NiA5OC42MDU5IDI2OC42MDggMTAxLjAzMyAyNjguNDYzQzEwMS44NTMgMjY4LjQxNCAxMDIuODE3IDI2OC41MzUgMTAzLjY4MSAyNjkuMDkyQzEwNC42MTEgMjY5LjY5MiAxMDUuMTUgMjcwLjYyNyAxMDUuMjg3IDI3MS42MjFDMTA1LjUzMSAyNzMuMzk0IDEwNC41MTcgMjc0LjkxMyAxMDMuNTE1IDI3NS44MThDMTAzLjQwNiAyNzUuOTE2IDEwMy4yODUgMjc2LjAyOSAxMDMuMTQ5IDI3Ni4xNTVDMTAxLjY4MiAyNzcuNTIgOTguNTkwMyAyODAuMzk1IDkzLjM3MjIgMjgxLjQ5OEw5Mi45NzMyIDI4MS41ODJMOTIuNTY3NCAyODEuNTQyQzkyLjA0MSAyODEuNDkxIDkxLjQwMTIgMjgxLjM2MiA5MC43NzM4IDI4MS4wOTJDOTAuMTc2MiAyODAuODM1IDg5LjMyNzUgMjgwLjMzNiA4OC43NzMgMjc5LjM4OUM4OC4xNDU2IDI3OC4zMTYgODguMTQ5OCAyNzcuMTE1IDg4LjU1MjcgMjc2LjA1OEM4OC45MTYyIDI3NS4xMDUgODkuNTk0MiAyNzQuMjY1IDkwLjM4MDYgMjczLjUxNVoiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTc5LjE0NiAzNDUuODcyQzE3OS4xNDYgMzQ1Ljg3MiAxNzkuMTQ1IDM0NS44NzQgMTc5LjE0MyAzNDUuODc4QzE3OS4xNDUgMzQ1Ljg3NCAxNzkuMTQ2IDM0NS44NzIgMTc5LjE0NiAzNDUuODcyWk0xNzQuNzcgMzU1Ljk1NkMxNzkuNTU3IDM1NC4wNTQgMTgyLjY2NSAzNTAuNTM0IDE4My44MTEgMzQ4LjM4OUMxODQuMTk4IDM0Ny42NjUgMTg0LjQ5IDM0Ni43MzggMTg0LjM0NSAzNDUuNzIxQzE4NC4xODggMzQ0LjYyNSAxODMuNTY1IDM0My43NDQgMTgyLjcxOSAzNDMuMjA1QzE4MS4yMSAzNDIuMjQzIDE3OS40MDYgMzQyLjUyOSAxNzguMTY1IDM0My4wNjFDMTc4LjAzMSAzNDMuMTE5IDE3Ny44NzcgMzQzLjE4MiAxNzcuNzA2IDM0My4yNTNDMTc1Ljg1MyAzNDQuMDE2IDE3MS45NDkgMzQ1LjYyMyAxNjguNzY3IDM0OS45MDNMMTY4LjUyNCAzNTAuMjNMMTY4LjM5IDM1MC42MTZDMTY4LjIxNyAzNTEuMTE1IDE2OC4wNjcgMzUxLjc1IDE2OC4wNSAzNTIuNDMzQzE2OC4wMzMgMzUzLjA4MyAxNjguMTMyIDM1NC4wNjMgMTY4Ljc2MiAzNTQuOTYzQzE2OS40NzQgMzU1Ljk4MSAxNzAuNTY3IDM1Ni40NzkgMTcxLjY5NSAzNTYuNTU0QzE3Mi43MTMgMzU2LjYyMiAxNzMuNzYgMzU2LjM1OCAxNzQuNzcgMzU1Ljk1NloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUyLjA2OCAyMjkuMDZDMTU0LjczNiAyMjguNjk2IDE1OC45NDYgMjI4Ljc3NyAxNjMuMjc5IDIzMC41NTNDMTYzLjUyNSAyMzAuNjUzIDE2My43MzcgMjMwLjc1IDE2My45MjEgMjMwLjg0MUMxNTguNjA4IDIzMS40OTMgMTU0LjY2NSAyMzAuMDcxIDE1Mi4wNjggMjI5LjA2Wk0xNDkuOTA2IDIyOS41NjFDMTQ5LjkwNiAyMjkuNTYxIDE0OS45MDggMjI5LjU2IDE0OS45MTEgMjI5LjU1OEMxNDkuOTA4IDIyOS41NiAxNDkuOTA2IDIyOS41NjEgMTQ5LjkwNiAyMjkuNTYxWk0xNTAuMjA1IDIyOC4xN0MxNTAuMjAyIDIyOC4xNjYgMTUwLjIwMSAyMjguMTY0IDE1MC4yIDIyOC4xNjRDMTUwLjIgMjI4LjE2NCAxNTAuMjAyIDIyOC4xNjYgMTUwLjIwNSAyMjguMTdaTTE2NS4yODkgMjI1LjY0OUMxNTguNDEzIDIyMi44MyAxNTEuNjgyIDIyMy4zOTggMTQ4LjQ3NyAyMjQuNDM1QzE0Ny40NzIgMjI0Ljc2IDE0Ni40NjggMjI1LjMyOCAxNDUuNzgxIDIyNi4yOEMxNDUuMDQ3IDIyNy4yOTcgMTQ0Ljg2MyAyMjguNDk5IDE0NS4xMyAyMjkuNjExQzE0NS42MTQgMjMxLjYyNCAxNDcuMzk3IDIzMi45NDggMTQ5LjA5MiAyMzMuNTg5QzE0OS4zMDMgMjMzLjY2OSAxNDkuNTM5IDIzMy43NjMgMTQ5LjggMjMzLjg2NkMxNTIuNTk3IDIzNC45NyAxNTguMjA2IDIzNy4xODMgMTY1Ljc1OSAyMzUuOTNMMTY2LjE2MiAyMzUuODYzTDE2Ni41MjUgMjM1LjY3OEMxNjcuMTQzIDIzNS4zNjQgMTY3Ljg0OSAyMzQuOTA4IDE2OC40NjIgMjM0LjMwM0MxNjkuMDUxIDIzMy43MjIgMTY5Ljc1NiAyMzIuODAzIDE2OS45NTIgMjMxLjU2QzE3MC4xNzEgMjMwLjE3NSAxNjkuNjg0IDIyOC44ODggMTY4Ljc2NiAyMjcuODc2QzE2Ny45MjMgMjI2Ljk0NyAxNjYuNzE2IDIyNi4yMzQgMTY1LjI4OSAyMjUuNjQ5WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTcuMDM4IDI3My45NzdDMjM5LjIzMiAyODYuNTE1IDIwOC44OCAzMDMuNDA4IDE2MC45NTkgMzI2LjA0NkMxMjIuNTk1IDM0NC4xNjkgOTQuNzc4NyAzNTQuODY3IDc1LjA4OTYgMzU5Ljk1MUM2NS4yNDc5IDM2Mi40OTIgNTcuMzIzOSAzNjMuNjYxIDUxLjA2NjEgMzYzLjYwOUM0NC44MzUgMzYzLjU1NyAzOS45NzI1IDM2Mi4yOSAzNi41NTkgMzU5LjY1OEMzMy4wNDg2IDM1Ni45NSAzMS40NTA2IDM1My4wOTcgMzEuMTg5NCAzNDguNzYyQzMwLjkzMzMgMzQ0LjUxMSAzMS45NDM5IDMzOS42ODggMzMuNjk3IDMzNC42MzhDMzcuMjA2NiAzMjQuNTI3IDQzLjk4NzQgMzEyLjY5MyA1MS4zODc1IDMwMS4xMzRDNTIuMTc2NiAyOTkuOTAxIDUzLjgxNTYgMjk5LjU0MiA1NS4wNDgyIDMwMC4zMzFDNTYuMjgwOCAzMDEuMTIgNTYuNjQwMyAzMDIuNzU5IDU1Ljg1MTIgMzAzLjk5MUM0OC40Nzk0IDMxNS41MDcgNDEuOTk0NiAzMjYuODk1IDM4LjcwMzkgMzM2LjM3NkMzNy4wNTY4IDM0MS4xMjEgMzYuMjgzNiAzNDUuMTg2IDM2LjQ3OTggMzQ4LjQ0NEMzNi42NzEgMzUxLjYxNyAzNy43NjE1IDM1My44OTIgMzkuNzk1NyAzNTUuNDYxQzQxLjkyNjggMzU3LjEwNCA0NS40NjQ5IDM1OC4yNjIgNTEuMTEwNSAzNTguMzA5QzU2LjcyOTMgMzU4LjM1NiA2NC4xNTc5IDM1Ny4zIDczLjc2NDUgMzU0LjgyQzkyLjk3MjIgMzQ5Ljg2IDEyMC40MzYgMzM5LjMyOCAxNTguNjk1IDMyMS4yNTRDMjA2LjU1MSAyOTguNjQ3IDIzNi41NjYgMjgxLjkxIDI1My45ODcgMjY5LjY0NEMyNjIuNzIgMjYzLjQ5NSAyNjguMTIxIDI1OC41ODQgMjcxLjAzOCAyNTQuNzQxQzI3NC4wMDggMjUwLjgyOSAyNzMuOTMgMjQ4LjcxIDI3My4zOTUgMjQ3LjU5OEMyNzIuNzM4IDI0Ni4yMjkgMjcwLjcyMSAyNDQuNzYgMjY2LjU4MSAyNDMuNjQ1QzI2Mi42MDUgMjQyLjU3NCAyNTcuMzU5IDI0Mi4wMTQgMjUxLjM4OCAyNDEuODU0QzIzOS40NzMgMjQxLjUzNCAyMjUuMjE3IDI0Mi44MTQgMjEzLjcwNSAyNDQuMzM3QzIxMi4yNTQgMjQ0LjUyOSAyMTAuOTIyIDI0My41MDggMjEwLjczIDI0Mi4wNTdDMjEwLjUzOCAyNDAuNjA3IDIxMS41NTkgMjM5LjI3NSAyMTMuMDEgMjM5LjA4M0MyMjQuNjQyIDIzNy41NDQgMjM5LjIxMiAyMzYuMjI1IDI1MS41MyAyMzYuNTU2QzI1Ny42NzUgMjM2LjcyMSAyNjMuMzk4IDIzNy4yOTkgMjY3Ljk1OSAyMzguNTI3QzI3Mi4zNTUgMjM5LjcxMSAyNzYuNDQyIDI0MS43MDEgMjc4LjE3MyAyNDUuMzAyQzI4MC4wMjYgMjQ5LjE2IDI3OC42MTkgMjUzLjUyIDI3NS4yNiAyNTcuOTQ1QzI3MS44NDggMjYyLjQ0IDI2NS45MiAyNjcuNzI0IDI1Ny4wMzggMjczLjk3N1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQzLjgyNiAyNzEuMkMyMjYuNzc2IDI4Mi40OSAxOTguNzE2IDI5Ny43MzMgMTU1LjQxMSAzMTguMTlDMTIwLjcyNiAzMzQuNTc1IDk1LjQzNTkgMzQ0LjAwMiA3Ny4zNzc5IDM0OC4zODJDNjguMzQ5MSAzNTAuNTcyIDYxLjAzMTUgMzUxLjUyNSA1NS4xOTYgMzUxLjQxNkM0OS4zODEgMzUxLjMwOCA0NC44MTkgMzUwLjE0MSA0MS41MjE0IDM0Ny44N0MzNC41NDkyIDM0My4wNjYgMzQuNjY3MyAzMzQuNjE0IDM3LjI3NjcgMzI2LjU2NUMzOS45NDA4IDMxOC4zNDcgNDUuNTQyIDMwOS4yMjUgNTEuNjcxNSAzMDEuMjI3QzUyLjU2MTcgMzAwLjA2NSA1NC4yMjUxIDI5OS44NDUgNTUuMzg2OCAzMDAuNzM1QzU2LjU0ODQgMzAxLjYyNSA1Ni43Njg1IDMwMy4yODkgNTUuODc4MyAzMDQuNDVDNDkuOTA5MyAzMTIuMjM5IDQ0LjcxNDkgMzIwLjgwNyA0Mi4zMTgzIDMyOC4yQzM5Ljg2NyAzMzUuNzYxIDQwLjY1OTMgMzQwLjg0IDQ0LjUyODIgMzQzLjUwNUM0Ni42NTEyIDM0NC45NjggNTAuMDUxNSAzNDYuMDIgNTUuMjk0NiAzNDYuMTE3QzYwLjUxNzMgMzQ2LjIxNSA2Ny4zNTM2IDM0NS4zNiA3Ni4xMjg1IDM0My4yMzFDOTMuNjc3OCAzMzguOTc1IDExOC41OTUgMzI5LjcyIDE1My4xNDcgMzEzLjM5OEMxOTYuMzg5IDI5Mi45NzEgMjI0LjE3MyAyNzcuODU3IDI0MC45IDI2Ni43ODFDMjQ5LjI3OCAyNjEuMjM0IDI1NC43NiAyNTYuNzc5IDI1OC4wMTQgMjUzLjI1NkMyNjEuNDA4IDI0OS41ODQgMjYxLjgxMyAyNDcuNTQ0IDI2MS42NDMgMjQ2LjY2NUMyNjEuNTA4IDI0NS45NjQgMjYwLjcxNyAyNDQuODUzIDI1Ny42NTkgMjQzLjg5QzI1NC43NjEgMjQyLjk3NyAyNTAuNjYyIDI0Mi40ODUgMjQ1Ljc1NyAyNDIuMzUzQzIzNS45OTUgMjQyLjA4OSAyMjMuNzg2IDI0My4yNTYgMjEzLjM2NiAyNDQuNjM1QzIxMS45MTUgMjQ0LjgyNyAyMTAuNTg0IDI0My44MDYgMjEwLjM5MiAyNDIuMzU1QzIxMC4yIDI0MC45MDQgMjExLjIyIDIzOS41NzMgMjEyLjY3MSAyMzkuMzgxQzIyMy4xNjYgMjM3Ljk5MiAyMzUuNzA5IDIzNi43NzkgMjQ1LjkgMjM3LjA1NUMyNTAuOTcyIDIzNy4xOTIgMjU1LjY1MSAyMzcuNyAyNTkuMjUxIDIzOC44MzVDMjYyLjY5MSAyMzkuOTE4IDI2Ni4xMjEgMjQxLjkwMiAyNjYuODQ3IDI0NS42NkMyNjcuNTM5IDI0OS4yNCAyNjUuNDQ3IDI1My4wMjIgMjYxLjkwNyAyNTYuODUzQzI1OC4yMjcgMjYwLjgzNSAyNTIuMzM4IDI2NS41NjQgMjQzLjgyNiAyNzEuMloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTkuOTA1IDI4NC42NDhDOTkuOTE5MiAyODQuNjU0IDk5LjkzNTYgMjg0LjY2MSA5OS45NTQyIDI4NC42NzFDMTAwLjEyOCAyODQuNzU4IDEwMC42NTYgMjg1LjEwMiAxMDEuMjUgMjg2LjI3N0MxMDEuOTExIDI4Ny41ODIgMTAzLjUwNSAyODguMTA1IDEwNC44MTEgMjg3LjQ0NEMxMDYuMTE3IDI4Ni43ODQgMTA2LjY0IDI4NS4xODkgMTA1Ljk3OSAyODMuODgzQzEwNC4wMDMgMjc5Ljk4IDEwMC43ODMgMjc4LjY4OSA5OC4zMzcyIDI3OS41OTNDOTYuOTY0NSAyODAuMSA5Ni4yNjMgMjgxLjYyNSA5Ni43NzA1IDI4Mi45OTdDOTcuMjQ0OSAyODQuMjgxIDk4LjYwNzkgMjg0Ljk3NyA5OS45MDUgMjg0LjY0OFpNOTkuODM2MyAyODQuNjI2Qzk5LjgzNjMgMjg0LjYyNiA5OS44Mzk4IDI4NC42MjYgOTkuODQ2NyAyODQuNjI4Qzk5LjgzOTggMjg0LjYyNyA5OS44MzYzIDI4NC42MjYgOTkuODM2MyAyODQuNjI2WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjM1IDM0Mi42NTFDMTY4LjYzNSAzNDIuNjM2IDE2OC42MzUgMzQyLjYxOCAxNjguNjM1IDM0Mi41OTdDMTY4LjYyOCAzNDIuNDAzIDE2OC41MzUgMzQxLjc4IDE2Ny43MTcgMzQwLjc0OUMxNjYuODA3IDMzOS42MDMgMTY2Ljk5OCAzMzcuOTM2IDE2OC4xNDQgMzM3LjAyNkMxNjkuMjkgMzM2LjExNiAxNzAuOTU3IDMzNi4zMDcgMTcxLjg2NyAzMzcuNDUzQzE3NC41ODggMzQwLjg3OSAxNzQuNDE2IDM0NC4zNDQgMTcyLjU3MiAzNDYuMTg4QzE3MS41MzggMzQ3LjIyMyAxNjkuODYgMzQ3LjIyMyAxNjguODI1IDM0Ni4xODlDMTY3Ljg1NyAzNDUuMjIyIDE2Ny43OTQgMzQzLjY5MiAxNjguNjM1IDM0Mi42NTFaTTE2OC42MjYgMzQyLjcyM0MxNjguNjI2IDM0Mi43MjMgMTY4LjYyNyAzNDIuNzIgMTY4LjYyOSAzNDIuNzEzQzE2OC42MjYgMzQyLjcxOSAxNjguNjI2IDM0Mi43MjMgMTY4LjYyNiAzNDIuNzIzWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjAuNTg5IDI0MC43ODJDMTYwLjU5NSAyNDAuNzc2IDE2MC41OTggMjQwLjc3NCAxNjAuNTk5IDI0MC43NzRDMTYwLjYxMyAyNDAuNzg0IDE1OS43MjkgMjQyLjE0MyAxNjIuMjQyIDI0NS4xMjFDMTYzLjE4NiAyNDYuMjQgMTYzLjA0NCAyNDcuOTExIDE2MS45MjYgMjQ4Ljg1NUMxNjAuODA3IDI0OS43OTkgMTU5LjEzNSAyNDkuNjU3IDE1OC4xOTIgMjQ4LjUzOUMxNTQuMjI5IDI0My44NDIgMTU0LjYwNiAyMzkuNDA2IDE1Ni42OSAyMzcuMTk0QzE1Ny42OTMgMjM2LjEyOCAxNTkuMzcgMjM2LjA3OCAxNjAuNDM2IDIzNy4wODJDMTYxLjQ4NiAyMzguMDcxIDE2MS41NDkgMjM5LjcxNSAxNjAuNTg5IDI0MC43ODJaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkxLjc0NTkgMjgwLjg2NUM5My4wMTkyIDI4MC4xNDQgOTQuNjM2NCAyODAuNTkxIDk1LjM1OCAyODEuODY0Qzk1LjkwNjEgMjgyLjgzMiA5Ni4xMDEyIDI4NC4xOTMgOTUuNTUwOSAyODUuNTU5Qzk0Ljk5MjEgMjg2Ljk0NiA5My44MDc3IDI4OC4wMDggOTIuMjE0MiAyODguNzVDOTAuODg3MyAyODkuMzY4IDg5LjMxMSAyODguNzkzIDg4LjY5MzUgMjg3LjQ2NkM4OC4wNzU5IDI4Ni4xMzkgODguNjUwOSAyODQuNTYyIDg5Ljk3NzggMjgzLjk0NUM5MC4xOTE2IDI4My44NDUgOTAuMzQ0NCAyODMuNzU2IDkwLjQ1MTggMjgzLjY4NEM5MC4yMzY3IDI4Mi41OTQgOTAuNzI2NyAyODEuNDQzIDkxLjc0NTkgMjgwLjg2NVpNOTAuNjgxNiAyODMuNDg4QzkwLjY4MTggMjgzLjQ4OCA5MC42Nzk3IDI4My40OTIgOTAuNjc0NyAyODMuNDk4QzkwLjY3ODkgMjgzLjQ5MSA5MC42ODE0IDI4My40ODggOTAuNjgxNiAyODMuNDg4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjYyIDM1MS42NDVDMTY5Ljg1IDM1MC43ODkgMTcwLjExOSAzNDkuMTMzIDE2OS4yNjQgMzQ3Ljk0NkMxNjguNjE0IDM0Ny4wNDMgMTY3LjQ1OSAzNDYuMjk3IDE2NS45ODggMzQ2LjIyN0MxNjQuNDk0IDM0Ni4xNTUgMTYzLjAzNCAzNDYuNzg3IDE2MS42OTQgMzQ3LjkyNUMxNjAuNTc5IDM0OC44NzIgMTYwLjQ0MyAzNTAuNTQ1IDE2MS4zOSAzNTEuNjZDMTYyLjMzOCAzNTIuNzc1IDE2NC4wMSAzNTIuOTEyIDE2NS4xMjYgMzUxLjk2NEMxNjUuMzA1IDM1MS44MTIgMTY1LjQ1IDM1MS43MSAxNjUuNTYxIDM1MS42NDNDMTY2LjQ2MSAzNTIuMjkzIDE2Ny43MTIgMzUyLjMyOSAxNjguNjYyIDM1MS42NDVaTTE2NS44MzQgMzUxLjUxNkMxNjUuODM0IDM1MS41MTUgMTY1LjgzMSAzNTEuNTE2IDE2NS44MjMgMzUxLjUxOEMxNjUuODMxIDM1MS41MTcgMTY1LjgzNCAzNTEuNTE2IDE2NS44MzQgMzUxLjUxNloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTY3LjcyNSAyMzYuODA5QzE2Ni4yNzcgMjM2LjYwMSAxNjQuOTMzIDIzNy42MDYgMTY0LjcyNSAyMzkuMDU1QzE2NC41NDIgMjQwLjMyOCAxNjQuOTAxIDI0MS45MzEgMTY2LjEyOSAyNDMuMjM1QzE2Ny4zNzMgMjQ0LjU1NSAxNjkuMjU0IDI0NS4zMTIgMTcxLjY3MyAyNDUuNDY1QzE3My4xMzQgMjQ1LjU1NyAxNzQuMzkzIDI0NC40NDggMTc0LjQ4NSAyNDIuOTg3QzE3NC41NzcgMjQxLjUyNiAxNzMuNDY4IDI0MC4yNjggMTcyLjAwNyAyNDAuMTc2QzE3MC41MjIgMjQwLjA4MiAxNzAuMDY1IDIzOS42OCAxNjkuOTkyIDIzOS42MDZDMTcwLjA4NCAyMzguMjM3IDE2OS4xMDYgMjM3LjAwOCAxNjcuNzI1IDIzNi44MDlaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExOC40MjYgMjc1LjcxM0MxMTkuMjE0IDI3Ni45NDYgMTE4Ljg1MiAyNzguNTg1IDExNy42MTggMjc5LjM3MkMxMTYuNjcxIDI3OS45NzcgMTE0LjY2OSAyODAuNzIzIDExMi4wOTMgMjgwLjc1OEMxMTAuMzk0IDI4MC43ODIgMTA4LjY2MyAyODAuMTIyIDEwNy40MDcgMjc5LjUyMkMxMDYuMDggMjc4Ljg4NyAxMDQuODkyIDI3OC4xMjggMTA0LjE2NSAyNzcuNTkxQzEwMi45ODcgMjc2LjcyMiAxMDIuNzM2IDI3NS4wNjMgMTAzLjYwNSAyNzMuODg2QzEwNC40NzQgMjcyLjcwOCAxMDYuMTMzIDI3Mi40NTcgMTA3LjMxMSAyNzMuMzI2QzEwNy43OTggMjczLjY4NSAxMDguNjk5IDI3NC4yNjUgMTA5LjY5MiAyNzQuNzM5QzExMC43NTYgMjc1LjI0OCAxMTEuNTc4IDI3NS40NjUgMTEyLjAxOSAyNzUuNDU5QzExMi44NCAyNzUuNDQ3IDExMy41MjIgMjc1LjMyMSAxMTQuMDIyIDI3NS4xNzlDMTE0LjQ2NyAyNzUuMDUzIDExNC43MSAyNzQuOTMzIDExNC43NiAyNzQuOTA4QzExNC43NyAyNzQuOTAzIDExNC43NzIgMjc0LjkwMSAxMTQuNzY3IDI3NC45MDVDMTE2IDI3NC4xMTggMTE3LjYzOSAyNzQuNDc5IDExOC40MjYgMjc1LjcxM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTg0LjQ5MSAzMjkuNTU4QzE4My43IDMyOC4zMjcgMTgyLjA2IDMyNy45NzEgMTgwLjgyOSAzMjguNzYzQzE3OS44ODQgMzI5LjM3MSAxNzguMzcgMzMwLjg3OCAxNzcuMjYxIDMzMy4yMDRDMTc2LjUzIDMzNC43MzcgMTc2LjQwNyAzMzYuNTg1IDE3Ni40MjcgMzM3Ljk3N0MxNzYuNDQ4IDMzOS40NDkgMTc2LjY0MyAzNDAuODQ1IDE3Ni44MjYgMzQxLjczQzE3Ny4xMjMgMzQzLjE2MyAxNzguNTI2IDM0NC4wODQgMTc5Ljk1OSAzNDMuNzg3QzE4MS4zOTIgMzQzLjQ5IDE4Mi4zMTMgMzQyLjA4NyAxODIuMDE2IDM0MC42NTRDMTgxLjg5MyAzNDAuMDYxIDE4MS43NDIgMzM5IDE4MS43MjYgMzM3LjlDMTgxLjcwOSAzMzYuNzIgMTgxLjg1NSAzMzUuODgzIDE4Mi4wNDUgMzM1LjQ4NUMxODIuMzk5IDMzNC43NDQgMTgyLjc5OCAzMzQuMTc3IDE4My4xMzYgMzMzLjc4MkMxODMuNDM2IDMzMy40MzEgMTgzLjY0OCAzMzMuMjYgMTgzLjY5MSAzMzMuMjI1QzE4My43IDMzMy4yMTggMTgzLjcwMiAzMzMuMjE3IDE4My42OTYgMzMzLjIyQzE4NC45MjcgMzMyLjQyOCAxODUuMjgzIDMzMC43ODkgMTg0LjQ5MSAzMjkuNTU4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMjguOTMyIDI0My4xNDhDMTI4LjY0OCAyNDQuNTg0IDEyOS41ODEgMjQ1Ljk3OCAxMzEuMDE3IDI0Ni4yNjJDMTMyLjQwOCAyNDYuNTM4IDEzNS4zNzQgMjQ2LjUyMiAxMzguODA1IDI0NS4yMzVDMTQwLjkwNSAyNDQuNDQ4IDE0Mi43OTkgMjQyLjc2IDE0NC4xOTcgMjQxLjI2N0MxNDUuNjUgMjM5LjcxNSAxNDYuODUgMjM4LjA2NSAxNDcuNTM2IDIzNi45NzZDMTQ4LjMxNyAyMzUuNzM5IDE0Ny45NDcgMjM0LjEwMiAxNDYuNzA5IDIzMy4zMjFDMTQ1LjQ3MSAyMzIuNTQxIDE0My44MzQgMjMyLjkxMSAxNDMuMDU0IDIzNC4xNDlDMTQyLjUyNiAyMzQuOTg1IDE0MS41MjcgMjM2LjM2NCAxNDAuMzI5IDIzNy42NDRDMTM5LjA3NiAyMzguOTgyIDEzNy44NjcgMjM5LjkyNyAxMzYuOTQ0IDI0MC4yNzNDMTM0LjMzIDI0MS4yNTMgMTMyLjM2NSAyNDEuMTI3IDEzMi4wNDcgMjQxLjA2M0MxMzAuNjExIDI0MC43NzkgMTI5LjIxNyAyNDEuNzEyIDEyOC45MzIgMjQzLjE0OFoiIGZpbGw9IiMxNDAwNEIiLz4NCjwvZz4NCjxnIG9wYWNpdHk9IjAuMSI+DQo8cGF0aCBkPSJNNDc1LjQyIDMzMS4yMThDNDc2LjM4NiAzNDEuMDYxIDQ3MS4xNjkgMzU0LjI1IDQ2MC40IDM1OS4zMjRDNDU4LjY3MSAzNjAuMTM4IDQ1OC4zMjcgMzYyLjg4NCA0NjAuMDQ2IDM2My43MThDNDc3LjEwOSAzNzEuOTk2IDUxNS4xMiAzODguNTY0IDUyNC4yMTYgMzg3LjMxNUM1MzMuODk3IDM4NS45ODcgNTUwLjQ5MiAzNzEuNzY1IDU0NC4zODYgMzUyLjM3NUM1NDQuMjAyIDM1MS43OTIgNTQzLjc0MiAzNTEuMzMyIDU0My4xNjUgMzUxLjEzMkw0NzguMzk3IDMyOC42NDNDNDc2Ljg0NyAzMjguMTA1IDQ3NS4yNiAzMjkuNTg2IDQ3NS40MiAzMzEuMjE4WiIgZmlsbD0iIzQxNjRFRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NTQuODczIDM4My41MTFDNDU0LjY0IDM4OS43MzkgNDUyLjk3NiAzOTcuNjgxIDQ0OC43NDcgNDA0LjczN0M0NDQuMjE2IDQxMi4yOTYgNDM2Ljc0NiA0MTguODAzIDQyNS4xNyA0MjAuOTc3TDQyMS41MjEgNDI3LjM2NEM0MjUuNDI5IDQyOC4yMyA0MzAuMzQ0IDQyNy4xODMgNDM1LjU4OSA0MjQuNDQ3QzQ0MS4yNjkgNDIxLjQ4NCA0NDYuOTEzIDQxNi43NDcgNDUxLjI5NyA0MTEuMzQ2QzQ1NS43MDUgNDA1LjkxNiA0NTguNjQ1IDQwMC4wNTkgNDU5LjI2OSAzOTQuOTE3QzQ1OS44MTcgMzkwLjQwNSA0NTguNjEgMzg2LjQ2MyA0NTQuODczIDM4My41MTFaTTQ1MS43OTQgMzc4LjIzNEM0NTMuMTI0IDM3Ny4zODEgNDU0Ljk3OSAzNzcuMTggNDU2LjYwMiAzNzguMjM2QzQ2My4xNjcgMzgyLjUwOCA0NjUuMzQxIDM4OC44NzUgNDY0LjUzIDM5NS41NTZDNDYzLjc0MyA0MDIuMDQ1IDQ2MC4xNzUgNDA4LjgxOSA0NTUuNDExIDQxNC42ODdDNDUwLjYyMyA0MjAuNTg1IDQ0NC40MzEgNDI1LjgxMiA0MzguMDQxIDQyOS4xNDZDNDMxLjcyMyA0MzIuNDQyIDQyNC43NzYgNDM0LjEwMiA0MTguNzQgNDMyLjA4N0M0MTUuODAyIDQzMS4xMDYgNDE1LjE1OCA0MjcuODE2IDQxNi4zOTggNDI1LjY0Nkw0MjAuNzExIDQxOC4wOThDNDIxLjQyNiA0MTYuODQ3IDQyMi42NTggNDE2LjA0NyA0MjMuOTc2IDQxNS44MDhDNDM0LjAxMyA0MTMuOTg2IDQ0MC4zMjUgNDA4LjQ3OSA0NDQuMjAxIDQwMi4wMTJDNDQ4LjEyNiAzOTUuNDY0IDQ0OS41NTggMzg3Ljg5OSA0NDkuNjAxIDM4Mi4yMzNDNDQ5LjYxNCAzODAuNTM0IDQ1MC41MDcgMzc5LjA2IDQ1MS43OTQgMzc4LjIzNFoiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM5My43MTUgMjc3LjA0TDM4NC41ODEgMjg4Ljc4NEwzODYuNDkgMzE1LjIzNEwzOTguODM5IDMxMy40N0MzOTkuMDg0IDMxMy40MzUgMzk5LjMyOCAzMTMuNDIgMzk5LjU2OSAzMTMuNDIzTDQwNS4zNTkgMjg3LjE0N0w0MDEuNzA1IDI3Ny40MDNMMzkzLjcxNSAyNzcuMDRaTTM4MS4yNzYgMzE2LjYxN0wzODEuMjc3IDMxNi42MzhDMzgwLjA5OSAzMTcuNTkgMzc5LjQxMSAzMTkuMDk1IDM3OS41NjcgMzIwLjcwN0wzODQuNzMyIDM3NC4wNzRDMzg0LjgzNiAzNzUuMTQ3IDM4NS4zMDkgMzc2LjE1MSAzODYuMDcyIDM3Ni45MTRMNDIwLjQ3NiA0MTEuMzE4TDQwNy43OTggNDQ1LjEyOEwzODEuNDczIDQ2NS4zMUMzODEuMjIzIDQ2NS41MDEgMzgwLjk5NCA0NjUuNzE3IDM4MC43ODggNDY1Ljk1NUwzNTguNjU1IDQ5MS40OTNMMzIwLjU5NSA0NzcuMTE1QzMxOS4zNDcgNDc2LjY0NCAzMTcuOTU2IDQ3Ni43MzEgMzE2Ljc3NiA0NzcuMzU2TDI4OC40NzUgNDkyLjMzOEMyODYuMzYyIDQ5My40NTcgMjg1LjQ0MiA0OTUuOTk2IDI4Ni4zNDcgNDk4LjIwOUwyOTMuMDg4IDUxNC42ODZDMjk0LjAwNiA1MTYuOTMxIDI5Ni40OTcgNTE4LjA5MyAyOTguODA5IDUxNy4zNTRMMzE4LjQ1OCA1MTEuMDY2TDM1NC4zMTcgNTMzLjI2NEMzNTUuNzg0IDUzNC4xNzMgMzU3LjYzNCA1MzQuMTk0IDM1OS4xMjIgNTMzLjMxOUw0MTYuNDggNDk5LjU3OEw0MjguNzQ0IDU0NS4zNjJMNDA1Ljg5OSA1NjkuODk5TDM5MC4wODIgNTczLjg1M0MzODguMDUgNTc0LjM2MSAzODYuNjA4IDU3Ni4xNjYgMzg2LjU2MSA1NzguMjYxTDM4NS43MzEgNjE1LjYyMUMzODUuNjc5IDYxNy45NDggMzg3LjM1NiA2MTkuOTU0IDM4OS42NTUgNjIwLjMxN0w0MDMuMTc0IDYyMi40NTJDNDA1LjY1MSA2MjIuODQzIDQwNy45OTIgNjIxLjE5OSA0MDguNDY1IDYxOC43MzdMNDEyLjM1IDU5OC41MzRMNDY0LjIzIDU3Ni4wNTNDNDY1LjY5NiA1NzUuNDE3IDQ2Ni43MzQgNTc0LjA3MyA0NjYuOTc3IDU3Mi40OTNMNDc3LjYwNCA1MDMuNDE5TDQ5Mi41MjIgNDYzLjA1MUw1MTMuODEgNDUxLjEzTDU1Ny43NzggNDQ0Ljk3NEM1NTguODExIDQ0NC44MyA1NTkuNzY2IDQ0NC4zNDIgNTYwLjQ4OCA0NDMuNTlMNjAxLjI2NiA0MDEuMTEzQzYwMS40OTQgNDAwLjg3NSA2MDEuNjkxIDQwMC42MjIgNjAxLjg1OCA0MDAuMzU3QzYwMS45MTIgNDAwLjMwMSA2MDEuOTY0IDQwMC4yNDIgNjAyLjAxNCA0MDAuMTc5TDYxOC4xMjUgMzgwLjE2M0M2MTguOTM4IDM3OS4xNTMgNjE5LjI5MiAzNzcuODQ5IDYxOS4xMDIgMzc2LjU2Nkw2MTcuMzc2IDM2NC45MTRDNjE3LjEzOCAzNjMuMzA3IDYxNi4wNzggMzYxLjk0MSA2MTQuNTgxIDM2MS4zMUw2MDYuODkgMzU4LjA3MkM2MDUuNjE4IDM1Ny41MzcgNjA0LjE3NCAzNTcuNTkzIDYwMi45NDkgMzU4LjIyN0w1ODkuNyAzNjUuMDhDNTg4Ljg1NCAzNjUuNTE4IDU4OC4xNjIgMzY2LjIwNSA1ODcuNzE5IDM2Ny4wNDlMNTc3LjkwOCAzODUuNzM3QzU3Ni45ODQgMzg1LjgyNSA1NzYuMDkgMzg2LjE4OCA1NzUuMzU0IDM4Ni44MDZMNTU0LjQyMyA0MDQuMzg5SDUyMS42Mkw1MTYuMzA3IDM5Ni4xMjZDNTIyLjE1NyAzOTQuNTYxIDUyOS42OTggMzkxLjY0OCA1MzYuMTYyIDM4Ny4xMjVDNTQyLjg4OSAzODIuNDE3IDU0OC43NjcgMzc1LjcyOSA1NDkuODkxIDM2Ni43MzVDNTUxLjI5NyAzNTUuNDg4IDU0OS45MDggMzQyLjk5MyA1NDQuNzk0IDMzMi40MDhDNTM5LjY0OCAzMjEuNzU3IDUzMC43MTEgMzEzLjAzNSA1MTcuMjA0IDMwOS42NThDNTA0LjExNCAzMDYuMzg1IDQ5MC4yNjMgMzA2LjgzIDQ3OC43NzYgMzEwLjg1NkM0NjcuMjg2IDMxNC44ODQgNDU3LjkwNiAzMjIuNjEyIDQ1NC40MzEgMzM0LjAzMUw0NTQuMTA4IDMzNS4wOUM0NTEuMzUyIDM0NC4xMzYgNDQ5LjE5OCAzNTEuMjA3IDQ0OS4xMTEgMzU3LjYzN0M0NDkuMDIgMzY0LjM1MyA0NTEuMTU2IDM3MC4yMjEgNDU2LjM2NSAzNzcuMDE2TDQ0MC41NiAzNzguOTkyTDQxNS4wNTcgMzU5LjQzOUw0MDQuMTIyIDMxNy4zODNDNDA0LjEyOSAzMTcuMzU4IDQwNC4xMzUgMzE3LjMzMiA0MDQuMTQgMzE3LjMwNkw0MTAuNTc2IDI4OC4wOTlDNDEwLjc2OSAyODcuMjIyIDQxMC43MDQgMjg2LjMwNyA0MTAuMzg5IDI4NS40NjZMNDA2LjUxNiAyNzUuMTRDNDA1Ljg2MyAyNzMuMzk4IDQwNC4yMzMgMjcyLjIxMiA0MDIuMzc0IDI3Mi4xMjhMMzkzLjYyIDI3MS43M0MzOTIuMTEyIDI3MS42NjEgMzkwLjY2NSAyNzIuMzI5IDM4OS43MzggMjczLjUyTDM4MC4yNDQgMjg1LjcyN0MzNzkuNTM4IDI4Ni42MzUgMzc5LjE5NCAyODcuNzcxIDM3OS4yNzYgMjg4LjkxN0wzODEuMjc2IDMxNi42MTdaTTU4My4xMTYgMzg3LjIyTDU5OS41ODEgMzkzLjU1MkM1OTkuODI3IDM5My42NDcgNjAwLjA1OCAzOTMuNzU5IDYwMC4yNzYgMzkzLjg4Nkw2MTMuODE4IDM3Ny4wNjFMNjEyLjE4NyAzNjYuMDUzTDYwNS4xMTQgMzYzLjA3NUw1OTIuMzE3IDM2OS42OTRMNTgzLjExNiAzODcuMjJaTTQ4MC41MjkgMzE1Ljg1OEM0NzAuMTIzIDMxOS41MDYgNDYyLjM0NiAzMjYuMjI1IDQ1OS41MDEgMzM1LjU3NEw0NTkuMzY4IDMzNi4wMTJDNDU2LjQ0IDM0NS42MzIgNDU0LjQ4NyAzNTIuMDQ2IDQ1NC40MTEgMzU3LjcwOUM0NTQuMzM3IDM2My4xNjcgNDU2LjAyOCAzNjguMDcxIDQ2MS4xMjMgMzc0LjQ5OUM0NjMuMzIxIDM3Ny4yNzMgNDYxLjgzMSAzODEuNjc0IDQ1OC4wNTMgMzgyLjE0Nkw0NDAuOTUzIDM4NC4yODRDNDM5Ljc0IDM4NC40MzUgNDM4LjUxNiAzODQuMTA0IDQzNy41NDcgMzgzLjM2TDQxMS42NTUgMzYzLjUxQzQxMC44MzIgMzYyLjg3OSA0MTAuMjQ0IDM2MS45OTIgNDA5Ljk4MyAzNjAuOTg5TDM5OS4wMTQgMzE4Ljc5OUwzODQuOTAyIDMyMC44MTVMMzg5Ljk4NSAzNzMuMzMxTDQyNC41MiA0MDcuODY2QzQyNS44MDkgNDA5LjE1NiA0MjYuMjI2IDQxMS4wOCA0MjUuNTg2IDQxMi43ODdMNDEyLjY5NSA0NDcuMTYzQzQxMi4zODkgNDQ3Ljk3OCA0MTEuODYxIDQ0OC42OTEgNDExLjE3IDQ0OS4yMkwzODQuNzUgNDY5LjQ3NkwzNjIuMzYzIDQ5NS4zMDdDMzYxLjA4NyA0OTYuNzc5IDM1OS4wMjggNDk3LjMgMzU3LjIwNiA0OTYuNjExTDMxOC45OTcgNDgyLjE3N0wyOTEuNDc1IDQ5Ni43NDdMMjk3Ljc2NSA1MTIuMTIzTDMxNy4xMjggNTA1LjkyN0MzMTguNDI0IDUwNS41MTIgMzE5LjgzNiA1MDUuNjg2IDMyMC45OTMgNTA2LjQwMkwzNTYuNzczIDUyOC41NTFMNDE0LjUzIDQ5NC41NzdDNDE3LjE3OSA0OTMuMDE5IDQyMC41ODQgNDk0LjQxMyA0MjEuMzc5IDQ5Ny4zODJMNDMzLjk1NyA1NDQuMzM4QzQzNC4zNzEgNTQ1Ljg4NiA0MzMuOTYgNTQ3LjUzNyA0MzIuODY4IDU0OC43MUw0MDkuNjQ3IDU3My42NTFDNDA5LjAzNCA1NzQuMzA5IDQwOC4yNDQgNTc0Ljc3NiA0MDcuMzcxIDU3NC45OTRMMzkxLjg0OSA1NzguODc1TDM5MS4wNDIgNjE1LjE3MUw0MDMuMzc5IDYxNy4xMTlMNDA3LjIxMSA1OTcuMTk2QzQwNy41MDEgNTk1LjY4NyA0MDguNTE4IDU5NC40MTkgNDA5LjkyOCA1OTMuODA4TDQ2MS43OTMgNTcxLjMzM0w0NzIuMzc1IDUwMi41NDlDNDcyLjQyMyA1MDIuMjQgNDcyLjUwMSA1MDEuOTM3IDQ3Mi42MDkgNTAxLjY0NEw0ODcuNjM0IDQ2MC45ODlDNDg4LjAxOCA0NTkuOTUxIDQ4OC43NTggNDU5LjA4NCA0ODkuNzI0IDQ1OC41NDRMNTExLjMyNyA0NDYuNDQ2QzUxMS44MyA0NDYuMTY0IDUxMi4zODIgNDQ1Ljk3OCA1MTIuOTU0IDQ0NS44OThMNTU2LjgyMSA0MzkuNzU3TDU5Ni43NjUgMzk4LjE0OEw1NzguNDY5IDM5MS4xMTFMNTU3LjY1IDQwOC41OTlDNTU2LjgxMyA0MDkuMzAzIDU1NS43NTQgNDA5LjY4OSA1NTQuNjU5IDQwOS42ODlINTIxLjI2NUM1MTkuNjgyIDQwOS42ODkgNTE4LjIwOSA0MDguODg0IDUxNy4zNTMgNDA3LjU1M0w1MTEuNDEyIDM5OC4zMTJDNTA5LjYxOSAzOTUuNTIyIDUxMS4yMzIgMzkxLjk1MyA1MTQuMjYzIDM5MS4xODJDNTE5Ljc4NSAzODkuNzc3IDUyNy4wNTQgMzg3LjAyOSA1MzMuMTIzIDM4Mi43ODJDNTM5LjIwNSAzNzguNTI2IDU0My43NjYgMzczLjAwMSA1NDQuNjMyIDM2Ni4wNzdDNTQ1LjkzNSAzNTUuNjUzIDU0NC42MTQgMzQ0LjIxOSA1NDAuMDIyIDMzNC43MTRDNTM1LjQ2MSAzMjUuMjc0IDUyNy42OTMgMzE3Ljc0MyA1MTUuOTE4IDMxNC43OTlDNTAzLjcyNiAzMTEuNzUxIDQ5MC45MzkgMzEyLjIwOSA0ODAuNTI5IDMxNS44NThaIiBmaWxsPSIjMTQwMDRCIi8+DQo8L2c+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYwNy40OTkgNTAwLjcyNUM3MjEuNTQ2IDUwMC43MjUgODEzLjk5OSA0MDguMjcyIDgxMy45OTkgMjk0LjIyNUM4MTMuOTk5IDE4MC4xNzggNzIxLjU0NiA4Ny43MjUxIDYwNy40OTkgODcuNzI1MUM0OTMuNDUyIDg3LjcyNTEgNDAwLjk5OSAxODAuMTc4IDQwMC45OTkgMjk0LjIyNUM0MDAuOTk5IDQwOC4yNzIgNDkzLjQ1MiA1MDAuNzI1IDYwNy40OTkgNTAwLjcyNVpNNjA3LjQ5OSA1MDQuNzI1QzcyMy43NTUgNTA0LjcyNSA4MTcuOTk5IDQxMC40ODEgODE3Ljk5OSAyOTQuMjI1QzgxNy45OTkgMTc3Ljk2OSA3MjMuNzU1IDgzLjcyNTEgNjA3LjQ5OSA4My43MjUxQzQ5MS4yNDMgODMuNzI1MSAzOTYuOTk5IDE3Ny45NjkgMzk2Ljk5OSAyOTQuMjI1QzM5Ni45OTkgNDEwLjQ4MSA0OTEuMjQzIDUwNC43MjUgNjA3LjQ5OSA1MDQuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NzkuNTgyIDcyLjYyMThDNjI5Ljg3OSA2NS4xODQ0IDY4NC43MTEgNzMuNDk0MSA3MzEuNzI5IDExMC4xNDhDNzk1LjE1OSAxNTkuNTk2IDgyMC4yMzYgMjA1LjQ4NyA4MjguMzc3IDI0Ni4zNzVDODM1LjAxOSAyNzkuNzM1IDgzMC4zMjkgMzA5LjY2MyA4MjYuMzcyIDMzNC45MkM4MjUuNDk2IDM0MC41MDkgODI0LjY1NiAzNDUuODY4IDgyMy45ODMgMzUwLjk4NkM4MjIuMDQ4IDM2NS42ODkgODEyLjEgMzg4Ljg0MSA3OTUuMjM3IDQxMy4xMzlDNzc4LjMzNCA0MzcuNDkzIDc1NC4zNDQgNDYzLjIwNCA3MjQuMDkzIDQ4Mi45NjJDNjkzLjgzMSA1MDIuNzI3IDY1Ny4yNzggNTE2LjU0OCA2MTUuMzA1IDUxNy4wNDVDNTczLjMyNSA1MTcuNTQzIDUyNi4wNyA1MDQuNzExIDQ3NC40MTYgNDcxLjQwNkMzNTYuMzY5IDM5NS4yOTMgMzU0LjUgMjE5Ljk1IDQ1NC4xNTcgMTI5Ljc0M0M0ODMuNDU3IDEwMy4yMjIgNTI5LjMyNCA4MC4wNTM0IDU3OS41ODIgNzIuNjIxOFpNNTgwLjE2NyA3Ni41Nzg3QzUzMC42NzUgODMuODk3MSA0ODUuNTQzIDEwNi43MjkgNDU2Ljg0MiAxMzIuNzA4QzM1OC44ODEgMjIxLjM4IDM2MS4wMjggMzkzLjUzOCA0NzYuNTgzIDQ2OC4wNDRDNTI3LjY3OSA1MDAuOTg5IDU3NC4xNzUgNTEzLjUzMyA2MTUuMjU3IDUxMy4wNDZDNjU2LjM0NiA1MTIuNTU5IDY5Mi4xNjggNDk5LjAzNiA3MjEuOTA2IDQ3OS42MTNDNzUxLjY1NSA0NjAuMTgzIDc3NS4yOSA0MzQuODY0IDc5MS45NSA0MTAuODU4QzgwOC42NSAzODYuNzk3IDgxOC4yMDEgMzY0LjI2MSA4MjAuMDE3IDM1MC40NjRDODIwLjcxIDM0NS4xOTkgODIxLjU2NCAzMzkuNzM3IDgyMi40NDggMzM0LjA4QzgyNi4zOTQgMzA4Ljg0NCA4MzAuOTQ0IDI3OS43NDkgODI0LjQ1NCAyNDcuMTU2QzgxNi41MzkgMjA3LjQwNCA3OTIuMTE2IDE2Mi4yOTUgNzI5LjI3IDExMy4zMDNDNjgzLjI4OCA3Ny40NTYyIDYyOS42MjEgNjkuMjY2MSA1ODAuMTY3IDc2LjU3ODdaIiBmaWxsPSIjMTQwMDRCIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfNjA0Ml81MjQyNiI+DQo8cmVjdCB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=",self.location).href,i=t,{form:s,modelValue:c,total:d,layout:u,hasPagination:f}=e.toRefs(i),C=n,p=e.ref([]),M=L=>{p.value=L,C("selected-rows",p)},g=e.ref(null),{toggleRowSelection:m}=e.toRefs(i);e.watch(m,L=>{L.length>0&&(L.forEach(x=>{g.value.toggleRowSelection(x)}),C("update:toggleRowSelection",[])),p.value=g.value.getSelectionRows()});const _=()=>{const{pageSize:L,pageNumber:x}=s.value,{length:b}=c.value;let E=L*x;const k=E-L+1;return b<L&&(E+=b-L),E>d.value&&(E=d.value),d.value?`Отображены записи ${k} - ${E} из ${d.value}`:"Нет данных для отображения"},y=L=>C("action",{...s.value,pageSize:L}),w=L=>C("action",{...s.value,pageNumber:L});return(L,x)=>{const b=tP,E=zB;return e.openBlock(),e.createElementBlock("div",NF,[e.createVNode(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(b,e.mergeProps({ref_key:"plTable",ref:g,data:e.unref(c)},e.unref(o),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(L.$slots,"empty",{},()=>[e.createElementVNode("div",bF,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(r),alt:"no data image"},null,8,DF),e.createElementVNode("span",kF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(L.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",LF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(ao)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(ao)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||i.showSelected]]),e.createVNode(E,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":x[0]||(x[0]=k=>e.unref(s).pageNumber=k),"page-size":e.unref(s).pageSize,"page-sizes":t.pageSizes,layout:e.unref(u),total:e.unref(d),"hide-on-single-page":t.hideOnSinglePage,onSizeChange:y,onCurrentChange:w},{default:e.withCtx(()=>[t.isTotalVisible&&e.unref(u).includes("slot")?(e.openBlock(),e.createElementBlock("span",xF,e.toDisplayString(_()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(L.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}}),cge="",vF={key:0},SF={key:1},$F={key:2},TF={key:3},jF=Object.assign({name:"PlTableColumn"},{props:{type:{type:String,default:"text",validator(t){return t!="text"||t!="date"||t!="currency"||t!="custom"}},label:{type:String,required:!0,default:""},prop:{type:String,required:!0,default:""}},setup(t){const n=r=>r?new Date(r).toLocaleDateString():"",o=r=>(r||(r=0),r.toLocaleString("ru-RU",{style:"currency",currency:"RUB"}));return(r,i)=>{const s=nP;return e.openBlock(),e.createBlock(s,{prop:t.prop,label:t.label},{default:e.withCtx(({row:c})=>[t.type=="currency"?(e.openBlock(),e.createElementBlock("span",vF,e.toDisplayString(o(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",SF,e.toDisplayString(n(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",$F,e.toDisplayString(c[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",TF,[e.renderSlot(r.$slots,"default",{row:c})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),OF={install(t){t.component("PlTable",EF),t.component("PlTableColumn",jF)}},VF={class:"table-row"},IF={class:"d-grid flex-grow-1 py-md-4 row-gap-md-6"},zF={key:0,class:"d-flex align-content-start gap-4"},BF={class:"flex-grow-1"},AF={key:0,class:"table-cell pr-10"},PF={key:0,style:{width:"140px"}},HF={class:"flex-md-grow-1"},ZF={key:2},ou=e.defineComponent({__name:"row-mask",props:{isSelectable:{type:Boolean,default:!1},tableStyle:{default:()=>({})},headers:{default:()=>[]},mobileTop:{default:!1},mobileBottom:{default:!1}},setup(t){const{width:n}=Ht(),o=t;return(r,i)=>(e.openBlock(),e.createElementBlock("div",VF,[e.createElementVNode("div",IF,[e.unref(n)<=730&&o.mobileTop?(e.openBlock(),e.createElementBlock("div",zF,[o.isSelectable?(e.openBlock(),e.createBlock(co,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",BF,[e.createVNode(co,{variant:"p",width:"70%"})])])):e.createCommentVNode("",!0),o.headers.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(o.tableStyle)},[o.isSelectable&&e.unref(n)>730?(e.openBlock(),e.createElementBlock("div",AF,[e.createVNode(co,{width:"20px",height:"20px",variant:"button"})])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.headers,(s,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"table-cell"},[e.unref(n)<=730&&(s!=null&&s.label)?(e.openBlock(),e.createElementBlock("div",PF,[e.createVNode(co,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",HF,[e.createVNode(co,{variant:"p",width:`${e.unref(n)>730&&(s!=null&&s.maxWidthContent)?s.maxWidthContent:"70%"}`,class:e.normalizeClass({"ml-auto":e.unref(n)<=730})},null,8,["width","class"])])]))),128))],4)):e.createCommentVNode("",!0),e.unref(n)<=730&&o.mobileBottom?(e.openBlock(),e.createElementBlock("div",ZF,[e.createVNode(co,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Jl={exports:{}};Jl.exports,function(t,n){var o=200,r="__lodash_hash_undefined__",i=1,s=2,c=9007199254740991,d="[object Arguments]",u="[object Array]",f="[object AsyncFunction]",C="[object Boolean]",p="[object Date]",M="[object Error]",g="[object Function]",m="[object GeneratorFunction]",_="[object Map]",y="[object Number]",w="[object Null]",L="[object Object]",x="[object Promise]",b="[object Proxy]",E="[object RegExp]",k="[object Set]",D="[object String]",v="[object Symbol]",j="[object Undefined]",T="[object WeakMap]",S="[object ArrayBuffer]",P="[object DataView]",I="[object Float32Array]",W="[object Float64Array]",Q="[object Int8Array]",U="[object Int16Array]",V="[object Int32Array]",R="[object Uint8Array]",z="[object Uint8ClampedArray]",H="[object Uint16Array]",G="[object Uint32Array]",A=/[\\^$.*+?()[\]{}|]/g,X=/^\[object .+?Constructor\]$/,ce=/^(?:0|[1-9]\d*)$/,de={};de[I]=de[W]=de[Q]=de[U]=de[V]=de[R]=de[z]=de[H]=de[G]=!0,de[d]=de[u]=de[S]=de[C]=de[P]=de[p]=de[M]=de[g]=de[_]=de[y]=de[L]=de[E]=de[k]=de[D]=de[T]=!1;var Ne=typeof L1=="object"&&L1&&L1.Object===Object&&L1,he=typeof self=="object"&&self&&self.Object===Object&&self,ae=Ne||he||Function("return this")(),pe=n&&!n.nodeType&&n,De=pe&&!0&&t&&!t.nodeType&&t,Oe=De&&De.exports===pe,Be=Oe&&Ne.process,ve=function(){try{return Be&&Be.binding&&Be.binding("util")}catch{}}(),je=ve&&ve.isTypedArray;function He(Z,ne){for(var be=-1,Ve=Z==null?0:Z.length,b1=0,e1=[];++be<Ve;){var T1=Z[be];ne(T1,be,Z)&&(e1[b1++]=T1)}return e1}function Ae(Z,ne){for(var be=-1,Ve=ne.length,b1=Z.length;++be<Ve;)Z[b1+be]=ne[be];return Z}function Ke(Z,ne){for(var be=-1,Ve=Z==null?0:Z.length;++be<Ve;)if(ne(Z[be],be,Z))return!0;return!1}function c1(Z,ne){for(var be=-1,Ve=Array(Z);++be<Z;)Ve[be]=ne(be);return Ve}function d1(Z){return function(ne){return Z(ne)}}function $e(Z,ne){return Z.has(ne)}function Je(Z,ne){return Z==null?void 0:Z[ne]}function r1(Z){var ne=-1,be=Array(Z.size);return Z.forEach(function(Ve,b1){be[++ne]=[b1,Ve]}),be}function n1(Z,ne){return function(be){return Z(ne(be))}}function me(Z){var ne=-1,be=Array(Z.size);return Z.forEach(function(Ve){be[++ne]=Ve}),be}var ze=Array.prototype,_e=Function.prototype,oe=Object.prototype,we=ae["__core-js_shared__"],re=_e.toString,J=oe.hasOwnProperty,ie=function(){var Z=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||"");return Z?"Symbol(src)_1."+Z:""}(),Ee=oe.toString,ee=RegExp("^"+re.call(J).replace(A,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ce=Oe?ae.Buffer:void 0,Y=ae.Symbol,Le=ae.Uint8Array,K=oe.propertyIsEnumerable,fe=ze.splice,Se=Y?Y.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Qe=Ce?Ce.isBuffer:void 0,f1=n1(Object.keys,Object),pt=Zt(ae,"DataView"),_1=Zt(ae,"Map"),I1=Zt(ae,"Promise"),bn=Zt(ae,"Set"),r3=Zt(ae,"WeakMap"),uo=Zt(Object,"create"),as=G2(pt),cs=G2(_1),hr=G2(I1),ds=G2(bn),Cr=G2(r3),e0=Y?Y.prototype:void 0,gr=e0?e0.valueOf:void 0;function F2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function us(){this.__data__=uo?uo(null):{},this.size=0}function fs(Z){var ne=this.has(Z)&&delete this.__data__[Z];return this.size-=ne?1:0,ne}function ps(Z){var ne=this.__data__;if(uo){var be=ne[Z];return be===r?void 0:be}return J.call(ne,Z)?ne[Z]:void 0}function hs(Z){var ne=this.__data__;return uo?ne[Z]!==void 0:J.call(ne,Z)}function Cs(Z,ne){var be=this.__data__;return this.size+=this.has(Z)?0:1,be[Z]=uo&&ne===void 0?r:ne,this}F2.prototype.clear=us,F2.prototype.delete=fs,F2.prototype.get=ps,F2.prototype.has=hs,F2.prototype.set=Cs;function e2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function gs(){this.__data__=[],this.size=0}function ms(Z){var ne=this.__data__,be=fo(ne,Z);if(be<0)return!1;var Ve=ne.length-1;return be==Ve?ne.pop():fe.call(ne,be,1),--this.size,!0}function _s(Z){var ne=this.__data__,be=fo(ne,Z);return be<0?void 0:ne[be][1]}function Ms(Z){return fo(this.__data__,Z)>-1}function ys(Z,ne){var be=this.__data__,Ve=fo(be,Z);return Ve<0?(++this.size,be.push([Z,ne])):be[Ve][1]=ne,this}e2.prototype.clear=gs,e2.prototype.delete=ms,e2.prototype.get=_s,e2.prototype.has=Ms,e2.prototype.set=ys;function W2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function l3(){this.size=0,this.__data__={hash:new F2,map:new(_1||e2),string:new F2}}function ws(Z){var ne=Dn(this,Z).delete(Z);return this.size-=ne?1:0,ne}function i3(Z){return Dn(this,Z).get(Z)}function Ns(Z){return Dn(this,Z).has(Z)}function bs(Z,ne){var be=Dn(this,Z),Ve=be.size;return be.set(Z,ne),this.size+=be.size==Ve?0:1,this}W2.prototype.clear=l3,W2.prototype.delete=ws,W2.prototype.get=i3,W2.prototype.has=Ns,W2.prototype.set=bs;function s3(Z){var ne=-1,be=Z==null?0:Z.length;for(this.__data__=new W2;++ne<be;)this.add(Z[ne])}function t0(Z){return this.__data__.set(Z,r),this}function n0(Z){return this.__data__.has(Z)}s3.prototype.add=s3.prototype.push=t0,s3.prototype.has=n0;function _2(Z){var ne=this.__data__=new e2(Z);this.size=ne.size}function Ds(){this.__data__=new e2,this.size=0}function ks(Z){var ne=this.__data__,be=ne.delete(Z);return this.size=ne.size,be}function Ls(Z){return this.__data__.get(Z)}function xs(Z){return this.__data__.has(Z)}function o0(Z,ne){var be=this.__data__;if(be instanceof e2){var Ve=be.__data__;if(!_1||Ve.length<o-1)return Ve.push([Z,ne]),this.size=++be.size,this;be=this.__data__=new W2(Ve)}return be.set(Z,ne),this.size=be.size,this}_2.prototype.clear=Ds,_2.prototype.delete=ks,_2.prototype.get=Ls,_2.prototype.has=xs,_2.prototype.set=o0;function r0(Z,ne){var be=d3(Z),Ve=!be&&g0(Z),b1=!be&&!Ve&&Mr(Z),e1=!be&&!Ve&&!b1&&M0(Z),T1=be||Ve||b1||e1,W1=T1?c1(Z.length,String):[],p1=W1.length;for(var D1 in Z)(ne||J.call(Z,D1))&&!(T1&&(D1=="length"||b1&&(D1=="offset"||D1=="parent")||e1&&(D1=="buffer"||D1=="byteLength"||D1=="byteOffset")||u0(D1,p1)))&&W1.push(D1);return W1}function fo(Z,ne){for(var be=Z.length;be--;)if(C0(Z[be][0],ne))return be;return-1}function mr(Z,ne,be){var Ve=ne(Z);return d3(Z)?Ve:Ae(Ve,be(Z))}function po(Z){return Z==null?Z===void 0?j:w:Se&&Se in Object(Z)?c0(Z):Ss(Z)}function _r(Z){return Co(Z)&&po(Z)==d}function ho(Z,ne,be,Ve,b1){return Z===ne?!0:Z==null||ne==null||!Co(Z)&&!Co(ne)?Z!==Z&&ne!==ne:l0(Z,ne,be,Ve,ho,b1)}function l0(Z,ne,be,Ve,b1,e1){var T1=d3(Z),W1=d3(ne),p1=T1?u:j2(Z),D1=W1?u:j2(ne);p1=p1==d?L:p1,D1=D1==d?L:D1;var Y1=p1==L,$t=D1==L,G1=p1==D1;if(G1&&Mr(Z)){if(!Mr(ne))return!1;T1=!0,Y1=!1}if(G1&&!Y1)return e1||(e1=new _2),T1||M0(Z)?a3(Z,ne,be,Ve,b1,e1):vs(Z,ne,p1,be,Ve,b1,e1);if(!(be&i)){var j1=Y1&&J.call(Z,"__wrapped__"),Mt=$t&&J.call(ne,"__wrapped__");if(j1||Mt){var M2=j1?Z.value():Z,t2=Mt?ne.value():ne;return e1||(e1=new _2),b1(M2,t2,be,Ve,e1)}}return G1?(e1||(e1=new _2),a0(Z,ne,be,Ve,b1,e1)):!1}function Es(Z){if(!_0(Z)||p0(Z))return!1;var ne=u3(Z)?ee:X;return ne.test(G2(Z))}function i0(Z){return Co(Z)&&m0(Z.length)&&!!de[po(Z)]}function s0(Z){if(!h0(Z))return f1(Z);var ne=[];for(var be in Object(Z))J.call(Z,be)&&be!="constructor"&&ne.push(be);return ne}function a3(Z,ne,be,Ve,b1,e1){var T1=be&i,W1=Z.length,p1=ne.length;if(W1!=p1&&!(T1&&p1>W1))return!1;var D1=e1.get(Z);if(D1&&e1.get(ne))return D1==ne;var Y1=-1,$t=!0,G1=be&s?new s3:void 0;for(e1.set(Z,ne),e1.set(ne,Z);++Y1<W1;){var j1=Z[Y1],Mt=ne[Y1];if(Ve)var M2=T1?Ve(Mt,j1,Y1,ne,Z,e1):Ve(j1,Mt,Y1,Z,ne,e1);if(M2!==void 0){if(M2)continue;$t=!1;break}if(G1){if(!Ke(ne,function(t2,O2){if(!$e(G1,O2)&&(j1===t2||b1(j1,t2,be,Ve,e1)))return G1.push(O2)})){$t=!1;break}}else if(!(j1===Mt||b1(j1,Mt,be,Ve,e1))){$t=!1;break}}return e1.delete(Z),e1.delete(ne),$t}function vs(Z,ne,be,Ve,b1,e1,T1){switch(be){case P:if(Z.byteLength!=ne.byteLength||Z.byteOffset!=ne.byteOffset)return!1;Z=Z.buffer,ne=ne.buffer;case S:return!(Z.byteLength!=ne.byteLength||!e1(new Le(Z),new Le(ne)));case C:case p:case y:return C0(+Z,+ne);case M:return Z.name==ne.name&&Z.message==ne.message;case E:case D:return Z==ne+"";case _:var W1=r1;case k:var p1=Ve&i;if(W1||(W1=me),Z.size!=ne.size&&!p1)return!1;var D1=T1.get(Z);if(D1)return D1==ne;Ve|=s,T1.set(Z,ne);var Y1=a3(W1(Z),W1(ne),Ve,b1,e1,T1);return T1.delete(Z),Y1;case v:if(gr)return gr.call(Z)==gr.call(ne)}return!1}function a0(Z,ne,be,Ve,b1,e1){var T1=be&i,W1=c3(Z),p1=W1.length,D1=c3(ne),Y1=D1.length;if(p1!=Y1&&!T1)return!1;for(var $t=p1;$t--;){var G1=W1[$t];if(!(T1?G1 in ne:J.call(ne,G1)))return!1}var j1=e1.get(Z);if(j1&&e1.get(ne))return j1==ne;var Mt=!0;e1.set(Z,ne),e1.set(ne,Z);for(var M2=T1;++$t<p1;){G1=W1[$t];var t2=Z[G1],O2=ne[G1];if(Ve)var yr=T1?Ve(O2,t2,G1,ne,Z,e1):Ve(t2,O2,G1,Z,ne,e1);if(!(yr===void 0?t2===O2||b1(t2,O2,be,Ve,e1):yr)){Mt=!1;break}M2||(M2=G1=="constructor")}if(Mt&&!M2){var go=Z.constructor,tt=ne.constructor;go!=tt&&"constructor"in Z&&"constructor"in ne&&!(typeof go=="function"&&go instanceof go&&typeof tt=="function"&&tt instanceof tt)&&(Mt=!1)}return e1.delete(Z),e1.delete(ne),Mt}function c3(Z){return mr(Z,js,d0)}function Dn(Z,ne){var be=Z.__data__;return f0(ne)?be[typeof ne=="string"?"string":"hash"]:be.map}function Zt(Z,ne){var be=Je(Z,ne);return Es(be)?be:void 0}function c0(Z){var ne=J.call(Z,Se),be=Z[Se];try{Z[Se]=void 0;var Ve=!0}catch{}var b1=Ee.call(Z);return Ve&&(ne?Z[Se]=be:delete Z[Se]),b1}var d0=Ge?function(Z){return Z==null?[]:(Z=Object(Z),He(Ge(Z),function(ne){return K.call(Z,ne)}))}:N1,j2=po;(pt&&j2(new pt(new ArrayBuffer(1)))!=P||_1&&j2(new _1)!=_||I1&&j2(I1.resolve())!=x||bn&&j2(new bn)!=k||r3&&j2(new r3)!=T)&&(j2=function(Z){var ne=po(Z),be=ne==L?Z.constructor:void 0,Ve=be?G2(be):"";if(Ve)switch(Ve){case as:return P;case cs:return _;case hr:return x;case ds:return k;case Cr:return T}return ne});function u0(Z,ne){return ne=ne??c,!!ne&&(typeof Z=="number"||ce.test(Z))&&Z>-1&&Z%1==0&&Z<ne}function f0(Z){var ne=typeof Z;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Z!=="__proto__":Z===null}function p0(Z){return!!ie&&ie in Z}function h0(Z){var ne=Z&&Z.constructor,be=typeof ne=="function"&&ne.prototype||oe;return Z===be}function Ss(Z){return Ee.call(Z)}function G2(Z){if(Z!=null){try{return re.call(Z)}catch{}try{return Z+""}catch{}}return""}function C0(Z,ne){return Z===ne||Z!==Z&&ne!==ne}var g0=_r(function(){return arguments}())?_r:function(Z){return Co(Z)&&J.call(Z,"callee")&&!K.call(Z,"callee")},d3=Array.isArray;function $s(Z){return Z!=null&&m0(Z.length)&&!u3(Z)}var Mr=Qe||y1;function Ts(Z,ne){return ho(Z,ne)}function u3(Z){if(!_0(Z))return!1;var ne=po(Z);return ne==g||ne==m||ne==f||ne==b}function m0(Z){return typeof Z=="number"&&Z>-1&&Z%1==0&&Z<=c}function _0(Z){var ne=typeof Z;return Z!=null&&(ne=="object"||ne=="function")}function Co(Z){return Z!=null&&typeof Z=="object"}var M0=je?d1(je):i0;function js(Z){return $s(Z)?r0(Z):s0(Z)}function N1(){return[]}function y1(){return!1}t.exports=Ts}(Jl,Jl.exports);var UF=Jl.exports;const ru=X1(UF),QF={key:0},YF={key:0,class:"px-4"},RF={key:1,class:"px-4"},FF={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},WF={key:0,class:"table-cell pr-10",role:"columnheader"},GF=e.createElementVNode("div",{class:"divider"},null,-1),qF={class:"table-body"},KF={key:0,class:"py-6"},JF=[e.createElementVNode("div",{class:"divider"},null,-1)],XF={class:"no-data-container"},eW={"data-testid":"table-body",class:"table-body mt-md-0",role:"rowgroup"},tW={class:"d-grid flex-grow-1 row-gap-md-6 py-md-4"},nW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},oW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},rW={key:2,role:"cell"},lW={key:0,class:"prevent-click py-6"},iW=[e.createElementVNode("div",{class:"divider"},null,-1)],sW=e.defineComponent({__name:"pl-table-plus",props:{headers:{default:()=>[]},hideHeadersOnMobile:{default:()=>[]},rows:{default:()=>[]},isLoading:{type:Boolean,default:!1},withHover:{type:Boolean},isSelectable:{type:Boolean,default:!1},selectedRows:{default:()=>[]},uniqKey:{default:""},defaultWrapperWidth:{default:null}},emits:["infiniteScroll","update:selectedRows","rowClick"],setup(t,{expose:n,emit:o}){const r=o,i=t,{width:s}=Ht(),c=e.useSlots(),d=e.ref({}),u=e.ref(),f=e.computed(()=>i.isLoading),C=e.ref(!0),p=e.computed({get:()=>i.selectedRows,set:S=>r("update:selectedRows",S)}),M=e.computed(()=>{const S={};return i.rows.forEach((P,I)=>{const W=i.uniqKey?P[i.uniqKey]:I;S[W]=P}),S}),g=()=>{d.value={}},m=()=>{i.rows.forEach((S,P)=>{const I=i.uniqKey?S[i.uniqKey]:P;d.value[I]=!0})},_=e.ref(!1),y=e.computed(()=>Object.values(p.value).map(S=>S).length),w=e.computed(()=>s.value<=730?i.headers.filter(S=>!i.hideHeadersOnMobile.includes(S.key)):i.headers),L=e.ref(1),x=e.computed(()=>{let S=i.isSelectable?"60px":"";return w.value.forEach(P=>{let I="1fr";P!=null&&P.width&&typeof P.width=="number"&&(I=`${100/L.value*P.width}%`),S+=` ${I}`}),s.value<=730?{}:{"grid-template-columns":S}}),b=()=>{r("infiniteScroll")},E=()=>{D.value=!0,_.value=!0},k=()=>{g()},D=e.ref(!1),v=()=>{D.value=!0},j=(S,P)=>{var I,W;(W=(I=S.target).closest)!=null&&W.call(I,".prevent-click")||r("rowClick",P)};e.watch(_,S=>{D.value&&(S?m():g()),D.value=!1}),e.watch(d,()=>{setTimeout(()=>{const S=[];for(const P in d.value)d.value[P]&&S.push(M.value[P]);_.value=!!i.rows.length&&S.length===i.rows.length,!ru(p.value,S)&&(p.value=S)})},{deep:!0}),e.watch(p,(S,P)=>{if(ru(S,P))return;const I={};S.forEach((W,Q)=>{const U=i.uniqKey?W[i.uniqKey]:Q;I[U]=!0}),d.value=I},{deep:!0,immediate:!0}),e.watch(f,S=>{C.value&&(S||(C.value=!1))},{immediate:!0});const T=()=>{const{width:S}=u.value.getBoundingClientRect(),P=i.defaultWrapperWidth||S;L.value=P-32};return e.watch(s,()=>{T()}),e.onMounted(()=>{T()}),n({resetSelectedRows:k,selectAllRows:E}),(S,P)=>{const I=e.resolveDirective("tap"),W=e.resolveDirective("pl-infinite-scroll");return e.openBlock(),e.createElementBlock("div",{id:"lk-table",ref_key:"wrapper",ref:u,"data-testid":"table-main",role:"table"},[e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",QF,[C.value?(e.openBlock(),e.createElementBlock("div",YF,[e.createVNode(ou,{"is-selectable":!!S.isSelectable,headers:w.value,"table-style":x.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",RF,[e.createElementVNode("div",FF,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(x.value),role:"row"},[S.isSelectable?(e.openBlock(),e.createElementBlock("div",WF,[e.createVNode(ur,{modelValue:_.value,"onUpdate:modelValue":P[0]||(P[0]=Q=>_.value=Q),disabled:f.value||!i.rows.length,"is-indeterminate":!!y.value,size:"small",onMousedown:v},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(Q,U)=>(e.openBlock(),e.createElementBlock("div",{key:U+"headerCell",class:"table-cell",role:"columnheader"},[e.createVNode(wn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Q.label),1)]),_:2},1024)]))),128))],4)])])),GF])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",qF,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.rows.length||5,(Q,U)=>(e.openBlock(),e.createElementBlock("div",{key:Q+"skeletonRow"},[e.createVNode(ou,{"is-selectable":!!S.isSelectable,headers:w.value,"table-style":x.value,"mobile-bottom":e.unref(c).mobileBottom,"mobile-top":e.unref(c).mobileTop},null,8,["is-selectable","headers","table-style","mobile-bottom","mobile-top"]),e.unref(s)<=730&&U<S.rows.length-1?(e.openBlock(),e.createElementBlock("div",KF,JF)):e.createCommentVNode("",!0)]))),128))],512),[[e.vShow,f.value]]),e.withDirectives(e.createElementVNode("div",XF,[e.renderSlot(S.$slots,"noDataContainer")],512),[[e.vShow,!f.value&&e.unref(c).noDataContainer&&!S.rows.length]]),e.withDirectives((e.openBlock(),e.createElementBlock("div",eW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.rows,(Q,U)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(Q==null?void 0:Q[S.uniqKey])||U+"tableRow",class:e.normalizeClass([{"with-hover":S.withHover&&e.unref(s)>730},"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",tW,[e.unref(s)<=730&&e.unref(c).mobileTop?(e.openBlock(),e.createElementBlock("div",nW,[S.isSelectable?(e.openBlock(),e.createBlock(ur,{key:0,modelValue:d.value[(Q==null?void 0:Q[S.uniqKey])||U],"onUpdate:modelValue":V=>d.value[(Q==null?void 0:Q[S.uniqKey])||U]=V,size:"small"},null,8,["modelValue","onUpdate:modelValue"])):e.createCommentVNode("",!0),e.renderSlot(S.$slots,"mobileTop",{row:Q})])):e.createCommentVNode("",!0),w.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(x.value)},[S.isSelectable&&e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",oW,[e.createVNode(ur,{modelValue:d.value[(Q==null?void 0:Q[S.uniqKey])||U],"onUpdate:modelValue":V=>d.value[(Q==null?void 0:Q[S.uniqKey])||U]=V,size:"small"},null,8,["modelValue","onUpdate:modelValue"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,R)=>(e.openBlock(),e.createElementBlock("div",{key:R+"tableCell","data-testid":"table-cell",class:"table-cell",role:"cell"},[e.unref(s)<=730&&(V!=null&&V.label)?(e.openBlock(),e.createBlock(wn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(s)>730?V.maxWidthContent:"100%"}`)},[e.renderSlot(S.$slots,V.key,{row:Q},()=>[e.createTextVNode(e.toDisplayString(Q[V.label]),1)])],4)]))),128))],4)):e.createCommentVNode("",!0),e.unref(s)<=730&&e.unref(c).mobileBottom?(e.openBlock(),e.createElementBlock("div",rW,[e.renderSlot(S.$slots,"mobileBottom",{row:Q})])):e.createCommentVNode("",!0)]),e.unref(s)<=730&&U<S.rows.length-1?(e.openBlock(),e.createElementBlock("div",lW,iW)):e.createCommentVNode("",!0)],2)),[[I,V=>j(V,Q)]])),128))])),[[e.vShow,!f.value&&S.rows.length],[W,b]])],512)}}}),pge="",aW={install(t){t.component("PlTablePlus",sW)}},cW={class:"pl-counter__inner"},dW=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-counter__container",{active:n.active}])},[e.createElementVNode("div",cW,[e.renderSlot(o.$slots,"default",{},void 0,!0)])],2))}}),hge="",uW=ut(dW,[["__scopeId","data-v-13f82ff3"]]),fW=t=>(e.pushScopeId("data-v-b2e2bd4f"),t=t(),e.popScopeId(),t),pW={class:"pl-tab__content"},hW={class:"pl-tab__content-text"},CW={key:0,class:"pl-tab__content-suffix"},gW=fW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),mW=e.defineComponent({__name:"pl-tab",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null}},setup(t){const n=t,o=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-interactive)":"var(--color-text-icons-secondary)");return(r,i)=>n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab__container",{disabled:n.disabled},{active:n.active}])},[e.createElementVNode("div",pW,[e.createElementVNode("span",hW,e.toDisplayString(n.label),1),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",CW,[n.icon?(e.openBlock(),e.createBlock(C1,{key:0,name:n.icon,color:o.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(uW,{key:1,active:n.active},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.counter),1)]),_:1},8,["active"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(["pl-tab__indicator",{active:n.active}])},null,2),gW],2)):e.createCommentVNode("",!0)}}),Cge="",_W=ut(mW,[["__scopeId","data-v-b2e2bd4f"]]),MW=t=>(e.pushScopeId("data-v-9ab90728"),t=t(),e.popScopeId(),t),yW={class:"pl-tab-container"},wW=MW(()=>e.createElementVNode("div",{class:"pl-tab-divider"},null,-1)),NW=e.defineComponent({__name:"pl-tabs",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},keepAlive:{type:Boolean,default:!1},name:{}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,{keepAlive:r}=e.toRefs(o),i=e.useSlots(),s=e.computed(()=>{const M=i.default();return Array.isArray(M[0].children)?M[0].children.map(g=>g.props):i.default().map(g=>g.props)}),c=e.ref(null),d=async(M,g)=>{const m=await Promise.all(M.map(g));return M.filter((_,y)=>m[y])[0]},u=async M=>{var g;return o.modelValue===((g=M.props)==null?void 0:g.name)},f=async()=>{Array.isArray(i.default()[0].children)?c.value=await d(i.default()[0].children,u):c.value=await d(i.default(),u)};e.watch(()=>o.modelValue,async()=>{await f()}),e.onMounted(async()=>{await f()});const C=n,p=M=>{M.disabled||C("update:modelValue",M.name)};return(M,g)=>{var _;const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",yW,[e.createElementVNode("div",{class:e.normalizeClass(["pl-tab-nav el-scrollbar__wrap el-scrollbar__wrap--hidden-default scrollbar-flex-content el-scrollbar__view",o.navClass])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,y=>e.withDirectives((e.openBlock(),e.createBlock(_W,{key:y==null?void 0:y.name,label:y==null?void 0:y.label,active:o.modelValue===(y==null?void 0:y.name),icon:y==null?void 0:y.icon,disabled:y==null?void 0:y.disabled,counter:y==null?void 0:y.counter,role:"tab"},null,8,["label","active","icon","disabled","counter"])),[[m,()=>p(y)]])),128)),wW],2),e.unref(r)?e.unref(r)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value),{key:(_=c.value)==null?void 0:_.props.name}))],1024))],2)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2))])}}}),gge="",bW=ut(NW,[["__scopeId","data-v-9ab90728"]]),DW={install(t){t.component("PlTabs",bW)}},kW=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),LW=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h2-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),xW=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),EW=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h4-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),vW=e.defineComponent({__name:"pl-title2",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),SW=e.defineComponent({__name:"pl-title3",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),$W=e.defineComponent({__name:"pl-sub1",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),TW=e.defineComponent({__name:"pl-btn1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-1",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),lu=e.defineComponent({__name:"pl-btn2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-2",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),jW=e.defineComponent({__name:"pl-btn3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-3",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),OW=e.defineComponent({__name:"pl-body1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b1-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),VW=e.defineComponent({__name:"pl-body3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),IW=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),zW=e.defineComponent({__name:"pl-tag",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),BW=e.defineComponent({__name:"pl-system",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),AW={install(t){t.component("PlH1",kW),t.component("PlH2",LW),t.component("PlH3",xW),t.component("PlH4",EW),t.component("PlTitle1",Gi),t.component("PlTitle2",vW),t.component("PlTitle3",SW),t.component("PlSub1",$W),t.component("PlSub2",Ki),t.component("PlBtn1",TW),t.component("PlBtn2",lu),t.component("PlBtn3",jW),t.component("PlBody1",OW),t.component("PlBody2",wn),t.component("PlBody3",VW),t.component("PlBodyU",IW),t.component("PlCap",Gl),t.component("PlTag",zW),t.component("PlSystem",BW)}},PW={install(t){t.component("PlTooltip",ts)}},mge="",_ge="",Mge="",HW={class:"headers-elements"},ZW=e.createElementVNode("div",{class:"img"},null,-1),UW=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),QW={class:"pl-upload-plus__comment"},YW=Object.assign({name:"PlUpload"},{props:{drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},accept:{type:String,default:"doc, docx, pdf, jpeg, jpg, png, xlsx, xls, txt"},fileSize:{type:Number,default:20},modelValue:{type:Array,default:()=>[]},header:{type:Boolean,default:!0},main:{type:Boolean,default:!0},height:{type:String,default:"150"},limit:{type:Number,default:20},onPreview:{type:Function,default:()=>{}}},emits:["on-files-not-attached","on-file-not-accept","on-file-size-exceeded","on-file-empty","on-file-not-limit","on-change","on-preview","update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:C=>r("update:modelValue",C)}),s=e.ref(null),{limit:c,height:d}=e.toRefs(o),u=e.computed(()=>({"--pl-upload-height":/px|rem|em|%/.test(d.value)?d.value:`${d.value}px`})),f=(C,p)=>{if(!p.length){r("on-files-not-attached",C,p);return}if(p.length>c.value){p.splice(-1),r("on-file-not-limit",C,p);return}if(o.accept!=="any"||o.accept!=="любой"){const g=C.name.split("."),m=g[g.length-1].toLowerCase();if(o.accept.split(", ").indexOf(m)===-1){p.splice(-1),r("on-file-not-accept",C,p);return}}const M=C.size/1024/1024;if(M>o.fileSize){r("on-file-size-exceeded",C,p,o.fileSize),p.splice(-1);return}if(!M){r("on-file-empty",C),p.splice(-1);return}r("on-change",C,p),r("update:modelValue",p)};return(C,p)=>{const M=dd;return e.openBlock(),e.createBlock(M,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},C.$attrs,{"file-list":i.value,style:u.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:g})=>[e.renderSlot(C.$slots,"file",{file:g})]),default:e.withCtx(()=>[e.createElementVNode("div",HW,[t.header?e.renderSlot(C.$slots,"header",{key:0},()=>[ZW]):e.createCommentVNode("",!0),t.main?e.renderSlot(C.$slots,"main",{key:1},()=>[UW,e.createElementVNode("span",QW,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(C.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}}),RW={install(t){t.component("PlUpload",YW)}},wge="",FW={class:"headers-elements"},WW=e.createElementVNode("div",{class:"img"},null,-1),GW=Object.assign({name:"PlUploadLegacy"},{props:{requestConfig:{type:Object,default:null},responseKeys:{type:String,default:"result"},drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},buttonText:{type:String,default:"Выбрать файл..."},accept:{type:String,default:".doc, .docx, .pdf, .jpeg, .jpg, .png, .xlsx, .xls, .txt"},fileSize:{type:Number,default:20},modelValue:{type:Array,default:()=>[]},header:{type:Boolean,default:!0},main:{type:Boolean,default:!0},large:{type:Boolean,default:!1}},emits:["on-files-not-attached","on-file-not-accept","on-file-size-exceeded","on-file-empty","on-change","on-success","input","on-error"],setup(t,{emit:n}){const o=t,r=e.ref(!1),i=e.ref(!1),s=e.ref(o.modelValue),c=e.ref(null),{modelValue:d}=e.toRefs(o);e.watch(d,M=>{s.value=M});const u=n;e.onMounted(()=>{o.large&&c.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(M,g,m,_,y)=>g==="POST"?{url:M,method:g,data:m,headers:_,responseType:y}:{url:M,method:g,params:m,headers:_,responseType:y},C=M=>v6(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,g)=>{if(!g.length){u("on-files-not-attached",M,g);return}if(o.accept!=="any"||o.accept!=="любой"){const _=M.name.split("."),y="."+_[_.length-1].toLowerCase();if(o.accept.split(", ").indexOf(y)===-1){g.splice(-1),u("on-file-not-accept",M,g);return}}const m=M.size/1024/1024;if(m>o.fileSize){u("on-file-size-exceeded",M,g,o.fileSize),g.splice(-1);return}if(!m){u("on-file-empty",M),g.splice(-1);return}u("on-change",M,g),o.requestConfig&&(i.value=!0,r.value=!0,M&&new FormData().append("file",M.raw),C(this.requestConfig).then(_=>{const y=B2.get(_,self.responseKeys,_.data);u("on-success",y,M,g),y.success&&(g.forEach(w=>{w.status="success"}),u("input",g))}).catch(_=>{console.log(_,"error"),u("on-error",_,M,g)}).finally(()=>{this.loadingButton=!1,this.disabled=!1}))};return(M,g)=>{const m=nr,_=dd;return e.openBlock(),e.createBlock(_,e.mergeProps({ref_key:"el",ref:c,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},M.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:y})=>[e.renderSlot(M.$slots,"file",{file:y})]),default:e.withCtx(()=>[e.createElementVNode("div",FW,[t.header?e.renderSlot(M.$slots,"header",{key:0},()=>[WW]):e.createCommentVNode("",!0),t.main?e.renderSlot(M.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(t.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(t.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"button",{},()=>[e.createVNode(m,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}}),qW={install(t){t.component("PlUploadLegacy",GW)}},KW={key:0,class:"pb-1 ps-1 d-flex"},JW={class:"content"},XW=["prop","multiple"],eG={class:"pt-4"},tG={class:"pl-upload-card-container pr-3"},nG={class:"d-flex justify-content-between pb-2"},oG={class:"d-grid gap-1"},rG={class:"d-flex gap-1"},lG=e.defineComponent({__name:"pl-upload-plus",props:{multiple:{type:Boolean,default:!0},accept:{default:"doc, docx, pdf, jpeg, jpg, png, xlsx, xls, txt"},fileSize:{default:50},modelValue:{default:()=>[]},maxHeightScroll:{default:120},limit:{default:20},description:{default:"default"},disabled:{type:Boolean,default:!1},title:{default:""},helperText:{default:""},tooltip:{default:""},prop:{default:""},optional:{default:""}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:o}){const{width:r}=Ht(),i=t,{accept:s,fileSize:c,maxHeightScroll:d,modelValue:u,multiple:f,description:C,title:p,helperText:M,tooltip:g,limit:m,prop:_,optional:y}=e.toRefs(i),w=e.ref(!1);let L;const x=H=>{const{dataTransfer:G}=H;G&&G.types.includes("Files")&&(w.value=!0,clearTimeout(L),L=window.setTimeout(()=>{w.value=!1},100))},b=H=>{var de;const G=(de=H.name.split(".").pop())==null?void 0:de.toLowerCase(),{size:A}=H,X=!s.value.toLowerCase().split(", ").includes(G),ce=A>c.value*1024*1024||A===0;return X||ce?{name:H.name,size:A,error:{dist:X,size:ce}}:H},E=H=>H.error!==void 0&&(H.error.size||H.error.dist),k=H=>{const G=H.filter(X=>X.error.size);G.length>0&&sr.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${ao(G.length,["файла","файла","файлов"])}`});const A=H.filter(X=>X.error.dist);A.length>0&&sr.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${ao(A.length,["файла","файла","файлов"])}`})},D=`id-${Xt()}`,v=e.ref(null);e.onMounted(()=>{const H=document.getElementById(D);H&&(v.value=H.querySelector(".pl-upload-input"))});const j=H=>{const G=v.value;if(!G||!G.files)return;const A=new DataTransfer;Array.from(G.files).forEach(X=>{H.includes(X)||A.items.add(X)}),G.files=A.files},T=o,S=H=>{if(u.value.length+H.length>m.value){sr.error({title:"Ошибка загрузки файлов",message:`Максимум ${m.value} ${ao(m.value,["файл","файла","файлов"])}`});const de=Array.from(H);j(de);return}const G=[],A=[],X=[];Array.from(H).forEach(de=>{const Ne=b(de);"error"in Ne?(G.push(Ne),A.push(de)):X.push(de)}),G.length&&k(G),u.value.unshift(...G),u.value.push(...X),j(A),T("addFiles",[...G,...X],u.value)};let P=!1;const I=H=>{const G=u.value.findIndex(A=>A===H);G!==-1&&("error"in H||j([H]),u.value.splice(G,1),T("removeFile",H,u.value),setTimeout(()=>{if(v.value){P=!0;const A=new Event("change",{bubbles:!0,cancelable:!0});v.value.dispatchEvent(A),setTimeout(()=>{P=!1},0)}},0))},W=H=>{if(P)return;const G=H.target;G&&G.files&&S(G.files)};n({addFiles:S,removeFile:I});const Q=H=>{clearTimeout(L),w.value=!1;const{dataTransfer:G}=H,A=[];G&&G.items&&(Array.from(G.items).forEach(ce=>{if(ce.kind==="file"){const de=ce.getAsFile();de&&A.push(de)}}),S(A))},U=H=>H%1===0?H.toString():H.toFixed(2),V=H=>H<1024?H+" байт":H<1048576?U(H/1024)+" КБ":U(H/1048576)+" МБ",R=e.inject("errorsState"),z=e.ref([]);return _.value&&R&&e.watch(R,()=>{var G;z.value=R.value.filter(A=>A.field===_.value);const H=(G=document.getElementById(D))==null?void 0:G.parentElement;H&&(z.value.length?H.classList.add("is-error"):H.classList.remove("is-error"))},{deep:!0}),(H,G)=>{const A=wn,X=ar,ce=lu,de=Gl,Ne=ns,he=Kl,ae=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:D,class:"pl-upload-new"},[e.unref(p)||e.unref(g)?(e.openBlock(),e.createElementBlock("div",KW,[e.createVNode(A,{style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)),1)]),_:1}),e.unref(y)?(e.openBlock(),e.createBlock(A,{key:0,class:"ps-2",style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(y)),1)]),_:1})):e.createCommentVNode("",!0),e.unref(g)?(e.openBlock(),e.createBlock(X,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(g)),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["pl-upload-load-block",{"drag-over":w.value,disabled:H.disabled||e.unref(u).length>=e.unref(m)}]),onDragover:e.withModifiers(x,["prevent"]),onDrop:e.withModifiers(Q,["prevent"])},[e.createElementVNode("div",JW,[e.createVNode(C1,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(ce,{style:{color:"var(--color-text-icons-interactive)"},class:"text-center"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r)>=730?"Нажмите или перетащите файл":"Нажмите для загрузки файла"),1)]),_:1}),e.unref(C)?(e.openBlock(),e.createBlock(de,{key:0,style:{color:"var(--color-text-icons-tertiary)"},class:"text-center pt-1"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(C)==="default"?`До ${e.unref(c)}МБ. Форматы ${e.unref(s).toUpperCase()}`:e.unref(C)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("input",{prop:e.unref(_),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",onChange:W},null,40,XW)])],34),z.value[0]?(e.openBlock(),e.createBlock(de,{key:1,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(de,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",eG,[e.createVNode(he,{"max-height":e.unref(d)},{default:e.withCtx(()=>[e.createElementVNode("div",tG,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(u),(pe,De)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:pe.name+De,class:e.normalizeClass(["pl-upload-card",{"wrong-file":E(pe)}])},[e.createElementVNode("div",nG,[e.createVNode(C1,{name:E(pe)?"WarningThree20":"Document20",color:E(pe)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),e.withDirectives(e.createVNode(C1,{name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512),[[ae,()=>I(pe)]])]),e.createElementVNode("div",oG,[e.createVNode(de,{class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.name),1)]),_:2},1024),e.createElementVNode("div",rG,[e.createVNode(Ne,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(pe)&&pe.error.size?"error":"tertiary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V(pe.size)),1)]),_:2},1032,["style"]),e.createVNode(Ne,{style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode("•")]),_:1}),e.createVNode(Ne,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(pe)&&pe.error.dist?"error":"tertiary"})`)},{default:e.withCtx(()=>{var Oe,Be;return[e.createTextVNode(e.toDisplayString((Be=(Oe=pe.name.split("."))==null?void 0:Oe.pop())==null?void 0:Be.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[ae,()=>T("clickOnFile",pe)]])),128))])]),_:1},8,["max-height"])])])}}}),bge="",iG=[RH,nZ,OZ,AZ,QZ,GZ,pQ,mQ,XQ,dY,fY,pY,hY,CY,_Y,DY,vY,SY,zY,iR,LR,xR,rF,hF,MF,wF,OF,aW,DW,AW,PW,RW,qW,{install(t){t.component("PlUploadPlus",lG)}},{install(t){t.component("PlTooltipPlus",ar)}},kR];function os(){const t=window.navigator.maxTouchPoints&&window.navigator.maxTouchPoints>0,n={Android:()=>navigator.userAgent.match(/Android/i),BlackBerry:()=>navigator.userAgent.match(/BlackBerry/i),iOS:()=>navigator.userAgent.match(/iPhone|iPad|iPod/i),Opera:()=>navigator.userAgent.match(/Opera Mini/i),Windows:()=>navigator.userAgent.match(/IEMobile/i),any:()=>n.Android()||n.BlackBerry()||n.iOS()||n.Opera()||n.Windows()};return(n.any()||t)&&"ontouchstart"in window?"touchend":"click"}const pr=new Map,sG={mounted:(t,n)=>{const o=e.ref(!1),{currentHandler:r,touchMoveHandler:i}=iu(t,n,o);pr.set(t,{currentHandler:r,touchMoveHandler:i})},updated:(t,n)=>{const o=pr.get(t);o&&(t.removeEventListener(os(),o.currentHandler),t.removeEventListener("touchmove",o.touchMoveHandler));const r=e.ref(!1),{currentHandler:i,touchMoveHandler:s}=iu(t,n,r);pr.set(t,{currentHandler:i,touchMoveHandler:s})},unmounted:t=>{const n=pr.get(t);n&&(t.removeEventListener(os(),n.currentHandler),t.removeEventListener("touchmove",n.touchMoveHandler)),pr.delete(t)}},iu=(t,n,o={value:null})=>{const r=os(),i=c=>{var d;if(t.blur(),!((d=c.target)!=null&&d.closest(".disabled")))if(c.cancelable&&!o.value){if(n.modifiers.self&&t!==c.target){n.value(c);return}n.modifiers.stop&&c.stopPropagation(),c.preventDefault(),n.value&&n.value(c)}else o.value=!1};t.addEventListener(r,i);const s=()=>{o.value=!0};return t.addEventListener("touchmove",s,{passive:!0}),{currentHandler:i,touchMoveHandler:s}},su=(t,n=!1,o=!1)=>{const r=document.createElement("div");r.className="loading__body",r.style.background=n?"":"rgb(255 255 255 / 80%)",o&&(r.style.position="fixed",r.style.top="0",r.style.left="0",r.style.width="100vw",r.style.height="100vh",document.body.classList.add("loading__scroll-hidden")),r.innerHTML+=`
|
|
106
|
+
*/var yn;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(yn||(yn={}));var so;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(so||(so={}));const Wl=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),Sd=t=>t.replace(/^0+(0$|[^0])/,"$1"),Pi=(t,n)=>(t.match(new RegExp(Wl(n),"g"))||[]).length,FH=(t,n)=>t.substring(0,t.indexOf(n)),$d=[",",".","٫","。"],Td="(0|[1-9]\\d*)";class WH{constructor(n){var o,r,i,s,c,d;const{currency:u,currencyDisplay:f,locale:C,precision:p,accountingSign:M,useGrouping:g}=n;this.locale=C,this.options={currency:u,useGrouping:g,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==yn.hidden?f:void 0};const m=new Intl.NumberFormat(C,this.options),_=m.formatToParts(123456);this.currency=(o=_.find(({type:L})=>L==="currency"))===null||o===void 0?void 0:o.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(L=>L.toLocaleString(C)),this.decimalSymbol=(r=_.find(({type:L})=>L==="decimal"))===null||r===void 0?void 0:r.value,this.groupingSymbol=(i=_.find(({type:L})=>L==="group"))===null||i===void 0?void 0:i.value,this.minusSign=(s=m.formatToParts(-1).find(({type:L})=>L==="minusSign"))===null||s===void 0?void 0:s.value,this.decimalSymbol===void 0?this.minimumFractionDigits=this.maximumFractionDigits=0:typeof p=="number"?this.minimumFractionDigits=this.maximumFractionDigits=p:(this.minimumFractionDigits=(c=p==null?void 0:p.min)!==null&&c!==void 0?c:m.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(d=p==null?void 0:p.max)!==null&&d!==void 0?d:m.resolvedOptions().maximumFractionDigits);const y=L=>FH(L,this.digits[1]),w=L=>L.substring(L.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=y(m.format(1)),this.suffix=w(m.format(1)),this.negativePrefix=y(m.format(-1)),this.negativeSuffix=w(m.format(-1))}parse(n){if(n){const o=this.isNegative(n);n=this.normalizeDigits(n),n=this.stripCurrency(n,o),n=this.stripSignLiterals(n);const r=this.decimalSymbol?`(?:${Wl(this.decimalSymbol)}(\\d*))?`:"",i=this.stripGroupingSeparator(n).match(new RegExp(`^${Td}${r}$`));if(i&&this.isValidIntegerFormat(this.decimalSymbol?n.split(this.decimalSymbol)[0]:n,Number(i[1])))return+`${o?"-":""}${this.onlyDigits(i[1])}.${this.onlyDigits(i[2]||"")}`}return null}isValidIntegerFormat(n,o){const r={...this.options,minimumFractionDigits:0};return[this.stripCurrency(this.normalizeDigits(o.toLocaleString(this.locale,{...r,useGrouping:!0})),!1),this.stripCurrency(this.normalizeDigits(o.toLocaleString(this.locale,{...r,useGrouping:!1})),!1)].includes(n)}format(n,o={minimumFractionDigits:this.minimumFractionDigits,maximumFractionDigits:this.maximumFractionDigits}){return n!=null?n.toLocaleString(this.locale,{...this.options,...o}):""}toFraction(n){return`${this.digits[0]}${this.decimalSymbol}${this.onlyLocaleDigits(n.substring(1)).substring(0,this.maximumFractionDigits)}`}isFractionIncomplete(n){return!!this.normalizeDigits(this.stripGroupingSeparator(n)).match(new RegExp(`^${Td}${Wl(this.decimalSymbol)}$`))}isNegative(n){return n.startsWith(this.negativePrefix)||this.minusSign===void 0&&(n.startsWith("(")||n.startsWith("-"))||this.minusSign!==void 0&&n.replace("-",this.minusSign).startsWith(this.minusSign)}insertCurrency(n,o){return`${o?this.negativePrefix:this.prefix}${n}${o?this.negativeSuffix:this.suffix}`}stripGroupingSeparator(n){return this.groupingSymbol!==void 0?n.replace(new RegExp(Wl(this.groupingSymbol),"g"),""):n}stripSignLiterals(n){return this.minusSign!==void 0?n.replace("-",this.minusSign).replace(this.minusSign,""):n.replace(/[-()]/g,"")}stripCurrency(n,o){return n.replace(o?this.negativePrefix:this.prefix,"").replace(o?this.negativeSuffix:this.suffix,"")}normalizeDecimalSeparator(n,o){return $d.forEach(r=>{n=n.substring(0,o)+n.substring(o).replace(r,this.decimalSymbol)}),n}normalizeDigits(n){return this.digits[0]!=="0"&&this.digits.forEach((o,r)=>{n=n.replace(new RegExp(o,"g"),String(r))}),n}onlyDigits(n){return this.normalizeDigits(n).replace(/\D+/g,"")}onlyLocaleDigits(n){return n.replace(new RegExp(`[^${this.digits.join("")}]*`,"g"),"")}}class jd{constructor(n){this.currencyFormat=n}}class GH extends jd{conformToMask(n,o=""){const r=this.currencyFormat.isNegative(n),i=m=>m===""&&r&&!(this.currencyFormat.minusSign===void 0?o===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:o===this.currencyFormat.negativePrefix),s=m=>{if(i(m))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(m))return m;if(m.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(m)}return null};let c=n;c=this.currencyFormat.stripCurrency(c,r),c=this.currencyFormat.stripSignLiterals(c);const d=s(c);if(d!=null)return this.currencyFormat.insertCurrency(d,r);const[u,...f]=c.split(this.currencyFormat.decimalSymbol),C=Sd(this.currencyFormat.onlyDigits(u)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,g=C===""&&r&&(this.currencyFormat.minusSign===void 0?o===n.slice(0,-2)+this.currencyFormat.negativeSuffix:o===n.slice(0,-1));return M||g||i(C)?o:C.match(/\d+/)?{numberValue:+`${r?"-":""}${C}.${p}`,fractionDigits:p}:""}}class qH extends jd{conformToMask(n,o=""){if(n===""||this.currencyFormat.parse(o)===0&&this.currencyFormat.stripCurrency(o,!0).slice(0,-1)===this.currencyFormat.stripCurrency(n,!0))return"";const r=this.currencyFormat.isNegative(n),i=this.currencyFormat.stripSignLiterals(n)===""?-0:+`${r?"-":""}${Sd(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:i,fractionDigits:i.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const KH={locale:void 0,currency:void 0,currencyDisplay:void 0,hideGroupingSeparatorOnFocus:!0,hideCurrencySymbolOnFocus:!0,hideNegligibleDecimalDigitsOnFocus:!0,precision:void 0,autoDecimalDigits:!1,valueRange:void 0,useGrouping:void 0,valueScaling:void 0};class JH{constructor(n){this.el=n.el,this.onInput=n.onInput,this.onChange=n.onChange,this.addEventListener(),this.init(n.options)}setOptions(n){this.init(n),this.format(this.currencyFormat.format(this.validateValueRange(this.numberValue))),this.onChange(this.getValue())}getValue(){return{number:this.valueScaling&&this.numberValue!=null?this.toInteger(this.numberValue,this.valueScaling):this.numberValue,formatted:this.formattedValue}}setValue(n){const o=this.valueScaling!==void 0&&n!=null?this.toFloat(n,this.valueScaling):n;o!==this.numberValue&&(this.format(this.currencyFormat.format(this.validateValueRange(o))),this.onChange(this.getValue()))}init(n){this.options={...KH,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new WH(this.options),this.numberMask=this.options.autoDecimalDigits?new qH(this.currencyFormat):new GH(this.currencyFormat);const o={[so.precision]:this.currencyFormat.maximumFractionDigits,[so.thousands]:3,[so.millions]:6,[so.billions]:9};this.valueScaling=this.options.valueScaling?o[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==so.precision?this.valueScaling+this.currencyFormat.maximumFractionDigits:this.currencyFormat.maximumFractionDigits,this.minValue=this.getMinValue(),this.maxValue=this.getMaxValue()}getMinValue(){var n,o;let r=this.toFloat(-Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.min)!==void 0&&(r=Math.max((o=this.options.valueRange)===null||o===void 0?void 0:o.min,this.toFloat(-Number.MAX_SAFE_INTEGER))),r}getMaxValue(){var n,o;let r=this.toFloat(Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.max)!==void 0&&(r=Math.min((o=this.options.valueRange)===null||o===void 0?void 0:o.max,this.toFloat(Number.MAX_SAFE_INTEGER))),r}toFloat(n,o){return n/Math.pow(10,o??this.valueScalingFractionDigits)}toInteger(n,o){return Number(n.toFixed(o??this.valueScalingFractionDigits).split(".").join(""))}validateValueRange(n){return n!=null?Math.min(Math.max(n,this.minValue),this.maxValue):n}format(n,o=!1){if(n!=null){this.decimalSymbolInsertedAt!==void 0&&(n=this.currencyFormat.normalizeDecimalSeparator(n,this.decimalSymbolInsertedAt),this.decimalSymbolInsertedAt=void 0);const r=this.numberMask.conformToMask(n,this.formattedValue);let i;if(typeof r=="object"){const{numberValue:s,fractionDigits:c}=r;let{maximumFractionDigits:d,minimumFractionDigits:u}=this.currencyFormat;this.focus?u=o?c.replace(/0+$/,"").length:Math.min(d,c.length):Number.isInteger(s)&&!this.options.autoDecimalDigits&&(this.options.precision===void 0||u===0)&&(u=d=0),i=this.toInteger(Math.abs(s))>Number.MAX_SAFE_INTEGER?this.formattedValue:this.currencyFormat.format(s,{useGrouping:this.options.useGrouping!==!1&&!(this.focus&&this.options.hideGroupingSeparatorOnFocus),minimumFractionDigits:u,maximumFractionDigits:d})}else i=r;this.maxValue<=0&&!this.currencyFormat.isNegative(i)&&this.currencyFormat.parse(i)!==0&&(i=i.replace(this.currencyFormat.prefix,this.currencyFormat.negativePrefix)),this.minValue>=0&&(i=i.replace(this.currencyFormat.negativePrefix,this.currencyFormat.prefix)),(this.options.currencyDisplay===yn.hidden||this.focus&&this.options.hideCurrencySymbolOnFocus)&&(i=i.replace(this.currencyFormat.negativePrefix,this.currencyFormat.minusSign!==void 0?this.currencyFormat.minusSign:"(").replace(this.currencyFormat.negativeSuffix,this.currencyFormat.minusSign!==void 0?"":")").replace(this.currencyFormat.prefix,"").replace(this.currencyFormat.suffix,"")),this.el.value=i,this.numberValue=this.currencyFormat.parse(i)}else this.el.value="",this.numberValue=null;this.formattedValue=this.el.value,this.onInput(this.getValue())}addEventListener(){this.el.addEventListener("input",n=>{const{value:o,selectionStart:r}=this.el,i=n;if(r&&i.data&&$d.includes(i.data)&&(this.decimalSymbolInsertedAt=r-1),this.format(o),this.focus&&r!=null){const s=()=>{const{prefix:c,suffix:d,decimalSymbol:u,maximumFractionDigits:f,groupingSymbol:C}=this.currencyFormat;let p=o.length-r;const M=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(o.startsWith("(")||o.startsWith("-"))&&!o.endsWith(")"))return M-this.currencyFormat.negativeSuffix.length>1?this.formattedValue.substring(r).length:1;if(this.formattedValue.substring(r,1)===C&&Pi(this.formattedValue,C)===Pi(o,C)+1)return M-p-1;if(M<p)return r;if(u!==void 0&&o.indexOf(u)!==-1){const g=o.indexOf(u)+1;if(Math.abs(M-o.length)>1&&r<=g)return this.formattedValue.indexOf(u)+1;!this.options.autoDecimalDigits&&r>g&&this.currencyFormat.onlyDigits(o.substring(g)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===yn.hidden?M-p:Math.max(M-Math.max(p,d.length),c.length)};this.setCaretPosition(s())}}),this.el.addEventListener("focus",()=>{this.focus=!0,this.numberValueOnFocus=this.numberValue,setTimeout(()=>{const{value:n,selectionStart:o,selectionEnd:r}=this.el;if(this.format(n,this.options.hideNegligibleDecimalDigitsOnFocus),o!=null&&r!=null&&Math.abs(o-r)>0)this.setCaretPosition(0,this.el.value.length);else if(o!=null){const i=this.getCaretPositionOnFocus(n,o);this.setCaretPosition(i)}})}),this.el.addEventListener("blur",()=>{this.focus=!1,this.format(this.currencyFormat.format(this.validateValueRange(this.numberValue))),this.numberValueOnFocus!==this.numberValue&&this.onChange(this.getValue())})}getCaretPositionOnFocus(n,o){if(this.numberValue==null)return o;const{prefix:r,negativePrefix:i,suffix:s,negativeSuffix:c,groupingSymbol:d,currency:u}=this.currencyFormat,f=this.numberValue<0,C=f?i:r,p=C.length;if(this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===yn.hidden){if(f){if(o<=1)return 1;if(n.endsWith(")")&&o>n.indexOf(")"))return this.formattedValue.length-1}}else{const g=f?c.length:s.length;if(o>=n.length-g)return this.formattedValue.length-g;if(o<p)return p}let M=o;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==yn.hidden&&o>=p&&u!==void 0&&C.includes(u)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&d!==void 0&&(M-=Pi(n.substring(0,o),d)),M}setCaretPosition(n,o=n){this.el.setSelectionRange(n,o)}}const XH=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Hi(t,n){var o,r,i,s;let c;const d=e.ref(null),u=e.ref(null),f=e.ref(null),C=e.getCurrentInstance(),p=(C==null?void 0:C.emit)||((r=(o=C==null?void 0:C.proxy)===null||o===void 0?void 0:o.$emit)===null||r===void 0?void 0:r.bind(C==null?void 0:C.proxy)),M=(C==null?void 0:C.props)||((i=C==null?void 0:C.proxy)===null||i===void 0?void 0:i.$props),g=e.version.startsWith("3"),m=g&&((s=C==null?void 0:C.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),_=e.computed(()=>M==null?void 0:M[g?"modelValue":"value"]),y=g?"update:modelValue":"input",w=m?"update:modelValue":"change";return e.watch(d,L=>{var x;if(L){const b=XH((x=L==null?void 0:L.$el)!==null&&x!==void 0?x:L);b?(c=new JH({el:b,options:t,onInput:E=>{!m&&n!==!1&&_.value!==E.number&&(p==null||p(y,E.number)),f.value=E.number,u.value=E.formatted},onChange:E=>{n!==!1&&(p==null||p(w,E.number))}}),c.setValue(_.value)):console.error('No input element found. Please make sure that the "inputRef" template ref is properly assigned.')}else c=null}),{inputRef:d,numberValue:f,formattedValue:u,setValue:L=>c==null?void 0:c.setValue(L),setOptions:L=>c==null?void 0:c.setOptions(L)}}const qhe="",eZ=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),tZ=Object.assign({name:"PlCurrency"},{props:{width:String,modelValue:{required:!0,type:Number||String},round:{type:Boolean,default:!1},currencyInputOptions:{type:Object,default:()=>({})}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,{round:r,currencyInputOptions:i}=e.toRefs(o),s=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:r.value?0:2,hideGroupingSeparatorOnFocus:!1,...e.unref(i)}),{inputRef:c,formattedValue:d,setValue:u}=Hi(s),f=n,C=e.computed({get:()=>o.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(C,p=>{u(p)}),(p,M)=>{const g=C2;return e.openBlock(),e.createBlock(g,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:c,modelValue:e.unref(d),"onUpdate:modelValue":M[0]||(M[0]=m=>e.isRef(d)?d.value=m:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[eZ]),_:1},16,["modelValue","style"])}}}),nZ={install(t){t.component("PlCurrency",tZ)}},ar=e.defineComponent({__name:"pl-tooltip-plus",props:{placement:{default:"top"},width:{},delay:{type:Boolean,default:void 0},truncated:{type:Boolean,default:!1},trigger:{default:"hover"},disabled:{type:Boolean,default:!1}},setup(t){const n=t,o=e.ref(!1),r=e.ref(),i=e.ref(),s=e.ref(0),c=e.ref(0),d=e.ref(!1);e.onMounted(async()=>{await e.nextTick();const g=r.value;if(!g)return;const m=g.cloneNode(!0);m.style.visibility="hidden",m.style.position="absolute",m.style.whiteSpace="nowrap",m.classList.remove("text-truncate"),r.value.appendChild(m);const _=m.offsetWidth>g.offsetWidth;d.value=_,r.value.removeChild(m)});const u=()=>{!o.value&&(!n.truncated||d.value)&&(o.value=!0)},f=g=>!!(g&&g().length>0&&g()[0].children),C=()=>{if(!i.value)return{top:0,left:0};const g=r.value.parentElement.getBoundingClientRect(),m=s.value,_=c.value,y=r.value.parentElement.offsetWidth,w=r.value.parentElement.offsetHeight;let L="",x="",b="";m>40&&(b="12px");const E=g.left+y-_,k=window.innerWidth-(g.left+_),D=document.documentElement.clientWidth,v=k<0&&E>=k,j=E<0,T=window.innerWidth-(_+g.left+y+4),S=g.left-_-4;switch(n.placement){case"top-right":x=v?`${D-_-10}px`:j?"10px":x=`${g.left+y-_+16}px`,L=`${g.top-m-4}px`;break;case"top":x=v?`${D-_-10}px`:j?"10px":`${g.left+y/2-_/2}px`,L=`${g.top-m-4}px`;break;case"top-left":x=v?`${D-_-10}px`:j?"10px":`${g.right-y-16}px`,L=`${g.top-m-4}px`;break;case"bottom-right":x=v?`${D-_-10}px`:j?"10px":`${g.left+y-_+16}px`,L=`${g.top+w+4}px`;break;case"bottom":x=v?`${D-_-10}px`:j?"10px":`${g.left+y/2-_/2}px`,L=`${g.top+w+4}px`;break;case"bottom-left":x=v?`${D-_-10}px`:j?"10px":`${g.right-y-16}px`,L=`${g.top+w+4}px`;break;case"right-top":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top}px`;break;case"right":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top+w/2-m/2}px`;break;case"right-bottom":x=T<0&&E>=T?`${g.left-_-4}px`:`${g.left+y+4}px`,L=`${g.top+w-m}px`;break;case"left-top":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top}px`;break;case"left":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top+w/2-m/2}px`;break;case"left-bottom":x=S<0&&E>=S?`${g.left+y+4}px`:`${g.left-_-4}px`,L=`${g.top+w-m}px`;break}return{top:L,left:x,borderRadius:b,width:n.width}},p=e.computed(()=>C());e.onUpdated(()=>{i.value&&(s.value=i.value.parentElement.offsetHeight,c.value=i.value.parentElement.offsetWidth)});const M=()=>{o.value=!1};return e.watch(o,g=>{g&&ft("scroll",M)}),Mn(r,()=>{M()},{ignore:[i]}),(g,m)=>{const _=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[g.trigger==="hover"?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:r,class:"d-grid",onMouseover:u,onMouseleave:M},[e.renderSlot(g.$slots,"default")],544)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:r,class:"d-grid"},[e.renderSlot(g.$slots,"default")])),[[_,u]]),o.value&&!g.disabled&&f(g.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:2,"data-testid":"tooltipPlus",style:e.normalizeStyle(p.value),class:e.normalizeClass(["tooltip-container",{"tooltip-delay":(g.delay===void 0&&g.truncated||g.delay)&&g.trigger==="hover"}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:i,class:"word-wrap-any-pre"},[e.renderSlot(g.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)])}}}),Jhe="",oZ={key:0,class:"pl-autocomplete__prefix-container"},rZ={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},lZ=["id","prop","placeholder","value","disabled"],iZ={class:"pl-autocomplete__suffix-container"},sZ=e.defineComponent({__name:"pl-default",props:{modelValue:{default:""},prop:{default:""},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""},memoryBlur:{type:Boolean,default:!1}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const o=NH(),r=e.ref(!1);e.watch(o,p=>{p===document.getElementById(i.id)?r.value=!0:r.value=!1});const i=t,s=n,c=()=>{s("reset")},d=()=>{s("tabDown")},u=p=>{s("focusEmit",p),p.composed&&p.stopImmediatePropagation()},f=p=>{p.composed&&p.stopImmediatePropagation()},C=e.computed({get:()=>i.modelValue,set:p=>{s("update:modelValue",p)}});return(p,M)=>{const g=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-autocomplete__select",{focus:r.value,disabled:i.disabled,"is-error":i.showError}])},[i.leftIcon?(e.openBlock(),e.createElementBlock("div",oZ,[e.createVNode(g,{name:i.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",rZ,[e.createElementVNode("input",{id:i.id,prop:i.prop,class:"pl-autocomplete__inner",placeholder:i.placeholder,type:"text",value:C.value,disabled:i.disabled,onKeydown:e.withKeys(d,["tab"]),onInput:M[0]||(M[0]=m=>{var _;C.value=(_=m.target)==null?void 0:_.value}),onBlur:f,onFocus:u},null,40,lZ)]),e.createElementVNode("div",iZ,[!i.disabled&&i.clearable&&C.value?(e.openBlock(),e.createBlock(g,{key:0,name:"Close16",onClick:e.withModifiers(c,["stop"])})):e.createCommentVNode("",!0)])],2)}}}),Xhe="",eCe="",Od=(t,n=2,o=!1)=>{try{let r=parseFloat(`${t}`);Number.isNaN(r)&&(r=0);const i=r.toLocaleString("ru-RU",{maximumFractionDigits:n,style:"currency",currency:"RUB"});return o?i.replace(" ₽",""):i}catch{return t}},Vd=t=>`•• ${t.substring(t.length-4,t.length)}`,tCe="",aZ={class:"match-text"},cZ={key:1},Id=ut({__name:"pl-mark-text",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,o=u=>u.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let r,i,s,c;const d=u=>{const f=o(n.searchValue);return r=new RegExp(f,"gi"),i=u.search(r)!==-1,s=u.slice(u.search(r),u.search(r)+f.length),c=i?[u.slice(0,u.search(r)),u.slice(u.search(r)+f.length)]:u,i?[c[0],s,c[1]]:["","",c]};return(u,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[0]),1),e.createElementVNode("span",aZ,e.toDisplayString(d(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",cZ,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-72d26fe7"]]),dZ={key:0,class:"pl-option__left-icon-container"},uZ={class:"pl-option__text-container"},fZ=["data-testid"],pZ={key:0,class:"pl-option__text-description","data-testid":"accountNum"},hZ={key:1,class:"pl-option__text-description","data-testid":"optionDescription"},CZ={key:1,class:"pl-option__right-icon-container"},gZ={key:0,class:"pl-option__summ","data-testid":"accountSumm"},mZ=e.defineComponent({__name:"pl-option",props:{disabled:{type:Boolean,default:!1},leftIcon:{type:String,default:""},leftIconColor:{type:String,default:"var(--color-text-icons-tertiary)"},rightIcon:{type:String,default:""},rightIconColor:{type:String,default:"var(--color-text-icons-secondary)"},description:{type:String,default:""},descriptionColor:{type:String,default:"var(--color-text-icons-secondary)"},summ:{type:Number,default:null},active:{type:Boolean,default:!1},width:{type:String,default:"100%"},label:{type:String,default:""},searchValue:{type:String,default:""},disableMarkerBottom:{type:Boolean,default:!1}},setup(t){e.useCssVars(r=>({"85842dc6":t.width,"10c21b0c":t.leftIconColor,b5b00b92:t.rightIconColor,"11fa7110":t.descriptionColor}));const n=t,o=e.computed(()=>({disabled:n.disabled,active:n.active}));return(r,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",o.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",dZ,[e.createVNode(C1,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",uZ,[e.createElementVNode("span",{class:e.normalizeClass(["pl-option__text-item",{"pl-option__text-item_account":n.summ!==null}]),"data-testid":n.summ!==null?"accountType":"optionTitle"},[e.createVNode(Id,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])],10,fZ),n.description&&n.summ!==null?(e.openBlock(),e.createElementBlock("span",pZ,e.toDisplayString(e.unref(Vd)(n.description)),1)):n.description?(e.openBlock(),e.createElementBlock("span",hZ,[e.createVNode(Id,{"model-value":n.description,"search-value":n.disableMarkerBottom?"":n.searchValue},null,8,["model-value","search-value"])])):e.createCommentVNode("",!0)]),n.rightIcon||n.summ!==null?(e.openBlock(),e.createElementBlock("div",CZ,[n.summ!==null?(e.openBlock(),e.createElementBlock("span",gZ,e.toDisplayString(e.unref(Od)(n.summ)),1)):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(C1,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2))}}),oCe="",zd=ut(mZ,[["__scopeId","data-v-04b12c3b"]]);function ao(t,n){const o=Math.abs(t)%100;if(o>10&&o<20)return n[2];const r=t%10;return r>1&&r<5?n[1]:r===1?n[0]:n[2]}const _Z=["id"],MZ={key:0,class:"pl-autocomplete__dropdown-count-search-container"},yZ={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},wZ={key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},Bd=e.defineComponent({__name:"pl-autocomplete-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},offsets:{default:""},loadingSuggestions:{type:Boolean,default:!1},query:{default:""},symbolsCountSearch:{default:3},suggestionList:{default:()=>[]},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},selectedValue:{},defaultDropText:{},noData:{}},emits:["select-value"],setup(t,{emit:n}){const o=t,r=n,i=u=>{r("select-value",u)},s=(u,f)=>u.split(".").reduce((C,p)=>C[p],f),c=u=>o.uniqKey&&s(o.uniqKey,o.selectedValue)&&s(o.uniqKey,u)?s(o.uniqKey,u)===s(o.uniqKey,o.selectedValue):o.selectedValue.bottomText?u.value===o.selectedValue.value&&u.bottomText===o.selectedValue.bottomText:u.value===o.selectedValue.value,d=()=>{var u,f;if(!o.query&&o.defaultDropText)return o.defaultDropText;if(!o.query||((u=o.query)==null?void 0:u.length)<o.symbolsCountSearch)return`Введите минимум ${o.symbolsCountSearch} ${ao(o.symbolsCountSearch,["символ","символа","символов"])} `;if(!o.suggestionList||o.loadingSuggestions)return;if(((f=o.suggestionList)==null?void 0:f.length)===0)return o.noData};return(u,f)=>{const C=no,p=Zl;return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>{var M;return[u.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${u.id}`,ref:"dropdownRef","data-testid":"dropdown",class:e.normalizeClass(["pl-autocomplete__dropdown-container",{"pl-autocomplete__dropdown-container_helpertext":o.helpertext||u.errors.length>0}]),style:e.normalizeStyle(u.offsets)},[o.symbolsCountSearch&&(u.loadingSuggestions||!u.query||u.query.length<o.symbolsCountSearch||!((M=o.suggestionList)!=null&&M.length))?(e.openBlock(),e.createElementBlock("div",MZ,[u.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",yZ,null,512)),[[p,u.loadingSuggestions]]):(e.openBlock(),e.createElementBlock("span",wZ,e.toDisplayString(d()),1))])):(e.openBlock(),e.createBlock(C,{key:1,"max-height":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.suggestionList,g=>(e.openBlock(),e.createBlock(zd,{key:g.value,active:c(g),description:g.bottomText,label:g.value,"search-value":u.query,"disable-marker-bottom":o.disableMarkerBottom,onClick:e.withModifiers(m=>i(g),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,_Z)):e.createCommentVNode("",!0)]}),_:1})}}});function NZ(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var cr={exports:{}};const bZ=Vy(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var Ad=typeof process<"u"&&process.pid?process.pid.toString(36):"",Pd="";if(typeof __webpack_require__!="function"&&typeof NZ<"u"){var Zi="",Hd=bZ;if(Hd.networkInterfaces)var Ui=Hd.networkInterfaces();if(Ui){e:for(let t in Ui){const n=Ui[t],o=n.length;for(var t3=0;t3<o;t3++)if(n[t3]!==void 0&&n[t3].mac&&n[t3].mac!="00:00:00:00:00:00"){Zi=n[t3].mac;break e}}Pd=Zi?parseInt(Zi.replace(/\:|\D+/gi,"")).toString(36):""}}cr.exports=cr.exports.default=function(t,n){return(t||"")+Pd+Ad+dr().toString(36)+(n||"")},cr.exports.process=function(t,n){return(t||"")+Ad+dr().toString(36)+(n||"")},cr.exports.time=function(t,n){return(t||"")+dr().toString(36)+(n||"")};function dr(){var t=Date.now(),n=dr.last||t;return dr.last=t>n?t:n+1}var DZ=cr.exports;const Xt=X1(DZ),kZ=["id"],LZ={class:"pl-autocomplete__label-container-text"},xZ={key:0,class:"pl-autocomplete__label"},EZ={key:1,class:"pl-autocomplete__optional"},vZ={key:1,class:"pl-autocomplete__helpertext-container"},SZ={key:0,class:"pl-autocomplete__error"},$Z={key:1,class:"pl-autocomplete__helpertext"},TZ=e.defineComponent({__name:"pl-autocompete",props:{modelValue:{default:()=>({value:""})},suggestionList:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},symbolsCountSearch:{default:3},noData:{default:"Нет данных"},defaultDropText:{default:""},memoryBlur:{type:Boolean,default:!1},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){var W;e.useCssVars(Q=>({ceb7fe1e:o.width}));const o=t,r=`id-${Xt()}`,i=n,s=e.ref([]);if(o.prop){const Q=e.inject("errorsState",[]);Q&&e.watch(Q,()=>{s.value=Q.value.filter(U=>U.field===o.prop),M()},{deep:!0})}const c=e.computed(()=>s.value.length),d=e.ref(),u=e.ref();Mn(d,()=>{b()},{ignore:[u]});const f=e.ref(0),C=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${C.value}px`),M=()=>{const Q=document.getElementById(`pl-autocomplete__select-container-${r}`),U=Q.getBoundingClientRect(),V=Q.querySelector(".pl-autocomplete__label-container"),R=Q.querySelector(".pl-autocomplete__helpertext-container"),z=V?V.offsetHeight:-4,H=R?R.offsetHeight:-4;o.teleport?(f.value=U.y+U.height+window.scrollY,C.value=U.x):f.value=U.height-H,e.nextTick(()=>{const G=document.getElementById(`dropdown-${r}`);if(!G)return;const A=G.getBoundingClientRect();A.bottom>g.value?o.teleport?f.value=f.value-A.height-(U.height-z):f.value=f.value-A.height-(U.height-z-H)-4:o.teleport?f.value=U.y+U.height+window.scrollY-H-4:f.value=U.height-H-4})},g=e.ref(Ht().height);(W=window.visualViewport)==null||W.addEventListener("resize",function(Q){const U=Q.target;U&&(g.value=U.height)});const m=e.ref();e.watch(g,()=>{clearTimeout(m.value),m.value=setTimeout(M,200)});const{isScrolling:_}=io(window);e.watch(_,()=>{M()});const y=()=>{const Q=document.getElementById(r);Q&&(Q.dispatchEvent(new Event("focus")),Q.focus(),E.value=!0)},w=(Q=!0)=>{const U=document.getElementById(r);U&&(U.dispatchEvent(new Event("blur")),Q&&(U.blur(),E.value=!1))},L=()=>{E.value=!0},x=()=>{o.disabled||y()},b=()=>{var Q;E.value&&(o.memoryBlur?I():(Q=j.value)!=null&&Q.value?e.nextTick(()=>{D.value=j.value.value}):D.value="",w())},E=e.ref(!1);e.watch(E,()=>{e.nextTick(()=>{const Q=document.getElementById(`pl-autocomplete__select-container-${r}`).getBoundingClientRect().width+"px",U=document.getElementById(`dropdown-${r}`);U&&(U.style.maxWidth=Q,o.teleport&&(U.style.zIndex="2013")),M()})});const k=e.ref(!1),D=e.ref(""),v=e.ref(!1);e.watch(D,Q=>{(Q==null?void 0:Q.length)>=o.symbolsCountSearch&&!v.value?(k.value=!0,i("fetchDadata",Q)):(v.value=!1,k.value=!1),M()}),e.watch(()=>o.suggestionList,()=>{M(),k.value=!1});const j=e.computed({get:()=>o.modelValue,set:Q=>{i("update:modelValue",Q)}});e.onMounted(()=>{j.value.value&&(D.value=j.value.value)}),e.watch(j,Q=>{D.value=Q.value;const U=document.getElementById(r);U&&(U.dispatchEvent(new Event("change")),v.value=!0,setTimeout(()=>v.value=!1))});const T=e.ref(!1),S=Q=>{Q.disabled||(T.value=!0,j.value=Q,D.value=Q.value,i("changeValue",Q),b())},P=()=>{j.value={},D.value="",i("changeValue",{}),w()},I=()=>{!T.value&&D.value!==j.value.value&&(j.value={value:D.value,data:!1,bottomText:""},e.nextTick(()=>{i("changeValue",j.value)})),T.value=!1};return(Q,U)=>{const V=ar;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:x},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${r}`,ref_key:"selectRef",ref:d,class:"pl-autocomplete__select-container"},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:r,class:"pl-autocomplete__label-container",onClick:U[0]||(U[0]=R=>E.value&&w(!1))},[e.createElementVNode("div",LZ,[o.label?(e.openBlock(),e.createElementBlock("span",xZ,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",EZ,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(V,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(sZ,{id:r,modelValue:D.value,"onUpdate:modelValue":U[1]||(U[1]=R=>D.value=R),"show-error":c.value,placeholder:o.placeholder,disabled:o.disabled,clearable:o.clearable,"left-icon":o.leftIcon,"memory-blur":o.memoryBlur,prop:o.prop,onTabDown:b,onReset:P,onFocusEmit:L},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop"]),o.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",vZ,[s.value.length>0?(e.openBlock(),e.createElementBlock("span",SZ,e.toDisplayString(s.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",$Z,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,kZ),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(Bd,{id:r,ref_key:"dropdownRef",ref:u,focus:E.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":k.value,query:D.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":j.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:S},null,8,["focus","helpertext","errors","offsets","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"])])):(e.openBlock(),e.createBlock(Bd,{key:1,id:r,ref_key:"dropdownRef",ref:u,focus:E.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":k.value,query:D.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":j.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:S},null,8,["focus","helpertext","errors","offsets","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"]))])}}}),iCe="",jZ=ut(TZ,[["__scopeId","data-v-bd144330"]]),OZ={install(t){t.component("PlAutocomplete",jZ)}},sCe="",VZ={key:0,class:"pl-card__img-container"},IZ=["src"],zZ={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},BZ={__name:"pl-card",props:{type:{type:String,default:"large"},imaged:{type:Boolean,default:!1},title:{type:String,required:!0,default:"title"},subtitle:{type:String,default:"subtitle"},img:{type:String},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIHI9IjE0IiBmaWxsPSIjQjVCNUI1Ii8+DQo8L3N2Zz4NCg==",self.location).href,o=t,r=e.computed(()=>o.type==="large"||o.type==="medium"),i=e.computed(()=>o.type==="large"||o.type==="small");return(s,c)=>t.imaged?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-card pl-card_imaged",{"pl-card_disabled":t.disable}])},[r.value?(e.openBlock(),e.createElementBlock("div",zZ)):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["text-container",{"text-container__small":t.type==="small"}])},[e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),i.value?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass(["pl-card__subtitle",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.subtitle),3)):e.createCommentVNode("",!0)],2)],2)):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-card",{"pl-card_disabled":t.disable}])},[r.value?(e.openBlock(),e.createElementBlock("div",VZ,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,IZ)])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),i.value?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(["pl-card__subtitle",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.subtitle),3)):e.createCommentVNode("",!0)],2))}},AZ={install(t){t.component("PlCard",BZ)}},aCe="",PZ={id:"plCheckbox"},HZ=["id","name","disabled"],ZZ=["for"],UZ={__name:"pl-checkbox",props:{label:{type:String,default:null},modelValue:{type:Boolean,required:!0},disabled:{type:Boolean,default:!1},id:{type:String,default:null}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:u=>{r("update:modelValue",u)}}),{label:s}=e.toRefs(o),c=e.computed(()=>s.value||"no-label"),d=e.computed(()=>c.value==="no-label"?Xt():c.value);return(u,f)=>(e.openBlock(),e.createElementBlock("div",PZ,[e.withDirectives(e.createElementVNode("input",{id:t.id||d.value,"onUpdate:modelValue":f[0]||(f[0]=C=>i.value=C),type:"checkbox",class:"custom-checkbox",name:d.value,disabled:o.disabled},null,8,HZ),[[e.vModelCheckbox,i.value]]),e.createElementVNode("label",{for:t.id||d.value,onClick:f[1]||(f[1]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(c.value!=="no-label"?c.value:null),9,ZZ)]))}},QZ={install(t){t.component("PlCheckbox",UZ)}},Gl=e.defineComponent({__name:"pl-cap",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-caption-caption-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),wn=e.defineComponent({__name:"pl-body2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),Qi=e.defineComponent({__name:"pl-label",props:{title:{type:String,default:""},description:{type:String,default:""},disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>{const i=wn,s=Gl;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-label-container",{"pl-label-container-disabled":n.disabled}])},[e.createVNode(i,{color:"var(--color-text-icons-primary)",class:"pl-label-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.title),1)]),_:1}),e.renderSlot(o.$slots,"custom-description"),n.description?(e.openBlock(),e.createBlock(s,{key:0,color:"var(--color-text-icons-secondary)",class:"pl-label-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.description),1)]),_:1})):e.createCommentVNode("",!0)],2)}}}),cCe="",YZ=["src"],RZ=["src"],FZ={key:0},WZ=e.defineComponent({__name:"pl-checkbox-plus",props:{size:{type:String,default:"medium"},label:{type:String,default:""},description:{type:String,default:""},modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},isIndeterminate:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=()=>{o.disabled||(r.value=!r.value,d("update:modelValue",r.value),d("change",r.value))},s=e.computed(()=>o.size==="medium"?new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuODk0OSAzLjQzNDUxQzE1LjIwNzMgMy43NDY5MyAxNS4yMDczIDQuMjUzNDYgMTQuODk0OSA0LjU2NTg4TDYuMTcyNjQgMTMuMjg4MUM2LjAyMjYgMTMuNDM4MSA1LjgxOTEgMTMuNTIyNCA1LjYwNjkxIDEzLjUyMjRDNS4zOTQ3MiAxMy41MjI0IDUuMTkxMjMgMTMuNDM4MSA1LjA0MTIxIDEzLjI4OEwxLjEwMTQzIDkuMzQ3MjlDMC43ODkwNTIgOS4wMzQ4MyAwLjc4OTExMyA4LjUyODMgMS4xMDE1NyA4LjIxNTkyQzEuNDE0MDMgNy45MDM1MyAxLjkyMDU2IDcuOTAzNTkgMi4yMzI5NCA4LjIxNjA1TDUuNjA3MDMgMTEuNTkwOUwxMy43NjM1IDMuNDM0NTFDMTQuMDc1OSAzLjEyMjA5IDE0LjU4MjQgMy4xMjIwOSAxNC44OTQ5IDMuNDM0NTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",self.location):new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuODA0NiA0LjEzNjE3QzE0LjA5NzUgNC40MjkwNyAxNC4wOTc1IDQuOTAzOTQgMTMuODA0NiA1LjE5NjgzTDYuNTM2MTMgMTIuNDY1M0M2LjM5NTQ2IDEyLjYwNiA2LjIwNDY4IDEyLjY4NSA2LjAwNTc1IDEyLjY4NUM1LjgwNjgzIDEyLjY4NSA1LjYxNjA1IDEyLjYwNTkgNS40NzU0MSAxMi40NjUzTDIuMTkyMjYgOS4xODEzM0MxLjg5OTQgOC44ODg0IDEuODk5NDYgOC40MTM1MyAyLjE5MjM5IDguMTIwNjdDMi40ODUzMiA3LjgyNzgxIDIuOTYwMTkgNy44Mjc4NyAzLjI1MzA1IDguMTIwOEw2LjAwNTg2IDEwLjg3NDNMMTIuNzQ0IDQuMTM2MTdDMTMuMDM2OSAzLjg0MzI4IDEzLjUxMTggMy44NDMyOCAxMy44MDQ2IDQuMTM2MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",self.location)),c=e.computed(()=>o.size==="medium"?new URL("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuOEMwIDAuMzU4MTcyIDAuMzE2MDM0IDAgMC43MDU4ODIgMEgxMS4yOTQxQzExLjY4NCAwIDEyIDAuMzU4MTcyIDEyIDAuOEMxMiAxLjI0MTgzIDExLjY4NCAxLjYgMTEuMjk0MSAxLjZIMC43MDU4ODJDMC4zMTYwMzQgMS42IDAgMS4yNDE4MyAwIDAuOFoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=",self.location):new URL("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuNzVDMCAwLjMzNTc4NiAwLjI5MTk4OCAwIDAuNjUyMTc0IDBIOS4zNDc4M0M5LjcwODAxIDAgMTAgMC4zMzU3ODYgMTAgMC43NUMxMCAxLjE2NDIxIDkuNzA4MDEgMS41IDkuMzQ3ODMgMS41SDAuNjUyMTc0QzAuMjkxOTg4IDEuNSAwIDEuMTY0MjEgMCAwLjc1WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==",self.location)),d=n;return e.watch(()=>o.modelValue,u=>{r.value=u}),(u,f)=>{const C=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"pl-checkbox-plus-container",style:e.normalizeStyle({cursor:o.disabled?"not-allowed":"pointer"})},[e.createElementVNode("div",{class:e.normalizeClass(["pl-checkbox-plus-input",`pl-checkbox-plus-${o.size}`,{"pl-checkbox-disabled":o.disabled,"pl-checkbox-isChecked":r.value,"pl-checkbox-isIndeterminate":o.isIndeterminate,"pl-checkbox-checked-disabled":o.disabled&&r.value}])},[r.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.value,alt:"Check"},null,8,YZ)):o.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:c.value,alt:"Check"},null,8,RZ)):e.createCommentVNode("",!0)],2),o.label?(e.openBlock(),e.createElementBlock("label",FZ,[e.createVNode(Qi,{title:t.label,description:t.description,disabled:o.disabled},e.createSlots({_:2},[u.$slots.default?{name:"custom-description",fn:e.withCtx(()=>[e.renderSlot(u.$slots,"default",{},void 0,!0)]),key:"0"}:void 0]),1032,["title","description","disabled"])])):e.createCommentVNode("",!0)],4)),[[C,i,void 0,{stop:!0}]])}}}),dCe="",ur=ut(WZ,[["__scopeId","data-v-fed09710"]]),GZ={install(t){t.component("PlCheckboxPlus",ur)}};var qZ={exports:{}};(function(t,n){(function(o,r){t.exports=r(Y8)})(L1,function(o){function r(m){return m&&typeof m=="object"&&"default"in m?m:{default:m}}var i=r(o),s="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),c="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),d="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),u="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),f=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function C(m,_,y){var w,L;return y==="m"?_?"минута":"минуту":m+" "+(w=+m,L={mm:_?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[y].split("_"),w%10==1&&w%100!=11?L[0]:w%10>=2&&w%10<=4&&(w%100<10||w%100>=20)?L[1]:L[2])}var p=function(m,_){return f.test(_)?s[m.month()]:c[m.month()]};p.s=c,p.f=s;var M=function(m,_){return f.test(_)?d[m.month()]:u[m.month()]};M.s=u,M.f=d;var g={name:"ru",weekdays:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),weekdaysShort:"вск_пнд_втр_срд_чтв_птн_сбт".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),months:p,monthsShort:M,weekStart:1,yearStart:4,formats:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:C,mm:C,h:"час",hh:C,d:"день",dd:C,M:"месяц",MM:C,y:"год",yy:C},ordinal:function(m){return m},meridiem:function(m){return m<4?"ночи":m<12?"утра":m<17?"дня":"вечера"}};return i.default.locale(g,null,!0),g})})(qZ);const uCe="",KZ={class:"date-switcher__container"},JZ={class:"date-switcher date-switcher__month"},XZ={class:"date-switcher__arrow date-switcher__arrow-left"},eU={class:"date-switcher__month-name"},tU={class:"date-switcher__arrow date-switcher__arrow-right"},nU={class:"date-switcher date-switcher__year"},oU={class:"date-switcher__arrow date-switcher__arrow-left"},rU={class:"date-switcher__year-name"},lU={class:"date-switcher__arrow date-switcher__arrow-right"},iU={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,{modelValue:r}=e.toRefs(o),i=n,s=e.ref(r.value),c=p=>p.charAt(0).toUpperCase()+p.slice(1),d=()=>{s.value=s.value.subtract(1,"month"),i("update:modelValue",s.value)},u=()=>{s.value=s.value.add(1,"month"),i("update:modelValue",s.value)},f=()=>{s.value=s.value.subtract(1,"year"),i("update:modelValue",s.value)},C=()=>{s.value=s.value.add(1,"year"),i("update:modelValue",s.value)};return(p,M)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",KZ,[e.createElementVNode("div",JZ,[e.withDirectives(e.createElementVNode("div",XZ,null,512),[[g,d]]),e.createElementVNode("span",eU,e.toDisplayString(c(e.unref(r).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",tU,null,512),[[g,u]])]),e.createElementVNode("div",nU,[e.withDirectives(e.createElementVNode("div",oU,null,512),[[g,f]]),e.createElementVNode("span",rU,e.toDisplayString(c(e.unref(r).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",lU,null,512),[[g,C]])])])}}},sU=[{year:2022,months:[{month:1,days:"1,2,3,4,5,6,7,8,9,15,16,22,23,29,30"},{month:2,days:"5,6,12,13,19,20,22*,23,26,27"},{month:3,days:"5*,6,7+,8,12,13,19,20,26,27"},{month:4,days:"2,3,9,10,16,17,23,24,30"},{month:5,days:"1,2+,3+,7,8,9,10+,14,15,21,22,28,29"},{month:6,days:"4,5,11,12,13+,18,19,25,26"},{month:7,days:"2,3,9,10,16,17,23,24,30,31"},{month:8,days:"6,7,13,14,20,21,27,28"},{month:9,days:"3,4,10,11,17,18,24,25"},{month:10,days:"1,2,8,9,15,16,22,23,29,30"},{month:11,days:"3*,4,5,6,12,13,19,20,26,27"},{month:12,days:"3,4,10,11,17,18,24,25,31"}],transitions:[{from:"03.05",to:"03.07"},{from:"05.01",to:"05.02"},{from:"01.01",to:"05.03"},{from:"01.02",to:"05.10"},{from:"06.12",to:"06.13"}],statistic:{workdays:247,holidays:118,hours40:1973,hours36:1775.4,hours24:1182.6}},{year:2023,months:[{month:1,days:"1,2,3,4,5,6,7,8,14,15,21,22,28,29"},{month:2,days:"4,5,11,12,18,19,22*,23,24+,25,26"},{month:3,days:"4,5,7*,8,11,12,18,19,25,26"},{month:4,days:"1,2,8,9,15,16,22,23,29,30"},{month:5,days:"1,6,7,8+,9,13,14,20,21,27,28"},{month:6,days:"3,4,10,11,12,17,18,24,25"},{month:7,days:"1,2,8,9,15,16,22,23,29,30"},{month:8,days:"5,6,12,13,19,20,26,27"},{month:9,days:"2,3,9,10,16,17,23,24,30"},{month:10,days:"1,7,8,14,15,21,22,28,29"},{month:11,days:"3*,4,5,6+,11,12,18,19,25,26"},{month:12,days:"2,3,9,10,16,17,23,24,30,31"}],transitions:[{from:"01.01",to:"02.24"},{from:"01.08",to:"05.08"},{from:"11.04",to:"11.06"}],statistic:{workdays:247,holidays:118,hours40:1973,hours36:1775.4,hours24:1182.6}}],aU=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],fCe="",pCe="",hCe="",cU={class:"pl-input-legacy"},dU=["src"],uU=["src"],fU=["src"],pU=["src"],hU=["src"],Yi={__name:"pl-input",props:{modelValue:{required:!0},icon:{type:Boolean,default:!1},helper:{type:String,default:""},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},mask:{type:String,default:"##.##.####"},getValid:{type:[Boolean,Number],default:!1},datePicker:{type:Boolean,default:!1},maxLength:{type:Number,default:210},minLength:{type:Number},isError:{type:Boolean,default:!1},optional:{type:String,default:""},prefix:{default:!1},clearable:{type:Boolean,default:!1},type:{type:String,default:"text"},label:{type:String,default:""},placeholder:{type:String,default:""},disabled:{type:Boolean,default:!1},widthLabel:{type:String,default:"100px"},currency:{type:Boolean,default:!1},round:{type:Boolean,default:!1},currencyInputOptions:{type:Object,default:()=>({})},valueRange:{type:Object,default:()=>({min:0})},password:{type:Boolean,default:!1}},emits:["update:modelValue","validate","blur"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41OTk5IDguMDAwMzlDMi41OTk5IDUuMDE3NzYgNS4wMTcyNyAyLjYwMDM5IDcuOTk5OSAyLjYwMDM5QzEwLjk4MjUgMi42MDAzOSAxMy4zOTk5IDUuMDE3NzYgMTMuMzk5OSA4LjAwMDM5QzEzLjM5OTkgMTAuOTgzIDEwLjk4MjUgMTMuNDAwNCA3Ljk5OTkgMTMuNDAwNEM1LjAxNzI3IDEzLjQwMDQgMi41OTk5IDEwLjk4MyAyLjU5OTkgOC4wMDAzOVpNNy45OTk5IDEuNDAwMzlDNC4zNTQ1MyAxLjQwMDM5IDEuMzk5OSA0LjM1NTAyIDEuMzk5OSA4LjAwMDM5QzEuMzk5OSAxMS42NDU4IDQuMzU0NTMgMTQuNjAwNCA3Ljk5OTkgMTQuNjAwNEMxMS42NDUzIDE0LjYwMDQgMTQuNTk5OSAxMS42NDU4IDE0LjU5OTkgOC4wMDAzOUMxNC41OTk5IDQuMzU1MDIgMTEuNjQ1MyAxLjQwMDM5IDcuOTk5OSAxLjQwMDM5Wk04LjU5OTkgNS4wMDAzOUM4LjU5OTkgNC42NjkwMiA4LjMzMTI3IDQuNDAwMzkgNy45OTk5IDQuNDAwMzlDNy42Njg1MyA0LjQwMDM5IDcuMzk5OSA0LjY2OTAyIDcuMzk5OSA1LjAwMDM5VjguMzMzNzJDNy4zOTk5IDguNjY1MDkgNy42Njg1MyA4LjkzMzcyIDcuOTk5OSA4LjkzMzcyQzguMzMxMjcgOC45MzM3MiA4LjU5OTkgOC42NjUwOSA4LjU5OTkgOC4zMzM3MlY1LjAwMDM5Wk03Ljk5OTkgMTEuNDkyNkM4LjM4NTYxIDExLjQ5MjYgOC42OTgyOCAxMS4xNzk5IDguNjk4MjggMTAuNzk0MkM4LjY5ODI4IDEwLjQwODUgOC4zODU2MSAxMC4wOTU4IDcuOTk5OSAxMC4wOTU4QzcuNjE0MiAxMC4wOTU4IDcuMzAxNTIgMTAuNDA4NSA3LjMwMTUyIDEwLjc5NDJDNy4zMDE1MiAxMS4xNzk5IDcuNjE0MiAxMS40OTI2IDcuOTk5OSAxMS40OTI2WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk5OTAyIDhMMTUuOTk5IDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xNS45OTkgOEw3Ljk5OTAyIDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K",self.location).href,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNC40NzQ5IDQuNTI1MTNDMTUuODQxNyA1Ljg5MTk3IDE1Ljg0MTcgOC4xMDgwNCAxNC40NzQ5IDkuNDc0ODhDMTMuMTA4IDEwLjg0MTcgMTAuODkyIDEwLjg0MTcgOS41MjUxMyA5LjQ3NDg4QzguMTU4MjkgOC4xMDgwNCA4LjE1ODI5IDUuODkxOTcgOS41MjUxMyA0LjUyNTEzQzEwLjg5MiAzLjE1ODI5IDEzLjEwOCAzLjE1ODI5IDE0LjQ3NDkgNC41MjUxMyIgc3Ryb2tlPSIjNjU2NTY3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQgMTguNDk5OFYxOS40OTk4QzQgMjAuMDUxOCA0LjQ0OCAyMC40OTk4IDUgMjAuNDk5OEgxOUMxOS41NTIgMjAuNDk5OCAyMCAyMC4wNTE4IDIwIDE5LjQ5OThWMTguNDk5OEMyMCAxNS40NzM4IDE2LjA0OCAxMy41MDc4IDEyIDEzLjUwNzhDNy45NTIgMTMuNTA3OCA0IDE1LjQ3MzggNCAxOC40OTk4WiIgc3Ryb2tlPSIjNjU2NTY3IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4NCg==",self.location).href,s=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC40NjQyMSAyLjQ2NTg5QzQuNzU3MTEgMi4xNzI5OSA1LjIzMTk4IDIuMTcyOTkgNS41MjQ4NyAyLjQ2NTg5TDguNzM2NTcgNS42Nzc1OUM4Ljc0NDg2IDUuNjg1NSA4Ljc1Mjk4IDUuNjkzNjIgOC43NjA5MyA1LjcwMTk0TDExLjk2IDguOTAwOTlDMTEuOTY3OSA4LjkwODUzIDExLjk3NTYgOC45MTYyNyAxMS45ODMyIDguOTI0MkwxNi4wNzUxIDEzLjAxNjFDMTYuMDgzIDEzLjAyMzcgMTYuMDkwOCAxMy4wMzE1IDE2LjA5ODMgMTMuMDM5M0wxOS41MTU5IDE2LjQ1NjlDMTkuNTIxNSAxNi40NjIzIDE5LjUyNjkgMTYuNDY3OCAxOS41MzIzIDE2LjQ3MzNMMjIuNTMyIDE5LjQ3M0MyMi44MjQ4IDE5Ljc2NTkgMjIuODI0OCAyMC4yNDA3IDIyLjUzMiAyMC41MzM2QzIyLjIzOTEgMjAuODI2NSAyMS43NjQyIDIwLjgyNjUgMjEuNDcxMyAyMC41MzM2TDE4LjkxMjEgMTcuOTc0NEMxNy4xNjYgMTkuMTM2MSAxNS4xMTAzIDE5Ljc1NzggMTMuMDAzNCAxOS43NTI5QzkuMTM0ODYgMTkuODE4OCA1LjU2MTI1IDE3LjY5MTYgMy43NzUgMTQuMjU5TDMuNzY3NzEgMTQuMjQ0NkMzLjA2OTYyIDEyLjgyOTYgMy4wNjk2MiAxMS4xNzAzIDMuNzY3NzEgOS43NTUzNEwzLjc3MDA1IDkuNzUwNTlMMy43NzAwNyA5Ljc1MDZDNC41MTggOC4yNjExNyA1LjYzNjAxIDYuOTk1OTYgNy4wMDk3IDYuMDcyMDNMNC40NjQyMSAzLjUyNjU1QzQuMTcxMzIgMy4yMzM2NSA0LjE3MTMyIDIuNzU4NzggNC40NjQyMSAyLjQ2NTg5Wk04LjA5NDMzIDcuMTU2NjZDNi44MjE0NSA3Ljk0NzUxIDUuNzg3ODYgOS4wNzYwNiA1LjExMTc3IDEwLjQyMTNDNC42MjIzNyAxMS40MTUxIDQuNjIxNiAxMi41Nzk2IDUuMTA5NDUgMTMuNTczOUM2LjYzNTQ5IDE2LjQ5OTcgOS42ODQ2NiAxOC4zMTE3IDEyLjk4NDUgMTguMjUzTDEzLjAwMDIgMTguMjUyOUMxNC43MTA1IDE4LjI1ODEgMTYuMzgxNyAxNy43ODI1IDE3LjgyNjYgMTYuODg4OUwxNS42MjIyIDE0LjY4NDVDMTQuNzY2NyAxNS41MzY5IDEzLjUzMzcgMTUuOTQwMyAxMi4zMDczIDE1LjcxOTFDMTAuNzY1MiAxNS40NDEgOS41NTgzMiAxNC4yMzQxIDkuMjgwMiAxMi42OTJDOS4wNTkwMSAxMS40NjU2IDkuNDYyMzcgMTAuMjMyNiAxMC4zMTQ4IDkuMzc3MUw4LjA5NDMzIDcuMTU2NjZaTTExLjM3NTUgMTAuNDM3OEMxMC44NjUxIDEwLjk1MTMgMTAuNjIzOCAxMS42OTA1IDEwLjc1NjQgMTIuNDI1OEMxMC45MjMzIDEzLjM1MTUgMTEuNjQ3OCAxNC4wNzYgMTIuNTczNSAxNC4yNDI5QzEzLjMwODggMTQuMzc1NSAxNC4wNDggMTQuMTM0MiAxNC41NjE1IDEzLjYyMzhMMTEuMzc1NSAxMC40Mzc4Wk0xMi45OTA4IDQuMjQ3MDZDMTYuODYgNC4xODA1MSAyMC40MzQzIDYuMzA3ODMgMjIuMjIwOCA5Ljc0MDk1TDIyLjIyODEgOS43NTUzM0MyMi45MjYyIDExLjE3MDMgMjIuOTI2MiAxMi44Mjk2IDIyLjIyODEgMTQuMjQ0NkMyMi4xOTA0IDE0LjMyMTMgMjIuMTQ5MyAxNC4zODY1IDIyLjEyNjkgMTQuNDIyMUwyMi4xMjU5IDE0LjQyMzdDMjIuMDk3MyAxNC40NjkgMjIuMDkyMSAxNC40Nzc3IDIyLjA4ODMgMTQuNDg0OUMyMS44OTQ3IDE0Ljg1MTEgMjEuNDQxIDE0Ljk5MTEgMjEuMDc0OCAxNC43OTc2QzIwLjcwODUgMTQuNjA0MSAyMC41Njg1IDE0LjE1MDMgMjAuNzYyIDEzLjc4NDFDMjAuNzk0OSAxMy43MjIgMjAuODMxNCAxMy42NjQyIDIwLjg1MDggMTMuNjMzNkMyMC44NTI5IDEzLjYzMDMgMjAuODU0OCAxMy42MjczIDIwLjg1NjQgMTMuNjI0NkMyMC44Nzc5IDEzLjU5MDUgMjAuODgxOSAxMy41ODI4IDIwLjg4MTkgMTMuNTgyOUwyMC44ODI5IDEzLjU4MDlDMjEuMzczNCAxMi41ODY2IDIxLjM3NDUgMTEuNDIxMSAyMC44ODYzIDEwLjQyNkMxOS4zNjAzIDcuNTAwMTQgMTYuMzExMSA1LjY4ODE3IDEzLjAxMTIgNS43NDY5M0wxMi45OTc5IDUuNzQ3MTdWNS43NDcwNUMxMi44NzkyIDUuNzQ3MDUgMTIuNzg3NyA1Ljc1NTU1IDEyLjY2ODkgNS43NjY1OEMxMi41OTA0IDUuNzczODggMTIuNDk5OSA1Ljc4MjI4IDEyLjM4MTcgNS43OTAwN0MxMS45Njg0IDUuODE3MjkgMTEuNjExMiA1LjUwNDMxIDExLjU4NCA1LjA5MDk5QzExLjU1NjggNC42Nzc2NyAxMS44Njk4IDQuMzIwNTQgMTIuMjgzMSA0LjI5MzMxQzEyLjMyNDEgNC4yOTA2MSAxMi4zNzgyIDQuMjg1ODEgMTIuNDQwMyA0LjI4MDMxQzEyLjU5OSA0LjI2NjI1IDEyLjgxMDEgNC4yNDc1NCAxMi45OTA4IDQuMjQ3MDZaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,c=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4xMTA2NyAxMC40MjU3QzMuODcxMDIgMTAuOTE1OSAzLjc0NiAxMS40NTQzIDMuNzQ1MTIgMTJDMy43NDYgMTIuNTQ1OCAzLjg3MTAyIDEzLjA4NDIgNC4xMTA2NyAxMy41NzQ0QzUuNjM2NzcgMTYuNSA4LjY4NTgxIDE4LjMxMTggMTEuOTg1NSAxOC4yNTMxQzExLjk5NDQgMTguMjUyOSAxMi4wMDMzIDE4LjI1MjkgMTIuMDEyMiAxOC4yNTMxQzE1LjMxMjEgMTguMzExOCAxOC4zNjEzIDE2LjQ5OTggMTkuODg3MyAxMy41NzRDMjAuMzc0NCAxMi41ODEyIDIwLjM3NDQgMTEuNDE4OCAxOS44ODczIDEwLjQyNjFDMTguMzYxMyA3LjUwMDIyIDE1LjMxMjEgNS42ODgyMyAxMi4wMTIyIDUuNzQ2OTlDMTIuMDAzMyA1Ljc0NzE1IDExLjk5NDQgNS43NDcxNSAxMS45ODU1IDUuNzQ2OTlDOC42ODU4MSA1LjY4ODI0IDUuNjM2NzcgNy41MDAwNCA0LjExMDY3IDEwLjQyNTdaTTExLjk5ODkgNC4yNDdDOC4xMzI0MSA0LjE4MzE5IDQuNTYxMzYgNi4zMSAyLjc3NTk5IDkuNzQxMDNMMi43NjgyNiA5Ljc1NjNDMi40MjUxMSAxMC40NTQyIDIuMjQ2MTYgMTEuMjIxMyAyLjI0NTEyIDExLjk5OVYxMi4wMDFDMi4yNDYxNiAxMi43Nzg3IDIuNDI1MTEgMTMuNTQ1OSAyLjc2ODI2IDE0LjI0MzhMMi43NzU5OSAxNC4yNTlDNC41NjEzNiAxNy42OTAxIDguMTMyNDEgMTkuODE2OSAxMS45OTg5IDE5Ljc1MzFDMTUuODY1MyAxOS44MTY5IDE5LjQzNjQgMTcuNjkwMSAyMS4yMjE3IDE0LjI1OUwyMS4yMjkgMTQuMjQ0N0MyMS45MjcxIDEyLjgyOTcgMjEuOTI3MSAxMS4xNzA0IDIxLjIyOSA5Ljc1NTM5TDIxLjIyMTcgOS43NDEwM0MxOS40MzY0IDYuMzEgMTUuODY1MyA0LjE4MzE5IDExLjk5ODkgNC4yNDdaTTExLjk5ODkgOS43NDg3OEMxMC43NTU1IDkuNzQ4NzggOS43NDc2MiAxMC43NTY3IDkuNzQ3NjIgMTJDOS43NDc2MiAxMy4yNDM0IDEwLjc1NTUgMTQuMjUxMyAxMS45OTg5IDE0LjI1MTNDMTMuMjQyMiAxNC4yNTEzIDE0LjI1MDEgMTMuMjQzNCAxNC4yNTAxIDEyQzE0LjI1MDEgMTEuNTg1OCAxNC41ODU5IDExLjI1IDE1LjAwMDEgMTEuMjVDMTUuNDE0MyAxMS4yNSAxNS43NTAxIDExLjU4NTggMTUuNzUwMSAxMkMxNS43NTAxIDE0LjA3MTggMTQuMDcwNiAxNS43NTEzIDExLjk5ODkgMTUuNzUxM0M5LjkyNzExIDE1Ljc1MTMgOC4yNDc2MiAxNC4wNzE4IDguMjQ3NjIgMTJDOC4yNDc2MiA5LjkyODI3IDkuOTI3MTEgOC4yNDg3OCAxMS45OTg5IDguMjQ4NzhDMTIuNDEzMSA4LjI0ODc4IDEyLjc0ODkgOC41ODQ1NyAxMi43NDg5IDguOTk4NzhDMTIuNzQ4OSA5LjQxMjk5IDEyLjQxMzEgOS43NDg3OCAxMS45OTg5IDkuNzQ4NzhaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,d=e.ref(),u=t,f=n,{getValid:C,currency:p,round:M,currencyInputOptions:g,valueRange:m,password:_}=e.toRefs(u),y=e.computed({get:()=>u.modelValue,set:U=>{f("update:modelValue",U)}}),w=e.reactive({[u.prop]:y}),L=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(m),...e.unref(g)}),{inputRef:x,formattedValue:b,setValue:E}=Hi(L);e.unref(p)&&e.watch(y,U=>{E(U)});const k=(U,V,R)=>{f("validate",U,V,R)};e.watch(y,U=>{w[u.prop]=U});const D=U=>{u.type==="number"?!isNaN(U)&&!U.includes(".")&&!U.includes("+")&&!U.includes("-")&&!U.includes(",")&&f("update:modelValue",U):f("update:modelValue",U)},v=U=>{let R=U.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{R.focus()})},j=e.computed(()=>{switch(u.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),T=e.ref("password"),S=U=>{T.value=T.value==="password"?"text":"password",v(U)},P=()=>{f("update:modelValue","")};let I=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const U=document.getElementById(`${W}`);I.value=U==null?void 0:U.children[0].children[0].clientWidth},0),e.watch(C,U=>{U&&(d.value.validate(),f("isValid"))});const Q=U=>{const{keyCode:V}=U;if(V>=96&&V<=105||V>=48&&V<=57||V===46||V===8){const{selectionStart:R,selectionEnd:z}=U.target,H=U.target.value.length;setTimeout(()=>{let G=U.target.value.length;V===46&&(G+=1);let A;R===z||R+1===z?(A=R+(G-H),V===8&&(G===H?A-=1:z!==R&&(A+=1)),A<0&&(A=0),z===R&&z===A&&G===H&&V!==8&&V!==46&&(A+=1)):A=z-H+G,U.target.selectionStart=A,U.target.selectionEnd=A})}};return(U,V)=>{const R=C2,z=Z4,H=H4,G=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",cU,[e.createVNode(H,{ref_key:"refInput",ref:d,"label-position":"top",model:w,rules:t.rules,onValidate:k,onSubmit:V[9]||(V[9]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createElementVNode("div",{id:"form",class:e.normalizeClass([t.icon&&!t.label?"padding-form":""])},[u.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"info-svg",src:e.unref(o),alt:"info"},null,8,dU)):e.createCommentVNode("",!0),u.prefix?(e.openBlock(),e.createElementBlock("img",{key:1,class:e.normalizeClass(["prefix-icon",[!t.label||"prefixWithLabel"]]),alt:"user",src:t.prefix!==!0?t.prefix:e.unref(i)},null,10,uU)):e.createCommentVNode("",!0),u.clearable?(e.openBlock(),e.createElementBlock("img",{key:2,class:e.normalizeClass(["clearBtn",[!t.label&&!t.icon?"clearNoLabel":""]]),src:e.unref(r),alt:"clear",onClick:P},null,10,fU)):e.createCommentVNode("",!0),u.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(I)+"px"})},e.toDisplayString(u.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(z,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:u.label,prop:t.prop},{default:e.withCtx(()=>[t.datePicker?e.withDirectives((e.openBlock(),e.createBlock(R,{key:0,modelValue:y.value,"onUpdate:modelValue":V[0]||(V[0]=A=>y.value=A),disabled:u.disabled,placeholder:u.placeholder,type:j.value,resize:"none",onInput:D,onBlur:V[1]||(V[1]=A=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[G,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(R,e.mergeProps({key:2},U.$attrs,{ref_key:"inputRef",ref:x,modelValue:e.unref(b),"onUpdate:modelValue":V[7]||(V[7]=A=>e.isRef(b)?b.value=A:null),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,resize:"none",onKeydown:Q,onBlur:V[8]||(V[8]=A=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:V[6]||(V[6]=A=>v(A))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(R,e.mergeProps({key:1,modelValue:y.value,"onUpdate:modelValue":V[4]||(V[4]=A=>y.value=A),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,type:e.unref(_)?T.value:j.value,resize:"none"},U.$attrs,{autosize:{minRows:3,maxRows:6},clearable:u.clearable,onInput:D,onBlur:V[5]||(V[5]=A=>f("blur"))}),e.createSlots({_:2},[e.unref(_)?{name:"append",fn:e.withCtx(()=>[T.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:V[2]||(V[2]=A=>S(A))},null,8,pU)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(c),alt:"",onClick:V[3]||(V[3]=A=>S(A))},null,8,hU))]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder","type","clearable"]))]),_:1},8,["class","label","prop"])]),t.isError?(e.openBlock(),e.createElementBlock("p",{key:4,class:e.normalizeClass({isError:u.isError})},e.toDisplayString(u.helper),3)):e.createCommentVNode("",!0)],2)]),_:1},8,["model","rules"])])}}},CCe="",CU={class:"date-picker"},gU={class:"date-picker__wrapper"},mU={class:"pl-date-picker__days"},_U={class:"field"},MU=ut({__name:"pl-date-picker",props:{modelValue:{type:String,required:!0},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},placeholder:{type:String,default:"Выберите дату"},label:{type:String,default:""},weekendsDisabled:{type:Boolean,default:!0},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{weekendsDisabled:i}=e.toRefs(o),s=e.computed({get:()=>o.modelValue,set:k=>{r("update:modelValue",k)}}),c=e.ref(se(s.value,"DD.MM.YYYY")),d=e.ref(se(s.value,"DD.MM.YYYY")),u=e.ref(se(s.value,"DD.MM.YYYY")),f=e.ref(!1),C=()=>{o.disabled||(f.value=!f.value)},p=e.computed(()=>o.disabled?"var(--color-text-icons-tertiary)":"var(--color-text-icons-secondary)"),M=e.ref(null);e.watch(s,k=>{se(k,"DD.MM.YYYY",!0).isValid()?(c.value=se(k,"DD.MM.YYYY"),d.value=se(k,"DD.MM.YYYY"),u.value=se(k,"DD.MM.YYYY")):(c.value=se(),d.value=se(),u.value=se())});const g=sU,m=k=>d.value.date()===k.day&&d.value.month()===k.month&&d.value.year()===k.year&&k.type==="current",_=k=>k.format("DD.MM.YYYY"),y=()=>{u.value=d.value,s.value=_(d.value),r("update:modelValue",d.value.format("DD.MM.YYYY"))},w=(k,D)=>{D?d.value=se(k,D):d.value=se().set("date",k.day).set("month",k.month).set("year",k.year),y()},L=k=>{k.weekend||k.type==="previous"||k.type==="next"||w(k),f.value=!1};Mn(M,()=>{setTimeout(()=>{c.value=u.value,f.value=!1})});const x=()=>{const k=[],D=[],v=[],j=c.value.date(1).day()===0;if(c.value.date(1).day()>1||j){const I=c.value.subtract(1,"month").endOf("month").date(),W=j?6:c.value.date(1).day()-1,Q=I-W+1;for(let U=Q;U<=I;U++)k.push({day:U,type:"previous"})}const T=g.filter(I=>(I==null?void 0:I.year)===(c==null?void 0:c.value.year()))[0],S=T==null?void 0:T.months[c.value.month()].days.split(","),P=c.value.endOf("month").date();for(let I=1;I<=P;I++)D.push({day:I,month:c.value.month(),year:c.value.year(),type:"current",weekend:i.value?S==null?void 0:S.includes(I.toString()):""});if(c.value.date(c.value.daysInMonth()).day()){const I=7-c.value.date(c.value.daysInMonth()).day();for(let W=1;W<=I;W++)v.push({day:W,type:"next"})}return[...k,...D,...v]},b=e.ref(x());e.watch(c,()=>{b.value=x()});const E=e.ref(!1);return e.watch(f,k=>{s.value===""&&(c.value=se(),d.value=se(),u.value=se()),k?E.value=!1:E.value=!0}),(k,D)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",CU,[e.createElementVNode("div",gU,[e.createVNode(Yi,{modelValue:s.value,"onUpdate:modelValue":D[0]||(D[0]=j=>s.value=j),"get-valid":E.value,class:"date-picker__input",label:t.label,prop:o.prop,rules:o.rules,placeholder:t.placeholder,disabled:o.disabled,"date-picker":""},null,8,["modelValue","get-valid","label","prop","rules","placeholder","disabled"]),e.withDirectives(e.createVNode(C1,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":o.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[v,C]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:M,class:"date-picker__popup"},[e.createVNode(iU,{modelValue:c.value,"onUpdate:modelValue":D[1]||(D[1]=j=>c.value=j)},null,8,["modelValue"]),e.createElementVNode("div",mU,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(aU),(j,T)=>(e.openBlock(),e.createElementBlock("div",{key:T,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(j),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(j,T)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${T}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":j.type!=="current"||j.weekend},{"date-picker__day-item_active-item":m(j)}])},[e.createElementVNode("div",_U,e.toDisplayString(j.type!=="previous"&&j.type!=="next"?j.day:""),1)],2)),[[v,()=>L(j)]])),128))])],512)):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-0c3171a3"]]),yU={key:0,class:"pl-input__prefix"},wU=["id","name","disabled","placeholder","prop"],NU=e.createElementVNode("div",{class:"pl-input__suffix"},[e.createElementVNode("span",{class:"pl-input__currency"},"₽")],-1),bU=e.defineComponent({inheritAttrs:!1,__name:"pl-currency",props:{id:{},leftIcon:{default:""},round:{type:Boolean,default:!1},valueRange:{},currencyInputOptions:{},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","change","blur"],setup(t,{emit:n}){const o=t,r=e.reactive({currency:"RUB",currencyDisplay:yn.hidden,precision:o.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:o.valueRange,...o.currencyInputOptions}),{inputRef:i,formattedValue:s,setValue:c}=Hi(r),d=n,u=e.computed({get:()=>o.modelValue,set:f=>{d("update:modelValue",f)}});return e.watch(u,f=>{typeof f=="number"&&c(f)}),(f,C)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",yU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{ref_key:"inputRef",ref:i,"onUpdate:modelValue":C[0]||(C[0]=p=>e.isRef(s)?s.value=p:null),class:"pl-input__inner",name:f.id,disabled:o.disabled,placeholder:o.placeholder,prop:o.prop,onBlur:C[1]||(C[1]=()=>{d("blur")})}),null,16,wU),[[e.vModelDynamic,e.unref(s)]]),NU],6))}}),DU={key:0,class:"pl-input__prefix"},kU=["id","value","name","type","disabled","placeholder","prop","autocomplete"],LU={class:"pl-input__suffix"},xU=e.defineComponent({inheritAttrs:!1,__name:"pl-password",props:{id:{default:""},leftIcon:{},currentPassword:{type:Boolean,default:!1},newPassword:{type:Boolean,default:!1},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","blur"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:f=>{r("update:modelValue",f)}}),s=e.ref(!1),c=()=>{o.disabled||(s.value=!s.value)},d=f=>{i.value=f.target.value.trim()},u=e.computed(()=>o.currentPassword?"current-password":o.newPassword?"new-password":"off");return(f,C)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",DU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{value:i.value,class:"pl-input__inner",name:f.id,type:s.value?"text":"password",disabled:o.disabled,placeholder:o.placeholder,prop:o.prop,autocomplete:u.value,onInput:d,onBlur:C[0]||(C[0]=()=>{r("blur")})}),null,16,kU),e.createElementVNode("div",LU,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:c},[s.value?(e.openBlock(),e.createBlock(C1,{key:0,class:"pl-input__eye",name:"Eye20"})):(e.openBlock(),e.createBlock(C1,{key:1,class:"pl-input__eye",name:"EyeCrossed20"}))])])],6))}}),EU=["id","name","disabled","maxlength","placeholder","prop"],vU={key:0,class:"pl-textarea__count"},SU={key:0,class:"pl-textarea__count-inner"},$U={key:1,class:"pl-textarea__count-inner"},TU=e.defineComponent({inheritAttrs:!1,__name:"pl-textarea",props:{id:{default:""},showWordLimit:{type:Boolean,default:!1},maxlength:{default:null},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:s=>{r("update:modelValue",s)}});return(s,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",s.$attrs.class]),style:e.normalizeStyle(s.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:s.id},s.$attrs,{"onUpdate:modelValue":c[0]||(c[0]=d=>i.value=d),class:[{"pl-textarea__text":s.maxlength},"pl-textarea__inner"],name:s.id,disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop}),null,16,EU),[[e.vModelText,i.value]]),o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",vU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",SU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",$U," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),jU={key:0,class:"pl-input__prefix"},OU=["id","name","disabled","maxlength","placeholder","prop"],VU={key:1,class:"pl-input__suffix"},IU={key:2,class:"pl-input__suffix"},zU={key:3,class:"pl-input__count"},BU={key:0,class:"pl-input__count-inner"},AU={key:1,class:"pl-input__count-inner"},PU=e.defineComponent({inheritAttrs:!1,__name:"pl-default",props:{id:{default:""},maxlength:{default:null},showWordLimit:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},leftIcon:{default:""},rightIcon:{default:""},formatter:{},iconPointer:{type:Boolean,default:!1},customBlur:{type:Boolean,default:!1},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","resetValue","tabHandler","touchstart","blur","mousedown"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:u=>{r("update:modelValue",u)}}),s=u=>{o.customBlur&&u.composed?u.stopImmediatePropagation():r("blur")};o.formatter&&e.watch(i,u=>{u&&(i.value=o.formatter(u))});const c=()=>{i.value="",r("resetValue")},d=()=>{r("tabHandler")};return(u,f)=>{const C=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",u.$attrs.class]),style:e.normalizeStyle(u.$attrs.style),onMousedown:f[3]||(f[3]=p=>r("mousedown"))},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",jU,[e.createVNode(C1,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:u.id,"onUpdate:modelValue":f[0]||(f[0]=p=>i.value=p),class:"pl-input__inner",name:u.id},u.$attrs,{disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop,onBlur:s,onKeydown:e.withKeys(d,["tab"]),onTouchstart:f[1]||(f[1]=()=>{r("touchstart")})}),null,16,OU),[[e.vModelDynamic,i.value]]),!o.disabled&&o.clearable&&i.value?(e.openBlock(),e.createElementBlock("div",VU,[!o.disabled&&o.clearable&&i.value?e.withDirectives((e.openBlock(),e.createBlock(C1,{key:0,name:"Close16",class:"cursor-pointer"},null,512)),[[C,c,void 0,{stop:!0}]]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),o.rightIcon?(e.openBlock(),e.createElementBlock("div",IU,[o.rightIcon?(e.openBlock(),e.createBlock(C1,{key:0,name:o.rightIcon,class:e.normalizeClass([{"cursor-pointer":o.iconPointer}]),onTouchstart:f[2]||(f[2]=()=>{r("touchstart")})},null,8,["name","class"])):e.createCommentVNode("",!0)])):o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",zU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",BU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",AU," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),HU={key:0,class:"pl-input__label"},ZU={key:1,class:"pl-input__optional"},UU={key:1,class:"pl-input__helpertext"},QU={key:0,class:"pl-form-item__error"},YU={key:1},RU=e.defineComponent({inheritAttrs:!1,__name:"pl-input-plus",props:{showWordLimit:{type:Boolean,default:!1},currency:{type:Boolean,default:!1},password:{type:Boolean,default:!1},textarea:{type:Boolean,default:!1},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},round:{type:Boolean,default:!1},valueRange:{default:()=>({min:0})},currencyInputOptions:{},"show-word-limit":{type:Boolean,default:!1},formatter:{},maxlength:{default:null},currentPassword:{type:Boolean,default:!1},newPassword:{type:Boolean,default:!1},iconPointer:{type:Boolean,default:!1},customBlur:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},focusOnReset:{type:Boolean,default:!1},disableTrim:{type:Boolean,default:!1},prop:{default:""},modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","resetValue","touchstart","blur"],setup(t,{expose:n,emit:o}){e.useCssVars(g=>({"55911c8e":r.width}));const r=t,i=`id-${Xt()}`,s=e.ref([]);if(r.prop){const g=e.inject("errorsState",[]);e.watch(g,()=>{s.value=g.value.filter(_=>_.field===r.prop);const m=document.getElementById(i).parentElement;s.value.length?m.classList.add("is-error"):m.classList.remove("is-error")},{deep:!0})}const c=o,d=e.computed({get:()=>r.modelValue,set:g=>{c("update:modelValue",g)}});e.watch(d,()=>{document.getElementById(i).dispatchEvent(new Event("change"))});const u=()=>{r.disableTrim||e.nextTick(()=>{const m=document.getElementById(i).value.replace(/\s+/g," ").trim();d.value=m,c("blur")})},f=(g=!1)=>{const m=document.getElementById(i);m&&(r.customBlur&&typeof g=="boolean"&&g?m.dispatchEvent(new Event("blur")):m.blur())},C=()=>{var g;c("resetValue"),r.focusOnReset||(g=document.getElementById(i))==null||g.blur()},p=()=>{var g;(g=document.getElementById(i))==null||g.focus()};return n({blurInput:f,focusInput:p,getId:()=>i}),(g,m)=>{const _=ar,y=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",g.$attrs.class]),style:e.normalizeStyle(g.$attrs.style),onMouseup:p},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",for:i},[e.createElementVNode("div",null,[r.label?(e.openBlock(),e.createElementBlock("span",HU,e.toDisplayString(r.label),1)):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createElementBlock("span",ZU,e.toDisplayString(r.optional),1)):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(_,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input",{"is-disabled":r.disabled}])},[r.currency?(e.openBlock(),e.createBlock(bU,e.mergeProps({key:0,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[0]||(m[0]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,round:r.round,"value-range":r.valueRange,"currency-input-options":r.currencyInputOptions,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,onBlur:m[1]||(m[1]=w=>c("blur"))}),null,16,["modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop"])):r.password?(e.openBlock(),e.createBlock(xU,e.mergeProps({key:1,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[2]||(m[2]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,"current-password":r.currentPassword,"new-password":r.newPassword,onBlur:u}),null,16,["modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password"])):r.textarea?(e.openBlock(),e.createBlock(TU,e.mergeProps({key:2,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[3]||(m[3]=w=>d.value=w),placeholder:r.placeholder,disabled:r.disabled,prop:r.prop,"show-word-limit":r.showWordLimit,maxlength:r.maxlength,onBlur:u}),null,16,["modelValue","placeholder","disabled","prop","show-word-limit","maxlength"])):(e.openBlock(),e.createBlock(PU,e.mergeProps({key:3,id:i},g.$attrs,{modelValue:d.value,"onUpdate:modelValue":m[4]||(m[4]=w=>d.value=w),placeholder:r.placeholder,maxlength:r.maxlength,disabled:r.disabled,"left-icon":r.leftIcon,"right-icon":r.rightIcon,prop:r.prop,"show-word-limit":r.showWordLimit,formatter:r.formatter,"icon-pointer":r.iconPointer,"custom-blur":r.customBlur,clearable:r.clearable,onBlur:u,onResetValue:C,onTouchstart:m[5]||(m[5]=()=>c("touchstart"))}),null,16,["modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable"]))],2)),[[y,f]]),r.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",UU,[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",QU,e.toDisplayString(s.value[0].message),1)):r.helpertext?(e.openBlock(),e.createElementBlock("span",YU,e.toDisplayString(r.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],38)}}}),mCe="",ql=ut(RU,[["__scopeId","data-v-1e5b9bb1"]]);var Zd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){return function(o,r,i){r.prototype.isBetween=function(s,c,d,u){var f=i(s),C=i(c),p=(u=u||"()")[0]==="(",M=u[1]===")";return(p?this.isAfter(f,d):!this.isBefore(f,d))&&(M?this.isBefore(C,d):!this.isAfter(C,d))||(p?this.isBefore(f,d):!this.isAfter(f,d))&&(M?this.isAfter(C,d):!this.isBefore(C,d))}}})})(Zd);var FU=Zd.exports;const Ri=X1(FU);var Ud={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){return function(o,r,i){var s=r.prototype,c=function(M){var g,m=M.date,_=M.utc,y={};if(!((g=m)===null||g instanceof Date||g instanceof Array||s.$utils().u(g)||g.constructor.name!=="Object")){if(!Object.keys(m).length)return new Date;var w=_?i.utc():i();Object.keys(m).forEach(function(j){var T,S;y[T=j,S=s.$utils().p(T),S==="date"?"day":S]=m[j]});var L=y.day||(y.year||y.month>=0?1:w.date()),x=y.year||w.year(),b=y.month>=0?y.month:y.year||y.day?0:w.month(),E=y.hour||0,k=y.minute||0,D=y.second||0,v=y.millisecond||0;return _?new Date(Date.UTC(x,b,L,E,k,D,v)):new Date(x,b,L,E,k,D,v)}return m},d=s.parse;s.parse=function(M){M.date=c.bind(this)(M),d.bind(this)(M)};var u=s.set,f=s.add,C=s.subtract,p=function(M,g,m,_){_===void 0&&(_=1);var y=Object.keys(g),w=this;return y.forEach(function(L){w=M.bind(w)(g[L]*_,L)}),w};s.set=function(M,g){return g=g===void 0?M:g,M.constructor.name==="Object"?p.bind(this)(function(m,_){return u.bind(this)(_,m)},g,M):u.bind(this)(M,g)},s.add=function(M,g){return M.constructor.name==="Object"?p.bind(this)(f,M,g):f.bind(this)(M,g)},s.subtract=function(M,g){return M.constructor.name==="Object"?p.bind(this)(f,M,g,-1):C.bind(this)(M,g)}}})})(Ud);var WU=Ud.exports;const Fi=X1(WU),_Ce="",Qd=t=>(e.pushScopeId("data-v-ac56b7a7"),t=t(),e.popScopeId(),t),GU=["id"],qU=["src"],KU={class:"date-switcher__container flex-column"},JU={class:"d-flex pb-6 justify-content-between"},XU={class:"date-switcher justify-content-center flex-column"},eQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),tQ={class:"date-switcher justify-content-center flex-column"},nQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),oQ={class:"d-flex pt-2 justify-content-between"},rQ={class:"date-switcher date-switcher__month"},lQ={class:"date-switcher__month-name"},iQ={class:"date-switcher date-switcher__year"},sQ={class:"date-switcher__year-name"},aQ={class:"pl-date-picker__days"},cQ=["onClick","onMousemove"],dQ={class:"field"},uQ={class:"pl-date-picker__buttons"},fQ=ut({__name:"pl-date-picker-range",props:{modelValue:{type:Array,default:()=>[]},width:{type:String,default:"260px"},placeholder:{type:String,default:"Выберите дату"},label:{type:String,default:""},isClose:{type:Boolean,default:!1},showInput:{type:Boolean,default:!0},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen"],setup(t,{expose:n,emit:o}){const r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDkwMiAyQzguNzQ5MDIgMS41ODU3OSA4LjQxMzI0IDEuMjUgNy45OTkwMiAxLjI1QzcuNTg0ODEgMS4yNSA3LjI0OTAyIDEuNTg1NzkgNy4yNDkwMiAyVjMuMjVINC45OTkwMkMzLjQ3OTgxIDMuMjUgMi4yNDkwMiA0LjQ4MDc5IDIuMjQ5MDIgNlY5VjE5QzIuMjQ5MDIgMjAuNTE5MiAzLjQ3OTgxIDIxLjc1IDQuOTk5MDIgMjEuNzVIMTguOTk5QzIwLjUxODIgMjEuNzUgMjEuNzQ5IDIwLjUxOTIgMjEuNzQ5IDE5VjlWNkMyMS43NDkgNC40ODA3OSAyMC41MTgyIDMuMjUgMTguOTk5IDMuMjVIMTYuNzQ5VjJDMTYuNzQ5IDEuNTg1NzkgMTYuNDEzMiAxLjI1IDE1Ljk5OSAxLjI1QzE1LjU4NDggMS4yNSAxNS4yNDkgMS41ODU3OSAxNS4yNDkgMlYzLjI1SDguNzQ5MDJWMlpNNC45OTkwMiA0Ljc1SDcuMjQ5MDJWNkM3LjI0OTAyIDYuNDE0MjEgNy41ODQ4MSA2Ljc1IDcuOTk5MDIgNi43NUM4LjQxMzI0IDYuNzUgOC43NDkwMiA2LjQxNDIxIDguNzQ5MDIgNlY0Ljc1SDE1LjI0OVY2QzE1LjI0OSA2LjQxNDIxIDE1LjU4NDggNi43NSAxNS45OTkgNi43NUMxNi40MTMyIDYuNzUgMTYuNzQ5IDYuNDE0MjEgMTYuNzQ5IDZWNC43NUgxOC45OTlDMTkuNjg5OCA0Ljc1IDIwLjI0OSA1LjMwOTIxIDIwLjI0OSA2VjguMjVIMy43NDkwMlY2QzMuNzQ5MDIgNS4zMDkyMSA0LjMwODI0IDQuNzUgNC45OTkwMiA0Ljc1Wk0zLjc0OTAyIDkuNzVIMjAuMjQ5VjE5QzIwLjI0OSAxOS42OTA4IDE5LjY4OTggMjAuMjUgMTguOTk5IDIwLjI1SDQuOTk5MDJDNC4zMDgyNCAyMC4yNSAzLjc0OTAyIDE5LjY5MDggMy43NDkwMiAxOVY5Ljc1Wk04LjAwNjg0IDEyLjk3NjZDOC4wMDY4NCAxMy41Mjg4IDcuNTU5MTIgMTMuOTc2NiA3LjAwNjg0IDEzLjk3NjZDNi40NTQ1NSAxMy45NzY2IDYuMDA2ODQgMTMuNTI4OCA2LjAwNjg0IDEyLjk3NjZDNi4wMDY4NCAxMi40MjQzIDYuNDU0NTUgMTEuOTc2NiA3LjAwNjg0IDExLjk3NjZDNy41NTkxMiAxMS45NzY2IDguMDA2ODQgMTIuNDI0MyA4LjAwNjg0IDEyLjk3NjZaTTguMDA2ODQgMTYuOTgwNUM4LjAwNjg0IDE3LjUzMjggNy41NTkxMiAxNy45ODA1IDcuMDA2ODQgMTcuOTgwNUM2LjQ1NDU1IDE3Ljk4MDUgNi4wMDY4NCAxNy41MzI4IDYuMDA2ODQgMTYuOTgwNUM2LjAwNjg0IDE2LjQyODIgNi40NTQ1NSAxNS45ODA1IDcuMDA2ODQgMTUuOTgwNUM3LjU1OTEyIDE1Ljk4MDUgOC4wMDY4NCAxNi40MjgyIDguMDA2ODQgMTYuOTgwNVpNMTEuOTk5IDEzLjk3NjZDMTIuNTUxMyAxMy45NzY2IDEyLjk5OSAxMy41Mjg4IDEyLjk5OSAxMi45NzY2QzEyLjk5OSAxMi40MjQzIDEyLjU1MTMgMTEuOTc2NiAxMS45OTkgMTEuOTc2NkMxMS40NDY3IDExLjk3NjYgMTAuOTk5IDEyLjQyNDMgMTAuOTk5IDEyLjk3NjZDMTAuOTk5IDEzLjUyODggMTEuNDQ2NyAxMy45NzY2IDExLjk5OSAxMy45NzY2Wk0xMi45OTkgMTYuOTgwNUMxMi45OTkgMTcuNTMyOCAxMi41NTEzIDE3Ljk4MDUgMTEuOTk5IDE3Ljk4MDVDMTEuNDQ2NyAxNy45ODA1IDEwLjk5OSAxNy41MzI4IDEwLjk5OSAxNi45ODA1QzEwLjk5OSAxNi40MjgyIDExLjQ0NjcgMTUuOTgwNSAxMS45OTkgMTUuOTgwNUMxMi41NTEzIDE1Ljk4MDUgMTIuOTk5IDE2LjQyODIgMTIuOTk5IDE2Ljk4MDVaTTE2Ljk5MTIgMTMuOTc2NkMxNy41NDM1IDEzLjk3NjYgMTcuOTkxMiAxMy41Mjg4IDE3Ljk5MTIgMTIuOTc2NkMxNy45OTEyIDEyLjQyNDMgMTcuNTQzNSAxMS45NzY2IDE2Ljk5MTIgMTEuOTc2NkMxNi40Mzg5IDExLjk3NjYgMTUuOTkxMiAxMi40MjQzIDE1Ljk5MTIgMTIuOTc2NkMxNS45OTEyIDEzLjUyODggMTYuNDM4OSAxMy45NzY2IDE2Ljk5MTIgMTMuOTc2NloiIGZpbGw9IiM2NTY1NjciLz4NCjwvc3ZnPg0K",self.location).href;se.locale("ru"),se.extend(Ri),se.extend(Fi);const i=t,{isClose:s}=e.toRefs(i),c=o,d=([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,_e=>(_e^crypto.getRandomValues(new Uint8Array(1))[0]&15>>_e/4).toString(16)),u=e.ref(0),f=e.ref(0),C=()=>{const oe=document.getElementById(`date-picker-range-${d}`).getBoundingClientRect();f.value=oe.x,u.value=oe.y+oe.height+window.scrollY},p=()=>{C(),c("changeOpen",!s.value)},M=_e=>_e.includes("-")?se(_e.split("-")[0],"DD.MM.YYYY",!0).isValid()&&se(_e.split("-")[1],"DD.MM.YYYY",!0).isValid():se(_e,"DD.MM.YYYY",!0).isValid(),g=e.ref(se()),m=e.ref(se()),_=e.ref(se()),y=e.ref(se()),w=e.ref(se().format("DD.MM.YYYY")),L=e.ref(se().format("DD.MM.YYYY")),x=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let b=[];const E=e.ref("");e.onMounted(()=>{k(i.modelValue)}),e.watch(()=>i.modelValue,_e=>{_e.length===2&&k(_e)}),e.watch(E,_e=>{M(_e)?(_e.split("-").length===2&&(m.value=se(_e.split("-")[0].split(".").reverse().join("-")),_.value=se(_e.split("-")[1].split(".").reverse().join("-")),b=[m.value,_.value],w.value=I(m.value),L.value=I(_.value),D(b)),m.value.isAfter(_.value)&&(_.value=b[0],m.value=b[1],b=[m.value,_.value],w.value=I(m.value),L.value=I(_.value),D(b))):D(),S()});const k=_e=>{if(_e&&_e.length===2){const oe=se(_e[0]).format("YYYY-MM-DD").split("-").reverse().join("."),we=se(_e[1]).format("YYYY-MM-DD").split("-").reverse().join("."),re=oe+"-"+we;M(re)&&(E.value=`${oe}-${we}`)}},D=(_e=[])=>{let oe=_e;oe.length===2&&(oe=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")]),c("update:modelValue",oe)},v=(_e,oe)=>{M(_e.target.value)&&(oe?se(_e.target.value.split(".").reverse().join("-")).isAfter(m.value)&&(_.value=se(_e.target.value.split(".").reverse().join("-"))):se(_e.target.value.split(".").reverse().join("-")).isBefore(_.value)&&(m.value=se(_e.target.value.split(".").reverse().join("-"))),b=[m.value,_.value],S())},j=_e=>{let oe;_e?M(w.value)||(w.value=I(m.value)):M(L.value)||(L.value=I(_.value)),se(w.value.split(".").reverse().join("-")).isAfter(se(L.value.split(".").reverse().join("-")))&&(oe=w.value,w.value=L.value,L.value=oe),m.value=se(w.value.split(".").reverse().join("-")),_.value=se(L.value.split(".").reverse().join("-")),b=[m.value,_.value],S()},T=()=>{M(E.value)||(E.value="")},S=()=>{ae={day:m.value.date(),month:m.value.month(),year:m.value.year()},pe={day:_.value.date(),month:_.value.month(),year:_.value.year()},me(pe),he=!1},P=_e=>_e.charAt(0).toUpperCase()+_e.slice(1),I=_e=>_e.format("DD.MM.YYYY"),W=()=>{g.value=g.value.set("date",1).subtract(1,"month")},Q=()=>{g.value=g.value.set("date",1).add(1,"month")},U=()=>{g.value=g.value.set("date",1).subtract(1,"year")},V=()=>{g.value=g.value.set("date",1).add(1,"year")},R=(_e,oe)=>oe.date()===_e.day&&oe.month()===_e.month&&oe.year()===_e.year,z=_e=>b.length===2?R(_e,m.value)||R(_e,_.value):R(_e,m.value),H=_e=>{const oe=_.value.isAfter(m.value),we=_.value.isSame(m.value,"day");if(b.length===2){if(!we){if(R(_e,m.value))return oe?De:Oe;if(R(_e,_.value))return oe?Oe:De}}else return},G=()=>{je({day:se().date(),month:se().month(),year:se().year(),type:"current"}),he=!1,_.value=se(),m.value=se(),w.value=m.value.format("DD.MM.YYYY"),L.value=_.value.format("DD.MM.YYYY"),g.value=m.value,b=[],E.value="",c("changeOpen",!0)},A=()=>{M(E.value)||(_.value=se(),m.value=se(),w.value=m.value.format("DD.MM.YYYY"),L.value=_.value.format("DD.MM.YYYY")),S(),c("changeOpen",!0)};e.watch(s,()=>{M(E.value)?(w.value=se(E.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),L.value=se(E.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),_.value=se(E.value.split("-")[1].split(".").reverse().join("-")),m.value=se(E.value.split("-")[0].split(".").reverse().join("-")),b=[m.value,_.value],S()):(w.value=se().format("DD.MM.YYYY"),L.value=se().format("DD.MM.YYYY"),_.value=se(),m.value=se(),b=[],S()),g.value=m.value});const X=e.ref(null);Mn(X,()=>{setTimeout(()=>{A()})});const ce=()=>{S()},de=()=>{g.value=m.value,b.length===0||b.length===1?(y.value=m.value,w.value=I(m.value)):(y.value=_.value,L.value=I(_.value)),m.value.isAfter(_.value)?E.value=_.value.format("DD.MM.YYYY")+"-"+m.value.format("DD.MM.YYYY"):E.value=m.value.format("DD.MM.YYYY")+"-"+_.value.format("DD.MM.YYYY"),c("changeOpen",!0)},Ne=()=>{const _e=[],oe=[],we=[],re=g.value.date(1).day()===0;if(g.value.date(1).day()>1||re){const ie=g.value.subtract(1,"month").endOf("month").date(),Ee=re?6:g.value.date(1).day()-1,ee=ie-Ee+1,Ce=g.value.month()===0?g.value.year()-1:g.value.year(),Y=g.value.month()===0?11:g.value.month()-1;for(let Le=ee;Le<=ie;Le++)_e.push({day:Le,month:Y,year:Ce,type:"previous"})}const J=g.value.endOf("month").date();for(let ie=1;ie<=J;ie++)oe.push({day:ie,month:g.value.month(),year:g.value.year(),type:"current"});if(g.value.date(g.value.daysInMonth()).day()){const ie=7-g.value.date(g.value.daysInMonth()).day(),Ee=g.value.month()===11?g.value.year()+1:g.value.year(),ee=g.value.month()===11?0:g.value.month()+1;for(let Ce=1;Ce<=ie;Ce++)we.push({day:Ce,month:ee,year:Ee,type:"next"})}return[..._e,...oe,...we]};let he,ae,pe,De="pl-date-picker__day-item_active-item-range-left",Oe="pl-date-picker__day-item_active-item-range-right",Be="pl-date-picker__day-item_svg-circle-background";const ve=e.ref(Ne()),je=_e=>{_e.type!=="previous"&&_e.type!=="next"&&(he?He(_e,_,1):He(_e,m,0))},He=(_e,oe,we)=>{oe.value=Ae(_e),he=!we,we?(L.value=I(_.value),_.value.isBefore(m.value)&&(w.value=I(_.value),L.value=I(m.value))):(b=[],ae=_e,pe=_e,w.value=I(m.value)),_e.type!=="previous"&&_e.type!=="next"&&(me(_e),b[we]=_e)},Ae=_e=>se(`${_e.year}-${(_e.month+1).toString().padStart(2,"0")}-${_e.day.toString().padStart(2,"0")}`),Ke=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let c1=!1,d1=!1,$e=!1,Je=!1,r1=[],n1=0;const me=(_e,oe)=>{if(he){n1=0,r1.push(_e);for(let we=0;we<ve.value.length;we++)ve.value[we].type==="current"&&(n1+=1);r1.length-1===n1?pe=r1[0]:pe=_e}else r1=[];if(ae&&pe&&!oe&&he&&Array.from(Ke.value).forEach((we,re)=>{c1=Ae(ve.value[re]).isSame(Ae(pe)),d1=Ae(pe).isAfter(Ae(ae)),$e=Ae(pe).isBefore(Ae(ae)),Je=Ae(ve.value[re]).isBetween(Ae(ae),Ae(pe)),Ae(ve.value[re]).isSame(Ae(ae))?(we.classList.toggle(Oe,$e),we.classList.toggle(De,d1)):b.length===1&&(c1?(we.classList.toggle(Be,c1),we.classList.toggle(Oe,d1),we.classList.toggle(De,$e)):(we.classList.contains(De)?we.classList.remove(De):we.classList.remove(Oe),we.classList.toggle("pl-date-picker__background-range",Je&&ve.value[re].type!=="next"&&ve.value[re].type!=="previous"),we.classList.toggle(Be,c1)))}),ae&&pe&&oe)return Ae(_e).isBetween(Ae(ae),Ae(pe))};return n({clearDate:()=>{E.value=""}}),e.watch(g,()=>{ve.value=Ne()}),(_e,oe)=>{const we=ql,re=e3,J=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`date-picker-range-${e.unref(d)}`,class:"date-picker"},[t.showInput?(e.openBlock(),e.createElementBlock("div",{key:0,class:"date-picker__wrapper",style:e.normalizeStyle(`width: ${t.width}`),onClick:p},[e.createVNode(Yi,{modelValue:E.value,"onUpdate:modelValue":oe[0]||(oe[0]=ie=>E.value=ie),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:v,onBlur:T},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(r),alt:"date-picker icon"},null,8,qU)],4)):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:!t.teleport},[e.unref(s)?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:X,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${u.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",KU,[e.createElementVNode("div",JU,[e.createElementVNode("div",XU,[eQ,e.withDirectives(e.createVNode(we,{id:"date-mask",modelValue:w.value,"onUpdate:modelValue":oe[1]||(oe[1]=ie=>w.value=ie),placeholder:"ДД.ММ.ГГГГ",onInput:v,onBlur:oe[2]||(oe[2]=ie=>j(!0)),onClick:ce},null,8,["modelValue"]),[[J,"##.##.####"]])]),e.createElementVNode("div",tQ,[nQ,e.withDirectives(e.createVNode(we,{id:"date-mask",modelValue:L.value,"onUpdate:modelValue":oe[3]||(oe[3]=ie=>L.value=ie),placeholder:"ДД.ММ.ГГГГ",onInput:oe[4]||(oe[4]=ie=>v(ie,!0)),onBlur:oe[5]||(oe[5]=ie=>j(!1)),onClick:ce},null,8,["modelValue"]),[[J,"##.##.####"]])])]),e.createElementVNode("div",oQ,[e.createElementVNode("div",rQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",lQ,e.toDisplayString(P(g.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:Q})]),e.createElementVNode("div",iQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:U}),e.createElementVNode("span",sQ,e.toDisplayString(P(g.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:V})])])]),e.createElementVNode("div",aQ,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(x,(ie,Ee)=>e.createElementVNode("div",{key:Ee,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(ie),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ve.value,(ie,Ee)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${Ee}`,class:e.normalizeClass(["pl-date-picker__day-item",ie.type!=="previous"&&ie.type!=="next"?H(ie):"",{"pl-date-picker__day-item_disabled":ie.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":z(ie)&&ie.type==="current"},{"pl-date-picker__background-range":ie.type!=="previous"&&ie.type!=="next"?me(ie,!0):""}]),onClick:ee=>ie.type!=="previous"&&ie.type!=="next"?je(ie):"",onMousemove:ee=>ie.type!=="previous"&&ie.type!=="next"?me(ie,!1):""},[e.createElementVNode("div",dQ,e.toDisplayString(ie.type!=="previous"&&ie.type!=="next"?ie.day:""),1)],42,cQ))),128))]),e.createElementVNode("div",uQ,[e.createVNode(re,{size:"medium",type:"secondary",onClick:G},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(re,{size:"medium",onClick:de},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,GU)}}},[["__scopeId","data-v-ac56b7a7"]]),pQ={install(t){t.component("PlDatePicker",MU),t.component("PlDatePickerRange",fQ)}},yCe="",wCe="",NCe="";var Wi={name:"ru",el:{colorpicker:{confirm:"OK",clear:"Очистить"},datepicker:{now:"Сейчас",today:"Сегодня",cancel:"Отмена",clear:"Очистить",confirm:"OK",selectDate:"Выбрать дату",selectTime:"Выбрать время",startDate:"Дата начала",startTime:"Время начала",endDate:"Дата окончания",endTime:"Время окончания",prevYear:"Предыдущий год",nextYear:"Следующий год",prevMonth:"Предыдущий месяц",nextMonth:"Следующий месяц",year:"",month1:"Январь",month2:"Февраль",month3:"Март",month4:"Апрель",month5:"Май",month6:"Июнь",month7:"Июль",month8:"Август",month9:"Сентябрь",month10:"Октябрь",month11:"Ноябрь",month12:"Декабрь",week:"неделя",weeks:{sun:"Вс",mon:"Пн",tue:"Вт",wed:"Ср",thu:"Чт",fri:"Пт",sat:"Сб"},months:{jan:"Янв",feb:"Фев",mar:"Мар",apr:"Апр",may:"Май",jun:"Июн",jul:"Июл",aug:"Авг",sep:"Сен",oct:"Окт",nov:"Ноя",dec:"Дек"}},select:{loading:"Загрузка",noMatch:"Совпадений не найдено",noData:"Нет данных",placeholder:"Выбрать"},cascader:{noMatch:"Совпадений не найдено",loading:"Загрузка",placeholder:"Выбрать",noData:"Нет данных"},pagination:{goto:"Перейти",pagesize:" на странице",total:"Всего {total}",pageClassifier:"",page:"Page",prev:"Go to previous page",next:"Go to next page",currentPage:"page {pager}",prevPages:"Previous {pager} pages",nextPages:"Next {pager} pages"},messagebox:{title:"Сообщение",confirm:"OK",cancel:"Отмена",error:"Недопустимый ввод данных"},upload:{deleteTip:"Нажмите [Удалить] для удаления",delete:"Удалить",preview:"Превью",continue:"Продолжить"},table:{emptyText:"Нет данных",confirmFilter:"Подтвердить",resetFilter:"Сбросить",clearFilter:"Все",sumText:"Сумма"},tree:{emptyText:"Нет данных"},transfer:{noMatch:"Совпадений не найдено",noData:"Нет данных",titles:["Список 1","Список 2"],filterPlaceholder:"Введите ключевое слово",noCheckedFormat:"{total} пунктов",hasCheckedFormat:"{checked}/{total} выбрано"},image:{error:"FAILED"},pageHeader:{title:"Back"},popconfirm:{confirmButtonText:"OK",cancelButtonText:"Отмена"}}};const bCe="",hQ=["id"],CQ=Object.assign({name:"PlDatePicker"},{props:{modelValue:{type:Date,default:null},format:{type:String,default:"DD.MM.YYYY"},placeholder:{type:String,default:"Выберите дату"},pickerOptions:{type:Object,default:()=>({firstDayOfWeek:1})},width:{type:String,default:"220px"},defaultValue:{type:Date,default:null},type:{type:String,default:"date"},isLastDayOfMonth:{type:Boolean,default:!1},leftIcon:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{modelValue:i}=e.toRefs(o),s=e.ref(null),c=e.ref(null),d=e.computed(()=>o.leftIcon?"left-icon":"right-icon");return e.watch(s,u=>{r("update:modelValue",u)}),e.watch(i,()=>{s.value=i.value}),s.value=i.value,(u,f)=>{const C=zc;return e.openBlock(),e.createElementBlock("div",{id:d.value,style:{width:"100%"}},[e.createVNode(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(C,e.mergeProps({ref_key:"innerDatePicker",ref:c},u.$attrs,{modelValue:s.value,"onUpdate:modelValue":f[0]||(f[0]=p=>s.value=p),format:t.format,"picker-options":t.pickerOptions,placeholder:t.placeholder,clearable:!1,style:`width: ${t.width};`,type:t.type,class:"pl-date-picker"}),null,16,["modelValue","format","picker-options","placeholder","style","type"])]),_:1},8,["locale"])],8,hQ)}}}),kCe="",gQ=Object.assign({name:"PlDatePickerRange"},{props:{modelValue:{type:Array,default:null},format:{type:String,default:"DD.MM.YYYY"},startPlaceholder:{type:String,default:"Дата от"},endPlaceholder:{type:String,default:"Дата до"},pickerOptions:{type:Object,default:()=>({firstDayOfWeek:1})},width:{type:String,default:"224px"}},emits:["update:modelValue"],setup(t,{emit:n}){se.locale("ru");const o=t,r=n,{modelValue:i}=e.toRefs(o),s=e.ref([]),c=e.ref(null);return e.watch(s,d=>{r("update:modelValue",d)}),e.watch(i,()=>{s.value=i.value}),s.value=i.value,(d,u)=>{const f=zc;return e.openBlock(),e.createBlock(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(f,e.mergeProps({ref_key:"innerDatePicker",ref:c},d.$attrs,{modelValue:s.value,"onUpdate:modelValue":u[0]||(u[0]=C=>s.value=C),format:t.format,"picker-options":t.pickerOptions,"start-placeholder":t.startPlaceholder,"end-placeholder":t.endPlaceholder,type:"daterange",style:`width: ${t.width};`}),null,16,["modelValue","format","picker-options","start-placeholder","end-placeholder","style"])]),_:1},8,["locale"])}}}),mQ={install(t){t.component("PlDatePickerLegacy",CQ),t.component("PlDatePickerRangeLegacy",gQ)}},Gi=e.defineComponent({__name:"pl-title1",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),Yd=t=>{if(t)return typeof t=="string"&&["px","%","rem","em","vh","vw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},Kl=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},offsetRight:{default:"2px"}},emits:["scroll","wheel"],setup(t,{expose:n,emit:o}){e.useCssVars(ve=>({68055948:g.value,"36ff6600":M.value,"670bd544":ve.offsetRight,"621bb24a":j.value,"7144d6da":k.value,"0dd93f45":b.value,"226d8861":D.value,"62ab6b49":E.value}));const r=t,i=o,s=Xt(),{width:c}=Ht(),d=e.computed(()=>c.value<=730),{wrapClass:u,viewClass:f,hideScrollThumb:C}=e.toRefs(r),p=e.ref(!1),M=e.computed(()=>Yd(r.maxHeight)),g=e.computed(()=>Yd(r.height)),m=e.ref(),_=e.ref(),y=e.ref(0),w=e.ref(0),L=e.ref(),x=e.ref(),b=e.computed(()=>{const ve=`${100/L.value*y.value}%`;return ve==="100%"?"0%":ve}),E=e.computed(()=>{const ve=`${100/x.value*w.value}%`;return ve==="100%"?"0%":ve}),k=e.ref("0%"),D=e.ref("0%"),v=e.ref(""),j=e.computed(()=>d.value?"3px":"6px"),T=({scrollY:ve=0,grabY:je=0}={})=>{var Ae;const He=ve||((Ae=m==null?void 0:m.value)==null?void 0:Ae.scrollTop)||0;k.value=`${100/L.value*(He+je)}%`},S=({scrollX:ve=0,grabX:je=0}={})=>{var Ae;const He=ve||((Ae=m==null?void 0:m.value)==null?void 0:Ae.scrollLeft)||0;D.value=`${100/x.value*(He+je)}%`},P=e.ref(),I=()=>{clearTimeout(P.value),P.value=setTimeout(()=>{p.value=!1,d.value&&(v.value="")},2e3)},W=ve=>{const je=ve.target.scrollTop;T({scrollY:je});const He=ve.target.scrollLeft;S({scrollX:He}),i("scroll",ve),d.value&&(p.value=!0,I())},Q=ve=>{i("wheel",ve)},U=e.ref(0),V=(ve="")=>{document.querySelectorAll("#pl-scrollbar").forEach(He=>{[...He.classList].includes(s)||(ve==="add"?He.children[0].classList.add("hidden"):He.children[0].classList.remove("hidden"))})},R=(ve,je)=>{je.stopPropagation(),clearTimeout(P.value),d.value&&(v.value=ve,V("add"));const He=$e=>{var n1,me,ze,_e;z("none");const Je=d.value?$e.changedTouches[0]:$e,r1=ve==="x"?Je.pageX:Je.pageY;if(!U.value)U.value=r1;else{const oe=r1-U.value;if(U.value=r1,oe===0)return;if(ve==="y"){const we=L.value/y.value*oe,re=(((n1=m.value)==null?void 0:n1.scrollTop)||0)+we;(me=m.value)==null||me.scrollTo({top:re})}else{const we=x.value/w.value*oe,re=(((ze=m.value)==null?void 0:ze.scrollLeft)||0)+we;(_e=m.value)==null||_e.scrollTo({left:re})}}},Ae=()=>{V(),z(""),U.value=0,document[Ke]=null,document[c1]=null,d.value&&(v.value="",I())},Ke=d.value?"ontouchmove":"onmousemove";document[Ke]=$e=>{He($e)};const c1=d.value?"ontouchend":"onmouseup";document[c1]=Ae;const d1=new Event(d.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(d1)},z=ve=>{const je=document.querySelector("body");je.style.userSelect=ve},H=()=>{var ve,je;L.value=(ve=_.value)==null?void 0:ve.scrollHeight,x.value=(je=_.value)==null?void 0:je.scrollWidth},G=()=>{var ve,je;y.value=((ve=m.value)==null?void 0:ve.offsetHeight)||0,w.value=((je=m.value)==null?void 0:je.offsetWidth)||0},A=e.computed(()=>y.value<L.value&&p.value),X=e.computed(()=>w.value<x.value&&p.value),ce=(ve,je)=>{var He,Ae;if(!(d.value||ve.target.closest(".pl-scrollbar__thumb")))if(je==="y"){if(!A.value)return;const Ke=ve.clientY,c1=L.value/y.value*Ke-y.value/2;(He=m.value)==null||He.scrollTo({top:c1})}else{if(!X.value)return;const Ke=ve.clientX,c1=x.value/w.value*Ke-w.value/2;(Ae=m.value)==null||Ae.scrollTo({left:c1})}},de=()=>{d.value||(p.value=!0)},Ne=()=>{d.value||(p.value=!1)},he=e.computed(()=>d.value?"touchstart":"mousedown"),ae=Yl(m),pe=Yl(_);return e.watch(()=>ae,()=>{G()},{deep:!0,immediate:!0}),e.watch(()=>pe,()=>{H()},{deep:!0,immediate:!0}),e.watch(b,()=>{T()}),e.watch(E,()=>{S()}),n({setScrollTop:ve=>{m.value&&m.value.scrollTo({top:ve})},setScrollLeft:ve=>{m.value&&m.value.scrollTo({left:ve})},scrollTo:ve=>{m.value&&m.value.scrollTo(ve)}}),(ve,je)=>{const He=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:de,onMouseleave:Ne},[e.createElementVNode("div",{ref_key:"scrollBar",ref:m,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(u)]),onScroll:W,onWheel:Q},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:_,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(ve.$slots,"default")],2)],34),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:A.value},{drag:v.value==="y"},{"with-hover":!d.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(he.value)]:je[0]||(je[0]=Ae=>R("y",Ae))}),null,16)],2)),[[He,Ae=>ce(Ae,"y")]]),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:X.value},{drag:v.value==="x"},{"with-hover":!d.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(he.value)]:je[1]||(je[1]=Ae=>R("x",Ae))}),null,16)],2)),[[He,Ae=>ce(Ae,"x")]])],34)}}}),xCe="",_Q={class:"w-100"},MQ=["id"],yQ={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},wQ={class:"d-flex gap-3"},qi=e.defineComponent({__name:"pl-dialog",props:{modelValue:{type:Boolean,default:!1},showHeader:{type:Boolean,default:!0},showGrabber:{type:Boolean,default:!0},widthThis:{default:"808"},padding:{default:"24px"},headerPadding:{default:""},showClose:{type:Boolean,default:!0},customClass:{default:""},slide:{type:Boolean,default:!1},simple:{type:Boolean,default:!1},disabledTeleport:{type:Boolean,default:!1},logout:{type:Boolean,default:!1},modalOnMobile:{type:Boolean,default:!1},contentCustomClass:{default:""},loading:{type:Boolean,default:!1}},emits:["update:modelValue","changeVisibleModalValue"],setup(t,{expose:n,emit:o}){e.useCssVars(I=>({dc0a5dd8:D.value,"420f2f98":k.value}));const r=t,i=o,s=e.computed({get:()=>r.modelValue,set:I=>i("update:modelValue",I)}),{padding:c,headerPadding:d,loading:u}=e.toRefs(r),{height:f,width:C}=Ht(),p=e.computed(()=>r.modalOnMobile?!0:C.value>730),M=e.computed(()=>p.value?r.slide:!1),g=e.computed(()=>p.value?r.widthThis:"100%"),m=e.computed(()=>!p.value),_=e.ref(!1);ft(window,"mousedown",I=>{const W=I.target;_.value=!!(W.classList.contains("el-loading-mask")||W.classList.contains("pl-chat-popup")||W.closest(".pl-chat-popup")||W.closest(".logout-dialog-background"))});const y=Xt(),w=()=>{s.value=!1,i("changeVisibleModalValue",!0)},L=()=>{k.value="100%",D.value="0.380s",setTimeout(()=>{w()},380)},x=(I=null)=>{var Q;let W;I&&(W=(Q=I.target.closest("[id]"))==null?void 0:Q.id),!(W&&W!==y)&&(_.value||(p.value?w():L()))},b=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(g.value)?g.value:`${g.value}px`,"--dialog-container-height":M.value?"100%":"unset","--dialog-container-padding":p.value?c.value:"16px 0 0","--dialog-container-radius":M.value?"0":"16px","--dialog-header-padding":d.value?d.value:M.value?"0 0 30px 0":"0 0 16px 0"})),E=e.ref(0),k=e.ref("100%"),D=e.ref("0.26s"),v=I=>{var U;const W=(U=(I==null?void 0:I.target).closest("[id]"))==null?void 0:U.id;if(!r.showGrabber||W&&W!==y)return;const Q=V=>{if(D.value="0s",!E.value)E.value=V.changedTouches[0].pageY;else{const R=V.changedTouches[0].pageY-E.value;R>=0&&(k.value=`${R}px`)}};document.ontouchmove=V=>{V.target.closest(".dialog-scroll")||(Q(V),document.ontouchend=z=>{D.value="0.38s",document.ontouchmove=null,document.ontouchend=null,z.changedTouches[0].pageY-E.value>80?x():k.value="0%"})}},j=e.ref(document.querySelector(`.header-${y}`)),T=e.computed(()=>{var V,R;const I=((V=j.value)==null?void 0:V.offsetHeight)||0,W=f.value-I,Q=64,U=((R=j.value)==null?void 0:R.offsetTop)||0;return M.value?`${f.value-U-I}px`:`${W-Q-40}px`}),S=e.ref();return n({scrollTop:()=>S.value.setScrollTop(0),closeModalOnMobile:L}),e.watch(()=>r.modelValue,I=>{I?setTimeout(()=>{k.value="0%",j.value=document.querySelector(`.header-${y}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(I,W)=>{const Q=Gi,U=e3,V=e.resolveDirective("tap"),R=Zl;return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:I.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(b.value),class:e.normalizeClass([I.customClass,"justify-content-end",{"modal-with-custom":I.contentCustomClass},m.value?"mx-4":"",r.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",_Q,[e.createElementVNode("div",{id:e.unref(y),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":I.simple?"align-self-start ":m.value?"my-16":"mt-16 mx-auto",{"with-grabber":I.showGrabber}]]),onTouchstart:v},[e.createElementVNode("div",yQ,[I.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(y)}`])},[e.createVNode(Q,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(I.$slots,"header",{},()=>[e.createTextVNode("Уведомление")])]),_:3}),e.createElementVNode("div",wQ,[e.renderSlot(I.$slots,"headerBtns"),I.showClose?e.withDirectives((e.openBlock(),e.createBlock(U,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[V,x]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(Kl,{ref_key:"dialogScroll",ref:S,"max-height":T.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",I.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(I.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,MQ)]),e.createElementVNode("div",{class:e.normalizeClass(I.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[R,e.unref(u)]])],8,["disabled"])}}}),ECe="",Ki=e.defineComponent({__name:"pl-sub2",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}});var Rd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(L1,function(){var o="month",r="quarter";return function(i,s){var c=s.prototype;c.quarter=function(f){return this.$utils().u(f)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(f-1))};var d=c.add;c.add=function(f,C){return f=Number(f),this.$utils().p(C)===r?this.add(3*f,o):d.bind(this)(f,C)};var u=c.startOf;c.startOf=function(f,C){var p=this.$utils(),M=!!p.u(C)||C;if(p.p(f)===r){var g=this.quarter()-1;return M?this.month(3*g).startOf(o).startOf("day"):this.month(3*g+2).endOf(o).endOf("day")}return u.bind(this)(f,C)}}})})(Rd);var NQ=Rd.exports;const Fd=X1(NQ),Ji=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Xi=t=>se().date()===t.day&&se().month()===t.month&&se().year()===t.year,es=(t,n)=>{const o=`${t.year}-${t.month+1}-${t.day}`;return n(o)},St=t=>se(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),n3=t=>t.charAt(0).toUpperCase()+t.slice(1),Wd=t=>t.set("date",1).subtract(1,"month"),Gd=t=>t.set("date",1).add(1,"month"),qd=t=>t.set("date",1).subtract(1,"year"),Kd=t=>t.set("date",1).add(1,"year"),Jd=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!es(t,n),Nn=t=>{const n=[],o=[],r=[],i=t.date(1).day()===0;if(t.date(1).day()>1||i){const c=t.subtract(1,"month").endOf("month").date(),d=i?6:t.date(1).day()-1,u=c-d+1,f=t.month()===0?t.year()-1:t.year(),C=t.month()===0?11:t.month()-1;for(let p=u;p<=c;p++)n.push({day:p,month:C,year:f,type:"previous"})}const s=t.endOf("month").date();for(let c=1;c<=s;c++)o.push({day:c,month:t.month(),year:t.year(),type:"current"});if(t.date(t.daysInMonth()).day()){const c=7-t.date(t.daysInMonth()).day(),d=t.month()===11?t.year()+1:t.year(),u=t.month()===11?0:t.month()+1;for(let f=1;f<=c;f++)r.push({day:f,month:u,year:d,type:"next"})}return[...n,...o,...r]},bQ=["id"],DQ={class:"d-flex"},kQ={class:"pl-date-picker-range__calendar"},LQ={class:"pl-date-picker-range__switcher"},xQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},EQ={class:"pl-date-picker-range__switcher-text"},vQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},SQ={class:"pl-date-picker-range__days-container"},$Q=["onMouseenter"],TQ=e.defineComponent({__name:"PlDatePickerWrapper",props:{modelValue:{default:null},isOpen:{type:Boolean},dateValue:{default:""},idProp:{default:""},mobile:{type:Boolean,default:!1},inputElement:{},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{type:Function,default:()=>{}}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:o}){const{width:r,height:i}=Ht();se.locale("ru"),se.extend(Ri),se.extend(Fi),se.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.isOpen,set:V=>c("update:isOpen",V)}),u=e.computed({get:()=>s.dateValue,set:V=>{c("update:dateValue",V)}});e.watch(()=>u.value,(V,R)=>{V&&(V.length>=10||V.length===R.length)&&(se(V,"DD.MM.YYYY",!0).isValid()?c("update:modelValue",se(V,"DD.MM.YYYY").format("YYYY-MM-DD")):c("update:modelValue",""))});const f=e.computed({get:()=>s.modelValue,set:V=>c("update:modelValue",V)});e.watch(f,V=>{se(V,"YYYY-MM-DD",!0).isValid()?(u.value=se(V,"YYYY-MM-DD").format("DD.MM.YYYY"),E.value=se(f.value,"YYYY-MM-DD")):u.value=""});const C=e.ref(!1);e.nextTick(()=>{var z,H;const V=((z=document.getElementById("pl-scrollbar"))==null?void 0:z.getElementsByClassName("pl-scrollbar__wrap")[0])||((H=document.querySelector('[role="dialog"]'))==null?void 0:H.parentElement),R=_d(s.inputElement);if(e.watch(()=>R.value,()=>{C.value=R.value}),V&&V.contains(document.getElementById(s.idProp))){const{height:G,width:A}=Yl(V),{isScrolling:X,y:ce}=io(V);e.watch(()=>[G.value,A.value,X.value],()=>{w()}),e.watch(()=>ce.value,()=>{R.value&&(I.value=ce.value)})}}),e.onMounted(()=>{se(f.value,"YYYY-MM-DD",!0).isValid()?u.value=se(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):u.value=""});const p=V=>St(V).format("YYYY-MM-DD")===s.modelValue,M=()=>{E.value=k.value,u.value=k.value.format("DD.MM.YYYY"),c("update:modelValue",E.value.format("YYYY-MM-DD")),r.value>730?d.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)},{isScrolling:g}=io(window);e.watch(()=>[i.value,r.value,g.value],()=>{w()});const m=e.ref(0),_=e.ref(0),y=e.computed(()=>`top: ${m.value-I.value}px; left: ${_.value}px`),w=()=>{if(s.mobile||!C.value||!d.value)return;const V=document.getElementById(s.idProp),R=V.getBoundingClientRect(),z=V.querySelector(".pl-input__label-container"),H=V.querySelector(".pl-input__helpertext"),G=z?z.offsetHeight:0,A=H?H.offsetHeight:0;m.value=R.y+R.height+window.scrollY+4-A,_.value=R.x,e.nextTick(()=>{const X=document.getElementById(`${s.idProp}-popup`);if(!X)return;const ce=X.getBoundingClientRect();_.value=R.x-(ce.width-R.width)/2,ce.bottom>i.value+I.value?m.value=m.value-ce.height-R.height-8+A+G:m.value=R.y+R.height+window.scrollY+4-A+I.value;const de=window.innerWidth-ce.right;e.nextTick(()=>{const he=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();de<0?_.value=R.x-ce.width+R.width:he.left<0&&(_.value=R.x)})})},L=()=>{d.value=!0},x=V=>es(V,s.disabledDate),b=V=>Jd(V,s.disabledDate),E=e.ref(se()),k=e.ref(se()),D=e.ref(se()),v=()=>{se(u.value,"DD.MM.YYYY",!0).isValid()||(u.value="",c("update:modelValue",""))},j=()=>{E.value=Wd(E.value)},T=()=>{E.value=Gd(E.value)},S=()=>{E.value=qd(E.value)},P=()=>{E.value=Kd(E.value)},I=e.ref(0);e.watch(d,()=>{se(f.value,"YYYY-MM-DD",!0).isValid()?E.value=se(f.value,"YYYY-MM-DD"):E.value=D.value,e.nextTick(()=>{w()})});const W=e.ref(Nn(E.value)),Q=e.ref(Nn(E.value.add(1,"month"))),U=V=>{b(V)&&(k.value=St(V),M())};return n({openPopup:L,checkInput:v}),e.watch(E,()=>{W.value=Nn(E.value),Q.value=Nn(E.value.add(1,"month"))}),(V,R)=>{const z=C1,H=Ki,G=wn,A=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.value&&C.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${V.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(y.value)},[e.createElementVNode("div",DQ,[e.createElementVNode("div",kQ,[e.createElementVNode("div",LQ,[e.createElementVNode("div",xQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[A,S]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[A,j]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",EQ,[e.createVNode(H,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(E.value.format("MMMM"))),1)]),_:1}),e.createVNode(H,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(E.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",vQ,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[A,T]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[A,P]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",SQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(X,ce)=>(e.openBlock(),e.createElementBlock("div",{key:ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(G,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,(X,ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",b(X),{"pl-date-picker-range__days_disabled":x(X)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||u.value)&&p(X)&&X.type==="current"&&!x(X)},{"pl-date-picker-range-cursor-default":X.type==="previous"||X.type==="next"}]),onMouseenter:de=>b(X)},[e.createElementVNode("div",{"data-testid":"dateOption",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(X)&&b(X)}])},[e.createVNode(G,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X.type!=="previous"&&X.type!=="next"?X.day:""),1)]),_:2},1024)],2)],42,$Q)),[[A,()=>U(X)]])),128))])])])],12,bQ)):e.createCommentVNode("",!0)]),_:1})}}}),vCe="",Xd=ut(TQ,[["__scopeId","data-v-f85605ce"]]),jQ=["id"],OQ=e.defineComponent({__name:"pl-date-picker-plus",props:{modelValue:{default:null},width:{default:"260px"},placeholder:{default:"Выберите дату"},label:{default:""},optional:{default:""},helpertext:{default:""},tooltip:{default:""},showInput:{type:Boolean,default:!0},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},prop:{default:""},clearable:{type:Boolean,default:!1},disabledDate:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen","blur","change"],setup(t,{expose:n,emit:o}){const r=`id-${Xt()}`,{width:i}=Ht(),s=t,c=e.ref(null),d=e.ref();Mn(c,()=>{i.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[d]});const u=o,f=e.computed({get:()=>s.modelValue,set:E=>{u("change",E),u("update:modelValue",E)}}),C=e.ref(""),p=e.ref(!1),M=e.ref(!1),g=e.ref(),m=e.ref();e.watch(()=>M.value,(E,k)=>{k&&!E&&(m.value.blurInput(!0),u("blur"))}),e.watch(()=>C.value,E=>{u("change",E)}),e.watch(()=>p.value,(E,k)=>{k&&!E&&(m.value.blurInput(!0),u("blur"))});const _=()=>{m.value.blurInput(!0),f.value=null,setTimeout(()=>{y(),i.value>730&&m.value.focusInput()},100)},y=()=>{if(d.value&&!s.disabled)return d.value.openPopup()},w=()=>{d.value&&e.nextTick(()=>{d.value.checkInput()})},L=()=>{p.value=!1},x=()=>{g.value.closeModalOnMobile()},b=(E=!1)=>{u("changeOpen",E)};return n({openPopup:y}),(E,k)=>{const D=ql,v=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${r}`,ref_key:"datePickerRef",ref:c,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[E.showInput?e.withDirectives((e.openBlock(),e.createBlock(D,{key:0,ref_key:"inputPickerRef",ref:m,modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=j=>C.value=j),prop:E.prop,label:E.label,optional:E.optional,placeholder:E.placeholder,helpertext:E.helpertext,tooltip:E.tooltip,width:E.width,clearable:E.clearable,disabled:E.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onMousedown:k[1]||(k[1]=()=>{y()}),onKeydown:e.withKeys(L,["tab"]),onBlur:w,onResetValue:_,onTouchstart:k[2]||(k[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled"])),[[v,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<=730?(e.openBlock(),e.createBlock(qi,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":k[6]||(k[6]=j=>M.value=j),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode("Календарь")]),default:e.withCtx(()=>[e.createVNode(Xd,{ref_key:"pickerWrapper",ref:d,modelValue:f.value,"onUpdate:modelValue":k[3]||(k[3]=j=>f.value=j),isOpen:M.value,"onUpdate:isOpen":k[4]||(k[4]=j=>M.value=j),dateValue:C.value,"onUpdate:dateValue":k[5]||(k[5]=j=>C.value=j),"month-switch":E.monthSwitch,"year-switch":E.yearSwitch,"input-element":m.value,mobile:"","disabled-date":E.disabledDate,onClosePickerOnMobile:x},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):e.createCommentVNode("",!0),(e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:s.disableTeleport},[e.createVNode(Xd,{ref_key:"pickerWrapper",ref:d,modelValue:f.value,"onUpdate:modelValue":k[7]||(k[7]=j=>f.value=j),isOpen:p.value,"onUpdate:isOpen":k[8]||(k[8]=j=>p.value=j),dateValue:C.value,"onUpdate:dateValue":k[9]||(k[9]=j=>C.value=j),"month-switch":E.monthSwitch,"year-switch":E.yearSwitch,"disabled-date":E.disabledDate,"input-element":m.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:b},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,jQ)}}}),SCe="",VQ=["id"],IQ={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},zQ={class:"pl-date-picker-range__calendar"},BQ={class:"pl-date-picker-range__switcher"},AQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},PQ={class:"pl-date-picker-range__switcher-text"},HQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},ZQ={class:"pl-date-picker-range__days-container"},UQ=["onMouseenter"],QQ={key:0,class:"pl-date-picker-range__calendar"},YQ={class:"pl-date-picker-range__switcher"},RQ={class:"pl-date-picker-range__switcher-text"},FQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},WQ={class:"pl-date-picker-range__days-container"},GQ=["onMouseenter"],o3="pl-date-picker-range__days_month-range-left",fr="pl-date-picker-range__days_month-range-right",eu="pl-date-picker-range__days_month-circle",qQ=e.defineComponent({__name:"PlDatePickerRangeWrapper",props:{modelValue:{default:()=>[]},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},isOpen:{type:Boolean,default:!1},dateValue:{default:""},idProp:{default:""},mobile:{type:Boolean,default:!1},inputElement:{},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{type:Function,default:()=>{}}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:o}){const{width:r,height:i}=Ht();se.locale("ru"),se.extend(Ri),se.extend(Fi),se.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.modelValue,set:oe=>c("update:modelValue",oe)}),u=e.computed({get:()=>s.isOpen,set:oe=>c("update:isOpen",oe)}),f=e.computed({get:()=>s.dateValue,set:oe=>c("update:dateValue",oe)}),{isScrolling:C}=io(window);e.watch(()=>[i.value,r.value,C.value],()=>{m()});const p=e.ref(0),M=e.ref(0),g=e.computed(()=>`top: ${p.value-ce.value}px; left: ${M.value}px`),m=()=>{if(s.mobile||!S.value||!u.value)return;const oe=document.getElementById(s.idProp),we=oe.getBoundingClientRect(),re=oe.querySelector(".pl-input__label-container"),J=oe.querySelector(".pl-input__helpertext"),ie=re?re.offsetHeight:0,Ee=J?J.offsetHeight:0;p.value=we.y+we.height+window.scrollY+4-Ee,M.value=we.x,e.nextTick(()=>{const ee=document.getElementById(`${s.idProp}-popup`);if(!ee)return;const Ce=ee.getBoundingClientRect();M.value=we.x-(Ce.width-we.width)/2,Ce.bottom>i.value+ce.value?p.value=p.value-Ce.height-we.height-8+Ee+ie:p.value=we.y+we.height+window.scrollY+4-Ee+ce.value;const Y=window.innerWidth-Ce.right;e.nextTick(()=>{const K=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();Y<0?M.value=we.x-Ce.width+we.width:K.left<0&&(M.value=we.x)})})},_=()=>{u.value=!0},y=oe=>oe.includes(" – ")?se(oe.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&se(oe.split(" – ")[1],"DD.MM.YYYY",!0).isValid():se(oe,"DD.MM.YYYY",!0).isValid(),w=[{label:"Сегодня",key:"today",value:[se(),se()]},{label:"Вчера",key:"yesterday",value:[se().subtract(1,"d"),se().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[se().subtract(29,"d"),se()]},{label:"Текущий квартал",key:"currentQuarter",value:[se().startOf("quarter"),se().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[se().startOf("month"),se().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[se().startOf("year"),se().endOf("year")]}],L=oe=>{s.disabledDate(se(oe[0]).format("YYYY-MM-DD"))||s.disabledDate(se(oe[1]).format("YYYY-MM-DD"))||(T.value=oe,I(T.value),k.value=T.value[0],r.value>730?u.value=!1:c("closePickerOnMobile"))},x=oe=>!Ne&&T.value.length&&se(oe[0]).format("YYYY-MM-DD")===se(T.value[0]).format("YYYY-MM-DD")&&se(oe[1]).format("YYYY-MM-DD")===se(T.value[1]).format("YYYY-MM-DD"),b=oe=>es(oe,s.disabledDate),E=oe=>Jd(oe,s.disabledDate),k=e.ref(se()),D=e.ref(se()),v=e.ref(se()),j=e.ref(se()),T=e.ref([]);e.watch(d,oe=>{oe&&oe.length===2&&P(oe)});const S=e.ref(!1);e.nextTick(()=>{var re,J;const oe=((re=document.getElementById("pl-scrollbar"))==null?void 0:re.getElementsByClassName("pl-scrollbar__wrap")[0])||((J=document.querySelector('[role="dialog"]'))==null?void 0:J.parentElement),we=_d(s.inputElement);if(e.watch(()=>we.value,()=>{S.value=we.value}),oe&&oe.contains(document.getElementById(s.idProp))){const{height:ie,width:Ee}=Yl(oe),{isScrolling:ee,y:Ce}=io(oe);e.watch(()=>[ie.value,Ee.value,ee.value],()=>{m()}),e.watch(()=>Ce.value,()=>{we.value&&(ce.value=Ce.value)})}}),e.onMounted(()=>{d.value&&d.value.length===2&&P(d.value)}),e.watch(f,oe=>{y(oe)?(oe.split(" – ").length===2&&(D.value=se(oe.split(" – ")[0].split(".").reverse().join("-")),v.value=se(oe.split(" – ")[1].split(".").reverse().join("-")),T.value=[D.value,v.value],I(T.value),k.value=T.value[0]),D.value.isAfter(v.value)&&(v.value=T.value[0],D.value=T.value[1],T.value=[D.value,v.value],I(T.value))):(v.value=se(),D.value=se(),I()),U()});const P=oe=>{if(oe&&oe.length===2){const we=se(oe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),re=se(oe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),J=`${we} – ${re}`;y(J)?f.value=J:c("update:modelValue",[])}},I=(oe=[])=>{if(oe.length===2){const we=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")];s.disabledDate(we[0])||s.disabledDate(we[1])||!we[0]||!we[1]?c("update:modelValue",[]):c("update:modelValue",we)}},W=oe=>{y(oe.target.value)&&(se(oe.target.value.split(".").reverse().join("-")).isBefore(v.value)&&(D.value=se(oe.target.value.split(".").reverse().join("-"))),T.value=[D.value,v.value],U())},Q=()=>{!y(f.value)&&!u.value&&e.nextTick(()=>{f.value=""})},U=()=>{he={day:D.value.date(),month:D.value.month(),year:D.value.year()},ae={day:v.value.date(),month:v.value.month(),year:v.value.year()},_e(ae,!1),Ne=!1},V=()=>{k.value=Wd(k.value)},R=()=>{k.value=Gd(k.value)},z=()=>{k.value=qd(k.value)},H=()=>{k.value=Kd(k.value)},G=(oe,we)=>we.date()===oe.day&&we.month()===oe.month&&we.year()===oe.year,A=oe=>T.value.length===2?G(oe,D.value)||G(oe,v.value):G(oe,D.value),X=oe=>{const we=v.value.isAfter(D.value),re=v.value.isSame(D.value,"day");if(T.value.length===2){if(!re){if(G(oe,D.value))return we?o3:fr;if(G(oe,v.value))return we?fr:o3}}else return},ce=e.ref(0);e.watch(u,()=>{k.value=j.value,y(f.value)?(v.value=se(f.value.split(" – ")[1].split(".").reverse().join("-")),D.value=se(f.value.split(" – ")[0].split(".").reverse().join("-")),T.value=[D.value,v.value]):(v.value=se(),D.value=se(),T.value=[]),U(),k.value=D.value,e.nextTick(()=>{m()})});const de=()=>{k.value=D.value,T.value.length===0||T.value.length===1?j.value=D.value:j.value=v.value,D.value.isAfter(v.value)?f.value=v.value.format("DD.MM.YYYY")+" – "+D.value.format("DD.MM.YYYY"):f.value=D.value.format("DD.MM.YYYY")+" – "+v.value.format("DD.MM.YYYY"),r.value>730?u.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)};let Ne,he,ae;const pe=e.ref(Nn(k.value)),De=e.ref(Nn(k.value.add(1,"month"))),Oe=oe=>{oe.type!=="previous"&&oe.type!=="next"&&(Ne?(v.value=St(oe),Be(oe,1),de()):(D.value=St(oe),Be(oe,0)))},Be=(oe,we)=>{Ne=!we,we||(T.value=[],he=oe,ae=oe),oe.type!=="previous"&&oe.type!=="next"&&(_e(oe,!1),T.value[we]=St(oe))},ve=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),je=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),He=e.computed(()=>s.periodOptions.length===0?w:w.filter(oe=>s.periodOptions.includes(oe.key))),Ae=(oe,we)=>St(oe).isSame(St(we)),Ke=(oe,we)=>St(oe).isAfter(St(we)),c1=(oe,we)=>St(oe).isBefore(St(we)),d1=(oe,we,re)=>St(oe).isBetween(St(we),St(re));let $e=!1,Je=!1,r1=!1,n1=!1,me=[],ze=0;const _e=(oe,we)=>{if(Ne){ze=0,me.push(oe);for(let re=0;re<pe.value.length;re++)pe.value[re].type==="current"&&(ze+=1);for(let re=0;re<De.value.length;re++)De.value[re].type==="current"&&(ze+=1);me.length-1===ze?ae=me[0]:ae=oe}else me=[];if(he&&ae&&!we&&Ne){const re=(J,ie,Ee)=>{const ee=Ee?pe.value[ie]:De.value[ie];ee&&($e=Ae(ee,ae),Je=Ke(ae,he),r1=c1(ae,he),n1=d1(ee,he,ae),Ae(ee,he)?(J.classList.toggle(fr,r1&&!!J.textContent),J.classList.toggle(o3,Je&&!!J.textContent)):T.value.length===1&&($e?(J.classList.toggle(eu,$e),J.classList.toggle(fr,Je&&!!J.textContent),J.classList.toggle(o3,r1&&!!J.textContent)):(J.classList.contains(o3)?J.classList.remove(o3):J.classList.remove(fr),J.classList.toggle("pl-date-picker-range__days_month-range",n1&&ee.type!=="next"&&ee.type!=="previous"&&!!J.textContent),J.classList.toggle(eu,$e))))};Array.from(ve.value).forEach((J,ie)=>{re(J,ie,!0)}),Array.from(je.value).forEach((J,ie)=>{re(J,ie,!1)})}return he&&ae&&we?d1(oe,he,ae):!1};return n({openPopup:_,checkRangeInput:Q,startUpdateDate:W}),e.watch(k,()=>{pe.value=Nn(k.value),De.value=Nn(k.value.add(1,"month"))}),(oe,we)=>{const re=wn,J=C1,ie=Ki,Ee=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[u.value&&S.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${oe.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(g.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",IQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(He.value,ee=>(e.openBlock(),e.createBlock(re,{key:ee.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":x(ee.value)&&y(f.value)}]),onClick:Ce=>L(ee.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:k.value,class:"d-flex"},[e.createElementVNode("div",zQ,[e.createElementVNode("div",BQ,[e.createElementVNode("div",AQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[Ee,z]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[Ee,V]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",PQ,[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",HQ,[oe.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,R]]):e.createCommentVNode("",!0),oe.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,H]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",ZQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(ee,Ce)=>(e.openBlock(),e.createElementBlock("div",{key:Ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(pe.value,(ee,Ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${Ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",E(ee)?X(ee):"",{"pl-date-picker-range__days_disabled":b(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(Ne))&&A(ee)&&ee.type==="current"&&!b(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(Ne))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?_e(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>E(ee)?_e(ee,!1):""},[e.createElementVNode("div",{"data-testid":"dateOption",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(ee)&&E(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(Ne)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,UQ)),[[Ee,()=>E(ee)?Oe(ee):""]])),128))])]),oe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",QQ,[e.createElementVNode("div",YQ,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!oe.mobile}])},null,2),e.createElementVNode("div",RQ,[e.createVNode(ie,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(n3)(k.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",FQ,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,R]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(J,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,H]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",WQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Ji),(ee,Ce)=>(e.openBlock(),e.createElementBlock("div",{key:Ce,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(De.value,(ee,Ce)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${Ce}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",E(ee)?X(ee):"",{"pl-date-picker-range__days_disabled":b(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(Ne))&&A(ee)&&ee.type==="current"&&!b(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(Ne))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?_e(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>E(ee)?_e(ee,!1):""},[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Xi)(ee)&&E(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(Ne)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,GQ)),[[Ee,()=>E(ee)?Oe(ee):""]])),128))])]))]))],12,VQ)):e.createCommentVNode("",!0)]),_:1})}}}),$Ce="",tu=ut(qQ,[["__scopeId","data-v-adb2babc"]]),KQ=["id"],JQ=e.defineComponent({__name:"pl-date-picker-range-plus",props:{modelValue:{default:()=>[]},focusOnReset:{type:Boolean,default:!1},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},width:{default:"260px"},placeholder:{default:"Выберите дату"},label:{default:""},optional:{default:""},helpertext:{default:""},tooltip:{default:""},showInput:{type:Boolean,default:!0},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},prop:{default:""},clearable:{type:Boolean,default:!1},disabledDate:{type:Function,default:()=>{}},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean}},emits:["update:modelValue","changeOpen","blur"],setup(t,{expose:n,emit:o}){const r=`id-${Xt()}`,i=e.ref(null),s=e.ref();Mn(i,()=>{c.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[s]});const{width:c}=Ht(),d=t,u=o,f=e.computed({get:()=>d.modelValue,set:D=>u("update:modelValue",D)});e.watch(()=>f.value,D=>{(!D||!D.length)&&(C.value="")});const C=e.ref(""),p=e.ref(!1),M=e.ref(!1),g=e.ref(),m=e.ref();e.watch(()=>M.value,(D,v)=>{v&&!D&&(m.value.blurInput(!0),u("blur"))}),e.watch(()=>p.value,(D,v)=>{v&&!D&&setTimeout(()=>{s.value.checkRangeInput(),m.value.blurInput(!0),u("blur")},100)}),e.watch(()=>C.value,()=>{C.value||u("update:modelValue",[])});const _=()=>{d.focusOnReset||(m.value.blurInput(!0),u("blur")),setTimeout(()=>{y(),c.value>730&&m.value.focusInput()},100)},y=()=>{if(s.value&&!d.disabled)return c.value<=730&&L(),s.value.openPopup()},w=()=>{p.value=!1};function L(){setTimeout(()=>{const D=document.querySelector(".pl-date-picker-range__period-list"),v=D==null?void 0:D.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(v){const j=v.getBoundingClientRect(),T=D==null?void 0:D.clientWidth,S=v.clientWidth,P=(T-S)/2;D==null||D.scrollTo({left:j.left+(D==null?void 0:D.scrollLeft)-P,behavior:"smooth"})}},300)}const x=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),u("blur")})},b=D=>{if(s.value)return s.value.startUpdateDate(D)},E=()=>{g.value.closeModalOnMobile()},k=(D=!1)=>{D&&e.nextTick(()=>{s.value.checkRangeInput()}),u("changeOpen",D)};return n({openPopup:y}),(D,v)=>{const j=ql,T=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${r}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${d.width}`)},[D.showInput?e.withDirectives((e.openBlock(),e.createBlock(j,{key:0,ref_key:"inputPickerRef",ref:m,modelValue:C.value,"onUpdate:modelValue":v[0]||(v[0]=S=>C.value=S),prop:D.prop,label:D.label,optional:D.optional,placeholder:D.placeholder,helpertext:D.helpertext,tooltip:D.tooltip,width:D.width,clearable:D.clearable,disabled:D.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":d.focusOnReset,onMousedown:v[1]||(v[1]=()=>{y()}),onInput:b,onBlur:x,onResetValue:_,onTabHandler:w,onTouchstart:v[2]||(v[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[T,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(c)<=730?(e.openBlock(),e.createBlock(qi,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":v[6]||(v[6]=S=>M.value=S),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode("Календарь")]),default:e.withCtx(()=>[e.createVNode(tu,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":v[3]||(v[3]=S=>f.value=S),isOpen:M.value,"onUpdate:isOpen":v[4]||(v[4]=S=>M.value=S),dateValue:C.value,"onUpdate:dateValue":v[5]||(v[5]=S=>C.value=S),periods:D.periods,"period-options":D.periodOptions,"month-switch":D.monthSwitch,"year-switch":D.yearSwitch,"input-element":m.value,mobile:"","disabled-date":D.disabledDate,onClosePickerOnMobile:E},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"body"},[e.createVNode(tu,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":v[7]||(v[7]=S=>f.value=S),isOpen:p.value,"onUpdate:isOpen":v[8]||(v[8]=S=>p.value=S),dateValue:C.value,"onUpdate:dateValue":v[9]||(v[9]=S=>C.value=S),periods:D.periods,"period-options":D.periodOptions,"month-switch":D.monthSwitch,"year-switch":D.yearSwitch,"disabled-date":D.disabledDate,"focus-on-reset":d.focusOnReset,"input-element":m.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:k},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,KQ)}}}),TCe="",XQ={install(t){t.component("PlDatePickerPlus",OQ),t.component("PlDatePickerRangePlus",JQ)}},eY={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},tY=[e.createElementVNode("path",{id:"Ellipse",d:"M64 32C64 57.6 57.6 64 32 64C6.4 64 0 57.6 0 32C0 6.4 6.4 0 32 0C57.6 0 64 6.4 64 32Z"},null,-1)];function nY(t,n){return e.openBlock(),e.createElementBlock("svg",eY,[...tY])}const oY={render:nY},rY=["id"],lY={class:"pl-dialog-plus-header_icon-block"},iY={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},sY={key:0,class:"w-100","data-testid":"dialog-title"},aY={class:"pl-dialog-plus-button-container"},cY=e.defineComponent({__name:"pl-dialog-plus",props:{modelValue:{type:Boolean,default:!1},beforeClose:{type:Function,default:()=>{}},width:{default:"446px"},showHeader:{type:Boolean,default:!0},showClose:{type:Boolean,default:!0},disabledTeleport:{type:Boolean,default:!1},closeOnOverlay:{type:Boolean,default:!0},innerScroll:{type:Boolean,default:!1},title:{},subTitle:{},icon:{default:"Bin40"},status:{default:"successful"},type:{default:"standart"}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:o}){e.useCssVars(S=>({dd06f320:M.value,"0e0bf8fa":D.value,"2c95108a":_.value,"26c2d81b":m.value,"8d2c5fc2":C.value,"6edc8305":g.value}));const r=e.useSlots(),{width:i}=Ht(),s=e.computed(()=>i.value<=730),c=Xt(),d=e.ref(),u=t,f=e.ref(""),C=e.ref(""),p=e.ref(u.icon);if(u.type==="status")switch(u.status){case"successful":f.value="var(--color-text-icons-success)",C.value="var(--color-system-surface-success)",p.value="CheckCircle40";break;case"attention":f.value="var(--color-text-icons-warning)",C.value="var(--color-system-surface-warning)",p.value="WarningCircle40";break;case"delete":f.value="var(--color-text-icons-error)",C.value="var(--color-system-surface-error)",p.value="Bin40";break;case"info":f.value="var(--color-text-icons-interactive)",C.value="var(--color-system-surface-interactive)",p.value="CheckCircle40";break;case"neutral":f.value="var(--color-text-icons-primary)",C.value="var(--color-surface-opacity-1)",p.value="WarningCircle40";break}const M=e.ref(u.width),g=e.ref("");e.onMounted(()=>{u.type==="side"&&(M.value="548px"),g.value="-"+M.value});const m=e.ref("calc(100% + 12px)"),_=e.ref("0.26s"),y=e.ref(0),w=e.ref(""),L=()=>{s.value?w.value="":u.type==="side"?w.value="pl-dialog-plus-right-slide":w.value="pl-dialog-plus-fade",u.modelValue&&v()};L(),e.watch(()=>s.value,()=>{L()});const x=()=>{if(!u.closeOnOverlay)return;const S=P=>{if(_.value="0s",!y.value)y.value=P.changedTouches[0].pageY;else{const I=P.changedTouches[0].pageY-y.value;I>=0&&(m.value=`${I}px`)}};document.ontouchmove=P=>{S(P),document.ontouchend=I=>{_.value="0.38s",document.ontouchmove=null,document.ontouchend=null,I.changedTouches[0].pageY-y.value>80?T():m.value="0%"}}},b=e.ref([]),E=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach(P=>{const I=P.computedStyleMap().get("display");P.classList.remove("dark-overlay"),(I==null?void 0:I.value)==="block"&&b.value.push(P)}),b.value.length?(b.value[0].classList.add("dark-overlay"),document.body.classList.add("pl-dialog-plus-overflow-hidden")):document.body.classList.remove("pl-dialog-plus-overflow-hidden")},u.modelValue?0:300)},k=e.ref("100%"),D=e.ref("0px");r.footer?D.value="24px":D.value="0px";const v=()=>{var I,W,Q,U,V;(I=document.getElementById(c))==null||I.scrollTo({top:0}),m.value="0";const S=(Q=(W=document.getElementById(c))==null?void 0:W.querySelector(".pl-dialog-plus-header"))==null?void 0:Q.getBoundingClientRect().height;let P=(V=(U=document.getElementById(c))==null?void 0:U.querySelector(".pl-dialog-plus-footer"))==null?void 0:V.getBoundingClientRect().height;P=P||-24,d.value&&d.value.scrollTo({top:0}),s.value?(P=P===-24?-48:P,k.value=`calc(100dvh - 145px - ${S}px - ${P}px)`):u.innerScroll?(P=P===-24?-24:64,k.value=`calc(100dvh - 200px - ${S}px - ${P}px)`):u.type==="side"?k.value=`calc(100dvh - 48px - ${S}px - ${P}px)`:k.value="fit-content"};e.watch(()=>u.modelValue,S=>{S||(m.value="calc(100% + 12px)",_.value="0.380s"),e.nextTick(()=>{E(),S&&v()})});const j=o,T=()=>{u.beforeClose(),j("update:modelValue",!1),j("close-modal")};return n({closeModal:T}),(S,P)=>{const I=C1,W=Gi,Q=wn,U=e3,V=Kl,R=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:S.disabledTeleport},[e.createVNode(e.Transition,{name:"pl-dialog-plus-back"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{id:e.unref(c),class:"pl-dialog-plus-overlay",onMousedown:P[0]||(P[0]=e.withModifiers(()=>u.closeOnOverlay&&T(),["self"]))},[e.createVNode(e.Transition,{name:w.value},{default:e.withCtx(()=>[u.modelValue?(e.openBlock(),e.createElementBlock("div",{key:0,role:"dialog",class:e.normalizeClass(["pl-dialog-plus-container",{"with-grabber":s.value},{"with-grabber_none":!u.closeOnOverlay},{"pl-dialog-plus-container_illustration":u.type==="illustration"},{"pl-dialog-plus-container_side":u.type==="side"&&!s.value}])},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:x},null,32)):e.createCommentVNode("",!0),u.type==="status"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"pl-dialog-plus-header pl-dialog-plus-header_status",onTouchstart:x},[e.createElementVNode("div",lY,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(oY)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:C.value})},null,8,["style"])),e.createVNode(I,{name:p.value,color:f.value},null,8,["name","color"])])],32)):u.type==="illustration"?(e.openBlock(),e.createElementBlock("div",iY,[e.renderSlot(S.$slots,"header",{onTouchstart:x})])):(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["pl-dialog-plus-header",{"pl-dialog-plus-header_side":u.type==="side"&&!s.value}]),onTouchstart:x},[u.showHeader&&u.title?(e.openBlock(),e.createElementBlock("div",sY,[u.title?(e.openBlock(),e.createBlock(W,{key:0,color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.title),1)]),_:1})):e.createCommentVNode("",!0),u.subTitle?(e.openBlock(),e.createBlock(Q,{key:1},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",aY,[u.showHeader?e.renderSlot(S.$slots,"headerBtns",{key:0}):e.createCommentVNode("",!0),u.showClose&&u.showHeader?e.withDirectives((e.openBlock(),e.createBlock(U,{key:1,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[R,T]]):e.createCommentVNode("",!0)])],34)),s.value?(e.openBlock(),e.createBlock(V,{key:5,ref_key:"dialogScrollRef",ref:d,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":u.type==="illustration"}]),style:e.normalizeStyle({"max-height":k.value}),"max-height":`${u.innerScroll?k.value:"fit-content"}`,"offset-right":"4px","view-class":S.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(S.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:4},[u.innerScroll||u.type==="side"?(e.openBlock(),e.createBlock(V,{key:0,ref_key:"dialogScrollRef",ref:d,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":u.type==="illustration"},{"pl-dialog-plus-content_side":u.type==="side"&&!s.value}]),style:e.normalizeStyle({"max-height":k.value}),"max-height":`${u.innerScroll?k.value:"fit-content"}`,"view-class":u.type==="side"?"p-6":S.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(S.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-dialog-plus-content pt-2 pb-3 px-6",{"pl-dialog-plus-content_illustration":u.type==="illustration"},{"pb-6":!S.$slots.footer}])},[e.renderSlot(S.$slots,"default")],2))],64)),S.$slots.footer?(e.openBlock(),e.createElementBlock("div",{key:6,class:e.normalizeClass(["pl-dialog-plus-footer",{"pl-dialog-plus-footer_illustration":u.type==="illustration"},{"pl-dialog-plus-footer_side":u.type==="side"&&!s.value}])},[e.renderSlot(S.$slots,"footer")],2)):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0)]),_:3},8,["name"])],40,rY),[[e.vShow,u.modelValue]])]),_:3})],8,["disabled"])}}}),OCe="",dY={install(t){t.component("PlDialog",qi),t.component("PlDialogPlus",cY)}},uY=e.defineComponent({__name:"pl-form",props:{model:{type:Object,required:!0},rules:{type:Object,default:()=>{}},modelErrorsState:{type:Array,default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:o}){hn.warning=function(){};const r=t,{model:i,rules:s}=e.toRefs(r),c=o,d=e.ref([]);e.provide("errorsState",d),e.watch(d,k=>{c("update:modelErrorsState",k)},{deep:!0});let u=[];const f=(k,D,v=null)=>{for(let j in k)if(k[j]&&typeof k[j]=="object"&&!Array.isArray(k[j]))if(v){const T=D.indexOf(v);D.push(D[T]+"."+j),f(k[j],D,D[T]+"."+j)}else D.push(j),f(k[j],D,j);else if(v){const T=D.indexOf(v);T===-1?D.push(v+"."+j):D[T]+="."+j}else D.push(j)},C=(k,D,v,j=!1)=>new Promise((T,S)=>{if(D.includes(".")){const P=D.slice(0,D.indexOf(".")),I=D.slice(D.indexOf(".")+1);v?C(P,I,v[P],j).then(T).catch(S):j||T({})}else{const P={...v};T(j?P[D]?P[D].filter(I=>I.validator||typeof I.validator>"u"):[]:P[D])}}),p=e.ref({}),M=k=>new Promise((D,v)=>{const j=new hn(p.value),T={};f(i.value,u);try{const S=u.map(async P=>{T[P]=await C(P,P,i.value)});Promise.all(S).then(()=>{j.validate(T,P=>{if(P){d.value=P,k==null||k(!1,d.value),v();return}d.value=[],u=[],k==null||k(!0,d.value),D()})})}catch(S){throw new Error(S)}}),g=async k=>{if(!(k in p.value))return;const D={},v={};v[k]=await C(k,k,i.value),D[k]=p.value[k],new hn(D).validate(v,T=>{d.value=d.value.filter(S=>S.field!==k),T&&(d.value=d.value.concat(T))})},m=(k=[])=>{Array.isArray(k)&&k.length>0?k.forEach(D=>{d.value=d.value.filter(v=>v.field!==D)}):Array.isArray(k)?d.value=[]:d.value=d.value.filter(D=>D.field!==k)},_=(k=[])=>{if(Array.isArray(k)&&k.length>0)k.forEach(D=>{m(D),typeof i.value[D]=="string"?i.value[D]="":(typeof i.value[D]=="number"||typeof i.value[D]=="object")&&(i.value[D]=null)});else if(!Array.isArray(k))typeof i.value[k]=="string"?i.value[k]="":(typeof i.value[k]=="number"||typeof i.value[k]=="object")&&(i.value[k]=null);else{m(k);for(let D in s.value)typeof i.value[D]=="string"?i.value[D]="":(typeof i.value[D]=="number"||typeof i.value[D]=="object")&&(i.value[D]=null)}},y=e.ref(null),w=e.ref([]),L=e.ref([]),x=async()=>{var D;const k=y.value;L.value=[],p.value={};for(let v=0;v<k.length;v++){const j=k[v],T=j.disabled,S=(D=j.attributes.prop)==null?void 0:D.value;L.value.push(S),S&&!T&&(p.value[S]=await C(S,S,s.value,!0));const P=()=>{setTimeout(()=>{e.nextTick(()=>{g(S)})},10)};S&&p.value[S]&&!j.attributes.triggered&&p.value[S].forEach(I=>{I.trigger?I.trigger.replace(/\s/g,"").split(",").forEach(Q=>{j.addEventListener(Q,P),w.value.push({element:j,trigger:Q,callBack:P})}):["blur","change","input"].forEach(Q=>{j.addEventListener(Q,P),w.value.push({element:j,trigger:Q,callBack:P})}),j.attributes.triggered=!0})}},b=()=>{w.value.forEach(k=>{k.element.removeEventListener(k.trigger,k.callback)})},E=()=>{b(),x()};return e.watch(()=>s.value,()=>{E()},{deep:!0}),e.onMounted(()=>{const k=y.value,D=new MutationObserver(()=>{E()});D.observe(k,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{b(),D.disconnect()}),x()}),n({validate:M,validateField:g,clearValidate:m,resetFields:_,refreshForm:E}),(k,D)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:y,onSubmit:D[0]||(D[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(k.$slots,"default")],544))}}),fY={install(t){t.component("PlForm",uY)}},pY={install(t){t.component("PlIcon",C1)}},hY={install(t){t.component("PlInput",Yi)}},CY={install(t){t.component("PlInputPlus",ql)}},gY=["href","type","target"],mY=e.defineComponent({__name:"pl-link",props:{href:{default:""},disabled:{type:Boolean,default:!1},type:{default:"default"},nativeType:{},target:{default:"_blank"}},setup(t){const n=t,o=e.computed(()=>({"pl-link":!0,"typography-body-b2-medium":!0,"pl-gradient-link":n.type==="gradient","pl-error-link":n.type==="error","pl-warning-link":n.type==="warning","pl-success-link":n.type==="success","pl-link-disabled":n.disabled}));return(r,i)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(o.value)},[e.createElementVNode("a",e.mergeProps({class:"pl-link__a",href:n.href,type:r.nativeType,target:r.target},r.$attrs),[e.renderSlot(r.$slots,"default")],16,gY)],2))}}),VCe="",_Y={install(t){t.component("PlLink",mY)}},MY=e.defineComponent({__name:"pl-tab-card",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},width:{default:""}},setup(t){e.useCssVars(r=>({d30453e4:r.width}));const n=t,o=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(r,i)=>n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab-card__container",{disabled:n.disabled},{active:n.active},{iconPadding:n.icon}])},[n.icon?(e.openBlock(),e.createBlock(C1,{key:0,name:n.icon,color:o.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(n.label),1)],2)):e.createCommentVNode("",!0)}}),ICe="",yY=ut(MY,[["__scopeId","data-v-734a9673"]]),wY={class:"pl-multitab-container"},NY=e.defineComponent({__name:"pl-multitab",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},tabWidth:{default:"100%"}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,r=e.useSlots(),i=e.computed(()=>{const M=r.default();return Array.isArray(M[0].children)?M[0].children.map(g=>g.props):M.map(g=>g.props)}),s=n,c=M=>{M.disabled||s("update:modelValue",M.name)},d=e.ref(null),u=async M=>{if(Array.isArray(M)){const g=await Promise.all(M.map(f));return M.filter((m,_)=>g[_])[0]}},f=async M=>{var g;return o.modelValue===((g=M.props)==null?void 0:g.name)},C=async()=>{Array.isArray(r.default()[0].children)?d.value=await u(r.default()[0].children):d.value=await u(r.default())};e.watch(()=>o.modelValue,async()=>{await C()}),e.onMounted(async()=>{await C()});const p=e.computed(()=>o.tabWidth==="100%"?"filled":"fixed");return(M,g)=>{const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",wY,[e.createElementVNode("div",{class:e.normalizeClass(o.navClass)},[e.createElementVNode("div",{class:e.normalizeClass(["pl-multitab-nav el-scrollbar__wrap el-scrollbar__wrap--hidden-default scrollbar-flex-content el-scrollbar__view",p.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.value,_=>e.withDirectives((e.openBlock(),e.createBlock(yY,{key:_==null?void 0:_.name,label:_==null?void 0:_.label,width:o.tabWidth,active:o.modelValue===(_==null?void 0:_.name),icon:_==null?void 0:_.icon,disabled:_==null?void 0:_.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[m,()=>c(_)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value)))],2)])}}}),zCe="",bY=ut(NY,[["__scopeId","data-v-8af5f10b"]]),DY={install(t){t.component("PlMultitab",bY)}},kY={class:e.normalizeClass(["pl-radio-container"])},LY=["id","value","disabled"],xY=["onClick"],EY=e.defineComponent({__name:"pl-radio",props:{size:{type:String,default:"medium"},label:{type:String,default:""},description:{type:String,default:""},modelValue:{type:String,default:null},disabled:{type:Boolean,default:!1},options:{type:Array,required:!0}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=e.ref(o.modelValue?o.options[0].value:""),s=(d,u)=>{o.disabled?u.preventDefault():(i.value=d,c("update:modelValue",i.value),c("change",i.value))},c=n;return e.watch(()=>o.modelValue,d=>{d!==i.value&&(i.value=d?o.options[0].value:"",r.value=d)}),(d,u)=>(e.openBlock(),e.createElementBlock("div",kY,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,(f,C)=>(e.openBlock(),e.createElementBlock("label",{key:C+"pl-radio",class:e.normalizeClass(["pl-radio",`pl-radio-${o.size}`,{"pl-radio-disabled":o.disabled}])},[e.withDirectives(e.createElementVNode("input",{id:"radio-"+C,"onUpdate:modelValue":u[0]||(u[0]=p=>i.value=p),type:"radio",value:f.value,disabled:o.disabled},null,8,LY),[[e.vModelRadio,i.value]]),e.createElementVNode("div",{class:"pl-radio-wrapper",onClick:p=>s(f.value,p)},[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":i.value}])},null,2),f.label?(e.openBlock(),e.createBlock(Qi,{key:0,title:f.label,description:f.description,"is-disabled":o.disabled},null,8,["title","description","is-disabled"])):e.createCommentVNode("",!0)],8,xY)],2))),128))]))}}),BCe="",vY={install(t){t.component("PlRadio",EY)}},SY={install(t){t.component("PlScrollbar",Kl)}},ACe="",PCe="",HCe="",ZCe="",UCe="",ts=e.defineComponent({__name:"pl-tooltip",props:{modelValue:{type:String,required:!1},position:{type:String,default:"top"},customClass:{type:String,default:""},trigger:{type:String,default:"hover"},hideAfter:{type:Number,default:0}},setup(t){return(n,o)=>{const r=vl;return e.openBlock(),e.createBlock(r,{content:t.modelValue,"raw-content":"",placement:t.position,"show-arrow":!1,"popper-class":["pl-tooltip",t.customClass],trigger:t.trigger,"hide-after":t.hideAfter},{default:e.withCtx(()=>[e.renderSlot(n.$slots,"default")]),_:3},8,["content","placement","popper-class","trigger","hide-after"])}}}),QCe="",YCe="",$Y={id:"form-select"},TY={class:"pl-tooltip-svg"},jY=["src"],OY={class:"flex item-select"},VY=["src"],IY={__name:"pl-select",props:{placeholder:{type:String,default:""},rules:{type:Object,default:function(){return{}}},prop:{type:String,default:"name"},isError:{type:Boolean,default:!1},label:{type:String,default:""},modelValue:{type:String,required:!0},options:{type:Object,required:!0},getValid:{type:[Boolean,Number],default:!1},checked:{type:Boolean,default:!0},icon:{type:Boolean,default:!1},tooltipText:{type:String,default:""},question:{type:Boolean,default:!1},info:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["update:modelValue","validate","visible-change"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDY4NyA5LjQ2OTY3QzExLjc2MTYgOS4xNzY3OCAxMi4yMzY0IDkuMTc2NzggMTIuNTI5MyA5LjQ2OTY3TDE2LjUyOTMgMTMuNDY5N0MxNi44MjIyIDEzLjc2MjYgMTYuODIyMiAxNC4yMzc0IDE2LjUyOTMgMTQuNTMwM0MxNi4yMzY0IDE0LjgyMzIgMTUuNzYxNiAxNC44MjMyIDE1LjQ2ODcgMTQuNTMwM0wxMS45OTkgMTEuMDYwN0w4LjUyOTMyIDE0LjUzMDNDOC4yMzY0MyAxNC44MjMyIDcuNzYxNTYgMTQuODIzMiA3LjQ2ODY2IDE0LjUzMDNDNy4xNzU3NyAxNC4yMzc0IDcuMTc1NzcgMTMuNzYyNiA3LjQ2ODY2IDEzLjQ2OTdMMTEuNDY4NyA5LjQ2OTY3WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,i=e.ref(!1),s=t,c=e.ref(),d=n;let{modelValue:u,getValid:f,disabled:C}=e.toRefs(s);const p=e.computed({get:()=>s.modelValue,set:_=>{i.value=!1,d("update:modelValue",_)}}),M=e.ref({[s.prop]:u}),g=(_,y,w)=>{d("validate",_,y,w)},m=async()=>{i.value=!1,setTimeout(()=>{c.value.validate()},200)};return e.watch(f,()=>{m()}),(_,y)=>{const w=Ni,L=wi,x=Z4,b=H4;return e.openBlock(),e.createElementBlock("div",$Y,[e.createVNode(b,{ref_key:"formSelect",ref:c,"label-position":"top",model:M.value,rules:t.rules,onValidate:g},{default:e.withCtx(()=>[e.createVNode(x,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",TY,[e.createVNode(ts,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(_.$slots,"icon")]),_:3},8,["model-value"])]),e.createElementVNode("img",{class:e.normalizeClass(["form-select__arrow",{rotate:i.value}]),src:e.unref(o),alt:"arrow"},null,10,jY),e.createVNode(L,{modelValue:p.value,"onUpdate:modelValue":y[0]||(y[0]=E=>p.value=E),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(C),onFocus:y[1]||(y[1]=E=>i.value=!0),onBlur:m,onVisibleChange:y[2]||(y[2]=E=>d("visible-change",E))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,E=>(e.openBlock(),e.createBlock(w,{key:E.value,class:"pl-form-option",label:E.label,value:E.value},{default:e.withCtx(()=>[e.renderSlot(_.$slots,"options-slot",{option:E},()=>[e.createElementVNode("div",OY,[e.createElementVNode("span",null,e.toDisplayString(E.label),1),E.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(r)},null,8,VY)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}},zY={install(t){t.component("PlSelect",IY)}},BY={key:0,class:"pl-select__prefix-container"},AY={class:"pl-select__inner-container"},PY=["id","prop","placeholder","value","disabled","onKeydown"],HY={class:"pl-select__suffix-container"},ZY=e.defineComponent({__name:"pl-default",props:{prop:{default:""},modelValue:{},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showDescription:{type:[String,Boolean],default:""},focus:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("reset")},s=()=>{r("update:focus",!1)},c=u=>{u.composed&&u.stopImmediatePropagation()},d=e.computed(()=>{var u,f;return(u=o.modelValue)!=null&&u.value?`${(f=o.modelValue)==null?void 0:f.label} ${o.showDescription?o.showDescription:""}`.trim():""});return(u,f)=>{const C=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:u.focus,disabled:o.disabled,"is-error":o.showError}])},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",BY,[e.createVNode(C,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",AY,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:"pl-select__inner",type:"text",placeholder:o.placeholder,value:d.value,disabled:o.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:c},null,40,PY)]),e.createElementVNode("div",HY,[!o.disabled&&o.clearable&&d.value?(e.openBlock(),e.createBlock(C,{key:0,name:"Close16",onMouseup:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0),e.createVNode(C,{class:e.normalizeClass({"pl-select__suffix_rotate":o.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),UY={class:"pl-select__inner-container pl-select__inner-container_account"},QY=["id","prop","placeholder","value","disabled","onKeydown"],YY={key:0,class:"pl-select__description","data-testid":"accountNum"},RY={class:"pl-select__suffix-container"},FY={key:0,class:"pl-select__summ","data-testid":"accountSumm"},WY={__name:"pl-account",props:{prop:{type:String,default:""},modelValue:{required:!0},disabled:{type:Boolean,default:!1},focus:{type:Boolean,default:!1},id:{type:String},placeholder:{type:String,default:""},showError:{type:Number,default:0}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("update:focus",!1)};return(s,c)=>{var u,f,C,p,M,g;const d=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:t.focus,disabled:o.disabled,"is-error":o.showError}])},[e.createElementVNode("div",UY,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:"pl-select__inner",placeholder:o.placeholder,type:"text",value:(u=o.modelValue)==null?void 0:u.label,disabled:o.disabled,"data-testid":"accountType",onKeydown:e.withKeys(e.withModifiers(i,["prevent"]),["tab"])},null,40,QY),(f=o.modelValue)!=null&&f.description&&((C=o.modelValue)==null?void 0:C.summ)!==null?(e.openBlock(),e.createElementBlock("span",YY,e.toDisplayString(e.unref(Vd)((p=o.modelValue)==null?void 0:p.description)),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",RY,[(M=o.modelValue)!=null&&M.label?(e.openBlock(),e.createElementBlock("span",FY,e.toDisplayString(e.unref(Od)((g=o.modelValue)==null?void 0:g.summ)),1)):e.createCommentVNode("",!0),e.createVNode(d,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}},GY=["id"],nu=e.defineComponent({__name:"pl-select-dropdown",props:{offsets:{default:""},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},selectedValue:{}},emits:["select-value"],setup(t,{emit:n}){const o=t,r=n,i=c=>{r("select-value",c)},s=c=>c.value===o.selectedValue;return(c,d)=>{const u=no,f=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[c.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${c.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-select__dropdown-container",{"pl-select__dropdown-container_helpertext":c.helpertext||c.errors.length>0}]),style:e.normalizeStyle(c.offsets)},[e.createVNode(u,{"max-height":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,C=>e.withDirectives((e.openBlock(),e.createBlock(zd,{key:C.value,active:s(C),description:C.description,summ:C.summ,"left-icon":C.leftIcon,disabled:C.disabled,label:C.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[f,()=>i(C)]])),128))]),_:1})],14,GY)):e.createCommentVNode("",!0)]),_:1})}}}),qY={class:"pl-select__wrapper"},KY=["id"],JY={key:0,class:"pl-select__label-container"},XY={class:"pl-select__label-container-text"},eR={key:0,class:"pl-select__label"},tR={key:1,class:"pl-select__optional"},nR={key:3,class:"pl-select__helpertext-container"},oR={key:0,class:"pl-select__error"},rR={key:1,class:"pl-select__helpertext"},lR=e.defineComponent({__name:"pl-select-plus",props:{modelValue:{default:""},options:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},rightIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!1},showDescription:{type:Boolean,default:!1},account:{type:Boolean,default:!1},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(v=>({"1ef4aade":o.width}));const o=t,r=`id-${Xt()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(j=>j.field===o.prop),m()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=Ht().height;e.watch(d,()=>{m()});const{isScrolling:u}=io(window);e.watch(u,()=>{m()}),e.watch(c,v=>{var j;v?(j=document.getElementById(r))==null||j.focus():x(),e.nextTick(()=>{const T=document.getElementById(`pl-select__select-container-${r}`).getBoundingClientRect().width+"px",S=document.getElementById(`dropdown-${r}`);S&&(S.style.maxWidth=T,o.teleport&&(S.style.zIndex="2013")),m()})});const f=e.ref(),C=e.ref();Mn(f,()=>{c.value=!1},{ignore:[C]});const p=e.ref(0),M=e.ref(0),g=e.computed(()=>`top: ${p.value}px; left: ${M.value}px`),m=()=>{if(!c.value)return;const v=document.getElementById(`pl-select__select-container-${r}`),j=v.getBoundingClientRect(),T=v.querySelector(".pl-select__label-container"),S=v.querySelector(".pl-select__helpertext-container"),P=T?T.offsetHeight:-4,I=S?S.offsetHeight:-4;o.teleport?(p.value=j.y+j.height+window.scrollY,M.value=j.x):p.value=j.height-I-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${r}`);if(!W)return;const Q=W.getBoundingClientRect();Q.bottom>d.value?o.teleport?p.value=p.value-Q.height-(j.height-P):p.value=p.value-Q.height-(j.height-P-I):o.teleport?p.value=j.y+j.height+window.scrollY-I-4:p.value=j.height-I-4})},_=()=>{o.disabled||(c.value=!c.value)},y=n,w=()=>{o.disabled||!c.value||e.nextTick(()=>{c.value=!1})},L=e.computed({get:()=>o.modelValue,set:v=>{y("update:modelValue",v)}}),x=()=>{const v=document.getElementById(r);if(v)if("createEvent"in document){const j=document.createEvent("HTMLEvents");j.initEvent("blur",!1,!0),v.dispatchEvent(j)}else v.fireEvent("onblur")};e.watch(L,()=>{const v=document.getElementById(r);if("createEvent"in document){const j=document.createEvent("HTMLEvents");j.initEvent("change",!1,!0),v.dispatchEvent(j)}else v.fireEvent("onchange");y("change")});const b=v=>{v.disabled||(w(),L.value=v.value)},E=()=>{L.value=null},k=e.computed(()=>{var v,j,T,S,P;return o.showDescription&&((v=D.value)!=null&&v.description||(j=D.value)!=null&&j.customDescription)?(T=D.value)!=null&&T.customDescription?(S=D.value)==null?void 0:S.customDescription:(P=D.value)==null?void 0:P.description:!1}),D=e.computed(()=>o.options.filter(v=>v.value===L.value)[0]);return(v,j)=>{const T=ar;return e.openBlock(),e.createElementBlock("div",qY,[e.createElementVNode("div",{id:`pl-select__select-container-${r}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:_},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",JY,[e.createElementVNode("div",XY,[o.label?(e.openBlock(),e.createElementBlock("span",eR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",tR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(T,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),o.account?(e.openBlock(),e.createBlock(WY,e.mergeProps({key:1},o,{id:r,focus:c.value,"onUpdate:focus":j[0]||(j[0]=S=>c.value=S),"model-value":D.value,placeholder:o.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(ZY,e.mergeProps({key:2},o,{id:r,focus:c.value,"onUpdate:focus":j[1]||(j[1]=S=>c.value=S),"model-value":D.value,"show-description":k.value,"show-error":s.value,onReset:E}),null,16,["focus","model-value","show-description","show-error"])),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",nR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",oR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",rR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,KY),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(nu,{id:r,ref_key:"dropdownRef",ref:C,offsets:g.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":L.value,onSelectValue:b},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(nu,{key:1,id:r,ref_key:"dropdownRef",ref:C,offsets:g.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":L.value,onSelectValue:b},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}}),RCe="",iR={install(t){t.component("PlSelectPlus",lR)}},ns=e.defineComponent({__name:"pl-tag",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createBlock(Gl,{class:e.normalizeClass(["pl-tag-container",{"pl-tag-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},8,["class"]))}}),FCe="",sR={key:0,class:"pl-multi-select__prefix-container"},aR={class:"pl-multi-select__inner-container"},cR=["id","prop","placeholder","disabled","onKeydown"],dR={class:"pl-multi-select__suffix-container"},uR=e.defineComponent({__name:"pl-default",props:{prop:{default:""},modelValue:{},placeholder:{default:""},id:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},showDescription:{type:[String,Boolean],default:""},focus:{type:Boolean,default:!1},showError:{default:0},leftIcon:{default:""}},emits:["reset","update:focus"],setup(t,{emit:n}){const o=t,r=n,i=()=>{r("reset")},s=()=>{r("update:focus",!1)},c=d=>{d.composed&&d.stopImmediatePropagation()};return(d,u)=>{const f=C1;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-multi-select__select",{focus:d.focus,disabled:o.disabled,"is-error":o.showError}])},[o.leftIcon?(e.openBlock(),e.createElementBlock("div",sR,[e.createVNode(f,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",aR,[e.createElementVNode("input",{id:o.id,readonly:"",prop:o.prop,class:e.normalizeClass(["pl-multi-select__inner",{"pl-multi-select__inner_hidden":d.modelValue.length}]),type:"text",placeholder:o.placeholder,disabled:o.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:c},null,42,cR),d.modelValue.length?(e.openBlock(),e.createBlock(ns,{key:0,disabled:o.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.modelValue[0].label),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0),d.modelValue.length>1?(e.openBlock(),e.createBlock(ns,{key:1,disabled:o.disabled},{default:e.withCtx(()=>[e.createTextVNode(" +"+e.toDisplayString(d.modelValue.length-1),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",dR,[!o.disabled&&o.clearable&&o.modelValue.length?(e.openBlock(),e.createBlock(f,{key:0,name:"Close16",onMouseup:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-multi-select__suffix_rotate":o.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),fR=["id"],pR={key:0,class:"d-flex gap-2 p-2"},hR=e.defineComponent({__name:"pl-multi-select-dropdown",props:{modelValue:{},offsets:{default:""},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},buttons:{type:Boolean}},emits:["update:modelValue","reset","closeSave"],setup(t,{emit:n}){const o=t,r=e.computed({get:()=>o.modelValue,set:d=>{c("update:modelValue",d)}}),i=()=>{c("closeSave")},s=(d,u)=>{d?r.value.push(u):r.value=r.value.filter(f=>JSON.stringify(u.value)!==JSON.stringify(f.value))},c=n;return(d,u)=>{const f=no;return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${d.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":o.buttons},{"pl-multi-select__dropdown-container_helpertext":d.helpertext||d.errors.length>0}]),style:e.normalizeStyle(d.offsets)},[e.createVNode(f,{"max-height":o.buttons?"208px":"268px"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.options,C=>(e.openBlock(),e.createBlock(ur,{key:C.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!r.value.find(p=>JSON.stringify(C.value)===JSON.stringify(p.value)),description:C.description,disabled:C.disabled,label:C.label,onChange:p=>s(p,C)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),o.buttons?(e.openBlock(),e.createElementBlock("div",pR,[e.createVNode(e3,{"full-width":"",disabled:!r.value.length,type:"secondary",size:"small",onClick:u[0]||(u[0]=C=>c("reset"))},{default:e.withCtx(()=>[e.createTextVNode("Сбросить")]),_:1},8,["disabled"]),e.createVNode(e3,{"full-width":"",disabled:!r.value.length,size:"small",onClick:i},{default:e.withCtx(()=>[e.createTextVNode("Применить")]),_:1},8,["disabled"])])):e.createCommentVNode("",!0)],14,fR)):e.createCommentVNode("",!0)]),_:1})}}}),CR={class:"pl-multi-select__wrapper"},gR=["id"],mR={key:0,class:"pl-multi-select__label-container"},_R={class:"pl-multi-select__label-container-text"},MR={key:0,class:"pl-multi-select__label"},yR={key:1,class:"pl-multi-select__optional"},wR={key:1,class:"pl-multi-select__helpertext-container"},NR={key:0,class:"pl-multi-select__error"},bR={key:1,class:"pl-multi-select__helpertext"},DR=e.defineComponent({__name:"pl-multi-select",props:{modelValue:{default:()=>[]},options:{default:()=>[]},prop:{default:""},placeholder:{default:""},width:{default:"100%"},helpertext:{default:""},optional:{default:""},label:{default:""},tooltip:{default:""},leftIcon:{default:""},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},buttons:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(v=>({"9bf9e0bc":o.width}));const o=t,r=`id-${Xt()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(j=>j.field===o.prop),L()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=Ht().height;e.watch(d,()=>{L()});const{isScrolling:u}=io(window);e.watch(u,()=>{L()});const f=e.ref([]),C=v=>JSON.parse(JSON.stringify(v));e.watch(c,v=>{var j;f.value=C(E.value),v?(j=document.getElementById(r))==null||j.focus():k(),e.nextTick(()=>{const T=document.getElementById(`pl-multi-select__select-container-${r}`).getBoundingClientRect().width+"px",S=document.getElementById(`dropdown-${r}`);S&&(S.style.maxWidth=T),L()})});const p=e.ref(),M=e.ref();Mn(p,()=>{c.value&&o.buttons&&(E.value=C(f.value)),c.value=!1},{ignore:[M]});const g=v=>JSON.stringify(v.sort((j,T)=>j.value<T.value?-1:j.value>T.value?1:0)),m=()=>{c.value=!1,g(f.value)!==g(E.value)&&(document.getElementById(r).dispatchEvent(new Event("change")),b("change"))},_=e.ref(0),y=e.ref(0),w=e.computed(()=>`top: ${_.value}px; left: ${y.value}px`),L=()=>{if(!c.value)return;const v=document.getElementById(`pl-multi-select__select-container-${r}`),j=v.getBoundingClientRect(),T=v.querySelector(".pl-multi-select__label-container"),S=v.querySelector(".pl-multi-select__helpertext-container"),P=T?T.offsetHeight:-4,I=S?S.offsetHeight:-4;_.value=j.height-I-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${r}`);if(!W)return;const Q=W.getBoundingClientRect();Q.bottom>d.value?_.value=_.value-Q.height-(j.height-P-I):_.value=j.height-I-4})},x=()=>{o.disabled||(c.value=!c.value)},b=n,E=e.computed({get:()=>o.modelValue,set:v=>{b("update:modelValue",v)}}),k=()=>{document.getElementById(r).dispatchEvent(new Event("blur"))};e.watch(()=>E.value,()=>{o.buttons||(document.getElementById(r).dispatchEvent(new Event("change")),b("change"))},{deep:!0});const D=()=>{E.value=[],f.value=[],k()};return(v,j)=>(e.openBlock(),e.createElementBlock("div",CR,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${r}`,ref_key:"selectRef",ref:p,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:x},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",mR,[e.createElementVNode("div",_R,[o.label?(e.openBlock(),e.createElementBlock("span",MR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",yR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(ts,{key:0,"model-value":o.tooltip,position:"top"},{default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20",onMouseup:j[0]||(j[0]=e.withModifiers(()=>{},["stop"]))})]),_:1},8,["model-value"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(uR,e.mergeProps(o,{id:r,focus:c.value,"onUpdate:focus":j[1]||(j[1]=T=>c.value=T),"model-value":E.value,"show-error":s.value,onReset:D}),null,16,["focus","model-value","show-error"]),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",wR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",NR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",bR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,gR),e.createVNode(hR,{id:r,ref_key:"dropdownRef",ref:M,modelValue:E.value,"onUpdate:modelValue":j[2]||(j[2]=T=>E.value=T),offsets:w.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,buttons:o.buttons,onReset:D,onCloseSave:m},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])]))}}),WCe="",kR={install(t){t.component("PlMultiSelect",DR)}},co=e.defineComponent({__name:"pl-skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"},borderRadius:{default:""}},setup(t){const n=t,o=e.computed(()=>({width:n.width,height:n.height,borderRadius:n.borderRadius}));return(r,i)=>(e.openBlock(),e.createElementBlock("div",{id:"pl-skeleton",style:e.normalizeStyle(o.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}}),GCe="",LR={install(t){t.component("PlSkeleton",co)}},xR={install(t){t.component("PlSnackbar",yd)}},qCe="",ER={class:"stepper-container"},vR={class:"stepper-title__container"},SR={key:0,class:"stepper-figure"},$R=[e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1)],TR={key:1,class:"stepper-figure"},jR={class:"stepper-figure__progress"},OR={key:2,class:"stepper-title__container"},VR={key:0},IR={key:1},zR={key:0},BR={key:1},AR={key:0},PR={key:3,class:"stepper-title__container"},HR={key:0},ZR={key:1},UR={key:0},QR={key:1},YR={key:0},RR={key:0},FR={class:"stepper-title__container stepper-title__container_ended"},WR={class:"stepper-text"},GR={key:0},qR={key:0},KR={key:0,class:"stepper-footer"},JR={class:"stepper-footer__count-remain"},XR={class:"stepper-footer__count"},eF={key:1,class:"stepper-footer"},tF={class:"stepper-footer__count-remain"},nF={class:"stepper-footer__count"},oF=Object.assign({name:"PlStepper"},{props:{displayType:{type:String,default:"number"},steps:{type:Array,required:!0},stepName:{type:String,default:"name"},stepCountName:{type:String,default:"count"},currentCount:{type:Number,required:!0},remainOnFooter:{type:Boolean,default:!1}},setup(t){const n=t,o=e.computed(()=>n.steps.length-1),r=e.computed(()=>n.displayType==="number"),i=e.computed(()=>n.steps[o.value][n.stepCountName]<=n.currentCount),s=e.computed(()=>{const p=B2.cloneDeep(n.steps);return p.pop(),p}),c=e.computed(()=>i.value?n.steps[o.value]:n.steps.find((p,M,g)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<g[M+1][n.stepCountName])),d=(p,M)=>Number((100*(p/M)).toFixed(2)),u=e.computed(()=>{const p={remain:null,progress:null};if(!i.value){const M=n.steps.findIndex(g=>g[n.stepName]===c.value[n.stepName]);return p.remain=n.steps[M+1][n.stepCountName]-n.currentCount,p.progress=d(n.currentCount-c.value[n.stepCountName],n.steps[M+1][n.stepCountName]-c.value[n.stepCountName]),p}return p.remain=0,p.progress=100,p}),f=p=>p>0&&p<o.value,C=(p,M)=>p[n.stepName]===M[n.stepName];return(p,M)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",ER,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(g,m)=>(e.openBlock(),e.createElementBlock("div",{key:g[t.stepName],class:"stepper-item"},[e.createElementVNode("div",vR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(m),"stepper-title_checked":t.currentCount>=g[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(g[t.stepName]),3)]),t.currentCount>g[t.stepCountName]&&!C(g,c.value)?(e.openBlock(),e.createElementBlock("div",SR,$R)):(e.openBlock(),e.createElementBlock("div",TR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":C(g,c.value)}])},null,2),e.createElementVNode("div",jR,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${C(g,c.value)?u.value.progress:0}%;`)},null,4)])])),r.value?(e.openBlock(),e.createElementBlock("div",OR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(m)}])},[m?(e.openBlock(),e.createElementBlock("div",VR,e.toDisplayString(g[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",IR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",zR,"0")):(e.openBlock(),e.createElementBlock("span",BR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",AR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},e.toDisplayString(u.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",PR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(m)}])},[m?(e.openBlock(),e.createElementBlock("div",HR,e.toDisplayString(g[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",ZR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",UR,"0 ₽")):(e.openBlock(),e.createElementBlock("span",QR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",YR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},[e.createTextVNode(e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ",1),u.value.remain?(e.openBlock(),e.createElementBlock("span",RR,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",FR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_checked":i.value,"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(t.steps[o.value][t.stepName]),3),e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":i.value}])},null,2),e.createElementVNode("div",WR,[e.createTextVNode(e.toDisplayString(t.steps[o.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",GR,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",qR,[r.value?(e.openBlock(),e.createElementBlock("div",KR,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",JR,e.toDisplayString(u.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",XR,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",eF,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",tF,e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",nF,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}}),rF={install(t){t.component("PlStepper",oF)}},ege="",lF={class:"match-text"},iF={key:1},sF=ut({__name:"markText",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,o=u=>u.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let r,i,s,c;const d=u=>{const f=o(n.searchValue);return r=new RegExp(f,"gi"),i=u.search(r)!==-1,s=u.slice(u.search(r),u.search(r)+f.length),c=i?[u.slice(0,u.search(r)),u.slice(u.search(r)+f.length)]:u,i?[c[0],s,c[1]]:["","",c]};return(u,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[0]),1),e.createElementVNode("span",lF,e.toDisplayString(d(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(d(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",iF,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-120e8b88"]]),nge="",aF={class:"suggestion"},cF={class:"d-flex flex-column"},dF={class:"text-truncate"},uF={class:"suggestion__item-info text-truncate"},fF=["src"],pF={__name:"pl-suggestions",props:{rules:{type:Object,default(){return{}}},suggestionList:{type:Array,default(){return[]}},label:{type:String,default:""},prop:{type:String,default:"name"},selectedItem:{default:""},isError:{type:Boolean,default:!1},placeholder:{type:String,default:"Начните ввод"},symbolsCountSearch:{type:Number,default:3},noData:{type:String,default:"Нет данных"},getValidate:{type:[Boolean,Number],default:!1},memoryBlur:{type:Boolean,default:!0}},emits:["setValid","change","validate","fetchDadata"],setup(t,{emit:n}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,r=t,{selectedItem:i,prop:s,getValidate:c,symbolsCountSearch:d,suggestionList:u,noData:f,memoryBlur:C}=e.toRefs(r),p=e.ref(""),M=e.ref({}),g=e.ref(""),m=e.ref(null),_=T=>{m.value=T.target.value},y=e.ref(null);e.onMounted(()=>{const T=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:g.value};for(let S=0;S<T.length;S+=1)T[S].style.width=`${T[S].offsetWidth}px`;C.value&&ft(y.value.$el,"input",_)});const w=n;e.watch(p,T=>{M[s]=T}),e.watch(i,T=>{p.value=T.value});const L=e.ref(!1),x=T=>{C.value&&(L.value=!0),!T.target&&(w("change",T),m.value=null,setTimeout(()=>{y.value.blur()},0),setTimeout(()=>L.value=!1,100))},b=(T,S,P)=>{w("validate",T,S,P)},E=e.ref(null),k=(T=!1)=>{T&&setTimeout(()=>{L.value?L.value=!1:C.value&&m.value&&w("change",{id:Xt(),value:m.value,dadata:!1})},10),setTimeout(()=>{E.value.validate()},10)};e.watch(c,T=>{T&&(k(),w("setValid"))});const D=e.ref([]);D.value=u.value,e.watch(u,T=>{D.value=T});const v=e.ref(`Введите ${d.value} символа`);e.watch(f,T=>{v.value=T});const j=T=>{if(g.value=T,T.length<d.value){v.value=`Введите ${d.value} ${ao(d.value,["символ","символа","символов"])} `,D.value=[];return}else v.value=" ";w("fetchDadata",T)};return(T,S)=>{const P=Ni,I=wi,W=Z4,Q=H4;return e.openBlock(),e.createElementBlock("div",aF,[e.createVNode(Q,{ref_key:"suggestion",ref:E,"label-position":"top",model:M.value,rules:t.rules,onValidate:b,onSubmit:S[2]||(S[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(W,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode(I,{ref_key:"suggestionBox",ref:y,modelValue:p.value,"onUpdate:modelValue":S[0]||(S[0]=U=>p.value=U),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":j,"no-data-text":v.value,onBlur:S[1]||(S[1]=U=>k("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,(U,V)=>(e.openBlock(),e.createBlock(P,{key:V,value:U.value,class:"d-flex justify-content-between align-items-center",onClick:R=>x(U)},{default:e.withCtx(()=>[e.createElementVNode("div",cF,[e.createElementVNode("span",dF,[e.createVNode(sF,{modelValue:U.value,"onUpdate:modelValue":R=>U.value=R,"search-value":g.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",uF,e.toDisplayString(U.bottomText),1)]),e.createElementVNode("img",{src:e.unref(o)},null,8,fF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}},hF={install(t){t.component("PlSuggestions",pF)}},CF=["disabled"],gF=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),mF={key:0},_F=e.defineComponent({__name:"pl-switch",props:{modelValue:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},label:{type:String,default:""},description:{type:String,default:""}},emits:["update:modelValue","change"],setup(t,{emit:n}){const o=t,r=e.ref(o.modelValue),i=d=>{c("update:modelValue",d),c("change",d)},s=()=>{o.disabled||(r.value=!r.value,i(r.value))},c=n;return e.watch(()=>o.modelValue,d=>{r.value=d}),(d,u)=>{const f=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-switch-container",{"pl-switch-disabled":o.disabled}])},[e.createElementVNode("div",{class:e.normalizeClass(["pl-switch",{"pl-switch-isChecked":o.modelValue}])},[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":u[0]||(u[0]=C=>r.value=C),type:"checkbox",disabled:o.disabled},null,8,CF),[[e.vModelCheckbox,r.value]]),gF],2),o.label?(e.openBlock(),e.createElementBlock("label",mF,[e.createVNode(Qi,{title:t.label,description:t.description,"is-disabled":o.disabled},null,8,["title","description","is-disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}}),oge="",MF={install(t){t.component("PlSwitch",_F)}},yF=e.defineComponent({__name:"pl-tab-pane",props:{label:{default:""},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null},name:{default:""}},setup(t){return(n,o)=>e.renderSlot(n.$slots,"default")}}),wF={install(t){t.component("PlTabPane",yF)}},rge="",lge="",ige="",sge="",NF={class:"pl-table"},bF={class:"no-data"},DF=["src"],kF={class:"no-data__text"},LF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},xF={key:0,class:"totals"},EF=Object.assign({name:"PlTable"},{props:{modelValue:{type:Array,default:()=>null},hasPagination:{type:Boolean,default:()=>!0},form:{type:Object,default:()=>({pageNumber:1,pageSize:10})},total:{type:Number,default:1},pageSizes:{type:Array,default:()=>[10,50,100,1e3]},isTotalVisible:{type:Boolean,default:!0},uniqKeyOfSelectedRow:{type:String},layout:{type:String,default:"prev, pager, next, sizes"},toggleRowSelection:{trype:Array,default:()=>[]},noDataText:{type:String,default:"Нет данных"},hideOnSinglePage:{type:Boolean,default:!0},showSelected:{type:Boolean,default:!1}},emits:["selected-rows","update:toggleRowSelection","action"],setup(t,{emit:n}){const o=e.useAttrs(),r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIHZpZXdCb3g9IjAgMCAxMTk3IDY2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF82MDQyXzUyNDI2KSI+DQo8bWFzayBpZD0ibWFzazBfNjA0Ml81MjQyNiIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMzk3IiB5PSI4MyIgd2lkdGg9IjQyMSIgaGVpZ2h0PSI0MjIiPg0KPHBhdGggZD0iTTgxOCAyOTQuMjI1QzgxOCA0MTAuNDgxIDcyMy43NTYgNTA0LjcyNSA2MDcuNSA1MDQuNzI1QzQ5MS4yNDQgNTA0LjcyNSAzOTcgNDEwLjQ4MSAzOTcgMjk0LjIyNUMzOTcgMTc3Ljk2OSA0OTEuMjQ0IDgzLjcyNTEgNjA3LjUgODMuNzI1MUM3MjMuNzU2IDgzLjcyNTEgODE4IDE3Ny45NjkgODE4IDI5NC4yMjVaIiBmaWxsPSIjQzRDNEM0Ii8+DQo8L21hc2s+DQo8ZyBtYXNrPSJ1cmwoI21hc2swXzYwNDJfNTI0MjYpIj4NCjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQ1NC44NzMgMzgzLjUxMUM0NTQuNjQgMzg5LjczOSA0NTIuOTc2IDM5Ny42ODEgNDQ4Ljc0NyA0MDQuNzM3QzQ0NC4yMTYgNDEyLjI5NiA0MzYuNzQ2IDQxOC44MDMgNDI1LjE3IDQyMC45NzdMNDIxLjUyMSA0MjcuMzY0QzQyNS40MjkgNDI4LjIzIDQzMC4zNDQgNDI3LjE4MyA0MzUuNTg5IDQyNC40NDdDNDQxLjI2OSA0MjEuNDg0IDQ0Ni45MTMgNDE2Ljc0NyA0NTEuMjk3IDQxMS4zNDZDNDU1LjcwNSA0MDUuOTE2IDQ1OC42NDUgNDAwLjA1OSA0NTkuMjY5IDM5NC45MTdDNDU5LjgxNyAzOTAuNDA1IDQ1OC42MSAzODYuNDYzIDQ1NC44NzMgMzgzLjUxMVpNNDUxLjc5NCAzNzguMjM0QzQ1My4xMjQgMzc3LjM4MSA0NTQuOTc5IDM3Ny4xOCA0NTYuNjAyIDM3OC4yMzZDNDYzLjE2NyAzODIuNTA4IDQ2NS4zNDEgMzg4Ljg3NSA0NjQuNTMgMzk1LjU1NkM0NjMuNzQzIDQwMi4wNDUgNDYwLjE3NSA0MDguODE5IDQ1NS40MTEgNDE0LjY4N0M0NTAuNjIzIDQyMC41ODUgNDQ0LjQzMSA0MjUuODEyIDQzOC4wNDEgNDI5LjE0NkM0MzEuNzIzIDQzMi40NDIgNDI0Ljc3NiA0MzQuMTAyIDQxOC43NCA0MzIuMDg3QzQxNS44MDIgNDMxLjEwNiA0MTUuMTU4IDQyNy44MTYgNDE2LjM5OCA0MjUuNjQ2TDQyMC43MTEgNDE4LjA5OEM0MjEuNDI2IDQxNi44NDcgNDIyLjY1OCA0MTYuMDQ3IDQyMy45NzYgNDE1LjgwOEM0MzQuMDEzIDQxMy45ODYgNDQwLjMyNSA0MDguNDc5IDQ0NC4yMDEgNDAyLjAxMkM0NDguMTI2IDM5NS40NjQgNDQ5LjU1OCAzODcuODk5IDQ0OS42MDEgMzgyLjIzM0M0NDkuNjE0IDM4MC41MzQgNDUwLjUwNyAzNzkuMDYgNDUxLjc5NCAzNzguMjM0WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01MTUuMTYxIDQwNy4zOTNDNTA0LjU1MyA0MTQuMDk5IDQ5Mi4yNTMgNDMwLjg2NyA0OTguNDk5IDQ1Mi41MzRMNDkxLjg4NiA0NTcuNzA2QzQ4OS4wMjkgNDU0Ljc3MyA0ODcuNTA0IDQ0OS44NjggNDg3LjQ1MSA0NDMuNzQzQzQ4Ny4zOTUgNDM3LjMyOCA0ODguOTcxIDQzMC4wNjggNDkxLjc0NyA0MjMuNjA0QzQ5NC41MzkgNDE3LjEwNSA0OTguNDE2IDQxMS43MDIgNTAyLjczNiA0MDguNzE5QzUwNi41NzcgNDA2LjA2NyA1MTAuNzI1IDQwNS4zMTYgNTE1LjE2MSA0MDcuMzkzWk01MjEuMTE1IDQwNy42MzNDNTIxLjI0OCA0MDYuMDggNTIwLjU5NiA0MDQuMzM0IDUxOC45MDQgNDAzLjM2OUM1MTIuMDMyIDM5OS40NTIgNTA1LjMxOCA0MDAuNDk1IDQ5OS43MjQgNDA0LjM1OEM0OTQuMjg5IDQwOC4xMTEgNDg5Ljg5MiA0MTQuNDk0IDQ4Ni44NzggNDIxLjUxMkM0ODMuODQ4IDQyOC41NjUgNDgyLjA4OCA0MzYuNTUgNDgyLjE1MSA0NDMuNzg5QzQ4Mi4yMTQgNDUwLjk0NSA0ODQuMDc3IDQ1Ny44ODEgNDg4Ljg5NSA0NjIuMTc1QzQ5MC42NDMgNDYzLjczMyA0OTMuMDY3IDQ2My41MSA0OTQuNjIzIDQ2Mi4yOTRMNTAyLjA5NCA0NTYuNDUyQzUwMy42NjYgNDU1LjIyMiA1MDQuMjE5IDQ1My4xODEgNTAzLjY4NiA0NTEuMzg4QzQ5Ny44OTYgNDMxLjkgNTA5LjM1OSA0MTYuOTE2IDUxOC43MDIgNDExLjQ0MUM1MjAuMTM4IDQxMC41OTkgNTIwLjk4NiA0MDkuMTMzIDUyMS4xMTUgNDA3LjYzM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4NCjwvZz4NCjxnIG9wYWNpdHk9IjAuMSI+DQo8cGF0aCBkPSJNMTAwMS4xMyAyMDAuNDMyQzEwMzIuMjkgMjMxLjY1MSAxMDg3LjkyIDI5MC4yMjMgMTEwNy4wNSAzMDkuNzVDMTEwNy45OSAzMTAuNzA1IDExMDcuNjUgMzEyLjIxIDExMDYuMzIgMzEyLjA5OUMxMDkwLjY0IDMxMC43OTIgMTA0My4zMSAyNTQuNDggMTAxOS43OCAyMzIuNDkxQzk5OC42MTMgMjA4LjE1NiA5NTMuNDk0IDE1NC40MjQgOTQ0LjQzNCAxNDQuNTIxQzk0MC4yNDYgMTM5Ljk0MyA5NDYuNjI5IDEzNy4yODUgOTUxLjM1OCAxMzguNThDOTUxLjczMyAxMzguNjgyIDk1Mi4wNDYgMTM4LjkxMiA5NTIuMjc2IDEzOS4yMjRDOTU3Ljg5NCAxNDYuODUyIDk3MC4yNDQgMTY5LjQ4MiAxMDAxLjEzIDIwMC40MzJaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NTIuMDU4IDEzNi4wMjRDOTUzLjA2NSAxMzYuMjk5IDk1My44NjMgMTM2LjkxIDk1NC40MDkgMTM3LjY1M0M5NTUuNTQ0IDEzOS4xOTMgOTU2LjkyMSAxNDEuMjg2IDk1OC42MzEgMTQzLjg4N0M5NjUuNjU3IDE1NC41NjkgOTc4LjMxOSAxNzMuODIyIDEwMDMuMDEgMTk4LjU2QzEwMjIuOSAyMTguNDg2IDEwNTIuODEgMjQ5LjYxMiAxMDc2Ljc5IDI3NC41NzVDMTA5MC4zNyAyODguNzA4IDExMDIuMDYgMzAwLjg2NSAxMTA4Ljk1IDMwNy44OTVDMTEwOS45OSAzMDguOTYxIDExMTAuNTEgMzEwLjUzIDExMTAuMDkgMzEyLjAzNkMxMTA5Ljg3IDMxMi44MSAxMTA5LjQgMzEzLjU2OCAxMTA4LjYzIDMxNC4wOThDMTEwNy44NSAzMTQuNjMzIDExMDYuOTUgMzE0LjgxMSAxMTA2LjEgMzE0Ljc0QzExMDMuNTIgMzE0LjUyNSAxMTAwLjYzIDMxMy4yNCAxMDk3LjcgMzExLjQ3NkMxMDk0LjcgMzA5LjY3MyAxMDkxLjM2IDMwNy4xODggMTA4Ny44IDMwNC4yNDJDMTA4MC42OCAyOTguMzQ3IDEwNzIuNDkgMjkwLjQyIDEwNjQuMSAyODEuOTExQzEwNTcuMyAyNzUuMDA1IDEwNTAuNCAyNjcuNzM3IDEwNDMuODEgMjYwLjgwM0MxMDM0LjA0IDI1MC41MjIgMTAyNC45NyAyNDAuOTczIDEwMTcuOTcgMjM0LjQyN0wxMDE3Ljg3IDIzNC4zMzRMMTAxNy43OCAyMzQuMjNDMTAwNy45MSAyMjIuODggOTkyLjkxNCAyMDUuMjQyIDk3OC43ODEgMTg4LjYxNUM5NjIuNDggMTY5LjQzNyA5NDcuMzIyIDE1MS42MDMgOTQyLjQ3OSAxNDYuMzA5Qzk0MS4xNTYgMTQ0Ljg2MyA5NDAuMjY1IDE0My4xMjggOTQwLjQ0NiAxNDEuMjI3Qzk0MC42MzEgMTM5LjI5MyA5NDEuODUgMTM3LjkzOSA5NDMuMTE0IDEzNy4xMjJDOTQ1LjUyOSAxMzUuNTYxIDk0OS4xMTQgMTM1LjIxOCA5NTIuMDU4IDEzNi4wMjRaTTk1MC4zMzIgMTQxLjA1NkM5NDguNjM3IDE0MC42ODkgOTQ2Ljg0NyAxNDEuMDIgOTQ1Ljk5IDE0MS41NzNDOTQ1Ljg1OCAxNDEuNjU5IDk0NS43ODIgMTQxLjcyNSA5NDUuNzQgMTQxLjc3Qzk0NS43ODIgMTQxLjkwNiA5NDUuOTIzIDE0Mi4yMjIgOTQ2LjM5IDE0Mi43MzJDOTUxLjI2OCAxNDguMDY1IDk2Ni41OTMgMTY2LjA5NCA5ODIuOTk3IDE4NS4zOTFDOTk3LjA3MSAyMDEuOTQ4IDEwMTEuOTQgMjE5LjQzOSAxMDIxLjY5IDIzMC42NDlDMTAyOC43NiAyMzcuMjcyIDEwMzguMDIgMjQ3LjAxIDEwNDcuODYgMjU3LjM2NUMxMDU0LjQzIDI2NC4yOCAxMDYxLjI2IDI3MS40NyAxMDY3Ljg4IDI3OC4xOTFDMTA3Ni4yMyAyODYuNjcyIDEwODQuMjggMjk0LjQ0MiAxMDkxLjE4IDMwMC4xNjFDMTA5NC42MyAzMDMuMDIxIDEwOTcuNzUgMzA1LjMyMiAxMTAwLjQzIDMwNi45MzRDMTEwMC41NyAzMDcuMDIgMTEwMC43MSAzMDcuMTA0IDExMDAuODUgMzA3LjE4NUMxMDkzLjgyIDI5OS45NCAxMDgzLjk2IDI4OS42ODIgMTA3Mi44NSAyNzguMTE5QzEwNDguOSAyNTMuMTk2IDEwMTkuMTMgMjIyLjIxNSA5OTkuMjU4IDIwMi4zMDRDOTc0LjEwNSAxNzcuMTAyIDk2MS4wNTkgMTU3LjI0MyA5NTQuMTEzIDE0Ni42NjlDOTUyLjU3NSAxNDQuMzI5IDk1MS4zMzcgMTQyLjQ0MyA5NTAuMzMyIDE0MS4wNTZaTTk0NS43MjMgMTQxLjY5MkM5NDUuNzIzIDE0MS42OTIgOTQ1LjcyNCAxNDEuNjk0IDk0NS43MjQgMTQxLjY5OEM5NDUuNzIzIDE0MS42OTQgOTQ1LjcyMyAxNDEuNjkyIDk0NS43MjMgMTQxLjY5MlpNOTQ1LjcwNCAxNDEuODEzQzk0NS42OTkgMTQxLjgyNiA5NDUuNjk1IDE0MS44MzIgOTQ1LjY5NCAxNDEuODMyQzk0NS42OTMgMTQxLjgzMiA5NDUuNjk2IDE0MS44MjUgOTQ1LjcwNCAxNDEuODEzWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZD0iTTEwMTAuNzggMTU2LjAwN0MxMDUyLjMxIDE3MC44NDMgMTEyNy42OSAxOTkuODkzIDExNTMuMzUgMjA5LjMyM0MxMTU0LjYgMjA5Ljc4NCAxMTU0Ljk0IDIxMS4yOSAxMTUzLjY5IDIxMS43NjFDMTEzOC45NyAyMTcuMzA2IDEwNzIuMDYgMTg2Ljc0IDEwNDEuMzcgMTc2Ljk3QzEwMTEuODEgMTY0LjA2NiA5NDguMDA4IDEzNC44ODIgOTM1LjU3NiAxMjkuODIxQzkyOS44MjkgMTI3LjQ4MiA5MzQuNDU0IDEyMi4zNDQgOTM5LjI4MiAxMjEuNDg1QzkzOS42NjQgMTIxLjQxNyA5NDAuMDQ2IDEyMS40OSA5NDAuMzg4IDEyMS42NzRDOTQ4LjczNCAxMjYuMTUzIDk2OS41OTcgMTQxLjI5OSAxMDEwLjc4IDE1Ni4wMDdaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MzguODE4IDExOC44NzZDOTM5Ljg0NiAxMTguNjkzIDk0MC44MjggMTE4LjkwMiA5NDEuNjQxIDExOS4zMzlDOTQzLjMyNyAxMjAuMjQzIDk0NS40NjggMTIxLjU0MyA5NDguMTI5IDEyMy4xNTlDOTU5LjA1NyAxMjkuNzk1IDk3OC43NTQgMTQxLjc1NSAxMDExLjY3IDE1My41MTJDMTAzOC4xOCAxNjIuOTgxIDEwNzguNTUgMTc4LjI2OCAxMTEwLjkzIDE5MC41MjhDMTEyOS4yNiAxOTcuNDcgMTE0NS4wMyAyMDMuNDQxIDExNTQuMjYgMjA2LjgzNkMxMTU1LjY3IDIwNy4zNTEgMTE1Ni44MSAyMDguNTQ2IDExNTcuMDcgMjEwLjA4N0MxMTU3LjIxIDIxMC44NzggMTE1Ny4xMSAyMTEuNzY2IDExNTYuNjQgMjEyLjU3NkMxMTU2LjE2IDIxMy4zOTMgMTE1NS40MyAyMTMuOTQgMTE1NC42MyAyMTQuMjQxQzExNTIuMiAyMTUuMTU0IDExNDkuMDUgMjE1LjIzMSAxMTQ1LjY0IDIxNC44OTZDMTE0Mi4xNSAyMTQuNTU0IDExMzguMDcgMjEzLjc0MiAxMTMzLjU5IDIxMi42MDdDMTEyNC42NCAyMTAuMzM0IDExMTMuODMgMjA2LjY5IDExMDIuNjEgMjAyLjU5OEMxMDkzLjUgMTk5LjI3OCAxMDg0LjE1IDE5NS42NzQgMTA3NS4yMiAxOTIuMjM2QzEwNjEuOTkgMTg3LjEzOCAxMDQ5LjcgMTgyLjQwNCAxMDQwLjU3IDE3OS40OTVMMTA0MC40MyAxNzkuNDUzTDEwNDAuMzEgMTc5LjM5OUMxMDI2LjUyIDE3My4zOCAxMDA1LjQyIDE2My44NzggOTg1LjUxNiAxNTQuOTJDOTYyLjU2NSAxNDQuNTg4IDk0MS4yMjMgMTM0Ljk4MSA5MzQuNTc3IDEzMi4yNzZDOTMyLjc2MSAxMzEuNTM3IDkzMS4yMTIgMTMwLjM1MiA5MzAuNTYxIDEyOC41NTdDOTI5Ljg5OCAxMjYuNzMgOTMwLjQxOCAxMjQuOTg0IDkzMS4yMSAxMjMuNzA0QzkzMi43MjIgMTIxLjI1OSA5MzUuODEzIDExOS40MSA5MzguODE4IDExOC44NzZaTTkzOS40MTcgMTI0LjE2MkM5MzcuNzI5IDEyNC41NTcgOTM2LjI1NCAxMjUuNjI0IDkzNS43MTggMTI2LjQ5MkM5MzUuNjM1IDEyNi42MjUgOTM1LjU5NSAxMjYuNzE4IDkzNS41NzYgMTI2Ljc3NkM5MzUuNjcyIDEyNi44ODEgOTM1LjkzNSAxMjcuMTA2IDkzNi41NzUgMTI3LjM2N0M5NDMuMjcgMTMwLjA5MiA5NjQuODQ3IDEzOS44MDQgOTg3Ljk0MyAxNTAuMkMxMDA3Ljc2IDE1OS4xMTkgMTAyOC42OSAxNjguNTQxIDEwNDIuMyAxNzQuNDg3QzEwNTEuNTQgMTc3LjQzNCAxMDY0LjA3IDE4Mi4yNjEgMTA3Ny40MSAxODcuMzk1QzEwODYuMzEgMTkwLjgyMyAxMDk1LjU2IDE5NC4zODcgMTEwNC40MyAxOTcuNjE5QzExMTUuNjEgMjAxLjY5NyAxMTI2LjIxIDIwNS4yNjUgMTEzNC45IDIwNy40NjlDMTEzOS4yNCAyMDguNTcyIDExNDMuMDQgMjA5LjMxNSAxMTQ2LjE2IDIwOS42MjFDMTE0Ni4zMiAyMDkuNjM4IDExNDYuNDkgMjA5LjY1MyAxMTQ2LjY1IDIwOS42NjdDMTEzNy4xOCAyMDYuMTQgMTEyMy44OCAyMDEuMTAxIDExMDguODggMTk1LjQyMkMxMDc2LjU2IDE4My4xODEgMTAzNi4zOCAxNjcuOTY1IDEwMDkuODkgMTU4LjUwM0M5NzYuMzU0IDE0Ni41MjYgOTU2LjA1IDEzNC4xODIgOTQ1LjI0MSAxMjcuNjExQzk0Mi44NDggMTI2LjE1NiA5NDAuOTIgMTI0Ljk4NCA5MzkuNDE3IDEyNC4xNjJaTTkzNS41MjcgMTI2LjcxNEM5MzUuNTI3IDEyNi43MTMgOTM1LjUyOCAxMjYuNzE1IDkzNS41MyAxMjYuNzE4QzkzNS41MjggMTI2LjcxNSA5MzUuNTI3IDEyNi43MTQgOTM1LjUyNyAxMjYuNzE0Wk05MzUuNTYyIDEyNi44M0M5MzUuNTYzIDEyNi44NDQgOTM1LjU2MSAxMjYuODUyIDkzNS41NjEgMTI2Ljg1MkM5MzUuNTYgMTI2Ljg1MiA5MzUuNTU5IDEyNi44NDUgOTM1LjU2MiAxMjYuODNaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBkPSJNMTAwMy4wOSAxNzguNTY4QzEwMTcuMjMgMTUyLjEyIDk5Ni42NDIgMTE4LjMzMSA5NzEuMTk5IDEwNy4xOTVDOTQ0LjU1NiA5NS41MzQxIDkxMi43OTggMTE0LjM2MiA5MDcuOTc1IDE0Mi4xNzNDOTA1LjQ1OSAxNTYuNjc3IDkxMC4yNTggMTg0LjE0NCA5MjkuNzczIDE5NC42NTlDOTM2LjgxOSAxOTguNDU1IDk0Ni4wMyAyMDEuNzIyIDk1NS43NTcgMjAyLjc5MUM5NzIuOTcyIDIwNC42ODMgOTkxLjgwMSAxOTkuNjkyIDEwMDMuMDkgMTc4LjU2OFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk4MC41NzUgMTk2Ljg4NkM5ODguMjggMTkzLjQ4NCA5OTUuMzc1IDE4Ny4zODIgMTAwMC43NSAxNzcuMzE4QzEwMDcuMzEgMTY1LjA1NiAxMDA1LjkxIDE1MC45MzMgOTk5LjYxNiAxMzguMzIzQzk5My4zMTMgMTI1LjY5MyA5ODIuMjQ5IDExNC45MjUgOTcwLjEzNiAxMDkuNjIzQzk0NS4xODQgOTguNzAxNiA5MTUuMTM3IDExNi4zODMgOTEwLjU4NSAxNDIuNjI1QzkwOS40MDggMTQ5LjQxNSA5MDkuOTMgMTU5LjQ2NSA5MTMuMTI3IDE2OS4wNzVDOTE2LjMyMSAxNzguNjc3IDkyMi4wNjMgMTg3LjQ5NCA5MzEuMDMgMTkyLjMyNkM5MzYuNzU2IDE5NS40MTEgOTQzLjk4MSAxOTguMTM2IDk1MS43MTggMTk5LjUyOEw5NTEuODY1IDE5OC45ODhMOTU2LjI1IDIwMC4xNzlDOTY0LjQ1MiAyMDEuMDUzIDk3Mi44OTUgMjAwLjI3NyA5ODAuNTc1IDE5Ni44ODZaTTk1Ni4zMjEgMjA1LjUxM0M5NjUuMDE4IDIwNi4zNTUgOTc0LjE5OCAyMDUuNDk2IDk4Mi43MTYgMjAxLjczNUM5OTEuNTUzIDE5Ny44MzMgOTk5LjUxNyAxOTAuODc3IDEwMDUuNDMgMTc5LjgxN0MxMDEzLjAxIDE2NS42MzEgMTAxMS4xOSAxNDkuNjM2IDEwMDQuMzYgMTM1Ljk1NkM5OTcuNTQyIDEyMi4yOTYgOTg1LjU5MSAxMTAuNjAyIDk3Mi4yNjEgMTA0Ljc2OEM5NDMuOTI4IDkyLjM2NjYgOTEwLjQ1OSAxMTIuMzQxIDkwNS4zNjMgMTQxLjcyQzkwNC4wMjUgMTQ5LjQzNSA5MDQuNjQ1IDE2MC4zNzEgOTA4LjA5OCAxNzAuNzQ4QzkxMS41NTMgMTgxLjEzNSA5MTcuOTY4IDE5MS4zMDkgOTI4LjUxNiAxOTYuOTkyQzkzNS43NzQgMjAwLjkwMyA5NDUuMjMyIDIwNC4yNjggOTU1LjI2IDIwNS40MDJMOTU2LjI3NiAyMDUuNjc4TDk1Ni4zMjEgMjA1LjUxM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGQ9Ik05OTQuMzkxIDIzMS45NzJDMTAyMy45OSAyNjQuNjcgMTA3Ni43IDMyNS44NzkgMTA5NC44NyAzNDYuMzE0QzEwOTUuNzUgMzQ3LjMxMyAxMDk1LjM0IDM0OC44IDEwOTQuMDIgMzQ4LjYyNUMxMDc4LjQyIDM0Ni41NTYgMTAzMy44OSAyODguMDA4IDEwMTEuNDUgMjY0LjlDOTkxLjQ5OCAyMzkuNTY0IDk0OS4wNDYgMTgzLjcgOTQwLjQ3OSAxNzMuMzY3QzkzNi41MTkgMTY4LjU5MSA5NDMuMDIzIDE2Ni4yNDcgOTQ3LjY4NCAxNjcuNzcxQzk0OC4wNTMgMTY3Ljg5MSA5NDguMzU0IDE2OC4xMzYgOTQ4LjU2OSAxNjguNDU5Qzk1My44MSAxNzYuMzUxIDk2NS4wNDQgMTk5LjU1NSA5OTQuMzkxIDIzMS45NzJaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NDguNTA4IDE2NS4yNTJDOTQ5LjUgMTY1LjU3NiA5NTAuMjY3IDE2Ni4yMjUgOTUwLjc3NyAxNjYuOTkzQzk1MS44MzUgMTY4LjU4NyA5NTMuMTA4IDE3MC43NDQgOTU0LjY5IDE3My40MjZDOTYxLjE4OCAxODQuNDM3IDk3Mi44OTggMjA0LjI4MiA5OTYuMzU1IDIzMC4xOTNDMTAxNS4yNSAyNTEuMDYzIDEwNDMuNjEgMjgzLjYwOCAxMDY2LjM1IDMwOS43MDhDMTA3OS4yMyAzMjQuNDg1IDEwOTAuMzEgMzM3LjE5NyAxMDk2Ljg1IDM0NC41NTNDMTA5Ny44NCAzNDUuNjY5IDEwOTguMjggMzQ3LjI2MiAxMDk3Ljc5IDM0OC43NDVDMTA5Ny41MyAzNDkuNTA3IDEwOTcuMDIgMzUwLjI0MiAxMDk2LjIzIDM1MC43MzNDMTA5NS40MiAzNTEuMjMgMTA5NC41MSAzNTEuMzY0IDEwOTMuNjcgMzUxLjI1MkMxMDkxLjEgMzUwLjkxMSAxMDg4LjI4IDM0OS40ODggMTA4NS40NCAzNDcuNTgzQzEwODIuNTMgMzQ1LjYzNiAxMDc5LjMxIDM0Mi45OTEgMTA3NS45IDMzOS44NzZDMTA2OS4wOCAzMzMuNjQxIDEwNjEuMjggMzI1LjMyNSAxMDUzLjMyIDMxNi40MThDMTA0Ni44NiAzMDkuMTg5IDEwNDAuMzIgMzAxLjU5NCAxMDM0LjA4IDI5NC4zNDhDMTAyNC44MiAyODMuNjAzIDEwMTYuMjMgMjczLjYyNSAxMDA5LjU1IDI2Ni43NDZMMTAwOS40NSAyNjYuNjQ3TDEwMDkuMzcgMjY2LjUzOUMxMDAwLjA2IDI1NC43MjIgOTg1Ljk0NyAyMzYuMzc2IDk3Mi42NCAyMTkuMDhDOTU3LjI5MiAxOTkuMTMyIDk0My4wMTkgMTgwLjU4MiA5MzguNDM5IDE3NS4wNTlDOTM3LjE4OCAxNzMuNTUgOTM2LjM4MiAxNzEuNzc0IDkzNi42NTYgMTY5Ljg4NEM5MzYuOTM1IDE2Ny45NjEgOTM4LjIxOCAxNjYuNjY4IDkzOS41MiAxNjUuOTEzQzk0Mi4wMDggMTY0LjQ3MiA5NDUuNjA2IDE2NC4zMDMgOTQ4LjUwOCAxNjUuMjUyWk05NDYuNTM4IDE3MC4xOTRDOTQ0Ljg2NCAxNjkuNzQ0IDk0My4wNTkgMTY5Ljk4OCA5NDIuMTc3IDE3MC40OTlDOTQyLjA0MSAxNzAuNTc4IDk0MS45NjIgMTcwLjY0MSA5NDEuOTE4IDE3MC42ODNDOTQxLjk1MyAxNzAuODIxIDk0Mi4wNzggMTcxLjE0NCA5NDIuNTE5IDE3MS42NzZDOTQ3LjEzMyAxNzcuMjQxIDk2MS41NjIgMTk1Ljk5MyA5NzcuMDA4IDIxNi4wNjZDOTkwLjI2IDIzMy4yODggMTAwNC4yNiAyNTEuNDgxIDEwMTMuNDUgMjYzLjE1M0MxMDIwLjIgMjcwLjExMyAxMDI4Ljk2IDI4MC4yODkgMTAzOC4yOSAyOTEuMTExQzEwNDQuNTEgMjk4LjMzNyAxMDUwLjk5IDMwNS44NTEgMTA1Ny4yNyAzMTIuODg3QzEwNjUuMiAzMjEuNzYzIDEwNzIuODYgMzI5LjkxNiAxMDc5LjQ4IDMzNS45NjNDMTA4Mi43OSAzMzguOTg5IDEwODUuNzkgMzQxLjQzOCAxMDg4LjM5IDM0My4xNzlDMTA4OC41MiAzNDMuMjcyIDEwODguNjYgMzQzLjM2MyAxMDg4LjggMzQzLjQ1MUMxMDgyLjEyIDMzNS44NzIgMTA3Mi43OCAzMjUuMTQ2IDEwNjIuMjQgMzEzLjA1NkMxMDM5LjUzIDI4Ni45OTcgMTAxMS4zMSAyNTQuNjA1IDk5Mi40MjYgMjMzLjc1Qzk2OC41MjkgMjA3LjM1NCA5NTYuNDY1IDE4Ni44ODMgOTUwLjA0MiAxNzUuOTg1Qzk0OC42MiAxNzMuNTcyIDk0Ny40NzUgMTcxLjYyOCA5NDYuNTM4IDE3MC4xOTRaTTk0MS45MDQgMTcwLjYwNUM5NDEuOTA0IDE3MC42MDUgOTQxLjkwNSAxNzAuNjA3IDk0MS45MDUgMTcwLjYxMUM5NDEuOTA0IDE3MC42MDcgOTQxLjkwNCAxNzAuNjA1IDk0MS45MDQgMTcwLjYwNVpNOTQxLjg4IDE3MC43MjVDOTQxLjg3NCAxNzAuNzM3IDk0MS44NjkgMTcwLjc0MyA5NDEuODY4IDE3MC43NDNDOTQxLjg2NyAxNzAuNzQzIDk0MS44NyAxNzAuNzM3IDk0MS44OCAxNzAuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZD0iTTEwMzEuMTUgMTg5LjM1OEMxMDY4LjA0IDIxMy41MzMgMTEzNC40OSAyNTkuNDcgMTE1Ny4yMiAyNzQuNjYzQzExNTguMzMgMjc1LjQwNiAxMTU4LjMxIDI3Ni45NDkgMTE1Ni45OCAyNzcuMTEzQzExNDEuMzcgMjc5LjA0NSAxMDgzLjUgMjMzLjYyMiAxMDU1Ljk3IDIxNi45MThDMTAzMC4yNyAxOTcuNDM1IDk3NS4xIDE1NC4wODMgOTY0LjIwNCAxNDYuMjQ1Qzk1OS4xNjcgMTQyLjYyMiA5NjQuODY5IDEzOC43MTMgOTY5Ljc2NCAxMzkuMDEyQzk3MC4xNTIgMTM5LjAzNiA5NzAuNTA1IDEzOS4xOTYgOTcwLjc5NCAxMzkuNDU1Qzk3Ny44NTYgMTQ1Ljc3IDk5NC41NzkgMTY1LjM5MSAxMDMxLjE1IDE4OS4zNThaIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjkuOTI1IDEzNi4zNjdDOTcwLjk2NyAxMzYuNDMxIDk3MS44NzMgMTM2Ljg2NSA5NzIuNTYxIDEzNy40OEM5NzMuOTg3IDEzOC43NTUgOTc1Ljc2MyAxNDAuNTIyIDk3Ny45NyAxNDIuNzE3Qzk4Ny4wMzQgMTUxLjczNCAxMDAzLjM3IDE2Ny45ODUgMTAzMi42MSAxODcuMTQyQzEwNTYuMTUgMjAyLjU3MiAxMDkxLjggMjI2LjkxMiAxMTIwLjQgMjQ2LjQzMkMxMTM2LjU4IDI1Ny40ODQgMTE1MC41MSAyNjYuOTkgMTE1OC42OSAyNzIuNDZDMTE1OS45MyAyNzMuMjkgMTE2MC43NiAyNzQuNzE5IDExNjAuNjYgMjc2LjI3OUMxMTYwLjYxIDI3Ny4wOCAxMTYwLjMgMjc3LjkyIDExNTkuNjUgMjc4LjU5N0MxMTU5IDI3OS4yOCAxMTU4LjE1IDI3OS42MzggMTE1Ny4zIDI3OS43NDNDMTE1NC43MyAyODAuMDYyIDExNTEuNjUgMjc5LjM5NSAxMTQ4LjQxIDI3OC4yNjlDMTE0NS4xMSAyNzcuMTE5IDExNDEuMzMgMjc1LjM3MSAxMTM3LjI0IDI3My4yMTZDMTEyOS4wNyAyNjguOTAzIDExMTkuNDIgMjYyLjgyNCAxMTA5LjQ4IDI1Ni4yMTFDMTEwMS40MSAyNTAuODQ1IDEwOTMuMTYgMjQ1LjE0NiAxMDg1LjI5IDIzOS43MDhDMTA3My42MiAyMzEuNjQ1IDEwNjIuNzkgMjI0LjE1NyAxMDU0LjU5IDIxOS4xODRMMTA1NC40OCAyMTkuMTEzTDEwNTQuMzcgMjE5LjAzQzEwNDIuMzggMjA5Ljk0MiAxMDI0LjA5IDE5NS43NDkgMTAwNi44NSAxODIuMzY5Qzk4Ni45NzEgMTY2LjkzNyA5NjguNDgxIDE1Mi41ODYgOTYyLjY1NiAxNDguMzk3Qzk2MS4wNjQgMTQ3LjI1MiA5NTkuODM3IDE0NS43MzYgOTU5LjYyNSAxNDMuODM4Qzk1OS40MSAxNDEuOTA3IDk2MC4zMjYgMTQwLjMzMiA5NjEuMzk2IDEzOS4yNzRDOTYzLjQ0IDEzNy4yNTIgOTY2Ljg3OSAxMzYuMTgxIDk2OS45MjUgMTM2LjM2N1pNOTY5LjI2NiAxNDEuNjQ2Qzk2Ny41MzMgMTQxLjYzNCA5NjUuODQ4IDE0Mi4zMjUgOTY1LjEyMyAxNDMuMDQyQzk2NS4wMTEgMTQzLjE1MiA5NjQuOTUxIDE0My4yMzMgOTY0LjkxOSAxNDMuMjg1Qzk2NC45ODcgMTQzLjQxIDk2NS4xOSAxNDMuNjkgOTY1Ljc1MSAxNDQuMDk0Qzk3MS42MTkgMTQ4LjMxNSA5OTAuMzEyIDE2Mi44MjIgMTAxMC4zMiAxNzguMzUxQzEwMjcuNDkgMTkxLjY3NCAxMDQ1LjYyIDIwNS43NDggMTA1Ny40NiAyMTQuNzI0QzEwNjUuNzQgMjE5Ljc1OCAxMDc2Ljc5IDIyNy4zOTQgMTA4OC41NSAyMzUuNTE0QzEwOTYuMzkgMjQwLjkzNiAxMTA0LjU1IDI0Ni41NzQgMTExMi40MSAyNTEuNzk3QzExMjIuMzIgMjU4LjM4NyAxMTMxLjc5IDI2NC4zNDUgMTEzOS43MiAyNjguNTI4QzExNDMuNjggMjcwLjYyMSAxMTQ3LjIgMjcyLjIzNSAxMTUwLjE2IDI3My4yNjRDMTE1MC4zMSAyNzMuMzE5IDExNTAuNDcgMjczLjM3MiAxMTUwLjYyIDI3My40MjNDMTE0Mi4yNSAyNjcuNzczIDExMzAuNSAyNTkuNzUxIDExMTcuMjYgMjUwLjcwOUMxMDg4LjcxIDIzMS4yMTkgMTA1My4yMyAyMDYuOTkzIDEwMjkuNyAxOTEuNTc1Qzk5OS45MTkgMTcyLjA1OSA5ODMuMDgxIDE1NS4yOTIgOTc0LjExNyAxNDYuMzY2Qzk3Mi4xMzMgMTQ0LjM5IDk3MC41MzQgMTQyLjc5OCA5NjkuMjY2IDE0MS42NDZaTTk2NC44ODYgMTQzLjIxM0M5NjQuODg2IDE0My4yMTMgOTY0Ljg4NyAxNDMuMjE1IDk2NC44ODcgMTQzLjIxOEM5NjQuODg2IDE0My4yMTUgOTY0Ljg4NiAxNDMuMjEzIDk2NC44ODYgMTQzLjIxM1pNOTY0Ljg5MiAxNDMuMzM1Qzk2NC44OSAxNDMuMzQ5IDk2NC44ODcgMTQzLjM1NiA5NjQuODg2IDE0My4zNTZDOTY0Ljg4NSAxNDMuMzU2IDk2NC44ODYgMTQzLjM0OSA5NjQuODkyIDE0My4zMzVaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkxMi4xMTEgMTUzLjY0MkM5MTEuODg2IDE1Mi4xOTYgOTEyLjg3NSAxNTAuODQxIDkxNC4zMjEgMTUwLjYxNkM5MTguNTY1IDE0OS45NTQgOTI1LjMyMyAxNDguNTM4IDkzMS43MDggMTQ2LjQ2MUM5MzQuODk5IDE0NS40MjQgOTM3Ljk0MyAxNDQuMjM4IDk0MC41MSAxNDIuOTI4Qzk0My4xMTUgMTQxLjU5OCA5NDUuMDQ2IDE0MC4yMyA5NDYuMTg3IDEzOC45MDNDOTQ4Ljc1NSAxMzUuOTIgOTUxLjE1MSAxMzAuNDkyIDk1My4xMDcgMTI0LjU3Qzk1NS4wMyAxMTguNzQ4IDk1Ni40MDYgMTEyLjgzNCA5NTcuMDggMTA5LjE5N0M5NTcuMzQ2IDEwNy43NTggOTU4LjcyOSAxMDYuODA3IDk2MC4xNjggMTA3LjA3NEM5NjEuNjA3IDEwNy4zNCA5NjIuNTU3IDEwOC43MjMgOTYyLjI5MSAxMTAuMTYyQzk2MS41ODEgMTE0IDk2MC4xNDggMTIwLjE1MSA5NTguMTQgMTI2LjIzMkM5NTYuMTY0IDEzMi4yMTIgOTUzLjUwOCAxMzguNTIzIDk1MC4yMDUgMTQyLjM2MUM5NDguNDExIDE0NC40NDQgOTQ1Ljc4IDE0Ni4xODggOTQyLjkyIDE0Ny42NDhDOTQwLjAyMyAxNDkuMTI3IDkzNi43IDE1MC40MTEgOTMzLjM0NyAxNTEuNTAyQzkyNi42NDQgMTUzLjY4MSA5MTkuNjA0IDE1NS4xNTYgOTE1LjEzOCAxNTUuODUyQzkxMy42OTIgMTU2LjA3OCA5MTIuMzM3IDE1NS4wODggOTEyLjExMSAxNTMuNjQyWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MDUuNzY2IDE2My43MTRDOTA1LjU0IDE2Mi4yNjggOTA2LjUzIDE2MC45MTMgOTA3Ljk3NiAxNjAuNjg4QzkxMy41NzggMTU5LjgxNCA5MjIuNDg4IDE1Ny45NDcgOTMwLjkxNCAxNTUuMjA3QzkzNS4xMjYgMTUzLjgzNyA5MzkuMTYyIDE1Mi4yNjcgOTQyLjU4MiAxNTAuNTIxQzk0Ni4wMzkgMTQ4Ljc1NiA5NDguNjgyIDE0Ni45MDMgOTUwLjI4MSAxNDUuMDQ0Qzk1My43NjQgMTQwLjk5NyA5NTYuOTQ4IDEzMy43MzggOTU5LjUxNyAxMjUuOTZDOTYyLjA1MyAxMTguMjgyIDk2My44NjggMTEwLjQ4NiA5NjQuNzU3IDEwNS42ODNDOTY1LjAyNCAxMDQuMjQ0IDk2Ni40MDYgMTAzLjI5MyA5NjcuODQ1IDEwMy41NTlDOTY5LjI4NCAxMDMuODI2IDk3MC4yMzUgMTA1LjIwOCA5NjkuOTY5IDEwNi42NDhDOTY5LjA0MiAxMTEuNjUyIDk2Ny4xNzEgMTE5LjY4NSA5NjQuNTUgMTI3LjYyMkM5NjEuOTYyIDEzNS40NTkgOTU4LjUxNyAxNDMuNiA5NTQuMjk4IDE0OC41MDJDOTUyLjA0NyAxNTEuMTE3IDk0OC43MDQgMTUzLjM0NiA5NDQuOTkyIDE1NS4yNDFDOTQxLjI0MyAxNTcuMTU1IDkzNi45MjcgMTU4LjgyNSA5MzIuNTUzIDE2MC4yNDdDOTIzLjgwOCAxNjMuMDkxIDkxNC42MTYgMTY1LjAxNiA5MDguNzkzIDE2NS45MjRDOTA3LjM0NiAxNjYuMTUgOTA1Ljk5MSAxNjUuMTYgOTA1Ljc2NiAxNjMuNzE0WiIgZmlsbD0iIzE0MDA0QiIvPg0KPC9nPg0KPGcgb3BhY2l0eT0iMC4xIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTgzLjA5NSAyMjEuMjA1QzE2NS4xMzQgMjA3LjYyNCAxNDEuNTUgMjAwLjkxMyAxMTIuNTI5IDIxMS4zMzJDODkuNzQ3NSAyMTkuNTExIDc4LjI2MDcgMjM5LjIwNCA3My4yNDM2IDI2MS4xMDNDNjguMjcwNyAyODIuODA5IDY5Ljc5MDMgMzA2LjIyNiA3Mi43NjYzIDMyMS4zQzkzLjkyNTYgMzU2LjgxNiAxMTcuMDU5IDM2OC4wNjMgMTM3LjUyNiAzNjkuOTFDMTU0LjcyNyAzNzEuNDYzIDE3MC4yNjYgMzY2LjQ2NCAxODIuMTI2IDM2Mi42NDlDMTg0LjY2NSAzNjEuODMyIDE4Ny4wMzUgMzYxLjA3IDE4OS4yMTcgMzYwLjQzN0MxOTQuNTUgMzU4Ljg5MiAxOTkuOTQ0IDM1NC45NTYgMjA0Ljg4IDM0OS4xMThDMjA5Ljc5NyAzNDMuMzA0IDIxNC4xMjggMzM1Ljc1MiAyMTcuMzY3IDMyNy4yNzFDMjIzLjg2NCAzMTAuMjU5IDIyNS44MTQgMjg5Ljk0IDIxOS43OCAyNzIuOTU3QzIxMy42MDYgMjU1LjU3OCAyMDEuMTc5IDIzNC44NzkgMTgzLjA5NSAyMjEuMjA1Wk0xODYuMjkxIDIxNi45NzhDMjA1LjQwNCAyMzEuNDMgMjE4LjM1IDI1My4wOTkgMjI0Ljc3NSAyNzEuMTgzQzIzMS4zNCAyODkuNjY0IDIyOS4xMzEgMzExLjMyMiAyMjIuMzE4IDMyOS4xNjFDMjE4LjkwMiAzMzguMTA1IDIxNC4yOSAzNDYuMTk4IDIwOC45MjcgMzUyLjU0QzIwMy41ODQgMzU4Ljg2IDE5Ny4zNjIgMzYzLjU5NSAxOTAuNjkyIDM2NS41MjhDMTg4LjcxIDM2Ni4xMDIgMTg2LjQ5IDM2Ni44MiAxODQuMDYgMzY3LjYwNUMxNzIuMjMyIDM3MS40MjYgMTU1LjQ0NSAzNzYuODUgMTM3LjA0OSAzNzUuMTg5QzExNC41MzEgMzczLjE1NiA4OS45MTE1IDM2MC42NCA2Ny45NzYzIDMyMy42MTRMNjcuNzQ3MiAzMjMuMjI3TDY3LjY1ODQgMzIyLjc4NkM2NC41MTgzIDMwNy4yMDEgNjIuODQ2NCAyODIuNzUzIDY4LjA3NzQgMjU5LjkyQzczLjMxMjggMjM3LjA2NyA4NS42MDE0IDIxNS4zNjggMTEwLjczOCAyMDYuMzQ0QzE0MS42MTUgMTk1LjI1OSAxNjcuMDU0IDIwMi40MzIgMTg2LjI5MSAyMTYuOTc4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuMzcxIDI3My43NTJDMTAxLjM3MSAyNzMuNzUzIDEwMS4zNjkgMjczLjc1MyAxMDEuMzY0IDI3My43NTJDMTAxLjM2OSAyNzMuNzUyIDEwMS4zNzEgMjczLjc1MiAxMDEuMzcxIDI3My43NTJaTTkwLjM4MDYgMjczLjUxNUM5NC4xMDg5IDI2OS45NiA5OC42MDU5IDI2OC42MDggMTAxLjAzMyAyNjguNDYzQzEwMS44NTMgMjY4LjQxNCAxMDIuODE3IDI2OC41MzUgMTAzLjY4MSAyNjkuMDkyQzEwNC42MTEgMjY5LjY5MiAxMDUuMTUgMjcwLjYyNyAxMDUuMjg3IDI3MS42MjFDMTA1LjUzMSAyNzMuMzk0IDEwNC41MTcgMjc0LjkxMyAxMDMuNTE1IDI3NS44MThDMTAzLjQwNiAyNzUuOTE2IDEwMy4yODUgMjc2LjAyOSAxMDMuMTQ5IDI3Ni4xNTVDMTAxLjY4MiAyNzcuNTIgOTguNTkwMyAyODAuMzk1IDkzLjM3MjIgMjgxLjQ5OEw5Mi45NzMyIDI4MS41ODJMOTIuNTY3NCAyODEuNTQyQzkyLjA0MSAyODEuNDkxIDkxLjQwMTIgMjgxLjM2MiA5MC43NzM4IDI4MS4wOTJDOTAuMTc2MiAyODAuODM1IDg5LjMyNzUgMjgwLjMzNiA4OC43NzMgMjc5LjM4OUM4OC4xNDU2IDI3OC4zMTYgODguMTQ5OCAyNzcuMTE1IDg4LjU1MjcgMjc2LjA1OEM4OC45MTYyIDI3NS4xMDUgODkuNTk0MiAyNzQuMjY1IDkwLjM4MDYgMjczLjUxNVoiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTc5LjE0NiAzNDUuODcyQzE3OS4xNDYgMzQ1Ljg3MiAxNzkuMTQ1IDM0NS44NzQgMTc5LjE0MyAzNDUuODc4QzE3OS4xNDUgMzQ1Ljg3NCAxNzkuMTQ2IDM0NS44NzIgMTc5LjE0NiAzNDUuODcyWk0xNzQuNzcgMzU1Ljk1NkMxNzkuNTU3IDM1NC4wNTQgMTgyLjY2NSAzNTAuNTM0IDE4My44MTEgMzQ4LjM4OUMxODQuMTk4IDM0Ny42NjUgMTg0LjQ5IDM0Ni43MzggMTg0LjM0NSAzNDUuNzIxQzE4NC4xODggMzQ0LjYyNSAxODMuNTY1IDM0My43NDQgMTgyLjcxOSAzNDMuMjA1QzE4MS4yMSAzNDIuMjQzIDE3OS40MDYgMzQyLjUyOSAxNzguMTY1IDM0My4wNjFDMTc4LjAzMSAzNDMuMTE5IDE3Ny44NzcgMzQzLjE4MiAxNzcuNzA2IDM0My4yNTNDMTc1Ljg1MyAzNDQuMDE2IDE3MS45NDkgMzQ1LjYyMyAxNjguNzY3IDM0OS45MDNMMTY4LjUyNCAzNTAuMjNMMTY4LjM5IDM1MC42MTZDMTY4LjIxNyAzNTEuMTE1IDE2OC4wNjcgMzUxLjc1IDE2OC4wNSAzNTIuNDMzQzE2OC4wMzMgMzUzLjA4MyAxNjguMTMyIDM1NC4wNjMgMTY4Ljc2MiAzNTQuOTYzQzE2OS40NzQgMzU1Ljk4MSAxNzAuNTY3IDM1Ni40NzkgMTcxLjY5NSAzNTYuNTU0QzE3Mi43MTMgMzU2LjYyMiAxNzMuNzYgMzU2LjM1OCAxNzQuNzcgMzU1Ljk1NloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUyLjA2OCAyMjkuMDZDMTU0LjczNiAyMjguNjk2IDE1OC45NDYgMjI4Ljc3NyAxNjMuMjc5IDIzMC41NTNDMTYzLjUyNSAyMzAuNjUzIDE2My43MzcgMjMwLjc1IDE2My45MjEgMjMwLjg0MUMxNTguNjA4IDIzMS40OTMgMTU0LjY2NSAyMzAuMDcxIDE1Mi4wNjggMjI5LjA2Wk0xNDkuOTA2IDIyOS41NjFDMTQ5LjkwNiAyMjkuNTYxIDE0OS45MDggMjI5LjU2IDE0OS45MTEgMjI5LjU1OEMxNDkuOTA4IDIyOS41NiAxNDkuOTA2IDIyOS41NjEgMTQ5LjkwNiAyMjkuNTYxWk0xNTAuMjA1IDIyOC4xN0MxNTAuMjAyIDIyOC4xNjYgMTUwLjIwMSAyMjguMTY0IDE1MC4yIDIyOC4xNjRDMTUwLjIgMjI4LjE2NCAxNTAuMjAyIDIyOC4xNjYgMTUwLjIwNSAyMjguMTdaTTE2NS4yODkgMjI1LjY0OUMxNTguNDEzIDIyMi44MyAxNTEuNjgyIDIyMy4zOTggMTQ4LjQ3NyAyMjQuNDM1QzE0Ny40NzIgMjI0Ljc2IDE0Ni40NjggMjI1LjMyOCAxNDUuNzgxIDIyNi4yOEMxNDUuMDQ3IDIyNy4yOTcgMTQ0Ljg2MyAyMjguNDk5IDE0NS4xMyAyMjkuNjExQzE0NS42MTQgMjMxLjYyNCAxNDcuMzk3IDIzMi45NDggMTQ5LjA5MiAyMzMuNTg5QzE0OS4zMDMgMjMzLjY2OSAxNDkuNTM5IDIzMy43NjMgMTQ5LjggMjMzLjg2NkMxNTIuNTk3IDIzNC45NyAxNTguMjA2IDIzNy4xODMgMTY1Ljc1OSAyMzUuOTNMMTY2LjE2MiAyMzUuODYzTDE2Ni41MjUgMjM1LjY3OEMxNjcuMTQzIDIzNS4zNjQgMTY3Ljg0OSAyMzQuOTA4IDE2OC40NjIgMjM0LjMwM0MxNjkuMDUxIDIzMy43MjIgMTY5Ljc1NiAyMzIuODAzIDE2OS45NTIgMjMxLjU2QzE3MC4xNzEgMjMwLjE3NSAxNjkuNjg0IDIyOC44ODggMTY4Ljc2NiAyMjcuODc2QzE2Ny45MjMgMjI2Ljk0NyAxNjYuNzE2IDIyNi4yMzQgMTY1LjI4OSAyMjUuNjQ5WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTcuMDM4IDI3My45NzdDMjM5LjIzMiAyODYuNTE1IDIwOC44OCAzMDMuNDA4IDE2MC45NTkgMzI2LjA0NkMxMjIuNTk1IDM0NC4xNjkgOTQuNzc4NyAzNTQuODY3IDc1LjA4OTYgMzU5Ljk1MUM2NS4yNDc5IDM2Mi40OTIgNTcuMzIzOSAzNjMuNjYxIDUxLjA2NjEgMzYzLjYwOUM0NC44MzUgMzYzLjU1NyAzOS45NzI1IDM2Mi4yOSAzNi41NTkgMzU5LjY1OEMzMy4wNDg2IDM1Ni45NSAzMS40NTA2IDM1My4wOTcgMzEuMTg5NCAzNDguNzYyQzMwLjkzMzMgMzQ0LjUxMSAzMS45NDM5IDMzOS42ODggMzMuNjk3IDMzNC42MzhDMzcuMjA2NiAzMjQuNTI3IDQzLjk4NzQgMzEyLjY5MyA1MS4zODc1IDMwMS4xMzRDNTIuMTc2NiAyOTkuOTAxIDUzLjgxNTYgMjk5LjU0MiA1NS4wNDgyIDMwMC4zMzFDNTYuMjgwOCAzMDEuMTIgNTYuNjQwMyAzMDIuNzU5IDU1Ljg1MTIgMzAzLjk5MUM0OC40Nzk0IDMxNS41MDcgNDEuOTk0NiAzMjYuODk1IDM4LjcwMzkgMzM2LjM3NkMzNy4wNTY4IDM0MS4xMjEgMzYuMjgzNiAzNDUuMTg2IDM2LjQ3OTggMzQ4LjQ0NEMzNi42NzEgMzUxLjYxNyAzNy43NjE1IDM1My44OTIgMzkuNzk1NyAzNTUuNDYxQzQxLjkyNjggMzU3LjEwNCA0NS40NjQ5IDM1OC4yNjIgNTEuMTEwNSAzNTguMzA5QzU2LjcyOTMgMzU4LjM1NiA2NC4xNTc5IDM1Ny4zIDczLjc2NDUgMzU0LjgyQzkyLjk3MjIgMzQ5Ljg2IDEyMC40MzYgMzM5LjMyOCAxNTguNjk1IDMyMS4yNTRDMjA2LjU1MSAyOTguNjQ3IDIzNi41NjYgMjgxLjkxIDI1My45ODcgMjY5LjY0NEMyNjIuNzIgMjYzLjQ5NSAyNjguMTIxIDI1OC41ODQgMjcxLjAzOCAyNTQuNzQxQzI3NC4wMDggMjUwLjgyOSAyNzMuOTMgMjQ4LjcxIDI3My4zOTUgMjQ3LjU5OEMyNzIuNzM4IDI0Ni4yMjkgMjcwLjcyMSAyNDQuNzYgMjY2LjU4MSAyNDMuNjQ1QzI2Mi42MDUgMjQyLjU3NCAyNTcuMzU5IDI0Mi4wMTQgMjUxLjM4OCAyNDEuODU0QzIzOS40NzMgMjQxLjUzNCAyMjUuMjE3IDI0Mi44MTQgMjEzLjcwNSAyNDQuMzM3QzIxMi4yNTQgMjQ0LjUyOSAyMTAuOTIyIDI0My41MDggMjEwLjczIDI0Mi4wNTdDMjEwLjUzOCAyNDAuNjA3IDIxMS41NTkgMjM5LjI3NSAyMTMuMDEgMjM5LjA4M0MyMjQuNjQyIDIzNy41NDQgMjM5LjIxMiAyMzYuMjI1IDI1MS41MyAyMzYuNTU2QzI1Ny42NzUgMjM2LjcyMSAyNjMuMzk4IDIzNy4yOTkgMjY3Ljk1OSAyMzguNTI3QzI3Mi4zNTUgMjM5LjcxMSAyNzYuNDQyIDI0MS43MDEgMjc4LjE3MyAyNDUuMzAyQzI4MC4wMjYgMjQ5LjE2IDI3OC42MTkgMjUzLjUyIDI3NS4yNiAyNTcuOTQ1QzI3MS44NDggMjYyLjQ0IDI2NS45MiAyNjcuNzI0IDI1Ny4wMzggMjczLjk3N1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQzLjgyNiAyNzEuMkMyMjYuNzc2IDI4Mi40OSAxOTguNzE2IDI5Ny43MzMgMTU1LjQxMSAzMTguMTlDMTIwLjcyNiAzMzQuNTc1IDk1LjQzNTkgMzQ0LjAwMiA3Ny4zNzc5IDM0OC4zODJDNjguMzQ5MSAzNTAuNTcyIDYxLjAzMTUgMzUxLjUyNSA1NS4xOTYgMzUxLjQxNkM0OS4zODEgMzUxLjMwOCA0NC44MTkgMzUwLjE0MSA0MS41MjE0IDM0Ny44N0MzNC41NDkyIDM0My4wNjYgMzQuNjY3MyAzMzQuNjE0IDM3LjI3NjcgMzI2LjU2NUMzOS45NDA4IDMxOC4zNDcgNDUuNTQyIDMwOS4yMjUgNTEuNjcxNSAzMDEuMjI3QzUyLjU2MTcgMzAwLjA2NSA1NC4yMjUxIDI5OS44NDUgNTUuMzg2OCAzMDAuNzM1QzU2LjU0ODQgMzAxLjYyNSA1Ni43Njg1IDMwMy4yODkgNTUuODc4MyAzMDQuNDVDNDkuOTA5MyAzMTIuMjM5IDQ0LjcxNDkgMzIwLjgwNyA0Mi4zMTgzIDMyOC4yQzM5Ljg2NyAzMzUuNzYxIDQwLjY1OTMgMzQwLjg0IDQ0LjUyODIgMzQzLjUwNUM0Ni42NTEyIDM0NC45NjggNTAuMDUxNSAzNDYuMDIgNTUuMjk0NiAzNDYuMTE3QzYwLjUxNzMgMzQ2LjIxNSA2Ny4zNTM2IDM0NS4zNiA3Ni4xMjg1IDM0My4yMzFDOTMuNjc3OCAzMzguOTc1IDExOC41OTUgMzI5LjcyIDE1My4xNDcgMzEzLjM5OEMxOTYuMzg5IDI5Mi45NzEgMjI0LjE3MyAyNzcuODU3IDI0MC45IDI2Ni43ODFDMjQ5LjI3OCAyNjEuMjM0IDI1NC43NiAyNTYuNzc5IDI1OC4wMTQgMjUzLjI1NkMyNjEuNDA4IDI0OS41ODQgMjYxLjgxMyAyNDcuNTQ0IDI2MS42NDMgMjQ2LjY2NUMyNjEuNTA4IDI0NS45NjQgMjYwLjcxNyAyNDQuODUzIDI1Ny42NTkgMjQzLjg5QzI1NC43NjEgMjQyLjk3NyAyNTAuNjYyIDI0Mi40ODUgMjQ1Ljc1NyAyNDIuMzUzQzIzNS45OTUgMjQyLjA4OSAyMjMuNzg2IDI0My4yNTYgMjEzLjM2NiAyNDQuNjM1QzIxMS45MTUgMjQ0LjgyNyAyMTAuNTg0IDI0My44MDYgMjEwLjM5MiAyNDIuMzU1QzIxMC4yIDI0MC45MDQgMjExLjIyIDIzOS41NzMgMjEyLjY3MSAyMzkuMzgxQzIyMy4xNjYgMjM3Ljk5MiAyMzUuNzA5IDIzNi43NzkgMjQ1LjkgMjM3LjA1NUMyNTAuOTcyIDIzNy4xOTIgMjU1LjY1MSAyMzcuNyAyNTkuMjUxIDIzOC44MzVDMjYyLjY5MSAyMzkuOTE4IDI2Ni4xMjEgMjQxLjkwMiAyNjYuODQ3IDI0NS42NkMyNjcuNTM5IDI0OS4yNCAyNjUuNDQ3IDI1My4wMjIgMjYxLjkwNyAyNTYuODUzQzI1OC4yMjcgMjYwLjgzNSAyNTIuMzM4IDI2NS41NjQgMjQzLjgyNiAyNzEuMloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTkuOTA1IDI4NC42NDhDOTkuOTE5MiAyODQuNjU0IDk5LjkzNTYgMjg0LjY2MSA5OS45NTQyIDI4NC42NzFDMTAwLjEyOCAyODQuNzU4IDEwMC42NTYgMjg1LjEwMiAxMDEuMjUgMjg2LjI3N0MxMDEuOTExIDI4Ny41ODIgMTAzLjUwNSAyODguMTA1IDEwNC44MTEgMjg3LjQ0NEMxMDYuMTE3IDI4Ni43ODQgMTA2LjY0IDI4NS4xODkgMTA1Ljk3OSAyODMuODgzQzEwNC4wMDMgMjc5Ljk4IDEwMC43ODMgMjc4LjY4OSA5OC4zMzcyIDI3OS41OTNDOTYuOTY0NSAyODAuMSA5Ni4yNjMgMjgxLjYyNSA5Ni43NzA1IDI4Mi45OTdDOTcuMjQ0OSAyODQuMjgxIDk4LjYwNzkgMjg0Ljk3NyA5OS45MDUgMjg0LjY0OFpNOTkuODM2MyAyODQuNjI2Qzk5LjgzNjMgMjg0LjYyNiA5OS44Mzk4IDI4NC42MjYgOTkuODQ2NyAyODQuNjI4Qzk5LjgzOTggMjg0LjYyNyA5OS44MzYzIDI4NC42MjYgOTkuODM2MyAyODQuNjI2WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjM1IDM0Mi42NTFDMTY4LjYzNSAzNDIuNjM2IDE2OC42MzUgMzQyLjYxOCAxNjguNjM1IDM0Mi41OTdDMTY4LjYyOCAzNDIuNDAzIDE2OC41MzUgMzQxLjc4IDE2Ny43MTcgMzQwLjc0OUMxNjYuODA3IDMzOS42MDMgMTY2Ljk5OCAzMzcuOTM2IDE2OC4xNDQgMzM3LjAyNkMxNjkuMjkgMzM2LjExNiAxNzAuOTU3IDMzNi4zMDcgMTcxLjg2NyAzMzcuNDUzQzE3NC41ODggMzQwLjg3OSAxNzQuNDE2IDM0NC4zNDQgMTcyLjU3MiAzNDYuMTg4QzE3MS41MzggMzQ3LjIyMyAxNjkuODYgMzQ3LjIyMyAxNjguODI1IDM0Ni4xODlDMTY3Ljg1NyAzNDUuMjIyIDE2Ny43OTQgMzQzLjY5MiAxNjguNjM1IDM0Mi42NTFaTTE2OC42MjYgMzQyLjcyM0MxNjguNjI2IDM0Mi43MjMgMTY4LjYyNyAzNDIuNzIgMTY4LjYyOSAzNDIuNzEzQzE2OC42MjYgMzQyLjcxOSAxNjguNjI2IDM0Mi43MjMgMTY4LjYyNiAzNDIuNzIzWiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjAuNTg5IDI0MC43ODJDMTYwLjU5NSAyNDAuNzc2IDE2MC41OTggMjQwLjc3NCAxNjAuNTk5IDI0MC43NzRDMTYwLjYxMyAyNDAuNzg0IDE1OS43MjkgMjQyLjE0MyAxNjIuMjQyIDI0NS4xMjFDMTYzLjE4NiAyNDYuMjQgMTYzLjA0NCAyNDcuOTExIDE2MS45MjYgMjQ4Ljg1NUMxNjAuODA3IDI0OS43OTkgMTU5LjEzNSAyNDkuNjU3IDE1OC4xOTIgMjQ4LjUzOUMxNTQuMjI5IDI0My44NDIgMTU0LjYwNiAyMzkuNDA2IDE1Ni42OSAyMzcuMTk0QzE1Ny42OTMgMjM2LjEyOCAxNTkuMzcgMjM2LjA3OCAxNjAuNDM2IDIzNy4wODJDMTYxLjQ4NiAyMzguMDcxIDE2MS41NDkgMjM5LjcxNSAxNjAuNTg5IDI0MC43ODJaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkxLjc0NTkgMjgwLjg2NUM5My4wMTkyIDI4MC4xNDQgOTQuNjM2NCAyODAuNTkxIDk1LjM1OCAyODEuODY0Qzk1LjkwNjEgMjgyLjgzMiA5Ni4xMDEyIDI4NC4xOTMgOTUuNTUwOSAyODUuNTU5Qzk0Ljk5MjEgMjg2Ljk0NiA5My44MDc3IDI4OC4wMDggOTIuMjE0MiAyODguNzVDOTAuODg3MyAyODkuMzY4IDg5LjMxMSAyODguNzkzIDg4LjY5MzUgMjg3LjQ2NkM4OC4wNzU5IDI4Ni4xMzkgODguNjUwOSAyODQuNTYyIDg5Ljk3NzggMjgzLjk0NUM5MC4xOTE2IDI4My44NDUgOTAuMzQ0NCAyODMuNzU2IDkwLjQ1MTggMjgzLjY4NEM5MC4yMzY3IDI4Mi41OTQgOTAuNzI2NyAyODEuNDQzIDkxLjc0NTkgMjgwLjg2NVpNOTAuNjgxNiAyODMuNDg4QzkwLjY4MTggMjgzLjQ4OCA5MC42Nzk3IDI4My40OTIgOTAuNjc0NyAyODMuNDk4QzkwLjY3ODkgMjgzLjQ5MSA5MC42ODE0IDI4My40ODggOTAuNjgxNiAyODMuNDg4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjYyIDM1MS42NDVDMTY5Ljg1IDM1MC43ODkgMTcwLjExOSAzNDkuMTMzIDE2OS4yNjQgMzQ3Ljk0NkMxNjguNjE0IDM0Ny4wNDMgMTY3LjQ1OSAzNDYuMjk3IDE2NS45ODggMzQ2LjIyN0MxNjQuNDk0IDM0Ni4xNTUgMTYzLjAzNCAzNDYuNzg3IDE2MS42OTQgMzQ3LjkyNUMxNjAuNTc5IDM0OC44NzIgMTYwLjQ0MyAzNTAuNTQ1IDE2MS4zOSAzNTEuNjZDMTYyLjMzOCAzNTIuNzc1IDE2NC4wMSAzNTIuOTEyIDE2NS4xMjYgMzUxLjk2NEMxNjUuMzA1IDM1MS44MTIgMTY1LjQ1IDM1MS43MSAxNjUuNTYxIDM1MS42NDNDMTY2LjQ2MSAzNTIuMjkzIDE2Ny43MTIgMzUyLjMyOSAxNjguNjYyIDM1MS42NDVaTTE2NS44MzQgMzUxLjUxNkMxNjUuODM0IDM1MS41MTUgMTY1LjgzMSAzNTEuNTE2IDE2NS44MjMgMzUxLjUxOEMxNjUuODMxIDM1MS41MTcgMTY1LjgzNCAzNTEuNTE2IDE2NS44MzQgMzUxLjUxNloiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTY3LjcyNSAyMzYuODA5QzE2Ni4yNzcgMjM2LjYwMSAxNjQuOTMzIDIzNy42MDYgMTY0LjcyNSAyMzkuMDU1QzE2NC41NDIgMjQwLjMyOCAxNjQuOTAxIDI0MS45MzEgMTY2LjEyOSAyNDMuMjM1QzE2Ny4zNzMgMjQ0LjU1NSAxNjkuMjU0IDI0NS4zMTIgMTcxLjY3MyAyNDUuNDY1QzE3My4xMzQgMjQ1LjU1NyAxNzQuMzkzIDI0NC40NDggMTc0LjQ4NSAyNDIuOTg3QzE3NC41NzcgMjQxLjUyNiAxNzMuNDY4IDI0MC4yNjggMTcyLjAwNyAyNDAuMTc2QzE3MC41MjIgMjQwLjA4MiAxNzAuMDY1IDIzOS42OCAxNjkuOTkyIDIzOS42MDZDMTcwLjA4NCAyMzguMjM3IDE2OS4xMDYgMjM3LjAwOCAxNjcuNzI1IDIzNi44MDlaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTExOC40MjYgMjc1LjcxM0MxMTkuMjE0IDI3Ni45NDYgMTE4Ljg1MiAyNzguNTg1IDExNy42MTggMjc5LjM3MkMxMTYuNjcxIDI3OS45NzcgMTE0LjY2OSAyODAuNzIzIDExMi4wOTMgMjgwLjc1OEMxMTAuMzk0IDI4MC43ODIgMTA4LjY2MyAyODAuMTIyIDEwNy40MDcgMjc5LjUyMkMxMDYuMDggMjc4Ljg4NyAxMDQuODkyIDI3OC4xMjggMTA0LjE2NSAyNzcuNTkxQzEwMi45ODcgMjc2LjcyMiAxMDIuNzM2IDI3NS4wNjMgMTAzLjYwNSAyNzMuODg2QzEwNC40NzQgMjcyLjcwOCAxMDYuMTMzIDI3Mi40NTcgMTA3LjMxMSAyNzMuMzI2QzEwNy43OTggMjczLjY4NSAxMDguNjk5IDI3NC4yNjUgMTA5LjY5MiAyNzQuNzM5QzExMC43NTYgMjc1LjI0OCAxMTEuNTc4IDI3NS40NjUgMTEyLjAxOSAyNzUuNDU5QzExMi44NCAyNzUuNDQ3IDExMy41MjIgMjc1LjMyMSAxMTQuMDIyIDI3NS4xNzlDMTE0LjQ2NyAyNzUuMDUzIDExNC43MSAyNzQuOTMzIDExNC43NiAyNzQuOTA4QzExNC43NyAyNzQuOTAzIDExNC43NzIgMjc0LjkwMSAxMTQuNzY3IDI3NC45MDVDMTE2IDI3NC4xMTggMTE3LjYzOSAyNzQuNDc5IDExOC40MjYgMjc1LjcxM1oiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTg0LjQ5MSAzMjkuNTU4QzE4My43IDMyOC4zMjcgMTgyLjA2IDMyNy45NzEgMTgwLjgyOSAzMjguNzYzQzE3OS44ODQgMzI5LjM3MSAxNzguMzcgMzMwLjg3OCAxNzcuMjYxIDMzMy4yMDRDMTc2LjUzIDMzNC43MzcgMTc2LjQwNyAzMzYuNTg1IDE3Ni40MjcgMzM3Ljk3N0MxNzYuNDQ4IDMzOS40NDkgMTc2LjY0MyAzNDAuODQ1IDE3Ni44MjYgMzQxLjczQzE3Ny4xMjMgMzQzLjE2MyAxNzguNTI2IDM0NC4wODQgMTc5Ljk1OSAzNDMuNzg3QzE4MS4zOTIgMzQzLjQ5IDE4Mi4zMTMgMzQyLjA4NyAxODIuMDE2IDM0MC42NTRDMTgxLjg5MyAzNDAuMDYxIDE4MS43NDIgMzM5IDE4MS43MjYgMzM3LjlDMTgxLjcwOSAzMzYuNzIgMTgxLjg1NSAzMzUuODgzIDE4Mi4wNDUgMzM1LjQ4NUMxODIuMzk5IDMzNC43NDQgMTgyLjc5OCAzMzQuMTc3IDE4My4xMzYgMzMzLjc4MkMxODMuNDM2IDMzMy40MzEgMTgzLjY0OCAzMzMuMjYgMTgzLjY5MSAzMzMuMjI1QzE4My43IDMzMy4yMTggMTgzLjcwMiAzMzMuMjE3IDE4My42OTYgMzMzLjIyQzE4NC45MjcgMzMyLjQyOCAxODUuMjgzIDMzMC43ODkgMTg0LjQ5MSAzMjkuNTU4WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMjguOTMyIDI0My4xNDhDMTI4LjY0OCAyNDQuNTg0IDEyOS41ODEgMjQ1Ljk3OCAxMzEuMDE3IDI0Ni4yNjJDMTMyLjQwOCAyNDYuNTM4IDEzNS4zNzQgMjQ2LjUyMiAxMzguODA1IDI0NS4yMzVDMTQwLjkwNSAyNDQuNDQ4IDE0Mi43OTkgMjQyLjc2IDE0NC4xOTcgMjQxLjI2N0MxNDUuNjUgMjM5LjcxNSAxNDYuODUgMjM4LjA2NSAxNDcuNTM2IDIzNi45NzZDMTQ4LjMxNyAyMzUuNzM5IDE0Ny45NDcgMjM0LjEwMiAxNDYuNzA5IDIzMy4zMjFDMTQ1LjQ3MSAyMzIuNTQxIDE0My44MzQgMjMyLjkxMSAxNDMuMDU0IDIzNC4xNDlDMTQyLjUyNiAyMzQuOTg1IDE0MS41MjcgMjM2LjM2NCAxNDAuMzI5IDIzNy42NDRDMTM5LjA3NiAyMzguOTgyIDEzNy44NjcgMjM5LjkyNyAxMzYuOTQ0IDI0MC4yNzNDMTM0LjMzIDI0MS4yNTMgMTMyLjM2NSAyNDEuMTI3IDEzMi4wNDcgMjQxLjA2M0MxMzAuNjExIDI0MC43NzkgMTI5LjIxNyAyNDEuNzEyIDEyOC45MzIgMjQzLjE0OFoiIGZpbGw9IiMxNDAwNEIiLz4NCjwvZz4NCjxnIG9wYWNpdHk9IjAuMSI+DQo8cGF0aCBkPSJNNDc1LjQyIDMzMS4yMThDNDc2LjM4NiAzNDEuMDYxIDQ3MS4xNjkgMzU0LjI1IDQ2MC40IDM1OS4zMjRDNDU4LjY3MSAzNjAuMTM4IDQ1OC4zMjcgMzYyLjg4NCA0NjAuMDQ2IDM2My43MThDNDc3LjEwOSAzNzEuOTk2IDUxNS4xMiAzODguNTY0IDUyNC4yMTYgMzg3LjMxNUM1MzMuODk3IDM4NS45ODcgNTUwLjQ5MiAzNzEuNzY1IDU0NC4zODYgMzUyLjM3NUM1NDQuMjAyIDM1MS43OTIgNTQzLjc0MiAzNTEuMzMyIDU0My4xNjUgMzUxLjEzMkw0NzguMzk3IDMyOC42NDNDNDc2Ljg0NyAzMjguMTA1IDQ3NS4yNiAzMjkuNTg2IDQ3NS40MiAzMzEuMjE4WiIgZmlsbD0iIzQxNjRFRSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00NTQuODczIDM4My41MTFDNDU0LjY0IDM4OS43MzkgNDUyLjk3NiAzOTcuNjgxIDQ0OC43NDcgNDA0LjczN0M0NDQuMjE2IDQxMi4yOTYgNDM2Ljc0NiA0MTguODAzIDQyNS4xNyA0MjAuOTc3TDQyMS41MjEgNDI3LjM2NEM0MjUuNDI5IDQyOC4yMyA0MzAuMzQ0IDQyNy4xODMgNDM1LjU4OSA0MjQuNDQ3QzQ0MS4yNjkgNDIxLjQ4NCA0NDYuOTEzIDQxNi43NDcgNDUxLjI5NyA0MTEuMzQ2QzQ1NS43MDUgNDA1LjkxNiA0NTguNjQ1IDQwMC4wNTkgNDU5LjI2OSAzOTQuOTE3QzQ1OS44MTcgMzkwLjQwNSA0NTguNjEgMzg2LjQ2MyA0NTQuODczIDM4My41MTFaTTQ1MS43OTQgMzc4LjIzNEM0NTMuMTI0IDM3Ny4zODEgNDU0Ljk3OSAzNzcuMTggNDU2LjYwMiAzNzguMjM2QzQ2My4xNjcgMzgyLjUwOCA0NjUuMzQxIDM4OC44NzUgNDY0LjUzIDM5NS41NTZDNDYzLjc0MyA0MDIuMDQ1IDQ2MC4xNzUgNDA4LjgxOSA0NTUuNDExIDQxNC42ODdDNDUwLjYyMyA0MjAuNTg1IDQ0NC40MzEgNDI1LjgxMiA0MzguMDQxIDQyOS4xNDZDNDMxLjcyMyA0MzIuNDQyIDQyNC43NzYgNDM0LjEwMiA0MTguNzQgNDMyLjA4N0M0MTUuODAyIDQzMS4xMDYgNDE1LjE1OCA0MjcuODE2IDQxNi4zOTggNDI1LjY0Nkw0MjAuNzExIDQxOC4wOThDNDIxLjQyNiA0MTYuODQ3IDQyMi42NTggNDE2LjA0NyA0MjMuOTc2IDQxNS44MDhDNDM0LjAxMyA0MTMuOTg2IDQ0MC4zMjUgNDA4LjQ3OSA0NDQuMjAxIDQwMi4wMTJDNDQ4LjEyNiAzOTUuNDY0IDQ0OS41NTggMzg3Ljg5OSA0NDkuNjAxIDM4Mi4yMzNDNDQ5LjYxNCAzODAuNTM0IDQ1MC41MDcgMzc5LjA2IDQ1MS43OTQgMzc4LjIzNFoiIGZpbGw9IiMxNDAwNEIiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM5My43MTUgMjc3LjA0TDM4NC41ODEgMjg4Ljc4NEwzODYuNDkgMzE1LjIzNEwzOTguODM5IDMxMy40N0MzOTkuMDg0IDMxMy40MzUgMzk5LjMyOCAzMTMuNDIgMzk5LjU2OSAzMTMuNDIzTDQwNS4zNTkgMjg3LjE0N0w0MDEuNzA1IDI3Ny40MDNMMzkzLjcxNSAyNzcuMDRaTTM4MS4yNzYgMzE2LjYxN0wzODEuMjc3IDMxNi42MzhDMzgwLjA5OSAzMTcuNTkgMzc5LjQxMSAzMTkuMDk1IDM3OS41NjcgMzIwLjcwN0wzODQuNzMyIDM3NC4wNzRDMzg0LjgzNiAzNzUuMTQ3IDM4NS4zMDkgMzc2LjE1MSAzODYuMDcyIDM3Ni45MTRMNDIwLjQ3NiA0MTEuMzE4TDQwNy43OTggNDQ1LjEyOEwzODEuNDczIDQ2NS4zMUMzODEuMjIzIDQ2NS41MDEgMzgwLjk5NCA0NjUuNzE3IDM4MC43ODggNDY1Ljk1NUwzNTguNjU1IDQ5MS40OTNMMzIwLjU5NSA0NzcuMTE1QzMxOS4zNDcgNDc2LjY0NCAzMTcuOTU2IDQ3Ni43MzEgMzE2Ljc3NiA0NzcuMzU2TDI4OC40NzUgNDkyLjMzOEMyODYuMzYyIDQ5My40NTcgMjg1LjQ0MiA0OTUuOTk2IDI4Ni4zNDcgNDk4LjIwOUwyOTMuMDg4IDUxNC42ODZDMjk0LjAwNiA1MTYuOTMxIDI5Ni40OTcgNTE4LjA5MyAyOTguODA5IDUxNy4zNTRMMzE4LjQ1OCA1MTEuMDY2TDM1NC4zMTcgNTMzLjI2NEMzNTUuNzg0IDUzNC4xNzMgMzU3LjYzNCA1MzQuMTk0IDM1OS4xMjIgNTMzLjMxOUw0MTYuNDggNDk5LjU3OEw0MjguNzQ0IDU0NS4zNjJMNDA1Ljg5OSA1NjkuODk5TDM5MC4wODIgNTczLjg1M0MzODguMDUgNTc0LjM2MSAzODYuNjA4IDU3Ni4xNjYgMzg2LjU2MSA1NzguMjYxTDM4NS43MzEgNjE1LjYyMUMzODUuNjc5IDYxNy45NDggMzg3LjM1NiA2MTkuOTU0IDM4OS42NTUgNjIwLjMxN0w0MDMuMTc0IDYyMi40NTJDNDA1LjY1MSA2MjIuODQzIDQwNy45OTIgNjIxLjE5OSA0MDguNDY1IDYxOC43MzdMNDEyLjM1IDU5OC41MzRMNDY0LjIzIDU3Ni4wNTNDNDY1LjY5NiA1NzUuNDE3IDQ2Ni43MzQgNTc0LjA3MyA0NjYuOTc3IDU3Mi40OTNMNDc3LjYwNCA1MDMuNDE5TDQ5Mi41MjIgNDYzLjA1MUw1MTMuODEgNDUxLjEzTDU1Ny43NzggNDQ0Ljk3NEM1NTguODExIDQ0NC44MyA1NTkuNzY2IDQ0NC4zNDIgNTYwLjQ4OCA0NDMuNTlMNjAxLjI2NiA0MDEuMTEzQzYwMS40OTQgNDAwLjg3NSA2MDEuNjkxIDQwMC42MjIgNjAxLjg1OCA0MDAuMzU3QzYwMS45MTIgNDAwLjMwMSA2MDEuOTY0IDQwMC4yNDIgNjAyLjAxNCA0MDAuMTc5TDYxOC4xMjUgMzgwLjE2M0M2MTguOTM4IDM3OS4xNTMgNjE5LjI5MiAzNzcuODQ5IDYxOS4xMDIgMzc2LjU2Nkw2MTcuMzc2IDM2NC45MTRDNjE3LjEzOCAzNjMuMzA3IDYxNi4wNzggMzYxLjk0MSA2MTQuNTgxIDM2MS4zMUw2MDYuODkgMzU4LjA3MkM2MDUuNjE4IDM1Ny41MzcgNjA0LjE3NCAzNTcuNTkzIDYwMi45NDkgMzU4LjIyN0w1ODkuNyAzNjUuMDhDNTg4Ljg1NCAzNjUuNTE4IDU4OC4xNjIgMzY2LjIwNSA1ODcuNzE5IDM2Ny4wNDlMNTc3LjkwOCAzODUuNzM3QzU3Ni45ODQgMzg1LjgyNSA1NzYuMDkgMzg2LjE4OCA1NzUuMzU0IDM4Ni44MDZMNTU0LjQyMyA0MDQuMzg5SDUyMS42Mkw1MTYuMzA3IDM5Ni4xMjZDNTIyLjE1NyAzOTQuNTYxIDUyOS42OTggMzkxLjY0OCA1MzYuMTYyIDM4Ny4xMjVDNTQyLjg4OSAzODIuNDE3IDU0OC43NjcgMzc1LjcyOSA1NDkuODkxIDM2Ni43MzVDNTUxLjI5NyAzNTUuNDg4IDU0OS45MDggMzQyLjk5MyA1NDQuNzk0IDMzMi40MDhDNTM5LjY0OCAzMjEuNzU3IDUzMC43MTEgMzEzLjAzNSA1MTcuMjA0IDMwOS42NThDNTA0LjExNCAzMDYuMzg1IDQ5MC4yNjMgMzA2LjgzIDQ3OC43NzYgMzEwLjg1NkM0NjcuMjg2IDMxNC44ODQgNDU3LjkwNiAzMjIuNjEyIDQ1NC40MzEgMzM0LjAzMUw0NTQuMTA4IDMzNS4wOUM0NTEuMzUyIDM0NC4xMzYgNDQ5LjE5OCAzNTEuMjA3IDQ0OS4xMTEgMzU3LjYzN0M0NDkuMDIgMzY0LjM1MyA0NTEuMTU2IDM3MC4yMjEgNDU2LjM2NSAzNzcuMDE2TDQ0MC41NiAzNzguOTkyTDQxNS4wNTcgMzU5LjQzOUw0MDQuMTIyIDMxNy4zODNDNDA0LjEyOSAzMTcuMzU4IDQwNC4xMzUgMzE3LjMzMiA0MDQuMTQgMzE3LjMwNkw0MTAuNTc2IDI4OC4wOTlDNDEwLjc2OSAyODcuMjIyIDQxMC43MDQgMjg2LjMwNyA0MTAuMzg5IDI4NS40NjZMNDA2LjUxNiAyNzUuMTRDNDA1Ljg2MyAyNzMuMzk4IDQwNC4yMzMgMjcyLjIxMiA0MDIuMzc0IDI3Mi4xMjhMMzkzLjYyIDI3MS43M0MzOTIuMTEyIDI3MS42NjEgMzkwLjY2NSAyNzIuMzI5IDM4OS43MzggMjczLjUyTDM4MC4yNDQgMjg1LjcyN0MzNzkuNTM4IDI4Ni42MzUgMzc5LjE5NCAyODcuNzcxIDM3OS4yNzYgMjg4LjkxN0wzODEuMjc2IDMxNi42MTdaTTU4My4xMTYgMzg3LjIyTDU5OS41ODEgMzkzLjU1MkM1OTkuODI3IDM5My42NDcgNjAwLjA1OCAzOTMuNzU5IDYwMC4yNzYgMzkzLjg4Nkw2MTMuODE4IDM3Ny4wNjFMNjEyLjE4NyAzNjYuMDUzTDYwNS4xMTQgMzYzLjA3NUw1OTIuMzE3IDM2OS42OTRMNTgzLjExNiAzODcuMjJaTTQ4MC41MjkgMzE1Ljg1OEM0NzAuMTIzIDMxOS41MDYgNDYyLjM0NiAzMjYuMjI1IDQ1OS41MDEgMzM1LjU3NEw0NTkuMzY4IDMzNi4wMTJDNDU2LjQ0IDM0NS42MzIgNDU0LjQ4NyAzNTIuMDQ2IDQ1NC40MTEgMzU3LjcwOUM0NTQuMzM3IDM2My4xNjcgNDU2LjAyOCAzNjguMDcxIDQ2MS4xMjMgMzc0LjQ5OUM0NjMuMzIxIDM3Ny4yNzMgNDYxLjgzMSAzODEuNjc0IDQ1OC4wNTMgMzgyLjE0Nkw0NDAuOTUzIDM4NC4yODRDNDM5Ljc0IDM4NC40MzUgNDM4LjUxNiAzODQuMTA0IDQzNy41NDcgMzgzLjM2TDQxMS42NTUgMzYzLjUxQzQxMC44MzIgMzYyLjg3OSA0MTAuMjQ0IDM2MS45OTIgNDA5Ljk4MyAzNjAuOTg5TDM5OS4wMTQgMzE4Ljc5OUwzODQuOTAyIDMyMC44MTVMMzg5Ljk4NSAzNzMuMzMxTDQyNC41MiA0MDcuODY2QzQyNS44MDkgNDA5LjE1NiA0MjYuMjI2IDQxMS4wOCA0MjUuNTg2IDQxMi43ODdMNDEyLjY5NSA0NDcuMTYzQzQxMi4zODkgNDQ3Ljk3OCA0MTEuODYxIDQ0OC42OTEgNDExLjE3IDQ0OS4yMkwzODQuNzUgNDY5LjQ3NkwzNjIuMzYzIDQ5NS4zMDdDMzYxLjA4NyA0OTYuNzc5IDM1OS4wMjggNDk3LjMgMzU3LjIwNiA0OTYuNjExTDMxOC45OTcgNDgyLjE3N0wyOTEuNDc1IDQ5Ni43NDdMMjk3Ljc2NSA1MTIuMTIzTDMxNy4xMjggNTA1LjkyN0MzMTguNDI0IDUwNS41MTIgMzE5LjgzNiA1MDUuNjg2IDMyMC45OTMgNTA2LjQwMkwzNTYuNzczIDUyOC41NTFMNDE0LjUzIDQ5NC41NzdDNDE3LjE3OSA0OTMuMDE5IDQyMC41ODQgNDk0LjQxMyA0MjEuMzc5IDQ5Ny4zODJMNDMzLjk1NyA1NDQuMzM4QzQzNC4zNzEgNTQ1Ljg4NiA0MzMuOTYgNTQ3LjUzNyA0MzIuODY4IDU0OC43MUw0MDkuNjQ3IDU3My42NTFDNDA5LjAzNCA1NzQuMzA5IDQwOC4yNDQgNTc0Ljc3NiA0MDcuMzcxIDU3NC45OTRMMzkxLjg0OSA1NzguODc1TDM5MS4wNDIgNjE1LjE3MUw0MDMuMzc5IDYxNy4xMTlMNDA3LjIxMSA1OTcuMTk2QzQwNy41MDEgNTk1LjY4NyA0MDguNTE4IDU5NC40MTkgNDA5LjkyOCA1OTMuODA4TDQ2MS43OTMgNTcxLjMzM0w0NzIuMzc1IDUwMi41NDlDNDcyLjQyMyA1MDIuMjQgNDcyLjUwMSA1MDEuOTM3IDQ3Mi42MDkgNTAxLjY0NEw0ODcuNjM0IDQ2MC45ODlDNDg4LjAxOCA0NTkuOTUxIDQ4OC43NTggNDU5LjA4NCA0ODkuNzI0IDQ1OC41NDRMNTExLjMyNyA0NDYuNDQ2QzUxMS44MyA0NDYuMTY0IDUxMi4zODIgNDQ1Ljk3OCA1MTIuOTU0IDQ0NS44OThMNTU2LjgyMSA0MzkuNzU3TDU5Ni43NjUgMzk4LjE0OEw1NzguNDY5IDM5MS4xMTFMNTU3LjY1IDQwOC41OTlDNTU2LjgxMyA0MDkuMzAzIDU1NS43NTQgNDA5LjY4OSA1NTQuNjU5IDQwOS42ODlINTIxLjI2NUM1MTkuNjgyIDQwOS42ODkgNTE4LjIwOSA0MDguODg0IDUxNy4zNTMgNDA3LjU1M0w1MTEuNDEyIDM5OC4zMTJDNTA5LjYxOSAzOTUuNTIyIDUxMS4yMzIgMzkxLjk1MyA1MTQuMjYzIDM5MS4xODJDNTE5Ljc4NSAzODkuNzc3IDUyNy4wNTQgMzg3LjAyOSA1MzMuMTIzIDM4Mi43ODJDNTM5LjIwNSAzNzguNTI2IDU0My43NjYgMzczLjAwMSA1NDQuNjMyIDM2Ni4wNzdDNTQ1LjkzNSAzNTUuNjUzIDU0NC42MTQgMzQ0LjIxOSA1NDAuMDIyIDMzNC43MTRDNTM1LjQ2MSAzMjUuMjc0IDUyNy42OTMgMzE3Ljc0MyA1MTUuOTE4IDMxNC43OTlDNTAzLjcyNiAzMTEuNzUxIDQ5MC45MzkgMzEyLjIwOSA0ODAuNTI5IDMxNS44NThaIiBmaWxsPSIjMTQwMDRCIi8+DQo8L2c+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYwNy40OTkgNTAwLjcyNUM3MjEuNTQ2IDUwMC43MjUgODEzLjk5OSA0MDguMjcyIDgxMy45OTkgMjk0LjIyNUM4MTMuOTk5IDE4MC4xNzggNzIxLjU0NiA4Ny43MjUxIDYwNy40OTkgODcuNzI1MUM0OTMuNDUyIDg3LjcyNTEgNDAwLjk5OSAxODAuMTc4IDQwMC45OTkgMjk0LjIyNUM0MDAuOTk5IDQwOC4yNzIgNDkzLjQ1MiA1MDAuNzI1IDYwNy40OTkgNTAwLjcyNVpNNjA3LjQ5OSA1MDQuNzI1QzcyMy43NTUgNTA0LjcyNSA4MTcuOTk5IDQxMC40ODEgODE3Ljk5OSAyOTQuMjI1QzgxNy45OTkgMTc3Ljk2OSA3MjMuNzU1IDgzLjcyNTEgNjA3LjQ5OSA4My43MjUxQzQ5MS4yNDMgODMuNzI1MSAzOTYuOTk5IDE3Ny45NjkgMzk2Ljk5OSAyOTQuMjI1QzM5Ni45OTkgNDEwLjQ4MSA0OTEuMjQzIDUwNC43MjUgNjA3LjQ5OSA1MDQuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01NzkuNTgyIDcyLjYyMThDNjI5Ljg3OSA2NS4xODQ0IDY4NC43MTEgNzMuNDk0MSA3MzEuNzI5IDExMC4xNDhDNzk1LjE1OSAxNTkuNTk2IDgyMC4yMzYgMjA1LjQ4NyA4MjguMzc3IDI0Ni4zNzVDODM1LjAxOSAyNzkuNzM1IDgzMC4zMjkgMzA5LjY2MyA4MjYuMzcyIDMzNC45MkM4MjUuNDk2IDM0MC41MDkgODI0LjY1NiAzNDUuODY4IDgyMy45ODMgMzUwLjk4NkM4MjIuMDQ4IDM2NS42ODkgODEyLjEgMzg4Ljg0MSA3OTUuMjM3IDQxMy4xMzlDNzc4LjMzNCA0MzcuNDkzIDc1NC4zNDQgNDYzLjIwNCA3MjQuMDkzIDQ4Mi45NjJDNjkzLjgzMSA1MDIuNzI3IDY1Ny4yNzggNTE2LjU0OCA2MTUuMzA1IDUxNy4wNDVDNTczLjMyNSA1MTcuNTQzIDUyNi4wNyA1MDQuNzExIDQ3NC40MTYgNDcxLjQwNkMzNTYuMzY5IDM5NS4yOTMgMzU0LjUgMjE5Ljk1IDQ1NC4xNTcgMTI5Ljc0M0M0ODMuNDU3IDEwMy4yMjIgNTI5LjMyNCA4MC4wNTM0IDU3OS41ODIgNzIuNjIxOFpNNTgwLjE2NyA3Ni41Nzg3QzUzMC42NzUgODMuODk3MSA0ODUuNTQzIDEwNi43MjkgNDU2Ljg0MiAxMzIuNzA4QzM1OC44ODEgMjIxLjM4IDM2MS4wMjggMzkzLjUzOCA0NzYuNTgzIDQ2OC4wNDRDNTI3LjY3OSA1MDAuOTg5IDU3NC4xNzUgNTEzLjUzMyA2MTUuMjU3IDUxMy4wNDZDNjU2LjM0NiA1MTIuNTU5IDY5Mi4xNjggNDk5LjAzNiA3MjEuOTA2IDQ3OS42MTNDNzUxLjY1NSA0NjAuMTgzIDc3NS4yOSA0MzQuODY0IDc5MS45NSA0MTAuODU4QzgwOC42NSAzODYuNzk3IDgxOC4yMDEgMzY0LjI2MSA4MjAuMDE3IDM1MC40NjRDODIwLjcxIDM0NS4xOTkgODIxLjU2NCAzMzkuNzM3IDgyMi40NDggMzM0LjA4QzgyNi4zOTQgMzA4Ljg0NCA4MzAuOTQ0IDI3OS43NDkgODI0LjQ1NCAyNDcuMTU2QzgxNi41MzkgMjA3LjQwNCA3OTIuMTE2IDE2Mi4yOTUgNzI5LjI3IDExMy4zMDNDNjgzLjI4OCA3Ny40NTYyIDYyOS42MjEgNjkuMjY2MSA1ODAuMTY3IDc2LjU3ODdaIiBmaWxsPSIjMTQwMDRCIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfNjA0Ml81MjQyNiI+DQo8cmVjdCB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIGZpbGw9IndoaXRlIi8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPC9zdmc+DQo=",self.location).href,i=t,{form:s,modelValue:c,total:d,layout:u,hasPagination:f}=e.toRefs(i),C=n,p=e.ref([]),M=L=>{p.value=L,C("selected-rows",p)},g=e.ref(null),{toggleRowSelection:m}=e.toRefs(i);e.watch(m,L=>{L.length>0&&(L.forEach(x=>{g.value.toggleRowSelection(x)}),C("update:toggleRowSelection",[])),p.value=g.value.getSelectionRows()});const _=()=>{const{pageSize:L,pageNumber:x}=s.value,{length:b}=c.value;let E=L*x;const k=E-L+1;return b<L&&(E+=b-L),E>d.value&&(E=d.value),d.value?`Отображены записи ${k} - ${E} из ${d.value}`:"Нет данных для отображения"},y=L=>C("action",{...s.value,pageSize:L}),w=L=>C("action",{...s.value,pageNumber:L});return(L,x)=>{const b=tP,E=zB;return e.openBlock(),e.createElementBlock("div",NF,[e.createVNode(e.unref(j4),{locale:e.unref(Wi)},{default:e.withCtx(()=>[e.createVNode(b,e.mergeProps({ref_key:"plTable",ref:g,data:e.unref(c)},e.unref(o),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(L.$slots,"empty",{},()=>[e.createElementVNode("div",bF,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(r),alt:"no data image"},null,8,DF),e.createElementVNode("span",kF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(L.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",LF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(ao)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(ao)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||i.showSelected]]),e.createVNode(E,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":x[0]||(x[0]=k=>e.unref(s).pageNumber=k),"page-size":e.unref(s).pageSize,"page-sizes":t.pageSizes,layout:e.unref(u),total:e.unref(d),"hide-on-single-page":t.hideOnSinglePage,onSizeChange:y,onCurrentChange:w},{default:e.withCtx(()=>[t.isTotalVisible&&e.unref(u).includes("slot")?(e.openBlock(),e.createElementBlock("span",xF,e.toDisplayString(_()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(L.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}}),cge="",vF={key:0},SF={key:1},$F={key:2},TF={key:3},jF=Object.assign({name:"PlTableColumn"},{props:{type:{type:String,default:"text",validator(t){return t!="text"||t!="date"||t!="currency"||t!="custom"}},label:{type:String,required:!0,default:""},prop:{type:String,required:!0,default:""}},setup(t){const n=r=>r?new Date(r).toLocaleDateString():"",o=r=>(r||(r=0),r.toLocaleString("ru-RU",{style:"currency",currency:"RUB"}));return(r,i)=>{const s=nP;return e.openBlock(),e.createBlock(s,{prop:t.prop,label:t.label},{default:e.withCtx(({row:c})=>[t.type=="currency"?(e.openBlock(),e.createElementBlock("span",vF,e.toDisplayString(o(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",SF,e.toDisplayString(n(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",$F,e.toDisplayString(c[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",TF,[e.renderSlot(r.$slots,"default",{row:c})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),OF={install(t){t.component("PlTable",EF),t.component("PlTableColumn",jF)}},VF={class:"table-row"},IF={class:"d-grid flex-grow-1 py-md-4 row-gap-md-6"},zF={key:0,class:"d-flex align-content-start gap-4"},BF={class:"flex-grow-1"},AF={key:0,class:"table-cell pr-10"},PF={key:0,style:{width:"140px"}},HF={class:"flex-md-grow-1"},ZF={key:2},ou=e.defineComponent({__name:"row-mask",props:{isSelectable:{type:Boolean,default:!1},tableStyle:{default:()=>({})},headers:{default:()=>[]},mobileTop:{default:!1},mobileBottom:{default:!1}},setup(t){const{width:n}=Ht(),o=t;return(r,i)=>(e.openBlock(),e.createElementBlock("div",VF,[e.createElementVNode("div",IF,[e.unref(n)<=730&&o.mobileTop?(e.openBlock(),e.createElementBlock("div",zF,[o.isSelectable?(e.openBlock(),e.createBlock(co,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",BF,[e.createVNode(co,{variant:"p",width:"70%"})])])):e.createCommentVNode("",!0),o.headers.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(o.tableStyle)},[o.isSelectable&&e.unref(n)>730?(e.openBlock(),e.createElementBlock("div",AF,[e.createVNode(co,{width:"20px",height:"20px",variant:"button"})])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.headers,(s,c)=>(e.openBlock(),e.createElementBlock("div",{key:c,class:"table-cell"},[e.unref(n)<=730&&(s!=null&&s.label)?(e.openBlock(),e.createElementBlock("div",PF,[e.createVNode(co,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",HF,[e.createVNode(co,{variant:"p",width:`${e.unref(n)>730&&(s!=null&&s.maxWidthContent)?s.maxWidthContent:"70%"}`,class:e.normalizeClass({"ml-auto":e.unref(n)<=730})},null,8,["width","class"])])]))),128))],4)):e.createCommentVNode("",!0),e.unref(n)<=730&&o.mobileBottom?(e.openBlock(),e.createElementBlock("div",ZF,[e.createVNode(co,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Jl={exports:{}};Jl.exports,function(t,n){var o=200,r="__lodash_hash_undefined__",i=1,s=2,c=9007199254740991,d="[object Arguments]",u="[object Array]",f="[object AsyncFunction]",C="[object Boolean]",p="[object Date]",M="[object Error]",g="[object Function]",m="[object GeneratorFunction]",_="[object Map]",y="[object Number]",w="[object Null]",L="[object Object]",x="[object Promise]",b="[object Proxy]",E="[object RegExp]",k="[object Set]",D="[object String]",v="[object Symbol]",j="[object Undefined]",T="[object WeakMap]",S="[object ArrayBuffer]",P="[object DataView]",I="[object Float32Array]",W="[object Float64Array]",Q="[object Int8Array]",U="[object Int16Array]",V="[object Int32Array]",R="[object Uint8Array]",z="[object Uint8ClampedArray]",H="[object Uint16Array]",G="[object Uint32Array]",A=/[\\^$.*+?()[\]{}|]/g,X=/^\[object .+?Constructor\]$/,ce=/^(?:0|[1-9]\d*)$/,de={};de[I]=de[W]=de[Q]=de[U]=de[V]=de[R]=de[z]=de[H]=de[G]=!0,de[d]=de[u]=de[S]=de[C]=de[P]=de[p]=de[M]=de[g]=de[_]=de[y]=de[L]=de[E]=de[k]=de[D]=de[T]=!1;var Ne=typeof L1=="object"&&L1&&L1.Object===Object&&L1,he=typeof self=="object"&&self&&self.Object===Object&&self,ae=Ne||he||Function("return this")(),pe=n&&!n.nodeType&&n,De=pe&&!0&&t&&!t.nodeType&&t,Oe=De&&De.exports===pe,Be=Oe&&Ne.process,ve=function(){try{return Be&&Be.binding&&Be.binding("util")}catch{}}(),je=ve&&ve.isTypedArray;function He(Z,ne){for(var be=-1,Ve=Z==null?0:Z.length,b1=0,e1=[];++be<Ve;){var T1=Z[be];ne(T1,be,Z)&&(e1[b1++]=T1)}return e1}function Ae(Z,ne){for(var be=-1,Ve=ne.length,b1=Z.length;++be<Ve;)Z[b1+be]=ne[be];return Z}function Ke(Z,ne){for(var be=-1,Ve=Z==null?0:Z.length;++be<Ve;)if(ne(Z[be],be,Z))return!0;return!1}function c1(Z,ne){for(var be=-1,Ve=Array(Z);++be<Z;)Ve[be]=ne(be);return Ve}function d1(Z){return function(ne){return Z(ne)}}function $e(Z,ne){return Z.has(ne)}function Je(Z,ne){return Z==null?void 0:Z[ne]}function r1(Z){var ne=-1,be=Array(Z.size);return Z.forEach(function(Ve,b1){be[++ne]=[b1,Ve]}),be}function n1(Z,ne){return function(be){return Z(ne(be))}}function me(Z){var ne=-1,be=Array(Z.size);return Z.forEach(function(Ve){be[++ne]=Ve}),be}var ze=Array.prototype,_e=Function.prototype,oe=Object.prototype,we=ae["__core-js_shared__"],re=_e.toString,J=oe.hasOwnProperty,ie=function(){var Z=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||"");return Z?"Symbol(src)_1."+Z:""}(),Ee=oe.toString,ee=RegExp("^"+re.call(J).replace(A,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ce=Oe?ae.Buffer:void 0,Y=ae.Symbol,Le=ae.Uint8Array,K=oe.propertyIsEnumerable,fe=ze.splice,Se=Y?Y.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Qe=Ce?Ce.isBuffer:void 0,f1=n1(Object.keys,Object),pt=Zt(ae,"DataView"),_1=Zt(ae,"Map"),I1=Zt(ae,"Promise"),bn=Zt(ae,"Set"),r3=Zt(ae,"WeakMap"),uo=Zt(Object,"create"),as=G2(pt),cs=G2(_1),hr=G2(I1),ds=G2(bn),Cr=G2(r3),e0=Y?Y.prototype:void 0,gr=e0?e0.valueOf:void 0;function F2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function us(){this.__data__=uo?uo(null):{},this.size=0}function fs(Z){var ne=this.has(Z)&&delete this.__data__[Z];return this.size-=ne?1:0,ne}function ps(Z){var ne=this.__data__;if(uo){var be=ne[Z];return be===r?void 0:be}return J.call(ne,Z)?ne[Z]:void 0}function hs(Z){var ne=this.__data__;return uo?ne[Z]!==void 0:J.call(ne,Z)}function Cs(Z,ne){var be=this.__data__;return this.size+=this.has(Z)?0:1,be[Z]=uo&&ne===void 0?r:ne,this}F2.prototype.clear=us,F2.prototype.delete=fs,F2.prototype.get=ps,F2.prototype.has=hs,F2.prototype.set=Cs;function e2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function gs(){this.__data__=[],this.size=0}function ms(Z){var ne=this.__data__,be=fo(ne,Z);if(be<0)return!1;var Ve=ne.length-1;return be==Ve?ne.pop():fe.call(ne,be,1),--this.size,!0}function _s(Z){var ne=this.__data__,be=fo(ne,Z);return be<0?void 0:ne[be][1]}function Ms(Z){return fo(this.__data__,Z)>-1}function ys(Z,ne){var be=this.__data__,Ve=fo(be,Z);return Ve<0?(++this.size,be.push([Z,ne])):be[Ve][1]=ne,this}e2.prototype.clear=gs,e2.prototype.delete=ms,e2.prototype.get=_s,e2.prototype.has=Ms,e2.prototype.set=ys;function W2(Z){var ne=-1,be=Z==null?0:Z.length;for(this.clear();++ne<be;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function l3(){this.size=0,this.__data__={hash:new F2,map:new(_1||e2),string:new F2}}function ws(Z){var ne=Dn(this,Z).delete(Z);return this.size-=ne?1:0,ne}function i3(Z){return Dn(this,Z).get(Z)}function Ns(Z){return Dn(this,Z).has(Z)}function bs(Z,ne){var be=Dn(this,Z),Ve=be.size;return be.set(Z,ne),this.size+=be.size==Ve?0:1,this}W2.prototype.clear=l3,W2.prototype.delete=ws,W2.prototype.get=i3,W2.prototype.has=Ns,W2.prototype.set=bs;function s3(Z){var ne=-1,be=Z==null?0:Z.length;for(this.__data__=new W2;++ne<be;)this.add(Z[ne])}function t0(Z){return this.__data__.set(Z,r),this}function n0(Z){return this.__data__.has(Z)}s3.prototype.add=s3.prototype.push=t0,s3.prototype.has=n0;function _2(Z){var ne=this.__data__=new e2(Z);this.size=ne.size}function Ds(){this.__data__=new e2,this.size=0}function ks(Z){var ne=this.__data__,be=ne.delete(Z);return this.size=ne.size,be}function Ls(Z){return this.__data__.get(Z)}function xs(Z){return this.__data__.has(Z)}function o0(Z,ne){var be=this.__data__;if(be instanceof e2){var Ve=be.__data__;if(!_1||Ve.length<o-1)return Ve.push([Z,ne]),this.size=++be.size,this;be=this.__data__=new W2(Ve)}return be.set(Z,ne),this.size=be.size,this}_2.prototype.clear=Ds,_2.prototype.delete=ks,_2.prototype.get=Ls,_2.prototype.has=xs,_2.prototype.set=o0;function r0(Z,ne){var be=d3(Z),Ve=!be&&g0(Z),b1=!be&&!Ve&&Mr(Z),e1=!be&&!Ve&&!b1&&M0(Z),T1=be||Ve||b1||e1,W1=T1?c1(Z.length,String):[],p1=W1.length;for(var D1 in Z)(ne||J.call(Z,D1))&&!(T1&&(D1=="length"||b1&&(D1=="offset"||D1=="parent")||e1&&(D1=="buffer"||D1=="byteLength"||D1=="byteOffset")||u0(D1,p1)))&&W1.push(D1);return W1}function fo(Z,ne){for(var be=Z.length;be--;)if(C0(Z[be][0],ne))return be;return-1}function mr(Z,ne,be){var Ve=ne(Z);return d3(Z)?Ve:Ae(Ve,be(Z))}function po(Z){return Z==null?Z===void 0?j:w:Se&&Se in Object(Z)?c0(Z):Ss(Z)}function _r(Z){return Co(Z)&&po(Z)==d}function ho(Z,ne,be,Ve,b1){return Z===ne?!0:Z==null||ne==null||!Co(Z)&&!Co(ne)?Z!==Z&&ne!==ne:l0(Z,ne,be,Ve,ho,b1)}function l0(Z,ne,be,Ve,b1,e1){var T1=d3(Z),W1=d3(ne),p1=T1?u:j2(Z),D1=W1?u:j2(ne);p1=p1==d?L:p1,D1=D1==d?L:D1;var Y1=p1==L,$t=D1==L,G1=p1==D1;if(G1&&Mr(Z)){if(!Mr(ne))return!1;T1=!0,Y1=!1}if(G1&&!Y1)return e1||(e1=new _2),T1||M0(Z)?a3(Z,ne,be,Ve,b1,e1):vs(Z,ne,p1,be,Ve,b1,e1);if(!(be&i)){var j1=Y1&&J.call(Z,"__wrapped__"),Mt=$t&&J.call(ne,"__wrapped__");if(j1||Mt){var M2=j1?Z.value():Z,t2=Mt?ne.value():ne;return e1||(e1=new _2),b1(M2,t2,be,Ve,e1)}}return G1?(e1||(e1=new _2),a0(Z,ne,be,Ve,b1,e1)):!1}function Es(Z){if(!_0(Z)||p0(Z))return!1;var ne=u3(Z)?ee:X;return ne.test(G2(Z))}function i0(Z){return Co(Z)&&m0(Z.length)&&!!de[po(Z)]}function s0(Z){if(!h0(Z))return f1(Z);var ne=[];for(var be in Object(Z))J.call(Z,be)&&be!="constructor"&&ne.push(be);return ne}function a3(Z,ne,be,Ve,b1,e1){var T1=be&i,W1=Z.length,p1=ne.length;if(W1!=p1&&!(T1&&p1>W1))return!1;var D1=e1.get(Z);if(D1&&e1.get(ne))return D1==ne;var Y1=-1,$t=!0,G1=be&s?new s3:void 0;for(e1.set(Z,ne),e1.set(ne,Z);++Y1<W1;){var j1=Z[Y1],Mt=ne[Y1];if(Ve)var M2=T1?Ve(Mt,j1,Y1,ne,Z,e1):Ve(j1,Mt,Y1,Z,ne,e1);if(M2!==void 0){if(M2)continue;$t=!1;break}if(G1){if(!Ke(ne,function(t2,O2){if(!$e(G1,O2)&&(j1===t2||b1(j1,t2,be,Ve,e1)))return G1.push(O2)})){$t=!1;break}}else if(!(j1===Mt||b1(j1,Mt,be,Ve,e1))){$t=!1;break}}return e1.delete(Z),e1.delete(ne),$t}function vs(Z,ne,be,Ve,b1,e1,T1){switch(be){case P:if(Z.byteLength!=ne.byteLength||Z.byteOffset!=ne.byteOffset)return!1;Z=Z.buffer,ne=ne.buffer;case S:return!(Z.byteLength!=ne.byteLength||!e1(new Le(Z),new Le(ne)));case C:case p:case y:return C0(+Z,+ne);case M:return Z.name==ne.name&&Z.message==ne.message;case E:case D:return Z==ne+"";case _:var W1=r1;case k:var p1=Ve&i;if(W1||(W1=me),Z.size!=ne.size&&!p1)return!1;var D1=T1.get(Z);if(D1)return D1==ne;Ve|=s,T1.set(Z,ne);var Y1=a3(W1(Z),W1(ne),Ve,b1,e1,T1);return T1.delete(Z),Y1;case v:if(gr)return gr.call(Z)==gr.call(ne)}return!1}function a0(Z,ne,be,Ve,b1,e1){var T1=be&i,W1=c3(Z),p1=W1.length,D1=c3(ne),Y1=D1.length;if(p1!=Y1&&!T1)return!1;for(var $t=p1;$t--;){var G1=W1[$t];if(!(T1?G1 in ne:J.call(ne,G1)))return!1}var j1=e1.get(Z);if(j1&&e1.get(ne))return j1==ne;var Mt=!0;e1.set(Z,ne),e1.set(ne,Z);for(var M2=T1;++$t<p1;){G1=W1[$t];var t2=Z[G1],O2=ne[G1];if(Ve)var yr=T1?Ve(O2,t2,G1,ne,Z,e1):Ve(t2,O2,G1,Z,ne,e1);if(!(yr===void 0?t2===O2||b1(t2,O2,be,Ve,e1):yr)){Mt=!1;break}M2||(M2=G1=="constructor")}if(Mt&&!M2){var go=Z.constructor,tt=ne.constructor;go!=tt&&"constructor"in Z&&"constructor"in ne&&!(typeof go=="function"&&go instanceof go&&typeof tt=="function"&&tt instanceof tt)&&(Mt=!1)}return e1.delete(Z),e1.delete(ne),Mt}function c3(Z){return mr(Z,js,d0)}function Dn(Z,ne){var be=Z.__data__;return f0(ne)?be[typeof ne=="string"?"string":"hash"]:be.map}function Zt(Z,ne){var be=Je(Z,ne);return Es(be)?be:void 0}function c0(Z){var ne=J.call(Z,Se),be=Z[Se];try{Z[Se]=void 0;var Ve=!0}catch{}var b1=Ee.call(Z);return Ve&&(ne?Z[Se]=be:delete Z[Se]),b1}var d0=Ge?function(Z){return Z==null?[]:(Z=Object(Z),He(Ge(Z),function(ne){return K.call(Z,ne)}))}:N1,j2=po;(pt&&j2(new pt(new ArrayBuffer(1)))!=P||_1&&j2(new _1)!=_||I1&&j2(I1.resolve())!=x||bn&&j2(new bn)!=k||r3&&j2(new r3)!=T)&&(j2=function(Z){var ne=po(Z),be=ne==L?Z.constructor:void 0,Ve=be?G2(be):"";if(Ve)switch(Ve){case as:return P;case cs:return _;case hr:return x;case ds:return k;case Cr:return T}return ne});function u0(Z,ne){return ne=ne??c,!!ne&&(typeof Z=="number"||ce.test(Z))&&Z>-1&&Z%1==0&&Z<ne}function f0(Z){var ne=typeof Z;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Z!=="__proto__":Z===null}function p0(Z){return!!ie&&ie in Z}function h0(Z){var ne=Z&&Z.constructor,be=typeof ne=="function"&&ne.prototype||oe;return Z===be}function Ss(Z){return Ee.call(Z)}function G2(Z){if(Z!=null){try{return re.call(Z)}catch{}try{return Z+""}catch{}}return""}function C0(Z,ne){return Z===ne||Z!==Z&&ne!==ne}var g0=_r(function(){return arguments}())?_r:function(Z){return Co(Z)&&J.call(Z,"callee")&&!K.call(Z,"callee")},d3=Array.isArray;function $s(Z){return Z!=null&&m0(Z.length)&&!u3(Z)}var Mr=Qe||y1;function Ts(Z,ne){return ho(Z,ne)}function u3(Z){if(!_0(Z))return!1;var ne=po(Z);return ne==g||ne==m||ne==f||ne==b}function m0(Z){return typeof Z=="number"&&Z>-1&&Z%1==0&&Z<=c}function _0(Z){var ne=typeof Z;return Z!=null&&(ne=="object"||ne=="function")}function Co(Z){return Z!=null&&typeof Z=="object"}var M0=je?d1(je):i0;function js(Z){return $s(Z)?r0(Z):s0(Z)}function N1(){return[]}function y1(){return!1}t.exports=Ts}(Jl,Jl.exports);var UF=Jl.exports;const ru=X1(UF),QF={key:0},YF={key:0,class:"px-4"},RF={key:1,class:"px-4"},FF={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},WF={key:0,class:"table-cell pr-10",role:"columnheader"},GF=e.createElementVNode("div",{class:"divider"},null,-1),qF={class:"table-body"},KF={key:0,class:"py-6"},JF=[e.createElementVNode("div",{class:"divider"},null,-1)],XF={class:"no-data-container"},eW={"data-testid":"table-body",class:"table-body mt-md-0",role:"rowgroup"},tW={class:"d-grid flex-grow-1 row-gap-md-6 py-md-4"},nW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},oW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},rW={key:2,role:"cell"},lW={key:0,class:"prevent-click py-6"},iW=[e.createElementVNode("div",{class:"divider"},null,-1)],sW=e.defineComponent({__name:"pl-table-plus",props:{headers:{default:()=>[]},hideHeadersOnMobile:{default:()=>[]},rows:{default:()=>[]},isLoading:{type:Boolean,default:!1},withHover:{type:Boolean},isSelectable:{type:Boolean,default:!1},selectedRows:{default:()=>[]},uniqKey:{default:""},defaultWrapperWidth:{default:null}},emits:["infiniteScroll","update:selectedRows","rowClick"],setup(t,{expose:n,emit:o}){const r=o,i=t,{width:s}=Ht(),c=e.useSlots(),d=e.ref({}),u=e.ref(),f=e.computed(()=>i.isLoading),C=e.ref(!0),p=e.computed({get:()=>i.selectedRows,set:S=>r("update:selectedRows",S)}),M=e.computed(()=>{const S={};return i.rows.forEach((P,I)=>{const W=i.uniqKey?P[i.uniqKey]:I;S[W]=P}),S}),g=()=>{d.value={}},m=()=>{i.rows.forEach((S,P)=>{const I=i.uniqKey?S[i.uniqKey]:P;d.value[I]=!0})},_=e.ref(!1),y=e.computed(()=>Object.values(p.value).map(S=>S).length),w=e.computed(()=>s.value<=730?i.headers.filter(S=>!i.hideHeadersOnMobile.includes(S.key)):i.headers),L=e.ref(1),x=e.computed(()=>{let S=i.isSelectable?"60px":"";return w.value.forEach(P=>{let I="1fr";P!=null&&P.width&&typeof P.width=="number"&&(I=`${100/L.value*P.width}%`),S+=` ${I}`}),s.value<=730?{}:{"grid-template-columns":S}}),b=()=>{r("infiniteScroll")},E=()=>{D.value=!0,_.value=!0},k=()=>{g()},D=e.ref(!1),v=()=>{D.value=!0},j=(S,P)=>{var I,W;(W=(I=S.target).closest)!=null&&W.call(I,".prevent-click")||r("rowClick",P)};e.watch(_,S=>{D.value&&(S?m():g()),D.value=!1}),e.watch(d,()=>{setTimeout(()=>{const S=[];for(const P in d.value)d.value[P]&&S.push(M.value[P]);_.value=!!i.rows.length&&S.length===i.rows.length,!ru(p.value,S)&&(p.value=S)})},{deep:!0}),e.watch(p,(S,P)=>{if(ru(S,P))return;const I={};S.forEach((W,Q)=>{const U=i.uniqKey?W[i.uniqKey]:Q;I[U]=!0}),d.value=I},{deep:!0,immediate:!0}),e.watch(f,S=>{C.value&&(S||(C.value=!1))},{immediate:!0});const T=()=>{const{width:S}=u.value.getBoundingClientRect(),P=i.defaultWrapperWidth||S;L.value=P-32};return e.watch(s,()=>{T()}),e.onMounted(()=>{T()}),n({resetSelectedRows:k,selectAllRows:E}),(S,P)=>{const I=e.resolveDirective("tap"),W=e.resolveDirective("pl-infinite-scroll");return e.openBlock(),e.createElementBlock("div",{id:"lk-table",ref_key:"wrapper",ref:u,"data-testid":"table-main",role:"table"},[e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",QF,[C.value?(e.openBlock(),e.createElementBlock("div",YF,[e.createVNode(ou,{"is-selectable":!!S.isSelectable,headers:w.value,"table-style":x.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",RF,[e.createElementVNode("div",FF,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(x.value),role:"row"},[S.isSelectable?(e.openBlock(),e.createElementBlock("div",WF,[e.createVNode(ur,{modelValue:_.value,"onUpdate:modelValue":P[0]||(P[0]=Q=>_.value=Q),disabled:f.value||!i.rows.length,"is-indeterminate":!!y.value,size:"small",onMousedown:v},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(Q,U)=>(e.openBlock(),e.createElementBlock("div",{key:U+"headerCell",class:"table-cell",role:"columnheader"},[e.createVNode(wn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Q.label),1)]),_:2},1024)]))),128))],4)])])),GF])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",qF,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.rows.length||5,(Q,U)=>(e.openBlock(),e.createElementBlock("div",{key:Q+"skeletonRow"},[e.createVNode(ou,{"is-selectable":!!S.isSelectable,headers:w.value,"table-style":x.value,"mobile-bottom":e.unref(c).mobileBottom,"mobile-top":e.unref(c).mobileTop},null,8,["is-selectable","headers","table-style","mobile-bottom","mobile-top"]),e.unref(s)<=730&&U<S.rows.length-1?(e.openBlock(),e.createElementBlock("div",KF,JF)):e.createCommentVNode("",!0)]))),128))],512),[[e.vShow,f.value]]),e.withDirectives(e.createElementVNode("div",XF,[e.renderSlot(S.$slots,"noDataContainer")],512),[[e.vShow,!f.value&&e.unref(c).noDataContainer&&!S.rows.length]]),e.withDirectives((e.openBlock(),e.createElementBlock("div",eW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.rows,(Q,U)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(Q==null?void 0:Q[S.uniqKey])||U+"tableRow",class:e.normalizeClass([{"with-hover":S.withHover&&e.unref(s)>730},"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",tW,[e.unref(s)<=730&&e.unref(c).mobileTop?(e.openBlock(),e.createElementBlock("div",nW,[S.isSelectable?(e.openBlock(),e.createBlock(ur,{key:0,modelValue:d.value[(Q==null?void 0:Q[S.uniqKey])||U],"onUpdate:modelValue":V=>d.value[(Q==null?void 0:Q[S.uniqKey])||U]=V,size:"small"},null,8,["modelValue","onUpdate:modelValue"])):e.createCommentVNode("",!0),e.renderSlot(S.$slots,"mobileTop",{row:Q})])):e.createCommentVNode("",!0),w.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(x.value)},[S.isSelectable&&e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",oW,[e.createVNode(ur,{modelValue:d.value[(Q==null?void 0:Q[S.uniqKey])||U],"onUpdate:modelValue":V=>d.value[(Q==null?void 0:Q[S.uniqKey])||U]=V,size:"small"},null,8,["modelValue","onUpdate:modelValue"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,R)=>(e.openBlock(),e.createElementBlock("div",{key:R+"tableCell","data-testid":"table-cell",class:"table-cell",role:"cell"},[e.unref(s)<=730&&(V!=null&&V.label)?(e.openBlock(),e.createBlock(wn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(s)>730?V.maxWidthContent:"100%"}`)},[e.renderSlot(S.$slots,V.key,{row:Q},()=>[e.createTextVNode(e.toDisplayString(Q[V.label]),1)])],4)]))),128))],4)):e.createCommentVNode("",!0),e.unref(s)<=730&&e.unref(c).mobileBottom?(e.openBlock(),e.createElementBlock("div",rW,[e.renderSlot(S.$slots,"mobileBottom",{row:Q})])):e.createCommentVNode("",!0)]),e.unref(s)<=730&&U<S.rows.length-1?(e.openBlock(),e.createElementBlock("div",lW,iW)):e.createCommentVNode("",!0)],2)),[[I,V=>j(V,Q)]])),128))])),[[e.vShow,!f.value&&S.rows.length],[W,b]])],512)}}}),pge="",aW={install(t){t.component("PlTablePlus",sW)}},cW={class:"pl-counter__inner"},dW=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-counter__container",{active:n.active}])},[e.createElementVNode("div",cW,[e.renderSlot(o.$slots,"default",{},void 0,!0)])],2))}}),hge="",uW=ut(dW,[["__scopeId","data-v-13f82ff3"]]),fW=t=>(e.pushScopeId("data-v-b2e2bd4f"),t=t(),e.popScopeId(),t),pW={class:"pl-tab__content"},hW={class:"pl-tab__content-text"},CW={key:0,class:"pl-tab__content-suffix"},gW=fW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),mW=e.defineComponent({__name:"pl-tab",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null}},setup(t){const n=t,o=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-interactive)":"var(--color-text-icons-secondary)");return(r,i)=>n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab__container",{disabled:n.disabled},{active:n.active}])},[e.createElementVNode("div",pW,[e.createElementVNode("span",hW,e.toDisplayString(n.label),1),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",CW,[n.icon?(e.openBlock(),e.createBlock(C1,{key:0,name:n.icon,color:o.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(uW,{key:1,active:n.active},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.counter),1)]),_:1},8,["active"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",{class:e.normalizeClass(["pl-tab__indicator",{active:n.active}])},null,2),gW],2)):e.createCommentVNode("",!0)}}),Cge="",_W=ut(mW,[["__scopeId","data-v-b2e2bd4f"]]),MW=t=>(e.pushScopeId("data-v-9ab90728"),t=t(),e.popScopeId(),t),yW={class:"pl-tab-container"},wW=MW(()=>e.createElementVNode("div",{class:"pl-tab-divider"},null,-1)),NW=e.defineComponent({__name:"pl-tabs",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},keepAlive:{type:Boolean,default:!1},name:{}},emits:["update:modelValue"],setup(t,{emit:n}){const o=t,{keepAlive:r}=e.toRefs(o),i=e.useSlots(),s=e.computed(()=>{const M=i.default();return Array.isArray(M[0].children)?M[0].children.map(g=>g.props):i.default().map(g=>g.props)}),c=e.ref(null),d=async(M,g)=>{const m=await Promise.all(M.map(g));return M.filter((_,y)=>m[y])[0]},u=async M=>{var g;return o.modelValue===((g=M.props)==null?void 0:g.name)},f=async()=>{Array.isArray(i.default()[0].children)?c.value=await d(i.default()[0].children,u):c.value=await d(i.default(),u)};e.watch(()=>o.modelValue,async()=>{await f()}),e.onMounted(async()=>{await f()});const C=n,p=M=>{M.disabled||C("update:modelValue",M.name)};return(M,g)=>{var _;const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",yW,[e.createElementVNode("div",{class:e.normalizeClass(["pl-tab-nav el-scrollbar__wrap el-scrollbar__wrap--hidden-default scrollbar-flex-content el-scrollbar__view",o.navClass])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,y=>e.withDirectives((e.openBlock(),e.createBlock(_W,{key:y==null?void 0:y.name,label:y==null?void 0:y.label,active:o.modelValue===(y==null?void 0:y.name),icon:y==null?void 0:y.icon,disabled:y==null?void 0:y.disabled,counter:y==null?void 0:y.counter,role:"tab"},null,8,["label","active","icon","disabled","counter"])),[[m,()=>p(y)]])),128)),wW],2),e.unref(r)?e.unref(r)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value),{key:(_=c.value)==null?void 0:_.props.name}))],1024))],2)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2))])}}}),gge="",bW=ut(NW,[["__scopeId","data-v-9ab90728"]]),DW={install(t){t.component("PlTabs",bW)}},kW=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),LW=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h2-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),xW=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),EW=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h4-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),vW=e.defineComponent({__name:"pl-title2",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),SW=e.defineComponent({__name:"pl-title3",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),$W=e.defineComponent({__name:"pl-sub1",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),TW=e.defineComponent({__name:"pl-btn1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-1",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),lu=e.defineComponent({__name:"pl-btn2",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-2",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),jW=e.defineComponent({__name:"pl-btn3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-3",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),OW=e.defineComponent({__name:"pl-body1",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b1-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),VW=e.defineComponent({__name:"pl-body3",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),IW=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),zW=e.defineComponent({__name:"pl-tag",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),BW=e.defineComponent({__name:"pl-system",props:{color:{type:String}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(o.$slots,"default")],4))}}),AW={install(t){t.component("PlH1",kW),t.component("PlH2",LW),t.component("PlH3",xW),t.component("PlH4",EW),t.component("PlTitle1",Gi),t.component("PlTitle2",vW),t.component("PlTitle3",SW),t.component("PlSub1",$W),t.component("PlSub2",Ki),t.component("PlBtn1",TW),t.component("PlBtn2",lu),t.component("PlBtn3",jW),t.component("PlBody1",OW),t.component("PlBody2",wn),t.component("PlBody3",VW),t.component("PlBodyU",IW),t.component("PlCap",Gl),t.component("PlTag",zW),t.component("PlSystem",BW)}},PW={install(t){t.component("PlTooltip",ts)}},mge="",_ge="",Mge="",HW={class:"headers-elements"},ZW=e.createElementVNode("div",{class:"img"},null,-1),UW=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),QW={class:"pl-upload-plus__comment"},YW=Object.assign({name:"PlUpload"},{props:{drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},accept:{type:String,default:"doc, docx, pdf, jpeg, jpg, png, xlsx, xls, txt"},fileSize:{type:Number,default:20},modelValue:{type:Array,default:()=>[]},header:{type:Boolean,default:!0},main:{type:Boolean,default:!0},height:{type:String,default:"150"},limit:{type:Number,default:20},onPreview:{type:Function,default:()=>{}}},emits:["on-files-not-attached","on-file-not-accept","on-file-size-exceeded","on-file-empty","on-file-not-limit","on-change","on-preview","update:modelValue"],setup(t,{emit:n}){const o=t,r=n,i=e.computed({get:()=>o.modelValue,set:C=>r("update:modelValue",C)}),s=e.ref(null),{limit:c,height:d}=e.toRefs(o),u=e.computed(()=>({"--pl-upload-height":/px|rem|em|%/.test(d.value)?d.value:`${d.value}px`})),f=(C,p)=>{if(!p.length){r("on-files-not-attached",C,p);return}if(p.length>c.value){p.splice(-1),r("on-file-not-limit",C,p);return}if(o.accept!=="any"||o.accept!=="любой"){const g=C.name.split("."),m=g[g.length-1].toLowerCase();if(o.accept.split(", ").indexOf(m)===-1){p.splice(-1),r("on-file-not-accept",C,p);return}}const M=C.size/1024/1024;if(M>o.fileSize){r("on-file-size-exceeded",C,p,o.fileSize),p.splice(-1);return}if(!M){r("on-file-empty",C),p.splice(-1);return}r("on-change",C,p),r("update:modelValue",p)};return(C,p)=>{const M=dd;return e.openBlock(),e.createBlock(M,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},C.$attrs,{"file-list":i.value,style:u.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:g})=>[e.renderSlot(C.$slots,"file",{file:g})]),default:e.withCtx(()=>[e.createElementVNode("div",HW,[t.header?e.renderSlot(C.$slots,"header",{key:0},()=>[ZW]):e.createCommentVNode("",!0),t.main?e.renderSlot(C.$slots,"main",{key:1},()=>[UW,e.createElementVNode("span",QW,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(C.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}}),RW={install(t){t.component("PlUpload",YW)}},wge="",FW={class:"headers-elements"},WW=e.createElementVNode("div",{class:"img"},null,-1),GW=Object.assign({name:"PlUploadLegacy"},{props:{requestConfig:{type:Object,default:null},responseKeys:{type:String,default:"result"},drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},buttonText:{type:String,default:"Выбрать файл..."},accept:{type:String,default:".doc, .docx, .pdf, .jpeg, .jpg, .png, .xlsx, .xls, .txt"},fileSize:{type:Number,default:20},modelValue:{type:Array,default:()=>[]},header:{type:Boolean,default:!0},main:{type:Boolean,default:!0},large:{type:Boolean,default:!1}},emits:["on-files-not-attached","on-file-not-accept","on-file-size-exceeded","on-file-empty","on-change","on-success","input","on-error"],setup(t,{emit:n}){const o=t,r=e.ref(!1),i=e.ref(!1),s=e.ref(o.modelValue),c=e.ref(null),{modelValue:d}=e.toRefs(o);e.watch(d,M=>{s.value=M});const u=n;e.onMounted(()=>{o.large&&c.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(M,g,m,_,y)=>g==="POST"?{url:M,method:g,data:m,headers:_,responseType:y}:{url:M,method:g,params:m,headers:_,responseType:y},C=M=>v6(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,g)=>{if(!g.length){u("on-files-not-attached",M,g);return}if(o.accept!=="any"||o.accept!=="любой"){const _=M.name.split("."),y="."+_[_.length-1].toLowerCase();if(o.accept.split(", ").indexOf(y)===-1){g.splice(-1),u("on-file-not-accept",M,g);return}}const m=M.size/1024/1024;if(m>o.fileSize){u("on-file-size-exceeded",M,g,o.fileSize),g.splice(-1);return}if(!m){u("on-file-empty",M),g.splice(-1);return}u("on-change",M,g),o.requestConfig&&(i.value=!0,r.value=!0,M&&new FormData().append("file",M.raw),C(this.requestConfig).then(_=>{const y=B2.get(_,self.responseKeys,_.data);u("on-success",y,M,g),y.success&&(g.forEach(w=>{w.status="success"}),u("input",g))}).catch(_=>{console.log(_,"error"),u("on-error",_,M,g)}).finally(()=>{this.loadingButton=!1,this.disabled=!1}))};return(M,g)=>{const m=nr,_=dd;return e.openBlock(),e.createBlock(_,e.mergeProps({ref_key:"el",ref:c,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},M.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:y})=>[e.renderSlot(M.$slots,"file",{file:y})]),default:e.withCtx(()=>[e.createElementVNode("div",FW,[t.header?e.renderSlot(M.$slots,"header",{key:0},()=>[WW]):e.createCommentVNode("",!0),t.main?e.renderSlot(M.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(t.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(t.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"button",{},()=>[e.createVNode(m,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}}),qW={install(t){t.component("PlUploadLegacy",GW)}},KW={key:0,class:"pb-1 ps-1 d-flex"},JW={class:"content"},XW=["prop","multiple"],eG={class:"pt-4"},tG={class:"pl-upload-card-container pr-3"},nG={class:"d-flex justify-content-between pb-2"},oG={class:"d-grid gap-1"},rG={class:"d-flex gap-1"},lG=e.defineComponent({__name:"pl-upload-plus",props:{multiple:{type:Boolean,default:!0},accept:{default:"doc, docx, pdf, jpeg, jpg, png, xlsx, xls, txt"},fileSize:{default:50},modelValue:{default:()=>[]},maxHeightScroll:{default:120},limit:{default:20},description:{default:"default"},disabled:{type:Boolean,default:!1},title:{default:""},helperText:{default:""},tooltip:{default:""},prop:{default:""},optional:{default:""}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:o}){const{width:r}=Ht(),i=t,{accept:s,fileSize:c,maxHeightScroll:d,modelValue:u,multiple:f,description:C,title:p,helperText:M,tooltip:g,limit:m,prop:_,optional:y}=e.toRefs(i),w=e.ref(!1);let L;const x=H=>{const{dataTransfer:G}=H;G&&G.types.includes("Files")&&(w.value=!0,clearTimeout(L),L=window.setTimeout(()=>{w.value=!1},100))},b=H=>{var de;const G=(de=H.name.split(".").pop())==null?void 0:de.toLowerCase(),{size:A}=H,X=!s.value.toLowerCase().split(", ").includes(G),ce=A>c.value*1024*1024||A===0;return X||ce?{name:H.name,size:A,error:{dist:X,size:ce}}:H},E=H=>H.error!==void 0&&(H.error.size||H.error.dist),k=H=>{const G=H.filter(X=>X.error.size);G.length>0&&sr.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${ao(G.length,["файла","файла","файлов"])}`});const A=H.filter(X=>X.error.dist);A.length>0&&sr.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${ao(A.length,["файла","файла","файлов"])}`})},D=`id-${Xt()}`,v=e.ref(null);e.onMounted(()=>{const H=document.getElementById(D);H&&(v.value=H.querySelector(".pl-upload-input"))});const j=H=>{const G=v.value;if(!G||!G.files)return;const A=new DataTransfer;Array.from(G.files).forEach(X=>{H.includes(X)||A.items.add(X)}),G.files=A.files},T=o,S=H=>{if(u.value.length+H.length>m.value){sr.error({title:"Ошибка загрузки файлов",message:`Максимум ${m.value} ${ao(m.value,["файл","файла","файлов"])}`});const de=Array.from(H);j(de);return}const G=[],A=[],X=[];Array.from(H).forEach(de=>{const Ne=b(de);"error"in Ne?(G.push(Ne),A.push(de)):X.push(de)}),G.length&&k(G),u.value.unshift(...G),u.value.push(...X),j(A),T("addFiles",[...G,...X],u.value)};let P=!1;const I=H=>{const G=u.value.findIndex(A=>A===H);G!==-1&&("error"in H||j([H]),u.value.splice(G,1),T("removeFile",H,u.value),setTimeout(()=>{if(v.value){P=!0;const A=new Event("change",{bubbles:!0,cancelable:!0});v.value.dispatchEvent(A),setTimeout(()=>{P=!1},0)}},0))},W=H=>{if(P)return;const G=H.target;G&&G.files&&S(G.files)};n({addFiles:S,removeFile:I});const Q=H=>{clearTimeout(L),w.value=!1;const{dataTransfer:G}=H,A=[];G&&G.items&&(Array.from(G.items).forEach(ce=>{if(ce.kind==="file"){const de=ce.getAsFile();de&&A.push(de)}}),S(A))},U=H=>H%1===0?H.toString():H.toFixed(2),V=H=>H<1024?H+" байт":H<1048576?U(H/1024)+" КБ":U(H/1048576)+" МБ",R=e.inject("errorsState"),z=e.ref([]);return _.value&&R&&e.watch(R,()=>{var G;z.value=R.value.filter(A=>A.field===_.value);const H=(G=document.getElementById(D))==null?void 0:G.parentElement;H&&(z.value.length?H.classList.add("is-error"):H.classList.remove("is-error"))},{deep:!0}),(H,G)=>{const A=wn,X=ar,ce=lu,de=Gl,Ne=ns,he=Kl,ae=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:D,class:"pl-upload-new"},[e.unref(p)||e.unref(g)?(e.openBlock(),e.createElementBlock("div",KW,[e.createVNode(A,{style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)),1)]),_:1}),e.unref(y)?(e.openBlock(),e.createBlock(A,{key:0,class:"ps-2",style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(y)),1)]),_:1})):e.createCommentVNode("",!0),e.unref(g)?(e.openBlock(),e.createBlock(X,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(g)),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["pl-upload-load-block",{"drag-over":w.value,disabled:H.disabled||e.unref(u).length>=e.unref(m)}]),onDragover:e.withModifiers(x,["prevent"]),onDrop:e.withModifiers(Q,["prevent"])},[e.createElementVNode("div",JW,[e.createVNode(C1,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(ce,{style:{color:"var(--color-text-icons-interactive)"},class:"text-center"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r)>=730?"Нажмите или перетащите файл":"Нажмите для загрузки файла"),1)]),_:1}),e.unref(C)?(e.openBlock(),e.createBlock(de,{key:0,style:{color:"var(--color-text-icons-tertiary)"},class:"text-center pt-1"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(C)==="default"?`До ${e.unref(c)}МБ. Форматы ${e.unref(s).toUpperCase()}`:e.unref(C)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("input",{prop:e.unref(_),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",onChange:W},null,40,XW)])],34),z.value[0]?(e.openBlock(),e.createBlock(de,{key:1,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(de,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",eG,[e.createVNode(he,{"max-height":e.unref(d)},{default:e.withCtx(()=>[e.createElementVNode("div",tG,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(u),(pe,De)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:pe.name+De,class:e.normalizeClass(["pl-upload-card",{"wrong-file":E(pe)}])},[e.createElementVNode("div",nG,[e.createVNode(C1,{name:E(pe)?"WarningThree20":"Document20",color:E(pe)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),e.withDirectives(e.createVNode(C1,{name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512),[[ae,()=>I(pe)]])]),e.createElementVNode("div",oG,[e.createVNode(de,{class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.name),1)]),_:2},1024),e.createElementVNode("div",rG,[e.createVNode(Ne,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(pe)&&pe.error.size?"error":"tertiary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V(pe.size)),1)]),_:2},1032,["style"]),e.createVNode(Ne,{style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode("•")]),_:1}),e.createVNode(Ne,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(pe)&&pe.error.dist?"error":"tertiary"})`)},{default:e.withCtx(()=>{var Oe,Be;return[e.createTextVNode(e.toDisplayString((Be=(Oe=pe.name.split("."))==null?void 0:Oe.pop())==null?void 0:Be.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[ae,()=>T("clickOnFile",pe)]])),128))])]),_:1},8,["max-height"])])])}}}),bge="",iG=[RH,nZ,OZ,AZ,QZ,GZ,pQ,mQ,XQ,dY,fY,pY,hY,CY,_Y,DY,vY,SY,zY,iR,LR,xR,rF,hF,MF,wF,OF,aW,DW,AW,PW,RW,qW,{install(t){t.component("PlUploadPlus",lG)}},{install(t){t.component("PlTooltipPlus",ar)}},kR];function os(){const t=window.navigator.maxTouchPoints&&window.navigator.maxTouchPoints>0,n={Android:()=>navigator.userAgent.match(/Android/i),BlackBerry:()=>navigator.userAgent.match(/BlackBerry/i),iOS:()=>navigator.userAgent.match(/iPhone|iPad|iPod/i),Opera:()=>navigator.userAgent.match(/Opera Mini/i),Windows:()=>navigator.userAgent.match(/IEMobile/i),any:()=>n.Android()||n.BlackBerry()||n.iOS()||n.Opera()||n.Windows()};return(n.any()||t)&&"ontouchstart"in window?"touchend":"click"}const pr=new Map,sG={mounted:(t,n)=>{const o=e.ref(!1),{currentHandler:r,touchMoveHandler:i}=iu(t,n,o);pr.set(t,{currentHandler:r,touchMoveHandler:i})},updated:(t,n)=>{const o=pr.get(t);o&&(t.removeEventListener(os(),o.currentHandler),t.removeEventListener("touchmove",o.touchMoveHandler));const r=e.ref(!1),{currentHandler:i,touchMoveHandler:s}=iu(t,n,r);pr.set(t,{currentHandler:i,touchMoveHandler:s})},unmounted:t=>{const n=pr.get(t);n&&(t.removeEventListener(os(),n.currentHandler),t.removeEventListener("touchmove",n.touchMoveHandler)),pr.delete(t)}},iu=(t,n,o={value:null})=>{const r=os(),i=c=>{var d;if(t.blur(),!((d=c.target)!=null&&d.closest(".disabled")))if(c.cancelable&&!o.value){if(n.modifiers.self&&t!==c.target){n.value(c);return}n.modifiers.stop&&c.stopPropagation(),c.preventDefault(),n.value&&n.value(c)}else o.value=!1};t.addEventListener(r,i);const s=()=>{o.value=!0};return t.addEventListener("touchmove",s,{passive:!0}),{currentHandler:i,touchMoveHandler:s}},su=(t,n=!1,o=!1)=>{const r=document.createElement("div");r.className="loading__body",r.style.background=n?"":"rgb(255 255 255 / 80%)",o&&(r.style.position="fixed",r.style.top="0",r.style.left="0",r.style.width="100vw",r.style.height="100vh",document.body.classList.add("loading__scroll-hidden")),r.innerHTML+=`
|
|
107
107
|
<div class='loading__spinner-wrapper' data-testid='loading-plus'>
|
|
108
108
|
<svg>
|
|
109
109
|
<circle cx='18' cy='18' r='18'></circle>
|