@factoringplus/pl-components-pack-v3 1.2.21-pre-06 → 1.2.21-pre-08
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 Nn;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(Nn||(Nn={}));var co;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(co||(co={}));const ql=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),Td=t=>t.replace(/^0+(0$|[^0])/,"$1"),Ui=(t,n)=>(t.match(new RegExp(ql(n),"g"))||[]).length,oZ=(t,n)=>t.substring(0,t.indexOf(n)),jd=[",",".","٫","。"],Od="(0|[1-9]\\d*)";class rZ{constructor(n){var o,r,i,s,c,d;const{currency:u,currencyDisplay:f,locale:C,precision:p,accountingSign:M,useGrouping:_}=n;this.locale=C,this.options={currency:u,useGrouping:_,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==Nn.hidden?f:void 0};const g=new Intl.NumberFormat(C,this.options),m=g.formatToParts(123456);this.currency=(o=m.find(({type:x})=>x==="currency"))===null||o===void 0?void 0:o.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(x=>x.toLocaleString(C)),this.decimalSymbol=(r=m.find(({type:x})=>x==="decimal"))===null||r===void 0?void 0:r.value,this.groupingSymbol=(i=m.find(({type:x})=>x==="group"))===null||i===void 0?void 0:i.value,this.minusSign=(s=g.formatToParts(-1).find(({type:x})=>x==="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:g.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(d=p==null?void 0:p.max)!==null&&d!==void 0?d:g.resolvedOptions().maximumFractionDigits);const y=x=>oZ(x,this.digits[1]),w=x=>x.substring(x.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=y(g.format(1)),this.suffix=w(g.format(1)),this.negativePrefix=y(g.format(-1)),this.negativeSuffix=w(g.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?`(?:${ql(this.decimalSymbol)}(\\d*))?`:"",i=this.stripGroupingSeparator(n).match(new RegExp(`^${Od}${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(`^${Od}${ql(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(ql(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 jd.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 Vd{constructor(n){this.currencyFormat=n}}class lZ extends Vd{conformToMask(n,o=""){const r=this.currencyFormat.isNegative(n),i=g=>g===""&&r&&!(this.currencyFormat.minusSign===void 0?o===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:o===this.currencyFormat.negativePrefix),s=g=>{if(i(g))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(g))return g;if(g.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(g)}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=Td(this.currencyFormat.onlyDigits(u)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,_=C===""&&r&&(this.currencyFormat.minusSign===void 0?o===n.slice(0,-2)+this.currencyFormat.negativeSuffix:o===n.slice(0,-1));return M||_||i(C)?o:C.match(/\d+/)?{numberValue:+`${r?"-":""}${C}.${p}`,fractionDigits:p}:""}}class iZ extends Vd{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?"-":""}${Td(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:i,fractionDigits:i.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const sZ={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 aZ{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={...sZ,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new rZ(this.options),this.numberMask=this.options.autoDecimalDigits?new iZ(this.currencyFormat):new lZ(this.currencyFormat);const o={[co.precision]:this.currencyFormat.maximumFractionDigits,[co.thousands]:3,[co.millions]:6,[co.billions]:9};this.valueScaling=this.options.valueScaling?o[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==co.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===Nn.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&&jd.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&&Ui(this.formattedValue,C)===Ui(o,C)+1)return M-p-1;if(M<p)return r;if(u!==void 0&&o.indexOf(u)!==-1){const _=o.indexOf(u)+1;if(Math.abs(M-o.length)>1&&r<=_)return this.formattedValue.indexOf(u)+1;!this.options.autoDecimalDigits&&r>_&&this.currencyFormat.onlyDigits(o.substring(_)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===Nn.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===Nn.hidden){if(f){if(o<=1)return 1;if(n.endsWith(")")&&o>n.indexOf(")"))return this.formattedValue.length-1}}else{const _=f?c.length:s.length;if(o>=n.length-_)return this.formattedValue.length-_;if(o<p)return p}let M=o;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==Nn.hidden&&o>=p&&u!==void 0&&C.includes(u)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&d!==void 0&&(M-=Ui(n.substring(0,o),d)),M}setCaretPosition(n,o=n){this.el.setSelectionRange(n,o)}}const cZ=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Qi(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),_=e.version.startsWith("3"),g=_&&((s=C==null?void 0:C.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),m=e.computed(()=>M==null?void 0:M[_?"modelValue":"value"]),y=_?"update:modelValue":"input",w=g?"update:modelValue":"change";return e.watch(d,x=>{var E;if(x){const D=cZ((E=x==null?void 0:x.$el)!==null&&E!==void 0?E:x);D?(c=new aZ({el:D,options:t,onInput:L=>{!g&&n!==!1&&m.value!==L.number&&(p==null||p(y,L.number)),f.value=L.number,u.value=L.formatted},onChange:L=>{n!==!1&&(p==null||p(w,L.number))}}),c.setValue(m.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:x=>c==null?void 0:c.setValue(x),setOptions:x=>c==null?void 0:c.setOptions(x)}}const fCe="",dZ=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),uZ=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}=Qi(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 _=m2;return e.openBlock(),e.createBlock(_,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:c,modelValue:e.unref(d),"onUpdate:modelValue":M[0]||(M[0]=g=>e.isRef(d)?d.value=g:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[dZ]),_:1},16,["modelValue","style"])}}}),fZ={install(t){t.component("PlCurrency",uZ)}},n3=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(!1),i=e.ref(),s=e.ref(),c=e.ref(0),d=e.ref(0),u=e.computed(()=>n.trigger==="hover"&&g.value>730),f=e.computed(()=>n.trigger==="click"||g.value<=730),{isOutside:C}=BH(i),p=()=>{const L=i.value.getBoundingClientRect(),k=L.left+L.width/2,N=L.top+L.height/2,T=document.elementsFromPoint(k,N)[0];return!i.value.contains(T)};e.watch(()=>C.value,L=>{u.value&&(L?w():p()||y())});const M=e.ref(!1),_=async()=>{await e.nextTick();const L=i.value;if(!L)return;const k=L.cloneNode(!0);k.style.visibility="hidden",k.style.position="absolute",k.style.whiteSpace="nowrap",k.classList.remove("text-truncate"),i.value.appendChild(k);const N=k.offsetWidth>L.offsetWidth;M.value=N,i.value.removeChild(k)},{width:g}=St(),m=e.ref(0);e.onMounted(()=>{const L=new ResizeObserver(k=>{k.forEach(N=>{m.value=N.contentRect.width})});L.observe(i.value),e.onUnmounted(()=>{L.disconnect()})}),e.watch([g,m],()=>{n.truncated&&_()},{immediate:!0});const y=()=>{!o.value&&(!n.truncated||M.value)&&((n.delay===void 0&&n.truncated||n.delay)&&u.value?setTimeout(()=>{C.value||(o.value=!0)},900):o.value=!0)},w=()=>{r.value=!0,setTimeout(()=>{(C.value||f.value)&&(o.value=!1),r.value=!1},200)},x=L=>!!L&&L().length>0&&!!L()[0].children||!!L()[0].props,E=()=>{if(!s.value)return{top:0,left:0};const L=i.value.parentElement.getBoundingClientRect(),k=c.value,N=d.value,v=i.value.parentElement.offsetWidth,T=i.value.parentElement.offsetHeight;let S="",O="",B="";k>40&&(B="12px");const V=L.left+v-N,Q=window.innerWidth-(L.left+N),G=document.documentElement.clientWidth,P=Q<0&&V>=Q,j=V<0,U=window.innerWidth-(N+L.left+v+4),z=L.left-N-4;switch(n.placement){case"top-right":O=P?`${G-N-10}px`:j?"10px":O=`${L.left+v-N+16}px`,S=`${L.top-k-4}px`;break;case"top":O=P?`${G-N-10}px`:j?"10px":`${L.left+v/2-N/2}px`,S=`${L.top-k-4}px`;break;case"top-left":O=P?`${G-N-10}px`:j?"10px":`${L.right-v-16}px`,S=`${L.top-k-4}px`;break;case"bottom-right":O=P?`${G-N-10}px`:j?"10px":`${L.left+v-N+16}px`,S=`${L.top+T+4}px`;break;case"bottom":O=P?`${G-N-10}px`:j?"10px":`${L.left+v/2-N/2}px`,S=`${L.top+T+4}px`;break;case"bottom-left":O=P?`${G-N-10}px`:j?"10px":`${L.right-v-16}px`,S=`${L.top+T+4}px`;break;case"right-top":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top}px`;break;case"right":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top+T/2-k/2}px`;break;case"right-bottom":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top+T-k}px`;break;case"left-top":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top}px`;break;case"left":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top+T/2-k/2}px`;break;case"left-bottom":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top+T-k}px`;break}return{top:S,left:O,borderRadius:B,width:n.width}},D=e.computed(()=>E());return e.onUpdated(()=>{s.value&&(c.value=s.value.parentElement.offsetHeight,d.value=s.value.parentElement.offsetWidth)}),e.watch(o,L=>{L&&Y1("scroll",w)}),wn(i,()=>{w()},{ignore:[s]}),(L,k)=>{const N=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[u.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:i,class:"d-grid"},[e.renderSlot(L.$slots,"default")],512)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:i,class:"d-grid"},[e.renderSlot(L.$slots,"default")])),[[N,y]]),o.value&&!L.disabled&&x(L.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:2,"data-testid":"tooltipPlus",style:e.normalizeStyle(D.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":r.value}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre"},[e.renderSlot(L.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)])}}}),hCe="",pZ={key:0,class:"pl-autocomplete__prefix-container"},hZ={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},CZ=["id","prop","placeholder","value","disabled"],gZ={class:"pl-autocomplete__suffix-container"},mZ=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=$H(),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 _=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",pZ,[e.createVNode(_,{name:i.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",hZ,[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]=g=>{var m;C.value=(m=g.target)==null?void 0:m.value}),onBlur:f,onFocus:u},null,40,CZ)]),e.createElementVNode("div",gZ,[!i.disabled&&i.clearable&&C.value?(e.openBlock(),e.createBlock(_,{key:0,name:"Close16",onClick:e.withModifiers(c,["stop"])})):e.createCommentVNode("",!0)])],2)}}}),CCe="",gCe="",mCe="";function _Z(t,n=!1,o=2){let r=parseFloat(`${t}`);return Number.isNaN(r)&&(r=0),n&&(r=Math.floor(r),o=0),r.toLocaleString("ru-RU",{maximumFractionDigits:o,minimumFractionDigits:o,style:"currency",currency:"RUB"})}const Kl=Xt(_Z,"formatCurrency"),Id=t=>`•• ${t.substring(t.length-4,t.length)}`,_Ce="",MZ={class:"match-text"},yZ={key:1},Jl=vt({__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",MZ,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",yZ,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-3fd3b727"]]),wZ={key:0,class:"pl-option__left-icon-container"},NZ={class:"pl-option__text-container"},bZ=["data-testid"],DZ={key:0,class:"pl-option__text-description","data-testid":"accountNum"},kZ={key:1,class:"pl-option__text-description","data-testid":"optionDescription"},LZ={key:1,class:"pl-option__right-icon-container"},xZ={key:0,class:"pl-option__summ","data-testid":"accountSumm"},EZ=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=>({"2dc24df1":t.width,"282b434e":t.leftIconColor,f3b4783a:t.rightIconColor,aaa70088: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",wZ,[e.createVNode(C1,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",NZ,[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(Jl,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])],10,bZ),n.description&&n.summ!==null?(e.openBlock(),e.createElementBlock("span",DZ,e.toDisplayString(e.unref(Id)(n.description)),1)):n.description?(e.openBlock(),e.createElementBlock("span",kZ,[e.createVNode(Jl,{"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",LZ,[n.summ!==null?(e.openBlock(),e.createElementBlock("span",xZ,e.toDisplayString(e.unref(Kl)(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))}}),yCe="",zd=vt(EZ,[["__scopeId","data-v-ce1d0428"]]);function vZ(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 W2=Xt(vZ,"declOfNum"),SZ=["id"],$Z={key:0,class:"pl-autocomplete__dropdown-count-search-container"},TZ={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},jZ={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} ${W2(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=ro,p=Ul;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",$Z,[u.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",TZ,null,512)),[[p,u.loadingSuggestions]]):(e.openBlock(),e.createElementBlock("span",jZ,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,_=>(e.openBlock(),e.createBlock(zd,{key:_.value,active:c(_),description:_.bottomText,label:_.value,"search-value":u.query,"disable-marker-bottom":o.disableMarkerBottom,onClick:e.withModifiers(g=>i(_),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,SZ)):e.createCommentVNode("",!0)]}),_:1})}}}),wCe="";function OZ(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 dr={exports:{}};const VZ=Qy(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 OZ<"u"){var Yi="",Hd=VZ;if(Hd.networkInterfaces)var Ri=Hd.networkInterfaces();if(Ri){e:for(let t in Ri){const n=Ri[t],o=n.length;for(var o3=0;o3<o;o3++)if(n[o3]!==void 0&&n[o3].mac&&n[o3].mac!="00:00:00:00:00:00"){Yi=n[o3].mac;break e}}Pd=Yi?parseInt(Yi.replace(/\:|\D+/gi,"")).toString(36):""}}dr.exports=dr.exports.default=function(t,n){return(t||"")+Pd+Ad+ur().toString(36)+(n||"")},dr.exports.process=function(t,n){return(t||"")+Ad+ur().toString(36)+(n||"")},dr.exports.time=function(t,n){return(t||"")+ur().toString(36)+(n||"")};function ur(){var t=Date.now(),n=ur.last||t;return ur.last=t>n?t:n+1}var IZ=dr.exports;const t2=et(IZ),zZ=["id"],BZ={class:"pl-autocomplete__label-container-text"},AZ={key:0,class:"pl-autocomplete__label"},PZ={key:1,class:"pl-autocomplete__optional"},HZ={key:1,class:"pl-autocomplete__helpertext-container"},ZZ={key:0,class:"pl-autocomplete__error"},UZ={key:1,class:"pl-autocomplete__helpertext"},QZ=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 G;e.useCssVars(P=>({"6d0d07fc":o.width}));const o=t,r=`id-${t2()}`,i=n,s=e.ref([]);if(o.prop){const P=e.inject("errorsState",[]);P&&e.watch(P,()=>{s.value=P.value.filter(j=>j.field===o.prop),M()},{deep:!0})}const c=e.computed(()=>s.value.length),d=e.ref(),u=e.ref();wn(d,()=>{L()},{ignore:[u]});const f=e.ref(0),C=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${C.value}px`),M=()=>{const P=document.getElementById(`pl-autocomplete__select-container-${r}`);if(!P)return;const j=P.getBoundingClientRect(),U=P.querySelector(".pl-autocomplete__label-container"),z=P.querySelector(".pl-autocomplete__helpertext-container"),F=U?U.offsetHeight:-4,W=z?z.offsetHeight:-4;o.teleport?(f.value=j.y+j.height+window.scrollY,C.value=j.x):f.value=j.height-W,e.nextTick(()=>{const H=document.getElementById(`dropdown-${r}`);if(!H)return;const K=H.getBoundingClientRect();K.bottom>_.value?o.teleport?f.value=f.value-K.height-(j.height-F):f.value=f.value-K.height-(j.height-F-W)-4:o.teleport?f.value=j.y+j.height+window.scrollY-W-4:f.value=j.height-W-4})},_=e.ref(St().height);(G=window.visualViewport)==null||G.addEventListener("resize",function(P){const j=P.target;j&&(_.value=j.height)});const g=e.ref(),m=()=>{clearTimeout(g.value),g.value=setTimeout(M)};e.watch(_,()=>{m()});const{isScrolling:y}=ao(window);e.watch(y,()=>{M()});const w=()=>{const P=document.getElementById(r);P&&(P.dispatchEvent(new Event("focus")),P.focus(),k.value=!0)},x=(P=!0)=>{const j=document.getElementById(r);j&&(j.dispatchEvent(new Event("blur")),P&&(j.blur(),k.value=!1))},E=()=>{k.value=!0},D=()=>{o.disabled||w()},L=()=>{var P;k.value&&(o.memoryBlur?Q():(P=S.value)!=null&&P.value?e.nextTick(()=>{v.value=S.value.value}):v.value="",x())},k=e.ref(!1);e.watch(k,()=>{e.nextTick(()=>{const P=document.getElementById(`pl-autocomplete__select-container-${r}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${r}`);j&&(j.style.maxWidth=P,o.teleport&&(j.style.zIndex="2013")),M()})});const N=e.ref(!1),v=e.ref(""),T=e.ref(!1);e.watch(v,P=>{(P==null?void 0:P.length)>=o.symbolsCountSearch&&!T.value?(N.value=!0,i("fetchDadata",P)):(T.value=!1,N.value=!1),m()}),e.watch(()=>o.suggestionList,()=>{M(),N.value=!1});const S=e.computed({get:()=>o.modelValue,set:P=>{i("update:modelValue",P)}});e.onMounted(()=>{S.value.value&&(v.value=S.value.value)}),e.watch(S,P=>{v.value=P.value;const j=document.getElementById(r);j&&(j.dispatchEvent(new Event("change")),T.value=!0,setTimeout(()=>T.value=!1))});const O=e.ref(!1),B=P=>{P.disabled||(O.value=!0,S.value=P,v.value=P.value,i("changeValue",P),L())},V=()=>{S.value={},v.value="",i("changeValue",{}),x()},Q=()=>{!O.value&&v.value!==S.value.value&&(S.value={value:v.value,data:!1,bottomText:""},e.nextTick(()=>{i("changeValue",S.value)})),O.value=!1};return(P,j)=>{const U=n3;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:D},[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:j[0]||(j[0]=z=>k.value&&x(!1))},[e.createElementVNode("div",BZ,[o.label?(e.openBlock(),e.createElementBlock("span",AZ,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",PZ,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(U,{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(mZ,{id:r,modelValue:v.value,"onUpdate:modelValue":j[1]||(j[1]=z=>v.value=z),"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:L,onReset:V,onFocusEmit:E},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop"]),o.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",HZ,[s.value.length>0?(e.openBlock(),e.createElementBlock("span",ZZ,e.toDisplayString(s.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",UZ,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,zZ),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(Bd,{id:r,ref_key:"dropdownRef",ref:u,focus:k.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":N.value,query:v.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":S.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:B},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:k.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":N.value,query:v.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":S.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:B},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"]))])}}}),DCe="",YZ={install(t){t.component("PlAutocomplete",QZ)}},kCe="",RZ={key:0,class:"pl-card__img-container"},FZ=["src"],WZ={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},GZ={__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",WZ)):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",RZ,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,FZ)])):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))}},qZ={install(t){t.component("PlCard",GZ)}},LCe="",KZ={id:"plCheckbox"},JZ=["id","name","disabled"],XZ=["for"],eU={__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"?t2():c.value);return(u,f)=>(e.openBlock(),e.createElementBlock("div",KZ,[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,JZ),[[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,XZ)]))}},tU={install(t){t.component("PlCheckbox",eU)}},Xl=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))}}),bn=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))}}),Fi=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=bn,s=Xl;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)}}}),xCe="",nU=["src"],oU=["src"],rU={key:0},lU=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,nU)):o.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:c.value,alt:"Check"},null,8,oU)):e.createCommentVNode("",!0)],2),o.label?(e.openBlock(),e.createElementBlock("label",rU,[e.createVNode(Fi,{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}]])}}}),ECe="",fr=vt(lU,[["__scopeId","data-v-5faeac65"]]),iU={install(t){t.component("PlCheckboxPlus",fr)}};var sU={exports:{}};(function(t,n){(function(o,r){t.exports=r(F8)})(x1,function(o){function r(g){return g&&typeof g=="object"&&"default"in g?g:{default:g}}var i=r(o),s="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),c="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),d="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),u="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),f=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function C(g,m,y){var w,x;return y==="m"?m?"минута":"минуту":g+" "+(w=+g,x={mm:m?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[y].split("_"),w%10==1&&w%100!=11?x[0]:w%10>=2&&w%10<=4&&(w%100<10||w%100>=20)?x[1]:x[2])}var p=function(g,m){return f.test(m)?s[g.month()]:c[g.month()]};p.s=c,p.f=s;var M=function(g,m){return f.test(m)?d[g.month()]:u[g.month()]};M.s=u,M.f=d;var _={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(g){return g},meridiem:function(g){return g<4?"ночи":g<12?"утра":g<17?"дня":"вечера"}};return i.default.locale(_,null,!0),_})})(sU);const vCe="",aU={class:"date-switcher__container"},cU={class:"date-switcher date-switcher__month"},dU={class:"date-switcher__arrow date-switcher__arrow-left"},uU={class:"date-switcher__month-name"},fU={class:"date-switcher__arrow date-switcher__arrow-right"},pU={class:"date-switcher date-switcher__year"},hU={class:"date-switcher__arrow date-switcher__arrow-left"},CU={class:"date-switcher__year-name"},gU={class:"date-switcher__arrow date-switcher__arrow-right"},mU={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){ie.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 _=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",aU,[e.createElementVNode("div",cU,[e.withDirectives(e.createElementVNode("div",dU,null,512),[[_,d]]),e.createElementVNode("span",uU,e.toDisplayString(c(e.unref(r).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",fU,null,512),[[_,u]])]),e.createElementVNode("div",pU,[e.withDirectives(e.createElementVNode("div",hU,null,512),[[_,f]]),e.createElementVNode("span",CU,e.toDisplayString(c(e.unref(r).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",gU,null,512),[[_,C]])])])}}},_U=[{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}}],MU=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],SCe="",$Ce="",TCe="",yU={class:"pl-input-legacy"},wU=["src"],NU=["src"],bU=["src"],DU=["src"],kU=["src"],Wi={__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:_,valueRange:g,password:m}=e.toRefs(u),y=e.computed({get:()=>u.modelValue,set:P=>{f("update:modelValue",P)}}),w=e.reactive({[u.prop]:y}),x=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(g),...e.unref(_)}),{inputRef:E,formattedValue:D,setValue:L}=Qi(x);e.unref(p)&&e.watch(y,P=>{L(P)});const k=(P,j,U)=>{f("validate",P,j,U)};e.watch(y,P=>{w[u.prop]=P});const N=P=>{u.type==="number"?!isNaN(P)&&!P.includes(".")&&!P.includes("+")&&!P.includes("-")&&!P.includes(",")&&f("update:modelValue",P):f("update:modelValue",P)},v=P=>{let U=P.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{U.focus()})},T=e.computed(()=>{switch(u.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),S=e.ref("password"),O=P=>{S.value=S.value==="password"?"text":"password",v(P)},B=()=>{f("update:modelValue","")};let V=e.ref(0);const Q="id"+Math.random();setTimeout(()=>{const P=document.getElementById(`${Q}`);V.value=P==null?void 0:P.children[0].children[0].clientWidth},0),e.watch(C,P=>{P&&(d.value.validate(),f("isValid"))});const G=P=>{const{keyCode:j}=P;if(j>=96&&j<=105||j>=48&&j<=57||j===46||j===8){const{selectionStart:U,selectionEnd:z}=P.target,F=P.target.value.length;setTimeout(()=>{let W=P.target.value.length;j===46&&(W+=1);let H;U===z||U+1===z?(H=U+(W-F),j===8&&(W===F?H-=1:z!==U&&(H+=1)),H<0&&(H=0),z===U&&z===H&&W===F&&j!==8&&j!==46&&(H+=1)):H=z-F+W,P.target.selectionStart=H,P.target.selectionEnd=H})}};return(P,j)=>{const U=m2,z=R4,F=Y4,W=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",yU,[e.createVNode(F,{ref_key:"refInput",ref:d,"label-position":"top",model:w,rules:t.rules,onValidate:k,onSubmit:j[9]||(j[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,wU)):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,NU)):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:B},null,10,bU)):e.createCommentVNode("",!0),u.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(V)+"px"})},e.toDisplayString(u.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:Q},[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(U,{key:0,modelValue:y.value,"onUpdate:modelValue":j[0]||(j[0]=H=>y.value=H),disabled:u.disabled,placeholder:u.placeholder,type:T.value,resize:"none",onInput:N,onBlur:j[1]||(j[1]=H=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[W,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(U,e.mergeProps({key:2},P.$attrs,{ref_key:"inputRef",ref:E,modelValue:e.unref(D),"onUpdate:modelValue":j[7]||(j[7]=H=>e.isRef(D)?D.value=H:null),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,resize:"none",onKeydown:G,onBlur:j[8]||(j[8]=H=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:j[6]||(j[6]=H=>v(H))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(U,e.mergeProps({key:1,modelValue:y.value,"onUpdate:modelValue":j[4]||(j[4]=H=>y.value=H),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,type:e.unref(m)?S.value:T.value,resize:"none"},P.$attrs,{autosize:{minRows:3,maxRows:6},clearable:u.clearable,onInput:N,onBlur:j[5]||(j[5]=H=>f("blur"))}),e.createSlots({_:2},[e.unref(m)?{name:"append",fn:e.withCtx(()=>[S.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:j[2]||(j[2]=H=>O(H))},null,8,DU)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(c),alt:"",onClick:j[3]||(j[3]=H=>O(H))},null,8,kU))]),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"])])}}},jCe="",LU={class:"date-picker"},xU={class:"date-picker__wrapper"},EU={class:"pl-date-picker__days"},vU={class:"field"},SU=vt({__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}){ie.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(ie(s.value,"DD.MM.YYYY")),d=e.ref(ie(s.value,"DD.MM.YYYY")),u=e.ref(ie(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=>{ie(k,"DD.MM.YYYY",!0).isValid()?(c.value=ie(k,"DD.MM.YYYY"),d.value=ie(k,"DD.MM.YYYY"),u.value=ie(k,"DD.MM.YYYY")):(c.value=ie(),d.value=ie(),u.value=ie())});const _=_U,g=k=>d.value.date()===k.day&&d.value.month()===k.month&&d.value.year()===k.year&&k.type==="current",m=k=>k.format("DD.MM.YYYY"),y=()=>{u.value=d.value,s.value=m(d.value),r("update:modelValue",d.value.format("DD.MM.YYYY"))},w=(k,N)=>{N?d.value=ie(k,N):d.value=ie().set("date",k.day).set("month",k.month).set("year",k.year),y()},x=k=>{k.weekend||k.type==="previous"||k.type==="next"||w(k),f.value=!1};wn(M,()=>{setTimeout(()=>{c.value=u.value,f.value=!1})});const E=()=>{const k=[],N=[],v=[],T=c.value.date(1).day()===0;if(c.value.date(1).day()>1||T){const V=c.value.subtract(1,"month").endOf("month").date(),Q=T?6:c.value.date(1).day()-1,G=V-Q+1;for(let P=G;P<=V;P++)k.push({day:P,type:"previous"})}const S=_.filter(V=>(V==null?void 0:V.year)===(c==null?void 0:c.value.year()))[0],O=S==null?void 0:S.months[c.value.month()].days.split(","),B=c.value.endOf("month").date();for(let V=1;V<=B;V++)N.push({day:V,month:c.value.month(),year:c.value.year(),type:"current",weekend:i.value?O==null?void 0:O.includes(V.toString()):""});if(c.value.date(c.value.daysInMonth()).day()){const V=7-c.value.date(c.value.daysInMonth()).day();for(let Q=1;Q<=V;Q++)v.push({day:Q,type:"next"})}return[...k,...N,...v]},D=e.ref(E());e.watch(c,()=>{D.value=E()});const L=e.ref(!1);return e.watch(f,k=>{s.value===""&&(c.value=ie(),d.value=ie(),u.value=ie()),k?L.value=!1:L.value=!0}),(k,N)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",LU,[e.createElementVNode("div",xU,[e.createVNode(Wi,{modelValue:s.value,"onUpdate:modelValue":N[0]||(N[0]=T=>s.value=T),"get-valid":L.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(mU,{modelValue:c.value,"onUpdate:modelValue":N[1]||(N[1]=T=>c.value=T)},null,8,["modelValue"]),e.createElementVNode("div",EU,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(MU),(T,S)=>(e.openBlock(),e.createElementBlock("div",{key:S,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(T),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,(T,S)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${S}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":T.type!=="current"||T.weekend},{"date-picker__day-item_active-item":g(T)}])},[e.createElementVNode("div",vU,e.toDisplayString(T.type!=="previous"&&T.type!=="next"?T.day:""),1)],2)),[[v,()=>x(T)]])),128))])],512)):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-0c3171a3"]]),$U={key:0,class:"pl-input__prefix"},TU=["id","name","disabled","placeholder","prop"],jU=e.createElementVNode("div",{class:"pl-input__suffix"},[e.createElementVNode("span",{class:"pl-input__currency"},"₽")],-1),OU=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:Nn.hidden,precision:o.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:o.valueRange,...o.currencyInputOptions}),{inputRef:i,formattedValue:s,setValue:c}=Qi(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",$U,[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,TU),[[e.vModelDynamic,e.unref(s)]]),jU],6))}}),VU={key:0,class:"pl-input__prefix"},IU=["id","value","name","type","disabled","placeholder","prop","autocomplete"],zU={class:"pl-input__suffix"},BU=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=()=>{var f;o.disabled||(s.value=!s.value,(f=document.getElementById(o.id))==null||f.blur())},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",VU,[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,IU),e.createElementVNode("div",zU,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:c},[e.createVNode(C1,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),AU=["id","name","disabled","maxlength","placeholder","prop"],PU={key:0,class:"pl-textarea__count"},HU={key:0,class:"pl-textarea__count-inner"},ZU={key:1,class:"pl-textarea__count-inner"},UU=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=navigator.userAgent.indexOf("Firefox")>-1,r=t,i=n,s=e.computed({get:()=>r.modelValue,set:c=>{i("update:modelValue",c)}});return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",c.$attrs.class]),style:e.normalizeStyle(c.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:c.id},c.$attrs,{"onUpdate:modelValue":d[0]||(d[0]=u=>s.value=u),class:["pl-textarea__inner",{"pl-textarea__text":c.maxlength},{"firefox-scrollbar":o}],name:c.id,disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop}),null,16,AU),[[e.vModelText,s.value]]),r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",PU,[s.value&&typeof s.value!="number"?(e.openBlock(),e.createElementBlock("span",HU,e.toDisplayString(s.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",ZU," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),QU={key:0,class:"pl-input__prefix"},YU=["id","name","disabled","maxlength","placeholder","prop"],RU={key:1,class:"pl-input__suffix"},FU={key:2,class:"pl-input__suffix"},WU={key:3,class:"pl-input__count"},GU={key:0,class:"pl-input__count-inner"},qU={key:1,class:"pl-input__count-inner"},KU=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","custom-blur"],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?(r("custom-blur"),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",QU,[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,YU),[[e.vModelDynamic,i.value]]),!o.disabled&&o.clearable&&i.value?(e.openBlock(),e.createElementBlock("div",RU,[!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",FU,[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",WU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",GU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",qU," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),JU={key:0,class:"pl-input__label"},XU={key:1,class:"pl-input__optional"},eQ={key:1,class:"pl-input__helpertext"},tQ={key:0,class:"pl-form-item__error"},nQ={key:1},oQ=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","custom-blur"],setup(t,{expose:n,emit:o}){e.useCssVars(_=>({"3c4ce7f0":r.width}));const r=t,i=`id-${t2()}`,s=e.ref([]);if(r.prop){const _=e.inject("errorsState",[]);e.watch(_,()=>{s.value=_.value.filter(m=>m.field===r.prop);const g=document.getElementById(i).parentElement;s.value.length?g.classList.add("is-error"):g.classList.remove("is-error")},{deep:!0})}const c=o,d=e.computed({get:()=>r.modelValue,set:_=>{c("update:modelValue",_)}});e.watch(d,()=>{document.getElementById(i).dispatchEvent(new Event("change"))});const u=()=>{r.disableTrim||e.nextTick(()=>{const g=document.getElementById(i).value.replace(/\s+/g," ").trim();d.value=g,c("blur")})},f=(_=!1)=>{const g=document.getElementById(i);g&&(r.customBlur&&typeof _=="boolean"&&_?g.dispatchEvent(new Event("blur")):g.blur())},C=()=>{var _;c("resetValue"),r.focusOnReset||(_=document.getElementById(i))==null||_.blur()},p=()=>{var _;(_=document.getElementById(i))==null||_.focus()};return n({blurInput:f,focusInput:p,getId:()=>i}),(_,g)=>{const m=n3,y=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",_.$attrs.class]),style:e.normalizeStyle(_.$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",JU,e.toDisplayString(r.label),1)):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createElementBlock("span",XU,e.toDisplayString(r.optional),1)):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(m,{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(OU,e.mergeProps({key:0,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[0]||(g[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:g[1]||(g[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(BU,e.mergeProps({key:1,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[2]||(g[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(UU,e.mergeProps({key:2,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[3]||(g[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(KU,e.mergeProps({key:3,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[4]||(g[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,onCustomBlur:g[5]||(g[5]=w=>c("custom-blur")),onResetValue:C,onTouchstart:g[6]||(g[6]=()=>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",eQ,[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",tQ,e.toDisplayString(s.value[0].message),1)):r.helpertext?(e.openBlock(),e.createElementBlock("span",nQ,e.toDisplayString(r.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],38)}}}),VCe="",e0=vt(oQ,[["__scopeId","data-v-3882ae98"]]);var Zd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(x1,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 rQ=Zd.exports;const Gi=et(rQ);var Ud={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(x1,function(){return function(o,r,i){var s=r.prototype,c=function(M){var _,g=M.date,m=M.utc,y={};if(!((_=g)===null||_ instanceof Date||_ instanceof Array||s.$utils().u(_)||_.constructor.name!=="Object")){if(!Object.keys(g).length)return new Date;var w=m?i.utc():i();Object.keys(g).forEach(function(T){var S,O;y[S=T,O=s.$utils().p(S),O==="date"?"day":O]=g[T]});var x=y.day||(y.year||y.month>=0?1:w.date()),E=y.year||w.year(),D=y.month>=0?y.month:y.year||y.day?0:w.month(),L=y.hour||0,k=y.minute||0,N=y.second||0,v=y.millisecond||0;return m?new Date(Date.UTC(E,D,x,L,k,N,v)):new Date(E,D,x,L,k,N,v)}return g},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){m===void 0&&(m=1);var y=Object.keys(_),w=this;return y.forEach(function(x){w=M.bind(w)(_[x]*m,x)}),w};s.set=function(M,_){return _=_===void 0?M:_,M.constructor.name==="Object"?p.bind(this)(function(g,m){return u.bind(this)(m,g)},_,M):u.bind(this)(M,_)},s.add=function(M,_){return M.constructor.name==="Object"?p.bind(this)(f,M,_):f.bind(this)(M,_)},s.subtract=function(M,_){return M.constructor.name==="Object"?p.bind(this)(f,M,_,-1):C.bind(this)(M,_)}}})})(Ud);var lQ=Ud.exports;const qi=et(lQ),ICe="",Qd=t=>(e.pushScopeId("data-v-ac56b7a7"),t=t(),e.popScopeId(),t),iQ=["id"],sQ=["src"],aQ={class:"date-switcher__container flex-column"},cQ={class:"d-flex pb-6 justify-content-between"},dQ={class:"date-switcher justify-content-center flex-column"},uQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),fQ={class:"date-switcher justify-content-center flex-column"},pQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),hQ={class:"d-flex pt-2 justify-content-between"},CQ={class:"date-switcher date-switcher__month"},gQ={class:"date-switcher__month-name"},mQ={class:"date-switcher date-switcher__year"},_Q={class:"date-switcher__year-name"},MQ={class:"pl-date-picker__days"},yQ=["onClick","onMousemove"],wQ={class:"field"},NQ={class:"pl-date-picker__buttons"},bQ=vt({__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;ie.locale("ru"),ie.extend(Gi),ie.extend(qi);const i=t,{isClose:s}=e.toRefs(i),c=o,d=([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,ye=>(ye^crypto.getRandomValues(new Uint8Array(1))[0]&15>>ye/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=ye=>ye.includes("-")?ie(ye.split("-")[0],"DD.MM.YYYY",!0).isValid()&&ie(ye.split("-")[1],"DD.MM.YYYY",!0).isValid():ie(ye,"DD.MM.YYYY",!0).isValid(),_=e.ref(ie()),g=e.ref(ie()),m=e.ref(ie()),y=e.ref(ie()),w=e.ref(ie().format("DD.MM.YYYY")),x=e.ref(ie().format("DD.MM.YYYY")),E=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let D=[];const L=e.ref("");e.onMounted(()=>{k(i.modelValue)}),e.watch(()=>i.modelValue,ye=>{ye.length===2&&k(ye)}),e.watch(L,ye=>{M(ye)?(ye.split("-").length===2&&(g.value=ie(ye.split("-")[0].split(".").reverse().join("-")),m.value=ie(ye.split("-")[1].split(".").reverse().join("-")),D=[g.value,m.value],w.value=V(g.value),x.value=V(m.value),N(D)),g.value.isAfter(m.value)&&(m.value=D[0],g.value=D[1],D=[g.value,m.value],w.value=V(g.value),x.value=V(m.value),N(D))):N(),O()});const k=ye=>{if(ye&&ye.length===2){const oe=ie(ye[0]).format("YYYY-MM-DD").split("-").reverse().join("."),be=ie(ye[1]).format("YYYY-MM-DD").split("-").reverse().join("."),re=oe+"-"+be;M(re)&&(L.value=`${oe}-${be}`)}},N=(ye=[])=>{let oe=ye;oe.length===2&&(oe=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")]),c("update:modelValue",oe)},v=(ye,oe)=>{M(ye.target.value)&&(oe?ie(ye.target.value.split(".").reverse().join("-")).isAfter(g.value)&&(m.value=ie(ye.target.value.split(".").reverse().join("-"))):ie(ye.target.value.split(".").reverse().join("-")).isBefore(m.value)&&(g.value=ie(ye.target.value.split(".").reverse().join("-"))),D=[g.value,m.value],O())},T=ye=>{let oe;ye?M(w.value)||(w.value=V(g.value)):M(x.value)||(x.value=V(m.value)),ie(w.value.split(".").reverse().join("-")).isAfter(ie(x.value.split(".").reverse().join("-")))&&(oe=w.value,w.value=x.value,x.value=oe),g.value=ie(w.value.split(".").reverse().join("-")),m.value=ie(x.value.split(".").reverse().join("-")),D=[g.value,m.value],O()},S=()=>{M(L.value)||(L.value="")},O=()=>{ce={day:g.value.date(),month:g.value.month(),year:g.value.year()},_e={day:m.value.date(),month:m.value.month(),year:m.value.year()},me(_e),fe=!1},B=ye=>ye.charAt(0).toUpperCase()+ye.slice(1),V=ye=>ye.format("DD.MM.YYYY"),Q=()=>{_.value=_.value.set("date",1).subtract(1,"month")},G=()=>{_.value=_.value.set("date",1).add(1,"month")},P=()=>{_.value=_.value.set("date",1).subtract(1,"year")},j=()=>{_.value=_.value.set("date",1).add(1,"year")},U=(ye,oe)=>oe.date()===ye.day&&oe.month()===ye.month&&oe.year()===ye.year,z=ye=>D.length===2?U(ye,g.value)||U(ye,m.value):U(ye,g.value),F=ye=>{const oe=m.value.isAfter(g.value),be=m.value.isSame(g.value,"day");if(D.length===2){if(!be){if(U(ye,g.value))return oe?Me:Ie;if(U(ye,m.value))return oe?Ie:Me}}else return},W=()=>{$e({day:ie().date(),month:ie().month(),year:ie().year(),type:"current"}),fe=!1,m.value=ie(),g.value=ie(),w.value=g.value.format("DD.MM.YYYY"),x.value=m.value.format("DD.MM.YYYY"),_.value=g.value,D=[],L.value="",c("changeOpen",!0)},H=()=>{M(L.value)||(m.value=ie(),g.value=ie(),w.value=g.value.format("DD.MM.YYYY"),x.value=m.value.format("DD.MM.YYYY")),O(),c("changeOpen",!0)};e.watch(s,()=>{M(L.value)?(w.value=ie(L.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),x.value=ie(L.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),m.value=ie(L.value.split("-")[1].split(".").reverse().join("-")),g.value=ie(L.value.split("-")[0].split(".").reverse().join("-")),D=[g.value,m.value],O()):(w.value=ie().format("DD.MM.YYYY"),x.value=ie().format("DD.MM.YYYY"),m.value=ie(),g.value=ie(),D=[],O()),_.value=g.value});const K=e.ref(null);wn(K,()=>{setTimeout(()=>{H()})});const ae=()=>{O()},pe=()=>{_.value=g.value,D.length===0||D.length===1?(y.value=g.value,w.value=V(g.value)):(y.value=m.value,x.value=V(m.value)),g.value.isAfter(m.value)?L.value=m.value.format("DD.MM.YYYY")+"-"+g.value.format("DD.MM.YYYY"):L.value=g.value.format("DD.MM.YYYY")+"-"+m.value.format("DD.MM.YYYY"),c("changeOpen",!0)},ge=()=>{const ye=[],oe=[],be=[],re=_.value.date(1).day()===0;if(_.value.date(1).day()>1||re){const se=_.value.subtract(1,"month").endOf("month").date(),ve=re?6:_.value.date(1).day()-1,ee=se-ve+1,he=_.value.month()===0?_.value.year()-1:_.value.year(),Y=_.value.month()===0?11:_.value.month()-1;for(let Le=ee;Le<=se;Le++)ye.push({day:Le,month:Y,year:he,type:"previous"})}const X=_.value.endOf("month").date();for(let se=1;se<=X;se++)oe.push({day:se,month:_.value.month(),year:_.value.year(),type:"current"});if(_.value.date(_.value.daysInMonth()).day()){const se=7-_.value.date(_.value.daysInMonth()).day(),ve=_.value.month()===11?_.value.year()+1:_.value.year(),ee=_.value.month()===11?0:_.value.month()+1;for(let he=1;he<=se;he++)be.push({day:he,month:ee,year:ve,type:"next"})}return[...ye,...oe,...be]};let fe,ce,_e,Me="pl-date-picker__day-item_active-item-range-left",Ie="pl-date-picker__day-item_active-item-range-right",Ae="pl-date-picker__day-item_svg-circle-background";const Ee=e.ref(ge()),$e=ye=>{ye.type!=="previous"&&ye.type!=="next"&&(fe?He(ye,m,1):He(ye,g,0))},He=(ye,oe,be)=>{oe.value=Oe(ye),fe=!be,be?(x.value=V(m.value),m.value.isBefore(g.value)&&(w.value=V(m.value),x.value=V(g.value))):(D=[],ce=ye,_e=ye,w.value=V(g.value)),ye.type!=="previous"&&ye.type!=="next"&&(me(ye),D[be]=ye)},Oe=ye=>ie(`${ye.year}-${(ye.month+1).toString().padStart(2,"0")}-${ye.day.toString().padStart(2,"0")}`),Ke=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let c1=!1,d1=!1,Te=!1,Je=!1,r1=[],n1=0;const me=(ye,oe)=>{if(fe){n1=0,r1.push(ye);for(let be=0;be<Ee.value.length;be++)Ee.value[be].type==="current"&&(n1+=1);r1.length-1===n1?_e=r1[0]:_e=ye}else r1=[];if(ce&&_e&&!oe&&fe&&Array.from(Ke.value).forEach((be,re)=>{c1=Oe(Ee.value[re]).isSame(Oe(_e)),d1=Oe(_e).isAfter(Oe(ce)),Te=Oe(_e).isBefore(Oe(ce)),Je=Oe(Ee.value[re]).isBetween(Oe(ce),Oe(_e)),Oe(Ee.value[re]).isSame(Oe(ce))?(be.classList.toggle(Ie,Te),be.classList.toggle(Me,d1)):D.length===1&&(c1?(be.classList.toggle(Ae,c1),be.classList.toggle(Ie,d1),be.classList.toggle(Me,Te)):(be.classList.contains(Me)?be.classList.remove(Me):be.classList.remove(Ie),be.classList.toggle("pl-date-picker__background-range",Je&&Ee.value[re].type!=="next"&&Ee.value[re].type!=="previous"),be.classList.toggle(Ae,c1)))}),ce&&_e&&oe)return Oe(ye).isBetween(Oe(ce),Oe(_e))};return n({clearDate:()=>{L.value=""}}),e.watch(_,()=>{Ee.value=ge()}),(ye,oe)=>{const be=e0,re=t3,X=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(Wi,{modelValue:L.value,"onUpdate:modelValue":oe[0]||(oe[0]=se=>L.value=se),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:v,onBlur:S},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(r),alt:"date-picker icon"},null,8,sQ)],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:K,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${u.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",aQ,[e.createElementVNode("div",cQ,[e.createElementVNode("div",dQ,[uQ,e.withDirectives(e.createVNode(be,{id:"date-mask",modelValue:w.value,"onUpdate:modelValue":oe[1]||(oe[1]=se=>w.value=se),placeholder:"ДД.ММ.ГГГГ",onInput:v,onBlur:oe[2]||(oe[2]=se=>T(!0)),onClick:ae},null,8,["modelValue"]),[[X,"##.##.####"]])]),e.createElementVNode("div",fQ,[pQ,e.withDirectives(e.createVNode(be,{id:"date-mask",modelValue:x.value,"onUpdate:modelValue":oe[3]||(oe[3]=se=>x.value=se),placeholder:"ДД.ММ.ГГГГ",onInput:oe[4]||(oe[4]=se=>v(se,!0)),onBlur:oe[5]||(oe[5]=se=>T(!1)),onClick:ae},null,8,["modelValue"]),[[X,"##.##.####"]])])]),e.createElementVNode("div",hQ,[e.createElementVNode("div",CQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:Q}),e.createElementVNode("span",gQ,e.toDisplayString(B(_.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:G})]),e.createElementVNode("div",mQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:P}),e.createElementVNode("span",_Q,e.toDisplayString(B(_.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:j})])])]),e.createElementVNode("div",MQ,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(E,(se,ve)=>e.createElementVNode("div",{key:ve,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(se),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Ee.value,(se,ve)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ve}`,class:e.normalizeClass(["pl-date-picker__day-item",se.type!=="previous"&&se.type!=="next"?F(se):"",{"pl-date-picker__day-item_disabled":se.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":z(se)&&se.type==="current"},{"pl-date-picker__background-range":se.type!=="previous"&&se.type!=="next"?me(se,!0):""}]),onClick:ee=>se.type!=="previous"&&se.type!=="next"?$e(se):"",onMousemove:ee=>se.type!=="previous"&&se.type!=="next"?me(se,!1):""},[e.createElementVNode("div",wQ,e.toDisplayString(se.type!=="previous"&&se.type!=="next"?se.day:""),1)],42,yQ))),128))]),e.createElementVNode("div",NQ,[e.createVNode(re,{size:"medium",type:"secondary",onClick:W},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(re,{size:"medium",onClick:pe},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,iQ)}}},[["__scopeId","data-v-ac56b7a7"]]),DQ={install(t){t.component("PlDatePicker",SU),t.component("PlDatePickerRange",bQ)}},BCe="",ACe="",PCe="";var Ki={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 HCe="",kQ=["id"],LQ=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}){ie.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=Ac;return e.openBlock(),e.createElementBlock("div",{id:d.value,style:{width:"100%"}},[e.createVNode(e.unref(z4),{locale:e.unref(Ki)},{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,kQ)}}}),UCe="",xQ=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}){ie.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=Ac;return e.openBlock(),e.createBlock(e.unref(z4),{locale:e.unref(Ki)},{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"])}}}),EQ={install(t){t.component("PlDatePickerLegacy",LQ),t.component("PlDatePickerRangeLegacy",xQ)}},Ji=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`},t0=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(Ee=>({68055948:_.value,"36ff6600":M.value,"670bd544":Ee.offsetRight,"621bb24a":T.value,"7144d6da":k.value,"0dd93f45":D.value,"226d8861":N.value,"62ab6b49":L.value}));const r=t,i=o,s=t2(),{width:c}=St(),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)),_=e.computed(()=>Yd(r.height)),g=e.ref(),m=e.ref(),y=e.ref(0),w=e.ref(0),x=e.ref(),E=e.ref(),D=e.computed(()=>{const Ee=`${100/x.value*y.value}%`;return Ee==="100%"?"0%":Ee}),L=e.computed(()=>{const Ee=`${100/E.value*w.value}%`;return Ee==="100%"?"0%":Ee}),k=e.ref("0%"),N=e.ref("0%"),v=e.ref(""),T=e.computed(()=>d.value?"3px":"6px"),S=({scrollY:Ee=0,grabY:$e=0}={})=>{var Oe;const He=Ee||((Oe=g==null?void 0:g.value)==null?void 0:Oe.scrollTop)||0;k.value=`${100/x.value*(He+$e)}%`},O=({scrollX:Ee=0,grabX:$e=0}={})=>{var Oe;const He=Ee||((Oe=g==null?void 0:g.value)==null?void 0:Oe.scrollLeft)||0;N.value=`${100/E.value*(He+$e)}%`},B=e.ref(),V=()=>{clearTimeout(B.value),B.value=setTimeout(()=>{p.value=!1,d.value&&(v.value="")},2e3)},Q=Ee=>{const $e=Ee.target.scrollTop;S({scrollY:$e});const He=Ee.target.scrollLeft;O({scrollX:He}),i("scroll",Ee),d.value&&(p.value=!0,V())},G=Ee=>{i("wheel",Ee)},P=e.ref(0),j=(Ee="")=>{document.querySelectorAll("#pl-scrollbar").forEach(He=>{[...He.classList].includes(s)||(Ee==="add"?He.children[0].classList.add("hidden"):He.children[0].classList.remove("hidden"))})},U=(Ee,$e)=>{$e.stopPropagation(),clearTimeout(B.value),d.value&&(v.value=Ee,j("add"));const He=Te=>{var n1,me,Be,ye;z("none");const Je=d.value?Te.changedTouches[0]:Te,r1=Ee==="x"?Je.pageX:Je.pageY;if(!P.value)P.value=r1;else{const oe=r1-P.value;if(P.value=r1,oe===0)return;if(Ee==="y"){const be=x.value/y.value*oe,re=(((n1=g.value)==null?void 0:n1.scrollTop)||0)+be;(me=g.value)==null||me.scrollTo({top:re})}else{const be=E.value/w.value*oe,re=(((Be=g.value)==null?void 0:Be.scrollLeft)||0)+be;(ye=g.value)==null||ye.scrollTo({left:re})}}},Oe=()=>{j(),z(""),P.value=0,document[Ke]=null,document[c1]=null,d.value&&(v.value="",V())},Ke=d.value?"ontouchmove":"onmousemove";document[Ke]=Te=>{He(Te)};const c1=d.value?"ontouchend":"onmouseup";document[c1]=Oe;const d1=new Event(d.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(d1)},z=Ee=>{const $e=document.querySelector("body");$e.style.userSelect=Ee},F=()=>{var Ee,$e;x.value=(Ee=m.value)==null?void 0:Ee.scrollHeight,E.value=($e=m.value)==null?void 0:$e.scrollWidth},W=()=>{var Ee,$e;y.value=((Ee=g.value)==null?void 0:Ee.offsetHeight)||0,w.value=(($e=g.value)==null?void 0:$e.offsetWidth)||0},H=e.computed(()=>y.value<x.value&&p.value),K=e.computed(()=>w.value<E.value&&p.value),ae=(Ee,$e)=>{var He,Oe;if(!(d.value||Ee.target.closest(".pl-scrollbar__thumb")))if($e==="y"){if(!H.value)return;const Ke=Ee.clientY,c1=x.value/y.value*Ke-y.value/2;(He=g.value)==null||He.scrollTo({top:c1})}else{if(!K.value)return;const Ke=Ee.clientX,c1=E.value/w.value*Ke-w.value/2;(Oe=g.value)==null||Oe.scrollTo({left:c1})}},pe=()=>{d.value||(p.value=!0)},ge=()=>{d.value||(p.value=!1)},fe=e.computed(()=>d.value?"touchstart":"mousedown"),ce=Fl(g),_e=Fl(m);return e.watch(()=>ce,()=>{W()},{deep:!0,immediate:!0}),e.watch(()=>_e,()=>{F()},{deep:!0,immediate:!0}),e.watch(D,()=>{S()}),e.watch(L,()=>{O()}),n({setScrollTop:Ee=>{g.value&&g.value.scrollTo({top:Ee})},setScrollLeft:Ee=>{g.value&&g.value.scrollTo({left:Ee})},scrollTo:Ee=>{g.value&&g.value.scrollTo(Ee)}}),(Ee,$e)=>{const He=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:pe,onMouseleave:ge},[e.createElementVNode("div",{ref_key:"scrollBar",ref:g,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(u)]),onScroll:Q,onWheel:G},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:m,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Ee.$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:H.value},{drag:v.value==="y"},{"with-hover":!d.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(fe.value)]:$e[0]||($e[0]=Oe=>U("y",Oe))}),null,16)],2)),[[He,Oe=>ae(Oe,"y")]]),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:K.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(fe.value)]:$e[1]||($e[1]=Oe=>U("x",Oe))}),null,16)],2)),[[He,Oe=>ae(Oe,"x")]])],34)}}}),YCe="",vQ={class:"w-100"},SQ=["id"],$Q={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},TQ={class:"d-flex gap-3"},Xi=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(V=>({dc0a5dd8:N.value,"420f2f98":k.value}));const r=t,i=o,s=e.computed({get:()=>r.modelValue,set:V=>i("update:modelValue",V)}),{padding:c,headerPadding:d,loading:u}=e.toRefs(r),{height:f,width:C}=St(),p=e.computed(()=>r.modalOnMobile?!0:C.value>730),M=e.computed(()=>p.value?r.slide:!1),_=e.computed(()=>p.value?r.widthThis:"100%"),g=e.computed(()=>!p.value),m=e.ref(!1);Y1(window,"mousedown",V=>{const Q=V.target;m.value=!!(Q.classList.contains("el-loading-mask")||Q.classList.contains("pl-chat-popup")||Q.closest(".pl-chat-popup")||Q.closest(".logout-dialog-background"))});const y=t2(),w=()=>{s.value=!1,i("changeVisibleModalValue",!0)},x=()=>{k.value="100%",N.value="0.380s",setTimeout(()=>{w()},380)},E=(V=null)=>{var G;let Q;V&&(Q=(G=V.target.closest("[id]"))==null?void 0:G.id),!(Q&&Q!==y)&&(m.value||(p.value?w():x()))},D=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(_.value)?_.value:`${_.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"})),L=e.ref(0),k=e.ref("100%"),N=e.ref("0.26s"),v=V=>{var P;const Q=(P=(V==null?void 0:V.target).closest("[id]"))==null?void 0:P.id;if(!r.showGrabber||Q&&Q!==y)return;const G=j=>{if(N.value="0s",!L.value)L.value=j.changedTouches[0].pageY;else{const U=j.changedTouches[0].pageY-L.value;U>=0&&(k.value=`${U}px`)}};document.ontouchmove=j=>{j.target.closest(".dialog-scroll")||(G(j),document.ontouchend=z=>{N.value="0.38s",document.ontouchmove=null,document.ontouchend=null,z.changedTouches[0].pageY-L.value>80?E():k.value="0%"})}},T=e.ref(document.querySelector(`.header-${y}`)),S=e.computed(()=>{var j,U;const V=((j=T.value)==null?void 0:j.offsetHeight)||0,Q=f.value-V,G=64,P=((U=T.value)==null?void 0:U.offsetTop)||0;return M.value?`${f.value-P-V}px`:`${Q-G-40}px`}),O=e.ref();return n({scrollTop:()=>O.value.setScrollTop(0),closeModalOnMobile:x}),e.watch(()=>r.modelValue,V=>{V?setTimeout(()=>{k.value="0%",T.value=document.querySelector(`.header-${y}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(V,Q)=>{const G=Ji,P=t3,j=e.resolveDirective("tap"),U=Ul;return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:V.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(D.value),class:e.normalizeClass([V.customClass,"justify-content-end",{"modal-with-custom":V.contentCustomClass},g.value?"mx-4":"",r.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",vQ,[e.createElementVNode("div",{id:e.unref(y),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":V.simple?"align-self-start ":g.value?"my-16":"mt-16 mx-auto",{"with-grabber":V.showGrabber}]]),onTouchstart:v},[e.createElementVNode("div",$Q,[V.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(y)}`])},[e.createVNode(G,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"header",{},()=>[e.createTextVNode("Уведомление")])]),_:3}),e.createElementVNode("div",TQ,[e.renderSlot(V.$slots,"headerBtns"),V.showClose?e.withDirectives((e.openBlock(),e.createBlock(P,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[j,E]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(t0,{ref_key:"dialogScroll",ref:O,"max-height":S.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",V.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,SQ)]),e.createElementVNode("div",{class:e.normalizeClass(V.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[U,e.unref(u)]])],8,["disabled"])}}}),RCe="",es=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()})(x1,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 _=this.quarter()-1;return M?this.month(3*_).startOf(o).startOf("day"):this.month(3*_+2).endOf(o).endOf("day")}return u.bind(this)(f,C)}}})})(Rd);var jQ=Rd.exports;const Fd=et(jQ),ts=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],ns=t=>ie().date()===t.day&&ie().month()===t.month&&ie().year()===t.year,os=(t,n)=>{const o=`${t.year}-${t.month+1}-${t.day}`;return n(o)},$t=t=>ie(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),r3=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"&&!os(t,n),Dn=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]},OQ=["id"],VQ={class:"d-flex"},IQ={class:"pl-date-picker-range__calendar"},zQ={class:"pl-date-picker-range__switcher"},BQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},AQ={class:"pl-date-picker-range__switcher-text"},PQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},HQ={class:"pl-date-picker-range__days-container"},ZQ=["onMouseenter"],UQ=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}=St();ie.locale("ru"),ie.extend(Gi),ie.extend(qi),ie.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.isOpen,set:j=>c("update:isOpen",j)}),u=e.computed({get:()=>s.dateValue,set:j=>{c("update:dateValue",j)}}),f=e.computed({get:()=>s.modelValue,set:j=>c("update:modelValue",j)});e.watch(f,j=>{ie(j,"YYYY-MM-DD",!0).isValid()?(u.value=ie(j,"YYYY-MM-DD").format("DD.MM.YYYY"),L.value=ie(f.value,"YYYY-MM-DD")):u.value=""});const C=e.ref(!1);Rl&&e.nextTick(()=>{var z,F;const j=((z=document.getElementById("pl-scrollbar"))==null?void 0:z.getElementsByClassName("pl-scrollbar__wrap")[0])||((F=document.querySelector('[role="dialog"]'))==null?void 0:F.parentElement),U=yd(s.inputElement);if(e.watch(()=>U.value,()=>{C.value=U.value}),j&&j.contains(document.getElementById(s.idProp))){const{height:W,width:H}=Fl(j),{isScrolling:K,y:ae}=ao(j);e.watch(()=>[W.value,H.value,K.value],()=>{w()}),e.watch(()=>ae.value,()=>{U.value&&(V.value=ae.value)})}}),e.onMounted(()=>{ie(f.value,"YYYY-MM-DD",!0).isValid()?u.value=ie(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):u.value=""});const p=j=>$t(j).format("YYYY-MM-DD")===s.modelValue,M=()=>{L.value=k.value,u.value=k.value.format("DD.MM.YYYY"),c("update:modelValue",L.value.format("YYYY-MM-DD")),r.value>730?d.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)},{isScrolling:_}=ao(window);e.watch(()=>[i.value,r.value,_.value],()=>{w()});const g=e.ref(0),m=e.ref(0),y=e.computed(()=>`top: ${g.value-V.value}px; left: ${m.value}px`),w=()=>{if(s.mobile||!C.value||!d.value)return;const j=document.getElementById(s.idProp),U=j.getBoundingClientRect(),z=j.querySelector(".pl-input__label-container"),F=j.querySelector(".pl-input__helpertext"),W=z?z.offsetHeight:0,H=F?F.offsetHeight:0;g.value=U.y+U.height+window.scrollY+4-H,m.value=U.x,e.nextTick(()=>{const K=document.getElementById(`${s.idProp}-popup`);if(!K)return;const ae=K.getBoundingClientRect();m.value=U.x-(ae.width-U.width)/2,ae.bottom>i.value+V.value?g.value=g.value-ae.height-U.height-8+H+W:g.value=U.y+U.height+window.scrollY+4-H+V.value;const pe=window.innerWidth-ae.right;e.nextTick(()=>{const fe=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();pe<0?m.value=U.x-ae.width+U.width:fe.left<0&&(m.value=U.x)})})},x=()=>{d.value=!0},E=j=>os(j,s.disabledDate),D=j=>Jd(j,s.disabledDate),L=e.ref(ie()),k=e.ref(ie()),N=e.ref(ie()),v=()=>{ie(u.value,"DD.MM.YYYY",!0).isValid()||(u.value="",c("update:modelValue",""))},T=()=>{L.value=Wd(L.value)},S=()=>{L.value=Gd(L.value)},O=()=>{L.value=qd(L.value)},B=()=>{L.value=Kd(L.value)},V=e.ref(0);e.watch(d,()=>{ie(f.value,"YYYY-MM-DD",!0).isValid()?L.value=ie(f.value,"YYYY-MM-DD"):L.value=N.value,e.nextTick(()=>{w()})});const Q=e.ref(Dn(L.value)),G=e.ref(Dn(L.value.add(1,"month"))),P=j=>{D(j)&&(k.value=$t(j),M())};return n({openPopup:x,checkInput:v}),e.watch(L,()=>{Q.value=Dn(L.value),G.value=Dn(L.value.add(1,"month"))}),(j,U)=>{const z=C1,F=es,W=bn,H=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:`${j.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(y.value)},[e.createElementVNode("div",VQ,[e.createElementVNode("div",IQ,[e.createElementVNode("div",zQ,[e.createElementVNode("div",BQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[H,O]]):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)),[[H,T]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",AQ,[e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(L.value.format("MMMM"))),1)]),_:1}),e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(L.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",PQ,[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)),[[H,S]]):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)),[[H,B]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",HQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(K,ae)=>(e.openBlock(),e.createElementBlock("div",{key:ae,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(K),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Q.value,(K,ae)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ae}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",D(K),{"pl-date-picker-range__days_disabled":E(K)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||u.value)&&p(K)&&K.type==="current"&&!E(K)},{"pl-date-picker-range-cursor-default":K.type==="previous"||K.type==="next"}]),onMouseenter:pe=>D(K)},[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(ns)(K)&&D(K)}])},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(K.type!=="previous"&&K.type!=="next"?K.day:""),1)]),_:2},1024)],2)],42,ZQ)),[[H,()=>P(K)]])),128))])])])],12,OQ)):e.createCommentVNode("",!0)]),_:1})}}}),FCe="",Xd=vt(UQ,[["__scopeId","data-v-489dbd2f"]]),QQ=["id"],YQ=e.defineComponent({__name:"pl-date-picker-plus",props:{modelValue:{default:null},width:{default:"100%"},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-${t2()}`,{width:i}=St(),s=t,c=e.ref(null),d=e.ref();wn(c,()=>{i.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[d]});const u=o,f=e.computed({get:()=>s.modelValue,set:L=>{u("change",L),u("update:modelValue",L)}}),C=e.ref(""),p=e.ref(!1),M=e.ref(!1),_=e.ref(),g=e.ref();e.watch(()=>M.value,(L,k)=>{k&&!L&&(g.value.blurInput(!0),u("blur"))}),e.watch(()=>C.value,L=>{ie(L,"DD.MM.YYYY",!0).isValid()&&(u("update:modelValue",ie(L,"DD.MM.YYYY",!0).format("YYYY-MM-DD")),u("change",L))}),e.watch(()=>p.value,(L,k)=>{k&&!L&&(g.value.blurInput(!0),u("blur"))});const m=()=>{g.value.blurInput(!0),f.value=null,setTimeout(()=>{y(),i.value>730&&g.value.focusInput()},100)},y=()=>{if(d.value&&!s.disabled)return d.value.openPopup()},w=()=>{d.value&&e.nextTick(()=>{d.value.checkInput()})},x=()=>{p.value=!1},E=()=>{_.value.closeModalOnMobile()},D=(L=!1)=>{u("changeOpen",L)};return n({openPopup:y}),(L,k)=>{const N=e0,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}`)},[L.showInput?e.withDirectives((e.openBlock(),e.createBlock(N,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=T=>C.value=T),prop:L.prop,label:L.label,optional:L.optional,placeholder:L.placeholder,helpertext:L.helpertext,tooltip:L.tooltip,width:L.width,clearable:L.clearable,disabled:L.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:k[1]||(k[1]=()=>{y()}),onKeydown:e.withKeys(x,["tab"]),onCustomBlur:w,onResetValue:m,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(Xi,{key:1,ref_key:"pickerDialog",ref:_,modelValue:M.value,"onUpdate:modelValue":k[6]||(k[6]=T=>M.value=T),"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]=T=>f.value=T),isOpen:M.value,"onUpdate:isOpen":k[4]||(k[4]=T=>M.value=T),dateValue:C.value,"onUpdate:dateValue":k[5]||(k[5]=T=>C.value=T),"month-switch":L.monthSwitch,"year-switch":L.yearSwitch,"input-element":g.value,mobile:"","disabled-date":L.disabledDate,onClosePickerOnMobile:E},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]=T=>f.value=T),isOpen:p.value,"onUpdate:isOpen":k[8]||(k[8]=T=>p.value=T),dateValue:C.value,"onUpdate:dateValue":k[9]||(k[9]=T=>C.value=T),"month-switch":L.monthSwitch,"year-switch":L.yearSwitch,"disabled-date":L.disabledDate,"input-element":g.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:D},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,QQ)}}}),WCe="",RQ=["id"],FQ={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},WQ={class:"pl-date-picker-range__calendar"},GQ={class:"pl-date-picker-range__switcher"},qQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},KQ={class:"pl-date-picker-range__switcher-text"},JQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},XQ={class:"pl-date-picker-range__days-container"},eY=["onMouseenter"],tY={key:0,class:"pl-date-picker-range__calendar"},nY={class:"pl-date-picker-range__switcher"},oY={class:"pl-date-picker-range__switcher-text"},rY={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},lY={class:"pl-date-picker-range__days-container"},iY=["onMouseenter"],l3="pl-date-picker-range__days_month-range-left",pr="pl-date-picker-range__days_month-range-right",eu="pl-date-picker-range__days_month-circle",sY=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}=St();ie.locale("ru"),ie.extend(Gi),ie.extend(qi),ie.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}=ao(window);e.watch(()=>[i.value,r.value,C.value],()=>{g()});const p=e.ref(0),M=e.ref(0),_=e.computed(()=>`top: ${p.value-ae.value}px; left: ${M.value}px`),g=()=>{if(s.mobile||!O.value||!u.value)return;const oe=document.getElementById(s.idProp),be=oe.getBoundingClientRect(),re=oe.querySelector(".pl-input__label-container"),X=oe.querySelector(".pl-input__helpertext"),se=re?re.offsetHeight:0,ve=X?X.offsetHeight:0;p.value=be.y+be.height+window.scrollY+4-ve,M.value=be.x,e.nextTick(()=>{const ee=document.getElementById(`${s.idProp}-popup`);if(!ee)return;const he=ee.getBoundingClientRect();M.value=be.x-(he.width-be.width)/2,he.bottom>i.value+ae.value?p.value=p.value-he.height-be.height-8+ve+se:p.value=be.y+be.height+window.scrollY+4-ve+ae.value;const Y=window.innerWidth-he.right;e.nextTick(()=>{const J=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();Y<0?M.value=be.x-he.width+be.width:J.left<0&&(M.value=be.x)})})},m=()=>{u.value=!0},y=oe=>oe.includes(" – ")?ie(oe.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&ie(oe.split(" – ")[1],"DD.MM.YYYY",!0).isValid():ie(oe,"DD.MM.YYYY",!0).isValid(),w=[{label:"Сегодня",key:"today",value:[ie(),ie()]},{label:"Вчера",key:"yesterday",value:[ie().subtract(1,"d"),ie().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[ie().subtract(29,"d"),ie()]},{label:"Текущий квартал",key:"currentQuarter",value:[ie().startOf("quarter"),ie().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[ie().startOf("month"),ie().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[ie().startOf("year"),ie().endOf("year")]}],x=oe=>{s.disabledDate(ie(oe[0]).format("YYYY-MM-DD"))||s.disabledDate(ie(oe[1]).format("YYYY-MM-DD"))||(S.value=oe,V(S.value),k.value=S.value[0],r.value>730?u.value=!1:c("closePickerOnMobile"))},E=oe=>!ge&&S.value.length&&ie(oe[0]).format("YYYY-MM-DD")===ie(S.value[0]).format("YYYY-MM-DD")&&ie(oe[1]).format("YYYY-MM-DD")===ie(S.value[1]).format("YYYY-MM-DD"),D=oe=>os(oe,s.disabledDate),L=oe=>Jd(oe,s.disabledDate),k=e.ref(ie()),N=e.ref(ie()),v=e.ref(ie()),T=e.ref(ie()),S=e.ref([]);e.watch(d,oe=>{oe&&oe.length===2&&B(oe)});const O=e.ref(!1);e.nextTick(()=>{var re,X;const oe=((re=document.getElementById("pl-scrollbar"))==null?void 0:re.getElementsByClassName("pl-scrollbar__wrap")[0])||((X=document.querySelector('[role="dialog"]'))==null?void 0:X.parentElement),be=yd(s.inputElement);if(e.watch(()=>be.value,()=>{O.value=be.value}),oe&&oe.contains(document.getElementById(s.idProp))){const{height:se,width:ve}=Fl(oe),{isScrolling:ee,y:he}=ao(oe);e.watch(()=>[se.value,ve.value,ee.value],()=>{g()}),e.watch(()=>he.value,()=>{be.value&&(ae.value=he.value)})}}),e.onMounted(()=>{d.value&&d.value.length===2&&B(d.value)}),e.watch(f,oe=>{y(oe)?(oe.split(" – ").length===2&&(N.value=ie(oe.split(" – ")[0].split(".").reverse().join("-")),v.value=ie(oe.split(" – ")[1].split(".").reverse().join("-")),S.value=[N.value,v.value],V(S.value),k.value=S.value[0]),N.value.isAfter(v.value)&&(v.value=S.value[0],N.value=S.value[1],S.value=[N.value,v.value],V(S.value))):(v.value=ie(),N.value=ie(),V()),P()});const B=oe=>{if(oe&&oe.length===2){const be=ie(oe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),re=ie(oe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),X=`${be} – ${re}`;y(X)?f.value=X:c("update:modelValue",[])}},V=(oe=[])=>{if(oe.length===2){const be=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")];s.disabledDate(be[0])||s.disabledDate(be[1])||!be[0]||!be[1]?c("update:modelValue",[]):c("update:modelValue",be)}},Q=oe=>{y(oe.target.value)&&(ie(oe.target.value.split(".").reverse().join("-")).isBefore(v.value)&&(N.value=ie(oe.target.value.split(".").reverse().join("-"))),S.value=[N.value,v.value],P())},G=()=>{!y(f.value)&&!u.value&&e.nextTick(()=>{f.value=""})},P=()=>{fe={day:N.value.date(),month:N.value.month(),year:N.value.year()},ce={day:v.value.date(),month:v.value.month(),year:v.value.year()},ye(ce,!1),ge=!1},j=()=>{k.value=Wd(k.value)},U=()=>{k.value=Gd(k.value)},z=()=>{k.value=qd(k.value)},F=()=>{k.value=Kd(k.value)},W=(oe,be)=>be.date()===oe.day&&be.month()===oe.month&&be.year()===oe.year,H=oe=>S.value.length===2?W(oe,N.value)||W(oe,v.value):W(oe,N.value),K=oe=>{const be=v.value.isAfter(N.value),re=v.value.isSame(N.value,"day");if(S.value.length===2){if(!re){if(W(oe,N.value))return be?l3:pr;if(W(oe,v.value))return be?pr:l3}}else return},ae=e.ref(0);e.watch(u,()=>{k.value=T.value,y(f.value)?(v.value=ie(f.value.split(" – ")[1].split(".").reverse().join("-")),N.value=ie(f.value.split(" – ")[0].split(".").reverse().join("-")),S.value=[N.value,v.value]):(v.value=ie(),N.value=ie(),S.value=[]),P(),k.value=N.value,e.nextTick(()=>{g()})});const pe=()=>{k.value=N.value,S.value.length===0||S.value.length===1?T.value=N.value:T.value=v.value,N.value.isAfter(v.value)?f.value=v.value.format("DD.MM.YYYY")+" – "+N.value.format("DD.MM.YYYY"):f.value=N.value.format("DD.MM.YYYY")+" – "+v.value.format("DD.MM.YYYY"),r.value>730?u.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)};let ge,fe,ce;const _e=e.ref(Dn(k.value)),Me=e.ref(Dn(k.value.add(1,"month"))),Ie=oe=>{oe.type!=="previous"&&oe.type!=="next"&&(ge?(v.value=$t(oe),Ae(oe,1),pe()):(N.value=$t(oe),Ae(oe,0)))},Ae=(oe,be)=>{ge=!be,be||(S.value=[],fe=oe,ce=oe),oe.type!=="previous"&&oe.type!=="next"&&(ye(oe,!1),S.value[be]=$t(oe))},Ee=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),$e=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))),Oe=(oe,be)=>$t(oe).isSame($t(be)),Ke=(oe,be)=>$t(oe).isAfter($t(be)),c1=(oe,be)=>$t(oe).isBefore($t(be)),d1=(oe,be,re)=>$t(oe).isBetween($t(be),$t(re));let Te=!1,Je=!1,r1=!1,n1=!1,me=[],Be=0;const ye=(oe,be)=>{if(ge){Be=0,me.push(oe);for(let re=0;re<_e.value.length;re++)_e.value[re].type==="current"&&(Be+=1);for(let re=0;re<Me.value.length;re++)Me.value[re].type==="current"&&(Be+=1);me.length-1===Be?ce=me[0]:ce=oe}else me=[];if(fe&&ce&&!be&&ge){const re=(X,se,ve)=>{const ee=ve?_e.value[se]:Me.value[se];ee&&(Te=Oe(ee,ce),Je=Ke(ce,fe),r1=c1(ce,fe),n1=d1(ee,fe,ce),Oe(ee,fe)?(X.classList.toggle(pr,r1&&!!X.textContent),X.classList.toggle(l3,Je&&!!X.textContent)):S.value.length===1&&(Te?(X.classList.toggle(eu,Te),X.classList.toggle(pr,Je&&!!X.textContent),X.classList.toggle(l3,r1&&!!X.textContent)):(X.classList.contains(l3)?X.classList.remove(l3):X.classList.remove(pr),X.classList.toggle("pl-date-picker-range__days_month-range",n1&&ee.type!=="next"&&ee.type!=="previous"&&!!X.textContent),X.classList.toggle(eu,Te))))};Array.from(Ee.value).forEach((X,se)=>{re(X,se,!0)}),Array.from($e.value).forEach((X,se)=>{re(X,se,!1)})}return fe&&ce&&be?d1(oe,fe,ce):!1};return n({openPopup:m,checkRangeInput:G,startUpdateDate:Q}),e.watch(k,()=>{_e.value=Dn(k.value),Me.value=Dn(k.value.add(1,"month"))}),(oe,be)=>{const re=bn,X=C1,se=es,ve=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[u.value&&O.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${oe.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(_.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",FQ,[(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":E(ee.value)&&y(f.value)}]),onClick:he=>x(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",WQ,[e.createElementVNode("div",GQ,[e.createElementVNode("div",qQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[ve,z]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[ve,j]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",KQ,[e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",JQ,[oe.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[ve,U]]):e.createCommentVNode("",!0),oe.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[ve,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",XQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(ee,he)=>(e.openBlock(),e.createElementBlock("div",{key:he,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(_e.value,(ee,he)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${he}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",L(ee)?K(ee):"",{"pl-date-picker-range__days_disabled":D(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(ge))&&H(ee)&&ee.type==="current"&&!D(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(ge))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?ye(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>L(ee)?ye(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(ns)(ee)&&L(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(ge)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,eY)),[[ve,()=>L(ee)?Ie(ee):""]])),128))])]),oe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",tY,[e.createElementVNode("div",nY,[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",oY,[e.createVNode(se,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",rY,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[ve,U]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[ve,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",lY,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(ee,he)=>(e.openBlock(),e.createElementBlock("div",{key:he,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(Me.value,(ee,he)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${he}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",L(ee)?K(ee):"",{"pl-date-picker-range__days_disabled":D(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(ge))&&H(ee)&&ee.type==="current"&&!D(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(ge))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?ye(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>L(ee)?ye(ee,!1):""},[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(ns)(ee)&&L(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(ge)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,iY)),[[ve,()=>L(ee)?Ie(ee):""]])),128))])]))]))],12,RQ)):e.createCommentVNode("",!0)]),_:1})}}}),GCe="",tu=vt(sY,[["__scopeId","data-v-adb2babc"]]),aY=["id"],cY=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:"100%"},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-${t2()}`,i=e.ref(null),s=e.ref();wn(i,()=>{c.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[s]});const{width:c}=St(),d=t,u=o,f=e.computed({get:()=>d.modelValue,set:N=>u("update:modelValue",N)});e.watch(()=>f.value,N=>{(!N||!N.length)&&(C.value="")});const C=e.ref(""),p=e.ref(!1),M=e.ref(!1),_=e.ref(),g=e.ref();e.watch(()=>M.value,(N,v)=>{v&&!N&&(g.value.blurInput(!0),u("blur"))}),e.watch(()=>p.value,(N,v)=>{v&&!N&&setTimeout(()=>{s.value.checkRangeInput(),g.value.blurInput(!0),u("blur")},100)}),e.watch(()=>C.value,()=>{C.value||u("update:modelValue",[])});const m=()=>{d.focusOnReset||(g.value.blurInput(!0),u("blur")),setTimeout(()=>{y(),c.value>730&&g.value.focusInput()},100)},y=()=>{if(s.value&&!d.disabled)return c.value<=730&&x(),s.value.openPopup()},w=()=>{p.value=!1};function x(){setTimeout(()=>{const N=document.querySelector(".pl-date-picker-range__period-list"),v=N==null?void 0:N.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(v){const T=v.getBoundingClientRect(),S=N==null?void 0:N.clientWidth,O=v.clientWidth,B=(S-O)/2;N==null||N.scrollTo({left:T.left+(N==null?void 0:N.scrollLeft)-B,behavior:"smooth"})}},300)}const E=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),u("blur")})},D=N=>{if(s.value)return s.value.startUpdateDate(N)},L=()=>{_.value.closeModalOnMobile()},k=(N=!1)=>{N&&e.nextTick(()=>{s.value.checkRangeInput()}),u("changeOpen",N)};return n({openPopup:y}),(N,v)=>{const T=e0,S=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}`)},[N.showInput?e.withDirectives((e.openBlock(),e.createBlock(T,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:C.value,"onUpdate:modelValue":v[0]||(v[0]=O=>C.value=O),prop:N.prop,label:N.label,optional:N.optional,placeholder:N.placeholder,helpertext:N.helpertext,tooltip:N.tooltip,width:N.width,clearable:N.clearable,disabled:N.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":d.focusOnReset,onFocus:v[1]||(v[1]=()=>{y()}),onInput:D,onBlur:E,onResetValue:m,onTabHandler:w,onTouchstart:v[2]||(v[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[S,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(c)<=730?(e.openBlock(),e.createBlock(Xi,{key:1,ref_key:"pickerDialog",ref:_,modelValue:M.value,"onUpdate:modelValue":v[6]||(v[6]=O=>M.value=O),"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]=O=>f.value=O),isOpen:M.value,"onUpdate:isOpen":v[4]||(v[4]=O=>M.value=O),dateValue:C.value,"onUpdate:dateValue":v[5]||(v[5]=O=>C.value=O),periods:N.periods,"period-options":N.periodOptions,"month-switch":N.monthSwitch,"year-switch":N.yearSwitch,"input-element":g.value,mobile:"","disabled-date":N.disabledDate,onClosePickerOnMobile:L},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]=O=>f.value=O),isOpen:p.value,"onUpdate:isOpen":v[8]||(v[8]=O=>p.value=O),dateValue:C.value,"onUpdate:dateValue":v[9]||(v[9]=O=>C.value=O),periods:N.periods,"period-options":N.periodOptions,"month-switch":N.monthSwitch,"year-switch":N.yearSwitch,"disabled-date":N.disabledDate,"focus-on-reset":d.focusOnReset,"input-element":g.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,aY)}}}),qCe="",dY={install(t){t.component("PlDatePickerPlus",YQ),t.component("PlDatePickerRangePlus",cY)}},uY={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},fY=[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 pY(t,n){return e.openBlock(),e.createElementBlock("svg",uY,[...fY])}const hY={render:pY},CY=["id"],gY={class:"pl-dialog-plus-header_icon-block"},mY={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},_Y={key:0,class:"w-100","data-testid":"dialog-title"},MY={class:"pl-dialog-plus-button-container"},yY=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"},loading:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:o}){e.useCssVars(B=>({"4fbffef2":M.value,"3bb09938":E.value,"7773c8f9":m.value,"30ee6fd9":g.value,"169d9fbe":C.value,ce2f4cf2:_.value}));const r=e.useSlots(),{width:i}=St(),s=e.computed(()=>i.value<=730),c=t2(),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),_=e.ref("");e.onMounted(()=>{u.type==="side"&&(M.value="518px"),_.value="-"+M.value});const g=e.ref("calc(100% + 12px)"),m=e.ref("0.26s"),y=e.ref(0),w=e.ref(""),x=e.ref("100%"),E=e.ref("0px");r.footer?E.value="24px":E.value="0px";const D=()=>{var Q,G,P,j,U;(Q=document.getElementById(c))==null||Q.scrollTo({top:0}),g.value="0";const B=(P=(G=document.getElementById(c))==null?void 0:G.querySelector(".pl-dialog-plus-header"))==null?void 0:P.getBoundingClientRect().height;let V=(U=(j=document.getElementById(c))==null?void 0:j.querySelector(".pl-dialog-plus-footer"))==null?void 0:U.getBoundingClientRect().height;V=V||-24,d.value&&d.value.scrollTo({top:0}),s.value?(V=V===-24?-48:V,x.value=`calc(100dvh - 145px - ${B}px - ${V}px)`):u.innerScroll?(V=V===-24?-24:64,x.value=`calc(100dvh - 200px - ${B}px - ${V}px)`):u.type==="side"?x.value=`calc(100dvh - 48px - ${B}px - ${V}px)`:x.value="fit-content"},L=()=>{s.value?w.value="":u.type==="side"?w.value="pl-dialog-plus-right-slide":w.value="pl-dialog-plus-fade",u.modelValue&&D()};L(),e.watch(()=>s.value,()=>{L()});const k=()=>{if(!u.closeOnOverlay)return;const B=V=>{if(m.value="0s",!y.value)y.value=V.changedTouches[0].pageY;else{const Q=V.changedTouches[0].pageY-y.value;Q>=0&&(g.value=`${Q}px`)}};document.ontouchmove=V=>{B(V),document.ontouchend=Q=>{m.value="0.38s",document.ontouchmove=null,document.ontouchend=null,Q.changedTouches[0].pageY-y.value>80?S():g.value="0%"}}},N=e.ref([]),v=()=>{setTimeout(()=>{N.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach(V=>{const Q=V.computedStyleMap().get("display");V.classList.remove("dark-overlay"),(Q==null?void 0:Q.value)==="block"&&N.value.push(V)}),N.value.length?(N.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)};e.watch(()=>u.modelValue,B=>{B||(g.value="calc(100% + 12px)",m.value="0.380s"),e.nextTick(()=>{v(),B&&D()})});const T=o,S=()=>{u.beforeClose(),T("update:modelValue",!1),T("close-modal")},O=B=>{if(!u.closeOnOverlay)return;const V=B.target;V===B.currentTarget&&(B.clientX>=V.clientWidth||B.clientY>=V.clientHeight)||S()};return n({closeModal:S}),(B,V)=>{const Q=C1,G=Ji,P=bn,j=t3,U=t0,z=e.resolveDirective("tap"),F=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:B.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:e.withModifiers(O,["self"])},[e.createVNode(e.Transition,{name:w.value},{default:e.withCtx(()=>[u.modelValue?e.withDirectives((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:k},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:k},[e.createElementVNode("div",gY,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(hY)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:C.value})},null,8,["style"])),e.createVNode(Q,{name:p.value,color:f.value},null,8,["name","color"])])],32)):u.type==="illustration"?(e.openBlock(),e.createElementBlock("div",mY,[e.renderSlot(B.$slots,"header",{onTouchstart:k})])):(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:k},[u.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[u.title?(e.openBlock(),e.createElementBlock("div",_Y,[e.createVNode(G,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.title),1)]),_:1}),u.subTitle?(e.openBlock(),e.createBlock(P,{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",MY,[e.renderSlot(B.$slots,"headerBtns"),u.showClose?e.withDirectives((e.openBlock(),e.createBlock(j,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[z,S]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)),s.value?(e.openBlock(),e.createBlock(U,{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":x.value}),"max-height":`${u.innerScroll?x.value:"fit-content"}`,"offset-right":"4px","view-class":B.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(B.$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(U,{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":x.value}),"max-height":`${u.innerScroll?x.value:"fit-content"}`,"view-class":u.type==="side"?"p-6":B.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(B.$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":!B.$slots.footer}])},[e.renderSlot(B.$slots,"default")],2))],64)),B.$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(B.$slots,"footer")],2)):e.createCommentVNode("",!0)],2)),[[F,u.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])],40,CY),[[e.vShow,u.modelValue]])]),_:3})],8,["disabled"])}}}),JCe="",wY={install(t){t.component("PlDialog",Xi),t.component("PlDialogPlus",yY)}},NY=e.defineComponent({__name:"pl-form",props:{model:{},rules:{default:()=>({})},modelErrorsState:{default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:o}){gn.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,N,v=null)=>{for(let T in k)if(k[T]&&typeof k[T]=="object"&&!Array.isArray(k[T]))if(v){const S=N.indexOf(v);N.push(N[S]+"."+T),f(k[T],N,N[S]+"."+T)}else N.push(T),f(k[T],N,T);else if(v){const S=N.indexOf(v);S===-1?N.push(v+"."+T):N[S]+="."+T}else N.push(T)},C=(k,N,v,T=!1)=>new Promise((S,O)=>{if(N.includes(".")){const B=N.slice(0,N.indexOf(".")),V=N.slice(N.indexOf(".")+1);v?C(B,V,v[B],T).then(S).catch(O):T||S({})}else{const B={...v};S(T?B[N]?B[N].filter(V=>V.validator||typeof V.validator>"u"):[]:B[N])}}),p=e.ref({}),M=k=>new Promise((N,v)=>{const T=new gn(p.value),S={};f(i.value,u);try{const O=u.map(async B=>{S[B]=await C(B,B,i.value)});Promise.all(O).then(()=>{T.validate(S,B=>{if(B){d.value=B,k==null||k(!1,d.value),v();return}d.value=[],u=[],k==null||k(!0,d.value),N()})})}catch(O){throw new Error(O)}}),_=async k=>{if(!(k in p.value))return;const N={},v={};v[k]=await C(k,k,i.value),N[k]=p.value[k],new gn(N).validate(v,S=>{d.value=d.value.filter(O=>O.field!==k),S&&(d.value=d.value.concat(S))})},g=(k=[])=>{Array.isArray(k)&&k.length>0?k.forEach(N=>{d.value=d.value.filter(v=>v.field!==N)}):Array.isArray(k)?d.value=[]:d.value=d.value.filter(N=>N.field!==k)},m=(k=[])=>{if(Array.isArray(k)&&k.length>0)k.forEach(N=>{g([N]),typeof i.value[N]=="string"?i.value[N]="":(typeof i.value[N]=="number"||typeof i.value[N]=="object")&&(i.value[N]=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{g(k);for(let N in s.value)typeof i.value[N]=="string"?i.value[N]="":(typeof i.value[N]=="number"||typeof i.value[N]=="object")&&(i.value[N]=null)}},y=e.ref(null),w=e.ref([]),x=e.ref([]),E=async()=>{var N;const k=y.value;x.value=[],p.value={};for(let v=0;v<k.length;v++){const T=k[v],S=T.disabled,O=(N=T.attributes.prop)==null?void 0:N.value;x.value.push(O),O&&!S&&(p.value[O]=await C(O,O,s.value,!0));const B=()=>{setTimeout(()=>{e.nextTick(()=>{_(O)})},10)};O&&p.value[O]&&!T.attributes.triggered&&p.value[O].forEach(V=>{V.trigger?V.trigger.replace(/\s/g,"").split(",").forEach(G=>{T.addEventListener(G,B),w.value.push({element:T,trigger:G,callBack:B})}):["blur","change","input"].forEach(G=>{T.addEventListener(G,B),w.value.push({element:T,trigger:G,callBack:B})}),T.attributes.triggered=!0})}},D=()=>{w.value.forEach(k=>{k.element.removeEventListener(k.trigger,k.callback)})},L=()=>{D(),E()};return e.watch(()=>s.value,()=>{L()},{deep:!0}),e.onMounted(()=>{const k=y.value,N=new MutationObserver(()=>{L()});N.observe(k,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{D(),N.disconnect()}),E()}),n({validate:M,validateField:_,clearValidate:g,resetFields:m,refreshForm:L}),(k,N)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:y,onSubmit:N[0]||(N[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(k.$slots,"default")],544))}}),bY={install(t){t.component("PlForm",NY)}},DY={install(t){t.component("PlIcon",C1)}},kY={install(t){t.component("PlInput",Wi)}},LY={install(t){t.component("PlInputPlus",e0)}},xY=["href","type","target"],EY=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,xY)],2))}}),XCe="",vY={install(t){t.component("PlLink",EY)}},SY=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)}}),ege="",$Y=vt(SY,[["__scopeId","data-v-734a9673"]]),TY={class:"pl-multitab-container"},jY=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(_=>_.props):M.map(_=>_.props)}),s=n,c=M=>{M.disabled||s("update:modelValue",M.name)},d=e.ref(null),u=async M=>{if(Array.isArray(M)){const _=await Promise.all(M.map(f));return M.filter((g,m)=>_[m])[0]}},f=async M=>{var _;return o.modelValue===((_=M.props)==null?void 0:_.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,_)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",TY,[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,m=>e.withDirectives((e.openBlock(),e.createBlock($Y,{key:m==null?void 0:m.name,label:m==null?void 0:m.label,width:o.tabWidth,active:o.modelValue===(m==null?void 0:m.name),icon:m==null?void 0:m.icon,disabled:m==null?void 0:m.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[g,()=>c(m)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value)))],2)])}}}),tge="",OY=vt(jY,[["__scopeId","data-v-8af5f10b"]]),VY={install(t){t.component("PlMultitab",OY)}},IY={class:e.normalizeClass(["pl-radio-container"])},zY=["id","value","disabled"],BY=["onClick"],AY=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",IY,[(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,class:"pl-radio-input",disabled:o.disabled},null,8,zY),[[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(Fi,{key:0,title:f.label,description:f.description,disabled:o.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)],8,BY)],2))),128))]))}}),nge="",PY={install(t){t.component("PlRadio",AY)}},HY={install(t){t.component("PlScrollbar",t0)}},oge="",rge="",lge="",ige="",sge="",nu=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=Sl;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"])}}}),age="",cge="",ZY={id:"form-select"},UY={class:"pl-tooltip-svg"},QY=["src"],YY={class:"flex item-select"},RY=["src"],FY={__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:m=>{i.value=!1,d("update:modelValue",m)}}),M=e.ref({[s.prop]:u}),_=(m,y,w)=>{d("validate",m,y,w)},g=async()=>{i.value=!1,setTimeout(()=>{c.value.validate()},200)};return e.watch(f,()=>{g()}),(m,y)=>{const w=Li,x=ki,E=R4,D=Y4;return e.openBlock(),e.createElementBlock("div",ZY,[e.createVNode(D,{ref_key:"formSelect",ref:c,"label-position":"top",model:M.value,rules:t.rules,onValidate:_},{default:e.withCtx(()=>[e.createVNode(E,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",UY,[e.createVNode(nu,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(m.$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,QY),e.createVNode(x,{modelValue:p.value,"onUpdate:modelValue":y[0]||(y[0]=L=>p.value=L),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(C),onFocus:y[1]||(y[1]=L=>i.value=!0),onBlur:g,onVisibleChange:y[2]||(y[2]=L=>d("visible-change",L))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,L=>(e.openBlock(),e.createBlock(w,{key:L.value,class:"pl-form-option",label:L.label,value:L.value},{default:e.withCtx(()=>[e.renderSlot(m.$slots,"options-slot",{option:L},()=>[e.createElementVNode("div",YY,[e.createElementVNode("span",null,e.toDisplayString(L.label),1),L.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(r)},null,8,RY)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}},WY={install(t){t.component("PlSelect",FY)}},GY={key:0,class:"pl-select__prefix-container"},qY={class:"pl-select__inner-container"},KY=["id","prop","placeholder","value","disabled","onKeydown"],JY={class:"pl-select__suffix-container"},XY=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",GY,[e.createVNode(C,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",qY,[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,KY)]),e.createElementVNode("div",JY,[!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)}}}),eR={class:"pl-select__inner-container pl-select__inner-container_account"},tR=["id","prop","placeholder","value","disabled","onKeydown"],nR={key:0,class:"pl-select__description","data-testid":"accountNum"},oR={class:"pl-select__suffix-container"},rR={key:0,class:"pl-select__summ","data-testid":"accountSumm"},lR={__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,_;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",eR,[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,tR),(f=o.modelValue)!=null&&f.description&&((C=o.modelValue)==null?void 0:C.summ)!==null?(e.openBlock(),e.createElementBlock("span",nR,e.toDisplayString(e.unref(Id)((p=o.modelValue)==null?void 0:p.description)),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",oR,[(M=o.modelValue)!=null&&M.label?(e.openBlock(),e.createElementBlock("span",rR,e.toDisplayString(e.unref(Kl)((_=o.modelValue)==null?void 0:_.summ)),1)):e.createCommentVNode("",!0),e.createVNode(d,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}},iR=["id"],ou=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=ro,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,iR)):e.createCommentVNode("",!0)]),_:1})}}}),dge="",sR={class:"pl-select__wrapper"},aR=["id"],cR={key:0,class:"pl-select__label-container"},dR={class:"pl-select__label-container-text"},uR={key:0,class:"pl-select__label"},fR={key:1,class:"pl-select__optional"},pR={key:3,class:"pl-select__helpertext-container"},hR={key:0,class:"pl-select__error"},CR={key:1,class:"pl-select__helpertext"},gR=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=>({"91e7fe94":o.width}));const o=t,r=`id-${t2()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(T=>T.field===o.prop),g()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=St().height;e.watch(d,()=>{g()});const{isScrolling:u}=ao(window);e.watch(u,()=>{g()}),e.watch(c,v=>{var T;v?(T=document.getElementById(r))==null||T.focus():E(),e.nextTick(()=>{const S=document.getElementById(`pl-select__select-container-${r}`).getBoundingClientRect().width+"px",O=document.getElementById(`dropdown-${r}`);O&&(O.style.maxWidth=S,o.teleport&&(O.style.zIndex="2013")),g()})});const f=e.ref(),C=e.ref();wn(f,()=>{c.value=!1},{ignore:[C]});const p=e.ref(0),M=e.ref(0),_=e.computed(()=>`top: ${p.value}px; left: ${M.value}px`),g=()=>{if(!c.value)return;const v=document.getElementById(`pl-select__select-container-${r}`),T=v.getBoundingClientRect(),S=v.querySelector(".pl-select__label-container"),O=v.querySelector(".pl-select__helpertext-container"),B=S?S.offsetHeight:-4,V=O?O.offsetHeight:-4;o.teleport?(p.value=T.y+T.height+window.scrollY,M.value=T.x):p.value=T.height-V-4,e.nextTick(()=>{const Q=document.getElementById(`dropdown-${r}`);if(!Q)return;const G=Q.getBoundingClientRect();G.bottom>d.value?o.teleport?p.value=p.value-G.height-(T.height-B):p.value=p.value-G.height-(T.height-B-V):o.teleport?p.value=T.y+T.height+window.scrollY-V-4:p.value=T.height-V-4})},m=()=>{o.disabled||(c.value=!c.value)},y=n,w=()=>{o.disabled||!c.value||e.nextTick(()=>{c.value=!1})},x=e.computed({get:()=>o.modelValue,set:v=>{y("update:modelValue",v)}}),E=()=>{const v=document.getElementById(r);if(v)if("createEvent"in document){const T=document.createEvent("HTMLEvents");T.initEvent("blur",!1,!0),v.dispatchEvent(T)}else v.fireEvent("onblur")};e.watch(x,()=>{const v=document.getElementById(r);if("createEvent"in document){const T=document.createEvent("HTMLEvents");T.initEvent("change",!1,!0),v.dispatchEvent(T)}else v.fireEvent("onchange");y("change")});const D=v=>{v.disabled||(w(),x.value=v.value)},L=()=>{x.value=null},k=e.computed(()=>{var v,T,S,O,B;return o.showDescription&&((v=N.value)!=null&&v.description||(T=N.value)!=null&&T.customDescription)?(S=N.value)!=null&&S.customDescription?(O=N.value)==null?void 0:O.customDescription:(B=N.value)==null?void 0:B.description:!1}),N=e.computed(()=>o.options.filter(v=>v.value===x.value)[0]);return(v,T)=>{const S=n3;return e.openBlock(),e.createElementBlock("div",sR,[e.createElementVNode("div",{id:`pl-select__select-container-${r}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:m},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",cR,[e.createElementVNode("div",dR,[o.label?(e.openBlock(),e.createElementBlock("span",uR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",fR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(S,{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(lR,e.mergeProps({key:1},o,{id:r,focus:c.value,"onUpdate:focus":T[0]||(T[0]=O=>c.value=O),"model-value":N.value,placeholder:o.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(XY,e.mergeProps({key:2},o,{id:r,focus:c.value,"onUpdate:focus":T[1]||(T[1]=O=>c.value=O),"model-value":N.value,"show-description":k.value,"show-error":s.value,onReset:L}),null,16,["focus","model-value","show-description","show-error"])),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",pR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",hR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",CR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,aR),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(ou,{id:r,ref_key:"dropdownRef",ref:C,offsets:_.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":x.value,onSelectValue:D},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(ou,{key:1,id:r,ref_key:"dropdownRef",ref:C,offsets:_.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":x.value,onSelectValue:D},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}}),uge="",mR={install(t){t.component("PlSelectPlus",gR)}},ru=e.defineComponent({__name:"pl-tags",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createBlock(Xl,{class:e.normalizeClass(["pl-tags-container",{"pl-tags-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},8,["class"]))}}),fge="",_R={key:0,class:"pl-multi-select__prefix-container"},MR={class:"pl-multi-select__inner-container"},yR=["id","prop","placeholder","disabled","onKeydown"],wR={class:"pl-multi-select__suffix-container"},NR=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",_R,[e.createVNode(f,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",MR,[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,yR),d.modelValue.length?(e.openBlock(),e.createBlock(ru,{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(ru,{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",wR,[!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)}}}),bR=["id"],DR={key:0,class:"d-flex gap-2 p-2"},kR=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=ro;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(fr,{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",DR,[e.createVNode(t3,{"full-width":"",type:"secondary",size:"small",onClick:u[0]||(u[0]=C=>c("reset"))},{default:e.withCtx(()=>[e.createTextVNode("Сбросить")]),_:1}),e.createVNode(t3,{"full-width":"",size:"small",onClick:i},{default:e.withCtx(()=>[e.createTextVNode("Применить")]),_:1})])):e.createCommentVNode("",!0)],14,bR)):e.createCommentVNode("",!0)]),_:1})}}}),LR={class:"pl-multi-select__wrapper"},xR=["id"],ER={key:0,class:"pl-multi-select__label-container"},vR={class:"pl-multi-select__label-container-text"},SR={key:0,class:"pl-multi-select__label"},$R={key:1,class:"pl-multi-select__optional"},TR={key:1,class:"pl-multi-select__helpertext-container"},jR={key:0,class:"pl-multi-select__error"},OR={key:1,class:"pl-multi-select__helpertext"},VR=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","reset"],setup(t,{emit:n}){e.useCssVars(v=>({"795289ac":o.width}));const o=t,r=`id-${t2()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(T=>T.field===o.prop),x()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=St().height;e.watch(d,()=>{x()});const{isScrolling:u}=ao(window);e.watch(u,()=>{x()});const f=e.ref([]),C=v=>JSON.parse(JSON.stringify(v));e.watch(c,v=>{var T;f.value=C(L.value),v?(T=document.getElementById(r))==null||T.focus():k(),e.nextTick(()=>{const S=document.getElementById(`pl-multi-select__select-container-${r}`).getBoundingClientRect().width+"px",O=document.getElementById(`dropdown-${r}`);O&&(O.style.maxWidth=S),x()})});const p=e.ref(),M=e.ref();wn(p,()=>{c.value&&o.buttons&&(L.value=C(f.value)),c.value=!1},{ignore:[M]});const _=v=>JSON.stringify(v.sort((T,S)=>T.value<S.value?-1:T.value>S.value?1:0)),g=()=>{c.value=!1,_(f.value)!==_(L.value)&&(document.getElementById(r).dispatchEvent(new Event("change")),D("change",L.value))},m=e.ref(0),y=e.ref(0),w=e.computed(()=>`top: ${m.value}px; left: ${y.value}px`),x=()=>{if(!c.value)return;const v=document.getElementById(`pl-multi-select__select-container-${r}`);if(!v)return;const T=v.getBoundingClientRect(),S=v.querySelector(".pl-multi-select__label-container"),O=v.querySelector(".pl-multi-select__helpertext-container"),B=S?S.offsetHeight:-4,V=O?O.offsetHeight:-4;m.value=T.height-V-4,e.nextTick(()=>{const Q=document.getElementById(`dropdown-${r}`);if(!Q)return;const G=Q.getBoundingClientRect();G.bottom>d.value?m.value=m.value-G.height-(T.height-B-V):m.value=T.height-V-4})},E=()=>{o.disabled||(c.value=!c.value,c.value||(L.value=C(f.value)))},D=n,L=e.computed({get:()=>o.modelValue,set:v=>{D("update:modelValue",v)}}),k=()=>{document.getElementById(r).dispatchEvent(new Event("blur"))};e.watch(()=>L.value,()=>{o.buttons||(document.getElementById(r).dispatchEvent(new Event("change")),D("change",L.value))},{deep:!0});const N=()=>{L.value=[],f.value=[],k(),D("reset")};return(v,T)=>(e.openBlock(),e.createElementBlock("div",LR,[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:E},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",ER,[e.createElementVNode("div",vR,[o.label?(e.openBlock(),e.createElementBlock("span",SR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",$R,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(n3,{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(NR,e.mergeProps(o,{id:r,focus:c.value,"onUpdate:focus":T[0]||(T[0]=S=>c.value=S),"model-value":L.value,"show-error":s.value,onReset:N}),null,16,["focus","model-value","show-error"]),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",TR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",jR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",OR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,xR),e.createVNode(kR,{id:r,ref_key:"dropdownRef",ref:M,modelValue:L.value,"onUpdate:modelValue":T[1]||(T[1]=S=>L.value=S),offsets:w.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,buttons:o.buttons,onReset:N,onCloseSave:g},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])]))}}),pge="",IR={install(t){t.component("PlMultiSelect",VR)}},uo=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))}}),hge="",zR={install(t){t.component("PlSkeleton",uo)}},BR={install(t){t.component("PlSnackbar",Nd)}},Cge="",AR={class:"stepper-container"},PR={class:"stepper-title__container"},HR={key:0,class:"stepper-figure"},ZR=[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)],UR={key:1,class:"stepper-figure"},QR={class:"stepper-figure__progress"},YR={key:2,class:"stepper-title__container"},RR={key:0},FR={key:1},WR={key:0},GR={key:1},qR={key:0},KR={key:3,class:"stepper-title__container"},JR={key:0},XR={key:1},eF={key:0},tF={key:1},nF={key:0},oF={key:0},rF={class:"stepper-title__container stepper-title__container_ended"},lF={class:"stepper-text"},iF={key:0},sF={key:0},aF={key:0,class:"stepper-footer"},cF={class:"stepper-footer__count-remain"},dF={class:"stepper-footer__count"},uF={key:1,class:"stepper-footer"},fF={class:"stepper-footer__count-remain"},pF={class:"stepper-footer__count"},hF=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=A2.cloneDeep(n.steps);return p.pop(),p}),c=e.computed(()=>i.value?n.steps[o.value]:n.steps.find((p,M,_)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<_[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(_=>_[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",AR,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(_,g)=>(e.openBlock(),e.createElementBlock("div",{key:_[t.stepName],class:"stepper-item"},[e.createElementVNode("div",PR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(g),"stepper-title_checked":t.currentCount>=_[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(_[t.stepName]),3)]),t.currentCount>_[t.stepCountName]&&!C(_,c.value)?(e.openBlock(),e.createElementBlock("div",HR,ZR)):(e.openBlock(),e.createElementBlock("div",UR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":C(_,c.value)}])},null,2),e.createElementVNode("div",QR,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${C(_,c.value)?u.value.progress:0}%;`)},null,4)])])),r.value?(e.openBlock(),e.createElementBlock("div",YR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",RR,e.toDisplayString(_[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",FR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",WR,"0")):(e.openBlock(),e.createElementBlock("span",GR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",qR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},e.toDisplayString(u.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",KR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",JR,e.toDisplayString(_[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",XR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",eF,"0 ₽")):(e.openBlock(),e.createElementBlock("span",tF,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",nF,"Осталось выдать: ")),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",oF,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",rF,[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",lF,[e.createTextVNode(e.toDisplayString(t.steps[o.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",iF,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",sF,[r.value?(e.openBlock(),e.createElementBlock("div",aF,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",cF,e.toDisplayString(u.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",dF,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",uF,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",fF,e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",pF,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}}),CF={install(t){t.component("PlStepper",hF)}},Mge="",gF={class:"suggestion"},mF={class:"d-flex flex-column"},_F={class:"text-truncate"},MF={class:"suggestion__item-info text-truncate"},yF=["src"],wF={__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({}),_=e.ref(""),g=e.ref(null),m=S=>{g.value=S.target.value},y=e.ref(null);e.onMounted(()=>{const S=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:_.value};for(let O=0;O<S.length;O+=1)S[O].style.width=`${S[O].offsetWidth}px`;C.value&&Y1(y.value.$el,"input",m)});const w=n;e.watch(p,S=>{M[s]=S}),e.watch(i,S=>{p.value=S.value});const x=e.ref(!1),E=S=>{C.value&&(x.value=!0),!S.target&&(w("change",S),g.value=null,setTimeout(()=>{y.value.blur()},0),setTimeout(()=>x.value=!1,100))},D=(S,O,B)=>{w("validate",S,O,B)},L=e.ref(null),k=(S=!1)=>{S&&setTimeout(()=>{x.value?x.value=!1:C.value&&g.value&&w("change",{id:t2(),value:g.value,dadata:!1})},10),setTimeout(()=>{L.value.validate()},10)};e.watch(c,S=>{S&&(k(),w("setValid"))});const N=e.ref([]);N.value=u.value,e.watch(u,S=>{N.value=S});const v=e.ref(`Введите ${d.value} символа`);e.watch(f,S=>{v.value=S});const T=S=>{if(_.value=S,S.length<d.value){v.value=`Введите ${d.value} ${W2(d.value,["символ","символа","символов"])} `,N.value=[];return}else v.value=" ";w("fetchDadata",S)};return(S,O)=>{const B=Li,V=ki,Q=R4,G=Y4;return e.openBlock(),e.createElementBlock("div",gF,[e.createVNode(G,{ref_key:"suggestion",ref:L,"label-position":"top",model:M.value,rules:t.rules,onValidate:D,onSubmit:O[2]||(O[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(Q,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode(V,{ref_key:"suggestionBox",ref:y,modelValue:p.value,"onUpdate:modelValue":O[0]||(O[0]=P=>p.value=P),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":T,"no-data-text":v.value,onBlur:O[1]||(O[1]=P=>k("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(P,j)=>(e.openBlock(),e.createBlock(B,{key:j,value:P.value,class:"d-flex justify-content-between align-items-center",onClick:U=>E(P)},{default:e.withCtx(()=>[e.createElementVNode("div",mF,[e.createElementVNode("span",_F,[e.createVNode(Jl,{modelValue:P.value,"onUpdate:modelValue":U=>P.value=U,"search-value":_.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",MF,e.toDisplayString(P.bottomText),1)]),e.createElementVNode("img",{src:e.unref(o)},null,8,yF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}},NF={install(t){t.component("PlSuggestions",wF)}},bF=["disabled"],DF=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),kF={key:0},LF=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,bF),[[e.vModelCheckbox,r.value]]),DF],2),o.label?(e.openBlock(),e.createElementBlock("label",kF,[e.createVNode(Fi,{title:t.label,description:t.description,disabled:o.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}}),yge="",xF={install(t){t.component("PlSwitch",LF)}},EF=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")}}),vF={install(t){t.component("PlTabPane",EF)}},wge="",Nge="",bge="",Dge="",SF={class:"pl-table"},$F={class:"no-data"},TF=["src"],jF={class:"no-data__text"},OF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},VF={key:0,class:"totals"},IF=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=x=>{p.value=x,C("selected-rows",p)},_=e.ref(null),{toggleRowSelection:g}=e.toRefs(i);e.watch(g,x=>{x.length>0&&(x.forEach(E=>{_.value.toggleRowSelection(E)}),C("update:toggleRowSelection",[])),p.value=_.value.getSelectionRows()});const m=()=>{const{pageSize:x,pageNumber:E}=s.value,{length:D}=c.value;let L=x*E;const k=L-x+1;return D<x&&(L+=D-x),L>d.value&&(L=d.value),d.value?`Отображены записи ${k} - ${L} из ${d.value}`:"Нет данных для отображения"},y=x=>C("action",{...s.value,pageSize:x}),w=x=>C("action",{...s.value,pageNumber:x});return(x,E)=>{const D=dP,L=RB;return e.openBlock(),e.createElementBlock("div",SF,[e.createVNode(e.unref(z4),{locale:e.unref(Ki)},{default:e.withCtx(()=>[e.createVNode(D,e.mergeProps({ref_key:"plTable",ref:_,data:e.unref(c)},e.unref(o),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(x.$slots,"empty",{},()=>[e.createElementVNode("div",$F,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(r),alt:"no data image"},null,8,TF),e.createElementVNode("span",jF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(x.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",OF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(W2)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(W2)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||i.showSelected]]),e.createVNode(L,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":E[0]||(E[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",VF,e.toDisplayString(m()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(x.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}}),Lge="",zF={key:0},BF={key:1},AF={key:2},PF={key:3},HF=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=uP;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",zF,e.toDisplayString(o(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",BF,e.toDisplayString(n(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",AF,e.toDisplayString(c[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",PF,[e.renderSlot(r.$slots,"default",{row:c})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),ZF={install(t){t.component("PlTable",IF),t.component("PlTableColumn",HF)}},UF={class:"table-row"},QF={class:"d-grid flex-grow-1 py-md-4 row-gap-md-6"},YF={key:0,class:"d-flex align-content-start gap-4"},RF={class:"flex-grow-1"},FF={key:0,class:"table-cell pr-10"},WF={key:0,style:{width:"140px"}},GF={class:"flex-md-grow-1"},qF={key:2},lu=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}=St(),o=t;return(r,i)=>(e.openBlock(),e.createElementBlock("div",UF,[e.createElementVNode("div",QF,[e.unref(n)<=730&&o.mobileTop?(e.openBlock(),e.createElementBlock("div",YF,[o.isSelectable?(e.openBlock(),e.createBlock(uo,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",RF,[e.createVNode(uo,{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",FF,[e.createVNode(uo,{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",WF,[e.createVNode(uo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",GF,[e.createVNode(uo,{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",qF,[e.createVNode(uo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var n0={exports:{}};n0.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]",_="[object Function]",g="[object GeneratorFunction]",m="[object Map]",y="[object Number]",w="[object Null]",x="[object Object]",E="[object Promise]",D="[object Proxy]",L="[object RegExp]",k="[object Set]",N="[object String]",v="[object Symbol]",T="[object Undefined]",S="[object WeakMap]",O="[object ArrayBuffer]",B="[object DataView]",V="[object Float32Array]",Q="[object Float64Array]",G="[object Int8Array]",P="[object Int16Array]",j="[object Int32Array]",U="[object Uint8Array]",z="[object Uint8ClampedArray]",F="[object Uint16Array]",W="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,K=/^\[object .+?Constructor\]$/,ae=/^(?:0|[1-9]\d*)$/,pe={};pe[V]=pe[Q]=pe[G]=pe[P]=pe[j]=pe[U]=pe[z]=pe[F]=pe[W]=!0,pe[d]=pe[u]=pe[O]=pe[C]=pe[B]=pe[p]=pe[M]=pe[_]=pe[m]=pe[y]=pe[x]=pe[L]=pe[k]=pe[N]=pe[S]=!1;var ge=typeof x1=="object"&&x1&&x1.Object===Object&&x1,fe=typeof self=="object"&&self&&self.Object===Object&&self,ce=ge||fe||Function("return this")(),_e=n&&!n.nodeType&&n,Me=_e&&!0&&t&&!t.nodeType&&t,Ie=Me&&Me.exports===_e,Ae=Ie&&ge.process,Ee=function(){try{return Ae&&Ae.binding&&Ae.binding("util")}catch{}}(),$e=Ee&&Ee.isTypedArray;function He(Z,ne){for(var De=-1,Ve=Z==null?0:Z.length,D1=0,e1=[];++De<Ve;){var j1=Z[De];ne(j1,De,Z)&&(e1[D1++]=j1)}return e1}function Oe(Z,ne){for(var De=-1,Ve=ne.length,D1=Z.length;++De<Ve;)Z[D1+De]=ne[De];return Z}function Ke(Z,ne){for(var De=-1,Ve=Z==null?0:Z.length;++De<Ve;)if(ne(Z[De],De,Z))return!0;return!1}function c1(Z,ne){for(var De=-1,Ve=Array(Z);++De<Z;)Ve[De]=ne(De);return Ve}function d1(Z){return function(ne){return Z(ne)}}function Te(Z,ne){return Z.has(ne)}function Je(Z,ne){return Z==null?void 0:Z[ne]}function r1(Z){var ne=-1,De=Array(Z.size);return Z.forEach(function(Ve,D1){De[++ne]=[D1,Ve]}),De}function n1(Z,ne){return function(De){return Z(ne(De))}}function me(Z){var ne=-1,De=Array(Z.size);return Z.forEach(function(Ve){De[++ne]=Ve}),De}var Be=Array.prototype,ye=Function.prototype,oe=Object.prototype,be=ce["__core-js_shared__"],re=ye.toString,X=oe.hasOwnProperty,se=function(){var Z=/[^.]+$/.exec(be&&be.keys&&be.keys.IE_PROTO||"");return Z?"Symbol(src)_1."+Z:""}(),ve=oe.toString,ee=RegExp("^"+re.call(X).replace(H,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),he=Ie?ce.Buffer:void 0,Y=ce.Symbol,Le=ce.Uint8Array,J=oe.propertyIsEnumerable,ue=Be.splice,Se=Y?Y.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Qe=he?he.isBuffer:void 0,f1=n1(Object.keys,Object),ft=Zt(ce,"DataView"),M1=Zt(ce,"Map"),z1=Zt(ce,"Promise"),kn=Zt(ce,"Set"),i3=Zt(ce,"WeakMap"),fo=Zt(Object,"create"),ds=K2(ft),us=K2(M1),Cr=K2(z1),fs=K2(kn),gr=K2(i3),r0=Y?Y.prototype:void 0,mr=r0?r0.valueOf:void 0;function G2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function ps(){this.__data__=fo?fo(null):{},this.size=0}function hs(Z){var ne=this.has(Z)&&delete this.__data__[Z];return this.size-=ne?1:0,ne}function Cs(Z){var ne=this.__data__;if(fo){var De=ne[Z];return De===r?void 0:De}return X.call(ne,Z)?ne[Z]:void 0}function gs(Z){var ne=this.__data__;return fo?ne[Z]!==void 0:X.call(ne,Z)}function ms(Z,ne){var De=this.__data__;return this.size+=this.has(Z)?0:1,De[Z]=fo&&ne===void 0?r:ne,this}G2.prototype.clear=ps,G2.prototype.delete=hs,G2.prototype.get=Cs,G2.prototype.has=gs,G2.prototype.set=ms;function n2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function _s(){this.__data__=[],this.size=0}function Ms(Z){var ne=this.__data__,De=po(ne,Z);if(De<0)return!1;var Ve=ne.length-1;return De==Ve?ne.pop():ue.call(ne,De,1),--this.size,!0}function ys(Z){var ne=this.__data__,De=po(ne,Z);return De<0?void 0:ne[De][1]}function ws(Z){return po(this.__data__,Z)>-1}function Ns(Z,ne){var De=this.__data__,Ve=po(De,Z);return Ve<0?(++this.size,De.push([Z,ne])):De[Ve][1]=ne,this}n2.prototype.clear=_s,n2.prototype.delete=Ms,n2.prototype.get=ys,n2.prototype.has=ws,n2.prototype.set=Ns;function q2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function s3(){this.size=0,this.__data__={hash:new G2,map:new(M1||n2),string:new G2}}function bs(Z){var ne=Ln(this,Z).delete(Z);return this.size-=ne?1:0,ne}function a3(Z){return Ln(this,Z).get(Z)}function Ds(Z){return Ln(this,Z).has(Z)}function ks(Z,ne){var De=Ln(this,Z),Ve=De.size;return De.set(Z,ne),this.size+=De.size==Ve?0:1,this}q2.prototype.clear=s3,q2.prototype.delete=bs,q2.prototype.get=a3,q2.prototype.has=Ds,q2.prototype.set=ks;function c3(Z){var ne=-1,De=Z==null?0:Z.length;for(this.__data__=new q2;++ne<De;)this.add(Z[ne])}function l0(Z){return this.__data__.set(Z,r),this}function i0(Z){return this.__data__.has(Z)}c3.prototype.add=c3.prototype.push=l0,c3.prototype.has=i0;function y2(Z){var ne=this.__data__=new n2(Z);this.size=ne.size}function Ls(){this.__data__=new n2,this.size=0}function xs(Z){var ne=this.__data__,De=ne.delete(Z);return this.size=ne.size,De}function Es(Z){return this.__data__.get(Z)}function vs(Z){return this.__data__.has(Z)}function s0(Z,ne){var De=this.__data__;if(De instanceof n2){var Ve=De.__data__;if(!M1||Ve.length<o-1)return Ve.push([Z,ne]),this.size=++De.size,this;De=this.__data__=new q2(Ve)}return De.set(Z,ne),this.size=De.size,this}y2.prototype.clear=Ls,y2.prototype.delete=xs,y2.prototype.get=Es,y2.prototype.has=vs,y2.prototype.set=s0;function a0(Z,ne){var De=f3(Z),Ve=!De&&y0(Z),D1=!De&&!Ve&&yr(Z),e1=!De&&!Ve&&!D1&&b0(Z),j1=De||Ve||D1||e1,G1=j1?c1(Z.length,String):[],p1=G1.length;for(var k1 in Z)(ne||X.call(Z,k1))&&!(j1&&(k1=="length"||D1&&(k1=="offset"||k1=="parent")||e1&&(k1=="buffer"||k1=="byteLength"||k1=="byteOffset")||C0(k1,p1)))&&G1.push(k1);return G1}function po(Z,ne){for(var De=Z.length;De--;)if(M0(Z[De][0],ne))return De;return-1}function _r(Z,ne,De){var Ve=ne(Z);return f3(Z)?Ve:Oe(Ve,De(Z))}function ho(Z){return Z==null?Z===void 0?T:w:Se&&Se in Object(Z)?p0(Z):Ts(Z)}function Mr(Z){return go(Z)&&ho(Z)==d}function Co(Z,ne,De,Ve,D1){return Z===ne?!0:Z==null||ne==null||!go(Z)&&!go(ne)?Z!==Z&&ne!==ne:c0(Z,ne,De,Ve,Co,D1)}function c0(Z,ne,De,Ve,D1,e1){var j1=f3(Z),G1=f3(ne),p1=j1?u:O2(Z),k1=G1?u:O2(ne);p1=p1==d?x:p1,k1=k1==d?x:k1;var R1=p1==x,Tt=k1==x,q1=p1==k1;if(q1&&yr(Z)){if(!yr(ne))return!1;j1=!0,R1=!1}if(q1&&!R1)return e1||(e1=new y2),j1||b0(Z)?d3(Z,ne,De,Ve,D1,e1):$s(Z,ne,p1,De,Ve,D1,e1);if(!(De&i)){var O1=R1&&X.call(Z,"__wrapped__"),Mt=Tt&&X.call(ne,"__wrapped__");if(O1||Mt){var w2=O1?Z.value():Z,o2=Mt?ne.value():ne;return e1||(e1=new y2),D1(w2,o2,De,Ve,e1)}}return q1?(e1||(e1=new y2),f0(Z,ne,De,Ve,D1,e1)):!1}function Ss(Z){if(!N0(Z)||m0(Z))return!1;var ne=p3(Z)?ee:K;return ne.test(K2(Z))}function d0(Z){return go(Z)&&w0(Z.length)&&!!pe[ho(Z)]}function u0(Z){if(!_0(Z))return f1(Z);var ne=[];for(var De in Object(Z))X.call(Z,De)&&De!="constructor"&&ne.push(De);return ne}function d3(Z,ne,De,Ve,D1,e1){var j1=De&i,G1=Z.length,p1=ne.length;if(G1!=p1&&!(j1&&p1>G1))return!1;var k1=e1.get(Z);if(k1&&e1.get(ne))return k1==ne;var R1=-1,Tt=!0,q1=De&s?new c3:void 0;for(e1.set(Z,ne),e1.set(ne,Z);++R1<G1;){var O1=Z[R1],Mt=ne[R1];if(Ve)var w2=j1?Ve(Mt,O1,R1,ne,Z,e1):Ve(O1,Mt,R1,Z,ne,e1);if(w2!==void 0){if(w2)continue;Tt=!1;break}if(q1){if(!Ke(ne,function(o2,V2){if(!Te(q1,V2)&&(O1===o2||D1(O1,o2,De,Ve,e1)))return q1.push(V2)})){Tt=!1;break}}else if(!(O1===Mt||D1(O1,Mt,De,Ve,e1))){Tt=!1;break}}return e1.delete(Z),e1.delete(ne),Tt}function $s(Z,ne,De,Ve,D1,e1,j1){switch(De){case B:if(Z.byteLength!=ne.byteLength||Z.byteOffset!=ne.byteOffset)return!1;Z=Z.buffer,ne=ne.buffer;case O:return!(Z.byteLength!=ne.byteLength||!e1(new Le(Z),new Le(ne)));case C:case p:case y:return M0(+Z,+ne);case M:return Z.name==ne.name&&Z.message==ne.message;case L:case N:return Z==ne+"";case m:var G1=r1;case k:var p1=Ve&i;if(G1||(G1=me),Z.size!=ne.size&&!p1)return!1;var k1=j1.get(Z);if(k1)return k1==ne;Ve|=s,j1.set(Z,ne);var R1=d3(G1(Z),G1(ne),Ve,D1,e1,j1);return j1.delete(Z),R1;case v:if(mr)return mr.call(Z)==mr.call(ne)}return!1}function f0(Z,ne,De,Ve,D1,e1){var j1=De&i,G1=u3(Z),p1=G1.length,k1=u3(ne),R1=k1.length;if(p1!=R1&&!j1)return!1;for(var Tt=p1;Tt--;){var q1=G1[Tt];if(!(j1?q1 in ne:X.call(ne,q1)))return!1}var O1=e1.get(Z);if(O1&&e1.get(ne))return O1==ne;var Mt=!0;e1.set(Z,ne),e1.set(ne,Z);for(var w2=j1;++Tt<p1;){q1=G1[Tt];var o2=Z[q1],V2=ne[q1];if(Ve)var wr=j1?Ve(V2,o2,q1,ne,Z,e1):Ve(o2,V2,q1,Z,ne,e1);if(!(wr===void 0?o2===V2||D1(o2,V2,De,Ve,e1):wr)){Mt=!1;break}w2||(w2=q1=="constructor")}if(Mt&&!w2){var mo=Z.constructor,nt=ne.constructor;mo!=nt&&"constructor"in Z&&"constructor"in ne&&!(typeof mo=="function"&&mo instanceof mo&&typeof nt=="function"&&nt instanceof nt)&&(Mt=!1)}return e1.delete(Z),e1.delete(ne),Mt}function u3(Z){return _r(Z,Vs,h0)}function Ln(Z,ne){var De=Z.__data__;return g0(ne)?De[typeof ne=="string"?"string":"hash"]:De.map}function Zt(Z,ne){var De=Je(Z,ne);return Ss(De)?De:void 0}function p0(Z){var ne=X.call(Z,Se),De=Z[Se];try{Z[Se]=void 0;var Ve=!0}catch{}var D1=ve.call(Z);return Ve&&(ne?Z[Se]=De:delete Z[Se]),D1}var h0=Ge?function(Z){return Z==null?[]:(Z=Object(Z),He(Ge(Z),function(ne){return J.call(Z,ne)}))}:b1,O2=ho;(ft&&O2(new ft(new ArrayBuffer(1)))!=B||M1&&O2(new M1)!=m||z1&&O2(z1.resolve())!=E||kn&&O2(new kn)!=k||i3&&O2(new i3)!=S)&&(O2=function(Z){var ne=ho(Z),De=ne==x?Z.constructor:void 0,Ve=De?K2(De):"";if(Ve)switch(Ve){case ds:return B;case us:return m;case Cr:return E;case fs:return k;case gr:return S}return ne});function C0(Z,ne){return ne=ne??c,!!ne&&(typeof Z=="number"||ae.test(Z))&&Z>-1&&Z%1==0&&Z<ne}function g0(Z){var ne=typeof Z;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Z!=="__proto__":Z===null}function m0(Z){return!!se&&se in Z}function _0(Z){var ne=Z&&Z.constructor,De=typeof ne=="function"&&ne.prototype||oe;return Z===De}function Ts(Z){return ve.call(Z)}function K2(Z){if(Z!=null){try{return re.call(Z)}catch{}try{return Z+""}catch{}}return""}function M0(Z,ne){return Z===ne||Z!==Z&&ne!==ne}var y0=Mr(function(){return arguments}())?Mr:function(Z){return go(Z)&&X.call(Z,"callee")&&!J.call(Z,"callee")},f3=Array.isArray;function js(Z){return Z!=null&&w0(Z.length)&&!p3(Z)}var yr=Qe||w1;function Os(Z,ne){return Co(Z,ne)}function p3(Z){if(!N0(Z))return!1;var ne=ho(Z);return ne==_||ne==g||ne==f||ne==D}function w0(Z){return typeof Z=="number"&&Z>-1&&Z%1==0&&Z<=c}function N0(Z){var ne=typeof Z;return Z!=null&&(ne=="object"||ne=="function")}function go(Z){return Z!=null&&typeof Z=="object"}var b0=$e?d1($e):d0;function Vs(Z){return js(Z)?a0(Z):u0(Z)}function b1(){return[]}function w1(){return!1}t.exports=Os}(n0,n0.exports);var KF=n0.exports;const iu=et(KF),JF={key:0},XF={key:0,class:"px-4"},eW={key:1,class:"px-4"},tW={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},nW={key:0,class:"table-cell pr-10",role:"columnheader"},oW=e.createElementVNode("div",{class:"divider"},null,-1),rW={class:"table-body"},lW={key:0,class:"py-6"},iW=[e.createElementVNode("div",{class:"divider"},null,-1)],sW={class:"no-data-container"},aW={"data-testid":"table-body",class:"table-body mt-md-0",role:"rowgroup"},cW={class:"d-grid flex-grow-1 row-gap-md-6 py-md-4"},dW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},uW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},fW={key:2,role:"cell"},pW={key:0,class:"prevent-click py-6"},hW=[e.createElementVNode("div",{class:"divider"},null,-1)],CW=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}=St(),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:B=>r("update:selectedRows",B)}),M=e.computed(()=>{const B={};return i.rows.forEach((V,Q)=>{const G=i.uniqKey?V[i.uniqKey]:Q;B[G]=V}),B}),_=()=>{d.value={}},g=()=>{i.rows.forEach((B,V)=>{if(B!=null&&B.isDisabledSelect)return;const Q=i.uniqKey?B[i.uniqKey]:V;d.value[Q]=!0})},m=e.ref(!1),y=e.computed(()=>i.rows.filter(B=>!(B!=null&&B.isDisabledSelect))),w=e.computed(()=>Object.values(p.value).map(B=>B).length),x=e.computed(()=>s.value<=730?i.headers.filter(B=>!i.hideHeadersOnMobile.includes(B.key)):i.headers),E=e.ref(1),D=e.computed(()=>{let B=i.isSelectable?"60px":"";return x.value.forEach(V=>{let Q="1fr";V!=null&&V.width&&typeof V.width=="number"&&(Q=`${100/E.value*V.width}%`),B+=` ${Q}`}),s.value<=730?{}:{"grid-template-columns":B}}),L=()=>{r("infiniteScroll")},k=()=>{v.value=!0,m.value=!0},N=()=>{_()},v=e.ref(!1),T=()=>{v.value=!0},S=(B,V)=>{var Q,G;(G=(Q=B.target).closest)!=null&&G.call(Q,".prevent-click")||r("rowClick",V)};e.watch(m,B=>{v.value&&(B?g():_()),v.value=!1}),e.watch(d,()=>{setTimeout(()=>{const B=[];for(const V in d.value)d.value[V]&&B.push(M.value[V]);iu(p.value,B)||(m.value=!!y.value.length&&B.length===y.value.length,p.value=B)})},{deep:!0}),e.watch(p,(B,V)=>{if(iu(B,V))return;const Q={};B.forEach((G,P)=>{const j=i.uniqKey?G[i.uniqKey]:P;Q[j]=!0}),d.value=Q},{deep:!0,immediate:!0}),e.watch(f,B=>{C.value&&(B||(C.value=!1))},{immediate:!0});const O=()=>{const{width:B}=u.value.getBoundingClientRect(),V=i.defaultWrapperWidth||B;E.value=V-32};return e.watch(s,()=>{O()}),e.onMounted(()=>{O()}),n({resetSelectedRows:N,selectAllRows:k}),(B,V)=>{const Q=e.resolveDirective("tap"),G=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",JF,[C.value?(e.openBlock(),e.createElementBlock("div",XF,[e.createVNode(lu,{"is-selectable":!!B.isSelectable,headers:x.value,"table-style":D.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",eW,[e.createElementVNode("div",tW,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(D.value),role:"row"},[B.isSelectable?(e.openBlock(),e.createElementBlock("div",nW,[e.createVNode(fr,{modelValue:m.value,"onUpdate:modelValue":V[0]||(V[0]=P=>m.value=P),disabled:f.value||!i.rows.length,"is-indeterminate":!!w.value,size:"small",onMousedown:T},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(P,j)=>(e.openBlock(),e.createElementBlock("div",{key:j+"headerCell",class:"table-cell",role:"columnheader"},[e.createVNode(bn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(P.label),1)]),_:2},1024)]))),128))],4)])])),oW])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",rW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.rows.length||5,(P,j)=>(e.openBlock(),e.createElementBlock("div",{key:P+"skeletonRow"},[e.createVNode(lu,{"is-selectable":!!B.isSelectable,headers:x.value,"table-style":D.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&&j<(B.rows.length||5)-1?(e.openBlock(),e.createElementBlock("div",lW,iW)):e.createCommentVNode("",!0)]))),128))],512),[[e.vShow,f.value]]),e.withDirectives(e.createElementVNode("div",sW,[e.renderSlot(B.$slots,"noDataContainer")],512),[[e.vShow,!f.value&&e.unref(c).noDataContainer&&!B.rows.length]]),e.withDirectives((e.openBlock(),e.createElementBlock("div",aW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.rows,(P,j)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(P==null?void 0:P[B.uniqKey])||j+"tableRow",class:e.normalizeClass([{"with-hover":B.withHover&&e.unref(s)>730},"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",cW,[e.unref(s)<=730&&e.unref(c).mobileTop?(e.openBlock(),e.createElementBlock("div",dW,[B.isSelectable?(e.openBlock(),e.createBlock(fr,{key:0,modelValue:d.value[(P==null?void 0:P[B.uniqKey])||j],"onUpdate:modelValue":U=>d.value[(P==null?void 0:P[B.uniqKey])||j]=U,disabled:P==null?void 0:P.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(B.$slots,"mobileTop",{row:P})])):e.createCommentVNode("",!0),x.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(D.value)},[B.isSelectable&&e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",uW,[e.createVNode(fr,{modelValue:d.value[(P==null?void 0:P[B.uniqKey])||j],"onUpdate:modelValue":U=>d.value[(P==null?void 0:P[B.uniqKey])||j]=U,disabled:P==null?void 0:P.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(U,z)=>(e.openBlock(),e.createElementBlock("div",{key:z+"tableCell","data-testid":"table-cell",class:"table-cell",role:"cell"},[e.unref(s)<=730&&(U!=null&&U.label)?(e.openBlock(),e.createBlock(bn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(U.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(s)>730?U.maxWidthContent:"100%"}`)},[e.renderSlot(B.$slots,U.key,{row:P},()=>[e.createTextVNode(e.toDisplayString(P[U.label]),1)])],4)]))),128))],4)):e.createCommentVNode("",!0),e.unref(s)<=730&&e.unref(c).mobileBottom?(e.openBlock(),e.createElementBlock("div",fW,[e.renderSlot(B.$slots,"mobileBottom",{row:P})])):e.createCommentVNode("",!0)]),e.unref(s)<=730&&j<B.rows.length-1?(e.openBlock(),e.createElementBlock("div",pW,hW)):e.createCommentVNode("",!0)],2)),[[Q,U=>S(U,P)]])),128))])),[[e.vShow,!f.value&&B.rows.length],[G,L]])],512)}}}),Sge="",gW={install(t){t.component("PlTablePlus",CW)}},mW={class:"pl-counter__inner"},_W=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",mW,[e.renderSlot(o.$slots,"default",{},void 0,!0)])],2))}}),$ge="",MW=vt(_W,[["__scopeId","data-v-13f82ff3"]]),yW=t=>(e.pushScopeId("data-v-b2e2bd4f"),t=t(),e.popScopeId(),t),wW={class:"pl-tab__content"},NW={class:"pl-tab__content-text"},bW={key:0,class:"pl-tab__content-suffix"},DW=yW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),kW=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",wW,[e.createElementVNode("span",NW,e.toDisplayString(n.label),1),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",bW,[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(MW,{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),DW],2)):e.createCommentVNode("",!0)}}),Tge="",LW=vt(kW,[["__scopeId","data-v-b2e2bd4f"]]),xW=t=>(e.pushScopeId("data-v-9ab90728"),t=t(),e.popScopeId(),t),EW={class:"pl-tab-container"},vW=xW(()=>e.createElementVNode("div",{class:"pl-tab-divider"},null,-1)),SW=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(_=>_.props):i.default().map(_=>_.props)}),c=e.ref(null),d=async(M,_)=>{const g=await Promise.all(M.map(_));return M.filter((m,y)=>g[y])[0]},u=async M=>{var _;return o.modelValue===((_=M.props)==null?void 0:_.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,_)=>{var m;const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",EW,[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(LW,{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"])),[[g,()=>p(y)]])),128)),vW],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:(m=c.value)==null?void 0:m.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))])}}}),jge="",$W=vt(SW,[["__scopeId","data-v-9ab90728"]]),TW={install(t){t.component("PlTabs",$W)}},jW=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))}}),OW=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))}}),VW=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))}}),IW=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))}}),zW=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))}}),BW=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))}}),AW=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))}}),PW=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))}}),su=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))}}),HW=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))}}),ZW=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))}}),UW=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))}}),QW=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))}}),au=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))}}),YW=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))}}),RW={install(t){t.component("PlH1",jW),t.component("PlH2",OW),t.component("PlH3",VW),t.component("PlH4",IW),t.component("PlTitle1",Ji),t.component("PlTitle2",zW),t.component("PlTitle3",BW),t.component("PlSub1",AW),t.component("PlSub2",es),t.component("PlBtn1",PW),t.component("PlBtn2",su),t.component("PlBtn3",HW),t.component("PlBody1",ZW),t.component("PlBody2",bn),t.component("PlBody3",UW),t.component("PlBodyU",QW),t.component("PlCap",Xl),t.component("PlTag",au),t.component("PlSystem",YW)}},FW={install(t){t.component("PlTooltip",nu)}},Oge="",Vge="",Ige="",WW={class:"headers-elements"},GW=e.createElementVNode("div",{class:"img"},null,-1),qW=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),KW={class:"pl-upload-plus__comment"},JW=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 _=C.name.split("."),g=_[_.length-1].toLowerCase();if(o.accept.split(", ").indexOf(g)===-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=fd;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:_})=>[e.renderSlot(C.$slots,"file",{file:_})]),default:e.withCtx(()=>[e.createElementVNode("div",WW,[t.header?e.renderSlot(C.$slots,"header",{key:0},()=>[GW]):e.createCommentVNode("",!0),t.main?e.renderSlot(C.$slots,"main",{key:1},()=>[qW,e.createElementVNode("span",KW,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(C.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}}),XW={install(t){t.component("PlUpload",JW)}},Bge="",eG={class:"headers-elements"},tG=e.createElementVNode("div",{class:"img"},null,-1),nG=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)=>_==="POST"?{url:M,method:_,data:g,headers:m,responseType:y}:{url:M,method:_,params:g,headers:m,responseType:y},C=M=>j6(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,_)=>{if(!_.length){u("on-files-not-attached",M,_);return}if(o.accept!=="any"||o.accept!=="любой"){const m=M.name.split("."),y="."+m[m.length-1].toLowerCase();if(o.accept.split(", ").indexOf(y)===-1){_.splice(-1),u("on-file-not-accept",M,_);return}}const g=M.size/1024/1024;if(g>o.fileSize){u("on-file-size-exceeded",M,_,o.fileSize),_.splice(-1);return}if(!g){u("on-file-empty",M),_.splice(-1);return}u("on-change",M,_),o.requestConfig&&(i.value=!0,r.value=!0,M&&new FormData().append("file",M.raw),C(this.requestConfig).then(m=>{const y=A2.get(m,self.responseKeys,m.data);u("on-success",y,M,_),y.success&&(_.forEach(w=>{w.status="success"}),u("input",_))}).catch(m=>{console.log(m,"error"),u("on-error",m,M,_)}).finally(()=>{this.loadingButton=!1,this.disabled=!1}))};return(M,_)=>{const g=rr,m=fd;return e.openBlock(),e.createBlock(m,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",eG,[t.header?e.renderSlot(M.$slots,"header",{key:0},()=>[tG]):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(g,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}}),oG={install(t){t.component("PlUploadLegacy",nG)}},rG={key:0,class:"pb-1 ps-1 d-flex"},lG={class:"content"},iG=["prop","multiple"],sG={class:"pl-upload-card-container pr-3"},aG={class:"d-flex justify-content-between pb-2"},cG={class:"d-grid gap-1"},dG={class:"d-flex gap-1"},uG=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:""},width:{default:"100%"},viewMode:{type:Boolean,default:!1}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:o}){e.useCssVars(W=>({"3bafa61c":i.width}));const{width:r}=St(),i=t,{accept:s,fileSize:c,maxHeightScroll:d,modelValue:u,multiple:f,description:C,title:p,helperText:M,tooltip:_,limit:g,prop:m,optional:y}=e.toRefs(i),w=e.ref(!1);let x;const E=W=>{const{dataTransfer:H}=W;H&&H.types.includes("Files")&&(w.value=!0,clearTimeout(x),x=window.setTimeout(()=>{w.value=!1},100))},D=W=>{var ge,fe,ce;const H=(fe=(ge=W.name)==null?void 0:ge.split(".").pop())==null?void 0:fe.toLowerCase(),{size:K}=W,ae=!((ce=s.value.toLowerCase())!=null&&ce.split(", ").includes(H)),pe=K>c.value*1024*1024||K===0;return ae||pe?{name:W.name,size:K,error:{dist:ae,size:pe}}:W},L=W=>"lastModified"in W&&"type"in W,k=W=>!L(W),N=W=>{var H,K;return k(W)?((H=W.error)==null?void 0:H.size)||((K=W.error)==null?void 0:K.dist):!1},v=W=>{const H=W.filter(ae=>ae.error.size);H.length>0&&cr.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${W2(H.length,["файла","файла","файлов"])}`});const K=W.filter(ae=>ae.error.dist);K.length>0&&cr.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${W2(K.length,["файла","файла","файлов"])}`})},T=`id-${t2()}`,S=e.ref(null);e.onMounted(()=>{const W=document.getElementById(T);W&&(S.value=W.querySelector(".pl-upload-input"))});const O=W=>{const H=S.value;if(!H||!H.files)return;const K=new DataTransfer;Array.from(H.files).forEach(ae=>{W.includes(ae)||K.items.add(ae)}),H.files=K.files},B=o,V=W=>{if(u.value.length+W.length>g.value){cr.error({title:"Ошибка загрузки файлов",message:`Максимум ${g.value} ${W2(g.value,["файл","файла","файлов"])}`});const ge=Array.from(W);O(ge);return}const H=[],K=[],ae=[];Array.from(W).forEach(ge=>{const fe=D(ge);"error"in fe?(H.push(fe),K.push(ge)):ae.push(ge)}),H.length&&v(H),u.value.unshift(...H),u.value.push(...ae),O(K),B("addFiles",[...H,...ae],u.value)};let Q=!1;const G=W=>{const H=u.value.findIndex(K=>K===W);H!==-1&&("error"in W||O([W]),u.value.splice(H,1),B("removeFile",W,u.value),setTimeout(()=>{if(S.value){Q=!0;const K=new Event("change",{bubbles:!0,cancelable:!0});S.value.dispatchEvent(K),setTimeout(()=>{Q=!1},0)}},0))},P=W=>{if(Q)return;const H=W.target;H&&H.files&&V(H.files)};n({addFiles:V,removeFile:G});const j=W=>{clearTimeout(x),w.value=!1;const{dataTransfer:H}=W,K=[];H&&H.items&&(Array.from(H.items).forEach(pe=>{if(pe.kind==="file"){const ge=pe.getAsFile();ge&&K.push(ge)}}),V(K))},U=W=>W%1===0?W.toString():W.toFixed(2),z=W=>W<1024?W+" байт":W<1048576?U(W/1024)+" КБ":U(W/1048576)+" МБ",F=e.ref([]);if(i.prop){const W=e.inject("errorsState",[]);W&&e.watch(W,()=>{var K;F.value=W.value.filter(ae=>ae.field===m.value);const H=(K=document.getElementById(T))==null?void 0:K.parentElement;H&&(F.value.length?H.classList.add("is-error"):H.classList.remove("is-error"))},{deep:!0})}return(W,H)=>{const K=bn,ae=n3,pe=su,ge=Xl,fe=au,ce=t0,_e=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:T,class:"pl-upload-new"},[e.unref(p)||e.unref(_)?(e.openBlock(),e.createElementBlock("div",rG,[e.createVNode(K,{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(K,{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(_)?(e.openBlock(),e.createBlock(ae,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(_)),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20",color:"var(--color-text-icons-secondary)"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),W.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":w.value,disabled:W.disabled||e.unref(u).length>=e.unref(g)}]),onDragover:e.withModifiers(E,["prevent"]),onDrop:e.withModifiers(j,["prevent"])},[e.createElementVNode("div",lG,[e.createVNode(C1,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(pe,{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(ge,{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(m),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",onChange:P},null,40,iG)])],34)),F.value[0]?(e.openBlock(),e.createBlock(ge,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(F.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(ge,{key:3,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",{class:e.normalizeClass([!W.viewMode&&"pt-4"])},[e.createVNode(ce,{"max-height":e.unref(d)},{default:e.withCtx(()=>[e.createElementVNode("div",sG,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(u),(Me,Ie)=>{var Ae,Ee;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:Me.name+Ie,class:e.normalizeClass(["pl-upload-card",{"wrong-file":N(Me)}])},[e.createElementVNode("div",aG,[e.createVNode(C1,{name:N(Me)?"WarningThree20":"Document20",color:N(Me)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),!W.viewMode||k(Me)&&Me.removable?e.withDirectives((e.openBlock(),e.createBlock(C1,{key:0,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[_e,()=>G(Me),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",cG,[e.createVNode(ge,{class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Me.name),1)]),_:2},1024),e.createElementVNode("div",dG,[e.createVNode(fe,{style:e.normalizeStyle(`color: var(--color-text-icons-${k(Me)&&((Ae=Me.error)!=null&&Ae.size)?"error":"tertiary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z(Me.size)),1)]),_:2},1032,["style"]),e.createVNode(fe,{style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode("•")]),_:1}),e.createVNode(fe,{style:e.normalizeStyle(`color: var(--color-text-icons-${k(Me)&&((Ee=Me.error)!=null&&Ee.dist)?"error":"tertiary"})`)},{default:e.withCtx(()=>{var $e,He,Oe;return[e.createTextVNode(e.toDisplayString((Oe=(He=($e=Me.name)==null?void 0:$e.split("."))==null?void 0:He.pop())==null?void 0:Oe.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[_e,()=>B("clickOnFile",Me)]])}),128))])]),_:1},8,["max-height"])],2)])}}}),Pge="",fG={install(t){t.component("PlUploadPlus",uG)}},pG={install(t){t.component("PlTooltipPlus",n3)}},cu=Xt(Jl,"PlMarkText");function hG(t,n){if(t===n)return!0;if(typeof t!=typeof n||typeof t!="object"||t===null||n===null)return!1;const o=Object.getOwnPropertyNames(t),r=Object.getOwnPropertyNames(n);if(o.length!==r.length)return!1;for(const i of o)if(!rs(t[i],n[i]))return!1;return!0}const rs=Xt(hG,"isEqual");function CG(t,n){return ie(t).format(n)}const du=Xt(CG,"formatDate");function gG(){const t=new Set;function n(r,i){return JSON.stringify(r)===JSON.stringify(i)}function o(r){if(r)if(Array.isArray(r))r.forEach(i=>{for(const s of t)if(n(i,s))return;t.add(i)});else{for(const i of t)if(n(r,i))return;t.add(r)}}return{add:o}}const uu=Xt(gG,"deepSet");function mG(t=[],n){return t.map(r=>(r.INN&&(r.bottomText=n(r)),r))}function _G(t){var n,o;return`ИНН: ${((n=t.data)==null?void 0:n.inn)||""} ${(o=t.data)!=null&&o.kpp?`КПП: ${t.data.kpp}`:""}`.trim()}function MG(t){var n,o;return`${((o=(n=t.data)==null?void 0:n.address)==null?void 0:o.value)||""}`.trim()}const fu={recipientBottomText:Xt(mG,"recipientBottomText"),innKppBottomText:Xt(_G,"innKppBottomText"),innAddressBottomText:Xt(MG,"innAddressBottomText")},yG=["Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря"];function wG(){return{capitalize(t){return t.charAt(0).toUpperCase()+t.slice(1)},displayDate(t){const n=ie.isDayjs(t)?t:ie(t);return`${n.date()} ${yG[n.month()]}, ${n.year()}`}}}const pu=Xt(wG,"filters"),hu=[$d,fZ,YZ,qZ,tU,iU,DQ,EQ,dY,wY,bY,DY,kY,LY,vY,VY,PY,HY,WY,mR,zR,BR,CF,NF,xF,vF,ZF,gW,TW,RW,FW,XW,oG,fG,pG,IR,cu];function ls(){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 hr=new Map,NG={mounted:(t,n)=>{const o=e.ref(!1),{currentHandler:r,touchMoveHandler:i}=Cu(t,n,o);hr.set(t,{currentHandler:r,touchMoveHandler:i})},updated:(t,n)=>{const o=hr.get(t);o&&(t.removeEventListener(ls(),o.currentHandler),t.removeEventListener("touchmove",o.touchMoveHandler));const r=e.ref(!1),{currentHandler:i,touchMoveHandler:s}=Cu(t,n,r);hr.set(t,{currentHandler:i,touchMoveHandler:s})},unmounted:t=>{const n=hr.get(t);n&&(t.removeEventListener(ls(),n.currentHandler),t.removeEventListener("touchmove",n.touchMoveHandler)),hr.delete(t)}},Cu=(t,n,o={value:null})=>{const r=ls(),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}},gu=(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 Nn;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(Nn||(Nn={}));var co;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(co||(co={}));const ql=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),Td=t=>t.replace(/^0+(0$|[^0])/,"$1"),Ui=(t,n)=>(t.match(new RegExp(ql(n),"g"))||[]).length,oZ=(t,n)=>t.substring(0,t.indexOf(n)),jd=[",",".","٫","。"],Od="(0|[1-9]\\d*)";class rZ{constructor(n){var o,r,i,s,c,d;const{currency:u,currencyDisplay:f,locale:C,precision:p,accountingSign:M,useGrouping:_}=n;this.locale=C,this.options={currency:u,useGrouping:_,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==Nn.hidden?f:void 0};const g=new Intl.NumberFormat(C,this.options),m=g.formatToParts(123456);this.currency=(o=m.find(({type:x})=>x==="currency"))===null||o===void 0?void 0:o.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(x=>x.toLocaleString(C)),this.decimalSymbol=(r=m.find(({type:x})=>x==="decimal"))===null||r===void 0?void 0:r.value,this.groupingSymbol=(i=m.find(({type:x})=>x==="group"))===null||i===void 0?void 0:i.value,this.minusSign=(s=g.formatToParts(-1).find(({type:x})=>x==="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:g.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(d=p==null?void 0:p.max)!==null&&d!==void 0?d:g.resolvedOptions().maximumFractionDigits);const y=x=>oZ(x,this.digits[1]),w=x=>x.substring(x.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=y(g.format(1)),this.suffix=w(g.format(1)),this.negativePrefix=y(g.format(-1)),this.negativeSuffix=w(g.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?`(?:${ql(this.decimalSymbol)}(\\d*))?`:"",i=this.stripGroupingSeparator(n).match(new RegExp(`^${Od}${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(`^${Od}${ql(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(ql(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 jd.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 Vd{constructor(n){this.currencyFormat=n}}class lZ extends Vd{conformToMask(n,o=""){const r=this.currencyFormat.isNegative(n),i=g=>g===""&&r&&!(this.currencyFormat.minusSign===void 0?o===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:o===this.currencyFormat.negativePrefix),s=g=>{if(i(g))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(g))return g;if(g.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(g)}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=Td(this.currencyFormat.onlyDigits(u)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,_=C===""&&r&&(this.currencyFormat.minusSign===void 0?o===n.slice(0,-2)+this.currencyFormat.negativeSuffix:o===n.slice(0,-1));return M||_||i(C)?o:C.match(/\d+/)?{numberValue:+`${r?"-":""}${C}.${p}`,fractionDigits:p}:""}}class iZ extends Vd{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?"-":""}${Td(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:i,fractionDigits:i.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const sZ={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 aZ{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={...sZ,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new rZ(this.options),this.numberMask=this.options.autoDecimalDigits?new iZ(this.currencyFormat):new lZ(this.currencyFormat);const o={[co.precision]:this.currencyFormat.maximumFractionDigits,[co.thousands]:3,[co.millions]:6,[co.billions]:9};this.valueScaling=this.options.valueScaling?o[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==co.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===Nn.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&&jd.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&&Ui(this.formattedValue,C)===Ui(o,C)+1)return M-p-1;if(M<p)return r;if(u!==void 0&&o.indexOf(u)!==-1){const _=o.indexOf(u)+1;if(Math.abs(M-o.length)>1&&r<=_)return this.formattedValue.indexOf(u)+1;!this.options.autoDecimalDigits&&r>_&&this.currencyFormat.onlyDigits(o.substring(_)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===Nn.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===Nn.hidden){if(f){if(o<=1)return 1;if(n.endsWith(")")&&o>n.indexOf(")"))return this.formattedValue.length-1}}else{const _=f?c.length:s.length;if(o>=n.length-_)return this.formattedValue.length-_;if(o<p)return p}let M=o;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==Nn.hidden&&o>=p&&u!==void 0&&C.includes(u)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&d!==void 0&&(M-=Ui(n.substring(0,o),d)),M}setCaretPosition(n,o=n){this.el.setSelectionRange(n,o)}}const cZ=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Qi(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),_=e.version.startsWith("3"),g=_&&((s=C==null?void 0:C.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),m=e.computed(()=>M==null?void 0:M[_?"modelValue":"value"]),y=_?"update:modelValue":"input",w=g?"update:modelValue":"change";return e.watch(d,x=>{var E;if(x){const D=cZ((E=x==null?void 0:x.$el)!==null&&E!==void 0?E:x);D?(c=new aZ({el:D,options:t,onInput:L=>{!g&&n!==!1&&m.value!==L.number&&(p==null||p(y,L.number)),f.value=L.number,u.value=L.formatted},onChange:L=>{n!==!1&&(p==null||p(w,L.number))}}),c.setValue(m.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:x=>c==null?void 0:c.setValue(x),setOptions:x=>c==null?void 0:c.setOptions(x)}}const fCe="",dZ=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),uZ=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}=Qi(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 _=m2;return e.openBlock(),e.createBlock(_,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:c,modelValue:e.unref(d),"onUpdate:modelValue":M[0]||(M[0]=g=>e.isRef(d)?d.value=g:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[dZ]),_:1},16,["modelValue","style"])}}}),fZ={install(t){t.component("PlCurrency",uZ)}},n3=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(!1),i=e.ref(),s=e.ref(),c=e.ref(0),d=e.ref(0),u=e.computed(()=>n.trigger==="hover"&&g.value>730),f=e.computed(()=>n.trigger==="click"||g.value<=730),{isOutside:C}=BH(i),p=()=>{const L=i.value.getBoundingClientRect(),k=L.left+L.width/2,N=L.top+L.height/2,T=document.elementsFromPoint(k,N)[0];return!i.value.contains(T)};e.watch(()=>C.value,L=>{u.value&&(L?w():p()||y())});const M=e.ref(!1),_=async()=>{await e.nextTick();const L=i.value;if(!L)return;const k=L.cloneNode(!0);k.style.visibility="hidden",k.style.position="absolute",k.style.whiteSpace="nowrap",k.classList.remove("text-truncate"),i.value.appendChild(k);const N=k.offsetWidth>L.offsetWidth;M.value=N,i.value.removeChild(k)},{width:g}=St(),m=e.ref(0);e.onMounted(()=>{const L=new ResizeObserver(k=>{k.forEach(N=>{m.value=N.contentRect.width})});L.observe(i.value),e.onUnmounted(()=>{L.disconnect()})}),e.watch([g,m],()=>{n.truncated&&_()},{immediate:!0});const y=()=>{!o.value&&(!n.truncated||M.value)&&((n.delay===void 0&&n.truncated||n.delay)&&u.value?setTimeout(()=>{C.value||(o.value=!0)},900):o.value=!0)},w=()=>{r.value=!0,setTimeout(()=>{(C.value||f.value)&&(o.value=!1),r.value=!1},200)},x=L=>!!L&&L().length>0&&!!L()[0].children||!!L()[0].props,E=()=>{if(!s.value)return{top:0,left:0};const L=i.value.parentElement.getBoundingClientRect(),k=c.value,N=d.value,v=i.value.parentElement.offsetWidth,T=i.value.parentElement.offsetHeight;let S="",O="",B="";k>40&&(B="12px");const V=L.left+v-N,Q=window.innerWidth-(L.left+N),G=document.documentElement.clientWidth,P=Q<0&&V>=Q,j=V<0,U=window.innerWidth-(N+L.left+v+4),z=L.left-N-4;switch(n.placement){case"top-right":O=P?`${G-N-10}px`:j?"10px":O=`${L.left+v-N+16}px`,S=`${L.top-k-4}px`;break;case"top":O=P?`${G-N-10}px`:j?"10px":`${L.left+v/2-N/2}px`,S=`${L.top-k-4}px`;break;case"top-left":O=P?`${G-N-10}px`:j?"10px":`${L.right-v-16}px`,S=`${L.top-k-4}px`;break;case"bottom-right":O=P?`${G-N-10}px`:j?"10px":`${L.left+v-N+16}px`,S=`${L.top+T+4}px`;break;case"bottom":O=P?`${G-N-10}px`:j?"10px":`${L.left+v/2-N/2}px`,S=`${L.top+T+4}px`;break;case"bottom-left":O=P?`${G-N-10}px`:j?"10px":`${L.right-v-16}px`,S=`${L.top+T+4}px`;break;case"right-top":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top}px`;break;case"right":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top+T/2-k/2}px`;break;case"right-bottom":O=U<0&&V>=U?`${L.left-N-4}px`:`${L.left+v+4}px`,S=`${L.top+T-k}px`;break;case"left-top":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top}px`;break;case"left":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top+T/2-k/2}px`;break;case"left-bottom":O=z<0&&V>=z?`${L.left+v+4}px`:`${L.left-N-4}px`,S=`${L.top+T-k}px`;break}return{top:S,left:O,borderRadius:B,width:n.width}},D=e.computed(()=>E());return e.onUpdated(()=>{s.value&&(c.value=s.value.parentElement.offsetHeight,d.value=s.value.parentElement.offsetWidth)}),e.watch(o,L=>{L&&Y1("scroll",w)}),wn(i,()=>{w()},{ignore:[s]}),(L,k)=>{const N=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[u.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:i,class:"d-grid"},[e.renderSlot(L.$slots,"default")],512)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:i,class:"d-grid"},[e.renderSlot(L.$slots,"default")])),[[N,y]]),o.value&&!L.disabled&&x(L.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:2,"data-testid":"tooltipPlus",style:e.normalizeStyle(D.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":r.value}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre"},[e.renderSlot(L.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)])}}}),hCe="",pZ={key:0,class:"pl-autocomplete__prefix-container"},hZ={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},CZ=["id","prop","placeholder","value","disabled"],gZ={class:"pl-autocomplete__suffix-container"},mZ=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=$H(),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 _=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",pZ,[e.createVNode(_,{name:i.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",hZ,[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]=g=>{var m;C.value=(m=g.target)==null?void 0:m.value}),onBlur:f,onFocus:u},null,40,CZ)]),e.createElementVNode("div",gZ,[!i.disabled&&i.clearable&&C.value?(e.openBlock(),e.createBlock(_,{key:0,name:"Close16",onClick:e.withModifiers(c,["stop"])})):e.createCommentVNode("",!0)])],2)}}}),CCe="",gCe="",mCe="";function _Z(t,n=!1,o=2){let r=parseFloat(`${t}`);return Number.isNaN(r)&&(r=0),n&&(r=Math.floor(r),o=0),r.toLocaleString("ru-RU",{maximumFractionDigits:o,minimumFractionDigits:o,style:"currency",currency:"RUB"})}const Kl=Xt(_Z,"formatCurrency"),Id=t=>`•• ${t.substring(t.length-4,t.length)}`,_Ce="",MZ={class:"match-text"},yZ={key:1},Jl=vt({__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",MZ,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",yZ,e.toDisplayString(n.modelValue),1))}},[["__scopeId","data-v-3fd3b727"]]),wZ={key:0,class:"pl-option__left-icon-container"},NZ={class:"pl-option__text-container"},bZ=["data-testid"],DZ={key:0,class:"pl-option__text-description","data-testid":"accountNum"},kZ={key:1,class:"pl-option__text-description","data-testid":"optionDescription"},LZ={key:1,class:"pl-option__right-icon-container"},xZ={key:0,class:"pl-option__summ","data-testid":"accountSumm"},EZ=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=>({"2dc24df1":t.width,"282b434e":t.leftIconColor,f3b4783a:t.rightIconColor,aaa70088: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",wZ,[e.createVNode(C1,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",NZ,[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(Jl,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])],10,bZ),n.description&&n.summ!==null?(e.openBlock(),e.createElementBlock("span",DZ,e.toDisplayString(e.unref(Id)(n.description)),1)):n.description?(e.openBlock(),e.createElementBlock("span",kZ,[e.createVNode(Jl,{"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",LZ,[n.summ!==null?(e.openBlock(),e.createElementBlock("span",xZ,e.toDisplayString(e.unref(Kl)(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))}}),yCe="",zd=vt(EZ,[["__scopeId","data-v-ce1d0428"]]);function vZ(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 W2=Xt(vZ,"declOfNum"),SZ=["id"],$Z={key:0,class:"pl-autocomplete__dropdown-count-search-container"},TZ={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},jZ={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} ${W2(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=ro,p=Ul;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",$Z,[u.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",TZ,null,512)),[[p,u.loadingSuggestions]]):(e.openBlock(),e.createElementBlock("span",jZ,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,_=>(e.openBlock(),e.createBlock(zd,{key:_.value,active:c(_),description:_.bottomText,label:_.value,"search-value":u.query,"disable-marker-bottom":o.disableMarkerBottom,onClick:e.withModifiers(g=>i(_),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,SZ)):e.createCommentVNode("",!0)]}),_:1})}}}),wCe="";function OZ(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 dr={exports:{}};const VZ=Qy(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 OZ<"u"){var Yi="",Hd=VZ;if(Hd.networkInterfaces)var Ri=Hd.networkInterfaces();if(Ri){e:for(let t in Ri){const n=Ri[t],o=n.length;for(var o3=0;o3<o;o3++)if(n[o3]!==void 0&&n[o3].mac&&n[o3].mac!="00:00:00:00:00:00"){Yi=n[o3].mac;break e}}Pd=Yi?parseInt(Yi.replace(/\:|\D+/gi,"")).toString(36):""}}dr.exports=dr.exports.default=function(t,n){return(t||"")+Pd+Ad+ur().toString(36)+(n||"")},dr.exports.process=function(t,n){return(t||"")+Ad+ur().toString(36)+(n||"")},dr.exports.time=function(t,n){return(t||"")+ur().toString(36)+(n||"")};function ur(){var t=Date.now(),n=ur.last||t;return ur.last=t>n?t:n+1}var IZ=dr.exports;const t2=et(IZ),zZ=["id"],BZ={class:"pl-autocomplete__label-container-text"},AZ={key:0,class:"pl-autocomplete__label"},PZ={key:1,class:"pl-autocomplete__optional"},HZ={key:1,class:"pl-autocomplete__helpertext-container"},ZZ={key:0,class:"pl-autocomplete__error"},UZ={key:1,class:"pl-autocomplete__helpertext"},QZ=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 G;e.useCssVars(P=>({"6d0d07fc":o.width}));const o=t,r=`id-${t2()}`,i=n,s=e.ref([]);if(o.prop){const P=e.inject("errorsState",[]);P&&e.watch(P,()=>{s.value=P.value.filter(j=>j.field===o.prop),M()},{deep:!0})}const c=e.computed(()=>s.value.length),d=e.ref(),u=e.ref();wn(d,()=>{L()},{ignore:[u]});const f=e.ref(0),C=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${C.value}px`),M=()=>{const P=document.getElementById(`pl-autocomplete__select-container-${r}`);if(!P)return;const j=P.getBoundingClientRect(),U=P.querySelector(".pl-autocomplete__label-container"),z=P.querySelector(".pl-autocomplete__helpertext-container"),F=U?U.offsetHeight:-4,W=z?z.offsetHeight:-4;o.teleport?(f.value=j.y+j.height+window.scrollY,C.value=j.x):f.value=j.height-W,e.nextTick(()=>{const H=document.getElementById(`dropdown-${r}`);if(!H)return;const K=H.getBoundingClientRect();K.bottom>_.value?o.teleport?f.value=f.value-K.height-(j.height-F):f.value=f.value-K.height-(j.height-F-W)-4:o.teleport?f.value=j.y+j.height+window.scrollY-W-4:f.value=j.height-W-4})},_=e.ref(St().height);(G=window.visualViewport)==null||G.addEventListener("resize",function(P){const j=P.target;j&&(_.value=j.height)});const g=e.ref(),m=()=>{clearTimeout(g.value),g.value=setTimeout(M)};e.watch(_,()=>{m()});const{isScrolling:y}=ao(window);e.watch(y,()=>{M()});const w=()=>{const P=document.getElementById(r);P&&(P.dispatchEvent(new Event("focus")),P.focus(),k.value=!0)},x=(P=!0)=>{const j=document.getElementById(r);j&&(j.dispatchEvent(new Event("blur")),P&&(j.blur(),k.value=!1))},E=()=>{k.value=!0},D=()=>{o.disabled||w()},L=()=>{var P;k.value&&(o.memoryBlur?Q():(P=S.value)!=null&&P.value?e.nextTick(()=>{v.value=S.value.value}):v.value="",x())},k=e.ref(!1);e.watch(k,()=>{e.nextTick(()=>{const P=document.getElementById(`pl-autocomplete__select-container-${r}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${r}`);j&&(j.style.maxWidth=P,o.teleport&&(j.style.zIndex="2013")),M()})});const N=e.ref(!1),v=e.ref(""),T=e.ref(!1);e.watch(v,P=>{(P==null?void 0:P.length)>=o.symbolsCountSearch&&!T.value?(N.value=!0,i("fetchDadata",P)):(T.value=!1,N.value=!1),m()}),e.watch(()=>o.suggestionList,()=>{M(),N.value=!1});const S=e.computed({get:()=>o.modelValue,set:P=>{i("update:modelValue",P)}});e.onMounted(()=>{S.value.value&&(v.value=S.value.value)}),e.watch(S,P=>{v.value=P.value;const j=document.getElementById(r);j&&(j.dispatchEvent(new Event("change")),T.value=!0,setTimeout(()=>T.value=!1))});const O=e.ref(!1),B=P=>{P.disabled||(O.value=!0,S.value=P,v.value=P.value,i("changeValue",P),L())},V=()=>{S.value={},v.value="",i("changeValue",{}),x()},Q=()=>{!O.value&&v.value!==S.value.value&&(S.value={value:v.value,data:!1,bottomText:""},e.nextTick(()=>{i("changeValue",S.value)})),O.value=!1};return(P,j)=>{const U=n3;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:D},[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:j[0]||(j[0]=z=>k.value&&x(!1))},[e.createElementVNode("div",BZ,[o.label?(e.openBlock(),e.createElementBlock("span",AZ,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",PZ,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(U,{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(mZ,{id:r,modelValue:v.value,"onUpdate:modelValue":j[1]||(j[1]=z=>v.value=z),"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:L,onReset:V,onFocusEmit:E},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop"]),o.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",HZ,[s.value.length>0?(e.openBlock(),e.createElementBlock("span",ZZ,e.toDisplayString(s.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",UZ,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,zZ),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(Bd,{id:r,ref_key:"dropdownRef",ref:u,focus:k.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":N.value,query:v.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":S.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:B},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:k.value,helpertext:o.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":N.value,query:v.value,"symbols-count-search":o.symbolsCountSearch,"suggestion-list":o.suggestionList,"disable-marker-bottom":o.disableMarkerBottom,"uniq-key":o.uniqKey,"selected-value":S.value,"default-drop-text":o.defaultDropText,"no-data":o.noData,onSelectValue:B},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"]))])}}}),DCe="",YZ={install(t){t.component("PlAutocomplete",QZ)}},kCe="",RZ={key:0,class:"pl-card__img-container"},FZ=["src"],WZ={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},GZ={__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",WZ)):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",RZ,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,FZ)])):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))}},qZ={install(t){t.component("PlCard",GZ)}},LCe="",KZ={id:"plCheckbox"},JZ=["id","name","disabled"],XZ=["for"],eU={__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"?t2():c.value);return(u,f)=>(e.openBlock(),e.createElementBlock("div",KZ,[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,JZ),[[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,XZ)]))}},tU={install(t){t.component("PlCheckbox",eU)}},Xl=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))}}),bn=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))}}),Fi=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=bn,s=Xl;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)}}}),xCe="",nU=["src"],oU=["src"],rU={key:0},lU=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,nU)):o.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:c.value,alt:"Check"},null,8,oU)):e.createCommentVNode("",!0)],2),o.label?(e.openBlock(),e.createElementBlock("label",rU,[e.createVNode(Fi,{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}]])}}}),ECe="",fr=vt(lU,[["__scopeId","data-v-5faeac65"]]),iU={install(t){t.component("PlCheckboxPlus",fr)}};var sU={exports:{}};(function(t,n){(function(o,r){t.exports=r(F8)})(x1,function(o){function r(g){return g&&typeof g=="object"&&"default"in g?g:{default:g}}var i=r(o),s="января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),c="январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),d="янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),u="янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_"),f=/D[oD]?(\[[^[\]]*\]|\s)+MMMM?/;function C(g,m,y){var w,x;return y==="m"?m?"минута":"минуту":g+" "+(w=+g,x={mm:m?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[y].split("_"),w%10==1&&w%100!=11?x[0]:w%10>=2&&w%10<=4&&(w%100<10||w%100>=20)?x[1]:x[2])}var p=function(g,m){return f.test(m)?s[g.month()]:c[g.month()]};p.s=c,p.f=s;var M=function(g,m){return f.test(m)?d[g.month()]:u[g.month()]};M.s=u,M.f=d;var _={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(g){return g},meridiem:function(g){return g<4?"ночи":g<12?"утра":g<17?"дня":"вечера"}};return i.default.locale(_,null,!0),_})})(sU);const vCe="",aU={class:"date-switcher__container"},cU={class:"date-switcher date-switcher__month"},dU={class:"date-switcher__arrow date-switcher__arrow-left"},uU={class:"date-switcher__month-name"},fU={class:"date-switcher__arrow date-switcher__arrow-right"},pU={class:"date-switcher date-switcher__year"},hU={class:"date-switcher__arrow date-switcher__arrow-left"},CU={class:"date-switcher__year-name"},gU={class:"date-switcher__arrow date-switcher__arrow-right"},mU={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){ie.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 _=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",aU,[e.createElementVNode("div",cU,[e.withDirectives(e.createElementVNode("div",dU,null,512),[[_,d]]),e.createElementVNode("span",uU,e.toDisplayString(c(e.unref(r).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",fU,null,512),[[_,u]])]),e.createElementVNode("div",pU,[e.withDirectives(e.createElementVNode("div",hU,null,512),[[_,f]]),e.createElementVNode("span",CU,e.toDisplayString(c(e.unref(r).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",gU,null,512),[[_,C]])])])}}},_U=[{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}}],MU=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],SCe="",$Ce="",TCe="",yU={class:"pl-input-legacy"},wU=["src"],NU=["src"],bU=["src"],DU=["src"],kU=["src"],Wi={__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:_,valueRange:g,password:m}=e.toRefs(u),y=e.computed({get:()=>u.modelValue,set:P=>{f("update:modelValue",P)}}),w=e.reactive({[u.prop]:y}),x=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(g),...e.unref(_)}),{inputRef:E,formattedValue:D,setValue:L}=Qi(x);e.unref(p)&&e.watch(y,P=>{L(P)});const k=(P,j,U)=>{f("validate",P,j,U)};e.watch(y,P=>{w[u.prop]=P});const N=P=>{u.type==="number"?!isNaN(P)&&!P.includes(".")&&!P.includes("+")&&!P.includes("-")&&!P.includes(",")&&f("update:modelValue",P):f("update:modelValue",P)},v=P=>{let U=P.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{U.focus()})},T=e.computed(()=>{switch(u.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),S=e.ref("password"),O=P=>{S.value=S.value==="password"?"text":"password",v(P)},B=()=>{f("update:modelValue","")};let V=e.ref(0);const Q="id"+Math.random();setTimeout(()=>{const P=document.getElementById(`${Q}`);V.value=P==null?void 0:P.children[0].children[0].clientWidth},0),e.watch(C,P=>{P&&(d.value.validate(),f("isValid"))});const G=P=>{const{keyCode:j}=P;if(j>=96&&j<=105||j>=48&&j<=57||j===46||j===8){const{selectionStart:U,selectionEnd:z}=P.target,F=P.target.value.length;setTimeout(()=>{let W=P.target.value.length;j===46&&(W+=1);let H;U===z||U+1===z?(H=U+(W-F),j===8&&(W===F?H-=1:z!==U&&(H+=1)),H<0&&(H=0),z===U&&z===H&&W===F&&j!==8&&j!==46&&(H+=1)):H=z-F+W,P.target.selectionStart=H,P.target.selectionEnd=H})}};return(P,j)=>{const U=m2,z=R4,F=Y4,W=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",yU,[e.createVNode(F,{ref_key:"refInput",ref:d,"label-position":"top",model:w,rules:t.rules,onValidate:k,onSubmit:j[9]||(j[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,wU)):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,NU)):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:B},null,10,bU)):e.createCommentVNode("",!0),u.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(V)+"px"})},e.toDisplayString(u.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:Q},[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(U,{key:0,modelValue:y.value,"onUpdate:modelValue":j[0]||(j[0]=H=>y.value=H),disabled:u.disabled,placeholder:u.placeholder,type:T.value,resize:"none",onInput:N,onBlur:j[1]||(j[1]=H=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[W,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(U,e.mergeProps({key:2},P.$attrs,{ref_key:"inputRef",ref:E,modelValue:e.unref(D),"onUpdate:modelValue":j[7]||(j[7]=H=>e.isRef(D)?D.value=H:null),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,resize:"none",onKeydown:G,onBlur:j[8]||(j[8]=H=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:j[6]||(j[6]=H=>v(H))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(U,e.mergeProps({key:1,modelValue:y.value,"onUpdate:modelValue":j[4]||(j[4]=H=>y.value=H),class:{padding:u.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:u.disabled,placeholder:u.placeholder,type:e.unref(m)?S.value:T.value,resize:"none"},P.$attrs,{autosize:{minRows:3,maxRows:6},clearable:u.clearable,onInput:N,onBlur:j[5]||(j[5]=H=>f("blur"))}),e.createSlots({_:2},[e.unref(m)?{name:"append",fn:e.withCtx(()=>[S.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:j[2]||(j[2]=H=>O(H))},null,8,DU)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(c),alt:"",onClick:j[3]||(j[3]=H=>O(H))},null,8,kU))]),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"])])}}},jCe="",LU={class:"date-picker"},xU={class:"date-picker__wrapper"},EU={class:"pl-date-picker__days"},vU={class:"field"},SU=vt({__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}){ie.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(ie(s.value,"DD.MM.YYYY")),d=e.ref(ie(s.value,"DD.MM.YYYY")),u=e.ref(ie(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=>{ie(k,"DD.MM.YYYY",!0).isValid()?(c.value=ie(k,"DD.MM.YYYY"),d.value=ie(k,"DD.MM.YYYY"),u.value=ie(k,"DD.MM.YYYY")):(c.value=ie(),d.value=ie(),u.value=ie())});const _=_U,g=k=>d.value.date()===k.day&&d.value.month()===k.month&&d.value.year()===k.year&&k.type==="current",m=k=>k.format("DD.MM.YYYY"),y=()=>{u.value=d.value,s.value=m(d.value),r("update:modelValue",d.value.format("DD.MM.YYYY"))},w=(k,N)=>{N?d.value=ie(k,N):d.value=ie().set("date",k.day).set("month",k.month).set("year",k.year),y()},x=k=>{k.weekend||k.type==="previous"||k.type==="next"||w(k),f.value=!1};wn(M,()=>{setTimeout(()=>{c.value=u.value,f.value=!1})});const E=()=>{const k=[],N=[],v=[],T=c.value.date(1).day()===0;if(c.value.date(1).day()>1||T){const V=c.value.subtract(1,"month").endOf("month").date(),Q=T?6:c.value.date(1).day()-1,G=V-Q+1;for(let P=G;P<=V;P++)k.push({day:P,type:"previous"})}const S=_.filter(V=>(V==null?void 0:V.year)===(c==null?void 0:c.value.year()))[0],O=S==null?void 0:S.months[c.value.month()].days.split(","),B=c.value.endOf("month").date();for(let V=1;V<=B;V++)N.push({day:V,month:c.value.month(),year:c.value.year(),type:"current",weekend:i.value?O==null?void 0:O.includes(V.toString()):""});if(c.value.date(c.value.daysInMonth()).day()){const V=7-c.value.date(c.value.daysInMonth()).day();for(let Q=1;Q<=V;Q++)v.push({day:Q,type:"next"})}return[...k,...N,...v]},D=e.ref(E());e.watch(c,()=>{D.value=E()});const L=e.ref(!1);return e.watch(f,k=>{s.value===""&&(c.value=ie(),d.value=ie(),u.value=ie()),k?L.value=!1:L.value=!0}),(k,N)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",LU,[e.createElementVNode("div",xU,[e.createVNode(Wi,{modelValue:s.value,"onUpdate:modelValue":N[0]||(N[0]=T=>s.value=T),"get-valid":L.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(mU,{modelValue:c.value,"onUpdate:modelValue":N[1]||(N[1]=T=>c.value=T)},null,8,["modelValue"]),e.createElementVNode("div",EU,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(MU),(T,S)=>(e.openBlock(),e.createElementBlock("div",{key:S,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(T),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(D.value,(T,S)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${S}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":T.type!=="current"||T.weekend},{"date-picker__day-item_active-item":g(T)}])},[e.createElementVNode("div",vU,e.toDisplayString(T.type!=="previous"&&T.type!=="next"?T.day:""),1)],2)),[[v,()=>x(T)]])),128))])],512)):e.createCommentVNode("",!0)])}}},[["__scopeId","data-v-0c3171a3"]]),$U={key:0,class:"pl-input__prefix"},TU=["id","name","disabled","placeholder","prop"],jU=e.createElementVNode("div",{class:"pl-input__suffix"},[e.createElementVNode("span",{class:"pl-input__currency"},"₽")],-1),OU=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:Nn.hidden,precision:o.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:o.valueRange,...o.currencyInputOptions}),{inputRef:i,formattedValue:s,setValue:c}=Qi(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",$U,[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,TU),[[e.vModelDynamic,e.unref(s)]]),jU],6))}}),VU={key:0,class:"pl-input__prefix"},IU=["id","value","name","type","disabled","placeholder","prop","autocomplete"],zU={class:"pl-input__suffix"},BU=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=()=>{var f;o.disabled||(s.value=!s.value,(f=document.getElementById(o.id))==null||f.blur())},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",VU,[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,IU),e.createElementVNode("div",zU,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:c},[e.createVNode(C1,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),AU=["id","name","disabled","maxlength","placeholder","prop"],PU={key:0,class:"pl-textarea__count"},HU={key:0,class:"pl-textarea__count-inner"},ZU={key:1,class:"pl-textarea__count-inner"},UU=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=navigator.userAgent.indexOf("Firefox")>-1,r=t,i=n,s=e.computed({get:()=>r.modelValue,set:c=>{i("update:modelValue",c)}});return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",c.$attrs.class]),style:e.normalizeStyle(c.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:c.id},c.$attrs,{"onUpdate:modelValue":d[0]||(d[0]=u=>s.value=u),class:["pl-textarea__inner",{"pl-textarea__text":c.maxlength},{"firefox-scrollbar":o}],name:c.id,disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop}),null,16,AU),[[e.vModelText,s.value]]),r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",PU,[s.value&&typeof s.value!="number"?(e.openBlock(),e.createElementBlock("span",HU,e.toDisplayString(s.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",ZU," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),QU={key:0,class:"pl-input__prefix"},YU=["id","name","disabled","maxlength","placeholder","prop"],RU={key:1,class:"pl-input__suffix"},FU={key:2,class:"pl-input__suffix"},WU={key:3,class:"pl-input__count"},GU={key:0,class:"pl-input__count-inner"},qU={key:1,class:"pl-input__count-inner"},KU=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","custom-blur"],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?(r("custom-blur"),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",QU,[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,YU),[[e.vModelDynamic,i.value]]),!o.disabled&&o.clearable&&i.value?(e.openBlock(),e.createElementBlock("div",RU,[!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",FU,[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",WU,[i.value&&typeof i.value!="number"?(e.openBlock(),e.createElementBlock("span",GU,e.toDisplayString(i.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",qU," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),JU={key:0,class:"pl-input__label"},XU={key:1,class:"pl-input__optional"},eQ={key:1,class:"pl-input__helpertext"},tQ={key:0,class:"pl-form-item__error"},nQ={key:1},oQ=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","custom-blur"],setup(t,{expose:n,emit:o}){e.useCssVars(_=>({"3c4ce7f0":r.width}));const r=t,i=`id-${t2()}`,s=e.ref([]);if(r.prop){const _=e.inject("errorsState",[]);e.watch(_,()=>{s.value=_.value.filter(m=>m.field===r.prop);const g=document.getElementById(i).parentElement;s.value.length?g.classList.add("is-error"):g.classList.remove("is-error")},{deep:!0})}const c=o,d=e.computed({get:()=>r.modelValue,set:_=>{c("update:modelValue",_)}});e.watch(d,()=>{document.getElementById(i).dispatchEvent(new Event("change"))});const u=()=>{r.disableTrim||e.nextTick(()=>{const g=document.getElementById(i).value.replace(/\s+/g," ").trim();d.value=g,c("blur")})},f=(_=!1)=>{const g=document.getElementById(i);g&&(r.customBlur&&typeof _=="boolean"&&_?g.dispatchEvent(new Event("blur")):g.blur())},C=()=>{var _;c("resetValue"),r.focusOnReset||(_=document.getElementById(i))==null||_.blur()},p=()=>{var _;(_=document.getElementById(i))==null||_.focus()};return n({blurInput:f,focusInput:p,getId:()=>i}),(_,g)=>{const m=n3,y=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",_.$attrs.class]),style:e.normalizeStyle(_.$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",JU,e.toDisplayString(r.label),1)):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createElementBlock("span",XU,e.toDisplayString(r.optional),1)):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(m,{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(OU,e.mergeProps({key:0,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[0]||(g[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:g[1]||(g[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(BU,e.mergeProps({key:1,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[2]||(g[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(UU,e.mergeProps({key:2,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[3]||(g[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(KU,e.mergeProps({key:3,id:i},_.$attrs,{modelValue:d.value,"onUpdate:modelValue":g[4]||(g[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,onCustomBlur:g[5]||(g[5]=w=>c("custom-blur")),onResetValue:C,onTouchstart:g[6]||(g[6]=()=>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",eQ,[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createElementBlock("span",tQ,e.toDisplayString(s.value[0].message),1)):r.helpertext?(e.openBlock(),e.createElementBlock("span",nQ,e.toDisplayString(r.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],38)}}}),VCe="",e0=vt(oQ,[["__scopeId","data-v-3882ae98"]]);var Zd={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(x1,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 rQ=Zd.exports;const Gi=et(rQ);var Ud={exports:{}};(function(t,n){(function(o,r){t.exports=r()})(x1,function(){return function(o,r,i){var s=r.prototype,c=function(M){var _,g=M.date,m=M.utc,y={};if(!((_=g)===null||_ instanceof Date||_ instanceof Array||s.$utils().u(_)||_.constructor.name!=="Object")){if(!Object.keys(g).length)return new Date;var w=m?i.utc():i();Object.keys(g).forEach(function(T){var S,O;y[S=T,O=s.$utils().p(S),O==="date"?"day":O]=g[T]});var x=y.day||(y.year||y.month>=0?1:w.date()),E=y.year||w.year(),D=y.month>=0?y.month:y.year||y.day?0:w.month(),L=y.hour||0,k=y.minute||0,N=y.second||0,v=y.millisecond||0;return m?new Date(Date.UTC(E,D,x,L,k,N,v)):new Date(E,D,x,L,k,N,v)}return g},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){m===void 0&&(m=1);var y=Object.keys(_),w=this;return y.forEach(function(x){w=M.bind(w)(_[x]*m,x)}),w};s.set=function(M,_){return _=_===void 0?M:_,M.constructor.name==="Object"?p.bind(this)(function(g,m){return u.bind(this)(m,g)},_,M):u.bind(this)(M,_)},s.add=function(M,_){return M.constructor.name==="Object"?p.bind(this)(f,M,_):f.bind(this)(M,_)},s.subtract=function(M,_){return M.constructor.name==="Object"?p.bind(this)(f,M,_,-1):C.bind(this)(M,_)}}})})(Ud);var lQ=Ud.exports;const qi=et(lQ),ICe="",Qd=t=>(e.pushScopeId("data-v-ac56b7a7"),t=t(),e.popScopeId(),t),iQ=["id"],sQ=["src"],aQ={class:"date-switcher__container flex-column"},cQ={class:"d-flex pb-6 justify-content-between"},dQ={class:"date-switcher justify-content-center flex-column"},uQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),fQ={class:"date-switcher justify-content-center flex-column"},pQ=Qd(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),hQ={class:"d-flex pt-2 justify-content-between"},CQ={class:"date-switcher date-switcher__month"},gQ={class:"date-switcher__month-name"},mQ={class:"date-switcher date-switcher__year"},_Q={class:"date-switcher__year-name"},MQ={class:"pl-date-picker__days"},yQ=["onClick","onMousemove"],wQ={class:"field"},NQ={class:"pl-date-picker__buttons"},bQ=vt({__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;ie.locale("ru"),ie.extend(Gi),ie.extend(qi);const i=t,{isClose:s}=e.toRefs(i),c=o,d=([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g,ye=>(ye^crypto.getRandomValues(new Uint8Array(1))[0]&15>>ye/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=ye=>ye.includes("-")?ie(ye.split("-")[0],"DD.MM.YYYY",!0).isValid()&&ie(ye.split("-")[1],"DD.MM.YYYY",!0).isValid():ie(ye,"DD.MM.YYYY",!0).isValid(),_=e.ref(ie()),g=e.ref(ie()),m=e.ref(ie()),y=e.ref(ie()),w=e.ref(ie().format("DD.MM.YYYY")),x=e.ref(ie().format("DD.MM.YYYY")),E=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let D=[];const L=e.ref("");e.onMounted(()=>{k(i.modelValue)}),e.watch(()=>i.modelValue,ye=>{ye.length===2&&k(ye)}),e.watch(L,ye=>{M(ye)?(ye.split("-").length===2&&(g.value=ie(ye.split("-")[0].split(".").reverse().join("-")),m.value=ie(ye.split("-")[1].split(".").reverse().join("-")),D=[g.value,m.value],w.value=V(g.value),x.value=V(m.value),N(D)),g.value.isAfter(m.value)&&(m.value=D[0],g.value=D[1],D=[g.value,m.value],w.value=V(g.value),x.value=V(m.value),N(D))):N(),O()});const k=ye=>{if(ye&&ye.length===2){const oe=ie(ye[0]).format("YYYY-MM-DD").split("-").reverse().join("."),be=ie(ye[1]).format("YYYY-MM-DD").split("-").reverse().join("."),re=oe+"-"+be;M(re)&&(L.value=`${oe}-${be}`)}},N=(ye=[])=>{let oe=ye;oe.length===2&&(oe=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")]),c("update:modelValue",oe)},v=(ye,oe)=>{M(ye.target.value)&&(oe?ie(ye.target.value.split(".").reverse().join("-")).isAfter(g.value)&&(m.value=ie(ye.target.value.split(".").reverse().join("-"))):ie(ye.target.value.split(".").reverse().join("-")).isBefore(m.value)&&(g.value=ie(ye.target.value.split(".").reverse().join("-"))),D=[g.value,m.value],O())},T=ye=>{let oe;ye?M(w.value)||(w.value=V(g.value)):M(x.value)||(x.value=V(m.value)),ie(w.value.split(".").reverse().join("-")).isAfter(ie(x.value.split(".").reverse().join("-")))&&(oe=w.value,w.value=x.value,x.value=oe),g.value=ie(w.value.split(".").reverse().join("-")),m.value=ie(x.value.split(".").reverse().join("-")),D=[g.value,m.value],O()},S=()=>{M(L.value)||(L.value="")},O=()=>{ce={day:g.value.date(),month:g.value.month(),year:g.value.year()},_e={day:m.value.date(),month:m.value.month(),year:m.value.year()},me(_e),fe=!1},B=ye=>ye.charAt(0).toUpperCase()+ye.slice(1),V=ye=>ye.format("DD.MM.YYYY"),Q=()=>{_.value=_.value.set("date",1).subtract(1,"month")},G=()=>{_.value=_.value.set("date",1).add(1,"month")},P=()=>{_.value=_.value.set("date",1).subtract(1,"year")},j=()=>{_.value=_.value.set("date",1).add(1,"year")},U=(ye,oe)=>oe.date()===ye.day&&oe.month()===ye.month&&oe.year()===ye.year,z=ye=>D.length===2?U(ye,g.value)||U(ye,m.value):U(ye,g.value),F=ye=>{const oe=m.value.isAfter(g.value),be=m.value.isSame(g.value,"day");if(D.length===2){if(!be){if(U(ye,g.value))return oe?Me:Ie;if(U(ye,m.value))return oe?Ie:Me}}else return},W=()=>{$e({day:ie().date(),month:ie().month(),year:ie().year(),type:"current"}),fe=!1,m.value=ie(),g.value=ie(),w.value=g.value.format("DD.MM.YYYY"),x.value=m.value.format("DD.MM.YYYY"),_.value=g.value,D=[],L.value="",c("changeOpen",!0)},H=()=>{M(L.value)||(m.value=ie(),g.value=ie(),w.value=g.value.format("DD.MM.YYYY"),x.value=m.value.format("DD.MM.YYYY")),O(),c("changeOpen",!0)};e.watch(s,()=>{M(L.value)?(w.value=ie(L.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),x.value=ie(L.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),m.value=ie(L.value.split("-")[1].split(".").reverse().join("-")),g.value=ie(L.value.split("-")[0].split(".").reverse().join("-")),D=[g.value,m.value],O()):(w.value=ie().format("DD.MM.YYYY"),x.value=ie().format("DD.MM.YYYY"),m.value=ie(),g.value=ie(),D=[],O()),_.value=g.value});const K=e.ref(null);wn(K,()=>{setTimeout(()=>{H()})});const ae=()=>{O()},pe=()=>{_.value=g.value,D.length===0||D.length===1?(y.value=g.value,w.value=V(g.value)):(y.value=m.value,x.value=V(m.value)),g.value.isAfter(m.value)?L.value=m.value.format("DD.MM.YYYY")+"-"+g.value.format("DD.MM.YYYY"):L.value=g.value.format("DD.MM.YYYY")+"-"+m.value.format("DD.MM.YYYY"),c("changeOpen",!0)},ge=()=>{const ye=[],oe=[],be=[],re=_.value.date(1).day()===0;if(_.value.date(1).day()>1||re){const se=_.value.subtract(1,"month").endOf("month").date(),ve=re?6:_.value.date(1).day()-1,ee=se-ve+1,he=_.value.month()===0?_.value.year()-1:_.value.year(),Y=_.value.month()===0?11:_.value.month()-1;for(let Le=ee;Le<=se;Le++)ye.push({day:Le,month:Y,year:he,type:"previous"})}const X=_.value.endOf("month").date();for(let se=1;se<=X;se++)oe.push({day:se,month:_.value.month(),year:_.value.year(),type:"current"});if(_.value.date(_.value.daysInMonth()).day()){const se=7-_.value.date(_.value.daysInMonth()).day(),ve=_.value.month()===11?_.value.year()+1:_.value.year(),ee=_.value.month()===11?0:_.value.month()+1;for(let he=1;he<=se;he++)be.push({day:he,month:ee,year:ve,type:"next"})}return[...ye,...oe,...be]};let fe,ce,_e,Me="pl-date-picker__day-item_active-item-range-left",Ie="pl-date-picker__day-item_active-item-range-right",Ae="pl-date-picker__day-item_svg-circle-background";const Ee=e.ref(ge()),$e=ye=>{ye.type!=="previous"&&ye.type!=="next"&&(fe?He(ye,m,1):He(ye,g,0))},He=(ye,oe,be)=>{oe.value=Oe(ye),fe=!be,be?(x.value=V(m.value),m.value.isBefore(g.value)&&(w.value=V(m.value),x.value=V(g.value))):(D=[],ce=ye,_e=ye,w.value=V(g.value)),ye.type!=="previous"&&ye.type!=="next"&&(me(ye),D[be]=ye)},Oe=ye=>ie(`${ye.year}-${(ye.month+1).toString().padStart(2,"0")}-${ye.day.toString().padStart(2,"0")}`),Ke=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let c1=!1,d1=!1,Te=!1,Je=!1,r1=[],n1=0;const me=(ye,oe)=>{if(fe){n1=0,r1.push(ye);for(let be=0;be<Ee.value.length;be++)Ee.value[be].type==="current"&&(n1+=1);r1.length-1===n1?_e=r1[0]:_e=ye}else r1=[];if(ce&&_e&&!oe&&fe&&Array.from(Ke.value).forEach((be,re)=>{c1=Oe(Ee.value[re]).isSame(Oe(_e)),d1=Oe(_e).isAfter(Oe(ce)),Te=Oe(_e).isBefore(Oe(ce)),Je=Oe(Ee.value[re]).isBetween(Oe(ce),Oe(_e)),Oe(Ee.value[re]).isSame(Oe(ce))?(be.classList.toggle(Ie,Te),be.classList.toggle(Me,d1)):D.length===1&&(c1?(be.classList.toggle(Ae,c1),be.classList.toggle(Ie,d1),be.classList.toggle(Me,Te)):(be.classList.contains(Me)?be.classList.remove(Me):be.classList.remove(Ie),be.classList.toggle("pl-date-picker__background-range",Je&&Ee.value[re].type!=="next"&&Ee.value[re].type!=="previous"),be.classList.toggle(Ae,c1)))}),ce&&_e&&oe)return Oe(ye).isBetween(Oe(ce),Oe(_e))};return n({clearDate:()=>{L.value=""}}),e.watch(_,()=>{Ee.value=ge()}),(ye,oe)=>{const be=e0,re=t3,X=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(Wi,{modelValue:L.value,"onUpdate:modelValue":oe[0]||(oe[0]=se=>L.value=se),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:v,onBlur:S},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(r),alt:"date-picker icon"},null,8,sQ)],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:K,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${u.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",aQ,[e.createElementVNode("div",cQ,[e.createElementVNode("div",dQ,[uQ,e.withDirectives(e.createVNode(be,{id:"date-mask",modelValue:w.value,"onUpdate:modelValue":oe[1]||(oe[1]=se=>w.value=se),placeholder:"ДД.ММ.ГГГГ",onInput:v,onBlur:oe[2]||(oe[2]=se=>T(!0)),onClick:ae},null,8,["modelValue"]),[[X,"##.##.####"]])]),e.createElementVNode("div",fQ,[pQ,e.withDirectives(e.createVNode(be,{id:"date-mask",modelValue:x.value,"onUpdate:modelValue":oe[3]||(oe[3]=se=>x.value=se),placeholder:"ДД.ММ.ГГГГ",onInput:oe[4]||(oe[4]=se=>v(se,!0)),onBlur:oe[5]||(oe[5]=se=>T(!1)),onClick:ae},null,8,["modelValue"]),[[X,"##.##.####"]])])]),e.createElementVNode("div",hQ,[e.createElementVNode("div",CQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:Q}),e.createElementVNode("span",gQ,e.toDisplayString(B(_.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:G})]),e.createElementVNode("div",mQ,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:P}),e.createElementVNode("span",_Q,e.toDisplayString(B(_.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:j})])])]),e.createElementVNode("div",MQ,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(E,(se,ve)=>e.createElementVNode("div",{key:ve,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(se),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Ee.value,(se,ve)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ve}`,class:e.normalizeClass(["pl-date-picker__day-item",se.type!=="previous"&&se.type!=="next"?F(se):"",{"pl-date-picker__day-item_disabled":se.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":z(se)&&se.type==="current"},{"pl-date-picker__background-range":se.type!=="previous"&&se.type!=="next"?me(se,!0):""}]),onClick:ee=>se.type!=="previous"&&se.type!=="next"?$e(se):"",onMousemove:ee=>se.type!=="previous"&&se.type!=="next"?me(se,!1):""},[e.createElementVNode("div",wQ,e.toDisplayString(se.type!=="previous"&&se.type!=="next"?se.day:""),1)],42,yQ))),128))]),e.createElementVNode("div",NQ,[e.createVNode(re,{size:"medium",type:"secondary",onClick:W},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(re,{size:"medium",onClick:pe},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,iQ)}}},[["__scopeId","data-v-ac56b7a7"]]),DQ={install(t){t.component("PlDatePicker",SU),t.component("PlDatePickerRange",bQ)}},BCe="",ACe="",PCe="";var Ki={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 HCe="",kQ=["id"],LQ=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}){ie.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=Ac;return e.openBlock(),e.createElementBlock("div",{id:d.value,style:{width:"100%"}},[e.createVNode(e.unref(z4),{locale:e.unref(Ki)},{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,kQ)}}}),UCe="",xQ=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}){ie.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=Ac;return e.openBlock(),e.createBlock(e.unref(z4),{locale:e.unref(Ki)},{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"])}}}),EQ={install(t){t.component("PlDatePickerLegacy",LQ),t.component("PlDatePickerRangeLegacy",xQ)}},Ji=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`},t0=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(Ee=>({68055948:_.value,"36ff6600":M.value,"670bd544":Ee.offsetRight,"621bb24a":T.value,"7144d6da":k.value,"0dd93f45":D.value,"226d8861":N.value,"62ab6b49":L.value}));const r=t,i=o,s=t2(),{width:c}=St(),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)),_=e.computed(()=>Yd(r.height)),g=e.ref(),m=e.ref(),y=e.ref(0),w=e.ref(0),x=e.ref(),E=e.ref(),D=e.computed(()=>{const Ee=`${100/x.value*y.value}%`;return Ee==="100%"?"0%":Ee}),L=e.computed(()=>{const Ee=`${100/E.value*w.value}%`;return Ee==="100%"?"0%":Ee}),k=e.ref("0%"),N=e.ref("0%"),v=e.ref(""),T=e.computed(()=>d.value?"3px":"6px"),S=({scrollY:Ee=0,grabY:$e=0}={})=>{var Oe;const He=Ee||((Oe=g==null?void 0:g.value)==null?void 0:Oe.scrollTop)||0;k.value=`${100/x.value*(He+$e)}%`},O=({scrollX:Ee=0,grabX:$e=0}={})=>{var Oe;const He=Ee||((Oe=g==null?void 0:g.value)==null?void 0:Oe.scrollLeft)||0;N.value=`${100/E.value*(He+$e)}%`},B=e.ref(),V=()=>{clearTimeout(B.value),B.value=setTimeout(()=>{p.value=!1,d.value&&(v.value="")},2e3)},Q=Ee=>{const $e=Ee.target.scrollTop;S({scrollY:$e});const He=Ee.target.scrollLeft;O({scrollX:He}),i("scroll",Ee),d.value&&(p.value=!0,V())},G=Ee=>{i("wheel",Ee)},P=e.ref(0),j=(Ee="")=>{document.querySelectorAll("#pl-scrollbar").forEach(He=>{[...He.classList].includes(s)||(Ee==="add"?He.children[0].classList.add("hidden"):He.children[0].classList.remove("hidden"))})},U=(Ee,$e)=>{$e.stopPropagation(),clearTimeout(B.value),d.value&&(v.value=Ee,j("add"));const He=Te=>{var n1,me,Be,ye;z("none");const Je=d.value?Te.changedTouches[0]:Te,r1=Ee==="x"?Je.pageX:Je.pageY;if(!P.value)P.value=r1;else{const oe=r1-P.value;if(P.value=r1,oe===0)return;if(Ee==="y"){const be=x.value/y.value*oe,re=(((n1=g.value)==null?void 0:n1.scrollTop)||0)+be;(me=g.value)==null||me.scrollTo({top:re})}else{const be=E.value/w.value*oe,re=(((Be=g.value)==null?void 0:Be.scrollLeft)||0)+be;(ye=g.value)==null||ye.scrollTo({left:re})}}},Oe=()=>{j(),z(""),P.value=0,document[Ke]=null,document[c1]=null,d.value&&(v.value="",V())},Ke=d.value?"ontouchmove":"onmousemove";document[Ke]=Te=>{He(Te)};const c1=d.value?"ontouchend":"onmouseup";document[c1]=Oe;const d1=new Event(d.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(d1)},z=Ee=>{const $e=document.querySelector("body");$e.style.userSelect=Ee},F=()=>{var Ee,$e;x.value=(Ee=m.value)==null?void 0:Ee.scrollHeight,E.value=($e=m.value)==null?void 0:$e.scrollWidth},W=()=>{var Ee,$e;y.value=((Ee=g.value)==null?void 0:Ee.offsetHeight)||0,w.value=(($e=g.value)==null?void 0:$e.offsetWidth)||0},H=e.computed(()=>y.value<x.value&&p.value),K=e.computed(()=>w.value<E.value&&p.value),ae=(Ee,$e)=>{var He,Oe;if(!(d.value||Ee.target.closest(".pl-scrollbar__thumb")))if($e==="y"){if(!H.value)return;const Ke=Ee.clientY,c1=x.value/y.value*Ke-y.value/2;(He=g.value)==null||He.scrollTo({top:c1})}else{if(!K.value)return;const Ke=Ee.clientX,c1=E.value/w.value*Ke-w.value/2;(Oe=g.value)==null||Oe.scrollTo({left:c1})}},pe=()=>{d.value||(p.value=!0)},ge=()=>{d.value||(p.value=!1)},fe=e.computed(()=>d.value?"touchstart":"mousedown"),ce=Fl(g),_e=Fl(m);return e.watch(()=>ce,()=>{W()},{deep:!0,immediate:!0}),e.watch(()=>_e,()=>{F()},{deep:!0,immediate:!0}),e.watch(D,()=>{S()}),e.watch(L,()=>{O()}),n({setScrollTop:Ee=>{g.value&&g.value.scrollTo({top:Ee})},setScrollLeft:Ee=>{g.value&&g.value.scrollTo({left:Ee})},scrollTo:Ee=>{g.value&&g.value.scrollTo(Ee)}}),(Ee,$e)=>{const He=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:pe,onMouseleave:ge},[e.createElementVNode("div",{ref_key:"scrollBar",ref:g,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(u)]),onScroll:Q,onWheel:G},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:m,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Ee.$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:H.value},{drag:v.value==="y"},{"with-hover":!d.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(fe.value)]:$e[0]||($e[0]=Oe=>U("y",Oe))}),null,16)],2)),[[He,Oe=>ae(Oe,"y")]]),e.unref(C)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:K.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(fe.value)]:$e[1]||($e[1]=Oe=>U("x",Oe))}),null,16)],2)),[[He,Oe=>ae(Oe,"x")]])],34)}}}),YCe="",vQ={class:"w-100"},SQ=["id"],$Q={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},TQ={class:"d-flex gap-3"},Xi=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(V=>({dc0a5dd8:N.value,"420f2f98":k.value}));const r=t,i=o,s=e.computed({get:()=>r.modelValue,set:V=>i("update:modelValue",V)}),{padding:c,headerPadding:d,loading:u}=e.toRefs(r),{height:f,width:C}=St(),p=e.computed(()=>r.modalOnMobile?!0:C.value>730),M=e.computed(()=>p.value?r.slide:!1),_=e.computed(()=>p.value?r.widthThis:"100%"),g=e.computed(()=>!p.value),m=e.ref(!1);Y1(window,"mousedown",V=>{const Q=V.target;m.value=!!(Q.classList.contains("el-loading-mask")||Q.classList.contains("pl-chat-popup")||Q.closest(".pl-chat-popup")||Q.closest(".logout-dialog-background"))});const y=t2(),w=()=>{s.value=!1,i("changeVisibleModalValue",!0)},x=()=>{k.value="100%",N.value="0.380s",setTimeout(()=>{w()},380)},E=(V=null)=>{var G;let Q;V&&(Q=(G=V.target.closest("[id]"))==null?void 0:G.id),!(Q&&Q!==y)&&(m.value||(p.value?w():x()))},D=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(_.value)?_.value:`${_.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"})),L=e.ref(0),k=e.ref("100%"),N=e.ref("0.26s"),v=V=>{var P;const Q=(P=(V==null?void 0:V.target).closest("[id]"))==null?void 0:P.id;if(!r.showGrabber||Q&&Q!==y)return;const G=j=>{if(N.value="0s",!L.value)L.value=j.changedTouches[0].pageY;else{const U=j.changedTouches[0].pageY-L.value;U>=0&&(k.value=`${U}px`)}};document.ontouchmove=j=>{j.target.closest(".dialog-scroll")||(G(j),document.ontouchend=z=>{N.value="0.38s",document.ontouchmove=null,document.ontouchend=null,z.changedTouches[0].pageY-L.value>80?E():k.value="0%"})}},T=e.ref(document.querySelector(`.header-${y}`)),S=e.computed(()=>{var j,U;const V=((j=T.value)==null?void 0:j.offsetHeight)||0,Q=f.value-V,G=64,P=((U=T.value)==null?void 0:U.offsetTop)||0;return M.value?`${f.value-P-V}px`:`${Q-G-40}px`}),O=e.ref();return n({scrollTop:()=>O.value.setScrollTop(0),closeModalOnMobile:x}),e.watch(()=>r.modelValue,V=>{V?setTimeout(()=>{k.value="0%",T.value=document.querySelector(`.header-${y}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(V,Q)=>{const G=Ji,P=t3,j=e.resolveDirective("tap"),U=Ul;return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:V.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(D.value),class:e.normalizeClass([V.customClass,"justify-content-end",{"modal-with-custom":V.contentCustomClass},g.value?"mx-4":"",r.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",vQ,[e.createElementVNode("div",{id:e.unref(y),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":V.simple?"align-self-start ":g.value?"my-16":"mt-16 mx-auto",{"with-grabber":V.showGrabber}]]),onTouchstart:v},[e.createElementVNode("div",$Q,[V.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(y)}`])},[e.createVNode(G,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"header",{},()=>[e.createTextVNode("Уведомление")])]),_:3}),e.createElementVNode("div",TQ,[e.renderSlot(V.$slots,"headerBtns"),V.showClose?e.withDirectives((e.openBlock(),e.createBlock(P,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[j,E]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(t0,{ref_key:"dialogScroll",ref:O,"max-height":S.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",V.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,SQ)]),e.createElementVNode("div",{class:e.normalizeClass(V.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[U,e.unref(u)]])],8,["disabled"])}}}),RCe="",es=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()})(x1,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 _=this.quarter()-1;return M?this.month(3*_).startOf(o).startOf("day"):this.month(3*_+2).endOf(o).endOf("day")}return u.bind(this)(f,C)}}})})(Rd);var jQ=Rd.exports;const Fd=et(jQ),ts=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],ns=t=>ie().date()===t.day&&ie().month()===t.month&&ie().year()===t.year,os=(t,n)=>{const o=`${t.year}-${t.month+1}-${t.day}`;return n(o)},$t=t=>ie(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),r3=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"&&!os(t,n),Dn=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]},OQ=["id"],VQ={class:"d-flex"},IQ={class:"pl-date-picker-range__calendar"},zQ={class:"pl-date-picker-range__switcher"},BQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},AQ={class:"pl-date-picker-range__switcher-text"},PQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},HQ={class:"pl-date-picker-range__days-container"},ZQ=["onMouseenter"],UQ=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}=St();ie.locale("ru"),ie.extend(Gi),ie.extend(qi),ie.extend(Fd);const s=t,c=o,d=e.computed({get:()=>s.isOpen,set:j=>c("update:isOpen",j)}),u=e.computed({get:()=>s.dateValue,set:j=>{c("update:dateValue",j)}}),f=e.computed({get:()=>s.modelValue,set:j=>c("update:modelValue",j)});e.watch(f,j=>{ie(j,"YYYY-MM-DD",!0).isValid()?(u.value=ie(j,"YYYY-MM-DD").format("DD.MM.YYYY"),L.value=ie(f.value,"YYYY-MM-DD")):u.value=""});const C=e.ref(!1);Rl&&e.nextTick(()=>{var z,F;const j=((z=document.getElementById("pl-scrollbar"))==null?void 0:z.getElementsByClassName("pl-scrollbar__wrap")[0])||((F=document.querySelector('[role="dialog"]'))==null?void 0:F.parentElement),U=yd(s.inputElement);if(e.watch(()=>U.value,()=>{C.value=U.value}),j&&j.contains(document.getElementById(s.idProp))){const{height:W,width:H}=Fl(j),{isScrolling:K,y:ae}=ao(j);e.watch(()=>[W.value,H.value,K.value],()=>{w()}),e.watch(()=>ae.value,()=>{U.value&&(V.value=ae.value)})}}),e.onMounted(()=>{ie(f.value,"YYYY-MM-DD",!0).isValid()?u.value=ie(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):u.value=""});const p=j=>$t(j).format("YYYY-MM-DD")===s.modelValue,M=()=>{L.value=k.value,u.value=k.value.format("DD.MM.YYYY"),c("update:modelValue",L.value.format("YYYY-MM-DD")),r.value>730?d.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)},{isScrolling:_}=ao(window);e.watch(()=>[i.value,r.value,_.value],()=>{w()});const g=e.ref(0),m=e.ref(0),y=e.computed(()=>`top: ${g.value-V.value}px; left: ${m.value}px`),w=()=>{if(s.mobile||!C.value||!d.value)return;const j=document.getElementById(s.idProp),U=j.getBoundingClientRect(),z=j.querySelector(".pl-input__label-container"),F=j.querySelector(".pl-input__helpertext"),W=z?z.offsetHeight:0,H=F?F.offsetHeight:0;g.value=U.y+U.height+window.scrollY+4-H,m.value=U.x,e.nextTick(()=>{const K=document.getElementById(`${s.idProp}-popup`);if(!K)return;const ae=K.getBoundingClientRect();m.value=U.x-(ae.width-U.width)/2,ae.bottom>i.value+V.value?g.value=g.value-ae.height-U.height-8+H+W:g.value=U.y+U.height+window.scrollY+4-H+V.value;const pe=window.innerWidth-ae.right;e.nextTick(()=>{const fe=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();pe<0?m.value=U.x-ae.width+U.width:fe.left<0&&(m.value=U.x)})})},x=()=>{d.value=!0},E=j=>os(j,s.disabledDate),D=j=>Jd(j,s.disabledDate),L=e.ref(ie()),k=e.ref(ie()),N=e.ref(ie()),v=()=>{ie(u.value,"DD.MM.YYYY",!0).isValid()||(u.value="",c("update:modelValue",""))},T=()=>{L.value=Wd(L.value)},S=()=>{L.value=Gd(L.value)},O=()=>{L.value=qd(L.value)},B=()=>{L.value=Kd(L.value)},V=e.ref(0);e.watch(d,()=>{ie(f.value,"YYYY-MM-DD",!0).isValid()?L.value=ie(f.value,"YYYY-MM-DD"):L.value=N.value,e.nextTick(()=>{w()})});const Q=e.ref(Dn(L.value)),G=e.ref(Dn(L.value.add(1,"month"))),P=j=>{D(j)&&(k.value=$t(j),M())};return n({openPopup:x,checkInput:v}),e.watch(L,()=>{Q.value=Dn(L.value),G.value=Dn(L.value.add(1,"month"))}),(j,U)=>{const z=C1,F=es,W=bn,H=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:`${j.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(y.value)},[e.createElementVNode("div",VQ,[e.createElementVNode("div",IQ,[e.createElementVNode("div",zQ,[e.createElementVNode("div",BQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[H,O]]):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)),[[H,T]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",AQ,[e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(L.value.format("MMMM"))),1)]),_:1}),e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(L.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",PQ,[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)),[[H,S]]):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)),[[H,B]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",HQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(K,ae)=>(e.openBlock(),e.createElementBlock("div",{key:ae,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(K),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Q.value,(K,ae)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ae}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",D(K),{"pl-date-picker-range__days_disabled":E(K)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||u.value)&&p(K)&&K.type==="current"&&!E(K)},{"pl-date-picker-range-cursor-default":K.type==="previous"||K.type==="next"}]),onMouseenter:pe=>D(K)},[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(ns)(K)&&D(K)}])},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(K.type!=="previous"&&K.type!=="next"?K.day:""),1)]),_:2},1024)],2)],42,ZQ)),[[H,()=>P(K)]])),128))])])])],12,OQ)):e.createCommentVNode("",!0)]),_:1})}}}),FCe="",Xd=vt(UQ,[["__scopeId","data-v-489dbd2f"]]),QQ=["id"],YQ=e.defineComponent({__name:"pl-date-picker-plus",props:{modelValue:{default:null},width:{default:"100%"},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-${t2()}`,{width:i}=St(),s=t,c=e.ref(null),d=e.ref();wn(c,()=>{i.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[d]});const u=o,f=e.computed({get:()=>s.modelValue,set:L=>{u("change",L),u("update:modelValue",L)}}),C=e.ref(""),p=e.ref(!1),M=e.ref(!1),_=e.ref(),g=e.ref();e.watch(()=>M.value,(L,k)=>{k&&!L&&(g.value.blurInput(!0),u("blur"))}),e.watch(()=>C.value,L=>{ie(L,"DD.MM.YYYY",!0).isValid()&&(u("update:modelValue",ie(L,"DD.MM.YYYY",!0).format("YYYY-MM-DD")),u("change",L))}),e.watch(()=>p.value,(L,k)=>{k&&!L&&(g.value.blurInput(!0),u("blur"))});const m=()=>{g.value.blurInput(!0),f.value=null,setTimeout(()=>{y(),i.value>730&&g.value.focusInput()},100)},y=()=>{if(d.value&&!s.disabled)return d.value.openPopup()},w=()=>{d.value&&e.nextTick(()=>{d.value.checkInput()})},x=()=>{p.value=!1},E=()=>{_.value.closeModalOnMobile()},D=(L=!1)=>{u("changeOpen",L)};return n({openPopup:y}),(L,k)=>{const N=e0,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}`)},[L.showInput?e.withDirectives((e.openBlock(),e.createBlock(N,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:C.value,"onUpdate:modelValue":k[0]||(k[0]=T=>C.value=T),prop:L.prop,label:L.label,optional:L.optional,placeholder:L.placeholder,helpertext:L.helpertext,tooltip:L.tooltip,width:L.width,clearable:L.clearable,disabled:L.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:k[1]||(k[1]=()=>{y()}),onKeydown:e.withKeys(x,["tab"]),onCustomBlur:w,onResetValue:m,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(Xi,{key:1,ref_key:"pickerDialog",ref:_,modelValue:M.value,"onUpdate:modelValue":k[6]||(k[6]=T=>M.value=T),"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]=T=>f.value=T),isOpen:M.value,"onUpdate:isOpen":k[4]||(k[4]=T=>M.value=T),dateValue:C.value,"onUpdate:dateValue":k[5]||(k[5]=T=>C.value=T),"month-switch":L.monthSwitch,"year-switch":L.yearSwitch,"input-element":g.value,mobile:"","disabled-date":L.disabledDate,onClosePickerOnMobile:E},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]=T=>f.value=T),isOpen:p.value,"onUpdate:isOpen":k[8]||(k[8]=T=>p.value=T),dateValue:C.value,"onUpdate:dateValue":k[9]||(k[9]=T=>C.value=T),"month-switch":L.monthSwitch,"year-switch":L.yearSwitch,"disabled-date":L.disabledDate,"input-element":g.value,"id-prop":`pl-date-picker-range-${r}`,onChangeOpen:D},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,QQ)}}}),WCe="",RQ=["id"],FQ={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},WQ={class:"pl-date-picker-range__calendar"},GQ={class:"pl-date-picker-range__switcher"},qQ={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},KQ={class:"pl-date-picker-range__switcher-text"},JQ={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},XQ={class:"pl-date-picker-range__days-container"},eY=["onMouseenter"],tY={key:0,class:"pl-date-picker-range__calendar"},nY={class:"pl-date-picker-range__switcher"},oY={class:"pl-date-picker-range__switcher-text"},rY={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},lY={class:"pl-date-picker-range__days-container"},iY=["onMouseenter"],l3="pl-date-picker-range__days_month-range-left",pr="pl-date-picker-range__days_month-range-right",eu="pl-date-picker-range__days_month-circle",sY=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}=St();ie.locale("ru"),ie.extend(Gi),ie.extend(qi),ie.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}=ao(window);e.watch(()=>[i.value,r.value,C.value],()=>{g()});const p=e.ref(0),M=e.ref(0),_=e.computed(()=>`top: ${p.value-ae.value}px; left: ${M.value}px`),g=()=>{if(s.mobile||!O.value||!u.value)return;const oe=document.getElementById(s.idProp),be=oe.getBoundingClientRect(),re=oe.querySelector(".pl-input__label-container"),X=oe.querySelector(".pl-input__helpertext"),se=re?re.offsetHeight:0,ve=X?X.offsetHeight:0;p.value=be.y+be.height+window.scrollY+4-ve,M.value=be.x,e.nextTick(()=>{const ee=document.getElementById(`${s.idProp}-popup`);if(!ee)return;const he=ee.getBoundingClientRect();M.value=be.x-(he.width-be.width)/2,he.bottom>i.value+ae.value?p.value=p.value-he.height-be.height-8+ve+se:p.value=be.y+be.height+window.scrollY+4-ve+ae.value;const Y=window.innerWidth-he.right;e.nextTick(()=>{const J=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();Y<0?M.value=be.x-he.width+be.width:J.left<0&&(M.value=be.x)})})},m=()=>{u.value=!0},y=oe=>oe.includes(" – ")?ie(oe.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&ie(oe.split(" – ")[1],"DD.MM.YYYY",!0).isValid():ie(oe,"DD.MM.YYYY",!0).isValid(),w=[{label:"Сегодня",key:"today",value:[ie(),ie()]},{label:"Вчера",key:"yesterday",value:[ie().subtract(1,"d"),ie().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[ie().subtract(29,"d"),ie()]},{label:"Текущий квартал",key:"currentQuarter",value:[ie().startOf("quarter"),ie().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[ie().startOf("month"),ie().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[ie().startOf("year"),ie().endOf("year")]}],x=oe=>{s.disabledDate(ie(oe[0]).format("YYYY-MM-DD"))||s.disabledDate(ie(oe[1]).format("YYYY-MM-DD"))||(S.value=oe,V(S.value),k.value=S.value[0],r.value>730?u.value=!1:c("closePickerOnMobile"))},E=oe=>!ge&&S.value.length&&ie(oe[0]).format("YYYY-MM-DD")===ie(S.value[0]).format("YYYY-MM-DD")&&ie(oe[1]).format("YYYY-MM-DD")===ie(S.value[1]).format("YYYY-MM-DD"),D=oe=>os(oe,s.disabledDate),L=oe=>Jd(oe,s.disabledDate),k=e.ref(ie()),N=e.ref(ie()),v=e.ref(ie()),T=e.ref(ie()),S=e.ref([]);e.watch(d,oe=>{oe&&oe.length===2&&B(oe)});const O=e.ref(!1);e.nextTick(()=>{var re,X;const oe=((re=document.getElementById("pl-scrollbar"))==null?void 0:re.getElementsByClassName("pl-scrollbar__wrap")[0])||((X=document.querySelector('[role="dialog"]'))==null?void 0:X.parentElement),be=yd(s.inputElement);if(e.watch(()=>be.value,()=>{O.value=be.value}),oe&&oe.contains(document.getElementById(s.idProp))){const{height:se,width:ve}=Fl(oe),{isScrolling:ee,y:he}=ao(oe);e.watch(()=>[se.value,ve.value,ee.value],()=>{g()}),e.watch(()=>he.value,()=>{be.value&&(ae.value=he.value)})}}),e.onMounted(()=>{d.value&&d.value.length===2&&B(d.value)}),e.watch(f,oe=>{y(oe)?(oe.split(" – ").length===2&&(N.value=ie(oe.split(" – ")[0].split(".").reverse().join("-")),v.value=ie(oe.split(" – ")[1].split(".").reverse().join("-")),S.value=[N.value,v.value],V(S.value),k.value=S.value[0]),N.value.isAfter(v.value)&&(v.value=S.value[0],N.value=S.value[1],S.value=[N.value,v.value],V(S.value))):(v.value=ie(),N.value=ie(),V()),P()});const B=oe=>{if(oe&&oe.length===2){const be=ie(oe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),re=ie(oe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),X=`${be} – ${re}`;y(X)?f.value=X:c("update:modelValue",[])}},V=(oe=[])=>{if(oe.length===2){const be=[oe[0].format("YYYY-MM-DD"),oe[1].format("YYYY-MM-DD")];s.disabledDate(be[0])||s.disabledDate(be[1])||!be[0]||!be[1]?c("update:modelValue",[]):c("update:modelValue",be)}},Q=oe=>{y(oe.target.value)&&(ie(oe.target.value.split(".").reverse().join("-")).isBefore(v.value)&&(N.value=ie(oe.target.value.split(".").reverse().join("-"))),S.value=[N.value,v.value],P())},G=()=>{!y(f.value)&&!u.value&&e.nextTick(()=>{f.value=""})},P=()=>{fe={day:N.value.date(),month:N.value.month(),year:N.value.year()},ce={day:v.value.date(),month:v.value.month(),year:v.value.year()},ye(ce,!1),ge=!1},j=()=>{k.value=Wd(k.value)},U=()=>{k.value=Gd(k.value)},z=()=>{k.value=qd(k.value)},F=()=>{k.value=Kd(k.value)},W=(oe,be)=>be.date()===oe.day&&be.month()===oe.month&&be.year()===oe.year,H=oe=>S.value.length===2?W(oe,N.value)||W(oe,v.value):W(oe,N.value),K=oe=>{const be=v.value.isAfter(N.value),re=v.value.isSame(N.value,"day");if(S.value.length===2){if(!re){if(W(oe,N.value))return be?l3:pr;if(W(oe,v.value))return be?pr:l3}}else return},ae=e.ref(0);e.watch(u,()=>{k.value=T.value,y(f.value)?(v.value=ie(f.value.split(" – ")[1].split(".").reverse().join("-")),N.value=ie(f.value.split(" – ")[0].split(".").reverse().join("-")),S.value=[N.value,v.value]):(v.value=ie(),N.value=ie(),S.value=[]),P(),k.value=N.value,e.nextTick(()=>{g()})});const pe=()=>{k.value=N.value,S.value.length===0||S.value.length===1?T.value=N.value:T.value=v.value,N.value.isAfter(v.value)?f.value=v.value.format("DD.MM.YYYY")+" – "+N.value.format("DD.MM.YYYY"):f.value=N.value.format("DD.MM.YYYY")+" – "+v.value.format("DD.MM.YYYY"),r.value>730?u.value=!1:c("closePickerOnMobile"),c("changeOpen",!0)};let ge,fe,ce;const _e=e.ref(Dn(k.value)),Me=e.ref(Dn(k.value.add(1,"month"))),Ie=oe=>{oe.type!=="previous"&&oe.type!=="next"&&(ge?(v.value=$t(oe),Ae(oe,1),pe()):(N.value=$t(oe),Ae(oe,0)))},Ae=(oe,be)=>{ge=!be,be||(S.value=[],fe=oe,ce=oe),oe.type!=="previous"&&oe.type!=="next"&&(ye(oe,!1),S.value[be]=$t(oe))},Ee=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),$e=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))),Oe=(oe,be)=>$t(oe).isSame($t(be)),Ke=(oe,be)=>$t(oe).isAfter($t(be)),c1=(oe,be)=>$t(oe).isBefore($t(be)),d1=(oe,be,re)=>$t(oe).isBetween($t(be),$t(re));let Te=!1,Je=!1,r1=!1,n1=!1,me=[],Be=0;const ye=(oe,be)=>{if(ge){Be=0,me.push(oe);for(let re=0;re<_e.value.length;re++)_e.value[re].type==="current"&&(Be+=1);for(let re=0;re<Me.value.length;re++)Me.value[re].type==="current"&&(Be+=1);me.length-1===Be?ce=me[0]:ce=oe}else me=[];if(fe&&ce&&!be&&ge){const re=(X,se,ve)=>{const ee=ve?_e.value[se]:Me.value[se];ee&&(Te=Oe(ee,ce),Je=Ke(ce,fe),r1=c1(ce,fe),n1=d1(ee,fe,ce),Oe(ee,fe)?(X.classList.toggle(pr,r1&&!!X.textContent),X.classList.toggle(l3,Je&&!!X.textContent)):S.value.length===1&&(Te?(X.classList.toggle(eu,Te),X.classList.toggle(pr,Je&&!!X.textContent),X.classList.toggle(l3,r1&&!!X.textContent)):(X.classList.contains(l3)?X.classList.remove(l3):X.classList.remove(pr),X.classList.toggle("pl-date-picker-range__days_month-range",n1&&ee.type!=="next"&&ee.type!=="previous"&&!!X.textContent),X.classList.toggle(eu,Te))))};Array.from(Ee.value).forEach((X,se)=>{re(X,se,!0)}),Array.from($e.value).forEach((X,se)=>{re(X,se,!1)})}return fe&&ce&&be?d1(oe,fe,ce):!1};return n({openPopup:m,checkRangeInput:G,startUpdateDate:Q}),e.watch(k,()=>{_e.value=Dn(k.value),Me.value=Dn(k.value.add(1,"month"))}),(oe,be)=>{const re=bn,X=C1,se=es,ve=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[u.value&&O.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${oe.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(_.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",FQ,[(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":E(ee.value)&&y(f.value)}]),onClick:he=>x(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",WQ,[e.createElementVNode("div",GQ,[e.createElementVNode("div",qQ,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[ve,z]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[ve,j]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",KQ,[e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",JQ,[oe.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[ve,U]]):e.createCommentVNode("",!0),oe.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[ve,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",XQ,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(ee,he)=>(e.openBlock(),e.createElementBlock("div",{key:he,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(_e.value,(ee,he)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${he}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",L(ee)?K(ee):"",{"pl-date-picker-range__days_disabled":D(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(ge))&&H(ee)&&ee.type==="current"&&!D(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(ge))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?ye(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>L(ee)?ye(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(ns)(ee)&&L(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(ge)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,eY)),[[ve,()=>L(ee)?Ie(ee):""]])),128))])]),oe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",tY,[e.createElementVNode("div",nY,[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",oY,[e.createVNode(se,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(se,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(r3)(k.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",rY,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[ve,U]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(X,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[ve,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",lY,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(ts),(ee,he)=>(e.openBlock(),e.createElementBlock("div",{key:he,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(Me.value,(ee,he)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${he}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",L(ee)?K(ee):"",{"pl-date-picker-range__days_disabled":D(ee)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||e.unref(ge))&&H(ee)&&ee.type==="current"&&!D(ee)&&(y(f.value)||e.unref(r)<=730||e.unref(ge))},{"pl-date-picker-range__days_month-range":ee.type!=="previous"&&ee.type!=="next"?ye(ee,!0):""},{"pl-date-picker-range-cursor-default":ee.type==="previous"||ee.type==="next"}]),onMouseenter:Y=>L(ee)?ye(ee,!1):""},[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(ns)(ee)&&L(ee)},{"pl-date-picker-range__days-field_selecting":e.unref(ge)}])},[e.createVNode(re,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee.type!=="previous"&&ee.type!=="next"?ee.day:""),1)]),_:2},1024)],2)],42,iY)),[[ve,()=>L(ee)?Ie(ee):""]])),128))])]))]))],12,RQ)):e.createCommentVNode("",!0)]),_:1})}}}),GCe="",tu=vt(sY,[["__scopeId","data-v-adb2babc"]]),aY=["id"],cY=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:"100%"},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-${t2()}`,i=e.ref(null),s=e.ref();wn(i,()=>{c.value>730&&setTimeout(()=>{p.value=!1}),u("changeOpen",!0)},{ignore:[s]});const{width:c}=St(),d=t,u=o,f=e.computed({get:()=>d.modelValue,set:N=>u("update:modelValue",N)});e.watch(()=>f.value,N=>{(!N||!N.length)&&(C.value="")});const C=e.ref(""),p=e.ref(!1),M=e.ref(!1),_=e.ref(),g=e.ref();e.watch(()=>M.value,(N,v)=>{v&&!N&&(g.value.blurInput(!0),u("blur"))}),e.watch(()=>p.value,(N,v)=>{v&&!N&&setTimeout(()=>{s.value.checkRangeInput(),g.value.blurInput(!0),u("blur")},100)}),e.watch(()=>C.value,()=>{C.value||u("update:modelValue",[])});const m=()=>{d.focusOnReset||(g.value.blurInput(!0),u("blur")),setTimeout(()=>{y(),c.value>730&&g.value.focusInput()},100)},y=()=>{if(s.value&&!d.disabled)return c.value<=730&&x(),s.value.openPopup()},w=()=>{p.value=!1};function x(){setTimeout(()=>{const N=document.querySelector(".pl-date-picker-range__period-list"),v=N==null?void 0:N.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(v){const T=v.getBoundingClientRect(),S=N==null?void 0:N.clientWidth,O=v.clientWidth,B=(S-O)/2;N==null||N.scrollTo({left:T.left+(N==null?void 0:N.scrollLeft)-B,behavior:"smooth"})}},300)}const E=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),u("blur")})},D=N=>{if(s.value)return s.value.startUpdateDate(N)},L=()=>{_.value.closeModalOnMobile()},k=(N=!1)=>{N&&e.nextTick(()=>{s.value.checkRangeInput()}),u("changeOpen",N)};return n({openPopup:y}),(N,v)=>{const T=e0,S=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}`)},[N.showInput?e.withDirectives((e.openBlock(),e.createBlock(T,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:C.value,"onUpdate:modelValue":v[0]||(v[0]=O=>C.value=O),prop:N.prop,label:N.label,optional:N.optional,placeholder:N.placeholder,helpertext:N.helpertext,tooltip:N.tooltip,width:N.width,clearable:N.clearable,disabled:N.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":d.focusOnReset,onFocus:v[1]||(v[1]=()=>{y()}),onInput:D,onBlur:E,onResetValue:m,onTabHandler:w,onTouchstart:v[2]||(v[2]=()=>{y()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[S,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(c)<=730?(e.openBlock(),e.createBlock(Xi,{key:1,ref_key:"pickerDialog",ref:_,modelValue:M.value,"onUpdate:modelValue":v[6]||(v[6]=O=>M.value=O),"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]=O=>f.value=O),isOpen:M.value,"onUpdate:isOpen":v[4]||(v[4]=O=>M.value=O),dateValue:C.value,"onUpdate:dateValue":v[5]||(v[5]=O=>C.value=O),periods:N.periods,"period-options":N.periodOptions,"month-switch":N.monthSwitch,"year-switch":N.yearSwitch,"input-element":g.value,mobile:"","disabled-date":N.disabledDate,onClosePickerOnMobile:L},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]=O=>f.value=O),isOpen:p.value,"onUpdate:isOpen":v[8]||(v[8]=O=>p.value=O),dateValue:C.value,"onUpdate:dateValue":v[9]||(v[9]=O=>C.value=O),periods:N.periods,"period-options":N.periodOptions,"month-switch":N.monthSwitch,"year-switch":N.yearSwitch,"disabled-date":N.disabledDate,"focus-on-reset":d.focusOnReset,"input-element":g.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,aY)}}}),qCe="",dY={install(t){t.component("PlDatePickerPlus",YQ),t.component("PlDatePickerRangePlus",cY)}},uY={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},fY=[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 pY(t,n){return e.openBlock(),e.createElementBlock("svg",uY,[...fY])}const hY={render:pY},CY=["id"],gY={class:"pl-dialog-plus-header_icon-block"},mY={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},_Y={key:0,class:"w-100","data-testid":"dialog-title"},MY={class:"pl-dialog-plus-button-container"},yY=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"},loading:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:o}){e.useCssVars(B=>({"4fbffef2":M.value,"3bb09938":E.value,"7773c8f9":m.value,"30ee6fd9":g.value,"169d9fbe":C.value,ce2f4cf2:_.value}));const r=e.useSlots(),{width:i}=St(),s=e.computed(()=>i.value<=730),c=t2(),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),_=e.ref("");e.onMounted(()=>{u.type==="side"&&(M.value="518px"),_.value="-"+M.value});const g=e.ref("calc(100% + 12px)"),m=e.ref("0.26s"),y=e.ref(0),w=e.ref(""),x=e.ref("100%"),E=e.ref("0px");r.footer?E.value="24px":E.value="0px";const D=()=>{var Q,G,P,j,U;(Q=document.getElementById(c))==null||Q.scrollTo({top:0}),g.value="0";const B=(P=(G=document.getElementById(c))==null?void 0:G.querySelector(".pl-dialog-plus-header"))==null?void 0:P.getBoundingClientRect().height;let V=(U=(j=document.getElementById(c))==null?void 0:j.querySelector(".pl-dialog-plus-footer"))==null?void 0:U.getBoundingClientRect().height;V=V||-24,d.value&&d.value.scrollTo({top:0}),s.value?(V=V===-24?-48:V,x.value=`calc(100dvh - 145px - ${B}px - ${V}px)`):u.innerScroll?(V=V===-24?-24:64,x.value=`calc(100dvh - 200px - ${B}px - ${V}px)`):u.type==="side"?x.value=`calc(100dvh - 48px - ${B}px - ${V}px)`:x.value="fit-content"},L=()=>{s.value?w.value="":u.type==="side"?w.value="pl-dialog-plus-right-slide":w.value="pl-dialog-plus-fade",u.modelValue&&D()};L(),e.watch(()=>s.value,()=>{L()});const k=()=>{if(!u.closeOnOverlay)return;const B=V=>{if(m.value="0s",!y.value)y.value=V.changedTouches[0].pageY;else{const Q=V.changedTouches[0].pageY-y.value;Q>=0&&(g.value=`${Q}px`)}};document.ontouchmove=V=>{B(V),document.ontouchend=Q=>{m.value="0.38s",document.ontouchmove=null,document.ontouchend=null,Q.changedTouches[0].pageY-y.value>80?S():g.value="0%"}}},N=e.ref([]),v=()=>{setTimeout(()=>{N.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach(V=>{const Q=V.computedStyleMap().get("display");V.classList.remove("dark-overlay"),(Q==null?void 0:Q.value)==="block"&&N.value.push(V)}),N.value.length?(N.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)};e.watch(()=>u.modelValue,B=>{B||(g.value="calc(100% + 12px)",m.value="0.380s"),e.nextTick(()=>{v(),B&&D()})});const T=o,S=()=>{u.beforeClose(),T("update:modelValue",!1),T("close-modal")},O=B=>{if(!u.closeOnOverlay)return;const V=B.target;V===B.currentTarget&&(B.clientX>=V.clientWidth||B.clientY>=V.clientHeight)||S()};return n({closeModal:S}),(B,V)=>{const Q=C1,G=Ji,P=bn,j=t3,U=t0,z=e.resolveDirective("tap"),F=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:B.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:e.withModifiers(O,["self"])},[e.createVNode(e.Transition,{name:w.value},{default:e.withCtx(()=>[u.modelValue?e.withDirectives((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:k},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:k},[e.createElementVNode("div",gY,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(hY)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:C.value})},null,8,["style"])),e.createVNode(Q,{name:p.value,color:f.value},null,8,["name","color"])])],32)):u.type==="illustration"?(e.openBlock(),e.createElementBlock("div",mY,[e.renderSlot(B.$slots,"header",{onTouchstart:k})])):(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:k},[u.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[u.title?(e.openBlock(),e.createElementBlock("div",_Y,[e.createVNode(G,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.title),1)]),_:1}),u.subTitle?(e.openBlock(),e.createBlock(P,{key:0},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(u.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",MY,[e.renderSlot(B.$slots,"headerBtns"),u.showClose?e.withDirectives((e.openBlock(),e.createBlock(j,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[z,S]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)),s.value?(e.openBlock(),e.createBlock(U,{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":x.value}),"max-height":`${u.innerScroll?x.value:"fit-content"}`,"offset-right":"4px","view-class":B.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(B.$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(U,{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":x.value}),"max-height":`${u.innerScroll?x.value:"fit-content"}`,"view-class":u.type==="side"?"p-6":B.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(B.$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":!B.$slots.footer}])},[e.renderSlot(B.$slots,"default")],2))],64)),B.$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(B.$slots,"footer")],2)):e.createCommentVNode("",!0)],2)),[[F,u.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])],40,CY),[[e.vShow,u.modelValue]])]),_:3})],8,["disabled"])}}}),JCe="",wY={install(t){t.component("PlDialog",Xi),t.component("PlDialogPlus",yY)}},NY=e.defineComponent({__name:"pl-form",props:{model:{},rules:{default:()=>({})},modelErrorsState:{default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:o}){gn.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,N,v=null)=>{for(let T in k)if(k[T]&&typeof k[T]=="object"&&!Array.isArray(k[T]))if(v){const S=N.indexOf(v);N.push(N[S]+"."+T),f(k[T],N,N[S]+"."+T)}else N.push(T),f(k[T],N,T);else if(v){const S=N.indexOf(v);S===-1?N.push(v+"."+T):N[S]+="."+T}else N.push(T)},C=(k,N,v,T=!1)=>new Promise((S,O)=>{if(N.includes(".")){const B=N.slice(0,N.indexOf(".")),V=N.slice(N.indexOf(".")+1);v?C(B,V,v[B],T).then(S).catch(O):T||S({})}else{const B={...v};S(T?B[N]?B[N].filter(V=>V.validator||typeof V.validator>"u"):[]:B[N])}}),p=e.ref({}),M=k=>new Promise((N,v)=>{const T=new gn(p.value),S={};f(i.value,u);try{const O=u.map(async B=>{S[B]=await C(B,B,i.value)});Promise.all(O).then(()=>{T.validate(S,B=>{if(B){d.value=B,k==null||k(!1,d.value),v();return}d.value=[],u=[],k==null||k(!0,d.value),N()})})}catch(O){throw new Error(O)}}),_=async k=>{if(!(k in p.value))return;const N={},v={};v[k]=await C(k,k,i.value),N[k]=p.value[k],new gn(N).validate(v,S=>{d.value=d.value.filter(O=>O.field!==k),S&&(d.value=d.value.concat(S))})},g=(k=[])=>{Array.isArray(k)&&k.length>0?k.forEach(N=>{d.value=d.value.filter(v=>v.field!==N)}):Array.isArray(k)?d.value=[]:d.value=d.value.filter(N=>N.field!==k)},m=(k=[])=>{if(Array.isArray(k)&&k.length>0)k.forEach(N=>{g([N]),typeof i.value[N]=="string"?i.value[N]="":(typeof i.value[N]=="number"||typeof i.value[N]=="object")&&(i.value[N]=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{g(k);for(let N in s.value)typeof i.value[N]=="string"?i.value[N]="":(typeof i.value[N]=="number"||typeof i.value[N]=="object")&&(i.value[N]=null)}},y=e.ref(null),w=e.ref([]),x=e.ref([]),E=async()=>{var N;const k=y.value;x.value=[],p.value={};for(let v=0;v<k.length;v++){const T=k[v],S=T.disabled,O=(N=T.attributes.prop)==null?void 0:N.value;x.value.push(O),O&&!S&&(p.value[O]=await C(O,O,s.value,!0));const B=()=>{setTimeout(()=>{e.nextTick(()=>{_(O)})},10)};O&&p.value[O]&&!T.attributes.triggered&&p.value[O].forEach(V=>{V.trigger?V.trigger.replace(/\s/g,"").split(",").forEach(G=>{T.addEventListener(G,B),w.value.push({element:T,trigger:G,callBack:B})}):["blur","change","input"].forEach(G=>{T.addEventListener(G,B),w.value.push({element:T,trigger:G,callBack:B})}),T.attributes.triggered=!0})}},D=()=>{w.value.forEach(k=>{k.element.removeEventListener(k.trigger,k.callback)})},L=()=>{D(),E()};return e.watch(()=>s.value,()=>{L()},{deep:!0}),e.onMounted(()=>{const k=y.value,N=new MutationObserver(()=>{L()});N.observe(k,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{D(),N.disconnect()}),E()}),n({validate:M,validateField:_,clearValidate:g,resetFields:m,refreshForm:L}),(k,N)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:y,onSubmit:N[0]||(N[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(k.$slots,"default")],544))}}),bY={install(t){t.component("PlForm",NY)}},DY={install(t){t.component("PlIcon",C1)}},kY={install(t){t.component("PlInput",Wi)}},LY={install(t){t.component("PlInputPlus",e0)}},xY=["href","type","target"],EY=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,xY)],2))}}),XCe="",vY={install(t){t.component("PlLink",EY)}},SY=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)}}),ege="",$Y=vt(SY,[["__scopeId","data-v-734a9673"]]),TY={class:"pl-multitab-container"},jY=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(_=>_.props):M.map(_=>_.props)}),s=n,c=M=>{M.disabled||s("update:modelValue",M.name)},d=e.ref(null),u=async M=>{if(Array.isArray(M)){const _=await Promise.all(M.map(f));return M.filter((g,m)=>_[m])[0]}},f=async M=>{var _;return o.modelValue===((_=M.props)==null?void 0:_.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,_)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",TY,[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,m=>e.withDirectives((e.openBlock(),e.createBlock($Y,{key:m==null?void 0:m.name,label:m==null?void 0:m.label,width:o.tabWidth,active:o.modelValue===(m==null?void 0:m.name),icon:m==null?void 0:m.icon,disabled:m==null?void 0:m.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[g,()=>c(m)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(o.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(d.value)))],2)])}}}),tge="",OY=vt(jY,[["__scopeId","data-v-8af5f10b"]]),VY={install(t){t.component("PlMultitab",OY)}},IY={class:e.normalizeClass(["pl-radio-container"])},zY=["id","value","disabled"],BY=["onClick"],AY=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",IY,[(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,class:"pl-radio-input",disabled:o.disabled},null,8,zY),[[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(Fi,{key:0,title:f.label,description:f.description,disabled:o.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)],8,BY)],2))),128))]))}}),nge="",PY={install(t){t.component("PlRadio",AY)}},HY={install(t){t.component("PlScrollbar",t0)}},oge="",rge="",lge="",ige="",sge="",nu=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=Sl;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"])}}}),age="",cge="",ZY={id:"form-select"},UY={class:"pl-tooltip-svg"},QY=["src"],YY={class:"flex item-select"},RY=["src"],FY={__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:m=>{i.value=!1,d("update:modelValue",m)}}),M=e.ref({[s.prop]:u}),_=(m,y,w)=>{d("validate",m,y,w)},g=async()=>{i.value=!1,setTimeout(()=>{c.value.validate()},200)};return e.watch(f,()=>{g()}),(m,y)=>{const w=Li,x=ki,E=R4,D=Y4;return e.openBlock(),e.createElementBlock("div",ZY,[e.createVNode(D,{ref_key:"formSelect",ref:c,"label-position":"top",model:M.value,rules:t.rules,onValidate:_},{default:e.withCtx(()=>[e.createVNode(E,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",UY,[e.createVNode(nu,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(m.$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,QY),e.createVNode(x,{modelValue:p.value,"onUpdate:modelValue":y[0]||(y[0]=L=>p.value=L),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(C),onFocus:y[1]||(y[1]=L=>i.value=!0),onBlur:g,onVisibleChange:y[2]||(y[2]=L=>d("visible-change",L))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,L=>(e.openBlock(),e.createBlock(w,{key:L.value,class:"pl-form-option",label:L.label,value:L.value},{default:e.withCtx(()=>[e.renderSlot(m.$slots,"options-slot",{option:L},()=>[e.createElementVNode("div",YY,[e.createElementVNode("span",null,e.toDisplayString(L.label),1),L.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(r)},null,8,RY)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}},WY={install(t){t.component("PlSelect",FY)}},GY={key:0,class:"pl-select__prefix-container"},qY={class:"pl-select__inner-container"},KY=["id","prop","placeholder","value","disabled","onKeydown"],JY={class:"pl-select__suffix-container"},XY=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",GY,[e.createVNode(C,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",qY,[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,KY)]),e.createElementVNode("div",JY,[!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)}}}),eR={class:"pl-select__inner-container pl-select__inner-container_account"},tR=["id","prop","placeholder","value","disabled","onKeydown"],nR={key:0,class:"pl-select__description","data-testid":"accountNum"},oR={class:"pl-select__suffix-container"},rR={key:0,class:"pl-select__summ","data-testid":"accountSumm"},lR={__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,_;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",eR,[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,tR),(f=o.modelValue)!=null&&f.description&&((C=o.modelValue)==null?void 0:C.summ)!==null?(e.openBlock(),e.createElementBlock("span",nR,e.toDisplayString(e.unref(Id)((p=o.modelValue)==null?void 0:p.description)),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",oR,[(M=o.modelValue)!=null&&M.label?(e.openBlock(),e.createElementBlock("span",rR,e.toDisplayString(e.unref(Kl)((_=o.modelValue)==null?void 0:_.summ)),1)):e.createCommentVNode("",!0),e.createVNode(d,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}},iR=["id"],ou=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=ro,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,iR)):e.createCommentVNode("",!0)]),_:1})}}}),dge="",sR={class:"pl-select__wrapper"},aR=["id"],cR={key:0,class:"pl-select__label-container"},dR={class:"pl-select__label-container-text"},uR={key:0,class:"pl-select__label"},fR={key:1,class:"pl-select__optional"},pR={key:3,class:"pl-select__helpertext-container"},hR={key:0,class:"pl-select__error"},CR={key:1,class:"pl-select__helpertext"},gR=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=>({"91e7fe94":o.width}));const o=t,r=`id-${t2()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(T=>T.field===o.prop),g()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=St().height;e.watch(d,()=>{g()});const{isScrolling:u}=ao(window);e.watch(u,()=>{g()}),e.watch(c,v=>{var T;v?(T=document.getElementById(r))==null||T.focus():E(),e.nextTick(()=>{const S=document.getElementById(`pl-select__select-container-${r}`).getBoundingClientRect().width+"px",O=document.getElementById(`dropdown-${r}`);O&&(O.style.maxWidth=S,o.teleport&&(O.style.zIndex="2013")),g()})});const f=e.ref(),C=e.ref();wn(f,()=>{c.value=!1},{ignore:[C]});const p=e.ref(0),M=e.ref(0),_=e.computed(()=>`top: ${p.value}px; left: ${M.value}px`),g=()=>{if(!c.value)return;const v=document.getElementById(`pl-select__select-container-${r}`),T=v.getBoundingClientRect(),S=v.querySelector(".pl-select__label-container"),O=v.querySelector(".pl-select__helpertext-container"),B=S?S.offsetHeight:-4,V=O?O.offsetHeight:-4;o.teleport?(p.value=T.y+T.height+window.scrollY,M.value=T.x):p.value=T.height-V-4,e.nextTick(()=>{const Q=document.getElementById(`dropdown-${r}`);if(!Q)return;const G=Q.getBoundingClientRect();G.bottom>d.value?o.teleport?p.value=p.value-G.height-(T.height-B):p.value=p.value-G.height-(T.height-B-V):o.teleport?p.value=T.y+T.height+window.scrollY-V-4:p.value=T.height-V-4})},m=()=>{o.disabled||(c.value=!c.value)},y=n,w=()=>{o.disabled||!c.value||e.nextTick(()=>{c.value=!1})},x=e.computed({get:()=>o.modelValue,set:v=>{y("update:modelValue",v)}}),E=()=>{const v=document.getElementById(r);if(v)if("createEvent"in document){const T=document.createEvent("HTMLEvents");T.initEvent("blur",!1,!0),v.dispatchEvent(T)}else v.fireEvent("onblur")};e.watch(x,()=>{const v=document.getElementById(r);if("createEvent"in document){const T=document.createEvent("HTMLEvents");T.initEvent("change",!1,!0),v.dispatchEvent(T)}else v.fireEvent("onchange");y("change")});const D=v=>{v.disabled||(w(),x.value=v.value)},L=()=>{x.value=null},k=e.computed(()=>{var v,T,S,O,B;return o.showDescription&&((v=N.value)!=null&&v.description||(T=N.value)!=null&&T.customDescription)?(S=N.value)!=null&&S.customDescription?(O=N.value)==null?void 0:O.customDescription:(B=N.value)==null?void 0:B.description:!1}),N=e.computed(()=>o.options.filter(v=>v.value===x.value)[0]);return(v,T)=>{const S=n3;return e.openBlock(),e.createElementBlock("div",sR,[e.createElementVNode("div",{id:`pl-select__select-container-${r}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:m},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",cR,[e.createElementVNode("div",dR,[o.label?(e.openBlock(),e.createElementBlock("span",uR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",fR,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(S,{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(lR,e.mergeProps({key:1},o,{id:r,focus:c.value,"onUpdate:focus":T[0]||(T[0]=O=>c.value=O),"model-value":N.value,placeholder:o.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(XY,e.mergeProps({key:2},o,{id:r,focus:c.value,"onUpdate:focus":T[1]||(T[1]=O=>c.value=O),"model-value":N.value,"show-description":k.value,"show-error":s.value,onReset:L}),null,16,["focus","model-value","show-description","show-error"])),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",pR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",hR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",CR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,aR),o.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(ou,{id:r,ref_key:"dropdownRef",ref:C,offsets:_.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":x.value,onSelectValue:D},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(ou,{key:1,id:r,ref_key:"dropdownRef",ref:C,offsets:_.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,"selected-value":x.value,onSelectValue:D},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}}),uge="",mR={install(t){t.component("PlSelectPlus",gR)}},ru=e.defineComponent({__name:"pl-tags",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(o,r)=>(e.openBlock(),e.createBlock(Xl,{class:e.normalizeClass(["pl-tags-container",{"pl-tags-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(o.$slots,"default")]),_:3},8,["class"]))}}),fge="",_R={key:0,class:"pl-multi-select__prefix-container"},MR={class:"pl-multi-select__inner-container"},yR=["id","prop","placeholder","disabled","onKeydown"],wR={class:"pl-multi-select__suffix-container"},NR=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",_R,[e.createVNode(f,{name:o.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",MR,[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,yR),d.modelValue.length?(e.openBlock(),e.createBlock(ru,{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(ru,{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",wR,[!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)}}}),bR=["id"],DR={key:0,class:"d-flex gap-2 p-2"},kR=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=ro;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(fr,{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",DR,[e.createVNode(t3,{"full-width":"",type:"secondary",size:"small",onClick:u[0]||(u[0]=C=>c("reset"))},{default:e.withCtx(()=>[e.createTextVNode("Сбросить")]),_:1}),e.createVNode(t3,{"full-width":"",size:"small",onClick:i},{default:e.withCtx(()=>[e.createTextVNode("Применить")]),_:1})])):e.createCommentVNode("",!0)],14,bR)):e.createCommentVNode("",!0)]),_:1})}}}),LR={class:"pl-multi-select__wrapper"},xR=["id"],ER={key:0,class:"pl-multi-select__label-container"},vR={class:"pl-multi-select__label-container-text"},SR={key:0,class:"pl-multi-select__label"},$R={key:1,class:"pl-multi-select__optional"},TR={key:1,class:"pl-multi-select__helpertext-container"},jR={key:0,class:"pl-multi-select__error"},OR={key:1,class:"pl-multi-select__helpertext"},VR=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","reset"],setup(t,{emit:n}){e.useCssVars(v=>({"795289ac":o.width}));const o=t,r=`id-${t2()}`,i=e.ref([]);if(o.prop){const v=e.inject("errorsState");v&&e.watch(v,()=>{i.value=v.value.filter(T=>T.field===o.prop),x()},{deep:!0})}const s=e.computed(()=>i.value.length),c=e.ref(!1),d=St().height;e.watch(d,()=>{x()});const{isScrolling:u}=ao(window);e.watch(u,()=>{x()});const f=e.ref([]),C=v=>JSON.parse(JSON.stringify(v));e.watch(c,v=>{var T;f.value=C(L.value),v?(T=document.getElementById(r))==null||T.focus():k(),e.nextTick(()=>{const S=document.getElementById(`pl-multi-select__select-container-${r}`).getBoundingClientRect().width+"px",O=document.getElementById(`dropdown-${r}`);O&&(O.style.maxWidth=S),x()})});const p=e.ref(),M=e.ref();wn(p,()=>{c.value&&o.buttons&&(L.value=C(f.value)),c.value=!1},{ignore:[M]});const _=v=>JSON.stringify(v.sort((T,S)=>T.value<S.value?-1:T.value>S.value?1:0)),g=()=>{c.value=!1,_(f.value)!==_(L.value)&&(document.getElementById(r).dispatchEvent(new Event("change")),D("change",L.value))},m=e.ref(0),y=e.ref(0),w=e.computed(()=>`top: ${m.value}px; left: ${y.value}px`),x=()=>{if(!c.value)return;const v=document.getElementById(`pl-multi-select__select-container-${r}`);if(!v)return;const T=v.getBoundingClientRect(),S=v.querySelector(".pl-multi-select__label-container"),O=v.querySelector(".pl-multi-select__helpertext-container"),B=S?S.offsetHeight:-4,V=O?O.offsetHeight:-4;m.value=T.height-V-4,e.nextTick(()=>{const Q=document.getElementById(`dropdown-${r}`);if(!Q)return;const G=Q.getBoundingClientRect();G.bottom>d.value?m.value=m.value-G.height-(T.height-B-V):m.value=T.height-V-4})},E=()=>{o.disabled||(c.value=!c.value,c.value||(L.value=C(f.value)))},D=n,L=e.computed({get:()=>o.modelValue,set:v=>{D("update:modelValue",v)}}),k=()=>{document.getElementById(r).dispatchEvent(new Event("blur"))};e.watch(()=>L.value,()=>{o.buttons||(document.getElementById(r).dispatchEvent(new Event("change")),D("change",L.value))},{deep:!0});const N=()=>{L.value=[],f.value=[],k(),D("reset")};return(v,T)=>(e.openBlock(),e.createElementBlock("div",LR,[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:E},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",ER,[e.createElementVNode("div",vR,[o.label?(e.openBlock(),e.createElementBlock("span",SR,e.toDisplayString(o.label),1)):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createElementBlock("span",$R,e.toDisplayString(o.optional),1)):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(n3,{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(NR,e.mergeProps(o,{id:r,focus:c.value,"onUpdate:focus":T[0]||(T[0]=S=>c.value=S),"model-value":L.value,"show-error":s.value,onReset:N}),null,16,["focus","model-value","show-error"]),o.helpertext||i.value.length>0?(e.openBlock(),e.createElementBlock("div",TR,[i.value.length>0?(e.openBlock(),e.createElementBlock("span",jR,e.toDisplayString(i.value[0].message),1)):o.helpertext?(e.openBlock(),e.createElementBlock("span",OR,e.toDisplayString(o.helpertext),1)):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,xR),e.createVNode(kR,{id:r,ref_key:"dropdownRef",ref:M,modelValue:L.value,"onUpdate:modelValue":T[1]||(T[1]=S=>L.value=S),offsets:w.value,focus:c.value,helpertext:o.helpertext,errors:i.value,options:o.options,buttons:o.buttons,onReset:N,onCloseSave:g},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])]))}}),pge="",IR={install(t){t.component("PlMultiSelect",VR)}},uo=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))}}),hge="",zR={install(t){t.component("PlSkeleton",uo)}},BR={install(t){t.component("PlSnackbar",Nd)}},Cge="",AR={class:"stepper-container"},PR={class:"stepper-title__container"},HR={key:0,class:"stepper-figure"},ZR=[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)],UR={key:1,class:"stepper-figure"},QR={class:"stepper-figure__progress"},YR={key:2,class:"stepper-title__container"},RR={key:0},FR={key:1},WR={key:0},GR={key:1},qR={key:0},KR={key:3,class:"stepper-title__container"},JR={key:0},XR={key:1},eF={key:0},tF={key:1},nF={key:0},oF={key:0},rF={class:"stepper-title__container stepper-title__container_ended"},lF={class:"stepper-text"},iF={key:0},sF={key:0},aF={key:0,class:"stepper-footer"},cF={class:"stepper-footer__count-remain"},dF={class:"stepper-footer__count"},uF={key:1,class:"stepper-footer"},fF={class:"stepper-footer__count-remain"},pF={class:"stepper-footer__count"},hF=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=A2.cloneDeep(n.steps);return p.pop(),p}),c=e.computed(()=>i.value?n.steps[o.value]:n.steps.find((p,M,_)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<_[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(_=>_[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",AR,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(_,g)=>(e.openBlock(),e.createElementBlock("div",{key:_[t.stepName],class:"stepper-item"},[e.createElementVNode("div",PR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(g),"stepper-title_checked":t.currentCount>=_[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(_[t.stepName]),3)]),t.currentCount>_[t.stepCountName]&&!C(_,c.value)?(e.openBlock(),e.createElementBlock("div",HR,ZR)):(e.openBlock(),e.createElementBlock("div",UR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":C(_,c.value)}])},null,2),e.createElementVNode("div",QR,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${C(_,c.value)?u.value.progress:0}%;`)},null,4)])])),r.value?(e.openBlock(),e.createElementBlock("div",YR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",RR,e.toDisplayString(_[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",FR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",WR,"0")):(e.openBlock(),e.createElementBlock("span",GR,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",qR,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!i.value})},e.toDisplayString(u.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",KR,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",JR,e.toDisplayString(_[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",XR,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",eF,"0 ₽")):(e.openBlock(),e.createElementBlock("span",tF,[i.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",nF,"Осталось выдать: ")),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",oF,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",rF,[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",lF,[e.createTextVNode(e.toDisplayString(t.steps[o.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",iF,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",sF,[r.value?(e.openBlock(),e.createElementBlock("div",aF,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",cF,e.toDisplayString(u.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",dF,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",uF,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",fF,e.toDisplayString(Math.round(u.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",pF,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}}),CF={install(t){t.component("PlStepper",hF)}},Mge="",gF={class:"suggestion"},mF={class:"d-flex flex-column"},_F={class:"text-truncate"},MF={class:"suggestion__item-info text-truncate"},yF=["src"],wF={__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({}),_=e.ref(""),g=e.ref(null),m=S=>{g.value=S.target.value},y=e.ref(null);e.onMounted(()=>{const S=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:_.value};for(let O=0;O<S.length;O+=1)S[O].style.width=`${S[O].offsetWidth}px`;C.value&&Y1(y.value.$el,"input",m)});const w=n;e.watch(p,S=>{M[s]=S}),e.watch(i,S=>{p.value=S.value});const x=e.ref(!1),E=S=>{C.value&&(x.value=!0),!S.target&&(w("change",S),g.value=null,setTimeout(()=>{y.value.blur()},0),setTimeout(()=>x.value=!1,100))},D=(S,O,B)=>{w("validate",S,O,B)},L=e.ref(null),k=(S=!1)=>{S&&setTimeout(()=>{x.value?x.value=!1:C.value&&g.value&&w("change",{id:t2(),value:g.value,dadata:!1})},10),setTimeout(()=>{L.value.validate()},10)};e.watch(c,S=>{S&&(k(),w("setValid"))});const N=e.ref([]);N.value=u.value,e.watch(u,S=>{N.value=S});const v=e.ref(`Введите ${d.value} символа`);e.watch(f,S=>{v.value=S});const T=S=>{if(_.value=S,S.length<d.value){v.value=`Введите ${d.value} ${W2(d.value,["символ","символа","символов"])} `,N.value=[];return}else v.value=" ";w("fetchDadata",S)};return(S,O)=>{const B=Li,V=ki,Q=R4,G=Y4;return e.openBlock(),e.createElementBlock("div",gF,[e.createVNode(G,{ref_key:"suggestion",ref:L,"label-position":"top",model:M.value,rules:t.rules,onValidate:D,onSubmit:O[2]||(O[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(Q,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode(V,{ref_key:"suggestionBox",ref:y,modelValue:p.value,"onUpdate:modelValue":O[0]||(O[0]=P=>p.value=P),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":T,"no-data-text":v.value,onBlur:O[1]||(O[1]=P=>k("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(N.value,(P,j)=>(e.openBlock(),e.createBlock(B,{key:j,value:P.value,class:"d-flex justify-content-between align-items-center",onClick:U=>E(P)},{default:e.withCtx(()=>[e.createElementVNode("div",mF,[e.createElementVNode("span",_F,[e.createVNode(Jl,{modelValue:P.value,"onUpdate:modelValue":U=>P.value=U,"search-value":_.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",MF,e.toDisplayString(P.bottomText),1)]),e.createElementVNode("img",{src:e.unref(o)},null,8,yF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}},NF={install(t){t.component("PlSuggestions",wF)}},bF=["disabled"],DF=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),kF={key:0},LF=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,bF),[[e.vModelCheckbox,r.value]]),DF],2),o.label?(e.openBlock(),e.createElementBlock("label",kF,[e.createVNode(Fi,{title:t.label,description:t.description,disabled:o.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}}),yge="",xF={install(t){t.component("PlSwitch",LF)}},EF=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")}}),vF={install(t){t.component("PlTabPane",EF)}},wge="",Nge="",bge="",Dge="",SF={class:"pl-table"},$F={class:"no-data"},TF=["src"],jF={class:"no-data__text"},OF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},VF={key:0,class:"totals"},IF=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=x=>{p.value=x,C("selected-rows",p)},_=e.ref(null),{toggleRowSelection:g}=e.toRefs(i);e.watch(g,x=>{x.length>0&&(x.forEach(E=>{_.value.toggleRowSelection(E)}),C("update:toggleRowSelection",[])),p.value=_.value.getSelectionRows()});const m=()=>{const{pageSize:x,pageNumber:E}=s.value,{length:D}=c.value;let L=x*E;const k=L-x+1;return D<x&&(L+=D-x),L>d.value&&(L=d.value),d.value?`Отображены записи ${k} - ${L} из ${d.value}`:"Нет данных для отображения"},y=x=>C("action",{...s.value,pageSize:x}),w=x=>C("action",{...s.value,pageNumber:x});return(x,E)=>{const D=dP,L=RB;return e.openBlock(),e.createElementBlock("div",SF,[e.createVNode(e.unref(z4),{locale:e.unref(Ki)},{default:e.withCtx(()=>[e.createVNode(D,e.mergeProps({ref_key:"plTable",ref:_,data:e.unref(c)},e.unref(o),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(x.$slots,"empty",{},()=>[e.createElementVNode("div",$F,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(r),alt:"no data image"},null,8,TF),e.createElementVNode("span",jF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(x.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",OF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(W2)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(W2)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||i.showSelected]]),e.createVNode(L,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":E[0]||(E[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",VF,e.toDisplayString(m()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(x.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}}),Lge="",zF={key:0},BF={key:1},AF={key:2},PF={key:3},HF=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=uP;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",zF,e.toDisplayString(o(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",BF,e.toDisplayString(n(c[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",AF,e.toDisplayString(c[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",PF,[e.renderSlot(r.$slots,"default",{row:c})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),ZF={install(t){t.component("PlTable",IF),t.component("PlTableColumn",HF)}},UF={class:"table-row"},QF={class:"d-grid flex-grow-1 py-md-4 row-gap-md-6"},YF={key:0,class:"d-flex align-content-start gap-4"},RF={class:"flex-grow-1"},FF={key:0,class:"table-cell pr-10"},WF={key:0,style:{width:"140px"}},GF={class:"flex-md-grow-1"},qF={key:2},lu=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}=St(),o=t;return(r,i)=>(e.openBlock(),e.createElementBlock("div",UF,[e.createElementVNode("div",QF,[e.unref(n)<=730&&o.mobileTop?(e.openBlock(),e.createElementBlock("div",YF,[o.isSelectable?(e.openBlock(),e.createBlock(uo,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",RF,[e.createVNode(uo,{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",FF,[e.createVNode(uo,{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",WF,[e.createVNode(uo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",GF,[e.createVNode(uo,{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",qF,[e.createVNode(uo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var n0={exports:{}};n0.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]",_="[object Function]",g="[object GeneratorFunction]",m="[object Map]",y="[object Number]",w="[object Null]",x="[object Object]",E="[object Promise]",D="[object Proxy]",L="[object RegExp]",k="[object Set]",N="[object String]",v="[object Symbol]",T="[object Undefined]",S="[object WeakMap]",O="[object ArrayBuffer]",B="[object DataView]",V="[object Float32Array]",Q="[object Float64Array]",G="[object Int8Array]",P="[object Int16Array]",j="[object Int32Array]",U="[object Uint8Array]",z="[object Uint8ClampedArray]",F="[object Uint16Array]",W="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,K=/^\[object .+?Constructor\]$/,ae=/^(?:0|[1-9]\d*)$/,pe={};pe[V]=pe[Q]=pe[G]=pe[P]=pe[j]=pe[U]=pe[z]=pe[F]=pe[W]=!0,pe[d]=pe[u]=pe[O]=pe[C]=pe[B]=pe[p]=pe[M]=pe[_]=pe[m]=pe[y]=pe[x]=pe[L]=pe[k]=pe[N]=pe[S]=!1;var ge=typeof x1=="object"&&x1&&x1.Object===Object&&x1,fe=typeof self=="object"&&self&&self.Object===Object&&self,ce=ge||fe||Function("return this")(),_e=n&&!n.nodeType&&n,Me=_e&&!0&&t&&!t.nodeType&&t,Ie=Me&&Me.exports===_e,Ae=Ie&&ge.process,Ee=function(){try{return Ae&&Ae.binding&&Ae.binding("util")}catch{}}(),$e=Ee&&Ee.isTypedArray;function He(Z,ne){for(var De=-1,Ve=Z==null?0:Z.length,D1=0,e1=[];++De<Ve;){var j1=Z[De];ne(j1,De,Z)&&(e1[D1++]=j1)}return e1}function Oe(Z,ne){for(var De=-1,Ve=ne.length,D1=Z.length;++De<Ve;)Z[D1+De]=ne[De];return Z}function Ke(Z,ne){for(var De=-1,Ve=Z==null?0:Z.length;++De<Ve;)if(ne(Z[De],De,Z))return!0;return!1}function c1(Z,ne){for(var De=-1,Ve=Array(Z);++De<Z;)Ve[De]=ne(De);return Ve}function d1(Z){return function(ne){return Z(ne)}}function Te(Z,ne){return Z.has(ne)}function Je(Z,ne){return Z==null?void 0:Z[ne]}function r1(Z){var ne=-1,De=Array(Z.size);return Z.forEach(function(Ve,D1){De[++ne]=[D1,Ve]}),De}function n1(Z,ne){return function(De){return Z(ne(De))}}function me(Z){var ne=-1,De=Array(Z.size);return Z.forEach(function(Ve){De[++ne]=Ve}),De}var Be=Array.prototype,ye=Function.prototype,oe=Object.prototype,be=ce["__core-js_shared__"],re=ye.toString,X=oe.hasOwnProperty,se=function(){var Z=/[^.]+$/.exec(be&&be.keys&&be.keys.IE_PROTO||"");return Z?"Symbol(src)_1."+Z:""}(),ve=oe.toString,ee=RegExp("^"+re.call(X).replace(H,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),he=Ie?ce.Buffer:void 0,Y=ce.Symbol,Le=ce.Uint8Array,J=oe.propertyIsEnumerable,ue=Be.splice,Se=Y?Y.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Qe=he?he.isBuffer:void 0,f1=n1(Object.keys,Object),ft=Zt(ce,"DataView"),M1=Zt(ce,"Map"),z1=Zt(ce,"Promise"),kn=Zt(ce,"Set"),i3=Zt(ce,"WeakMap"),fo=Zt(Object,"create"),ds=K2(ft),us=K2(M1),Cr=K2(z1),fs=K2(kn),gr=K2(i3),r0=Y?Y.prototype:void 0,mr=r0?r0.valueOf:void 0;function G2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function ps(){this.__data__=fo?fo(null):{},this.size=0}function hs(Z){var ne=this.has(Z)&&delete this.__data__[Z];return this.size-=ne?1:0,ne}function Cs(Z){var ne=this.__data__;if(fo){var De=ne[Z];return De===r?void 0:De}return X.call(ne,Z)?ne[Z]:void 0}function gs(Z){var ne=this.__data__;return fo?ne[Z]!==void 0:X.call(ne,Z)}function ms(Z,ne){var De=this.__data__;return this.size+=this.has(Z)?0:1,De[Z]=fo&&ne===void 0?r:ne,this}G2.prototype.clear=ps,G2.prototype.delete=hs,G2.prototype.get=Cs,G2.prototype.has=gs,G2.prototype.set=ms;function n2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function _s(){this.__data__=[],this.size=0}function Ms(Z){var ne=this.__data__,De=po(ne,Z);if(De<0)return!1;var Ve=ne.length-1;return De==Ve?ne.pop():ue.call(ne,De,1),--this.size,!0}function ys(Z){var ne=this.__data__,De=po(ne,Z);return De<0?void 0:ne[De][1]}function ws(Z){return po(this.__data__,Z)>-1}function Ns(Z,ne){var De=this.__data__,Ve=po(De,Z);return Ve<0?(++this.size,De.push([Z,ne])):De[Ve][1]=ne,this}n2.prototype.clear=_s,n2.prototype.delete=Ms,n2.prototype.get=ys,n2.prototype.has=ws,n2.prototype.set=Ns;function q2(Z){var ne=-1,De=Z==null?0:Z.length;for(this.clear();++ne<De;){var Ve=Z[ne];this.set(Ve[0],Ve[1])}}function s3(){this.size=0,this.__data__={hash:new G2,map:new(M1||n2),string:new G2}}function bs(Z){var ne=Ln(this,Z).delete(Z);return this.size-=ne?1:0,ne}function a3(Z){return Ln(this,Z).get(Z)}function Ds(Z){return Ln(this,Z).has(Z)}function ks(Z,ne){var De=Ln(this,Z),Ve=De.size;return De.set(Z,ne),this.size+=De.size==Ve?0:1,this}q2.prototype.clear=s3,q2.prototype.delete=bs,q2.prototype.get=a3,q2.prototype.has=Ds,q2.prototype.set=ks;function c3(Z){var ne=-1,De=Z==null?0:Z.length;for(this.__data__=new q2;++ne<De;)this.add(Z[ne])}function l0(Z){return this.__data__.set(Z,r),this}function i0(Z){return this.__data__.has(Z)}c3.prototype.add=c3.prototype.push=l0,c3.prototype.has=i0;function y2(Z){var ne=this.__data__=new n2(Z);this.size=ne.size}function Ls(){this.__data__=new n2,this.size=0}function xs(Z){var ne=this.__data__,De=ne.delete(Z);return this.size=ne.size,De}function Es(Z){return this.__data__.get(Z)}function vs(Z){return this.__data__.has(Z)}function s0(Z,ne){var De=this.__data__;if(De instanceof n2){var Ve=De.__data__;if(!M1||Ve.length<o-1)return Ve.push([Z,ne]),this.size=++De.size,this;De=this.__data__=new q2(Ve)}return De.set(Z,ne),this.size=De.size,this}y2.prototype.clear=Ls,y2.prototype.delete=xs,y2.prototype.get=Es,y2.prototype.has=vs,y2.prototype.set=s0;function a0(Z,ne){var De=f3(Z),Ve=!De&&y0(Z),D1=!De&&!Ve&&yr(Z),e1=!De&&!Ve&&!D1&&b0(Z),j1=De||Ve||D1||e1,G1=j1?c1(Z.length,String):[],p1=G1.length;for(var k1 in Z)(ne||X.call(Z,k1))&&!(j1&&(k1=="length"||D1&&(k1=="offset"||k1=="parent")||e1&&(k1=="buffer"||k1=="byteLength"||k1=="byteOffset")||C0(k1,p1)))&&G1.push(k1);return G1}function po(Z,ne){for(var De=Z.length;De--;)if(M0(Z[De][0],ne))return De;return-1}function _r(Z,ne,De){var Ve=ne(Z);return f3(Z)?Ve:Oe(Ve,De(Z))}function ho(Z){return Z==null?Z===void 0?T:w:Se&&Se in Object(Z)?p0(Z):Ts(Z)}function Mr(Z){return go(Z)&&ho(Z)==d}function Co(Z,ne,De,Ve,D1){return Z===ne?!0:Z==null||ne==null||!go(Z)&&!go(ne)?Z!==Z&&ne!==ne:c0(Z,ne,De,Ve,Co,D1)}function c0(Z,ne,De,Ve,D1,e1){var j1=f3(Z),G1=f3(ne),p1=j1?u:O2(Z),k1=G1?u:O2(ne);p1=p1==d?x:p1,k1=k1==d?x:k1;var R1=p1==x,Tt=k1==x,q1=p1==k1;if(q1&&yr(Z)){if(!yr(ne))return!1;j1=!0,R1=!1}if(q1&&!R1)return e1||(e1=new y2),j1||b0(Z)?d3(Z,ne,De,Ve,D1,e1):$s(Z,ne,p1,De,Ve,D1,e1);if(!(De&i)){var O1=R1&&X.call(Z,"__wrapped__"),Mt=Tt&&X.call(ne,"__wrapped__");if(O1||Mt){var w2=O1?Z.value():Z,o2=Mt?ne.value():ne;return e1||(e1=new y2),D1(w2,o2,De,Ve,e1)}}return q1?(e1||(e1=new y2),f0(Z,ne,De,Ve,D1,e1)):!1}function Ss(Z){if(!N0(Z)||m0(Z))return!1;var ne=p3(Z)?ee:K;return ne.test(K2(Z))}function d0(Z){return go(Z)&&w0(Z.length)&&!!pe[ho(Z)]}function u0(Z){if(!_0(Z))return f1(Z);var ne=[];for(var De in Object(Z))X.call(Z,De)&&De!="constructor"&&ne.push(De);return ne}function d3(Z,ne,De,Ve,D1,e1){var j1=De&i,G1=Z.length,p1=ne.length;if(G1!=p1&&!(j1&&p1>G1))return!1;var k1=e1.get(Z);if(k1&&e1.get(ne))return k1==ne;var R1=-1,Tt=!0,q1=De&s?new c3:void 0;for(e1.set(Z,ne),e1.set(ne,Z);++R1<G1;){var O1=Z[R1],Mt=ne[R1];if(Ve)var w2=j1?Ve(Mt,O1,R1,ne,Z,e1):Ve(O1,Mt,R1,Z,ne,e1);if(w2!==void 0){if(w2)continue;Tt=!1;break}if(q1){if(!Ke(ne,function(o2,V2){if(!Te(q1,V2)&&(O1===o2||D1(O1,o2,De,Ve,e1)))return q1.push(V2)})){Tt=!1;break}}else if(!(O1===Mt||D1(O1,Mt,De,Ve,e1))){Tt=!1;break}}return e1.delete(Z),e1.delete(ne),Tt}function $s(Z,ne,De,Ve,D1,e1,j1){switch(De){case B:if(Z.byteLength!=ne.byteLength||Z.byteOffset!=ne.byteOffset)return!1;Z=Z.buffer,ne=ne.buffer;case O:return!(Z.byteLength!=ne.byteLength||!e1(new Le(Z),new Le(ne)));case C:case p:case y:return M0(+Z,+ne);case M:return Z.name==ne.name&&Z.message==ne.message;case L:case N:return Z==ne+"";case m:var G1=r1;case k:var p1=Ve&i;if(G1||(G1=me),Z.size!=ne.size&&!p1)return!1;var k1=j1.get(Z);if(k1)return k1==ne;Ve|=s,j1.set(Z,ne);var R1=d3(G1(Z),G1(ne),Ve,D1,e1,j1);return j1.delete(Z),R1;case v:if(mr)return mr.call(Z)==mr.call(ne)}return!1}function f0(Z,ne,De,Ve,D1,e1){var j1=De&i,G1=u3(Z),p1=G1.length,k1=u3(ne),R1=k1.length;if(p1!=R1&&!j1)return!1;for(var Tt=p1;Tt--;){var q1=G1[Tt];if(!(j1?q1 in ne:X.call(ne,q1)))return!1}var O1=e1.get(Z);if(O1&&e1.get(ne))return O1==ne;var Mt=!0;e1.set(Z,ne),e1.set(ne,Z);for(var w2=j1;++Tt<p1;){q1=G1[Tt];var o2=Z[q1],V2=ne[q1];if(Ve)var wr=j1?Ve(V2,o2,q1,ne,Z,e1):Ve(o2,V2,q1,Z,ne,e1);if(!(wr===void 0?o2===V2||D1(o2,V2,De,Ve,e1):wr)){Mt=!1;break}w2||(w2=q1=="constructor")}if(Mt&&!w2){var mo=Z.constructor,nt=ne.constructor;mo!=nt&&"constructor"in Z&&"constructor"in ne&&!(typeof mo=="function"&&mo instanceof mo&&typeof nt=="function"&&nt instanceof nt)&&(Mt=!1)}return e1.delete(Z),e1.delete(ne),Mt}function u3(Z){return _r(Z,Vs,h0)}function Ln(Z,ne){var De=Z.__data__;return g0(ne)?De[typeof ne=="string"?"string":"hash"]:De.map}function Zt(Z,ne){var De=Je(Z,ne);return Ss(De)?De:void 0}function p0(Z){var ne=X.call(Z,Se),De=Z[Se];try{Z[Se]=void 0;var Ve=!0}catch{}var D1=ve.call(Z);return Ve&&(ne?Z[Se]=De:delete Z[Se]),D1}var h0=Ge?function(Z){return Z==null?[]:(Z=Object(Z),He(Ge(Z),function(ne){return J.call(Z,ne)}))}:b1,O2=ho;(ft&&O2(new ft(new ArrayBuffer(1)))!=B||M1&&O2(new M1)!=m||z1&&O2(z1.resolve())!=E||kn&&O2(new kn)!=k||i3&&O2(new i3)!=S)&&(O2=function(Z){var ne=ho(Z),De=ne==x?Z.constructor:void 0,Ve=De?K2(De):"";if(Ve)switch(Ve){case ds:return B;case us:return m;case Cr:return E;case fs:return k;case gr:return S}return ne});function C0(Z,ne){return ne=ne??c,!!ne&&(typeof Z=="number"||ae.test(Z))&&Z>-1&&Z%1==0&&Z<ne}function g0(Z){var ne=typeof Z;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Z!=="__proto__":Z===null}function m0(Z){return!!se&&se in Z}function _0(Z){var ne=Z&&Z.constructor,De=typeof ne=="function"&&ne.prototype||oe;return Z===De}function Ts(Z){return ve.call(Z)}function K2(Z){if(Z!=null){try{return re.call(Z)}catch{}try{return Z+""}catch{}}return""}function M0(Z,ne){return Z===ne||Z!==Z&&ne!==ne}var y0=Mr(function(){return arguments}())?Mr:function(Z){return go(Z)&&X.call(Z,"callee")&&!J.call(Z,"callee")},f3=Array.isArray;function js(Z){return Z!=null&&w0(Z.length)&&!p3(Z)}var yr=Qe||w1;function Os(Z,ne){return Co(Z,ne)}function p3(Z){if(!N0(Z))return!1;var ne=ho(Z);return ne==_||ne==g||ne==f||ne==D}function w0(Z){return typeof Z=="number"&&Z>-1&&Z%1==0&&Z<=c}function N0(Z){var ne=typeof Z;return Z!=null&&(ne=="object"||ne=="function")}function go(Z){return Z!=null&&typeof Z=="object"}var b0=$e?d1($e):d0;function Vs(Z){return js(Z)?a0(Z):u0(Z)}function b1(){return[]}function w1(){return!1}t.exports=Os}(n0,n0.exports);var KF=n0.exports;const iu=et(KF),JF={key:0},XF={key:0,class:"px-4"},eW={key:1,class:"px-4"},tW={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},nW={key:0,class:"table-cell pr-10",role:"columnheader"},oW=e.createElementVNode("div",{class:"divider"},null,-1),rW={class:"table-body"},lW={key:0,class:"py-6"},iW=[e.createElementVNode("div",{class:"divider"},null,-1)],sW={class:"no-data-container"},aW={"data-testid":"table-body",class:"table-body mt-md-0",role:"rowgroup"},cW={class:"d-grid flex-grow-1 row-gap-md-6 py-md-4"},dW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},uW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},fW={key:2,role:"cell"},pW={key:0,class:"prevent-click py-6"},hW=[e.createElementVNode("div",{class:"divider"},null,-1)],CW=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}=St(),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:B=>r("update:selectedRows",B)}),M=e.computed(()=>{const B={};return i.rows.forEach((V,Q)=>{const G=i.uniqKey?V[i.uniqKey]:Q;B[G]=V}),B}),_=()=>{d.value={}},g=()=>{i.rows.forEach((B,V)=>{if(B!=null&&B.isDisabledSelect)return;const Q=i.uniqKey?B[i.uniqKey]:V;d.value[Q]=!0})},m=e.ref(!1),y=e.computed(()=>i.rows.filter(B=>!(B!=null&&B.isDisabledSelect))),w=e.computed(()=>Object.values(p.value).map(B=>B).length),x=e.computed(()=>s.value<=730?i.headers.filter(B=>!i.hideHeadersOnMobile.includes(B.key)):i.headers),E=e.ref(1),D=e.computed(()=>{let B=i.isSelectable?"60px":"";return x.value.forEach(V=>{let Q="1fr";V!=null&&V.width&&typeof V.width=="number"&&(Q=`${100/E.value*V.width}%`),B+=` ${Q}`}),s.value<=730?{}:{"grid-template-columns":B}}),L=()=>{r("infiniteScroll")},k=()=>{v.value=!0,m.value=!0},N=()=>{_()},v=e.ref(!1),T=()=>{v.value=!0},S=(B,V)=>{var Q,G;(G=(Q=B.target).closest)!=null&&G.call(Q,".prevent-click")||r("rowClick",V)};e.watch(m,B=>{v.value&&(B?g():_()),v.value=!1}),e.watch(d,()=>{setTimeout(()=>{const B=[];for(const V in d.value)d.value[V]&&B.push(M.value[V]);m.value=!!y.value.length&&B.length===y.value.length,!iu(p.value,B)&&(p.value=B)})},{deep:!0}),e.watch(p,(B,V)=>{if(iu(B,V))return;const Q={};B.forEach((G,P)=>{const j=i.uniqKey?G[i.uniqKey]:P;Q[j]=!0}),d.value=Q},{deep:!0,immediate:!0}),e.watch(f,B=>{C.value&&(B||(C.value=!1))},{immediate:!0});const O=()=>{const{width:B}=u.value.getBoundingClientRect(),V=i.defaultWrapperWidth||B;E.value=V-32};return e.watch(s,()=>{O()}),e.onMounted(()=>{O()}),n({resetSelectedRows:N,selectAllRows:k}),(B,V)=>{const Q=e.resolveDirective("tap"),G=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",JF,[C.value?(e.openBlock(),e.createElementBlock("div",XF,[e.createVNode(lu,{"is-selectable":!!B.isSelectable,headers:x.value,"table-style":D.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",eW,[e.createElementVNode("div",tW,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(D.value),role:"row"},[B.isSelectable?(e.openBlock(),e.createElementBlock("div",nW,[e.createVNode(fr,{modelValue:m.value,"onUpdate:modelValue":V[0]||(V[0]=P=>m.value=P),disabled:f.value||!i.rows.length,"is-indeterminate":!!w.value,size:"small",onMousedown:T},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(P,j)=>(e.openBlock(),e.createElementBlock("div",{key:j+"headerCell",class:"table-cell",role:"columnheader"},[e.createVNode(bn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(P.label),1)]),_:2},1024)]))),128))],4)])])),oW])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",rW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.rows.length||5,(P,j)=>(e.openBlock(),e.createElementBlock("div",{key:P+"skeletonRow"},[e.createVNode(lu,{"is-selectable":!!B.isSelectable,headers:x.value,"table-style":D.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&&j<(B.rows.length||5)-1?(e.openBlock(),e.createElementBlock("div",lW,iW)):e.createCommentVNode("",!0)]))),128))],512),[[e.vShow,f.value]]),e.withDirectives(e.createElementVNode("div",sW,[e.renderSlot(B.$slots,"noDataContainer")],512),[[e.vShow,!f.value&&e.unref(c).noDataContainer&&!B.rows.length]]),e.withDirectives((e.openBlock(),e.createElementBlock("div",aW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.rows,(P,j)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(P==null?void 0:P[B.uniqKey])||j+"tableRow",class:e.normalizeClass([{"with-hover":B.withHover&&e.unref(s)>730},"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",cW,[e.unref(s)<=730&&e.unref(c).mobileTop?(e.openBlock(),e.createElementBlock("div",dW,[B.isSelectable?(e.openBlock(),e.createBlock(fr,{key:0,modelValue:d.value[(P==null?void 0:P[B.uniqKey])||j],"onUpdate:modelValue":U=>d.value[(P==null?void 0:P[B.uniqKey])||j]=U,disabled:P==null?void 0:P.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(B.$slots,"mobileTop",{row:P})])):e.createCommentVNode("",!0),x.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-1 row-gap-md-1",style:e.normalizeStyle(D.value)},[B.isSelectable&&e.unref(s)>730?(e.openBlock(),e.createElementBlock("div",uW,[e.createVNode(fr,{modelValue:d.value[(P==null?void 0:P[B.uniqKey])||j],"onUpdate:modelValue":U=>d.value[(P==null?void 0:P[B.uniqKey])||j]=U,disabled:P==null?void 0:P.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(x.value,(U,z)=>(e.openBlock(),e.createElementBlock("div",{key:z+"tableCell","data-testid":"table-cell",class:"table-cell",role:"cell"},[e.unref(s)<=730&&(U!=null&&U.label)?(e.openBlock(),e.createBlock(bn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(U.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(s)>730?U.maxWidthContent:"100%"}`)},[e.renderSlot(B.$slots,U.key,{row:P},()=>[e.createTextVNode(e.toDisplayString(P[U.label]),1)])],4)]))),128))],4)):e.createCommentVNode("",!0),e.unref(s)<=730&&e.unref(c).mobileBottom?(e.openBlock(),e.createElementBlock("div",fW,[e.renderSlot(B.$slots,"mobileBottom",{row:P})])):e.createCommentVNode("",!0)]),e.unref(s)<=730&&j<B.rows.length-1?(e.openBlock(),e.createElementBlock("div",pW,hW)):e.createCommentVNode("",!0)],2)),[[Q,U=>S(U,P)]])),128))])),[[e.vShow,!f.value&&B.rows.length],[G,L]])],512)}}}),Sge="",gW={install(t){t.component("PlTablePlus",CW)}},mW={class:"pl-counter__inner"},_W=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",mW,[e.renderSlot(o.$slots,"default",{},void 0,!0)])],2))}}),$ge="",MW=vt(_W,[["__scopeId","data-v-13f82ff3"]]),yW=t=>(e.pushScopeId("data-v-b2e2bd4f"),t=t(),e.popScopeId(),t),wW={class:"pl-tab__content"},NW={class:"pl-tab__content-text"},bW={key:0,class:"pl-tab__content-suffix"},DW=yW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),kW=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",wW,[e.createElementVNode("span",NW,e.toDisplayString(n.label),1),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",bW,[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(MW,{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),DW],2)):e.createCommentVNode("",!0)}}),Tge="",LW=vt(kW,[["__scopeId","data-v-b2e2bd4f"]]),xW=t=>(e.pushScopeId("data-v-9ab90728"),t=t(),e.popScopeId(),t),EW={class:"pl-tab-container"},vW=xW(()=>e.createElementVNode("div",{class:"pl-tab-divider"},null,-1)),SW=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(_=>_.props):i.default().map(_=>_.props)}),c=e.ref(null),d=async(M,_)=>{const g=await Promise.all(M.map(_));return M.filter((m,y)=>g[y])[0]},u=async M=>{var _;return o.modelValue===((_=M.props)==null?void 0:_.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,_)=>{var m;const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",EW,[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(LW,{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"])),[[g,()=>p(y)]])),128)),vW],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:(m=c.value)==null?void 0:m.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))])}}}),jge="",$W=vt(SW,[["__scopeId","data-v-9ab90728"]]),TW={install(t){t.component("PlTabs",$W)}},jW=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))}}),OW=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))}}),VW=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))}}),IW=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))}}),zW=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))}}),BW=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))}}),AW=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))}}),PW=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))}}),su=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))}}),HW=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))}}),ZW=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))}}),UW=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))}}),QW=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))}}),au=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))}}),YW=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))}}),RW={install(t){t.component("PlH1",jW),t.component("PlH2",OW),t.component("PlH3",VW),t.component("PlH4",IW),t.component("PlTitle1",Ji),t.component("PlTitle2",zW),t.component("PlTitle3",BW),t.component("PlSub1",AW),t.component("PlSub2",es),t.component("PlBtn1",PW),t.component("PlBtn2",su),t.component("PlBtn3",HW),t.component("PlBody1",ZW),t.component("PlBody2",bn),t.component("PlBody3",UW),t.component("PlBodyU",QW),t.component("PlCap",Xl),t.component("PlTag",au),t.component("PlSystem",YW)}},FW={install(t){t.component("PlTooltip",nu)}},Oge="",Vge="",Ige="",WW={class:"headers-elements"},GW=e.createElementVNode("div",{class:"img"},null,-1),qW=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),KW={class:"pl-upload-plus__comment"},JW=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 _=C.name.split("."),g=_[_.length-1].toLowerCase();if(o.accept.split(", ").indexOf(g)===-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=fd;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:_})=>[e.renderSlot(C.$slots,"file",{file:_})]),default:e.withCtx(()=>[e.createElementVNode("div",WW,[t.header?e.renderSlot(C.$slots,"header",{key:0},()=>[GW]):e.createCommentVNode("",!0),t.main?e.renderSlot(C.$slots,"main",{key:1},()=>[qW,e.createElementVNode("span",KW,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(C.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}}),XW={install(t){t.component("PlUpload",JW)}},Bge="",eG={class:"headers-elements"},tG=e.createElementVNode("div",{class:"img"},null,-1),nG=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)=>_==="POST"?{url:M,method:_,data:g,headers:m,responseType:y}:{url:M,method:_,params:g,headers:m,responseType:y},C=M=>j6(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,_)=>{if(!_.length){u("on-files-not-attached",M,_);return}if(o.accept!=="any"||o.accept!=="любой"){const m=M.name.split("."),y="."+m[m.length-1].toLowerCase();if(o.accept.split(", ").indexOf(y)===-1){_.splice(-1),u("on-file-not-accept",M,_);return}}const g=M.size/1024/1024;if(g>o.fileSize){u("on-file-size-exceeded",M,_,o.fileSize),_.splice(-1);return}if(!g){u("on-file-empty",M),_.splice(-1);return}u("on-change",M,_),o.requestConfig&&(i.value=!0,r.value=!0,M&&new FormData().append("file",M.raw),C(this.requestConfig).then(m=>{const y=A2.get(m,self.responseKeys,m.data);u("on-success",y,M,_),y.success&&(_.forEach(w=>{w.status="success"}),u("input",_))}).catch(m=>{console.log(m,"error"),u("on-error",m,M,_)}).finally(()=>{this.loadingButton=!1,this.disabled=!1}))};return(M,_)=>{const g=rr,m=fd;return e.openBlock(),e.createBlock(m,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",eG,[t.header?e.renderSlot(M.$slots,"header",{key:0},()=>[tG]):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(g,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}}),oG={install(t){t.component("PlUploadLegacy",nG)}},rG={key:0,class:"pb-1 ps-1 d-flex"},lG={class:"content"},iG=["prop","multiple"],sG={class:"pl-upload-card-container pr-3"},aG={class:"d-flex justify-content-between pb-2"},cG={class:"d-grid gap-1"},dG={class:"d-flex gap-1"},uG=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:""},width:{default:"100%"},viewMode:{type:Boolean,default:!1}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:o}){e.useCssVars(W=>({"3bafa61c":i.width}));const{width:r}=St(),i=t,{accept:s,fileSize:c,maxHeightScroll:d,modelValue:u,multiple:f,description:C,title:p,helperText:M,tooltip:_,limit:g,prop:m,optional:y}=e.toRefs(i),w=e.ref(!1);let x;const E=W=>{const{dataTransfer:H}=W;H&&H.types.includes("Files")&&(w.value=!0,clearTimeout(x),x=window.setTimeout(()=>{w.value=!1},100))},D=W=>{var ge,fe,ce;const H=(fe=(ge=W.name)==null?void 0:ge.split(".").pop())==null?void 0:fe.toLowerCase(),{size:K}=W,ae=!((ce=s.value.toLowerCase())!=null&&ce.split(", ").includes(H)),pe=K>c.value*1024*1024||K===0;return ae||pe?{name:W.name,size:K,error:{dist:ae,size:pe}}:W},L=W=>"lastModified"in W&&"type"in W,k=W=>!L(W),N=W=>{var H,K;return k(W)?((H=W.error)==null?void 0:H.size)||((K=W.error)==null?void 0:K.dist):!1},v=W=>{const H=W.filter(ae=>ae.error.size);H.length>0&&cr.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${W2(H.length,["файла","файла","файлов"])}`});const K=W.filter(ae=>ae.error.dist);K.length>0&&cr.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${W2(K.length,["файла","файла","файлов"])}`})},T=`id-${t2()}`,S=e.ref(null);e.onMounted(()=>{const W=document.getElementById(T);W&&(S.value=W.querySelector(".pl-upload-input"))});const O=W=>{const H=S.value;if(!H||!H.files)return;const K=new DataTransfer;Array.from(H.files).forEach(ae=>{W.includes(ae)||K.items.add(ae)}),H.files=K.files},B=o,V=W=>{if(u.value.length+W.length>g.value){cr.error({title:"Ошибка загрузки файлов",message:`Максимум ${g.value} ${W2(g.value,["файл","файла","файлов"])}`});const ge=Array.from(W);O(ge);return}const H=[],K=[],ae=[];Array.from(W).forEach(ge=>{const fe=D(ge);"error"in fe?(H.push(fe),K.push(ge)):ae.push(ge)}),H.length&&v(H),u.value.unshift(...H),u.value.push(...ae),O(K),B("addFiles",[...H,...ae],u.value)};let Q=!1;const G=W=>{const H=u.value.findIndex(K=>K===W);H!==-1&&("error"in W||O([W]),u.value.splice(H,1),B("removeFile",W,u.value),setTimeout(()=>{if(S.value){Q=!0;const K=new Event("change",{bubbles:!0,cancelable:!0});S.value.dispatchEvent(K),setTimeout(()=>{Q=!1},0)}},0))},P=W=>{if(Q)return;const H=W.target;H&&H.files&&V(H.files)};n({addFiles:V,removeFile:G});const j=W=>{clearTimeout(x),w.value=!1;const{dataTransfer:H}=W,K=[];H&&H.items&&(Array.from(H.items).forEach(pe=>{if(pe.kind==="file"){const ge=pe.getAsFile();ge&&K.push(ge)}}),V(K))},U=W=>W%1===0?W.toString():W.toFixed(2),z=W=>W<1024?W+" байт":W<1048576?U(W/1024)+" КБ":U(W/1048576)+" МБ",F=e.ref([]);if(i.prop){const W=e.inject("errorsState",[]);W&&e.watch(W,()=>{var K;F.value=W.value.filter(ae=>ae.field===m.value);const H=(K=document.getElementById(T))==null?void 0:K.parentElement;H&&(F.value.length?H.classList.add("is-error"):H.classList.remove("is-error"))},{deep:!0})}return(W,H)=>{const K=bn,ae=n3,pe=su,ge=Xl,fe=au,ce=t0,_e=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:T,class:"pl-upload-new"},[e.unref(p)||e.unref(_)?(e.openBlock(),e.createElementBlock("div",rG,[e.createVNode(K,{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(K,{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(_)?(e.openBlock(),e.createBlock(ae,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(_)),1)]),default:e.withCtx(()=>[e.createVNode(C1,{name:"Question20",color:"var(--color-text-icons-secondary)"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),W.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":w.value,disabled:W.disabled||e.unref(u).length>=e.unref(g)}]),onDragover:e.withModifiers(E,["prevent"]),onDrop:e.withModifiers(j,["prevent"])},[e.createElementVNode("div",lG,[e.createVNode(C1,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(pe,{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(ge,{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(m),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",onChange:P},null,40,iG)])],34)),F.value[0]?(e.openBlock(),e.createBlock(ge,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(F.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(ge,{key:3,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",{class:e.normalizeClass([!W.viewMode&&"pt-4"])},[e.createVNode(ce,{"max-height":e.unref(d)},{default:e.withCtx(()=>[e.createElementVNode("div",sG,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(u),(Me,Ie)=>{var Ae,Ee;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:Me.name+Ie,class:e.normalizeClass(["pl-upload-card",{"wrong-file":N(Me)}])},[e.createElementVNode("div",aG,[e.createVNode(C1,{name:N(Me)?"WarningThree20":"Document20",color:N(Me)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),!W.viewMode||k(Me)&&Me.removable?e.withDirectives((e.openBlock(),e.createBlock(C1,{key:0,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[_e,()=>G(Me),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",cG,[e.createVNode(ge,{class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Me.name),1)]),_:2},1024),e.createElementVNode("div",dG,[e.createVNode(fe,{style:e.normalizeStyle(`color: var(--color-text-icons-${k(Me)&&((Ae=Me.error)!=null&&Ae.size)?"error":"tertiary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(z(Me.size)),1)]),_:2},1032,["style"]),e.createVNode(fe,{style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode("•")]),_:1}),e.createVNode(fe,{style:e.normalizeStyle(`color: var(--color-text-icons-${k(Me)&&((Ee=Me.error)!=null&&Ee.dist)?"error":"tertiary"})`)},{default:e.withCtx(()=>{var $e,He,Oe;return[e.createTextVNode(e.toDisplayString((Oe=(He=($e=Me.name)==null?void 0:$e.split("."))==null?void 0:He.pop())==null?void 0:Oe.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[_e,()=>B("clickOnFile",Me)]])}),128))])]),_:1},8,["max-height"])],2)])}}}),Pge="",fG={install(t){t.component("PlUploadPlus",uG)}},pG={install(t){t.component("PlTooltipPlus",n3)}},cu=Xt(Jl,"PlMarkText");function hG(t,n){if(t===n)return!0;if(typeof t!=typeof n||typeof t!="object"||t===null||n===null)return!1;const o=Object.getOwnPropertyNames(t),r=Object.getOwnPropertyNames(n);if(o.length!==r.length)return!1;for(const i of o)if(!rs(t[i],n[i]))return!1;return!0}const rs=Xt(hG,"isEqual");function CG(t,n){return ie(t).format(n)}const du=Xt(CG,"formatDate");function gG(){const t=new Set;function n(r,i){return JSON.stringify(r)===JSON.stringify(i)}function o(r){if(r)if(Array.isArray(r))r.forEach(i=>{for(const s of t)if(n(i,s))return;t.add(i)});else{for(const i of t)if(n(r,i))return;t.add(r)}}return{add:o}}const uu=Xt(gG,"deepSet");function mG(t=[],n){return t.map(r=>(r.INN&&(r.bottomText=n(r)),r))}function _G(t){var n,o;return`ИНН: ${((n=t.data)==null?void 0:n.inn)||""} ${(o=t.data)!=null&&o.kpp?`КПП: ${t.data.kpp}`:""}`.trim()}function MG(t){var n,o;return`${((o=(n=t.data)==null?void 0:n.address)==null?void 0:o.value)||""}`.trim()}const fu={recipientBottomText:Xt(mG,"recipientBottomText"),innKppBottomText:Xt(_G,"innKppBottomText"),innAddressBottomText:Xt(MG,"innAddressBottomText")},yG=["Января","Февраля","Марта","Апреля","Мая","Июня","Июля","Августа","Сентября","Октября","Ноября","Декабря"];function wG(){return{capitalize(t){return t.charAt(0).toUpperCase()+t.slice(1)},displayDate(t){const n=ie.isDayjs(t)?t:ie(t);return`${n.date()} ${yG[n.month()]}, ${n.year()}`}}}const pu=Xt(wG,"filters"),hu=[$d,fZ,YZ,qZ,tU,iU,DQ,EQ,dY,wY,bY,DY,kY,LY,vY,VY,PY,HY,WY,mR,zR,BR,CF,NF,xF,vF,ZF,gW,TW,RW,FW,XW,oG,fG,pG,IR,cu];function ls(){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 hr=new Map,NG={mounted:(t,n)=>{const o=e.ref(!1),{currentHandler:r,touchMoveHandler:i}=Cu(t,n,o);hr.set(t,{currentHandler:r,touchMoveHandler:i})},updated:(t,n)=>{const o=hr.get(t);o&&(t.removeEventListener(ls(),o.currentHandler),t.removeEventListener("touchmove",o.touchMoveHandler));const r=e.ref(!1),{currentHandler:i,touchMoveHandler:s}=Cu(t,n,r);hr.set(t,{currentHandler:i,touchMoveHandler:s})},unmounted:t=>{const n=hr.get(t);n&&(t.removeEventListener(ls(),n.currentHandler),t.removeEventListener("touchmove",n.touchMoveHandler)),hr.delete(t)}},Cu=(t,n,o={value:null})=>{const r=ls(),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}},gu=(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>
|