@factoringplus/pl-components-pack-v3 1.8.22-pre-new-project-pre-03 → 1.8.22-pre-new-project-pre-05

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.
@@ -108,4 +108,4 @@ usage: app.provide(ID_INJECTION_KEY, {
108
108
  * Vue Currency Input 3.1.0
109
109
  * (c) 2018-2024 Matthias Stiller
110
110
  * @license MIT
111
- */var xo;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(xo||(xo={}));var ta;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(ta||(ta={}));const ku=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),sD=t=>t.replace(/^0+(0$|[^0])/,"$1"),If=(t,n)=>(t.match(new RegExp(ku(n),"g"))||[]).length,K6=(t,n)=>t.substring(0,t.indexOf(n)),iD=[",",".","٫","。"],CM="(0|[1-9]\\d*)";class J6{constructor(n){var r,o,l,s,i,c;const{currency:d,currencyDisplay:f,locale:m,precision:p,accountingSign:h,useGrouping:M}=n;this.locale=m,this.options={currency:d,useGrouping:M,style:"currency",currencySign:h?"accounting":void 0,currencyDisplay:f!==xo.hidden?f:void 0};const v=new Intl.NumberFormat(m,this.options),y=v.formatToParts(123456);this.currency=(r=y.find(({type:_})=>_==="currency"))===null||r===void 0?void 0:r.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(_=>_.toLocaleString(m)),this.decimalSymbol=(o=y.find(({type:_})=>_==="decimal"))===null||o===void 0?void 0:o.value,this.groupingSymbol=(l=y.find(({type:_})=>_==="group"))===null||l===void 0?void 0:l.value,this.minusSign=(s=v.formatToParts(-1).find(({type:_})=>_==="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=(i=p==null?void 0:p.min)!==null&&i!==void 0?i:v.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(c=p==null?void 0:p.max)!==null&&c!==void 0?c:v.resolvedOptions().maximumFractionDigits);const N=_=>K6(_,this.digits[1]),D=_=>_.substring(_.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=N(v.format(1)),this.suffix=D(v.format(1)),this.negativePrefix=N(v.format(-1)),this.negativeSuffix=D(v.format(-1))}parse(n){if(n){const r=this.isNegative(n);n=this.normalizeDigits(n),n=this.stripCurrency(n,r),n=this.stripSignLiterals(n);const o=this.decimalSymbol?`(?:${ku(this.decimalSymbol)}(\\d*))?`:"",l=this.stripGroupingSeparator(n).match(new RegExp(`^${CM}${o}$`));if(l&&this.isValidIntegerFormat(this.decimalSymbol?n.split(this.decimalSymbol)[0]:n,Number(l[1])))return+`${r?"-":""}${this.onlyDigits(l[1])}.${this.onlyDigits(l[2]||"")}`}return null}isValidIntegerFormat(n,r){const o={...this.options,minimumFractionDigits:0};return[this.stripCurrency(this.normalizeDigits(r.toLocaleString(this.locale,{...o,useGrouping:!0})),!1),this.stripCurrency(this.normalizeDigits(r.toLocaleString(this.locale,{...o,useGrouping:!1})),!1)].includes(n)}format(n,r={minimumFractionDigits:this.minimumFractionDigits,maximumFractionDigits:this.maximumFractionDigits}){return n!=null?n.toLocaleString(this.locale,{...this.options,...r}):""}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(`^${CM}${ku(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,r){return`${r?this.negativePrefix:this.prefix}${n}${r?this.negativeSuffix:this.suffix}`}stripGroupingSeparator(n){return this.groupingSymbol!==void 0?n.replace(new RegExp(ku(this.groupingSymbol),"g"),""):n}stripSignLiterals(n){return this.minusSign!==void 0?n.replace("-",this.minusSign).replace(this.minusSign,""):n.replace(/[-()]/g,"")}stripCurrency(n,r){return n.replace(r?this.negativePrefix:this.prefix,"").replace(r?this.negativeSuffix:this.suffix,"")}normalizeDecimalSeparator(n,r){return iD.forEach(o=>{n=n.substring(0,r)+n.substring(r).replace(o,this.decimalSymbol)}),n}normalizeDigits(n){return this.digits[0]!=="0"&&this.digits.forEach((r,o)=>{n=n.replace(new RegExp(r,"g"),String(o))}),n}onlyDigits(n){return this.normalizeDigits(n).replace(/\D+/g,"")}onlyLocaleDigits(n){return n.replace(new RegExp(`[^${this.digits.join("")}]*`,"g"),"")}}class uD{constructor(n){this.currencyFormat=n}}class X6 extends uD{conformToMask(n,r=""){const o=this.currencyFormat.isNegative(n),l=v=>v===""&&o&&!(this.currencyFormat.minusSign===void 0?r===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:r===this.currencyFormat.negativePrefix),s=v=>{if(l(v))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(v))return v;if(v.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(v)}return null};let i=n;i=this.currencyFormat.stripCurrency(i,o),i=this.currencyFormat.stripSignLiterals(i);const c=s(i);if(c!=null)return this.currencyFormat.insertCurrency(c,o);const[d,...f]=i.split(this.currencyFormat.decimalSymbol),m=sD(this.currencyFormat.onlyDigits(d)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),h=f.length>0&&p.length===0,M=m===""&&o&&(this.currencyFormat.minusSign===void 0?r===n.slice(0,-2)+this.currencyFormat.negativeSuffix:r===n.slice(0,-1));return h||M||l(m)?r:m.match(/\d+/)?{numberValue:+`${o?"-":""}${m}.${p}`,fractionDigits:p}:""}}class e8 extends uD{conformToMask(n,r=""){if(n===""||this.currencyFormat.parse(r)===0&&this.currencyFormat.stripCurrency(r,!0).slice(0,-1)===this.currencyFormat.stripCurrency(n,!0))return"";const o=this.currencyFormat.isNegative(n),l=this.currencyFormat.stripSignLiterals(n)===""?-0:+`${o?"-":""}${sD(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:l,fractionDigits:l.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const t8={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 n8{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 r=this.valueScaling!==void 0&&n!=null?this.toFloat(n,this.valueScaling):n;r!==this.numberValue&&(this.format(this.currencyFormat.format(this.validateValueRange(r))),this.onChange(this.getValue()))}init(n){this.options={...t8,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new J6(this.options),this.numberMask=this.options.autoDecimalDigits?new e8(this.currencyFormat):new X6(this.currencyFormat);const r={[ta.precision]:this.currencyFormat.maximumFractionDigits,[ta.thousands]:3,[ta.millions]:6,[ta.billions]:9};this.valueScaling=this.options.valueScaling?r[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==ta.precision?this.valueScaling+this.currencyFormat.maximumFractionDigits:this.currencyFormat.maximumFractionDigits,this.minValue=this.getMinValue(),this.maxValue=this.getMaxValue()}getMinValue(){var n,r;let o=this.toFloat(-Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.min)!==void 0&&(o=Math.max((r=this.options.valueRange)===null||r===void 0?void 0:r.min,this.toFloat(-Number.MAX_SAFE_INTEGER))),o}getMaxValue(){var n,r;let o=this.toFloat(Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.max)!==void 0&&(o=Math.min((r=this.options.valueRange)===null||r===void 0?void 0:r.max,this.toFloat(Number.MAX_SAFE_INTEGER))),o}toFloat(n,r){return n/Math.pow(10,r??this.valueScalingFractionDigits)}toInteger(n,r){return Number(n.toFixed(r??this.valueScalingFractionDigits).split(".").join(""))}validateValueRange(n){return n!=null?Math.min(Math.max(n,this.minValue),this.maxValue):n}format(n,r=!1){if(n!=null){this.decimalSymbolInsertedAt!==void 0&&(n=this.currencyFormat.normalizeDecimalSeparator(n,this.decimalSymbolInsertedAt),this.decimalSymbolInsertedAt=void 0);const o=this.numberMask.conformToMask(n,this.formattedValue);let l;if(typeof o=="object"){const{numberValue:s,fractionDigits:i}=o;let{maximumFractionDigits:c,minimumFractionDigits:d}=this.currencyFormat;this.focus?d=r?i.replace(/0+$/,"").length:Math.min(c,i.length):Number.isInteger(s)&&!this.options.autoDecimalDigits&&(this.options.precision===void 0||d===0)&&(d=c=0),l=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:d,maximumFractionDigits:c})}else l=o;this.maxValue<=0&&!this.currencyFormat.isNegative(l)&&this.currencyFormat.parse(l)!==0&&(l=l.replace(this.currencyFormat.prefix,this.currencyFormat.negativePrefix)),this.minValue>=0&&(l=l.replace(this.currencyFormat.negativePrefix,this.currencyFormat.prefix)),(this.options.currencyDisplay===xo.hidden||this.focus&&this.options.hideCurrencySymbolOnFocus)&&(l=l.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=l,this.numberValue=this.currencyFormat.parse(l)}else this.el.value="",this.numberValue=null;this.formattedValue=this.el.value,this.onInput(this.getValue())}addEventListener(){this.el.addEventListener("input",n=>{const{value:r,selectionStart:o}=this.el,l=n;if(o&&l.data&&iD.includes(l.data)&&(this.decimalSymbolInsertedAt=o-1),this.format(r),this.focus&&o!=null){const s=()=>{const{prefix:i,suffix:c,decimalSymbol:d,maximumFractionDigits:f,groupingSymbol:m}=this.currencyFormat;let p=r.length-o;const h=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(r.startsWith("(")||r.startsWith("-"))&&!r.endsWith(")"))return h-this.currencyFormat.negativeSuffix.length>1?this.formattedValue.substring(o).length:1;if(this.formattedValue.substring(o,1)===m&&If(this.formattedValue,m)===If(r,m)+1)return h-p-1;if(h<p)return o;if(d!==void 0&&r.indexOf(d)!==-1){const M=r.indexOf(d)+1;if(Math.abs(h-r.length)>1&&o<=M)return this.formattedValue.indexOf(d)+1;!this.options.autoDecimalDigits&&o>M&&this.currencyFormat.onlyDigits(r.substring(M)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===xo.hidden?h-p:Math.max(h-Math.max(p,c.length),i.length)};this.setCaretPosition(s())}}),this.el.addEventListener("focus",()=>{this.focus=!0,this.numberValueOnFocus=this.numberValue,setTimeout(()=>{const{value:n,selectionStart:r,selectionEnd:o}=this.el;if(this.format(n,this.options.hideNegligibleDecimalDigitsOnFocus),r!=null&&o!=null&&Math.abs(r-o)>0)this.setCaretPosition(0,this.el.value.length);else if(r!=null){const l=this.getCaretPositionOnFocus(n,r);this.setCaretPosition(l)}})}),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,r){if(this.numberValue==null)return r;const{prefix:o,negativePrefix:l,suffix:s,negativeSuffix:i,groupingSymbol:c,currency:d}=this.currencyFormat,f=this.numberValue<0,m=f?l:o,p=m.length;if(this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===xo.hidden){if(f){if(r<=1)return 1;if(n.endsWith(")")&&r>n.indexOf(")"))return this.formattedValue.length-1}}else{const M=f?i.length:s.length;if(r>=n.length-M)return this.formattedValue.length-M;if(r<p)return p}let h=r;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==xo.hidden&&r>=p&&d!==void 0&&m.includes(d)&&(h-=p,f&&(h+=1)),this.options.hideGroupingSeparatorOnFocus&&c!==void 0&&(h-=If(n.substring(0,r),c)),h}setCaretPosition(n,r=n){this.el.setSelectionRange(n,r)}}const r8=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function zm(t,n){var r,o,l,s;let i;const c=e.ref(null),d=e.ref(null),f=e.ref(null),m=e.getCurrentInstance(),p=(m==null?void 0:m.emit)||((o=(r=m==null?void 0:m.proxy)===null||r===void 0?void 0:r.$emit)===null||o===void 0?void 0:o.bind(m==null?void 0:m.proxy)),h=(m==null?void 0:m.props)||((l=m==null?void 0:m.proxy)===null||l===void 0?void 0:l.$props),M=e.version.startsWith("3"),v=M&&((s=m==null?void 0:m.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),y=e.computed(()=>h==null?void 0:h[M?"modelValue":"value"]),N=M?"update:modelValue":"input",D=v?"update:modelValue":"change";return e.watch(c,_=>{var I;if(_){const w=r8((I=_==null?void 0:_.$el)!==null&&I!==void 0?I:_);w?(i=new n8({el:w,options:t,onInput:k=>{!v&&n!==!1&&y.value!==k.number&&(p==null||p(N,k.number)),f.value=k.number,d.value=k.formatted},onChange:k=>{n!==!1&&(p==null||p(D,k.number))}}),i.setValue(y.value)):console.error('No input element found. Please make sure that the "inputRef" template ref is properly assigned.')}else i=null}),{inputRef:c,numberValue:f,formattedValue:d,setValue:_=>i==null?void 0:i.setValue(_),setOptions:_=>i==null?void 0:i.setOptions(_)}}const o8=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),a8={name:"PlCurrency"},l8=Object.assign(a8,{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 r=t,{round:o,currencyInputOptions:l}=e.toRefs(r),s=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:o.value?0:2,hideGroupingSeparatorOnFocus:!1,...e.unref(l)}),{inputRef:i,formattedValue:c,setValue:d}=zm(s),f=n,m=e.computed({get:()=>r.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(m,p=>{d(p)}),(p,h)=>{const M=Dr;return e.openBlock(),e.createBlock(M,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:i,modelValue:e.unref(c),"onUpdate:modelValue":h[0]||(h[0]=v=>e.isRef(c)?c.value=v:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[o8]),_:1},16,["modelValue","style"])}}}),cD={install(t){t.component("PlCurrency",l8)}};function s8(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 _s={exports:{}};const i8={},u8=Object.freeze(Object.defineProperty({__proto__:null,default:i8},Symbol.toStringTag,{value:"Module"})),c8=l_(u8);var dD=typeof process<"u"&&process.pid?process.pid.toString(36):"",fD="";if(typeof __webpack_require__!="function"&&typeof s8<"u"){var xf="",TM=c8;if(TM.networkInterfaces)var Ef=TM.networkInterfaces();if(Ef){e:for(let t in Ef){const n=Ef[t],r=n.length;for(var el=0;el<r;el++)if(n[el]!==void 0&&n[el].mac&&n[el].mac!="00:00:00:00:00:00"){xf=n[el].mac;break e}}fD=xf?parseInt(xf.replace(/\:|\D+/gi,"")).toString(36):""}}_s.exports=_s.exports.default=function(t,n){return(t||"")+fD+dD+Is().toString(36)+(n||"")};_s.exports.process=function(t,n){return(t||"")+dD+Is().toString(36)+(n||"")};_s.exports.time=function(t,n){return(t||"")+Is().toString(36)+(n||"")};function Is(){var t=Date.now(),n=Is.last||t;return Is.last=t>n?t:n+1}var d8=_s.exports;const dr=sn(d8);const f8={id:"plCheckbox"},p8=["id","name","disabled"],m8=["for"],g8={__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 r=t,o=n,l=e.computed({get:()=>r.modelValue,set:d=>{o("update:modelValue",d)}}),{label:s}=e.toRefs(r),i=e.computed(()=>s.value||"no-label"),c=e.computed(()=>i.value==="no-label"?dr():i.value);return(d,f)=>(e.openBlock(),e.createElementBlock("div",f8,[e.withDirectives(e.createElementVNode("input",{id:t.id||c.value,"onUpdate:modelValue":f[0]||(f[0]=m=>l.value=m),type:"checkbox",class:"custom-checkbox",name:c.value,disabled:r.disabled},null,8,p8),[[e.vModelCheckbox,l.value]]),e.createElementVNode("label",{for:t.id||c.value,onClick:f[1]||(f[1]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(i.value!=="no-label"?i.value:null),9,m8)]))}},pD={install(t){t.component("PlCheckbox",g8)}};const v8={class:"date-switcher__container"},h8={class:"date-switcher date-switcher__month"},y8={class:"date-switcher__arrow date-switcher__arrow-left"},M8={class:"date-switcher__month-name"},N8={class:"date-switcher__arrow date-switcher__arrow-right"},D8={class:"date-switcher date-switcher__year"},b8={class:"date-switcher__arrow date-switcher__arrow-left"},w8={class:"date-switcher__year-name"},k8={class:"date-switcher__arrow date-switcher__arrow-right"},C8={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){le.locale("ru");const r=t,{modelValue:o}=e.toRefs(r),l=n,s=e.ref(o.value),i=p=>p.charAt(0).toUpperCase()+p.slice(1),c=()=>{s.value=s.value.subtract(1,"month"),l("update:modelValue",s.value)},d=()=>{s.value=s.value.add(1,"month"),l("update:modelValue",s.value)},f=()=>{s.value=s.value.subtract(1,"year"),l("update:modelValue",s.value)},m=()=>{s.value=s.value.add(1,"year"),l("update:modelValue",s.value)};return(p,h)=>{const M=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",v8,[e.createElementVNode("div",h8,[e.withDirectives(e.createElementVNode("div",y8,null,512),[[M,c]]),e.createElementVNode("span",M8,e.toDisplayString(i(e.unref(o).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",N8,null,512),[[M,d]])]),e.createElementVNode("div",D8,[e.withDirectives(e.createElementVNode("div",b8,null,512),[[M,f]]),e.createElementVNode("span",w8,e.toDisplayString(i(e.unref(o).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",k8,null,512),[[M,m]])])])}}},T8=[{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}}],_8=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];const I8={class:"pl-input-legacy"},x8=["src"],E8=["src"],S8=["src"],z8=["src"],j8=["src"],jm={__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41OTk5IDguMDAwMzlDMi41OTk5IDUuMDE3NzYgNS4wMTcyNyAyLjYwMDM5IDcuOTk5OSAyLjYwMDM5QzEwLjk4MjUgMi42MDAzOSAxMy4zOTk5IDUuMDE3NzYgMTMuMzk5OSA4LjAwMDM5QzEzLjM5OTkgMTAuOTgzIDEwLjk4MjUgMTMuNDAwNCA3Ljk5OTkgMTMuNDAwNEM1LjAxNzI3IDEzLjQwMDQgMi41OTk5IDEwLjk4MyAyLjU5OTkgOC4wMDAzOVpNNy45OTk5IDEuNDAwMzlDNC4zNTQ1MyAxLjQwMDM5IDEuMzk5OSA0LjM1NTAyIDEuMzk5OSA4LjAwMDM5QzEuMzk5OSAxMS42NDU4IDQuMzU0NTMgMTQuNjAwNCA3Ljk5OTkgMTQuNjAwNEMxMS42NDUzIDE0LjYwMDQgMTQuNTk5OSAxMS42NDU4IDE0LjU5OTkgOC4wMDAzOUMxNC41OTk5IDQuMzU1MDIgMTEuNjQ1MyAxLjQwMDM5IDcuOTk5OSAxLjQwMDM5Wk04LjU5OTkgNS4wMDAzOUM4LjU5OTkgNC42NjkwMiA4LjMzMTI3IDQuNDAwMzkgNy45OTk5IDQuNDAwMzlDNy42Njg1MyA0LjQwMDM5IDcuMzk5OSA0LjY2OTAyIDcuMzk5OSA1LjAwMDM5VjguMzMzNzJDNy4zOTk5IDguNjY1MDkgNy42Njg1MyA4LjkzMzcyIDcuOTk5OSA4LjkzMzcyQzguMzMxMjcgOC45MzM3MiA4LjU5OTkgOC42NjUwOSA4LjU5OTkgOC4zMzM3MlY1LjAwMDM5Wk03Ljk5OTkgMTEuNDkyNkM4LjM4NTYxIDExLjQ5MjYgOC42OTgyOCAxMS4xNzk5IDguNjk4MjggMTAuNzk0MkM4LjY5ODI4IDEwLjQwODUgOC4zODU2MSAxMC4wOTU4IDcuOTk5OSAxMC4wOTU4QzcuNjE0MiAxMC4wOTU4IDcuMzAxNTIgMTAuNDA4NSA3LjMwMTUyIDEwLjc5NDJDNy4zMDE1MiAxMS4xNzk5IDcuNjE0MiAxMS40OTI2IDcuOTk5OSAxMS40OTI2WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk5OTAyIDhMMTUuOTk5IDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xNS45OTkgOEw3Ljk5OTAyIDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K",self.location).href,l=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,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4xMTA2NyAxMC40MjU3QzMuODcxMDIgMTAuOTE1OSAzLjc0NiAxMS40NTQzIDMuNzQ1MTIgMTJDMy43NDYgMTIuNTQ1OCAzLjg3MTAyIDEzLjA4NDIgNC4xMTA2NyAxMy41NzQ0QzUuNjM2NzcgMTYuNSA4LjY4NTgxIDE4LjMxMTggMTEuOTg1NSAxOC4yNTMxQzExLjk5NDQgMTguMjUyOSAxMi4wMDMzIDE4LjI1MjkgMTIuMDEyMiAxOC4yNTMxQzE1LjMxMjEgMTguMzExOCAxOC4zNjEzIDE2LjQ5OTggMTkuODg3MyAxMy41NzRDMjAuMzc0NCAxMi41ODEyIDIwLjM3NDQgMTEuNDE4OCAxOS44ODczIDEwLjQyNjFDMTguMzYxMyA3LjUwMDIyIDE1LjMxMjEgNS42ODgyMyAxMi4wMTIyIDUuNzQ2OTlDMTIuMDAzMyA1Ljc0NzE1IDExLjk5NDQgNS43NDcxNSAxMS45ODU1IDUuNzQ2OTlDOC42ODU4MSA1LjY4ODI0IDUuNjM2NzcgNy41MDAwNCA0LjExMDY3IDEwLjQyNTdaTTExLjk5ODkgNC4yNDdDOC4xMzI0MSA0LjE4MzE5IDQuNTYxMzYgNi4zMSAyLjc3NTk5IDkuNzQxMDNMMi43NjgyNiA5Ljc1NjNDMi40MjUxMSAxMC40NTQyIDIuMjQ2MTYgMTEuMjIxMyAyLjI0NTEyIDExLjk5OVYxMi4wMDFDMi4yNDYxNiAxMi43Nzg3IDIuNDI1MTEgMTMuNTQ1OSAyLjc2ODI2IDE0LjI0MzhMMi43NzU5OSAxNC4yNTlDNC41NjEzNiAxNy42OTAxIDguMTMyNDEgMTkuODE2OSAxMS45OTg5IDE5Ljc1MzFDMTUuODY1MyAxOS44MTY5IDE5LjQzNjQgMTcuNjkwMSAyMS4yMjE3IDE0LjI1OUwyMS4yMjkgMTQuMjQ0N0MyMS45MjcxIDEyLjgyOTcgMjEuOTI3MSAxMS4xNzA0IDIxLjIyOSA5Ljc1NTM5TDIxLjIyMTcgOS43NDEwM0MxOS40MzY0IDYuMzEgMTUuODY1MyA0LjE4MzE5IDExLjk5ODkgNC4yNDdaTTExLjk5ODkgOS43NDg3OEMxMC43NTU1IDkuNzQ4NzggOS43NDc2MiAxMC43NTY3IDkuNzQ3NjIgMTJDOS43NDc2MiAxMy4yNDM0IDEwLjc1NTUgMTQuMjUxMyAxMS45OTg5IDE0LjI1MTNDMTMuMjQyMiAxNC4yNTEzIDE0LjI1MDEgMTMuMjQzNCAxNC4yNTAxIDEyQzE0LjI1MDEgMTEuNTg1OCAxNC41ODU5IDExLjI1IDE1LjAwMDEgMTEuMjVDMTUuNDE0MyAxMS4yNSAxNS43NTAxIDExLjU4NTggMTUuNzUwMSAxMkMxNS43NTAxIDE0LjA3MTggMTQuMDcwNiAxNS43NTEzIDExLjk5ODkgMTUuNzUxM0M5LjkyNzExIDE1Ljc1MTMgOC4yNDc2MiAxNC4wNzE4IDguMjQ3NjIgMTJDOC4yNDc2MiA5LjkyODI3IDkuOTI3MTEgOC4yNDg3OCAxMS45OTg5IDguMjQ4NzhDMTIuNDEzMSA4LjI0ODc4IDEyLjc0ODkgOC41ODQ1NyAxMi43NDg5IDguOTk4NzhDMTIuNzQ4OSA5LjQxMjk5IDEyLjQxMzEgOS43NDg3OCAxMS45OTg5IDkuNzQ4NzhaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,c=e.ref(),d=t,f=n,{getValid:m,currency:p,round:h,currencyInputOptions:M,valueRange:v,password:y}=e.toRefs(d),N=e.computed({get:()=>d.modelValue,set:U=>{f("update:modelValue",U)}}),D=e.reactive({[d.prop]:N}),_=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:h.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(v),...e.unref(M)}),{inputRef:I,formattedValue:w,setValue:k}=zm(_);e.unref(p)&&e.watch(N,U=>{k(U)});const T=(U,A,Q)=>{f("validate",U,A,Q)};e.watch(N,U=>{D[d.prop]=U});const b=U=>{d.type==="number"?!isNaN(U)&&!U.includes(".")&&!U.includes("+")&&!U.includes("-")&&!U.includes(",")&&f("update:modelValue",U):f("update:modelValue",U)},x=U=>{let Q=U.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{Q.focus()})},z=e.computed(()=>{switch(d.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),E=e.ref("password"),j=U=>{E.value=E.value==="password"?"text":"password",x(U)},V=()=>{f("update:modelValue","")};let $=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const U=document.getElementById(`${W}`);$.value=U==null?void 0:U.children[0].children[0].clientWidth},0),e.watch(m,U=>{U&&(c.value.validate(),f("isValid"))});const Z=U=>{const{keyCode:A}=U;if(A>=96&&A<=105||A>=48&&A<=57||A===46||A===8){const{selectionStart:Q,selectionEnd:B}=U.target,F=U.target.value.length;setTimeout(()=>{let ee=U.target.value.length;A===46&&(ee+=1);let L;Q===B||Q+1===B?(L=Q+(ee-F),A===8&&(ee===F?L-=1:B!==Q&&(L+=1)),L<0&&(L=0),B===Q&&B===L&&ee===F&&A!==8&&A!==46&&(L+=1)):L=B-F+ee,U.target.selectionStart=L,U.target.selectionEnd=L})}};return(U,A)=>{const Q=Dr,B=gm,F=mm,ee=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",I8,[e.createVNode(F,{ref_key:"refInput",ref:c,"label-position":"top",model:D,rules:t.rules,onValidate:T,onSubmit:A[9]||(A[9]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createElementVNode("div",{id:"form",class:e.normalizeClass([t.icon&&!t.label?"padding-form":""])},[d.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"info-svg",src:e.unref(r),alt:"info"},null,8,x8)):e.createCommentVNode("",!0),d.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(l)},null,10,E8)):e.createCommentVNode("",!0),d.clearable?(e.openBlock(),e.createElementBlock("img",{key:2,class:e.normalizeClass(["clearBtn",[!t.label&&!t.icon?"clearNoLabel":""]]),src:e.unref(o),alt:"clear",onClick:V},null,10,S8)):e.createCommentVNode("",!0),d.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref($)+"px"})},e.toDisplayString(d.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(B,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:d.label,prop:t.prop},{default:e.withCtx(()=>[t.datePicker?e.withDirectives((e.openBlock(),e.createBlock(Q,{key:0,modelValue:N.value,"onUpdate:modelValue":A[0]||(A[0]=L=>N.value=L),disabled:d.disabled,placeholder:d.placeholder,type:z.value,resize:"none",onInput:b,onBlur:A[1]||(A[1]=L=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[ee,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(Q,e.mergeProps({key:2},U.$attrs,{ref_key:"inputRef",ref:I,modelValue:e.unref(w),"onUpdate:modelValue":A[7]||(A[7]=L=>e.isRef(w)?w.value=L:null),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,resize:"none",onKeydown:Z,onBlur:A[8]||(A[8]=L=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:A[6]||(A[6]=L=>x(L))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(Q,e.mergeProps({key:1,modelValue:N.value,"onUpdate:modelValue":A[4]||(A[4]=L=>N.value=L),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,type:e.unref(y)?E.value:z.value,resize:"none"},U.$attrs,{autosize:{minRows:3,maxRows:6},clearable:d.clearable,onInput:b,onBlur:A[5]||(A[5]=L=>f("blur"))}),e.createSlots({_:2},[e.unref(y)?{name:"append",fn:e.withCtx(()=>[E.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:A[2]||(A[2]=L=>j(L))},null,8,z8)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(i),alt:"",onClick:A[3]||(A[3]=L=>j(L))},null,8,j8))]),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:d.isError})},e.toDisplayString(d.helper),3)):e.createCommentVNode("",!0)],2)]),_:1},8,["model","rules"])])}}},A8=(t,n)=>{const r=t[n];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((o,l)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(l.bind(null,new Error("Unknown variable dynamic import: "+n)))})},O8=["data-testid"],ut=e.defineComponent({__name:"pl-icon",props:{name:{},color:{}},setup(t){const n=t,r=e.computed(()=>({color:n.color?n.color:"var(--color-text-icons-primary)"})),o=e.shallowRef(null);return e.watch(()=>n.name,async l=>{try{const s=l.slice(-2),i=await A8(Object.assign({"./assets/16/AlertFill16.svg":()=>Promise.resolve().then(()=>require("./AlertFill16-8fe0b895.cjs")),"./assets/16/ArrowBottom16.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom16-cef6382e.cjs")),"./assets/16/ArrowLeft16.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft16-0a515c77.cjs")),"./assets/16/ArrowRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowRight16-59e98429.cjs")),"./assets/16/ArrowTop16.svg":()=>Promise.resolve().then(()=>require("./ArrowTop16-c20a5324.cjs")),"./assets/16/ArrowTopRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight16-65db0c2b.cjs")),"./assets/16/Attachment16.svg":()=>Promise.resolve().then(()=>require("./Attachment16-69458f6c.cjs")),"./assets/16/Bell16.svg":()=>Promise.resolve().then(()=>require("./Bell16-b43853f0.cjs")),"./assets/16/BellTwo16.svg":()=>Promise.resolve().then(()=>require("./BellTwo16-ca3cacb7.cjs")),"./assets/16/Bin16.svg":()=>Promise.resolve().then(()=>require("./Bin16-1d89340e.cjs")),"./assets/16/BlankChat16.svg":()=>Promise.resolve().then(()=>require("./BlankChat16-11bdd096.cjs")),"./assets/16/BlankCheck16.svg":()=>Promise.resolve().then(()=>require("./BlankCheck16-538d883b.cjs")),"./assets/16/BlankKey16.svg":()=>Promise.resolve().then(()=>require("./BlankKey16-2cdfd036.cjs")),"./assets/16/BlankLock16.svg":()=>Promise.resolve().then(()=>require("./BlankLock16-1e5af5c3.cjs")),"./assets/16/BlankPan16.svg":()=>Promise.resolve().then(()=>require("./BlankPan16-4dcb76c0.cjs")),"./assets/16/Block16.svg":()=>Promise.resolve().then(()=>require("./Block16-eb4e03ae.cjs")),"./assets/16/Box16.svg":()=>Promise.resolve().then(()=>require("./Box16-bd970846.cjs")),"./assets/16/Bulb16.svg":()=>Promise.resolve().then(()=>require("./Bulb16-8b86ac41.cjs")),"./assets/16/Calendar16.svg":()=>Promise.resolve().then(()=>require("./Calendar16-caea7957.cjs")),"./assets/16/Chart16.svg":()=>Promise.resolve().then(()=>require("./Chart16-107fbfc3.cjs")),"./assets/16/Chat16.svg":()=>Promise.resolve().then(()=>require("./Chat16-84f29fab.cjs")),"./assets/16/Check16.svg":()=>Promise.resolve().then(()=>require("./Check16-1dfb3800.cjs")),"./assets/16/ChevronBottom16.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom16-afd1c459.cjs")),"./assets/16/ChevronDoubleLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft16-ac7106c6.cjs")),"./assets/16/ChevronDoubleRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight16-d840b78f.cjs")),"./assets/16/ChevronLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft16-86ce4323.cjs")),"./assets/16/ChevronRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronRight16-6e582382.cjs")),"./assets/16/ChevronTop16.svg":()=>Promise.resolve().then(()=>require("./ChevronTop16-19c3c8d9.cjs")),"./assets/16/CircleCheck16.svg":()=>Promise.resolve().then(()=>require("./CircleCheck16-5c014b5a.cjs")),"./assets/16/Clip16.svg":()=>Promise.resolve().then(()=>require("./Clip16-8546a918.cjs")),"./assets/16/Clock16.svg":()=>Promise.resolve().then(()=>require("./Clock16-57216dbd.cjs")),"./assets/16/Close16.svg":()=>Promise.resolve().then(()=>require("./Close16-cbc6dac3.cjs")),"./assets/16/Cloud16.svg":()=>Promise.resolve().then(()=>require("./Cloud16-e56253cf.cjs")),"./assets/16/CloudDownload16.svg":()=>Promise.resolve().then(()=>require("./CloudDownload16-4dbcd67a.cjs")),"./assets/16/Connection16.svg":()=>Promise.resolve().then(()=>require("./Connection16-5ac758b8.cjs")),"./assets/16/Copy16.svg":()=>Promise.resolve().then(()=>require("./Copy16-65326d8a.cjs")),"./assets/16/CreditCard16.svg":()=>Promise.resolve().then(()=>require("./CreditCard16-eba6b345.cjs")),"./assets/16/Cube16.svg":()=>Promise.resolve().then(()=>require("./Cube16-4ee258d3.cjs")),"./assets/16/Dashboard16.svg":()=>Promise.resolve().then(()=>require("./Dashboard16-ebe49c17.cjs")),"./assets/16/Document16.svg":()=>Promise.resolve().then(()=>require("./Document16-b547fe20.cjs")),"./assets/16/DotsHorizontal16.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal16-9bf7fe4b.cjs")),"./assets/16/DotsVertical16.svg":()=>Promise.resolve().then(()=>require("./DotsVertical16-24d3714d.cjs")),"./assets/16/Download16.svg":()=>Promise.resolve().then(()=>require("./Download16-35c94315.cjs")),"./assets/16/Edit16.svg":()=>Promise.resolve().then(()=>require("./Edit16-98ee8209.cjs")),"./assets/16/Exit16.svg":()=>Promise.resolve().then(()=>require("./Exit16-df22024e.cjs")),"./assets/16/Eye16.svg":()=>Promise.resolve().then(()=>require("./Eye16-2d5db4b0.cjs")),"./assets/16/EyeCrossed16.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed16-9b48bfa6.cjs")),"./assets/16/Facebook16.svg":()=>Promise.resolve().then(()=>require("./Facebook16-6fb75ce7.cjs")),"./assets/16/Factoring16.svg":()=>Promise.resolve().then(()=>require("./Factoring16-20d8f1aa.cjs")),"./assets/16/Filter16.svg":()=>Promise.resolve().then(()=>require("./Filter16-5fe4f216.cjs")),"./assets/16/Grid16.svg":()=>Promise.resolve().then(()=>require("./Grid16-eb102879.cjs")),"./assets/16/GridTwo16.svg":()=>Promise.resolve().then(()=>require("./GridTwo16-6b19375f.cjs")),"./assets/16/Group16.svg":()=>Promise.resolve().then(()=>require("./Group16-d5471c4c.cjs")),"./assets/16/HandKey16.svg":()=>Promise.resolve().then(()=>require("./HandKey16-9cf02c64.cjs")),"./assets/16/HandRight16.svg":()=>Promise.resolve().then(()=>require("./HandRight16-6328e81f.cjs")),"./assets/16/HandTop16.svg":()=>Promise.resolve().then(()=>require("./HandTop16-81930ecb.cjs")),"./assets/16/Home16.svg":()=>Promise.resolve().then(()=>require("./Home16-30cee6eb.cjs")),"./assets/16/Hub16.svg":()=>Promise.resolve().then(()=>require("./Hub16-2b0c880e.cjs")),"./assets/16/Icon16.svg":()=>Promise.resolve().then(()=>require("./Icon16-4d3368b6.cjs")),"./assets/16/Info16.svg":()=>Promise.resolve().then(()=>require("./Info16-4b451556.cjs")),"./assets/16/Instagram16.svg":()=>Promise.resolve().then(()=>require("./Instagram16-175a2d33.cjs")),"./assets/16/Key16.svg":()=>Promise.resolve().then(()=>require("./Key16-4756bbbd.cjs")),"./assets/16/Layers16.svg":()=>Promise.resolve().then(()=>require("./Layers16-9045feab.cjs")),"./assets/16/Library16.svg":()=>Promise.resolve().then(()=>require("./Library16-cf6416e8.cjs")),"./assets/16/Link16.svg":()=>Promise.resolve().then(()=>require("./Link16-31997ef1.cjs")),"./assets/16/Loader16.svg":()=>Promise.resolve().then(()=>require("./Loader16-c6cb9f9a.cjs")),"./assets/16/Lock16.svg":()=>Promise.resolve().then(()=>require("./Lock16-063cd786.cjs")),"./assets/16/Mail16.svg":()=>Promise.resolve().then(()=>require("./Mail16-ac985c77.cjs")),"./assets/16/MailCheck16.svg":()=>Promise.resolve().then(()=>require("./MailCheck16-09a499a7.cjs")),"./assets/16/Main16.svg":()=>Promise.resolve().then(()=>require("./Main16-14ce209f.cjs")),"./assets/16/Menu16.svg":()=>Promise.resolve().then(()=>require("./Menu16-6a9c4b17.cjs")),"./assets/16/MenuTwo16.svg":()=>Promise.resolve().then(()=>require("./MenuTwo16-fdd256b2.cjs")),"./assets/16/Minus16.svg":()=>Promise.resolve().then(()=>require("./Minus16-ebf96289.cjs")),"./assets/16/Notification16.svg":()=>Promise.resolve().then(()=>require("./Notification16-d98ca39d.cjs")),"./assets/16/Percent16.svg":()=>Promise.resolve().then(()=>require("./Percent16-4447fcc3.cjs")),"./assets/16/Picture16.svg":()=>Promise.resolve().then(()=>require("./Picture16-24a14f54.cjs")),"./assets/16/Pin16.svg":()=>Promise.resolve().then(()=>require("./Pin16-86104f8c.cjs")),"./assets/16/Plus16.svg":()=>Promise.resolve().then(()=>require("./Plus16-bd145b7e.cjs")),"./assets/16/Print16.svg":()=>Promise.resolve().then(()=>require("./Print16-b4a5e593.cjs")),"./assets/16/Question16.svg":()=>Promise.resolve().then(()=>require("./Question16-530634ba.cjs")),"./assets/16/Rotate16.svg":()=>Promise.resolve().then(()=>require("./Rotate16-50f97aec.cjs")),"./assets/16/Ruble16.svg":()=>Promise.resolve().then(()=>require("./Ruble16-09da1e11.cjs")),"./assets/16/Saved16.svg":()=>Promise.resolve().then(()=>require("./Saved16-eef1da2b.cjs")),"./assets/16/Scheduled16.svg":()=>Promise.resolve().then(()=>require("./Scheduled16-43ff5224.cjs")),"./assets/16/Scroll16.svg":()=>Promise.resolve().then(()=>require("./Scroll16-d2f4b7ad.cjs")),"./assets/16/Search16.svg":()=>Promise.resolve().then(()=>require("./Search16-bd05af68.cjs")),"./assets/16/Send16.svg":()=>Promise.resolve().then(()=>require("./Send16-49cfab32.cjs")),"./assets/16/Settings16.svg":()=>Promise.resolve().then(()=>require("./Settings16-8cb81551.cjs")),"./assets/16/Share16.svg":()=>Promise.resolve().then(()=>require("./Share16-6d667ec3.cjs")),"./assets/16/ShareTwo16.svg":()=>Promise.resolve().then(()=>require("./ShareTwo16-a518b7e0.cjs")),"./assets/16/Shield16.svg":()=>Promise.resolve().then(()=>require("./Shield16-2f4221fa.cjs")),"./assets/16/Sidebar16.svg":()=>Promise.resolve().then(()=>require("./Sidebar16-7f934ade.cjs")),"./assets/16/SortOne16.svg":()=>Promise.resolve().then(()=>require("./SortOne16-8fec6a30.cjs")),"./assets/16/SortThree16.svg":()=>Promise.resolve().then(()=>require("./SortThree16-f1638100.cjs")),"./assets/16/SortTwo16.svg":()=>Promise.resolve().then(()=>require("./SortTwo16-0edd224a.cjs")),"./assets/16/Star16.svg":()=>Promise.resolve().then(()=>require("./Star16-9a2e5326.cjs")),"./assets/16/Sticker16.svg":()=>Promise.resolve().then(()=>require("./Sticker16-988b6c6e.cjs")),"./assets/16/Suitcase16.svg":()=>Promise.resolve().then(()=>require("./Suitcase16-5848812c.cjs")),"./assets/16/Support16.svg":()=>Promise.resolve().then(()=>require("./Support16-9ace1145.cjs")),"./assets/16/Telegram16.svg":()=>Promise.resolve().then(()=>require("./Telegram16-e2596125.cjs")),"./assets/16/Thunder16.svg":()=>Promise.resolve().then(()=>require("./Thunder16-71255c39.cjs")),"./assets/16/Truck16.svg":()=>Promise.resolve().then(()=>require("./Truck16-575813e7.cjs")),"./assets/16/USBPort16.svg":()=>Promise.resolve().then(()=>require("./USBPort16-2f5acb3f.cjs")),"./assets/16/User16.svg":()=>Promise.resolve().then(()=>require("./User16-49018724.cjs")),"./assets/16/VK16.svg":()=>Promise.resolve().then(()=>require("./VK16-741fc98c.cjs")),"./assets/16/Wallet16.svg":()=>Promise.resolve().then(()=>require("./Wallet16-9f35cc30.cjs")),"./assets/16/WarningOne16.svg":()=>Promise.resolve().then(()=>require("./WarningOne16-626c6928.cjs")),"./assets/16/WarningThree16.svg":()=>Promise.resolve().then(()=>require("./WarningThree16-ca68cd44.cjs")),"./assets/16/WarningTwo16.svg":()=>Promise.resolve().then(()=>require("./WarningTwo16-451a7417.cjs")),"./assets/16/Zap16.svg":()=>Promise.resolve().then(()=>require("./Zap16-dcb84d47.cjs")),"./assets/20/AlertFill20.svg":()=>Promise.resolve().then(()=>require("./AlertFill20-cb8a776f.cjs")),"./assets/20/ArrowBottom20.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom20-cc9aa043.cjs")),"./assets/20/ArrowLeft20.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft20-74daacf7.cjs")),"./assets/20/ArrowRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowRight20-f62f9981.cjs")),"./assets/20/ArrowTop20.svg":()=>Promise.resolve().then(()=>require("./ArrowTop20-61d21ed4.cjs")),"./assets/20/ArrowTopRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight20-04f271ce.cjs")),"./assets/20/Attachment20.svg":()=>Promise.resolve().then(()=>require("./Attachment20-fa878393.cjs")),"./assets/20/Bell20.svg":()=>Promise.resolve().then(()=>require("./Bell20-95bd752d.cjs")),"./assets/20/BellTwo20.svg":()=>Promise.resolve().then(()=>require("./BellTwo20-ecb9718d.cjs")),"./assets/20/Bin20.svg":()=>Promise.resolve().then(()=>require("./Bin20-4168fa27.cjs")),"./assets/20/BlankChat20.svg":()=>Promise.resolve().then(()=>require("./BlankChat20-548a102a.cjs")),"./assets/20/BlankCheck20.svg":()=>Promise.resolve().then(()=>require("./BlankCheck20-3bfa65ff.cjs")),"./assets/20/BlankKey20.svg":()=>Promise.resolve().then(()=>require("./BlankKey20-cc7020ea.cjs")),"./assets/20/BlankLock20.svg":()=>Promise.resolve().then(()=>require("./BlankLock20-85f92dbf.cjs")),"./assets/20/BlankPan20.svg":()=>Promise.resolve().then(()=>require("./BlankPan20-1eeb2443.cjs")),"./assets/20/Block20.svg":()=>Promise.resolve().then(()=>require("./Block20-2f4bfc60.cjs")),"./assets/20/Box20.svg":()=>Promise.resolve().then(()=>require("./Box20-fca9ce51.cjs")),"./assets/20/Bulb20.svg":()=>Promise.resolve().then(()=>require("./Bulb20-20d8edd4.cjs")),"./assets/20/Calendar20.svg":()=>Promise.resolve().then(()=>require("./Calendar20-8a51c73e.cjs")),"./assets/20/Chart20.svg":()=>Promise.resolve().then(()=>require("./Chart20-479f7d32.cjs")),"./assets/20/Chat20.svg":()=>Promise.resolve().then(()=>require("./Chat20-31db71dd.cjs")),"./assets/20/Check20.svg":()=>Promise.resolve().then(()=>require("./Check20-e090f5d6.cjs")),"./assets/20/ChevronDoubleLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft20-ced0e262.cjs")),"./assets/20/ChevronDoubleRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight20-438f7009.cjs")),"./assets/20/ChevronDown20.svg":()=>Promise.resolve().then(()=>require("./ChevronDown20-b6fb76a2.cjs")),"./assets/20/ChevronLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft20-3833f998.cjs")),"./assets/20/ChevronRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronRight20-21c0c589.cjs")),"./assets/20/ChevronUp20.svg":()=>Promise.resolve().then(()=>require("./ChevronUp20-28ef0bd6.cjs")),"./assets/20/CircleCheck20.svg":()=>Promise.resolve().then(()=>require("./CircleCheck20-242d72bf.cjs")),"./assets/20/Clip20.svg":()=>Promise.resolve().then(()=>require("./Clip20-fb9fe91d.cjs")),"./assets/20/Clock20.svg":()=>Promise.resolve().then(()=>require("./Clock20-06bd53a7.cjs")),"./assets/20/Close20.svg":()=>Promise.resolve().then(()=>require("./Close20-0ed27326.cjs")),"./assets/20/Cloud20.svg":()=>Promise.resolve().then(()=>require("./Cloud20-428f22ca.cjs")),"./assets/20/CloudDownload20.svg":()=>Promise.resolve().then(()=>require("./CloudDownload20-6e190392.cjs")),"./assets/20/Connection20.svg":()=>Promise.resolve().then(()=>require("./Connection20-7a4cb7b8.cjs")),"./assets/20/Copy20.svg":()=>Promise.resolve().then(()=>require("./Copy20-b921b124.cjs")),"./assets/20/CreditCard20.svg":()=>Promise.resolve().then(()=>require("./CreditCard20-309b078a.cjs")),"./assets/20/Cube20.svg":()=>Promise.resolve().then(()=>require("./Cube20-e5ebc25f.cjs")),"./assets/20/Dashboard20.svg":()=>Promise.resolve().then(()=>require("./Dashboard20-55d9706b.cjs")),"./assets/20/Document20.svg":()=>Promise.resolve().then(()=>require("./Document20-f9afe3f2.cjs")),"./assets/20/DotsHorizontal20.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal20-4c9a31d3.cjs")),"./assets/20/DotsVertical20.svg":()=>Promise.resolve().then(()=>require("./DotsVertical20-6ac062e1.cjs")),"./assets/20/Download20.svg":()=>Promise.resolve().then(()=>require("./Download20-39e9659b.cjs")),"./assets/20/Edit20.svg":()=>Promise.resolve().then(()=>require("./Edit20-7ae55484.cjs")),"./assets/20/Exit20.svg":()=>Promise.resolve().then(()=>require("./Exit20-e76c3617.cjs")),"./assets/20/Eye20.svg":()=>Promise.resolve().then(()=>require("./Eye20-95010d8d.cjs")),"./assets/20/EyeCrossed20.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed20-b9b51624.cjs")),"./assets/20/Filter20.svg":()=>Promise.resolve().then(()=>require("./Filter20-36fb4069.cjs")),"./assets/20/Grid20.svg":()=>Promise.resolve().then(()=>require("./Grid20-2ed7384b.cjs")),"./assets/20/GridTwo20.svg":()=>Promise.resolve().then(()=>require("./GridTwo20-63517d6a.cjs")),"./assets/20/Group20.svg":()=>Promise.resolve().then(()=>require("./Group20-aca39a16.cjs")),"./assets/20/HandKey20.svg":()=>Promise.resolve().then(()=>require("./HandKey20-afa8a7bb.cjs")),"./assets/20/HandRight20.svg":()=>Promise.resolve().then(()=>require("./HandRight20-e9456253.cjs")),"./assets/20/HandTop20.svg":()=>Promise.resolve().then(()=>require("./HandTop20-5cb12245.cjs")),"./assets/20/Home20.svg":()=>Promise.resolve().then(()=>require("./Home20-aa2a9bb2.cjs")),"./assets/20/Hub20.svg":()=>Promise.resolve().then(()=>require("./Hub20-ee8477c5.cjs")),"./assets/20/Info20.svg":()=>Promise.resolve().then(()=>require("./Info20-3a054741.cjs")),"./assets/20/Key20.svg":()=>Promise.resolve().then(()=>require("./Key20-270784cf.cjs")),"./assets/20/Layers20.svg":()=>Promise.resolve().then(()=>require("./Layers20-c15d64f8.cjs")),"./assets/20/Library20.svg":()=>Promise.resolve().then(()=>require("./Library20-c7c3c3c4.cjs")),"./assets/20/Link20.svg":()=>Promise.resolve().then(()=>require("./Link20-93554666.cjs")),"./assets/20/Loader20.svg":()=>Promise.resolve().then(()=>require("./Loader20-600a1365.cjs")),"./assets/20/Lock20.svg":()=>Promise.resolve().then(()=>require("./Lock20-dd7ef855.cjs")),"./assets/20/Mail20.svg":()=>Promise.resolve().then(()=>require("./Mail20-7a0e33fb.cjs")),"./assets/20/MailCheck20.svg":()=>Promise.resolve().then(()=>require("./MailCheck20-c0ff1e58.cjs")),"./assets/20/Main20.svg":()=>Promise.resolve().then(()=>require("./Main20-912a87b2.cjs")),"./assets/20/Menu20.svg":()=>Promise.resolve().then(()=>require("./Menu20-dd6ebb20.cjs")),"./assets/20/Minus20.svg":()=>Promise.resolve().then(()=>require("./Minus20-432fe286.cjs")),"./assets/20/Ozon20.svg":()=>Promise.resolve().then(()=>require("./Ozon20-1dfcd16d.cjs")),"./assets/20/Percent20.svg":()=>Promise.resolve().then(()=>require("./Percent20-0e19db1d.cjs")),"./assets/20/Picture20.svg":()=>Promise.resolve().then(()=>require("./Picture20-72262d1e.cjs")),"./assets/20/Pin20.svg":()=>Promise.resolve().then(()=>require("./Pin20-c4e8064c.cjs")),"./assets/20/Plus20.svg":()=>Promise.resolve().then(()=>require("./Plus20-3204a4e1.cjs")),"./assets/20/Print20.svg":()=>Promise.resolve().then(()=>require("./Print20-09d5869f.cjs")),"./assets/20/Question20.svg":()=>Promise.resolve().then(()=>require("./Question20-14a81290.cjs")),"./assets/20/Rotate20.svg":()=>Promise.resolve().then(()=>require("./Rotate20-63f5d589.cjs")),"./assets/20/Ruble20.svg":()=>Promise.resolve().then(()=>require("./Ruble20-19d09f6c.cjs")),"./assets/20/Saved20.svg":()=>Promise.resolve().then(()=>require("./Saved20-02655011.cjs")),"./assets/20/Scheduled20.svg":()=>Promise.resolve().then(()=>require("./Scheduled20-e55ebe0c.cjs")),"./assets/20/Scroll20.svg":()=>Promise.resolve().then(()=>require("./Scroll20-825644fd.cjs")),"./assets/20/Search20.svg":()=>Promise.resolve().then(()=>require("./Search20-b7c23b0d.cjs")),"./assets/20/Send20.svg":()=>Promise.resolve().then(()=>require("./Send20-b47a5dbf.cjs")),"./assets/20/Settings20.svg":()=>Promise.resolve().then(()=>require("./Settings20-81344176.cjs")),"./assets/20/Share20.svg":()=>Promise.resolve().then(()=>require("./Share20-54e438f1.cjs")),"./assets/20/ShareOne20.svg":()=>Promise.resolve().then(()=>require("./ShareOne20-cc1c7006.cjs")),"./assets/20/Shield20.svg":()=>Promise.resolve().then(()=>require("./Shield20-01a36fe8.cjs")),"./assets/20/Sidebar20.svg":()=>Promise.resolve().then(()=>require("./Sidebar20-7602624c.cjs")),"./assets/20/Sort20.svg":()=>Promise.resolve().then(()=>require("./Sort20-12d1bd1e.cjs")),"./assets/20/SortThree20.svg":()=>Promise.resolve().then(()=>require("./SortThree20-c80330df.cjs")),"./assets/20/SortTwo20.svg":()=>Promise.resolve().then(()=>require("./SortTwo20-a7c6bb7b.cjs")),"./assets/20/Star20.svg":()=>Promise.resolve().then(()=>require("./Star20-3f372d9b.cjs")),"./assets/20/Sticker20.svg":()=>Promise.resolve().then(()=>require("./Sticker20-a219a75e.cjs")),"./assets/20/Suitcase20.svg":()=>Promise.resolve().then(()=>require("./Suitcase20-58e39e85.cjs")),"./assets/20/Support20.svg":()=>Promise.resolve().then(()=>require("./Support20-51e30565.cjs")),"./assets/20/Telegram20.svg":()=>Promise.resolve().then(()=>require("./Telegram20-ef83db4f.cjs")),"./assets/20/Thunder20.svg":()=>Promise.resolve().then(()=>require("./Thunder20-46ae89ac.cjs")),"./assets/20/Truck20.svg":()=>Promise.resolve().then(()=>require("./Truck20-f6a3b716.cjs")),"./assets/20/USB20.svg":()=>Promise.resolve().then(()=>require("./USB20-ed2be9ed.cjs")),"./assets/20/User20.svg":()=>Promise.resolve().then(()=>require("./User20-ee9fe7fa.cjs")),"./assets/20/WB20.svg":()=>Promise.resolve().then(()=>require("./WB20-792b26c0.cjs")),"./assets/20/Wallet20.svg":()=>Promise.resolve().then(()=>require("./Wallet20-3aeed86a.cjs")),"./assets/20/Warning20.svg":()=>Promise.resolve().then(()=>require("./Warning20-63af1f3d.cjs")),"./assets/20/WarningThree20.svg":()=>Promise.resolve().then(()=>require("./WarningThree20-382ccadb.cjs")),"./assets/20/WarningTwo20.svg":()=>Promise.resolve().then(()=>require("./WarningTwo20-6538e687.cjs")),"./assets/20/Yandex20.svg":()=>Promise.resolve().then(()=>require("./Yandex20-2c653b9e.cjs")),"./assets/20/Zap20.svg":()=>Promise.resolve().then(()=>require("./Zap20-2dc54f5e.cjs")),"./assets/24/AlertFill24.svg":()=>Promise.resolve().then(()=>require("./AlertFill24-6b660251.cjs")),"./assets/24/ArrowBottom24.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom24-9cd625da.cjs")),"./assets/24/ArrowLeft24.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft24-167f0747.cjs")),"./assets/24/ArrowRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowRight24-a2c7e86f.cjs")),"./assets/24/ArrowTop24.svg":()=>Promise.resolve().then(()=>require("./ArrowTop24-b22c15a9.cjs")),"./assets/24/ArrowTopRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight24-346bced8.cjs")),"./assets/24/Attachment24.svg":()=>Promise.resolve().then(()=>require("./Attachment24-d2ac5dcb.cjs")),"./assets/24/Bell24.svg":()=>Promise.resolve().then(()=>require("./Bell24-39a7e672.cjs")),"./assets/24/BellTwo24.svg":()=>Promise.resolve().then(()=>require("./BellTwo24-1dc62c54.cjs")),"./assets/24/Bin24.svg":()=>Promise.resolve().then(()=>require("./Bin24-7a2702f1.cjs")),"./assets/24/BlankChat24.svg":()=>Promise.resolve().then(()=>require("./BlankChat24-bcd792bb.cjs")),"./assets/24/BlankCheck24.svg":()=>Promise.resolve().then(()=>require("./BlankCheck24-e2785b3c.cjs")),"./assets/24/BlankKey24.svg":()=>Promise.resolve().then(()=>require("./BlankKey24-389c9bc5.cjs")),"./assets/24/BlankLock24.svg":()=>Promise.resolve().then(()=>require("./BlankLock24-6f943de4.cjs")),"./assets/24/BlankPan24.svg":()=>Promise.resolve().then(()=>require("./BlankPan24-ef1cafaf.cjs")),"./assets/24/Block24.svg":()=>Promise.resolve().then(()=>require("./Block24-a5196d1b.cjs")),"./assets/24/Box24.svg":()=>Promise.resolve().then(()=>require("./Box24-d8dd4cd3.cjs")),"./assets/24/Bulb24.svg":()=>Promise.resolve().then(()=>require("./Bulb24-9cd41212.cjs")),"./assets/24/Calendar24.svg":()=>Promise.resolve().then(()=>require("./Calendar24-a6dfceb6.cjs")),"./assets/24/Chart24.svg":()=>Promise.resolve().then(()=>require("./Chart24-095c26bf.cjs")),"./assets/24/Chat24.svg":()=>Promise.resolve().then(()=>require("./Chat24-c6b46f88.cjs")),"./assets/24/Check24.svg":()=>Promise.resolve().then(()=>require("./Check24-94b68ffa.cjs")),"./assets/24/ChevronDoubleLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft24-dc24802c.cjs")),"./assets/24/ChevronDoubleRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight24-8a0d955d.cjs")),"./assets/24/ChevronDown24.svg":()=>Promise.resolve().then(()=>require("./ChevronDown24-974f6c0e.cjs")),"./assets/24/ChevronLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft24-aa8155c1.cjs")),"./assets/24/ChevronRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronRight24-bda5ba40.cjs")),"./assets/24/ChevronUp24.svg":()=>Promise.resolve().then(()=>require("./ChevronUp24-eb499ef1.cjs")),"./assets/24/CircleCheck24.svg":()=>Promise.resolve().then(()=>require("./CircleCheck24-1483b253.cjs")),"./assets/24/Clip24.svg":()=>Promise.resolve().then(()=>require("./Clip24-ce2c7465.cjs")),"./assets/24/Clock24.svg":()=>Promise.resolve().then(()=>require("./Clock24-0b4cbe8c.cjs")),"./assets/24/Close24.svg":()=>Promise.resolve().then(()=>require("./Close24-4398faac.cjs")),"./assets/24/Cloud24.svg":()=>Promise.resolve().then(()=>require("./Cloud24-194fdacf.cjs")),"./assets/24/CloudDownload24.svg":()=>Promise.resolve().then(()=>require("./CloudDownload24-63339159.cjs")),"./assets/24/Connection24.svg":()=>Promise.resolve().then(()=>require("./Connection24-198ac910.cjs")),"./assets/24/Copy24.svg":()=>Promise.resolve().then(()=>require("./Copy24-edf319b2.cjs")),"./assets/24/Cube24.svg":()=>Promise.resolve().then(()=>require("./Cube24-a991ffb2.cjs")),"./assets/24/Dashboard24.svg":()=>Promise.resolve().then(()=>require("./Dashboard24-0a551a03.cjs")),"./assets/24/Document24.svg":()=>Promise.resolve().then(()=>require("./Document24-cd70d1ad.cjs")),"./assets/24/DotsHorizontal24.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal24-9e6ef7d7.cjs")),"./assets/24/DotsVertical24.svg":()=>Promise.resolve().then(()=>require("./DotsVertical24-b94d1757.cjs")),"./assets/24/Download24.svg":()=>Promise.resolve().then(()=>require("./Download24-317840ea.cjs")),"./assets/24/Edit24.svg":()=>Promise.resolve().then(()=>require("./Edit24-5c0a1c1d.cjs")),"./assets/24/Exel24.svg":()=>Promise.resolve().then(()=>require("./Exel24-9feb3bba.cjs")),"./assets/24/Exit24.svg":()=>Promise.resolve().then(()=>require("./Exit24-86b39753.cjs")),"./assets/24/Eye24.svg":()=>Promise.resolve().then(()=>require("./Eye24-011156cf.cjs")),"./assets/24/EyeCrossed24.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed24-d3612374.cjs")),"./assets/24/Filter24.svg":()=>Promise.resolve().then(()=>require("./Filter24-d042d184.cjs")),"./assets/24/Grid24.svg":()=>Promise.resolve().then(()=>require("./Grid24-4de03226.cjs")),"./assets/24/GridTwo24.svg":()=>Promise.resolve().then(()=>require("./GridTwo24-01828e23.cjs")),"./assets/24/Group24.svg":()=>Promise.resolve().then(()=>require("./Group24-93286772.cjs")),"./assets/24/HandKey24.svg":()=>Promise.resolve().then(()=>require("./HandKey24-7a594ecb.cjs")),"./assets/24/HandRight24.svg":()=>Promise.resolve().then(()=>require("./HandRight24-015057c9.cjs")),"./assets/24/HandTop24.svg":()=>Promise.resolve().then(()=>require("./HandTop24-407a9eec.cjs")),"./assets/24/Home24.svg":()=>Promise.resolve().then(()=>require("./Home24-df70aeb5.cjs")),"./assets/24/Hub24.svg":()=>Promise.resolve().then(()=>require("./Hub24-11aec7d8.cjs")),"./assets/24/Info24.svg":()=>Promise.resolve().then(()=>require("./Info24-c29b0eba.cjs")),"./assets/24/JPG24.svg":()=>Promise.resolve().then(()=>require("./JPG24-24fb98ee.cjs")),"./assets/24/Key24.svg":()=>Promise.resolve().then(()=>require("./Key24-f2d636c4.cjs")),"./assets/24/Layers24.svg":()=>Promise.resolve().then(()=>require("./Layers24-739d84bf.cjs")),"./assets/24/Library24.svg":()=>Promise.resolve().then(()=>require("./Library24-3ce229b3.cjs")),"./assets/24/Link24.svg":()=>Promise.resolve().then(()=>require("./Link24-68bda8b6.cjs")),"./assets/24/Loader24.svg":()=>Promise.resolve().then(()=>require("./Loader24-f32bf78e.cjs")),"./assets/24/Lock24.svg":()=>Promise.resolve().then(()=>require("./Lock24-42ba0eec.cjs")),"./assets/24/Mail24.svg":()=>Promise.resolve().then(()=>require("./Mail24-371ef668.cjs")),"./assets/24/MailCheck24.svg":()=>Promise.resolve().then(()=>require("./MailCheck24-00573fa7.cjs")),"./assets/24/Main24.svg":()=>Promise.resolve().then(()=>require("./Main24-48f78071.cjs")),"./assets/24/Menu24.svg":()=>Promise.resolve().then(()=>require("./Menu24-f348162b.cjs")),"./assets/24/Minus24.svg":()=>Promise.resolve().then(()=>require("./Minus24-8621ed52.cjs")),"./assets/24/Ozon24.svg":()=>Promise.resolve().then(()=>require("./Ozon24-401b16c4.cjs")),"./assets/24/PDF24.svg":()=>Promise.resolve().then(()=>require("./PDF24-d4781db4.cjs")),"./assets/24/PNG24.svg":()=>Promise.resolve().then(()=>require("./PNG24-704775ad.cjs")),"./assets/24/Percent24.svg":()=>Promise.resolve().then(()=>require("./Percent24-028c8310.cjs")),"./assets/24/Picture24.svg":()=>Promise.resolve().then(()=>require("./Picture24-03ccddb2.cjs")),"./assets/24/Pin24.svg":()=>Promise.resolve().then(()=>require("./Pin24-0bb53d03.cjs")),"./assets/24/Plus24.svg":()=>Promise.resolve().then(()=>require("./Plus24-0980f9e5.cjs")),"./assets/24/Print24.svg":()=>Promise.resolve().then(()=>require("./Print24-58a9148a.cjs")),"./assets/24/Question24.svg":()=>Promise.resolve().then(()=>require("./Question24-bc8ec26c.cjs")),"./assets/24/Rotate24.svg":()=>Promise.resolve().then(()=>require("./Rotate24-ba90d401.cjs")),"./assets/24/Ruble24.svg":()=>Promise.resolve().then(()=>require("./Ruble24-2e3ca20e.cjs")),"./assets/24/Saved24.svg":()=>Promise.resolve().then(()=>require("./Saved24-669db115.cjs")),"./assets/24/Scheduled24.svg":()=>Promise.resolve().then(()=>require("./Scheduled24-8882256c.cjs")),"./assets/24/Scroll24.svg":()=>Promise.resolve().then(()=>require("./Scroll24-0fa84002.cjs")),"./assets/24/Search24.svg":()=>Promise.resolve().then(()=>require("./Search24-0279a86c.cjs")),"./assets/24/Send24.svg":()=>Promise.resolve().then(()=>require("./Send24-d2c397fd.cjs")),"./assets/24/Settings24.svg":()=>Promise.resolve().then(()=>require("./Settings24-026c9a2b.cjs")),"./assets/24/Share24.svg":()=>Promise.resolve().then(()=>require("./Share24-9e9e12fe.cjs")),"./assets/24/ShareOne24.svg":()=>Promise.resolve().then(()=>require("./ShareOne24-256b079f.cjs")),"./assets/24/Shield24.svg":()=>Promise.resolve().then(()=>require("./Shield24-c3ef1b40.cjs")),"./assets/24/Sidebar24.svg":()=>Promise.resolve().then(()=>require("./Sidebar24-2764b875.cjs")),"./assets/24/Sort24.svg":()=>Promise.resolve().then(()=>require("./Sort24-5209c937.cjs")),"./assets/24/SortThree24.svg":()=>Promise.resolve().then(()=>require("./SortThree24-b9d59520.cjs")),"./assets/24/SortTwo24.svg":()=>Promise.resolve().then(()=>require("./SortTwo24-17de12be.cjs")),"./assets/24/Star24.svg":()=>Promise.resolve().then(()=>require("./Star24-f5e6c3d3.cjs")),"./assets/24/Sticker24.svg":()=>Promise.resolve().then(()=>require("./Sticker24-8f8c36e9.cjs")),"./assets/24/Suitcase24.svg":()=>Promise.resolve().then(()=>require("./Suitcase24-4a2ee40e.cjs")),"./assets/24/Support24.svg":()=>Promise.resolve().then(()=>require("./Support24-376a8995.cjs")),"./assets/24/Telegram24.svg":()=>Promise.resolve().then(()=>require("./Telegram24-c5b50ec3.cjs")),"./assets/24/Thunder24.svg":()=>Promise.resolve().then(()=>require("./Thunder24-17a17444.cjs")),"./assets/24/Truck24.svg":()=>Promise.resolve().then(()=>require("./Truck24-0d336a7c.cjs")),"./assets/24/USB24.svg":()=>Promise.resolve().then(()=>require("./USB24-c512ed32.cjs")),"./assets/24/User24.svg":()=>Promise.resolve().then(()=>require("./User24-868aa109.cjs")),"./assets/24/WB24.svg":()=>Promise.resolve().then(()=>require("./WB24-06c58d3f.cjs")),"./assets/24/Wallet24.svg":()=>Promise.resolve().then(()=>require("./Wallet24-3ef17207.cjs")),"./assets/24/Warning24.svg":()=>Promise.resolve().then(()=>require("./Warning24-fa7380de.cjs")),"./assets/24/WarningThree24.svg":()=>Promise.resolve().then(()=>require("./WarningThree24-d5e63245.cjs")),"./assets/24/WarningTwo24.svg":()=>Promise.resolve().then(()=>require("./WarningTwo24-2313c023.cjs")),"./assets/24/Word24.svg":()=>Promise.resolve().then(()=>require("./Word24-1a191592.cjs")),"./assets/24/Yandex24.svg":()=>Promise.resolve().then(()=>require("./Yandex24-0ba6692a.cjs")),"./assets/32/ArrowBottom32.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom32-c8fde161.cjs")),"./assets/32/ArrowLeft32.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft32-4e369e68.cjs")),"./assets/32/ArrowRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowRight32-e1cf8e57.cjs")),"./assets/32/ArrowTop32.svg":()=>Promise.resolve().then(()=>require("./ArrowTop32-86d357a5.cjs")),"./assets/32/ArrowTopRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight32-5751b24f.cjs")),"./assets/32/Attachment32.svg":()=>Promise.resolve().then(()=>require("./Attachment32-501dbb09.cjs")),"./assets/32/BankAccount32.svg":()=>Promise.resolve().then(()=>require("./BankAccount32-bb048304.cjs")),"./assets/32/Bell32.svg":()=>Promise.resolve().then(()=>require("./Bell32-14d76211.cjs")),"./assets/32/Bin32.svg":()=>Promise.resolve().then(()=>require("./Bin32-eb1e283c.cjs")),"./assets/32/BlankChat32.svg":()=>Promise.resolve().then(()=>require("./BlankChat32-509dcca6.cjs")),"./assets/32/BlankCheck32.svg":()=>Promise.resolve().then(()=>require("./BlankCheck32-ec308961.cjs")),"./assets/32/BlankKey32.svg":()=>Promise.resolve().then(()=>require("./BlankKey32-ffe58ad3.cjs")),"./assets/32/BlankLock32.svg":()=>Promise.resolve().then(()=>require("./BlankLock32-7e992128.cjs")),"./assets/32/BlankPan32.svg":()=>Promise.resolve().then(()=>require("./BlankPan32-48eefbbc.cjs")),"./assets/32/Block32.svg":()=>Promise.resolve().then(()=>require("./Block32-a24507f1.cjs")),"./assets/32/Box32.svg":()=>Promise.resolve().then(()=>require("./Box32-41ae8fbd.cjs")),"./assets/32/Bulb32.svg":()=>Promise.resolve().then(()=>require("./Bulb32-b8bcd875.cjs")),"./assets/32/Calendar32.svg":()=>Promise.resolve().then(()=>require("./Calendar32-1d45e845.cjs")),"./assets/32/Chart32.svg":()=>Promise.resolve().then(()=>require("./Chart32-7e08e374.cjs")),"./assets/32/Chat32.svg":()=>Promise.resolve().then(()=>require("./Chat32-a314f09a.cjs")),"./assets/32/Check32.svg":()=>Promise.resolve().then(()=>require("./Check32-88d730f0.cjs")),"./assets/32/CheckCircle32.svg":()=>Promise.resolve().then(()=>require("./CheckCircle32-8d39d097.cjs")),"./assets/32/ChevronBottom32.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom32-50cb7738.cjs")),"./assets/32/ChevronLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft32-44f04ccf.cjs")),"./assets/32/ChevronRight32.svg":()=>Promise.resolve().then(()=>require("./ChevronRight32-6b187dde.cjs")),"./assets/32/ChevronTop32.svg":()=>Promise.resolve().then(()=>require("./ChevronTop32-0ff5394d.cjs")),"./assets/32/Clip32.svg":()=>Promise.resolve().then(()=>require("./Clip32-f660ee1b.cjs")),"./assets/32/Clock32.svg":()=>Promise.resolve().then(()=>require("./Clock32-db5b7c47.cjs")),"./assets/32/Close32.svg":()=>Promise.resolve().then(()=>require("./Close32-e9ab6d87.cjs")),"./assets/32/Cloud32.svg":()=>Promise.resolve().then(()=>require("./Cloud32-9bb11155.cjs")),"./assets/32/CloudDownload32.svg":()=>Promise.resolve().then(()=>require("./CloudDownload32-c73965bd.cjs")),"./assets/32/Connection32.svg":()=>Promise.resolve().then(()=>require("./Connection32-8a4dae73.cjs")),"./assets/32/Copy32.svg":()=>Promise.resolve().then(()=>require("./Copy32-374fec64.cjs")),"./assets/32/Credit32.svg":()=>Promise.resolve().then(()=>require("./Credit32-0f17050b.cjs")),"./assets/32/CreditCard32.svg":()=>Promise.resolve().then(()=>require("./CreditCard32-2ac1be10.cjs")),"./assets/32/Dashboard32.svg":()=>Promise.resolve().then(()=>require("./Dashboard32-9c465135.cjs")),"./assets/32/Document32.svg":()=>Promise.resolve().then(()=>require("./Document32-340d6bf0.cjs")),"./assets/32/DotsHorizontal32.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal32-a837913c.cjs")),"./assets/32/DotsVertical32.svg":()=>Promise.resolve().then(()=>require("./DotsVertical32-5e7de815.cjs")),"./assets/32/DoubleLeft32.svg":()=>Promise.resolve().then(()=>require("./DoubleLeft32-e37380b8.cjs")),"./assets/32/Download32.svg":()=>Promise.resolve().then(()=>require("./Download32-80b9807b.cjs")),"./assets/32/Edit32.svg":()=>Promise.resolve().then(()=>require("./Edit32-a00b30ee.cjs")),"./assets/32/Exit32.svg":()=>Promise.resolve().then(()=>require("./Exit32-c5190914.cjs")),"./assets/32/Eye32.svg":()=>Promise.resolve().then(()=>require("./Eye32-413770c1.cjs")),"./assets/32/EyeCrossed32.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed32-497f307d.cjs")),"./assets/32/Facebook32.svg":()=>Promise.resolve().then(()=>require("./Facebook32-675110c0.cjs")),"./assets/32/Factoring32.svg":()=>Promise.resolve().then(()=>require("./Factoring32-4ef12d81.cjs")),"./assets/32/Filter32.svg":()=>Promise.resolve().then(()=>require("./Filter32-9ed38db8.cjs")),"./assets/32/FilterTwo32.svg":()=>Promise.resolve().then(()=>require("./FilterTwo32-537459d7.cjs")),"./assets/32/Grid32.svg":()=>Promise.resolve().then(()=>require("./Grid32-7b6f0010.cjs")),"./assets/32/GridTwo32.svg":()=>Promise.resolve().then(()=>require("./GridTwo32-ad0dfdb1.cjs")),"./assets/32/Group32.svg":()=>Promise.resolve().then(()=>require("./Group32-a80b8b38.cjs")),"./assets/32/Guarantees32.svg":()=>Promise.resolve().then(()=>require("./Guarantees32-226afa25.cjs")),"./assets/32/HandKey32.svg":()=>Promise.resolve().then(()=>require("./HandKey32-a3f102c1.cjs")),"./assets/32/HandRight32.svg":()=>Promise.resolve().then(()=>require("./HandRight32-9e321a46.cjs")),"./assets/32/HandTop32.svg":()=>Promise.resolve().then(()=>require("./HandTop32-7c07da35.cjs")),"./assets/32/Home32.svg":()=>Promise.resolve().then(()=>require("./Home32-ca30c9d2.cjs")),"./assets/32/Hub32.svg":()=>Promise.resolve().then(()=>require("./Hub32-24266acd.cjs")),"./assets/32/Info32.svg":()=>Promise.resolve().then(()=>require("./Info32-c6bff187.cjs")),"./assets/32/Instagram32.svg":()=>Promise.resolve().then(()=>require("./Instagram32-0dac0cb7.cjs")),"./assets/32/Key32.svg":()=>Promise.resolve().then(()=>require("./Key32-6c720ede.cjs")),"./assets/32/Layers32.svg":()=>Promise.resolve().then(()=>require("./Layers32-a32dad52.cjs")),"./assets/32/Library32.svg":()=>Promise.resolve().then(()=>require("./Library32-72be6b9e.cjs")),"./assets/32/Link32.svg":()=>Promise.resolve().then(()=>require("./Link32-3e6cfed5.cjs")),"./assets/32/Loader32.svg":()=>Promise.resolve().then(()=>require("./Loader32-3ce13a90.cjs")),"./assets/32/Lock32.svg":()=>Promise.resolve().then(()=>require("./Lock32-6dc5e9b2.cjs")),"./assets/32/Mail32.svg":()=>Promise.resolve().then(()=>require("./Mail32-680b8cbb.cjs")),"./assets/32/MailCheck32.svg":()=>Promise.resolve().then(()=>require("./MailCheck32-1ee0cbba.cjs")),"./assets/32/Menu32.svg":()=>Promise.resolve().then(()=>require("./Menu32-bc9fc160.cjs")),"./assets/32/Minus32.svg":()=>Promise.resolve().then(()=>require("./Minus32-e29aa757.cjs")),"./assets/32/Notification32.svg":()=>Promise.resolve().then(()=>require("./Notification32-d6df2c79.cjs")),"./assets/32/Picture32.svg":()=>Promise.resolve().then(()=>require("./Picture32-81cd31e3.cjs")),"./assets/32/Pin32.svg":()=>Promise.resolve().then(()=>require("./Pin32-0d85f31a.cjs")),"./assets/32/Plus32.svg":()=>Promise.resolve().then(()=>require("./Plus32-573701d1.cjs")),"./assets/32/Print32.svg":()=>Promise.resolve().then(()=>require("./Print32-6c49063e.cjs")),"./assets/32/Question32.svg":()=>Promise.resolve().then(()=>require("./Question32-bf7133c0.cjs")),"./assets/32/Rotate32.svg":()=>Promise.resolve().then(()=>require("./Rotate32-365b00ea.cjs")),"./assets/32/Ruble32.svg":()=>Promise.resolve().then(()=>require("./Ruble32-8493b709.cjs")),"./assets/32/Sample32.svg":()=>Promise.resolve().then(()=>require("./Sample32-76795c6a.cjs")),"./assets/32/Saved32.svg":()=>Promise.resolve().then(()=>require("./Saved32-9337ea7a.cjs")),"./assets/32/Scheduled32.svg":()=>Promise.resolve().then(()=>require("./Scheduled32-73ad37a3.cjs")),"./assets/32/Scroll32.svg":()=>Promise.resolve().then(()=>require("./Scroll32-45bdd071.cjs")),"./assets/32/Search32.svg":()=>Promise.resolve().then(()=>require("./Search32-50113e41.cjs")),"./assets/32/Send32.svg":()=>Promise.resolve().then(()=>require("./Send32-6bed177f.cjs")),"./assets/32/Settings32.svg":()=>Promise.resolve().then(()=>require("./Settings32-7346bb6c.cjs")),"./assets/32/Share32.svg":()=>Promise.resolve().then(()=>require("./Share32-5c52a13b.cjs")),"./assets/32/ShareTwo32.svg":()=>Promise.resolve().then(()=>require("./ShareTwo32-17de283d.cjs")),"./assets/32/Sidebar32.svg":()=>Promise.resolve().then(()=>require("./Sidebar32-ed752fdb.cjs")),"./assets/32/Sort32.svg":()=>Promise.resolve().then(()=>require("./Sort32-5fb88aad.cjs")),"./assets/32/SortTwo32.svg":()=>Promise.resolve().then(()=>require("./SortTwo32-11dfc2a1.cjs")),"./assets/32/Star32.svg":()=>Promise.resolve().then(()=>require("./Star32-7e5ba1f8.cjs")),"./assets/32/Sticker32.svg":()=>Promise.resolve().then(()=>require("./Sticker32-8a19785d.cjs")),"./assets/32/Suitcase32.svg":()=>Promise.resolve().then(()=>require("./Suitcase32-0f4c542e.cjs")),"./assets/32/Support32.svg":()=>Promise.resolve().then(()=>require("./Support32-d503d354.cjs")),"./assets/32/Telegram32.svg":()=>Promise.resolve().then(()=>require("./Telegram32-db248393.cjs")),"./assets/32/Thunder32.svg":()=>Promise.resolve().then(()=>require("./Thunder32-405e8ffa.cjs")),"./assets/32/USBPort32.svg":()=>Promise.resolve().then(()=>require("./USBPort32-5272f2ac.cjs")),"./assets/32/User32.svg":()=>Promise.resolve().then(()=>require("./User32-9d236c1e.cjs")),"./assets/32/VK32.svg":()=>Promise.resolve().then(()=>require("./VK32-43b25d29.cjs")),"./assets/32/WarningCircle32.svg":()=>Promise.resolve().then(()=>require("./WarningCircle32-63fb94a8.cjs")),"./assets/32/WarningPolygon32.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon32-fccf9b06.cjs")),"./assets/32/WarningTriangle32.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle32-aeb1b37b.cjs")),"./assets/32/Youtube32.svg":()=>Promise.resolve().then(()=>require("./Youtube32-2b1c64f1.cjs")),"./assets/40/ArrowBottom40.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom40-a4e591d7.cjs")),"./assets/40/ArrowLeft40.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft40-54420252.cjs")),"./assets/40/ArrowRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowRight40-5867b78b.cjs")),"./assets/40/ArrowTop40.svg":()=>Promise.resolve().then(()=>require("./ArrowTop40-370fe5df.cjs")),"./assets/40/ArrowTopRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight40-3a42f655.cjs")),"./assets/40/Attachment40.svg":()=>Promise.resolve().then(()=>require("./Attachment40-f432a49b.cjs")),"./assets/40/BankAccount40.svg":()=>Promise.resolve().then(()=>require("./BankAccount40-663f130e.cjs")),"./assets/40/Bell40.svg":()=>Promise.resolve().then(()=>require("./Bell40-8aa1aa18.cjs")),"./assets/40/Bin40.svg":()=>Promise.resolve().then(()=>require("./Bin40-1b67f256.cjs")),"./assets/40/BlankChat40.svg":()=>Promise.resolve().then(()=>require("./BlankChat40-dee65a87.cjs")),"./assets/40/BlankCheck40.svg":()=>Promise.resolve().then(()=>require("./BlankCheck40-2d632388.cjs")),"./assets/40/BlankKey40.svg":()=>Promise.resolve().then(()=>require("./BlankKey40-212d6240.cjs")),"./assets/40/BlankLock40.svg":()=>Promise.resolve().then(()=>require("./BlankLock40-bb6836ad.cjs")),"./assets/40/BlankPan40.svg":()=>Promise.resolve().then(()=>require("./BlankPan40-a529d701.cjs")),"./assets/40/Block40.svg":()=>Promise.resolve().then(()=>require("./Block40-139dcadb.cjs")),"./assets/40/Box40.svg":()=>Promise.resolve().then(()=>require("./Box40-4d70bb81.cjs")),"./assets/40/Bulb40.svg":()=>Promise.resolve().then(()=>require("./Bulb40-814b4455.cjs")),"./assets/40/Calendar40.svg":()=>Promise.resolve().then(()=>require("./Calendar40-cda44a59.cjs")),"./assets/40/Chart40.svg":()=>Promise.resolve().then(()=>require("./Chart40-84c5276f.cjs")),"./assets/40/Chat40.svg":()=>Promise.resolve().then(()=>require("./Chat40-74d2f7af.cjs")),"./assets/40/Check40.svg":()=>Promise.resolve().then(()=>require("./Check40-51b265c3.cjs")),"./assets/40/CheckCircle40.svg":()=>Promise.resolve().then(()=>require("./CheckCircle40-bac9db88.cjs")),"./assets/40/ChevronBottom40.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom40-fa39ee51.cjs")),"./assets/40/ChevronLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft40-9121e901.cjs")),"./assets/40/ChevronRight40.svg":()=>Promise.resolve().then(()=>require("./ChevronRight40-3c973f9d.cjs")),"./assets/40/ChevronTop40.svg":()=>Promise.resolve().then(()=>require("./ChevronTop40-9d75fccd.cjs")),"./assets/40/Clip40.svg":()=>Promise.resolve().then(()=>require("./Clip40-5c49f0e6.cjs")),"./assets/40/Clock40.svg":()=>Promise.resolve().then(()=>require("./Clock40-d2affefb.cjs")),"./assets/40/Close40.svg":()=>Promise.resolve().then(()=>require("./Close40-1ec62c0c.cjs")),"./assets/40/Cloud40.svg":()=>Promise.resolve().then(()=>require("./Cloud40-39572aa1.cjs")),"./assets/40/CloudDownload40.svg":()=>Promise.resolve().then(()=>require("./CloudDownload40-add2815b.cjs")),"./assets/40/Connection40.svg":()=>Promise.resolve().then(()=>require("./Connection40-7667bad3.cjs")),"./assets/40/Copy40.svg":()=>Promise.resolve().then(()=>require("./Copy40-69826caf.cjs")),"./assets/40/Credit40.svg":()=>Promise.resolve().then(()=>require("./Credit40-f760c042.cjs")),"./assets/40/CreditCard40.svg":()=>Promise.resolve().then(()=>require("./CreditCard40-dd50ccbd.cjs")),"./assets/40/Dashboard40.svg":()=>Promise.resolve().then(()=>require("./Dashboard40-1c0f3029.cjs")),"./assets/40/Document40.svg":()=>Promise.resolve().then(()=>require("./Document40-5cec0b84.cjs")),"./assets/40/DotsHorizontal40.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal40-5c5f07c8.cjs")),"./assets/40/DotsVertical40.svg":()=>Promise.resolve().then(()=>require("./DotsVertical40-249b4189.cjs")),"./assets/40/DoubleLeft40.svg":()=>Promise.resolve().then(()=>require("./DoubleLeft40-bd1d13a4.cjs")),"./assets/40/Download40.svg":()=>Promise.resolve().then(()=>require("./Download40-a567d6b3.cjs")),"./assets/40/Edit40.svg":()=>Promise.resolve().then(()=>require("./Edit40-8c23cd6c.cjs")),"./assets/40/Exit40.svg":()=>Promise.resolve().then(()=>require("./Exit40-e0bdad37.cjs")),"./assets/40/Eye40.svg":()=>Promise.resolve().then(()=>require("./Eye40-e26fa914.cjs")),"./assets/40/EyeCrossed40.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed40-20a23381.cjs")),"./assets/40/Facebook40.svg":()=>Promise.resolve().then(()=>require("./Facebook40-028aa073.cjs")),"./assets/40/Factoring40.svg":()=>Promise.resolve().then(()=>require("./Factoring40-b078f93d.cjs")),"./assets/40/Filter40.svg":()=>Promise.resolve().then(()=>require("./Filter40-41bae256.cjs")),"./assets/40/FilterTwo40.svg":()=>Promise.resolve().then(()=>require("./FilterTwo40-51ae3d54.cjs")),"./assets/40/Grid40.svg":()=>Promise.resolve().then(()=>require("./Grid40-da4f0ae2.cjs")),"./assets/40/GridTwo40.svg":()=>Promise.resolve().then(()=>require("./GridTwo40-bf7d6f29.cjs")),"./assets/40/Group40.svg":()=>Promise.resolve().then(()=>require("./Group40-1ec5069e.cjs")),"./assets/40/Guarantees40.svg":()=>Promise.resolve().then(()=>require("./Guarantees40-53993454.cjs")),"./assets/40/HandKey40.svg":()=>Promise.resolve().then(()=>require("./HandKey40-645a11af.cjs")),"./assets/40/HandRight40.svg":()=>Promise.resolve().then(()=>require("./HandRight40-f93d708d.cjs")),"./assets/40/HandTop40.svg":()=>Promise.resolve().then(()=>require("./HandTop40-d6ce90ba.cjs")),"./assets/40/Home40.svg":()=>Promise.resolve().then(()=>require("./Home40-cb0b182f.cjs")),"./assets/40/Hub40.svg":()=>Promise.resolve().then(()=>require("./Hub40-b3e21ec3.cjs")),"./assets/40/Info40.svg":()=>Promise.resolve().then(()=>require("./Info40-b451a74e.cjs")),"./assets/40/Instagram40.svg":()=>Promise.resolve().then(()=>require("./Instagram40-021fc6ec.cjs")),"./assets/40/Key40.svg":()=>Promise.resolve().then(()=>require("./Key40-664d9f16.cjs")),"./assets/40/Layers40.svg":()=>Promise.resolve().then(()=>require("./Layers40-144915a8.cjs")),"./assets/40/Library40.svg":()=>Promise.resolve().then(()=>require("./Library40-6fd0dbf9.cjs")),"./assets/40/Link40.svg":()=>Promise.resolve().then(()=>require("./Link40-445e7233.cjs")),"./assets/40/Loader40.svg":()=>Promise.resolve().then(()=>require("./Loader40-659e44df.cjs")),"./assets/40/Lock40.svg":()=>Promise.resolve().then(()=>require("./Lock40-f8732f08.cjs")),"./assets/40/Mail40.svg":()=>Promise.resolve().then(()=>require("./Mail40-b182e6f3.cjs")),"./assets/40/MailCheck40.svg":()=>Promise.resolve().then(()=>require("./MailCheck40-62f7e64d.cjs")),"./assets/40/Menu40.svg":()=>Promise.resolve().then(()=>require("./Menu40-665024ce.cjs")),"./assets/40/Minus40.svg":()=>Promise.resolve().then(()=>require("./Minus40-ad737d49.cjs")),"./assets/40/Notification40.svg":()=>Promise.resolve().then(()=>require("./Notification40-733cc3ef.cjs")),"./assets/40/Ozon40.svg":()=>Promise.resolve().then(()=>require("./Ozon40-e3c3f942.cjs")),"./assets/40/Picture40.svg":()=>Promise.resolve().then(()=>require("./Picture40-d10ecd54.cjs")),"./assets/40/Pin40.svg":()=>Promise.resolve().then(()=>require("./Pin40-8e91e63b.cjs")),"./assets/40/Plus40.svg":()=>Promise.resolve().then(()=>require("./Plus40-f835386b.cjs")),"./assets/40/Print40.svg":()=>Promise.resolve().then(()=>require("./Print40-de3b05f6.cjs")),"./assets/40/Question40.svg":()=>Promise.resolve().then(()=>require("./Question40-8f60aa84.cjs")),"./assets/40/Rotate40.svg":()=>Promise.resolve().then(()=>require("./Rotate40-13a78cca.cjs")),"./assets/40/Ruble40.svg":()=>Promise.resolve().then(()=>require("./Ruble40-2d3488fa.cjs")),"./assets/40/Sample40.svg":()=>Promise.resolve().then(()=>require("./Sample40-d1ee54f4.cjs")),"./assets/40/Saved40.svg":()=>Promise.resolve().then(()=>require("./Saved40-903d0bdb.cjs")),"./assets/40/Scheduled40.svg":()=>Promise.resolve().then(()=>require("./Scheduled40-0dd82334.cjs")),"./assets/40/Scroll40.svg":()=>Promise.resolve().then(()=>require("./Scroll40-a1a52977.cjs")),"./assets/40/Search40.svg":()=>Promise.resolve().then(()=>require("./Search40-88792fef.cjs")),"./assets/40/Send40.svg":()=>Promise.resolve().then(()=>require("./Send40-01e5440a.cjs")),"./assets/40/Settings40.svg":()=>Promise.resolve().then(()=>require("./Settings40-833119af.cjs")),"./assets/40/Share40.svg":()=>Promise.resolve().then(()=>require("./Share40-8f4f5635.cjs")),"./assets/40/ShareTwo40.svg":()=>Promise.resolve().then(()=>require("./ShareTwo40-b9e05363.cjs")),"./assets/40/Sidebar40.svg":()=>Promise.resolve().then(()=>require("./Sidebar40-6dbd17df.cjs")),"./assets/40/Sort40.svg":()=>Promise.resolve().then(()=>require("./Sort40-2c85cfa7.cjs")),"./assets/40/SortTwo40.svg":()=>Promise.resolve().then(()=>require("./SortTwo40-49eee1d0.cjs")),"./assets/40/Star40.svg":()=>Promise.resolve().then(()=>require("./Star40-12318821.cjs")),"./assets/40/Sticker40.svg":()=>Promise.resolve().then(()=>require("./Sticker40-9bd3563f.cjs")),"./assets/40/Suitcase40.svg":()=>Promise.resolve().then(()=>require("./Suitcase40-abe5b06e.cjs")),"./assets/40/Support40.svg":()=>Promise.resolve().then(()=>require("./Support40-72903ef1.cjs")),"./assets/40/Telegram40.svg":()=>Promise.resolve().then(()=>require("./Telegram40-dc043896.cjs")),"./assets/40/Thunder40.svg":()=>Promise.resolve().then(()=>require("./Thunder40-ef7c394c.cjs")),"./assets/40/USBPort40.svg":()=>Promise.resolve().then(()=>require("./USBPort40-1513fcf2.cjs")),"./assets/40/User40.svg":()=>Promise.resolve().then(()=>require("./User40-eea45dff.cjs")),"./assets/40/VK40.svg":()=>Promise.resolve().then(()=>require("./VK40-11806d6e.cjs")),"./assets/40/WB40.svg":()=>Promise.resolve().then(()=>require("./WB40-7ca622ca.cjs")),"./assets/40/WarningCircle40.svg":()=>Promise.resolve().then(()=>require("./WarningCircle40-3d5573b8.cjs")),"./assets/40/WarningPolygon40.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon40-a5d53eff.cjs")),"./assets/40/WarningTriangle40.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle40-08788a64.cjs")),"./assets/40/Yandex40.svg":()=>Promise.resolve().then(()=>require("./Yandex40-619702db.cjs")),"./assets/40/Youtube40.svg":()=>Promise.resolve().then(()=>require("./Youtube40-03b169fc.cjs")),"./assets/56/Ozon56.svg":()=>Promise.resolve().then(()=>require("./Ozon56-e7bfd869.cjs")),"./assets/56/WB56.svg":()=>Promise.resolve().then(()=>require("./WB56-3be9c872.cjs")),"./assets/56/Yandex56.svg":()=>Promise.resolve().then(()=>require("./Yandex56-d378fc38.cjs"))}),`./assets/${s}/${l}.svg`);o.value=i.default}catch(s){console.error(`Failed to load icon: ${l}.svg`,s)}},{immediate:!0}),(l,s)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle(r.value),class:"d-flex","data-testid":l.name},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.value)))],12,O8))}}),L8={class:"date-picker"},B8={class:"date-picker__wrapper"},P8={class:"pl-date-picker__days"},V8={class:"field"},$8=e.defineComponent({__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}){le.locale("ru");const r=t,o=n,{weekendsDisabled:l}=e.toRefs(r),s=e.computed({get:()=>r.modelValue,set:T=>{o("update:modelValue",T)}}),i=e.ref(le(s.value,"DD.MM.YYYY")),c=e.ref(le(s.value,"DD.MM.YYYY")),d=e.ref(le(s.value,"DD.MM.YYYY")),f=e.ref(!1),m=()=>{r.disabled||(f.value=!f.value)},p=e.computed(()=>r.disabled?"var(--color-text-icons-tertiary)":"var(--color-text-icons-secondary)"),h=e.ref(null);e.watch(s,T=>{le(T,"DD.MM.YYYY",!0).isValid()?(i.value=le(T,"DD.MM.YYYY"),c.value=le(T,"DD.MM.YYYY"),d.value=le(T,"DD.MM.YYYY")):(i.value=le(),c.value=le(),d.value=le())});const M=T8,v=T=>c.value.date()===T.day&&c.value.month()===T.month&&c.value.year()===T.year&&T.type==="current",y=T=>T.format("DD.MM.YYYY"),N=()=>{d.value=c.value,s.value=y(c.value),o("update:modelValue",c.value.format("DD.MM.YYYY"))},D=(T,b)=>{b?c.value=le(T,b):c.value=le().set("date",T.day).set("month",T.month).set("year",T.year),N()},_=T=>{T.weekend||T.type==="previous"||T.type==="next"||D(T),f.value=!1};$r(h,()=>{setTimeout(()=>{i.value=d.value,f.value=!1})});const I=()=>{const T=[],b=[],x=[],z=i.value.date(1).day()===0;if(i.value.date(1).day()>1||z){const $=i.value.subtract(1,"month").endOf("month").date(),W=z?6:i.value.date(1).day()-1,Z=$-W+1;for(let U=Z;U<=$;U++)T.push({day:U,type:"previous"})}const E=M.filter($=>($==null?void 0:$.year)===(i==null?void 0:i.value.year()))[0],j=E==null?void 0:E.months[i.value.month()].days.split(","),V=i.value.endOf("month").date();for(let $=1;$<=V;$++)b.push({day:$,month:i.value.month(),year:i.value.year(),type:"current",weekend:l.value?j==null?void 0:j.includes($.toString()):""});if(i.value.date(i.value.daysInMonth()).day()){const $=7-i.value.date(i.value.daysInMonth()).day();for(let W=1;W<=$;W++)x.push({day:W,type:"next"})}return[...T,...b,...x]},w=e.ref(I());e.watch(i,()=>{w.value=I()});const k=e.ref(!1);return e.watch(f,T=>{s.value===""&&(i.value=le(),c.value=le(),d.value=le()),k.value=!T}),(T,b)=>{const x=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",L8,[e.createElementVNode("div",B8,[e.createVNode(jm,{modelValue:s.value,"onUpdate:modelValue":b[0]||(b[0]=z=>s.value=z),"get-valid":k.value,class:"date-picker__input",label:t.label,prop:r.prop,rules:r.rules,placeholder:t.placeholder,disabled:r.disabled,"date-picker":""},null,8,["modelValue","get-valid","label","prop","rules","placeholder","disabled"]),e.withDirectives(e.createVNode(ut,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":r.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[x,m]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:h,class:"date-picker__popup"},[e.createVNode(C8,{modelValue:i.value,"onUpdate:modelValue":b[1]||(b[1]=z=>i.value=z)},null,8,["modelValue"]),e.createElementVNode("div",P8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(_8),(z,E)=>(e.openBlock(),e.createElementBlock("div",{key:E,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(z),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(z,E)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${E}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":z.type!=="current"||z.weekend},{"date-picker__day-item_active-item":v(z)}])},[e.createElementVNode("div",V8,e.toDisplayString(z.type!=="previous"&&z.type!=="next"?z.day:""),1)],2)),[[x,()=>_(z)]])),128))])],512)):e.createCommentVNode("",!0)])}}});const Zn=(t,n)=>{const r=t.__vccOpts||t;for(const[o,l]of n)r[o]=l;return r},U8=Zn($8,[["__scopeId","data-v-84f39507"]]),Q8=["disabled","type"],ya=e.defineComponent({__name:"pl-button",props:{fullWidth:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{default:"primary"},size:{default:"large"},icon:{default:""},iconColor:{default:""},iconPosition:{default:"left"},nativeType:{default:"button"}},emits:["click"],setup(t,{emit:n}){const r=t,o=e.computed(()=>({"typography-button-button-1":r.size==="large","button-medium typography-button-button-2":r.size==="medium","button-small typography-button-button-3":r.size==="small",disabled:r.disabled,"button-alternative":r.type==="alternative","button-secondary":r.type==="secondary","button-error":r.type==="error","button-empty":r.type==="empty","full-width":r.fullWidth,"pl-button":!0,"button-medium40":r.icon&&!s.value&&r.size==="medium"&&r.type!=="empty","button-small36":r.icon&&!s.value&&r.size==="small"&&r.type!=="empty"})),l=e.useSlots(),s=e.ref(!1),i=()=>{s.value=!!l.default&&l.default()[0].children!==""};e.onUpdated(()=>{i()}),e.onMounted(()=>{i()});const c=e.computed(()=>{const m={large:{paddingLeft:"8px",paddingRight:"8px"},medium:{paddingLeft:"4px",paddingRight:"4px"},small:{}},p={left:{large:{paddingRight:"12px"},medium:{paddingRight:"8px"},small:{paddingRight:"4px"}},right:{large:{paddingLeft:"12px"},medium:{paddingLeft:"8px"},small:{paddingLeft:"4px"}}};let h=m[r.size]||{};if(r.icon&&p[r.iconPosition]){const M=p[r.iconPosition][r.size];h={...h,...M}}return(r.type==="empty"||r.icon&&!s.value)&&(h.padding="0"),h}),d=n,f=()=>!r.disabled&&d("click");return(m,p)=>{const h=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(o.value),disabled:r.disabled,type:r.nativeType},[e.createElementVNode("div",{class:"pl-button-content-container",style:e.normalizeStyle(c.value)},[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createBlock(ut,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor})},null,8,["name","style"])):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default"),r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createBlock(ut,{key:1,name:r.icon,style:e.normalizeStyle({color:r.iconColor})},null,8,["name","style"])):e.createCommentVNode("",!0)],4)],10,Q8)),[[h,f]])}}});const Gn=e.defineComponent({__name:"pl-cap",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-caption-caption-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Ta=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,r=e.ref(!1),o=e.ref(!1),l=e.ref(),s=e.ref(),i=e.ref(0),c=e.ref(0),d=e.computed(()=>n.trigger==="hover"&&v.value>=768),f=e.computed(()=>n.trigger==="click"||v.value<768),{isOutside:m}=I6(l),p=()=>{const k=l.value.getBoundingClientRect(),T=k.left+k.width/2,b=k.top+k.height/2,z=document.elementsFromPoint(T,b)[0];return!l.value.contains(z)};e.watch(()=>m.value,k=>{d.value&&(k?D():p()||N())});const h=e.ref(!1),M=async()=>{await e.nextTick();const k=l.value;if(!k)return;const T=k.cloneNode(!0);T.style.visibility="hidden",T.style.position="absolute",T.style.whiteSpace="nowrap",T.classList.remove("text-truncate"),l.value.appendChild(T);const b=T.offsetWidth>k.offsetWidth;h.value=b,l.value.removeChild(T)},{width:v}=un(),y=e.ref(0);e.onMounted(()=>{const k=new ResizeObserver(T=>{T.forEach(b=>{y.value=b.contentRect.width})});k.observe(l.value),e.onUnmounted(()=>{k.disconnect()})}),e.watch([v,y],()=>{n.truncated&&M()},{immediate:!0});const N=()=>{!r.value&&(!n.truncated||h.value)&&((n.delay===void 0&&n.truncated||n.delay)&&d.value?setTimeout(()=>{m.value||(r.value=!0)},900):r.value=!0)},D=()=>{o.value=!0,setTimeout(()=>{(m.value||f.value)&&(r.value=!1),o.value=!1},200)},_=k=>!!k&&k().length>0&&!!k()[0].children||!!k()[0].props,I=()=>{if(!s.value)return{top:0,left:0};const k=l.value.parentElement.getBoundingClientRect(),T=i.value,b=c.value,x=l.value.parentElement.offsetWidth,z=l.value.parentElement.offsetHeight;let E="",j="",V="";T>40&&(V="12px");const $=k.left,W=window.innerWidth-(k.left+b),Z=document.documentElement.clientWidth,U=$-b/2+x/2<=10,A=W<=10,Q=k.left-b-4;switch(n.placement){case"top-right":j=A?`${Z-b-10}px`:$<b-x?"10px":j=`${k.left+x-b+16}px`,E=`${k.top-T-4}px`;break;case"top":j=A?`${Z-b-10}px`:U?"10px":`${k.left+x/2-b/2}px`,E=`${k.top-T-4}px`;break;case"top-left":j=A?`${Z-b-10}px`:U?"10px":`${k.right-x-16}px`,E=`${k.top-T-4}px`;break;case"bottom-right":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.left+x-b+16}px`,E=`${k.top+z+4}px`;break;case"bottom":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.left+x/2-b/2}px`,E=`${k.top+z+4}px`;break;case"bottom-left":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.right-x-16}px`,E=`${k.top+z+4}px`;break;case"right-top":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top}px`;break;case"right":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top+z/2-T/2}px`;break;case"right-bottom":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top+z-T}px`;break;case"left-top":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top}px`;break;case"left":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top+z/2-T/2}px`;break;case"left-bottom":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top+z-T}px`;break}return{top:E,left:j,borderRadius:V,width:n.width}},w=e.computed(()=>I());return e.onUpdated(()=>{s.value&&(i.value=s.value.parentElement.offsetHeight,c.value=s.value.parentElement.offsetWidth)}),e.watch(r,k=>{k&&Pt("scroll",D)}),$r(l,()=>{D()},{ignore:[s]}),(k,T)=>{const b=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[d.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(k.$slots,"default")],512)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(k.$slots,"default")])),[[b,N]]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[r.value&&!k.disabled&&_(k.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:0,"data-testid":"tooltipPlus",style:e.normalizeStyle(w.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":o.value}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre typography-caption-caption-medium"},[e.renderSlot(k.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)]))])}}});const kn=e.defineComponent({__name:"pl-body2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Vs=e.defineComponent({__name:"pl-sub2",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Y8={key:0,class:"pl-input__prefix"},R8=["id","name","disabled","placeholder","prop"],F8={class:"pl-input__suffix"},q8=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","change","blur"],setup(t,{emit:n}){const r=t,o=e.reactive({currency:"RUB",currencyDisplay:xo.hidden,precision:r.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:r.valueRange,...r.currencyInputOptions}),{inputRef:l,formattedValue:s,setValue:i}=zm(o),c=n,d=e.computed({get:()=>r.modelValue,set:f=>{c("update:modelValue",f)}});return e.watch(d,f=>{(typeof f=="number"||f===null)&&i(f)}),(f,m)=>{const p=Vs;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",Y8,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{ref_key:"inputRef",ref:l,"onUpdate:modelValue":m[0]||(m[0]=h=>e.isRef(s)?s.value=h:null),class:["pl-input__inner",r.inputClass],name:f.id,disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,onBlur:m[1]||(m[1]=()=>{c("blur")})}),null,16,R8),[[e.vModelDynamic,e.unref(s)]]),e.createElementVNode("div",F8,[e.createVNode(p,{class:"pl-input__currency"},{default:e.withCtx(()=>[e.createTextVNode(" ₽ ")]),_:1})])],6)}}}),H8={key:0,class:"pl-input__prefix"},W8=["id","value","name","type","disabled","placeholder","prop","autocomplete"],Z8={class:"pl-input__suffix"},G8=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","blur"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.modelValue,set:f=>{o("update:modelValue",f)}}),s=e.ref(!1),i=()=>{var f;r.disabled||(s.value=!s.value,(f=document.getElementById(r.id))==null||f.blur())},c=f=>{l.value=f.target.value.trim()},d=e.computed(()=>r.currentPassword?"current-password":r.newPassword?"new-password":"off");return(f,m)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",H8,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{value:l.value,class:["pl-input__inner",r.inputClass],name:f.id,type:s.value?"text":"password",disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,autocomplete:d.value,onInput:c,onBlur:m[0]||(m[0]=()=>{o("blur")})}),null,16,W8),e.createElementVNode("div",Z8,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:i},[e.createVNode(ut,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),K8=["id","name","disabled","maxlength","placeholder","prop"],J8={key:0,class:"pl-textarea__count"},X8={key:0,class:"pl-textarea__count-inner"},eR={key:1,class:"pl-textarea__count-inner"},tR=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue"],setup(t,{emit:n}){const r=navigator.userAgent.indexOf("Firefox")>-1,o=t,l=n,s=e.computed({get:()=>o.modelValue,set:i=>{l("update:modelValue",i)}});return(i,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",i.$attrs.class]),style:e.normalizeStyle(i.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:i.id},i.$attrs,{"onUpdate:modelValue":c[0]||(c[0]=d=>s.value=d),class:["pl-textarea__inner",o.inputClass,{"pl-textarea__text":i.maxlength},{"firefox-scrollbar":r}],name:i.id,disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop}),null,16,K8),[[e.vModelText,s.value]]),o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",J8,[s.value&&typeof s.value!="number"?(e.openBlock(),e.createElementBlock("span",X8,e.toDisplayString(s.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",eR," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),nR={key:0,class:"pl-input__prefix"},rR=["id","name","disabled","maxlength","placeholder","prop"],oR={key:1,class:"pl-input__suffix"},aR={key:2,class:"pl-input__suffix"},lR={key:3,class:"pl-input__count"},sR={key:0,class:"pl-input__count-inner"},iR={key:1,class:"pl-input__count-inner"},uR=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","resetValue","tabHandler","touchstart","blur","mousedown","custom-blur"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.modelValue,set:d=>{o("update:modelValue",d)}}),s=d=>{r.customBlur&&d.composed?(o("custom-blur"),d.stopImmediatePropagation()):o("blur")};r.formatter&&e.watch(l,d=>{d&&(l.value=r.formatter(d))});const i=()=>{l.value="",o("resetValue")},c=()=>{o("tabHandler")};return(d,f)=>{const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",d.$attrs.class]),style:e.normalizeStyle(d.$attrs.style),onMousedown:f[3]||(f[3]=p=>o("mousedown"))},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",nR,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:d.id,"onUpdate:modelValue":f[0]||(f[0]=p=>l.value=p),class:["pl-input__inner",r.inputClass],name:d.id},d.$attrs,{disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop,onBlur:s,onKeydown:e.withKeys(c,["tab"]),onTouchstart:f[1]||(f[1]=()=>{o("touchstart")})}),null,16,rR),[[e.vModelDynamic,l.value]]),!r.disabled&&r.clearable&&l.value?(e.openBlock(),e.createElementBlock("div",oR,[!r.disabled&&r.clearable&&l.value?e.withDirectives((e.openBlock(),e.createBlock(ut,{key:0,name:"Close16",class:"cursor-pointer"},null,512)),[[m,i,void 0,{stop:!0}]]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.rightIcon?(e.openBlock(),e.createElementBlock("div",aR,[r.rightIcon?(e.openBlock(),e.createBlock(ut,{key:0,name:r.rightIcon,class:e.normalizeClass([{"cursor-pointer":r.iconPointer}]),onTouchstart:f[2]||(f[2]=()=>{o("touchstart")})},null,8,["name","class"])):e.createCommentVNode("",!0)])):r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",lR,[l.value&&typeof l.value!="number"?(e.openBlock(),e.createElementBlock("span",sR,e.toDisplayString(l.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",iR," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),cc=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},inputClass:{default:""},containerClass:{default:""}},emits:["update:modelValue","resetValue","touchstart","blur","custom-blur","tooltip-mouseenter","tooltip-mouseleave"],setup(t,{expose:n,emit:r}){e.useCssVars(M=>({"590fec4f":o.width}));const o=t,l=`id-${dr()}`,s=e.ref([]);if(o.prop){const M=e.inject("errorsState",[]);e.watch(M,()=>{s.value=M.value.filter(y=>y.field===o.prop);const v=document.getElementById(l).parentElement;s.value.length?v.classList.add("is-error"):v.classList.remove("is-error")},{deep:!0})}const i=r,c=e.computed({get:()=>o.modelValue,set:M=>{i("update:modelValue",M)}});e.watch(c,()=>{document.getElementById(l).dispatchEvent(new Event("change"))});const d=()=>{o.disableTrim||e.nextTick(()=>{const v=document.getElementById(l).value.replace(/\s+/g," ").trim();c.value=v,i("blur")})},f=(M=!1)=>{const v=document.getElementById(l);v&&(o.customBlur&&typeof M=="boolean"&&M?v.dispatchEvent(new Event("blur")):v.blur())},m=()=>{var M;i("resetValue"),o.focusOnReset||(M=document.getElementById(l))==null||M.blur()},p=()=>{var M;(M=document.getElementById(l))==null||M.focus()};return n({blurInput:f,focusInput:p,getId:()=>l}),(M,v)=>{const y=kn,N=Ta,D=Gn,_=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",[M.$attrs.class,o.containerClass]]),style:e.normalizeStyle(M.$attrs.style),onMouseup:p},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",for:l},[e.createElementVNode("div",null,[o.label?(e.openBlock(),e.createBlock(y,{key:0,class:"pl-input__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:1})):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createBlock(y,{key:1,class:"pl-input__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.optional),1)]),_:1})):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(N,{key:0,onMouseenter:v[0]||(v[0]=I=>i("tooltip-mouseenter")),onMouseleave:v[1]||(v[1]=I=>i("tooltip-mouseleave"))},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input",{"is-disabled":o.disabled}])},[o.currency?(e.openBlock(),e.createBlock(q8,e.mergeProps({key:0,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[2]||(v[2]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,round:o.round,"value-range":o.valueRange,"currency-input-options":o.currencyInputOptions,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"input-class":o.inputClass,onBlur:v[3]||(v[3]=I=>i("blur"))}),null,16,["modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop","input-class"])):o.password?(e.openBlock(),e.createBlock(G8,e.mergeProps({key:1,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[4]||(v[4]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"current-password":o.currentPassword,"new-password":o.newPassword,"input-class":o.inputClass,onBlur:d}),null,16,["modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password","input-class"])):o.textarea?(e.openBlock(),e.createBlock(tR,e.mergeProps({key:2,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[5]||(v[5]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,prop:o.prop,"show-word-limit":o.showWordLimit,maxlength:o.maxlength,"input-class":o.inputClass,onBlur:d}),null,16,["modelValue","placeholder","disabled","prop","show-word-limit","maxlength","input-class"])):(e.openBlock(),e.createBlock(uR,e.mergeProps({key:3,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[6]||(v[6]=I=>c.value=I),placeholder:o.placeholder,maxlength:o.maxlength,disabled:o.disabled,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"show-word-limit":o.showWordLimit,formatter:o.formatter,"icon-pointer":o.iconPointer,"custom-blur":o.customBlur,clearable:o.clearable,"input-class":o.inputClass,onBlur:d,onCustomBlur:v[7]||(v[7]=I=>i("custom-blur")),onResetValue:m,onTouchstart:v[8]||(v[8]=()=>i("touchstart"))}),null,16,["modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable","input-class"]))],2)),[[_,f]]),o.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:1,class:"pl-input__helpertext"},{default:e.withCtx(()=>[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:0,class:"pl-form-item__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):o.helpertext?(e.openBlock(),e.createBlock(D,{key:1},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.helpertext),1)]),_:1})):e.createCommentVNode("",!0)]),_:1})):e.createCommentVNode("",!0)],38)}}});var mD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){return function(r,o,l){o.prototype.isBetween=function(s,i,c,d){var f=l(s),m=l(i),p=(d=d||"()")[0]==="(",h=d[1]===")";return(p?this.isAfter(f,c):!this.isBefore(f,c))&&(h?this.isBefore(m,c):!this.isAfter(m,c))||(p?this.isBefore(f,c):!this.isAfter(f,c))&&(h?this.isAfter(m,c):!this.isBefore(m,c))}}})})(mD);var cR=mD.exports;const Am=sn(cR);var gD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){return function(r,o,l){var s=o.prototype,i=function(h){var M,v=h.date,y=h.utc,N={};if(!((M=v)===null||M instanceof Date||M instanceof Array||s.$utils().u(M)||M.constructor.name!=="Object")){if(!Object.keys(v).length)return new Date;var D=y?l.utc():l();Object.keys(v).forEach(function(z){var E,j;N[E=z,j=s.$utils().p(E),j==="date"?"day":j]=v[z]});var _=N.day||(N.year||N.month>=0?1:D.date()),I=N.year||D.year(),w=N.month>=0?N.month:N.year||N.day?0:D.month(),k=N.hour||0,T=N.minute||0,b=N.second||0,x=N.millisecond||0;return y?new Date(Date.UTC(I,w,_,k,T,b,x)):new Date(I,w,_,k,T,b,x)}return v},c=s.parse;s.parse=function(h){h.date=i.bind(this)(h),c.bind(this)(h)};var d=s.set,f=s.add,m=s.subtract,p=function(h,M,v,y){y===void 0&&(y=1);var N=Object.keys(M),D=this;return N.forEach(function(_){D=h.bind(D)(M[_]*y,_)}),D};s.set=function(h,M){return M=M===void 0?h:M,h.constructor.name==="Object"?p.bind(this)(function(v,y){return d.bind(this)(y,v)},M,h):d.bind(this)(h,M)},s.add=function(h,M){return h.constructor.name==="Object"?p.bind(this)(f,h,M):f.bind(this)(h,M)},s.subtract=function(h,M){return h.constructor.name==="Object"?p.bind(this)(f,h,M,-1):m.bind(this)(h,M)}}})})(gD);var dR=gD.exports;const Om=sn(dR),vD=t=>(e.pushScopeId("data-v-84babf5e"),t=t(),e.popScopeId(),t),fR=["id"],pR=["src"],mR={class:"date-switcher__container flex-column"},gR={class:"d-flex pb-6 justify-content-between"},vR={class:"date-switcher justify-content-center flex-column"},hR=vD(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),yR={class:"date-switcher justify-content-center flex-column"},MR=vD(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),NR={class:"d-flex pt-2 justify-content-between"},DR={class:"date-switcher date-switcher__month"},bR={class:"date-switcher__month-name"},wR={class:"date-switcher date-switcher__year"},kR={class:"date-switcher__year-name"},CR={class:"pl-date-picker__days"},TR=["onClick","onMousemove"],_R={class:"field"},IR={class:"pl-date-picker__buttons"},tl="pl-date-picker__day-item_active-item-range-left",Jl="pl-date-picker__day-item_active-item-range-right",_M="pl-date-picker__day-item_svg-circle-background",xR=e.defineComponent({__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:r}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDkwMiAyQzguNzQ5MDIgMS41ODU3OSA4LjQxMzI0IDEuMjUgNy45OTkwMiAxLjI1QzcuNTg0ODEgMS4yNSA3LjI0OTAyIDEuNTg1NzkgNy4yNDkwMiAyVjMuMjVINC45OTkwMkMzLjQ3OTgxIDMuMjUgMi4yNDkwMiA0LjQ4MDc5IDIuMjQ5MDIgNlY5VjE5QzIuMjQ5MDIgMjAuNTE5MiAzLjQ3OTgxIDIxLjc1IDQuOTk5MDIgMjEuNzVIMTguOTk5QzIwLjUxODIgMjEuNzUgMjEuNzQ5IDIwLjUxOTIgMjEuNzQ5IDE5VjlWNkMyMS43NDkgNC40ODA3OSAyMC41MTgyIDMuMjUgMTguOTk5IDMuMjVIMTYuNzQ5VjJDMTYuNzQ5IDEuNTg1NzkgMTYuNDEzMiAxLjI1IDE1Ljk5OSAxLjI1QzE1LjU4NDggMS4yNSAxNS4yNDkgMS41ODU3OSAxNS4yNDkgMlYzLjI1SDguNzQ5MDJWMlpNNC45OTkwMiA0Ljc1SDcuMjQ5MDJWNkM3LjI0OTAyIDYuNDE0MjEgNy41ODQ4MSA2Ljc1IDcuOTk5MDIgNi43NUM4LjQxMzI0IDYuNzUgOC43NDkwMiA2LjQxNDIxIDguNzQ5MDIgNlY0Ljc1SDE1LjI0OVY2QzE1LjI0OSA2LjQxNDIxIDE1LjU4NDggNi43NSAxNS45OTkgNi43NUMxNi40MTMyIDYuNzUgMTYuNzQ5IDYuNDE0MjEgMTYuNzQ5IDZWNC43NUgxOC45OTlDMTkuNjg5OCA0Ljc1IDIwLjI0OSA1LjMwOTIxIDIwLjI0OSA2VjguMjVIMy43NDkwMlY2QzMuNzQ5MDIgNS4zMDkyMSA0LjMwODI0IDQuNzUgNC45OTkwMiA0Ljc1Wk0zLjc0OTAyIDkuNzVIMjAuMjQ5VjE5QzIwLjI0OSAxOS42OTA4IDE5LjY4OTggMjAuMjUgMTguOTk5IDIwLjI1SDQuOTk5MDJDNC4zMDgyNCAyMC4yNSAzLjc0OTAyIDE5LjY5MDggMy43NDkwMiAxOVY5Ljc1Wk04LjAwNjg0IDEyLjk3NjZDOC4wMDY4NCAxMy41Mjg4IDcuNTU5MTIgMTMuOTc2NiA3LjAwNjg0IDEzLjk3NjZDNi40NTQ1NSAxMy45NzY2IDYuMDA2ODQgMTMuNTI4OCA2LjAwNjg0IDEyLjk3NjZDNi4wMDY4NCAxMi40MjQzIDYuNDU0NTUgMTEuOTc2NiA3LjAwNjg0IDExLjk3NjZDNy41NTkxMiAxMS45NzY2IDguMDA2ODQgMTIuNDI0MyA4LjAwNjg0IDEyLjk3NjZaTTguMDA2ODQgMTYuOTgwNUM4LjAwNjg0IDE3LjUzMjggNy41NTkxMiAxNy45ODA1IDcuMDA2ODQgMTcuOTgwNUM2LjQ1NDU1IDE3Ljk4MDUgNi4wMDY4NCAxNy41MzI4IDYuMDA2ODQgMTYuOTgwNUM2LjAwNjg0IDE2LjQyODIgNi40NTQ1NSAxNS45ODA1IDcuMDA2ODQgMTUuOTgwNUM3LjU1OTEyIDE1Ljk4MDUgOC4wMDY4NCAxNi40MjgyIDguMDA2ODQgMTYuOTgwNVpNMTEuOTk5IDEzLjk3NjZDMTIuNTUxMyAxMy45NzY2IDEyLjk5OSAxMy41Mjg4IDEyLjk5OSAxMi45NzY2QzEyLjk5OSAxMi40MjQzIDEyLjU1MTMgMTEuOTc2NiAxMS45OTkgMTEuOTc2NkMxMS40NDY3IDExLjk3NjYgMTAuOTk5IDEyLjQyNDMgMTAuOTk5IDEyLjk3NjZDMTAuOTk5IDEzLjUyODggMTEuNDQ2NyAxMy45NzY2IDExLjk5OSAxMy45NzY2Wk0xMi45OTkgMTYuOTgwNUMxMi45OTkgMTcuNTMyOCAxMi41NTEzIDE3Ljk4MDUgMTEuOTk5IDE3Ljk4MDVDMTEuNDQ2NyAxNy45ODA1IDEwLjk5OSAxNy41MzI4IDEwLjk5OSAxNi45ODA1QzEwLjk5OSAxNi40MjgyIDExLjQ0NjcgMTUuOTgwNSAxMS45OTkgMTUuOTgwNUMxMi41NTEzIDE1Ljk4MDUgMTIuOTk5IDE2LjQyODIgMTIuOTk5IDE2Ljk4MDVaTTE2Ljk5MTIgMTMuOTc2NkMxNy41NDM1IDEzLjk3NjYgMTcuOTkxMiAxMy41Mjg4IDE3Ljk5MTIgMTIuOTc2NkMxNy45OTEyIDEyLjQyNDMgMTcuNTQzNSAxMS45NzY2IDE2Ljk5MTIgMTEuOTc2NkMxNi40Mzg5IDExLjk3NjYgMTUuOTkxMiAxMi40MjQzIDE1Ljk5MTIgMTIuOTc2NkMxNS45OTEyIDEzLjUyODggMTYuNDM4OSAxMy45NzY2IDE2Ljk5MTIgMTMuOTc2NloiIGZpbGw9IiM2NTY1NjciLz4NCjwvc3ZnPg0K",self.location).href;le.locale("ru"),le.extend(Am),le.extend(Om);const l=t,{isClose:s}=e.toRefs(l),i=r,c=(1e7+-1e3+-4e3+-8e3+-1e11).toString().replace(/[018]/g,we=>(Number(we)^crypto.getRandomValues(new Uint8Array(1))[0]&15>>Number(we)/4).toString(16)),d=e.ref(0),f=e.ref(0),m=()=>{const ue=document.getElementById(`date-picker-range-${c}`).getBoundingClientRect();f.value=ue.x,d.value=ue.y+ue.height+window.scrollY},p=()=>{m(),i("changeOpen",!s.value)},h=we=>we.includes("-")?le(we.split("-")[0],"DD.MM.YYYY",!0).isValid()&&le(we.split("-")[1],"DD.MM.YYYY",!0).isValid():le(we,"DD.MM.YYYY",!0).isValid(),M=e.ref(le()),v=e.ref(le()),y=e.ref(le()),N=e.ref(le()),D=e.ref(le().format("DD.MM.YYYY")),_=e.ref(le().format("DD.MM.YYYY")),I=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let w=[];const k=e.ref("");e.onMounted(()=>{T(l.modelValue)}),e.watch(()=>l.modelValue,we=>{we.length===2&&T(we)}),e.watch(k,we=>{h(we)?(we.split("-").length===2&&(v.value=le(we.split("-")[0].split(".").reverse().join("-")),y.value=le(we.split("-")[1].split(".").reverse().join("-")),w=[v.value,y.value],D.value=$(v.value),_.value=$(y.value),b(w)),v.value.isAfter(y.value)&&(y.value=w[0],v.value=w[1],w=[v.value,y.value],D.value=$(v.value),_.value=$(y.value),b(w))):b(),j()});const T=we=>{if(we&&we.length===2){const ue=le(we[0]).format("YYYY-MM-DD").split("-").reverse().join("."),Ie=le(we[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Qe=ue+"-"+Ie;h(Qe)&&(k.value=`${ue}-${Ie}`)}},b=(we=[])=>{let ue=we;ue.length===2&&(ue=[ue[0].format("YYYY-MM-DD"),ue[1].format("YYYY-MM-DD")]),i("update:modelValue",ue)},x=(we,ue)=>{h(we.target.value)&&(ue?le(we.target.value.split(".").reverse().join("-")).isAfter(v.value)&&(y.value=le(we.target.value.split(".").reverse().join("-"))):le(we.target.value.split(".").reverse().join("-")).isBefore(y.value)&&(v.value=le(we.target.value.split(".").reverse().join("-"))),w=[v.value,y.value],j())},z=we=>{let ue;we?h(D.value)||(D.value=$(v.value)):h(_.value)||(_.value=$(y.value)),le(D.value.split(".").reverse().join("-")).isAfter(le(_.value.split(".").reverse().join("-")))&&(ue=D.value,D.value=_.value,_.value=ue),v.value=le(D.value.split(".").reverse().join("-")),y.value=le(_.value.split(".").reverse().join("-")),w=[v.value,y.value],j()},E=()=>{h(k.value)||(k.value="")},j=()=>{X={day:v.value.date(),month:v.value.month(),year:v.value.year()},ve={day:y.value.date(),month:y.value.month(),year:y.value.year()},Je(ve),ce=!1},V=we=>we.charAt(0).toUpperCase()+we.slice(1),$=we=>we.format("DD.MM.YYYY"),W=()=>{M.value=M.value.set("date",1).subtract(1,"month")},Z=()=>{M.value=M.value.set("date",1).add(1,"month")},U=()=>{M.value=M.value.set("date",1).subtract(1,"year")},A=()=>{M.value=M.value.set("date",1).add(1,"year")},Q=(we,ue)=>ue.date()===we.day&&ue.month()===we.month&&ue.year()===we.year,B=we=>w.length===2?Q(we,v.value)||Q(we,y.value):Q(we,v.value),F=we=>{const ue=y.value.isAfter(v.value),Ie=y.value.isSame(v.value,"day");if(w.length===2){if(!Ie){if(Q(we,v.value))return ue?tl:Jl;if(Q(we,y.value))return ue?Jl:tl}}else return},ee=()=>{je({day:le().date(),month:le().month(),year:le().year(),type:"current"}),ce=!1,y.value=le(),v.value=le(),D.value=v.value.format("DD.MM.YYYY"),_.value=y.value.format("DD.MM.YYYY"),M.value=v.value,w=[],k.value="",i("changeOpen",!0)},L=()=>{h(k.value)||(y.value=le(),v.value=le(),D.value=v.value.format("DD.MM.YYYY"),_.value=y.value.format("DD.MM.YYYY")),j(),i("changeOpen",!0)};e.watch(s,()=>{h(k.value)?(D.value=le(k.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),_.value=le(k.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),y.value=le(k.value.split("-")[1].split(".").reverse().join("-")),v.value=le(k.value.split("-")[0].split(".").reverse().join("-")),w=[v.value,y.value],j()):(D.value=le().format("DD.MM.YYYY"),_.value=le().format("DD.MM.YYYY"),y.value=le(),v.value=le(),w=[],j()),M.value=v.value});const Y=e.ref(null);$r(Y,()=>{setTimeout(()=>{L()})});const K=()=>{j()},se=()=>{M.value=v.value,w.length===0||w.length===1?(N.value=v.value,D.value=$(v.value)):(N.value=y.value,_.value=$(y.value)),v.value.isAfter(y.value)?k.value=y.value.format("DD.MM.YYYY")+"-"+v.value.format("DD.MM.YYYY"):k.value=v.value.format("DD.MM.YYYY")+"-"+y.value.format("DD.MM.YYYY"),i("changeOpen",!0)},he=()=>{const we=[],ue=[],Ie=[],Qe=M.value.date(1).day()===0;if(M.value.date(1).day()>1||Qe){const Ne=M.value.subtract(1,"month").endOf("month").date(),ie=Qe?6:M.value.date(1).day()-1,te=Ne-ie+1,pe=M.value.month()===0?M.value.year()-1:M.value.year(),Ee=M.value.month()===0?11:M.value.month()-1;for(let re=te;re<=Ne;re++)we.push({day:re,month:Ee,year:pe,type:"previous"})}const ge=M.value.endOf("month").date();for(let Ne=1;Ne<=ge;Ne++)ue.push({day:Ne,month:M.value.month(),year:M.value.year(),type:"current"});if(M.value.date(M.value.daysInMonth()).day()){const Ne=7-M.value.date(M.value.daysInMonth()).day(),ie=M.value.month()===11?M.value.year()+1:M.value.year(),te=M.value.month()===11?0:M.value.month()+1;for(let pe=1;pe<=Ne;pe++)Ie.push({day:pe,month:te,year:ie,type:"next"})}return[...we,...ue,...Ie]};let ce,X,ve;const de=e.ref(he()),je=we=>{we.type!=="previous"&&we.type!=="next"&&(ce?Se(we,y,1):Se(we,v,0))},Se=(we,ue,Ie)=>{ue.value=Te(we),ce=!Ie,Ie?(_.value=$(y.value),y.value.isBefore(v.value)&&(D.value=$(y.value),_.value=$(v.value))):(w=[],X=we,ve=we,D.value=$(v.value)),we.type!=="previous"&&we.type!=="next"&&(Je(we),w[Ie]=we)},Te=we=>le(`${we.year}-${(we.month+1).toString().padStart(2,"0")}-${we.day.toString().padStart(2,"0")}`),Ae=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let Ve=!1,Ye=!1,He=!1,lt=!1,st=[],Oe=0;const Je=(we,ue=!1)=>{if(ce){Oe=0,st.push(we);for(let Ie=0;Ie<de.value.length;Ie++)de.value[Ie].type==="current"&&(Oe+=1);st.length-1===Oe?ve=st[0]:ve=we}else st=[];if(X&&ve&&!ue&&ce&&Array.from(Ae.value).forEach((Ie,Qe)=>{Ve=Te(de.value[Qe]).isSame(Te(ve)),Ye=Te(ve).isAfter(Te(X)),He=Te(ve).isBefore(Te(X)),lt=Te(de.value[Qe]).isBetween(Te(X),Te(ve)),Te(de.value[Qe]).isSame(Te(X))?(Ie.classList.toggle(Jl,He),Ie.classList.toggle(tl,Ye)):w.length===1&&(Ve?(Ie.classList.toggle(_M,Ve),Ie.classList.toggle(Jl,Ye),Ie.classList.toggle(tl,He)):(Ie.classList.contains(tl)?Ie.classList.remove(tl):Ie.classList.remove(Jl),Ie.classList.toggle("pl-date-picker__background-range",lt&&de.value[Qe].type!=="next"&&de.value[Qe].type!=="previous"),Ie.classList.toggle(_M,Ve)))}),X&&ve&&ue)return Te(we).isBetween(Te(X),Te(ve))};return n({clearDate:()=>{k.value=""}}),e.watch(M,()=>{de.value=he()}),(we,ue)=>{const Ie=cc,Qe=ya,ge=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`date-picker-range-${e.unref(c)}`,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(jm,{modelValue:k.value,"onUpdate:modelValue":ue[0]||(ue[0]=Ne=>k.value=Ne),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:x,onBlur:E},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(o),alt:"date-picker icon"},null,8,pR)],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:Y,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${d.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",mR,[e.createElementVNode("div",gR,[e.createElementVNode("div",vR,[hR,e.withDirectives(e.createVNode(Ie,{id:"date-mask",modelValue:D.value,"onUpdate:modelValue":ue[1]||(ue[1]=Ne=>D.value=Ne),placeholder:"ДД.ММ.ГГГГ",onInput:x,onBlur:ue[2]||(ue[2]=Ne=>z(!0)),onClick:K},null,8,["modelValue"]),[[ge,"##.##.####"]])]),e.createElementVNode("div",yR,[MR,e.withDirectives(e.createVNode(Ie,{id:"date-mask",modelValue:_.value,"onUpdate:modelValue":ue[3]||(ue[3]=Ne=>_.value=Ne),placeholder:"ДД.ММ.ГГГГ",onInput:ue[4]||(ue[4]=Ne=>x(Ne,!0)),onBlur:ue[5]||(ue[5]=Ne=>z(!1)),onClick:K},null,8,["modelValue"]),[[ge,"##.##.####"]])])]),e.createElementVNode("div",NR,[e.createElementVNode("div",DR,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",bR,e.toDisplayString(V(M.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:Z})]),e.createElementVNode("div",wR,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:U}),e.createElementVNode("span",kR,e.toDisplayString(V(M.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:A})])])]),e.createElementVNode("div",CR,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(I,(Ne,ie)=>e.createElementVNode("div",{key:ie,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(Ne),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.value,(Ne,ie)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ie}`,class:e.normalizeClass(["pl-date-picker__day-item",Ne.type!=="previous"&&Ne.type!=="next"?F(Ne):"",{"pl-date-picker__day-item_disabled":Ne.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":B(Ne)&&Ne.type==="current"},{"pl-date-picker__background-range":Ne.type!=="previous"&&Ne.type!=="next"?Je(Ne,!0):""}]),onClick:te=>Ne.type!=="previous"&&Ne.type!=="next"?je(Ne):"",onMousemove:te=>Ne.type!=="previous"&&Ne.type!=="next"?Je(Ne,!1):""},[e.createElementVNode("div",_R,e.toDisplayString(Ne.type!=="previous"&&Ne.type!=="next"?Ne.day:""),1)],42,TR))),128))]),e.createElementVNode("div",IR,[e.createVNode(Qe,{size:"medium",type:"secondary",onClick:ee},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(Qe,{size:"medium",onClick:se},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,fR)}}});const ER=Zn(xR,[["__scopeId","data-v-84babf5e"]]),hD={install(t){t.component("PlDatePicker",U8),t.component("PlDatePickerRange",ER)}};var Lm={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 SR=["id"],zR={name:"PlDatePicker"},jR=Object.assign(zR,{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}){le.locale("ru");const r=t,o=n,{modelValue:l}=e.toRefs(r),s=e.ref(null),i=e.ref(null),c=e.computed(()=>r.leftIcon?"left-icon":"right-icon");return e.watch(s,d=>{o("update:modelValue",d)}),e.watch(l,()=>{s.value=l.value}),s.value=l.value,(d,f)=>{const m=I1;return e.openBlock(),e.createElementBlock("div",{id:c.value,style:{width:"100%"}},[e.createVNode(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(m,e.mergeProps({ref_key:"innerDatePicker",ref:i},d.$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,SR)}}});const AR={name:"PlDatePickerRange"},OR=Object.assign(AR,{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}){le.locale("ru");const r=t,o=n,{modelValue:l}=e.toRefs(r),s=e.ref([]),i=e.ref(null);return e.watch(s,c=>{o("update:modelValue",c)}),e.watch(l,()=>{s.value=l.value}),s.value=l.value,(c,d)=>{const f=I1;return e.openBlock(),e.createBlock(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(f,e.mergeProps({ref_key:"innerDatePicker",ref:i},c.$attrs,{modelValue:s.value,"onUpdate:modelValue":d[0]||(d[0]=m=>s.value=m),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"])}}}),yD={install(t){t.component("PlDatePickerLegacy",jR),t.component("PlDatePickerRangeLegacy",OR)}},MD={install(t){t.component("PlInput",jm)}};const ND=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,r)=>{const o=rc;return e.openBlock(),e.createBlock(o,{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"])}}});const LR={id:"form-select"},BR={class:"pl-tooltip-svg"},PR=["src"],VR={class:"flex item-select"},$R=["src"],UR=e.defineComponent({__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDY4NyA5LjQ2OTY3QzExLjc2MTYgOS4xNzY3OCAxMi4yMzY0IDkuMTc2NzggMTIuNTI5MyA5LjQ2OTY3TDE2LjUyOTMgMTMuNDY5N0MxNi44MjIyIDEzLjc2MjYgMTYuODIyMiAxNC4yMzc0IDE2LjUyOTMgMTQuNTMwM0MxNi4yMzY0IDE0LjgyMzIgMTUuNzYxNiAxNC44MjMyIDE1LjQ2ODcgMTQuNTMwM0wxMS45OTkgMTEuMDYwN0w4LjUyOTMyIDE0LjUzMDNDOC4yMzY0MyAxNC44MjMyIDcuNzYxNTYgMTQuODIzMiA3LjQ2ODY2IDE0LjUzMDNDNy4xNzU3NyAxNC4yMzc0IDcuMTc1NzcgMTMuNzYyNiA3LjQ2ODY2IDEzLjQ2OTdMMTEuNDY4NyA5LjQ2OTY3WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,l=e.ref(!1),s=t,i=e.ref(),c=n,{modelValue:d,getValid:f,disabled:m}=e.toRefs(s),p=e.computed({get:()=>s.modelValue,set:y=>{l.value=!1,c("update:modelValue",y)}}),h=e.ref({[s.prop]:d}),M=(y,N,D)=>{c("validate",y,N,D)},v=async()=>{l.value=!1,setTimeout(()=>{i.value.validate()},200)};return e.watch(f,()=>{v()}),(y,N)=>{const D=km,_=wm,I=gm,w=mm;return e.openBlock(),e.createElementBlock("div",LR,[e.createVNode(w,{ref_key:"formSelect",ref:i,"label-position":"top",model:h.value,rules:t.rules,onValidate:M},{default:e.withCtx(()=>[e.createVNode(I,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",BR,[e.createVNode(ND,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(y.$slots,"icon")]),_:3},8,["model-value"])]),e.createElementVNode("img",{class:e.normalizeClass(["form-select__arrow",{rotate:l.value}]),src:e.unref(r),alt:"arrow"},null,10,PR),e.createVNode(_,{modelValue:p.value,"onUpdate:modelValue":N[0]||(N[0]=k=>p.value=k),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(m),onFocus:N[1]||(N[1]=k=>l.value=!0),onBlur:v,onVisibleChange:N[2]||(N[2]=k=>c("visible-change",k))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,k=>(e.openBlock(),e.createBlock(D,{key:k.value,class:"pl-form-option",label:k.label,value:k.value},{default:e.withCtx(()=>[e.renderSlot(y.$slots,"options-slot",{option:k},()=>[e.createElementVNode("div",VR,[e.createElementVNode("span",null,e.toDisplayString(k.label),1),k.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(o)},null,8,$R)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}});const DD={install(t){t.component("PlSelect",UR)}},QR={class:"match-text"},YR={key:1},RR=e.defineComponent({__name:"pl-mark-text",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,r=d=>d.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let o,l,s,i;const c=d=>{const f=r(n.searchValue);return o=new RegExp(f,"gi"),l=d.search(o)!==-1,s=d.slice(d.search(o),d.search(o)+f.length),i=l?[d.slice(0,d.search(o)),d.slice(d.search(o)+f.length)]:d,l?[i[0],s,i[1]]:["","",i]};return(d,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(c(n.modelValue.toString())[0]),1),e.createElementVNode("span",QR,e.toDisplayString(c(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(c(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",YR,e.toDisplayString(n.modelValue),1))}});const Bu=Zn(RR,[["__scopeId","data-v-24f6fa2a"]]),FR={class:"suggestion"},qR={class:"d-flex flex-column"},HR={class:"text-truncate"},WR={class:"suggestion__item-info text-truncate"},ZR=["src"],GR=e.defineComponent({__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,o=t,{selectedItem:l,prop:s,getValidate:i,symbolsCountSearch:c,suggestionList:d,noData:f,memoryBlur:m}=e.toRefs(o),p=e.ref(""),h=e.ref({}),M=e.ref(""),v=e.ref(null),y=E=>{v.value=E.target.value},N=e.ref(null);e.onMounted(()=>{const E=document.querySelectorAll(".suggestion .el-select-dropdown");h.value={[s]:M.value};for(let j=0;j<E.length;j+=1)E[j].style.width=`${E[j].offsetWidth}px`;m.value&&Pt(N.value.$el,"input",y)});const D=n;e.watch(p,E=>{h[s]=E}),e.watch(l,E=>{p.value=E.value});const _=e.ref(!1),I=E=>{m.value&&(_.value=!0),!E.target&&(D("change",E),v.value=null,setTimeout(()=>{N.value.blur()},0),setTimeout(()=>_.value=!1,100))},w=(E,j,V)=>{D("validate",E,j,V)},k=e.ref(null),T=(E=!1)=>{E&&setTimeout(()=>{_.value?_.value=!1:m.value&&v.value&&D("change",{id:dr(),value:v.value,dadata:!1})},10),setTimeout(()=>{k.value.validate()},10)};e.watch(i,E=>{E&&(T(),D("setValid"))});const b=e.ref([]);b.value=d.value,e.watch(d,E=>{b.value=E});const x=e.ref(`Введите ${c.value} символа`);e.watch(f,E=>{x.value=E});const z=E=>{if(M.value=E,E.length<c.value){x.value=`Введите ${c.value} ${ao(c.value,["символ","символа","символов"])} `,b.value=[];return}else x.value=" ";D("fetchDadata",E)};return(E,j)=>{const V=km,$=wm,W=gm,Z=mm;return e.openBlock(),e.createElementBlock("div",FR,[e.createVNode(Z,{ref_key:"suggestion",ref:k,"label-position":"top",model:h.value,rules:t.rules,onValidate:w,onSubmit:j[2]||(j[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(W,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode($,{ref_key:"suggestionBox",ref:N,modelValue:p.value,"onUpdate:modelValue":j[0]||(j[0]=U=>p.value=U),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":z,"no-data-text":x.value,onBlur:j[1]||(j[1]=U=>T("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(U,A)=>(e.openBlock(),e.createBlock(V,{key:A,value:U.value,class:"d-flex justify-content-between align-items-center",onClick:Q=>I(U)},{default:e.withCtx(()=>[e.createElementVNode("div",qR,[e.createElementVNode("span",HR,[e.createVNode(Bu,{modelValue:U.value,"onUpdate:modelValue":Q=>U.value=Q,"search-value":M.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",WR,e.toDisplayString(U.bottomText),1)]),e.createElementVNode("img",{src:e.unref(r)},null,8,ZR)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}});const bD={install(t){t.component("PlSuggestions",GR)}};const KR={class:"pl-table"},JR={class:"no-data"},XR=["src"],eF={class:"no-data__text"},tF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},nF={key:0,class:"totals"},rF={name:"PlTable"},oF=e.defineComponent({...rF,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 r=e.useAttrs(),o=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,l=t,{form:s,modelValue:i,total:c,layout:d,hasPagination:f}=e.toRefs(l),m=n,p=e.ref([]),h=_=>{p.value=_,m("selected-rows",p)},M=e.ref(null),{toggleRowSelection:v}=e.toRefs(l);e.watch(v,_=>{_.length>0&&(_.forEach(I=>{M.value.toggleRowSelection(I)}),m("update:toggleRowSelection",[])),p.value=M.value.getSelectionRows()});const y=()=>{const{pageSize:_,pageNumber:I}=s.value,{length:w}=i.value;let k=_*I;const T=k-_+1;return w<_&&(k+=w-_),k>c.value&&(k=c.value),c.value?`Отображены записи ${T} - ${k} из ${c.value}`:"Нет данных для отображения"},N=_=>m("action",{...s.value,pageSize:_}),D=_=>m("action",{...s.value,pageNumber:_});return(_,I)=>{const w=JQ,k=AU;return e.openBlock(),e.createElementBlock("div",KR,[e.createVNode(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(w,e.mergeProps({ref_key:"plTable",ref:M,data:e.unref(i)},e.unref(r),{onSelect:h,onSelectAll:h}),{empty:e.withCtx(()=>[e.renderSlot(_.$slots,"empty",{},()=>[e.createElementVNode("div",JR,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(o),alt:"no data image"},null,8,XR),e.createElementVNode("span",eF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(_.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",tF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(ao)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(ao)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||l.showSelected]]),e.createVNode(k,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":I[0]||(I[0]=T=>e.unref(s).pageNumber=T),"page-size":e.unref(s).pageSize,"page-sizes":t.pageSizes,layout:e.unref(d),total:e.unref(c),"hide-on-single-page":t.hideOnSinglePage,onSizeChange:N,onCurrentChange:D},{default:e.withCtx(()=>[t.isTotalVisible&&e.unref(d).includes("slot")?(e.openBlock(),e.createElementBlock("span",nF,e.toDisplayString(y()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(_.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}});const aF={key:0},lF={key:1},sF={key:2},iF={key:3},uF={name:"PlTableColumn"},cF=Object.assign(uF,{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=o=>o?new Date(o).toLocaleDateString():"",r=o=>(o||(o=0),o.toLocaleString("ru-RU",{style:"currency",currency:"RUB"}));return(o,l)=>{const s=XQ;return e.openBlock(),e.createBlock(s,{prop:t.prop,label:t.label},{default:e.withCtx(({row:i})=>[t.type=="currency"?(e.openBlock(),e.createElementBlock("span",aF,e.toDisplayString(r(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",lF,e.toDisplayString(n(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",sF,e.toDisplayString(i[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",iF,[e.renderSlot(o.$slots,"default",{row:i})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),wD={install(t){t.component("PlTable",oF),t.component("PlTableColumn",cF)}},kD={install(t){t.component("PlTooltip",ND)}};const dF={class:"headers-elements"},fF=e.createElementVNode("div",{class:"img"},null,-1),pF=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),mF={class:"pl-upload-plus__comment"},gF={name:"PlUpload"},vF=e.defineComponent({...gF,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,required:!1}},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 r=t,o=n,l=e.computed({get:()=>r.modelValue,set:m=>o("update:modelValue",m)}),s=e.ref(null),{limit:i,height:c}=e.toRefs(r),d=e.computed(()=>({"--pl-upload-height":/px|rem|em|%/.test(c.value)?c.value:`${c.value}px`})),f=(m,p)=>{if(!p.length){o("on-files-not-attached",m,p);return}if(p.length>i.value){p.splice(-1),o("on-file-not-limit",m,p);return}if(r.accept!=="any"||r.accept!=="любой"){const M=m.name.split("."),v=M[M.length-1].toLowerCase();if(r.accept.split(", ").indexOf(v)===-1){p.splice(-1),o("on-file-not-accept",m,p);return}}const h=m.size/1024/1024;if(h>r.fileSize){o("on-file-size-exceeded",m,p,r.fileSize),p.splice(-1);return}if(!h){o("on-file-empty",m),p.splice(-1);return}o("on-change",m,p),o("update:modelValue",p)};return(m,p)=>{const h=F1;return e.openBlock(),e.createBlock(h,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},m.$attrs,{"file-list":l.value,style:d.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:M})=>[e.renderSlot(m.$slots,"file",{file:M})]),default:e.withCtx(()=>[e.createElementVNode("div",dF,[t.header?e.renderSlot(m.$slots,"header",{key:0},()=>[fF]):e.createCommentVNode("",!0),t.main?e.renderSlot(m.$slots,"main",{key:1},()=>[pF,e.createElementVNode("span",mF,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(m.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}});const CD={install(t){t.component("PlUpload",vF)}},hF={class:"headers-elements"},yF=e.createElementVNode("div",{class:"img"},null,-1),MF={name:"PlUploadLegacy"},NF=e.defineComponent({...MF,props:{modelValue:{default:()=>[]},requestConfig:{default:null},responseKeys:{default:"result"},drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},buttonText:{default:"Выбрать файл..."},accept:{default:".doc, .docx, .pdf, .jpeg, .jpg, .png, .xlsx, .xls, .txt"},fileSize:{default:20},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 r=t,o=e.ref(!1),l=e.ref(!1),s=e.ref(r.modelValue),i=e.ref(null),{modelValue:c}=e.toRefs(r);e.watch(c,h=>{s.value=h});const d=n;e.onMounted(()=>{r.large&&i.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(h,M,v,y,N)=>M==="POST"?{url:h,method:M,data:v,headers:y,responseType:N}:{url:h,method:M,params:v,headers:y,responseType:N},m=h=>jf(f(h.url,h.method,h.params,h.headers,h.responseType)),p=(h,M)=>{if(!M.length){d("on-files-not-attached",h,M);return}if(!(r.accept==="any"||r.accept==="любой")){const N=h.name.split("."),D="."+N[N.length-1].toLowerCase();if(r.accept.split(", ").indexOf(D)===-1){M.splice(-1),d("on-file-not-accept",h,M);return}}const y=h.size/1024/1024;if(y>r.fileSize){d("on-file-size-exceeded",h,M,r.fileSize),M.splice(-1);return}if(!y){d("on-file-empty",h),M.splice(-1);return}d("on-change",h,M),r.requestConfig&&(l.value=!0,o.value=!0,h&&new FormData().append("file",h.raw),m(r.requestConfig).then(N=>{const D=ro.get(N,r.responseKeys,N.data);d("on-success",D,h,M),D.success&&(M.forEach(_=>{_.status="success"}),d("input",M))}).catch(N=>{console.log(N,"error"),d("on-error",N,h,M)}).finally(()=>{l.value=!1,o.value=!1}))};return(h,M)=>{const v=Cs,y=F1;return e.openBlock(),e.createBlock(y,e.mergeProps({ref_key:"el",ref:i,action:"#",drag:h.drag,multiple:h.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},h.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:N})=>[e.renderSlot(h.$slots,"file",{file:N})]),default:e.withCtx(()=>[e.createElementVNode("div",hF,[h.header?e.renderSlot(h.$slots,"header",{key:0},()=>[yF]):e.createCommentVNode("",!0),h.main?e.renderSlot(h.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(h.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(h.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(h.$slots,"button",{},()=>[e.createVNode(v,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.buttonText),1)]),_:1})])]),e.renderSlot(h.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}});const TD={install(t){t.component("PlUploadLegacy",NF)}},Bm=e.defineComponent({__name:"pl-title1",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),wp=t=>{if(t)return typeof t=="string"&&t.includes("calc")||typeof t=="string"&&["px","%","rem","em","vh","vw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},uo=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},offsetRight:{default:"2px"},alwaysShowXThumb:{type:Boolean,default:!1}},emits:["scroll","wheel"],setup(t,{expose:n,emit:r}){e.useCssVars(Te=>({"52ae1abc":M.value,"05e0acfa":h.value,"17425ed8":Te.offsetRight,"4cc473be":z.value,"2377d354":T.value,aad10f82:w.value,"92cbc9b2":b.value,"15252b0f":k.value}));const o=t,l=r,s=dr(),{width:i}=un(),c=e.computed(()=>i.value<768),{wrapClass:d,viewClass:f,hideScrollThumb:m}=e.toRefs(o),p=e.ref(!1),h=e.computed(()=>wp(o.maxHeight)),M=e.computed(()=>wp(o.height)),v=e.ref(),y=e.ref(),N=e.ref(0),D=e.ref(0),_=e.ref(),I=e.ref(),w=e.computed(()=>{const Te=`${100/_.value*N.value}%`;return Te==="100%"?"0%":Te}),k=e.computed(()=>{const Te=`${100/I.value*D.value}%`;return Te==="100%"?"0%":Te}),T=e.ref("0%"),b=e.ref("0%"),x=e.ref(""),z=e.computed(()=>c.value?"3px":"6px"),E=({scrollY:Te=0,grabY:Ae=0}={})=>{var Ye;const Ve=Te||((Ye=v==null?void 0:v.value)==null?void 0:Ye.scrollTop)||0;T.value=`${100/_.value*(Ve+Ae)}%`},j=({scrollX:Te=0,grabX:Ae=0}={})=>{var Ye;const Ve=Te||((Ye=v==null?void 0:v.value)==null?void 0:Ye.scrollLeft)||0;b.value=`${100/I.value*(Ve+Ae)}%`},V=e.ref(),$=()=>{clearTimeout(V.value),V.value=setTimeout(()=>{p.value=!1,c.value&&(x.value="")},2e3)},W=Te=>{const Ae=Te.target.scrollTop;E({scrollY:Ae});const Ve=Te.target.scrollLeft;j({scrollX:Ve}),l("scroll",Te,{left:Ve,top:Ae}),c.value&&(p.value=!0,$())},Z=Te=>{l("wheel",Te)},U=e.ref(0),A=(Te="")=>{document.querySelectorAll("#pl-scrollbar").forEach(Ve=>{[...Ve.classList].includes(s)||(Te==="add"?Ve.children[0].classList.add("hidden"):Ve.children[0].classList.remove("hidden"))})},Q=(Te,Ae)=>{Ae.stopPropagation(),clearTimeout(V.value),c.value&&(x.value=Te,A("add"));const Ve=Oe=>{var we,ue,Ie,Qe;B("none");const Je=c.value?Oe.changedTouches[0]:Oe,ct=Te==="x"?Je.pageX:Je.pageY;if(!U.value)U.value=ct;else{const ge=ct-U.value;if(U.value=ct,ge===0)return;if(Te==="y"){const Ne=_.value/N.value*ge,ie=(((we=v.value)==null?void 0:we.scrollTop)||0)+Ne;(ue=v.value)==null||ue.scrollTo({top:ie})}else{const Ne=I.value/D.value*ge,ie=(((Ie=v.value)==null?void 0:Ie.scrollLeft)||0)+Ne;(Qe=v.value)==null||Qe.scrollTo({left:ie})}}},Ye=()=>{A(),B(""),U.value=0,document[He]=null,document[lt]=null,c.value&&(x.value="",$())},He=c.value?"ontouchmove":"onmousemove";document[He]=Oe=>{Ve(Oe)};const lt=c.value?"ontouchend":"onmouseup";document[lt]=Ye;const st=new Event(c.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(st)},B=Te=>{const Ae=document.querySelector("body");Ae.style.userSelect=Te},F=()=>{var Te,Ae;_.value=(Te=y.value)==null?void 0:Te.scrollHeight,I.value=(Ae=y.value)==null?void 0:Ae.scrollWidth},ee=()=>{var Te,Ae;N.value=((Te=v.value)==null?void 0:Te.offsetHeight)||0,D.value=((Ae=v.value)==null?void 0:Ae.offsetWidth)||0},L=e.computed(()=>N.value<_.value&&p.value),Y=e.computed(()=>D.value<I.value&&(p.value||o.alwaysShowXThumb)),K=(Te,Ae)=>{var Ve,Ye;if(!(c.value||Te.target.closest(".pl-scrollbar__thumb")))if(Ae==="y"){if(!L.value)return;const He=Te.clientY,lt=_.value/N.value*He-N.value/2;(Ve=v.value)==null||Ve.scrollTo({top:lt})}else{if(!Y.value)return;const He=Te.clientX,lt=I.value/D.value*He-D.value/2;(Ye=v.value)==null||Ye.scrollTo({left:lt})}},se=()=>{c.value||(p.value=!0)},he=()=>{c.value||(p.value=!1)},ce=e.computed(()=>c.value?"touchstart":"mousedown"),X=Lu(v),ve=Lu(y);return e.watch(()=>X,()=>{ee()},{deep:!0,immediate:!0}),e.watch(()=>ve,()=>{F()},{deep:!0,immediate:!0}),e.watch(w,()=>{E()}),e.watch(k,()=>{j()}),n({setScrollTop:Te=>{v.value&&v.value.scrollTo({top:Te})},setScrollLeft:Te=>{v.value&&v.value.scrollTo({left:Te})},scrollTo:Te=>{v.value&&v.value.scrollTo(Te)}}),(Te,Ae)=>{const Ve=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:se,onMouseleave:he},[e.createElementVNode("div",{ref_key:"scrollBar",ref:v,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(d)]),onScroll:W,onWheel:Z},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:y,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Te.$slots,"default")],2)],34),e.unref(m)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:L.value},{drag:x.value==="y"},{"with-hover":!c.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(ce.value)]:Ae[0]||(Ae[0]=Ye=>Q("y",Ye))}),null,16)],2)),[[Ve,Ye=>K(Ye,"y")]]),e.unref(m)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:Y.value},{drag:x.value==="x"},{"with-hover":!c.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(ce.value)]:Ae[1]||(Ae[1]=Ye=>Q("x",Ye))}),null,16)],2)),[[Ve,Ye=>K(Ye,"x")]])],34)}}});const DF={class:"w-100"},bF=["id"],wF={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},kF={class:"d-flex gap-3"},Pm=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:r}){e.useCssVars($=>({"0128f8d6":b.value,"117d4f75":T.value}));const o=t,l=r,s=e.computed({get:()=>o.modelValue,set:$=>l("update:modelValue",$)}),{padding:i,headerPadding:c,loading:d}=e.toRefs(o),{height:f,width:m}=un(),p=e.computed(()=>o.modalOnMobile?!0:m.value>=768),h=e.computed(()=>p.value?o.slide:!1),M=e.computed(()=>p.value?o.widthThis:"100%"),v=e.computed(()=>!p.value),y=e.ref(!1);Pt(window,"mousedown",$=>{const W=$.target;y.value=!!(W.classList.contains("el-loading-mask")||W.classList.contains("pl-chat-popup")||W.closest(".pl-chat-popup")||W.closest(".logout-dialog-background"))});const N=dr(),D=()=>{s.value=!1,l("changeVisibleModalValue",!0)},_=()=>{T.value="100%",b.value="0.380s",setTimeout(()=>{D()},380)},I=($=null)=>{var Z;let W;$&&(W=(Z=$.target.closest("[id]"))==null?void 0:Z.id),!(W&&W!==N)&&(y.value||(p.value?D():_()))},w=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(M.value)?M.value:`${M.value}px`,"--dialog-container-height":h.value?"100%":"unset","--dialog-container-padding":p.value?i.value:"16px 0 0","--dialog-container-radius":h.value?"0":"16px","--dialog-header-padding":c.value?c.value:h.value?"0 0 30px 0":"0 0 16px 0"})),k=e.ref(0),T=e.ref("100%"),b=e.ref("0.26s"),x=$=>{var U;const W=(U=($==null?void 0:$.target).closest("[id]"))==null?void 0:U.id;if(!o.showGrabber||W&&W!==N)return;const Z=A=>{if(b.value="0s",!k.value)k.value=A.changedTouches[0].pageY;else{const Q=A.changedTouches[0].pageY-k.value;Q>=0&&(T.value=`${Q}px`)}};document.ontouchmove=A=>{A.target.closest(".dialog-scroll")||(Z(A),document.ontouchend=B=>{b.value="0.38s",document.ontouchmove=null,document.ontouchend=null,B.changedTouches[0].pageY-k.value>80?I():T.value="0%"})}},z=e.ref(document.querySelector(`.header-${N}`)),E=e.computed(()=>{var A,Q;const $=((A=z.value)==null?void 0:A.offsetHeight)||0,W=f.value-$,Z=64,U=((Q=z.value)==null?void 0:Q.offsetTop)||0;return h.value?`${f.value-U-$}px`:`${W-Z-40}px`}),j=e.ref();return n({scrollTop:()=>j.value.setScrollTop(0),closeModalOnMobile:_}),e.watch(()=>o.modelValue,$=>{$?setTimeout(()=>{T.value="0%",z.value=document.querySelector(`.header-${N}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),($,W)=>{const Z=Bm,U=ya,A=e.resolveDirective("tap"),Q=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:$.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(w.value),class:e.normalizeClass([$.customClass,"justify-content-end",{"modal-with-custom":$.contentCustomClass},v.value?"mx-4":"",o.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",DF,[e.createElementVNode("div",{id:e.unref(N),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[h.value?"":$.simple?"align-self-start ":v.value?"my-16":"mt-16 mx-auto",{"with-grabber":$.showGrabber}]]),onTouchstart:x},[e.createElementVNode("div",wF,[$.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(N)}`])},[e.createVNode(Z,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot($.$slots,"header",{},()=>[e.createTextVNode(" Уведомление ")])]),_:3}),e.createElementVNode("div",kF,[e.renderSlot($.$slots,"headerBtns"),$.showClose?e.withDirectives((e.openBlock(),e.createBlock(U,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[A,I]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(uo,{ref_key:"dialogScroll",ref:j,"max-height":E.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",$.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot($.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,bF)]),e.createElementVNode("div",{class:e.normalizeClass($.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[Q,e.unref(d)]])],8,["disabled"])}}});const _D={install(t){t.component("PlDialog",Pm)}},ID=Qt(ya,"PlButton"),CF={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},TF=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),_F=[TF];function IF(t,n){return e.openBlock(),e.createElementBlock("svg",CF,[..._F])}const xF={render:IF},EF=["id"],SF={class:"pl-dialog-plus-header_icon-block"},zF={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},jF={key:0,class:"w-100 d-grid gap-1","data-testid":"dialog-title"},AF={class:"pl-dialog-plus-button-container"},OF={key:4,class:"pl-dialog-plus-additional pb-4"},LF=e.defineComponent({__name:"pl-dialog-plus",props:{modelValue:{type:Boolean,default:!1},beforeClose:{},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},overlayClass:{default:""},dialogClass:{default:""},manualClose:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:r}){e.useCssVars(V=>({"6c4cf888":h.value,"95cda03c":I.value,"47fcfaa3":y.value,b3feadfa:v.value,"21e61c37":m.value,"4cf545c6":M.value}));const o=e.useSlots(),{width:l}=un(),s=e.computed(()=>l.value<768),i=dr(),c=e.ref(),d=t,f=e.ref(""),m=e.ref(""),p=e.ref(d.icon);if(d.type==="status")switch(d.status){case"successful":f.value="var(--color-text-icons-success)",m.value="var(--color-system-surface-success)",p.value="CheckCircle40";break;case"attention":f.value="var(--color-text-icons-warning)",m.value="var(--color-system-surface-warning)",p.value="WarningCircle40";break;case"delete":f.value="var(--color-text-icons-error)",m.value="var(--color-system-surface-error)",p.value="Bin40";break;case"info":f.value="var(--color-text-icons-interactive)",m.value="var(--color-system-surface-interactive)",p.value="CheckCircle40";break;case"neutral":f.value="var(--color-text-icons-primary)",m.value="var(--color-surface-opacity-1)",p.value="WarningCircle40";break}const h=e.ref(d.width),M=e.ref("");e.onMounted(()=>{d.type==="side"&&(h.value="518px"),M.value="-"+h.value});const v=e.ref("calc(100% + 12px)"),y=e.ref("0.26s"),N=e.ref(0),D=e.ref(""),_=e.ref("100%"),I=e.ref("0px");o.footer?I.value="24px":I.value="0px";const w=()=>{var Z,U,A,Q,B,F,ee;(Z=document.getElementById(i))==null||Z.scrollTo({top:0}),v.value="0";const V=(A=(U=document.getElementById(i))==null?void 0:U.querySelector(".pl-dialog-plus-header"))==null?void 0:A.getBoundingClientRect().height;let $=(B=(Q=document.getElementById(i))==null?void 0:Q.querySelector(".pl-dialog-plus-footer"))==null?void 0:B.getBoundingClientRect().height,W=((ee=(F=document.getElementById(i))==null?void 0:F.querySelector(".pl-dialog-plus-additional"))==null?void 0:ee.getBoundingClientRect().height)+24;W=W||0,$=$||-24,c.value&&c.value.scrollTo({top:0}),s.value?($=$===-24?-48:$,_.value=`calc(100dvh - 145px - ${V}px - ${$}px - ${W}px)`):d.innerScroll?_.value=`calc(100dvh - 200px - ${V}px - ${$+24}px - ${W}px)`:d.type==="side"?_.value=`calc(100dvh - 48px - ${V}px - ${$}px - ${W}px)`:_.value="fit-content"},k=()=>{s.value?D.value="":d.type==="side"?D.value="pl-dialog-plus-right-slide":D.value="pl-dialog-plus-fade",d.modelValue&&w()};k(),e.watch(()=>s.value,()=>{k()});const T=()=>{if(!d.closeOnOverlay)return;const V=$=>{if(y.value="0s",!N.value)N.value=$.changedTouches[0].pageY;else{const W=$.changedTouches[0].pageY-N.value;W>=0&&(v.value=`${W}px`)}};document.ontouchmove=$=>{V($),document.ontouchend=W=>{y.value="0.38s",document.ontouchmove=null,document.ontouchend=null,W.changedTouches[0].pageY-N.value>80?E():v.value="0%"}}},b=e.ref([]),x=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach($=>{const W=$.computedStyleMap().get("display");$.classList.remove("dark-overlay"),(W==null?void 0:W.value)==="block"&&b.value.push($)}),b.value.length?(b.value[0].classList.add("dark-overlay"),document.body.classList.add("pl-dialog-plus-overflow-hidden")):document.body.classList.remove("pl-dialog-plus-overflow-hidden")},d.modelValue?0:300)};e.watch(()=>d.modelValue,V=>{V||(v.value="calc(100% + 12px)",y.value="0.380s"),e.nextTick(()=>{x(),V&&(w(),c.value&&c.value.scrollTo({top:0}))})});const z=r,E=()=>{d.beforeClose&&d.beforeClose(),d.manualClose||z("update:modelValue",!1),z("close-modal")},j=V=>{if(!d.closeOnOverlay)return;const $=V.target;$===V.currentTarget&&(V.clientX>=$.clientWidth||V.clientY>=$.clientHeight)||E()};return n({closeModal:E}),(V,$)=>{const W=ut,Z=Bm,U=Gn,A=ya,Q=uo,B=e.resolveDirective("tap"),F=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:V.disabledTeleport},[e.createVNode(e.Transition,{name:"pl-dialog-plus-back"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{id:e.unref(i),class:e.normalizeClass(["pl-dialog-plus-overlay",d.overlayClass]),onMousedown:j},[e.createVNode(Q,{ref_key:"dialogScrollRef",ref:c,"view-class":d.type!=="side"?"pl-dialog-scroll-view":"",height:d.innerScroll?"fit-content":"100%"},{default:e.withCtx(()=>[e.createVNode(e.Transition,{name:D.value},{default:e.withCtx(()=>[d.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":!d.closeOnOverlay},{"pl-dialog-plus-container_illustration":d.type==="illustration"},{"pl-dialog-plus-container_side":d.type==="side"&&!s.value},d.dialogClass]),onMousedown:$[0]||($[0]=e.withModifiers(()=>{},["stop"]))},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:T},null,32)):e.createCommentVNode("",!0),d.type==="status"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"pl-dialog-plus-header pl-dialog-plus-header_status",onTouchstart:T},[e.createElementVNode("div",SF,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(xF)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:m.value})},null,8,["style"])),e.createVNode(W,{name:p.value,color:f.value},null,8,["name","color"])])],32)):d.type==="illustration"?(e.openBlock(),e.createElementBlock("div",zF,[e.renderSlot(V.$slots,"header",{onTouchstart:T})])):V.showHeader?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["pl-dialog-plus-header",{"pl-dialog-plus-header_side":d.type==="side"&&!s.value},{"pl-dialog-plus-header_after-disabled":V.$slots.additional}]),onTouchstart:T},[d.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[d.title?(e.openBlock(),e.createElementBlock("div",jF,[e.createVNode(Z,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.title),1)]),_:1}),d.subTitle?(e.openBlock(),e.createBlock(U,{key:0,class:"word-wrap-any-pre",color:"var(--color-text-icons-secondary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",AF,[e.renderSlot(V.$slots,"headerBtns"),d.showClose?e.withDirectives((e.openBlock(),e.createBlock(A,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[B,E]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)):e.createCommentVNode("",!0),V.$slots.additional?(e.openBlock(),e.createElementBlock("div",OF,[e.renderSlot(V.$slots,"additional")])):e.createCommentVNode("",!0),s.value?(e.openBlock(),e.createBlock(Q,{key:6,ref_key:"dialogScrollRef",ref:c,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":d.type==="illustration"}]),style:e.normalizeStyle({"max-height":_.value}),"max-height":`${d.innerScroll?_.value:"fit-content"}`,"offset-right":"4px","view-class":V.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:5},[d.innerScroll||d.type==="side"?(e.openBlock(),e.createBlock(Q,{key:0,ref_key:"dialogScrollRef",ref:c,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":d.type==="illustration"},{"pl-dialog-plus-content_side":d.type==="side"&&!s.value}]),style:e.normalizeStyle({"max-height":_.value}),"max-height":`${d.innerScroll?_.value:"fit-content"}`,"view-class":d.type==="side"?"p-6":V.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(V.$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":d.type==="illustration"},{"pb-6":!V.$slots.footer}])},[e.renderSlot(V.$slots,"default")],2))],64)),V.$slots.footer?(e.openBlock(),e.createElementBlock("div",{key:7,class:e.normalizeClass(["pl-dialog-plus-footer",{"pl-dialog-plus-footer_illustration":d.type==="illustration"},{"pl-dialog-plus-footer_side":d.type==="side"&&!s.value}])},[e.renderSlot(V.$slots,"footer")],2)):e.createCommentVNode("",!0)],34)),[[F,d.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])]),_:3},8,["view-class","height"])],42,EF),[[e.vShow,d.modelValue]])]),_:3})],8,["disabled"])}}});const xD={install(t){t.component("PlDialogPlus",LF)}},BF=["href","type","target"],PF=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,r=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(o,l)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(r.value)},[e.createElementVNode("a",e.mergeProps({class:"pl-link__a",href:n.href,type:o.nativeType,target:o.target},o.$attrs),[e.renderSlot(o.$slots,"default")],16,BF)],2))}});const ED={install(t){t.component("PlLink",PF)}},SD={install(t){t.component("PlScrollbar",uo)}},Xo=e.defineComponent({__name:"pl-skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"},borderRadius:{default:""}},setup(t){const n=t,r=e.computed(()=>({width:n.width,height:n.height,borderRadius:n.borderRadius})),o={"type-h2":"height-48","type-h3":"height-40","type-h4":"height-32","type-t1":"height-32","type-t2":"height-32","type-t3":"height-24","type-s1":"height-24","type-s2":"height-24","type-btn1":"height-24","type-btn2":"height-24","type-btn3":"height-20","type-b1":"height-24","type-b2":"height-24","type-b3":"height-24","type-under":"height-24","type-sys":"height-20","type-cap":"height-14","type-tag":"height-12","type-link":"height-24","empty-button-large":"height-24","empty-button-medium":"height-24","empty-button-small":"height-20"},l=e.computed(()=>o[n.variant]||"");return(s,i)=>n.variant.includes("type")||n.variant.includes("empty")?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([l.value,"d-flex align-items-center"])},[e.createElementVNode("div",{id:"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6)],2)):(e.openBlock(),e.createElementBlock("div",{key:1,id:"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}});const zD={install(t){t.component("PlSkeleton",Xo)}},jD={install(t){t.component("PlTooltipPlus",Ta)}},VF={key:0,class:"pl-autocomplete__prefix-container"},$F={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},UF=["id","prop","placeholder","value","disabled"],QF={class:"pl-autocomplete__suffix-container"},YF=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},inputClass:{default:""}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const r=b6(),o=e.ref(!1);e.watch(r,p=>{p===document.getElementById(l.id)?o.value=!0:o.value=!1});const l=t,s=n,i=()=>{s("reset")},c=()=>{s("tabDown")},d=p=>{s("focusEmit",p),p.composed&&p.stopImmediatePropagation()},f=p=>{p.composed&&p.stopImmediatePropagation()},m=e.computed({get:()=>l.modelValue,set:p=>{s("update:modelValue",p)}});return(p,h)=>{const M=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-autocomplete__select",{focus:o.value,disabled:l.disabled,"is-error":l.showError}])},[l.leftIcon?(e.openBlock(),e.createElementBlock("div",VF,[e.createVNode(M,{name:l.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",$F,[e.createElementVNode("input",{id:l.id,prop:l.prop,class:e.normalizeClass(["pl-autocomplete__inner typography-body-b2-medium",l.inputClass]),placeholder:l.placeholder,type:"text",value:m.value,disabled:l.disabled,onKeydown:e.withKeys(c,["tab"]),onInput:h[0]||(h[0]=v=>{var y;m.value=(y=v.target)==null?void 0:y.value}),onBlur:f,onFocus:d},null,42,UF)]),e.createElementVNode("div",QF,[!l.disabled&&l.clearable&&m.value?(e.openBlock(),e.createBlock(M,{key:0,name:"Close16",onClick:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0)])],2)}}});const Vm=e.defineComponent({__name:"pl-body3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),AD=t=>`•• ${t.substring(t.length-4,t.length)}`,RF={key:0,class:"pl-option__left-icon-container"},FF={class:"pl-option__text-container"},qF={key:1,class:"pl-option__right-icon-container"},HF=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(o=>({"22d42bbe":t.width,"4add041b":t.leftIconColor,"8ca7c694":t.rightIconColor,"15ffefcf":t.descriptionColor}));const n=t,r=e.computed(()=>({disabled:n.disabled,active:n.active}));return(o,l)=>{const s=kn,i=Gn,c=Vm;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",r.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",RF,[e.createVNode(ut,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",FF,[e.createVNode(s,{class:e.normalizeClass(["pl-option__text-item",{"pl-option__text-item_account":n.summ!==null}]),"data-testid":n.summ!==null?"accountType":"optionTitle"},{default:e.withCtx(()=>[e.createVNode(Bu,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])]),_:1},8,["class","data-testid"]),n.description&&n.summ!==null?(e.openBlock(),e.createBlock(i,{key:0,class:"pl-option__text-description","data-testid":"accountNum"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(AD)(n.description)),1)]),_:1})):n.description?(e.openBlock(),e.createBlock(i,{key:1,class:"pl-option__text-description","data-testid":"optionDescription"},{default:e.withCtx(()=>[e.createVNode(Bu,{"model-value":n.description,"search-value":n.disableMarkerBottom?"":n.searchValue},null,8,["model-value","search-value"])]),_:1})):e.createCommentVNode("",!0)]),n.rightIcon||n.summ!==null?(e.openBlock(),e.createElementBlock("div",qF,[n.summ!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-option__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ic)(n.summ)),1)]),_:1})):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(ut,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}}});const OD=Zn(HF,[["__scopeId","data-v-7f269de9"]]),WF=["id"],ZF={key:0,class:"pl-autocomplete__dropdown-count-search-container"},GF={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},IM=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 r=t,o=n,l=f=>{o("select-value",f)},s=(f,m)=>f.split(".").reduce((p,h)=>p[h],m),i=f=>r.uniqKey&&s(r.uniqKey,r.selectedValue)&&s(r.uniqKey,f)?s(r.uniqKey,f)===s(r.uniqKey,r.selectedValue):r.selectedValue.bottomText?f.value===r.selectedValue.value&&f.bottomText===r.selectedValue.bottomText:f.value===r.selectedValue.value,c=e.computed(()=>typeof r.symbolsCountSearch=="string"?parseInt(r.symbolsCountSearch):r.symbolsCountSearch),d=()=>{var f,m;if(!r.query&&r.defaultDropText)return r.defaultDropText;if(!r.query||((f=r.query)==null?void 0:f.length)<c.value)return`Введите минимум ${c.value} ${ao(c.value,["символ","символа","символов"])} `;if(!r.suggestionList||r.loadingSuggestions)return;if(((m=r.suggestionList)==null?void 0:m.length)===0)return r.noData};return(f,m)=>{const p=Gn,h=uo,M=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>{var v;return[f.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${f.id}`,ref:"dropdownRef","data-testid":"dropdown",class:e.normalizeClass(["pl-autocomplete__dropdown-container",{"pl-autocomplete__dropdown-container_helpertext":r.helpertext||f.errors.length>0}]),style:e.normalizeStyle(f.offsets)},[r.symbolsCountSearch&&(f.loadingSuggestions||!f.query||f.query.length<c.value||!((v=r.suggestionList)!=null&&v.length))?(e.openBlock(),e.createElementBlock("div",ZF,[f.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",GF,null,512)),[[M,f.loadingSuggestions]]):(e.openBlock(),e.createBlock(p,{key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d()),1)]),_:1}))])):(e.openBlock(),e.createBlock(h,{key:1,"max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.suggestionList,y=>(e.openBlock(),e.createBlock(OD,{key:y.value,active:i(y),description:y.bottomText,label:y.value,"search-value":f.query,"disable-marker-bottom":r.disableMarkerBottom,onClick:e.withModifiers(N=>l(y),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,WF)):e.createCommentVNode("",!0)]}),_:1})}}});const KF=["id"],JF={class:"pl-autocomplete__label-container-text"},XF={key:1,class:"pl-autocomplete__helpertext-container"},eq=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},inputClass:{default:""}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){var Z;e.useCssVars(U=>({"0c60d3ee":r.width}));const r=t,o=`id-${dr()}`,l=n,s=e.ref([]);if(r.prop){const U=e.inject("errorsState",[]);U&&e.watch(U,()=>{s.value=U.value.filter(A=>A.field===r.prop),h()},{deep:!0})}const i=e.computed(()=>s.value.length),c=e.ref(),d=e.ref();$r(c,()=>{k()},{ignore:[d]});const f=e.ref(0),m=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${m.value}px`),h=()=>{const U=document.getElementById(`pl-autocomplete__select-container-${o}`);if(!U)return;const A=U.getBoundingClientRect(),Q=U.querySelector(".pl-autocomplete__label-container"),B=U.querySelector(".pl-autocomplete__helpertext-container"),F=Q?Q.offsetHeight:-4,ee=B?B.offsetHeight:-4;r.teleport?(f.value=A.y+A.height+window.scrollY,m.value=A.x):f.value=A.height-ee,e.nextTick(()=>{const L=document.getElementById(`dropdown-${o}`);if(!L)return;const Y=L.getBoundingClientRect();Y.bottom>M.value?r.teleport?f.value=f.value-Y.height-(A.height-F):f.value=f.value-Y.height-(A.height-F-ee)-4:r.teleport?f.value=A.y+A.height+window.scrollY-ee-4:f.value=A.height-ee-4})},M=e.ref(un().height);(Z=window.visualViewport)==null||Z.addEventListener("resize",function(U){const A=U.target;A&&(M.value=A.height)});const v=e.ref(),y=()=>{clearTimeout(v.value),v.value=setTimeout(h)};e.watch(M,()=>{y()});const{isScrolling:N}=ha(window);e.watch(N,()=>{h()});const D=()=>{const U=document.getElementById(o);U&&(U.dispatchEvent(new Event("focus")),U.focus(),T.value=!0)},_=(U=!0)=>{const A=document.getElementById(o);A&&(A.dispatchEvent(new Event("blur")),U&&(A.blur(),T.value=!1))},I=()=>{T.value=!0},w=()=>{r.disabled||D()},k=()=>{var U;T.value&&(r.memoryBlur?W():(U=E.value)!=null&&U.value?e.nextTick(()=>{x.value=E.value.value}):x.value="",_())},T=e.ref(!1);e.watch(T,()=>{e.nextTick(()=>{const U=document.getElementById(`pl-autocomplete__select-container-${o}`).getBoundingClientRect().width+"px",A=document.getElementById(`dropdown-${o}`);A&&(A.style.maxWidth=U,r.teleport&&(A.style.zIndex="2013")),h()})});const b=e.ref(!1),x=e.ref(""),z=e.ref(!1);e.watch(x,U=>{(U==null?void 0:U.length)>=r.symbolsCountSearch&&!z.value?(b.value=!0,l("fetchDadata",U)):(z.value=!1,b.value=!1),y()}),e.watch(()=>r.suggestionList,()=>{h(),b.value=!1});const E=e.computed({get:()=>r.modelValue,set:U=>{l("update:modelValue",U)}});e.onMounted(()=>{E.value.value&&(x.value=E.value.value)}),e.watch(E,U=>{x.value=U.value;const A=document.getElementById(o);A&&(A.dispatchEvent(new Event("change")),z.value=!0,setTimeout(()=>z.value=!1))});const j=e.ref(!1),V=U=>{U.disabled||(j.value=!0,E.value=U,x.value=U.value,l("changeValue",U),k())},$=()=>{E.value={},x.value="",l("changeValue",{}),_()},W=()=>{!j.value&&x.value!==E.value.value&&(E.value={value:x.value,data:!1,bottomText:""},e.nextTick(()=>{l("changeValue",E.value)})),j.value=!1};return(U,A)=>{const Q=kn,B=Ta,F=Gn;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:w},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${o}`,ref_key:"selectRef",ref:c,class:"pl-autocomplete__select-container"},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:o,class:"pl-autocomplete__label-container",onClick:A[0]||(A[0]=ee=>T.value&&_(!1))},[e.createElementVNode("div",JF,[r.label?(e.openBlock(),e.createBlock(Q,{key:0,class:"pl-autocomplete__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(Q,{key:1,class:"pl-autocomplete__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(B,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(YF,{id:o,modelValue:x.value,"onUpdate:modelValue":A[1]||(A[1]=ee=>x.value=ee),"show-error":i.value,placeholder:r.placeholder,disabled:r.disabled,clearable:r.clearable,"left-icon":r.leftIcon,"memory-blur":r.memoryBlur,prop:r.prop,"input-class":r.inputClass,onTabDown:k,onReset:$,onFocusEmit:I},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop","input-class"]),r.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",XF,[s.value.length>0?(e.openBlock(),e.createBlock(F,{key:0,class:"pl-autocomplete__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(F,{key:1,class:"pl-autocomplete__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,KF),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(IM,{id:o,ref_key:"dropdownRef",ref:d,focus:T.value,helpertext:r.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":b.value,query:x.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":E.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:V},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(IM,{key:1,id:o,ref_key:"dropdownRef",ref:d,focus:T.value,helpertext:r.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":b.value,query:x.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":E.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:V},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"]))])}}});const LD={install(t){t.component("PlAutocomplete",eq)}},$m=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(r,o)=>{const l=kn,s=Gn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-label-container",{"pl-label-container-disabled":n.disabled}])},[e.createVNode(l,{color:"var(--color-text-icons-primary)",class:"pl-label-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.title),1)]),_:1}),e.renderSlot(r.$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)}}});const tq="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuODk0OSAzLjQzNDUxQzE1LjIwNzMgMy43NDY5MyAxNS4yMDczIDQuMjUzNDYgMTQuODk0OSA0LjU2NTg4TDYuMTcyNjQgMTMuMjg4MUM2LjAyMjYgMTMuNDM4MSA1LjgxOTEgMTMuNTIyNCA1LjYwNjkxIDEzLjUyMjRDNS4zOTQ3MiAxMy41MjI0IDUuMTkxMjMgMTMuNDM4MSA1LjA0MTIxIDEzLjI4OEwxLjEwMTQzIDkuMzQ3MjlDMC43ODkwNTIgOS4wMzQ4MyAwLjc4OTExMyA4LjUyODMgMS4xMDE1NyA4LjIxNTkyQzEuNDE0MDMgNy45MDM1MyAxLjkyMDU2IDcuOTAzNTkgMi4yMzI5NCA4LjIxNjA1TDUuNjA3MDMgMTEuNTkwOUwxMy43NjM1IDMuNDM0NTFDMTQuMDc1OSAzLjEyMjA5IDE0LjU4MjQgMy4xMjIwOSAxNC44OTQ5IDMuNDM0NTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",nq="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuODA0NiA0LjEzNjE3QzE0LjA5NzUgNC40MjkwNyAxNC4wOTc1IDQuOTAzOTQgMTMuODA0NiA1LjE5NjgzTDYuNTM2MTMgMTIuNDY1M0M2LjM5NTQ2IDEyLjYwNiA2LjIwNDY4IDEyLjY4NSA2LjAwNTc1IDEyLjY4NUM1LjgwNjgzIDEyLjY4NSA1LjYxNjA1IDEyLjYwNTkgNS40NzU0MSAxMi40NjUzTDIuMTkyMjYgOS4xODEzM0MxLjg5OTQgOC44ODg0IDEuODk5NDYgOC40MTM1MyAyLjE5MjM5IDguMTIwNjdDMi40ODUzMiA3LjgyNzgxIDIuOTYwMTkgNy44Mjc4NyAzLjI1MzA1IDguMTIwOEw2LjAwNTg2IDEwLjg3NDNMMTIuNzQ0IDQuMTM2MTdDMTMuMDM2OSAzLjg0MzI4IDEzLjUxMTggMy44NDMyOCAxMy44MDQ2IDQuMTM2MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",rq="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuOEMwIDAuMzU4MTcyIDAuMzE2MDM0IDAgMC43MDU4ODIgMEgxMS4yOTQxQzExLjY4NCAwIDEyIDAuMzU4MTcyIDEyIDAuOEMxMiAxLjI0MTgzIDExLjY4NCAxLjYgMTEuMjk0MSAxLjZIMC43MDU4ODJDMC4zMTYwMzQgMS42IDAgMS4yNDE4MyAwIDAuOFoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=",oq="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuNzVDMCAwLjMzNTc4NiAwLjI5MTk4OCAwIDAuNjUyMTc0IDBIOS4zNDc4M0M5LjcwODAxIDAgMTAgMC4zMzU3ODYgMTAgMC43NUMxMCAxLjE2NDIxIDkuNzA4MDEgMS41IDkuMzQ3ODMgMS41SDAuNjUyMTc0QzAuMjkxOTg4IDEuNSAwIDEuMTY0MjEgMCAwLjc1WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==",aq=["src"],lq=["src"],sq={key:0},iq=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 r=t,o=e.ref(r.modelValue),l=()=>{r.disabled||(o.value=!o.value,c("update:modelValue",o.value),c("change",o.value))},s=e.computed(()=>r.size==="medium"?tq:nq),i=e.computed(()=>r.size==="medium"?rq:oq),c=n;return e.watch(()=>r.modelValue,d=>{o.value=d}),(d,f)=>{const m=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"pl-checkbox-plus-container",style:e.normalizeStyle({cursor:r.disabled?"not-allowed":"pointer"})},[e.createElementVNode("div",{class:e.normalizeClass(["pl-checkbox-plus-input",`pl-checkbox-plus-${r.size}`,{"pl-checkbox-disabled":r.disabled,"pl-checkbox-isChecked":o.value,"pl-checkbox-isIndeterminate":r.isIndeterminate,"pl-checkbox-checked-disabled":r.disabled&&o.value}])},[o.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.value,alt:"Check"},null,8,aq)):r.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:i.value,alt:"Check"},null,8,lq)):e.createCommentVNode("",!0)],2),r.label?(e.openBlock(),e.createElementBlock("label",sq,[e.createVNode($m,{title:t.label,description:t.description,disabled:r.disabled},e.createSlots({_:2},[d.$slots.default?{name:"custom-description",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"default",{},void 0,!0)]),key:"0"}:void 0]),1032,["title","description","disabled"])])):e.createCommentVNode("",!0)],4)),[[m,l,void 0,{stop:!0}]])}}});const fs=Zn(iq,[["__scopeId","data-v-1fe78d33"]]),BD={install(t){t.component("PlCheckboxPlus",fs)}};var PD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){var r="month",o="quarter";return function(l,s){var i=s.prototype;i.quarter=function(f){return this.$utils().u(f)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(f-1))};var c=i.add;i.add=function(f,m){return f=Number(f),this.$utils().p(m)===o?this.add(3*f,r):c.bind(this)(f,m)};var d=i.startOf;i.startOf=function(f,m){var p=this.$utils(),h=!!p.u(m)||m;if(p.p(f)===o){var M=this.quarter()-1;return h?this.month(3*M).startOf(r).startOf("day"):this.month(3*M+2).endOf(r).endOf("day")}return d.bind(this)(f,m)}}})})(PD);var uq=PD.exports;const VD=sn(uq),kp=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Cp=t=>le().date()===t.day&&le().month()===t.month&&le().year()===t.year,Um=(t,n)=>{const r=`${t.year}-${t.month+1}-${t.day}`;return n(r)},zn=t=>le(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),sl=t=>t.charAt(0).toUpperCase()+t.slice(1),$D=t=>t.set("date",1).subtract(1,"month"),UD=t=>t.set("date",1).add(1,"month"),QD=t=>t.set("date",1).subtract(1,"year"),YD=t=>t.set("date",1).add(1,"year"),RD=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!Um(t,n),Eo=t=>{const n=[],r=[],o=[],l=t.date(1).day()===0;if(t.date(1).day()>1||l){const i=t.subtract(1,"month").endOf("month").date(),c=l?6:t.date(1).day()-1,d=i-c+1,f=t.month()===0?t.year()-1:t.year(),m=t.month()===0?11:t.month()-1;for(let p=d;p<=i;p++)n.push({day:p,month:m,year:f,type:"previous"})}const s=t.endOf("month").date();for(let i=1;i<=s;i++)r.push({day:i,month:t.month(),year:t.year(),type:"current"});if(t.date(t.daysInMonth()).day()){const i=7-t.date(t.daysInMonth()).day(),c=t.month()===11?t.year()+1:t.year(),d=t.month()===11?0:t.month()+1;for(let f=1;f<=i;f++)o.push({day:f,month:d,year:c,type:"next"})}return[...n,...r,...o]},cq=["id"],dq={class:"d-flex"},fq={class:"pl-date-picker-range__calendar"},pq={class:"pl-date-picker-range__switcher"},mq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},gq={class:"pl-date-picker-range__switcher-text"},vq={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},hq={class:"pl-date-picker-range__days-container"},yq=["onMouseenter"],Mq=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:{}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:r}){const{width:o,height:l}=un();le.locale("ru"),le.extend(Am),le.extend(Om),le.extend(VD);const s=t,i=r,c=e.computed({get:()=>s.isOpen,set:A=>i("update:isOpen",A)}),d=e.computed({get:()=>s.dateValue,set:A=>{i("update:dateValue",A)}}),f=e.computed({get:()=>s.modelValue,set:A=>i("update:modelValue",A)});e.watch(f,A=>{le(A,"YYYY-MM-DD",!0).isValid()&&!s.disabledDate(A)?(d.value=le(A,"YYYY-MM-DD").format("DD.MM.YYYY"),k.value=le(f.value,"YYYY-MM-DD")):d.value=""});const m=e.ref(!1);ac&&e.nextTick(()=>{var B,F;const A=((B=document.getElementById("pl-scrollbar"))==null?void 0:B.getElementsByClassName("pl-scrollbar__wrap")[0])||((F=document.querySelector('[role="dialog"]'))==null?void 0:F.parentElement),Q=nD(s.inputElement);if(e.watch(()=>Q.value,()=>{m.value=Q.value}),A&&A.contains(document.getElementById(s.idProp))){const{height:ee,width:L}=Lu(A),{isScrolling:Y,y:K}=ha(A);e.watch(()=>[ee.value,L.value,Y.value],()=>{D()}),e.watch(()=>K.value,()=>{Q.value&&($.value=K.value)})}}),e.onMounted(()=>{le(f.value,"YYYY-MM-DD",!0).isValid()?d.value=le(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):d.value=""});const p=A=>zn(A).format("YYYY-MM-DD")===s.modelValue,h=()=>{k.value=T.value,d.value=T.value.format("DD.MM.YYYY"),i("update:modelValue",k.value.format("YYYY-MM-DD")),o.value>=768?c.value=!1:i("closePickerOnMobile"),i("changeOpen",!0)},{isScrolling:M}=ha(window);e.watch(()=>[l.value,o.value,M.value],()=>{D()});const v=e.ref(0),y=e.ref(0),N=e.computed(()=>`top: ${v.value-$.value}px; left: ${y.value}px`),D=()=>{if(s.mobile||!m.value||!c.value)return;const A=document.getElementById(s.idProp),Q=A.getBoundingClientRect(),B=A.querySelector(".pl-input__label-container"),F=A.querySelector(".pl-input__helpertext"),ee=B?B.offsetHeight:0,L=F?F.offsetHeight:0;v.value=Q.y+Q.height+window.scrollY+4-L,y.value=Q.x,e.nextTick(()=>{const Y=document.getElementById(`${s.idProp}-popup`);if(!Y)return;const K=Y.getBoundingClientRect();y.value=Q.x-(K.width-Q.width)/2,K.bottom>l.value+$.value?v.value=v.value-K.height-Q.height-8+L+ee:v.value=Q.y+Q.height+window.scrollY+4-L+$.value;const se=window.innerWidth-K.right;e.nextTick(()=>{const ce=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();se<0?y.value=Q.x-K.width+Q.width:ce.left<0&&(y.value=Q.x)})})},_=()=>{c.value=!0},I=A=>Um(A,s.disabledDate),w=A=>RD(A,s.disabledDate),k=e.ref(le()),T=e.ref(le()),b=e.ref(le()),x=()=>{le(d.value,"DD.MM.YYYY",!0).isValid()||(d.value="",i("update:modelValue",""))},z=()=>{k.value=$D(k.value)},E=()=>{k.value=UD(k.value)},j=()=>{k.value=QD(k.value)},V=()=>{k.value=YD(k.value)},$=e.ref(0);e.watch(c,()=>{le(f.value,"YYYY-MM-DD",!0).isValid()?k.value=le(f.value,"YYYY-MM-DD"):k.value=b.value,e.nextTick(()=>{D()})});const W=e.ref(Eo(k.value)),Z=e.ref(Eo(k.value.add(1,"month"))),U=A=>{w(A)&&(T.value=zn(A),h())};return n({openPopup:_,checkInput:x}),e.watch(k,()=>{W.value=Eo(k.value),Z.value=Eo(k.value.add(1,"month"))}),(A,Q)=>{const B=ut,F=Vs,ee=kn,L=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[c.value&&m.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${A.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(N.value)},[e.createElementVNode("div",dq,[e.createElementVNode("div",fq,[e.createElementVNode("div",pq,[e.createElementVNode("div",mq,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[L,j]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[L,z]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",gq,[e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",vq,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[L,E]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[L,V]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",hq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(Y,K)=>(e.openBlock(),e.createElementBlock("div",{key:K,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ee,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,(Y,K)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${K}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",w(Y),{"pl-date-picker-range__days_disabled":I(Y)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||d.value)&&p(Y)&&Y.type==="current"&&!I(Y)},{"pl-date-picker-range-cursor-default":Y.type==="previous"||Y.type==="next"}]),onMouseenter:se=>w(Y)},[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(Cp)(Y)&&w(Y)}])},[e.createVNode(ee,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y.type!=="previous"&&Y.type!=="next"?Y.day:""),1)]),_:2},1024)],2)],42,yq)),[[L,()=>U(Y)]])),128))])])])],12,cq)):e.createCommentVNode("",!0)]),_:1})}}});const xM=Zn(Mq,[["__scopeId","data-v-1e8111bc"]]),Nq=["id"],Dq=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:()=>!1},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen","blur","change"],setup(t,{expose:n,emit:r}){const o=`id-${dr()}`,{width:l}=un(),s=t,i=e.ref(null),c=e.ref();$r(i,()=>{l.value>=768&&setTimeout(()=>{p.value=!1}),d("changeOpen",!0)},{ignore:[c]});const d=r,f=e.computed({get:()=>s.modelValue,set:k=>{d("change",k),d("update:modelValue",k)}}),m=e.ref(""),p=e.ref(!1),h=e.ref(!1),M=e.ref(),v=e.ref();e.watch(()=>h.value,(k,T)=>{T&&!k&&(v.value.blurInput(!0),d("blur"))}),e.watch(()=>m.value,k=>{le(k,"DD.MM.YYYY",!0).isValid()&&(d("update:modelValue",le(k,"DD.MM.YYYY",!0).format("YYYY-MM-DD")),d("change",k))}),e.watch(()=>p.value,(k,T)=>{T&&!k&&(v.value.blurInput(!0),d("blur"))});const y=()=>{v.value.blurInput(!0),f.value=null,setTimeout(()=>{N(),l.value>=768&&v.value.focusInput()},100)},N=()=>{if(c.value&&!s.disabled)return c.value.openPopup()},D=()=>{c.value&&e.nextTick(()=>{c.value.checkInput()})},_=()=>{p.value=!1},I=()=>{M.value.closeModalOnMobile()},w=(k=!1)=>{d("changeOpen",k)};return n({openPopup:N}),(k,T)=>{const b=cc,x=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${o}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[k.showInput?e.withDirectives((e.openBlock(),e.createBlock(b,{key:0,ref_key:"inputPickerRef",ref:v,modelValue:m.value,"onUpdate:modelValue":T[0]||(T[0]=z=>m.value=z),prop:k.prop,label:k.label,optional:k.optional,placeholder:k.placeholder,helpertext:k.helpertext,tooltip:k.tooltip,width:k.width,clearable:k.clearable,disabled:k.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:T[1]||(T[1]=()=>{N()}),onKeydown:e.withKeys(_,["tab"]),onCustomBlur:D,onResetValue:y,onTouchstart:T[2]||(T[2]=()=>{N()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled"])),[[x,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(l)<768?(e.openBlock(),e.createBlock(Pm,{key:1,ref_key:"pickerDialog",ref:M,modelValue:h.value,"onUpdate:modelValue":T[6]||(T[6]=z=>h.value=z),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode(" Календарь ")]),default:e.withCtx(()=>[e.createVNode(xM,{ref_key:"pickerWrapper",ref:c,modelValue:f.value,"onUpdate:modelValue":T[3]||(T[3]=z=>f.value=z),isOpen:h.value,"onUpdate:isOpen":T[4]||(T[4]=z=>h.value=z),dateValue:m.value,"onUpdate:dateValue":T[5]||(T[5]=z=>m.value=z),"month-switch":k.monthSwitch,"year-switch":k.yearSwitch,"input-element":v.value,mobile:"","disabled-date":k.disabledDate,onClosePickerOnMobile:I},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(xM,{ref_key:"pickerWrapper",ref:c,modelValue:f.value,"onUpdate:modelValue":T[7]||(T[7]=z=>f.value=z),isOpen:p.value,"onUpdate:isOpen":T[8]||(T[8]=z=>p.value=z),dateValue:m.value,"onUpdate:dateValue":T[9]||(T[9]=z=>m.value=z),"month-switch":k.monthSwitch,"year-switch":k.yearSwitch,"disabled-date":k.disabledDate,"input-element":v.value,"id-prop":`pl-date-picker-range-${o}`,onChangeOpen:w},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,Nq)}}});const bq=["id"],wq={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},kq={class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarCurrent"},Cq={class:"pl-date-picker-range__switcher"},Tq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},_q={class:"pl-date-picker-range__switcher-text","data-testid":"monthCurrent"},Iq={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},xq={class:"pl-date-picker-range__days-container"},Eq=["onMouseenter"],Sq={key:0,class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarNext"},zq={class:"pl-date-picker-range__switcher"},jq={class:"pl-date-picker-range__switcher-text","data-testid":"monthNext"},Aq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},Oq={class:"pl-date-picker-range__days-container"},Lq=["onMouseenter"],nl="pl-date-picker-range__days_month-range-left",Xl="pl-date-picker-range__days_month-range-right",EM="pl-date-picker-range__days_month-circle",Bq=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:{}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:r}){const{width:o,height:l}=un();le.locale("ru"),le.extend(Am),le.extend(Om),le.extend(VD);const s=t,i=r,c=e.computed({get:()=>s.modelValue,set:ge=>i("update:modelValue",ge)}),d=e.computed({get:()=>s.isOpen,set:ge=>i("update:isOpen",ge)}),f=e.computed({get:()=>s.dateValue,set:ge=>i("update:dateValue",ge)}),{isScrolling:m}=ha(window);e.watch(()=>[l.value,o.value,m.value],()=>{v()});const p=e.ref(0),h=e.ref(0),M=e.computed(()=>`top: ${p.value-K.value}px; left: ${h.value}px`),v=()=>{if(s.mobile||!j.value||!d.value)return;const ge=document.getElementById(s.idProp),Ne=ge.getBoundingClientRect(),ie=ge.querySelector(".pl-input__label-container"),te=ge.querySelector(".pl-input__helpertext"),pe=ie?ie.offsetHeight:0,Ee=te?te.offsetHeight:0;p.value=Ne.y+Ne.height+window.scrollY+4-Ee,h.value=Ne.x,e.nextTick(()=>{const re=document.getElementById(`${s.idProp}-popup`);if(!re)return;const ye=re.getBoundingClientRect();h.value=Ne.x-(ye.width-Ne.width)/2,ye.bottom>l.value+K.value?p.value=p.value-ye.height-Ne.height-8+Ee+pe:p.value=Ne.y+Ne.height+window.scrollY+4-Ee+K.value;const q=window.innerWidth-ye.right;e.nextTick(()=>{const J=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();q<0?h.value=Ne.x-ye.width+Ne.width:J.left<0&&(h.value=Ne.x)})})},y=()=>{d.value=!0},N=ge=>ge.includes(" – ")?le(ge.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&le(ge.split(" – ")[1],"DD.MM.YYYY",!0).isValid():le(ge,"DD.MM.YYYY",!0).isValid(),D=[{label:"Сегодня",key:"today",value:[le(),le()]},{label:"Вчера",key:"yesterday",value:[le().subtract(1,"d"),le().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[le().subtract(29,"d"),le()]},{label:"Текущий квартал",key:"currentQuarter",value:[le().startOf("quarter"),le().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[le().startOf("month"),le().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[le().startOf("year"),le().endOf("year")]}],_=ge=>{s.disabledDate(le(ge[0]).format("YYYY-MM-DD"))||s.disabledDate(le(ge[1]).format("YYYY-MM-DD"))||(E.value=ge,$(E.value),T.value=E.value[0],o.value>=768?d.value=!1:i("closePickerOnMobile"))},I=ge=>!he&&E.value.length&&le(ge[0]).format("YYYY-MM-DD")===le(E.value[0]).format("YYYY-MM-DD")&&le(ge[1]).format("YYYY-MM-DD")===le(E.value[1]).format("YYYY-MM-DD"),w=ge=>Um(ge,s.disabledDate),k=ge=>RD(ge,s.disabledDate),T=e.ref(le()),b=e.ref(le()),x=e.ref(le()),z=e.ref(le()),E=e.ref([]);e.watch(c,ge=>{ge&&ge.length===2&&V(ge)});const j=e.ref(!1);e.nextTick(()=>{var ie,te;const ge=((ie=document.getElementById("pl-scrollbar"))==null?void 0:ie.getElementsByClassName("pl-scrollbar__wrap")[0])||((te=document.querySelector('[role="dialog"]'))==null?void 0:te.parentElement),Ne=nD(s.inputElement);if(e.watch(()=>Ne.value,()=>{j.value=Ne.value}),ge&&ge.contains(document.getElementById(s.idProp))){const{height:pe,width:Ee}=Lu(ge),{isScrolling:re,y:ye}=ha(ge);e.watch(()=>[pe.value,Ee.value,re.value],()=>{v()}),e.watch(()=>ye.value,()=>{Ne.value&&(K.value=ye.value)})}}),e.onMounted(()=>{c.value&&c.value.length===2&&V(c.value)}),e.watch(f,ge=>{N(ge)?(ge.split(" – ").length===2&&(b.value=le(ge.split(" – ")[0].split(".").reverse().join("-")),x.value=le(ge.split(" – ")[1].split(".").reverse().join("-")),E.value=[b.value,x.value],$(E.value),T.value=E.value[0]),b.value.isAfter(x.value)&&(x.value=E.value[0],b.value=E.value[1],E.value=[b.value,x.value],$(E.value))):(x.value=le(),b.value=le(),$()),U()});const V=ge=>{if(ge&&ge.length===2){const Ne=le(ge[0]).format("YYYY-MM-DD").split("-").reverse().join("."),ie=le(ge[1]).format("YYYY-MM-DD").split("-").reverse().join("."),te=`${Ne} – ${ie}`;N(te)?f.value=te:i("update:modelValue",[])}},$=(ge=[])=>{if(ge.length===2){const Ne=[ge[0].format("YYYY-MM-DD"),ge[1].format("YYYY-MM-DD")];s.disabledDate(Ne[0])||s.disabledDate(Ne[1])||!Ne[0]||!Ne[1]?i("update:modelValue",[]):i("update:modelValue",Ne)}},W=ge=>{N(ge.target.value)&&(le(ge.target.value.split(".").reverse().join("-")).isBefore(x.value)&&(b.value=le(ge.target.value.split(".").reverse().join("-"))),E.value=[b.value,x.value],U())},Z=()=>{!N(f.value)&&!d.value&&e.nextTick(()=>{f.value=""})},U=()=>{ce={day:b.value.date(),month:b.value.month(),year:b.value.year()},X={day:x.value.date(),month:x.value.month(),year:x.value.year()},Qe(X,!1),he=!1},A=()=>{T.value=$D(T.value)},Q=()=>{T.value=UD(T.value)},B=()=>{T.value=QD(T.value)},F=()=>{T.value=YD(T.value)},ee=(ge,Ne)=>Ne.date()===ge.day&&Ne.month()===ge.month&&Ne.year()===ge.year,L=ge=>E.value.length===2?ee(ge,b.value)||ee(ge,x.value):ee(ge,b.value),Y=ge=>{const Ne=x.value.isAfter(b.value),ie=x.value.isSame(b.value,"day");if(E.value.length===2){if(!ie){if(ee(ge,b.value))return Ne?nl:Xl;if(ee(ge,x.value))return Ne?Xl:nl}}else return},K=e.ref(0);e.watch(d,()=>{T.value=z.value,N(f.value)?(x.value=le(f.value.split(" – ")[1].split(".").reverse().join("-")),b.value=le(f.value.split(" – ")[0].split(".").reverse().join("-")),E.value=[b.value,x.value]):(x.value=le(),b.value=le(),E.value=[]),U(),T.value=b.value,e.nextTick(()=>{v()})});const se=()=>{T.value=b.value,E.value.length===0||E.value.length===1?z.value=b.value:z.value=x.value,b.value.isAfter(x.value)?f.value=x.value.format("DD.MM.YYYY")+" – "+b.value.format("DD.MM.YYYY"):f.value=b.value.format("DD.MM.YYYY")+" – "+x.value.format("DD.MM.YYYY"),o.value>=768?d.value=!1:i("closePickerOnMobile"),i("changeOpen",!0)};let he,ce,X;const ve=e.ref(Eo(T.value)),de=e.ref(Eo(T.value.add(1,"month"))),je=ge=>{ge.type!=="previous"&&ge.type!=="next"&&(he?(x.value=zn(ge),Se(ge,1),se()):(b.value=zn(ge),Se(ge,0)))},Se=(ge,Ne)=>{he=!Ne,Ne||(E.value=[],ce=ge,X=ge),ge.type!=="previous"&&ge.type!=="next"&&(Qe(ge,!1),E.value[Ne]=zn(ge))},Te=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),Ae=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),Ve=e.computed(()=>s.periodOptions.length===0?D:D.filter(ge=>s.periodOptions.includes(ge.key))),Ye=(ge,Ne)=>zn(ge).isSame(zn(Ne)),He=(ge,Ne)=>zn(ge).isAfter(zn(Ne)),lt=(ge,Ne)=>zn(ge).isBefore(zn(Ne)),st=(ge,Ne,ie)=>zn(ge).isBetween(zn(Ne),zn(ie));let Oe=!1,Je=!1,ct=!1,we=!1,ue=[],Ie=0;const Qe=(ge,Ne)=>{if(he){Ie=0,ue.push(ge);for(let ie=0;ie<ve.value.length;ie++)ve.value[ie].type==="current"&&(Ie+=1);for(let ie=0;ie<de.value.length;ie++)de.value[ie].type==="current"&&(Ie+=1);ue.length-1===Ie?X=ue[0]:X=ge}else ue=[];if(ce&&X&&!Ne&&he){const ie=(te,pe,Ee)=>{const re=Ee?ve.value[pe]:de.value[pe];re&&(Oe=Ye(re,X),Je=He(X,ce),ct=lt(X,ce),we=st(re,ce,X),Ye(re,ce)?(te.classList.toggle(Xl,ct&&!!te.textContent),te.classList.toggle(nl,Je&&!!te.textContent)):E.value.length===1&&(Oe?(te.classList.toggle(EM,Oe),te.classList.toggle(Xl,Je&&!!te.textContent),te.classList.toggle(nl,ct&&!!te.textContent)):(te.classList.contains(nl)?te.classList.remove(nl):te.classList.remove(Xl),te.classList.toggle("pl-date-picker-range__days_month-range",we&&re.type!=="next"&&re.type!=="previous"&&!!te.textContent),te.classList.toggle(EM,Oe))))};Array.from(Te.value).forEach((te,pe)=>{ie(te,pe,!0)}),Array.from(Ae.value).forEach((te,pe)=>{ie(te,pe,!1)})}return ce&&X&&Ne?st(ge,ce,X):!1};return n({openPopup:y,checkRangeInput:Z,startUpdateDate:W}),e.watch(T,()=>{ve.value=Eo(T.value),de.value=Eo(T.value.add(1,"month"))}),(ge,Ne)=>{const ie=kn,te=ut,pe=Vs,Ee=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.value&&j.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${ge.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(M.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",wq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Ve.value,re=>(e.openBlock(),e.createBlock(ie,{key:re.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":I(re.value)&&N(f.value)}]),onClick:ye=>_(re.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:T.value,class:"d-flex"},[e.createElementVNode("div",kq,[e.createElementVNode("div",Cq,[e.createElementVNode("div",Tq,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[Ee,B]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[Ee,A]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",_q,[e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.format("MMMM"))),1)]),_:1}),e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",Iq,[ge.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,Q]]):e.createCommentVNode("",!0),ge.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",xq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(re,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ve.value,(re,ye)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ye}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",k(re)?Y(re):"",{"pl-date-picker-range__days_disabled":w(re)},{"pl-date-picker-range__days_month-active":(c.value&&c.value.length||e.unref(he))&&L(re)&&re.type==="current"&&!w(re)&&(N(f.value)||e.unref(o)<768||e.unref(he))},{"pl-date-picker-range__days_month-range":re.type!=="previous"&&re.type!=="next"?Qe(re,!0):""},{"pl-date-picker-range-cursor-default":re.type==="previous"||re.type==="next"}]),onMouseenter:q=>k(re)?Qe(re,!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(Cp)(re)&&k(re)},{"pl-date-picker-range__days-field_selecting":e.unref(he)}])},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.type!=="previous"&&re.type!=="next"?re.day:""),1)]),_:2},1024)],2)],42,Eq)),[[Ee,()=>k(re)?je(re):""]])),128))])]),ge.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Sq,[e.createElementVNode("div",zq,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!ge.mobile}])},null,2),e.createElementVNode("div",jq,[e.createVNode(pe,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",Aq,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,Q]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Oq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(re,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.value,(re,ye)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ye}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",k(re)?Y(re):"",{"pl-date-picker-range__days_disabled":w(re)},{"pl-date-picker-range__days_month-active":(c.value&&c.value.length||e.unref(he))&&L(re)&&re.type==="current"&&!w(re)&&(N(f.value)||e.unref(o)<768||e.unref(he))},{"pl-date-picker-range__days_month-range":re.type!=="previous"&&re.type!=="next"?Qe(re,!0):""},{"pl-date-picker-range-cursor-default":re.type==="previous"||re.type==="next"}]),onMouseenter:q=>k(re)?Qe(re,!1):""},[e.createElementVNode("div",{"data-testid":"dateOptionNext",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Cp)(re)&&k(re)},{"pl-date-picker-range__days-field_selecting":e.unref(he)}])},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.type!=="previous"&&re.type!=="next"?re.day:""),1)]),_:2},1024)],2)],42,Lq)),[[Ee,()=>k(re)?je(re):""]])),128))])]))]))],12,bq)):e.createCommentVNode("",!0)]),_:1})}}});const SM=Zn(Bq,[["__scopeId","data-v-2a131427"]]),Pq=["id"],Vq=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:()=>!1},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean}},emits:["update:modelValue","changeOpen","blur"],setup(t,{expose:n,emit:r}){const o=`id-${dr()}`,l=e.ref(null),s=e.ref();$r(l,()=>{i.value>=768&&setTimeout(()=>{p.value=!1}),d("changeOpen",!0)},{ignore:[s]});const{width:i}=un(),c=t,d=r,f=e.computed({get:()=>c.modelValue,set:b=>d("update:modelValue",b)});e.watch(()=>f.value,b=>{(!b||!b.length)&&(m.value="")});const m=e.ref(""),p=e.ref(!1),h=e.ref(!1),M=e.ref(),v=e.ref();e.watch(()=>h.value,(b,x)=>{x&&!b&&(v.value.blurInput(!0),d("blur"))}),e.watch(()=>p.value,(b,x)=>{x&&!b&&setTimeout(()=>{s.value.checkRangeInput(),v.value.blurInput(!0),d("blur")},100)}),e.watch(()=>m.value,()=>{m.value||d("update:modelValue",[])});const y=()=>{c.focusOnReset||(v.value.blurInput(!0),d("blur")),setTimeout(()=>{N(),i.value>=768&&v.value.focusInput()},100)},N=()=>{if(s.value&&!c.disabled)return i.value<768&&(_(),v.value.blurInput(!1)),s.value.openPopup()},D=()=>{p.value=!1};function _(){setTimeout(()=>{const b=document.querySelector(".pl-date-picker-range__period-list"),x=b==null?void 0:b.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(x){const z=x.getBoundingClientRect(),E=b==null?void 0:b.clientWidth,j=x.clientWidth,V=(E-j)/2;b==null||b.scrollTo({left:z.left+(b==null?void 0:b.scrollLeft)-V,behavior:"smooth"})}},300)}const I=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),d("blur")})},w=b=>{if(s.value)return s.value.startUpdateDate(b)},k=()=>{M.value.closeModalOnMobile()},T=(b=!1)=>{b&&e.nextTick(()=>{s.value.checkRangeInput()}),d("changeOpen",b)};return n({openPopup:N}),(b,x)=>{const z=cc,E=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${o}`,ref_key:"datePickerRef",ref:l,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${c.width}`)},[b.showInput?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,ref_key:"inputPickerRef",ref:v,modelValue:m.value,"onUpdate:modelValue":x[0]||(x[0]=j=>m.value=j),prop:b.prop,label:b.label,optional:b.optional,placeholder:b.placeholder,helpertext:b.helpertext,tooltip:b.tooltip,width:b.width,clearable:b.clearable,disabled:b.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":c.focusOnReset,onFocus:x[1]||(x[1]=()=>{N()}),onInput:w,onBlur:I,onResetValue:y,onTabHandler:D,onTouchstart:x[2]||(x[2]=()=>{N()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[E,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<768?(e.openBlock(),e.createBlock(Pm,{key:1,ref_key:"pickerDialog",ref:M,modelValue:h.value,"onUpdate:modelValue":x[6]||(x[6]=j=>h.value=j),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode(" Календарь ")]),default:e.withCtx(()=>[e.createVNode(SM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":x[3]||(x[3]=j=>f.value=j),isOpen:h.value,"onUpdate:isOpen":x[4]||(x[4]=j=>h.value=j),dateValue:m.value,"onUpdate:dateValue":x[5]||(x[5]=j=>m.value=j),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"input-element":v.value,mobile:"","disabled-date":b.disabledDate,onClosePickerOnMobile:k},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(SM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":x[7]||(x[7]=j=>f.value=j),isOpen:p.value,"onUpdate:isOpen":x[8]||(x[8]=j=>p.value=j),dateValue:m.value,"onUpdate:dateValue":x[9]||(x[9]=j=>m.value=j),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"disabled-date":b.disabledDate,"focus-on-reset":c.focusOnReset,"input-element":v.value,"id-prop":`pl-date-picker-range-${o}`,onChangeOpen:T},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,Pq)}}});const FD={install(t){t.component("PlDatePickerPlus",Dq),t.component("PlDatePickerRangePlus",Vq)}},qD=Qt(cc,"PlInputPlus"),$q={class:e.normalizeClass(["pl-radio-container"])},Uq=["id","value","disabled"],Qq=["onClick"],Yq=e.defineComponent({__name:"pl-radio",props:e.mergeModels({modelValue:{},options:{},label:{},description:{},size:{default:"medium"},disabled:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["update:modelValue","change"],["update:modelValue"]),setup(t,{emit:n}){const r=t,o=e.useModel(t,"modelValue"),l=(i,c)=>{if(i.disabled||r.disabled)c.preventDefault();else{if(o.value===i.value)return;s("update:modelValue",i.value),s("change",i.value)}},s=n;return(i,c)=>(e.openBlock(),e.createElementBlock("div",$q,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.options,(d,f)=>(e.openBlock(),e.createElementBlock("label",{key:f+"pl-radio",class:e.normalizeClass(["pl-radio",`pl-radio-${r.size}`,{"pl-radio-disabled":d.disabled||r.disabled}])},[e.withDirectives(e.createElementVNode("input",{id:"radio-"+f,"onUpdate:modelValue":c[0]||(c[0]=m=>o.value=m),type:"radio",value:d.value,class:"pl-radio-input",disabled:d.disabled||r.disabled},null,8,Uq),[[e.vModelRadio,o.value]]),e.createElementVNode("div",{class:"pl-radio-wrapper",onClick:m=>l(d,m)},[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":d.value===t.modelValue}])},null,2),d.label?(e.openBlock(),e.createBlock($m,{key:0,title:d.label,description:d.description,disabled:d.disabled||r.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)],8,Qq)],2))),128))]))}});const HD={install(t){t.component("PlRadio",Yq)}},zM=e.defineComponent({__name:"pl-tags-chips",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createBlock(Gn,{class:e.normalizeClass(["pl-tags-chips-container",{"pl-tags-chips-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},8,["class"]))}});const Rq={key:0,class:"pl-multi-select__prefix-container"},Fq={class:"pl-multi-select__inner-container"},qq=["id","prop","placeholder","disabled","onKeydown"],Hq={class:"pl-multi-select__suffix-container"},Wq=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 r=t,o=n,l=()=>{o("reset")},s=()=>{o("update:focus",!1)},i=c=>{c.composed&&c.stopImmediatePropagation()};return(c,d)=>{const f=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-multi-select__select",{focus:c.focus,disabled:r.disabled,"is-error":r.showError}])},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",Rq,[e.createVNode(f,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Fq,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:e.normalizeClass(["pl-multi-select__inner",{"pl-multi-select__inner_hidden":c.modelValue.length}]),type:"text",placeholder:r.placeholder,disabled:r.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:i},null,42,qq),c.modelValue.length?(e.openBlock(),e.createBlock(zM,{key:0,disabled:r.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(c.modelValue[0].label),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0),c.modelValue.length>1?(e.openBlock(),e.createBlock(zM,{key:1,disabled:r.disabled},{default:e.withCtx(()=>[e.createTextVNode(" +"+e.toDisplayString(c.modelValue.length-1),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Hq,[!r.disabled&&r.clearable&&r.modelValue.length?(e.openBlock(),e.createBlock(f,{key:0,name:"Close16",onMouseup:e.withModifiers(l,["stop"])})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-multi-select__suffix_rotate":r.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),Zq=["id"],Gq={key:0,class:"d-flex gap-2 p-2"},jM=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 r=t,o=e.computed({get:()=>r.modelValue,set:c=>{i("update:modelValue",c)}}),l=()=>{i("closeSave")},s=(c,d)=>{c?o.value.push(d):o.value=o.value.map(f=>{if(!uc(d.value,f.value))return e.toRaw(f)}).filter(Boolean)},i=n;return(c,d)=>{const f=uo;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-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":r.buttons},{"pl-multi-select__dropdown-container_helpertext":c.helpertext||c.errors.length>0}]),style:e.normalizeStyle(c.offsets)},[e.createVNode(f,{"max-height":r.buttons?"208px":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,m=>(e.openBlock(),e.createBlock(fs,{key:m.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!o.value.find(p=>JSON.stringify(m.value)===JSON.stringify(p.value)),description:m.description,disabled:m.disabled,label:m.label,onChange:p=>s(p,m)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),r.buttons?(e.openBlock(),e.createElementBlock("div",Gq,[e.createVNode(ya,{"full-width":"",type:"secondary",size:"small",onClick:d[0]||(d[0]=m=>i("reset"))},{default:e.withCtx(()=>[e.createTextVNode(" Сбросить ")]),_:1}),e.createVNode(ya,{"full-width":"",size:"small",onClick:l},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])):e.createCommentVNode("",!0)],14,Zq)):e.createCommentVNode("",!0)]),_:1})}}});const Kq={class:"pl-multi-select__wrapper"},Jq=["id"],Xq={key:0,class:"pl-multi-select__label-container"},e9={class:"pl-multi-select__label-container-text"},t9={key:1,class:"pl-multi-select__helpertext-container"},n9=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},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","change","reset"],setup(t,{emit:n}){e.useCssVars(x=>({ee6b6c7a:r.width}));const r=t,o=`id-${dr()}`,l=e.ref([]);if(r.prop){const x=e.inject("errorsState");x&&e.watch(x,()=>{l.value=x.value.filter(z=>z.field===r.prop),_()},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=un().height;e.watch(c,()=>{_()});const{isScrolling:d}=ha(window);e.watch(d,()=>{_()});const f=e.ref([]),m=x=>JSON.parse(JSON.stringify(x));e.watch(i,x=>{var z;f.value=m(k.value),x?(z=document.getElementById(o))==null||z.focus():T(),e.nextTick(()=>{const E=document.getElementById(`pl-multi-select__select-container-${o}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${o}`);j&&(j.style.maxWidth=E),_()})});const p=e.ref(),h=e.ref();$r(p,()=>{i.value&&r.buttons&&(k.value=m(f.value)),i.value=!1},{ignore:[h]});const M=x=>JSON.stringify(x.sort((z,E)=>z.value<E.value?-1:z.value>E.value?1:0)),v=()=>{i.value=!1,M(f.value)!==M(k.value)&&(document.getElementById(o).dispatchEvent(new Event("change")),w("change",k.value))},y=e.ref(0),N=e.ref(0),D=e.computed(()=>`top: ${y.value}px; left: ${N.value}px`),_=()=>{if(!i.value)return;const x=document.getElementById(`pl-multi-select__select-container-${o}`);if(!x)return;const z=x.getBoundingClientRect(),E=x.querySelector(".pl-multi-select__label-container"),j=x.querySelector(".pl-multi-select__helpertext-container"),V=E?E.offsetHeight:-4,$=j?j.offsetHeight:-4;r.teleport?(y.value=z.y+z.height+window.scrollY,N.value=z.x):y.value=z.height-$-4,y.value=z.height-$-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${o}`);if(!W)return;const Z=W.getBoundingClientRect();Z.bottom>c.value?r.teleport?y.value=y.value-Z.height+(z.height-V):y.value=y.value-Z.height-(z.height-V-$)-4:r.teleport?y.value=z.y+z.height+window.scrollY-$-4:y.value=z.height-$-4})},I=()=>{r.disabled||(i.value=!i.value,!i.value&&r.buttons&&(k.value=m(f.value)))},w=n,k=e.computed({get:()=>r.modelValue,set:x=>{w("update:modelValue",x)}}),T=()=>{document.getElementById(o).dispatchEvent(new Event("blur"))};e.watch(()=>k.value,()=>{r.buttons||(document.getElementById(o).dispatchEvent(new Event("change")),w("change",k.value))},{deep:!0});const b=()=>{k.value=[],f.value=[],T(),w("reset")};return(x,z)=>{const E=kn,j=Gn;return e.openBlock(),e.createElementBlock("div",Kq,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${o}`,ref_key:"selectRef",ref:p,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:I},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",Xq,[e.createElementVNode("div",e9,[r.label?(e.openBlock(),e.createBlock(E,{key:0,class:"pl-multi-select__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(E,{key:1,class:"pl-multi-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(Ta,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(Wq,e.mergeProps(r,{id:o,focus:i.value,"onUpdate:focus":z[0]||(z[0]=V=>i.value=V),"model-value":k.value,"show-error":s.value,onReset:b}),null,16,["focus","model-value","show-error"]),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",t9,[l.value.length>0?(e.openBlock(),e.createBlock(j,{key:0,class:"pl-multi-select__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(j,{key:1,class:"pl-multi-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,Jq),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(jM,{id:o,ref_key:"dropdownRef",ref:h,modelValue:k.value,"onUpdate:modelValue":z[1]||(z[1]=V=>k.value=V),offsets:D.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,onReset:b,onCloseSave:v},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])])):(e.openBlock(),e.createBlock(jM,{key:1,id:o,ref_key:"dropdownRef",ref:h,modelValue:k.value,"onUpdate:modelValue":z[2]||(z[2]=V=>k.value=V),offsets:D.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,onReset:b,onCloseSave:v},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"]))])}}});const WD={install(t){t.component("PlMultiSelect",n9)}},r9=["disabled"],o9=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),a9={key:0},l9=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 r=t,o=e.ref(r.modelValue),l=c=>{i("update:modelValue",c),i("change",c)},s=()=>{r.disabled||(o.value=!o.value,l(o.value))},i=n;return e.watch(()=>r.modelValue,c=>{o.value=c}),(c,d)=>{const f=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-switch-container",{"pl-switch-disabled":r.disabled}])},[e.createElementVNode("div",{class:e.normalizeClass(["pl-switch",{"pl-switch-isChecked":r.modelValue}])},[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=m=>o.value=m),type:"checkbox",disabled:r.disabled},null,8,r9),[[e.vModelCheckbox,o.value]]),o9],2),r.label?(e.openBlock(),e.createElementBlock("label",a9,[e.createVNode($m,{title:t.label,description:t.description,disabled:r.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}});const ZD={install(t){t.component("PlSwitch",l9)}},s9=e.defineComponent({__name:"pl-form",props:{model:{},rules:{default:()=>({})},modelErrorsState:{default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:r}){const o=t,{model:l,rules:s}=e.toRefs(o),i=r,c=e.ref([]);e.provide("errorsState",c),e.watch(c,T=>{i("update:modelErrorsState",T)},{deep:!0});let d=[];const f=(T,b,x=null)=>{for(const z in T)if(T[z]&&typeof T[z]=="object"&&!Array.isArray(T[z]))if(x){const E=b.indexOf(x);b.push(b[E]+"."+z),f(T[z],b,b[E]+"."+z)}else b.push(z),f(T[z],b,z);else if(x){const E=b.indexOf(x);E===-1?b.push(x+"."+z):b[E]+="."+z}else b.push(z)},m=(T,b,x,z=!1)=>new Promise((E,j)=>{if(b.includes(".")){const V=b.slice(0,b.indexOf(".")),$=b.slice(b.indexOf(".")+1);x?m(V,$,x[V],z).then(E).catch(j):z||E({})}else{const V={...x};E(z?V[b]?V[b].filter($=>$.validator||typeof $.validator>"u"):[]:V[b])}}),p=e.ref({}),h=T=>new Promise((b,x)=>{const z=new va(p.value),E={};f(l.value,d);try{const j=d.map(async V=>{E[V]=await m(V,V,l.value)});Promise.all(j).then(()=>{z.validate(E,V=>{if(V){c.value=V,T==null||T(!1,c.value),x();return}c.value=[],d=[],T==null||T(!0,c.value),b()})})}catch(j){throw new Error(j)}}),M=async T=>{if(!(T in p.value))return;const b={},x={};x[T]=await m(T,T,l.value),b[T]=p.value[T],new va(b).validate(x,E=>{c.value=c.value.filter(j=>j.field!==T),E&&(c.value=c.value.concat(E))})},v=(T=[])=>{Array.isArray(T)&&T.length>0?T.forEach(b=>{c.value=c.value.filter(x=>x.field!==b)}):Array.isArray(T)?c.value=[]:c.value=c.value.filter(b=>b.field!==T)},y=(T=[])=>{if(Array.isArray(T)&&T.length>0)T.forEach(b=>{v([b]),typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null)});else if(!Array.isArray(T))typeof l.value[T]=="string"?l.value[T]="":(typeof l.value[T]=="number"||typeof l.value[T]=="object")&&(l.value[T]=null);else{v(T);for(const b in s.value)typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null)}},N=e.ref(null),D=e.ref([]),_=e.ref([]),I=async()=>{var b;const T=N.value;_.value=[],p.value={};for(let x=0;x<T.length;x++){const z=T[x],E=z.disabled,j=(b=z.attributes.prop)==null?void 0:b.value;_.value.push(j),j&&!E&&(p.value[j]=await m(j,j,s.value,!0));const V=()=>{setTimeout(()=>{e.nextTick(()=>{M(j)})},10)};j&&p.value[j]&&!z.attributes.triggered&&p.value[j].forEach($=>{$.trigger?$.trigger.replace(/\s/g,"").split(",").forEach(Z=>{z.addEventListener(Z,V),D.value.push({element:z,trigger:Z,callBack:V})}):["blur","change","input"].forEach(Z=>{z.addEventListener(Z,V),D.value.push({element:z,trigger:Z,callBack:V})}),z.attributes.triggered=!0})}},w=()=>{D.value.forEach(T=>{T.element.removeEventListener(T.trigger,T.callback)})},k=()=>{w(),I()};return e.watch(()=>s.value,()=>{k()},{deep:!0}),e.onMounted(()=>{const T=N.value,b=new MutationObserver(()=>{k()});b.observe(T,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{w(),b.disconnect()}),I()}),n({validate:h,validateField:M,clearValidate:v,resetFields:y,refreshForm:k}),(T,b)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:N,onSubmit:b[0]||(b[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(T.$slots,"default")],544))}}),GD={install(t){t.component("PlForm",s9)}},KD=e.defineComponent({__name:"pl-tag",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),dc=e.defineComponent({__name:"pl-btn2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-2",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const i9={},u9={class:"pl-btn typography-button-button-2"};function c9(t,n){return e.openBlock(),e.createElementBlock("button",u9,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const AM=Zn(i9,[["render",c9],["__scopeId","data-v-163b7b9e"]]),d9=["id"],f9={key:0,class:"pl-snackbar__icon"},p9={class:"pl-snackbar__main"},m9={class:"pl-snackbar__text"},g9={class:"pl-snackbar__title typography-subtitle-s1-semi-bold"},v9={key:0,class:"pl-snackbar__descr typography-system-st-medium"},h9={key:0,class:"pl-snackbar__btn"},y9={class:"pl-snackbar__close"},M9=e.defineComponent({__name:"pl-snackbar",props:{id:{default:0},icon:{default:""},color:{default:"var(--color-text-icons-white)"},title:{default:"Notification"},button:{default:""},buttonAdd:{default:""},action:{},actionAdd:{},message:{default:""},blockHide:{type:Boolean,default:!1}},setup(t){const n=t,r=e.ref(!0);function o(){n.action()}function l(){n.actionAdd()}function s(){const i=document.getElementById(`snackbar-${n.id}`);i&&(i.classList.add("fadeOut-animation"),Pt(i,"animationend",()=>{r.value=!1,i.remove()}))}return(i,c)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${n.id}`,class:"pl-snackbar__wrapper"},[n.icon?(e.openBlock(),e.createElementBlock("div",f9,[e.createVNode(ut,{color:n.color,name:n.icon,position:"left"},null,8,["color","name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",p9,[e.createElementVNode("div",m9,[e.createElementVNode("div",g9,e.toDisplayString(n.title),1),n.message?(e.openBlock(),e.createElementBlock("div",v9,e.toDisplayString(n.message),1)):e.createCommentVNode("",!0)]),n.button||n.buttonAdd?(e.openBlock(),e.createElementBlock("div",h9,[n.button?(e.openBlock(),e.createBlock(AM,{key:0,onClick:o},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.button),1)]),_:1})):e.createCommentVNode("",!0),n.buttonAdd?(e.openBlock(),e.createBlock(AM,{key:1,onClick:l},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.buttonAdd),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",y9,[e.createVNode(ut,{color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:s})])],8,d9)):e.createCommentVNode("",!0)}});let lu=0;const es=t=>{var M;const{icon:n,color:r,title:o,message:l,button:s,action:i,buttonAdd:c,actionAdd:d,blockHide:f}=t;if(!document.getElementById("snackbar")){const v=document.createElement("div");v.id="snackbar",document.body.appendChild(v)}const p=document.createElement("div");p.id=`snackbar-${lu}`,p==null||p.classList.add("slideIn-animation"),p==null||p.classList.add("px-md-4"),(M=document.getElementById("snackbar"))==null||M.appendChild(p);const h=e.createApp({render(){return e.h(e.TransitionGroup,{},()=>[e.h(M9,{id:lu,icon:n,color:r,title:o,message:l,button:s,action:i,buttonAdd:c,actionAdd:d,blockHide:f,key:p.id})])}});return h.mount(`#snackbar-${lu}`),f||setTimeout(()=>{p&&(p.classList.remove("slideIn-animation"),p.classList.add("fadeOut-animation"),Pt(p,"animationend",()=>{h.unmount(),p.remove()}))},4200),lu++,{id:p.id,close:()=>{N9(p.id)}}},JD=t=>{t&&(t.classList.remove("slideIn-animation"),t.classList.add("fadeOut-animation"),Pt(t,"animationend",()=>{t&&t.remove()}))},N9=t=>{const n=document.getElementById(t);n&&JD(n)},D9=()=>{const t=document.getElementById("snackbar");t&&JD(t)},rs={success:t=>es({...t,icon:"CircleCheck24",color:"#0CA31B"}),error:t=>es({...t,icon:"WarningThree24",color:"#ED3636"}),warning:t=>es({...t,icon:"WarningTwo24",color:"#FF7D1F"}),info:t=>es({...t,icon:"Info24",color:"#FFFFFF"}),custom:es,closeAll:()=>{D9()}},b9={class:"content"},w9=["prop","multiple","accept"],k9={"data-testid":"upload-card-container",class:"pl-upload-card-container pr-3"},C9={class:"d-flex justify-content-between pb-2"},T9={class:"d-grid gap-1"},_9={class:"d-flex gap-1"},I9=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},maxSumFilesSize:{default:300*1024*1024}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:r}){e.useCssVars(Y=>({"101d8590":l.width}));const{width:o}=un(),l=t,{accept:s,fileSize:i,maxHeightScroll:c,modelValue:d,multiple:f,description:m,title:p,helperText:h,tooltip:M,limit:v,prop:y,optional:N,maxSumFilesSize:D}=e.toRefs(l),_=e.computed(()=>{var Y;return`.${(Y=s.value.toLowerCase())==null?void 0:Y.split(", ").join(", .")}`}),I=e.ref(!1);let w;const k=Y=>{const{dataTransfer:K}=Y;K&&K.types.includes("Files")&&(I.value=!0,clearTimeout(w),w=window.setTimeout(()=>{I.value=!1},100))},T=Y=>{var X,ve,de;const K=(ve=(X=Y.name)==null?void 0:X.split(".").pop())==null?void 0:ve.toLowerCase(),{size:se}=Y,he=!((de=s.value.toLowerCase())!=null&&de.split(", ").includes(K)),ce=se>i.value*1024*1024||se===0;return he||ce?{name:Y.name,size:se,error:{dist:he,size:ce}}:Y},b=Y=>"lastModified"in Y&&"type"in Y,x=Y=>!b(Y),z=Y=>{var K,se;return x(Y)?((K=Y.error)==null?void 0:K.size)||((se=Y.error)==null?void 0:se.dist):!1},E=Y=>{const K=Y.filter(he=>he.error.size);K.length>0&&rs.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${ao(K.length,["файла","файла","файлов"])}`});const se=Y.filter(he=>he.error.dist);se.length>0&&rs.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${ao(se.length,["файла","файла","файлов"])}`})},j=`id-${dr()}`,V=e.ref(null);e.onMounted(()=>{const Y=document.getElementById(j);Y&&(V.value=Y.querySelector(".pl-upload-input"))});const $=Y=>{const K=V.value;if(!K||!K.files)return;const se=new DataTransfer;Array.from(K.files).forEach(he=>{Y.includes(he)||se.items.add(he)}),K.files=se.files},W=r,Z=Y=>{if(d.value.length+Y.length>v.value){rs.error({title:"Ошибка загрузки файлов",message:`Максимум ${v.value} ${ao(v.value,["файл","файла","файлов"])}`});const de=Array.from(Y);$(de);return}const K=[],se=[],he=[],ce=Array.from(Y),X=d.value.reduce((de,je)=>x(je)&&je.error?de:de+je.size,0),ve=ce.reduce((de,je)=>de+je.size,0);if(X+ve>D.value){rs.error({title:"Ошибка загрузки файлов",message:`Максимальный размер всех файлов не должен превышать ${D.value/1024/1024} МБ`});const de=Array.from(Y);$(de);return}ce.forEach(de=>{const je=T(de);d.value.forEach(Se=>{["name","size","type","lastModified"].every(Ae=>Se[Ae]===de[Ae])}),"error"in je?(K.push(je),se.push(de)):he.push(de)}),K.length&&E(K),d.value.unshift(...K),d.value.push(...he),$(se),W("addFiles",[...K,...he],d.value)};let U=!1;const A=Y=>{const K=d.value.findIndex(se=>se===Y);K!==-1&&("error"in Y||$([Y]),d.value.splice(K,1),W("removeFile",Y,d.value),setTimeout(()=>{if(V.value){U=!0;const se=new Event("change",{bubbles:!0,cancelable:!0});V.value.dispatchEvent(se),setTimeout(()=>{U=!1},0)}},0))},Q=Y=>{if(U)return;const K=Y.target;K&&K.files&&Z(K.files),K.value=null};n({addFiles:Z,removeFile:A});const B=Y=>{clearTimeout(w),I.value=!1;const{dataTransfer:K}=Y,se=[];K&&K.items&&(Array.from(K.items).forEach(ce=>{if(ce.kind==="file"){const X=ce.getAsFile();X&&se.push(X)}}),Z(se))},F=Y=>Y%1===0?Y.toString():Y.toFixed(2),ee=Y=>Y<1024?Y+" байт":Y<1048576?F(Y/1024)+" КБ":F(Y/1048576)+" МБ",L=e.ref([]);if(l.prop){const Y=e.inject("errorsState",[]);Y&&e.watch(Y,()=>{var se;L.value=Y.value.filter(he=>he.field===y.value);const K=(se=document.getElementById(j))==null?void 0:se.parentElement;K&&(L.value.length?K.classList.add("is-error"):K.classList.remove("is-error"))},{deep:!0})}return(Y,K)=>{const se=kn,he=Ta,ce=dc,X=Gn,ve=KD,de=uo,je=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:j,class:"pl-upload-new"},[e.unref(p)||e.unref(M)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pb-1 d-flex",[!Y.viewMode&&"ps-1"]])},[e.createVNode(se,{"data-testid":"upload-title",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)),1)]),_:1}),e.unref(N)?(e.openBlock(),e.createBlock(se,{key:0,class:"ps-2",style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(N)),1)]),_:1})):e.createCommentVNode("",!0),e.unref(M)?(e.openBlock(),e.createBlock(he,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20",color:"var(--color-text-icons-secondary)"})]),_:1})):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),Y.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":I.value,disabled:Y.disabled||e.unref(d).length>=e.unref(v)}]),onDragover:e.withModifiers(k,["prevent"]),onDrop:e.withModifiers(B,["prevent"])},[e.createElementVNode("div",b9,[e.createVNode(ut,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(ce,{style:{color:"var(--color-text-icons-interactive)"},class:"text-center"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(o)>=768?"Нажмите или перетащите файл":"Нажмите для загрузки файла"),1)]),_:1}),e.unref(m)?(e.openBlock(),e.createBlock(X,{key:0,style:{color:"var(--color-text-icons-tertiary)"},class:"text-center pt-1"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(m)==="default"?`До ${e.unref(i)} МБ. Форматы: ${e.unref(s).toUpperCase()}`:e.unref(m)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("input",{prop:e.unref(y),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",accept:_.value,onChange:Q},null,40,w9)])],34)),L.value[0]?(e.openBlock(),e.createBlock(X,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(L.value[0].message),1)]),_:1})):e.unref(h)?(e.openBlock(),e.createBlock(X,{key:3,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(h)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([!Y.viewMode&&e.unref(d).length&&"pt-4"])},[e.createVNode(de,{"max-height":e.unref(c)},{default:e.withCtx(()=>[e.createElementVNode("div",k9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(Se,Te)=>{var Ae,Ve;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:Se.name+Te,"data-testid":"upload-card",class:e.normalizeClass(["pl-upload-card",{"wrong-file":z(Se)}])},[e.createElementVNode("div",C9,[e.createVNode(ut,{name:z(Se)?"WarningThree20":"Document20",color:z(Se)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),!Y.viewMode||x(Se)&&Se.removable?e.withDirectives((e.openBlock(),e.createBlock(ut,{key:0,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[je,()=>A(Se),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",T9,[e.createVNode(X,{"data-testid":"upload-card-name",class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Se.name),1)]),_:2},1024),e.createElementVNode("div",_9,[e.createVNode(ve,{style:e.normalizeStyle(`color: var(--color-text-icons-${x(Se)&&((Ae=Se.error)!=null&&Ae.size)?"error":"secondary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee(Se.size)),1)]),_:2},1032,["style"]),e.createVNode(ve,{style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(" • ")]),_:1}),e.createVNode(ve,{style:e.normalizeStyle(`color: var(--color-text-icons-${x(Se)&&((Ve=Se.error)!=null&&Ve.dist)?"error":"secondary"})`)},{default:e.withCtx(()=>{var Ye,He,lt;return[e.createTextVNode(e.toDisplayString((lt=(He=(Ye=Se.name)==null?void 0:Ye.split("."))==null?void 0:He.pop())==null?void 0:lt.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[je,()=>W("clickOnFile",Se)]])}),128))])]),_:1},8,["max-height"])],2)])}}});const XD={install(t){t.component("PlUploadPlus",I9)}},x9={key:0,class:"pl-select__prefix-container"},E9={class:"pl-select__inner-container"},S9=["id","prop","placeholder","value","disabled","onKeydown"],z9={class:"pl-select__suffix-container"},j9=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 r=t,o=n,l=()=>{o("reset")},s=()=>{o("update:focus",!1)},i=d=>{d.composed&&d.stopImmediatePropagation()},c=e.computed(()=>{var d,f,m;return((d=r.modelValue)==null?void 0:d.value)===0||(f=r.modelValue)!=null&&f.value?`${(m=r.modelValue)==null?void 0:m.label} ${r.showDescription?r.showDescription:""}`.trim():""});return(d,f)=>{const m=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:d.focus,disabled:r.disabled,"is-error":r.showError}])},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",x9,[e.createVNode(m,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",E9,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:"pl-select__inner typography-body-b2-medium",type:"text",placeholder:r.placeholder,value:c.value,disabled:r.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:i},null,40,S9)]),e.createElementVNode("div",z9,[!r.disabled&&r.clearable&&c.value?(e.openBlock(),e.createBlock(m,{key:0,name:"Close16",onMouseup:e.withModifiers(l,["stop"])})):e.createCommentVNode("",!0),e.createVNode(m,{class:e.normalizeClass({"pl-select__suffix_rotate":r.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),A9={class:"pl-select__inner-container pl-select__inner-container_account"},O9=["id","prop","placeholder","value","disabled","onKeydown"],L9={class:"pl-select__suffix-container"},B9=e.defineComponent({__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 r=t,o=n,l=()=>{o("update:focus",!1)};return(s,i)=>{var m,p,h,M;const c=Gn,d=Vm,f=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:t.focus,disabled:r.disabled,"is-error":r.showError}])},[e.createElementVNode("div",A9,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:"pl-select__inner typography-body-b2-medium",placeholder:r.placeholder,type:"text",value:(m=r.modelValue)==null?void 0:m.label,disabled:r.disabled,"data-testid":"accountType",onKeydown:e.withKeys(e.withModifiers(l,["prevent"]),["tab"])},null,40,O9),(p=r.modelValue)!=null&&p.description&&((h=r.modelValue)==null?void 0:h.summ)!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-select__description","data-testid":"accountNum"},{default:e.withCtx(()=>{var v;return[e.createTextVNode(e.toDisplayString(e.unref(AD)((v=r.modelValue)==null?void 0:v.description)),1)]}),_:1})):e.createCommentVNode("",!0)]),e.createElementVNode("div",L9,[(M=r.modelValue)!=null&&M.label?(e.openBlock(),e.createBlock(d,{key:0,class:"pl-select__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>{var v;return[e.createTextVNode(e.toDisplayString(e.unref(ic)((v=r.modelValue)==null?void 0:v.summ)),1)]}),_:1})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),P9=["id"],OM=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 r=t,o=n,l=i=>{o("select-value",i)},s=i=>i.value===r.selectedValue;return(i,c)=>{const d=uo,f=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[i.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${i.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-select__dropdown-container",{"pl-select__dropdown-container_helpertext":i.helpertext||i.errors.length>0}]),style:e.normalizeStyle(i.offsets)},[e.createVNode(d,{"max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,m=>e.withDirectives((e.openBlock(),e.createBlock(OD,{key:m.value,active:s(m),description:m.description,summ:m.summ,"left-icon":m.leftIcon,disabled:m.disabled,label:m.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[f,()=>l(m)]])),128))]),_:1})],14,P9)):e.createCommentVNode("",!0)]),_:1})}}});const V9={class:"pl-select__wrapper"},$9=["id"],U9={key:0,class:"pl-select__label-container"},Q9={class:"pl-select__label-container-text"},Y9={key:3,class:"pl-select__helpertext-container"},Qm=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(x=>({ae03a166:r.width}));const r=t,o=`id-${dr()}`,l=e.ref([]);if(r.prop){const x=e.inject("errorsState");x&&e.watch(x,()=>{l.value=x.value.filter(z=>z.field===r.prop),v()},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=un().height;e.watch(c,()=>{v()});const{isScrolling:d}=ha(window);e.watch(d,()=>{v()}),e.watch(i,x=>{var z;x?(z=document.getElementById(o))==null||z.focus():I(),e.nextTick(()=>{const E=document.getElementById(`pl-select__select-container-${o}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${o}`);j&&(j.style.maxWidth=E,r.teleport&&(j.style.zIndex="2013")),v()})});const f=e.ref(),m=e.ref();$r(f,()=>{i.value=!1},{ignore:[m]});const p=e.ref(0),h=e.ref(0),M=e.computed(()=>`top: ${p.value}px; left: ${h.value}px`),v=()=>{if(!i.value)return;const x=document.getElementById(`pl-select__select-container-${o}`),z=x.getBoundingClientRect(),E=x.querySelector(".pl-select__label-container"),j=x.querySelector(".pl-select__helpertext-container"),V=E?E.offsetHeight:-4,$=j?j.offsetHeight:-4;r.teleport?(p.value=z.y+z.height+window.scrollY,h.value=z.x):p.value=z.height-$-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${o}`);if(!W)return;const Z=W.getBoundingClientRect();Z.bottom>c.value?r.teleport?p.value=p.value-Z.height-(z.height-V):p.value=p.value-Z.height-(z.height-V-$):r.teleport?p.value=z.y+z.height+window.scrollY-$-4:p.value=z.height-$-4})},y=()=>{r.disabled||(i.value=!i.value)},N=n,D=()=>{r.disabled||!i.value||e.nextTick(()=>{i.value=!1})},_=e.computed({get:()=>r.modelValue,set:x=>{N("update:modelValue",x)}}),I=()=>{const x=document.getElementById(o);if(x)if("createEvent"in document){const z=document.createEvent("HTMLEvents");z.initEvent("blur",!1,!0),x.dispatchEvent(z)}else x.fireEvent("onblur")};e.watch(_,()=>{const x=document.getElementById(o);if("createEvent"in document){const z=document.createEvent("HTMLEvents");z.initEvent("change",!1,!0),x.dispatchEvent(z)}else x.fireEvent("onchange");N("change")});const w=x=>{x.disabled||(D(),_.value=x.value)},k=()=>{_.value=null},T=e.computed(()=>{var x,z,E,j,V;return r.showDescription&&((x=b.value)!=null&&x.description||(z=b.value)!=null&&z.customDescription)?(E=b.value)!=null&&E.customDescription?(j=b.value)==null?void 0:j.customDescription:(V=b.value)==null?void 0:V.description:!1}),b=e.computed(()=>r.options.filter(x=>x.value===_.value)[0]);return(x,z)=>{const E=kn,j=Ta,V=Gn;return e.openBlock(),e.createElementBlock("div",V9,[e.createElementVNode("div",{id:`pl-select__select-container-${o}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:y},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",U9,[e.createElementVNode("div",Q9,[r.label?(e.openBlock(),e.createBlock(E,{key:0,class:"pl-select__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(E,{key:1,class:"pl-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(j,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.account?(e.openBlock(),e.createBlock(B9,e.mergeProps({key:1},r,{id:o,focus:i.value,"onUpdate:focus":z[0]||(z[0]=$=>i.value=$),"model-value":b.value,placeholder:r.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(j9,e.mergeProps({key:2},r,{id:o,focus:i.value,"onUpdate:focus":z[1]||(z[1]=$=>i.value=$),"model-value":b.value,"show-description":T.value,"show-error":s.value,onReset:k}),null,16,["focus","model-value","show-description","show-error"])),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",Y9,[l.value.length>0?(e.openBlock(),e.createBlock(V,{key:0,class:"pl-select__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(V,{key:1,class:"pl-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,$9),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(OM,{id:o,ref_key:"dropdownRef",ref:m,offsets:M.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":_.value,onSelectValue:w},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(OM,{key:1,id:o,ref_key:"dropdownRef",ref:m,offsets:M.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":_.value,onSelectValue:w},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}});const e4={install(t){t.component("PlSelectPlus",Qm)}};const R9={key:0,class:"pl-card__img-container"},F9=["src"],q9={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},H9={__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,default:""},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIHI9IjE0IiBmaWxsPSIjQjVCNUI1Ii8+DQo8L3N2Zz4NCg==",self.location).href,r=t,o=e.computed(()=>r.type==="large"||r.type==="medium"),l=e.computed(()=>r.type==="large"||r.type==="small");return(s,i)=>t.imaged?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-card pl-card_imaged",{"pl-card_disabled":t.disable}])},[o.value?(e.openBlock(),e.createElementBlock("div",q9)):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),l.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}])},[o.value?(e.openBlock(),e.createElementBlock("div",R9,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,F9)])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),l.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))}},t4={install(t){t.component("PlCard",H9)}},W9=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(o=>({"78a9bb3c":o.width}));const n=t,r=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(o,l)=>{const s=dc;return 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(ut,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createVNode(s,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1})],2)):e.createCommentVNode("",!0)}}});const Z9=Zn(W9,[["__scopeId","data-v-e0e260df"]]),G9={class:"pl-multitab-container"},K9=e.defineComponent({__name:"pl-multitab",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},tabWidth:{default:"100%"}},emits:["update:modelValue"],setup(t,{emit:n}){const r=t,o=e.useSlots(),l=e.computed(()=>{const h=o.default();return Array.isArray(h[0].children)?h[0].children.map(M=>M.props):h.map(M=>M.props)}),s=n,i=h=>{h.disabled||s("update:modelValue",h.name)},c=e.ref(null),d=async h=>{if(Array.isArray(h)){const M=await Promise.all(h.map(f));return h.filter((v,y)=>M[y])[0]}},f=async h=>{var M;return r.modelValue===((M=h.props)==null?void 0:M.name)},m=async()=>{Array.isArray(o.default()[0].children)?c.value=await d(o.default()[0].children):c.value=await d(o.default())};e.watch(()=>r.modelValue,async()=>{await m()}),e.onMounted(async()=>{await m()});const p=e.computed(()=>r.tabWidth==="100%"?"filled":"fixed");return(h,M)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",G9,[e.createElementVNode("div",{class:e.normalizeClass(r.navClass)},[e.createElementVNode("div",{class:e.normalizeClass(["pl-multitab-nav tabs__wrap tabs__wrap--hidden-default",p.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,y=>e.withDirectives((e.openBlock(),e.createBlock(Z9,{key:y==null?void 0:y.name,label:y==null?void 0:y.label,width:r.tabWidth,active:r.modelValue===(y==null?void 0:y.name),icon:y==null?void 0:y.icon,disabled:y==null?void 0:y.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[v,()=>i(y)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2)])}}});const n4={install(t){t.component("PlMultitab",K9)}},Ym=Qt(rs,"PlNotification"),J9={class:"stepper-container"},X9={class:"stepper-title__container"},eH={key:0,class:"stepper-figure"},tH=e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),nH=e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1),rH=[tH,nH],oH={key:1,class:"stepper-figure"},aH={class:"stepper-figure__progress"},lH={key:2,class:"stepper-title__container"},sH={key:0},iH={key:1},uH={key:0},cH={key:1},dH={key:0},fH={key:3,class:"stepper-title__container"},pH={key:0},mH={key:1},gH={key:0},vH={key:1},hH={key:0},yH={key:0},MH={class:"stepper-title__container stepper-title__container_ended"},NH={class:"stepper-text"},DH={key:0},bH={key:0},wH={key:0,class:"stepper-footer"},kH={class:"stepper-footer__count-remain"},CH={class:"stepper-footer__count"},TH={key:1,class:"stepper-footer"},_H={class:"stepper-footer__count-remain"},IH={class:"stepper-footer__count"},xH={name:"PlStepper"},EH=e.defineComponent({...xH,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,r=e.computed(()=>n.steps.length-1),o=e.computed(()=>n.displayType==="number"),l=e.computed(()=>n.steps[r.value][n.stepCountName]<=n.currentCount),s=e.computed(()=>{const p=ro.cloneDeep(n.steps);return p.pop(),p}),i=e.computed(()=>l.value?n.steps[r.value]:n.steps.find((p,h,M)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<M[h+1][n.stepCountName])),c=(p,h)=>Number((100*(p/h)).toFixed(2)),d=e.computed(()=>{const p={remain:null,progress:null};if(!l.value){const h=n.steps.findIndex(M=>M[n.stepName]===i.value[n.stepName]);return p.remain=n.steps[h+1][n.stepCountName]-n.currentCount,p.progress=c(n.currentCount-i.value[n.stepCountName],n.steps[h+1][n.stepCountName]-i.value[n.stepCountName]),p}return p.remain=0,p.progress=100,p}),f=p=>p>0&&p<r.value,m=(p,h)=>p[n.stepName]===h[n.stepName];return(p,h)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",J9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(M,v)=>(e.openBlock(),e.createElementBlock("div",{key:M[t.stepName],class:"stepper-item"},[e.createElementVNode("div",X9,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(v),"stepper-title_checked":t.currentCount>=M[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(M[t.stepName]),3)]),t.currentCount>M[t.stepCountName]&&!m(M,i.value)?(e.openBlock(),e.createElementBlock("div",eH,rH)):(e.openBlock(),e.createElementBlock("div",oH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":m(M,i.value)}])},null,2),e.createElementVNode("div",aH,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${m(M,i.value)?d.value.progress:0}%;`)},null,4)])])),o.value?(e.openBlock(),e.createElementBlock("div",lH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(v)}])},[v?(e.openBlock(),e.createElementBlock("div",sH,e.toDisplayString(M[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",iH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",uH,"0")):(e.openBlock(),e.createElementBlock("span",cH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",dH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},e.toDisplayString(d.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",fH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(v)}])},[v?(e.openBlock(),e.createElementBlock("div",pH,e.toDisplayString(M[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",mH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",gH,"0 ₽")):(e.openBlock(),e.createElementBlock("span",vH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",hH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},[e.createTextVNode(e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ",1),d.value.remain?(e.openBlock(),e.createElementBlock("span",yH,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",MH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_checked":l.value,"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(t.steps[r.value][t.stepName]),3),e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":l.value}])},null,2),e.createElementVNode("div",NH,[e.createTextVNode(e.toDisplayString(t.steps[r.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",DH,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",bH,[o.value?(e.openBlock(),e.createElementBlock("div",wH,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",kH,e.toDisplayString(d.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",CH,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",TH,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",_H,e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",IH,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}});const r4={install(t){t.component("PlStepper",EH)}},SH={class:"pagination-wrapper"},zH={key:0,class:"d-flex align-items-center gap-2"},jH={class:"pagination"},AH={key:0},OH={key:0},LH={key:1},BH={key:1},PH={key:0},VH={key:1},o4=e.defineComponent({__name:"PlPagination",props:{pageNumber:{default:1},pageSize:{default:20},total:{},showPageSize:{type:Boolean,default:!1},options:{}},emits:["pageChange","pageSizeChange"],setup(t,{emit:n}){const r=t,o=e.ref(r.pageNumber||1),l=e.ref(r.pageSize||20),s=e.computed(()=>Math.ceil(r.total/l.value)),i=e.ref(!1),c=e.ref(!1),{width:d}=un(),f=n,m=[20,50,100,1e3],p=e.computed(()=>(r.options||m).map(T=>({label:T.toString(),value:T}))),h=e.computed(()=>{const T=[];let b=4;if(M.value&&v.value&&(b=3),s.value<=7)for(let x=2;x<s.value;x++)T.push(x);else{let x,z;o.value>=s.value-3?(x=s.value-4,z=s.value-1):b===3?(x=Math.max(2,o.value-1),z=Math.min(s.value-1,o.value+1)):(x=Math.max(2,o.value-2),z=x+b-1,x<=2&&(x=2,z=x+b-1),z>=s.value&&(z=s.value-1,x=z-b+1));for(let E=x;E<=z&&E<s.value;E++)T.push(E)}return T}),M=e.computed(()=>s.value>7&&o.value>4),v=e.computed(()=>s.value>7&&o.value<s.value-3),y=T=>{T>=1&&T<=s.value&&(o.value=T,f("pageChange",T))},N=()=>{y(1),f("pageSizeChange",l.value)},D=()=>{o.value>1&&y(o.value-1)},_=()=>{o.value<s.value&&y(o.value+1)},I=()=>{const T=o.value+5;T>=s.value?y(s.value):y(T),i.value=!1},w=()=>{const T=o.value-5;T<1?y(1):y(T),c.value=!1},k=T=>({width:T.toString().length===4?"44px":"40px"});return e.watch(()=>r.pageNumber,T=>{T&&T>=1&&T<=s.value&&(o.value=T)}),(T,b)=>{const x=kn,z=Qm,E=ya,j=ut;return e.openBlock(),e.createElementBlock("nav",SH,[r.showPageSize&&e.unref(d)>=768?(e.openBlock(),e.createElementBlock("div",zH,[e.createVNode(x,null,{default:e.withCtx(()=>[e.createTextVNode("На странице:")]),_:1}),e.createVNode(z,{modelValue:l.value,"onUpdate:modelValue":b[0]||(b[0]=V=>l.value=V),teleport:"",options:p.value,width:"86px",onChange:N},null,8,["modelValue","options"])])):e.createCommentVNode("",!0),e.createElementVNode("div",jH,[e.createVNode(E,{type:"empty",disabled:o.value===1,icon:"ChevronLeft24","icon-color":"var(--color-text-icons-secondary)",onClick:D},null,8,["disabled"]),e.createVNode(x,{class:e.normalizeClass(["pagination-page",{active:o.value===1}]),onClick:b[1]||(b[1]=V=>y(1))},{default:e.withCtx(()=>[e.createTextVNode(" 1 ")]),_:1},8,["class"]),M.value?(e.openBlock(),e.createElementBlock("div",AH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:b[2]||(b[2]=V=>c.value=!0),onMouseleave:b[3]||(b[3]=V=>c.value=!1),onClick:w},[c.value?(e.openBlock(),e.createElementBlock("span",LH,[e.createVNode(j,{name:"ChevronDoubleLeft20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",OH,"..."))],32)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,V=>(e.openBlock(),e.createBlock(x,{key:V,class:e.normalizeClass(["pagination-page",{active:o.value===V}]),style:e.normalizeStyle(k(V)),onClick:$=>y(V)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V),1)]),_:2},1032,["class","style","onClick"]))),128)),v.value?(e.openBlock(),e.createElementBlock("div",BH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:b[4]||(b[4]=V=>i.value=!0),onMouseleave:b[5]||(b[5]=V=>i.value=!1),onClick:I},[i.value?(e.openBlock(),e.createElementBlock("span",VH,[e.createVNode(j,{name:"ChevronDoubleRight20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",PH,"..."))],32)])):e.createCommentVNode("",!0),s.value>1?(e.openBlock(),e.createBlock(x,{key:2,class:e.normalizeClass(["pagination-page",{active:o.value===s.value}]),style:e.normalizeStyle(k(s.value)),onClick:b[6]||(b[6]=V=>y(s.value))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value),1)]),_:1},8,["class","style"])):e.createCommentVNode("",!0),e.createVNode(E,{type:"empty",icon:"ChevronRight24","icon-color":"var(--color-text-icons-secondary)",disabled:o.value===s.value,onClick:_},null,8,["disabled"])])])}}});const $H={class:"table-row"},UH={class:"d-grid flex-grow-1 py-md-table-4 row-gap-md-table-6"},QH={key:0,class:"d-flex align-content-start gap-4"},YH={class:"flex-grow-1"},RH={key:0,class:"table-cell pr-10"},FH={key:0,style:{width:"140px"}},qH={class:"flex-grow-1"},HH={key:2},LM=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}=un(),r=t;return(o,l)=>(e.openBlock(),e.createElementBlock("div",$H,[e.createElementVNode("div",UH,[e.unref(n)<1024&&r.mobileTop?(e.openBlock(),e.createElementBlock("div",QH,[r.isSelectable?(e.openBlock(),e.createBlock(Xo,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",YH,[e.createVNode(Xo,{variant:"p",width:"70%"})])])):e.createCommentVNode("",!0),r.headers.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(r.tableStyle)},[r.isSelectable&&e.unref(n)>=1024?(e.openBlock(),e.createElementBlock("div",RH,[e.createVNode(Xo,{width:"20px",height:"20px",variant:"button"})])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.headers,(s,i)=>(e.openBlock(),e.createElementBlock("div",{key:i,class:"table-cell"},[e.unref(n)<1024&&(s!=null&&s.label)?(e.openBlock(),e.createElementBlock("div",FH,[e.createVNode(Xo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",qH,[e.createVNode(Xo,{variant:"p",width:`${e.unref(n)>=1024&&(s!=null&&s.maxWidthContent)?s.maxWidthContent:"70%"}`,class:e.normalizeClass({"ml-auto":e.unref(n)<1024})},null,8,["width","class"])])]))),128))],4)):e.createCommentVNode("",!0),e.unref(n)<1024&&r.mobileBottom?(e.openBlock(),e.createElementBlock("div",HH,[e.createVNode(Xo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Pu={exports:{}};Pu.exports;(function(t,n){var r=200,o="__lodash_hash_undefined__",l=1,s=2,i=9007199254740991,c="[object Arguments]",d="[object Array]",f="[object AsyncFunction]",m="[object Boolean]",p="[object Date]",h="[object Error]",M="[object Function]",v="[object GeneratorFunction]",y="[object Map]",N="[object Number]",D="[object Null]",_="[object Object]",I="[object Promise]",w="[object Proxy]",k="[object RegExp]",T="[object Set]",b="[object String]",x="[object Symbol]",z="[object Undefined]",E="[object WeakMap]",j="[object ArrayBuffer]",V="[object DataView]",$="[object Float32Array]",W="[object Float64Array]",Z="[object Int8Array]",U="[object Int16Array]",A="[object Int32Array]",Q="[object Uint8Array]",B="[object Uint8ClampedArray]",F="[object Uint16Array]",ee="[object Uint32Array]",L=/[\\^$.*+?()[\]{}|]/g,Y=/^\[object .+?Constructor\]$/,K=/^(?:0|[1-9]\d*)$/,se={};se[$]=se[W]=se[Z]=se[U]=se[A]=se[Q]=se[B]=se[F]=se[ee]=!0,se[c]=se[d]=se[j]=se[m]=se[V]=se[p]=se[h]=se[M]=se[y]=se[N]=se[_]=se[k]=se[T]=se[b]=se[E]=!1;var he=typeof Ut=="object"&&Ut&&Ut.Object===Object&&Ut,ce=typeof self=="object"&&self&&self.Object===Object&&self,X=he||ce||Function("return this")(),ve=n&&!n.nodeType&&n,de=ve&&!0&&t&&!t.nodeType&&t,je=de&&de.exports===ve,Se=je&&he.process,Te=function(){try{return Se&&Se.binding&&Se.binding("util")}catch{}}(),Ae=Te&&Te.isTypedArray;function Ve(R,oe){for(var ke=-1,Be=R==null?0:R.length,bt=0,tt=[];++ke<Be;){var Et=R[ke];oe(Et,ke,R)&&(tt[bt++]=Et)}return tt}function Ye(R,oe){for(var ke=-1,Be=oe.length,bt=R.length;++ke<Be;)R[bt+ke]=oe[ke];return R}function He(R,oe){for(var ke=-1,Be=R==null?0:R.length;++ke<Be;)if(oe(R[ke],ke,R))return!0;return!1}function lt(R,oe){for(var ke=-1,Be=Array(R);++ke<R;)Be[ke]=oe(ke);return Be}function st(R){return function(oe){return R(oe)}}function Oe(R,oe){return R.has(oe)}function Je(R,oe){return R==null?void 0:R[oe]}function ct(R){var oe=-1,ke=Array(R.size);return R.forEach(function(Be,bt){ke[++oe]=[bt,Be]}),ke}function we(R,oe){return function(ke){return R(oe(ke))}}function ue(R){var oe=-1,ke=Array(R.size);return R.forEach(function(Be){ke[++oe]=Be}),ke}var Ie=Array.prototype,Qe=Function.prototype,ge=Object.prototype,Ne=X["__core-js_shared__"],ie=Qe.toString,te=ge.hasOwnProperty,pe=function(){var R=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||"");return R?"Symbol(src)_1."+R:""}(),Ee=ge.toString,re=RegExp("^"+ie.call(te).replace(L,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ye=je?X.Buffer:void 0,q=X.Symbol,_e=X.Uint8Array,J=ge.propertyIsEnumerable,me=Ie.splice,ze=q?q.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Fe=ye?ye.isBuffer:void 0,pt=we(Object.keys,Object),cn=Pn(X,"DataView"),yt=Pn(X,"Map"),jt=Pn(X,"Promise"),co=Pn(X,"Set"),_a=Pn(X,"WeakMap"),Lo=Pn(Object,"create"),pc=Yr(cn),mc=Yr(yt),_l=Yr(jt),gc=Yr(co),Il=Yr(_a),$s=q?q.prototype:void 0,xl=$s?$s.valueOf:void 0;function Ur(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function vc(){this.__data__=Lo?Lo(null):{},this.size=0}function hc(R){var oe=this.has(R)&&delete this.__data__[R];return this.size-=oe?1:0,oe}function yc(R){var oe=this.__data__;if(Lo){var ke=oe[R];return ke===o?void 0:ke}return te.call(oe,R)?oe[R]:void 0}function Mc(R){var oe=this.__data__;return Lo?oe[R]!==void 0:te.call(oe,R)}function Nc(R,oe){var ke=this.__data__;return this.size+=this.has(R)?0:1,ke[R]=Lo&&oe===void 0?o:oe,this}Ur.prototype.clear=vc,Ur.prototype.delete=hc,Ur.prototype.get=yc,Ur.prototype.has=Mc,Ur.prototype.set=Nc;function Kn(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function Dc(){this.__data__=[],this.size=0}function bc(R){var oe=this.__data__,ke=Bo(oe,R);if(ke<0)return!1;var Be=oe.length-1;return ke==Be?oe.pop():me.call(oe,ke,1),--this.size,!0}function wc(R){var oe=this.__data__,ke=Bo(oe,R);return ke<0?void 0:oe[ke][1]}function kc(R){return Bo(this.__data__,R)>-1}function Cc(R,oe){var ke=this.__data__,Be=Bo(ke,R);return Be<0?(++this.size,ke.push([R,oe])):ke[Be][1]=oe,this}Kn.prototype.clear=Dc,Kn.prototype.delete=bc,Kn.prototype.get=wc,Kn.prototype.has=kc,Kn.prototype.set=Cc;function Qr(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function Ia(){this.size=0,this.__data__={hash:new Ur,map:new(yt||Kn),string:new Ur}}function Tc(R){var oe=fo(this,R).delete(R);return this.size-=oe?1:0,oe}function xa(R){return fo(this,R).get(R)}function _c(R){return fo(this,R).has(R)}function Ic(R,oe){var ke=fo(this,R),Be=ke.size;return ke.set(R,oe),this.size+=ke.size==Be?0:1,this}Qr.prototype.clear=Ia,Qr.prototype.delete=Tc,Qr.prototype.get=xa,Qr.prototype.has=_c,Qr.prototype.set=Ic;function Ea(R){var oe=-1,ke=R==null?0:R.length;for(this.__data__=new Qr;++oe<ke;)this.add(R[oe])}function Us(R){return this.__data__.set(R,o),this}function Qs(R){return this.__data__.has(R)}Ea.prototype.add=Ea.prototype.push=Us,Ea.prototype.has=Qs;function fr(R){var oe=this.__data__=new Kn(R);this.size=oe.size}function xc(){this.__data__=new Kn,this.size=0}function Ec(R){var oe=this.__data__,ke=oe.delete(R);return this.size=oe.size,ke}function Sc(R){return this.__data__.get(R)}function zc(R){return this.__data__.has(R)}function Ys(R,oe){var ke=this.__data__;if(ke instanceof Kn){var Be=ke.__data__;if(!yt||Be.length<r-1)return Be.push([R,oe]),this.size=++ke.size,this;ke=this.__data__=new Qr(Be)}return ke.set(R,oe),this.size=ke.size,this}fr.prototype.clear=xc,fr.prototype.delete=Ec,fr.prototype.get=Sc,fr.prototype.has=zc,fr.prototype.set=Ys;function Rs(R,oe){var ke=ja(R),Be=!ke&&ni(R),bt=!ke&&!Be&&zl(R),tt=!ke&&!Be&&!bt&&ai(R),Et=ke||Be||bt||tt,Wt=Et?lt(R.length,String):[],mt=Wt.length;for(var wt in R)(oe||te.call(R,wt))&&!(Et&&(wt=="length"||bt&&(wt=="offset"||wt=="parent")||tt&&(wt=="buffer"||wt=="byteLength"||wt=="byteOffset")||Ks(wt,mt)))&&Wt.push(wt);return Wt}function Bo(R,oe){for(var ke=R.length;ke--;)if(ti(R[ke][0],oe))return ke;return-1}function El(R,oe,ke){var Be=oe(R);return ja(R)?Be:Ye(Be,ke(R))}function Po(R){return R==null?R===void 0?z:D:ze&&ze in Object(R)?Zs(R):Oc(R)}function Sl(R){return $o(R)&&Po(R)==c}function Vo(R,oe,ke,Be,bt){return R===oe?!0:R==null||oe==null||!$o(R)&&!$o(oe)?R!==R&&oe!==oe:Fs(R,oe,ke,Be,Vo,bt)}function Fs(R,oe,ke,Be,bt,tt){var Et=ja(R),Wt=ja(oe),mt=Et?d:_r(R),wt=Wt?d:_r(oe);mt=mt==c?_:mt,wt=wt==c?_:wt;var Yt=mt==_,Cn=wt==_,Zt=mt==wt;if(Zt&&zl(R)){if(!zl(oe))return!1;Et=!0,Yt=!1}if(Zt&&!Yt)return tt||(tt=new fr),Et||ai(R)?Sa(R,oe,ke,Be,bt,tt):Ac(R,oe,mt,ke,Be,bt,tt);if(!(ke&l)){var St=Yt&&te.call(R,"__wrapped__"),hn=Cn&&te.call(oe,"__wrapped__");if(St||hn){var pr=St?R.value():R,Jn=hn?oe.value():oe;return tt||(tt=new fr),bt(pr,Jn,ke,Be,tt)}}return Zt?(tt||(tt=new fr),Ws(R,oe,ke,Be,bt,tt)):!1}function jc(R){if(!oi(R)||Xs(R))return!1;var oe=Aa(R)?re:Y;return oe.test(Yr(R))}function qs(R){return $o(R)&&ri(R.length)&&!!se[Po(R)]}function Hs(R){if(!ei(R))return pt(R);var oe=[];for(var ke in Object(R))te.call(R,ke)&&ke!="constructor"&&oe.push(ke);return oe}function Sa(R,oe,ke,Be,bt,tt){var Et=ke&l,Wt=R.length,mt=oe.length;if(Wt!=mt&&!(Et&&mt>Wt))return!1;var wt=tt.get(R);if(wt&&tt.get(oe))return wt==oe;var Yt=-1,Cn=!0,Zt=ke&s?new Ea:void 0;for(tt.set(R,oe),tt.set(oe,R);++Yt<Wt;){var St=R[Yt],hn=oe[Yt];if(Be)var pr=Et?Be(hn,St,Yt,oe,R,tt):Be(St,hn,Yt,R,oe,tt);if(pr!==void 0){if(pr)continue;Cn=!1;break}if(Zt){if(!He(oe,function(Jn,Ir){if(!Oe(Zt,Ir)&&(St===Jn||bt(St,Jn,ke,Be,tt)))return Zt.push(Ir)})){Cn=!1;break}}else if(!(St===hn||bt(St,hn,ke,Be,tt))){Cn=!1;break}}return tt.delete(R),tt.delete(oe),Cn}function Ac(R,oe,ke,Be,bt,tt,Et){switch(ke){case V:if(R.byteLength!=oe.byteLength||R.byteOffset!=oe.byteOffset)return!1;R=R.buffer,oe=oe.buffer;case j:return!(R.byteLength!=oe.byteLength||!tt(new _e(R),new _e(oe)));case m:case p:case N:return ti(+R,+oe);case h:return R.name==oe.name&&R.message==oe.message;case k:case b:return R==oe+"";case y:var Wt=ct;case T:var mt=Be&l;if(Wt||(Wt=ue),R.size!=oe.size&&!mt)return!1;var wt=Et.get(R);if(wt)return wt==oe;Be|=s,Et.set(R,oe);var Yt=Sa(Wt(R),Wt(oe),Be,bt,tt,Et);return Et.delete(R),Yt;case x:if(xl)return xl.call(R)==xl.call(oe)}return!1}function Ws(R,oe,ke,Be,bt,tt){var Et=ke&l,Wt=za(R),mt=Wt.length,wt=za(oe),Yt=wt.length;if(mt!=Yt&&!Et)return!1;for(var Cn=mt;Cn--;){var Zt=Wt[Cn];if(!(Et?Zt in oe:te.call(oe,Zt)))return!1}var St=tt.get(R);if(St&&tt.get(oe))return St==oe;var hn=!0;tt.set(R,oe),tt.set(oe,R);for(var pr=Et;++Cn<mt;){Zt=Wt[Cn];var Jn=R[Zt],Ir=oe[Zt];if(Be)var jl=Et?Be(Ir,Jn,Zt,oe,R,tt):Be(Jn,Ir,Zt,R,oe,tt);if(!(jl===void 0?Jn===Ir||bt(Jn,Ir,ke,Be,tt):jl)){hn=!1;break}pr||(pr=Zt=="constructor")}if(hn&&!pr){var Uo=R.constructor,en=oe.constructor;Uo!=en&&"constructor"in R&&"constructor"in oe&&!(typeof Uo=="function"&&Uo instanceof Uo&&typeof en=="function"&&en instanceof en)&&(hn=!1)}return tt.delete(R),tt.delete(oe),hn}function za(R){return El(R,Pc,Gs)}function fo(R,oe){var ke=R.__data__;return Js(oe)?ke[typeof oe=="string"?"string":"hash"]:ke.map}function Pn(R,oe){var ke=Je(R,oe);return jc(ke)?ke:void 0}function Zs(R){var oe=te.call(R,ze),ke=R[ze];try{R[ze]=void 0;var Be=!0}catch{}var bt=Ee.call(R);return Be&&(oe?R[ze]=ke:delete R[ze]),bt}var Gs=Ge?function(R){return R==null?[]:(R=Object(R),Ve(Ge(R),function(oe){return J.call(R,oe)}))}:Dt,_r=Po;(cn&&_r(new cn(new ArrayBuffer(1)))!=V||yt&&_r(new yt)!=y||jt&&_r(jt.resolve())!=I||co&&_r(new co)!=T||_a&&_r(new _a)!=E)&&(_r=function(R){var oe=Po(R),ke=oe==_?R.constructor:void 0,Be=ke?Yr(ke):"";if(Be)switch(Be){case pc:return V;case mc:return y;case _l:return I;case gc:return T;case Il:return E}return oe});function Ks(R,oe){return oe=oe??i,!!oe&&(typeof R=="number"||K.test(R))&&R>-1&&R%1==0&&R<oe}function Js(R){var oe=typeof R;return oe=="string"||oe=="number"||oe=="symbol"||oe=="boolean"?R!=="__proto__":R===null}function Xs(R){return!!pe&&pe in R}function ei(R){var oe=R&&R.constructor,ke=typeof oe=="function"&&oe.prototype||ge;return R===ke}function Oc(R){return Ee.call(R)}function Yr(R){if(R!=null){try{return ie.call(R)}catch{}try{return R+""}catch{}}return""}function ti(R,oe){return R===oe||R!==R&&oe!==oe}var ni=Sl(function(){return arguments}())?Sl:function(R){return $o(R)&&te.call(R,"callee")&&!J.call(R,"callee")},ja=Array.isArray;function Lc(R){return R!=null&&ri(R.length)&&!Aa(R)}var zl=Fe||Nt;function Bc(R,oe){return Vo(R,oe)}function Aa(R){if(!oi(R))return!1;var oe=Po(R);return oe==M||oe==v||oe==f||oe==w}function ri(R){return typeof R=="number"&&R>-1&&R%1==0&&R<=i}function oi(R){var oe=typeof R;return R!=null&&(oe=="object"||oe=="function")}function $o(R){return R!=null&&typeof R=="object"}var ai=Ae?st(Ae):qs;function Pc(R){return Lc(R)?Rs(R):Hs(R)}function Dt(){return[]}function Nt(){return!1}t.exports=Bc})(Pu,Pu.exports);var WH=Pu.exports;const BM=sn(WH),ZH={key:0},GH={key:0,class:"px-4"},KH={key:1,class:"px-4"},JH={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},XH={key:0,class:"table-cell pr-10",role:"columnheader"},eW=e.createElementVNode("div",{class:"divider"},null,-1),tW={key:0,class:"py-4"},nW=e.createElementVNode("div",{class:"divider"},null,-1),rW=[nW],oW={class:"no-data-container"},aW={class:"d-grid flex-grow-1 row-gap-md-table-6 py-md-table-4"},lW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},sW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},iW={key:2,role:"cell"},uW={key:0,class:"prevent-click py-4"},cW=e.createElementVNode("div",{class:"divider"},null,-1),dW=[cW],fW=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},pagination:{type:Boolean,default:!1},pageSizeOptions:{},total:{default:0},bodyHeight:{default:"100%"},alignRight:{type:Boolean,default:!1},border:{type:Boolean}},emits:["infiniteScroll","update:selectedRows","rowClick","headerCheckboxClicked","pageChange","pageSizeChange","scroll"],setup(t,{expose:n,emit:r}){e.useCssVars(L=>({"7e544f92":s.value}));const o=r,l=t,s=e.computed(()=>wp(l.bodyHeight)),{width:i}=un(),{rows:c}=e.toRefs(l),d=e.useSlots(),f=e.ref({}),m=e.ref(),p=e.computed(()=>l.isLoading),h=e.ref(!0),M=e.ref(1),v=e.ref(20),y=e.ref(),N=(L,Y)=>{y.value.setScrollLeft(Y.left),o("scroll",L)},D=e.ref(),_=(L,Y)=>{i.value>=1024&&(D.value.setScrollLeft(Y.left),o("scroll",L))},I=e.computed({get:()=>l.selectedRows,set:L=>o("update:selectedRows",L)}),w=e.computed(()=>{const L={};return l.rows.forEach((Y,K)=>{const se=l.uniqKey?Y[l.uniqKey]:K;L[se]=Y}),L}),k=L=>{M.value=L,y.value.setScrollTop(0),o("pageChange",M.value)},T=L=>{v.value=L,o("pageSizeChange",v.value)},b=()=>{f.value={}},x=()=>{l.rows.forEach((L,Y)=>{if(L!=null&&L.isDisabledSelect)return;const K=l.uniqKey?L[l.uniqKey]:Y;f.value[K]=!0})},z=e.ref(!1),E=e.computed(()=>l.rows.filter(L=>!(L!=null&&L.isDisabledSelect))),j=e.computed(()=>Object.values(I.value).map(L=>L).length),V=e.computed(()=>i.value<1024?l.headers.filter(L=>!l.hideHeadersOnMobile.includes(L.key)):l.headers),$=e.ref(1),W=e.computed(()=>{let L=l.isSelectable?"60px":"";return V.value.forEach(Y=>{let K="1fr",se="0";Y!=null&&Y.width&&typeof Y.width=="number"&&(K=`${100/$.value*Y.width}%`,se=K),Y!=null&&Y.minWidth&&typeof Y.minWidth=="number"&&(se=`${100/$.value*Y.minWidth}%`),L+=` minmax(${se}, ${K})`}),i.value<1024?{}:{"grid-template-columns":L}}),Z=()=>{p.value||!c.value.length||o("infiniteScroll")},U=()=>{Q.value=!0,z.value=!0},A=()=>{b()},Q=e.ref(!1),B=()=>{Q.value=!0},F=(L,Y)=>{var K,se;(se=(K=L.target).closest)!=null&&se.call(K,".prevent-click")||o("rowClick",Y)};e.watch(z,L=>{Q.value&&(L?x():b(),o("headerCheckboxClicked",L)),Q.value=!1}),e.watch(f,()=>{setTimeout(()=>{const L=[];for(const Y in f.value)f.value[Y]&&L.push(w.value[Y]);z.value=!!E.value.length&&L.length===E.value.length,!BM(I.value,L)&&(I.value=L)})},{deep:!0}),e.watch(I,(L,Y)=>{if(BM(L,Y))return;const K={};L.forEach((se,he)=>{const ce=l.uniqKey?se[l.uniqKey]:he;K[ce]=!0}),f.value=K},{deep:!0,immediate:!0}),e.watch(p,L=>{h.value&&(L||(h.value=!1))},{immediate:!0});const ee=()=>{const{width:L}=m.value.getBoundingClientRect(),Y=l.defaultWrapperWidth||L;$.value=Y-32};return e.watch(i,()=>{ee()}),e.onMounted(()=>{ee()}),n({resetSelectedRows:A,selectAllRows:U}),(L,Y)=>{const K=uo,se=o4,he=e.resolveDirective("tap"),ce=e.resolveDirective("pl-infinite-scroll");return e.openBlock(),e.createElementBlock("div",{id:"lk-table",ref_key:"wrapper",ref:m,"data-testid":"table-main",role:"table"},[e.unref(i)>=1024?(e.openBlock(),e.createElementBlock("div",ZH,[h.value?(e.openBlock(),e.createElementBlock("div",GH,[e.createVNode(LM,{"is-selectable":!!L.isSelectable,headers:V.value,"table-style":W.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",KH,[e.createVNode(K,{ref_key:"tableHeaderScroll",ref:D,"wrap-class":"pt-1 pt-md-table-0","view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","hide-scroll-thumb":"",onScroll:N},{default:e.withCtx(()=>[e.createElementVNode("div",JH,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(W.value),role:"row"},[L.isSelectable?(e.openBlock(),e.createElementBlock("div",XH,[e.createVNode(fs,{modelValue:z.value,"onUpdate:modelValue":Y[0]||(Y[0]=X=>z.value=X),disabled:p.value||!E.value.length,"is-indeterminate":!!j.value,size:"small",onMousedown:B},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,(X,ve)=>(e.openBlock(),e.createElementBlock("div",{key:ve+"headerCell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":X.alignRight||l.alignRight}]]),role:"columnheader"},[e.createVNode(kn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X.label),1)]),_:2},1024)],2))),128))],4)])]),_:1},512)])),eW])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["table-body rows-skeleton",[{"table-body__fixed":s.value!=="100%"}]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c).length||5,(X,ve)=>(e.openBlock(),e.createElementBlock("div",{key:X+"skeletonRow"},[e.createVNode(LM,{"is-selectable":!!L.isSelectable,headers:V.value,"table-style":W.value,"mobile-bottom":e.unref(d).mobileBottom,"mobile-top":e.unref(d).mobileTop},null,8,["is-selectable","headers","table-style","mobile-bottom","mobile-top"]),e.unref(i)<1024&&ve<(e.unref(c).length||5)-1?(e.openBlock(),e.createElementBlock("div",tW,rW)):e.createCommentVNode("",!0)]))),128))],2),[[e.vShow,p.value]]),e.withDirectives(e.createElementVNode("div",oW,[e.renderSlot(L.$slots,"noDataContainer")],512),[[e.vShow,!p.value&&e.unref(d).noDataContainer&&!e.unref(c).length]]),e.withDirectives((e.openBlock(),e.createBlock(K,{ref_key:"tableBodyScroll",ref:y,"data-testid":"table-body",class:"table-body mt-md-table-0",role:"rowgroup",height:L.bodyHeight,"wrap-class":"pt-1 pt-md-table-0","view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","always-show-x-thumb":"",onScroll:_},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(X,ve)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(X==null?void 0:X[L.uniqKey])||ve+"tableRow",class:e.normalizeClass([[{"with-hover":L.withHover&&e.unref(i)>=1024&&!L.border},{"with-border":L.border&&e.unref(i)>=1024}],"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",aW,[e.unref(i)<1024&&e.unref(d).mobileTop?(e.openBlock(),e.createElementBlock("div",lW,[L.isSelectable?(e.openBlock(),e.createBlock(fs,{key:0,modelValue:f.value[(X==null?void 0:X[L.uniqKey])||ve],"onUpdate:modelValue":de=>f.value[(X==null?void 0:X[L.uniqKey])||ve]=de,disabled:X==null?void 0:X.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(L.$slots,"mobileTop",{row:X})])):e.createCommentVNode("",!0),V.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(W.value)},[L.isSelectable&&e.unref(i)>=1024?(e.openBlock(),e.createElementBlock("div",sW,[e.createVNode(fs,{modelValue:f.value[(X==null?void 0:X[L.uniqKey])||ve],"onUpdate:modelValue":de=>f.value[(X==null?void 0:X[L.uniqKey])||ve]=de,disabled:X==null?void 0:X.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,(de,je)=>(e.openBlock(),e.createElementBlock("div",{key:je+"tableCell","data-testid":"table-cell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":de.alignRight||l.alignRight}]]),role:"cell"},[e.unref(i)<1024&&(de!=null&&de.label)?(e.openBlock(),e.createBlock(kn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(de.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(i)>=1024?de.maxWidthContent:"100%"}`)},[e.renderSlot(L.$slots,de.key,{row:X},()=>[e.createTextVNode(e.toDisplayString(X[de.label]),1)])],4)],2))),128))],4)):e.createCommentVNode("",!0),e.unref(i)<1024&&e.unref(d).mobileBottom?(e.openBlock(),e.createElementBlock("div",iW,[e.renderSlot(L.$slots,"mobileBottom",{row:X})])):e.createCommentVNode("",!0)]),e.unref(i)<1024&&ve<e.unref(c).length-1?(e.openBlock(),e.createElementBlock("div",uW,dW)):e.createCommentVNode("",!0)],2)),[[he,de=>F(de,X)]])),128))]),_:3},8,["height"])),[[e.vShow,!p.value&&e.unref(c).length],[ce,Z]]),l.pagination?(e.openBlock(),e.createBlock(se,{key:1,total:l.total,"page-size":v.value,"current-page":M.value,"show-page-size":"",options:L.pageSizeOptions,onPageChange:k,onPageSizeChange:T},null,8,["total","page-size","current-page","options"])):e.createCommentVNode("",!0)],512)}}});const a4={install(t){t.component("PlTablePlus",fW)}},pW=e.defineComponent({__name:"pl-tags-chips",props:{textColor:{default:""},icon:{default:""},iconColor:{default:""},backgroundColor:{default:""},size:{default:"large"},chip:{type:Boolean,default:!1},type:{default:"info"},deleteBtn:{type:Boolean,default:!1},interactive:{type:Boolean,default:!1},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["tagClicked","crossClicked"],setup(t,{emit:n}){const r=t,o=n,l=e.computed(()=>r.interactive?["primary","outline"].includes(r.type)?r.type:"primary":r.type),s=e.computed(()=>{const h={success:{text:"var(--color-text-icons-success)",background:"var(--color-system-surface-success)"},interactive:{text:"var(--color-text-icons-interactive)",background:"var(--color-system-surface-interactive)"},warning:{text:"var(--color-text-icons-warning)",background:"var(--color-system-surface-warning)"},error:{text:"var(--color-text-icons-error)",background:"var(--color-system-surface-error)"},info:{text:"var(--color-text-icons-primary)",background:"var(--color-surface-opacity-2)"},primary:{text:"var(--color-text-icons-primary)",background:"var(--color-surface-opacity-1)"},outline:{text:"var(--color-text-icons-primary)",background:""}};return h[l.value]||h.info}),i=e.computed(()=>["pl-tags-chips",r.size==="small"?"pl-tags-chips-small":"pl-tags-chips-large",{chip:r.chip},{"pl-tags-chips-primary-hover":l.value==="primary"&&!r.active},{"pl-tags-chips-primary-active ":l.value==="primary"&&r.active&&!r.disabled},{"pl-tags-chips-outline-hover":l.value==="outline"&&!r.active},{"pl-tags-chips-outline-active ":l.value==="outline"&&r.active&&!r.disabled},{"cursor-pointer":r.interactive},{"pl-tags-chips-disabled":r.disabled&&r.interactive}]),c=e.computed(()=>({color:r.textColor||s.value.text,backgroundColor:r.backgroundColor||s.value.background,padding:r.icon&&r.deleteBtn?"4px 8px":r.icon?"4px 12px 4px 8px":"4px 12px",border:l.value==="outline"?"1px solid var(--color-border-inactive)":"none"})),d=e.computed(()=>r.disabled?"var(--color-text-icons-tertiary)":r.iconColor||r.textColor||s.value.text),f=e.computed(()=>r.size==="large"?"Close20":"Close16"),m=()=>{r.disabled||o("crossClicked")},p=()=>{r.disabled||o("tagClicked")};return(h,M)=>{const v=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(i.value),style:e.normalizeStyle(c.value),"data-testid":"tag",onClick:p},[r.icon?(e.openBlock(),e.createBlock(v,{key:0,color:d.value,name:r.icon},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(h.$slots,"default"),r.deleteBtn?(e.openBlock(),e.createBlock(v,{key:1,class:e.normalizeClass(["pl-tags-chips-delete-btn",{"pl-tags-chips-disabled":r.disabled}]),color:"var(--color-text-icons-tertiary)",name:f.value,onClick:e.withModifiers(m,["stop"])},null,8,["class","name"])):e.createCommentVNode("",!0)],6)}}});const l4=Qt(pW,"PlTagsChips"),mW=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>{const l=kn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-counter__container",{active:n.active}])},[e.createVNode(l,{class:"pl-counter__inner"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{},void 0,!0)]),_:3})],2)}}});const gW=Zn(mW,[["__scopeId","data-v-37a4b002"]]),vW=t=>(e.pushScopeId("data-v-a9d6cb3b"),t=t(),e.popScopeId(),t),hW={class:"pl-tab__content"},yW={key:0,class:"pl-tab__content-suffix"},MW=vW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),NW=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,r=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-interactive)":"var(--color-text-icons-secondary)");return(o,l)=>{const s=dc;return n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab__container",{disabled:n.disabled},{active:n.active}])},[e.createElementVNode("div",hW,[e.createVNode(s,{class:"pl-tab__content-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1}),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",yW,[n.icon?(e.openBlock(),e.createBlock(ut,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(gW,{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),MW],2)):e.createCommentVNode("",!0)}}});const DW=Zn(NW,[["__scopeId","data-v-a9d6cb3b"]]),bW={class:"pl-tab-container"},wW=e.createElementVNode("div",{class:"pl-tab-divider"},null,-1),kW=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 r=t,{keepAlive:o}=e.toRefs(r),l=e.useSlots(),s=e.computed(()=>{const h=l.default();return Array.isArray(h[0].children)?h[0].children.map(M=>M.props):l.default().map(M=>M.props)}),i=e.ref(null),c=async(h,M)=>{const v=await Promise.all(h.map(M));return h.filter((y,N)=>v[N])[0]},d=async h=>{var M;return r.modelValue===((M=h.props)==null?void 0:M.name)},f=async()=>{Array.isArray(l.default()[0].children)?i.value=await c(l.default()[0].children,d):i.value=await c(l.default(),d)};e.watch(()=>r.modelValue,async()=>{await f()}),e.onMounted(async()=>{await f()});const m=n,p=h=>{h.disabled||m("update:modelValue",h.name)};return(h,M)=>{var y;const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",bW,[e.createElementVNode("div",{class:e.normalizeClass(["pl-tab-nav tabs__wrap tabs__wrap--hidden-default",r.navClass])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,N=>e.withDirectives((e.openBlock(),e.createBlock(DW,{key:N==null?void 0:N.name,label:N==null?void 0:N.label,active:r.modelValue===(N==null?void 0:N.name),icon:N==null?void 0:N.icon,disabled:N==null?void 0:N.disabled,counter:N==null?void 0:N.counter,role:"tab"},null,8,["label","active","icon","disabled","counter"])),[[v,()=>p(N)]])),128)),wW],2),e.unref(o)?e.unref(o)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.value),{key:(y=i.value)==null?void 0:y.props.name}))],1024))],2)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.value)))],2))])}}});const s4={install(t){t.component("PlTabs",kW)}},i4=Qt(o4,"PlPagination"),u4=e.defineComponent({__name:"pl-btn3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-3",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),c4=e.defineComponent({__name:"pl-system",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),CW={key:0,class:"pl-onboarding-overlay"},TW={class:"onboarding-header"},_W={class:"d-flex gap-2"},IW={class:"d-grid gap-4"},xW={class:"onboarding-content"},EW=["src"],SW={class:"onboarding-footer"},zW={class:"pagination"},jW=e.defineComponent({__name:"pl-onboarding",props:{show:{type:Boolean,default:!1},title:{default:"Title"},placement:{default:"top"},slides:{},currentItem:{default:0}},emits:["close","update:show","update:currentItem","next"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.currentItem,set:I=>o("update:currentItem",I)}),s=e.computed({get:()=>r.show,set:I=>o("update:show",I)}),i=e.ref(null),c=e.ref(null),d=e.computed(()=>l.value===r.slides.length-1?"Понятно":"Далее"),f=e.ref(),m=()=>{o("close"),s.value=!1},p=()=>{l.value===r.slides.length-1?(m(),o("next")):(o("update:currentItem",l.value),l.value++,o("next"))},h=()=>{if(i.value&&c.value){let I="",w="";const k=c.value.firstElementChild.getBoundingClientRect(),T=i.value;switch(r.placement){case"left-top":I=`${k.top-40+k.height/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"left":I=`${k.top+k.height/2-T.offsetHeight/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"left-bottom":I=`${k.bottom-T.offsetHeight+40-k.height/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"right-top":I=`${k.top-40+k.height/2}px`,w=`${k.left+k.width+14}px`;break;case"right":I=`${k.top+k.height/2-T.offsetHeight/2}px`,w=`${k.left+k.width+14}px`;break;case"right-bottom":I=`${k.bottom-T.offsetHeight+40-k.height/2}px`,w=`${k.right+14}px`;break;case"top-left":I=`${k.top-T.offsetHeight-14}px`,w=`${k.left+k.width/2-40.5}px`;break;case"top":I=`${k.top-T.offsetHeight-14}px`,w=`${k.left+k.width/2-T.offsetWidth/2}px`;break;case"top-right":I=`${k.top-T.offsetHeight-14}px`,w=`${k.right-T.offsetWidth-k.width/2+40.5}px`;break;case"bottom-left":I=`${k.bottom+14}px`,w=`${k.left+k.width/2-40.5}px`;break;case"bottom":I=`${k.bottom+14}px`,w=`${k.left+k.width/2-T.offsetWidth/2}px`;break;case"bottom-right":I=`${k.bottom+14}px`,w=`${k.right-T.offsetWidth-k.width/2+40.5}px`;break}return{top:I,left:w}}},M=()=>{f.value=h()},{top:v,right:y,bottom:N,left:D}=k6(c);e.onUpdated(()=>{const I=new MutationObserver(M);i.value&&I.observe(i.value,{childList:!0,subtree:!0,attributes:!0}),e.onUnmounted(()=>{I.disconnect()})});let _;return e.watch(()=>s.value,(I,w)=>{I?(f.value=h(),document.body.style.overflow="hidden",_=e.watch([v,y,N,D],()=>{M(),document.addEventListener("transitionend",M)})):w===!0&&(document.body.style.overflow="",_==null||_(),document.removeEventListener("transitionend",M))},{immediate:!0}),(I,w)=>{const k=Vs,T=c4,b=u4;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"triggerElement",ref:c},[e.renderSlot(I.$slots,"default")],512),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[s.value?(e.openBlock(),e.createElementBlock("div",CW,[e.createElementVNode("div",{ref_key:"onboardingBox",ref:i,style:e.normalizeStyle(f.value),class:e.normalizeClass(["onboarding",`arrow-${I.placement}`])},[e.createElementVNode("div",TW,[e.createElementVNode("div",_W,[e.createVNode(k,{class:"onboarding-header-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(I.title),1)]),_:1}),e.createVNode(ut,{class:"onboarding-close-button",color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:m})]),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(T,{key:l.value,class:"onboarding-header-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(I.slides[l.value].description),1)]),_:1}))]),_:1})]),e.createElementVNode("div",IW,[e.createElementVNode("div",xW,[e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[I.slides[l.value].image?(e.openBlock(),e.createElementBlock("img",{key:l.value,src:I.slides[l.value].image,alt:"Onboarding Image"},null,8,EW)):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",SW,[e.createElementVNode("div",zW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(I.slides,(x,z)=>(e.openBlock(),e.createElementBlock("span",{key:z,class:e.normalizeClass({active:l.value===z})},null,2))),128))]),e.createVNode(b,{class:"onboarding-next-button",onClick:p},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.value),1)]),_:1})])])],6)])):e.createCommentVNode("",!0)]))]),_:1})],64)}}});const d4={install(t){t.component("PlOnboarding",jW)}},AW=e.defineComponent({__name:"pl-signing",props:{selectedCertificate:{},loading:{type:Boolean},signingFile:{type:Boolean},certificatesThumbprint:{},placeholder:{default:"Выберите сертификат"},label:{default:""},sellplus:{type:Boolean}},emits:["update:selected-certificate","update:loading","system-setup-error","update:signing-file","no-files"],setup(t,{expose:n,emit:r}){const o=t,l=r,s=e.computed({get:()=>o.selectedCertificate,set:N=>{l("update:selected-certificate",N)}}),i=e.computed({get:()=>o.loading,set:N=>{l("update:loading",N)}}),c=e.ref([]),d=async()=>{try{const N=await import("crypto-pro");if(N!=null&&N.isValidSystemSetup)return await N.isValidSystemSetup();throw new Error("Метод isValidSystemSetup отсутствует в crypto-pro")}catch(N){return console.warn("crypto-pro не установлен или не доступен:",N),!1}},f=async()=>new Promise((N,D)=>{i.value=!0,d().then(async()=>{const{getUserCertificates:_}=await import("crypto-pro");let I=await _(!0);o.certificatesThumbprint&&(I=I.filter(w=>o.certificatesThumbprint.includes(w.thumbprint))),c.value=await p(I),c.value.length===0?(l("system-setup-error","Сертификаты не найдены"),D(!1)):(o.sellplus&&c.value.length===1&&(s.value=c.value[0].value),N(!0)),i.value=!1}).catch(_=>{l("system-setup-error",_),D(!1)}).finally(()=>{i.value=!1})}),m=(N,D)=>{var _;return(_=N.find(I=>I.title.toLowerCase()===D.toLowerCase()))==null?void 0:_.description},p=async N=>(await Promise.all(N.map(async _=>{const I=await _.isValid(),w=await _.getOwnerInfo(),k=m(w,"Должность"),T=!!m(w,"ИНН"),b=!!m(w,"ИНН ЮЛ");if(!I||!(b?!0:T))return;const z=await _.getIssuerInfo(),E=m(w,b?"ИНН ЮЛ":"ИНН"),j=m(w,"Фамилия"),V=m(w,"Имя Отчество"),$=m(w,"Владелец").replace('"',"«").replace('"',"»"),W=m(z,"Компания")||"-",Z=le(await _._cadesCertificate.ValidToDate).format("DD.MM.YYYY");let U=`${j} ${V}`,A=`${b?$+" ":""}(ИНН: ${E}). Действителен до: ${Z}`,Q=`${j} ${V} ${A}`;o.sellplus&&(A=`Действителен до ${Z}`,U=`${j} ${V} | ${$}`,Q=U);const B={label:U,description:A,optionText:A,tooltipText:Q,companyName:$,companyInn:`ИНН: ${E}`,inn:E,role:k,owner:W,isInnUL:b,fio:`${j} ${V}`,validTo:await _._cadesCertificate.ValidToDate,validFrom:await _._cadesCertificate.ValidFromDate,thumbprint:await _._cadesCertificate.Thumbprint};return{value:B,...B}}))).filter(_=>!!_),h=e.computed(()=>o.sellplus?c.value.length===1:!1),M=e.computed(()=>{var N,D,_;return o.sellplus?(N=s.value)==null?void 0:N.label:`${(D=s.value)==null?void 0:D.label} ${(_=s.value)==null?void 0:_.optionText}`});e.onMounted(async()=>{s.value=null,await f()});const v=e.computed({get:()=>o.signingFile,set:N=>{l("update:signing-file",N)}});return n({signingFiles:async(N,D)=>{if(v.value=!0,!(D!=null&&D.length)){l("no-files"),v.value=!1;return}const _=[];for(const I of D)try{const{createDetachedSignature:w}=await import("crypto-pro"),k=await w(N,I.fileDigest,{hashedAlgorithm:I.fileDigestAlgorithmOid==="1.2.643.7.1.1.2.3"?102:101});_.push({attachmentId:I.attachmentId,signaturePem:k})}catch(w){let k;return w.message==="Ошибка исполнения функции"?k="Срок действия лицензии на компьютере истек, требуется приобрести лицензию на КриптоПро CSP":w.message?k=w.message:k="Что-то пошло не так, попробуйте снова",Ym.error({title:"Ошибка подписания документов",message:k||w.message}),_}return _}}),(N,D)=>{const _=Qm,I=Ta;return e.openBlock(),e.createBlock(I,{delay:"",disabled:!s.value,width:"398px"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(M.value),1)]),default:e.withCtx(()=>[e.createVNode(_,{modelValue:s.value,"onUpdate:modelValue":D[0]||(D[0]=w=>s.value=w),options:c.value,placeholder:o.placeholder,label:o.label,disabled:h.value,teleport:"",prop:"thumbprint"},null,8,["modelValue","options","placeholder","label","disabled"])]),_:1},8,["disabled"])}}}),f4=Qt(AW,"PlSigning"),OW=["disabled"],LW={class:"nav-btn-text"},p4=e.defineComponent({__name:"NavButton",props:{icon:{default:""},type:{},isClicked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["click","update:isClicked"],setup(t,{emit:n}){const r=t,o=n,l=e.useSlots(),s=e.ref(r.isClicked),i=e.ref(!1),c=e.computed(()=>r.type==="new"?"var(--color-link-untouched)":"var(--color-text-icons-primary)"),d=()=>{i.value=!!l.default&&l.default()[0].children!==""};e.onUpdated(()=>{d()}),e.onMounted(()=>{d()});const f=e.ref(null),m=e.computed(()=>({disabled:r.disabled,"btn-icon-only":!i.value,"nav-btn-new":r.type==="new","nav-btn-company":r.type==="company","btn-with-gap":r.type!=="company"&&i.value})),p=()=>{r.type==="company"&&!r.disabled&&(s.value=!s.value,o("update:isClicked",s.value)),o("click")};return $r(f,()=>{setTimeout(()=>{s.value=!1}),o("update:isClicked",!1)}),e.watch(()=>r.isClicked,h=>{s.value=h}),(h,M)=>{const v=ut,y=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{ref_key:"navBtnRef",ref:f,class:e.normalizeClass(["nav-btn",m.value]),disabled:r.disabled},[e.createElementVNode("div",{class:e.normalizeClass({"nav-btn-content":i.value})},[r.icon?(e.openBlock(),e.createBlock(v,{key:0,name:r.icon,style:e.normalizeStyle({color:c.value})},null,8,["name","style"])):e.createCommentVNode("",!0),e.createElementVNode("div",LW,[e.renderSlot(h.$slots,"default")]),r.type==="company"?(e.openBlock(),e.createBlock(v,{key:1,name:"ChevronDown20",class:e.normalizeClass({rotate:s.value})},null,8,["class"])):e.createCommentVNode("",!0)],2)],10,OW)),[[y,p,void 0,{self:!0}]])}}});const fc={MOBILE:768,TABLET:1024,DESKTOP:1280,WIDESCREEN:1440},BW={class:"pl-navigation__header"},PW={class:"pl-navigation-inner-wrapper header-section"},VW={class:"pl-navigation-header__logo"},$W={class:"pl-navigation-header__content"},UW={class:"pl-navigation-custom-content"},QW={class:"pl-navigation-header__buttons"},YW=e.defineComponent({__name:"Header",emits:["sidebar-click","exit-click"],setup(t,{emit:n}){const{width:r}=un(),o=n;return(l,s)=>{const i=ut;return e.openBlock(),e.createElementBlock("header",BW,[e.createElementVNode("div",PW,[e.createElementVNode("div",VW,[e.renderSlot(l.$slots,"headerLogo",{},void 0,!0),e.unref(r)<e.unref(fc).DESKTOP?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nav-btn-sidebar",onClick:s[0]||(s[0]=c=>o("sidebar-click"))},[e.createVNode(i,{name:"Sidebar20"})])):e.createCommentVNode("",!0)]),e.createElementVNode("div",$W,[e.createElementVNode("div",UW,[e.renderSlot(l.$slots,"customContent",{},void 0,!0)]),e.createElementVNode("div",QW,[e.renderSlot(l.$slots,"headerBtns",{},void 0,!0),e.createVNode(p4,{icon:"Exit20",onClick:s[1]||(s[1]=c=>o("exit-click"))})])])])])}}});const RW=Zn(YW,[["__scopeId","data-v-eccdad51"]]),FW={class:"pl-navigation"},qW={class:"pl-navigation-main"},HW={class:"pl-navigation-main-wrapper pl-navigation-inner-wrapper"},WW={class:"pl-navigation-main-content"},ZW=e.defineComponent({__name:"pl-navigation",props:{sidebarOpen:{type:Boolean},sidebarOpenModifiers:{}},emits:e.mergeModels(["exit-click","sidebar-click","sidebar-transition-end"],["update:sidebarOpen"]),setup(t,{expose:n,emit:r}){const{width:o}=un(),l=e.ref(null),s=r,i=e.useModel(t,"sidebarOpen"),c=()=>{i.value=!i.value,s("sidebar-click")},d=m=>!!(m.closest(".pl-onboarding-overlay")||m.closest(".pl-snackbar__wrapper")||m.closest(".pl-dialog-plus-overlay")),f=m=>{const p=m.target;i.value&&!d(p)&&(i.value=!1)};return $r(l,m=>{setTimeout(()=>{f(m)})}),n({closeSidebar:f}),(m,p)=>(e.openBlock(),e.createElementBlock("div",FW,[e.createVNode(RW,{id:"headerRef","use-width":"useWidth",onSidebarClick:c,onExitClick:p[0]||(p[0]=h=>s("exit-click"))},{headerLogo:e.withCtx(()=>[e.renderSlot(m.$slots,"headerLogo")]),customContent:e.withCtx(()=>[e.renderSlot(m.$slots,"customContent")]),headerBtns:e.withCtx(()=>[e.renderSlot(m.$slots,"headerBtns")]),_:3}),e.createElementVNode("div",qW,[e.createVNode(uo,{"offset-right":"2px",class:"w-100",height:"calc(100dvh - 64px)"},{default:e.withCtx(()=>[e.createElementVNode("div",HW,[e.createVNode(e.Transition,{name:"sidebar",onAfterEnter:p[1]||(p[1]=h=>s("sidebar-transition-end"))},{default:e.withCtx(()=>[i.value||e.unref(o)>=e.unref(fc).DESKTOP?(e.openBlock(),e.createElementBlock("aside",{key:0,ref_key:"sidebarRef",ref:l,class:"pl-navigation-sidebar"},[e.renderSlot(m.$slots,"sidebarContent")],512)):e.createCommentVNode("",!0)]),_:3}),e.createElementVNode("main",WW,[e.renderSlot(m.$slots,"main")])])]),_:3})])]))}});const m4=Qt(ZW,"PlNavigation"),g4=Qt(p4,"PlNavButton"),GW={class:"d-flex gap-2 align-items-center"},KW={class:"d-flex gap-1 align-items-center"},JW={key:0,class:"sidebar-item__alert-container"},XW=e.createElementVNode("span",{class:"sidebar-item__alert-dot"},null,-1),e7=[XW],t7=e.defineComponent({__name:"SidebarItem",props:{item:{},activePage:{default:""}},emits:["sidebar-item-click"],setup(t,{emit:n}){const r=t,o=n,l=e.computed(()=>r.activePage===r.item.name),s=e.computed(()=>l.value?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(i,c)=>{const d=ut,f=kn,m=Gn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["sidebar-item",{active:l.value}]),onClick:c[0]||(c[0]=p=>o("sidebar-item-click",i.item))},[e.createElementVNode("div",GW,[e.createVNode(d,{name:i.item.iconLeft,color:s.value},null,8,["name","color"]),e.createVNode(f,{color:s.value,class:"sidebar-item__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.item.label),1)]),_:1},8,["color"])]),e.createElementVNode("div",KW,[i.item.counter===1||i.item.alert?(e.openBlock(),e.createElementBlock("div",JW,e7)):e.createCommentVNode("",!0),i.item.counter>1?(e.openBlock(),e.createBlock(m,{key:1,class:"sidebar-item__counter"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.item.counter),1)]),_:1})):e.createCommentVNode("",!0),i.item.iconRight?(e.openBlock(),e.createBlock(d,{key:2,name:i.item.iconRight,color:"var(--color-text-icons-secondary)"},null,8,["name"])):e.createCommentVNode("",!0)])],2)}}});const v4=Qt(t7,"PlSidebarItem"),n7={},r7={width:"137",height:"24",viewBox:"0 0 137 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o7=e.createStaticVNode('<g id="BUSINESS_logo_left_yellow shield_black text_no bg" clip-path="url(#clip0_646_1706)"><g id="Group"><g id="Group_2"><g id="Group_3"><path id="Vector" d="M37.7746 10.3097C37.2581 10.1108 36.5826 10.0511 35.8474 10.0511H31.7542V8.77761H38.788V6.58887H28.8732V16.0603H35.5891C36.523 16.0603 37.2182 15.9807 37.735 15.7816C38.8278 15.3637 39.5629 14.349 39.5629 13.0159C39.5629 11.6629 38.8675 10.7276 37.7746 10.3097ZM36.3441 13.5929C36.1852 13.6527 35.9666 13.6725 35.6883 13.6725H31.7542V12.1603H35.6883C36.0063 12.1603 36.2645 12.1803 36.4633 12.2797C36.7017 12.3991 36.8209 12.618 36.8209 12.8964C36.8209 13.175 36.6819 13.4735 36.3441 13.5929Z" fill="#333333"></path><path id="Vector_2" d="M47.641 6.58887H43.4287L39.5542 16.0603H42.8128L43.3493 14.6873H47.7204L48.2769 16.0603H51.5156L47.641 6.58887ZM44.0645 12.598L45.4356 8.77761H45.6541L47.0251 12.598H44.0645Z" fill="#333333"></path><path id="Vector_3" d="M55.224 12.5384V16.0603H52.343V6.58887H55.224V10.0511H59.8536V6.58887H62.7346V16.0603H59.8536V12.5384H55.224Z" fill="#333333"></path><path id="Vector_4" d="M67.2949 12.4787V16.0603H64.4138V6.58887H67.2949V10.1506H68.0897L71.5668 6.58887H75.1829L70.5733 11.1256L75.3618 16.0603H71.527L68.0897 12.4787H67.2949Z" fill="#333333"></path></g><g id="Group_4"><path id="Vector_5" d="M0.5 0.5H23.4687V12.0682C23.4687 15.0338 21.8889 17.7742 19.3245 19.2572L11.9844 23.5018L4.64423 19.2572C2.07975 17.7742 0.5 15.0338 0.5 12.0682V0.5Z" fill="#FFDD2D"></path><path id="Vector_6" fill-rule="evenodd" clip-rule="evenodd" d="M6.80359 6.58887V10.1868C7.29489 9.63124 8.18815 9.25522 9.20949 9.25522H10.3194V13.4378C10.3194 14.5506 10.0175 15.5246 9.56954 16.0603H14.3974C13.9504 15.524 13.6492 14.5513 13.6492 13.4399V9.25522H14.7591C15.7805 9.25522 16.6737 9.63124 17.165 10.1868V6.58887H6.80359Z" fill="#333333"></path></g></g><path id="Vector_7" d="M80.3492 6.25H79.4153V16.3977H80.3492V6.25Z" fill="#333333"></path></g><g id="Group_5"><g id="Group_6"><path id="Vector_8" d="M112.51 7.93652V10.7765H117.678V7.93652H118.801V14.6848H117.678V11.7377H112.51V14.6848H111.397V7.93652L112.51 7.93652Z" fill="#333333"></path><path id="Vector_9" d="M127.066 7.93652V8.81672H121.532V10.8118H126.798V11.5798H121.532V13.8047H127.066V14.6849H120.418V7.93652L127.066 7.93652Z" fill="#333333"></path><path id="Vector_10" d="M90.6166 10.3892L86.8627 10.3892V8.77494H92.4849V7.93652H85.7589V14.6848L90.6166 14.6848C92.462 14.6848 93.206 13.4864 93.206 12.4832C93.206 11.4801 92.462 10.3892 90.6166 10.3892ZM90.6846 13.7695C89.7291 13.7695 86.8627 13.7695 86.8627 13.7695V11.197H90.6846C91.3939 11.197 92.214 11.6284 92.214 12.4832C92.214 13.3434 91.3939 13.7695 90.6846 13.7695Z" fill="#333333"></path><path id="Vector_11" d="M100.25 7.93652L95.4248 13.2906V7.93652H94.321V14.6849H95.296L100.121 9.33121V14.6849H101.225V7.93652H100.25Z" fill="#333333"></path><path id="Vector_12" d="M135.327 12.2582C135.037 13.3046 133.756 14.0218 132.323 14.0218C130.523 14.0218 129.257 12.8202 129.257 11.3084C129.257 9.79685 130.523 8.61465 132.323 8.61465C133.756 8.61465 135.008 9.31237 135.298 10.3395H136.502C136.101 8.80213 134.649 7.73085 132.418 7.73085C129.723 7.70244 128.063 9.26529 128.063 11.311C128.063 13.3285 129.723 14.8914 132.418 14.8914C134.681 14.8779 136.086 13.8129 136.489 12.2582H135.327Z" fill="#333333"></path></g><path id="Vector_13" d="M108.798 11.2049C109.503 10.9085 109.968 10.4 109.968 9.62327C109.968 8.87457 109.432 8.25339 108.431 7.97067C107.994 7.84356 107.345 7.73047 106.442 7.73047C105.639 7.73047 104.905 7.80144 104.2 8.04127C103.312 8.33802 102.734 8.98766 102.621 9.86307H103.815C103.879 9.51387 104.091 9.12214 104.653 8.87822C105.064 8.70005 105.702 8.61427 106.405 8.61427C108.2 8.61427 108.779 9.11541 108.779 9.77323C108.779 10.3843 108.228 10.8239 106.617 10.8239H104.588V11.7077H106.78C107.763 11.7077 108.091 11.7071 108.396 11.8239C108.771 11.9407 109.052 12.2447 109.052 12.7126C109.052 13.2289 108.867 14.0214 106.381 14.0214C105.515 14.0214 104.884 13.8973 104.533 13.7334C104.181 13.5701 103.833 13.2782 103.758 12.7436L102.564 12.7443C102.677 13.7188 103.255 14.3119 104.073 14.6087C104.623 14.8064 105.441 14.891 106.386 14.891C107.556 14.891 108.149 14.7783 108.628 14.6367C109.587 14.3544 110.152 13.6623 110.152 12.7869C110.152 12.0241 109.658 11.417 108.798 11.2049Z" fill="#333333"></path></g></g><defs><clipPath id="clip0_646_1706"><rect width="136" height="23" fill="white" transform="translate(0.5 0.5)"></rect></clipPath></defs>',2),a7=[o7];function l7(t,n){return e.openBlock(),e.createElementBlock("svg",r7,a7)}const s7=Zn(n7,[["render",l7]]),h4=Qt(s7,"TLogo"),i7=e.defineComponent({__name:"pl-text-cell",props:{label:{},content:{},description:{},subtitle:{},direction:{default:"vertical"},descriptionColor:{default:"secondary"},type:{}},setup(t){const n=t,r=e.computed(()=>({"pl-text-cell":!0,"pl-text-cell__horizontal":n.direction==="horizontal","pl-text-cell__with-gap":n.subtitle})),o=e.computed(()=>({"pl-text-cell__description":n.description,"pl-text-cell__content":n.content&&!n.description,"pl-text-cell__description-secondary":n.description&&n.descriptionColor==="secondary","pl-text-cell__description-tertiary":n.description&&n.descriptionColor==="tertiary",[`pl-text-cell__${n.type}`]:n.type&&n.content&&!n.description})),l=e.computed(()=>({"pl-text-cell__label":n.label,"pl-text-cell__content":n.content&&!n.label,"pl-text-cell__subtitle":n.subtitle,[`pl-text-cell__${n.type}`]:n.type&&n.content&&!n.label&&!n.subtitle})),s=e.computed(()=>n.label?n.label:n.subtitle?n.subtitle:n.content),i=e.computed(()=>n.label&&n.content?n.content:s.value!==n.label&&n.description?n.description:"");return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value)},[e.createElementVNode("div",{class:e.normalizeClass(l.value)},e.toDisplayString(s.value),3),c.description||c.content?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.value)},e.toDisplayString(i.value),3)):e.createCommentVNode("",!0)],2))}});const y4=Qt(i7,"PlTextCell"),M4={install(t){t.component("PlIcon",ut)}},u7=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),c7=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h2-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),d7=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),f7=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h4-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),p7=e.defineComponent({__name:"pl-title2",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),m7=e.defineComponent({__name:"pl-title3",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),g7=e.defineComponent({__name:"pl-sub1",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),v7=e.defineComponent({__name:"pl-btn1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-1",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),h7=e.defineComponent({__name:"pl-body1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b1-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),y7=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),N4={install(t){t.component("PlH1",u7),t.component("PlH2",c7),t.component("PlH3",d7),t.component("PlH4",f7),t.component("PlTitle1",Bm),t.component("PlTitle2",p7),t.component("PlTitle3",m7),t.component("PlSub1",g7),t.component("PlSub2",Vs),t.component("PlBtn1",v7),t.component("PlBtn2",dc),t.component("PlBtn3",u4),t.component("PlBody1",h7),t.component("PlBody2",kn),t.component("PlBody3",Vm),t.component("PlBodyU",y7),t.component("PlCap",Gn),t.component("PlTag",KD),t.component("PlSystem",c4)}},D4=Qt(Bu,"PlMarkText"),M7=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,r)=>e.renderSlot(n.$slots,"default")}}),b4={install(t){t.component("PlTabPane",M7)}},N7=Object.freeze(Object.defineProperty({__proto__:null,PlAutocomplete:LD,PlButton:ID,PlCard:t4,PlCheckbox:pD,PlCheckboxPlus:BD,PlCurrency:cD,PlDatePickerLegacyPlugin:yD,PlDatePickerPlugin:hD,PlDatePickerPlusPlugin:FD,PlDialog:_D,PlDialogPlus:xD,PlForm:GD,PlIcon:M4,PlInput:MD,PlInputPlus:qD,PlLink:ED,PlMarkText:D4,PlMultiSelect:WD,PlMultitab:n4,PlNavButton:g4,PlNavigation:m4,PlNotification:Ym,PlOnboarding:d4,PlPagination:i4,PlRadio:HD,PlScrollbar:SD,PlSelect:DD,PlSelectPlus:e4,PlSidebarItem:v4,PlSigning:f4,PlSkeleton:zD,PlStepper:r4,PlSuggestions:bD,PlSwitch:ZD,PlTabPane:b4,PlTablePlugin:wD,PlTablePlus:a4,PlTabs:s4,PlTagsChips:l4,PlTextCell:y4,PlTextPlugin:N4,PlTooltip:kD,PlTooltipPlus:jD,PlUpload:CD,PlUploadLegacy:TD,PlUploadPlus:XD,ScreenSizes:fc,TLogo:h4,cancelAllApiRequests:m0,dadataParser:Sm,declOfNum:ao,deepSet:lD,filters:oD,formatCurrency:ic,formatDate:aD,isEqual:uc},Symbol.toStringTag,{value:"Module"})),D7=jI(),b7=t=>{var n;Object.values(N7).forEach(r=>{var l;const o=r;(l=o.install)==null||l.call(o,t)}),(n=wu.install)==null||n.call(wu,t),t.use(D7).use(K1)};exports.PlAutocomplete=LD;exports.PlButton=ID;exports.PlCard=t4;exports.PlCheckbox=pD;exports.PlCheckboxPlus=BD;exports.PlCurrency=cD;exports.PlDatePickerLegacyPlugin=yD;exports.PlDatePickerPlugin=hD;exports.PlDatePickerPlusPlugin=FD;exports.PlDialog=_D;exports.PlDialogPlus=xD;exports.PlDirectives=wu;exports.PlForm=GD;exports.PlIcon=M4;exports.PlInput=MD;exports.PlInputPlus=qD;exports.PlLink=ED;exports.PlMarkText=D4;exports.PlMultiSelect=WD;exports.PlMultitab=n4;exports.PlNavButton=g4;exports.PlNavigation=m4;exports.PlNotification=Ym;exports.PlOnboarding=d4;exports.PlPagination=i4;exports.PlRadio=HD;exports.PlScrollbar=SD;exports.PlSelect=DD;exports.PlSelectPlus=e4;exports.PlSidebarItem=v4;exports.PlSigning=f4;exports.PlSkeleton=zD;exports.PlStepper=r4;exports.PlSuggestions=bD;exports.PlSwitch=ZD;exports.PlTabPane=b4;exports.PlTablePlugin=wD;exports.PlTablePlus=a4;exports.PlTabs=s4;exports.PlTagsChips=l4;exports.PlTextCell=y4;exports.PlTextPlugin=N4;exports.PlTooltip=kD;exports.PlTooltipPlus=jD;exports.PlUpload=CD;exports.PlUploadLegacy=TD;exports.PlUploadPlus=XD;exports.ScreenSizes=fc;exports.TLogo=h4;exports.apiJs=PI;exports.cancelAllApiRequests=m0;exports.dadataParser=Sm;exports.dataParser=Sm;exports.declOfNum=ao;exports.deepSet=lD;exports.filters=oD;exports.formatCurrency=ic;exports.formatDate=aD;exports.install=b7;exports.isEqual=uc;exports.loader=Du;exports.plLoading=$I;
111
+ */var xo;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(xo||(xo={}));var ta;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(ta||(ta={}));const ku=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),sD=t=>t.replace(/^0+(0$|[^0])/,"$1"),If=(t,n)=>(t.match(new RegExp(ku(n),"g"))||[]).length,K6=(t,n)=>t.substring(0,t.indexOf(n)),iD=[",",".","٫","。"],CM="(0|[1-9]\\d*)";class J6{constructor(n){var r,o,l,s,i,c;const{currency:d,currencyDisplay:f,locale:m,precision:p,accountingSign:h,useGrouping:M}=n;this.locale=m,this.options={currency:d,useGrouping:M,style:"currency",currencySign:h?"accounting":void 0,currencyDisplay:f!==xo.hidden?f:void 0};const v=new Intl.NumberFormat(m,this.options),y=v.formatToParts(123456);this.currency=(r=y.find(({type:_})=>_==="currency"))===null||r===void 0?void 0:r.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(_=>_.toLocaleString(m)),this.decimalSymbol=(o=y.find(({type:_})=>_==="decimal"))===null||o===void 0?void 0:o.value,this.groupingSymbol=(l=y.find(({type:_})=>_==="group"))===null||l===void 0?void 0:l.value,this.minusSign=(s=v.formatToParts(-1).find(({type:_})=>_==="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=(i=p==null?void 0:p.min)!==null&&i!==void 0?i:v.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(c=p==null?void 0:p.max)!==null&&c!==void 0?c:v.resolvedOptions().maximumFractionDigits);const N=_=>K6(_,this.digits[1]),D=_=>_.substring(_.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=N(v.format(1)),this.suffix=D(v.format(1)),this.negativePrefix=N(v.format(-1)),this.negativeSuffix=D(v.format(-1))}parse(n){if(n){const r=this.isNegative(n);n=this.normalizeDigits(n),n=this.stripCurrency(n,r),n=this.stripSignLiterals(n);const o=this.decimalSymbol?`(?:${ku(this.decimalSymbol)}(\\d*))?`:"",l=this.stripGroupingSeparator(n).match(new RegExp(`^${CM}${o}$`));if(l&&this.isValidIntegerFormat(this.decimalSymbol?n.split(this.decimalSymbol)[0]:n,Number(l[1])))return+`${r?"-":""}${this.onlyDigits(l[1])}.${this.onlyDigits(l[2]||"")}`}return null}isValidIntegerFormat(n,r){const o={...this.options,minimumFractionDigits:0};return[this.stripCurrency(this.normalizeDigits(r.toLocaleString(this.locale,{...o,useGrouping:!0})),!1),this.stripCurrency(this.normalizeDigits(r.toLocaleString(this.locale,{...o,useGrouping:!1})),!1)].includes(n)}format(n,r={minimumFractionDigits:this.minimumFractionDigits,maximumFractionDigits:this.maximumFractionDigits}){return n!=null?n.toLocaleString(this.locale,{...this.options,...r}):""}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(`^${CM}${ku(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,r){return`${r?this.negativePrefix:this.prefix}${n}${r?this.negativeSuffix:this.suffix}`}stripGroupingSeparator(n){return this.groupingSymbol!==void 0?n.replace(new RegExp(ku(this.groupingSymbol),"g"),""):n}stripSignLiterals(n){return this.minusSign!==void 0?n.replace("-",this.minusSign).replace(this.minusSign,""):n.replace(/[-()]/g,"")}stripCurrency(n,r){return n.replace(r?this.negativePrefix:this.prefix,"").replace(r?this.negativeSuffix:this.suffix,"")}normalizeDecimalSeparator(n,r){return iD.forEach(o=>{n=n.substring(0,r)+n.substring(r).replace(o,this.decimalSymbol)}),n}normalizeDigits(n){return this.digits[0]!=="0"&&this.digits.forEach((r,o)=>{n=n.replace(new RegExp(r,"g"),String(o))}),n}onlyDigits(n){return this.normalizeDigits(n).replace(/\D+/g,"")}onlyLocaleDigits(n){return n.replace(new RegExp(`[^${this.digits.join("")}]*`,"g"),"")}}class uD{constructor(n){this.currencyFormat=n}}class X6 extends uD{conformToMask(n,r=""){const o=this.currencyFormat.isNegative(n),l=v=>v===""&&o&&!(this.currencyFormat.minusSign===void 0?r===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:r===this.currencyFormat.negativePrefix),s=v=>{if(l(v))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(v))return v;if(v.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(v)}return null};let i=n;i=this.currencyFormat.stripCurrency(i,o),i=this.currencyFormat.stripSignLiterals(i);const c=s(i);if(c!=null)return this.currencyFormat.insertCurrency(c,o);const[d,...f]=i.split(this.currencyFormat.decimalSymbol),m=sD(this.currencyFormat.onlyDigits(d)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),h=f.length>0&&p.length===0,M=m===""&&o&&(this.currencyFormat.minusSign===void 0?r===n.slice(0,-2)+this.currencyFormat.negativeSuffix:r===n.slice(0,-1));return h||M||l(m)?r:m.match(/\d+/)?{numberValue:+`${o?"-":""}${m}.${p}`,fractionDigits:p}:""}}class e8 extends uD{conformToMask(n,r=""){if(n===""||this.currencyFormat.parse(r)===0&&this.currencyFormat.stripCurrency(r,!0).slice(0,-1)===this.currencyFormat.stripCurrency(n,!0))return"";const o=this.currencyFormat.isNegative(n),l=this.currencyFormat.stripSignLiterals(n)===""?-0:+`${o?"-":""}${sD(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:l,fractionDigits:l.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const t8={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 n8{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 r=this.valueScaling!==void 0&&n!=null?this.toFloat(n,this.valueScaling):n;r!==this.numberValue&&(this.format(this.currencyFormat.format(this.validateValueRange(r))),this.onChange(this.getValue()))}init(n){this.options={...t8,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new J6(this.options),this.numberMask=this.options.autoDecimalDigits?new e8(this.currencyFormat):new X6(this.currencyFormat);const r={[ta.precision]:this.currencyFormat.maximumFractionDigits,[ta.thousands]:3,[ta.millions]:6,[ta.billions]:9};this.valueScaling=this.options.valueScaling?r[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==ta.precision?this.valueScaling+this.currencyFormat.maximumFractionDigits:this.currencyFormat.maximumFractionDigits,this.minValue=this.getMinValue(),this.maxValue=this.getMaxValue()}getMinValue(){var n,r;let o=this.toFloat(-Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.min)!==void 0&&(o=Math.max((r=this.options.valueRange)===null||r===void 0?void 0:r.min,this.toFloat(-Number.MAX_SAFE_INTEGER))),o}getMaxValue(){var n,r;let o=this.toFloat(Number.MAX_SAFE_INTEGER);return((n=this.options.valueRange)===null||n===void 0?void 0:n.max)!==void 0&&(o=Math.min((r=this.options.valueRange)===null||r===void 0?void 0:r.max,this.toFloat(Number.MAX_SAFE_INTEGER))),o}toFloat(n,r){return n/Math.pow(10,r??this.valueScalingFractionDigits)}toInteger(n,r){return Number(n.toFixed(r??this.valueScalingFractionDigits).split(".").join(""))}validateValueRange(n){return n!=null?Math.min(Math.max(n,this.minValue),this.maxValue):n}format(n,r=!1){if(n!=null){this.decimalSymbolInsertedAt!==void 0&&(n=this.currencyFormat.normalizeDecimalSeparator(n,this.decimalSymbolInsertedAt),this.decimalSymbolInsertedAt=void 0);const o=this.numberMask.conformToMask(n,this.formattedValue);let l;if(typeof o=="object"){const{numberValue:s,fractionDigits:i}=o;let{maximumFractionDigits:c,minimumFractionDigits:d}=this.currencyFormat;this.focus?d=r?i.replace(/0+$/,"").length:Math.min(c,i.length):Number.isInteger(s)&&!this.options.autoDecimalDigits&&(this.options.precision===void 0||d===0)&&(d=c=0),l=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:d,maximumFractionDigits:c})}else l=o;this.maxValue<=0&&!this.currencyFormat.isNegative(l)&&this.currencyFormat.parse(l)!==0&&(l=l.replace(this.currencyFormat.prefix,this.currencyFormat.negativePrefix)),this.minValue>=0&&(l=l.replace(this.currencyFormat.negativePrefix,this.currencyFormat.prefix)),(this.options.currencyDisplay===xo.hidden||this.focus&&this.options.hideCurrencySymbolOnFocus)&&(l=l.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=l,this.numberValue=this.currencyFormat.parse(l)}else this.el.value="",this.numberValue=null;this.formattedValue=this.el.value,this.onInput(this.getValue())}addEventListener(){this.el.addEventListener("input",n=>{const{value:r,selectionStart:o}=this.el,l=n;if(o&&l.data&&iD.includes(l.data)&&(this.decimalSymbolInsertedAt=o-1),this.format(r),this.focus&&o!=null){const s=()=>{const{prefix:i,suffix:c,decimalSymbol:d,maximumFractionDigits:f,groupingSymbol:m}=this.currencyFormat;let p=r.length-o;const h=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(r.startsWith("(")||r.startsWith("-"))&&!r.endsWith(")"))return h-this.currencyFormat.negativeSuffix.length>1?this.formattedValue.substring(o).length:1;if(this.formattedValue.substring(o,1)===m&&If(this.formattedValue,m)===If(r,m)+1)return h-p-1;if(h<p)return o;if(d!==void 0&&r.indexOf(d)!==-1){const M=r.indexOf(d)+1;if(Math.abs(h-r.length)>1&&o<=M)return this.formattedValue.indexOf(d)+1;!this.options.autoDecimalDigits&&o>M&&this.currencyFormat.onlyDigits(r.substring(M)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===xo.hidden?h-p:Math.max(h-Math.max(p,c.length),i.length)};this.setCaretPosition(s())}}),this.el.addEventListener("focus",()=>{this.focus=!0,this.numberValueOnFocus=this.numberValue,setTimeout(()=>{const{value:n,selectionStart:r,selectionEnd:o}=this.el;if(this.format(n,this.options.hideNegligibleDecimalDigitsOnFocus),r!=null&&o!=null&&Math.abs(r-o)>0)this.setCaretPosition(0,this.el.value.length);else if(r!=null){const l=this.getCaretPositionOnFocus(n,r);this.setCaretPosition(l)}})}),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,r){if(this.numberValue==null)return r;const{prefix:o,negativePrefix:l,suffix:s,negativeSuffix:i,groupingSymbol:c,currency:d}=this.currencyFormat,f=this.numberValue<0,m=f?l:o,p=m.length;if(this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===xo.hidden){if(f){if(r<=1)return 1;if(n.endsWith(")")&&r>n.indexOf(")"))return this.formattedValue.length-1}}else{const M=f?i.length:s.length;if(r>=n.length-M)return this.formattedValue.length-M;if(r<p)return p}let h=r;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==xo.hidden&&r>=p&&d!==void 0&&m.includes(d)&&(h-=p,f&&(h+=1)),this.options.hideGroupingSeparatorOnFocus&&c!==void 0&&(h-=If(n.substring(0,r),c)),h}setCaretPosition(n,r=n){this.el.setSelectionRange(n,r)}}const r8=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function zm(t,n){var r,o,l,s;let i;const c=e.ref(null),d=e.ref(null),f=e.ref(null),m=e.getCurrentInstance(),p=(m==null?void 0:m.emit)||((o=(r=m==null?void 0:m.proxy)===null||r===void 0?void 0:r.$emit)===null||o===void 0?void 0:o.bind(m==null?void 0:m.proxy)),h=(m==null?void 0:m.props)||((l=m==null?void 0:m.proxy)===null||l===void 0?void 0:l.$props),M=e.version.startsWith("3"),v=M&&((s=m==null?void 0:m.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),y=e.computed(()=>h==null?void 0:h[M?"modelValue":"value"]),N=M?"update:modelValue":"input",D=v?"update:modelValue":"change";return e.watch(c,_=>{var I;if(_){const w=r8((I=_==null?void 0:_.$el)!==null&&I!==void 0?I:_);w?(i=new n8({el:w,options:t,onInput:k=>{!v&&n!==!1&&y.value!==k.number&&(p==null||p(N,k.number)),f.value=k.number,d.value=k.formatted},onChange:k=>{n!==!1&&(p==null||p(D,k.number))}}),i.setValue(y.value)):console.error('No input element found. Please make sure that the "inputRef" template ref is properly assigned.')}else i=null}),{inputRef:c,numberValue:f,formattedValue:d,setValue:_=>i==null?void 0:i.setValue(_),setOptions:_=>i==null?void 0:i.setOptions(_)}}const o8=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),a8={name:"PlCurrency"},l8=Object.assign(a8,{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 r=t,{round:o,currencyInputOptions:l}=e.toRefs(r),s=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:o.value?0:2,hideGroupingSeparatorOnFocus:!1,...e.unref(l)}),{inputRef:i,formattedValue:c,setValue:d}=zm(s),f=n,m=e.computed({get:()=>r.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(m,p=>{d(p)}),(p,h)=>{const M=Dr;return e.openBlock(),e.createBlock(M,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:i,modelValue:e.unref(c),"onUpdate:modelValue":h[0]||(h[0]=v=>e.isRef(c)?c.value=v:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[o8]),_:1},16,["modelValue","style"])}}}),cD={install(t){t.component("PlCurrency",l8)}};function s8(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 _s={exports:{}};const i8={},u8=Object.freeze(Object.defineProperty({__proto__:null,default:i8},Symbol.toStringTag,{value:"Module"})),c8=l_(u8);var dD=typeof process<"u"&&process.pid?process.pid.toString(36):"",fD="";if(typeof __webpack_require__!="function"&&typeof s8<"u"){var xf="",TM=c8;if(TM.networkInterfaces)var Ef=TM.networkInterfaces();if(Ef){e:for(let t in Ef){const n=Ef[t],r=n.length;for(var el=0;el<r;el++)if(n[el]!==void 0&&n[el].mac&&n[el].mac!="00:00:00:00:00:00"){xf=n[el].mac;break e}}fD=xf?parseInt(xf.replace(/\:|\D+/gi,"")).toString(36):""}}_s.exports=_s.exports.default=function(t,n){return(t||"")+fD+dD+Is().toString(36)+(n||"")};_s.exports.process=function(t,n){return(t||"")+dD+Is().toString(36)+(n||"")};_s.exports.time=function(t,n){return(t||"")+Is().toString(36)+(n||"")};function Is(){var t=Date.now(),n=Is.last||t;return Is.last=t>n?t:n+1}var d8=_s.exports;const dr=sn(d8);const f8={id:"plCheckbox"},p8=["id","name","disabled"],m8=["for"],g8={__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 r=t,o=n,l=e.computed({get:()=>r.modelValue,set:d=>{o("update:modelValue",d)}}),{label:s}=e.toRefs(r),i=e.computed(()=>s.value||"no-label"),c=e.computed(()=>i.value==="no-label"?dr():i.value);return(d,f)=>(e.openBlock(),e.createElementBlock("div",f8,[e.withDirectives(e.createElementVNode("input",{id:t.id||c.value,"onUpdate:modelValue":f[0]||(f[0]=m=>l.value=m),type:"checkbox",class:"custom-checkbox",name:c.value,disabled:r.disabled},null,8,p8),[[e.vModelCheckbox,l.value]]),e.createElementVNode("label",{for:t.id||c.value,onClick:f[1]||(f[1]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(i.value!=="no-label"?i.value:null),9,m8)]))}},pD={install(t){t.component("PlCheckbox",g8)}};const v8={class:"date-switcher__container"},h8={class:"date-switcher date-switcher__month"},y8={class:"date-switcher__arrow date-switcher__arrow-left"},M8={class:"date-switcher__month-name"},N8={class:"date-switcher__arrow date-switcher__arrow-right"},D8={class:"date-switcher date-switcher__year"},b8={class:"date-switcher__arrow date-switcher__arrow-left"},w8={class:"date-switcher__year-name"},k8={class:"date-switcher__arrow date-switcher__arrow-right"},C8={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){le.locale("ru");const r=t,{modelValue:o}=e.toRefs(r),l=n,s=e.ref(o.value),i=p=>p.charAt(0).toUpperCase()+p.slice(1),c=()=>{s.value=s.value.subtract(1,"month"),l("update:modelValue",s.value)},d=()=>{s.value=s.value.add(1,"month"),l("update:modelValue",s.value)},f=()=>{s.value=s.value.subtract(1,"year"),l("update:modelValue",s.value)},m=()=>{s.value=s.value.add(1,"year"),l("update:modelValue",s.value)};return(p,h)=>{const M=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",v8,[e.createElementVNode("div",h8,[e.withDirectives(e.createElementVNode("div",y8,null,512),[[M,c]]),e.createElementVNode("span",M8,e.toDisplayString(i(e.unref(o).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",N8,null,512),[[M,d]])]),e.createElementVNode("div",D8,[e.withDirectives(e.createElementVNode("div",b8,null,512),[[M,f]]),e.createElementVNode("span",w8,e.toDisplayString(i(e.unref(o).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",k8,null,512),[[M,m]])])])}}},T8=[{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}}],_8=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];const I8={class:"pl-input-legacy"},x8=["src"],E8=["src"],S8=["src"],z8=["src"],j8=["src"],jm={__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMi41OTk5IDguMDAwMzlDMi41OTk5IDUuMDE3NzYgNS4wMTcyNyAyLjYwMDM5IDcuOTk5OSAyLjYwMDM5QzEwLjk4MjUgMi42MDAzOSAxMy4zOTk5IDUuMDE3NzYgMTMuMzk5OSA4LjAwMDM5QzEzLjM5OTkgMTAuOTgzIDEwLjk4MjUgMTMuNDAwNCA3Ljk5OTkgMTMuNDAwNEM1LjAxNzI3IDEzLjQwMDQgMi41OTk5IDEwLjk4MyAyLjU5OTkgOC4wMDAzOVpNNy45OTk5IDEuNDAwMzlDNC4zNTQ1MyAxLjQwMDM5IDEuMzk5OSA0LjM1NTAyIDEuMzk5OSA4LjAwMDM5QzEuMzk5OSAxMS42NDU4IDQuMzU0NTMgMTQuNjAwNCA3Ljk5OTkgMTQuNjAwNEMxMS42NDUzIDE0LjYwMDQgMTQuNTk5OSAxMS42NDU4IDE0LjU5OTkgOC4wMDAzOUMxNC41OTk5IDQuMzU1MDIgMTEuNjQ1MyAxLjQwMDM5IDcuOTk5OSAxLjQwMDM5Wk04LjU5OTkgNS4wMDAzOUM4LjU5OTkgNC42NjkwMiA4LjMzMTI3IDQuNDAwMzkgNy45OTk5IDQuNDAwMzlDNy42Njg1MyA0LjQwMDM5IDcuMzk5OSA0LjY2OTAyIDcuMzk5OSA1LjAwMDM5VjguMzMzNzJDNy4zOTk5IDguNjY1MDkgNy42Njg1MyA4LjkzMzcyIDcuOTk5OSA4LjkzMzcyQzguMzMxMjcgOC45MzM3MiA4LjU5OTkgOC42NjUwOSA4LjU5OTkgOC4zMzM3MlY1LjAwMDM5Wk03Ljk5OTkgMTEuNDkyNkM4LjM4NTYxIDExLjQ5MjYgOC42OTgyOCAxMS4xNzk5IDguNjk4MjggMTAuNzk0MkM4LjY5ODI4IDEwLjQwODUgOC4zODU2MSAxMC4wOTU4IDcuOTk5OSAxMC4wOTU4QzcuNjE0MiAxMC4wOTU4IDcuMzAxNTIgMTAuNDA4NSA3LjMwMTUyIDEwLjc5NDJDNy4zMDE1MiAxMS4xNzk5IDcuNjE0MiAxMS40OTI2IDcuOTk5OSAxMS40OTI2WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03Ljk5OTAyIDhMMTUuOTk5IDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjxwYXRoIGQ9Ik0xNS45OTkgOEw3Ljk5OTAyIDE2IiBzdHJva2U9IiM1MDUwNTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCjwvc3ZnPg0K",self.location).href,l=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,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNC4xMTA2NyAxMC40MjU3QzMuODcxMDIgMTAuOTE1OSAzLjc0NiAxMS40NTQzIDMuNzQ1MTIgMTJDMy43NDYgMTIuNTQ1OCAzLjg3MTAyIDEzLjA4NDIgNC4xMTA2NyAxMy41NzQ0QzUuNjM2NzcgMTYuNSA4LjY4NTgxIDE4LjMxMTggMTEuOTg1NSAxOC4yNTMxQzExLjk5NDQgMTguMjUyOSAxMi4wMDMzIDE4LjI1MjkgMTIuMDEyMiAxOC4yNTMxQzE1LjMxMjEgMTguMzExOCAxOC4zNjEzIDE2LjQ5OTggMTkuODg3MyAxMy41NzRDMjAuMzc0NCAxMi41ODEyIDIwLjM3NDQgMTEuNDE4OCAxOS44ODczIDEwLjQyNjFDMTguMzYxMyA3LjUwMDIyIDE1LjMxMjEgNS42ODgyMyAxMi4wMTIyIDUuNzQ2OTlDMTIuMDAzMyA1Ljc0NzE1IDExLjk5NDQgNS43NDcxNSAxMS45ODU1IDUuNzQ2OTlDOC42ODU4MSA1LjY4ODI0IDUuNjM2NzcgNy41MDAwNCA0LjExMDY3IDEwLjQyNTdaTTExLjk5ODkgNC4yNDdDOC4xMzI0MSA0LjE4MzE5IDQuNTYxMzYgNi4zMSAyLjc3NTk5IDkuNzQxMDNMMi43NjgyNiA5Ljc1NjNDMi40MjUxMSAxMC40NTQyIDIuMjQ2MTYgMTEuMjIxMyAyLjI0NTEyIDExLjk5OVYxMi4wMDFDMi4yNDYxNiAxMi43Nzg3IDIuNDI1MTEgMTMuNTQ1OSAyLjc2ODI2IDE0LjI0MzhMMi43NzU5OSAxNC4yNTlDNC41NjEzNiAxNy42OTAxIDguMTMyNDEgMTkuODE2OSAxMS45OTg5IDE5Ljc1MzFDMTUuODY1MyAxOS44MTY5IDE5LjQzNjQgMTcuNjkwMSAyMS4yMjE3IDE0LjI1OUwyMS4yMjkgMTQuMjQ0N0MyMS45MjcxIDEyLjgyOTcgMjEuOTI3MSAxMS4xNzA0IDIxLjIyOSA5Ljc1NTM5TDIxLjIyMTcgOS43NDEwM0MxOS40MzY0IDYuMzEgMTUuODY1MyA0LjE4MzE5IDExLjk5ODkgNC4yNDdaTTExLjk5ODkgOS43NDg3OEMxMC43NTU1IDkuNzQ4NzggOS43NDc2MiAxMC43NTY3IDkuNzQ3NjIgMTJDOS43NDc2MiAxMy4yNDM0IDEwLjc1NTUgMTQuMjUxMyAxMS45OTg5IDE0LjI1MTNDMTMuMjQyMiAxNC4yNTEzIDE0LjI1MDEgMTMuMjQzNCAxNC4yNTAxIDEyQzE0LjI1MDEgMTEuNTg1OCAxNC41ODU5IDExLjI1IDE1LjAwMDEgMTEuMjVDMTUuNDE0MyAxMS4yNSAxNS43NTAxIDExLjU4NTggMTUuNzUwMSAxMkMxNS43NTAxIDE0LjA3MTggMTQuMDcwNiAxNS43NTEzIDExLjk5ODkgMTUuNzUxM0M5LjkyNzExIDE1Ljc1MTMgOC4yNDc2MiAxNC4wNzE4IDguMjQ3NjIgMTJDOC4yNDc2MiA5LjkyODI3IDkuOTI3MTEgOC4yNDg3OCAxMS45OTg5IDguMjQ4NzhDMTIuNDEzMSA4LjI0ODc4IDEyLjc0ODkgOC41ODQ1NyAxMi43NDg5IDguOTk4NzhDMTIuNzQ4OSA5LjQxMjk5IDEyLjQxMzEgOS43NDg3OCAxMS45OTg5IDkuNzQ4NzhaIiBmaWxsPSIjNjU2NTY3Ii8+DQo8L3N2Zz4NCg==",self.location).href,c=e.ref(),d=t,f=n,{getValid:m,currency:p,round:h,currencyInputOptions:M,valueRange:v,password:y}=e.toRefs(d),N=e.computed({get:()=>d.modelValue,set:U=>{f("update:modelValue",U)}}),D=e.reactive({[d.prop]:N}),_=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:h.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(v),...e.unref(M)}),{inputRef:I,formattedValue:w,setValue:k}=zm(_);e.unref(p)&&e.watch(N,U=>{k(U)});const T=(U,A,Q)=>{f("validate",U,A,Q)};e.watch(N,U=>{D[d.prop]=U});const b=U=>{d.type==="number"?!isNaN(U)&&!U.includes(".")&&!U.includes("+")&&!U.includes("-")&&!U.includes(",")&&f("update:modelValue",U):f("update:modelValue",U)},x=U=>{let Q=U.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{Q.focus()})},z=e.computed(()=>{switch(d.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),E=e.ref("password"),j=U=>{E.value=E.value==="password"?"text":"password",x(U)},V=()=>{f("update:modelValue","")};let $=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const U=document.getElementById(`${W}`);$.value=U==null?void 0:U.children[0].children[0].clientWidth},0),e.watch(m,U=>{U&&(c.value.validate(),f("isValid"))});const Z=U=>{const{keyCode:A}=U;if(A>=96&&A<=105||A>=48&&A<=57||A===46||A===8){const{selectionStart:Q,selectionEnd:B}=U.target,F=U.target.value.length;setTimeout(()=>{let ee=U.target.value.length;A===46&&(ee+=1);let L;Q===B||Q+1===B?(L=Q+(ee-F),A===8&&(ee===F?L-=1:B!==Q&&(L+=1)),L<0&&(L=0),B===Q&&B===L&&ee===F&&A!==8&&A!==46&&(L+=1)):L=B-F+ee,U.target.selectionStart=L,U.target.selectionEnd=L})}};return(U,A)=>{const Q=Dr,B=gm,F=mm,ee=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",I8,[e.createVNode(F,{ref_key:"refInput",ref:c,"label-position":"top",model:D,rules:t.rules,onValidate:T,onSubmit:A[9]||(A[9]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createElementVNode("div",{id:"form",class:e.normalizeClass([t.icon&&!t.label?"padding-form":""])},[d.icon?(e.openBlock(),e.createElementBlock("img",{key:0,class:"info-svg",src:e.unref(r),alt:"info"},null,8,x8)):e.createCommentVNode("",!0),d.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(l)},null,10,E8)):e.createCommentVNode("",!0),d.clearable?(e.openBlock(),e.createElementBlock("img",{key:2,class:e.normalizeClass(["clearBtn",[!t.label&&!t.icon?"clearNoLabel":""]]),src:e.unref(o),alt:"clear",onClick:V},null,10,S8)):e.createCommentVNode("",!0),d.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref($)+"px"})},e.toDisplayString(d.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(B,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:d.label,prop:t.prop},{default:e.withCtx(()=>[t.datePicker?e.withDirectives((e.openBlock(),e.createBlock(Q,{key:0,modelValue:N.value,"onUpdate:modelValue":A[0]||(A[0]=L=>N.value=L),disabled:d.disabled,placeholder:d.placeholder,type:z.value,resize:"none",onInput:b,onBlur:A[1]||(A[1]=L=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[ee,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(Q,e.mergeProps({key:2},U.$attrs,{ref_key:"inputRef",ref:I,modelValue:e.unref(w),"onUpdate:modelValue":A[7]||(A[7]=L=>e.isRef(w)?w.value=L:null),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,resize:"none",onKeydown:Z,onBlur:A[8]||(A[8]=L=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:A[6]||(A[6]=L=>x(L))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(Q,e.mergeProps({key:1,modelValue:N.value,"onUpdate:modelValue":A[4]||(A[4]=L=>N.value=L),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,type:e.unref(y)?E.value:z.value,resize:"none"},U.$attrs,{autosize:{minRows:3,maxRows:6},clearable:d.clearable,onInput:b,onBlur:A[5]||(A[5]=L=>f("blur"))}),e.createSlots({_:2},[e.unref(y)?{name:"append",fn:e.withCtx(()=>[E.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:A[2]||(A[2]=L=>j(L))},null,8,z8)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(i),alt:"",onClick:A[3]||(A[3]=L=>j(L))},null,8,j8))]),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:d.isError})},e.toDisplayString(d.helper),3)):e.createCommentVNode("",!0)],2)]),_:1},8,["model","rules"])])}}},A8=(t,n)=>{const r=t[n];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((o,l)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(l.bind(null,new Error("Unknown variable dynamic import: "+n)))})},O8=["data-testid"],ut=e.defineComponent({__name:"pl-icon",props:{name:{},color:{}},setup(t){const n=t,r=e.computed(()=>({color:n.color?n.color:"var(--color-text-icons-primary)"})),o=e.shallowRef(null);return e.watch(()=>n.name,async l=>{try{const s=l.slice(-2),i=await A8(Object.assign({"./assets/16/AlertFill16.svg":()=>Promise.resolve().then(()=>require("./AlertFill16-8fe0b895.cjs")),"./assets/16/ArrowBottom16.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom16-cef6382e.cjs")),"./assets/16/ArrowLeft16.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft16-0a515c77.cjs")),"./assets/16/ArrowRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowRight16-59e98429.cjs")),"./assets/16/ArrowTop16.svg":()=>Promise.resolve().then(()=>require("./ArrowTop16-c20a5324.cjs")),"./assets/16/ArrowTopRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight16-65db0c2b.cjs")),"./assets/16/Attachment16.svg":()=>Promise.resolve().then(()=>require("./Attachment16-69458f6c.cjs")),"./assets/16/Bell16.svg":()=>Promise.resolve().then(()=>require("./Bell16-b43853f0.cjs")),"./assets/16/BellTwo16.svg":()=>Promise.resolve().then(()=>require("./BellTwo16-ca3cacb7.cjs")),"./assets/16/Bin16.svg":()=>Promise.resolve().then(()=>require("./Bin16-1d89340e.cjs")),"./assets/16/BlankChat16.svg":()=>Promise.resolve().then(()=>require("./BlankChat16-11bdd096.cjs")),"./assets/16/BlankCheck16.svg":()=>Promise.resolve().then(()=>require("./BlankCheck16-538d883b.cjs")),"./assets/16/BlankKey16.svg":()=>Promise.resolve().then(()=>require("./BlankKey16-2cdfd036.cjs")),"./assets/16/BlankLock16.svg":()=>Promise.resolve().then(()=>require("./BlankLock16-1e5af5c3.cjs")),"./assets/16/BlankPan16.svg":()=>Promise.resolve().then(()=>require("./BlankPan16-4dcb76c0.cjs")),"./assets/16/Block16.svg":()=>Promise.resolve().then(()=>require("./Block16-eb4e03ae.cjs")),"./assets/16/Box16.svg":()=>Promise.resolve().then(()=>require("./Box16-bd970846.cjs")),"./assets/16/Bulb16.svg":()=>Promise.resolve().then(()=>require("./Bulb16-8b86ac41.cjs")),"./assets/16/Calendar16.svg":()=>Promise.resolve().then(()=>require("./Calendar16-caea7957.cjs")),"./assets/16/Chart16.svg":()=>Promise.resolve().then(()=>require("./Chart16-107fbfc3.cjs")),"./assets/16/Chat16.svg":()=>Promise.resolve().then(()=>require("./Chat16-84f29fab.cjs")),"./assets/16/Check16.svg":()=>Promise.resolve().then(()=>require("./Check16-1dfb3800.cjs")),"./assets/16/ChevronBottom16.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom16-afd1c459.cjs")),"./assets/16/ChevronDoubleLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft16-ac7106c6.cjs")),"./assets/16/ChevronDoubleRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight16-d840b78f.cjs")),"./assets/16/ChevronLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft16-86ce4323.cjs")),"./assets/16/ChevronRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronRight16-6e582382.cjs")),"./assets/16/ChevronTop16.svg":()=>Promise.resolve().then(()=>require("./ChevronTop16-19c3c8d9.cjs")),"./assets/16/CircleCheck16.svg":()=>Promise.resolve().then(()=>require("./CircleCheck16-5c014b5a.cjs")),"./assets/16/Clip16.svg":()=>Promise.resolve().then(()=>require("./Clip16-8546a918.cjs")),"./assets/16/Clock16.svg":()=>Promise.resolve().then(()=>require("./Clock16-57216dbd.cjs")),"./assets/16/Close16.svg":()=>Promise.resolve().then(()=>require("./Close16-cbc6dac3.cjs")),"./assets/16/Cloud16.svg":()=>Promise.resolve().then(()=>require("./Cloud16-e56253cf.cjs")),"./assets/16/CloudDownload16.svg":()=>Promise.resolve().then(()=>require("./CloudDownload16-4dbcd67a.cjs")),"./assets/16/Connection16.svg":()=>Promise.resolve().then(()=>require("./Connection16-5ac758b8.cjs")),"./assets/16/Copy16.svg":()=>Promise.resolve().then(()=>require("./Copy16-65326d8a.cjs")),"./assets/16/CreditCard16.svg":()=>Promise.resolve().then(()=>require("./CreditCard16-eba6b345.cjs")),"./assets/16/Cube16.svg":()=>Promise.resolve().then(()=>require("./Cube16-4ee258d3.cjs")),"./assets/16/Dashboard16.svg":()=>Promise.resolve().then(()=>require("./Dashboard16-ebe49c17.cjs")),"./assets/16/Document16.svg":()=>Promise.resolve().then(()=>require("./Document16-b547fe20.cjs")),"./assets/16/DotsHorizontal16.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal16-9bf7fe4b.cjs")),"./assets/16/DotsVertical16.svg":()=>Promise.resolve().then(()=>require("./DotsVertical16-24d3714d.cjs")),"./assets/16/Download16.svg":()=>Promise.resolve().then(()=>require("./Download16-35c94315.cjs")),"./assets/16/Edit16.svg":()=>Promise.resolve().then(()=>require("./Edit16-98ee8209.cjs")),"./assets/16/Exit16.svg":()=>Promise.resolve().then(()=>require("./Exit16-df22024e.cjs")),"./assets/16/Eye16.svg":()=>Promise.resolve().then(()=>require("./Eye16-2d5db4b0.cjs")),"./assets/16/EyeCrossed16.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed16-9b48bfa6.cjs")),"./assets/16/Facebook16.svg":()=>Promise.resolve().then(()=>require("./Facebook16-6fb75ce7.cjs")),"./assets/16/Factoring16.svg":()=>Promise.resolve().then(()=>require("./Factoring16-20d8f1aa.cjs")),"./assets/16/Filter16.svg":()=>Promise.resolve().then(()=>require("./Filter16-5fe4f216.cjs")),"./assets/16/Grid16.svg":()=>Promise.resolve().then(()=>require("./Grid16-eb102879.cjs")),"./assets/16/GridTwo16.svg":()=>Promise.resolve().then(()=>require("./GridTwo16-6b19375f.cjs")),"./assets/16/Group16.svg":()=>Promise.resolve().then(()=>require("./Group16-d5471c4c.cjs")),"./assets/16/HandKey16.svg":()=>Promise.resolve().then(()=>require("./HandKey16-9cf02c64.cjs")),"./assets/16/HandRight16.svg":()=>Promise.resolve().then(()=>require("./HandRight16-6328e81f.cjs")),"./assets/16/HandTop16.svg":()=>Promise.resolve().then(()=>require("./HandTop16-81930ecb.cjs")),"./assets/16/Home16.svg":()=>Promise.resolve().then(()=>require("./Home16-30cee6eb.cjs")),"./assets/16/Hub16.svg":()=>Promise.resolve().then(()=>require("./Hub16-2b0c880e.cjs")),"./assets/16/Icon16.svg":()=>Promise.resolve().then(()=>require("./Icon16-4d3368b6.cjs")),"./assets/16/Info16.svg":()=>Promise.resolve().then(()=>require("./Info16-4b451556.cjs")),"./assets/16/Instagram16.svg":()=>Promise.resolve().then(()=>require("./Instagram16-175a2d33.cjs")),"./assets/16/Key16.svg":()=>Promise.resolve().then(()=>require("./Key16-4756bbbd.cjs")),"./assets/16/Layers16.svg":()=>Promise.resolve().then(()=>require("./Layers16-9045feab.cjs")),"./assets/16/Library16.svg":()=>Promise.resolve().then(()=>require("./Library16-cf6416e8.cjs")),"./assets/16/Link16.svg":()=>Promise.resolve().then(()=>require("./Link16-31997ef1.cjs")),"./assets/16/Loader16.svg":()=>Promise.resolve().then(()=>require("./Loader16-c6cb9f9a.cjs")),"./assets/16/Lock16.svg":()=>Promise.resolve().then(()=>require("./Lock16-063cd786.cjs")),"./assets/16/Mail16.svg":()=>Promise.resolve().then(()=>require("./Mail16-ac985c77.cjs")),"./assets/16/MailCheck16.svg":()=>Promise.resolve().then(()=>require("./MailCheck16-09a499a7.cjs")),"./assets/16/Main16.svg":()=>Promise.resolve().then(()=>require("./Main16-14ce209f.cjs")),"./assets/16/Menu16.svg":()=>Promise.resolve().then(()=>require("./Menu16-6a9c4b17.cjs")),"./assets/16/MenuTwo16.svg":()=>Promise.resolve().then(()=>require("./MenuTwo16-fdd256b2.cjs")),"./assets/16/Minus16.svg":()=>Promise.resolve().then(()=>require("./Minus16-ebf96289.cjs")),"./assets/16/Notification16.svg":()=>Promise.resolve().then(()=>require("./Notification16-d98ca39d.cjs")),"./assets/16/Percent16.svg":()=>Promise.resolve().then(()=>require("./Percent16-4447fcc3.cjs")),"./assets/16/Picture16.svg":()=>Promise.resolve().then(()=>require("./Picture16-24a14f54.cjs")),"./assets/16/Pin16.svg":()=>Promise.resolve().then(()=>require("./Pin16-86104f8c.cjs")),"./assets/16/Plus16.svg":()=>Promise.resolve().then(()=>require("./Plus16-bd145b7e.cjs")),"./assets/16/Print16.svg":()=>Promise.resolve().then(()=>require("./Print16-b4a5e593.cjs")),"./assets/16/Question16.svg":()=>Promise.resolve().then(()=>require("./Question16-530634ba.cjs")),"./assets/16/Rotate16.svg":()=>Promise.resolve().then(()=>require("./Rotate16-50f97aec.cjs")),"./assets/16/Ruble16.svg":()=>Promise.resolve().then(()=>require("./Ruble16-09da1e11.cjs")),"./assets/16/Saved16.svg":()=>Promise.resolve().then(()=>require("./Saved16-eef1da2b.cjs")),"./assets/16/Scheduled16.svg":()=>Promise.resolve().then(()=>require("./Scheduled16-43ff5224.cjs")),"./assets/16/Scroll16.svg":()=>Promise.resolve().then(()=>require("./Scroll16-d2f4b7ad.cjs")),"./assets/16/Search16.svg":()=>Promise.resolve().then(()=>require("./Search16-bd05af68.cjs")),"./assets/16/Send16.svg":()=>Promise.resolve().then(()=>require("./Send16-49cfab32.cjs")),"./assets/16/Settings16.svg":()=>Promise.resolve().then(()=>require("./Settings16-8cb81551.cjs")),"./assets/16/Share16.svg":()=>Promise.resolve().then(()=>require("./Share16-6d667ec3.cjs")),"./assets/16/ShareTwo16.svg":()=>Promise.resolve().then(()=>require("./ShareTwo16-a518b7e0.cjs")),"./assets/16/Shield16.svg":()=>Promise.resolve().then(()=>require("./Shield16-2f4221fa.cjs")),"./assets/16/Sidebar16.svg":()=>Promise.resolve().then(()=>require("./Sidebar16-7f934ade.cjs")),"./assets/16/SortOne16.svg":()=>Promise.resolve().then(()=>require("./SortOne16-8fec6a30.cjs")),"./assets/16/SortThree16.svg":()=>Promise.resolve().then(()=>require("./SortThree16-f1638100.cjs")),"./assets/16/SortTwo16.svg":()=>Promise.resolve().then(()=>require("./SortTwo16-0edd224a.cjs")),"./assets/16/Star16.svg":()=>Promise.resolve().then(()=>require("./Star16-9a2e5326.cjs")),"./assets/16/Sticker16.svg":()=>Promise.resolve().then(()=>require("./Sticker16-988b6c6e.cjs")),"./assets/16/Suitcase16.svg":()=>Promise.resolve().then(()=>require("./Suitcase16-5848812c.cjs")),"./assets/16/Support16.svg":()=>Promise.resolve().then(()=>require("./Support16-9ace1145.cjs")),"./assets/16/Telegram16.svg":()=>Promise.resolve().then(()=>require("./Telegram16-e2596125.cjs")),"./assets/16/Thunder16.svg":()=>Promise.resolve().then(()=>require("./Thunder16-71255c39.cjs")),"./assets/16/Truck16.svg":()=>Promise.resolve().then(()=>require("./Truck16-575813e7.cjs")),"./assets/16/USBPort16.svg":()=>Promise.resolve().then(()=>require("./USBPort16-2f5acb3f.cjs")),"./assets/16/User16.svg":()=>Promise.resolve().then(()=>require("./User16-49018724.cjs")),"./assets/16/VK16.svg":()=>Promise.resolve().then(()=>require("./VK16-741fc98c.cjs")),"./assets/16/Wallet16.svg":()=>Promise.resolve().then(()=>require("./Wallet16-9f35cc30.cjs")),"./assets/16/WarningOne16.svg":()=>Promise.resolve().then(()=>require("./WarningOne16-626c6928.cjs")),"./assets/16/WarningThree16.svg":()=>Promise.resolve().then(()=>require("./WarningThree16-ca68cd44.cjs")),"./assets/16/WarningTwo16.svg":()=>Promise.resolve().then(()=>require("./WarningTwo16-451a7417.cjs")),"./assets/16/Zap16.svg":()=>Promise.resolve().then(()=>require("./Zap16-dcb84d47.cjs")),"./assets/20/AlertFill20.svg":()=>Promise.resolve().then(()=>require("./AlertFill20-cb8a776f.cjs")),"./assets/20/ArrowBottom20.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom20-cc9aa043.cjs")),"./assets/20/ArrowLeft20.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft20-74daacf7.cjs")),"./assets/20/ArrowRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowRight20-f62f9981.cjs")),"./assets/20/ArrowTop20.svg":()=>Promise.resolve().then(()=>require("./ArrowTop20-61d21ed4.cjs")),"./assets/20/ArrowTopRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight20-04f271ce.cjs")),"./assets/20/Attachment20.svg":()=>Promise.resolve().then(()=>require("./Attachment20-fa878393.cjs")),"./assets/20/Bell20.svg":()=>Promise.resolve().then(()=>require("./Bell20-95bd752d.cjs")),"./assets/20/BellTwo20.svg":()=>Promise.resolve().then(()=>require("./BellTwo20-ecb9718d.cjs")),"./assets/20/Bin20.svg":()=>Promise.resolve().then(()=>require("./Bin20-4168fa27.cjs")),"./assets/20/BlankChat20.svg":()=>Promise.resolve().then(()=>require("./BlankChat20-548a102a.cjs")),"./assets/20/BlankCheck20.svg":()=>Promise.resolve().then(()=>require("./BlankCheck20-3bfa65ff.cjs")),"./assets/20/BlankKey20.svg":()=>Promise.resolve().then(()=>require("./BlankKey20-cc7020ea.cjs")),"./assets/20/BlankLock20.svg":()=>Promise.resolve().then(()=>require("./BlankLock20-85f92dbf.cjs")),"./assets/20/BlankPan20.svg":()=>Promise.resolve().then(()=>require("./BlankPan20-1eeb2443.cjs")),"./assets/20/Block20.svg":()=>Promise.resolve().then(()=>require("./Block20-2f4bfc60.cjs")),"./assets/20/Box20.svg":()=>Promise.resolve().then(()=>require("./Box20-fca9ce51.cjs")),"./assets/20/Bulb20.svg":()=>Promise.resolve().then(()=>require("./Bulb20-20d8edd4.cjs")),"./assets/20/Calendar20.svg":()=>Promise.resolve().then(()=>require("./Calendar20-8a51c73e.cjs")),"./assets/20/Chart20.svg":()=>Promise.resolve().then(()=>require("./Chart20-479f7d32.cjs")),"./assets/20/Chat20.svg":()=>Promise.resolve().then(()=>require("./Chat20-31db71dd.cjs")),"./assets/20/Check20.svg":()=>Promise.resolve().then(()=>require("./Check20-e090f5d6.cjs")),"./assets/20/ChevronDoubleLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft20-ced0e262.cjs")),"./assets/20/ChevronDoubleRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight20-438f7009.cjs")),"./assets/20/ChevronDown20.svg":()=>Promise.resolve().then(()=>require("./ChevronDown20-b6fb76a2.cjs")),"./assets/20/ChevronLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft20-3833f998.cjs")),"./assets/20/ChevronRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronRight20-21c0c589.cjs")),"./assets/20/ChevronUp20.svg":()=>Promise.resolve().then(()=>require("./ChevronUp20-28ef0bd6.cjs")),"./assets/20/CircleCheck20.svg":()=>Promise.resolve().then(()=>require("./CircleCheck20-242d72bf.cjs")),"./assets/20/Clip20.svg":()=>Promise.resolve().then(()=>require("./Clip20-fb9fe91d.cjs")),"./assets/20/Clock20.svg":()=>Promise.resolve().then(()=>require("./Clock20-06bd53a7.cjs")),"./assets/20/Close20.svg":()=>Promise.resolve().then(()=>require("./Close20-0ed27326.cjs")),"./assets/20/Cloud20.svg":()=>Promise.resolve().then(()=>require("./Cloud20-428f22ca.cjs")),"./assets/20/CloudDownload20.svg":()=>Promise.resolve().then(()=>require("./CloudDownload20-6e190392.cjs")),"./assets/20/Connection20.svg":()=>Promise.resolve().then(()=>require("./Connection20-7a4cb7b8.cjs")),"./assets/20/Copy20.svg":()=>Promise.resolve().then(()=>require("./Copy20-b921b124.cjs")),"./assets/20/CreditCard20.svg":()=>Promise.resolve().then(()=>require("./CreditCard20-309b078a.cjs")),"./assets/20/Cube20.svg":()=>Promise.resolve().then(()=>require("./Cube20-e5ebc25f.cjs")),"./assets/20/Dashboard20.svg":()=>Promise.resolve().then(()=>require("./Dashboard20-55d9706b.cjs")),"./assets/20/Document20.svg":()=>Promise.resolve().then(()=>require("./Document20-f9afe3f2.cjs")),"./assets/20/DotsHorizontal20.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal20-4c9a31d3.cjs")),"./assets/20/DotsVertical20.svg":()=>Promise.resolve().then(()=>require("./DotsVertical20-6ac062e1.cjs")),"./assets/20/Download20.svg":()=>Promise.resolve().then(()=>require("./Download20-39e9659b.cjs")),"./assets/20/Edit20.svg":()=>Promise.resolve().then(()=>require("./Edit20-7ae55484.cjs")),"./assets/20/Exit20.svg":()=>Promise.resolve().then(()=>require("./Exit20-e76c3617.cjs")),"./assets/20/Eye20.svg":()=>Promise.resolve().then(()=>require("./Eye20-95010d8d.cjs")),"./assets/20/EyeCrossed20.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed20-b9b51624.cjs")),"./assets/20/Filter20.svg":()=>Promise.resolve().then(()=>require("./Filter20-36fb4069.cjs")),"./assets/20/Grid20.svg":()=>Promise.resolve().then(()=>require("./Grid20-2ed7384b.cjs")),"./assets/20/GridTwo20.svg":()=>Promise.resolve().then(()=>require("./GridTwo20-63517d6a.cjs")),"./assets/20/Group20.svg":()=>Promise.resolve().then(()=>require("./Group20-aca39a16.cjs")),"./assets/20/HandKey20.svg":()=>Promise.resolve().then(()=>require("./HandKey20-afa8a7bb.cjs")),"./assets/20/HandRight20.svg":()=>Promise.resolve().then(()=>require("./HandRight20-e9456253.cjs")),"./assets/20/HandTop20.svg":()=>Promise.resolve().then(()=>require("./HandTop20-5cb12245.cjs")),"./assets/20/Home20.svg":()=>Promise.resolve().then(()=>require("./Home20-aa2a9bb2.cjs")),"./assets/20/Hub20.svg":()=>Promise.resolve().then(()=>require("./Hub20-ee8477c5.cjs")),"./assets/20/Info20.svg":()=>Promise.resolve().then(()=>require("./Info20-3a054741.cjs")),"./assets/20/Key20.svg":()=>Promise.resolve().then(()=>require("./Key20-270784cf.cjs")),"./assets/20/Layers20.svg":()=>Promise.resolve().then(()=>require("./Layers20-c15d64f8.cjs")),"./assets/20/Library20.svg":()=>Promise.resolve().then(()=>require("./Library20-c7c3c3c4.cjs")),"./assets/20/Link20.svg":()=>Promise.resolve().then(()=>require("./Link20-93554666.cjs")),"./assets/20/Loader20.svg":()=>Promise.resolve().then(()=>require("./Loader20-600a1365.cjs")),"./assets/20/Lock20.svg":()=>Promise.resolve().then(()=>require("./Lock20-dd7ef855.cjs")),"./assets/20/Mail20.svg":()=>Promise.resolve().then(()=>require("./Mail20-7a0e33fb.cjs")),"./assets/20/MailCheck20.svg":()=>Promise.resolve().then(()=>require("./MailCheck20-c0ff1e58.cjs")),"./assets/20/Main20.svg":()=>Promise.resolve().then(()=>require("./Main20-912a87b2.cjs")),"./assets/20/Menu20.svg":()=>Promise.resolve().then(()=>require("./Menu20-dd6ebb20.cjs")),"./assets/20/Minus20.svg":()=>Promise.resolve().then(()=>require("./Minus20-432fe286.cjs")),"./assets/20/Ozon20.svg":()=>Promise.resolve().then(()=>require("./Ozon20-1dfcd16d.cjs")),"./assets/20/Percent20.svg":()=>Promise.resolve().then(()=>require("./Percent20-0e19db1d.cjs")),"./assets/20/Picture20.svg":()=>Promise.resolve().then(()=>require("./Picture20-72262d1e.cjs")),"./assets/20/Pin20.svg":()=>Promise.resolve().then(()=>require("./Pin20-c4e8064c.cjs")),"./assets/20/Plus20.svg":()=>Promise.resolve().then(()=>require("./Plus20-3204a4e1.cjs")),"./assets/20/Print20.svg":()=>Promise.resolve().then(()=>require("./Print20-09d5869f.cjs")),"./assets/20/Question20.svg":()=>Promise.resolve().then(()=>require("./Question20-14a81290.cjs")),"./assets/20/Rotate20.svg":()=>Promise.resolve().then(()=>require("./Rotate20-63f5d589.cjs")),"./assets/20/Ruble20.svg":()=>Promise.resolve().then(()=>require("./Ruble20-19d09f6c.cjs")),"./assets/20/Saved20.svg":()=>Promise.resolve().then(()=>require("./Saved20-02655011.cjs")),"./assets/20/Scheduled20.svg":()=>Promise.resolve().then(()=>require("./Scheduled20-e55ebe0c.cjs")),"./assets/20/Scroll20.svg":()=>Promise.resolve().then(()=>require("./Scroll20-825644fd.cjs")),"./assets/20/Search20.svg":()=>Promise.resolve().then(()=>require("./Search20-b7c23b0d.cjs")),"./assets/20/Send20.svg":()=>Promise.resolve().then(()=>require("./Send20-b47a5dbf.cjs")),"./assets/20/Settings20.svg":()=>Promise.resolve().then(()=>require("./Settings20-81344176.cjs")),"./assets/20/Share20.svg":()=>Promise.resolve().then(()=>require("./Share20-54e438f1.cjs")),"./assets/20/ShareOne20.svg":()=>Promise.resolve().then(()=>require("./ShareOne20-cc1c7006.cjs")),"./assets/20/Shield20.svg":()=>Promise.resolve().then(()=>require("./Shield20-01a36fe8.cjs")),"./assets/20/Sidebar20.svg":()=>Promise.resolve().then(()=>require("./Sidebar20-7602624c.cjs")),"./assets/20/Sort20.svg":()=>Promise.resolve().then(()=>require("./Sort20-12d1bd1e.cjs")),"./assets/20/SortThree20.svg":()=>Promise.resolve().then(()=>require("./SortThree20-c80330df.cjs")),"./assets/20/SortTwo20.svg":()=>Promise.resolve().then(()=>require("./SortTwo20-a7c6bb7b.cjs")),"./assets/20/Star20.svg":()=>Promise.resolve().then(()=>require("./Star20-3f372d9b.cjs")),"./assets/20/Sticker20.svg":()=>Promise.resolve().then(()=>require("./Sticker20-a219a75e.cjs")),"./assets/20/Suitcase20.svg":()=>Promise.resolve().then(()=>require("./Suitcase20-58e39e85.cjs")),"./assets/20/Support20.svg":()=>Promise.resolve().then(()=>require("./Support20-51e30565.cjs")),"./assets/20/Telegram20.svg":()=>Promise.resolve().then(()=>require("./Telegram20-ef83db4f.cjs")),"./assets/20/Thunder20.svg":()=>Promise.resolve().then(()=>require("./Thunder20-46ae89ac.cjs")),"./assets/20/Truck20.svg":()=>Promise.resolve().then(()=>require("./Truck20-f6a3b716.cjs")),"./assets/20/USB20.svg":()=>Promise.resolve().then(()=>require("./USB20-ed2be9ed.cjs")),"./assets/20/User20.svg":()=>Promise.resolve().then(()=>require("./User20-ee9fe7fa.cjs")),"./assets/20/WB20.svg":()=>Promise.resolve().then(()=>require("./WB20-792b26c0.cjs")),"./assets/20/Wallet20.svg":()=>Promise.resolve().then(()=>require("./Wallet20-3aeed86a.cjs")),"./assets/20/Warning20.svg":()=>Promise.resolve().then(()=>require("./Warning20-63af1f3d.cjs")),"./assets/20/WarningThree20.svg":()=>Promise.resolve().then(()=>require("./WarningThree20-382ccadb.cjs")),"./assets/20/WarningTwo20.svg":()=>Promise.resolve().then(()=>require("./WarningTwo20-6538e687.cjs")),"./assets/20/Yandex20.svg":()=>Promise.resolve().then(()=>require("./Yandex20-2c653b9e.cjs")),"./assets/20/Zap20.svg":()=>Promise.resolve().then(()=>require("./Zap20-2dc54f5e.cjs")),"./assets/24/AlertFill24.svg":()=>Promise.resolve().then(()=>require("./AlertFill24-6b660251.cjs")),"./assets/24/ArrowBottom24.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom24-9cd625da.cjs")),"./assets/24/ArrowLeft24.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft24-167f0747.cjs")),"./assets/24/ArrowRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowRight24-a2c7e86f.cjs")),"./assets/24/ArrowTop24.svg":()=>Promise.resolve().then(()=>require("./ArrowTop24-b22c15a9.cjs")),"./assets/24/ArrowTopRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight24-346bced8.cjs")),"./assets/24/Attachment24.svg":()=>Promise.resolve().then(()=>require("./Attachment24-d2ac5dcb.cjs")),"./assets/24/Bell24.svg":()=>Promise.resolve().then(()=>require("./Bell24-39a7e672.cjs")),"./assets/24/BellTwo24.svg":()=>Promise.resolve().then(()=>require("./BellTwo24-1dc62c54.cjs")),"./assets/24/Bin24.svg":()=>Promise.resolve().then(()=>require("./Bin24-7a2702f1.cjs")),"./assets/24/BlankChat24.svg":()=>Promise.resolve().then(()=>require("./BlankChat24-bcd792bb.cjs")),"./assets/24/BlankCheck24.svg":()=>Promise.resolve().then(()=>require("./BlankCheck24-e2785b3c.cjs")),"./assets/24/BlankKey24.svg":()=>Promise.resolve().then(()=>require("./BlankKey24-389c9bc5.cjs")),"./assets/24/BlankLock24.svg":()=>Promise.resolve().then(()=>require("./BlankLock24-6f943de4.cjs")),"./assets/24/BlankPan24.svg":()=>Promise.resolve().then(()=>require("./BlankPan24-ef1cafaf.cjs")),"./assets/24/Block24.svg":()=>Promise.resolve().then(()=>require("./Block24-a5196d1b.cjs")),"./assets/24/Box24.svg":()=>Promise.resolve().then(()=>require("./Box24-d8dd4cd3.cjs")),"./assets/24/Bulb24.svg":()=>Promise.resolve().then(()=>require("./Bulb24-9cd41212.cjs")),"./assets/24/Calendar24.svg":()=>Promise.resolve().then(()=>require("./Calendar24-a6dfceb6.cjs")),"./assets/24/Chart24.svg":()=>Promise.resolve().then(()=>require("./Chart24-095c26bf.cjs")),"./assets/24/Chat24.svg":()=>Promise.resolve().then(()=>require("./Chat24-c6b46f88.cjs")),"./assets/24/Check24.svg":()=>Promise.resolve().then(()=>require("./Check24-94b68ffa.cjs")),"./assets/24/ChevronDoubleLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft24-dc24802c.cjs")),"./assets/24/ChevronDoubleRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight24-8a0d955d.cjs")),"./assets/24/ChevronDown24.svg":()=>Promise.resolve().then(()=>require("./ChevronDown24-974f6c0e.cjs")),"./assets/24/ChevronLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft24-aa8155c1.cjs")),"./assets/24/ChevronRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronRight24-bda5ba40.cjs")),"./assets/24/ChevronUp24.svg":()=>Promise.resolve().then(()=>require("./ChevronUp24-eb499ef1.cjs")),"./assets/24/CircleCheck24.svg":()=>Promise.resolve().then(()=>require("./CircleCheck24-1483b253.cjs")),"./assets/24/Clip24.svg":()=>Promise.resolve().then(()=>require("./Clip24-ce2c7465.cjs")),"./assets/24/Clock24.svg":()=>Promise.resolve().then(()=>require("./Clock24-0b4cbe8c.cjs")),"./assets/24/Close24.svg":()=>Promise.resolve().then(()=>require("./Close24-4398faac.cjs")),"./assets/24/Cloud24.svg":()=>Promise.resolve().then(()=>require("./Cloud24-194fdacf.cjs")),"./assets/24/CloudDownload24.svg":()=>Promise.resolve().then(()=>require("./CloudDownload24-63339159.cjs")),"./assets/24/Connection24.svg":()=>Promise.resolve().then(()=>require("./Connection24-198ac910.cjs")),"./assets/24/Copy24.svg":()=>Promise.resolve().then(()=>require("./Copy24-edf319b2.cjs")),"./assets/24/Cube24.svg":()=>Promise.resolve().then(()=>require("./Cube24-a991ffb2.cjs")),"./assets/24/Dashboard24.svg":()=>Promise.resolve().then(()=>require("./Dashboard24-0a551a03.cjs")),"./assets/24/Document24.svg":()=>Promise.resolve().then(()=>require("./Document24-cd70d1ad.cjs")),"./assets/24/DotsHorizontal24.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal24-9e6ef7d7.cjs")),"./assets/24/DotsVertical24.svg":()=>Promise.resolve().then(()=>require("./DotsVertical24-b94d1757.cjs")),"./assets/24/Download24.svg":()=>Promise.resolve().then(()=>require("./Download24-317840ea.cjs")),"./assets/24/Edit24.svg":()=>Promise.resolve().then(()=>require("./Edit24-5c0a1c1d.cjs")),"./assets/24/Exel24.svg":()=>Promise.resolve().then(()=>require("./Exel24-9feb3bba.cjs")),"./assets/24/Exit24.svg":()=>Promise.resolve().then(()=>require("./Exit24-86b39753.cjs")),"./assets/24/Eye24.svg":()=>Promise.resolve().then(()=>require("./Eye24-011156cf.cjs")),"./assets/24/EyeCrossed24.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed24-d3612374.cjs")),"./assets/24/Filter24.svg":()=>Promise.resolve().then(()=>require("./Filter24-d042d184.cjs")),"./assets/24/Grid24.svg":()=>Promise.resolve().then(()=>require("./Grid24-4de03226.cjs")),"./assets/24/GridTwo24.svg":()=>Promise.resolve().then(()=>require("./GridTwo24-01828e23.cjs")),"./assets/24/Group24.svg":()=>Promise.resolve().then(()=>require("./Group24-93286772.cjs")),"./assets/24/HandKey24.svg":()=>Promise.resolve().then(()=>require("./HandKey24-7a594ecb.cjs")),"./assets/24/HandRight24.svg":()=>Promise.resolve().then(()=>require("./HandRight24-015057c9.cjs")),"./assets/24/HandTop24.svg":()=>Promise.resolve().then(()=>require("./HandTop24-407a9eec.cjs")),"./assets/24/Home24.svg":()=>Promise.resolve().then(()=>require("./Home24-df70aeb5.cjs")),"./assets/24/Hub24.svg":()=>Promise.resolve().then(()=>require("./Hub24-11aec7d8.cjs")),"./assets/24/Info24.svg":()=>Promise.resolve().then(()=>require("./Info24-c29b0eba.cjs")),"./assets/24/JPG24.svg":()=>Promise.resolve().then(()=>require("./JPG24-24fb98ee.cjs")),"./assets/24/Key24.svg":()=>Promise.resolve().then(()=>require("./Key24-f2d636c4.cjs")),"./assets/24/Layers24.svg":()=>Promise.resolve().then(()=>require("./Layers24-739d84bf.cjs")),"./assets/24/Library24.svg":()=>Promise.resolve().then(()=>require("./Library24-3ce229b3.cjs")),"./assets/24/Link24.svg":()=>Promise.resolve().then(()=>require("./Link24-68bda8b6.cjs")),"./assets/24/Loader24.svg":()=>Promise.resolve().then(()=>require("./Loader24-f32bf78e.cjs")),"./assets/24/Lock24.svg":()=>Promise.resolve().then(()=>require("./Lock24-42ba0eec.cjs")),"./assets/24/Mail24.svg":()=>Promise.resolve().then(()=>require("./Mail24-371ef668.cjs")),"./assets/24/MailCheck24.svg":()=>Promise.resolve().then(()=>require("./MailCheck24-00573fa7.cjs")),"./assets/24/Main24.svg":()=>Promise.resolve().then(()=>require("./Main24-48f78071.cjs")),"./assets/24/Menu24.svg":()=>Promise.resolve().then(()=>require("./Menu24-f348162b.cjs")),"./assets/24/Minus24.svg":()=>Promise.resolve().then(()=>require("./Minus24-8621ed52.cjs")),"./assets/24/Ozon24.svg":()=>Promise.resolve().then(()=>require("./Ozon24-401b16c4.cjs")),"./assets/24/PDF24.svg":()=>Promise.resolve().then(()=>require("./PDF24-d4781db4.cjs")),"./assets/24/PNG24.svg":()=>Promise.resolve().then(()=>require("./PNG24-704775ad.cjs")),"./assets/24/Percent24.svg":()=>Promise.resolve().then(()=>require("./Percent24-028c8310.cjs")),"./assets/24/Picture24.svg":()=>Promise.resolve().then(()=>require("./Picture24-03ccddb2.cjs")),"./assets/24/Pin24.svg":()=>Promise.resolve().then(()=>require("./Pin24-0bb53d03.cjs")),"./assets/24/Plus24.svg":()=>Promise.resolve().then(()=>require("./Plus24-0980f9e5.cjs")),"./assets/24/Print24.svg":()=>Promise.resolve().then(()=>require("./Print24-58a9148a.cjs")),"./assets/24/Question24.svg":()=>Promise.resolve().then(()=>require("./Question24-bc8ec26c.cjs")),"./assets/24/Rotate24.svg":()=>Promise.resolve().then(()=>require("./Rotate24-ba90d401.cjs")),"./assets/24/Ruble24.svg":()=>Promise.resolve().then(()=>require("./Ruble24-2e3ca20e.cjs")),"./assets/24/Saved24.svg":()=>Promise.resolve().then(()=>require("./Saved24-669db115.cjs")),"./assets/24/Scheduled24.svg":()=>Promise.resolve().then(()=>require("./Scheduled24-8882256c.cjs")),"./assets/24/Scroll24.svg":()=>Promise.resolve().then(()=>require("./Scroll24-0fa84002.cjs")),"./assets/24/Search24.svg":()=>Promise.resolve().then(()=>require("./Search24-0279a86c.cjs")),"./assets/24/Send24.svg":()=>Promise.resolve().then(()=>require("./Send24-d2c397fd.cjs")),"./assets/24/Settings24.svg":()=>Promise.resolve().then(()=>require("./Settings24-026c9a2b.cjs")),"./assets/24/Share24.svg":()=>Promise.resolve().then(()=>require("./Share24-9e9e12fe.cjs")),"./assets/24/ShareOne24.svg":()=>Promise.resolve().then(()=>require("./ShareOne24-256b079f.cjs")),"./assets/24/Shield24.svg":()=>Promise.resolve().then(()=>require("./Shield24-c3ef1b40.cjs")),"./assets/24/Sidebar24.svg":()=>Promise.resolve().then(()=>require("./Sidebar24-2764b875.cjs")),"./assets/24/Sort24.svg":()=>Promise.resolve().then(()=>require("./Sort24-5209c937.cjs")),"./assets/24/SortThree24.svg":()=>Promise.resolve().then(()=>require("./SortThree24-b9d59520.cjs")),"./assets/24/SortTwo24.svg":()=>Promise.resolve().then(()=>require("./SortTwo24-17de12be.cjs")),"./assets/24/Star24.svg":()=>Promise.resolve().then(()=>require("./Star24-f5e6c3d3.cjs")),"./assets/24/Sticker24.svg":()=>Promise.resolve().then(()=>require("./Sticker24-8f8c36e9.cjs")),"./assets/24/Suitcase24.svg":()=>Promise.resolve().then(()=>require("./Suitcase24-4a2ee40e.cjs")),"./assets/24/Support24.svg":()=>Promise.resolve().then(()=>require("./Support24-376a8995.cjs")),"./assets/24/Telegram24.svg":()=>Promise.resolve().then(()=>require("./Telegram24-c5b50ec3.cjs")),"./assets/24/Thunder24.svg":()=>Promise.resolve().then(()=>require("./Thunder24-17a17444.cjs")),"./assets/24/Truck24.svg":()=>Promise.resolve().then(()=>require("./Truck24-0d336a7c.cjs")),"./assets/24/USB24.svg":()=>Promise.resolve().then(()=>require("./USB24-c512ed32.cjs")),"./assets/24/User24.svg":()=>Promise.resolve().then(()=>require("./User24-868aa109.cjs")),"./assets/24/WB24.svg":()=>Promise.resolve().then(()=>require("./WB24-06c58d3f.cjs")),"./assets/24/Wallet24.svg":()=>Promise.resolve().then(()=>require("./Wallet24-3ef17207.cjs")),"./assets/24/Warning24.svg":()=>Promise.resolve().then(()=>require("./Warning24-fa7380de.cjs")),"./assets/24/WarningThree24.svg":()=>Promise.resolve().then(()=>require("./WarningThree24-d5e63245.cjs")),"./assets/24/WarningTwo24.svg":()=>Promise.resolve().then(()=>require("./WarningTwo24-2313c023.cjs")),"./assets/24/Word24.svg":()=>Promise.resolve().then(()=>require("./Word24-1a191592.cjs")),"./assets/24/Yandex24.svg":()=>Promise.resolve().then(()=>require("./Yandex24-0ba6692a.cjs")),"./assets/32/ArrowBottom32.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom32-c8fde161.cjs")),"./assets/32/ArrowLeft32.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft32-4e369e68.cjs")),"./assets/32/ArrowRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowRight32-e1cf8e57.cjs")),"./assets/32/ArrowTop32.svg":()=>Promise.resolve().then(()=>require("./ArrowTop32-86d357a5.cjs")),"./assets/32/ArrowTopRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight32-5751b24f.cjs")),"./assets/32/Attachment32.svg":()=>Promise.resolve().then(()=>require("./Attachment32-501dbb09.cjs")),"./assets/32/BankAccount32.svg":()=>Promise.resolve().then(()=>require("./BankAccount32-bb048304.cjs")),"./assets/32/Bell32.svg":()=>Promise.resolve().then(()=>require("./Bell32-14d76211.cjs")),"./assets/32/Bin32.svg":()=>Promise.resolve().then(()=>require("./Bin32-eb1e283c.cjs")),"./assets/32/BlankChat32.svg":()=>Promise.resolve().then(()=>require("./BlankChat32-509dcca6.cjs")),"./assets/32/BlankCheck32.svg":()=>Promise.resolve().then(()=>require("./BlankCheck32-ec308961.cjs")),"./assets/32/BlankKey32.svg":()=>Promise.resolve().then(()=>require("./BlankKey32-ffe58ad3.cjs")),"./assets/32/BlankLock32.svg":()=>Promise.resolve().then(()=>require("./BlankLock32-7e992128.cjs")),"./assets/32/BlankPan32.svg":()=>Promise.resolve().then(()=>require("./BlankPan32-48eefbbc.cjs")),"./assets/32/Block32.svg":()=>Promise.resolve().then(()=>require("./Block32-a24507f1.cjs")),"./assets/32/Box32.svg":()=>Promise.resolve().then(()=>require("./Box32-41ae8fbd.cjs")),"./assets/32/Bulb32.svg":()=>Promise.resolve().then(()=>require("./Bulb32-b8bcd875.cjs")),"./assets/32/Calendar32.svg":()=>Promise.resolve().then(()=>require("./Calendar32-1d45e845.cjs")),"./assets/32/Chart32.svg":()=>Promise.resolve().then(()=>require("./Chart32-7e08e374.cjs")),"./assets/32/Chat32.svg":()=>Promise.resolve().then(()=>require("./Chat32-a314f09a.cjs")),"./assets/32/Check32.svg":()=>Promise.resolve().then(()=>require("./Check32-88d730f0.cjs")),"./assets/32/CheckCircle32.svg":()=>Promise.resolve().then(()=>require("./CheckCircle32-8d39d097.cjs")),"./assets/32/ChevronBottom32.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom32-50cb7738.cjs")),"./assets/32/ChevronLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft32-44f04ccf.cjs")),"./assets/32/ChevronRight32.svg":()=>Promise.resolve().then(()=>require("./ChevronRight32-6b187dde.cjs")),"./assets/32/ChevronTop32.svg":()=>Promise.resolve().then(()=>require("./ChevronTop32-0ff5394d.cjs")),"./assets/32/Clip32.svg":()=>Promise.resolve().then(()=>require("./Clip32-f660ee1b.cjs")),"./assets/32/Clock32.svg":()=>Promise.resolve().then(()=>require("./Clock32-db5b7c47.cjs")),"./assets/32/Close32.svg":()=>Promise.resolve().then(()=>require("./Close32-e9ab6d87.cjs")),"./assets/32/Cloud32.svg":()=>Promise.resolve().then(()=>require("./Cloud32-9bb11155.cjs")),"./assets/32/CloudDownload32.svg":()=>Promise.resolve().then(()=>require("./CloudDownload32-c73965bd.cjs")),"./assets/32/Connection32.svg":()=>Promise.resolve().then(()=>require("./Connection32-8a4dae73.cjs")),"./assets/32/Copy32.svg":()=>Promise.resolve().then(()=>require("./Copy32-374fec64.cjs")),"./assets/32/Credit32.svg":()=>Promise.resolve().then(()=>require("./Credit32-0f17050b.cjs")),"./assets/32/CreditCard32.svg":()=>Promise.resolve().then(()=>require("./CreditCard32-2ac1be10.cjs")),"./assets/32/Dashboard32.svg":()=>Promise.resolve().then(()=>require("./Dashboard32-9c465135.cjs")),"./assets/32/Document32.svg":()=>Promise.resolve().then(()=>require("./Document32-340d6bf0.cjs")),"./assets/32/DotsHorizontal32.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal32-a837913c.cjs")),"./assets/32/DotsVertical32.svg":()=>Promise.resolve().then(()=>require("./DotsVertical32-5e7de815.cjs")),"./assets/32/DoubleLeft32.svg":()=>Promise.resolve().then(()=>require("./DoubleLeft32-e37380b8.cjs")),"./assets/32/Download32.svg":()=>Promise.resolve().then(()=>require("./Download32-80b9807b.cjs")),"./assets/32/Edit32.svg":()=>Promise.resolve().then(()=>require("./Edit32-a00b30ee.cjs")),"./assets/32/Exit32.svg":()=>Promise.resolve().then(()=>require("./Exit32-c5190914.cjs")),"./assets/32/Eye32.svg":()=>Promise.resolve().then(()=>require("./Eye32-413770c1.cjs")),"./assets/32/EyeCrossed32.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed32-497f307d.cjs")),"./assets/32/Facebook32.svg":()=>Promise.resolve().then(()=>require("./Facebook32-675110c0.cjs")),"./assets/32/Factoring32.svg":()=>Promise.resolve().then(()=>require("./Factoring32-4ef12d81.cjs")),"./assets/32/Filter32.svg":()=>Promise.resolve().then(()=>require("./Filter32-9ed38db8.cjs")),"./assets/32/FilterTwo32.svg":()=>Promise.resolve().then(()=>require("./FilterTwo32-537459d7.cjs")),"./assets/32/Grid32.svg":()=>Promise.resolve().then(()=>require("./Grid32-7b6f0010.cjs")),"./assets/32/GridTwo32.svg":()=>Promise.resolve().then(()=>require("./GridTwo32-ad0dfdb1.cjs")),"./assets/32/Group32.svg":()=>Promise.resolve().then(()=>require("./Group32-a80b8b38.cjs")),"./assets/32/Guarantees32.svg":()=>Promise.resolve().then(()=>require("./Guarantees32-226afa25.cjs")),"./assets/32/HandKey32.svg":()=>Promise.resolve().then(()=>require("./HandKey32-a3f102c1.cjs")),"./assets/32/HandRight32.svg":()=>Promise.resolve().then(()=>require("./HandRight32-9e321a46.cjs")),"./assets/32/HandTop32.svg":()=>Promise.resolve().then(()=>require("./HandTop32-7c07da35.cjs")),"./assets/32/Home32.svg":()=>Promise.resolve().then(()=>require("./Home32-ca30c9d2.cjs")),"./assets/32/Hub32.svg":()=>Promise.resolve().then(()=>require("./Hub32-24266acd.cjs")),"./assets/32/Info32.svg":()=>Promise.resolve().then(()=>require("./Info32-c6bff187.cjs")),"./assets/32/Instagram32.svg":()=>Promise.resolve().then(()=>require("./Instagram32-0dac0cb7.cjs")),"./assets/32/Key32.svg":()=>Promise.resolve().then(()=>require("./Key32-6c720ede.cjs")),"./assets/32/Layers32.svg":()=>Promise.resolve().then(()=>require("./Layers32-a32dad52.cjs")),"./assets/32/Library32.svg":()=>Promise.resolve().then(()=>require("./Library32-72be6b9e.cjs")),"./assets/32/Link32.svg":()=>Promise.resolve().then(()=>require("./Link32-3e6cfed5.cjs")),"./assets/32/Loader32.svg":()=>Promise.resolve().then(()=>require("./Loader32-3ce13a90.cjs")),"./assets/32/Lock32.svg":()=>Promise.resolve().then(()=>require("./Lock32-6dc5e9b2.cjs")),"./assets/32/Mail32.svg":()=>Promise.resolve().then(()=>require("./Mail32-680b8cbb.cjs")),"./assets/32/MailCheck32.svg":()=>Promise.resolve().then(()=>require("./MailCheck32-1ee0cbba.cjs")),"./assets/32/Menu32.svg":()=>Promise.resolve().then(()=>require("./Menu32-bc9fc160.cjs")),"./assets/32/Minus32.svg":()=>Promise.resolve().then(()=>require("./Minus32-e29aa757.cjs")),"./assets/32/Notification32.svg":()=>Promise.resolve().then(()=>require("./Notification32-d6df2c79.cjs")),"./assets/32/Picture32.svg":()=>Promise.resolve().then(()=>require("./Picture32-81cd31e3.cjs")),"./assets/32/Pin32.svg":()=>Promise.resolve().then(()=>require("./Pin32-0d85f31a.cjs")),"./assets/32/Plus32.svg":()=>Promise.resolve().then(()=>require("./Plus32-573701d1.cjs")),"./assets/32/Print32.svg":()=>Promise.resolve().then(()=>require("./Print32-6c49063e.cjs")),"./assets/32/Question32.svg":()=>Promise.resolve().then(()=>require("./Question32-bf7133c0.cjs")),"./assets/32/Rotate32.svg":()=>Promise.resolve().then(()=>require("./Rotate32-365b00ea.cjs")),"./assets/32/Ruble32.svg":()=>Promise.resolve().then(()=>require("./Ruble32-8493b709.cjs")),"./assets/32/Sample32.svg":()=>Promise.resolve().then(()=>require("./Sample32-76795c6a.cjs")),"./assets/32/Saved32.svg":()=>Promise.resolve().then(()=>require("./Saved32-9337ea7a.cjs")),"./assets/32/Scheduled32.svg":()=>Promise.resolve().then(()=>require("./Scheduled32-73ad37a3.cjs")),"./assets/32/Scroll32.svg":()=>Promise.resolve().then(()=>require("./Scroll32-45bdd071.cjs")),"./assets/32/Search32.svg":()=>Promise.resolve().then(()=>require("./Search32-50113e41.cjs")),"./assets/32/Send32.svg":()=>Promise.resolve().then(()=>require("./Send32-6bed177f.cjs")),"./assets/32/Settings32.svg":()=>Promise.resolve().then(()=>require("./Settings32-7346bb6c.cjs")),"./assets/32/Share32.svg":()=>Promise.resolve().then(()=>require("./Share32-5c52a13b.cjs")),"./assets/32/ShareTwo32.svg":()=>Promise.resolve().then(()=>require("./ShareTwo32-17de283d.cjs")),"./assets/32/Sidebar32.svg":()=>Promise.resolve().then(()=>require("./Sidebar32-ed752fdb.cjs")),"./assets/32/Sort32.svg":()=>Promise.resolve().then(()=>require("./Sort32-5fb88aad.cjs")),"./assets/32/SortTwo32.svg":()=>Promise.resolve().then(()=>require("./SortTwo32-11dfc2a1.cjs")),"./assets/32/Star32.svg":()=>Promise.resolve().then(()=>require("./Star32-7e5ba1f8.cjs")),"./assets/32/Sticker32.svg":()=>Promise.resolve().then(()=>require("./Sticker32-8a19785d.cjs")),"./assets/32/Suitcase32.svg":()=>Promise.resolve().then(()=>require("./Suitcase32-0f4c542e.cjs")),"./assets/32/Support32.svg":()=>Promise.resolve().then(()=>require("./Support32-d503d354.cjs")),"./assets/32/Telegram32.svg":()=>Promise.resolve().then(()=>require("./Telegram32-db248393.cjs")),"./assets/32/Thunder32.svg":()=>Promise.resolve().then(()=>require("./Thunder32-405e8ffa.cjs")),"./assets/32/USBPort32.svg":()=>Promise.resolve().then(()=>require("./USBPort32-5272f2ac.cjs")),"./assets/32/User32.svg":()=>Promise.resolve().then(()=>require("./User32-9d236c1e.cjs")),"./assets/32/VK32.svg":()=>Promise.resolve().then(()=>require("./VK32-43b25d29.cjs")),"./assets/32/WarningCircle32.svg":()=>Promise.resolve().then(()=>require("./WarningCircle32-63fb94a8.cjs")),"./assets/32/WarningPolygon32.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon32-fccf9b06.cjs")),"./assets/32/WarningTriangle32.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle32-aeb1b37b.cjs")),"./assets/32/Youtube32.svg":()=>Promise.resolve().then(()=>require("./Youtube32-2b1c64f1.cjs")),"./assets/40/ArrowBottom40.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom40-a4e591d7.cjs")),"./assets/40/ArrowLeft40.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft40-54420252.cjs")),"./assets/40/ArrowRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowRight40-5867b78b.cjs")),"./assets/40/ArrowTop40.svg":()=>Promise.resolve().then(()=>require("./ArrowTop40-370fe5df.cjs")),"./assets/40/ArrowTopRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight40-3a42f655.cjs")),"./assets/40/Attachment40.svg":()=>Promise.resolve().then(()=>require("./Attachment40-f432a49b.cjs")),"./assets/40/BankAccount40.svg":()=>Promise.resolve().then(()=>require("./BankAccount40-663f130e.cjs")),"./assets/40/Bell40.svg":()=>Promise.resolve().then(()=>require("./Bell40-8aa1aa18.cjs")),"./assets/40/Bin40.svg":()=>Promise.resolve().then(()=>require("./Bin40-1b67f256.cjs")),"./assets/40/BlankChat40.svg":()=>Promise.resolve().then(()=>require("./BlankChat40-dee65a87.cjs")),"./assets/40/BlankCheck40.svg":()=>Promise.resolve().then(()=>require("./BlankCheck40-2d632388.cjs")),"./assets/40/BlankKey40.svg":()=>Promise.resolve().then(()=>require("./BlankKey40-212d6240.cjs")),"./assets/40/BlankLock40.svg":()=>Promise.resolve().then(()=>require("./BlankLock40-bb6836ad.cjs")),"./assets/40/BlankPan40.svg":()=>Promise.resolve().then(()=>require("./BlankPan40-a529d701.cjs")),"./assets/40/Block40.svg":()=>Promise.resolve().then(()=>require("./Block40-139dcadb.cjs")),"./assets/40/Box40.svg":()=>Promise.resolve().then(()=>require("./Box40-4d70bb81.cjs")),"./assets/40/Bulb40.svg":()=>Promise.resolve().then(()=>require("./Bulb40-814b4455.cjs")),"./assets/40/Calendar40.svg":()=>Promise.resolve().then(()=>require("./Calendar40-cda44a59.cjs")),"./assets/40/Chart40.svg":()=>Promise.resolve().then(()=>require("./Chart40-84c5276f.cjs")),"./assets/40/Chat40.svg":()=>Promise.resolve().then(()=>require("./Chat40-74d2f7af.cjs")),"./assets/40/Check40.svg":()=>Promise.resolve().then(()=>require("./Check40-51b265c3.cjs")),"./assets/40/CheckCircle40.svg":()=>Promise.resolve().then(()=>require("./CheckCircle40-bac9db88.cjs")),"./assets/40/ChevronBottom40.svg":()=>Promise.resolve().then(()=>require("./ChevronBottom40-fa39ee51.cjs")),"./assets/40/ChevronLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft40-9121e901.cjs")),"./assets/40/ChevronRight40.svg":()=>Promise.resolve().then(()=>require("./ChevronRight40-3c973f9d.cjs")),"./assets/40/ChevronTop40.svg":()=>Promise.resolve().then(()=>require("./ChevronTop40-9d75fccd.cjs")),"./assets/40/Clip40.svg":()=>Promise.resolve().then(()=>require("./Clip40-5c49f0e6.cjs")),"./assets/40/Clock40.svg":()=>Promise.resolve().then(()=>require("./Clock40-d2affefb.cjs")),"./assets/40/Close40.svg":()=>Promise.resolve().then(()=>require("./Close40-1ec62c0c.cjs")),"./assets/40/Cloud40.svg":()=>Promise.resolve().then(()=>require("./Cloud40-39572aa1.cjs")),"./assets/40/CloudDownload40.svg":()=>Promise.resolve().then(()=>require("./CloudDownload40-add2815b.cjs")),"./assets/40/Connection40.svg":()=>Promise.resolve().then(()=>require("./Connection40-7667bad3.cjs")),"./assets/40/Copy40.svg":()=>Promise.resolve().then(()=>require("./Copy40-69826caf.cjs")),"./assets/40/Credit40.svg":()=>Promise.resolve().then(()=>require("./Credit40-f760c042.cjs")),"./assets/40/CreditCard40.svg":()=>Promise.resolve().then(()=>require("./CreditCard40-dd50ccbd.cjs")),"./assets/40/Dashboard40.svg":()=>Promise.resolve().then(()=>require("./Dashboard40-1c0f3029.cjs")),"./assets/40/Document40.svg":()=>Promise.resolve().then(()=>require("./Document40-5cec0b84.cjs")),"./assets/40/DotsHorizontal40.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal40-5c5f07c8.cjs")),"./assets/40/DotsVertical40.svg":()=>Promise.resolve().then(()=>require("./DotsVertical40-249b4189.cjs")),"./assets/40/DoubleLeft40.svg":()=>Promise.resolve().then(()=>require("./DoubleLeft40-bd1d13a4.cjs")),"./assets/40/Download40.svg":()=>Promise.resolve().then(()=>require("./Download40-a567d6b3.cjs")),"./assets/40/Edit40.svg":()=>Promise.resolve().then(()=>require("./Edit40-8c23cd6c.cjs")),"./assets/40/Exit40.svg":()=>Promise.resolve().then(()=>require("./Exit40-e0bdad37.cjs")),"./assets/40/Eye40.svg":()=>Promise.resolve().then(()=>require("./Eye40-e26fa914.cjs")),"./assets/40/EyeCrossed40.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed40-20a23381.cjs")),"./assets/40/Facebook40.svg":()=>Promise.resolve().then(()=>require("./Facebook40-028aa073.cjs")),"./assets/40/Factoring40.svg":()=>Promise.resolve().then(()=>require("./Factoring40-b078f93d.cjs")),"./assets/40/Filter40.svg":()=>Promise.resolve().then(()=>require("./Filter40-41bae256.cjs")),"./assets/40/FilterTwo40.svg":()=>Promise.resolve().then(()=>require("./FilterTwo40-51ae3d54.cjs")),"./assets/40/Grid40.svg":()=>Promise.resolve().then(()=>require("./Grid40-da4f0ae2.cjs")),"./assets/40/GridTwo40.svg":()=>Promise.resolve().then(()=>require("./GridTwo40-bf7d6f29.cjs")),"./assets/40/Group40.svg":()=>Promise.resolve().then(()=>require("./Group40-1ec5069e.cjs")),"./assets/40/Guarantees40.svg":()=>Promise.resolve().then(()=>require("./Guarantees40-53993454.cjs")),"./assets/40/HandKey40.svg":()=>Promise.resolve().then(()=>require("./HandKey40-645a11af.cjs")),"./assets/40/HandRight40.svg":()=>Promise.resolve().then(()=>require("./HandRight40-f93d708d.cjs")),"./assets/40/HandTop40.svg":()=>Promise.resolve().then(()=>require("./HandTop40-d6ce90ba.cjs")),"./assets/40/Home40.svg":()=>Promise.resolve().then(()=>require("./Home40-cb0b182f.cjs")),"./assets/40/Hub40.svg":()=>Promise.resolve().then(()=>require("./Hub40-b3e21ec3.cjs")),"./assets/40/Info40.svg":()=>Promise.resolve().then(()=>require("./Info40-b451a74e.cjs")),"./assets/40/Instagram40.svg":()=>Promise.resolve().then(()=>require("./Instagram40-021fc6ec.cjs")),"./assets/40/Key40.svg":()=>Promise.resolve().then(()=>require("./Key40-664d9f16.cjs")),"./assets/40/Layers40.svg":()=>Promise.resolve().then(()=>require("./Layers40-144915a8.cjs")),"./assets/40/Library40.svg":()=>Promise.resolve().then(()=>require("./Library40-6fd0dbf9.cjs")),"./assets/40/Link40.svg":()=>Promise.resolve().then(()=>require("./Link40-445e7233.cjs")),"./assets/40/Loader40.svg":()=>Promise.resolve().then(()=>require("./Loader40-659e44df.cjs")),"./assets/40/Lock40.svg":()=>Promise.resolve().then(()=>require("./Lock40-f8732f08.cjs")),"./assets/40/Mail40.svg":()=>Promise.resolve().then(()=>require("./Mail40-b182e6f3.cjs")),"./assets/40/MailCheck40.svg":()=>Promise.resolve().then(()=>require("./MailCheck40-62f7e64d.cjs")),"./assets/40/Menu40.svg":()=>Promise.resolve().then(()=>require("./Menu40-665024ce.cjs")),"./assets/40/Minus40.svg":()=>Promise.resolve().then(()=>require("./Minus40-ad737d49.cjs")),"./assets/40/Notification40.svg":()=>Promise.resolve().then(()=>require("./Notification40-733cc3ef.cjs")),"./assets/40/Ozon40.svg":()=>Promise.resolve().then(()=>require("./Ozon40-e3c3f942.cjs")),"./assets/40/Picture40.svg":()=>Promise.resolve().then(()=>require("./Picture40-d10ecd54.cjs")),"./assets/40/Pin40.svg":()=>Promise.resolve().then(()=>require("./Pin40-8e91e63b.cjs")),"./assets/40/Plus40.svg":()=>Promise.resolve().then(()=>require("./Plus40-f835386b.cjs")),"./assets/40/Print40.svg":()=>Promise.resolve().then(()=>require("./Print40-de3b05f6.cjs")),"./assets/40/Question40.svg":()=>Promise.resolve().then(()=>require("./Question40-8f60aa84.cjs")),"./assets/40/Rotate40.svg":()=>Promise.resolve().then(()=>require("./Rotate40-13a78cca.cjs")),"./assets/40/Ruble40.svg":()=>Promise.resolve().then(()=>require("./Ruble40-2d3488fa.cjs")),"./assets/40/Sample40.svg":()=>Promise.resolve().then(()=>require("./Sample40-d1ee54f4.cjs")),"./assets/40/Saved40.svg":()=>Promise.resolve().then(()=>require("./Saved40-903d0bdb.cjs")),"./assets/40/Scheduled40.svg":()=>Promise.resolve().then(()=>require("./Scheduled40-0dd82334.cjs")),"./assets/40/Scroll40.svg":()=>Promise.resolve().then(()=>require("./Scroll40-a1a52977.cjs")),"./assets/40/Search40.svg":()=>Promise.resolve().then(()=>require("./Search40-88792fef.cjs")),"./assets/40/Send40.svg":()=>Promise.resolve().then(()=>require("./Send40-01e5440a.cjs")),"./assets/40/Settings40.svg":()=>Promise.resolve().then(()=>require("./Settings40-833119af.cjs")),"./assets/40/Share40.svg":()=>Promise.resolve().then(()=>require("./Share40-8f4f5635.cjs")),"./assets/40/ShareTwo40.svg":()=>Promise.resolve().then(()=>require("./ShareTwo40-b9e05363.cjs")),"./assets/40/Sidebar40.svg":()=>Promise.resolve().then(()=>require("./Sidebar40-6dbd17df.cjs")),"./assets/40/Sort40.svg":()=>Promise.resolve().then(()=>require("./Sort40-2c85cfa7.cjs")),"./assets/40/SortTwo40.svg":()=>Promise.resolve().then(()=>require("./SortTwo40-49eee1d0.cjs")),"./assets/40/Star40.svg":()=>Promise.resolve().then(()=>require("./Star40-12318821.cjs")),"./assets/40/Sticker40.svg":()=>Promise.resolve().then(()=>require("./Sticker40-9bd3563f.cjs")),"./assets/40/Suitcase40.svg":()=>Promise.resolve().then(()=>require("./Suitcase40-abe5b06e.cjs")),"./assets/40/Support40.svg":()=>Promise.resolve().then(()=>require("./Support40-72903ef1.cjs")),"./assets/40/Telegram40.svg":()=>Promise.resolve().then(()=>require("./Telegram40-dc043896.cjs")),"./assets/40/Thunder40.svg":()=>Promise.resolve().then(()=>require("./Thunder40-ef7c394c.cjs")),"./assets/40/USBPort40.svg":()=>Promise.resolve().then(()=>require("./USBPort40-1513fcf2.cjs")),"./assets/40/User40.svg":()=>Promise.resolve().then(()=>require("./User40-eea45dff.cjs")),"./assets/40/VK40.svg":()=>Promise.resolve().then(()=>require("./VK40-11806d6e.cjs")),"./assets/40/WB40.svg":()=>Promise.resolve().then(()=>require("./WB40-7ca622ca.cjs")),"./assets/40/WarningCircle40.svg":()=>Promise.resolve().then(()=>require("./WarningCircle40-3d5573b8.cjs")),"./assets/40/WarningPolygon40.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon40-a5d53eff.cjs")),"./assets/40/WarningTriangle40.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle40-08788a64.cjs")),"./assets/40/Yandex40.svg":()=>Promise.resolve().then(()=>require("./Yandex40-619702db.cjs")),"./assets/40/Youtube40.svg":()=>Promise.resolve().then(()=>require("./Youtube40-03b169fc.cjs")),"./assets/56/Ozon56.svg":()=>Promise.resolve().then(()=>require("./Ozon56-e7bfd869.cjs")),"./assets/56/WB56.svg":()=>Promise.resolve().then(()=>require("./WB56-3be9c872.cjs")),"./assets/56/Yandex56.svg":()=>Promise.resolve().then(()=>require("./Yandex56-d378fc38.cjs"))}),`./assets/${s}/${l}.svg`);o.value=i.default}catch(s){console.error(`Failed to load icon: ${l}.svg`,s)}},{immediate:!0}),(l,s)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle(r.value),class:"d-flex","data-testid":l.name},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o.value)))],12,O8))}}),L8={class:"date-picker"},B8={class:"date-picker__wrapper"},P8={class:"pl-date-picker__days"},V8={class:"field"},$8=e.defineComponent({__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}){le.locale("ru");const r=t,o=n,{weekendsDisabled:l}=e.toRefs(r),s=e.computed({get:()=>r.modelValue,set:T=>{o("update:modelValue",T)}}),i=e.ref(le(s.value,"DD.MM.YYYY")),c=e.ref(le(s.value,"DD.MM.YYYY")),d=e.ref(le(s.value,"DD.MM.YYYY")),f=e.ref(!1),m=()=>{r.disabled||(f.value=!f.value)},p=e.computed(()=>r.disabled?"var(--color-text-icons-tertiary)":"var(--color-text-icons-secondary)"),h=e.ref(null);e.watch(s,T=>{le(T,"DD.MM.YYYY",!0).isValid()?(i.value=le(T,"DD.MM.YYYY"),c.value=le(T,"DD.MM.YYYY"),d.value=le(T,"DD.MM.YYYY")):(i.value=le(),c.value=le(),d.value=le())});const M=T8,v=T=>c.value.date()===T.day&&c.value.month()===T.month&&c.value.year()===T.year&&T.type==="current",y=T=>T.format("DD.MM.YYYY"),N=()=>{d.value=c.value,s.value=y(c.value),o("update:modelValue",c.value.format("DD.MM.YYYY"))},D=(T,b)=>{b?c.value=le(T,b):c.value=le().set("date",T.day).set("month",T.month).set("year",T.year),N()},_=T=>{T.weekend||T.type==="previous"||T.type==="next"||D(T),f.value=!1};$r(h,()=>{setTimeout(()=>{i.value=d.value,f.value=!1})});const I=()=>{const T=[],b=[],x=[],z=i.value.date(1).day()===0;if(i.value.date(1).day()>1||z){const $=i.value.subtract(1,"month").endOf("month").date(),W=z?6:i.value.date(1).day()-1,Z=$-W+1;for(let U=Z;U<=$;U++)T.push({day:U,type:"previous"})}const E=M.filter($=>($==null?void 0:$.year)===(i==null?void 0:i.value.year()))[0],j=E==null?void 0:E.months[i.value.month()].days.split(","),V=i.value.endOf("month").date();for(let $=1;$<=V;$++)b.push({day:$,month:i.value.month(),year:i.value.year(),type:"current",weekend:l.value?j==null?void 0:j.includes($.toString()):""});if(i.value.date(i.value.daysInMonth()).day()){const $=7-i.value.date(i.value.daysInMonth()).day();for(let W=1;W<=$;W++)x.push({day:W,type:"next"})}return[...T,...b,...x]},w=e.ref(I());e.watch(i,()=>{w.value=I()});const k=e.ref(!1);return e.watch(f,T=>{s.value===""&&(i.value=le(),c.value=le(),d.value=le()),k.value=!T}),(T,b)=>{const x=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",L8,[e.createElementVNode("div",B8,[e.createVNode(jm,{modelValue:s.value,"onUpdate:modelValue":b[0]||(b[0]=z=>s.value=z),"get-valid":k.value,class:"date-picker__input",label:t.label,prop:r.prop,rules:r.rules,placeholder:t.placeholder,disabled:r.disabled,"date-picker":""},null,8,["modelValue","get-valid","label","prop","rules","placeholder","disabled"]),e.withDirectives(e.createVNode(ut,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":r.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[x,m]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:h,class:"date-picker__popup"},[e.createVNode(C8,{modelValue:i.value,"onUpdate:modelValue":b[1]||(b[1]=z=>i.value=z)},null,8,["modelValue"]),e.createElementVNode("div",P8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(_8),(z,E)=>(e.openBlock(),e.createElementBlock("div",{key:E,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(z),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(z,E)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${E}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":z.type!=="current"||z.weekend},{"date-picker__day-item_active-item":v(z)}])},[e.createElementVNode("div",V8,e.toDisplayString(z.type!=="previous"&&z.type!=="next"?z.day:""),1)],2)),[[x,()=>_(z)]])),128))])],512)):e.createCommentVNode("",!0)])}}});const Zn=(t,n)=>{const r=t.__vccOpts||t;for(const[o,l]of n)r[o]=l;return r},U8=Zn($8,[["__scopeId","data-v-84f39507"]]),Q8=["disabled","type"],ya=e.defineComponent({__name:"pl-button",props:{fullWidth:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{default:"primary"},size:{default:"large"},icon:{default:""},iconColor:{default:""},iconPosition:{default:"left"},nativeType:{default:"button"}},emits:["click"],setup(t,{emit:n}){const r=t,o=e.computed(()=>({"typography-button-button-1":r.size==="large","button-medium typography-button-button-2":r.size==="medium","button-small typography-button-button-3":r.size==="small",disabled:r.disabled,"button-alternative":r.type==="alternative","button-secondary":r.type==="secondary","button-error":r.type==="error","button-empty":r.type==="empty","full-width":r.fullWidth,"pl-button":!0,"button-medium40":r.icon&&!s.value&&r.size==="medium"&&r.type!=="empty","button-small36":r.icon&&!s.value&&r.size==="small"&&r.type!=="empty"})),l=e.useSlots(),s=e.ref(!1),i=()=>{s.value=!!l.default&&l.default()[0].children!==""};e.onUpdated(()=>{i()}),e.onMounted(()=>{i()});const c=e.computed(()=>{const m={large:{paddingLeft:"8px",paddingRight:"8px"},medium:{paddingLeft:"4px",paddingRight:"4px"},small:{}},p={left:{large:{paddingRight:"12px"},medium:{paddingRight:"8px"},small:{paddingRight:"4px"}},right:{large:{paddingLeft:"12px"},medium:{paddingLeft:"8px"},small:{paddingLeft:"4px"}}};let h=m[r.size]||{};if(r.icon&&p[r.iconPosition]){const M=p[r.iconPosition][r.size];h={...h,...M}}return(r.type==="empty"||r.icon&&!s.value)&&(h.padding="0"),h}),d=n,f=()=>!r.disabled&&d("click");return(m,p)=>{const h=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(o.value),disabled:r.disabled,type:r.nativeType},[e.createElementVNode("div",{class:"pl-button-content-container",style:e.normalizeStyle(c.value)},[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createBlock(ut,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor})},null,8,["name","style"])):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default"),r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createBlock(ut,{key:1,name:r.icon,style:e.normalizeStyle({color:r.iconColor})},null,8,["name","style"])):e.createCommentVNode("",!0)],4)],10,Q8)),[[h,f]])}}});const Gn=e.defineComponent({__name:"pl-cap",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-caption-caption-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Ta=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,r=e.ref(!1),o=e.ref(!1),l=e.ref(),s=e.ref(),i=e.ref(0),c=e.ref(0),d=e.computed(()=>n.trigger==="hover"&&v.value>=768),f=e.computed(()=>n.trigger==="click"||v.value<768),{isOutside:m}=I6(l),p=()=>{const k=l.value.getBoundingClientRect(),T=k.left+k.width/2,b=k.top+k.height/2,z=document.elementsFromPoint(T,b)[0];return!l.value.contains(z)};e.watch(()=>m.value,k=>{d.value&&(k?D():p()||N())});const h=e.ref(!1),M=async()=>{await e.nextTick();const k=l.value;if(!k)return;const T=k.cloneNode(!0);T.style.visibility="hidden",T.style.position="absolute",T.style.whiteSpace="nowrap",T.classList.remove("text-truncate"),l.value.appendChild(T);const b=T.offsetWidth>k.offsetWidth;h.value=b,l.value.removeChild(T)},{width:v}=un(),y=e.ref(0);e.onMounted(()=>{const k=new ResizeObserver(T=>{T.forEach(b=>{y.value=b.contentRect.width})});k.observe(l.value),e.onUnmounted(()=>{k.disconnect()})}),e.watch([v,y],()=>{n.truncated&&M()},{immediate:!0});const N=()=>{!r.value&&(!n.truncated||h.value)&&((n.delay===void 0&&n.truncated||n.delay)&&d.value?setTimeout(()=>{m.value||(r.value=!0)},900):r.value=!0)},D=()=>{o.value=!0,setTimeout(()=>{(m.value||f.value)&&(r.value=!1),o.value=!1},200)},_=k=>!!k&&k().length>0&&!!k()[0].children||!!k()[0].props,I=()=>{if(!s.value)return{top:0,left:0};const k=l.value.parentElement.getBoundingClientRect(),T=i.value,b=c.value,x=l.value.parentElement.offsetWidth,z=l.value.parentElement.offsetHeight;let E="",j="",V="";T>40&&(V="12px");const $=k.left,W=window.innerWidth-(k.left+b),Z=document.documentElement.clientWidth,U=$-b/2+x/2<=10,A=W<=10,Q=k.left-b-4;switch(n.placement){case"top-right":j=A?`${Z-b-10}px`:$<b-x?"10px":j=`${k.left+x-b+16}px`,E=`${k.top-T-4}px`;break;case"top":j=A?`${Z-b-10}px`:U?"10px":`${k.left+x/2-b/2}px`,E=`${k.top-T-4}px`;break;case"top-left":j=A?`${Z-b-10}px`:U?"10px":`${k.right-x-16}px`,E=`${k.top-T-4}px`;break;case"bottom-right":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.left+x-b+16}px`,E=`${k.top+z+4}px`;break;case"bottom":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.left+x/2-b/2}px`,E=`${k.top+z+4}px`;break;case"bottom-left":j=window.innerWidth-k.left<10?`${Z-b-10}px`:U?"10px":`${k.right-x-16}px`,E=`${k.top+z+4}px`;break;case"right-top":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top}px`;break;case"right":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top+z/2-T/2}px`;break;case"right-bottom":j=A?`${k.left-b-4}px`:`${k.left+x+4}px`,E=`${k.top+z-T}px`;break;case"left-top":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top}px`;break;case"left":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top+z/2-T/2}px`;break;case"left-bottom":j=Q<0&&$>=Q?`${k.left+x+4}px`:`${k.left-b-4}px`,E=`${k.top+z-T}px`;break}return{top:E,left:j,borderRadius:V,width:n.width}},w=e.computed(()=>I());return e.onUpdated(()=>{s.value&&(i.value=s.value.parentElement.offsetHeight,c.value=s.value.parentElement.offsetWidth)}),e.watch(r,k=>{k&&Pt("scroll",D)}),$r(l,()=>{D()},{ignore:[s]}),(k,T)=>{const b=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",null,[d.value?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(k.$slots,"default")],512)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(k.$slots,"default")])),[[b,N]]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[r.value&&!k.disabled&&_(k.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:0,"data-testid":"tooltipPlus",style:e.normalizeStyle(w.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":o.value}])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre typography-caption-caption-medium"},[e.renderSlot(k.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)]))])}}});const kn=e.defineComponent({__name:"pl-body2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Vs=e.defineComponent({__name:"pl-sub2",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Y8={key:0,class:"pl-input__prefix"},R8=["id","name","disabled","placeholder","prop"],F8={class:"pl-input__suffix"},q8=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","change","blur"],setup(t,{emit:n}){const r=t,o=e.reactive({currency:"RUB",currencyDisplay:xo.hidden,precision:r.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:r.valueRange,...r.currencyInputOptions}),{inputRef:l,formattedValue:s,setValue:i}=zm(o),c=n,d=e.computed({get:()=>r.modelValue,set:f=>{c("update:modelValue",f)}});return e.watch(d,f=>{(typeof f=="number"||f===null)&&i(f)}),(f,m)=>{const p=Vs;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",Y8,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{ref_key:"inputRef",ref:l,"onUpdate:modelValue":m[0]||(m[0]=h=>e.isRef(s)?s.value=h:null),class:["pl-input__inner",r.inputClass],name:f.id,disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,onBlur:m[1]||(m[1]=()=>{c("blur")})}),null,16,R8),[[e.vModelDynamic,e.unref(s)]]),e.createElementVNode("div",F8,[e.createVNode(p,{class:"pl-input__currency"},{default:e.withCtx(()=>[e.createTextVNode(" ₽ ")]),_:1})])],6)}}}),H8={key:0,class:"pl-input__prefix"},W8=["id","value","name","type","disabled","placeholder","prop","autocomplete"],Z8={class:"pl-input__suffix"},G8=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","blur"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.modelValue,set:f=>{o("update:modelValue",f)}}),s=e.ref(!1),i=()=>{var f;r.disabled||(s.value=!s.value,(f=document.getElementById(r.id))==null||f.blur())},c=f=>{l.value=f.target.value.trim()},d=e.computed(()=>r.currentPassword?"current-password":r.newPassword?"new-password":"off");return(f,m)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",f.$attrs.class]),style:e.normalizeStyle(f.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",H8,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("input",e.mergeProps({id:f.id},f.$attrs,{value:l.value,class:["pl-input__inner",r.inputClass],name:f.id,type:s.value?"text":"password",disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,autocomplete:d.value,onInput:c,onBlur:m[0]||(m[0]=()=>{o("blur")})}),null,16,W8),e.createElementVNode("div",Z8,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:i},[e.createVNode(ut,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),K8=["id","name","disabled","maxlength","placeholder","prop"],J8={key:0,class:"pl-textarea__count"},X8={key:0,class:"pl-textarea__count-inner"},eR={key:1,class:"pl-textarea__count-inner"},tR=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue"],setup(t,{emit:n}){const r=navigator.userAgent.indexOf("Firefox")>-1,o=t,l=n,s=e.computed({get:()=>o.modelValue,set:i=>{l("update:modelValue",i)}});return(i,c)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",i.$attrs.class]),style:e.normalizeStyle(i.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:i.id},i.$attrs,{"onUpdate:modelValue":c[0]||(c[0]=d=>s.value=d),class:["pl-textarea__inner",o.inputClass,{"pl-textarea__text":i.maxlength},{"firefox-scrollbar":r}],name:i.id,disabled:o.disabled,maxlength:o.maxlength,placeholder:o.placeholder,prop:o.prop}),null,16,K8),[[e.vModelText,s.value]]),o.showWordLimit&&o.maxlength?(e.openBlock(),e.createElementBlock("div",J8,[s.value&&typeof s.value!="number"?(e.openBlock(),e.createElementBlock("span",X8,e.toDisplayString(s.value.length)+"/"+e.toDisplayString(o.maxlength),1)):(e.openBlock(),e.createElementBlock("span",eR," 0/"+e.toDisplayString(o.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),nR={key:0,class:"pl-input__prefix"},rR=["id","name","disabled","maxlength","placeholder","prop"],oR={key:1,class:"pl-input__suffix"},aR={key:2,class:"pl-input__suffix"},lR={key:3,class:"pl-input__count"},sR={key:0,class:"pl-input__count-inner"},iR={key:1,class:"pl-input__count-inner"},uR=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},inputClass:{default:""},containerClass:{}},emits:["update:modelValue","resetValue","tabHandler","touchstart","blur","mousedown","custom-blur"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.modelValue,set:d=>{o("update:modelValue",d)}}),s=d=>{r.customBlur&&d.composed?(o("custom-blur"),d.stopImmediatePropagation()):o("blur")};r.formatter&&e.watch(l,d=>{d&&(l.value=r.formatter(d))});const i=()=>{l.value="",o("resetValue")},c=()=>{o("tabHandler")};return(d,f)=>{const m=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",d.$attrs.class]),style:e.normalizeStyle(d.$attrs.style),onMousedown:f[3]||(f[3]=p=>o("mousedown"))},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",nR,[e.createVNode(ut,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:d.id,"onUpdate:modelValue":f[0]||(f[0]=p=>l.value=p),class:["pl-input__inner",r.inputClass],name:d.id},d.$attrs,{disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop,onBlur:s,onKeydown:e.withKeys(c,["tab"]),onTouchstart:f[1]||(f[1]=()=>{o("touchstart")})}),null,16,rR),[[e.vModelDynamic,l.value]]),!r.disabled&&r.clearable&&l.value?(e.openBlock(),e.createElementBlock("div",oR,[!r.disabled&&r.clearable&&l.value?e.withDirectives((e.openBlock(),e.createBlock(ut,{key:0,name:"Close16",class:"cursor-pointer"},null,512)),[[m,i,void 0,{stop:!0}]]):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.rightIcon?(e.openBlock(),e.createElementBlock("div",aR,[r.rightIcon?(e.openBlock(),e.createBlock(ut,{key:0,name:r.rightIcon,class:e.normalizeClass([{"cursor-pointer":r.iconPointer}]),onTouchstart:f[2]||(f[2]=()=>{o("touchstart")})},null,8,["name","class"])):e.createCommentVNode("",!0)])):r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",lR,[l.value&&typeof l.value!="number"?(e.openBlock(),e.createElementBlock("span",sR,e.toDisplayString(l.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",iR," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),cc=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},inputClass:{default:""},containerClass:{default:""}},emits:["update:modelValue","resetValue","touchstart","blur","custom-blur","tooltip-mouseenter","tooltip-mouseleave"],setup(t,{expose:n,emit:r}){e.useCssVars(M=>({"590fec4f":o.width}));const o=t,l=`id-${dr()}`,s=e.ref([]);if(o.prop){const M=e.inject("errorsState",[]);e.watch(M,()=>{s.value=M.value.filter(y=>y.field===o.prop);const v=document.getElementById(l).parentElement;s.value.length?v.classList.add("is-error"):v.classList.remove("is-error")},{deep:!0})}const i=r,c=e.computed({get:()=>o.modelValue,set:M=>{i("update:modelValue",M)}});e.watch(c,()=>{document.getElementById(l).dispatchEvent(new Event("change"))});const d=()=>{o.disableTrim||e.nextTick(()=>{const v=document.getElementById(l).value.replace(/\s+/g," ").trim();c.value=v,i("blur")})},f=(M=!1)=>{const v=document.getElementById(l);v&&(o.customBlur&&typeof M=="boolean"&&M?v.dispatchEvent(new Event("blur")):v.blur())},m=()=>{var M;i("resetValue"),o.focusOnReset||(M=document.getElementById(l))==null||M.blur()},p=()=>{var M;(M=document.getElementById(l))==null||M.focus()};return n({blurInput:f,focusInput:p,getId:()=>l}),(M,v)=>{const y=kn,N=Ta,D=Gn,_=e.resolveDirective("touch-outside");return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",[M.$attrs.class,o.containerClass]]),style:e.normalizeStyle(M.$attrs.style),onMouseup:p},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",for:l},[e.createElementVNode("div",null,[o.label?(e.openBlock(),e.createBlock(y,{key:0,class:"pl-input__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:1})):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createBlock(y,{key:1,class:"pl-input__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.optional),1)]),_:1})):e.createCommentVNode("",!0)]),o.tooltip?(e.openBlock(),e.createBlock(N,{key:0,onMouseenter:v[0]||(v[0]=I=>i("tooltip-mouseenter")),onMouseleave:v[1]||(v[1]=I=>i("tooltip-mouseleave"))},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input",{"is-disabled":o.disabled}])},[o.currency?(e.openBlock(),e.createBlock(q8,e.mergeProps({key:0,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[2]||(v[2]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,round:o.round,"value-range":o.valueRange,"currency-input-options":o.currencyInputOptions,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"input-class":o.inputClass,onBlur:v[3]||(v[3]=I=>i("blur"))}),null,16,["modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop","input-class"])):o.password?(e.openBlock(),e.createBlock(G8,e.mergeProps({key:1,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[4]||(v[4]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"current-password":o.currentPassword,"new-password":o.newPassword,"input-class":o.inputClass,onBlur:d}),null,16,["modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password","input-class"])):o.textarea?(e.openBlock(),e.createBlock(tR,e.mergeProps({key:2,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[5]||(v[5]=I=>c.value=I),placeholder:o.placeholder,disabled:o.disabled,prop:o.prop,"show-word-limit":o.showWordLimit,maxlength:o.maxlength,"input-class":o.inputClass,onBlur:d}),null,16,["modelValue","placeholder","disabled","prop","show-word-limit","maxlength","input-class"])):(e.openBlock(),e.createBlock(uR,e.mergeProps({key:3,id:l},M.$attrs,{modelValue:c.value,"onUpdate:modelValue":v[6]||(v[6]=I=>c.value=I),placeholder:o.placeholder,maxlength:o.maxlength,disabled:o.disabled,"left-icon":o.leftIcon,"right-icon":o.rightIcon,prop:o.prop,"show-word-limit":o.showWordLimit,formatter:o.formatter,"icon-pointer":o.iconPointer,"custom-blur":o.customBlur,clearable:o.clearable,"input-class":o.inputClass,onBlur:d,onCustomBlur:v[7]||(v[7]=I=>i("custom-blur")),onResetValue:m,onTouchstart:v[8]||(v[8]=()=>i("touchstart"))}),null,16,["modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable","input-class"]))],2)),[[_,f]]),o.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:1,class:"pl-input__helpertext"},{default:e.withCtx(()=>[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:0,class:"pl-form-item__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):o.helpertext?(e.openBlock(),e.createBlock(D,{key:1},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.helpertext),1)]),_:1})):e.createCommentVNode("",!0)]),_:1})):e.createCommentVNode("",!0)],38)}}});var mD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){return function(r,o,l){o.prototype.isBetween=function(s,i,c,d){var f=l(s),m=l(i),p=(d=d||"()")[0]==="(",h=d[1]===")";return(p?this.isAfter(f,c):!this.isBefore(f,c))&&(h?this.isBefore(m,c):!this.isAfter(m,c))||(p?this.isBefore(f,c):!this.isAfter(f,c))&&(h?this.isAfter(m,c):!this.isBefore(m,c))}}})})(mD);var cR=mD.exports;const Am=sn(cR);var gD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){return function(r,o,l){var s=o.prototype,i=function(h){var M,v=h.date,y=h.utc,N={};if(!((M=v)===null||M instanceof Date||M instanceof Array||s.$utils().u(M)||M.constructor.name!=="Object")){if(!Object.keys(v).length)return new Date;var D=y?l.utc():l();Object.keys(v).forEach(function(z){var E,j;N[E=z,j=s.$utils().p(E),j==="date"?"day":j]=v[z]});var _=N.day||(N.year||N.month>=0?1:D.date()),I=N.year||D.year(),w=N.month>=0?N.month:N.year||N.day?0:D.month(),k=N.hour||0,T=N.minute||0,b=N.second||0,x=N.millisecond||0;return y?new Date(Date.UTC(I,w,_,k,T,b,x)):new Date(I,w,_,k,T,b,x)}return v},c=s.parse;s.parse=function(h){h.date=i.bind(this)(h),c.bind(this)(h)};var d=s.set,f=s.add,m=s.subtract,p=function(h,M,v,y){y===void 0&&(y=1);var N=Object.keys(M),D=this;return N.forEach(function(_){D=h.bind(D)(M[_]*y,_)}),D};s.set=function(h,M){return M=M===void 0?h:M,h.constructor.name==="Object"?p.bind(this)(function(v,y){return d.bind(this)(y,v)},M,h):d.bind(this)(h,M)},s.add=function(h,M){return h.constructor.name==="Object"?p.bind(this)(f,h,M):f.bind(this)(h,M)},s.subtract=function(h,M){return h.constructor.name==="Object"?p.bind(this)(f,h,M,-1):m.bind(this)(h,M)}}})})(gD);var dR=gD.exports;const Om=sn(dR),vD=t=>(e.pushScopeId("data-v-84babf5e"),t=t(),e.popScopeId(),t),fR=["id"],pR=["src"],mR={class:"date-switcher__container flex-column"},gR={class:"d-flex pb-6 justify-content-between"},vR={class:"date-switcher justify-content-center flex-column"},hR=vD(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),yR={class:"date-switcher justify-content-center flex-column"},MR=vD(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),NR={class:"d-flex pt-2 justify-content-between"},DR={class:"date-switcher date-switcher__month"},bR={class:"date-switcher__month-name"},wR={class:"date-switcher date-switcher__year"},kR={class:"date-switcher__year-name"},CR={class:"pl-date-picker__days"},TR=["onClick","onMousemove"],_R={class:"field"},IR={class:"pl-date-picker__buttons"},tl="pl-date-picker__day-item_active-item-range-left",Jl="pl-date-picker__day-item_active-item-range-right",_M="pl-date-picker__day-item_svg-circle-background",xR=e.defineComponent({__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:r}){const o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC43NDkwMiAyQzguNzQ5MDIgMS41ODU3OSA4LjQxMzI0IDEuMjUgNy45OTkwMiAxLjI1QzcuNTg0ODEgMS4yNSA3LjI0OTAyIDEuNTg1NzkgNy4yNDkwMiAyVjMuMjVINC45OTkwMkMzLjQ3OTgxIDMuMjUgMi4yNDkwMiA0LjQ4MDc5IDIuMjQ5MDIgNlY5VjE5QzIuMjQ5MDIgMjAuNTE5MiAzLjQ3OTgxIDIxLjc1IDQuOTk5MDIgMjEuNzVIMTguOTk5QzIwLjUxODIgMjEuNzUgMjEuNzQ5IDIwLjUxOTIgMjEuNzQ5IDE5VjlWNkMyMS43NDkgNC40ODA3OSAyMC41MTgyIDMuMjUgMTguOTk5IDMuMjVIMTYuNzQ5VjJDMTYuNzQ5IDEuNTg1NzkgMTYuNDEzMiAxLjI1IDE1Ljk5OSAxLjI1QzE1LjU4NDggMS4yNSAxNS4yNDkgMS41ODU3OSAxNS4yNDkgMlYzLjI1SDguNzQ5MDJWMlpNNC45OTkwMiA0Ljc1SDcuMjQ5MDJWNkM3LjI0OTAyIDYuNDE0MjEgNy41ODQ4MSA2Ljc1IDcuOTk5MDIgNi43NUM4LjQxMzI0IDYuNzUgOC43NDkwMiA2LjQxNDIxIDguNzQ5MDIgNlY0Ljc1SDE1LjI0OVY2QzE1LjI0OSA2LjQxNDIxIDE1LjU4NDggNi43NSAxNS45OTkgNi43NUMxNi40MTMyIDYuNzUgMTYuNzQ5IDYuNDE0MjEgMTYuNzQ5IDZWNC43NUgxOC45OTlDMTkuNjg5OCA0Ljc1IDIwLjI0OSA1LjMwOTIxIDIwLjI0OSA2VjguMjVIMy43NDkwMlY2QzMuNzQ5MDIgNS4zMDkyMSA0LjMwODI0IDQuNzUgNC45OTkwMiA0Ljc1Wk0zLjc0OTAyIDkuNzVIMjAuMjQ5VjE5QzIwLjI0OSAxOS42OTA4IDE5LjY4OTggMjAuMjUgMTguOTk5IDIwLjI1SDQuOTk5MDJDNC4zMDgyNCAyMC4yNSAzLjc0OTAyIDE5LjY5MDggMy43NDkwMiAxOVY5Ljc1Wk04LjAwNjg0IDEyLjk3NjZDOC4wMDY4NCAxMy41Mjg4IDcuNTU5MTIgMTMuOTc2NiA3LjAwNjg0IDEzLjk3NjZDNi40NTQ1NSAxMy45NzY2IDYuMDA2ODQgMTMuNTI4OCA2LjAwNjg0IDEyLjk3NjZDNi4wMDY4NCAxMi40MjQzIDYuNDU0NTUgMTEuOTc2NiA3LjAwNjg0IDExLjk3NjZDNy41NTkxMiAxMS45NzY2IDguMDA2ODQgMTIuNDI0MyA4LjAwNjg0IDEyLjk3NjZaTTguMDA2ODQgMTYuOTgwNUM4LjAwNjg0IDE3LjUzMjggNy41NTkxMiAxNy45ODA1IDcuMDA2ODQgMTcuOTgwNUM2LjQ1NDU1IDE3Ljk4MDUgNi4wMDY4NCAxNy41MzI4IDYuMDA2ODQgMTYuOTgwNUM2LjAwNjg0IDE2LjQyODIgNi40NTQ1NSAxNS45ODA1IDcuMDA2ODQgMTUuOTgwNUM3LjU1OTEyIDE1Ljk4MDUgOC4wMDY4NCAxNi40MjgyIDguMDA2ODQgMTYuOTgwNVpNMTEuOTk5IDEzLjk3NjZDMTIuNTUxMyAxMy45NzY2IDEyLjk5OSAxMy41Mjg4IDEyLjk5OSAxMi45NzY2QzEyLjk5OSAxMi40MjQzIDEyLjU1MTMgMTEuOTc2NiAxMS45OTkgMTEuOTc2NkMxMS40NDY3IDExLjk3NjYgMTAuOTk5IDEyLjQyNDMgMTAuOTk5IDEyLjk3NjZDMTAuOTk5IDEzLjUyODggMTEuNDQ2NyAxMy45NzY2IDExLjk5OSAxMy45NzY2Wk0xMi45OTkgMTYuOTgwNUMxMi45OTkgMTcuNTMyOCAxMi41NTEzIDE3Ljk4MDUgMTEuOTk5IDE3Ljk4MDVDMTEuNDQ2NyAxNy45ODA1IDEwLjk5OSAxNy41MzI4IDEwLjk5OSAxNi45ODA1QzEwLjk5OSAxNi40MjgyIDExLjQ0NjcgMTUuOTgwNSAxMS45OTkgMTUuOTgwNUMxMi41NTEzIDE1Ljk4MDUgMTIuOTk5IDE2LjQyODIgMTIuOTk5IDE2Ljk4MDVaTTE2Ljk5MTIgMTMuOTc2NkMxNy41NDM1IDEzLjk3NjYgMTcuOTkxMiAxMy41Mjg4IDE3Ljk5MTIgMTIuOTc2NkMxNy45OTEyIDEyLjQyNDMgMTcuNTQzNSAxMS45NzY2IDE2Ljk5MTIgMTEuOTc2NkMxNi40Mzg5IDExLjk3NjYgMTUuOTkxMiAxMi40MjQzIDE1Ljk5MTIgMTIuOTc2NkMxNS45OTEyIDEzLjUyODggMTYuNDM4OSAxMy45NzY2IDE2Ljk5MTIgMTMuOTc2NloiIGZpbGw9IiM2NTY1NjciLz4NCjwvc3ZnPg0K",self.location).href;le.locale("ru"),le.extend(Am),le.extend(Om);const l=t,{isClose:s}=e.toRefs(l),i=r,c=(1e7+-1e3+-4e3+-8e3+-1e11).toString().replace(/[018]/g,we=>(Number(we)^crypto.getRandomValues(new Uint8Array(1))[0]&15>>Number(we)/4).toString(16)),d=e.ref(0),f=e.ref(0),m=()=>{const ue=document.getElementById(`date-picker-range-${c}`).getBoundingClientRect();f.value=ue.x,d.value=ue.y+ue.height+window.scrollY},p=()=>{m(),i("changeOpen",!s.value)},h=we=>we.includes("-")?le(we.split("-")[0],"DD.MM.YYYY",!0).isValid()&&le(we.split("-")[1],"DD.MM.YYYY",!0).isValid():le(we,"DD.MM.YYYY",!0).isValid(),M=e.ref(le()),v=e.ref(le()),y=e.ref(le()),N=e.ref(le()),D=e.ref(le().format("DD.MM.YYYY")),_=e.ref(le().format("DD.MM.YYYY")),I=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let w=[];const k=e.ref("");e.onMounted(()=>{T(l.modelValue)}),e.watch(()=>l.modelValue,we=>{we.length===2&&T(we)}),e.watch(k,we=>{h(we)?(we.split("-").length===2&&(v.value=le(we.split("-")[0].split(".").reverse().join("-")),y.value=le(we.split("-")[1].split(".").reverse().join("-")),w=[v.value,y.value],D.value=$(v.value),_.value=$(y.value),b(w)),v.value.isAfter(y.value)&&(y.value=w[0],v.value=w[1],w=[v.value,y.value],D.value=$(v.value),_.value=$(y.value),b(w))):b(),j()});const T=we=>{if(we&&we.length===2){const ue=le(we[0]).format("YYYY-MM-DD").split("-").reverse().join("."),Ie=le(we[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Qe=ue+"-"+Ie;h(Qe)&&(k.value=`${ue}-${Ie}`)}},b=(we=[])=>{let ue=we;ue.length===2&&(ue=[ue[0].format("YYYY-MM-DD"),ue[1].format("YYYY-MM-DD")]),i("update:modelValue",ue)},x=(we,ue)=>{h(we.target.value)&&(ue?le(we.target.value.split(".").reverse().join("-")).isAfter(v.value)&&(y.value=le(we.target.value.split(".").reverse().join("-"))):le(we.target.value.split(".").reverse().join("-")).isBefore(y.value)&&(v.value=le(we.target.value.split(".").reverse().join("-"))),w=[v.value,y.value],j())},z=we=>{let ue;we?h(D.value)||(D.value=$(v.value)):h(_.value)||(_.value=$(y.value)),le(D.value.split(".").reverse().join("-")).isAfter(le(_.value.split(".").reverse().join("-")))&&(ue=D.value,D.value=_.value,_.value=ue),v.value=le(D.value.split(".").reverse().join("-")),y.value=le(_.value.split(".").reverse().join("-")),w=[v.value,y.value],j()},E=()=>{h(k.value)||(k.value="")},j=()=>{X={day:v.value.date(),month:v.value.month(),year:v.value.year()},ve={day:y.value.date(),month:y.value.month(),year:y.value.year()},Je(ve),ce=!1},V=we=>we.charAt(0).toUpperCase()+we.slice(1),$=we=>we.format("DD.MM.YYYY"),W=()=>{M.value=M.value.set("date",1).subtract(1,"month")},Z=()=>{M.value=M.value.set("date",1).add(1,"month")},U=()=>{M.value=M.value.set("date",1).subtract(1,"year")},A=()=>{M.value=M.value.set("date",1).add(1,"year")},Q=(we,ue)=>ue.date()===we.day&&ue.month()===we.month&&ue.year()===we.year,B=we=>w.length===2?Q(we,v.value)||Q(we,y.value):Q(we,v.value),F=we=>{const ue=y.value.isAfter(v.value),Ie=y.value.isSame(v.value,"day");if(w.length===2){if(!Ie){if(Q(we,v.value))return ue?tl:Jl;if(Q(we,y.value))return ue?Jl:tl}}else return},ee=()=>{je({day:le().date(),month:le().month(),year:le().year(),type:"current"}),ce=!1,y.value=le(),v.value=le(),D.value=v.value.format("DD.MM.YYYY"),_.value=y.value.format("DD.MM.YYYY"),M.value=v.value,w=[],k.value="",i("changeOpen",!0)},L=()=>{h(k.value)||(y.value=le(),v.value=le(),D.value=v.value.format("DD.MM.YYYY"),_.value=y.value.format("DD.MM.YYYY")),j(),i("changeOpen",!0)};e.watch(s,()=>{h(k.value)?(D.value=le(k.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),_.value=le(k.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),y.value=le(k.value.split("-")[1].split(".").reverse().join("-")),v.value=le(k.value.split("-")[0].split(".").reverse().join("-")),w=[v.value,y.value],j()):(D.value=le().format("DD.MM.YYYY"),_.value=le().format("DD.MM.YYYY"),y.value=le(),v.value=le(),w=[],j()),M.value=v.value});const Y=e.ref(null);$r(Y,()=>{setTimeout(()=>{L()})});const K=()=>{j()},se=()=>{M.value=v.value,w.length===0||w.length===1?(N.value=v.value,D.value=$(v.value)):(N.value=y.value,_.value=$(y.value)),v.value.isAfter(y.value)?k.value=y.value.format("DD.MM.YYYY")+"-"+v.value.format("DD.MM.YYYY"):k.value=v.value.format("DD.MM.YYYY")+"-"+y.value.format("DD.MM.YYYY"),i("changeOpen",!0)},he=()=>{const we=[],ue=[],Ie=[],Qe=M.value.date(1).day()===0;if(M.value.date(1).day()>1||Qe){const Ne=M.value.subtract(1,"month").endOf("month").date(),ie=Qe?6:M.value.date(1).day()-1,te=Ne-ie+1,pe=M.value.month()===0?M.value.year()-1:M.value.year(),Ee=M.value.month()===0?11:M.value.month()-1;for(let re=te;re<=Ne;re++)we.push({day:re,month:Ee,year:pe,type:"previous"})}const ge=M.value.endOf("month").date();for(let Ne=1;Ne<=ge;Ne++)ue.push({day:Ne,month:M.value.month(),year:M.value.year(),type:"current"});if(M.value.date(M.value.daysInMonth()).day()){const Ne=7-M.value.date(M.value.daysInMonth()).day(),ie=M.value.month()===11?M.value.year()+1:M.value.year(),te=M.value.month()===11?0:M.value.month()+1;for(let pe=1;pe<=Ne;pe++)Ie.push({day:pe,month:te,year:ie,type:"next"})}return[...we,...ue,...Ie]};let ce,X,ve;const de=e.ref(he()),je=we=>{we.type!=="previous"&&we.type!=="next"&&(ce?Se(we,y,1):Se(we,v,0))},Se=(we,ue,Ie)=>{ue.value=Te(we),ce=!Ie,Ie?(_.value=$(y.value),y.value.isBefore(v.value)&&(D.value=$(y.value),_.value=$(v.value))):(w=[],X=we,ve=we,D.value=$(v.value)),we.type!=="previous"&&we.type!=="next"&&(Je(we),w[Ie]=we)},Te=we=>le(`${we.year}-${(we.month+1).toString().padStart(2,"0")}-${we.day.toString().padStart(2,"0")}`),Ae=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let Ve=!1,Ye=!1,He=!1,lt=!1,st=[],Oe=0;const Je=(we,ue=!1)=>{if(ce){Oe=0,st.push(we);for(let Ie=0;Ie<de.value.length;Ie++)de.value[Ie].type==="current"&&(Oe+=1);st.length-1===Oe?ve=st[0]:ve=we}else st=[];if(X&&ve&&!ue&&ce&&Array.from(Ae.value).forEach((Ie,Qe)=>{Ve=Te(de.value[Qe]).isSame(Te(ve)),Ye=Te(ve).isAfter(Te(X)),He=Te(ve).isBefore(Te(X)),lt=Te(de.value[Qe]).isBetween(Te(X),Te(ve)),Te(de.value[Qe]).isSame(Te(X))?(Ie.classList.toggle(Jl,He),Ie.classList.toggle(tl,Ye)):w.length===1&&(Ve?(Ie.classList.toggle(_M,Ve),Ie.classList.toggle(Jl,Ye),Ie.classList.toggle(tl,He)):(Ie.classList.contains(tl)?Ie.classList.remove(tl):Ie.classList.remove(Jl),Ie.classList.toggle("pl-date-picker__background-range",lt&&de.value[Qe].type!=="next"&&de.value[Qe].type!=="previous"),Ie.classList.toggle(_M,Ve)))}),X&&ve&&ue)return Te(we).isBetween(Te(X),Te(ve))};return n({clearDate:()=>{k.value=""}}),e.watch(M,()=>{de.value=he()}),(we,ue)=>{const Ie=cc,Qe=ya,ge=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`date-picker-range-${e.unref(c)}`,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(jm,{modelValue:k.value,"onUpdate:modelValue":ue[0]||(ue[0]=Ne=>k.value=Ne),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:x,onBlur:E},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(o),alt:"date-picker icon"},null,8,pR)],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:Y,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${d.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",mR,[e.createElementVNode("div",gR,[e.createElementVNode("div",vR,[hR,e.withDirectives(e.createVNode(Ie,{id:"date-mask",modelValue:D.value,"onUpdate:modelValue":ue[1]||(ue[1]=Ne=>D.value=Ne),placeholder:"ДД.ММ.ГГГГ",onInput:x,onBlur:ue[2]||(ue[2]=Ne=>z(!0)),onClick:K},null,8,["modelValue"]),[[ge,"##.##.####"]])]),e.createElementVNode("div",yR,[MR,e.withDirectives(e.createVNode(Ie,{id:"date-mask",modelValue:_.value,"onUpdate:modelValue":ue[3]||(ue[3]=Ne=>_.value=Ne),placeholder:"ДД.ММ.ГГГГ",onInput:ue[4]||(ue[4]=Ne=>x(Ne,!0)),onBlur:ue[5]||(ue[5]=Ne=>z(!1)),onClick:K},null,8,["modelValue"]),[[ge,"##.##.####"]])])]),e.createElementVNode("div",NR,[e.createElementVNode("div",DR,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",bR,e.toDisplayString(V(M.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:Z})]),e.createElementVNode("div",wR,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:U}),e.createElementVNode("span",kR,e.toDisplayString(V(M.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:A})])])]),e.createElementVNode("div",CR,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(I,(Ne,ie)=>e.createElementVNode("div",{key:ie,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(Ne),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.value,(Ne,ie)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ie}`,class:e.normalizeClass(["pl-date-picker__day-item",Ne.type!=="previous"&&Ne.type!=="next"?F(Ne):"",{"pl-date-picker__day-item_disabled":Ne.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":B(Ne)&&Ne.type==="current"},{"pl-date-picker__background-range":Ne.type!=="previous"&&Ne.type!=="next"?Je(Ne,!0):""}]),onClick:te=>Ne.type!=="previous"&&Ne.type!=="next"?je(Ne):"",onMousemove:te=>Ne.type!=="previous"&&Ne.type!=="next"?Je(Ne,!1):""},[e.createElementVNode("div",_R,e.toDisplayString(Ne.type!=="previous"&&Ne.type!=="next"?Ne.day:""),1)],42,TR))),128))]),e.createElementVNode("div",IR,[e.createVNode(Qe,{size:"medium",type:"secondary",onClick:ee},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(Qe,{size:"medium",onClick:se},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,fR)}}});const ER=Zn(xR,[["__scopeId","data-v-84babf5e"]]),hD={install(t){t.component("PlDatePicker",U8),t.component("PlDatePickerRange",ER)}};var Lm={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 SR=["id"],zR={name:"PlDatePicker"},jR=Object.assign(zR,{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}){le.locale("ru");const r=t,o=n,{modelValue:l}=e.toRefs(r),s=e.ref(null),i=e.ref(null),c=e.computed(()=>r.leftIcon?"left-icon":"right-icon");return e.watch(s,d=>{o("update:modelValue",d)}),e.watch(l,()=>{s.value=l.value}),s.value=l.value,(d,f)=>{const m=I1;return e.openBlock(),e.createElementBlock("div",{id:c.value,style:{width:"100%"}},[e.createVNode(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(m,e.mergeProps({ref_key:"innerDatePicker",ref:i},d.$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,SR)}}});const AR={name:"PlDatePickerRange"},OR=Object.assign(AR,{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}){le.locale("ru");const r=t,o=n,{modelValue:l}=e.toRefs(r),s=e.ref([]),i=e.ref(null);return e.watch(s,c=>{o("update:modelValue",c)}),e.watch(l,()=>{s.value=l.value}),s.value=l.value,(c,d)=>{const f=I1;return e.openBlock(),e.createBlock(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(f,e.mergeProps({ref_key:"innerDatePicker",ref:i},c.$attrs,{modelValue:s.value,"onUpdate:modelValue":d[0]||(d[0]=m=>s.value=m),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"])}}}),yD={install(t){t.component("PlDatePickerLegacy",jR),t.component("PlDatePickerRangeLegacy",OR)}},MD={install(t){t.component("PlInput",jm)}};const ND=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,r)=>{const o=rc;return e.openBlock(),e.createBlock(o,{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"])}}});const LR={id:"form-select"},BR={class:"pl-tooltip-svg"},PR=["src"],VR={class:"flex item-select"},$R=["src"],UR=e.defineComponent({__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNDY4NyA5LjQ2OTY3QzExLjc2MTYgOS4xNzY3OCAxMi4yMzY0IDkuMTc2NzggMTIuNTI5MyA5LjQ2OTY3TDE2LjUyOTMgMTMuNDY5N0MxNi44MjIyIDEzLjc2MjYgMTYuODIyMiAxNC4yMzc0IDE2LjUyOTMgMTQuNTMwM0MxNi4yMzY0IDE0LjgyMzIgMTUuNzYxNiAxNC44MjMyIDE1LjQ2ODcgMTQuNTMwM0wxMS45OTkgMTEuMDYwN0w4LjUyOTMyIDE0LjUzMDNDOC4yMzY0MyAxNC44MjMyIDcuNzYxNTYgMTQuODIzMiA3LjQ2ODY2IDE0LjUzMDNDNy4xNzU3NyAxNC4yMzc0IDcuMTc1NzcgMTMuNzYyNiA3LjQ2ODY2IDEzLjQ2OTdMMTEuNDY4NyA5LjQ2OTY3WiIgZmlsbD0iIzY1NjU2NyIvPg0KPC9zdmc+DQo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,l=e.ref(!1),s=t,i=e.ref(),c=n,{modelValue:d,getValid:f,disabled:m}=e.toRefs(s),p=e.computed({get:()=>s.modelValue,set:y=>{l.value=!1,c("update:modelValue",y)}}),h=e.ref({[s.prop]:d}),M=(y,N,D)=>{c("validate",y,N,D)},v=async()=>{l.value=!1,setTimeout(()=>{i.value.validate()},200)};return e.watch(f,()=>{v()}),(y,N)=>{const D=km,_=wm,I=gm,w=mm;return e.openBlock(),e.createElementBlock("div",LR,[e.createVNode(w,{ref_key:"formSelect",ref:i,"label-position":"top",model:h.value,rules:t.rules,onValidate:M},{default:e.withCtx(()=>[e.createVNode(I,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",BR,[e.createVNode(ND,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(y.$slots,"icon")]),_:3},8,["model-value"])]),e.createElementVNode("img",{class:e.normalizeClass(["form-select__arrow",{rotate:l.value}]),src:e.unref(r),alt:"arrow"},null,10,PR),e.createVNode(_,{modelValue:p.value,"onUpdate:modelValue":N[0]||(N[0]=k=>p.value=k),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(m),onFocus:N[1]||(N[1]=k=>l.value=!0),onBlur:v,onVisibleChange:N[2]||(N[2]=k=>c("visible-change",k))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,k=>(e.openBlock(),e.createBlock(D,{key:k.value,class:"pl-form-option",label:k.label,value:k.value},{default:e.withCtx(()=>[e.renderSlot(y.$slots,"options-slot",{option:k},()=>[e.createElementVNode("div",VR,[e.createElementVNode("span",null,e.toDisplayString(k.label),1),k.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(o)},null,8,$R)):e.createCommentVNode("",!0)])])]),_:2},1032,["label","value"]))),128))]),_:3},8,["modelValue","popper-class","placeholder","disabled"])]),_:3},8,["label","prop","class"])]),_:3},8,["model","rules"])])}}});const DD={install(t){t.component("PlSelect",UR)}},QR={class:"match-text"},YR={key:1},RR=e.defineComponent({__name:"pl-mark-text",props:{modelValue:{type:String},searchValue:{type:String}},setup(t){const n=t,r=d=>d.replace(/[/\-\\^$*+?.()|[\]{}]/g,"\\$&");let o,l,s,i;const c=d=>{const f=r(n.searchValue);return o=new RegExp(f,"gi"),l=d.search(o)!==-1,s=d.slice(d.search(o),d.search(o)+f.length),i=l?[d.slice(0,d.search(o)),d.slice(d.search(o)+f.length)]:d,l?[i[0],s,i[1]]:["","",i]};return(d,f)=>n.modelValue?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("span",null,e.toDisplayString(c(n.modelValue.toString())[0]),1),e.createElementVNode("span",QR,e.toDisplayString(c(n.modelValue.toString())[1]),1),e.createElementVNode("span",null,e.toDisplayString(c(n.modelValue.toString())[2]),1)],64)):(e.openBlock(),e.createElementBlock("span",YR,e.toDisplayString(n.modelValue),1))}});const Bu=Zn(RR,[["__scopeId","data-v-24f6fa2a"]]),FR={class:"suggestion"},qR={class:"d-flex flex-column"},HR={class:"text-truncate"},WR={class:"suggestion__item-info text-truncate"},ZR=["src"],GR=e.defineComponent({__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 r=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNTQ1OCA1Ljk2MTY3QzIwLjgzODggNi4yNTQ0NiAyMC44Mzg5IDYuNzI5MzMgMjAuNTQ2MSA3LjAyMjMzTDkuNTM4MzMgMTguMDM4QzkuMjQ1NjMgMTguMzMwOSA4Ljc3MDkzIDE4LjMzMTEgOC40Nzc5IDE4LjAzODZMMy40NTQ0NiAxMy4wMjI5QzMuMTYxMzQgMTIuNzMwMyAzLjE2MDk3IDEyLjI1NTQgMy40NTM2MyAxMS45NjIzQzMuNzQ2MyAxMS42NjkxIDQuMjIxMTcgMTEuNjY4OCA0LjUxNDI5IDExLjk2MTRMOS4wMDcyMSAxNi40NDc0TDE5LjQ4NTEgNS45NjIwNUMxOS43Nzc5IDUuNjY5MDUgMjAuMjUyOCA1LjY2ODg4IDIwLjU0NTggNS45NjE2N1oiIGZpbGw9IiM0MTY0RUIiLz4NCjwvc3ZnPg0K",self.location).href,o=t,{selectedItem:l,prop:s,getValidate:i,symbolsCountSearch:c,suggestionList:d,noData:f,memoryBlur:m}=e.toRefs(o),p=e.ref(""),h=e.ref({}),M=e.ref(""),v=e.ref(null),y=E=>{v.value=E.target.value},N=e.ref(null);e.onMounted(()=>{const E=document.querySelectorAll(".suggestion .el-select-dropdown");h.value={[s]:M.value};for(let j=0;j<E.length;j+=1)E[j].style.width=`${E[j].offsetWidth}px`;m.value&&Pt(N.value.$el,"input",y)});const D=n;e.watch(p,E=>{h[s]=E}),e.watch(l,E=>{p.value=E.value});const _=e.ref(!1),I=E=>{m.value&&(_.value=!0),!E.target&&(D("change",E),v.value=null,setTimeout(()=>{N.value.blur()},0),setTimeout(()=>_.value=!1,100))},w=(E,j,V)=>{D("validate",E,j,V)},k=e.ref(null),T=(E=!1)=>{E&&setTimeout(()=>{_.value?_.value=!1:m.value&&v.value&&D("change",{id:dr(),value:v.value,dadata:!1})},10),setTimeout(()=>{k.value.validate()},10)};e.watch(i,E=>{E&&(T(),D("setValid"))});const b=e.ref([]);b.value=d.value,e.watch(d,E=>{b.value=E});const x=e.ref(`Введите ${c.value} символа`);e.watch(f,E=>{x.value=E});const z=E=>{if(M.value=E,E.length<c.value){x.value=`Введите ${c.value} ${ao(c.value,["символ","символа","символов"])} `,b.value=[];return}else x.value=" ";D("fetchDadata",E)};return(E,j)=>{const V=km,$=wm,W=gm,Z=mm;return e.openBlock(),e.createElementBlock("div",FR,[e.createVNode(Z,{ref_key:"suggestion",ref:k,"label-position":"top",model:h.value,rules:t.rules,onValidate:w,onSubmit:j[2]||(j[2]=e.withModifiers(()=>{},["prevent"]))},{default:e.withCtx(()=>[e.createVNode(W,{class:e.normalizeClass({"is-error":t.isError}),"show-message":!0,label:t.label,prop:e.unref(s)},{default:e.withCtx(()=>[e.createVNode($,{ref_key:"suggestionBox",ref:N,modelValue:p.value,"onUpdate:modelValue":j[0]||(j[0]=U=>p.value=U),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":z,"no-data-text":x.value,onBlur:j[1]||(j[1]=U=>T("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(b.value,(U,A)=>(e.openBlock(),e.createBlock(V,{key:A,value:U.value,class:"d-flex justify-content-between align-items-center",onClick:Q=>I(U)},{default:e.withCtx(()=>[e.createElementVNode("div",qR,[e.createElementVNode("span",HR,[e.createVNode(Bu,{modelValue:U.value,"onUpdate:modelValue":Q=>U.value=Q,"search-value":M.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",WR,e.toDisplayString(U.bottomText),1)]),e.createElementVNode("img",{src:e.unref(r)},null,8,ZR)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}});const bD={install(t){t.component("PlSuggestions",GR)}};const KR={class:"pl-table"},JR={class:"no-data"},XR=["src"],eF={class:"no-data__text"},tF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},nF={key:0,class:"totals"},rF={name:"PlTable"},oF=e.defineComponent({...rF,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 r=e.useAttrs(),o=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,l=t,{form:s,modelValue:i,total:c,layout:d,hasPagination:f}=e.toRefs(l),m=n,p=e.ref([]),h=_=>{p.value=_,m("selected-rows",p)},M=e.ref(null),{toggleRowSelection:v}=e.toRefs(l);e.watch(v,_=>{_.length>0&&(_.forEach(I=>{M.value.toggleRowSelection(I)}),m("update:toggleRowSelection",[])),p.value=M.value.getSelectionRows()});const y=()=>{const{pageSize:_,pageNumber:I}=s.value,{length:w}=i.value;let k=_*I;const T=k-_+1;return w<_&&(k+=w-_),k>c.value&&(k=c.value),c.value?`Отображены записи ${T} - ${k} из ${c.value}`:"Нет данных для отображения"},N=_=>m("action",{...s.value,pageSize:_}),D=_=>m("action",{...s.value,pageNumber:_});return(_,I)=>{const w=JQ,k=AU;return e.openBlock(),e.createElementBlock("div",KR,[e.createVNode(e.unref(fm),{locale:e.unref(Lm)},{default:e.withCtx(()=>[e.createVNode(w,e.mergeProps({ref_key:"plTable",ref:M,data:e.unref(i)},e.unref(r),{onSelect:h,onSelectAll:h}),{empty:e.withCtx(()=>[e.renderSlot(_.$slots,"empty",{},()=>[e.createElementVNode("div",JR,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(o),alt:"no data image"},null,8,XR),e.createElementVNode("span",eF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(_.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",tF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(ao)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(ao)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||l.showSelected]]),e.createVNode(k,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":I[0]||(I[0]=T=>e.unref(s).pageNumber=T),"page-size":e.unref(s).pageSize,"page-sizes":t.pageSizes,layout:e.unref(d),total:e.unref(c),"hide-on-single-page":t.hideOnSinglePage,onSizeChange:N,onCurrentChange:D},{default:e.withCtx(()=>[t.isTotalVisible&&e.unref(d).includes("slot")?(e.openBlock(),e.createElementBlock("span",nF,e.toDisplayString(y()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(_.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}});const aF={key:0},lF={key:1},sF={key:2},iF={key:3},uF={name:"PlTableColumn"},cF=Object.assign(uF,{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=o=>o?new Date(o).toLocaleDateString():"",r=o=>(o||(o=0),o.toLocaleString("ru-RU",{style:"currency",currency:"RUB"}));return(o,l)=>{const s=XQ;return e.openBlock(),e.createBlock(s,{prop:t.prop,label:t.label},{default:e.withCtx(({row:i})=>[t.type=="currency"?(e.openBlock(),e.createElementBlock("span",aF,e.toDisplayString(r(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",lF,e.toDisplayString(n(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",sF,e.toDisplayString(i[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",iF,[e.renderSlot(o.$slots,"default",{row:i})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),wD={install(t){t.component("PlTable",oF),t.component("PlTableColumn",cF)}},kD={install(t){t.component("PlTooltip",ND)}};const dF={class:"headers-elements"},fF=e.createElementVNode("div",{class:"img"},null,-1),pF=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),mF={class:"pl-upload-plus__comment"},gF={name:"PlUpload"},vF=e.defineComponent({...gF,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,required:!1}},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 r=t,o=n,l=e.computed({get:()=>r.modelValue,set:m=>o("update:modelValue",m)}),s=e.ref(null),{limit:i,height:c}=e.toRefs(r),d=e.computed(()=>({"--pl-upload-height":/px|rem|em|%/.test(c.value)?c.value:`${c.value}px`})),f=(m,p)=>{if(!p.length){o("on-files-not-attached",m,p);return}if(p.length>i.value){p.splice(-1),o("on-file-not-limit",m,p);return}if(r.accept!=="any"||r.accept!=="любой"){const M=m.name.split("."),v=M[M.length-1].toLowerCase();if(r.accept.split(", ").indexOf(v)===-1){p.splice(-1),o("on-file-not-accept",m,p);return}}const h=m.size/1024/1024;if(h>r.fileSize){o("on-file-size-exceeded",m,p,r.fileSize),p.splice(-1);return}if(!h){o("on-file-empty",m),p.splice(-1);return}o("on-change",m,p),o("update:modelValue",p)};return(m,p)=>{const h=F1;return e.openBlock(),e.createBlock(h,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},m.$attrs,{"file-list":l.value,style:d.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:M})=>[e.renderSlot(m.$slots,"file",{file:M})]),default:e.withCtx(()=>[e.createElementVNode("div",dF,[t.header?e.renderSlot(m.$slots,"header",{key:0},()=>[fF]):e.createCommentVNode("",!0),t.main?e.renderSlot(m.$slots,"main",{key:1},()=>[pF,e.createElementVNode("span",mF,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(m.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}});const CD={install(t){t.component("PlUpload",vF)}},hF={class:"headers-elements"},yF=e.createElementVNode("div",{class:"img"},null,-1),MF={name:"PlUploadLegacy"},NF=e.defineComponent({...MF,props:{modelValue:{default:()=>[]},requestConfig:{default:null},responseKeys:{default:"result"},drag:{type:Boolean,default:!0},multiple:{type:Boolean,default:!0},buttonText:{default:"Выбрать файл..."},accept:{default:".doc, .docx, .pdf, .jpeg, .jpg, .png, .xlsx, .xls, .txt"},fileSize:{default:20},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 r=t,o=e.ref(!1),l=e.ref(!1),s=e.ref(r.modelValue),i=e.ref(null),{modelValue:c}=e.toRefs(r);e.watch(c,h=>{s.value=h});const d=n;e.onMounted(()=>{r.large&&i.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(h,M,v,y,N)=>M==="POST"?{url:h,method:M,data:v,headers:y,responseType:N}:{url:h,method:M,params:v,headers:y,responseType:N},m=h=>jf(f(h.url,h.method,h.params,h.headers,h.responseType)),p=(h,M)=>{if(!M.length){d("on-files-not-attached",h,M);return}if(!(r.accept==="any"||r.accept==="любой")){const N=h.name.split("."),D="."+N[N.length-1].toLowerCase();if(r.accept.split(", ").indexOf(D)===-1){M.splice(-1),d("on-file-not-accept",h,M);return}}const y=h.size/1024/1024;if(y>r.fileSize){d("on-file-size-exceeded",h,M,r.fileSize),M.splice(-1);return}if(!y){d("on-file-empty",h),M.splice(-1);return}d("on-change",h,M),r.requestConfig&&(l.value=!0,o.value=!0,h&&new FormData().append("file",h.raw),m(r.requestConfig).then(N=>{const D=ro.get(N,r.responseKeys,N.data);d("on-success",D,h,M),D.success&&(M.forEach(_=>{_.status="success"}),d("input",M))}).catch(N=>{console.log(N,"error"),d("on-error",N,h,M)}).finally(()=>{l.value=!1,o.value=!1}))};return(h,M)=>{const v=Cs,y=F1;return e.openBlock(),e.createBlock(y,e.mergeProps({ref_key:"el",ref:i,action:"#",drag:h.drag,multiple:h.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},h.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:N})=>[e.renderSlot(h.$slots,"file",{file:N})]),default:e.withCtx(()=>[e.createElementVNode("div",hF,[h.header?e.renderSlot(h.$slots,"header",{key:0},()=>[yF]):e.createCommentVNode("",!0),h.main?e.renderSlot(h.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(h.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(h.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(h.$slots,"button",{},()=>[e.createVNode(v,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.buttonText),1)]),_:1})])]),e.renderSlot(h.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}});const TD={install(t){t.component("PlUploadLegacy",NF)}},Bm=e.defineComponent({__name:"pl-title1",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),wp=t=>{if(t)return typeof t=="string"&&t.includes("calc")||typeof t=="string"&&["px","%","rem","em","vh","vw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},uo=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},offsetRight:{default:"2px"},alwaysShowXThumb:{type:Boolean,default:!1}},emits:["scroll","wheel"],setup(t,{expose:n,emit:r}){e.useCssVars(Te=>({"52ae1abc":M.value,"05e0acfa":h.value,"17425ed8":Te.offsetRight,"4cc473be":z.value,"2377d354":T.value,aad10f82:w.value,"92cbc9b2":b.value,"15252b0f":k.value}));const o=t,l=r,s=dr(),{width:i}=un(),c=e.computed(()=>i.value<768),{wrapClass:d,viewClass:f,hideScrollThumb:m}=e.toRefs(o),p=e.ref(!1),h=e.computed(()=>wp(o.maxHeight)),M=e.computed(()=>wp(o.height)),v=e.ref(),y=e.ref(),N=e.ref(0),D=e.ref(0),_=e.ref(),I=e.ref(),w=e.computed(()=>{const Te=`${100/_.value*N.value}%`;return Te==="100%"?"0%":Te}),k=e.computed(()=>{const Te=`${100/I.value*D.value}%`;return Te==="100%"?"0%":Te}),T=e.ref("0%"),b=e.ref("0%"),x=e.ref(""),z=e.computed(()=>c.value?"3px":"6px"),E=({scrollY:Te=0,grabY:Ae=0}={})=>{var Ye;const Ve=Te||((Ye=v==null?void 0:v.value)==null?void 0:Ye.scrollTop)||0;T.value=`${100/_.value*(Ve+Ae)}%`},j=({scrollX:Te=0,grabX:Ae=0}={})=>{var Ye;const Ve=Te||((Ye=v==null?void 0:v.value)==null?void 0:Ye.scrollLeft)||0;b.value=`${100/I.value*(Ve+Ae)}%`},V=e.ref(),$=()=>{clearTimeout(V.value),V.value=setTimeout(()=>{p.value=!1,c.value&&(x.value="")},2e3)},W=Te=>{const Ae=Te.target.scrollTop;E({scrollY:Ae});const Ve=Te.target.scrollLeft;j({scrollX:Ve}),l("scroll",Te,{left:Ve,top:Ae}),c.value&&(p.value=!0,$())},Z=Te=>{l("wheel",Te)},U=e.ref(0),A=(Te="")=>{document.querySelectorAll("#pl-scrollbar").forEach(Ve=>{[...Ve.classList].includes(s)||(Te==="add"?Ve.children[0].classList.add("hidden"):Ve.children[0].classList.remove("hidden"))})},Q=(Te,Ae)=>{Ae.stopPropagation(),clearTimeout(V.value),c.value&&(x.value=Te,A("add"));const Ve=Oe=>{var we,ue,Ie,Qe;B("none");const Je=c.value?Oe.changedTouches[0]:Oe,ct=Te==="x"?Je.pageX:Je.pageY;if(!U.value)U.value=ct;else{const ge=ct-U.value;if(U.value=ct,ge===0)return;if(Te==="y"){const Ne=_.value/N.value*ge,ie=(((we=v.value)==null?void 0:we.scrollTop)||0)+Ne;(ue=v.value)==null||ue.scrollTo({top:ie})}else{const Ne=I.value/D.value*ge,ie=(((Ie=v.value)==null?void 0:Ie.scrollLeft)||0)+Ne;(Qe=v.value)==null||Qe.scrollTo({left:ie})}}},Ye=()=>{A(),B(""),U.value=0,document[He]=null,document[lt]=null,c.value&&(x.value="",$())},He=c.value?"ontouchmove":"onmousemove";document[He]=Oe=>{Ve(Oe)};const lt=c.value?"ontouchend":"onmouseup";document[lt]=Ye;const st=new Event(c.value?"touchstart":"click",{bubbles:!0,cancelable:!0});document.dispatchEvent(st)},B=Te=>{const Ae=document.querySelector("body");Ae.style.userSelect=Te},F=()=>{var Te,Ae;_.value=(Te=y.value)==null?void 0:Te.scrollHeight,I.value=(Ae=y.value)==null?void 0:Ae.scrollWidth},ee=()=>{var Te,Ae;N.value=((Te=v.value)==null?void 0:Te.offsetHeight)||0,D.value=((Ae=v.value)==null?void 0:Ae.offsetWidth)||0},L=e.computed(()=>N.value<_.value&&p.value),Y=e.computed(()=>D.value<I.value&&(p.value||o.alwaysShowXThumb)),K=(Te,Ae)=>{var Ve,Ye;if(!(c.value||Te.target.closest(".pl-scrollbar__thumb")))if(Ae==="y"){if(!L.value)return;const He=Te.clientY,lt=_.value/N.value*He-N.value/2;(Ve=v.value)==null||Ve.scrollTo({top:lt})}else{if(!Y.value)return;const He=Te.clientX,lt=I.value/D.value*He-D.value/2;(Ye=v.value)==null||Ye.scrollTo({left:lt})}},se=()=>{c.value||(p.value=!0)},he=()=>{c.value||(p.value=!1)},ce=e.computed(()=>c.value?"touchstart":"mousedown"),X=Lu(v),ve=Lu(y);return e.watch(()=>X,()=>{ee()},{deep:!0,immediate:!0}),e.watch(()=>ve,()=>{F()},{deep:!0,immediate:!0}),e.watch(w,()=>{E()}),e.watch(k,()=>{j()}),n({setScrollTop:Te=>{v.value&&v.value.scrollTo({top:Te})},setScrollLeft:Te=>{v.value&&v.value.scrollTo({left:Te})},scrollTo:Te=>{v.value&&v.value.scrollTo(Te)}}),(Te,Ae)=>{const Ve=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:se,onMouseleave:he},[e.createElementVNode("div",{ref_key:"scrollBar",ref:v,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(d)]),onScroll:W,onWheel:Z},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:y,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Te.$slots,"default")],2)],34),e.unref(m)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:L.value},{drag:x.value==="y"},{"with-hover":!c.value}]])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(ce.value)]:Ae[0]||(Ae[0]=Ye=>Q("y",Ye))}),null,16)],2)),[[Ve,Ye=>K(Ye,"y")]]),e.unref(m)?e.createCommentVNode("",!0):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:Y.value},{drag:x.value==="x"},{"with-hover":!c.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({class:"pl-scrollbar__thumb"},{[e.toHandlerKey(ce.value)]:Ae[1]||(Ae[1]=Ye=>Q("x",Ye))}),null,16)],2)),[[Ve,Ye=>K(Ye,"x")]])],34)}}});const DF={class:"w-100"},bF=["id"],wF={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},kF={class:"d-flex gap-3"},Pm=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:r}){e.useCssVars($=>({"0128f8d6":b.value,"117d4f75":T.value}));const o=t,l=r,s=e.computed({get:()=>o.modelValue,set:$=>l("update:modelValue",$)}),{padding:i,headerPadding:c,loading:d}=e.toRefs(o),{height:f,width:m}=un(),p=e.computed(()=>o.modalOnMobile?!0:m.value>=768),h=e.computed(()=>p.value?o.slide:!1),M=e.computed(()=>p.value?o.widthThis:"100%"),v=e.computed(()=>!p.value),y=e.ref(!1);Pt(window,"mousedown",$=>{const W=$.target;y.value=!!(W.classList.contains("el-loading-mask")||W.classList.contains("pl-chat-popup")||W.closest(".pl-chat-popup")||W.closest(".logout-dialog-background"))});const N=dr(),D=()=>{s.value=!1,l("changeVisibleModalValue",!0)},_=()=>{T.value="100%",b.value="0.380s",setTimeout(()=>{D()},380)},I=($=null)=>{var Z;let W;$&&(W=(Z=$.target.closest("[id]"))==null?void 0:Z.id),!(W&&W!==N)&&(y.value||(p.value?D():_()))},w=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(M.value)?M.value:`${M.value}px`,"--dialog-container-height":h.value?"100%":"unset","--dialog-container-padding":p.value?i.value:"16px 0 0","--dialog-container-radius":h.value?"0":"16px","--dialog-header-padding":c.value?c.value:h.value?"0 0 30px 0":"0 0 16px 0"})),k=e.ref(0),T=e.ref("100%"),b=e.ref("0.26s"),x=$=>{var U;const W=(U=($==null?void 0:$.target).closest("[id]"))==null?void 0:U.id;if(!o.showGrabber||W&&W!==N)return;const Z=A=>{if(b.value="0s",!k.value)k.value=A.changedTouches[0].pageY;else{const Q=A.changedTouches[0].pageY-k.value;Q>=0&&(T.value=`${Q}px`)}};document.ontouchmove=A=>{A.target.closest(".dialog-scroll")||(Z(A),document.ontouchend=B=>{b.value="0.38s",document.ontouchmove=null,document.ontouchend=null,B.changedTouches[0].pageY-k.value>80?I():T.value="0%"})}},z=e.ref(document.querySelector(`.header-${N}`)),E=e.computed(()=>{var A,Q;const $=((A=z.value)==null?void 0:A.offsetHeight)||0,W=f.value-$,Z=64,U=((Q=z.value)==null?void 0:Q.offsetTop)||0;return h.value?`${f.value-U-$}px`:`${W-Z-40}px`}),j=e.ref();return n({scrollTop:()=>j.value.setScrollTop(0),closeModalOnMobile:_}),e.watch(()=>o.modelValue,$=>{$?setTimeout(()=>{T.value="0%",z.value=document.querySelector(`.header-${N}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),($,W)=>{const Z=Bm,U=ya,A=e.resolveDirective("tap"),Q=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:$.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(w.value),class:e.normalizeClass([$.customClass,"justify-content-end",{"modal-with-custom":$.contentCustomClass},v.value?"mx-4":"",o.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",DF,[e.createElementVNode("div",{id:e.unref(N),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[h.value?"":$.simple?"align-self-start ":v.value?"my-16":"mt-16 mx-auto",{"with-grabber":$.showGrabber}]]),onTouchstart:x},[e.createElementVNode("div",wF,[$.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(N)}`])},[e.createVNode(Z,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot($.$slots,"header",{},()=>[e.createTextVNode(" Уведомление ")])]),_:3}),e.createElementVNode("div",kF,[e.renderSlot($.$slots,"headerBtns"),$.showClose?e.withDirectives((e.openBlock(),e.createBlock(U,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[A,I]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(uo,{ref_key:"dialogScroll",ref:j,"max-height":E.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",$.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot($.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,bF)]),e.createElementVNode("div",{class:e.normalizeClass($.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[Q,e.unref(d)]])],8,["disabled"])}}});const _D={install(t){t.component("PlDialog",Pm)}},ID=Qt(ya,"PlButton"),CF={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"},TF=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),_F=[TF];function IF(t,n){return e.openBlock(),e.createElementBlock("svg",CF,[..._F])}const xF={render:IF},EF=["id"],SF={class:"pl-dialog-plus-header_icon-block"},zF={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},jF={key:0,class:"w-100 d-grid gap-1","data-testid":"dialog-title"},AF={class:"pl-dialog-plus-button-container"},OF={key:4,class:"pl-dialog-plus-additional pb-4"},LF=e.defineComponent({__name:"pl-dialog-plus",props:{modelValue:{type:Boolean,default:!1},beforeClose:{},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},overlayClass:{default:""},dialogClass:{default:""},manualClose:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:r}){e.useCssVars(V=>({"6c4cf888":h.value,"95cda03c":I.value,"47fcfaa3":y.value,b3feadfa:v.value,"21e61c37":m.value,"4cf545c6":M.value}));const o=e.useSlots(),{width:l}=un(),s=e.computed(()=>l.value<768),i=dr(),c=e.ref(),d=t,f=e.ref(""),m=e.ref(""),p=e.ref(d.icon);if(d.type==="status")switch(d.status){case"successful":f.value="var(--color-text-icons-success)",m.value="var(--color-system-surface-success)",p.value="CheckCircle40";break;case"attention":f.value="var(--color-text-icons-warning)",m.value="var(--color-system-surface-warning)",p.value="WarningCircle40";break;case"delete":f.value="var(--color-text-icons-error)",m.value="var(--color-system-surface-error)",p.value="Bin40";break;case"info":f.value="var(--color-text-icons-interactive)",m.value="var(--color-system-surface-interactive)",p.value="CheckCircle40";break;case"neutral":f.value="var(--color-text-icons-primary)",m.value="var(--color-surface-opacity-1)",p.value="WarningCircle40";break}const h=e.ref(d.width),M=e.ref("");e.onMounted(()=>{d.type==="side"&&(h.value="518px"),M.value="-"+h.value});const v=e.ref("calc(100% + 12px)"),y=e.ref("0.26s"),N=e.ref(0),D=e.ref(""),_=e.ref("100%"),I=e.ref("0px");o.footer?I.value="24px":I.value="0px";const w=()=>{var Z,U,A,Q,B,F,ee;(Z=document.getElementById(i))==null||Z.scrollTo({top:0}),v.value="0";const V=(A=(U=document.getElementById(i))==null?void 0:U.querySelector(".pl-dialog-plus-header"))==null?void 0:A.getBoundingClientRect().height;let $=(B=(Q=document.getElementById(i))==null?void 0:Q.querySelector(".pl-dialog-plus-footer"))==null?void 0:B.getBoundingClientRect().height,W=((ee=(F=document.getElementById(i))==null?void 0:F.querySelector(".pl-dialog-plus-additional"))==null?void 0:ee.getBoundingClientRect().height)+24;W=W||0,$=$||-24,c.value&&c.value.scrollTo({top:0}),s.value?($=$===-24?-48:$,_.value=`calc(100dvh - 145px - ${V}px - ${$}px - ${W}px)`):d.innerScroll?_.value=`calc(100dvh - 200px - ${V}px - ${$+24}px - ${W}px)`:d.type==="side"?_.value=`calc(100dvh - 48px - ${V}px - ${$}px - ${W}px)`:_.value="fit-content"},k=()=>{s.value?D.value="":d.type==="side"?D.value="pl-dialog-plus-right-slide":D.value="pl-dialog-plus-fade",d.modelValue&&w()};k(),e.watch(()=>s.value,()=>{k()});const T=()=>{if(!d.closeOnOverlay)return;const V=$=>{if(y.value="0s",!N.value)N.value=$.changedTouches[0].pageY;else{const W=$.changedTouches[0].pageY-N.value;W>=0&&(v.value=`${W}px`)}};document.ontouchmove=$=>{V($),document.ontouchend=W=>{y.value="0.38s",document.ontouchmove=null,document.ontouchend=null,W.changedTouches[0].pageY-N.value>80?E():v.value="0%"}}},b=e.ref([]),x=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach($=>{const W=$.computedStyleMap().get("display");$.classList.remove("dark-overlay"),(W==null?void 0:W.value)==="block"&&b.value.push($)}),b.value.length?(b.value[0].classList.add("dark-overlay"),document.body.classList.add("pl-dialog-plus-overflow-hidden")):document.body.classList.remove("pl-dialog-plus-overflow-hidden")},d.modelValue?0:300)};e.watch(()=>d.modelValue,V=>{V||(v.value="calc(100% + 12px)",y.value="0.380s"),e.nextTick(()=>{x(),V&&(w(),c.value&&c.value.scrollTo({top:0}))})});const z=r,E=()=>{d.beforeClose&&d.beforeClose(),d.manualClose||z("update:modelValue",!1),z("close-modal")},j=V=>{if(!d.closeOnOverlay)return;const $=V.target;$===V.currentTarget&&(V.clientX>=$.clientWidth||V.clientY>=$.clientHeight)||E()};return n({closeModal:E}),(V,$)=>{const W=ut,Z=Bm,U=Gn,A=ya,Q=uo,B=e.resolveDirective("tap"),F=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:V.disabledTeleport},[e.createVNode(e.Transition,{name:"pl-dialog-plus-back"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{id:e.unref(i),class:e.normalizeClass(["pl-dialog-plus-overlay",d.overlayClass]),onMousedown:j},[e.createVNode(Q,{ref_key:"dialogScrollRef",ref:c,"view-class":d.type!=="side"?"pl-dialog-scroll-view":"",height:d.innerScroll?"fit-content":"100%"},{default:e.withCtx(()=>[e.createVNode(e.Transition,{name:D.value},{default:e.withCtx(()=>[d.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":!d.closeOnOverlay},{"pl-dialog-plus-container_illustration":d.type==="illustration"},{"pl-dialog-plus-container_side":d.type==="side"&&!s.value},d.dialogClass]),onMousedown:$[0]||($[0]=e.withModifiers(()=>{},["stop"]))},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:T},null,32)):e.createCommentVNode("",!0),d.type==="status"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"pl-dialog-plus-header pl-dialog-plus-header_status",onTouchstart:T},[e.createElementVNode("div",SF,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(xF)),{class:"pl-dialog-plus-header_icon-overlay",style:e.normalizeStyle({color:m.value})},null,8,["style"])),e.createVNode(W,{name:p.value,color:f.value},null,8,["name","color"])])],32)):d.type==="illustration"?(e.openBlock(),e.createElementBlock("div",zF,[e.renderSlot(V.$slots,"header",{onTouchstart:T})])):V.showHeader?(e.openBlock(),e.createElementBlock("div",{key:3,class:e.normalizeClass(["pl-dialog-plus-header",{"pl-dialog-plus-header_side":d.type==="side"&&!s.value},{"pl-dialog-plus-header_after-disabled":V.$slots.additional}]),onTouchstart:T},[d.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[d.title?(e.openBlock(),e.createElementBlock("div",jF,[e.createVNode(Z,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.title),1)]),_:1}),d.subTitle?(e.openBlock(),e.createBlock(U,{key:0,class:"word-wrap-any-pre",color:"var(--color-text-icons-secondary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.subTitle),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",AF,[e.renderSlot(V.$slots,"headerBtns"),d.showClose?e.withDirectives((e.openBlock(),e.createBlock(A,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[B,E]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)):e.createCommentVNode("",!0),V.$slots.additional?(e.openBlock(),e.createElementBlock("div",OF,[e.renderSlot(V.$slots,"additional")])):e.createCommentVNode("",!0),s.value?(e.openBlock(),e.createBlock(Q,{key:6,ref_key:"dialogScrollRef",ref:c,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":d.type==="illustration"}]),style:e.normalizeStyle({"max-height":_.value}),"max-height":`${d.innerScroll?_.value:"fit-content"}`,"offset-right":"4px","view-class":V.$slots.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4"},{default:e.withCtx(()=>[e.renderSlot(V.$slots,"default")]),_:3},8,["class","style","max-height","view-class"])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:5},[d.innerScroll||d.type==="side"?(e.openBlock(),e.createBlock(Q,{key:0,ref_key:"dialogScrollRef",ref:c,class:e.normalizeClass(["pl-dialog-plus-content",{"pl-dialog-plus-content_illustration":d.type==="illustration"},{"pl-dialog-plus-content_side":d.type==="side"&&!s.value}]),style:e.normalizeStyle({"max-height":_.value}),"max-height":`${d.innerScroll?_.value:"fit-content"}`,"view-class":d.type==="side"?"p-6":V.$slots.footer?"pt-2 pb-3 px-6":"pt-2 pb-6 px-6","offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(V.$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":d.type==="illustration"},{"pb-6":!V.$slots.footer}])},[e.renderSlot(V.$slots,"default")],2))],64)),V.$slots.footer?(e.openBlock(),e.createElementBlock("div",{key:7,class:e.normalizeClass(["pl-dialog-plus-footer",{"pl-dialog-plus-footer_illustration":d.type==="illustration"},{"pl-dialog-plus-footer_side":d.type==="side"&&!s.value}])},[e.renderSlot(V.$slots,"footer")],2)):e.createCommentVNode("",!0)],34)),[[F,d.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])]),_:3},8,["view-class","height"])],42,EF),[[e.vShow,d.modelValue]])]),_:3})],8,["disabled"])}}});const xD={install(t){t.component("PlDialogPlus",LF)}},BF=["href","type","target"],PF=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,r=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(o,l)=>(e.openBlock(),e.createElementBlock("span",{class:e.normalizeClass(r.value)},[e.createElementVNode("a",e.mergeProps({class:"pl-link__a",href:n.href,type:o.nativeType,target:o.target},o.$attrs),[e.renderSlot(o.$slots,"default")],16,BF)],2))}});const ED={install(t){t.component("PlLink",PF)}},SD={install(t){t.component("PlScrollbar",uo)}},Xo=e.defineComponent({__name:"pl-skeleton",props:{width:{default:""},height:{default:""},variant:{default:"text"},borderRadius:{default:""}},setup(t){const n=t,r=e.computed(()=>({width:n.width,height:n.height,borderRadius:n.borderRadius})),o={"type-h2":"height-48","type-h3":"height-40","type-h4":"height-32","type-t1":"height-32","type-t2":"height-32","type-t3":"height-24","type-s1":"height-24","type-s2":"height-24","type-btn1":"height-24","type-btn2":"height-24","type-btn3":"height-20","type-b1":"height-24","type-b2":"height-24","type-b3":"height-24","type-under":"height-24","type-sys":"height-20","type-cap":"height-14","type-tag":"height-12","type-link":"height-24","empty-button-large":"height-24","empty-button-medium":"height-24","empty-button-small":"height-20"},l=e.computed(()=>o[n.variant]||"");return(s,i)=>n.variant.includes("type")||n.variant.includes("empty")?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([l.value,"d-flex align-items-center"])},[e.createElementVNode("div",{id:"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6)],2)):(e.openBlock(),e.createElementBlock("div",{key:1,id:"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}});const zD={install(t){t.component("PlSkeleton",Xo)}},jD={install(t){t.component("PlTooltipPlus",Ta)}},VF={key:0,class:"pl-autocomplete__prefix-container"},$F={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},UF=["id","prop","placeholder","value","disabled"],QF={class:"pl-autocomplete__suffix-container"},YF=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},inputClass:{default:""}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const r=b6(),o=e.ref(!1);e.watch(r,p=>{p===document.getElementById(l.id)?o.value=!0:o.value=!1});const l=t,s=n,i=()=>{s("reset")},c=()=>{s("tabDown")},d=p=>{s("focusEmit",p),p.composed&&p.stopImmediatePropagation()},f=p=>{p.composed&&p.stopImmediatePropagation()},m=e.computed({get:()=>l.modelValue,set:p=>{s("update:modelValue",p)}});return(p,h)=>{const M=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-autocomplete__select",{focus:o.value,disabled:l.disabled,"is-error":l.showError}])},[l.leftIcon?(e.openBlock(),e.createElementBlock("div",VF,[e.createVNode(M,{name:l.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",$F,[e.createElementVNode("input",{id:l.id,prop:l.prop,class:e.normalizeClass(["pl-autocomplete__inner typography-body-b2-medium",l.inputClass]),placeholder:l.placeholder,type:"text",value:m.value,disabled:l.disabled,onKeydown:e.withKeys(c,["tab"]),onInput:h[0]||(h[0]=v=>{var y;m.value=(y=v.target)==null?void 0:y.value}),onBlur:f,onFocus:d},null,42,UF)]),e.createElementVNode("div",QF,[!l.disabled&&l.clearable&&m.value?(e.openBlock(),e.createBlock(M,{key:0,name:"Close16",onClick:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0)])],2)}}});const Vm=e.defineComponent({__name:"pl-body3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),AD=t=>`•• ${t.substring(t.length-4,t.length)}`,RF={key:0,class:"pl-option__left-icon-container"},FF={class:"pl-option__text-container"},qF={key:1,class:"pl-option__right-icon-container"},HF=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(o=>({"22d42bbe":t.width,"4add041b":t.leftIconColor,"8ca7c694":t.rightIconColor,"15ffefcf":t.descriptionColor}));const n=t,r=e.computed(()=>({disabled:n.disabled,active:n.active}));return(o,l)=>{const s=kn,i=Gn,c=Vm;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",r.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",RF,[e.createVNode(ut,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",FF,[e.createVNode(s,{class:e.normalizeClass(["pl-option__text-item",{"pl-option__text-item_account":n.summ!==null}]),"data-testid":n.summ!==null?"accountType":"optionTitle"},{default:e.withCtx(()=>[e.createVNode(Bu,{"model-value":n.label,"search-value":n.searchValue},null,8,["model-value","search-value"])]),_:1},8,["class","data-testid"]),n.description&&n.summ!==null?(e.openBlock(),e.createBlock(i,{key:0,class:"pl-option__text-description","data-testid":"accountNum"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(AD)(n.description)),1)]),_:1})):n.description?(e.openBlock(),e.createBlock(i,{key:1,class:"pl-option__text-description","data-testid":"optionDescription"},{default:e.withCtx(()=>[e.createVNode(Bu,{"model-value":n.description,"search-value":n.disableMarkerBottom?"":n.searchValue},null,8,["model-value","search-value"])]),_:1})):e.createCommentVNode("",!0)]),n.rightIcon||n.summ!==null?(e.openBlock(),e.createElementBlock("div",qF,[n.summ!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-option__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ic)(n.summ)),1)]),_:1})):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(ut,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}}});const OD=Zn(HF,[["__scopeId","data-v-7f269de9"]]),WF=["id"],ZF={key:0,class:"pl-autocomplete__dropdown-count-search-container"},GF={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},IM=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 r=t,o=n,l=f=>{o("select-value",f)},s=(f,m)=>f.split(".").reduce((p,h)=>p[h],m),i=f=>r.uniqKey&&s(r.uniqKey,r.selectedValue)&&s(r.uniqKey,f)?s(r.uniqKey,f)===s(r.uniqKey,r.selectedValue):r.selectedValue.bottomText?f.value===r.selectedValue.value&&f.bottomText===r.selectedValue.bottomText:f.value===r.selectedValue.value,c=e.computed(()=>typeof r.symbolsCountSearch=="string"?parseInt(r.symbolsCountSearch):r.symbolsCountSearch),d=()=>{var f,m;if(!r.query&&r.defaultDropText)return r.defaultDropText;if(!r.query||((f=r.query)==null?void 0:f.length)<c.value)return`Введите минимум ${c.value} ${ao(c.value,["символ","символа","символов"])} `;if(!r.suggestionList||r.loadingSuggestions)return;if(((m=r.suggestionList)==null?void 0:m.length)===0)return r.noData};return(f,m)=>{const p=Gn,h=uo,M=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>{var v;return[f.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${f.id}`,ref:"dropdownRef","data-testid":"dropdown",class:e.normalizeClass(["pl-autocomplete__dropdown-container",{"pl-autocomplete__dropdown-container_helpertext":r.helpertext||f.errors.length>0}]),style:e.normalizeStyle(f.offsets)},[r.symbolsCountSearch&&(f.loadingSuggestions||!f.query||f.query.length<c.value||!((v=r.suggestionList)!=null&&v.length))?(e.openBlock(),e.createElementBlock("div",ZF,[f.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",GF,null,512)),[[M,f.loadingSuggestions]]):(e.openBlock(),e.createBlock(p,{key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d()),1)]),_:1}))])):(e.openBlock(),e.createBlock(h,{key:1,"max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.suggestionList,y=>(e.openBlock(),e.createBlock(OD,{key:y.value,active:i(y),description:y.bottomText,label:y.value,"search-value":f.query,"disable-marker-bottom":r.disableMarkerBottom,onClick:e.withModifiers(N=>l(y),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1}))],14,WF)):e.createCommentVNode("",!0)]}),_:1})}}});const KF=["id"],JF={class:"pl-autocomplete__label-container-text"},XF={key:1,class:"pl-autocomplete__helpertext-container"},eq=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},inputClass:{default:""}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){var Z;e.useCssVars(U=>({"0c60d3ee":r.width}));const r=t,o=`id-${dr()}`,l=n,s=e.ref([]);if(r.prop){const U=e.inject("errorsState",[]);U&&e.watch(U,()=>{s.value=U.value.filter(A=>A.field===r.prop),h()},{deep:!0})}const i=e.computed(()=>s.value.length),c=e.ref(),d=e.ref();$r(c,()=>{k()},{ignore:[d]});const f=e.ref(0),m=e.ref(0),p=e.computed(()=>`top: ${f.value}px; left: ${m.value}px`),h=()=>{const U=document.getElementById(`pl-autocomplete__select-container-${o}`);if(!U)return;const A=U.getBoundingClientRect(),Q=U.querySelector(".pl-autocomplete__label-container"),B=U.querySelector(".pl-autocomplete__helpertext-container"),F=Q?Q.offsetHeight:-4,ee=B?B.offsetHeight:-4;r.teleport?(f.value=A.y+A.height+window.scrollY,m.value=A.x):f.value=A.height-ee,e.nextTick(()=>{const L=document.getElementById(`dropdown-${o}`);if(!L)return;const Y=L.getBoundingClientRect();Y.bottom>M.value?r.teleport?f.value=f.value-Y.height-(A.height-F):f.value=f.value-Y.height-(A.height-F-ee)-4:r.teleport?f.value=A.y+A.height+window.scrollY-ee-4:f.value=A.height-ee-4})},M=e.ref(un().height);(Z=window.visualViewport)==null||Z.addEventListener("resize",function(U){const A=U.target;A&&(M.value=A.height)});const v=e.ref(),y=()=>{clearTimeout(v.value),v.value=setTimeout(h)};e.watch(M,()=>{y()});const{isScrolling:N}=ha(window);e.watch(N,()=>{h()});const D=()=>{const U=document.getElementById(o);U&&(U.dispatchEvent(new Event("focus")),U.focus(),T.value=!0)},_=(U=!0)=>{const A=document.getElementById(o);A&&(A.dispatchEvent(new Event("blur")),U&&(A.blur(),T.value=!1))},I=()=>{T.value=!0},w=()=>{r.disabled||D()},k=()=>{var U;T.value&&(r.memoryBlur?W():(U=E.value)!=null&&U.value?e.nextTick(()=>{x.value=E.value.value}):x.value="",_())},T=e.ref(!1);e.watch(T,()=>{e.nextTick(()=>{const U=document.getElementById(`pl-autocomplete__select-container-${o}`).getBoundingClientRect().width+"px",A=document.getElementById(`dropdown-${o}`);A&&(A.style.maxWidth=U,r.teleport&&(A.style.zIndex="2013")),h()})});const b=e.ref(!1),x=e.ref(""),z=e.ref(!1);e.watch(x,U=>{(U==null?void 0:U.length)>=r.symbolsCountSearch&&!z.value?(b.value=!0,l("fetchDadata",U)):(z.value=!1,b.value=!1),y()}),e.watch(()=>r.suggestionList,()=>{h(),b.value=!1});const E=e.computed({get:()=>r.modelValue,set:U=>{l("update:modelValue",U)}});e.onMounted(()=>{E.value.value&&(x.value=E.value.value)}),e.watch(E,U=>{x.value=U.value;const A=document.getElementById(o);A&&(A.dispatchEvent(new Event("change")),z.value=!0,setTimeout(()=>z.value=!1))});const j=e.ref(!1),V=U=>{U.disabled||(j.value=!0,E.value=U,x.value=U.value,l("changeValue",U),k())},$=()=>{E.value={},x.value="",l("changeValue",{}),_()},W=()=>{!j.value&&x.value!==E.value.value&&(E.value={value:x.value,data:!1,bottomText:""},e.nextTick(()=>{l("changeValue",E.value)})),j.value=!1};return(U,A)=>{const Q=kn,B=Ta,F=Gn;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:w},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${o}`,ref_key:"selectRef",ref:c,class:"pl-autocomplete__select-container"},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:o,class:"pl-autocomplete__label-container",onClick:A[0]||(A[0]=ee=>T.value&&_(!1))},[e.createElementVNode("div",JF,[r.label?(e.openBlock(),e.createBlock(Q,{key:0,class:"pl-autocomplete__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(Q,{key:1,class:"pl-autocomplete__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(B,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(YF,{id:o,modelValue:x.value,"onUpdate:modelValue":A[1]||(A[1]=ee=>x.value=ee),"show-error":i.value,placeholder:r.placeholder,disabled:r.disabled,clearable:r.clearable,"left-icon":r.leftIcon,"memory-blur":r.memoryBlur,prop:r.prop,"input-class":r.inputClass,onTabDown:k,onReset:$,onFocusEmit:I},null,8,["modelValue","show-error","placeholder","disabled","clearable","left-icon","memory-blur","prop","input-class"]),r.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",XF,[s.value.length>0?(e.openBlock(),e.createBlock(F,{key:0,class:"pl-autocomplete__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(F,{key:1,class:"pl-autocomplete__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,KF),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(IM,{id:o,ref_key:"dropdownRef",ref:d,focus:T.value,helpertext:r.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":b.value,query:x.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":E.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:V},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(IM,{key:1,id:o,ref_key:"dropdownRef",ref:d,focus:T.value,helpertext:r.helpertext,errors:s.value,offsets:p.value,"loading-suggestions":b.value,query:x.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":E.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:V},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"]))])}}});const LD={install(t){t.component("PlAutocomplete",eq)}},$m=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(r,o)=>{const l=kn,s=Gn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-label-container",{"pl-label-container-disabled":n.disabled}])},[e.createVNode(l,{color:"var(--color-text-icons-primary)",class:"pl-label-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.title),1)]),_:1}),e.renderSlot(r.$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)}}});const tq="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuODk0OSAzLjQzNDUxQzE1LjIwNzMgMy43NDY5MyAxNS4yMDczIDQuMjUzNDYgMTQuODk0OSA0LjU2NTg4TDYuMTcyNjQgMTMuMjg4MUM2LjAyMjYgMTMuNDM4MSA1LjgxOTEgMTMuNTIyNCA1LjYwNjkxIDEzLjUyMjRDNS4zOTQ3MiAxMy41MjI0IDUuMTkxMjMgMTMuNDM4MSA1LjA0MTIxIDEzLjI4OEwxLjEwMTQzIDkuMzQ3MjlDMC43ODkwNTIgOS4wMzQ4MyAwLjc4OTExMyA4LjUyODMgMS4xMDE1NyA4LjIxNTkyQzEuNDE0MDMgNy45MDM1MyAxLjkyMDU2IDcuOTAzNTkgMi4yMzI5NCA4LjIxNjA1TDUuNjA3MDMgMTEuNTkwOUwxMy43NjM1IDMuNDM0NTFDMTQuMDc1OSAzLjEyMjA5IDE0LjU4MjQgMy4xMjIwOSAxNC44OTQ5IDMuNDM0NTFaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",nq="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuODA0NiA0LjEzNjE3QzE0LjA5NzUgNC40MjkwNyAxNC4wOTc1IDQuOTAzOTQgMTMuODA0NiA1LjE5NjgzTDYuNTM2MTMgMTIuNDY1M0M2LjM5NTQ2IDEyLjYwNiA2LjIwNDY4IDEyLjY4NSA2LjAwNTc1IDEyLjY4NUM1LjgwNjgzIDEyLjY4NSA1LjYxNjA1IDEyLjYwNTkgNS40NzU0MSAxMi40NjUzTDIuMTkyMjYgOS4xODEzM0MxLjg5OTQgOC44ODg0IDEuODk5NDYgOC40MTM1MyAyLjE5MjM5IDguMTIwNjdDMi40ODUzMiA3LjgyNzgxIDIuOTYwMTkgNy44Mjc4NyAzLjI1MzA1IDguMTIwOEw2LjAwNTg2IDEwLjg3NDNMMTIuNzQ0IDQuMTM2MTdDMTMuMDM2OSAzLjg0MzI4IDEzLjUxMTggMy44NDMyOCAxMy44MDQ2IDQuMTM2MTdaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=",rq="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuOEMwIDAuMzU4MTcyIDAuMzE2MDM0IDAgMC43MDU4ODIgMEgxMS4yOTQxQzExLjY4NCAwIDEyIDAuMzU4MTcyIDEyIDAuOEMxMiAxLjI0MTgzIDExLjY4NCAxLjYgMTEuMjk0MSAxLjZIMC43MDU4ODJDMC4zMTYwMzQgMS42IDAgMS4yNDE4MyAwIDAuOFoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4=",oq="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+DQogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDAuNzVDMCAwLjMzNTc4NiAwLjI5MTk4OCAwIDAuNjUyMTc0IDBIOS4zNDc4M0M5LjcwODAxIDAgMTAgMC4zMzU3ODYgMTAgMC43NUMxMCAxLjE2NDIxIDkuNzA4MDEgMS41IDkuMzQ3ODMgMS41SDAuNjUyMTc0QzAuMjkxOTg4IDEuNSAwIDEuMTY0MjEgMCAwLjc1WiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg==",aq=["src"],lq=["src"],sq={key:0},iq=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 r=t,o=e.ref(r.modelValue),l=()=>{r.disabled||(o.value=!o.value,c("update:modelValue",o.value),c("change",o.value))},s=e.computed(()=>r.size==="medium"?tq:nq),i=e.computed(()=>r.size==="medium"?rq:oq),c=n;return e.watch(()=>r.modelValue,d=>{o.value=d}),(d,f)=>{const m=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:"pl-checkbox-plus-container",style:e.normalizeStyle({cursor:r.disabled?"not-allowed":"pointer"})},[e.createElementVNode("div",{class:e.normalizeClass(["pl-checkbox-plus-input",`pl-checkbox-plus-${r.size}`,{"pl-checkbox-disabled":r.disabled,"pl-checkbox-isChecked":o.value,"pl-checkbox-isIndeterminate":r.isIndeterminate,"pl-checkbox-checked-disabled":r.disabled&&o.value}])},[o.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:s.value,alt:"Check"},null,8,aq)):r.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:i.value,alt:"Check"},null,8,lq)):e.createCommentVNode("",!0)],2),r.label?(e.openBlock(),e.createElementBlock("label",sq,[e.createVNode($m,{title:t.label,description:t.description,disabled:r.disabled},e.createSlots({_:2},[d.$slots.default?{name:"custom-description",fn:e.withCtx(()=>[e.renderSlot(d.$slots,"default",{},void 0,!0)]),key:"0"}:void 0]),1032,["title","description","disabled"])])):e.createCommentVNode("",!0)],4)),[[m,l,void 0,{stop:!0}]])}}});const fs=Zn(iq,[["__scopeId","data-v-1fe78d33"]]),BD={install(t){t.component("PlCheckboxPlus",fs)}};var PD={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Ut,function(){var r="month",o="quarter";return function(l,s){var i=s.prototype;i.quarter=function(f){return this.$utils().u(f)?Math.ceil((this.month()+1)/3):this.month(this.month()%3+3*(f-1))};var c=i.add;i.add=function(f,m){return f=Number(f),this.$utils().p(m)===o?this.add(3*f,r):c.bind(this)(f,m)};var d=i.startOf;i.startOf=function(f,m){var p=this.$utils(),h=!!p.u(m)||m;if(p.p(f)===o){var M=this.quarter()-1;return h?this.month(3*M).startOf(r).startOf("day"):this.month(3*M+2).endOf(r).endOf("day")}return d.bind(this)(f,m)}}})})(PD);var uq=PD.exports;const VD=sn(uq),kp=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Cp=t=>le().date()===t.day&&le().month()===t.month&&le().year()===t.year,Um=(t,n)=>{const r=`${t.year}-${t.month+1}-${t.day}`;return n(r)},zn=t=>le(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),sl=t=>t.charAt(0).toUpperCase()+t.slice(1),$D=t=>t.set("date",1).subtract(1,"month"),UD=t=>t.set("date",1).add(1,"month"),QD=t=>t.set("date",1).subtract(1,"year"),YD=t=>t.set("date",1).add(1,"year"),RD=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!Um(t,n),Eo=t=>{const n=[],r=[],o=[],l=t.date(1).day()===0;if(t.date(1).day()>1||l){const i=t.subtract(1,"month").endOf("month").date(),c=l?6:t.date(1).day()-1,d=i-c+1,f=t.month()===0?t.year()-1:t.year(),m=t.month()===0?11:t.month()-1;for(let p=d;p<=i;p++)n.push({day:p,month:m,year:f,type:"previous"})}const s=t.endOf("month").date();for(let i=1;i<=s;i++)r.push({day:i,month:t.month(),year:t.year(),type:"current"});if(t.date(t.daysInMonth()).day()){const i=7-t.date(t.daysInMonth()).day(),c=t.month()===11?t.year()+1:t.year(),d=t.month()===11?0:t.month()+1;for(let f=1;f<=i;f++)o.push({day:f,month:d,year:c,type:"next"})}return[...n,...r,...o]},cq=["id"],dq={class:"d-flex"},fq={class:"pl-date-picker-range__calendar"},pq={class:"pl-date-picker-range__switcher"},mq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},gq={class:"pl-date-picker-range__switcher-text"},vq={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},hq={class:"pl-date-picker-range__days-container"},yq=["onMouseenter"],Mq=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:{}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:r}){const{width:o,height:l}=un();le.locale("ru"),le.extend(Am),le.extend(Om),le.extend(VD);const s=t,i=r,c=e.computed({get:()=>s.isOpen,set:A=>i("update:isOpen",A)}),d=e.computed({get:()=>s.dateValue,set:A=>{i("update:dateValue",A)}}),f=e.computed({get:()=>s.modelValue,set:A=>i("update:modelValue",A)});e.watch(f,A=>{le(A,"YYYY-MM-DD",!0).isValid()&&!s.disabledDate(A)?(d.value=le(A,"YYYY-MM-DD").format("DD.MM.YYYY"),k.value=le(f.value,"YYYY-MM-DD")):d.value=""});const m=e.ref(!1);ac&&e.nextTick(()=>{var B,F;const A=((B=document.getElementById("pl-scrollbar"))==null?void 0:B.getElementsByClassName("pl-scrollbar__wrap")[0])||((F=document.querySelector('[role="dialog"]'))==null?void 0:F.parentElement),Q=nD(s.inputElement);if(e.watch(()=>Q.value,()=>{m.value=Q.value}),A&&A.contains(document.getElementById(s.idProp))){const{height:ee,width:L}=Lu(A),{isScrolling:Y,y:K}=ha(A);e.watch(()=>[ee.value,L.value,Y.value],()=>{D()}),e.watch(()=>K.value,()=>{Q.value&&($.value=K.value)})}}),e.onMounted(()=>{le(f.value,"YYYY-MM-DD",!0).isValid()?d.value=le(f.value,"YYYY-MM-DD").format("DD.MM.YYYY"):d.value=""});const p=A=>zn(A).format("YYYY-MM-DD")===s.modelValue,h=()=>{k.value=T.value,d.value=T.value.format("DD.MM.YYYY"),i("update:modelValue",k.value.format("YYYY-MM-DD")),o.value>=768?c.value=!1:i("closePickerOnMobile"),i("changeOpen",!0)},{isScrolling:M}=ha(window);e.watch(()=>[l.value,o.value,M.value],()=>{D()});const v=e.ref(0),y=e.ref(0),N=e.computed(()=>`top: ${v.value-$.value}px; left: ${y.value}px`),D=()=>{if(s.mobile||!m.value||!c.value)return;const A=document.getElementById(s.idProp),Q=A.getBoundingClientRect(),B=A.querySelector(".pl-input__label-container"),F=A.querySelector(".pl-input__helpertext"),ee=B?B.offsetHeight:0,L=F?F.offsetHeight:0;v.value=Q.y+Q.height+window.scrollY+4-L,y.value=Q.x,e.nextTick(()=>{const Y=document.getElementById(`${s.idProp}-popup`);if(!Y)return;const K=Y.getBoundingClientRect();y.value=Q.x-(K.width-Q.width)/2,K.bottom>l.value+$.value?v.value=v.value-K.height-Q.height-8+L+ee:v.value=Q.y+Q.height+window.scrollY+4-L+$.value;const se=window.innerWidth-K.right;e.nextTick(()=>{const ce=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();se<0?y.value=Q.x-K.width+Q.width:ce.left<0&&(y.value=Q.x)})})},_=()=>{c.value=!0},I=A=>Um(A,s.disabledDate),w=A=>RD(A,s.disabledDate),k=e.ref(le()),T=e.ref(le()),b=e.ref(le()),x=()=>{le(d.value,"DD.MM.YYYY",!0).isValid()||(d.value="",i("update:modelValue",""))},z=()=>{k.value=$D(k.value)},E=()=>{k.value=UD(k.value)},j=()=>{k.value=QD(k.value)},V=()=>{k.value=YD(k.value)},$=e.ref(0);e.watch(c,()=>{le(f.value,"YYYY-MM-DD",!0).isValid()?k.value=le(f.value,"YYYY-MM-DD"):k.value=b.value,e.nextTick(()=>{D()})});const W=e.ref(Eo(k.value)),Z=e.ref(Eo(k.value.add(1,"month"))),U=A=>{w(A)&&(T.value=zn(A),h())};return n({openPopup:_,checkInput:x}),e.watch(k,()=>{W.value=Eo(k.value),Z.value=Eo(k.value.add(1,"month"))}),(A,Q)=>{const B=ut,F=Vs,ee=kn,L=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[c.value&&m.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${A.idProp}-popup`,ref:"datePickerRef",class:"pl-date-picker-range__popup",style:e.normalizeStyle(N.value)},[e.createElementVNode("div",dq,[e.createElementVNode("div",fq,[e.createElementVNode("div",pq,[e.createElementVNode("div",mq,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[L,j]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[L,z]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",gq,[e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(k.value.format("MMMM"))),1)]),_:1}),e.createVNode(F,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(k.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",vq,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[L,E]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(B,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[L,V]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",hq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(Y,K)=>(e.openBlock(),e.createElementBlock("div",{key:K,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ee,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(W.value,(Y,K)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${K}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",w(Y),{"pl-date-picker-range__days_disabled":I(Y)},{"pl-date-picker-range__days_month-active":(f.value&&f.value.length||d.value)&&p(Y)&&Y.type==="current"&&!I(Y)},{"pl-date-picker-range-cursor-default":Y.type==="previous"||Y.type==="next"}]),onMouseenter:se=>w(Y)},[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(Cp)(Y)&&w(Y)}])},[e.createVNode(ee,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y.type!=="previous"&&Y.type!=="next"?Y.day:""),1)]),_:2},1024)],2)],42,yq)),[[L,()=>U(Y)]])),128))])])])],12,cq)):e.createCommentVNode("",!0)]),_:1})}}});const xM=Zn(Mq,[["__scopeId","data-v-1e8111bc"]]),Nq=["id"],Dq=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:()=>!1},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean,default:!1}},emits:["update:modelValue","changeOpen","blur","change"],setup(t,{expose:n,emit:r}){const o=`id-${dr()}`,{width:l}=un(),s=t,i=e.ref(null),c=e.ref();$r(i,()=>{l.value>=768&&setTimeout(()=>{p.value=!1}),d("changeOpen",!0)},{ignore:[c]});const d=r,f=e.computed({get:()=>s.modelValue,set:k=>{d("change",k),d("update:modelValue",k)}}),m=e.ref(""),p=e.ref(!1),h=e.ref(!1),M=e.ref(),v=e.ref();e.watch(()=>h.value,(k,T)=>{T&&!k&&(v.value.blurInput(!0),d("blur"))}),e.watch(()=>m.value,k=>{le(k,"DD.MM.YYYY",!0).isValid()&&(d("update:modelValue",le(k,"DD.MM.YYYY",!0).format("YYYY-MM-DD")),d("change",k))}),e.watch(()=>p.value,(k,T)=>{T&&!k&&(v.value.blurInput(!0),d("blur"))});const y=()=>{v.value.blurInput(!0),f.value=null,setTimeout(()=>{N(),l.value>=768&&v.value.focusInput()},100)},N=()=>{if(c.value&&!s.disabled)return c.value.openPopup()},D=()=>{c.value&&e.nextTick(()=>{c.value.checkInput()})},_=()=>{p.value=!1},I=()=>{M.value.closeModalOnMobile()},w=(k=!1)=>{d("changeOpen",k)};return n({openPopup:N}),(k,T)=>{const b=cc,x=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${o}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[k.showInput?e.withDirectives((e.openBlock(),e.createBlock(b,{key:0,ref_key:"inputPickerRef",ref:v,modelValue:m.value,"onUpdate:modelValue":T[0]||(T[0]=z=>m.value=z),prop:k.prop,label:k.label,optional:k.optional,placeholder:k.placeholder,helpertext:k.helpertext,tooltip:k.tooltip,width:k.width,clearable:k.clearable,disabled:k.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:T[1]||(T[1]=()=>{N()}),onKeydown:e.withKeys(_,["tab"]),onCustomBlur:D,onResetValue:y,onTouchstart:T[2]||(T[2]=()=>{N()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled"])),[[x,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(l)<768?(e.openBlock(),e.createBlock(Pm,{key:1,ref_key:"pickerDialog",ref:M,modelValue:h.value,"onUpdate:modelValue":T[6]||(T[6]=z=>h.value=z),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode(" Календарь ")]),default:e.withCtx(()=>[e.createVNode(xM,{ref_key:"pickerWrapper",ref:c,modelValue:f.value,"onUpdate:modelValue":T[3]||(T[3]=z=>f.value=z),isOpen:h.value,"onUpdate:isOpen":T[4]||(T[4]=z=>h.value=z),dateValue:m.value,"onUpdate:dateValue":T[5]||(T[5]=z=>m.value=z),"month-switch":k.monthSwitch,"year-switch":k.yearSwitch,"input-element":v.value,mobile:"","disabled-date":k.disabledDate,onClosePickerOnMobile:I},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(xM,{ref_key:"pickerWrapper",ref:c,modelValue:f.value,"onUpdate:modelValue":T[7]||(T[7]=z=>f.value=z),isOpen:p.value,"onUpdate:isOpen":T[8]||(T[8]=z=>p.value=z),dateValue:m.value,"onUpdate:dateValue":T[9]||(T[9]=z=>m.value=z),"month-switch":k.monthSwitch,"year-switch":k.yearSwitch,"disabled-date":k.disabledDate,"input-element":v.value,"id-prop":`pl-date-picker-range-${o}`,onChangeOpen:w},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])],8,["disabled"]))],12,Nq)}}});const bq=["id"],wq={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},kq={class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarCurrent"},Cq={class:"pl-date-picker-range__switcher"},Tq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},_q={class:"pl-date-picker-range__switcher-text","data-testid":"monthCurrent"},Iq={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},xq={class:"pl-date-picker-range__days-container"},Eq=["onMouseenter"],Sq={key:0,class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarNext"},zq={class:"pl-date-picker-range__switcher"},jq={class:"pl-date-picker-range__switcher-text","data-testid":"monthNext"},Aq={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},Oq={class:"pl-date-picker-range__days-container"},Lq=["onMouseenter"],nl="pl-date-picker-range__days_month-range-left",Xl="pl-date-picker-range__days_month-range-right",EM="pl-date-picker-range__days_month-circle",Bq=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:{}},emits:["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile","changeOpen"],setup(t,{expose:n,emit:r}){const{width:o,height:l}=un();le.locale("ru"),le.extend(Am),le.extend(Om),le.extend(VD);const s=t,i=r,c=e.computed({get:()=>s.modelValue,set:ge=>i("update:modelValue",ge)}),d=e.computed({get:()=>s.isOpen,set:ge=>i("update:isOpen",ge)}),f=e.computed({get:()=>s.dateValue,set:ge=>i("update:dateValue",ge)}),{isScrolling:m}=ha(window);e.watch(()=>[l.value,o.value,m.value],()=>{v()});const p=e.ref(0),h=e.ref(0),M=e.computed(()=>`top: ${p.value-K.value}px; left: ${h.value}px`),v=()=>{if(s.mobile||!j.value||!d.value)return;const ge=document.getElementById(s.idProp),Ne=ge.getBoundingClientRect(),ie=ge.querySelector(".pl-input__label-container"),te=ge.querySelector(".pl-input__helpertext"),pe=ie?ie.offsetHeight:0,Ee=te?te.offsetHeight:0;p.value=Ne.y+Ne.height+window.scrollY+4-Ee,h.value=Ne.x,e.nextTick(()=>{const re=document.getElementById(`${s.idProp}-popup`);if(!re)return;const ye=re.getBoundingClientRect();h.value=Ne.x-(ye.width-Ne.width)/2,ye.bottom>l.value+K.value?p.value=p.value-ye.height-Ne.height-8+Ee+pe:p.value=Ne.y+Ne.height+window.scrollY+4-Ee+K.value;const q=window.innerWidth-ye.right;e.nextTick(()=>{const J=document.getElementById(`${s.idProp}-popup`).getBoundingClientRect();q<0?h.value=Ne.x-ye.width+Ne.width:J.left<0&&(h.value=Ne.x)})})},y=()=>{d.value=!0},N=ge=>ge.includes(" – ")?le(ge.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&le(ge.split(" – ")[1],"DD.MM.YYYY",!0).isValid():le(ge,"DD.MM.YYYY",!0).isValid(),D=[{label:"Сегодня",key:"today",value:[le(),le()]},{label:"Вчера",key:"yesterday",value:[le().subtract(1,"d"),le().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[le().subtract(29,"d"),le()]},{label:"Текущий квартал",key:"currentQuarter",value:[le().startOf("quarter"),le().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[le().startOf("month"),le().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[le().startOf("year"),le().endOf("year")]}],_=ge=>{s.disabledDate(le(ge[0]).format("YYYY-MM-DD"))||s.disabledDate(le(ge[1]).format("YYYY-MM-DD"))||(E.value=ge,$(E.value),T.value=E.value[0],o.value>=768?d.value=!1:i("closePickerOnMobile"))},I=ge=>!he&&E.value.length&&le(ge[0]).format("YYYY-MM-DD")===le(E.value[0]).format("YYYY-MM-DD")&&le(ge[1]).format("YYYY-MM-DD")===le(E.value[1]).format("YYYY-MM-DD"),w=ge=>Um(ge,s.disabledDate),k=ge=>RD(ge,s.disabledDate),T=e.ref(le()),b=e.ref(le()),x=e.ref(le()),z=e.ref(le()),E=e.ref([]);e.watch(c,ge=>{ge&&ge.length===2&&V(ge)});const j=e.ref(!1);e.nextTick(()=>{var ie,te;const ge=((ie=document.getElementById("pl-scrollbar"))==null?void 0:ie.getElementsByClassName("pl-scrollbar__wrap")[0])||((te=document.querySelector('[role="dialog"]'))==null?void 0:te.parentElement),Ne=nD(s.inputElement);if(e.watch(()=>Ne.value,()=>{j.value=Ne.value}),ge&&ge.contains(document.getElementById(s.idProp))){const{height:pe,width:Ee}=Lu(ge),{isScrolling:re,y:ye}=ha(ge);e.watch(()=>[pe.value,Ee.value,re.value],()=>{v()}),e.watch(()=>ye.value,()=>{Ne.value&&(K.value=ye.value)})}}),e.onMounted(()=>{c.value&&c.value.length===2&&V(c.value)}),e.watch(f,ge=>{N(ge)?(ge.split(" – ").length===2&&(b.value=le(ge.split(" – ")[0].split(".").reverse().join("-")),x.value=le(ge.split(" – ")[1].split(".").reverse().join("-")),E.value=[b.value,x.value],$(E.value),T.value=E.value[0]),b.value.isAfter(x.value)&&(x.value=E.value[0],b.value=E.value[1],E.value=[b.value,x.value],$(E.value))):(x.value=le(),b.value=le(),$()),U()});const V=ge=>{if(ge&&ge.length===2){const Ne=le(ge[0]).format("YYYY-MM-DD").split("-").reverse().join("."),ie=le(ge[1]).format("YYYY-MM-DD").split("-").reverse().join("."),te=`${Ne} – ${ie}`;N(te)?f.value=te:i("update:modelValue",[])}},$=(ge=[])=>{if(ge.length===2){const Ne=[ge[0].format("YYYY-MM-DD"),ge[1].format("YYYY-MM-DD")];s.disabledDate(Ne[0])||s.disabledDate(Ne[1])||!Ne[0]||!Ne[1]?i("update:modelValue",[]):i("update:modelValue",Ne)}},W=ge=>{N(ge.target.value)&&(le(ge.target.value.split(".").reverse().join("-")).isBefore(x.value)&&(b.value=le(ge.target.value.split(".").reverse().join("-"))),E.value=[b.value,x.value],U())},Z=()=>{!N(f.value)&&!d.value&&e.nextTick(()=>{f.value=""})},U=()=>{ce={day:b.value.date(),month:b.value.month(),year:b.value.year()},X={day:x.value.date(),month:x.value.month(),year:x.value.year()},Qe(X,!1),he=!1},A=()=>{T.value=$D(T.value)},Q=()=>{T.value=UD(T.value)},B=()=>{T.value=QD(T.value)},F=()=>{T.value=YD(T.value)},ee=(ge,Ne)=>Ne.date()===ge.day&&Ne.month()===ge.month&&Ne.year()===ge.year,L=ge=>E.value.length===2?ee(ge,b.value)||ee(ge,x.value):ee(ge,b.value),Y=ge=>{const Ne=x.value.isAfter(b.value),ie=x.value.isSame(b.value,"day");if(E.value.length===2){if(!ie){if(ee(ge,b.value))return Ne?nl:Xl;if(ee(ge,x.value))return Ne?Xl:nl}}else return},K=e.ref(0);e.watch(d,()=>{T.value=z.value,N(f.value)?(x.value=le(f.value.split(" – ")[1].split(".").reverse().join("-")),b.value=le(f.value.split(" – ")[0].split(".").reverse().join("-")),E.value=[b.value,x.value]):(x.value=le(),b.value=le(),E.value=[]),U(),T.value=b.value,e.nextTick(()=>{v()})});const se=()=>{T.value=b.value,E.value.length===0||E.value.length===1?z.value=b.value:z.value=x.value,b.value.isAfter(x.value)?f.value=x.value.format("DD.MM.YYYY")+" – "+b.value.format("DD.MM.YYYY"):f.value=b.value.format("DD.MM.YYYY")+" – "+x.value.format("DD.MM.YYYY"),o.value>=768?d.value=!1:i("closePickerOnMobile"),i("changeOpen",!0)};let he,ce,X;const ve=e.ref(Eo(T.value)),de=e.ref(Eo(T.value.add(1,"month"))),je=ge=>{ge.type!=="previous"&&ge.type!=="next"&&(he?(x.value=zn(ge),Se(ge,1),se()):(b.value=zn(ge),Se(ge,0)))},Se=(ge,Ne)=>{he=!Ne,Ne||(E.value=[],ce=ge,X=ge),ge.type!=="previous"&&ge.type!=="next"&&(Qe(ge,!1),E.value[Ne]=zn(ge))},Te=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),Ae=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),Ve=e.computed(()=>s.periodOptions.length===0?D:D.filter(ge=>s.periodOptions.includes(ge.key))),Ye=(ge,Ne)=>zn(ge).isSame(zn(Ne)),He=(ge,Ne)=>zn(ge).isAfter(zn(Ne)),lt=(ge,Ne)=>zn(ge).isBefore(zn(Ne)),st=(ge,Ne,ie)=>zn(ge).isBetween(zn(Ne),zn(ie));let Oe=!1,Je=!1,ct=!1,we=!1,ue=[],Ie=0;const Qe=(ge,Ne)=>{if(he){Ie=0,ue.push(ge);for(let ie=0;ie<ve.value.length;ie++)ve.value[ie].type==="current"&&(Ie+=1);for(let ie=0;ie<de.value.length;ie++)de.value[ie].type==="current"&&(Ie+=1);ue.length-1===Ie?X=ue[0]:X=ge}else ue=[];if(ce&&X&&!Ne&&he){const ie=(te,pe,Ee)=>{const re=Ee?ve.value[pe]:de.value[pe];re&&(Oe=Ye(re,X),Je=He(X,ce),ct=lt(X,ce),we=st(re,ce,X),Ye(re,ce)?(te.classList.toggle(Xl,ct&&!!te.textContent),te.classList.toggle(nl,Je&&!!te.textContent)):E.value.length===1&&(Oe?(te.classList.toggle(EM,Oe),te.classList.toggle(Xl,Je&&!!te.textContent),te.classList.toggle(nl,ct&&!!te.textContent)):(te.classList.contains(nl)?te.classList.remove(nl):te.classList.remove(Xl),te.classList.toggle("pl-date-picker-range__days_month-range",we&&re.type!=="next"&&re.type!=="previous"&&!!te.textContent),te.classList.toggle(EM,Oe))))};Array.from(Te.value).forEach((te,pe)=>{ie(te,pe,!0)}),Array.from(Ae.value).forEach((te,pe)=>{ie(te,pe,!1)})}return ce&&X&&Ne?st(ge,ce,X):!1};return n({openPopup:y,checkRangeInput:Z,startUpdateDate:W}),e.watch(T,()=>{ve.value=Eo(T.value),de.value=Eo(T.value.add(1,"month"))}),(ge,Ne)=>{const ie=kn,te=ut,pe=Vs,Ee=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[d.value&&j.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${ge.idProp}-popup`,class:"pl-date-picker-range__popup",style:e.normalizeStyle(M.value)},[s.periods?(e.openBlock(),e.createElementBlock("div",wq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(Ve.value,re=>(e.openBlock(),e.createBlock(ie,{key:re.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":I(re.value)&&N(f.value)}]),onClick:ye=>_(re.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:T.value,class:"d-flex"},[e.createElementVNode("div",kq,[e.createElementVNode("div",Cq,[e.createElementVNode("div",Tq,[s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[Ee,B]]):e.createCommentVNode("",!0),s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[Ee,A]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",_q,[e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.format("MMMM"))),1)]),_:1}),e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",Iq,[ge.mobile&&s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,Q]]):e.createCommentVNode("",!0),ge.mobile&&s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",xq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(re,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ve.value,(re,ye)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ye}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",k(re)?Y(re):"",{"pl-date-picker-range__days_disabled":w(re)},{"pl-date-picker-range__days_month-active":(c.value&&c.value.length||e.unref(he))&&L(re)&&re.type==="current"&&!w(re)&&(N(f.value)||e.unref(o)<768||e.unref(he))},{"pl-date-picker-range__days_month-range":re.type!=="previous"&&re.type!=="next"?Qe(re,!0):""},{"pl-date-picker-range-cursor-default":re.type==="previous"||re.type==="next"}]),onMouseenter:q=>k(re)?Qe(re,!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(Cp)(re)&&k(re)},{"pl-date-picker-range__days-field_selecting":e.unref(he)}])},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.type!=="previous"&&re.type!=="next"?re.day:""),1)]),_:2},1024)],2)],42,Eq)),[[Ee,()=>k(re)?je(re):""]])),128))])]),ge.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",Sq,[e.createElementVNode("div",zq,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!ge.mobile}])},null,2),e.createElementVNode("div",jq,[e.createVNode(pe,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(pe,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(sl)(T.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",Aq,[s.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[Ee,Q]]):e.createCommentVNode("",!0),s.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(te,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[Ee,F]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",Oq,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(kp),(re,ye)=>(e.openBlock(),e.createElementBlock("div",{key:ye,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(de.value,(re,ye)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${ye}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",k(re)?Y(re):"",{"pl-date-picker-range__days_disabled":w(re)},{"pl-date-picker-range__days_month-active":(c.value&&c.value.length||e.unref(he))&&L(re)&&re.type==="current"&&!w(re)&&(N(f.value)||e.unref(o)<768||e.unref(he))},{"pl-date-picker-range__days_month-range":re.type!=="previous"&&re.type!=="next"?Qe(re,!0):""},{"pl-date-picker-range-cursor-default":re.type==="previous"||re.type==="next"}]),onMouseenter:q=>k(re)?Qe(re,!1):""},[e.createElementVNode("div",{"data-testid":"dateOptionNext",class:e.normalizeClass(["pl-date-picker-range__days-field",{"pl-date-picker-range__days-field_current-day":e.unref(Cp)(re)&&k(re)},{"pl-date-picker-range__days-field_selecting":e.unref(he)}])},[e.createVNode(ie,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(re.type!=="previous"&&re.type!=="next"?re.day:""),1)]),_:2},1024)],2)],42,Lq)),[[Ee,()=>k(re)?je(re):""]])),128))])]))]))],12,bq)):e.createCommentVNode("",!0)]),_:1})}}});const SM=Zn(Bq,[["__scopeId","data-v-2a131427"]]),Pq=["id"],Vq=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:()=>!1},disabled:{type:Boolean,default:!1},disableTeleport:{type:Boolean}},emits:["update:modelValue","changeOpen","blur"],setup(t,{expose:n,emit:r}){const o=`id-${dr()}`,l=e.ref(null),s=e.ref();$r(l,()=>{i.value>=768&&setTimeout(()=>{p.value=!1}),d("changeOpen",!0)},{ignore:[s]});const{width:i}=un(),c=t,d=r,f=e.computed({get:()=>c.modelValue,set:b=>d("update:modelValue",b)});e.watch(()=>f.value,b=>{(!b||!b.length)&&(m.value="")});const m=e.ref(""),p=e.ref(!1),h=e.ref(!1),M=e.ref(),v=e.ref();e.watch(()=>h.value,(b,x)=>{x&&!b&&(v.value.blurInput(!0),d("blur"))}),e.watch(()=>p.value,(b,x)=>{x&&!b&&setTimeout(()=>{s.value.checkRangeInput(),v.value.blurInput(!0),d("blur")},100)}),e.watch(()=>m.value,()=>{m.value||d("update:modelValue",[])});const y=()=>{c.focusOnReset||(v.value.blurInput(!0),d("blur")),setTimeout(()=>{N(),i.value>=768&&v.value.focusInput()},100)},N=()=>{if(s.value&&!c.disabled)return i.value<768&&(_(),v.value.blurInput(!1)),s.value.openPopup()},D=()=>{p.value=!1};function _(){setTimeout(()=>{const b=document.querySelector(".pl-date-picker-range__period-list"),x=b==null?void 0:b.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(x){const z=x.getBoundingClientRect(),E=b==null?void 0:b.clientWidth,j=x.clientWidth,V=(E-j)/2;b==null||b.scrollTo({left:z.left+(b==null?void 0:b.scrollLeft)-V,behavior:"smooth"})}},300)}const I=()=>{s.value&&!p.value&&e.nextTick(()=>{s.value.checkRangeInput(),d("blur")})},w=b=>{if(s.value)return s.value.startUpdateDate(b)},k=()=>{M.value.closeModalOnMobile()},T=(b=!1)=>{b&&e.nextTick(()=>{s.value.checkRangeInput()}),d("changeOpen",b)};return n({openPopup:N}),(b,x)=>{const z=cc,E=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${o}`,ref_key:"datePickerRef",ref:l,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${c.width}`)},[b.showInput?e.withDirectives((e.openBlock(),e.createBlock(z,{key:0,ref_key:"inputPickerRef",ref:v,modelValue:m.value,"onUpdate:modelValue":x[0]||(x[0]=j=>m.value=j),prop:b.prop,label:b.label,optional:b.optional,placeholder:b.placeholder,helpertext:b.helpertext,tooltip:b.tooltip,width:b.width,clearable:b.clearable,disabled:b.disabled,class:"date-picker-input","custom-blur":"","icon-pointer":"","disable-trim":"","right-icon":"Calendar24","focus-on-reset":c.focusOnReset,onFocus:x[1]||(x[1]=()=>{N()}),onInput:w,onBlur:I,onResetValue:y,onTabHandler:D,onTouchstart:x[2]||(x[2]=()=>{N()})},null,8,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","width","clearable","disabled","focus-on-reset"])),[[E,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<768?(e.openBlock(),e.createBlock(Pm,{key:1,ref_key:"pickerDialog",ref:M,modelValue:h.value,"onUpdate:modelValue":x[6]||(x[6]=j=>h.value=j),"content-custom-class":"pt-4","width-this":"518"},{header:e.withCtx(()=>[e.createTextVNode(" Календарь ")]),default:e.withCtx(()=>[e.createVNode(SM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":x[3]||(x[3]=j=>f.value=j),isOpen:h.value,"onUpdate:isOpen":x[4]||(x[4]=j=>h.value=j),dateValue:m.value,"onUpdate:dateValue":x[5]||(x[5]=j=>m.value=j),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"input-element":v.value,mobile:"","disabled-date":b.disabledDate,onClosePickerOnMobile:k},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(SM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":x[7]||(x[7]=j=>f.value=j),isOpen:p.value,"onUpdate:isOpen":x[8]||(x[8]=j=>p.value=j),dateValue:m.value,"onUpdate:dateValue":x[9]||(x[9]=j=>m.value=j),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"disabled-date":b.disabledDate,"focus-on-reset":c.focusOnReset,"input-element":v.value,"id-prop":`pl-date-picker-range-${o}`,onChangeOpen:T},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,Pq)}}});const FD={install(t){t.component("PlDatePickerPlus",Dq),t.component("PlDatePickerRangePlus",Vq)}},qD=Qt(cc,"PlInputPlus"),$q={class:e.normalizeClass(["pl-radio-container"])},Uq=["id","value","disabled"],Qq=["onClick"],Yq=e.defineComponent({__name:"pl-radio",props:e.mergeModels({modelValue:{},options:{},label:{},description:{},size:{default:"medium"},disabled:{type:Boolean}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["update:modelValue","change"],["update:modelValue"]),setup(t,{emit:n}){const r=t,o=e.useModel(t,"modelValue"),l=(i,c)=>{if(i.disabled||r.disabled)c.preventDefault();else{if(o.value===i.value)return;s("update:modelValue",i.value),s("change",i.value)}},s=n;return(i,c)=>(e.openBlock(),e.createElementBlock("div",$q,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.options,(d,f)=>(e.openBlock(),e.createElementBlock("label",{key:f+"pl-radio",class:e.normalizeClass(["pl-radio",`pl-radio-${r.size}`,{"pl-radio-disabled":d.disabled||r.disabled}])},[e.withDirectives(e.createElementVNode("input",{id:"radio-"+f,"onUpdate:modelValue":c[0]||(c[0]=m=>o.value=m),type:"radio",value:d.value,class:"pl-radio-input",disabled:d.disabled||r.disabled},null,8,Uq),[[e.vModelRadio,o.value]]),e.createElementVNode("div",{class:"pl-radio-wrapper",onClick:m=>l(d,m)},[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":d.value===t.modelValue}])},null,2),d.label?(e.openBlock(),e.createBlock($m,{key:0,title:d.label,description:d.description,disabled:d.disabled||r.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)],8,Qq)],2))),128))]))}});const HD={install(t){t.component("PlRadio",Yq)}},zM=e.defineComponent({__name:"pl-tags-chips",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createBlock(Gn,{class:e.normalizeClass(["pl-tags-chips-container",{"pl-tags-chips-container__disabled":n.disabled}])},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default")]),_:3},8,["class"]))}});const Rq={key:0,class:"pl-multi-select__prefix-container"},Fq={class:"pl-multi-select__inner-container"},qq=["id","prop","placeholder","disabled","onKeydown"],Hq={class:"pl-multi-select__suffix-container"},Wq=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 r=t,o=n,l=()=>{o("reset")},s=()=>{o("update:focus",!1)},i=c=>{c.composed&&c.stopImmediatePropagation()};return(c,d)=>{const f=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-multi-select__select",{focus:c.focus,disabled:r.disabled,"is-error":r.showError}])},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",Rq,[e.createVNode(f,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Fq,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:e.normalizeClass(["pl-multi-select__inner",{"pl-multi-select__inner_hidden":c.modelValue.length}]),type:"text",placeholder:r.placeholder,disabled:r.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:i},null,42,qq),c.modelValue.length?(e.openBlock(),e.createBlock(zM,{key:0,disabled:r.disabled},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(c.modelValue[0].label),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0),c.modelValue.length>1?(e.openBlock(),e.createBlock(zM,{key:1,disabled:r.disabled},{default:e.withCtx(()=>[e.createTextVNode(" +"+e.toDisplayString(c.modelValue.length-1),1)]),_:1},8,["disabled"])):e.createCommentVNode("",!0)]),e.createElementVNode("div",Hq,[!r.disabled&&r.clearable&&r.modelValue.length?(e.openBlock(),e.createBlock(f,{key:0,name:"Close16",onMouseup:e.withModifiers(l,["stop"])})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-multi-select__suffix_rotate":r.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),Zq=["id"],Gq={key:0,class:"d-flex gap-2 p-2"},jM=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 r=t,o=e.computed({get:()=>r.modelValue,set:c=>{i("update:modelValue",c)}}),l=()=>{i("closeSave")},s=(c,d)=>{c?o.value.push(d):o.value=o.value.map(f=>{if(!uc(d.value,f.value))return e.toRaw(f)}).filter(Boolean)},i=n;return(c,d)=>{const f=uo;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-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":r.buttons},{"pl-multi-select__dropdown-container_helpertext":c.helpertext||c.errors.length>0}]),style:e.normalizeStyle(c.offsets)},[e.createVNode(f,{"max-height":r.buttons?"208px":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,m=>(e.openBlock(),e.createBlock(fs,{key:m.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!o.value.find(p=>JSON.stringify(m.value)===JSON.stringify(p.value)),description:m.description,disabled:m.disabled,label:m.label,onChange:p=>s(p,m)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),r.buttons?(e.openBlock(),e.createElementBlock("div",Gq,[e.createVNode(ya,{"full-width":"",type:"secondary",size:"small",onClick:d[0]||(d[0]=m=>i("reset"))},{default:e.withCtx(()=>[e.createTextVNode(" Сбросить ")]),_:1}),e.createVNode(ya,{"full-width":"",size:"small",onClick:l},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])):e.createCommentVNode("",!0)],14,Zq)):e.createCommentVNode("",!0)]),_:1})}}});const Kq={class:"pl-multi-select__wrapper"},Jq=["id"],Xq={key:0,class:"pl-multi-select__label-container"},e9={class:"pl-multi-select__label-container-text"},t9={key:1,class:"pl-multi-select__helpertext-container"},n9=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},teleport:{type:Boolean,default:!1}},emits:["update:modelValue","change","reset"],setup(t,{emit:n}){e.useCssVars(x=>({ee6b6c7a:r.width}));const r=t,o=`id-${dr()}`,l=e.ref([]);if(r.prop){const x=e.inject("errorsState");x&&e.watch(x,()=>{l.value=x.value.filter(z=>z.field===r.prop),_()},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=un().height;e.watch(c,()=>{_()});const{isScrolling:d}=ha(window);e.watch(d,()=>{_()});const f=e.ref([]),m=x=>JSON.parse(JSON.stringify(x));e.watch(i,x=>{var z;f.value=m(k.value),x?(z=document.getElementById(o))==null||z.focus():T(),e.nextTick(()=>{const E=document.getElementById(`pl-multi-select__select-container-${o}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${o}`);j&&(j.style.maxWidth=E),_()})});const p=e.ref(),h=e.ref();$r(p,()=>{i.value&&r.buttons&&(k.value=m(f.value)),i.value=!1},{ignore:[h]});const M=x=>JSON.stringify(x.sort((z,E)=>z.value<E.value?-1:z.value>E.value?1:0)),v=()=>{i.value=!1,M(f.value)!==M(k.value)&&(document.getElementById(o).dispatchEvent(new Event("change")),w("change",k.value))},y=e.ref(0),N=e.ref(0),D=e.computed(()=>`top: ${y.value}px; left: ${N.value}px`),_=()=>{if(!i.value)return;const x=document.getElementById(`pl-multi-select__select-container-${o}`);if(!x)return;const z=x.getBoundingClientRect(),E=x.querySelector(".pl-multi-select__label-container"),j=x.querySelector(".pl-multi-select__helpertext-container"),V=E?E.offsetHeight:-4,$=j?j.offsetHeight:-4;r.teleport?(y.value=z.y+z.height+window.scrollY,N.value=z.x):y.value=z.height-$-4,y.value=z.height-$-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${o}`);if(!W)return;const Z=W.getBoundingClientRect();Z.bottom>c.value?r.teleport?y.value=y.value-Z.height+(z.height-V):y.value=y.value-Z.height-(z.height-V-$)-4:r.teleport?y.value=z.y+z.height+window.scrollY-$-4:y.value=z.height-$-4})},I=()=>{r.disabled||(i.value=!i.value,!i.value&&r.buttons&&(k.value=m(f.value)))},w=n,k=e.computed({get:()=>r.modelValue,set:x=>{w("update:modelValue",x)}}),T=()=>{document.getElementById(o).dispatchEvent(new Event("blur"))};e.watch(()=>k.value,()=>{r.buttons||(document.getElementById(o).dispatchEvent(new Event("change")),w("change",k.value))},{deep:!0});const b=()=>{k.value=[],f.value=[],T(),w("reset")};return(x,z)=>{const E=kn,j=Gn;return e.openBlock(),e.createElementBlock("div",Kq,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${o}`,ref_key:"selectRef",ref:p,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:I},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",Xq,[e.createElementVNode("div",e9,[r.label?(e.openBlock(),e.createBlock(E,{key:0,class:"pl-multi-select__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(E,{key:1,class:"pl-multi-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(Ta,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(Wq,e.mergeProps(r,{id:o,focus:i.value,"onUpdate:focus":z[0]||(z[0]=V=>i.value=V),"model-value":k.value,"show-error":s.value,onReset:b}),null,16,["focus","model-value","show-error"]),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",t9,[l.value.length>0?(e.openBlock(),e.createBlock(j,{key:0,class:"pl-multi-select__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(j,{key:1,class:"pl-multi-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,Jq),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(jM,{id:o,ref_key:"dropdownRef",ref:h,modelValue:k.value,"onUpdate:modelValue":z[1]||(z[1]=V=>k.value=V),offsets:D.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,onReset:b,onCloseSave:v},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"])])):(e.openBlock(),e.createBlock(jM,{key:1,id:o,ref_key:"dropdownRef",ref:h,modelValue:k.value,"onUpdate:modelValue":z[2]||(z[2]=V=>k.value=V),offsets:D.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,onReset:b,onCloseSave:v},null,8,["modelValue","offsets","focus","helpertext","errors","options","buttons"]))])}}});const WD={install(t){t.component("PlMultiSelect",n9)}},r9=["disabled"],o9=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),a9={key:0},l9=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 r=t,o=e.ref(r.modelValue),l=c=>{i("update:modelValue",c),i("change",c)},s=()=>{r.disabled||(o.value=!o.value,l(o.value))},i=n;return e.watch(()=>r.modelValue,c=>{o.value=c}),(c,d)=>{const f=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-switch-container",{"pl-switch-disabled":r.disabled}])},[e.createElementVNode("div",{class:e.normalizeClass(["pl-switch",{"pl-switch-isChecked":r.modelValue}])},[e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":d[0]||(d[0]=m=>o.value=m),type:"checkbox",disabled:r.disabled},null,8,r9),[[e.vModelCheckbox,o.value]]),o9],2),r.label?(e.openBlock(),e.createElementBlock("label",a9,[e.createVNode($m,{title:t.label,description:t.description,disabled:r.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}});const ZD={install(t){t.component("PlSwitch",l9)}},s9=e.defineComponent({__name:"pl-form",props:{model:{},rules:{default:()=>({})},modelErrorsState:{default:()=>[]}},emits:["update:modelErrorsState"],setup(t,{expose:n,emit:r}){const o=t,{model:l,rules:s}=e.toRefs(o),i=r,c=e.ref([]);e.provide("errorsState",c),e.watch(c,T=>{i("update:modelErrorsState",T)},{deep:!0});let d=[];const f=(T,b,x=null)=>{for(const z in T)if(T[z]&&typeof T[z]=="object"&&!Array.isArray(T[z]))if(x){const E=b.indexOf(x);b.push(b[E]+"."+z),f(T[z],b,b[E]+"."+z)}else b.push(z),f(T[z],b,z);else if(x){const E=b.indexOf(x);E===-1?b.push(x+"."+z):b[E]+="."+z}else b.push(z)},m=(T,b,x,z=!1)=>new Promise((E,j)=>{if(b.includes(".")){const V=b.slice(0,b.indexOf(".")),$=b.slice(b.indexOf(".")+1);x?m(V,$,x[V],z).then(E).catch(j):z||E({})}else{const V={...x};E(z?V[b]?V[b].filter($=>$.validator||typeof $.validator>"u"):[]:V[b])}}),p=e.ref({}),h=T=>new Promise((b,x)=>{const z=new va(p.value),E={};f(l.value,d);try{const j=d.map(async V=>{E[V]=await m(V,V,l.value)});Promise.all(j).then(()=>{z.validate(E,V=>{if(V){c.value=V,T==null||T(!1,c.value),x();return}c.value=[],d=[],T==null||T(!0,c.value),b()})})}catch(j){throw new Error(j)}}),M=async T=>{if(!(T in p.value))return;const b={},x={};x[T]=await m(T,T,l.value),b[T]=p.value[T],new va(b).validate(x,E=>{c.value=c.value.filter(j=>j.field!==T),E&&(c.value=c.value.concat(E))})},v=(T=[])=>{Array.isArray(T)&&T.length>0?T.forEach(b=>{c.value=c.value.filter(x=>x.field!==b)}):Array.isArray(T)?c.value=[]:c.value=c.value.filter(b=>b.field!==T)},y=(T=[])=>{if(Array.isArray(T)&&T.length>0)T.forEach(b=>{v([b]),typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null)});else if(!Array.isArray(T))typeof l.value[T]=="string"?l.value[T]="":(typeof l.value[T]=="number"||typeof l.value[T]=="object")&&(l.value[T]=null);else{v(T);for(const b in s.value)typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null)}},N=e.ref(null),D=e.ref([]),_=e.ref([]),I=async()=>{var b;const T=N.value;_.value=[],p.value={};for(let x=0;x<T.length;x++){const z=T[x],E=z.disabled,j=(b=z.attributes.prop)==null?void 0:b.value;_.value.push(j),j&&!E&&(p.value[j]=await m(j,j,s.value,!0));const V=()=>{setTimeout(()=>{e.nextTick(()=>{M(j)})},10)};j&&p.value[j]&&!z.attributes.triggered&&p.value[j].forEach($=>{$.trigger?$.trigger.replace(/\s/g,"").split(",").forEach(Z=>{z.addEventListener(Z,V),D.value.push({element:z,trigger:Z,callBack:V})}):["blur","change","input"].forEach(Z=>{z.addEventListener(Z,V),D.value.push({element:z,trigger:Z,callBack:V})}),z.attributes.triggered=!0})}},w=()=>{D.value.forEach(T=>{T.element.removeEventListener(T.trigger,T.callback)})},k=()=>{w(),I()};return e.watch(()=>s.value,()=>{k()},{deep:!0}),e.onMounted(()=>{const T=N.value,b=new MutationObserver(()=>{k()});b.observe(T,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{w(),b.disconnect()}),I()}),n({validate:h,validateField:M,clearValidate:v,resetFields:y,refreshForm:k}),(T,b)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:N,onSubmit:b[0]||(b[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(T.$slots,"default")],544))}}),GD={install(t){t.component("PlForm",s9)}},KD=e.defineComponent({__name:"pl-tag",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),dc=e.defineComponent({__name:"pl-btn2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-2",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const i9={},u9={class:"pl-btn typography-button-button-2"};function c9(t,n){return e.openBlock(),e.createElementBlock("button",u9,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const AM=Zn(i9,[["render",c9],["__scopeId","data-v-163b7b9e"]]),d9=["id"],f9={key:0,class:"pl-snackbar__icon"},p9={class:"pl-snackbar__main"},m9={class:"pl-snackbar__text"},g9={class:"pl-snackbar__title typography-subtitle-s1-semi-bold"},v9={key:0,class:"pl-snackbar__descr typography-system-st-medium"},h9={key:0,class:"pl-snackbar__btn"},y9={class:"pl-snackbar__close"},M9=e.defineComponent({__name:"pl-snackbar",props:{id:{default:0},icon:{default:""},color:{default:"var(--color-text-icons-white)"},title:{default:"Notification"},button:{default:""},buttonAdd:{default:""},action:{},actionAdd:{},message:{default:""},blockHide:{type:Boolean,default:!1}},setup(t){const n=t,r=e.ref(!0);function o(){n.action()}function l(){n.actionAdd()}function s(){const i=document.getElementById(`snackbar-${n.id}`);i&&(i.classList.add("fadeOut-animation"),Pt(i,"animationend",()=>{r.value=!1,i.remove()}))}return(i,c)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${n.id}`,class:"pl-snackbar__wrapper"},[n.icon?(e.openBlock(),e.createElementBlock("div",f9,[e.createVNode(ut,{color:n.color,name:n.icon,position:"left"},null,8,["color","name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",p9,[e.createElementVNode("div",m9,[e.createElementVNode("div",g9,e.toDisplayString(n.title),1),n.message?(e.openBlock(),e.createElementBlock("div",v9,e.toDisplayString(n.message),1)):e.createCommentVNode("",!0)]),n.button||n.buttonAdd?(e.openBlock(),e.createElementBlock("div",h9,[n.button?(e.openBlock(),e.createBlock(AM,{key:0,onClick:o},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.button),1)]),_:1})):e.createCommentVNode("",!0),n.buttonAdd?(e.openBlock(),e.createBlock(AM,{key:1,onClick:l},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.buttonAdd),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",y9,[e.createVNode(ut,{color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:s})])],8,d9)):e.createCommentVNode("",!0)}});let lu=0;const es=t=>{var M;const{icon:n,color:r,title:o,message:l,button:s,action:i,buttonAdd:c,actionAdd:d,blockHide:f}=t;if(!document.getElementById("snackbar")){const v=document.createElement("div");v.id="snackbar",document.body.appendChild(v)}const p=document.createElement("div");p.id=`snackbar-${lu}`,p==null||p.classList.add("slideIn-animation"),p==null||p.classList.add("px-md-4"),(M=document.getElementById("snackbar"))==null||M.appendChild(p);const h=e.createApp({render(){return e.h(e.TransitionGroup,{},()=>[e.h(M9,{id:lu,icon:n,color:r,title:o,message:l,button:s,action:i,buttonAdd:c,actionAdd:d,blockHide:f,key:p.id})])}});return h.mount(`#snackbar-${lu}`),f||setTimeout(()=>{p&&(p.classList.remove("slideIn-animation"),p.classList.add("fadeOut-animation"),Pt(p,"animationend",()=>{h.unmount(),p.remove()}))},4200),lu++,{id:p.id,close:()=>{N9(p.id)}}},JD=t=>{t&&(t.classList.remove("slideIn-animation"),t.classList.add("fadeOut-animation"),Pt(t,"animationend",()=>{t&&t.remove()}))},N9=t=>{const n=document.getElementById(t);n&&JD(n)},D9=()=>{const t=document.getElementById("snackbar");t&&JD(t)},rs={success:t=>es({...t,icon:"CircleCheck24",color:"#0CA31B"}),error:t=>es({...t,icon:"WarningThree24",color:"#ED3636"}),warning:t=>es({...t,icon:"WarningTwo24",color:"#FF7D1F"}),info:t=>es({...t,icon:"Info24",color:"#FFFFFF"}),custom:es,closeAll:()=>{D9()}},b9={class:"content"},w9=["prop","multiple","accept"],k9={"data-testid":"upload-card-container",class:"pl-upload-card-container pr-3"},C9={class:"d-flex justify-content-between pb-2"},T9={class:"d-grid gap-1"},_9={class:"d-flex gap-1"},I9=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},maxSumFilesSize:{default:300*1024*1024}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:r}){e.useCssVars(Y=>({"101d8590":l.width}));const{width:o}=un(),l=t,{accept:s,fileSize:i,maxHeightScroll:c,modelValue:d,multiple:f,description:m,title:p,helperText:h,tooltip:M,limit:v,prop:y,optional:N,maxSumFilesSize:D}=e.toRefs(l),_=e.computed(()=>{var Y;return`.${(Y=s.value.toLowerCase())==null?void 0:Y.split(", ").join(", .")}`}),I=e.ref(!1);let w;const k=Y=>{const{dataTransfer:K}=Y;K&&K.types.includes("Files")&&(I.value=!0,clearTimeout(w),w=window.setTimeout(()=>{I.value=!1},100))},T=Y=>{var X,ve,de;const K=(ve=(X=Y.name)==null?void 0:X.split(".").pop())==null?void 0:ve.toLowerCase(),{size:se}=Y,he=!((de=s.value.toLowerCase())!=null&&de.split(", ").includes(K)),ce=se>i.value*1024*1024||se===0;return he||ce?{name:Y.name,size:se,error:{dist:he,size:ce}}:Y},b=Y=>"lastModified"in Y&&"type"in Y,x=Y=>!b(Y),z=Y=>{var K,se;return x(Y)?((K=Y.error)==null?void 0:K.size)||((se=Y.error)==null?void 0:se.dist):!1},E=Y=>{const K=Y.filter(he=>he.error.size);K.length>0&&rs.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${ao(K.length,["файла","файла","файлов"])}`});const se=Y.filter(he=>he.error.dist);se.length>0&&rs.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${ao(se.length,["файла","файла","файлов"])}`})},j=`id-${dr()}`,V=e.ref(null);e.onMounted(()=>{const Y=document.getElementById(j);Y&&(V.value=Y.querySelector(".pl-upload-input"))});const $=Y=>{const K=V.value;if(!K||!K.files)return;const se=new DataTransfer;Array.from(K.files).forEach(he=>{Y.includes(he)||se.items.add(he)}),K.files=se.files},W=r,Z=Y=>{if(d.value.length+Y.length>v.value){rs.error({title:"Ошибка загрузки файлов",message:`Максимум ${v.value} ${ao(v.value,["файл","файла","файлов"])}`});const de=Array.from(Y);$(de);return}const K=[],se=[],he=[],ce=Array.from(Y),X=d.value.reduce((de,je)=>x(je)&&je.error?de:de+je.size,0),ve=ce.reduce((de,je)=>de+je.size,0);if(X+ve>D.value){rs.error({title:"Ошибка загрузки файлов",message:`Максимальный размер всех файлов не должен превышать ${D.value/1024/1024} МБ`});const de=Array.from(Y);$(de);return}ce.forEach(de=>{const je=T(de);d.value.forEach(Se=>{["name","size","type","lastModified"].every(Ae=>Se[Ae]===de[Ae])}),"error"in je?(K.push(je),se.push(de)):he.push(de)}),K.length&&E(K),d.value.unshift(...K),d.value.push(...he),$(se),W("addFiles",[...K,...he],d.value)};let U=!1;const A=Y=>{const K=d.value.findIndex(se=>se===Y);K!==-1&&("error"in Y||$([Y]),d.value.splice(K,1),W("removeFile",Y,d.value),setTimeout(()=>{if(V.value){U=!0;const se=new Event("change",{bubbles:!0,cancelable:!0});V.value.dispatchEvent(se),setTimeout(()=>{U=!1},0)}},0))},Q=Y=>{if(U)return;const K=Y.target;K&&K.files&&Z(K.files),K.value=null};n({addFiles:Z,removeFile:A});const B=Y=>{clearTimeout(w),I.value=!1;const{dataTransfer:K}=Y,se=[];K&&K.items&&(Array.from(K.items).forEach(ce=>{if(ce.kind==="file"){const X=ce.getAsFile();X&&se.push(X)}}),Z(se))},F=Y=>Y%1===0?Y.toString():Y.toFixed(2),ee=Y=>Y<1024?Y+" байт":Y<1048576?F(Y/1024)+" КБ":F(Y/1048576)+" МБ",L=e.ref([]);if(l.prop){const Y=e.inject("errorsState",[]);Y&&e.watch(Y,()=>{var se;L.value=Y.value.filter(he=>he.field===y.value);const K=(se=document.getElementById(j))==null?void 0:se.parentElement;K&&(L.value.length?K.classList.add("is-error"):K.classList.remove("is-error"))},{deep:!0})}return(Y,K)=>{const se=kn,he=Ta,ce=dc,X=Gn,ve=KD,de=uo,je=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:j,class:"pl-upload-new"},[e.unref(p)||e.unref(M)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pb-1 d-flex",[!Y.viewMode&&"ps-1"]])},[e.createVNode(se,{"data-testid":"upload-title",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(p)),1)]),_:1}),e.unref(N)?(e.openBlock(),e.createBlock(se,{key:0,class:"ps-2",style:{color:"var(--color-text-icons-tertiary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(N)),1)]),_:1})):e.createCommentVNode("",!0),e.unref(M)?(e.openBlock(),e.createBlock(he,{key:1,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20",color:"var(--color-text-icons-secondary)"})]),_:1})):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),Y.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":I.value,disabled:Y.disabled||e.unref(d).length>=e.unref(v)}]),onDragover:e.withModifiers(k,["prevent"]),onDrop:e.withModifiers(B,["prevent"])},[e.createElementVNode("div",b9,[e.createVNode(ut,{name:"Download24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(ce,{style:{color:"var(--color-text-icons-interactive)"},class:"text-center"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(o)>=768?"Нажмите или перетащите файл":"Нажмите для загрузки файла"),1)]),_:1}),e.unref(m)?(e.openBlock(),e.createBlock(X,{key:0,style:{color:"var(--color-text-icons-tertiary)"},class:"text-center pt-1"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(m)==="default"?`До ${e.unref(i)} МБ. Форматы: ${e.unref(s).toUpperCase()}`:e.unref(m)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("input",{prop:e.unref(y),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",accept:_.value,onChange:Q},null,40,w9)])],34)),L.value[0]?(e.openBlock(),e.createBlock(X,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(L.value[0].message),1)]),_:1})):e.unref(h)?(e.openBlock(),e.createBlock(X,{key:3,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(h)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([!Y.viewMode&&e.unref(d).length&&"pt-4"])},[e.createVNode(de,{"max-height":e.unref(c)},{default:e.withCtx(()=>[e.createElementVNode("div",k9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(Se,Te)=>{var Ae,Ve;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:Se.name+Te,"data-testid":"upload-card",class:e.normalizeClass(["pl-upload-card",{"wrong-file":z(Se)}])},[e.createElementVNode("div",C9,[e.createVNode(ut,{name:z(Se)?"WarningThree20":"Document20",color:z(Se)?"var(--color-text-icons-error)":"var(--color-text-icons-tertiary)"},null,8,["name","color"]),!Y.viewMode||x(Se)&&Se.removable?e.withDirectives((e.openBlock(),e.createBlock(ut,{key:0,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[je,()=>A(Se),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",T9,[e.createVNode(X,{"data-testid":"upload-card-name",class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Se.name),1)]),_:2},1024),e.createElementVNode("div",_9,[e.createVNode(ve,{style:e.normalizeStyle(`color: var(--color-text-icons-${x(Se)&&((Ae=Se.error)!=null&&Ae.size)?"error":"secondary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ee(Se.size)),1)]),_:2},1032,["style"]),e.createVNode(ve,{style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(" • ")]),_:1}),e.createVNode(ve,{style:e.normalizeStyle(`color: var(--color-text-icons-${x(Se)&&((Ve=Se.error)!=null&&Ve.dist)?"error":"secondary"})`)},{default:e.withCtx(()=>{var Ye,He,lt;return[e.createTextVNode(e.toDisplayString((lt=(He=(Ye=Se.name)==null?void 0:Ye.split("."))==null?void 0:He.pop())==null?void 0:lt.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[je,()=>W("clickOnFile",Se)]])}),128))])]),_:1},8,["max-height"])],2)])}}});const XD={install(t){t.component("PlUploadPlus",I9)}},x9={key:0,class:"pl-select__prefix-container"},E9={class:"pl-select__inner-container"},S9=["id","prop","placeholder","value","disabled","onKeydown"],z9={class:"pl-select__suffix-container"},j9=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 r=t,o=n,l=()=>{o("reset")},s=()=>{o("update:focus",!1)},i=d=>{d.composed&&d.stopImmediatePropagation()},c=e.computed(()=>{var d,f,m;return((d=r.modelValue)==null?void 0:d.value)===0||(f=r.modelValue)!=null&&f.value?`${(m=r.modelValue)==null?void 0:m.label} ${r.showDescription?r.showDescription:""}`.trim():""});return(d,f)=>{const m=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:d.focus,disabled:r.disabled,"is-error":r.showError}])},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",x9,[e.createVNode(m,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",E9,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:"pl-select__inner typography-body-b2-medium",type:"text",placeholder:r.placeholder,value:c.value,disabled:r.disabled,onKeydown:e.withKeys(e.withModifiers(s,["prevent"]),["tab"]),onBlur:i},null,40,S9)]),e.createElementVNode("div",z9,[!r.disabled&&r.clearable&&c.value?(e.openBlock(),e.createBlock(m,{key:0,name:"Close16",onMouseup:e.withModifiers(l,["stop"])})):e.createCommentVNode("",!0),e.createVNode(m,{class:e.normalizeClass({"pl-select__suffix_rotate":r.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),A9={class:"pl-select__inner-container pl-select__inner-container_account"},O9=["id","prop","placeholder","value","disabled","onKeydown"],L9={class:"pl-select__suffix-container"},B9=e.defineComponent({__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 r=t,o=n,l=()=>{o("update:focus",!1)};return(s,i)=>{var m,p,h,M;const c=Gn,d=Vm,f=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-select__select",{focus:t.focus,disabled:r.disabled,"is-error":r.showError}])},[e.createElementVNode("div",A9,[e.createElementVNode("input",{id:r.id,readonly:"",prop:r.prop,class:"pl-select__inner typography-body-b2-medium",placeholder:r.placeholder,type:"text",value:(m=r.modelValue)==null?void 0:m.label,disabled:r.disabled,"data-testid":"accountType",onKeydown:e.withKeys(e.withModifiers(l,["prevent"]),["tab"])},null,40,O9),(p=r.modelValue)!=null&&p.description&&((h=r.modelValue)==null?void 0:h.summ)!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-select__description","data-testid":"accountNum"},{default:e.withCtx(()=>{var v;return[e.createTextVNode(e.toDisplayString(e.unref(AD)((v=r.modelValue)==null?void 0:v.description)),1)]}),_:1})):e.createCommentVNode("",!0)]),e.createElementVNode("div",L9,[(M=r.modelValue)!=null&&M.label?(e.openBlock(),e.createBlock(d,{key:0,class:"pl-select__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>{var v;return[e.createTextVNode(e.toDisplayString(e.unref(ic)((v=r.modelValue)==null?void 0:v.summ)),1)]}),_:1})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),P9=["id"],OM=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 r=t,o=n,l=i=>{o("select-value",i)},s=i=>i.value===r.selectedValue;return(i,c)=>{const d=uo,f=e.resolveDirective("tap");return e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[i.focus?(e.openBlock(),e.createElementBlock("div",{key:0,id:`dropdown-${i.id}`,"data-testid":"dropdown",class:e.normalizeClass(["pl-select__dropdown-container",{"pl-select__dropdown-container_helpertext":i.helpertext||i.errors.length>0}]),style:e.normalizeStyle(i.offsets)},[e.createVNode(d,{"max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.options,m=>e.withDirectives((e.openBlock(),e.createBlock(OD,{key:m.value,active:s(m),description:m.description,summ:m.summ,"left-icon":m.leftIcon,disabled:m.disabled,label:m.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[f,()=>l(m)]])),128))]),_:1})],14,P9)):e.createCommentVNode("",!0)]),_:1})}}});const V9={class:"pl-select__wrapper"},$9=["id"],U9={key:0,class:"pl-select__label-container"},Q9={class:"pl-select__label-container-text"},Y9={key:3,class:"pl-select__helpertext-container"},Qm=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(x=>({ae03a166:r.width}));const r=t,o=`id-${dr()}`,l=e.ref([]);if(r.prop){const x=e.inject("errorsState");x&&e.watch(x,()=>{l.value=x.value.filter(z=>z.field===r.prop),v()},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=un().height;e.watch(c,()=>{v()});const{isScrolling:d}=ha(window);e.watch(d,()=>{v()}),e.watch(i,x=>{var z;x?(z=document.getElementById(o))==null||z.focus():I(),e.nextTick(()=>{const E=document.getElementById(`pl-select__select-container-${o}`).getBoundingClientRect().width+"px",j=document.getElementById(`dropdown-${o}`);j&&(j.style.maxWidth=E,r.teleport&&(j.style.zIndex="2013")),v()})});const f=e.ref(),m=e.ref();$r(f,()=>{i.value=!1},{ignore:[m]});const p=e.ref(0),h=e.ref(0),M=e.computed(()=>`top: ${p.value}px; left: ${h.value}px`),v=()=>{if(!i.value)return;const x=document.getElementById(`pl-select__select-container-${o}`),z=x.getBoundingClientRect(),E=x.querySelector(".pl-select__label-container"),j=x.querySelector(".pl-select__helpertext-container"),V=E?E.offsetHeight:-4,$=j?j.offsetHeight:-4;r.teleport?(p.value=z.y+z.height+window.scrollY,h.value=z.x):p.value=z.height-$-4,e.nextTick(()=>{const W=document.getElementById(`dropdown-${o}`);if(!W)return;const Z=W.getBoundingClientRect();Z.bottom>c.value?r.teleport?p.value=p.value-Z.height-(z.height-V):p.value=p.value-Z.height-(z.height-V-$):r.teleport?p.value=z.y+z.height+window.scrollY-$-4:p.value=z.height-$-4})},y=()=>{r.disabled||(i.value=!i.value)},N=n,D=()=>{r.disabled||!i.value||e.nextTick(()=>{i.value=!1})},_=e.computed({get:()=>r.modelValue,set:x=>{N("update:modelValue",x)}}),I=()=>{const x=document.getElementById(o);if(x)if("createEvent"in document){const z=document.createEvent("HTMLEvents");z.initEvent("blur",!1,!0),x.dispatchEvent(z)}else x.fireEvent("onblur")};e.watch(_,()=>{const x=document.getElementById(o);if("createEvent"in document){const z=document.createEvent("HTMLEvents");z.initEvent("change",!1,!0),x.dispatchEvent(z)}else x.fireEvent("onchange");N("change")});const w=x=>{x.disabled||(D(),_.value=x.value)},k=()=>{_.value=null},T=e.computed(()=>{var x,z,E,j,V;return r.showDescription&&((x=b.value)!=null&&x.description||(z=b.value)!=null&&z.customDescription)?(E=b.value)!=null&&E.customDescription?(j=b.value)==null?void 0:j.customDescription:(V=b.value)==null?void 0:V.description:!1}),b=e.computed(()=>r.options.filter(x=>x.value===_.value)[0]);return(x,z)=>{const E=kn,j=Ta,V=Gn;return e.openBlock(),e.createElementBlock("div",V9,[e.createElementVNode("div",{id:`pl-select__select-container-${o}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:y},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",U9,[e.createElementVNode("div",Q9,[r.label?(e.openBlock(),e.createBlock(E,{key:0,class:"pl-select__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.label),1)]),_:1})):e.createCommentVNode("",!0),r.optional?(e.openBlock(),e.createBlock(E,{key:1,class:"pl-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip?(e.openBlock(),e.createBlock(j,{key:0},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)]),default:e.withCtx(()=>[e.createVNode(ut,{name:"Question20"})]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.account?(e.openBlock(),e.createBlock(B9,e.mergeProps({key:1},r,{id:o,focus:i.value,"onUpdate:focus":z[0]||(z[0]=$=>i.value=$),"model-value":b.value,placeholder:r.placeholder,"show-error":s.value}),null,16,["focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(j9,e.mergeProps({key:2},r,{id:o,focus:i.value,"onUpdate:focus":z[1]||(z[1]=$=>i.value=$),"model-value":b.value,"show-description":T.value,"show-error":s.value,onReset:k}),null,16,["focus","model-value","show-description","show-error"])),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",Y9,[l.value.length>0?(e.openBlock(),e.createBlock(V,{key:0,class:"pl-select__error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(l.value[0].message),1)]),_:1})):r.helpertext?(e.openBlock(),e.createBlock(V,{key:1,class:"pl-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,$9),r.teleport?(e.openBlock(),e.createBlock(e.Teleport,{key:0,to:"body"},[e.createVNode(OM,{id:o,ref_key:"dropdownRef",ref:m,offsets:M.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":_.value,onSelectValue:w},null,8,["offsets","focus","helpertext","errors","options","selected-value"])])):(e.openBlock(),e.createBlock(OM,{key:1,id:o,ref_key:"dropdownRef",ref:m,offsets:M.value,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":_.value,onSelectValue:w},null,8,["offsets","focus","helpertext","errors","options","selected-value"]))])}}});const e4={install(t){t.component("PlSelectPlus",Qm)}};const R9={key:0,class:"pl-card__img-container"},F9=["src"],q9={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},H9={__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,default:""},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxjaXJjbGUgY3g9IjE0IiBjeT0iMTQiIHI9IjE0IiBmaWxsPSIjQjVCNUI1Ii8+DQo8L3N2Zz4NCg==",self.location).href,r=t,o=e.computed(()=>r.type==="large"||r.type==="medium"),l=e.computed(()=>r.type==="large"||r.type==="small");return(s,i)=>t.imaged?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-card pl-card_imaged",{"pl-card_disabled":t.disable}])},[o.value?(e.openBlock(),e.createElementBlock("div",q9)):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),l.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}])},[o.value?(e.openBlock(),e.createElementBlock("div",R9,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,F9)])):e.createCommentVNode("",!0),e.createElementVNode("span",{class:e.normalizeClass(["pl-card__title",{"pl-card_disabled":t.disable}])},e.toDisplayString(t.title),3),l.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))}},t4={install(t){t.component("PlCard",H9)}},W9=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(o=>({"78a9bb3c":o.width}));const n=t,r=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(o,l)=>{const s=dc;return 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(ut,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createVNode(s,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1})],2)):e.createCommentVNode("",!0)}}});const Z9=Zn(W9,[["__scopeId","data-v-e0e260df"]]),G9={class:"pl-multitab-container"},K9=e.defineComponent({__name:"pl-multitab",props:{modelValue:{default:""},navClass:{default:""},contentClass:{default:""},tabWidth:{default:"100%"}},emits:["update:modelValue"],setup(t,{emit:n}){const r=t,o=e.useSlots(),l=e.computed(()=>{const h=o.default();return Array.isArray(h[0].children)?h[0].children.map(M=>M.props):h.map(M=>M.props)}),s=n,i=h=>{h.disabled||s("update:modelValue",h.name)},c=e.ref(null),d=async h=>{if(Array.isArray(h)){const M=await Promise.all(h.map(f));return h.filter((v,y)=>M[y])[0]}},f=async h=>{var M;return r.modelValue===((M=h.props)==null?void 0:M.name)},m=async()=>{Array.isArray(o.default()[0].children)?c.value=await d(o.default()[0].children):c.value=await d(o.default())};e.watch(()=>r.modelValue,async()=>{await m()}),e.onMounted(async()=>{await m()});const p=e.computed(()=>r.tabWidth==="100%"?"filled":"fixed");return(h,M)=>{const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",G9,[e.createElementVNode("div",{class:e.normalizeClass(r.navClass)},[e.createElementVNode("div",{class:e.normalizeClass(["pl-multitab-nav tabs__wrap tabs__wrap--hidden-default",p.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,y=>e.withDirectives((e.openBlock(),e.createBlock(Z9,{key:y==null?void 0:y.name,label:y==null?void 0:y.label,width:r.tabWidth,active:r.modelValue===(y==null?void 0:y.name),icon:y==null?void 0:y.icon,disabled:y==null?void 0:y.disabled,role:"tab"},null,8,["label","width","active","icon","disabled"])),[[v,()=>i(y)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2)])}}});const n4={install(t){t.component("PlMultitab",K9)}},Ym=Qt(rs,"PlNotification"),J9={class:"stepper-container"},X9={class:"stepper-title__container"},eH={key:0,class:"stepper-figure"},tH=e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),nH=e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1),rH=[tH,nH],oH={key:1,class:"stepper-figure"},aH={class:"stepper-figure__progress"},lH={key:2,class:"stepper-title__container"},sH={key:0},iH={key:1},uH={key:0},cH={key:1},dH={key:0},fH={key:3,class:"stepper-title__container"},pH={key:0},mH={key:1},gH={key:0},vH={key:1},hH={key:0},yH={key:0},MH={class:"stepper-title__container stepper-title__container_ended"},NH={class:"stepper-text"},DH={key:0},bH={key:0},wH={key:0,class:"stepper-footer"},kH={class:"stepper-footer__count-remain"},CH={class:"stepper-footer__count"},TH={key:1,class:"stepper-footer"},_H={class:"stepper-footer__count-remain"},IH={class:"stepper-footer__count"},xH={name:"PlStepper"},EH=e.defineComponent({...xH,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,r=e.computed(()=>n.steps.length-1),o=e.computed(()=>n.displayType==="number"),l=e.computed(()=>n.steps[r.value][n.stepCountName]<=n.currentCount),s=e.computed(()=>{const p=ro.cloneDeep(n.steps);return p.pop(),p}),i=e.computed(()=>l.value?n.steps[r.value]:n.steps.find((p,h,M)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<M[h+1][n.stepCountName])),c=(p,h)=>Number((100*(p/h)).toFixed(2)),d=e.computed(()=>{const p={remain:null,progress:null};if(!l.value){const h=n.steps.findIndex(M=>M[n.stepName]===i.value[n.stepName]);return p.remain=n.steps[h+1][n.stepCountName]-n.currentCount,p.progress=c(n.currentCount-i.value[n.stepCountName],n.steps[h+1][n.stepCountName]-i.value[n.stepCountName]),p}return p.remain=0,p.progress=100,p}),f=p=>p>0&&p<r.value,m=(p,h)=>p[n.stepName]===h[n.stepName];return(p,h)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",J9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(M,v)=>(e.openBlock(),e.createElementBlock("div",{key:M[t.stepName],class:"stepper-item"},[e.createElementVNode("div",X9,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(v),"stepper-title_checked":t.currentCount>=M[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(M[t.stepName]),3)]),t.currentCount>M[t.stepCountName]&&!m(M,i.value)?(e.openBlock(),e.createElementBlock("div",eH,rH)):(e.openBlock(),e.createElementBlock("div",oH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":m(M,i.value)}])},null,2),e.createElementVNode("div",aH,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${m(M,i.value)?d.value.progress:0}%;`)},null,4)])])),o.value?(e.openBlock(),e.createElementBlock("div",lH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(v)}])},[v?(e.openBlock(),e.createElementBlock("div",sH,e.toDisplayString(M[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",iH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",uH,"0")):(e.openBlock(),e.createElementBlock("span",cH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",dH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},e.toDisplayString(d.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",fH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(v)}])},[v?(e.openBlock(),e.createElementBlock("div",pH,e.toDisplayString(M[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",mH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",gH,"0 ₽")):(e.openBlock(),e.createElementBlock("span",vH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",hH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},[e.createTextVNode(e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ",1),d.value.remain?(e.openBlock(),e.createElementBlock("span",yH,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",MH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_checked":l.value,"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(t.steps[r.value][t.stepName]),3),e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":l.value}])},null,2),e.createElementVNode("div",NH,[e.createTextVNode(e.toDisplayString(t.steps[r.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",DH,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",bH,[o.value?(e.openBlock(),e.createElementBlock("div",wH,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",kH,e.toDisplayString(d.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",CH,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",TH,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",_H,e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",IH,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}});const r4={install(t){t.component("PlStepper",EH)}},SH={class:"pagination-wrapper"},zH={key:0,class:"d-flex align-items-center gap-2"},jH={class:"pagination"},AH={key:0},OH={key:0},LH={key:1},BH={key:1},PH={key:0},VH={key:1},o4=e.defineComponent({__name:"PlPagination",props:{pageNumber:{default:1},pageSize:{default:20},total:{},showPageSize:{type:Boolean,default:!1},options:{}},emits:["pageChange","pageSizeChange"],setup(t,{emit:n}){const r=t,o=e.ref(r.pageNumber||1),l=e.ref(r.pageSize||20),s=e.computed(()=>Math.ceil(r.total/l.value)),i=e.ref(!1),c=e.ref(!1),{width:d}=un(),f=n,m=[20,50,100,1e3],p=e.computed(()=>(r.options||m).map(T=>({label:T.toString(),value:T}))),h=e.computed(()=>{const T=[];let b=4;if(M.value&&v.value&&(b=3),s.value<=7)for(let x=2;x<s.value;x++)T.push(x);else{let x,z;o.value>=s.value-3?(x=s.value-4,z=s.value-1):b===3?(x=Math.max(2,o.value-1),z=Math.min(s.value-1,o.value+1)):(x=Math.max(2,o.value-2),z=x+b-1,x<=2&&(x=2,z=x+b-1),z>=s.value&&(z=s.value-1,x=z-b+1));for(let E=x;E<=z&&E<s.value;E++)T.push(E)}return T}),M=e.computed(()=>s.value>7&&o.value>4),v=e.computed(()=>s.value>7&&o.value<s.value-3),y=T=>{T>=1&&T<=s.value&&(o.value=T,f("pageChange",T))},N=()=>{y(1),f("pageSizeChange",l.value)},D=()=>{o.value>1&&y(o.value-1)},_=()=>{o.value<s.value&&y(o.value+1)},I=()=>{const T=o.value+5;T>=s.value?y(s.value):y(T),i.value=!1},w=()=>{const T=o.value-5;T<1?y(1):y(T),c.value=!1},k=T=>({width:T.toString().length===4?"44px":"40px"});return e.watch(()=>r.pageNumber,T=>{T&&T>=1&&T<=s.value&&(o.value=T)}),(T,b)=>{const x=kn,z=Qm,E=ya,j=ut;return e.openBlock(),e.createElementBlock("nav",SH,[r.showPageSize&&e.unref(d)>=768?(e.openBlock(),e.createElementBlock("div",zH,[e.createVNode(x,null,{default:e.withCtx(()=>[e.createTextVNode("На странице:")]),_:1}),e.createVNode(z,{modelValue:l.value,"onUpdate:modelValue":b[0]||(b[0]=V=>l.value=V),teleport:"",options:p.value,width:"86px",onChange:N},null,8,["modelValue","options"])])):e.createCommentVNode("",!0),e.createElementVNode("div",jH,[e.createVNode(E,{type:"empty",disabled:o.value===1,icon:"ChevronLeft24","icon-color":"var(--color-text-icons-secondary)",onClick:D},null,8,["disabled"]),e.createVNode(x,{class:e.normalizeClass(["pagination-page",{active:o.value===1}]),onClick:b[1]||(b[1]=V=>y(1))},{default:e.withCtx(()=>[e.createTextVNode(" 1 ")]),_:1},8,["class"]),M.value?(e.openBlock(),e.createElementBlock("div",AH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:b[2]||(b[2]=V=>c.value=!0),onMouseleave:b[3]||(b[3]=V=>c.value=!1),onClick:w},[c.value?(e.openBlock(),e.createElementBlock("span",LH,[e.createVNode(j,{name:"ChevronDoubleLeft20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",OH,"..."))],32)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,V=>(e.openBlock(),e.createBlock(x,{key:V,class:e.normalizeClass(["pagination-page",{active:o.value===V}]),style:e.normalizeStyle(k(V)),onClick:$=>y(V)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V),1)]),_:2},1032,["class","style","onClick"]))),128)),v.value?(e.openBlock(),e.createElementBlock("div",BH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:b[4]||(b[4]=V=>i.value=!0),onMouseleave:b[5]||(b[5]=V=>i.value=!1),onClick:I},[i.value?(e.openBlock(),e.createElementBlock("span",VH,[e.createVNode(j,{name:"ChevronDoubleRight20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",PH,"..."))],32)])):e.createCommentVNode("",!0),s.value>1?(e.openBlock(),e.createBlock(x,{key:2,class:e.normalizeClass(["pagination-page",{active:o.value===s.value}]),style:e.normalizeStyle(k(s.value)),onClick:b[6]||(b[6]=V=>y(s.value))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value),1)]),_:1},8,["class","style"])):e.createCommentVNode("",!0),e.createVNode(E,{type:"empty",icon:"ChevronRight24","icon-color":"var(--color-text-icons-secondary)",disabled:o.value===s.value,onClick:_},null,8,["disabled"])])])}}});const $H={class:"table-row"},UH={class:"d-grid flex-grow-1 py-md-table-4 row-gap-md-table-6"},QH={key:0,class:"d-flex align-content-start gap-4"},YH={class:"flex-grow-1"},RH={key:0,class:"table-cell pr-10"},FH={key:0,style:{width:"140px"}},qH={class:"flex-grow-1"},HH={key:2},LM=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}=un(),r=t;return(o,l)=>(e.openBlock(),e.createElementBlock("div",$H,[e.createElementVNode("div",UH,[e.unref(n)<1024&&r.mobileTop?(e.openBlock(),e.createElementBlock("div",QH,[r.isSelectable?(e.openBlock(),e.createBlock(Xo,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",YH,[e.createVNode(Xo,{variant:"p",width:"70%"})])])):e.createCommentVNode("",!0),r.headers.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(r.tableStyle)},[r.isSelectable&&e.unref(n)>=1024?(e.openBlock(),e.createElementBlock("div",RH,[e.createVNode(Xo,{width:"20px",height:"20px",variant:"button"})])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.headers,(s,i)=>(e.openBlock(),e.createElementBlock("div",{key:i,class:"table-cell"},[e.unref(n)<1024&&(s!=null&&s.label)?(e.openBlock(),e.createElementBlock("div",FH,[e.createVNode(Xo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",qH,[e.createVNode(Xo,{variant:"p",width:`${e.unref(n)>=1024&&(s!=null&&s.maxWidthContent)?s.maxWidthContent:"70%"}`,class:e.normalizeClass({"ml-auto":e.unref(n)<1024})},null,8,["width","class"])])]))),128))],4)):e.createCommentVNode("",!0),e.unref(n)<1024&&r.mobileBottom?(e.openBlock(),e.createElementBlock("div",HH,[e.createVNode(Xo,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Pu={exports:{}};Pu.exports;(function(t,n){var r=200,o="__lodash_hash_undefined__",l=1,s=2,i=9007199254740991,c="[object Arguments]",d="[object Array]",f="[object AsyncFunction]",m="[object Boolean]",p="[object Date]",h="[object Error]",M="[object Function]",v="[object GeneratorFunction]",y="[object Map]",N="[object Number]",D="[object Null]",_="[object Object]",I="[object Promise]",w="[object Proxy]",k="[object RegExp]",T="[object Set]",b="[object String]",x="[object Symbol]",z="[object Undefined]",E="[object WeakMap]",j="[object ArrayBuffer]",V="[object DataView]",$="[object Float32Array]",W="[object Float64Array]",Z="[object Int8Array]",U="[object Int16Array]",A="[object Int32Array]",Q="[object Uint8Array]",B="[object Uint8ClampedArray]",F="[object Uint16Array]",ee="[object Uint32Array]",L=/[\\^$.*+?()[\]{}|]/g,Y=/^\[object .+?Constructor\]$/,K=/^(?:0|[1-9]\d*)$/,se={};se[$]=se[W]=se[Z]=se[U]=se[A]=se[Q]=se[B]=se[F]=se[ee]=!0,se[c]=se[d]=se[j]=se[m]=se[V]=se[p]=se[h]=se[M]=se[y]=se[N]=se[_]=se[k]=se[T]=se[b]=se[E]=!1;var he=typeof Ut=="object"&&Ut&&Ut.Object===Object&&Ut,ce=typeof self=="object"&&self&&self.Object===Object&&self,X=he||ce||Function("return this")(),ve=n&&!n.nodeType&&n,de=ve&&!0&&t&&!t.nodeType&&t,je=de&&de.exports===ve,Se=je&&he.process,Te=function(){try{return Se&&Se.binding&&Se.binding("util")}catch{}}(),Ae=Te&&Te.isTypedArray;function Ve(R,oe){for(var ke=-1,Be=R==null?0:R.length,bt=0,tt=[];++ke<Be;){var Et=R[ke];oe(Et,ke,R)&&(tt[bt++]=Et)}return tt}function Ye(R,oe){for(var ke=-1,Be=oe.length,bt=R.length;++ke<Be;)R[bt+ke]=oe[ke];return R}function He(R,oe){for(var ke=-1,Be=R==null?0:R.length;++ke<Be;)if(oe(R[ke],ke,R))return!0;return!1}function lt(R,oe){for(var ke=-1,Be=Array(R);++ke<R;)Be[ke]=oe(ke);return Be}function st(R){return function(oe){return R(oe)}}function Oe(R,oe){return R.has(oe)}function Je(R,oe){return R==null?void 0:R[oe]}function ct(R){var oe=-1,ke=Array(R.size);return R.forEach(function(Be,bt){ke[++oe]=[bt,Be]}),ke}function we(R,oe){return function(ke){return R(oe(ke))}}function ue(R){var oe=-1,ke=Array(R.size);return R.forEach(function(Be){ke[++oe]=Be}),ke}var Ie=Array.prototype,Qe=Function.prototype,ge=Object.prototype,Ne=X["__core-js_shared__"],ie=Qe.toString,te=ge.hasOwnProperty,pe=function(){var R=/[^.]+$/.exec(Ne&&Ne.keys&&Ne.keys.IE_PROTO||"");return R?"Symbol(src)_1."+R:""}(),Ee=ge.toString,re=RegExp("^"+ie.call(te).replace(L,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ye=je?X.Buffer:void 0,q=X.Symbol,_e=X.Uint8Array,J=ge.propertyIsEnumerable,me=Ie.splice,ze=q?q.toStringTag:void 0,Ge=Object.getOwnPropertySymbols,Fe=ye?ye.isBuffer:void 0,pt=we(Object.keys,Object),cn=Pn(X,"DataView"),yt=Pn(X,"Map"),jt=Pn(X,"Promise"),co=Pn(X,"Set"),_a=Pn(X,"WeakMap"),Lo=Pn(Object,"create"),pc=Yr(cn),mc=Yr(yt),_l=Yr(jt),gc=Yr(co),Il=Yr(_a),$s=q?q.prototype:void 0,xl=$s?$s.valueOf:void 0;function Ur(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function vc(){this.__data__=Lo?Lo(null):{},this.size=0}function hc(R){var oe=this.has(R)&&delete this.__data__[R];return this.size-=oe?1:0,oe}function yc(R){var oe=this.__data__;if(Lo){var ke=oe[R];return ke===o?void 0:ke}return te.call(oe,R)?oe[R]:void 0}function Mc(R){var oe=this.__data__;return Lo?oe[R]!==void 0:te.call(oe,R)}function Nc(R,oe){var ke=this.__data__;return this.size+=this.has(R)?0:1,ke[R]=Lo&&oe===void 0?o:oe,this}Ur.prototype.clear=vc,Ur.prototype.delete=hc,Ur.prototype.get=yc,Ur.prototype.has=Mc,Ur.prototype.set=Nc;function Kn(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function Dc(){this.__data__=[],this.size=0}function bc(R){var oe=this.__data__,ke=Bo(oe,R);if(ke<0)return!1;var Be=oe.length-1;return ke==Be?oe.pop():me.call(oe,ke,1),--this.size,!0}function wc(R){var oe=this.__data__,ke=Bo(oe,R);return ke<0?void 0:oe[ke][1]}function kc(R){return Bo(this.__data__,R)>-1}function Cc(R,oe){var ke=this.__data__,Be=Bo(ke,R);return Be<0?(++this.size,ke.push([R,oe])):ke[Be][1]=oe,this}Kn.prototype.clear=Dc,Kn.prototype.delete=bc,Kn.prototype.get=wc,Kn.prototype.has=kc,Kn.prototype.set=Cc;function Qr(R){var oe=-1,ke=R==null?0:R.length;for(this.clear();++oe<ke;){var Be=R[oe];this.set(Be[0],Be[1])}}function Ia(){this.size=0,this.__data__={hash:new Ur,map:new(yt||Kn),string:new Ur}}function Tc(R){var oe=fo(this,R).delete(R);return this.size-=oe?1:0,oe}function xa(R){return fo(this,R).get(R)}function _c(R){return fo(this,R).has(R)}function Ic(R,oe){var ke=fo(this,R),Be=ke.size;return ke.set(R,oe),this.size+=ke.size==Be?0:1,this}Qr.prototype.clear=Ia,Qr.prototype.delete=Tc,Qr.prototype.get=xa,Qr.prototype.has=_c,Qr.prototype.set=Ic;function Ea(R){var oe=-1,ke=R==null?0:R.length;for(this.__data__=new Qr;++oe<ke;)this.add(R[oe])}function Us(R){return this.__data__.set(R,o),this}function Qs(R){return this.__data__.has(R)}Ea.prototype.add=Ea.prototype.push=Us,Ea.prototype.has=Qs;function fr(R){var oe=this.__data__=new Kn(R);this.size=oe.size}function xc(){this.__data__=new Kn,this.size=0}function Ec(R){var oe=this.__data__,ke=oe.delete(R);return this.size=oe.size,ke}function Sc(R){return this.__data__.get(R)}function zc(R){return this.__data__.has(R)}function Ys(R,oe){var ke=this.__data__;if(ke instanceof Kn){var Be=ke.__data__;if(!yt||Be.length<r-1)return Be.push([R,oe]),this.size=++ke.size,this;ke=this.__data__=new Qr(Be)}return ke.set(R,oe),this.size=ke.size,this}fr.prototype.clear=xc,fr.prototype.delete=Ec,fr.prototype.get=Sc,fr.prototype.has=zc,fr.prototype.set=Ys;function Rs(R,oe){var ke=ja(R),Be=!ke&&ni(R),bt=!ke&&!Be&&zl(R),tt=!ke&&!Be&&!bt&&ai(R),Et=ke||Be||bt||tt,Wt=Et?lt(R.length,String):[],mt=Wt.length;for(var wt in R)(oe||te.call(R,wt))&&!(Et&&(wt=="length"||bt&&(wt=="offset"||wt=="parent")||tt&&(wt=="buffer"||wt=="byteLength"||wt=="byteOffset")||Ks(wt,mt)))&&Wt.push(wt);return Wt}function Bo(R,oe){for(var ke=R.length;ke--;)if(ti(R[ke][0],oe))return ke;return-1}function El(R,oe,ke){var Be=oe(R);return ja(R)?Be:Ye(Be,ke(R))}function Po(R){return R==null?R===void 0?z:D:ze&&ze in Object(R)?Zs(R):Oc(R)}function Sl(R){return $o(R)&&Po(R)==c}function Vo(R,oe,ke,Be,bt){return R===oe?!0:R==null||oe==null||!$o(R)&&!$o(oe)?R!==R&&oe!==oe:Fs(R,oe,ke,Be,Vo,bt)}function Fs(R,oe,ke,Be,bt,tt){var Et=ja(R),Wt=ja(oe),mt=Et?d:_r(R),wt=Wt?d:_r(oe);mt=mt==c?_:mt,wt=wt==c?_:wt;var Yt=mt==_,Cn=wt==_,Zt=mt==wt;if(Zt&&zl(R)){if(!zl(oe))return!1;Et=!0,Yt=!1}if(Zt&&!Yt)return tt||(tt=new fr),Et||ai(R)?Sa(R,oe,ke,Be,bt,tt):Ac(R,oe,mt,ke,Be,bt,tt);if(!(ke&l)){var St=Yt&&te.call(R,"__wrapped__"),hn=Cn&&te.call(oe,"__wrapped__");if(St||hn){var pr=St?R.value():R,Jn=hn?oe.value():oe;return tt||(tt=new fr),bt(pr,Jn,ke,Be,tt)}}return Zt?(tt||(tt=new fr),Ws(R,oe,ke,Be,bt,tt)):!1}function jc(R){if(!oi(R)||Xs(R))return!1;var oe=Aa(R)?re:Y;return oe.test(Yr(R))}function qs(R){return $o(R)&&ri(R.length)&&!!se[Po(R)]}function Hs(R){if(!ei(R))return pt(R);var oe=[];for(var ke in Object(R))te.call(R,ke)&&ke!="constructor"&&oe.push(ke);return oe}function Sa(R,oe,ke,Be,bt,tt){var Et=ke&l,Wt=R.length,mt=oe.length;if(Wt!=mt&&!(Et&&mt>Wt))return!1;var wt=tt.get(R);if(wt&&tt.get(oe))return wt==oe;var Yt=-1,Cn=!0,Zt=ke&s?new Ea:void 0;for(tt.set(R,oe),tt.set(oe,R);++Yt<Wt;){var St=R[Yt],hn=oe[Yt];if(Be)var pr=Et?Be(hn,St,Yt,oe,R,tt):Be(St,hn,Yt,R,oe,tt);if(pr!==void 0){if(pr)continue;Cn=!1;break}if(Zt){if(!He(oe,function(Jn,Ir){if(!Oe(Zt,Ir)&&(St===Jn||bt(St,Jn,ke,Be,tt)))return Zt.push(Ir)})){Cn=!1;break}}else if(!(St===hn||bt(St,hn,ke,Be,tt))){Cn=!1;break}}return tt.delete(R),tt.delete(oe),Cn}function Ac(R,oe,ke,Be,bt,tt,Et){switch(ke){case V:if(R.byteLength!=oe.byteLength||R.byteOffset!=oe.byteOffset)return!1;R=R.buffer,oe=oe.buffer;case j:return!(R.byteLength!=oe.byteLength||!tt(new _e(R),new _e(oe)));case m:case p:case N:return ti(+R,+oe);case h:return R.name==oe.name&&R.message==oe.message;case k:case b:return R==oe+"";case y:var Wt=ct;case T:var mt=Be&l;if(Wt||(Wt=ue),R.size!=oe.size&&!mt)return!1;var wt=Et.get(R);if(wt)return wt==oe;Be|=s,Et.set(R,oe);var Yt=Sa(Wt(R),Wt(oe),Be,bt,tt,Et);return Et.delete(R),Yt;case x:if(xl)return xl.call(R)==xl.call(oe)}return!1}function Ws(R,oe,ke,Be,bt,tt){var Et=ke&l,Wt=za(R),mt=Wt.length,wt=za(oe),Yt=wt.length;if(mt!=Yt&&!Et)return!1;for(var Cn=mt;Cn--;){var Zt=Wt[Cn];if(!(Et?Zt in oe:te.call(oe,Zt)))return!1}var St=tt.get(R);if(St&&tt.get(oe))return St==oe;var hn=!0;tt.set(R,oe),tt.set(oe,R);for(var pr=Et;++Cn<mt;){Zt=Wt[Cn];var Jn=R[Zt],Ir=oe[Zt];if(Be)var jl=Et?Be(Ir,Jn,Zt,oe,R,tt):Be(Jn,Ir,Zt,R,oe,tt);if(!(jl===void 0?Jn===Ir||bt(Jn,Ir,ke,Be,tt):jl)){hn=!1;break}pr||(pr=Zt=="constructor")}if(hn&&!pr){var Uo=R.constructor,en=oe.constructor;Uo!=en&&"constructor"in R&&"constructor"in oe&&!(typeof Uo=="function"&&Uo instanceof Uo&&typeof en=="function"&&en instanceof en)&&(hn=!1)}return tt.delete(R),tt.delete(oe),hn}function za(R){return El(R,Pc,Gs)}function fo(R,oe){var ke=R.__data__;return Js(oe)?ke[typeof oe=="string"?"string":"hash"]:ke.map}function Pn(R,oe){var ke=Je(R,oe);return jc(ke)?ke:void 0}function Zs(R){var oe=te.call(R,ze),ke=R[ze];try{R[ze]=void 0;var Be=!0}catch{}var bt=Ee.call(R);return Be&&(oe?R[ze]=ke:delete R[ze]),bt}var Gs=Ge?function(R){return R==null?[]:(R=Object(R),Ve(Ge(R),function(oe){return J.call(R,oe)}))}:Dt,_r=Po;(cn&&_r(new cn(new ArrayBuffer(1)))!=V||yt&&_r(new yt)!=y||jt&&_r(jt.resolve())!=I||co&&_r(new co)!=T||_a&&_r(new _a)!=E)&&(_r=function(R){var oe=Po(R),ke=oe==_?R.constructor:void 0,Be=ke?Yr(ke):"";if(Be)switch(Be){case pc:return V;case mc:return y;case _l:return I;case gc:return T;case Il:return E}return oe});function Ks(R,oe){return oe=oe??i,!!oe&&(typeof R=="number"||K.test(R))&&R>-1&&R%1==0&&R<oe}function Js(R){var oe=typeof R;return oe=="string"||oe=="number"||oe=="symbol"||oe=="boolean"?R!=="__proto__":R===null}function Xs(R){return!!pe&&pe in R}function ei(R){var oe=R&&R.constructor,ke=typeof oe=="function"&&oe.prototype||ge;return R===ke}function Oc(R){return Ee.call(R)}function Yr(R){if(R!=null){try{return ie.call(R)}catch{}try{return R+""}catch{}}return""}function ti(R,oe){return R===oe||R!==R&&oe!==oe}var ni=Sl(function(){return arguments}())?Sl:function(R){return $o(R)&&te.call(R,"callee")&&!J.call(R,"callee")},ja=Array.isArray;function Lc(R){return R!=null&&ri(R.length)&&!Aa(R)}var zl=Fe||Nt;function Bc(R,oe){return Vo(R,oe)}function Aa(R){if(!oi(R))return!1;var oe=Po(R);return oe==M||oe==v||oe==f||oe==w}function ri(R){return typeof R=="number"&&R>-1&&R%1==0&&R<=i}function oi(R){var oe=typeof R;return R!=null&&(oe=="object"||oe=="function")}function $o(R){return R!=null&&typeof R=="object"}var ai=Ae?st(Ae):qs;function Pc(R){return Lc(R)?Rs(R):Hs(R)}function Dt(){return[]}function Nt(){return!1}t.exports=Bc})(Pu,Pu.exports);var WH=Pu.exports;const BM=sn(WH),ZH={key:0},GH={key:0,class:"px-4"},KH={key:1,class:"px-4"},JH={"data-testid":"table-headers",class:"table-row",role:"rowgroup"},XH={key:0,class:"table-cell pr-10",role:"columnheader"},eW=e.createElementVNode("div",{class:"divider"},null,-1),tW={key:0,class:"py-4"},nW=e.createElementVNode("div",{class:"divider"},null,-1),rW=[nW],oW={class:"no-data-container"},aW={class:"d-grid flex-grow-1 row-gap-md-table-6 py-md-table-4"},lW={key:0,class:"d-flex align-content-start gap-4",role:"cell"},sW={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},iW={key:2,role:"cell"},uW={key:0,class:"prevent-click py-4"},cW=e.createElementVNode("div",{class:"divider"},null,-1),dW=[cW],fW=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},pagination:{type:Boolean,default:!1},pageSizeOptions:{},total:{default:0},bodyHeight:{default:"100%"},alignRight:{type:Boolean,default:!1},border:{type:Boolean}},emits:["infiniteScroll","update:selectedRows","rowClick","headerCheckboxClicked","pageChange","pageSizeChange","scroll"],setup(t,{expose:n,emit:r}){e.useCssVars(L=>({"7e544f92":s.value}));const o=r,l=t,s=e.computed(()=>wp(l.bodyHeight)),{width:i}=un(),{rows:c}=e.toRefs(l),d=e.useSlots(),f=e.ref({}),m=e.ref(),p=e.computed(()=>l.isLoading),h=e.ref(!0),M=e.ref(1),v=e.ref(20),y=e.ref(),N=(L,Y)=>{y.value.setScrollLeft(Y.left),o("scroll",L)},D=e.ref(),_=(L,Y)=>{i.value>=1024&&(D.value.setScrollLeft(Y.left),o("scroll",L))},I=e.computed({get:()=>l.selectedRows,set:L=>o("update:selectedRows",L)}),w=e.computed(()=>{const L={};return l.rows.forEach((Y,K)=>{const se=l.uniqKey?Y[l.uniqKey]:K;L[se]=Y}),L}),k=L=>{M.value=L,y.value.setScrollTop(0),o("pageChange",M.value)},T=L=>{v.value=L,o("pageSizeChange",v.value)},b=()=>{f.value={}},x=()=>{l.rows.forEach((L,Y)=>{if(L!=null&&L.isDisabledSelect)return;const K=l.uniqKey?L[l.uniqKey]:Y;f.value[K]=!0})},z=e.ref(!1),E=e.computed(()=>l.rows.filter(L=>!(L!=null&&L.isDisabledSelect))),j=e.computed(()=>Object.values(I.value).map(L=>L).length),V=e.computed(()=>i.value<1024?l.headers.filter(L=>!l.hideHeadersOnMobile.includes(L.key)):l.headers),$=e.ref(1),W=e.computed(()=>{let L=l.isSelectable?"60px":"";return V.value.forEach(Y=>{let K="1fr",se="0";Y!=null&&Y.width&&typeof Y.width=="number"&&(K=`${100/$.value*Y.width}%`,se=K),Y!=null&&Y.minWidth&&typeof Y.minWidth=="number"&&(se=`${100/$.value*Y.minWidth}%`),L+=` minmax(${se}, ${K})`}),i.value<1024?{}:{"grid-template-columns":L}}),Z=()=>{p.value||!c.value.length||o("infiniteScroll")},U=()=>{Q.value=!0,z.value=!0},A=()=>{b()},Q=e.ref(!1),B=()=>{Q.value=!0},F=(L,Y)=>{var K,se;(se=(K=L.target).closest)!=null&&se.call(K,".prevent-click")||o("rowClick",Y)};e.watch(z,L=>{Q.value&&(L?x():b(),o("headerCheckboxClicked",L)),Q.value=!1}),e.watch(f,()=>{setTimeout(()=>{const L=[];for(const Y in f.value)f.value[Y]&&L.push(w.value[Y]);z.value=!!E.value.length&&L.length===E.value.length,!BM(I.value,L)&&(I.value=L)})},{deep:!0}),e.watch(I,(L,Y)=>{if(BM(L,Y))return;const K={};L.forEach((se,he)=>{const ce=l.uniqKey?se[l.uniqKey]:he;K[ce]=!0}),f.value=K},{deep:!0,immediate:!0}),e.watch(p,L=>{h.value&&(L||(h.value=!1))},{immediate:!0});const ee=()=>{const{width:L}=m.value.getBoundingClientRect(),Y=l.defaultWrapperWidth||L;$.value=Y-32};return e.watch(i,()=>{ee()}),e.onMounted(()=>{ee()}),n({resetSelectedRows:A,selectAllRows:U}),(L,Y)=>{const K=uo,se=o4,he=e.resolveDirective("tap"),ce=e.resolveDirective("pl-infinite-scroll");return e.openBlock(),e.createElementBlock("div",{id:"lk-table",ref_key:"wrapper",ref:m,"data-testid":"table-main",role:"table"},[e.unref(i)>=1024?(e.openBlock(),e.createElementBlock("div",ZH,[h.value?(e.openBlock(),e.createElementBlock("div",GH,[e.createVNode(LM,{"is-selectable":!!L.isSelectable,headers:V.value,"table-style":W.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",KH,[e.createVNode(K,{ref_key:"tableHeaderScroll",ref:D,"wrap-class":"pt-1 pt-md-table-0","view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","hide-scroll-thumb":"",onScroll:N},{default:e.withCtx(()=>[e.createElementVNode("div",JH,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(W.value),role:"row"},[L.isSelectable?(e.openBlock(),e.createElementBlock("div",XH,[e.createVNode(fs,{modelValue:z.value,"onUpdate:modelValue":Y[0]||(Y[0]=X=>z.value=X),disabled:p.value||!E.value.length,"is-indeterminate":!!j.value,size:"small",onMousedown:B},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,(X,ve)=>(e.openBlock(),e.createElementBlock("div",{key:ve+"headerCell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":X.alignRight||l.alignRight}]]),role:"columnheader"},[e.createVNode(kn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(X.label),1)]),_:2},1024)],2))),128))],4)])]),_:1},512)])),eW])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",{class:e.normalizeClass(["table-body rows-skeleton",[{"table-body__fixed":s.value!=="100%"}]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c).length||5,(X,ve)=>(e.openBlock(),e.createElementBlock("div",{key:X+"skeletonRow"},[e.createVNode(LM,{"is-selectable":!!L.isSelectable,headers:V.value,"table-style":W.value,"mobile-bottom":e.unref(d).mobileBottom,"mobile-top":e.unref(d).mobileTop},null,8,["is-selectable","headers","table-style","mobile-bottom","mobile-top"]),e.unref(i)<1024&&ve<(e.unref(c).length||5)-1?(e.openBlock(),e.createElementBlock("div",tW,rW)):e.createCommentVNode("",!0)]))),128))],2),[[e.vShow,p.value]]),e.withDirectives(e.createElementVNode("div",oW,[e.renderSlot(L.$slots,"noDataContainer")],512),[[e.vShow,!p.value&&e.unref(d).noDataContainer&&!e.unref(c).length]]),e.withDirectives((e.openBlock(),e.createBlock(K,{ref_key:"tableBodyScroll",ref:y,"data-testid":"table-body",class:"table-body mt-md-table-0",role:"rowgroup",height:L.bodyHeight,"wrap-class":"pt-1 pt-md-table-0","view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","always-show-x-thumb":"",onScroll:_},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(X,ve)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:(X==null?void 0:X[L.uniqKey])||ve+"tableRow",class:e.normalizeClass([[{"with-hover":L.withHover&&e.unref(i)>=1024&&!L.border},{"with-border":L.border&&e.unref(i)>=1024}],"table-row"]),"data-testid":"table-row",role:"row"},[e.createElementVNode("div",aW,[e.unref(i)<1024&&e.unref(d).mobileTop?(e.openBlock(),e.createElementBlock("div",lW,[L.isSelectable?(e.openBlock(),e.createBlock(fs,{key:0,modelValue:f.value[(X==null?void 0:X[L.uniqKey])||ve],"onUpdate:modelValue":de=>f.value[(X==null?void 0:X[L.uniqKey])||ve]=de,disabled:X==null?void 0:X.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(L.$slots,"mobileTop",{row:X})])):e.createCommentVNode("",!0),V.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(W.value)},[L.isSelectable&&e.unref(i)>=1024?(e.openBlock(),e.createElementBlock("div",sW,[e.createVNode(fs,{modelValue:f.value[(X==null?void 0:X[L.uniqKey])||ve],"onUpdate:modelValue":de=>f.value[(X==null?void 0:X[L.uniqKey])||ve]=de,disabled:X==null?void 0:X.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(V.value,(de,je)=>(e.openBlock(),e.createElementBlock("div",{key:je+"tableCell","data-testid":"table-cell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":de.alignRight||l.alignRight}]]),role:"cell"},[e.unref(i)<1024&&(de!=null&&de.label)?(e.openBlock(),e.createBlock(kn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(de.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(i)>=1024?de.maxWidthContent:"100%"}`)},[e.renderSlot(L.$slots,de.key,{row:X},()=>[e.createTextVNode(e.toDisplayString(X[de.label]),1)])],4)],2))),128))],4)):e.createCommentVNode("",!0),e.unref(i)<1024&&e.unref(d).mobileBottom?(e.openBlock(),e.createElementBlock("div",iW,[e.renderSlot(L.$slots,"mobileBottom",{row:X})])):e.createCommentVNode("",!0)]),e.unref(i)<1024&&ve<e.unref(c).length-1?(e.openBlock(),e.createElementBlock("div",uW,dW)):e.createCommentVNode("",!0)],2)),[[he,de=>F(de,X)]])),128))]),_:3},8,["height"])),[[e.vShow,!p.value&&e.unref(c).length],[ce,Z]]),l.pagination?(e.openBlock(),e.createBlock(se,{key:1,total:l.total,"page-size":v.value,"current-page":M.value,"show-page-size":"",options:L.pageSizeOptions,onPageChange:k,onPageSizeChange:T},null,8,["total","page-size","current-page","options"])):e.createCommentVNode("",!0)],512)}}});const a4={install(t){t.component("PlTablePlus",fW)}},pW=e.defineComponent({__name:"pl-tags-chips",props:{textColor:{default:""},icon:{default:""},iconColor:{default:""},backgroundColor:{default:""},size:{default:"large"},chip:{type:Boolean,default:!1},type:{default:"info"},deleteBtn:{type:Boolean,default:!1},interactive:{type:Boolean,default:!1},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["tagClicked","crossClicked"],setup(t,{emit:n}){const r=t,o=n,l=e.computed(()=>r.interactive?["primary","outline"].includes(r.type)?r.type:"primary":r.type),s=e.computed(()=>{const h={success:{text:"var(--color-text-icons-success)",background:"var(--color-system-surface-success)"},interactive:{text:"var(--color-text-icons-interactive)",background:"var(--color-system-surface-interactive)"},warning:{text:"var(--color-text-icons-warning)",background:"var(--color-system-surface-warning)"},error:{text:"var(--color-text-icons-error)",background:"var(--color-system-surface-error)"},info:{text:"var(--color-text-icons-primary)",background:"var(--color-surface-opacity-2)"},primary:{text:"var(--color-text-icons-primary)",background:"var(--color-surface-opacity-1)"},outline:{text:"var(--color-text-icons-primary)",background:""}};return h[l.value]||h.info}),i=e.computed(()=>["pl-tags-chips",r.size==="small"?"pl-tags-chips-small":"pl-tags-chips-large",{chip:r.chip},{"pl-tags-chips-primary-hover":l.value==="primary"&&!r.active},{"pl-tags-chips-primary-active ":l.value==="primary"&&r.active&&!r.disabled},{"pl-tags-chips-outline-hover":l.value==="outline"&&!r.active},{"pl-tags-chips-outline-active ":l.value==="outline"&&r.active&&!r.disabled},{"cursor-pointer":r.interactive},{"pl-tags-chips-disabled":r.disabled&&r.interactive}]),c=e.computed(()=>({color:r.textColor||s.value.text,backgroundColor:r.backgroundColor||s.value.background,padding:r.icon&&r.deleteBtn?"4px 8px":r.icon?"4px 12px 4px 8px":"4px 12px",border:l.value==="outline"?"1px solid var(--color-border-inactive)":"none"})),d=e.computed(()=>r.disabled?"var(--color-text-icons-tertiary)":r.iconColor||r.textColor||s.value.text),f=e.computed(()=>r.size==="large"?"Close20":"Close16"),m=()=>{r.disabled||o("crossClicked")},p=()=>{r.disabled||o("tagClicked")};return(h,M)=>{const v=ut;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(i.value),style:e.normalizeStyle(c.value),"data-testid":"tag",onClick:p},[r.icon?(e.openBlock(),e.createBlock(v,{key:0,color:d.value,name:r.icon},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(h.$slots,"default"),r.deleteBtn?(e.openBlock(),e.createBlock(v,{key:1,class:e.normalizeClass(["pl-tags-chips-delete-btn",{"pl-tags-chips-disabled":r.disabled}]),color:"var(--color-text-icons-tertiary)",name:f.value,onClick:e.withModifiers(m,["stop"])},null,8,["class","name"])):e.createCommentVNode("",!0)],6)}}});const l4=Qt(pW,"PlTagsChips"),mW=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>{const l=kn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-counter__container",{active:n.active}])},[e.createVNode(l,{class:"pl-counter__inner"},{default:e.withCtx(()=>[e.renderSlot(r.$slots,"default",{},void 0,!0)]),_:3})],2)}}});const gW=Zn(mW,[["__scopeId","data-v-37a4b002"]]),vW=t=>(e.pushScopeId("data-v-a9d6cb3b"),t=t(),e.popScopeId(),t),hW={class:"pl-tab__content"},yW={key:0,class:"pl-tab__content-suffix"},MW=vW(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),NW=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,r=e.computed(()=>n.disabled?"var(--color-text-icons-tertiary)":n.active?"var(--color-text-icons-interactive)":"var(--color-text-icons-secondary)");return(o,l)=>{const s=dc;return n.label?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-tab__container",{disabled:n.disabled},{active:n.active}])},[e.createElementVNode("div",hW,[e.createVNode(s,{class:"pl-tab__content-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1}),n.icon||n.counter!==null?(e.openBlock(),e.createElementBlock("div",yW,[n.icon?(e.openBlock(),e.createBlock(ut,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(gW,{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),MW],2)):e.createCommentVNode("",!0)}}});const DW=Zn(NW,[["__scopeId","data-v-a9d6cb3b"]]),bW={class:"pl-tab-container"},wW=e.createElementVNode("div",{class:"pl-tab-divider"},null,-1),kW=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 r=t,{keepAlive:o}=e.toRefs(r),l=e.useSlots(),s=e.computed(()=>{const h=l.default();return Array.isArray(h[0].children)?h[0].children.map(M=>M.props):l.default().map(M=>M.props)}),i=e.ref(null),c=async(h,M)=>{const v=await Promise.all(h.map(M));return h.filter((y,N)=>v[N])[0]},d=async h=>{var M;return r.modelValue===((M=h.props)==null?void 0:M.name)},f=async()=>{Array.isArray(l.default()[0].children)?i.value=await c(l.default()[0].children,d):i.value=await c(l.default(),d)};e.watch(()=>r.modelValue,async()=>{await f()}),e.onMounted(async()=>{await f()});const m=n,p=h=>{h.disabled||m("update:modelValue",h.name)};return(h,M)=>{var y;const v=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",bW,[e.createElementVNode("div",{class:e.normalizeClass(["pl-tab-nav tabs__wrap tabs__wrap--hidden-default",r.navClass])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,N=>e.withDirectives((e.openBlock(),e.createBlock(DW,{key:N==null?void 0:N.name,label:N==null?void 0:N.label,active:r.modelValue===(N==null?void 0:N.name),icon:N==null?void 0:N.icon,disabled:N==null?void 0:N.disabled,counter:N==null?void 0:N.counter,role:"tab"},null,8,["label","active","icon","disabled","counter"])),[[v,()=>p(N)]])),128)),wW],2),e.unref(o)?e.unref(o)?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.KeepAlive,null,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.value),{key:(y=i.value)==null?void 0:y.props.name}))],1024))],2)):e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(i.value)))],2))])}}});const s4={install(t){t.component("PlTabs",kW)}},i4=Qt(o4,"PlPagination"),u4=e.defineComponent({__name:"pl-btn3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-3",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),c4=e.defineComponent({__name:"pl-system",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),CW={key:0,class:"pl-onboarding-overlay"},TW={class:"onboarding-header"},_W={class:"d-flex gap-2"},IW={class:"d-grid gap-4"},xW={class:"onboarding-content"},EW=["src"],SW={class:"onboarding-footer"},zW={class:"pagination"},jW=e.defineComponent({__name:"pl-onboarding",props:{show:{type:Boolean,default:!1},title:{default:"Title"},placement:{default:"top"},slides:{},currentItem:{default:0}},emits:["close","update:show","update:currentItem","next"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.currentItem,set:I=>o("update:currentItem",I)}),s=e.computed({get:()=>r.show,set:I=>o("update:show",I)}),i=e.ref(null),c=e.ref(null),d=e.computed(()=>l.value===r.slides.length-1?"Понятно":"Далее"),f=e.ref(),m=()=>{o("close"),s.value=!1},p=()=>{l.value===r.slides.length-1?(m(),o("next")):(o("update:currentItem",l.value),l.value++,o("next"))},h=()=>{if(i.value&&c.value){let I="",w="";const k=c.value.firstElementChild.getBoundingClientRect(),T=i.value;switch(r.placement){case"left-top":I=`${k.top-40+k.height/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"left":I=`${k.top+k.height/2-T.offsetHeight/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"left-bottom":I=`${k.bottom-T.offsetHeight+40-k.height/2}px`,w=`${k.left-T.offsetWidth-14}px`;break;case"right-top":I=`${k.top-40+k.height/2}px`,w=`${k.left+k.width+14}px`;break;case"right":I=`${k.top+k.height/2-T.offsetHeight/2}px`,w=`${k.left+k.width+14}px`;break;case"right-bottom":I=`${k.bottom-T.offsetHeight+40-k.height/2}px`,w=`${k.right+14}px`;break;case"top-left":I=`${k.top-T.offsetHeight-14}px`,w=`${k.left+k.width/2-40.5}px`;break;case"top":I=`${k.top-T.offsetHeight-14}px`,w=`${k.left+k.width/2-T.offsetWidth/2}px`;break;case"top-right":I=`${k.top-T.offsetHeight-14}px`,w=`${k.right-T.offsetWidth-k.width/2+40.5}px`;break;case"bottom-left":I=`${k.bottom+14}px`,w=`${k.left+k.width/2-40.5}px`;break;case"bottom":I=`${k.bottom+14}px`,w=`${k.left+k.width/2-T.offsetWidth/2}px`;break;case"bottom-right":I=`${k.bottom+14}px`,w=`${k.right-T.offsetWidth-k.width/2+40.5}px`;break}return{top:I,left:w}}},M=()=>{f.value=h()},{top:v,right:y,bottom:N,left:D}=k6(c);e.onUpdated(()=>{const I=new MutationObserver(M);i.value&&I.observe(i.value,{childList:!0,subtree:!0,attributes:!0}),e.onUnmounted(()=>{I.disconnect()})});let _;return e.watch(()=>s.value,(I,w)=>{I?(f.value=h(),document.body.style.overflow="hidden",_=e.watch([v,y,N,D],()=>{M(),document.addEventListener("transitionend",M)})):w===!0&&(document.body.style.overflow="",_==null||_(),document.removeEventListener("transitionend",M))},{immediate:!0}),(I,w)=>{const k=Vs,T=c4,b=u4;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"triggerElement",ref:c},[e.renderSlot(I.$slots,"default")],512),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[s.value?(e.openBlock(),e.createElementBlock("div",CW,[e.createElementVNode("div",{ref_key:"onboardingBox",ref:i,style:e.normalizeStyle(f.value),class:e.normalizeClass(["onboarding",`arrow-${I.placement}`])},[e.createElementVNode("div",TW,[e.createElementVNode("div",_W,[e.createVNode(k,{class:"onboarding-header-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(I.title),1)]),_:1}),e.createVNode(ut,{class:"onboarding-close-button",color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:m})]),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(T,{key:l.value,class:"onboarding-header-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(I.slides[l.value].description),1)]),_:1}))]),_:1})]),e.createElementVNode("div",IW,[e.createElementVNode("div",xW,[e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[I.slides[l.value].image?(e.openBlock(),e.createElementBlock("img",{key:l.value,src:I.slides[l.value].image,alt:"Onboarding Image"},null,8,EW)):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",SW,[e.createElementVNode("div",zW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(I.slides,(x,z)=>(e.openBlock(),e.createElementBlock("span",{key:z,class:e.normalizeClass({active:l.value===z})},null,2))),128))]),e.createVNode(b,{class:"onboarding-next-button",onClick:p},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.value),1)]),_:1})])])],6)])):e.createCommentVNode("",!0)]))]),_:1})],64)}}});const d4={install(t){t.component("PlOnboarding",jW)}},AW=e.defineComponent({__name:"pl-signing",props:{selectedCertificate:{},loading:{type:Boolean},signingFile:{type:Boolean},certificatesThumbprint:{},placeholder:{default:"Выберите сертификат"},label:{default:""},sellplus:{type:Boolean}},emits:["update:selected-certificate","update:loading","system-setup-error","update:signing-file","no-files"],setup(t,{expose:n,emit:r}){const o=t,l=r,s=e.computed({get:()=>o.selectedCertificate,set:N=>{l("update:selected-certificate",N)}}),i=e.computed({get:()=>o.loading,set:N=>{l("update:loading",N)}}),c=e.ref([]),d=async()=>{try{const N=await import("crypto-pro").catch(()=>require("crypto-pro"));if(N!=null&&N.isValidSystemSetup)return await N.isValidSystemSetup();throw new Error("Метод isValidSystemSetup отсутствует в crypto-pro")}catch(N){return console.warn("crypto-pro не установлен или не доступен:",N),!1}},f=async()=>new Promise((N,D)=>{i.value=!0,d().then(async()=>{const{getUserCertificates:_}=await import("crypto-pro").catch(()=>require("crypto-pro"));let I=await _(!0);o.certificatesThumbprint&&(I=I.filter(w=>o.certificatesThumbprint.includes(w.thumbprint))),c.value=await p(I),c.value.length===0?(l("system-setup-error","Сертификаты не найдены"),D(!1)):(o.sellplus&&c.value.length===1&&(s.value=c.value[0].value),N(!0)),i.value=!1}).catch(_=>{l("system-setup-error",_),D(!1)}).finally(()=>{i.value=!1})}),m=(N,D)=>{var _;return(_=N.find(I=>I.title.toLowerCase()===D.toLowerCase()))==null?void 0:_.description},p=async N=>(await Promise.all(N.map(async _=>{const I=await _.isValid(),w=await _.getOwnerInfo(),k=m(w,"Должность"),T=!!m(w,"ИНН"),b=!!m(w,"ИНН ЮЛ");if(!I||!(b?!0:T))return;const z=await _.getIssuerInfo(),E=m(w,b?"ИНН ЮЛ":"ИНН"),j=m(w,"Фамилия"),V=m(w,"Имя Отчество"),$=m(w,"Владелец").replace('"',"«").replace('"',"»"),W=m(z,"Компания")||"-",Z=le(await _._cadesCertificate.ValidToDate).format("DD.MM.YYYY");let U=`${j} ${V}`,A=`${b?$+" ":""}(ИНН: ${E}). Действителен до: ${Z}`,Q=`${j} ${V} ${A}`;o.sellplus&&(A=`Действителен до ${Z}`,U=`${j} ${V} | ${$}`,Q=U);const B={label:U,description:A,optionText:A,tooltipText:Q,companyName:$,companyInn:`ИНН: ${E}`,inn:E,role:k,owner:W,isInnUL:b,fio:`${j} ${V}`,validTo:await _._cadesCertificate.ValidToDate,validFrom:await _._cadesCertificate.ValidFromDate,thumbprint:await _._cadesCertificate.Thumbprint};return{value:B,...B}}))).filter(_=>!!_),h=e.computed(()=>o.sellplus?c.value.length===1:!1),M=e.computed(()=>{var N,D,_;return o.sellplus?(N=s.value)==null?void 0:N.label:`${(D=s.value)==null?void 0:D.label} ${(_=s.value)==null?void 0:_.optionText}`});e.onMounted(async()=>{s.value=null,await f()});const v=e.computed({get:()=>o.signingFile,set:N=>{l("update:signing-file",N)}});return n({signingFiles:async(N,D)=>{if(v.value=!0,!(D!=null&&D.length)){l("no-files"),v.value=!1;return}const _=[];for(const I of D)try{const{createDetachedSignature:w}=await import("crypto-pro").catch(()=>require("crypto-pro")),k=await w(N,I.fileDigest,{hashedAlgorithm:I.fileDigestAlgorithmOid==="1.2.643.7.1.1.2.3"?102:101});_.push({attachmentId:I.attachmentId,signaturePem:k})}catch(w){let k;return w.message==="Ошибка исполнения функции"?k="Срок действия лицензии на компьютере истек, требуется приобрести лицензию на КриптоПро CSP":w.message?k=w.message:k="Что-то пошло не так, попробуйте снова",Ym.error({title:"Ошибка подписания документов",message:k||w.message}),_}return _}}),(N,D)=>{const _=Qm,I=Ta;return e.openBlock(),e.createBlock(I,{delay:"",disabled:!s.value,width:"398px"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(M.value),1)]),default:e.withCtx(()=>[e.createVNode(_,{modelValue:s.value,"onUpdate:modelValue":D[0]||(D[0]=w=>s.value=w),options:c.value,placeholder:o.placeholder,label:o.label,disabled:h.value,teleport:"",prop:"thumbprint"},null,8,["modelValue","options","placeholder","label","disabled"])]),_:1},8,["disabled"])}}}),f4=Qt(AW,"PlSigning"),OW=["disabled"],LW={class:"nav-btn-text"},p4=e.defineComponent({__name:"NavButton",props:{icon:{default:""},type:{},isClicked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},emits:["click","update:isClicked"],setup(t,{emit:n}){const r=t,o=n,l=e.useSlots(),s=e.ref(r.isClicked),i=e.ref(!1),c=e.computed(()=>r.type==="new"?"var(--color-link-untouched)":"var(--color-text-icons-primary)"),d=()=>{i.value=!!l.default&&l.default()[0].children!==""};e.onUpdated(()=>{d()}),e.onMounted(()=>{d()});const f=e.ref(null),m=e.computed(()=>({disabled:r.disabled,"btn-icon-only":!i.value,"nav-btn-new":r.type==="new","nav-btn-company":r.type==="company","btn-with-gap":r.type!=="company"&&i.value})),p=()=>{r.type==="company"&&!r.disabled&&(s.value=!s.value,o("update:isClicked",s.value)),o("click")};return $r(f,()=>{setTimeout(()=>{s.value=!1}),o("update:isClicked",!1)}),e.watch(()=>r.isClicked,h=>{s.value=h}),(h,M)=>{const v=ut,y=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{ref_key:"navBtnRef",ref:f,class:e.normalizeClass(["nav-btn",m.value]),disabled:r.disabled},[e.createElementVNode("div",{class:e.normalizeClass({"nav-btn-content":i.value})},[r.icon?(e.openBlock(),e.createBlock(v,{key:0,name:r.icon,style:e.normalizeStyle({color:c.value})},null,8,["name","style"])):e.createCommentVNode("",!0),e.createElementVNode("div",LW,[e.renderSlot(h.$slots,"default")]),r.type==="company"?(e.openBlock(),e.createBlock(v,{key:1,name:"ChevronDown20",class:e.normalizeClass({rotate:s.value})},null,8,["class"])):e.createCommentVNode("",!0)],2)],10,OW)),[[y,p,void 0,{self:!0}]])}}});const fc={MOBILE:768,TABLET:1024,DESKTOP:1280,WIDESCREEN:1440},BW={class:"pl-navigation__header"},PW={class:"pl-navigation-inner-wrapper header-section"},VW={class:"pl-navigation-header__logo"},$W={class:"pl-navigation-header__content"},UW={class:"pl-navigation-custom-content"},QW={class:"pl-navigation-header__buttons"},YW=e.defineComponent({__name:"Header",emits:["sidebar-click","exit-click"],setup(t,{emit:n}){const{width:r}=un(),o=n;return(l,s)=>{const i=ut;return e.openBlock(),e.createElementBlock("header",BW,[e.createElementVNode("div",PW,[e.createElementVNode("div",VW,[e.renderSlot(l.$slots,"headerLogo",{},void 0,!0),e.unref(r)<e.unref(fc).DESKTOP?(e.openBlock(),e.createElementBlock("div",{key:0,class:"nav-btn-sidebar",onClick:s[0]||(s[0]=c=>o("sidebar-click"))},[e.createVNode(i,{name:"Sidebar20"})])):e.createCommentVNode("",!0)]),e.createElementVNode("div",$W,[e.createElementVNode("div",UW,[e.renderSlot(l.$slots,"customContent",{},void 0,!0)]),e.createElementVNode("div",QW,[e.renderSlot(l.$slots,"headerBtns",{},void 0,!0),e.createVNode(p4,{icon:"Exit20",onClick:s[1]||(s[1]=c=>o("exit-click"))})])])])])}}});const RW=Zn(YW,[["__scopeId","data-v-eccdad51"]]),FW={class:"pl-navigation"},qW={class:"pl-navigation-main"},HW={class:"pl-navigation-main-wrapper pl-navigation-inner-wrapper"},WW={class:"pl-navigation-main-content"},ZW=e.defineComponent({__name:"pl-navigation",props:{sidebarOpen:{type:Boolean},sidebarOpenModifiers:{}},emits:e.mergeModels(["exit-click","sidebar-click","sidebar-transition-end"],["update:sidebarOpen"]),setup(t,{expose:n,emit:r}){const{width:o}=un(),l=e.ref(null),s=r,i=e.useModel(t,"sidebarOpen"),c=()=>{i.value=!i.value,s("sidebar-click")},d=m=>!!(m.closest(".pl-onboarding-overlay")||m.closest(".pl-snackbar__wrapper")||m.closest(".pl-dialog-plus-overlay")),f=m=>{const p=m.target;i.value&&!d(p)&&(i.value=!1)};return $r(l,m=>{setTimeout(()=>{f(m)})}),n({closeSidebar:f}),(m,p)=>(e.openBlock(),e.createElementBlock("div",FW,[e.createVNode(RW,{id:"headerRef","use-width":"useWidth",onSidebarClick:c,onExitClick:p[0]||(p[0]=h=>s("exit-click"))},{headerLogo:e.withCtx(()=>[e.renderSlot(m.$slots,"headerLogo")]),customContent:e.withCtx(()=>[e.renderSlot(m.$slots,"customContent")]),headerBtns:e.withCtx(()=>[e.renderSlot(m.$slots,"headerBtns")]),_:3}),e.createElementVNode("div",qW,[e.createVNode(uo,{"offset-right":"2px",class:"w-100",height:"calc(100dvh - 64px)"},{default:e.withCtx(()=>[e.createElementVNode("div",HW,[e.createVNode(e.Transition,{name:"sidebar",onAfterEnter:p[1]||(p[1]=h=>s("sidebar-transition-end"))},{default:e.withCtx(()=>[i.value||e.unref(o)>=e.unref(fc).DESKTOP?(e.openBlock(),e.createElementBlock("aside",{key:0,ref_key:"sidebarRef",ref:l,class:"pl-navigation-sidebar"},[e.renderSlot(m.$slots,"sidebarContent")],512)):e.createCommentVNode("",!0)]),_:3}),e.createElementVNode("main",WW,[e.renderSlot(m.$slots,"main")])])]),_:3})])]))}});const m4=Qt(ZW,"PlNavigation"),g4=Qt(p4,"PlNavButton"),GW={class:"d-flex gap-2 align-items-center"},KW={class:"d-flex gap-1 align-items-center"},JW={key:0,class:"sidebar-item__alert-container"},XW=e.createElementVNode("span",{class:"sidebar-item__alert-dot"},null,-1),e7=[XW],t7=e.defineComponent({__name:"SidebarItem",props:{item:{},activePage:{default:""}},emits:["sidebar-item-click"],setup(t,{emit:n}){const r=t,o=n,l=e.computed(()=>r.activePage===r.item.name),s=e.computed(()=>l.value?"var(--color-text-icons-primary)":"var(--color-text-icons-secondary)");return(i,c)=>{const d=ut,f=kn,m=Gn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["sidebar-item",{active:l.value}]),onClick:c[0]||(c[0]=p=>o("sidebar-item-click",i.item))},[e.createElementVNode("div",GW,[e.createVNode(d,{name:i.item.iconLeft,color:s.value},null,8,["name","color"]),e.createVNode(f,{color:s.value,class:"sidebar-item__label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.item.label),1)]),_:1},8,["color"])]),e.createElementVNode("div",KW,[i.item.counter===1||i.item.alert?(e.openBlock(),e.createElementBlock("div",JW,e7)):e.createCommentVNode("",!0),i.item.counter>1?(e.openBlock(),e.createBlock(m,{key:1,class:"sidebar-item__counter"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.item.counter),1)]),_:1})):e.createCommentVNode("",!0),i.item.iconRight?(e.openBlock(),e.createBlock(d,{key:2,name:i.item.iconRight,color:"var(--color-text-icons-secondary)"},null,8,["name"])):e.createCommentVNode("",!0)])],2)}}});const v4=Qt(t7,"PlSidebarItem"),n7={},r7={width:"137",height:"24",viewBox:"0 0 137 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o7=e.createStaticVNode('<g id="BUSINESS_logo_left_yellow shield_black text_no bg" clip-path="url(#clip0_646_1706)"><g id="Group"><g id="Group_2"><g id="Group_3"><path id="Vector" d="M37.7746 10.3097C37.2581 10.1108 36.5826 10.0511 35.8474 10.0511H31.7542V8.77761H38.788V6.58887H28.8732V16.0603H35.5891C36.523 16.0603 37.2182 15.9807 37.735 15.7816C38.8278 15.3637 39.5629 14.349 39.5629 13.0159C39.5629 11.6629 38.8675 10.7276 37.7746 10.3097ZM36.3441 13.5929C36.1852 13.6527 35.9666 13.6725 35.6883 13.6725H31.7542V12.1603H35.6883C36.0063 12.1603 36.2645 12.1803 36.4633 12.2797C36.7017 12.3991 36.8209 12.618 36.8209 12.8964C36.8209 13.175 36.6819 13.4735 36.3441 13.5929Z" fill="#333333"></path><path id="Vector_2" d="M47.641 6.58887H43.4287L39.5542 16.0603H42.8128L43.3493 14.6873H47.7204L48.2769 16.0603H51.5156L47.641 6.58887ZM44.0645 12.598L45.4356 8.77761H45.6541L47.0251 12.598H44.0645Z" fill="#333333"></path><path id="Vector_3" d="M55.224 12.5384V16.0603H52.343V6.58887H55.224V10.0511H59.8536V6.58887H62.7346V16.0603H59.8536V12.5384H55.224Z" fill="#333333"></path><path id="Vector_4" d="M67.2949 12.4787V16.0603H64.4138V6.58887H67.2949V10.1506H68.0897L71.5668 6.58887H75.1829L70.5733 11.1256L75.3618 16.0603H71.527L68.0897 12.4787H67.2949Z" fill="#333333"></path></g><g id="Group_4"><path id="Vector_5" d="M0.5 0.5H23.4687V12.0682C23.4687 15.0338 21.8889 17.7742 19.3245 19.2572L11.9844 23.5018L4.64423 19.2572C2.07975 17.7742 0.5 15.0338 0.5 12.0682V0.5Z" fill="#FFDD2D"></path><path id="Vector_6" fill-rule="evenodd" clip-rule="evenodd" d="M6.80359 6.58887V10.1868C7.29489 9.63124 8.18815 9.25522 9.20949 9.25522H10.3194V13.4378C10.3194 14.5506 10.0175 15.5246 9.56954 16.0603H14.3974C13.9504 15.524 13.6492 14.5513 13.6492 13.4399V9.25522H14.7591C15.7805 9.25522 16.6737 9.63124 17.165 10.1868V6.58887H6.80359Z" fill="#333333"></path></g></g><path id="Vector_7" d="M80.3492 6.25H79.4153V16.3977H80.3492V6.25Z" fill="#333333"></path></g><g id="Group_5"><g id="Group_6"><path id="Vector_8" d="M112.51 7.93652V10.7765H117.678V7.93652H118.801V14.6848H117.678V11.7377H112.51V14.6848H111.397V7.93652L112.51 7.93652Z" fill="#333333"></path><path id="Vector_9" d="M127.066 7.93652V8.81672H121.532V10.8118H126.798V11.5798H121.532V13.8047H127.066V14.6849H120.418V7.93652L127.066 7.93652Z" fill="#333333"></path><path id="Vector_10" d="M90.6166 10.3892L86.8627 10.3892V8.77494H92.4849V7.93652H85.7589V14.6848L90.6166 14.6848C92.462 14.6848 93.206 13.4864 93.206 12.4832C93.206 11.4801 92.462 10.3892 90.6166 10.3892ZM90.6846 13.7695C89.7291 13.7695 86.8627 13.7695 86.8627 13.7695V11.197H90.6846C91.3939 11.197 92.214 11.6284 92.214 12.4832C92.214 13.3434 91.3939 13.7695 90.6846 13.7695Z" fill="#333333"></path><path id="Vector_11" d="M100.25 7.93652L95.4248 13.2906V7.93652H94.321V14.6849H95.296L100.121 9.33121V14.6849H101.225V7.93652H100.25Z" fill="#333333"></path><path id="Vector_12" d="M135.327 12.2582C135.037 13.3046 133.756 14.0218 132.323 14.0218C130.523 14.0218 129.257 12.8202 129.257 11.3084C129.257 9.79685 130.523 8.61465 132.323 8.61465C133.756 8.61465 135.008 9.31237 135.298 10.3395H136.502C136.101 8.80213 134.649 7.73085 132.418 7.73085C129.723 7.70244 128.063 9.26529 128.063 11.311C128.063 13.3285 129.723 14.8914 132.418 14.8914C134.681 14.8779 136.086 13.8129 136.489 12.2582H135.327Z" fill="#333333"></path></g><path id="Vector_13" d="M108.798 11.2049C109.503 10.9085 109.968 10.4 109.968 9.62327C109.968 8.87457 109.432 8.25339 108.431 7.97067C107.994 7.84356 107.345 7.73047 106.442 7.73047C105.639 7.73047 104.905 7.80144 104.2 8.04127C103.312 8.33802 102.734 8.98766 102.621 9.86307H103.815C103.879 9.51387 104.091 9.12214 104.653 8.87822C105.064 8.70005 105.702 8.61427 106.405 8.61427C108.2 8.61427 108.779 9.11541 108.779 9.77323C108.779 10.3843 108.228 10.8239 106.617 10.8239H104.588V11.7077H106.78C107.763 11.7077 108.091 11.7071 108.396 11.8239C108.771 11.9407 109.052 12.2447 109.052 12.7126C109.052 13.2289 108.867 14.0214 106.381 14.0214C105.515 14.0214 104.884 13.8973 104.533 13.7334C104.181 13.5701 103.833 13.2782 103.758 12.7436L102.564 12.7443C102.677 13.7188 103.255 14.3119 104.073 14.6087C104.623 14.8064 105.441 14.891 106.386 14.891C107.556 14.891 108.149 14.7783 108.628 14.6367C109.587 14.3544 110.152 13.6623 110.152 12.7869C110.152 12.0241 109.658 11.417 108.798 11.2049Z" fill="#333333"></path></g></g><defs><clipPath id="clip0_646_1706"><rect width="136" height="23" fill="white" transform="translate(0.5 0.5)"></rect></clipPath></defs>',2),a7=[o7];function l7(t,n){return e.openBlock(),e.createElementBlock("svg",r7,a7)}const s7=Zn(n7,[["render",l7]]),h4=Qt(s7,"TLogo"),i7=e.defineComponent({__name:"pl-text-cell",props:{label:{},content:{},description:{},subtitle:{},direction:{default:"vertical"},descriptionColor:{default:"secondary"},type:{}},setup(t){const n=t,r=e.computed(()=>({"pl-text-cell":!0,"pl-text-cell__horizontal":n.direction==="horizontal","pl-text-cell__with-gap":n.subtitle})),o=e.computed(()=>({"pl-text-cell__description":n.description,"pl-text-cell__content":n.content&&!n.description,"pl-text-cell__description-secondary":n.description&&n.descriptionColor==="secondary","pl-text-cell__description-tertiary":n.description&&n.descriptionColor==="tertiary",[`pl-text-cell__${n.type}`]:n.type&&n.content&&!n.description})),l=e.computed(()=>({"pl-text-cell__label":n.label,"pl-text-cell__content":n.content&&!n.label,"pl-text-cell__subtitle":n.subtitle,[`pl-text-cell__${n.type}`]:n.type&&n.content&&!n.label&&!n.subtitle})),s=e.computed(()=>n.label?n.label:n.subtitle?n.subtitle:n.content),i=e.computed(()=>n.label&&n.content?n.content:s.value!==n.label&&n.description?n.description:"");return(c,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(r.value)},[e.createElementVNode("div",{class:e.normalizeClass(l.value)},e.toDisplayString(s.value),3),c.description||c.content?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(o.value)},e.toDisplayString(i.value),3)):e.createCommentVNode("",!0)],2))}});const y4=Qt(i7,"PlTextCell"),M4={install(t){t.component("PlIcon",ut)}},u7=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),c7=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h2-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),d7=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),f7=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-headline-h4-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),p7=e.defineComponent({__name:"pl-title2",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t2-medium",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),m7=e.defineComponent({__name:"pl-title3",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),g7=e.defineComponent({__name:"pl-sub1",props:{color:{type:String}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),v7=e.defineComponent({__name:"pl-btn1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-button-button-1",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),h7=e.defineComponent({__name:"pl-body1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-b1-regular",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),y7=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),N4={install(t){t.component("PlH1",u7),t.component("PlH2",c7),t.component("PlH3",d7),t.component("PlH4",f7),t.component("PlTitle1",Bm),t.component("PlTitle2",p7),t.component("PlTitle3",m7),t.component("PlSub1",g7),t.component("PlSub2",Vs),t.component("PlBtn1",v7),t.component("PlBtn2",dc),t.component("PlBtn3",u4),t.component("PlBody1",h7),t.component("PlBody2",kn),t.component("PlBody3",Vm),t.component("PlBodyU",y7),t.component("PlCap",Gn),t.component("PlTag",KD),t.component("PlSystem",c4)}},D4=Qt(Bu,"PlMarkText"),M7=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,r)=>e.renderSlot(n.$slots,"default")}}),b4={install(t){t.component("PlTabPane",M7)}},N7=Object.freeze(Object.defineProperty({__proto__:null,PlAutocomplete:LD,PlButton:ID,PlCard:t4,PlCheckbox:pD,PlCheckboxPlus:BD,PlCurrency:cD,PlDatePickerLegacyPlugin:yD,PlDatePickerPlugin:hD,PlDatePickerPlusPlugin:FD,PlDialog:_D,PlDialogPlus:xD,PlForm:GD,PlIcon:M4,PlInput:MD,PlInputPlus:qD,PlLink:ED,PlMarkText:D4,PlMultiSelect:WD,PlMultitab:n4,PlNavButton:g4,PlNavigation:m4,PlNotification:Ym,PlOnboarding:d4,PlPagination:i4,PlRadio:HD,PlScrollbar:SD,PlSelect:DD,PlSelectPlus:e4,PlSidebarItem:v4,PlSigning:f4,PlSkeleton:zD,PlStepper:r4,PlSuggestions:bD,PlSwitch:ZD,PlTabPane:b4,PlTablePlugin:wD,PlTablePlus:a4,PlTabs:s4,PlTagsChips:l4,PlTextCell:y4,PlTextPlugin:N4,PlTooltip:kD,PlTooltipPlus:jD,PlUpload:CD,PlUploadLegacy:TD,PlUploadPlus:XD,ScreenSizes:fc,TLogo:h4,cancelAllApiRequests:m0,dadataParser:Sm,declOfNum:ao,deepSet:lD,filters:oD,formatCurrency:ic,formatDate:aD,isEqual:uc},Symbol.toStringTag,{value:"Module"})),D7=jI(),b7=t=>{var n;Object.values(N7).forEach(r=>{var l;const o=r;(l=o.install)==null||l.call(o,t)}),(n=wu.install)==null||n.call(wu,t),t.use(D7).use(K1)};exports.PlAutocomplete=LD;exports.PlButton=ID;exports.PlCard=t4;exports.PlCheckbox=pD;exports.PlCheckboxPlus=BD;exports.PlCurrency=cD;exports.PlDatePickerLegacyPlugin=yD;exports.PlDatePickerPlugin=hD;exports.PlDatePickerPlusPlugin=FD;exports.PlDialog=_D;exports.PlDialogPlus=xD;exports.PlDirectives=wu;exports.PlForm=GD;exports.PlIcon=M4;exports.PlInput=MD;exports.PlInputPlus=qD;exports.PlLink=ED;exports.PlMarkText=D4;exports.PlMultiSelect=WD;exports.PlMultitab=n4;exports.PlNavButton=g4;exports.PlNavigation=m4;exports.PlNotification=Ym;exports.PlOnboarding=d4;exports.PlPagination=i4;exports.PlRadio=HD;exports.PlScrollbar=SD;exports.PlSelect=DD;exports.PlSelectPlus=e4;exports.PlSidebarItem=v4;exports.PlSigning=f4;exports.PlSkeleton=zD;exports.PlStepper=r4;exports.PlSuggestions=bD;exports.PlSwitch=ZD;exports.PlTabPane=b4;exports.PlTablePlugin=wD;exports.PlTablePlus=a4;exports.PlTabs=s4;exports.PlTagsChips=l4;exports.PlTextCell=y4;exports.PlTextPlugin=N4;exports.PlTooltip=kD;exports.PlTooltipPlus=jD;exports.PlUpload=CD;exports.PlUploadLegacy=TD;exports.PlUploadPlus=XD;exports.ScreenSizes=fc;exports.TLogo=h4;exports.apiJs=PI;exports.cancelAllApiRequests=m0;exports.dadataParser=Sm;exports.dataParser=Sm;exports.declOfNum=ao;exports.deepSet=lD;exports.filters=oD;exports.formatCurrency=ic;exports.formatDate=aD;exports.install=b7;exports.isEqual=uc;exports.loader=Du;exports.plLoading=$I;