@factoringplus/pl-components-pack-v3 1.10.2-pre-table-01 → 1.10.2-pre-table-03

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.
@@ -112,4 +112,4 @@ usage: app.provide(ID_INJECTION_KEY, {
112
112
  * Vue Currency Input 3.1.0
113
113
  * (c) 2018-2024 Matthias Stiller
114
114
  * @license MIT
115
- */var Bo;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(Bo||(Bo={}));var sl;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(sl||(sl={}));const Lu=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),c4=t=>t.replace(/^0+(0$|[^0])/,"$1"),If=(t,n)=>(t.match(new RegExp(Lu(n),"g"))||[]).length,LR=(t,n)=>t.substring(0,t.indexOf(n)),d4=[",",".","٫","。"],NM="(0|[1-9]\\d*)";class BR{constructor(n){var r,o,l,s,i,c;const{currency:d,currencyDisplay:f,locale:m,precision:p,accountingSign:M,useGrouping:y}=n;this.locale=m,this.options={currency:d,useGrouping:y,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==Bo.hidden?f:void 0};const g=new Intl.NumberFormat(m,this.options),h=g.formatToParts(123456);this.currency=(r=h.find(({type:C})=>C==="currency"))===null||r===void 0?void 0:r.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(C=>C.toLocaleString(m)),this.decimalSymbol=(o=h.find(({type:C})=>C==="decimal"))===null||o===void 0?void 0:o.value,this.groupingSymbol=(l=h.find(({type:C})=>C==="group"))===null||l===void 0?void 0:l.value,this.minusSign=(s=g.formatToParts(-1).find(({type:C})=>C==="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:g.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(c=p==null?void 0:p.max)!==null&&c!==void 0?c:g.resolvedOptions().maximumFractionDigits);const N=C=>LR(C,this.digits[1]),D=C=>C.substring(C.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=N(g.format(1)),this.suffix=D(g.format(1)),this.negativePrefix=N(g.format(-1)),this.negativeSuffix=D(g.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?`(?:${Lu(this.decimalSymbol)}(\\d*))?`:"",l=this.stripGroupingSeparator(n).match(new RegExp(`^${NM}${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(`^${NM}${Lu(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(Lu(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 d4.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 f4{constructor(n){this.currencyFormat=n}}class PR extends f4{conformToMask(n,r=""){const o=this.currencyFormat.isNegative(n),l=g=>g===""&&o&&!(this.currencyFormat.minusSign===void 0?r===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:r===this.currencyFormat.negativePrefix),s=g=>{if(l(g))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(g))return g;if(g.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(g)}return null};let 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=c4(this.currencyFormat.onlyDigits(d)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,y=m===""&&o&&(this.currencyFormat.minusSign===void 0?r===n.slice(0,-2)+this.currencyFormat.negativeSuffix:r===n.slice(0,-1));return M||y||l(m)?r:m.match(/\d+/)?{numberValue:+`${o?"-":""}${m}.${p}`,fractionDigits:p}:""}}class VR extends f4{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?"-":""}${c4(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:l,fractionDigits:l.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const $R={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 UR{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={...$R,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new BR(this.options),this.numberMask=this.options.autoDecimalDigits?new VR(this.currencyFormat):new PR(this.currencyFormat);const r={[sl.precision]:this.currencyFormat.maximumFractionDigits,[sl.thousands]:3,[sl.millions]:6,[sl.billions]:9};this.valueScaling=this.options.valueScaling?r[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==sl.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===Bo.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&&d4.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 M=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(r.startsWith("(")||r.startsWith("-"))&&!r.endsWith(")"))return M-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 M-p-1;if(M<p)return o;if(d!==void 0&&r.indexOf(d)!==-1){const y=r.indexOf(d)+1;if(Math.abs(M-r.length)>1&&o<=y)return this.formattedValue.indexOf(d)+1;!this.options.autoDecimalDigits&&o>y&&this.currencyFormat.onlyDigits(r.substring(y)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===Bo.hidden?M-p:Math.max(M-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===Bo.hidden){if(f){if(r<=1)return 1;if(n.endsWith(")")&&r>n.indexOf(")"))return this.formattedValue.length-1}}else{const y=f?i.length:s.length;if(r>=n.length-y)return this.formattedValue.length-y;if(r<p)return p}let M=r;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==Bo.hidden&&r>=p&&d!==void 0&&m.includes(d)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&c!==void 0&&(M-=If(n.substring(0,r),c)),M}setCaretPosition(n,r=n){this.el.setSelectionRange(n,r)}}const QR=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Om(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)),M=(m==null?void 0:m.props)||((l=m==null?void 0:m.proxy)===null||l===void 0?void 0:l.$props),y=e.version.startsWith("3"),g=y&&((s=m==null?void 0:m.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),h=e.computed(()=>M==null?void 0:M[y?"modelValue":"value"]),N=y?"update:modelValue":"input",D=g?"update:modelValue":"change";return e.watch(c,C=>{var _;if(C){const k=QR((_=C==null?void 0:C.$el)!==null&&_!==void 0?_:C);k?(i=new UR({el:k,options:t,onInput:I=>{!g&&n!==!1&&h.value!==I.number&&(p==null||p(N,I.number)),f.value=I.number,d.value=I.formatted},onChange:I=>{n!==!1&&(p==null||p(D,I.number))}}),i.setValue(h.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:C=>i==null?void 0:i.setValue(C),setOptions:C=>i==null?void 0:i.setOptions(C)}}const YR=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),RR={name:"PlCurrency"},FR=Object.assign(RR,{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}=Om(s),f=n,m=e.computed({get:()=>r.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(m,p=>{d(p)}),(p,M)=>{const y=Tr;return e.openBlock(),e.createBlock(y,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:i,modelValue:e.unref(c),"onUpdate:modelValue":M[0]||(M[0]=g=>e.isRef(c)?c.value=g:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[YR]),_:1},16,["modelValue","style"])}}}),p4={install(t){t.component("PlCurrency",FR)}};const qR={id:"plCheckbox"},WR=["id","name","disabled"],HR=["for"],GR={__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"?bn():i.value);return(d,f)=>(e.openBlock(),e.createElementBlock("div",qR,[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,WR),[[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,HR)]))}},m4={install(t){t.component("PlCheckbox",GR)}};const ZR={class:"date-switcher__container"},KR={class:"date-switcher date-switcher__month"},JR={class:"date-switcher__arrow date-switcher__arrow-left"},XR={class:"date-switcher__month-name"},e8={class:"date-switcher__arrow date-switcher__arrow-right"},t8={class:"date-switcher date-switcher__year"},n8={class:"date-switcher__arrow date-switcher__arrow-left"},r8={class:"date-switcher__year-name"},o8={class:"date-switcher__arrow date-switcher__arrow-right"},l8={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){ee.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,M)=>{const y=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",ZR,[e.createElementVNode("div",KR,[e.withDirectives(e.createElementVNode("div",JR,null,512),[[y,c]]),e.createElementVNode("span",XR,e.toDisplayString(i(e.unref(o).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",e8,null,512),[[y,d]])]),e.createElementVNode("div",t8,[e.withDirectives(e.createElementVNode("div",n8,null,512),[[y,f]]),e.createElementVNode("span",r8,e.toDisplayString(i(e.unref(o).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",o8,null,512),[[y,m]])])])}}},a8=[{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}}],s8=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];const i8={class:"pl-input-legacy"},u8=["src"],c8=["src"],d8=["src"],f8=["src"],p8=["src"],Lm={__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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjU5OTkgOC4wMDAzOUMyLjU5OTkgNS4wMTc3NiA1LjAxNzI3IDIuNjAwMzkgNy45OTk5IDIuNjAwMzlDMTAuOTgyNSAyLjYwMDM5IDEzLjM5OTkgNS4wMTc3NiAxMy4zOTk5IDguMDAwMzlDMTMuMzk5OSAxMC45ODMgMTAuOTgyNSAxMy40MDA0IDcuOTk5OSAxMy40MDA0QzUuMDE3MjcgMTMuNDAwNCAyLjU5OTkgMTAuOTgzIDIuNTk5OSA4LjAwMDM5Wk03Ljk5OTkgMS40MDAzOUM0LjM1NDUzIDEuNDAwMzkgMS4zOTk5IDQuMzU1MDIgMS4zOTk5IDguMDAwMzlDMS4zOTk5IDExLjY0NTggNC4zNTQ1MyAxNC42MDA0IDcuOTk5OSAxNC42MDA0QzExLjY0NTMgMTQuNjAwNCAxNC41OTk5IDExLjY0NTggMTQuNTk5OSA4LjAwMDM5QzE0LjU5OTkgNC4zNTUwMiAxMS42NDUzIDEuNDAwMzkgNy45OTk5IDEuNDAwMzlaTTguNTk5OSA1LjAwMDM5QzguNTk5OSA0LjY2OTAyIDguMzMxMjcgNC40MDAzOSA3Ljk5OTkgNC40MDAzOUM3LjY2ODUzIDQuNDAwMzkgNy4zOTk5IDQuNjY5MDIgNy4zOTk5IDUuMDAwMzlWOC4zMzM3MkM3LjM5OTkgOC42NjUwOSA3LjY2ODUzIDguOTMzNzIgNy45OTk5IDguOTMzNzJDOC4zMzEyNyA4LjkzMzcyIDguNTk5OSA4LjY2NTA5IDguNTk5OSA4LjMzMzcyVjUuMDAwMzlaTTcuOTk5OSAxMS40OTI2QzguMzg1NjEgMTEuNDkyNiA4LjY5ODI4IDExLjE3OTkgOC42OTgyOCAxMC43OTQyQzguNjk4MjggMTAuNDA4NSA4LjM4NTYxIDEwLjA5NTggNy45OTk5IDEwLjA5NThDNy42MTQyIDEwLjA5NTggNy4zMDE1MiAxMC40MDg1IDcuMzAxNTIgMTAuNzk0MkM3LjMwMTUyIDExLjE3OTkgNy42MTQyIDExLjQ5MjYgNy45OTk5IDExLjQ5MjZaIiBmaWxsPSIjNjU2NTY3Ii8+Cjwvc3ZnPgo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5MDIgOEwxNS45OTkgMTYiIHN0cm9rZT0iIzUwNTA1MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuOTk5IDhMNy45OTkwMiAxNiIgc3Ryb2tlPSIjNTA1MDUxIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=",self.location).href,l=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ3NDkgNC41MjUxM0MxNS44NDE3IDUuODkxOTcgMTUuODQxNyA4LjEwODA0IDE0LjQ3NDkgOS40NzQ4OEMxMy4xMDggMTAuODQxNyAxMC44OTIgMTAuODQxNyA5LjUyNTEzIDkuNDc0ODhDOC4xNTgyOSA4LjEwODA0IDguMTU4MjkgNS44OTE5NyA5LjUyNTEzIDQuNTI1MTNDMTAuODkyIDMuMTU4MjkgMTMuMTA4IDMuMTU4MjkgMTQuNDc0OSA0LjUyNTEzIiBzdHJva2U9IiM2NTY1NjciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDE4LjQ5OThWMTkuNDk5OEM0IDIwLjA1MTggNC40NDggMjAuNDk5OCA1IDIwLjQ5OThIMTlDMTkuNTUyIDIwLjQ5OTggMjAgMjAuMDUxOCAyMCAxOS40OTk4VjE4LjQ5OThDMjAgMTUuNDczOCAxNi4wNDggMTMuNTA3OCAxMiAxMy41MDc4QzcuOTUyIDEzLjUwNzggNCAxNS40NzM4IDQgMTguNDk5OFoiIHN0cm9rZT0iIzY1NjU2NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",self.location).href,s=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQ2NDIxIDIuNDY1ODlDNC43NTcxMSAyLjE3Mjk5IDUuMjMxOTggMi4xNzI5OSA1LjUyNDg3IDIuNDY1ODlMOC43MzY1NyA1LjY3NzU5QzguNzQ0ODYgNS42ODU1IDguNzUyOTggNS42OTM2MiA4Ljc2MDkzIDUuNzAxOTRMMTEuOTYgOC45MDA5OUMxMS45Njc5IDguOTA4NTMgMTEuOTc1NiA4LjkxNjI3IDExLjk4MzIgOC45MjQyTDE2LjA3NTEgMTMuMDE2MUMxNi4wODMgMTMuMDIzNyAxNi4wOTA4IDEzLjAzMTUgMTYuMDk4MyAxMy4wMzkzTDE5LjUxNTkgMTYuNDU2OUMxOS41MjE1IDE2LjQ2MjMgMTkuNTI2OSAxNi40Njc4IDE5LjUzMjMgMTYuNDczM0wyMi41MzIgMTkuNDczQzIyLjgyNDggMTkuNzY1OSAyMi44MjQ4IDIwLjI0MDcgMjIuNTMyIDIwLjUzMzZDMjIuMjM5MSAyMC44MjY1IDIxLjc2NDIgMjAuODI2NSAyMS40NzEzIDIwLjUzMzZMMTguOTEyMSAxNy45NzQ0QzE3LjE2NiAxOS4xMzYxIDE1LjExMDMgMTkuNzU3OCAxMy4wMDM0IDE5Ljc1MjlDOS4xMzQ4NiAxOS44MTg4IDUuNTYxMjUgMTcuNjkxNiAzLjc3NSAxNC4yNTlMMy43Njc3MSAxNC4yNDQ2QzMuMDY5NjIgMTIuODI5NiAzLjA2OTYyIDExLjE3MDMgMy43Njc3MSA5Ljc1NTM0TDMuNzcwMDUgOS43NTA1OUwzLjc3MDA3IDkuNzUwNkM0LjUxOCA4LjI2MTE3IDUuNjM2MDEgNi45OTU5NiA3LjAwOTcgNi4wNzIwM0w0LjQ2NDIxIDMuNTI2NTVDNC4xNzEzMiAzLjIzMzY1IDQuMTcxMzIgMi43NTg3OCA0LjQ2NDIxIDIuNDY1ODlaTTguMDk0MzMgNy4xNTY2NkM2LjgyMTQ1IDcuOTQ3NTEgNS43ODc4NiA5LjA3NjA2IDUuMTExNzcgMTAuNDIxM0M0LjYyMjM3IDExLjQxNTEgNC42MjE2IDEyLjU3OTYgNS4xMDk0NSAxMy41NzM5QzYuNjM1NDkgMTYuNDk5NyA5LjY4NDY2IDE4LjMxMTcgMTIuOTg0NSAxOC4yNTNMMTMuMDAwMiAxOC4yNTI5QzE0LjcxMDUgMTguMjU4MSAxNi4zODE3IDE3Ljc4MjUgMTcuODI2NiAxNi44ODg5TDE1LjYyMjIgMTQuNjg0NUMxNC43NjY3IDE1LjUzNjkgMTMuNTMzNyAxNS45NDAzIDEyLjMwNzMgMTUuNzE5MUMxMC43NjUyIDE1LjQ0MSA5LjU1ODMyIDE0LjIzNDEgOS4yODAyIDEyLjY5MkM5LjA1OTAxIDExLjQ2NTYgOS40NjIzNyAxMC4yMzI2IDEwLjMxNDggOS4zNzcxTDguMDk0MzMgNy4xNTY2NlpNMTEuMzc1NSAxMC40Mzc4QzEwLjg2NTEgMTAuOTUxMyAxMC42MjM4IDExLjY5MDUgMTAuNzU2NCAxMi40MjU4QzEwLjkyMzMgMTMuMzUxNSAxMS42NDc4IDE0LjA3NiAxMi41NzM1IDE0LjI0MjlDMTMuMzA4OCAxNC4zNzU1IDE0LjA0OCAxNC4xMzQyIDE0LjU2MTUgMTMuNjIzOEwxMS4zNzU1IDEwLjQzNzhaTTEyLjk5MDggNC4yNDcwNkMxNi44NiA0LjE4MDUxIDIwLjQzNDMgNi4zMDc4MyAyMi4yMjA4IDkuNzQwOTVMMjIuMjI4MSA5Ljc1NTMzQzIyLjkyNjIgMTEuMTcwMyAyMi45MjYyIDEyLjgyOTYgMjIuMjI4MSAxNC4yNDQ2QzIyLjE5MDQgMTQuMzIxMyAyMi4xNDkzIDE0LjM4NjUgMjIuMTI2OSAxNC40MjIxTDIyLjEyNTkgMTQuNDIzN0MyMi4wOTczIDE0LjQ2OSAyMi4wOTIxIDE0LjQ3NzcgMjIuMDg4MyAxNC40ODQ5QzIxLjg5NDcgMTQuODUxMSAyMS40NDEgMTQuOTkxMSAyMS4wNzQ4IDE0Ljc5NzZDMjAuNzA4NSAxNC42MDQxIDIwLjU2ODUgMTQuMTUwMyAyMC43NjIgMTMuNzg0MUMyMC43OTQ5IDEzLjcyMiAyMC44MzE0IDEzLjY2NDIgMjAuODUwOCAxMy42MzM2QzIwLjg1MjkgMTMuNjMwMyAyMC44NTQ4IDEzLjYyNzMgMjAuODU2NCAxMy42MjQ2QzIwLjg3NzkgMTMuNTkwNSAyMC44ODE5IDEzLjU4MjggMjAuODgxOSAxMy41ODI5TDIwLjg4MjkgMTMuNTgwOUMyMS4zNzM0IDEyLjU4NjYgMjEuMzc0NSAxMS40MjExIDIwLjg4NjMgMTAuNDI2QzE5LjM2MDMgNy41MDAxNCAxNi4zMTExIDUuNjg4MTcgMTMuMDExMiA1Ljc0NjkzTDEyLjk5NzkgNS43NDcxN1Y1Ljc0NzA1QzEyLjg3OTIgNS43NDcwNSAxMi43ODc3IDUuNzU1NTUgMTIuNjY4OSA1Ljc2NjU4QzEyLjU5MDQgNS43NzM4OCAxMi40OTk5IDUuNzgyMjggMTIuMzgxNyA1Ljc5MDA3QzExLjk2ODQgNS44MTcyOSAxMS42MTEyIDUuNTA0MzEgMTEuNTg0IDUuMDkwOTlDMTEuNTU2OCA0LjY3NzY3IDExLjg2OTggNC4zMjA1NCAxMi4yODMxIDQuMjkzMzFDMTIuMzI0MSA0LjI5MDYxIDEyLjM3ODIgNC4yODU4MSAxMi40NDAzIDQuMjgwMzFDMTIuNTk5IDQuMjY2MjUgMTIuODEwMSA0LjI0NzU0IDEyLjk5MDggNC4yNDcwNloiIGZpbGw9IiM2NTY1NjciLz4KPC9zdmc+Cg==",self.location).href,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjExMDY3IDEwLjQyNTdDMy44NzEwMiAxMC45MTU5IDMuNzQ2IDExLjQ1NDMgMy43NDUxMiAxMkMzLjc0NiAxMi41NDU4IDMuODcxMDIgMTMuMDg0MiA0LjExMDY3IDEzLjU3NDRDNS42MzY3NyAxNi41IDguNjg1ODEgMTguMzExOCAxMS45ODU1IDE4LjI1MzFDMTEuOTk0NCAxOC4yNTI5IDEyLjAwMzMgMTguMjUyOSAxMi4wMTIyIDE4LjI1MzFDMTUuMzEyMSAxOC4zMTE4IDE4LjM2MTMgMTYuNDk5OCAxOS44ODczIDEzLjU3NEMyMC4zNzQ0IDEyLjU4MTIgMjAuMzc0NCAxMS40MTg4IDE5Ljg4NzMgMTAuNDI2MUMxOC4zNjEzIDcuNTAwMjIgMTUuMzEyMSA1LjY4ODIzIDEyLjAxMjIgNS43NDY5OUMxMi4wMDMzIDUuNzQ3MTUgMTEuOTk0NCA1Ljc0NzE1IDExLjk4NTUgNS43NDY5OUM4LjY4NTgxIDUuNjg4MjQgNS42MzY3NyA3LjUwMDA0IDQuMTEwNjcgMTAuNDI1N1pNMTEuOTk4OSA0LjI0N0M4LjEzMjQxIDQuMTgzMTkgNC41NjEzNiA2LjMxIDIuNzc1OTkgOS43NDEwM0wyLjc2ODI2IDkuNzU2M0MyLjQyNTExIDEwLjQ1NDIgMi4yNDYxNiAxMS4yMjEzIDIuMjQ1MTIgMTEuOTk5VjEyLjAwMUMyLjI0NjE2IDEyLjc3ODcgMi40MjUxMSAxMy41NDU5IDIuNzY4MjYgMTQuMjQzOEwyLjc3NTk5IDE0LjI1OUM0LjU2MTM2IDE3LjY5MDEgOC4xMzI0MSAxOS44MTY5IDExLjk5ODkgMTkuNzUzMUMxNS44NjUzIDE5LjgxNjkgMTkuNDM2NCAxNy42OTAxIDIxLjIyMTcgMTQuMjU5TDIxLjIyOSAxNC4yNDQ3QzIxLjkyNzEgMTIuODI5NyAyMS45MjcxIDExLjE3MDQgMjEuMjI5IDkuNzU1MzlMMjEuMjIxNyA5Ljc0MTAzQzE5LjQzNjQgNi4zMSAxNS44NjUzIDQuMTgzMTkgMTEuOTk4OSA0LjI0N1pNMTEuOTk4OSA5Ljc0ODc4QzEwLjc1NTUgOS43NDg3OCA5Ljc0NzYyIDEwLjc1NjcgOS43NDc2MiAxMkM5Ljc0NzYyIDEzLjI0MzQgMTAuNzU1NSAxNC4yNTEzIDExLjk5ODkgMTQuMjUxM0MxMy4yNDIyIDE0LjI1MTMgMTQuMjUwMSAxMy4yNDM0IDE0LjI1MDEgMTJDMTQuMjUwMSAxMS41ODU4IDE0LjU4NTkgMTEuMjUgMTUuMDAwMSAxMS4yNUMxNS40MTQzIDExLjI1IDE1Ljc1MDEgMTEuNTg1OCAxNS43NTAxIDEyQzE1Ljc1MDEgMTQuMDcxOCAxNC4wNzA2IDE1Ljc1MTMgMTEuOTk4OSAxNS43NTEzQzkuOTI3MTEgMTUuNzUxMyA4LjI0NzYyIDE0LjA3MTggOC4yNDc2MiAxMkM4LjI0NzYyIDkuOTI4MjcgOS45MjcxMSA4LjI0ODc4IDExLjk5ODkgOC4yNDg3OEMxMi40MTMxIDguMjQ4NzggMTIuNzQ4OSA4LjU4NDU3IDEyLjc0ODkgOC45OTg3OEMxMi43NDg5IDkuNDEyOTkgMTIuNDEzMSA5Ljc0ODc4IDExLjk5ODkgOS43NDg3OFoiIGZpbGw9IiM2NTY1NjciLz4KPC9zdmc+Cg==",self.location).href,c=e.ref(),d=t,f=n,{getValid:m,currency:p,round:M,currencyInputOptions:y,valueRange:g,password:h}=e.toRefs(d),N=e.computed({get:()=>d.modelValue,set:V=>{f("update:modelValue",V)}}),D=e.reactive({[d.prop]:N}),C=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(g),...e.unref(y)}),{inputRef:_,formattedValue:k,setValue:I}=Om(C);e.unref(p)&&e.watch(N,V=>{I(V)});const b=(V,P,U)=>{f("validate",V,P,U)};e.watch(N,V=>{D[d.prop]=V});const w=V=>{d.type==="number"?!isNaN(V)&&!V.includes(".")&&!V.includes("+")&&!V.includes("-")&&!V.includes(",")&&f("update:modelValue",V):f("update:modelValue",V)},E=V=>{let U=V.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{U.focus()})},j=e.computed(()=>{switch(d.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),x=e.ref("password"),z=V=>{x.value=x.value==="password"?"text":"password",E(V)},$=()=>{f("update:modelValue","")};let B=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const V=document.getElementById(`${W}`);B.value=V==null?void 0:V.children[0].children[0].clientWidth},0),e.watch(m,V=>{V&&(c.value.validate(),f("isValid"))});const H=V=>{const{keyCode:P}=V;if(P>=96&&P<=105||P>=48&&P<=57||P===46||P===8){const{selectionStart:U,selectionEnd:A}=V.target,R=V.target.value.length;setTimeout(()=>{let K=V.target.value.length;P===46&&(K+=1);let Y;U===A||U+1===A?(Y=U+(K-R),P===8&&(K===R?Y-=1:A!==U&&(Y+=1)),Y<0&&(Y=0),A===U&&A===Y&&K===R&&P!==8&&P!==46&&(Y+=1)):Y=A-R+K,V.target.selectionStart=Y,V.target.selectionEnd=Y})}};return(V,P)=>{const U=Tr,A=Mm,R=ym,K=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",i8,[e.createVNode(R,{ref_key:"refInput",ref:c,"label-position":"top",model:D,rules:t.rules,onValidate:b,onSubmit:P[9]||(P[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,u8)):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,c8)):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:$},null,10,d8)):e.createCommentVNode("",!0),d.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(B)+"px"})},e.toDisplayString(d.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(A,{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(U,{key:0,modelValue:N.value,"onUpdate:modelValue":P[0]||(P[0]=Y=>N.value=Y),disabled:d.disabled,placeholder:d.placeholder,type:j.value,resize:"none",onInput:w,onBlur:P[1]||(P[1]=Y=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[K,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(U,e.mergeProps({key:2},V.$attrs,{ref_key:"inputRef",ref:_,modelValue:e.unref(k),"onUpdate:modelValue":P[7]||(P[7]=Y=>e.isRef(k)?k.value=Y:null),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,resize:"none",onKeydown:H,onBlur:P[8]||(P[8]=Y=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:P[6]||(P[6]=Y=>E(Y))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(U,e.mergeProps({key:1,modelValue:N.value,"onUpdate:modelValue":P[4]||(P[4]=Y=>N.value=Y),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,type:e.unref(h)?x.value:j.value,resize:"none"},V.$attrs,{autosize:{minRows:3,maxRows:6},clearable:d.clearable,onInput:w,onBlur:P[5]||(P[5]=Y=>f("blur"))}),e.createSlots({_:2},[e.unref(h)?{name:"append",fn:e.withCtx(()=>[x.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:P[2]||(P[2]=Y=>z(Y))},null,8,f8)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(i),alt:"",onClick:P[3]||(P[3]=Y=>z(Y))},null,8,p8))]),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"])])}}},m8=(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)))})},g8={ChevronBottom16:"ChevronDown16",ChevronTop16:"ChevronUp16",ChevronBottom32:"ChevronDown32",ChevronBottom40:"ChevronDown40",ChevronUp40:"ChevronUp40",ChevronTop32:"ChevronUp32",SortOne16:"Sort16",WarningThree16:"WarningCircle16",WarningTwo16:"WarningPolygon16",WarningOne16:"WarningTriangle16",WarningThree20:"WarningCircle20",WarningTwo20:"WarningPolygon20",WarningOne20:"WarningTriangle20",WarningThree24:"WarningCircle24",WarningTwo24:"WarningPolygon24",WarningOne24:"WarningTriangle24",DoubleLeft32:"ChevronDoubleLeft32",DoubleLeft40:"ChevronDoubleLeft40",USBPort16:"USB16",USBPort32:"USB32",USBPort40:"USB40"},h8=["data-testid"],dt=e.defineComponent({__name:"pl-icon",props:{name:{},color:{}},setup(t){const n=t,r=s=>g8[s]||s,o=e.computed(()=>({color:n.color?n.color:"var(--color-text-icons-primary)"})),l=e.shallowRef(null);return e.watch(()=>n.name,async s=>{if(!s)return;const i=r(s);try{const c=i.slice(-2),d=await m8(Object.assign({"./assets/16/AlertFill16.svg":()=>Promise.resolve().then(()=>require("./AlertFill16-a6017e1e.cjs")),"./assets/16/ArrowBottom16.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom16-d86aafd4.cjs")),"./assets/16/ArrowLeft16.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft16-8cbf2e6a.cjs")),"./assets/16/ArrowRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowRight16-422648e8.cjs")),"./assets/16/ArrowTop16.svg":()=>Promise.resolve().then(()=>require("./ArrowTop16-ae53b2ef.cjs")),"./assets/16/ArrowTopRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight16-85659430.cjs")),"./assets/16/Attachment16.svg":()=>Promise.resolve().then(()=>require("./Attachment16-c499ff58.cjs")),"./assets/16/Bell16.svg":()=>Promise.resolve().then(()=>require("./Bell16-f2822cea.cjs")),"./assets/16/BellTwo16.svg":()=>Promise.resolve().then(()=>require("./BellTwo16-af3b8ab4.cjs")),"./assets/16/Bin16.svg":()=>Promise.resolve().then(()=>require("./Bin16-d02ccfc2.cjs")),"./assets/16/BlankChat16.svg":()=>Promise.resolve().then(()=>require("./BlankChat16-7b736cee.cjs")),"./assets/16/BlankCheck16.svg":()=>Promise.resolve().then(()=>require("./BlankCheck16-a7256d49.cjs")),"./assets/16/BlankKey16.svg":()=>Promise.resolve().then(()=>require("./BlankKey16-0689cc1f.cjs")),"./assets/16/BlankLock16.svg":()=>Promise.resolve().then(()=>require("./BlankLock16-9565fdb0.cjs")),"./assets/16/BlankPan16.svg":()=>Promise.resolve().then(()=>require("./BlankPan16-ff9d51c1.cjs")),"./assets/16/Block16.svg":()=>Promise.resolve().then(()=>require("./Block16-cfd8746a.cjs")),"./assets/16/Box16.svg":()=>Promise.resolve().then(()=>require("./Box16-dfec8782.cjs")),"./assets/16/Bulb16.svg":()=>Promise.resolve().then(()=>require("./Bulb16-46b064e4.cjs")),"./assets/16/Calendar16.svg":()=>Promise.resolve().then(()=>require("./Calendar16-9bb1b9f8.cjs")),"./assets/16/Chart16.svg":()=>Promise.resolve().then(()=>require("./Chart16-ff32fff2.cjs")),"./assets/16/Chat16.svg":()=>Promise.resolve().then(()=>require("./Chat16-8e634205.cjs")),"./assets/16/Check16.svg":()=>Promise.resolve().then(()=>require("./Check16-7e0dd820.cjs")),"./assets/16/ChevronDoubleLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft16-5f93e6ca.cjs")),"./assets/16/ChevronDoubleRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight16-ee88d411.cjs")),"./assets/16/ChevronDown16.svg":()=>Promise.resolve().then(()=>require("./ChevronDown16-ed326eed.cjs")),"./assets/16/ChevronLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft16-09fc18fa.cjs")),"./assets/16/ChevronRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronRight16-f7aa4bb6.cjs")),"./assets/16/ChevronUp16.svg":()=>Promise.resolve().then(()=>require("./ChevronUp16-a6a6a41d.cjs")),"./assets/16/CircleCheck16.svg":()=>Promise.resolve().then(()=>require("./CircleCheck16-f2664b85.cjs")),"./assets/16/Clip16.svg":()=>Promise.resolve().then(()=>require("./Clip16-5ae26a1a.cjs")),"./assets/16/Clock16.svg":()=>Promise.resolve().then(()=>require("./Clock16-5feb122d.cjs")),"./assets/16/Close16.svg":()=>Promise.resolve().then(()=>require("./Close16-f904e0f1.cjs")),"./assets/16/Cloud16.svg":()=>Promise.resolve().then(()=>require("./Cloud16-eb875d86.cjs")),"./assets/16/CloudDownload16.svg":()=>Promise.resolve().then(()=>require("./CloudDownload16-4e4773ce.cjs")),"./assets/16/Connection16.svg":()=>Promise.resolve().then(()=>require("./Connection16-2f846685.cjs")),"./assets/16/Copy16.svg":()=>Promise.resolve().then(()=>require("./Copy16-5d0c98bb.cjs")),"./assets/16/CreditCard16.svg":()=>Promise.resolve().then(()=>require("./CreditCard16-fd62cb06.cjs")),"./assets/16/Cube16.svg":()=>Promise.resolve().then(()=>require("./Cube16-693cd9eb.cjs")),"./assets/16/Dashboard16.svg":()=>Promise.resolve().then(()=>require("./Dashboard16-a109dc87.cjs")),"./assets/16/Document16.svg":()=>Promise.resolve().then(()=>require("./Document16-6669b05d.cjs")),"./assets/16/DotsHorizontal16.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal16-32e582f3.cjs")),"./assets/16/DotsVertical16.svg":()=>Promise.resolve().then(()=>require("./DotsVertical16-1e7117eb.cjs")),"./assets/16/Download16.svg":()=>Promise.resolve().then(()=>require("./Download16-71773f5a.cjs")),"./assets/16/Edit16.svg":()=>Promise.resolve().then(()=>require("./Edit16-5954bf73.cjs")),"./assets/16/Exit16.svg":()=>Promise.resolve().then(()=>require("./Exit16-229550f7.cjs")),"./assets/16/Eye16.svg":()=>Promise.resolve().then(()=>require("./Eye16-c3d8eeda.cjs")),"./assets/16/EyeCrossed16.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed16-b330b776.cjs")),"./assets/16/Facebook16.svg":()=>Promise.resolve().then(()=>require("./Facebook16-8345175a.cjs")),"./assets/16/Factoring16.svg":()=>Promise.resolve().then(()=>require("./Factoring16-691266a0.cjs")),"./assets/16/Filter16.svg":()=>Promise.resolve().then(()=>require("./Filter16-55f4b351.cjs")),"./assets/16/Grid16.svg":()=>Promise.resolve().then(()=>require("./Grid16-4d5a567f.cjs")),"./assets/16/GridTwo16.svg":()=>Promise.resolve().then(()=>require("./GridTwo16-29d45cb4.cjs")),"./assets/16/Group16.svg":()=>Promise.resolve().then(()=>require("./Group16-81423bb0.cjs")),"./assets/16/HandKey16.svg":()=>Promise.resolve().then(()=>require("./HandKey16-760d52db.cjs")),"./assets/16/HandRight16.svg":()=>Promise.resolve().then(()=>require("./HandRight16-8e5c9911.cjs")),"./assets/16/HandTop16.svg":()=>Promise.resolve().then(()=>require("./HandTop16-d1d7e772.cjs")),"./assets/16/Home16.svg":()=>Promise.resolve().then(()=>require("./Home16-b355bdb8.cjs")),"./assets/16/Hub16.svg":()=>Promise.resolve().then(()=>require("./Hub16-dc82f6f5.cjs")),"./assets/16/Icon16.svg":()=>Promise.resolve().then(()=>require("./Icon16-7661f301.cjs")),"./assets/16/Info16.svg":()=>Promise.resolve().then(()=>require("./Info16-69fedd4f.cjs")),"./assets/16/Instagram16.svg":()=>Promise.resolve().then(()=>require("./Instagram16-effd88d6.cjs")),"./assets/16/Key16.svg":()=>Promise.resolve().then(()=>require("./Key16-ce899cba.cjs")),"./assets/16/Layers16.svg":()=>Promise.resolve().then(()=>require("./Layers16-99de75d4.cjs")),"./assets/16/Library16.svg":()=>Promise.resolve().then(()=>require("./Library16-0c433c76.cjs")),"./assets/16/Link16.svg":()=>Promise.resolve().then(()=>require("./Link16-feee2596.cjs")),"./assets/16/Loader16.svg":()=>Promise.resolve().then(()=>require("./Loader16-d67b037f.cjs")),"./assets/16/Lock16.svg":()=>Promise.resolve().then(()=>require("./Lock16-9f83aff7.cjs")),"./assets/16/Mail16.svg":()=>Promise.resolve().then(()=>require("./Mail16-159bc2d0.cjs")),"./assets/16/MailCheck16.svg":()=>Promise.resolve().then(()=>require("./MailCheck16-8128e64d.cjs")),"./assets/16/Main16.svg":()=>Promise.resolve().then(()=>require("./Main16-2f090f9b.cjs")),"./assets/16/Menu16.svg":()=>Promise.resolve().then(()=>require("./Menu16-25186742.cjs")),"./assets/16/MenuTwo16.svg":()=>Promise.resolve().then(()=>require("./MenuTwo16-f3c63915.cjs")),"./assets/16/Minus16.svg":()=>Promise.resolve().then(()=>require("./Minus16-5c90f0f1.cjs")),"./assets/16/Notification16.svg":()=>Promise.resolve().then(()=>require("./Notification16-4a830e2e.cjs")),"./assets/16/Percent16.svg":()=>Promise.resolve().then(()=>require("./Percent16-3395562d.cjs")),"./assets/16/Picture16.svg":()=>Promise.resolve().then(()=>require("./Picture16-df11ee21.cjs")),"./assets/16/Pin16.svg":()=>Promise.resolve().then(()=>require("./Pin16-40bbf8b3.cjs")),"./assets/16/Plus16.svg":()=>Promise.resolve().then(()=>require("./Plus16-fa80f12a.cjs")),"./assets/16/Print16.svg":()=>Promise.resolve().then(()=>require("./Print16-3299b6f2.cjs")),"./assets/16/Question16.svg":()=>Promise.resolve().then(()=>require("./Question16-5c5f1adc.cjs")),"./assets/16/Rotate16.svg":()=>Promise.resolve().then(()=>require("./Rotate16-4f1454d2.cjs")),"./assets/16/Ruble16.svg":()=>Promise.resolve().then(()=>require("./Ruble16-9dcc47e9.cjs")),"./assets/16/Saved16.svg":()=>Promise.resolve().then(()=>require("./Saved16-f31c9fdc.cjs")),"./assets/16/Scheduled16.svg":()=>Promise.resolve().then(()=>require("./Scheduled16-62492313.cjs")),"./assets/16/Scroll16.svg":()=>Promise.resolve().then(()=>require("./Scroll16-d2f61243.cjs")),"./assets/16/Search16.svg":()=>Promise.resolve().then(()=>require("./Search16-f82e1aad.cjs")),"./assets/16/Send16.svg":()=>Promise.resolve().then(()=>require("./Send16-718da0b6.cjs")),"./assets/16/Settings16.svg":()=>Promise.resolve().then(()=>require("./Settings16-cff7163e.cjs")),"./assets/16/Share16.svg":()=>Promise.resolve().then(()=>require("./Share16-f962405d.cjs")),"./assets/16/ShareTwo16.svg":()=>Promise.resolve().then(()=>require("./ShareTwo16-fbf2c9b1.cjs")),"./assets/16/Shield16.svg":()=>Promise.resolve().then(()=>require("./Shield16-451a3040.cjs")),"./assets/16/Sidebar16.svg":()=>Promise.resolve().then(()=>require("./Sidebar16-032007b0.cjs")),"./assets/16/Sort16.svg":()=>Promise.resolve().then(()=>require("./Sort16-449fa84a.cjs")),"./assets/16/SortThree16.svg":()=>Promise.resolve().then(()=>require("./SortThree16-25cb1749.cjs")),"./assets/16/SortTwo16.svg":()=>Promise.resolve().then(()=>require("./SortTwo16-f88da0f4.cjs")),"./assets/16/Star16.svg":()=>Promise.resolve().then(()=>require("./Star16-048ba728.cjs")),"./assets/16/Sticker16.svg":()=>Promise.resolve().then(()=>require("./Sticker16-0c9ec48b.cjs")),"./assets/16/Suitcase16.svg":()=>Promise.resolve().then(()=>require("./Suitcase16-bc0272c0.cjs")),"./assets/16/Support16.svg":()=>Promise.resolve().then(()=>require("./Support16-94883039.cjs")),"./assets/16/Telegram16.svg":()=>Promise.resolve().then(()=>require("./Telegram16-afff320e.cjs")),"./assets/16/Thunder16.svg":()=>Promise.resolve().then(()=>require("./Thunder16-e2527ae8.cjs")),"./assets/16/Truck16.svg":()=>Promise.resolve().then(()=>require("./Truck16-d4bfe5c5.cjs")),"./assets/16/USB16.svg":()=>Promise.resolve().then(()=>require("./USB16-70f890f6.cjs")),"./assets/16/User16.svg":()=>Promise.resolve().then(()=>require("./User16-95e8526e.cjs")),"./assets/16/VK16.svg":()=>Promise.resolve().then(()=>require("./VK16-09568e3c.cjs")),"./assets/16/Wallet16.svg":()=>Promise.resolve().then(()=>require("./Wallet16-55a43d85.cjs")),"./assets/16/WarningCircle16.svg":()=>Promise.resolve().then(()=>require("./WarningCircle16-c139cecb.cjs")),"./assets/16/WarningPolygon16.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon16-318fa0e7.cjs")),"./assets/16/WarningTriangle16.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle16-aa2be83b.cjs")),"./assets/16/Zap16.svg":()=>Promise.resolve().then(()=>require("./Zap16-af3c1cbd.cjs")),"./assets/20/AlertFill20.svg":()=>Promise.resolve().then(()=>require("./AlertFill20-417e10fd.cjs")),"./assets/20/ArrowBottom20.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom20-d8c1750c.cjs")),"./assets/20/ArrowLeft20.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft20-e6351d15.cjs")),"./assets/20/ArrowRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowRight20-174f495f.cjs")),"./assets/20/ArrowTop20.svg":()=>Promise.resolve().then(()=>require("./ArrowTop20-ce68e9d9.cjs")),"./assets/20/ArrowTopRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight20-589e7528.cjs")),"./assets/20/Attachment20.svg":()=>Promise.resolve().then(()=>require("./Attachment20-992a7832.cjs")),"./assets/20/AttachmentTwo20.svg":()=>Promise.resolve().then(()=>require("./AttachmentTwo20-cbc078de.cjs")),"./assets/20/Bell20.svg":()=>Promise.resolve().then(()=>require("./Bell20-bf8226b8.cjs")),"./assets/20/BellTwo20.svg":()=>Promise.resolve().then(()=>require("./BellTwo20-c57b273f.cjs")),"./assets/20/Bin20.svg":()=>Promise.resolve().then(()=>require("./Bin20-5e8bf3f6.cjs")),"./assets/20/BlankChat20.svg":()=>Promise.resolve().then(()=>require("./BlankChat20-d7b47f96.cjs")),"./assets/20/BlankCheck20.svg":()=>Promise.resolve().then(()=>require("./BlankCheck20-9077d748.cjs")),"./assets/20/BlankKey20.svg":()=>Promise.resolve().then(()=>require("./BlankKey20-fed33b40.cjs")),"./assets/20/BlankLock20.svg":()=>Promise.resolve().then(()=>require("./BlankLock20-ef83865d.cjs")),"./assets/20/BlankPan20.svg":()=>Promise.resolve().then(()=>require("./BlankPan20-142c1d0b.cjs")),"./assets/20/Block20.svg":()=>Promise.resolve().then(()=>require("./Block20-8f950bec.cjs")),"./assets/20/Box20.svg":()=>Promise.resolve().then(()=>require("./Box20-3ce56a70.cjs")),"./assets/20/Bulb20.svg":()=>Promise.resolve().then(()=>require("./Bulb20-db47398f.cjs")),"./assets/20/Calendar20.svg":()=>Promise.resolve().then(()=>require("./Calendar20-2880af0e.cjs")),"./assets/20/CalendarEdit20.svg":()=>Promise.resolve().then(()=>require("./CalendarEdit20-f666f809.cjs")),"./assets/20/Chart20.svg":()=>Promise.resolve().then(()=>require("./Chart20-4680ebbf.cjs")),"./assets/20/Chat20.svg":()=>Promise.resolve().then(()=>require("./Chat20-42996cca.cjs")),"./assets/20/Check20.svg":()=>Promise.resolve().then(()=>require("./Check20-3e54a176.cjs")),"./assets/20/CheckList20.svg":()=>Promise.resolve().then(()=>require("./CheckList20-5e568733.cjs")),"./assets/20/ChevronDoubleLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft20-bb6ed813.cjs")),"./assets/20/ChevronDoubleRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight20-751f50e6.cjs")),"./assets/20/ChevronDown20.svg":()=>Promise.resolve().then(()=>require("./ChevronDown20-b6ccd981.cjs")),"./assets/20/ChevronLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft20-0263d8e2.cjs")),"./assets/20/ChevronRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronRight20-dea2a2df.cjs")),"./assets/20/ChevronUp20.svg":()=>Promise.resolve().then(()=>require("./ChevronUp20-5cafbf3a.cjs")),"./assets/20/CircleCheck20.svg":()=>Promise.resolve().then(()=>require("./CircleCheck20-d7d9ea7b.cjs")),"./assets/20/Clip20.svg":()=>Promise.resolve().then(()=>require("./Clip20-2f774628.cjs")),"./assets/20/Clock20.svg":()=>Promise.resolve().then(()=>require("./Clock20-8c25011a.cjs")),"./assets/20/Close20.svg":()=>Promise.resolve().then(()=>require("./Close20-ca7f2e3c.cjs")),"./assets/20/Cloud20.svg":()=>Promise.resolve().then(()=>require("./Cloud20-0ca649f9.cjs")),"./assets/20/CloudDownload20.svg":()=>Promise.resolve().then(()=>require("./CloudDownload20-54af2b56.cjs")),"./assets/20/Comment20.svg":()=>Promise.resolve().then(()=>require("./Comment20-6d3e2684.cjs")),"./assets/20/Connection20.svg":()=>Promise.resolve().then(()=>require("./Connection20-5066d6d7.cjs")),"./assets/20/Copy20.svg":()=>Promise.resolve().then(()=>require("./Copy20-49288f68.cjs")),"./assets/20/CreditCard20.svg":()=>Promise.resolve().then(()=>require("./CreditCard20-0754fbd6.cjs")),"./assets/20/Cube20.svg":()=>Promise.resolve().then(()=>require("./Cube20-0b529bf1.cjs")),"./assets/20/Dashboard20.svg":()=>Promise.resolve().then(()=>require("./Dashboard20-598286a9.cjs")),"./assets/20/Document20.svg":()=>Promise.resolve().then(()=>require("./Document20-2f36ae4f.cjs")),"./assets/20/DotsHorizontal20.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal20-88239624.cjs")),"./assets/20/DotsVertical20.svg":()=>Promise.resolve().then(()=>require("./DotsVertical20-6228fa5e.cjs")),"./assets/20/Download20.svg":()=>Promise.resolve().then(()=>require("./Download20-b9f7521d.cjs")),"./assets/20/Edit20.svg":()=>Promise.resolve().then(()=>require("./Edit20-9be18478.cjs")),"./assets/20/Exit20.svg":()=>Promise.resolve().then(()=>require("./Exit20-086b723c.cjs")),"./assets/20/Eye20.svg":()=>Promise.resolve().then(()=>require("./Eye20-cd20b02f.cjs")),"./assets/20/EyeCrossed20.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed20-45e31e13.cjs")),"./assets/20/Filter20.svg":()=>Promise.resolve().then(()=>require("./Filter20-e330b5d3.cjs")),"./assets/20/GoldenApple20.svg":()=>Promise.resolve().then(()=>require("./GoldenApple20-3ee1e987.cjs")),"./assets/20/Grid20.svg":()=>Promise.resolve().then(()=>require("./Grid20-b863ddc5.cjs")),"./assets/20/GridTwo20.svg":()=>Promise.resolve().then(()=>require("./GridTwo20-3b3e02ea.cjs")),"./assets/20/Group20.svg":()=>Promise.resolve().then(()=>require("./Group20-b41c5af1.cjs")),"./assets/20/HandKey20.svg":()=>Promise.resolve().then(()=>require("./HandKey20-d42ca410.cjs")),"./assets/20/HandRight20.svg":()=>Promise.resolve().then(()=>require("./HandRight20-72fc9c07.cjs")),"./assets/20/HandTop20.svg":()=>Promise.resolve().then(()=>require("./HandTop20-3c0f40dc.cjs")),"./assets/20/Home20.svg":()=>Promise.resolve().then(()=>require("./Home20-fa630a28.cjs")),"./assets/20/Hub20.svg":()=>Promise.resolve().then(()=>require("./Hub20-dc826c4b.cjs")),"./assets/20/Info20.svg":()=>Promise.resolve().then(()=>require("./Info20-c3af86a8.cjs")),"./assets/20/InfoTwo20.svg":()=>Promise.resolve().then(()=>require("./InfoTwo20-31031c55.cjs")),"./assets/20/Key20.svg":()=>Promise.resolve().then(()=>require("./Key20-79d441e2.cjs")),"./assets/20/Lamoda20.svg":()=>Promise.resolve().then(()=>require("./Lamoda20-1b7a9628.cjs")),"./assets/20/Layers20.svg":()=>Promise.resolve().then(()=>require("./Layers20-eab2b0ad.cjs")),"./assets/20/Library20.svg":()=>Promise.resolve().then(()=>require("./Library20-f7f71679.cjs")),"./assets/20/Link20.svg":()=>Promise.resolve().then(()=>require("./Link20-24393bb0.cjs")),"./assets/20/Loader20.svg":()=>Promise.resolve().then(()=>require("./Loader20-103872f2.cjs")),"./assets/20/Lock20.svg":()=>Promise.resolve().then(()=>require("./Lock20-b4e8933d.cjs")),"./assets/20/Mail20.svg":()=>Promise.resolve().then(()=>require("./Mail20-292d990d.cjs")),"./assets/20/MailCheck20.svg":()=>Promise.resolve().then(()=>require("./MailCheck20-b3d550dc.cjs")),"./assets/20/Main20.svg":()=>Promise.resolve().then(()=>require("./Main20-e776e7ae.cjs")),"./assets/20/Menu20.svg":()=>Promise.resolve().then(()=>require("./Menu20-7b105af8.cjs")),"./assets/20/Minus20.svg":()=>Promise.resolve().then(()=>require("./Minus20-5a6c33f8.cjs")),"./assets/20/Ozon20.svg":()=>Promise.resolve().then(()=>require("./Ozon20-108ee98a.cjs")),"./assets/20/Percent20.svg":()=>Promise.resolve().then(()=>require("./Percent20-fdc8d047.cjs")),"./assets/20/Picture20.svg":()=>Promise.resolve().then(()=>require("./Picture20-b97b0fe1.cjs")),"./assets/20/Pin20.svg":()=>Promise.resolve().then(()=>require("./Pin20-860347d1.cjs")),"./assets/20/Plus20.svg":()=>Promise.resolve().then(()=>require("./Plus20-7839980d.cjs")),"./assets/20/Print20.svg":()=>Promise.resolve().then(()=>require("./Print20-12a8dbe0.cjs")),"./assets/20/Question20.svg":()=>Promise.resolve().then(()=>require("./Question20-77184c14.cjs")),"./assets/20/Rotate20.svg":()=>Promise.resolve().then(()=>require("./Rotate20-f5eba3c7.cjs")),"./assets/20/Ruble20.svg":()=>Promise.resolve().then(()=>require("./Ruble20-4521561c.cjs")),"./assets/20/Saved20.svg":()=>Promise.resolve().then(()=>require("./Saved20-9c3adbc5.cjs")),"./assets/20/Scheduled20.svg":()=>Promise.resolve().then(()=>require("./Scheduled20-3b7c1762.cjs")),"./assets/20/Scroll20.svg":()=>Promise.resolve().then(()=>require("./Scroll20-297e01cd.cjs")),"./assets/20/Search20.svg":()=>Promise.resolve().then(()=>require("./Search20-620dd358.cjs")),"./assets/20/Send20.svg":()=>Promise.resolve().then(()=>require("./Send20-606f4dbd.cjs")),"./assets/20/Settings20.svg":()=>Promise.resolve().then(()=>require("./Settings20-61cee5a3.cjs")),"./assets/20/Share20.svg":()=>Promise.resolve().then(()=>require("./Share20-519a89c7.cjs")),"./assets/20/ShareOne20.svg":()=>Promise.resolve().then(()=>require("./ShareOne20-aa621d0b.cjs")),"./assets/20/Shield20.svg":()=>Promise.resolve().then(()=>require("./Shield20-b53972df.cjs")),"./assets/20/Sidebar20.svg":()=>Promise.resolve().then(()=>require("./Sidebar20-bbc1b483.cjs")),"./assets/20/Sort20.svg":()=>Promise.resolve().then(()=>require("./Sort20-457afe9d.cjs")),"./assets/20/SortThree20.svg":()=>Promise.resolve().then(()=>require("./SortThree20-61ab31eb.cjs")),"./assets/20/SortTwo20.svg":()=>Promise.resolve().then(()=>require("./SortTwo20-0879f16a.cjs")),"./assets/20/Star20.svg":()=>Promise.resolve().then(()=>require("./Star20-3fd62bdd.cjs")),"./assets/20/Sticker20.svg":()=>Promise.resolve().then(()=>require("./Sticker20-2f1d9b3a.cjs")),"./assets/20/Suitcase20.svg":()=>Promise.resolve().then(()=>require("./Suitcase20-3bcb2d0e.cjs")),"./assets/20/Support20.svg":()=>Promise.resolve().then(()=>require("./Support20-6989cc78.cjs")),"./assets/20/Telegram20.svg":()=>Promise.resolve().then(()=>require("./Telegram20-b1f1adee.cjs")),"./assets/20/Thunder20.svg":()=>Promise.resolve().then(()=>require("./Thunder20-04b28f79.cjs")),"./assets/20/Truck20.svg":()=>Promise.resolve().then(()=>require("./Truck20-db66f684.cjs")),"./assets/20/USB20.svg":()=>Promise.resolve().then(()=>require("./USB20-97d3f608.cjs")),"./assets/20/Update20.svg":()=>Promise.resolve().then(()=>require("./Update20-56e24b61.cjs")),"./assets/20/User20.svg":()=>Promise.resolve().then(()=>require("./User20-d975d44b.cjs")),"./assets/20/WB20.svg":()=>Promise.resolve().then(()=>require("./WB20-0f85ac1f.cjs")),"./assets/20/Wallet20.svg":()=>Promise.resolve().then(()=>require("./Wallet20-9a52033c.cjs")),"./assets/20/WarningCircle20.svg":()=>Promise.resolve().then(()=>require("./WarningCircle20-4ee30b2e.cjs")),"./assets/20/WarningPolygon20.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon20-a05287d4.cjs")),"./assets/20/WarningTriangle20.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle20-678a15d9.cjs")),"./assets/20/Yandex20.svg":()=>Promise.resolve().then(()=>require("./Yandex20-c25cf28f.cjs")),"./assets/20/Zap20.svg":()=>Promise.resolve().then(()=>require("./Zap20-4564ce4b.cjs")),"./assets/24/AlertFill24.svg":()=>Promise.resolve().then(()=>require("./AlertFill24-a77b7290.cjs")),"./assets/24/ArrowBottom24.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom24-9fe08e0b.cjs")),"./assets/24/ArrowLeft24.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft24-912c3a9e.cjs")),"./assets/24/ArrowRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowRight24-3798e648.cjs")),"./assets/24/ArrowTop24.svg":()=>Promise.resolve().then(()=>require("./ArrowTop24-bbda26ed.cjs")),"./assets/24/ArrowTopRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight24-d737d7b0.cjs")),"./assets/24/Attachment24.svg":()=>Promise.resolve().then(()=>require("./Attachment24-3dee805f.cjs")),"./assets/24/Bell24.svg":()=>Promise.resolve().then(()=>require("./Bell24-34f439f0.cjs")),"./assets/24/BellTwo24.svg":()=>Promise.resolve().then(()=>require("./BellTwo24-ca9ea05e.cjs")),"./assets/24/Bin24.svg":()=>Promise.resolve().then(()=>require("./Bin24-1d2ea451.cjs")),"./assets/24/BlankChat24.svg":()=>Promise.resolve().then(()=>require("./BlankChat24-c8cf188a.cjs")),"./assets/24/BlankCheck24.svg":()=>Promise.resolve().then(()=>require("./BlankCheck24-b25bf850.cjs")),"./assets/24/BlankKey24.svg":()=>Promise.resolve().then(()=>require("./BlankKey24-85a18eb7.cjs")),"./assets/24/BlankLock24.svg":()=>Promise.resolve().then(()=>require("./BlankLock24-60a02e46.cjs")),"./assets/24/BlankPan24.svg":()=>Promise.resolve().then(()=>require("./BlankPan24-fef24634.cjs")),"./assets/24/Block24.svg":()=>Promise.resolve().then(()=>require("./Block24-cf6e2620.cjs")),"./assets/24/Box24.svg":()=>Promise.resolve().then(()=>require("./Box24-f17e31d0.cjs")),"./assets/24/Bulb24.svg":()=>Promise.resolve().then(()=>require("./Bulb24-a0a69aaf.cjs")),"./assets/24/Calendar24.svg":()=>Promise.resolve().then(()=>require("./Calendar24-0d02b130.cjs")),"./assets/24/CalendarEdit24.svg":()=>Promise.resolve().then(()=>require("./CalendarEdit24-f6eb859a.cjs")),"./assets/24/CalendarScheduled24.svg":()=>Promise.resolve().then(()=>require("./CalendarScheduled24-f110091b.cjs")),"./assets/24/Chart24.svg":()=>Promise.resolve().then(()=>require("./Chart24-337a9b9b.cjs")),"./assets/24/Chat24.svg":()=>Promise.resolve().then(()=>require("./Chat24-c1bbc0a0.cjs")),"./assets/24/Check24.svg":()=>Promise.resolve().then(()=>require("./Check24-948a33c9.cjs")),"./assets/24/ChevronDoubleLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft24-6204e710.cjs")),"./assets/24/ChevronDoubleRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight24-15df8bf2.cjs")),"./assets/24/ChevronDown24.svg":()=>Promise.resolve().then(()=>require("./ChevronDown24-2cedfd82.cjs")),"./assets/24/ChevronLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft24-bd24deb8.cjs")),"./assets/24/ChevronRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronRight24-f135178f.cjs")),"./assets/24/ChevronUp24.svg":()=>Promise.resolve().then(()=>require("./ChevronUp24-ad6d1871.cjs")),"./assets/24/CircleCheck24.svg":()=>Promise.resolve().then(()=>require("./CircleCheck24-6c82d401.cjs")),"./assets/24/Clip24.svg":()=>Promise.resolve().then(()=>require("./Clip24-d7b6adc9.cjs")),"./assets/24/Clock24.svg":()=>Promise.resolve().then(()=>require("./Clock24-5ecbc42c.cjs")),"./assets/24/Close24.svg":()=>Promise.resolve().then(()=>require("./Close24-b3836c25.cjs")),"./assets/24/Cloud24.svg":()=>Promise.resolve().then(()=>require("./Cloud24-e1c03d6e.cjs")),"./assets/24/CloudDownload24.svg":()=>Promise.resolve().then(()=>require("./CloudDownload24-69e6b33d.cjs")),"./assets/24/Connection24.svg":()=>Promise.resolve().then(()=>require("./Connection24-7cfb460e.cjs")),"./assets/24/Copy24.svg":()=>Promise.resolve().then(()=>require("./Copy24-6f3b62ae.cjs")),"./assets/24/Cube24.svg":()=>Promise.resolve().then(()=>require("./Cube24-15a46f26.cjs")),"./assets/24/Dashboard24.svg":()=>Promise.resolve().then(()=>require("./Dashboard24-3db8c472.cjs")),"./assets/24/Diagram24.svg":()=>Promise.resolve().then(()=>require("./Diagram24-8ba0c4a9.cjs")),"./assets/24/Document24.svg":()=>Promise.resolve().then(()=>require("./Document24-ce9bbb26.cjs")),"./assets/24/DotsHorizontal24.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal24-f01dc9a4.cjs")),"./assets/24/DotsVertical24.svg":()=>Promise.resolve().then(()=>require("./DotsVertical24-6d8d2e82.cjs")),"./assets/24/Download24.svg":()=>Promise.resolve().then(()=>require("./Download24-85021da5.cjs")),"./assets/24/Edit24.svg":()=>Promise.resolve().then(()=>require("./Edit24-c19aed62.cjs")),"./assets/24/Exel24.svg":()=>Promise.resolve().then(()=>require("./Exel24-e2f3f043.cjs")),"./assets/24/Exit24.svg":()=>Promise.resolve().then(()=>require("./Exit24-a2555015.cjs")),"./assets/24/Eye24.svg":()=>Promise.resolve().then(()=>require("./Eye24-c4c2ff91.cjs")),"./assets/24/EyeCrossed24.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed24-17304b42.cjs")),"./assets/24/Files24.svg":()=>Promise.resolve().then(()=>require("./Files24-db9136b0.cjs")),"./assets/24/Filter24.svg":()=>Promise.resolve().then(()=>require("./Filter24-d55ea5d8.cjs")),"./assets/24/GoldenApple24.svg":()=>Promise.resolve().then(()=>require("./GoldenApple24-74dbe930.cjs")),"./assets/24/Grid24.svg":()=>Promise.resolve().then(()=>require("./Grid24-b13f4c67.cjs")),"./assets/24/GridTwo24.svg":()=>Promise.resolve().then(()=>require("./GridTwo24-9c1a76e7.cjs")),"./assets/24/Group24.svg":()=>Promise.resolve().then(()=>require("./Group24-93e905da.cjs")),"./assets/24/HandKey24.svg":()=>Promise.resolve().then(()=>require("./HandKey24-49057b5b.cjs")),"./assets/24/HandRight24.svg":()=>Promise.resolve().then(()=>require("./HandRight24-90316432.cjs")),"./assets/24/HandTop24.svg":()=>Promise.resolve().then(()=>require("./HandTop24-f95731fa.cjs")),"./assets/24/Home24.svg":()=>Promise.resolve().then(()=>require("./Home24-15ff4624.cjs")),"./assets/24/Hub24.svg":()=>Promise.resolve().then(()=>require("./Hub24-cef2d919.cjs")),"./assets/24/Info24.svg":()=>Promise.resolve().then(()=>require("./Info24-a815ff1a.cjs")),"./assets/24/JPG24.svg":()=>Promise.resolve().then(()=>require("./JPG24-483d44dc.cjs")),"./assets/24/Key24.svg":()=>Promise.resolve().then(()=>require("./Key24-29cdf0dd.cjs")),"./assets/24/Lamoda24.svg":()=>Promise.resolve().then(()=>require("./Lamoda24-0d04b155.cjs")),"./assets/24/Layers24.svg":()=>Promise.resolve().then(()=>require("./Layers24-b329d4e3.cjs")),"./assets/24/Library24.svg":()=>Promise.resolve().then(()=>require("./Library24-5dd03e64.cjs")),"./assets/24/Link24.svg":()=>Promise.resolve().then(()=>require("./Link24-3e91c91a.cjs")),"./assets/24/Loader24.svg":()=>Promise.resolve().then(()=>require("./Loader24-a6560bf7.cjs")),"./assets/24/Lock24.svg":()=>Promise.resolve().then(()=>require("./Lock24-57cd2e84.cjs")),"./assets/24/Mail24.svg":()=>Promise.resolve().then(()=>require("./Mail24-dd8bd69c.cjs")),"./assets/24/MailCheck24.svg":()=>Promise.resolve().then(()=>require("./MailCheck24-2ddb7b72.cjs")),"./assets/24/Main24.svg":()=>Promise.resolve().then(()=>require("./Main24-fce0397d.cjs")),"./assets/24/Menu24.svg":()=>Promise.resolve().then(()=>require("./Menu24-3f923cd2.cjs")),"./assets/24/Minus24.svg":()=>Promise.resolve().then(()=>require("./Minus24-9b94c846.cjs")),"./assets/24/Ozon24.svg":()=>Promise.resolve().then(()=>require("./Ozon24-88add0eb.cjs")),"./assets/24/PDF24.svg":()=>Promise.resolve().then(()=>require("./PDF24-099d7c68.cjs")),"./assets/24/PNG24.svg":()=>Promise.resolve().then(()=>require("./PNG24-8cb1afa3.cjs")),"./assets/24/Percent24.svg":()=>Promise.resolve().then(()=>require("./Percent24-70e0b373.cjs")),"./assets/24/Picture24.svg":()=>Promise.resolve().then(()=>require("./Picture24-53369e7a.cjs")),"./assets/24/Pin24.svg":()=>Promise.resolve().then(()=>require("./Pin24-180bd50b.cjs")),"./assets/24/Plus24.svg":()=>Promise.resolve().then(()=>require("./Plus24-64cd48d5.cjs")),"./assets/24/Print24.svg":()=>Promise.resolve().then(()=>require("./Print24-4d266d5d.cjs")),"./assets/24/Question24.svg":()=>Promise.resolve().then(()=>require("./Question24-887d6c6a.cjs")),"./assets/24/Rotate24.svg":()=>Promise.resolve().then(()=>require("./Rotate24-e452c335.cjs")),"./assets/24/Ruble24.svg":()=>Promise.resolve().then(()=>require("./Ruble24-7166d5e5.cjs")),"./assets/24/Saved24.svg":()=>Promise.resolve().then(()=>require("./Saved24-e077e77b.cjs")),"./assets/24/Scheduled24.svg":()=>Promise.resolve().then(()=>require("./Scheduled24-33d6e71d.cjs")),"./assets/24/Scroll24.svg":()=>Promise.resolve().then(()=>require("./Scroll24-9c4e3565.cjs")),"./assets/24/Search24.svg":()=>Promise.resolve().then(()=>require("./Search24-982364ab.cjs")),"./assets/24/Send24.svg":()=>Promise.resolve().then(()=>require("./Send24-5793112e.cjs")),"./assets/24/Settings24.svg":()=>Promise.resolve().then(()=>require("./Settings24-5a9eb570.cjs")),"./assets/24/Share24.svg":()=>Promise.resolve().then(()=>require("./Share24-1043a438.cjs")),"./assets/24/ShareOne24.svg":()=>Promise.resolve().then(()=>require("./ShareOne24-854751cb.cjs")),"./assets/24/Shield24.svg":()=>Promise.resolve().then(()=>require("./Shield24-8b75e301.cjs")),"./assets/24/ShoppingBag24.svg":()=>Promise.resolve().then(()=>require("./ShoppingBag24-601a6d24.cjs")),"./assets/24/Sidebar24.svg":()=>Promise.resolve().then(()=>require("./Sidebar24-76986a2d.cjs")),"./assets/24/Sort24.svg":()=>Promise.resolve().then(()=>require("./Sort24-93425611.cjs")),"./assets/24/SortThree24.svg":()=>Promise.resolve().then(()=>require("./SortThree24-ada5f0d1.cjs")),"./assets/24/SortTwo24.svg":()=>Promise.resolve().then(()=>require("./SortTwo24-c68b7b08.cjs")),"./assets/24/Star24.svg":()=>Promise.resolve().then(()=>require("./Star24-95ac70c3.cjs")),"./assets/24/Sticker24.svg":()=>Promise.resolve().then(()=>require("./Sticker24-e675200e.cjs")),"./assets/24/Suitcase24.svg":()=>Promise.resolve().then(()=>require("./Suitcase24-777d2d99.cjs")),"./assets/24/Support24.svg":()=>Promise.resolve().then(()=>require("./Support24-6309a854.cjs")),"./assets/24/Telegram24.svg":()=>Promise.resolve().then(()=>require("./Telegram24-27cc0832.cjs")),"./assets/24/Thunder24.svg":()=>Promise.resolve().then(()=>require("./Thunder24-43ab5af2.cjs")),"./assets/24/Truck24.svg":()=>Promise.resolve().then(()=>require("./Truck24-0ada217f.cjs")),"./assets/24/USB24.svg":()=>Promise.resolve().then(()=>require("./USB24-6f6dafc8.cjs")),"./assets/24/User24.svg":()=>Promise.resolve().then(()=>require("./User24-ecf53af9.cjs")),"./assets/24/WB24.svg":()=>Promise.resolve().then(()=>require("./WB24-30b4f30f.cjs")),"./assets/24/Wallet24.svg":()=>Promise.resolve().then(()=>require("./Wallet24-fcd148ff.cjs")),"./assets/24/WarningCircle24.svg":()=>Promise.resolve().then(()=>require("./WarningCircle24-1e8ac783.cjs")),"./assets/24/WarningPolygon24.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon24-e085abed.cjs")),"./assets/24/WarningTriangle24.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle24-46c3fbb4.cjs")),"./assets/24/Word24.svg":()=>Promise.resolve().then(()=>require("./Word24-3c7424ec.cjs")),"./assets/24/Yandex24.svg":()=>Promise.resolve().then(()=>require("./Yandex24-36090584.cjs")),"./assets/32/ArrowBottom32.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom32-3752aad1.cjs")),"./assets/32/ArrowLeft32.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft32-3d38a6cc.cjs")),"./assets/32/ArrowRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowRight32-fd9f0717.cjs")),"./assets/32/ArrowTop32.svg":()=>Promise.resolve().then(()=>require("./ArrowTop32-f6ac9cf1.cjs")),"./assets/32/ArrowTopRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight32-9b380a03.cjs")),"./assets/32/Attachment32.svg":()=>Promise.resolve().then(()=>require("./Attachment32-ff5c128a.cjs")),"./assets/32/BankAccount32.svg":()=>Promise.resolve().then(()=>require("./BankAccount32-d511aa02.cjs")),"./assets/32/Bell32.svg":()=>Promise.resolve().then(()=>require("./Bell32-79d01491.cjs")),"./assets/32/Bin32.svg":()=>Promise.resolve().then(()=>require("./Bin32-3c211490.cjs")),"./assets/32/BlankChat32.svg":()=>Promise.resolve().then(()=>require("./BlankChat32-5d2d132f.cjs")),"./assets/32/BlankCheck32.svg":()=>Promise.resolve().then(()=>require("./BlankCheck32-b5c66142.cjs")),"./assets/32/BlankKey32.svg":()=>Promise.resolve().then(()=>require("./BlankKey32-a8e67074.cjs")),"./assets/32/BlankLock32.svg":()=>Promise.resolve().then(()=>require("./BlankLock32-e7fed1cc.cjs")),"./assets/32/BlankPan32.svg":()=>Promise.resolve().then(()=>require("./BlankPan32-145d0012.cjs")),"./assets/32/Block32.svg":()=>Promise.resolve().then(()=>require("./Block32-fc2341ba.cjs")),"./assets/32/Box32.svg":()=>Promise.resolve().then(()=>require("./Box32-8848e3b8.cjs")),"./assets/32/Bulb32.svg":()=>Promise.resolve().then(()=>require("./Bulb32-f9473c8e.cjs")),"./assets/32/Calendar32.svg":()=>Promise.resolve().then(()=>require("./Calendar32-de1e2709.cjs")),"./assets/32/Chart32.svg":()=>Promise.resolve().then(()=>require("./Chart32-d57eb873.cjs")),"./assets/32/Chat32.svg":()=>Promise.resolve().then(()=>require("./Chat32-1146d263.cjs")),"./assets/32/Check32.svg":()=>Promise.resolve().then(()=>require("./Check32-157d6d0e.cjs")),"./assets/32/CheckCircle32.svg":()=>Promise.resolve().then(()=>require("./CheckCircle32-7996bb50.cjs")),"./assets/32/ChevronDoubleLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft32-322f339f.cjs")),"./assets/32/ChevronDown32.svg":()=>Promise.resolve().then(()=>require("./ChevronDown32-7e3b9475.cjs")),"./assets/32/ChevronLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft32-d52914b1.cjs")),"./assets/32/ChevronRight32.svg":()=>Promise.resolve().then(()=>require("./ChevronRight32-baefb043.cjs")),"./assets/32/ChevronUp32.svg":()=>Promise.resolve().then(()=>require("./ChevronUp32-a6d50744.cjs")),"./assets/32/Clip32.svg":()=>Promise.resolve().then(()=>require("./Clip32-49a701ae.cjs")),"./assets/32/Clock32.svg":()=>Promise.resolve().then(()=>require("./Clock32-c29e8bab.cjs")),"./assets/32/Close32.svg":()=>Promise.resolve().then(()=>require("./Close32-763a7c38.cjs")),"./assets/32/Cloud32.svg":()=>Promise.resolve().then(()=>require("./Cloud32-a816f9fc.cjs")),"./assets/32/CloudDownload32.svg":()=>Promise.resolve().then(()=>require("./CloudDownload32-1112672d.cjs")),"./assets/32/Connection32.svg":()=>Promise.resolve().then(()=>require("./Connection32-397eb085.cjs")),"./assets/32/Copy32.svg":()=>Promise.resolve().then(()=>require("./Copy32-b77fa626.cjs")),"./assets/32/Credit32.svg":()=>Promise.resolve().then(()=>require("./Credit32-6ee1e402.cjs")),"./assets/32/CreditCard32.svg":()=>Promise.resolve().then(()=>require("./CreditCard32-5621c98f.cjs")),"./assets/32/Dashboard32.svg":()=>Promise.resolve().then(()=>require("./Dashboard32-5b5d8387.cjs")),"./assets/32/Document32.svg":()=>Promise.resolve().then(()=>require("./Document32-bd6d3cde.cjs")),"./assets/32/DotsHorizontal32.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal32-cf09cdbc.cjs")),"./assets/32/DotsVertical32.svg":()=>Promise.resolve().then(()=>require("./DotsVertical32-e21b04ca.cjs")),"./assets/32/Download32.svg":()=>Promise.resolve().then(()=>require("./Download32-3ec674d9.cjs")),"./assets/32/Edit32.svg":()=>Promise.resolve().then(()=>require("./Edit32-75822ffe.cjs")),"./assets/32/Exit32.svg":()=>Promise.resolve().then(()=>require("./Exit32-4208941c.cjs")),"./assets/32/Eye32.svg":()=>Promise.resolve().then(()=>require("./Eye32-1bf3481d.cjs")),"./assets/32/EyeCrossed32.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed32-ed432696.cjs")),"./assets/32/Facebook32.svg":()=>Promise.resolve().then(()=>require("./Facebook32-e2bd3027.cjs")),"./assets/32/Factoring32.svg":()=>Promise.resolve().then(()=>require("./Factoring32-e57709d7.cjs")),"./assets/32/Filter32.svg":()=>Promise.resolve().then(()=>require("./Filter32-ed02875a.cjs")),"./assets/32/FilterTwo32.svg":()=>Promise.resolve().then(()=>require("./FilterTwo32-e35a9dc0.cjs")),"./assets/32/GoldenApple32.svg":()=>Promise.resolve().then(()=>require("./GoldenApple32-3c4dc449.cjs")),"./assets/32/Grid32.svg":()=>Promise.resolve().then(()=>require("./Grid32-f2a24400.cjs")),"./assets/32/GridTwo32.svg":()=>Promise.resolve().then(()=>require("./GridTwo32-488d5939.cjs")),"./assets/32/Group32.svg":()=>Promise.resolve().then(()=>require("./Group32-65d34db5.cjs")),"./assets/32/Guarantees32.svg":()=>Promise.resolve().then(()=>require("./Guarantees32-6644fbe3.cjs")),"./assets/32/HandKey32.svg":()=>Promise.resolve().then(()=>require("./HandKey32-1baacd77.cjs")),"./assets/32/HandRight32.svg":()=>Promise.resolve().then(()=>require("./HandRight32-1ed9694a.cjs")),"./assets/32/HandTop32.svg":()=>Promise.resolve().then(()=>require("./HandTop32-ae19ce88.cjs")),"./assets/32/Home32.svg":()=>Promise.resolve().then(()=>require("./Home32-2dcaf28d.cjs")),"./assets/32/Hub32.svg":()=>Promise.resolve().then(()=>require("./Hub32-7417f6be.cjs")),"./assets/32/Info32.svg":()=>Promise.resolve().then(()=>require("./Info32-2766f853.cjs")),"./assets/32/Instagram32.svg":()=>Promise.resolve().then(()=>require("./Instagram32-c1ccd8de.cjs")),"./assets/32/Key32.svg":()=>Promise.resolve().then(()=>require("./Key32-663e31c7.cjs")),"./assets/32/Lamoda32.svg":()=>Promise.resolve().then(()=>require("./Lamoda32-bf47bf97.cjs")),"./assets/32/Layers32.svg":()=>Promise.resolve().then(()=>require("./Layers32-b2a2e01d.cjs")),"./assets/32/Library32.svg":()=>Promise.resolve().then(()=>require("./Library32-56e44873.cjs")),"./assets/32/Link32.svg":()=>Promise.resolve().then(()=>require("./Link32-66299c0a.cjs")),"./assets/32/Loader32.svg":()=>Promise.resolve().then(()=>require("./Loader32-a095cd62.cjs")),"./assets/32/Lock32.svg":()=>Promise.resolve().then(()=>require("./Lock32-691deff9.cjs")),"./assets/32/Mail32.svg":()=>Promise.resolve().then(()=>require("./Mail32-dcca519e.cjs")),"./assets/32/MailCheck32.svg":()=>Promise.resolve().then(()=>require("./MailCheck32-5ecec724.cjs")),"./assets/32/Menu32.svg":()=>Promise.resolve().then(()=>require("./Menu32-b88fbe1a.cjs")),"./assets/32/Minus32.svg":()=>Promise.resolve().then(()=>require("./Minus32-cad438dc.cjs")),"./assets/32/Notification32.svg":()=>Promise.resolve().then(()=>require("./Notification32-5fc05cec.cjs")),"./assets/32/Ozon32.svg":()=>Promise.resolve().then(()=>require("./Ozon32-bcbf164e.cjs")),"./assets/32/Picture32.svg":()=>Promise.resolve().then(()=>require("./Picture32-34ddae23.cjs")),"./assets/32/Pin32.svg":()=>Promise.resolve().then(()=>require("./Pin32-a65d2caa.cjs")),"./assets/32/Plus32.svg":()=>Promise.resolve().then(()=>require("./Plus32-854f627c.cjs")),"./assets/32/PlusCircle32.svg":()=>Promise.resolve().then(()=>require("./PlusCircle32-99045f80.cjs")),"./assets/32/Print32.svg":()=>Promise.resolve().then(()=>require("./Print32-ed7f9bd3.cjs")),"./assets/32/Question32.svg":()=>Promise.resolve().then(()=>require("./Question32-4346f42f.cjs")),"./assets/32/Rotate32.svg":()=>Promise.resolve().then(()=>require("./Rotate32-fa304d44.cjs")),"./assets/32/Ruble32.svg":()=>Promise.resolve().then(()=>require("./Ruble32-d5220b3c.cjs")),"./assets/32/Sample32.svg":()=>Promise.resolve().then(()=>require("./Sample32-5b29953e.cjs")),"./assets/32/Saved32.svg":()=>Promise.resolve().then(()=>require("./Saved32-b7774c7d.cjs")),"./assets/32/Scheduled32.svg":()=>Promise.resolve().then(()=>require("./Scheduled32-0c5c5cbb.cjs")),"./assets/32/Scroll32.svg":()=>Promise.resolve().then(()=>require("./Scroll32-388780c7.cjs")),"./assets/32/Search32.svg":()=>Promise.resolve().then(()=>require("./Search32-71d60c3f.cjs")),"./assets/32/Send32.svg":()=>Promise.resolve().then(()=>require("./Send32-4e7201a9.cjs")),"./assets/32/Settings32.svg":()=>Promise.resolve().then(()=>require("./Settings32-194772a1.cjs")),"./assets/32/Share32.svg":()=>Promise.resolve().then(()=>require("./Share32-3af46c30.cjs")),"./assets/32/ShareTwo32.svg":()=>Promise.resolve().then(()=>require("./ShareTwo32-17cac9a6.cjs")),"./assets/32/Sidebar32.svg":()=>Promise.resolve().then(()=>require("./Sidebar32-3fa2fbcc.cjs")),"./assets/32/Sort32.svg":()=>Promise.resolve().then(()=>require("./Sort32-f1c8776d.cjs")),"./assets/32/SortTwo32.svg":()=>Promise.resolve().then(()=>require("./SortTwo32-3cf215fd.cjs")),"./assets/32/Star32.svg":()=>Promise.resolve().then(()=>require("./Star32-fcf705eb.cjs")),"./assets/32/Sticker32.svg":()=>Promise.resolve().then(()=>require("./Sticker32-d91dd865.cjs")),"./assets/32/Suitcase32.svg":()=>Promise.resolve().then(()=>require("./Suitcase32-82f85304.cjs")),"./assets/32/Support32.svg":()=>Promise.resolve().then(()=>require("./Support32-f16bedad.cjs")),"./assets/32/Telegram32.svg":()=>Promise.resolve().then(()=>require("./Telegram32-de424b74.cjs")),"./assets/32/Thunder32.svg":()=>Promise.resolve().then(()=>require("./Thunder32-5727e2be.cjs")),"./assets/32/USB32.svg":()=>Promise.resolve().then(()=>require("./USB32-97480de7.cjs")),"./assets/32/User32.svg":()=>Promise.resolve().then(()=>require("./User32-0e96d806.cjs")),"./assets/32/VK32.svg":()=>Promise.resolve().then(()=>require("./VK32-e58bdd9f.cjs")),"./assets/32/WB32.svg":()=>Promise.resolve().then(()=>require("./WB32-be91f66f.cjs")),"./assets/32/WarningCircle32.svg":()=>Promise.resolve().then(()=>require("./WarningCircle32-44e9d525.cjs")),"./assets/32/WarningPolygon32.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon32-6a474859.cjs")),"./assets/32/WarningTriangle32.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle32-5d1e8a32.cjs")),"./assets/32/Yandex32.svg":()=>Promise.resolve().then(()=>require("./Yandex32-621852c6.cjs")),"./assets/32/Youtube32.svg":()=>Promise.resolve().then(()=>require("./Youtube32-5cadd731.cjs")),"./assets/40/ArrowBottom40.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom40-d88fda1f.cjs")),"./assets/40/ArrowLeft40.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft40-dab0936d.cjs")),"./assets/40/ArrowRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowRight40-f375419a.cjs")),"./assets/40/ArrowTop40.svg":()=>Promise.resolve().then(()=>require("./ArrowTop40-7667fae7.cjs")),"./assets/40/ArrowTopRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight40-23f83fb2.cjs")),"./assets/40/Attachment40.svg":()=>Promise.resolve().then(()=>require("./Attachment40-c4324e90.cjs")),"./assets/40/BankAccount40.svg":()=>Promise.resolve().then(()=>require("./BankAccount40-613e1200.cjs")),"./assets/40/Bell40.svg":()=>Promise.resolve().then(()=>require("./Bell40-c3a7c232.cjs")),"./assets/40/Bin40.svg":()=>Promise.resolve().then(()=>require("./Bin40-6abe62e0.cjs")),"./assets/40/BlankChat40.svg":()=>Promise.resolve().then(()=>require("./BlankChat40-b7bc443d.cjs")),"./assets/40/BlankCheck40.svg":()=>Promise.resolve().then(()=>require("./BlankCheck40-3abe468d.cjs")),"./assets/40/BlankKey40.svg":()=>Promise.resolve().then(()=>require("./BlankKey40-5480bd50.cjs")),"./assets/40/BlankLock40.svg":()=>Promise.resolve().then(()=>require("./BlankLock40-c5a753c4.cjs")),"./assets/40/BlankPan40.svg":()=>Promise.resolve().then(()=>require("./BlankPan40-48f0dd8d.cjs")),"./assets/40/Block40.svg":()=>Promise.resolve().then(()=>require("./Block40-02786a42.cjs")),"./assets/40/Box40.svg":()=>Promise.resolve().then(()=>require("./Box40-038694ae.cjs")),"./assets/40/Bulb40.svg":()=>Promise.resolve().then(()=>require("./Bulb40-a3a58232.cjs")),"./assets/40/Calendar40.svg":()=>Promise.resolve().then(()=>require("./Calendar40-0ccee04d.cjs")),"./assets/40/Chart40.svg":()=>Promise.resolve().then(()=>require("./Chart40-b49e213b.cjs")),"./assets/40/Chat40.svg":()=>Promise.resolve().then(()=>require("./Chat40-c6e9860a.cjs")),"./assets/40/Check40.svg":()=>Promise.resolve().then(()=>require("./Check40-9deba4df.cjs")),"./assets/40/CheckCircle40.svg":()=>Promise.resolve().then(()=>require("./CheckCircle40-b60742d0.cjs")),"./assets/40/ChevronDoubleLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft40-6bc991b8.cjs")),"./assets/40/ChevronDown40.svg":()=>Promise.resolve().then(()=>require("./ChevronDown40-104004af.cjs")),"./assets/40/ChevronLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft40-003f0e47.cjs")),"./assets/40/ChevronRight40.svg":()=>Promise.resolve().then(()=>require("./ChevronRight40-04feabf0.cjs")),"./assets/40/ChevronUp40.svg":()=>Promise.resolve().then(()=>require("./ChevronUp40-12c9fbe5.cjs")),"./assets/40/Clip40.svg":()=>Promise.resolve().then(()=>require("./Clip40-ebe370ad.cjs")),"./assets/40/Clock40.svg":()=>Promise.resolve().then(()=>require("./Clock40-6f9bebe1.cjs")),"./assets/40/Close40.svg":()=>Promise.resolve().then(()=>require("./Close40-49678fc0.cjs")),"./assets/40/Cloud40.svg":()=>Promise.resolve().then(()=>require("./Cloud40-7d3d49fd.cjs")),"./assets/40/CloudDownload40.svg":()=>Promise.resolve().then(()=>require("./CloudDownload40-96a91904.cjs")),"./assets/40/Connection40.svg":()=>Promise.resolve().then(()=>require("./Connection40-b0b8b022.cjs")),"./assets/40/Copy40.svg":()=>Promise.resolve().then(()=>require("./Copy40-b1df4cd6.cjs")),"./assets/40/Credit40.svg":()=>Promise.resolve().then(()=>require("./Credit40-d382d321.cjs")),"./assets/40/CreditCard40.svg":()=>Promise.resolve().then(()=>require("./CreditCard40-ec631833.cjs")),"./assets/40/Dashboard40.svg":()=>Promise.resolve().then(()=>require("./Dashboard40-98d80fec.cjs")),"./assets/40/Document40.svg":()=>Promise.resolve().then(()=>require("./Document40-913d2ef9.cjs")),"./assets/40/DotsHorizontal40.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal40-eeffab53.cjs")),"./assets/40/DotsVertical40.svg":()=>Promise.resolve().then(()=>require("./DotsVertical40-23b36218.cjs")),"./assets/40/Download40.svg":()=>Promise.resolve().then(()=>require("./Download40-b6c9ed5a.cjs")),"./assets/40/Edit40.svg":()=>Promise.resolve().then(()=>require("./Edit40-21568727.cjs")),"./assets/40/Exit40.svg":()=>Promise.resolve().then(()=>require("./Exit40-41ae981e.cjs")),"./assets/40/Eye40.svg":()=>Promise.resolve().then(()=>require("./Eye40-069ee830.cjs")),"./assets/40/EyeCrossed40.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed40-8e3075a2.cjs")),"./assets/40/Facebook40.svg":()=>Promise.resolve().then(()=>require("./Facebook40-479282a4.cjs")),"./assets/40/Factoring40.svg":()=>Promise.resolve().then(()=>require("./Factoring40-d8689f36.cjs")),"./assets/40/Filter40.svg":()=>Promise.resolve().then(()=>require("./Filter40-253a9002.cjs")),"./assets/40/FilterTwo40.svg":()=>Promise.resolve().then(()=>require("./FilterTwo40-a14e6f0a.cjs")),"./assets/40/GoldenApple40.svg":()=>Promise.resolve().then(()=>require("./GoldenApple40-3788ee00.cjs")),"./assets/40/Grid40.svg":()=>Promise.resolve().then(()=>require("./Grid40-e499acf6.cjs")),"./assets/40/GridTwo40.svg":()=>Promise.resolve().then(()=>require("./GridTwo40-7934f18d.cjs")),"./assets/40/Group40.svg":()=>Promise.resolve().then(()=>require("./Group40-11b5cdcd.cjs")),"./assets/40/Guarantees40.svg":()=>Promise.resolve().then(()=>require("./Guarantees40-f2f4c81c.cjs")),"./assets/40/HandKey40.svg":()=>Promise.resolve().then(()=>require("./HandKey40-0525c9b5.cjs")),"./assets/40/HandRight40.svg":()=>Promise.resolve().then(()=>require("./HandRight40-528d360f.cjs")),"./assets/40/HandTop40.svg":()=>Promise.resolve().then(()=>require("./HandTop40-104a63a2.cjs")),"./assets/40/Home40.svg":()=>Promise.resolve().then(()=>require("./Home40-2231c84b.cjs")),"./assets/40/Hub40.svg":()=>Promise.resolve().then(()=>require("./Hub40-2137855a.cjs")),"./assets/40/Info40.svg":()=>Promise.resolve().then(()=>require("./Info40-31bacb42.cjs")),"./assets/40/Instagram40.svg":()=>Promise.resolve().then(()=>require("./Instagram40-9f8c220c.cjs")),"./assets/40/Key40.svg":()=>Promise.resolve().then(()=>require("./Key40-68e1131f.cjs")),"./assets/40/Lamoda40.svg":()=>Promise.resolve().then(()=>require("./Lamoda40-cc0b04fe.cjs")),"./assets/40/Layers40.svg":()=>Promise.resolve().then(()=>require("./Layers40-ad0e862f.cjs")),"./assets/40/Library40.svg":()=>Promise.resolve().then(()=>require("./Library40-f43ab48c.cjs")),"./assets/40/Link40.svg":()=>Promise.resolve().then(()=>require("./Link40-d144b6a7.cjs")),"./assets/40/Loader40.svg":()=>Promise.resolve().then(()=>require("./Loader40-51d25d86.cjs")),"./assets/40/Lock40.svg":()=>Promise.resolve().then(()=>require("./Lock40-8511d555.cjs")),"./assets/40/Mail40.svg":()=>Promise.resolve().then(()=>require("./Mail40-fcbac526.cjs")),"./assets/40/MailCheck40.svg":()=>Promise.resolve().then(()=>require("./MailCheck40-c4f15a78.cjs")),"./assets/40/Menu40.svg":()=>Promise.resolve().then(()=>require("./Menu40-b17b26b8.cjs")),"./assets/40/Minus40.svg":()=>Promise.resolve().then(()=>require("./Minus40-bcdb3fdd.cjs")),"./assets/40/Notification40.svg":()=>Promise.resolve().then(()=>require("./Notification40-9c0f8a74.cjs")),"./assets/40/Ozon40.svg":()=>Promise.resolve().then(()=>require("./Ozon40-2d21d472.cjs")),"./assets/40/Picture40.svg":()=>Promise.resolve().then(()=>require("./Picture40-012359db.cjs")),"./assets/40/Pin40.svg":()=>Promise.resolve().then(()=>require("./Pin40-c2b73365.cjs")),"./assets/40/Plus40.svg":()=>Promise.resolve().then(()=>require("./Plus40-d6733875.cjs")),"./assets/40/Print40.svg":()=>Promise.resolve().then(()=>require("./Print40-c7ee25ce.cjs")),"./assets/40/Question40.svg":()=>Promise.resolve().then(()=>require("./Question40-a71cc598.cjs")),"./assets/40/Rotate40.svg":()=>Promise.resolve().then(()=>require("./Rotate40-1c01ff1e.cjs")),"./assets/40/Ruble40.svg":()=>Promise.resolve().then(()=>require("./Ruble40-74c1702d.cjs")),"./assets/40/Sample40.svg":()=>Promise.resolve().then(()=>require("./Sample40-ff85a70f.cjs")),"./assets/40/Saved40.svg":()=>Promise.resolve().then(()=>require("./Saved40-bc234529.cjs")),"./assets/40/Scheduled40.svg":()=>Promise.resolve().then(()=>require("./Scheduled40-7c6df6d1.cjs")),"./assets/40/Scroll40.svg":()=>Promise.resolve().then(()=>require("./Scroll40-46d51e24.cjs")),"./assets/40/Search40.svg":()=>Promise.resolve().then(()=>require("./Search40-c1b8e1c0.cjs")),"./assets/40/Send40.svg":()=>Promise.resolve().then(()=>require("./Send40-3a817278.cjs")),"./assets/40/Settings40.svg":()=>Promise.resolve().then(()=>require("./Settings40-2c1218fd.cjs")),"./assets/40/Share40.svg":()=>Promise.resolve().then(()=>require("./Share40-a9ee1c25.cjs")),"./assets/40/ShareTwo40.svg":()=>Promise.resolve().then(()=>require("./ShareTwo40-67a39279.cjs")),"./assets/40/Sidebar40.svg":()=>Promise.resolve().then(()=>require("./Sidebar40-95e44cec.cjs")),"./assets/40/Sort40.svg":()=>Promise.resolve().then(()=>require("./Sort40-237d41b1.cjs")),"./assets/40/SortTwo40.svg":()=>Promise.resolve().then(()=>require("./SortTwo40-486ef10a.cjs")),"./assets/40/Star40.svg":()=>Promise.resolve().then(()=>require("./Star40-57e45267.cjs")),"./assets/40/Sticker40.svg":()=>Promise.resolve().then(()=>require("./Sticker40-38224302.cjs")),"./assets/40/Suitcase40.svg":()=>Promise.resolve().then(()=>require("./Suitcase40-fadcac76.cjs")),"./assets/40/Support40.svg":()=>Promise.resolve().then(()=>require("./Support40-965dd396.cjs")),"./assets/40/Telegram40.svg":()=>Promise.resolve().then(()=>require("./Telegram40-eb4f6b25.cjs")),"./assets/40/Thunder40.svg":()=>Promise.resolve().then(()=>require("./Thunder40-f804f7be.cjs")),"./assets/40/USB40.svg":()=>Promise.resolve().then(()=>require("./USB40-bdd1310c.cjs")),"./assets/40/User40.svg":()=>Promise.resolve().then(()=>require("./User40-e5958dc7.cjs")),"./assets/40/VK40.svg":()=>Promise.resolve().then(()=>require("./VK40-50affa2d.cjs")),"./assets/40/WB40.svg":()=>Promise.resolve().then(()=>require("./WB40-957bd3a3.cjs")),"./assets/40/WarningCircle40.svg":()=>Promise.resolve().then(()=>require("./WarningCircle40-7bdf5f78.cjs")),"./assets/40/WarningPolygon40.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon40-4f56303c.cjs")),"./assets/40/WarningTriangle40.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle40-27b16534.cjs")),"./assets/40/Yandex40.svg":()=>Promise.resolve().then(()=>require("./Yandex40-3377fba2.cjs")),"./assets/40/Youtube40.svg":()=>Promise.resolve().then(()=>require("./Youtube40-72bfd5dd.cjs")),"./assets/56/GoldenApple56.svg":()=>Promise.resolve().then(()=>require("./GoldenApple56-b5484fd1.cjs")),"./assets/56/Lamoda56.svg":()=>Promise.resolve().then(()=>require("./Lamoda56-d4e5c23a.cjs")),"./assets/56/Ozon56.svg":()=>Promise.resolve().then(()=>require("./Ozon56-87f7326a.cjs")),"./assets/56/WB56.svg":()=>Promise.resolve().then(()=>require("./WB56-9a7159bc.cjs")),"./assets/56/Yandex56.svg":()=>Promise.resolve().then(()=>require("./Yandex56-fdcda8eb.cjs"))}),`./assets/${c}/${i}.svg`);l.value=d.default}catch(c){console.error(`Failed to load icon: ${s}.svg`,c)}},{immediate:!0}),(s,i)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle(o.value),class:"d-flex","data-testid":s.name},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.value)))],12,h8))}}),v8={class:"date-picker"},y8={class:"date-picker__wrapper"},M8={class:"pl-date-picker__days"},N8={class:"field"},D8=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}){ee.locale("ru");const r=t,o=n,{weekendsDisabled:l}=e.toRefs(r),s=e.computed({get:()=>r.modelValue,set:b=>{o("update:modelValue",b)}}),i=e.ref(ee(s.value,"DD.MM.YYYY")),c=e.ref(ee(s.value,"DD.MM.YYYY")),d=e.ref(ee(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)"),M=e.ref(null);e.watch(s,b=>{ee(b,"DD.MM.YYYY",!0).isValid()?(i.value=ee(b,"DD.MM.YYYY"),c.value=ee(b,"DD.MM.YYYY"),d.value=ee(b,"DD.MM.YYYY")):(i.value=ee(),c.value=ee(),d.value=ee())});const y=a8,g=b=>c.value.date()===b.day&&c.value.month()===b.month&&c.value.year()===b.year&&b.type==="current",h=b=>b.format("DD.MM.YYYY"),N=()=>{d.value=c.value,s.value=h(c.value),o("update:modelValue",c.value.format("DD.MM.YYYY"))},D=(b,w)=>{w?c.value=ee(b,w):c.value=ee().set("date",b.day).set("month",b.month).set("year",b.year),N()},C=b=>{b.weekend||b.type==="previous"||b.type==="next"||D(b),f.value=!1};Ar(M,()=>{setTimeout(()=>{i.value=d.value,f.value=!1})});const _=()=>{const b=[],w=[],E=[],j=i.value.date(1).day()===0;if(i.value.date(1).day()>1||j){const B=i.value.subtract(1,"month").endOf("month").date(),W=j?6:i.value.date(1).day()-1,H=B-W+1;for(let V=H;V<=B;V++)b.push({day:V,type:"previous"})}const x=y.filter(B=>(B==null?void 0:B.year)===(i==null?void 0:i.value.year()))[0],z=x==null?void 0:x.months[i.value.month()].days.split(","),$=i.value.endOf("month").date();for(let B=1;B<=$;B++)w.push({day:B,month:i.value.month(),year:i.value.year(),type:"current",weekend:l.value?z==null?void 0:z.includes(B.toString()):""});if(i.value.date(i.value.daysInMonth()).day()){const B=7-i.value.date(i.value.daysInMonth()).day();for(let W=1;W<=B;W++)E.push({day:W,type:"next"})}return[...b,...w,...E]},k=e.ref(_());e.watch(i,()=>{k.value=_()});const I=e.ref(!1);return e.watch(f,b=>{s.value===""&&(i.value=ee(),c.value=ee(),d.value=ee()),I.value=!b}),(b,w)=>{const E=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",v8,[e.createElementVNode("div",y8,[e.createVNode(Lm,{modelValue:s.value,"onUpdate:modelValue":w[0]||(w[0]=j=>s.value=j),"get-valid":I.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(dt,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":r.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[E,m]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:M,class:"date-picker__popup"},[e.createVNode(l8,{modelValue:i.value,"onUpdate:modelValue":w[1]||(w[1]=j=>i.value=j)},null,8,["modelValue"]),e.createElementVNode("div",M8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s8),(j,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(j),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,(j,x)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${x}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":j.type!=="current"||j.weekend},{"date-picker__day-item_active-item":g(j)}])},[e.createElementVNode("div",N8,e.toDisplayString(j.type!=="previous"&&j.type!=="next"?j.day:""),1)],2)),[[E,()=>C(j)]])),128))])],512)):e.createCommentVNode("",!0)])}}});const Rn=(t,n)=>{const r=t.__vccOpts||t;for(const[o,l]of n)r[o]=l;return r},b8=Rn(D8,[["__scopeId","data-v-d40b04fb"]]),w8={class:"loading-button__body"},k8={class:"loading-button__spinner-wrapper"},T8=["cx","cy","r"],Sf=e.defineComponent({__name:"PlButtonSpinner",props:{type:{},size:{}},setup(t){e.useCssVars(l=>({c50d9926:o.value.containerWidth,"64beb8d2":r.value,"1bd21c74":o.value.strokeWidth}));const n=t,r=e.computed(()=>{switch(n.type){case"alternative":return"var(--color-text-icons-interactive)";case"secondary":return"var(--color-text-icons-primary)";case"error":return"var(--color-text-icons-white)";case"empty":return"var(--color-buttons-accent-themed)";default:return"var(--color-text-icons-contrast-themed)"}}),o=e.computed(()=>{switch(n.size){case"large":return{c:6,r:9.8,containerWidth:"24px",strokeWidth:1.6};default:return{c:4,r:8.25,containerWidth:"20px",strokeWidth:1.5}}});return(l,s)=>(e.openBlock(),e.createElementBlock("div",w8,[e.createElementVNode("div",k8,[(e.openBlock(),e.createElementBlock("svg",null,[e.createElementVNode("circle",{cx:o.value.c,cy:o.value.c,r:o.value.r},null,8,T8)]))])]))}});const C8=["disabled","type"],_8={key:0,class:"pl-button-icon-container"},I8={key:1,class:"pl-button-icon-container"},ho=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"},loading:{type:Boolean,default:!1},options:{},modelValue:{},iconClass:{default:""},noIcon:{type:Boolean},sheetTitle:{},position:{}},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","pl-button_disabled":r.disabled||r.loading,"pl-button_loading":r.loading,"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,"pl-button-has-icon":r.icon,"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 M=m[r.size]||{};if(r.icon&&p[r.iconPosition]){const y=p[r.iconPosition][r.size];M={...M,...y}}return(r.type==="empty"||r.icon&&!s.value)&&(M.padding="0"),M}),d=n,f=()=>!r.disabled&&!r.loading&&d("click");return(m,p)=>{const M=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(o.value),disabled:r.disabled||r.loading,type:r.nativeType},[e.createElementVNode("div",{class:"pl-button-content-container",style:e.normalizeStyle(c.value),"data-testid":"button"},[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createElementBlock("div",_8,[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor}),"data-testid":r.icon},null,8,["name","style","data-testid"])):e.createCommentVNode("",!0),r.iconPosition==="left"&&r.icon&&r.loading?(e.openBlock(),e.createBlock(Sf,{key:1,type:r.type,size:r.size,"data-testid":"spinner-with-icon-left"},null,8,["type","size"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default"),r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createElementBlock("div",I8,[r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor}),class:e.normalizeClass(r.iconClass),"data-testid":r.icon},null,8,["name","style","class","data-testid"])):e.createCommentVNode("",!0),r.iconPosition==="right"&&r.icon&&r.loading?(e.openBlock(),e.createBlock(Sf,{key:1,type:r.type,size:r.size,"data-testid":"spinner-with-icon-right"},null,8,["type","size"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),r.loading&&!r.icon?(e.openBlock(),e.createBlock(Sf,{key:0,type:r.type,size:r.size},null,8,["type","size"])):e.createCommentVNode("",!0)],10,C8)),[[M,f]])}}});const tr=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),zl=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},customClass:{default:""}},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"&&M.value>=768),f=e.computed(()=>n.trigger==="click"||M.value<768),m=e.ref(!1),p=async()=>{await e.nextTick();const I=l.value;if(!I)return;const b=I.cloneNode(!0);b.style.visibility="hidden",b.style.position="absolute",b.style.whiteSpace="nowrap",b.classList.remove("text-truncate"),l.value.appendChild(b);const w=b.offsetWidth>I.offsetWidth;m.value=w,l.value.removeChild(b)},{width:M}=Dn(),y=e.ref(0);e.onMounted(()=>{const I=new ResizeObserver(b=>{b.forEach(w=>{y.value=w.contentRect.width})});I.observe(l.value),e.onUnmounted(()=>{I.disconnect()})}),e.watch([M,y],()=>{n.truncated&&p()},{immediate:!0});const g=e.ref(!1),h=()=>{g.value=!0,!r.value&&(!n.truncated||m.value)&&(d.value?setTimeout(()=>{g.value&&(r.value=!0)},400):r.value=!0)},N=()=>{g.value=!1,o.value=!0,setTimeout(()=>{(!g.value||f.value)&&(r.value=!1),o.value=!1},200)},D=I=>!!I&&I().length>0&&!!I()[0].children||!!I()[0].props,C=()=>{if(!s.value)return{top:0,left:0};const I=l.value.parentElement.getBoundingClientRect(),b=i.value,w=c.value,E=l.value.parentElement.offsetWidth,j=l.value.parentElement.offsetHeight;let x="",z="",$="";b>40&&($="12px");const B=I.left,W=window.innerWidth-(I.left+w),H=document.documentElement.clientWidth,V=B-w/2+E/2<=10,P=W<=10,U=window.innerWidth-(I.left+w/2+E/2)<=10,A=I.left-w-4;switch(n.placement){case"top-right":z=P?`${H-w-10}px`:B<w-E?"10px":z=`${I.left+E-w+16}px`,x=`${I.top-b-4}px`;break;case"top":z=U?`${H-w-10}px`:V?"10px":`${I.left+E/2-w/2}px`,x=`${I.top-b-4}px`;break;case"top-left":z=P?`${H-w-10}px`:V?"10px":`${I.right-E-16}px`,x=`${I.top-b-4}px`;break;case"bottom-right":z=window.innerWidth-I.left<10?`${H-w-10}px`:V?"10px":`${I.left+E-w+16}px`,x=`${I.top+j+4}px`;break;case"bottom":z=U?`${H-w-10}px`:V?"10px":`${I.left+E/2-w/2}px`,x=`${I.top+j+4}px`;break;case"bottom-left":z=window.innerWidth-I.left<10?`${H-w-10}px`:V?"10px":`${I.right-E-16}px`,x=`${I.top+j+4}px`;break;case"right-top":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top}px`;break;case"right":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top+j/2-b/2}px`;break;case"right-bottom":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top+j-b}px`;break;case"left-top":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top}px`;break;case"left":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top+j/2-b/2}px`;break;case"left-bottom":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top+j-b}px`;break}return{top:x,left:z,borderRadius:$,width:n.width}},_=e.computed(()=>C());return e.onUpdated(()=>{s.value&&(i.value=s.value.parentElement.offsetHeight,c.value=s.value.parentElement.offsetWidth)}),e.watchEffect(I=>{if(!r.value)return;const b=Kt(window,"scroll",N);I(b)}),Kt(document,"touchstart",I=>{if(M.value>768)return;const b=I.target;l.value&&!l.value.contains(b)&&N()},{capture:!0}),Ar(l,()=>{N()},{ignore:[s]}),(I,b)=>{const w=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",onMouseenter:h,onMouseleave:N},[e.renderSlot(I.$slots,"default")],544)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(I.$slots,"default")])),[[w,h]]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[r.value&&!I.disabled&&D(I.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:0,"data-testid":"tooltipPlus",style:e.normalizeStyle(_.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":o.value},n.customClass])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre typography-caption-caption-medium"},[e.renderSlot(I.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)]))])}}});const xn=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Gs=e.defineComponent({__name:"pl-sub2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),S8={key:0,class:"pl-input__prefix"},x8=["id","name","disabled","placeholder","prop"],E8={key:1,class:"pl-input__suffix"},z8=e.defineComponent({inheritAttrs:!1,__name:"pl-currency",props:{id:{},leftIcon:{default:""},rightIcon:{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({locale:"ru-RU",currency:"RUB",currencyDisplay:Bo.hidden,precision:r.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:r.valueRange,...r.currencyInputOptions}),{inputRef:l,formattedValue:s,setValue:i}=Om(o),c=e.computed(()=>r.rightIcon!=="no-icon"),d=n,f=e.computed({get:()=>r.modelValue,set:m=>{d("update:modelValue",m)}});return e.watch(f,m=>{(typeof m=="number"||m===null)&&i(m)}),(m,p)=>{const M=Gs;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",m.$attrs.class]),style:e.normalizeStyle(m.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",S8,[e.createVNode(dt,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:m.id},m.$attrs,{ref_key:"inputRef",ref:l,"onUpdate:modelValue":p[0]||(p[0]=y=>e.isRef(s)?s.value=y:null),class:["pl-input__inner",r.inputClass],name:m.id,disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,onBlur:p[1]||(p[1]=()=>{d("blur")})}),null,16,x8),[[e.vModelDynamic,e.unref(s)]]),c.value?(e.openBlock(),e.createElementBlock("div",E8,[r.rightIcon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.rightIcon},null,8,["name"])):(e.openBlock(),e.createBlock(M,{key:1,class:"pl-input__currency"},{default:e.withCtx(()=>[e.createTextVNode("₽")]),_:1}))])):e.createCommentVNode("",!0)],6)}}}),j8={key:0,class:"pl-input__prefix"},A8=["id","value","name","type","disabled","placeholder","prop","autocomplete"],O8={class:"pl-input__suffix"},L8=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",j8,[e.createVNode(dt,{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,A8),e.createElementVNode("div",O8,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:i},[e.createVNode(dt,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),B8=["id","name","disabled","maxlength","placeholder","prop"],P8={key:0,class:"pl-textarea__count"},V8={key:0,class:"pl-textarea__count-inner"},$8={key:1,class:"pl-textarea__count-inner"},U8=e.defineComponent({inheritAttrs:!1,__name:"pl-textarea",props:e.mergeModels({id:{default:""},showWordLimit:{type:Boolean,default:!1},maxlength:{default:null},autosize:{type:Boolean,default:!0},minRows:{default:1},maxRows:{default:null},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1},inputClass:{default:""},containerClass:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const n=navigator.userAgent.indexOf("Firefox")>-1,r=t,o=e.useModel(t,"modelValue"),l=e.ref(null);if(r.autosize){let s,i;const c=()=>{l.value.style.height=`${s*r.minRows}px`,l.value.style.height=`${l.value.scrollHeight>i&&r.maxRows?i:l.value.scrollHeight}px`,l.value.scrollTop=l.value.scrollHeight},d=()=>{try{if(s=parseInt(window.getComputedStyle(l.value).lineHeight),isNaN(s))throw new Error("Ошибка в получении высоты строки textarea")}catch(f){s=24,console.error(f)}i=s*r.maxRows};e.onMounted(()=>{d(),e.watch([o,()=>r.minRows,()=>r.maxRows],()=>{e.nextTick(c)},{immediate:!0})})}return(s,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",[s.$attrs.class,{autosize:r.autosize}]]),style:e.normalizeStyle(s.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:s.id,ref_key:"textareaRef",ref:l},s.$attrs,{"onUpdate:modelValue":i[0]||(i[0]=c=>o.value=c),class:["pl-textarea__inner",r.inputClass,{"pl-textarea__text":s.maxlength},{"firefox-scrollbar":n}],name:s.id,disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop}),null,16,B8),[[e.vModelText,o.value]]),r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",P8,[o.value&&typeof o.value!="number"?(e.openBlock(),e.createElementBlock("span",V8,e.toDisplayString(o.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",$8," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),Q8={key:0,class:"pl-input__prefix"},Y8=["id","name","disabled","maxlength","placeholder","prop"],R8={key:1,class:"pl-input__suffix"},F8={key:2,class:"pl-input__suffix"},q8={key:3,class:"pl-input__count"},W8={key:0,class:"pl-input__count-inner"},H8={key:1,class:"pl-input__count-inner"},G8=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",Q8,[e.createVNode(dt,{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,Y8),[[e.vModelDynamic,l.value]]),!r.disabled&&r.clearable&&l.value?(e.openBlock(),e.createElementBlock("div",R8,[!r.disabled&&r.clearable&&l.value?e.withDirectives((e.openBlock(),e.createBlock(dt,{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",F8,[r.rightIcon?(e.openBlock(),e.createBlock(dt,{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",q8,[l.value&&typeof l.value!="number"?(e.openBlock(),e.createElementBlock("span",W8,e.toDisplayString(l.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",H8," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),Z8=["for"],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},autosize:{type:Boolean,default:!1},minRows:{default:1},maxRows:{default:null},tooltipWidth:{},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(y=>({"1ac2619e":o.width}));const o=t,l=bn("id-"),s=e.ref([]);if(o.prop){const y=e.inject("errorsState",[]);e.watch(y,()=>{s.value=y.value.filter(h=>h.field===o.prop);const g=document.getElementById(l).parentElement;s.value.length?g.classList.add("is-error"):g.classList.remove("is-error")},{deep:!0})}const i=r,c=e.computed({get:()=>o.modelValue,set:y=>{i("update:modelValue",y)}});e.watch(c,()=>{document.getElementById(l).dispatchEvent(new Event("change"))});const d=()=>{e.nextTick(()=>{if(!o.disableTrim&&!o.autosize){const y=document.getElementById(l);y&&(c.value=y.value.replace(/\s+/g," ").trim())}i("blur")})},f=(y=!1)=>{const g=document.getElementById(l);g&&(o.customBlur&&typeof y=="boolean"&&y?g.dispatchEvent(new Event("blur")):g.blur())},m=()=>{var y;i("resetValue"),o.focusOnReset||(y=document.getElementById(l))==null||y.blur()},p=()=>{var y;(y=document.getElementById(l))==null||y.focus()};return n({blurInput:f,focusInput:p,getId:()=>l}),(y,g)=>{const h=xn,N=zl,D=tr,C=e.resolveDirective("touch-outside"),_=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",[y.$attrs.class,o.containerClass]]),style:e.normalizeStyle(y.$attrs.style)},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",role:"label-container",for:e.unref(l)},[e.createElementVNode("div",null,[o.label?(e.openBlock(),e.createBlock(h,{key:0,class:"pl-input__label","data-testid":"label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:1})):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createBlock(h,{key:1,class:"pl-input__optional","data-testid":"optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.optional),1)]),_:1})):e.createCommentVNode("",!0)]),o.tooltip||y.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(N,{key:0,width:o.tooltipWidth,onMouseenter:g[0]||(g[0]=k=>i("tooltip-mouseenter")),onMouseleave:g[1]||(g[1]=k=>i("tooltip-mouseleave"))},{"tooltip-text":e.withCtx(()=>[e.renderSlot(y.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],8,Z8)):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(z8,e.mergeProps({key:0,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[2]||(g[2]=k=>c.value=k),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:g[3]||(g[3]=k=>i("blur"))}),null,16,["id","modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop","input-class"])):o.password?(e.openBlock(),e.createBlock(L8,e.mergeProps({key:1,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[4]||(g[4]=k=>c.value=k),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,["id","modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password","input-class"])):o.textarea?(e.openBlock(),e.createBlock(U8,e.mergeProps({key:2,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[5]||(g[5]=k=>c.value=k),placeholder:o.placeholder,disabled:o.disabled,prop:o.prop,"show-word-limit":o.showWordLimit,maxlength:o.maxlength,"input-class":o.inputClass,autosize:o.autosize,"max-rows":o.maxRows,"min-rows":o.minRows,onBlur:d}),null,16,["id","modelValue","placeholder","disabled","prop","show-word-limit","maxlength","input-class","autosize","max-rows","min-rows"])):(e.openBlock(),e.createBlock(G8,e.mergeProps({key:3,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[6]||(g[6]=k=>c.value=k),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:g[7]||(g[7]=k=>i("custom-blur")),onResetValue:m,onTouchstart:g[8]||(g[8]=()=>i("touchstart"))}),null,16,["id","modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable","input-class"]))],2)),[[C,f]]),o.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:1,class:"pl-input__helpertext",role:"helpertext-container","data-testid":"dynamictext"},{default:e.withCtx(()=>[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:0,class:"pl-form-item__error","data-testid":"error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):o.helpertext?(e.openBlock(),e.createBlock(D,{key:1,"data-testid":"helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.helpertext),1)]),_:1})):e.createCommentVNode("",!0)]),_:1})):e.createCommentVNode("",!0)],6)),[[_,p]])}}});var g4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,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]==="(",M=d[1]===")";return(p?this.isAfter(f,c):!this.isBefore(f,c))&&(M?this.isBefore(m,c):!this.isAfter(m,c))||(p?this.isBefore(f,c):!this.isAfter(f,c))&&(M?this.isAfter(m,c):!this.isBefore(m,c))}}})})(g4);var K8=g4.exports;const Bm=Mn(K8);var h4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,function(){return function(r,o,l){var s=o.prototype,i=function(M){var y,g=M.date,h=M.utc,N={};if(!((y=g)===null||y instanceof Date||y instanceof Array||s.$utils().u(y)||y.constructor.name!=="Object")){if(!Object.keys(g).length)return new Date;var D=h?l.utc():l();Object.keys(g).forEach(function(j){var x,z;N[x=j,z=s.$utils().p(x),z==="date"?"day":z]=g[j]});var C=N.day||(N.year||N.month>=0?1:D.date()),_=N.year||D.year(),k=N.month>=0?N.month:N.year||N.day?0:D.month(),I=N.hour||0,b=N.minute||0,w=N.second||0,E=N.millisecond||0;return h?new Date(Date.UTC(_,k,C,I,b,w,E)):new Date(_,k,C,I,b,w,E)}return g},c=s.parse;s.parse=function(M){M.date=i.bind(this)(M),c.bind(this)(M)};var d=s.set,f=s.add,m=s.subtract,p=function(M,y,g,h){h===void 0&&(h=1);var N=Object.keys(y),D=this;return N.forEach(function(C){D=M.bind(D)(y[C]*h,C)}),D};s.set=function(M,y){return y=y===void 0?M:y,M.constructor.name==="Object"?p.bind(this)(function(g,h){return d.bind(this)(h,g)},y,M):d.bind(this)(M,y)},s.add=function(M,y){return M.constructor.name==="Object"?p.bind(this)(f,M,y):f.bind(this)(M,y)},s.subtract=function(M,y){return M.constructor.name==="Object"?p.bind(this)(f,M,y,-1):m.bind(this)(M,y)}}})})(h4);var J8=h4.exports;const Pm=Mn(J8),v4=t=>(e.pushScopeId("data-v-c2830d90"),t=t(),e.popScopeId(),t),X8=["id"],eF=["src"],tF={class:"date-switcher__container flex-column"},nF={class:"d-flex pb-6 justify-content-between"},rF={class:"date-switcher justify-content-center flex-column"},oF=v4(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),lF={class:"date-switcher justify-content-center flex-column"},aF=v4(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),sF={class:"d-flex pt-2 justify-content-between"},iF={class:"date-switcher date-switcher__month"},uF={class:"date-switcher__month-name"},cF={class:"date-switcher date-switcher__year"},dF={class:"date-switcher__year-name"},fF={class:"pl-date-picker__days"},pF=["onClick","onMousemove"],mF={class:"field"},gF={class:"pl-date-picker__buttons"},oa="pl-date-picker__day-item_active-item-range-left",is="pl-date-picker__day-item_active-item-range-right",DM="pl-date-picker__day-item_svg-circle-background",hF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc0OTAyIDJDOC43NDkwMiAxLjU4NTc5IDguNDEzMjQgMS4yNSA3Ljk5OTAyIDEuMjVDNy41ODQ4MSAxLjI1IDcuMjQ5MDIgMS41ODU3OSA3LjI0OTAyIDJWMy4yNUg0Ljk5OTAyQzMuNDc5ODEgMy4yNSAyLjI0OTAyIDQuNDgwNzkgMi4yNDkwMiA2VjlWMTlDMi4yNDkwMiAyMC41MTkyIDMuNDc5ODEgMjEuNzUgNC45OTkwMiAyMS43NUgxOC45OTlDMjAuNTE4MiAyMS43NSAyMS43NDkgMjAuNTE5MiAyMS43NDkgMTlWOVY2QzIxLjc0OSA0LjQ4MDc5IDIwLjUxODIgMy4yNSAxOC45OTkgMy4yNUgxNi43NDlWMkMxNi43NDkgMS41ODU3OSAxNi40MTMyIDEuMjUgMTUuOTk5IDEuMjVDMTUuNTg0OCAxLjI1IDE1LjI0OSAxLjU4NTc5IDE1LjI0OSAyVjMuMjVIOC43NDkwMlYyWk00Ljk5OTAyIDQuNzVINy4yNDkwMlY2QzcuMjQ5MDIgNi40MTQyMSA3LjU4NDgxIDYuNzUgNy45OTkwMiA2Ljc1QzguNDEzMjQgNi43NSA4Ljc0OTAyIDYuNDE0MjEgOC43NDkwMiA2VjQuNzVIMTUuMjQ5VjZDMTUuMjQ5IDYuNDE0MjEgMTUuNTg0OCA2Ljc1IDE1Ljk5OSA2Ljc1QzE2LjQxMzIgNi43NSAxNi43NDkgNi40MTQyMSAxNi43NDkgNlY0Ljc1SDE4Ljk5OUMxOS42ODk4IDQuNzUgMjAuMjQ5IDUuMzA5MjEgMjAuMjQ5IDZWOC4yNUgzLjc0OTAyVjZDMy43NDkwMiA1LjMwOTIxIDQuMzA4MjQgNC43NSA0Ljk5OTAyIDQuNzVaTTMuNzQ5MDIgOS43NUgyMC4yNDlWMTlDMjAuMjQ5IDE5LjY5MDggMTkuNjg5OCAyMC4yNSAxOC45OTkgMjAuMjVINC45OTkwMkM0LjMwODI0IDIwLjI1IDMuNzQ5MDIgMTkuNjkwOCAzLjc0OTAyIDE5VjkuNzVaTTguMDA2ODQgMTIuOTc2NkM4LjAwNjg0IDEzLjUyODggNy41NTkxMiAxMy45NzY2IDcuMDA2ODQgMTMuOTc2NkM2LjQ1NDU1IDEzLjk3NjYgNi4wMDY4NCAxMy41Mjg4IDYuMDA2ODQgMTIuOTc2NkM2LjAwNjg0IDEyLjQyNDMgNi40NTQ1NSAxMS45NzY2IDcuMDA2ODQgMTEuOTc2NkM3LjU1OTEyIDExLjk3NjYgOC4wMDY4NCAxMi40MjQzIDguMDA2ODQgMTIuOTc2NlpNOC4wMDY4NCAxNi45ODA1QzguMDA2ODQgMTcuNTMyOCA3LjU1OTEyIDE3Ljk4MDUgNy4wMDY4NCAxNy45ODA1QzYuNDU0NTUgMTcuOTgwNSA2LjAwNjg0IDE3LjUzMjggNi4wMDY4NCAxNi45ODA1QzYuMDA2ODQgMTYuNDI4MiA2LjQ1NDU1IDE1Ljk4MDUgNy4wMDY4NCAxNS45ODA1QzcuNTU5MTIgMTUuOTgwNSA4LjAwNjg0IDE2LjQyODIgOC4wMDY4NCAxNi45ODA1Wk0xMS45OTkgMTMuOTc2NkMxMi41NTEzIDEzLjk3NjYgMTIuOTk5IDEzLjUyODggMTIuOTk5IDEyLjk3NjZDMTIuOTk5IDEyLjQyNDMgMTIuNTUxMyAxMS45NzY2IDExLjk5OSAxMS45NzY2QzExLjQ0NjcgMTEuOTc2NiAxMC45OTkgMTIuNDI0MyAxMC45OTkgMTIuOTc2NkMxMC45OTkgMTMuNTI4OCAxMS40NDY3IDEzLjk3NjYgMTEuOTk5IDEzLjk3NjZaTTEyLjk5OSAxNi45ODA1QzEyLjk5OSAxNy41MzI4IDEyLjU1MTMgMTcuOTgwNSAxMS45OTkgMTcuOTgwNUMxMS40NDY3IDE3Ljk4MDUgMTAuOTk5IDE3LjUzMjggMTAuOTk5IDE2Ljk4MDVDMTAuOTk5IDE2LjQyODIgMTEuNDQ2NyAxNS45ODA1IDExLjk5OSAxNS45ODA1QzEyLjU1MTMgMTUuOTgwNSAxMi45OTkgMTYuNDI4MiAxMi45OTkgMTYuOTgwNVpNMTYuOTkxMiAxMy45NzY2QzE3LjU0MzUgMTMuOTc2NiAxNy45OTEyIDEzLjUyODggMTcuOTkxMiAxMi45NzY2QzE3Ljk5MTIgMTIuNDI0MyAxNy41NDM1IDExLjk3NjYgMTYuOTkxMiAxMS45NzY2QzE2LjQzODkgMTEuOTc2NiAxNS45OTEyIDEyLjQyNDMgMTUuOTkxMiAxMi45NzY2QzE1Ljk5MTIgMTMuNTI4OCAxNi40Mzg5IDEzLjk3NjYgMTYuOTkxMiAxMy45NzY2WiIgZmlsbD0iIzY1NjU2NyIvPgo8L3N2Zz4K",self.location).href;ee.locale("ru"),ee.extend(Bm),ee.extend(Pm);const l=t,{isClose:s}=e.toRefs(l),i=r,c=(1e7+-1e3+-4e3+-8e3+-1e11).toString().replace(/[018]/g,ae=>(Number(ae)^crypto.getRandomValues(new Uint8Array(1))[0]&15>>Number(ae)/4).toString(16)),d=e.ref(0),f=e.ref(0),m=()=>{const le=document.getElementById(`date-picker-range-${c}`).getBoundingClientRect();f.value=le.x,d.value=le.y+le.height+window.scrollY},p=()=>{m(),i("changeOpen",!s.value)},M=ae=>ae.includes("-")?ee(ae.split("-")[0],"DD.MM.YYYY",!0).isValid()&&ee(ae.split("-")[1],"DD.MM.YYYY",!0).isValid():ee(ae,"DD.MM.YYYY",!0).isValid(),y=e.ref(ee()),g=e.ref(ee()),h=e.ref(ee()),N=e.ref(ee()),D=e.ref(ee().format("DD.MM.YYYY")),C=e.ref(ee().format("DD.MM.YYYY")),_=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let k=[];const I=e.ref("");e.onMounted(()=>{b(l.modelValue)}),e.watch(()=>l.modelValue,ae=>{ae.length===2&&b(ae)}),e.watch(I,ae=>{M(ae)?(ae.split("-").length===2&&(g.value=ee(ae.split("-")[0].split(".").reverse().join("-")),h.value=ee(ae.split("-")[1].split(".").reverse().join("-")),k=[g.value,h.value],D.value=B(g.value),C.value=B(h.value),w(k)),g.value.isAfter(h.value)&&(h.value=k[0],g.value=k[1],k=[g.value,h.value],D.value=B(g.value),C.value=B(h.value),w(k))):w(),z()});const b=ae=>{if(ae&&ae.length===2){const le=ee(ae[0]).format("YYYY-MM-DD").split("-").reverse().join("."),ze=ee(ae[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Xe=le+"-"+ze;M(Xe)&&(I.value=`${le}-${ze}`)}},w=(ae=[])=>{let le=ae;le.length===2&&(le=[le[0].format("YYYY-MM-DD"),le[1].format("YYYY-MM-DD")]),i("update:modelValue",le)},E=(ae,le)=>{M(ae.target.value)&&(le?ee(ae.target.value.split(".").reverse().join("-")).isAfter(g.value)&&(h.value=ee(ae.target.value.split(".").reverse().join("-"))):ee(ae.target.value.split(".").reverse().join("-")).isBefore(h.value)&&(g.value=ee(ae.target.value.split(".").reverse().join("-"))),k=[g.value,h.value],z())},j=ae=>{let le;ae?M(D.value)||(D.value=B(g.value)):M(C.value)||(C.value=B(h.value)),ee(D.value.split(".").reverse().join("-")).isAfter(ee(C.value.split(".").reverse().join("-")))&&(le=D.value,D.value=C.value,C.value=le),g.value=ee(D.value.split(".").reverse().join("-")),h.value=ee(C.value.split(".").reverse().join("-")),k=[g.value,h.value],z()},x=()=>{M(I.value)||(I.value="")},z=()=>{oe={day:g.value.date(),month:g.value.month(),year:g.value.year()},Z={day:h.value.date(),month:h.value.month(),year:h.value.year()},Le(Z),ue=!1},$=ae=>ae.charAt(0).toUpperCase()+ae.slice(1),B=ae=>ae.format("DD.MM.YYYY"),W=()=>{y.value=y.value.set("date",1).subtract(1,"month")},H=()=>{y.value=y.value.set("date",1).add(1,"month")},V=()=>{y.value=y.value.set("date",1).subtract(1,"year")},P=()=>{y.value=y.value.set("date",1).add(1,"year")},U=(ae,le)=>le.date()===ae.day&&le.month()===ae.month&&le.year()===ae.year,A=ae=>k.length===2?U(ae,g.value)||U(ae,h.value):U(ae,g.value),R=ae=>{const le=h.value.isAfter(g.value),ze=h.value.isSame(g.value,"day");if(k.length===2){if(!ze){if(U(ae,g.value))return le?oa:is;if(U(ae,h.value))return le?is:oa}}else return},K=()=>{ke({day:ee().date(),month:ee().month(),year:ee().year(),type:"current"}),ue=!1,h.value=ee(),g.value=ee(),D.value=g.value.format("DD.MM.YYYY"),C.value=h.value.format("DD.MM.YYYY"),y.value=g.value,k=[],I.value="",i("changeOpen",!0)},Y=()=>{M(I.value)||(h.value=ee(),g.value=ee(),D.value=g.value.format("DD.MM.YYYY"),C.value=h.value.format("DD.MM.YYYY")),z(),i("changeOpen",!0)};e.watch(s,()=>{M(I.value)?(D.value=ee(I.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),C.value=ee(I.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),h.value=ee(I.value.split("-")[1].split(".").reverse().join("-")),g.value=ee(I.value.split("-")[0].split(".").reverse().join("-")),k=[g.value,h.value],z()):(D.value=ee().format("DD.MM.YYYY"),C.value=ee().format("DD.MM.YYYY"),h.value=ee(),g.value=ee(),k=[],z()),y.value=g.value});const se=e.ref(null);Ar(se,()=>{setTimeout(()=>{Y()})});const de=()=>{z()},ge=()=>{y.value=g.value,k.length===0||k.length===1?(N.value=g.value,D.value=B(g.value)):(N.value=h.value,C.value=B(h.value)),g.value.isAfter(h.value)?I.value=h.value.format("DD.MM.YYYY")+"-"+g.value.format("DD.MM.YYYY"):I.value=g.value.format("DD.MM.YYYY")+"-"+h.value.format("DD.MM.YYYY"),i("changeOpen",!0)},ie=()=>{const ae=[],le=[],ze=[],Xe=y.value.date(1).day()===0;if(y.value.date(1).day()>1||Xe){const Pe=y.value.subtract(1,"month").endOf("month").date(),ve=Xe?6:y.value.date(1).day()-1,ce=Pe-ve+1,Me=y.value.month()===0?y.value.year()-1:y.value.year(),Qe=y.value.month()===0?11:y.value.month()-1;for(let De=ce;De<=Pe;De++)ae.push({day:De,month:Qe,year:Me,type:"previous"})}const it=y.value.endOf("month").date();for(let Pe=1;Pe<=it;Pe++)le.push({day:Pe,month:y.value.month(),year:y.value.year(),type:"current"});if(y.value.date(y.value.daysInMonth()).day()){const Pe=7-y.value.date(y.value.daysInMonth()).day(),ve=y.value.month()===11?y.value.year()+1:y.value.year(),ce=y.value.month()===11?0:y.value.month()+1;for(let Me=1;Me<=Pe;Me++)ze.push({day:Me,month:ce,year:ve,type:"next"})}return[...ae,...le,...ze]};let ue,oe,Z;const X=e.ref(ie()),ke=ae=>{ae.type!=="previous"&&ae.type!=="next"&&(ue?xe(ae,h,1):xe(ae,g,0))},xe=(ae,le,ze)=>{le.value=Ae(ae),ue=!ze,ze?(C.value=B(h.value),h.value.isBefore(g.value)&&(D.value=B(h.value),C.value=B(g.value))):(k=[],oe=ae,Z=ae,D.value=B(g.value)),ae.type!=="previous"&&ae.type!=="next"&&(Le(ae),k[ze]=ae)},Ae=ae=>ee(`${ae.year}-${(ae.month+1).toString().padStart(2,"0")}-${ae.day.toString().padStart(2,"0")}`),Ve=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let _e=!1,qe=!1,pe=!1,Re=!1,Te=[],Ne=0;const Le=(ae,le=!1)=>{if(ue){Ne=0,Te.push(ae);for(let ze=0;ze<X.value.length;ze++)X.value[ze].type==="current"&&(Ne+=1);Te.length-1===Ne?Z=Te[0]:Z=ae}else Te=[];if(oe&&Z&&!le&&ue&&Array.from(Ve.value).forEach((ze,Xe)=>{_e=Ae(X.value[Xe]).isSame(Ae(Z)),qe=Ae(Z).isAfter(Ae(oe)),pe=Ae(Z).isBefore(Ae(oe)),Re=Ae(X.value[Xe]).isBetween(Ae(oe),Ae(Z)),Ae(X.value[Xe]).isSame(Ae(oe))?(ze.classList.toggle(is,pe),ze.classList.toggle(oa,qe)):k.length===1&&(_e?(ze.classList.toggle(DM,_e),ze.classList.toggle(is,qe),ze.classList.toggle(oa,pe)):(ze.classList.contains(oa)?ze.classList.remove(oa):ze.classList.remove(is),ze.classList.toggle("pl-date-picker__background-range",Re&&X.value[Xe].type!=="next"&&X.value[Xe].type!=="previous"),ze.classList.toggle(DM,_e)))}),oe&&Z&&le)return Ae(ae).isBetween(Ae(oe),Ae(Z))};return n({clearDate:()=>{I.value=""}}),e.watch(y,()=>{X.value=ie()}),(ae,le)=>{const ze=Cc,Xe=ho,it=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(Lm,{modelValue:I.value,"onUpdate:modelValue":le[0]||(le[0]=Pe=>I.value=Pe),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:E,onBlur:x},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(o),alt:"date-picker icon"},null,8,eF)],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:se,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${d.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",tF,[e.createElementVNode("div",nF,[e.createElementVNode("div",rF,[oF,e.withDirectives(e.createVNode(ze,{id:"date-mask",modelValue:D.value,"onUpdate:modelValue":le[1]||(le[1]=Pe=>D.value=Pe),placeholder:"ДД.ММ.ГГГГ",onInput:E,onBlur:le[2]||(le[2]=Pe=>j(!0)),onClick:de},null,8,["modelValue"]),[[it,"##.##.####"]])]),e.createElementVNode("div",lF,[aF,e.withDirectives(e.createVNode(ze,{id:"date-mask",modelValue:C.value,"onUpdate:modelValue":le[3]||(le[3]=Pe=>C.value=Pe),placeholder:"ДД.ММ.ГГГГ",onInput:le[4]||(le[4]=Pe=>E(Pe,!0)),onBlur:le[5]||(le[5]=Pe=>j(!1)),onClick:de},null,8,["modelValue"]),[[it,"##.##.####"]])])]),e.createElementVNode("div",sF,[e.createElementVNode("div",iF,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",uF,e.toDisplayString($(y.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:H})]),e.createElementVNode("div",cF,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:V}),e.createElementVNode("span",dF,e.toDisplayString($(y.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:P})])])]),e.createElementVNode("div",fF,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(_,(Pe,ve)=>e.createElementVNode("div",{key:ve,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(Pe),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(X.value,(Pe,ve)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ve}`,class:e.normalizeClass(["pl-date-picker__day-item",Pe.type!=="previous"&&Pe.type!=="next"?R(Pe):"",{"pl-date-picker__day-item_disabled":Pe.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":A(Pe)&&Pe.type==="current"},{"pl-date-picker__background-range":Pe.type!=="previous"&&Pe.type!=="next"?Le(Pe,!0):""}]),onClick:ce=>Pe.type!=="previous"&&Pe.type!=="next"?ke(Pe):"",onMousemove:ce=>Pe.type!=="previous"&&Pe.type!=="next"?Le(Pe,!1):""},[e.createElementVNode("div",mF,e.toDisplayString(Pe.type!=="previous"&&Pe.type!=="next"?Pe.day:""),1)],42,pF))),128))]),e.createElementVNode("div",gF,[e.createVNode(Xe,{size:"medium",type:"secondary",onClick:K},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(Xe,{size:"medium",onClick:ge},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,X8)}}});const vF=Rn(hF,[["__scopeId","data-v-c2830d90"]]),y4={install(t){t.component("PlDatePicker",b8),t.component("PlDatePickerRange",vF)}};var Vm={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 yF=["id"],MF={name:"PlDatePicker"},NF=Object.assign(MF,{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}){ee.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=x1;return e.openBlock(),e.createElementBlock("div",{id:c.value,style:{width:"100%"}},[e.createVNode(e.unref(hm),{locale:e.unref(Vm)},{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,yF)}}});const DF={name:"PlDatePickerRange"},bF=Object.assign(DF,{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}){ee.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=x1;return e.openBlock(),e.createBlock(e.unref(hm),{locale:e.unref(Vm)},{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"])}}}),M4={install(t){t.component("PlDatePickerLegacy",NF),t.component("PlDatePickerRangeLegacy",bF)}},N4={install(t){t.component("PlInput",Lm)}};const D4=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=Mc;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 wF={id:"form-select"},kF={class:"pl-tooltip-svg"},TF=["src"],CF={class:"flex item-select"},_F=["src"],IF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS40Njg3IDkuNDY5NjdDMTEuNzYxNiA5LjE3Njc4IDEyLjIzNjQgOS4xNzY3OCAxMi41MjkzIDkuNDY5NjdMMTYuNTI5MyAxMy40Njk3QzE2LjgyMjIgMTMuNzYyNiAxNi44MjIyIDE0LjIzNzQgMTYuNTI5MyAxNC41MzAzQzE2LjIzNjQgMTQuODIzMiAxNS43NjE2IDE0LjgyMzIgMTUuNDY4NyAxNC41MzAzTDExLjk5OSAxMS4wNjA3TDguNTI5MzIgMTQuNTMwM0M4LjIzNjQzIDE0LjgyMzIgNy43NjE1NiAxNC44MjMyIDcuNDY4NjYgMTQuNTMwM0M3LjE3NTc3IDE0LjIzNzQgNy4xNzU3NyAxMy43NjI2IDcuNDY4NjYgMTMuNDY5N0wxMS40Njg3IDkuNDY5NjdaIiBmaWxsPSIjNjU2NTY3Ii8+Cjwvc3ZnPgo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC41NDU4IDUuOTYxNjdDMjAuODM4OCA2LjI1NDQ2IDIwLjgzODkgNi43MjkzMyAyMC41NDYxIDcuMDIyMzNMOS41MzgzMyAxOC4wMzhDOS4yNDU2MyAxOC4zMzA5IDguNzcwOTMgMTguMzMxMSA4LjQ3NzkgMTguMDM4NkwzLjQ1NDQ2IDEzLjAyMjlDMy4xNjEzNCAxMi43MzAzIDMuMTYwOTcgMTIuMjU1NCAzLjQ1MzYzIDExLjk2MjNDMy43NDYzIDExLjY2OTEgNC4yMjExNyAxMS42Njg4IDQuNTE0MjkgMTEuOTYxNEw5LjAwNzIxIDE2LjQ0NzRMMTkuNDg1MSA1Ljk2MjA1QzE5Ljc3NzkgNS42NjkwNSAyMC4yNTI4IDUuNjY4ODggMjAuNTQ1OCA1Ljk2MTY3WiIgZmlsbD0iIzQxNjRFQiIvPgo8L3N2Zz4K",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:h=>{l.value=!1,c("update:modelValue",h)}}),M=e.ref({[s.prop]:d}),y=(h,N,D)=>{c("validate",h,N,D)},g=async()=>{l.value=!1,setTimeout(()=>{i.value.validate()},200)};return e.watch(f,()=>{g()}),(h,N)=>{const D=Im,C=_m,_=Mm,k=ym;return e.openBlock(),e.createElementBlock("div",wF,[e.createVNode(k,{ref_key:"formSelect",ref:i,"label-position":"top",model:M.value,rules:t.rules,onValidate:y},{default:e.withCtx(()=>[e.createVNode(_,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",kF,[e.createVNode(D4,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(h.$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,TF),e.createVNode(C,{modelValue:p.value,"onUpdate:modelValue":N[0]||(N[0]=I=>p.value=I),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(m),onFocus:N[1]||(N[1]=I=>l.value=!0),onBlur:g,onVisibleChange:N[2]||(N[2]=I=>c("visible-change",I))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,I=>(e.openBlock(),e.createBlock(D,{key:I.value,class:"pl-form-option",label:I.label,value:I.value},{default:e.withCtx(()=>[e.renderSlot(h.$slots,"options-slot",{option:I},()=>[e.createElementVNode("div",CF,[e.createElementVNode("span",null,e.toDisplayString(I.label),1),I.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(o)},null,8,_F)):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 b4={install(t){t.component("PlSelect",IF)}},SF={class:"match-text"},xF={key:1},EF=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",SF,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",xF,e.toDisplayString(n.modelValue),1))}});const Zu=Rn(EF,[["__scopeId","data-v-caddd046"]]),zF={class:"suggestion"},jF={class:"d-flex flex-column"},AF={class:"text-truncate"},OF={class:"suggestion__item-info text-truncate"},LF=["src"],BF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC41NDU4IDUuOTYxNjdDMjAuODM4OCA2LjI1NDQ2IDIwLjgzODkgNi43MjkzMyAyMC41NDYxIDcuMDIyMzNMOS41MzgzMyAxOC4wMzhDOS4yNDU2MyAxOC4zMzA5IDguNzcwOTMgMTguMzMxMSA4LjQ3NzkgMTguMDM4NkwzLjQ1NDQ2IDEzLjAyMjlDMy4xNjEzNCAxMi43MzAzIDMuMTYwOTcgMTIuMjU1NCAzLjQ1MzYzIDExLjk2MjNDMy43NDYzIDExLjY2OTEgNC4yMjExNyAxMS42Njg4IDQuNTE0MjkgMTEuOTYxNEw5LjAwNzIxIDE2LjQ0NzRMMTkuNDg1MSA1Ljk2MjA1QzE5Ljc3NzkgNS42NjkwNSAyMC4yNTI4IDUuNjY4ODggMjAuNTQ1OCA1Ljk2MTY3WiIgZmlsbD0iIzQxNjRFQiIvPgo8L3N2Zz4K",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(""),M=e.ref({}),y=e.ref(""),g=e.ref(null),h=x=>{g.value=x.target.value},N=e.ref(null);e.onMounted(()=>{const x=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:y.value};for(let z=0;z<x.length;z+=1)x[z].style.width=`${x[z].offsetWidth}px`;m.value&&Kt(N.value.$el,"input",h)});const D=n;e.watch(p,x=>{M[s]=x}),e.watch(l,x=>{p.value=x.value});const C=e.ref(!1),_=x=>{m.value&&(C.value=!0),!x.target&&(D("change",x),g.value=null,setTimeout(()=>{N.value.blur()},0),setTimeout(()=>C.value=!1,100))},k=(x,z,$)=>{D("validate",x,z,$)},I=e.ref(null),b=(x=!1)=>{x&&setTimeout(()=>{C.value?C.value=!1:m.value&&g.value&&D("change",{id:bn(),value:g.value,dadata:!1})},10),setTimeout(()=>{I.value.validate()},10)};e.watch(i,x=>{x&&(b(),D("setValid"))});const w=e.ref([]);w.value=d.value,e.watch(d,x=>{w.value=x});const E=e.ref(`Введите ${c.value} символа`);e.watch(f,x=>{E.value=x});const j=x=>{if(y.value=x,x.length<c.value){E.value=`Введите ${c.value} ${mo(c.value,["символ","символа","символов"])} `,w.value=[];return}else E.value=" ";D("fetchDadata",x)};return(x,z)=>{const $=Im,B=_m,W=Mm,H=ym;return e.openBlock(),e.createElementBlock("div",zF,[e.createVNode(H,{ref_key:"suggestion",ref:I,"label-position":"top",model:M.value,rules:t.rules,onValidate:k,onSubmit:z[2]||(z[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(B,{ref_key:"suggestionBox",ref:N,modelValue:p.value,"onUpdate:modelValue":z[0]||(z[0]=V=>p.value=V),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":j,"no-data-text":E.value,onBlur:z[1]||(z[1]=V=>b("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,P)=>(e.openBlock(),e.createBlock($,{key:P,value:V.value,class:"d-flex justify-content-between align-items-center",onClick:U=>_(V)},{default:e.withCtx(()=>[e.createElementVNode("div",jF,[e.createElementVNode("span",AF,[e.createVNode(Zu,{modelValue:V.value,"onUpdate:modelValue":U=>V.value=U,"search-value":y.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",OF,e.toDisplayString(V.bottomText),1)]),e.createElementVNode("img",{src:e.unref(r)},null,8,LF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}});const w4={install(t){t.component("PlSuggestions",BF)}};const PF={class:"pl-table"},VF={class:"no-data"},$F=["src"],UF={class:"no-data__text"},QF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},YF={key:0,class:"totals"},RF={name:"PlTable"},FF=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,PHN2ZyB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIHZpZXdCb3g9IjAgMCAxMTk3IDY2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwNDJfNTI0MjYpIj4KPG1hc2sgaWQ9Im1hc2swXzYwNDJfNTI0MjYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjM5NyIgeT0iODMiIHdpZHRoPSI0MjEiIGhlaWdodD0iNDIyIj4KPHBhdGggZD0iTTgxOCAyOTQuMjI1QzgxOCA0MTAuNDgxIDcyMy43NTYgNTA0LjcyNSA2MDcuNSA1MDQuNzI1QzQ5MS4yNDQgNTA0LjcyNSAzOTcgNDEwLjQ4MSAzOTcgMjk0LjIyNUMzOTcgMTc3Ljk2OSA0OTEuMjQ0IDgzLjcyNTEgNjA3LjUgODMuNzI1MUM3MjMuNzU2IDgzLjcyNTEgODE4IDE3Ny45NjkgODE4IDI5NC4yMjVaIiBmaWxsPSIjQzRDNEM0Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF82MDQyXzUyNDI2KSI+CjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDU0Ljg3MyAzODMuNTExQzQ1NC42NCAzODkuNzM5IDQ1Mi45NzYgMzk3LjY4MSA0NDguNzQ3IDQwNC43MzdDNDQ0LjIxNiA0MTIuMjk2IDQzNi43NDYgNDE4LjgwMyA0MjUuMTcgNDIwLjk3N0w0MjEuNTIxIDQyNy4zNjRDNDI1LjQyOSA0MjguMjMgNDMwLjM0NCA0MjcuMTgzIDQzNS41ODkgNDI0LjQ0N0M0NDEuMjY5IDQyMS40ODQgNDQ2LjkxMyA0MTYuNzQ3IDQ1MS4yOTcgNDExLjM0NkM0NTUuNzA1IDQwNS45MTYgNDU4LjY0NSA0MDAuMDU5IDQ1OS4yNjkgMzk0LjkxN0M0NTkuODE3IDM5MC40MDUgNDU4LjYxIDM4Ni40NjMgNDU0Ljg3MyAzODMuNTExWk00NTEuNzk0IDM3OC4yMzRDNDUzLjEyNCAzNzcuMzgxIDQ1NC45NzkgMzc3LjE4IDQ1Ni42MDIgMzc4LjIzNkM0NjMuMTY3IDM4Mi41MDggNDY1LjM0MSAzODguODc1IDQ2NC41MyAzOTUuNTU2QzQ2My43NDMgNDAyLjA0NSA0NjAuMTc1IDQwOC44MTkgNDU1LjQxMSA0MTQuNjg3QzQ1MC42MjMgNDIwLjU4NSA0NDQuNDMxIDQyNS44MTIgNDM4LjA0MSA0MjkuMTQ2QzQzMS43MjMgNDMyLjQ0MiA0MjQuNzc2IDQzNC4xMDIgNDE4Ljc0IDQzMi4wODdDNDE1LjgwMiA0MzEuMTA2IDQxNS4xNTggNDI3LjgxNiA0MTYuMzk4IDQyNS42NDZMNDIwLjcxMSA0MTguMDk4QzQyMS40MjYgNDE2Ljg0NyA0MjIuNjU4IDQxNi4wNDcgNDIzLjk3NiA0MTUuODA4QzQzNC4wMTMgNDEzLjk4NiA0NDAuMzI1IDQwOC40NzkgNDQ0LjIwMSA0MDIuMDEyQzQ0OC4xMjYgMzk1LjQ2NCA0NDkuNTU4IDM4Ny44OTkgNDQ5LjYwMSAzODIuMjMzQzQ0OS42MTQgMzgwLjUzNCA0NTAuNTA3IDM3OS4wNiA0NTEuNzk0IDM3OC4yMzRaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZyBvcGFjaXR5PSIwLjEiPgo8cGF0aCBkPSJNMTAwMS4xMyAyMDAuNDMyQzEwMzIuMjkgMjMxLjY1MSAxMDg3LjkyIDI5MC4yMjMgMTEwNy4wNSAzMDkuNzVDMTEwNy45OSAzMTAuNzA1IDExMDcuNjUgMzEyLjIxIDExMDYuMzIgMzEyLjA5OUMxMDkwLjY0IDMxMC43OTIgMTA0My4zMSAyNTQuNDggMTAxOS43OCAyMzIuNDkxQzk5OC42MTMgMjA4LjE1NiA5NTMuNDk0IDE1NC40MjQgOTQ0LjQzNCAxNDQuNTIxQzk0MC4yNDYgMTM5Ljk0MyA5NDYuNjI5IDEzNy4yODUgOTUxLjM1OCAxMzguNThDOTUxLjczMyAxMzguNjgyIDk1Mi4wNDYgMTM4LjkxMiA5NTIuMjc2IDEzOS4yMjRDOTU3Ljg5NCAxNDYuODUyIDk3MC4yNDQgMTY5LjQ4MiAxMDAxLjEzIDIwMC40MzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk1Mi4wNTggMTM2LjAyNEM5NTMuMDY1IDEzNi4yOTkgOTUzLjg2MyAxMzYuOTEgOTU0LjQwOSAxMzcuNjUzQzk1NS41NDQgMTM5LjE5MyA5NTYuOTIxIDE0MS4yODYgOTU4LjYzMSAxNDMuODg3Qzk2NS42NTcgMTU0LjU2OSA5NzguMzE5IDE3My44MjIgMTAwMy4wMSAxOTguNTZDMTAyMi45IDIxOC40ODYgMTA1Mi44MSAyNDkuNjEyIDEwNzYuNzkgMjc0LjU3NUMxMDkwLjM3IDI4OC43MDggMTEwMi4wNiAzMDAuODY1IDExMDguOTUgMzA3Ljg5NUMxMTA5Ljk5IDMwOC45NjEgMTExMC41MSAzMTAuNTMgMTExMC4wOSAzMTIuMDM2QzExMDkuODcgMzEyLjgxIDExMDkuNCAzMTMuNTY4IDExMDguNjMgMzE0LjA5OEMxMTA3Ljg1IDMxNC42MzMgMTEwNi45NSAzMTQuODExIDExMDYuMSAzMTQuNzRDMTEwMy41MiAzMTQuNTI1IDExMDAuNjMgMzEzLjI0IDEwOTcuNyAzMTEuNDc2QzEwOTQuNyAzMDkuNjczIDEwOTEuMzYgMzA3LjE4OCAxMDg3LjggMzA0LjI0MkMxMDgwLjY4IDI5OC4zNDcgMTA3Mi40OSAyOTAuNDIgMTA2NC4xIDI4MS45MTFDMTA1Ny4zIDI3NS4wMDUgMTA1MC40IDI2Ny43MzcgMTA0My44MSAyNjAuODAzQzEwMzQuMDQgMjUwLjUyMiAxMDI0Ljk3IDI0MC45NzMgMTAxNy45NyAyMzQuNDI3TDEwMTcuODcgMjM0LjMzNEwxMDE3Ljc4IDIzNC4yM0MxMDA3LjkxIDIyMi44OCA5OTIuOTE0IDIwNS4yNDIgOTc4Ljc4MSAxODguNjE1Qzk2Mi40OCAxNjkuNDM3IDk0Ny4zMjIgMTUxLjYwMyA5NDIuNDc5IDE0Ni4zMDlDOTQxLjE1NiAxNDQuODYzIDk0MC4yNjUgMTQzLjEyOCA5NDAuNDQ2IDE0MS4yMjdDOTQwLjYzMSAxMzkuMjkzIDk0MS44NSAxMzcuOTM5IDk0My4xMTQgMTM3LjEyMkM5NDUuNTI5IDEzNS41NjEgOTQ5LjExNCAxMzUuMjE4IDk1Mi4wNTggMTM2LjAyNFpNOTUwLjMzMiAxNDEuMDU2Qzk0OC42MzcgMTQwLjY4OSA5NDYuODQ3IDE0MS4wMiA5NDUuOTkgMTQxLjU3M0M5NDUuODU4IDE0MS42NTkgOTQ1Ljc4MiAxNDEuNzI1IDk0NS43NCAxNDEuNzdDOTQ1Ljc4MiAxNDEuOTA2IDk0NS45MjMgMTQyLjIyMiA5NDYuMzkgMTQyLjczMkM5NTEuMjY4IDE0OC4wNjUgOTY2LjU5MyAxNjYuMDk0IDk4Mi45OTcgMTg1LjM5MUM5OTcuMDcxIDIwMS45NDggMTAxMS45NCAyMTkuNDM5IDEwMjEuNjkgMjMwLjY0OUMxMDI4Ljc2IDIzNy4yNzIgMTAzOC4wMiAyNDcuMDEgMTA0Ny44NiAyNTcuMzY1QzEwNTQuNDMgMjY0LjI4IDEwNjEuMjYgMjcxLjQ3IDEwNjcuODggMjc4LjE5MUMxMDc2LjIzIDI4Ni42NzIgMTA4NC4yOCAyOTQuNDQyIDEwOTEuMTggMzAwLjE2MUMxMDk0LjYzIDMwMy4wMjEgMTA5Ny43NSAzMDUuMzIyIDExMDAuNDMgMzA2LjkzNEMxMTAwLjU3IDMwNy4wMiAxMTAwLjcxIDMwNy4xMDQgMTEwMC44NSAzMDcuMTg1QzEwOTMuODIgMjk5Ljk0IDEwODMuOTYgMjg5LjY4MiAxMDcyLjg1IDI3OC4xMTlDMTA0OC45IDI1My4xOTYgMTAxOS4xMyAyMjIuMjE1IDk5OS4yNTggMjAyLjMwNEM5NzQuMTA1IDE3Ny4xMDIgOTYxLjA1OSAxNTcuMjQzIDk1NC4xMTMgMTQ2LjY2OUM5NTIuNTc1IDE0NC4zMjkgOTUxLjMzNyAxNDIuNDQzIDk1MC4zMzIgMTQxLjA1NlpNOTQ1LjcyMyAxNDEuNjkyQzk0NS43MjMgMTQxLjY5MiA5NDUuNzI0IDE0MS42OTQgOTQ1LjcyNCAxNDEuNjk4Qzk0NS43MjMgMTQxLjY5NCA5NDUuNzIzIDE0MS42OTIgOTQ1LjcyMyAxNDEuNjkyWk05NDUuNzA0IDE0MS44MTNDOTQ1LjY5OSAxNDEuODI2IDk0NS42OTUgMTQxLjgzMiA5NDUuNjk0IDE0MS44MzJDOTQ1LjY5MyAxNDEuODMyIDk0NS42OTYgMTQxLjgyNSA5NDUuNzA0IDE0MS44MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDEwLjc4IDE1Ni4wMDdDMTA1Mi4zMSAxNzAuODQzIDExMjcuNjkgMTk5Ljg5MyAxMTUzLjM1IDIwOS4zMjNDMTE1NC42IDIwOS43ODQgMTE1NC45NCAyMTEuMjkgMTE1My42OSAyMTEuNzYxQzExMzguOTcgMjE3LjMwNiAxMDcyLjA2IDE4Ni43NCAxMDQxLjM3IDE3Ni45N0MxMDExLjgxIDE2NC4wNjYgOTQ4LjAwOCAxMzQuODgyIDkzNS41NzYgMTI5LjgyMUM5MjkuODI5IDEyNy40ODIgOTM0LjQ1NCAxMjIuMzQ0IDkzOS4yODIgMTIxLjQ4NUM5MzkuNjY0IDEyMS40MTcgOTQwLjA0NiAxMjEuNDkgOTQwLjM4OCAxMjEuNjc0Qzk0OC43MzQgMTI2LjE1MyA5NjkuNTk3IDE0MS4yOTkgMTAxMC43OCAxNTYuMDA3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MzguODE4IDExOC44NzZDOTM5Ljg0NiAxMTguNjkzIDk0MC44MjggMTE4LjkwMiA5NDEuNjQxIDExOS4zMzlDOTQzLjMyNyAxMjAuMjQzIDk0NS40NjggMTIxLjU0MyA5NDguMTI5IDEyMy4xNTlDOTU5LjA1NyAxMjkuNzk1IDk3OC43NTQgMTQxLjc1NSAxMDExLjY3IDE1My41MTJDMTAzOC4xOCAxNjIuOTgxIDEwNzguNTUgMTc4LjI2OCAxMTEwLjkzIDE5MC41MjhDMTEyOS4yNiAxOTcuNDcgMTE0NS4wMyAyMDMuNDQxIDExNTQuMjYgMjA2LjgzNkMxMTU1LjY3IDIwNy4zNTEgMTE1Ni44MSAyMDguNTQ2IDExNTcuMDcgMjEwLjA4N0MxMTU3LjIxIDIxMC44NzggMTE1Ny4xMSAyMTEuNzY2IDExNTYuNjQgMjEyLjU3NkMxMTU2LjE2IDIxMy4zOTMgMTE1NS40MyAyMTMuOTQgMTE1NC42MyAyMTQuMjQxQzExNTIuMiAyMTUuMTU0IDExNDkuMDUgMjE1LjIzMSAxMTQ1LjY0IDIxNC44OTZDMTE0Mi4xNSAyMTQuNTU0IDExMzguMDcgMjEzLjc0MiAxMTMzLjU5IDIxMi42MDdDMTEyNC42NCAyMTAuMzM0IDExMTMuODMgMjA2LjY5IDExMDIuNjEgMjAyLjU5OEMxMDkzLjUgMTk5LjI3OCAxMDg0LjE1IDE5NS42NzQgMTA3NS4yMiAxOTIuMjM2QzEwNjEuOTkgMTg3LjEzOCAxMDQ5LjcgMTgyLjQwNCAxMDQwLjU3IDE3OS40OTVMMTA0MC40MyAxNzkuNDUzTDEwNDAuMzEgMTc5LjM5OUMxMDI2LjUyIDE3My4zOCAxMDA1LjQyIDE2My44NzggOTg1LjUxNiAxNTQuOTJDOTYyLjU2NSAxNDQuNTg4IDk0MS4yMjMgMTM0Ljk4MSA5MzQuNTc3IDEzMi4yNzZDOTMyLjc2MSAxMzEuNTM3IDkzMS4yMTIgMTMwLjM1MiA5MzAuNTYxIDEyOC41NTdDOTI5Ljg5OCAxMjYuNzMgOTMwLjQxOCAxMjQuOTg0IDkzMS4yMSAxMjMuNzA0QzkzMi43MjIgMTIxLjI1OSA5MzUuODEzIDExOS40MSA5MzguODE4IDExOC44NzZaTTkzOS40MTcgMTI0LjE2MkM5MzcuNzI5IDEyNC41NTcgOTM2LjI1NCAxMjUuNjI0IDkzNS43MTggMTI2LjQ5MkM5MzUuNjM1IDEyNi42MjUgOTM1LjU5NSAxMjYuNzE4IDkzNS41NzYgMTI2Ljc3NkM5MzUuNjcyIDEyNi44ODEgOTM1LjkzNSAxMjcuMTA2IDkzNi41NzUgMTI3LjM2N0M5NDMuMjcgMTMwLjA5MiA5NjQuODQ3IDEzOS44MDQgOTg3Ljk0MyAxNTAuMkMxMDA3Ljc2IDE1OS4xMTkgMTAyOC42OSAxNjguNTQxIDEwNDIuMyAxNzQuNDg3QzEwNTEuNTQgMTc3LjQzNCAxMDY0LjA3IDE4Mi4yNjEgMTA3Ny40MSAxODcuMzk1QzEwODYuMzEgMTkwLjgyMyAxMDk1LjU2IDE5NC4zODcgMTEwNC40MyAxOTcuNjE5QzExMTUuNjEgMjAxLjY5NyAxMTI2LjIxIDIwNS4yNjUgMTEzNC45IDIwNy40NjlDMTEzOS4yNCAyMDguNTcyIDExNDMuMDQgMjA5LjMxNSAxMTQ2LjE2IDIwOS42MjFDMTE0Ni4zMiAyMDkuNjM4IDExNDYuNDkgMjA5LjY1MyAxMTQ2LjY1IDIwOS42NjdDMTEzNy4xOCAyMDYuMTQgMTEyMy44OCAyMDEuMTAxIDExMDguODggMTk1LjQyMkMxMDc2LjU2IDE4My4xODEgMTAzNi4zOCAxNjcuOTY1IDEwMDkuODkgMTU4LjUwM0M5NzYuMzU0IDE0Ni41MjYgOTU2LjA1IDEzNC4xODIgOTQ1LjI0MSAxMjcuNjExQzk0Mi44NDggMTI2LjE1NiA5NDAuOTIgMTI0Ljk4NCA5MzkuNDE3IDEyNC4xNjJaTTkzNS41MjcgMTI2LjcxNEM5MzUuNTI3IDEyNi43MTMgOTM1LjUyOCAxMjYuNzE1IDkzNS41MyAxMjYuNzE4QzkzNS41MjggMTI2LjcxNSA5MzUuNTI3IDEyNi43MTQgOTM1LjUyNyAxMjYuNzE0Wk05MzUuNTYyIDEyNi44M0M5MzUuNTYzIDEyNi44NDQgOTM1LjU2MSAxMjYuODUyIDkzNS41NjEgMTI2Ljg1MkM5MzUuNTYgMTI2Ljg1MiA5MzUuNTU5IDEyNi44NDUgOTM1LjU2MiAxMjYuODNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDAzLjA5IDE3OC41NjhDMTAxNy4yMyAxNTIuMTIgOTk2LjY0MiAxMTguMzMxIDk3MS4xOTkgMTA3LjE5NUM5NDQuNTU2IDk1LjUzNDEgOTEyLjc5OCAxMTQuMzYyIDkwNy45NzUgMTQyLjE3M0M5MDUuNDU5IDE1Ni42NzcgOTEwLjI1OCAxODQuMTQ0IDkyOS43NzMgMTk0LjY1OUM5MzYuODE5IDE5OC40NTUgOTQ2LjAzIDIwMS43MjIgOTU1Ljc1NyAyMDIuNzkxQzk3Mi45NzIgMjA0LjY4MyA5OTEuODAxIDE5OS42OTIgMTAwMy4wOSAxNzguNTY4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05ODAuNTc1IDE5Ni44ODZDOTg4LjI4IDE5My40ODQgOTk1LjM3NSAxODcuMzgyIDEwMDAuNzUgMTc3LjMxOEMxMDA3LjMxIDE2NS4wNTYgMTAwNS45MSAxNTAuOTMzIDk5OS42MTYgMTM4LjMyM0M5OTMuMzEzIDEyNS42OTMgOTgyLjI0OSAxMTQuOTI1IDk3MC4xMzYgMTA5LjYyM0M5NDUuMTg0IDk4LjcwMTYgOTE1LjEzNyAxMTYuMzgzIDkxMC41ODUgMTQyLjYyNUM5MDkuNDA4IDE0OS40MTUgOTA5LjkzIDE1OS40NjUgOTEzLjEyNyAxNjkuMDc1QzkxNi4zMjEgMTc4LjY3NyA5MjIuMDYzIDE4Ny40OTQgOTMxLjAzIDE5Mi4zMjZDOTM2Ljc1NiAxOTUuNDExIDk0My45ODEgMTk4LjEzNiA5NTEuNzE4IDE5OS41MjhMOTUxLjg2NSAxOTguOTg4TDk1Ni4yNSAyMDAuMTc5Qzk2NC40NTIgMjAxLjA1MyA5NzIuODk1IDIwMC4yNzcgOTgwLjU3NSAxOTYuODg2Wk05NTYuMzIxIDIwNS41MTNDOTY1LjAxOCAyMDYuMzU1IDk3NC4xOTggMjA1LjQ5NiA5ODIuNzE2IDIwMS43MzVDOTkxLjU1MyAxOTcuODMzIDk5OS41MTcgMTkwLjg3NyAxMDA1LjQzIDE3OS44MTdDMTAxMy4wMSAxNjUuNjMxIDEwMTEuMTkgMTQ5LjYzNiAxMDA0LjM2IDEzNS45NTZDOTk3LjU0MiAxMjIuMjk2IDk4NS41OTEgMTEwLjYwMiA5NzIuMjYxIDEwNC43NjhDOTQzLjkyOCA5Mi4zNjY2IDkxMC40NTkgMTEyLjM0MSA5MDUuMzYzIDE0MS43MkM5MDQuMDI1IDE0OS40MzUgOTA0LjY0NSAxNjAuMzcxIDkwOC4wOTggMTcwLjc0OEM5MTEuNTUzIDE4MS4xMzUgOTE3Ljk2OCAxOTEuMzA5IDkyOC41MTYgMTk2Ljk5MkM5MzUuNzc0IDIwMC45MDMgOTQ1LjIzMiAyMDQuMjY4IDk1NS4yNiAyMDUuNDAyTDk1Ni4yNzYgMjA1LjY3OEw5NTYuMzIxIDIwNS41MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik05OTQuMzkxIDIzMS45NzJDMTAyMy45OSAyNjQuNjcgMTA3Ni43IDMyNS44NzkgMTA5NC44NyAzNDYuMzE0QzEwOTUuNzUgMzQ3LjMxMyAxMDk1LjM0IDM0OC44IDEwOTQuMDIgMzQ4LjYyNUMxMDc4LjQyIDM0Ni41NTYgMTAzMy44OSAyODguMDA4IDEwMTEuNDUgMjY0LjlDOTkxLjQ5OCAyMzkuNTY0IDk0OS4wNDYgMTgzLjcgOTQwLjQ3OSAxNzMuMzY3QzkzNi41MTkgMTY4LjU5MSA5NDMuMDIzIDE2Ni4yNDcgOTQ3LjY4NCAxNjcuNzcxQzk0OC4wNTMgMTY3Ljg5MSA5NDguMzU0IDE2OC4xMzYgOTQ4LjU2OSAxNjguNDU5Qzk1My44MSAxNzYuMzUxIDk2NS4wNDQgMTk5LjU1NSA5OTQuMzkxIDIzMS45NzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk0OC41MDggMTY1LjI1MkM5NDkuNSAxNjUuNTc2IDk1MC4yNjcgMTY2LjIyNSA5NTAuNzc3IDE2Ni45OTNDOTUxLjgzNSAxNjguNTg3IDk1My4xMDggMTcwLjc0NCA5NTQuNjkgMTczLjQyNkM5NjEuMTg4IDE4NC40MzcgOTcyLjg5OCAyMDQuMjgyIDk5Ni4zNTUgMjMwLjE5M0MxMDE1LjI1IDI1MS4wNjMgMTA0My42MSAyODMuNjA4IDEwNjYuMzUgMzA5LjcwOEMxMDc5LjIzIDMyNC40ODUgMTA5MC4zMSAzMzcuMTk3IDEwOTYuODUgMzQ0LjU1M0MxMDk3Ljg0IDM0NS42NjkgMTA5OC4yOCAzNDcuMjYyIDEwOTcuNzkgMzQ4Ljc0NUMxMDk3LjUzIDM0OS41MDcgMTA5Ny4wMiAzNTAuMjQyIDEwOTYuMjMgMzUwLjczM0MxMDk1LjQyIDM1MS4yMyAxMDk0LjUxIDM1MS4zNjQgMTA5My42NyAzNTEuMjUyQzEwOTEuMSAzNTAuOTExIDEwODguMjggMzQ5LjQ4OCAxMDg1LjQ0IDM0Ny41ODNDMTA4Mi41MyAzNDUuNjM2IDEwNzkuMzEgMzQyLjk5MSAxMDc1LjkgMzM5Ljg3NkMxMDY5LjA4IDMzMy42NDEgMTA2MS4yOCAzMjUuMzI1IDEwNTMuMzIgMzE2LjQxOEMxMDQ2Ljg2IDMwOS4xODkgMTA0MC4zMiAzMDEuNTk0IDEwMzQuMDggMjk0LjM0OEMxMDI0LjgyIDI4My42MDMgMTAxNi4yMyAyNzMuNjI1IDEwMDkuNTUgMjY2Ljc0NkwxMDA5LjQ1IDI2Ni42NDdMMTAwOS4zNyAyNjYuNTM5QzEwMDAuMDYgMjU0LjcyMiA5ODUuOTQ3IDIzNi4zNzYgOTcyLjY0IDIxOS4wOEM5NTcuMjkyIDE5OS4xMzIgOTQzLjAxOSAxODAuNTgyIDkzOC40MzkgMTc1LjA1OUM5MzcuMTg4IDE3My41NSA5MzYuMzgyIDE3MS43NzQgOTM2LjY1NiAxNjkuODg0QzkzNi45MzUgMTY3Ljk2MSA5MzguMjE4IDE2Ni42NjggOTM5LjUyIDE2NS45MTNDOTQyLjAwOCAxNjQuNDcyIDk0NS42MDYgMTY0LjMwMyA5NDguNTA4IDE2NS4yNTJaTTk0Ni41MzggMTcwLjE5NEM5NDQuODY0IDE2OS43NDQgOTQzLjA1OSAxNjkuOTg4IDk0Mi4xNzcgMTcwLjQ5OUM5NDIuMDQxIDE3MC41NzggOTQxLjk2MiAxNzAuNjQxIDk0MS45MTggMTcwLjY4M0M5NDEuOTUzIDE3MC44MjEgOTQyLjA3OCAxNzEuMTQ0IDk0Mi41MTkgMTcxLjY3NkM5NDcuMTMzIDE3Ny4yNDEgOTYxLjU2MiAxOTUuOTkzIDk3Ny4wMDggMjE2LjA2NkM5OTAuMjYgMjMzLjI4OCAxMDA0LjI2IDI1MS40ODEgMTAxMy40NSAyNjMuMTUzQzEwMjAuMiAyNzAuMTEzIDEwMjguOTYgMjgwLjI4OSAxMDM4LjI5IDI5MS4xMTFDMTA0NC41MSAyOTguMzM3IDEwNTAuOTkgMzA1Ljg1MSAxMDU3LjI3IDMxMi44ODdDMTA2NS4yIDMyMS43NjMgMTA3Mi44NiAzMjkuOTE2IDEwNzkuNDggMzM1Ljk2M0MxMDgyLjc5IDMzOC45ODkgMTA4NS43OSAzNDEuNDM4IDEwODguMzkgMzQzLjE3OUMxMDg4LjUyIDM0My4yNzIgMTA4OC42NiAzNDMuMzYzIDEwODguOCAzNDMuNDUxQzEwODIuMTIgMzM1Ljg3MiAxMDcyLjc4IDMyNS4xNDYgMTA2Mi4yNCAzMTMuMDU2QzEwMzkuNTMgMjg2Ljk5NyAxMDExLjMxIDI1NC42MDUgOTkyLjQyNiAyMzMuNzVDOTY4LjUyOSAyMDcuMzU0IDk1Ni40NjUgMTg2Ljg4MyA5NTAuMDQyIDE3NS45ODVDOTQ4LjYyIDE3My41NzIgOTQ3LjQ3NSAxNzEuNjI4IDk0Ni41MzggMTcwLjE5NFpNOTQxLjkwNCAxNzAuNjA1Qzk0MS45MDQgMTcwLjYwNSA5NDEuOTA1IDE3MC42MDcgOTQxLjkwNSAxNzAuNjExQzk0MS45MDQgMTcwLjYwNyA5NDEuOTA0IDE3MC42MDUgOTQxLjkwNCAxNzAuNjA1Wk05NDEuODggMTcwLjcyNUM5NDEuODc0IDE3MC43MzcgOTQxLjg2OSAxNzAuNzQzIDk0MS44NjggMTcwLjc0M0M5NDEuODY3IDE3MC43NDMgOTQxLjg3IDE3MC43MzcgOTQxLjg4IDE3MC43MjVaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDMxLjE1IDE4OS4zNThDMTA2OC4wNCAyMTMuNTMzIDExMzQuNDkgMjU5LjQ3IDExNTcuMjIgMjc0LjY2M0MxMTU4LjMzIDI3NS40MDYgMTE1OC4zMSAyNzYuOTQ5IDExNTYuOTggMjc3LjExM0MxMTQxLjM3IDI3OS4wNDUgMTA4My41IDIzMy42MjIgMTA1NS45NyAyMTYuOTE4QzEwMzAuMjcgMTk3LjQzNSA5NzUuMSAxNTQuMDgzIDk2NC4yMDQgMTQ2LjI0NUM5NTkuMTY3IDE0Mi42MjIgOTY0Ljg2OSAxMzguNzEzIDk2OS43NjQgMTM5LjAxMkM5NzAuMTUyIDEzOS4wMzYgOTcwLjUwNSAxMzkuMTk2IDk3MC43OTQgMTM5LjQ1NUM5NzcuODU2IDE0NS43NyA5OTQuNTc5IDE2NS4zOTEgMTAzMS4xNSAxODkuMzU4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjkuOTI1IDEzNi4zNjdDOTcwLjk2NyAxMzYuNDMxIDk3MS44NzMgMTM2Ljg2NSA5NzIuNTYxIDEzNy40OEM5NzMuOTg3IDEzOC43NTUgOTc1Ljc2MyAxNDAuNTIyIDk3Ny45NyAxNDIuNzE3Qzk4Ny4wMzQgMTUxLjczNCAxMDAzLjM3IDE2Ny45ODUgMTAzMi42MSAxODcuMTQyQzEwNTYuMTUgMjAyLjU3MiAxMDkxLjggMjI2LjkxMiAxMTIwLjQgMjQ2LjQzMkMxMTM2LjU4IDI1Ny40ODQgMTE1MC41MSAyNjYuOTkgMTE1OC42OSAyNzIuNDZDMTE1OS45MyAyNzMuMjkgMTE2MC43NiAyNzQuNzE5IDExNjAuNjYgMjc2LjI3OUMxMTYwLjYxIDI3Ny4wOCAxMTYwLjMgMjc3LjkyIDExNTkuNjUgMjc4LjU5N0MxMTU5IDI3OS4yOCAxMTU4LjE1IDI3OS42MzggMTE1Ny4zIDI3OS43NDNDMTE1NC43MyAyODAuMDYyIDExNTEuNjUgMjc5LjM5NSAxMTQ4LjQxIDI3OC4yNjlDMTE0NS4xMSAyNzcuMTE5IDExNDEuMzMgMjc1LjM3MSAxMTM3LjI0IDI3My4yMTZDMTEyOS4wNyAyNjguOTAzIDExMTkuNDIgMjYyLjgyNCAxMTA5LjQ4IDI1Ni4yMTFDMTEwMS40MSAyNTAuODQ1IDEwOTMuMTYgMjQ1LjE0NiAxMDg1LjI5IDIzOS43MDhDMTA3My42MiAyMzEuNjQ1IDEwNjIuNzkgMjI0LjE1NyAxMDU0LjU5IDIxOS4xODRMMTA1NC40OCAyMTkuMTEzTDEwNTQuMzcgMjE5LjAzQzEwNDIuMzggMjA5Ljk0MiAxMDI0LjA5IDE5NS43NDkgMTAwNi44NSAxODIuMzY5Qzk4Ni45NzEgMTY2LjkzNyA5NjguNDgxIDE1Mi41ODYgOTYyLjY1NiAxNDguMzk3Qzk2MS4wNjQgMTQ3LjI1MiA5NTkuODM3IDE0NS43MzYgOTU5LjYyNSAxNDMuODM4Qzk1OS40MSAxNDEuOTA3IDk2MC4zMjYgMTQwLjMzMiA5NjEuMzk2IDEzOS4yNzRDOTYzLjQ0IDEzNy4yNTIgOTY2Ljg3OSAxMzYuMTgxIDk2OS45MjUgMTM2LjM2N1pNOTY5LjI2NiAxNDEuNjQ2Qzk2Ny41MzMgMTQxLjYzNCA5NjUuODQ4IDE0Mi4zMjUgOTY1LjEyMyAxNDMuMDQyQzk2NS4wMTEgMTQzLjE1MiA5NjQuOTUxIDE0My4yMzMgOTY0LjkxOSAxNDMuMjg1Qzk2NC45ODcgMTQzLjQxIDk2NS4xOSAxNDMuNjkgOTY1Ljc1MSAxNDQuMDk0Qzk3MS42MTkgMTQ4LjMxNSA5OTAuMzEyIDE2Mi44MjIgMTAxMC4zMiAxNzguMzUxQzEwMjcuNDkgMTkxLjY3NCAxMDQ1LjYyIDIwNS43NDggMTA1Ny40NiAyMTQuNzI0QzEwNjUuNzQgMjE5Ljc1OCAxMDc2Ljc5IDIyNy4zOTQgMTA4OC41NSAyMzUuNTE0QzEwOTYuMzkgMjQwLjkzNiAxMTA0LjU1IDI0Ni41NzQgMTExMi40MSAyNTEuNzk3QzExMjIuMzIgMjU4LjM4NyAxMTMxLjc5IDI2NC4zNDUgMTEzOS43MiAyNjguNTI4QzExNDMuNjggMjcwLjYyMSAxMTQ3LjIgMjcyLjIzNSAxMTUwLjE2IDI3My4yNjRDMTE1MC4zMSAyNzMuMzE5IDExNTAuNDcgMjczLjM3MiAxMTUwLjYyIDI3My40MjNDMTE0Mi4yNSAyNjcuNzczIDExMzAuNSAyNTkuNzUxIDExMTcuMjYgMjUwLjcwOUMxMDg4LjcxIDIzMS4yMTkgMTA1My4yMyAyMDYuOTkzIDEwMjkuNyAxOTEuNTc1Qzk5OS45MTkgMTcyLjA1OSA5ODMuMDgxIDE1NS4yOTIgOTc0LjExNyAxNDYuMzY2Qzk3Mi4xMzMgMTQ0LjM5IDk3MC41MzQgMTQyLjc5OCA5NjkuMjY2IDE0MS42NDZaTTk2NC44ODYgMTQzLjIxM0M5NjQuODg2IDE0My4yMTMgOTY0Ljg4NyAxNDMuMjE1IDk2NC44ODcgMTQzLjIxOEM5NjQuODg2IDE0My4yMTUgOTY0Ljg4NiAxNDMuMjEzIDk2NC44ODYgMTQzLjIxM1pNOTY0Ljg5MiAxNDMuMzM1Qzk2NC44OSAxNDMuMzQ5IDk2NC44ODcgMTQzLjM1NiA5NjQuODg2IDE0My4zNTZDOTY0Ljg4NSAxNDMuMzU2IDk2NC44ODYgMTQzLjM0OSA5NjQuODkyIDE0My4zMzVaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTEyLjExMSAxNTMuNjQyQzkxMS44ODYgMTUyLjE5NiA5MTIuODc1IDE1MC44NDEgOTE0LjMyMSAxNTAuNjE2QzkxOC41NjUgMTQ5Ljk1NCA5MjUuMzIzIDE0OC41MzggOTMxLjcwOCAxNDYuNDYxQzkzNC44OTkgMTQ1LjQyNCA5MzcuOTQzIDE0NC4yMzggOTQwLjUxIDE0Mi45MjhDOTQzLjExNSAxNDEuNTk4IDk0NS4wNDYgMTQwLjIzIDk0Ni4xODcgMTM4LjkwM0M5NDguNzU1IDEzNS45MiA5NTEuMTUxIDEzMC40OTIgOTUzLjEwNyAxMjQuNTdDOTU1LjAzIDExOC43NDggOTU2LjQwNiAxMTIuODM0IDk1Ny4wOCAxMDkuMTk3Qzk1Ny4zNDYgMTA3Ljc1OCA5NTguNzI5IDEwNi44MDcgOTYwLjE2OCAxMDcuMDc0Qzk2MS42MDcgMTA3LjM0IDk2Mi41NTcgMTA4LjcyMyA5NjIuMjkxIDExMC4xNjJDOTYxLjU4MSAxMTQgOTYwLjE0OCAxMjAuMTUxIDk1OC4xNCAxMjYuMjMyQzk1Ni4xNjQgMTMyLjIxMiA5NTMuNTA4IDEzOC41MjMgOTUwLjIwNSAxNDIuMzYxQzk0OC40MTEgMTQ0LjQ0NCA5NDUuNzggMTQ2LjE4OCA5NDIuOTIgMTQ3LjY0OEM5NDAuMDIzIDE0OS4xMjcgOTM2LjcgMTUwLjQxMSA5MzMuMzQ3IDE1MS41MDJDOTI2LjY0NCAxNTMuNjgxIDkxOS42MDQgMTU1LjE1NiA5MTUuMTM4IDE1NS44NTJDOTEzLjY5MiAxNTYuMDc4IDkxMi4zMzcgMTU1LjA4OCA5MTIuMTExIDE1My42NDJaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTA1Ljc2NiAxNjMuNzE0QzkwNS41NCAxNjIuMjY4IDkwNi41MyAxNjAuOTEzIDkwNy45NzYgMTYwLjY4OEM5MTMuNTc4IDE1OS44MTQgOTIyLjQ4OCAxNTcuOTQ3IDkzMC45MTQgMTU1LjIwN0M5MzUuMTI2IDE1My44MzcgOTM5LjE2MiAxNTIuMjY3IDk0Mi41ODIgMTUwLjUyMUM5NDYuMDM5IDE0OC43NTYgOTQ4LjY4MiAxNDYuOTAzIDk1MC4yODEgMTQ1LjA0NEM5NTMuNzY0IDE0MC45OTcgOTU2Ljk0OCAxMzMuNzM4IDk1OS41MTcgMTI1Ljk2Qzk2Mi4wNTMgMTE4LjI4MiA5NjMuODY4IDExMC40ODYgOTY0Ljc1NyAxMDUuNjgzQzk2NS4wMjQgMTA0LjI0NCA5NjYuNDA2IDEwMy4yOTMgOTY3Ljg0NSAxMDMuNTU5Qzk2OS4yODQgMTAzLjgyNiA5NzAuMjM1IDEwNS4yMDggOTY5Ljk2OSAxMDYuNjQ4Qzk2OS4wNDIgMTExLjY1MiA5NjcuMTcxIDExOS42ODUgOTY0LjU1IDEyNy42MjJDOTYxLjk2MiAxMzUuNDU5IDk1OC41MTcgMTQzLjYgOTU0LjI5OCAxNDguNTAyQzk1Mi4wNDcgMTUxLjExNyA5NDguNzA0IDE1My4zNDYgOTQ0Ljk5MiAxNTUuMjQxQzk0MS4yNDMgMTU3LjE1NSA5MzYuOTI3IDE1OC44MjUgOTMyLjU1MyAxNjAuMjQ3QzkyMy44MDggMTYzLjA5MSA5MTQuNjE2IDE2NS4wMTYgOTA4Ljc5MyAxNjUuOTI0QzkwNy4zNDYgMTY2LjE1IDkwNS45OTEgMTY1LjE2IDkwNS43NjYgMTYzLjcxNFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZyBvcGFjaXR5PSIwLjEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4My4wOTUgMjIxLjIwNUMxNjUuMTM0IDIwNy42MjQgMTQxLjU1IDIwMC45MTMgMTEyLjUyOSAyMTEuMzMyQzg5Ljc0NzUgMjE5LjUxMSA3OC4yNjA3IDIzOS4yMDQgNzMuMjQzNiAyNjEuMTAzQzY4LjI3MDcgMjgyLjgwOSA2OS43OTAzIDMwNi4yMjYgNzIuNzY2MyAzMjEuM0M5My45MjU2IDM1Ni44MTYgMTE3LjA1OSAzNjguMDYzIDEzNy41MjYgMzY5LjkxQzE1NC43MjcgMzcxLjQ2MyAxNzAuMjY2IDM2Ni40NjQgMTgyLjEyNiAzNjIuNjQ5QzE4NC42NjUgMzYxLjgzMiAxODcuMDM1IDM2MS4wNyAxODkuMjE3IDM2MC40MzdDMTk0LjU1IDM1OC44OTIgMTk5Ljk0NCAzNTQuOTU2IDIwNC44OCAzNDkuMTE4QzIwOS43OTcgMzQzLjMwNCAyMTQuMTI4IDMzNS43NTIgMjE3LjM2NyAzMjcuMjcxQzIyMy44NjQgMzEwLjI1OSAyMjUuODE0IDI4OS45NCAyMTkuNzggMjcyLjk1N0MyMTMuNjA2IDI1NS41NzggMjAxLjE3OSAyMzQuODc5IDE4My4wOTUgMjIxLjIwNVpNMTg2LjI5MSAyMTYuOTc4QzIwNS40MDQgMjMxLjQzIDIxOC4zNSAyNTMuMDk5IDIyNC43NzUgMjcxLjE4M0MyMzEuMzQgMjg5LjY2NCAyMjkuMTMxIDMxMS4zMjIgMjIyLjMxOCAzMjkuMTYxQzIxOC45MDIgMzM4LjEwNSAyMTQuMjkgMzQ2LjE5OCAyMDguOTI3IDM1Mi41NEMyMDMuNTg0IDM1OC44NiAxOTcuMzYyIDM2My41OTUgMTkwLjY5MiAzNjUuNTI4QzE4OC43MSAzNjYuMTAyIDE4Ni40OSAzNjYuODIgMTg0LjA2IDM2Ny42MDVDMTcyLjIzMiAzNzEuNDI2IDE1NS40NDUgMzc2Ljg1IDEzNy4wNDkgMzc1LjE4OUMxMTQuNTMxIDM3My4xNTYgODkuOTExNSAzNjAuNjQgNjcuOTc2MyAzMjMuNjE0TDY3Ljc0NzIgMzIzLjIyN0w2Ny42NTg0IDMyMi43ODZDNjQuNTE4MyAzMDcuMjAxIDYyLjg0NjQgMjgyLjc1MyA2OC4wNzc0IDI1OS45MkM3My4zMTI4IDIzNy4wNjcgODUuNjAxNCAyMTUuMzY4IDExMC43MzggMjA2LjM0NEMxNDEuNjE1IDE5NS4yNTkgMTY3LjA1NCAyMDIuNDMyIDE4Ni4yOTEgMjE2Ljk3OFoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuMzcxIDI3My43NTJDMTAxLjM3MSAyNzMuNzUzIDEwMS4zNjkgMjczLjc1MyAxMDEuMzY0IDI3My43NTJDMTAxLjM2OSAyNzMuNzUyIDEwMS4zNzEgMjczLjc1MiAxMDEuMzcxIDI3My43NTJaTTkwLjM4MDYgMjczLjUxNUM5NC4xMDg5IDI2OS45NiA5OC42MDU5IDI2OC42MDggMTAxLjAzMyAyNjguNDYzQzEwMS44NTMgMjY4LjQxNCAxMDIuODE3IDI2OC41MzUgMTAzLjY4MSAyNjkuMDkyQzEwNC42MTEgMjY5LjY5MiAxMDUuMTUgMjcwLjYyNyAxMDUuMjg3IDI3MS42MjFDMTA1LjUzMSAyNzMuMzk0IDEwNC41MTcgMjc0LjkxMyAxMDMuNTE1IDI3NS44MThDMTAzLjQwNiAyNzUuOTE2IDEwMy4yODUgMjc2LjAyOSAxMDMuMTQ5IDI3Ni4xNTVDMTAxLjY4MiAyNzcuNTIgOTguNTkwMyAyODAuMzk1IDkzLjM3MjIgMjgxLjQ5OEw5Mi45NzMyIDI4MS41ODJMOTIuNTY3NCAyODEuNTQyQzkyLjA0MSAyODEuNDkxIDkxLjQwMTIgMjgxLjM2MiA5MC43NzM4IDI4MS4wOTJDOTAuMTc2MiAyODAuODM1IDg5LjMyNzUgMjgwLjMzNiA4OC43NzMgMjc5LjM4OUM4OC4xNDU2IDI3OC4zMTYgODguMTQ5OCAyNzcuMTE1IDg4LjU1MjcgMjc2LjA1OEM4OC45MTYyIDI3NS4xMDUgODkuNTk0MiAyNzQuMjY1IDkwLjM4MDYgMjczLjUxNVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNzkuMTQ2IDM0NS44NzJDMTc5LjE0NiAzNDUuODcyIDE3OS4xNDUgMzQ1Ljg3NCAxNzkuMTQzIDM0NS44NzhDMTc5LjE0NSAzNDUuODc0IDE3OS4xNDYgMzQ1Ljg3MiAxNzkuMTQ2IDM0NS44NzJaTTE3NC43NyAzNTUuOTU2QzE3OS41NTcgMzU0LjA1NCAxODIuNjY1IDM1MC41MzQgMTgzLjgxMSAzNDguMzg5QzE4NC4xOTggMzQ3LjY2NSAxODQuNDkgMzQ2LjczOCAxODQuMzQ1IDM0NS43MjFDMTg0LjE4OCAzNDQuNjI1IDE4My41NjUgMzQzLjc0NCAxODIuNzE5IDM0My4yMDVDMTgxLjIxIDM0Mi4yNDMgMTc5LjQwNiAzNDIuNTI5IDE3OC4xNjUgMzQzLjA2MUMxNzguMDMxIDM0My4xMTkgMTc3Ljg3NyAzNDMuMTgyIDE3Ny43MDYgMzQzLjI1M0MxNzUuODUzIDM0NC4wMTYgMTcxLjk0OSAzNDUuNjIzIDE2OC43NjcgMzQ5LjkwM0wxNjguNTI0IDM1MC4yM0wxNjguMzkgMzUwLjYxNkMxNjguMjE3IDM1MS4xMTUgMTY4LjA2NyAzNTEuNzUgMTY4LjA1IDM1Mi40MzNDMTY4LjAzMyAzNTMuMDgzIDE2OC4xMzIgMzU0LjA2MyAxNjguNzYyIDM1NC45NjNDMTY5LjQ3NCAzNTUuOTgxIDE3MC41NjcgMzU2LjQ3OSAxNzEuNjk1IDM1Ni41NTRDMTcyLjcxMyAzNTYuNjIyIDE3My43NiAzNTYuMzU4IDE3NC43NyAzNTUuOTU2WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1Mi4wNjggMjI5LjA2QzE1NC43MzYgMjI4LjY5NiAxNTguOTQ2IDIyOC43NzcgMTYzLjI3OSAyMzAuNTUzQzE2My41MjUgMjMwLjY1MyAxNjMuNzM3IDIzMC43NSAxNjMuOTIxIDIzMC44NDFDMTU4LjYwOCAyMzEuNDkzIDE1NC42NjUgMjMwLjA3MSAxNTIuMDY4IDIyOS4wNlpNMTQ5LjkwNiAyMjkuNTYxQzE0OS45MDYgMjI5LjU2MSAxNDkuOTA4IDIyOS41NiAxNDkuOTExIDIyOS41NThDMTQ5LjkwOCAyMjkuNTYgMTQ5LjkwNiAyMjkuNTYxIDE0OS45MDYgMjI5LjU2MVpNMTUwLjIwNSAyMjguMTdDMTUwLjIwMiAyMjguMTY2IDE1MC4yMDEgMjI4LjE2NCAxNTAuMiAyMjguMTY0QzE1MC4yIDIyOC4xNjQgMTUwLjIwMiAyMjguMTY2IDE1MC4yMDUgMjI4LjE3Wk0xNjUuMjg5IDIyNS42NDlDMTU4LjQxMyAyMjIuODMgMTUxLjY4MiAyMjMuMzk4IDE0OC40NzcgMjI0LjQzNUMxNDcuNDcyIDIyNC43NiAxNDYuNDY4IDIyNS4zMjggMTQ1Ljc4MSAyMjYuMjhDMTQ1LjA0NyAyMjcuMjk3IDE0NC44NjMgMjI4LjQ5OSAxNDUuMTMgMjI5LjYxMUMxNDUuNjE0IDIzMS42MjQgMTQ3LjM5NyAyMzIuOTQ4IDE0OS4wOTIgMjMzLjU4OUMxNDkuMzAzIDIzMy42NjkgMTQ5LjUzOSAyMzMuNzYzIDE0OS44IDIzMy44NjZDMTUyLjU5NyAyMzQuOTcgMTU4LjIwNiAyMzcuMTgzIDE2NS43NTkgMjM1LjkzTDE2Ni4xNjIgMjM1Ljg2M0wxNjYuNTI1IDIzNS42NzhDMTY3LjE0MyAyMzUuMzY0IDE2Ny44NDkgMjM0LjkwOCAxNjguNDYyIDIzNC4zMDNDMTY5LjA1MSAyMzMuNzIyIDE2OS43NTYgMjMyLjgwMyAxNjkuOTUyIDIzMS41NkMxNzAuMTcxIDIzMC4xNzUgMTY5LjY4NCAyMjguODg4IDE2OC43NjYgMjI3Ljg3NkMxNjcuOTIzIDIyNi45NDcgMTY2LjcxNiAyMjYuMjM0IDE2NS4yODkgMjI1LjY0OVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTcuMDM4IDI3My45NzdDMjM5LjIzMiAyODYuNTE1IDIwOC44OCAzMDMuNDA4IDE2MC45NTkgMzI2LjA0NkMxMjIuNTk1IDM0NC4xNjkgOTQuNzc4NyAzNTQuODY3IDc1LjA4OTYgMzU5Ljk1MUM2NS4yNDc5IDM2Mi40OTIgNTcuMzIzOSAzNjMuNjYxIDUxLjA2NjEgMzYzLjYwOUM0NC44MzUgMzYzLjU1NyAzOS45NzI1IDM2Mi4yOSAzNi41NTkgMzU5LjY1OEMzMy4wNDg2IDM1Ni45NSAzMS40NTA2IDM1My4wOTcgMzEuMTg5NCAzNDguNzYyQzMwLjkzMzMgMzQ0LjUxMSAzMS45NDM5IDMzOS42ODggMzMuNjk3IDMzNC42MzhDMzcuMjA2NiAzMjQuNTI3IDQzLjk4NzQgMzEyLjY5MyA1MS4zODc1IDMwMS4xMzRDNTIuMTc2NiAyOTkuOTAxIDUzLjgxNTYgMjk5LjU0MiA1NS4wNDgyIDMwMC4zMzFDNTYuMjgwOCAzMDEuMTIgNTYuNjQwMyAzMDIuNzU5IDU1Ljg1MTIgMzAzLjk5MUM0OC40Nzk0IDMxNS41MDcgNDEuOTk0NiAzMjYuODk1IDM4LjcwMzkgMzM2LjM3NkMzNy4wNTY4IDM0MS4xMjEgMzYuMjgzNiAzNDUuMTg2IDM2LjQ3OTggMzQ4LjQ0NEMzNi42NzEgMzUxLjYxNyAzNy43NjE1IDM1My44OTIgMzkuNzk1NyAzNTUuNDYxQzQxLjkyNjggMzU3LjEwNCA0NS40NjQ5IDM1OC4yNjIgNTEuMTEwNSAzNTguMzA5QzU2LjcyOTMgMzU4LjM1NiA2NC4xNTc5IDM1Ny4zIDczLjc2NDUgMzU0LjgyQzkyLjk3MjIgMzQ5Ljg2IDEyMC40MzYgMzM5LjMyOCAxNTguNjk1IDMyMS4yNTRDMjA2LjU1MSAyOTguNjQ3IDIzNi41NjYgMjgxLjkxIDI1My45ODcgMjY5LjY0NEMyNjIuNzIgMjYzLjQ5NSAyNjguMTIxIDI1OC41ODQgMjcxLjAzOCAyNTQuNzQxQzI3NC4wMDggMjUwLjgyOSAyNzMuOTMgMjQ4LjcxIDI3My4zOTUgMjQ3LjU5OEMyNzIuNzM4IDI0Ni4yMjkgMjcwLjcyMSAyNDQuNzYgMjY2LjU4MSAyNDMuNjQ1QzI2Mi42MDUgMjQyLjU3NCAyNTcuMzU5IDI0Mi4wMTQgMjUxLjM4OCAyNDEuODU0QzIzOS40NzMgMjQxLjUzNCAyMjUuMjE3IDI0Mi44MTQgMjEzLjcwNSAyNDQuMzM3QzIxMi4yNTQgMjQ0LjUyOSAyMTAuOTIyIDI0My41MDggMjEwLjczIDI0Mi4wNTdDMjEwLjUzOCAyNDAuNjA3IDIxMS41NTkgMjM5LjI3NSAyMTMuMDEgMjM5LjA4M0MyMjQuNjQyIDIzNy41NDQgMjM5LjIxMiAyMzYuMjI1IDI1MS41MyAyMzYuNTU2QzI1Ny42NzUgMjM2LjcyMSAyNjMuMzk4IDIzNy4yOTkgMjY3Ljk1OSAyMzguNTI3QzI3Mi4zNTUgMjM5LjcxMSAyNzYuNDQyIDI0MS43MDEgMjc4LjE3MyAyNDUuMzAyQzI4MC4wMjYgMjQ5LjE2IDI3OC42MTkgMjUzLjUyIDI3NS4yNiAyNTcuOTQ1QzI3MS44NDggMjYyLjQ0IDI2NS45MiAyNjcuNzI0IDI1Ny4wMzggMjczLjk3N1oiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNDMuODI2IDI3MS4yQzIyNi43NzYgMjgyLjQ5IDE5OC43MTYgMjk3LjczMyAxNTUuNDExIDMxOC4xOUMxMjAuNzI2IDMzNC41NzUgOTUuNDM1OSAzNDQuMDAyIDc3LjM3NzkgMzQ4LjM4MkM2OC4zNDkxIDM1MC41NzIgNjEuMDMxNSAzNTEuNTI1IDU1LjE5NiAzNTEuNDE2QzQ5LjM4MSAzNTEuMzA4IDQ0LjgxOSAzNTAuMTQxIDQxLjUyMTQgMzQ3Ljg3QzM0LjU0OTIgMzQzLjA2NiAzNC42NjczIDMzNC42MTQgMzcuMjc2NyAzMjYuNTY1QzM5Ljk0MDggMzE4LjM0NyA0NS41NDIgMzA5LjIyNSA1MS42NzE1IDMwMS4yMjdDNTIuNTYxNyAzMDAuMDY1IDU0LjIyNTEgMjk5Ljg0NSA1NS4zODY4IDMwMC43MzVDNTYuNTQ4NCAzMDEuNjI1IDU2Ljc2ODUgMzAzLjI4OSA1NS44NzgzIDMwNC40NUM0OS45MDkzIDMxMi4yMzkgNDQuNzE0OSAzMjAuODA3IDQyLjMxODMgMzI4LjJDMzkuODY3IDMzNS43NjEgNDAuNjU5MyAzNDAuODQgNDQuNTI4MiAzNDMuNTA1QzQ2LjY1MTIgMzQ0Ljk2OCA1MC4wNTE1IDM0Ni4wMiA1NS4yOTQ2IDM0Ni4xMTdDNjAuNTE3MyAzNDYuMjE1IDY3LjM1MzYgMzQ1LjM2IDc2LjEyODUgMzQzLjIzMUM5My42Nzc4IDMzOC45NzUgMTE4LjU5NSAzMjkuNzIgMTUzLjE0NyAzMTMuMzk4QzE5Ni4zODkgMjkyLjk3MSAyMjQuMTczIDI3Ny44NTcgMjQwLjkgMjY2Ljc4MUMyNDkuMjc4IDI2MS4yMzQgMjU0Ljc2IDI1Ni43NzkgMjU4LjAxNCAyNTMuMjU2QzI2MS40MDggMjQ5LjU4NCAyNjEuODEzIDI0Ny41NDQgMjYxLjY0MyAyNDYuNjY1QzI2MS41MDggMjQ1Ljk2NCAyNjAuNzE3IDI0NC44NTMgMjU3LjY1OSAyNDMuODlDMjU0Ljc2MSAyNDIuOTc3IDI1MC42NjIgMjQyLjQ4NSAyNDUuNzU3IDI0Mi4zNTNDMjM1Ljk5NSAyNDIuMDg5IDIyMy43ODYgMjQzLjI1NiAyMTMuMzY2IDI0NC42MzVDMjExLjkxNSAyNDQuODI3IDIxMC41ODQgMjQzLjgwNiAyMTAuMzkyIDI0Mi4zNTVDMjEwLjIgMjQwLjkwNCAyMTEuMjIgMjM5LjU3MyAyMTIuNjcxIDIzOS4zODFDMjIzLjE2NiAyMzcuOTkyIDIzNS43MDkgMjM2Ljc3OSAyNDUuOSAyMzcuMDU1QzI1MC45NzIgMjM3LjE5MiAyNTUuNjUxIDIzNy43IDI1OS4yNTEgMjM4LjgzNUMyNjIuNjkxIDIzOS45MTggMjY2LjEyMSAyNDEuOTAyIDI2Ni44NDcgMjQ1LjY2QzI2Ny41MzkgMjQ5LjI0IDI2NS40NDcgMjUzLjAyMiAyNjEuOTA3IDI1Ni44NTNDMjU4LjIyNyAyNjAuODM1IDI1Mi4zMzggMjY1LjU2NCAyNDMuODI2IDI3MS4yWiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk5LjkwNSAyODQuNjQ4Qzk5LjkxOTIgMjg0LjY1NCA5OS45MzU2IDI4NC42NjEgOTkuOTU0MiAyODQuNjcxQzEwMC4xMjggMjg0Ljc1OCAxMDAuNjU2IDI4NS4xMDIgMTAxLjI1IDI4Ni4yNzdDMTAxLjkxMSAyODcuNTgyIDEwMy41MDUgMjg4LjEwNSAxMDQuODExIDI4Ny40NDRDMTA2LjExNyAyODYuNzg0IDEwNi42NCAyODUuMTg5IDEwNS45NzkgMjgzLjg4M0MxMDQuMDAzIDI3OS45OCAxMDAuNzgzIDI3OC42ODkgOTguMzM3MiAyNzkuNTkzQzk2Ljk2NDUgMjgwLjEgOTYuMjYzIDI4MS42MjUgOTYuNzcwNSAyODIuOTk3Qzk3LjI0NDkgMjg0LjI4MSA5OC42MDc5IDI4NC45NzcgOTkuOTA1IDI4NC42NDhaTTk5LjgzNjMgMjg0LjYyNkM5OS44MzYzIDI4NC42MjYgOTkuODM5OCAyODQuNjI2IDk5Ljg0NjcgMjg0LjYyOEM5OS44Mzk4IDI4NC42MjcgOTkuODM2MyAyODQuNjI2IDk5LjgzNjMgMjg0LjYyNloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjM1IDM0Mi42NTFDMTY4LjYzNSAzNDIuNjM2IDE2OC42MzUgMzQyLjYxOCAxNjguNjM1IDM0Mi41OTdDMTY4LjYyOCAzNDIuNDAzIDE2OC41MzUgMzQxLjc4IDE2Ny43MTcgMzQwLjc0OUMxNjYuODA3IDMzOS42MDMgMTY2Ljk5OCAzMzcuOTM2IDE2OC4xNDQgMzM3LjAyNkMxNjkuMjkgMzM2LjExNiAxNzAuOTU3IDMzNi4zMDcgMTcxLjg2NyAzMzcuNDUzQzE3NC41ODggMzQwLjg3OSAxNzQuNDE2IDM0NC4zNDQgMTcyLjU3MiAzNDYuMTg4QzE3MS41MzggMzQ3LjIyMyAxNjkuODYgMzQ3LjIyMyAxNjguODI1IDM0Ni4xODlDMTY3Ljg1NyAzNDUuMjIyIDE2Ny43OTQgMzQzLjY5MiAxNjguNjM1IDM0Mi42NTFaTTE2OC42MjYgMzQyLjcyM0MxNjguNjI2IDM0Mi43MjMgMTY4LjYyNyAzNDIuNzIgMTY4LjYyOSAzNDIuNzEzQzE2OC42MjYgMzQyLjcxOSAxNjguNjI2IDM0Mi43MjMgMTY4LjYyNiAzNDIuNzIzWiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2MC41ODkgMjQwLjc4MkMxNjAuNTk1IDI0MC43NzYgMTYwLjU5OCAyNDAuNzc0IDE2MC41OTkgMjQwLjc3NEMxNjAuNjEzIDI0MC43ODQgMTU5LjcyOSAyNDIuMTQzIDE2Mi4yNDIgMjQ1LjEyMUMxNjMuMTg2IDI0Ni4yNCAxNjMuMDQ0IDI0Ny45MTEgMTYxLjkyNiAyNDguODU1QzE2MC44MDcgMjQ5Ljc5OSAxNTkuMTM1IDI0OS42NTcgMTU4LjE5MiAyNDguNTM5QzE1NC4yMjkgMjQzLjg0MiAxNTQuNjA2IDIzOS40MDYgMTU2LjY5IDIzNy4xOTRDMTU3LjY5MyAyMzYuMTI4IDE1OS4zNyAyMzYuMDc4IDE2MC40MzYgMjM3LjA4MkMxNjEuNDg2IDIzOC4wNzEgMTYxLjU0OSAyMzkuNzE1IDE2MC41ODkgMjQwLjc4MloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MS43NDU5IDI4MC44NjVDOTMuMDE5MiAyODAuMTQ0IDk0LjYzNjQgMjgwLjU5MSA5NS4zNTggMjgxLjg2NEM5NS45MDYxIDI4Mi44MzIgOTYuMTAxMiAyODQuMTkzIDk1LjU1MDkgMjg1LjU1OUM5NC45OTIxIDI4Ni45NDYgOTMuODA3NyAyODguMDA4IDkyLjIxNDIgMjg4Ljc1QzkwLjg4NzMgMjg5LjM2OCA4OS4zMTEgMjg4Ljc5MyA4OC42OTM1IDI4Ny40NjZDODguMDc1OSAyODYuMTM5IDg4LjY1MDkgMjg0LjU2MiA4OS45Nzc4IDI4My45NDVDOTAuMTkxNiAyODMuODQ1IDkwLjM0NDQgMjgzLjc1NiA5MC40NTE4IDI4My42ODRDOTAuMjM2NyAyODIuNTk0IDkwLjcyNjcgMjgxLjQ0MyA5MS43NDU5IDI4MC44NjVaTTkwLjY4MTYgMjgzLjQ4OEM5MC42ODE4IDI4My40ODggOTAuNjc5NyAyODMuNDkyIDkwLjY3NDcgMjgzLjQ5OEM5MC42Nzg5IDI4My40OTEgOTAuNjgxNCAyODMuNDg4IDkwLjY4MTYgMjgzLjQ4OFoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjYyIDM1MS42NDVDMTY5Ljg1IDM1MC43ODkgMTcwLjExOSAzNDkuMTMzIDE2OS4yNjQgMzQ3Ljk0NkMxNjguNjE0IDM0Ny4wNDMgMTY3LjQ1OSAzNDYuMjk3IDE2NS45ODggMzQ2LjIyN0MxNjQuNDk0IDM0Ni4xNTUgMTYzLjAzNCAzNDYuNzg3IDE2MS42OTQgMzQ3LjkyNUMxNjAuNTc5IDM0OC44NzIgMTYwLjQ0MyAzNTAuNTQ1IDE2MS4zOSAzNTEuNjZDMTYyLjMzOCAzNTIuNzc1IDE2NC4wMSAzNTIuOTEyIDE2NS4xMjYgMzUxLjk2NEMxNjUuMzA1IDM1MS44MTIgMTY1LjQ1IDM1MS43MSAxNjUuNTYxIDM1MS42NDNDMTY2LjQ2MSAzNTIuMjkzIDE2Ny43MTIgMzUyLjMyOSAxNjguNjYyIDM1MS42NDVaTTE2NS44MzQgMzUxLjUxNkMxNjUuODM0IDM1MS41MTUgMTY1LjgzMSAzNTEuNTE2IDE2NS44MjMgMzUxLjUxOEMxNjUuODMxIDM1MS41MTcgMTY1LjgzNCAzNTEuNTE2IDE2NS44MzQgMzUxLjUxNloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjcuNzI1IDIzNi44MDlDMTY2LjI3NyAyMzYuNjAxIDE2NC45MzMgMjM3LjYwNiAxNjQuNzI1IDIzOS4wNTVDMTY0LjU0MiAyNDAuMzI4IDE2NC45MDEgMjQxLjkzMSAxNjYuMTI5IDI0My4yMzVDMTY3LjM3MyAyNDQuNTU1IDE2OS4yNTQgMjQ1LjMxMiAxNzEuNjczIDI0NS40NjVDMTczLjEzNCAyNDUuNTU3IDE3NC4zOTMgMjQ0LjQ0OCAxNzQuNDg1IDI0Mi45ODdDMTc0LjU3NyAyNDEuNTI2IDE3My40NjggMjQwLjI2OCAxNzIuMDA3IDI0MC4xNzZDMTcwLjUyMiAyNDAuMDgyIDE3MC4wNjUgMjM5LjY4IDE2OS45OTIgMjM5LjYwNkMxNzAuMDg0IDIzOC4yMzcgMTY5LjEwNiAyMzcuMDA4IDE2Ny43MjUgMjM2LjgwOVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMTguNDI2IDI3NS43MTNDMTE5LjIxNCAyNzYuOTQ2IDExOC44NTIgMjc4LjU4NSAxMTcuNjE4IDI3OS4zNzJDMTE2LjY3MSAyNzkuOTc3IDExNC42NjkgMjgwLjcyMyAxMTIuMDkzIDI4MC43NThDMTEwLjM5NCAyODAuNzgyIDEwOC42NjMgMjgwLjEyMiAxMDcuNDA3IDI3OS41MjJDMTA2LjA4IDI3OC44ODcgMTA0Ljg5MiAyNzguMTI4IDEwNC4xNjUgMjc3LjU5MUMxMDIuOTg3IDI3Ni43MjIgMTAyLjczNiAyNzUuMDYzIDEwMy42MDUgMjczLjg4NkMxMDQuNDc0IDI3Mi43MDggMTA2LjEzMyAyNzIuNDU3IDEwNy4zMTEgMjczLjMyNkMxMDcuNzk4IDI3My42ODUgMTA4LjY5OSAyNzQuMjY1IDEwOS42OTIgMjc0LjczOUMxMTAuNzU2IDI3NS4yNDggMTExLjU3OCAyNzUuNDY1IDExMi4wMTkgMjc1LjQ1OUMxMTIuODQgMjc1LjQ0NyAxMTMuNTIyIDI3NS4zMjEgMTE0LjAyMiAyNzUuMTc5QzExNC40NjcgMjc1LjA1MyAxMTQuNzEgMjc0LjkzMyAxMTQuNzYgMjc0LjkwOEMxMTQuNzcgMjc0LjkwMyAxMTQuNzcyIDI3NC45MDEgMTE0Ljc2NyAyNzQuOTA1QzExNiAyNzQuMTE4IDExNy42MzkgMjc0LjQ3OSAxMTguNDI2IDI3NS43MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTg0LjQ5MSAzMjkuNTU4QzE4My43IDMyOC4zMjcgMTgyLjA2IDMyNy45NzEgMTgwLjgyOSAzMjguNzYzQzE3OS44ODQgMzI5LjM3MSAxNzguMzcgMzMwLjg3OCAxNzcuMjYxIDMzMy4yMDRDMTc2LjUzIDMzNC43MzcgMTc2LjQwNyAzMzYuNTg1IDE3Ni40MjcgMzM3Ljk3N0MxNzYuNDQ4IDMzOS40NDkgMTc2LjY0MyAzNDAuODQ1IDE3Ni44MjYgMzQxLjczQzE3Ny4xMjMgMzQzLjE2MyAxNzguNTI2IDM0NC4wODQgMTc5Ljk1OSAzNDMuNzg3QzE4MS4zOTIgMzQzLjQ5IDE4Mi4zMTMgMzQyLjA4NyAxODIuMDE2IDM0MC42NTRDMTgxLjg5MyAzNDAuMDYxIDE4MS43NDIgMzM5IDE4MS43MjYgMzM3LjlDMTgxLjcwOSAzMzYuNzIgMTgxLjg1NSAzMzUuODgzIDE4Mi4wNDUgMzM1LjQ4NUMxODIuMzk5IDMzNC43NDQgMTgyLjc5OCAzMzQuMTc3IDE4My4xMzYgMzMzLjc4MkMxODMuNDM2IDMzMy40MzEgMTgzLjY0OCAzMzMuMjYgMTgzLjY5MSAzMzMuMjI1QzE4My43IDMzMy4yMTggMTgzLjcwMiAzMzMuMjE3IDE4My42OTYgMzMzLjIyQzE4NC45MjcgMzMyLjQyOCAxODUuMjgzIDMzMC43ODkgMTg0LjQ5MSAzMjkuNTU4WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyOC45MzIgMjQzLjE0OEMxMjguNjQ4IDI0NC41ODQgMTI5LjU4MSAyNDUuOTc4IDEzMS4wMTcgMjQ2LjI2MkMxMzIuNDA4IDI0Ni41MzggMTM1LjM3NCAyNDYuNTIyIDEzOC44MDUgMjQ1LjIzNUMxNDAuOTA1IDI0NC40NDggMTQyLjc5OSAyNDIuNzYgMTQ0LjE5NyAyNDEuMjY3QzE0NS42NSAyMzkuNzE1IDE0Ni44NSAyMzguMDY1IDE0Ny41MzYgMjM2Ljk3NkMxNDguMzE3IDIzNS43MzkgMTQ3Ljk0NyAyMzQuMTAyIDE0Ni43MDkgMjMzLjMyMUMxNDUuNDcxIDIzMi41NDEgMTQzLjgzNCAyMzIuOTExIDE0My4wNTQgMjM0LjE0OUMxNDIuNTI2IDIzNC45ODUgMTQxLjUyNyAyMzYuMzY0IDE0MC4zMjkgMjM3LjY0NEMxMzkuMDc2IDIzOC45ODIgMTM3Ljg2NyAyMzkuOTI3IDEzNi45NDQgMjQwLjI3M0MxMzQuMzMgMjQxLjI1MyAxMzIuMzY1IDI0MS4xMjcgMTMyLjA0NyAyNDEuMDYzQzEzMC42MTEgMjQwLjc3OSAxMjkuMjE3IDI0MS43MTIgMTI4LjkzMiAyNDMuMTQ4WiIgZmlsbD0iIzE0MDA0QiIvPgo8L2c+CjxnIG9wYWNpdHk9IjAuMSI+CjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDU0Ljg3MyAzODMuNTExQzQ1NC42NCAzODkuNzM5IDQ1Mi45NzYgMzk3LjY4MSA0NDguNzQ3IDQwNC43MzdDNDQ0LjIxNiA0MTIuMjk2IDQzNi43NDYgNDE4LjgwMyA0MjUuMTcgNDIwLjk3N0w0MjEuNTIxIDQyNy4zNjRDNDI1LjQyOSA0MjguMjMgNDMwLjM0NCA0MjcuMTgzIDQzNS41ODkgNDI0LjQ0N0M0NDEuMjY5IDQyMS40ODQgNDQ2LjkxMyA0MTYuNzQ3IDQ1MS4yOTcgNDExLjM0NkM0NTUuNzA1IDQwNS45MTYgNDU4LjY0NSA0MDAuMDU5IDQ1OS4yNjkgMzk0LjkxN0M0NTkuODE3IDM5MC40MDUgNDU4LjYxIDM4Ni40NjMgNDU0Ljg3MyAzODMuNTExWk00NTEuNzk0IDM3OC4yMzRDNDUzLjEyNCAzNzcuMzgxIDQ1NC45NzkgMzc3LjE4IDQ1Ni42MDIgMzc4LjIzNkM0NjMuMTY3IDM4Mi41MDggNDY1LjM0MSAzODguODc1IDQ2NC41MyAzOTUuNTU2QzQ2My43NDMgNDAyLjA0NSA0NjAuMTc1IDQwOC44MTkgNDU1LjQxMSA0MTQuNjg3QzQ1MC42MjMgNDIwLjU4NSA0NDQuNDMxIDQyNS44MTIgNDM4LjA0MSA0MjkuMTQ2QzQzMS43MjMgNDMyLjQ0MiA0MjQuNzc2IDQzNC4xMDIgNDE4Ljc0IDQzMi4wODdDNDE1LjgwMiA0MzEuMTA2IDQxNS4xNTggNDI3LjgxNiA0MTYuMzk4IDQyNS42NDZMNDIwLjcxMSA0MTguMDk4QzQyMS40MjYgNDE2Ljg0NyA0MjIuNjU4IDQxNi4wNDcgNDIzLjk3NiA0MTUuODA4QzQzNC4wMTMgNDEzLjk4NiA0NDAuMzI1IDQwOC40NzkgNDQ0LjIwMSA0MDIuMDEyQzQ0OC4xMjYgMzk1LjQ2NCA0NDkuNTU4IDM4Ny44OTkgNDQ5LjYwMSAzODIuMjMzQzQ0OS42MTQgMzgwLjUzNCA0NTAuNTA3IDM3OS4wNiA0NTEuNzk0IDM3OC4yMzRaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYwNy40OTkgNTAwLjcyNUM3MjEuNTQ2IDUwMC43MjUgODEzLjk5OSA0MDguMjcyIDgxMy45OTkgMjk0LjIyNUM4MTMuOTk5IDE4MC4xNzggNzIxLjU0NiA4Ny43MjUxIDYwNy40OTkgODcuNzI1MUM0OTMuNDUyIDg3LjcyNTEgNDAwLjk5OSAxODAuMTc4IDQwMC45OTkgMjk0LjIyNUM0MDAuOTk5IDQwOC4yNzIgNDkzLjQ1MiA1MDAuNzI1IDYwNy40OTkgNTAwLjcyNVpNNjA3LjQ5OSA1MDQuNzI1QzcyMy43NTUgNTA0LjcyNSA4MTcuOTk5IDQxMC40ODEgODE3Ljk5OSAyOTQuMjI1QzgxNy45OTkgMTc3Ljk2OSA3MjMuNzU1IDgzLjcyNTEgNjA3LjQ5OSA4My43MjUxQzQ5MS4yNDMgODMuNzI1MSAzOTYuOTk5IDE3Ny45NjkgMzk2Ljk5OSAyOTQuMjI1QzM5Ni45OTkgNDEwLjQ4MSA0OTEuMjQzIDUwNC43MjUgNjA3LjQ5OSA1MDQuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU3OS41ODIgNzIuNjIxOEM2MjkuODc5IDY1LjE4NDQgNjg0LjcxMSA3My40OTQxIDczMS43MjkgMTEwLjE0OEM3OTUuMTU5IDE1OS41OTYgODIwLjIzNiAyMDUuNDg3IDgyOC4zNzcgMjQ2LjM3NUM4MzUuMDE5IDI3OS43MzUgODMwLjMyOSAzMDkuNjYzIDgyNi4zNzIgMzM0LjkyQzgyNS40OTYgMzQwLjUwOSA4MjQuNjU2IDM0NS44NjggODIzLjk4MyAzNTAuOTg2QzgyMi4wNDggMzY1LjY4OSA4MTIuMSAzODguODQxIDc5NS4yMzcgNDEzLjEzOUM3NzguMzM0IDQzNy40OTMgNzU0LjM0NCA0NjMuMjA0IDcyNC4wOTMgNDgyLjk2MkM2OTMuODMxIDUwMi43MjcgNjU3LjI3OCA1MTYuNTQ4IDYxNS4zMDUgNTE3LjA0NUM1NzMuMzI1IDUxNy41NDMgNTI2LjA3IDUwNC43MTEgNDc0LjQxNiA0NzEuNDA2QzM1Ni4zNjkgMzk1LjI5MyAzNTQuNSAyMTkuOTUgNDU0LjE1NyAxMjkuNzQzQzQ4My40NTcgMTAzLjIyMiA1MjkuMzI0IDgwLjA1MzQgNTc5LjU4MiA3Mi42MjE4Wk01ODAuMTY3IDc2LjU3ODdDNTMwLjY3NSA4My44OTcxIDQ4NS41NDMgMTA2LjcyOSA0NTYuODQyIDEzMi43MDhDMzU4Ljg4MSAyMjEuMzggMzYxLjAyOCAzOTMuNTM4IDQ3Ni41ODMgNDY4LjA0NEM1MjcuNjc5IDUwMC45ODkgNTc0LjE3NSA1MTMuNTMzIDYxNS4yNTcgNTEzLjA0NkM2NTYuMzQ2IDUxMi41NTkgNjkyLjE2OCA0OTkuMDM2IDcyMS45MDYgNDc5LjYxM0M3NTEuNjU1IDQ2MC4xODMgNzc1LjI5IDQzNC44NjQgNzkxLjk1IDQxMC44NThDODA4LjY1IDM4Ni43OTcgODE4LjIwMSAzNjQuMjYxIDgyMC4wMTcgMzUwLjQ2NEM4MjAuNzEgMzQ1LjE5OSA4MjEuNTY0IDMzOS43MzcgODIyLjQ0OCAzMzQuMDhDODI2LjM5NCAzMDguODQ0IDgzMC45NDQgMjc5Ljc0OSA4MjQuNDU0IDI0Ny4xNTZDODE2LjUzOSAyMDcuNDA0IDc5Mi4xMTYgMTYyLjI5NSA3MjkuMjcgMTEzLjMwM0M2ODMuMjg4IDc3LjQ1NjIgNjI5LjYyMSA2OS4yNjYxIDU4MC4xNjcgNzYuNTc4N1oiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MDQyXzUyNDI2Ij4KPHJlY3Qgd2lkdGg9IjExOTciIGhlaWdodD0iNjYwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",self.location).href,l=t,{form:s,modelValue:i,total:c,layout:d,hasPagination:f}=e.toRefs(l),m=n,p=e.ref([]),M=C=>{p.value=C,m("selected-rows",p)},y=e.ref(null),{toggleRowSelection:g}=e.toRefs(l);e.watch(g,C=>{C.length>0&&(C.forEach(_=>{y.value.toggleRowSelection(_)}),m("update:toggleRowSelection",[])),p.value=y.value.getSelectionRows()});const h=()=>{const{pageSize:C,pageNumber:_}=s.value,{length:k}=i.value;let I=C*_;const b=I-C+1;return k<C&&(I+=k-C),I>c.value&&(I=c.value),c.value?`Отображены записи ${b} - ${I} из ${c.value}`:"Нет данных для отображения"},N=C=>m("action",{...s.value,pageSize:C}),D=C=>m("action",{...s.value,pageNumber:C});return(C,_)=>{const k=$6,I=bQ;return e.openBlock(),e.createElementBlock("div",PF,[e.createVNode(e.unref(hm),{locale:e.unref(Vm)},{default:e.withCtx(()=>[e.createVNode(k,e.mergeProps({ref_key:"plTable",ref:y,data:e.unref(i)},e.unref(r),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(C.$slots,"empty",{},()=>[e.createElementVNode("div",VF,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(o),alt:"no data image"},null,8,$F),e.createElementVNode("span",UF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(C.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",QF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(mo)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(mo)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||l.showSelected]]),e.createVNode(I,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":_[0]||(_[0]=b=>e.unref(s).pageNumber=b),"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",YF,e.toDisplayString(h()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(C.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}});const qF={key:0},WF={key:1},HF={key:2},GF={key:3},ZF={name:"PlTableColumn"},KF=Object.assign(ZF,{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=U6;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",qF,e.toDisplayString(r(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",WF,e.toDisplayString(n(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",HF,e.toDisplayString(i[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",GF,[e.renderSlot(o.$slots,"default",{row:i})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),k4={install(t){t.component("PlTable",FF),t.component("PlTableColumn",KF)}},T4={install(t){t.component("PlTooltip",D4)}};const JF={class:"headers-elements"},XF=e.createElementVNode("div",{class:"img"},null,-1),eq=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),tq={class:"pl-upload-plus__comment"},nq={name:"PlUpload"},rq=e.defineComponent({...nq,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 y=m.name.split("."),g=y[y.length-1].toLowerCase();if(r.accept.split(", ").indexOf(g)===-1){p.splice(-1),o("on-file-not-accept",m,p);return}}const M=m.size/1024/1024;if(M>r.fileSize){o("on-file-size-exceeded",m,p,r.fileSize),p.splice(-1);return}if(!M){o("on-file-empty",m),p.splice(-1);return}o("on-change",m,p),o("update:modelValue",p)};return(m,p)=>{const M=W1;return e.openBlock(),e.createBlock(M,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},m.$attrs,{"file-list":l.value,style:d.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:y})=>[e.renderSlot(m.$slots,"file",{file:y})]),default:e.withCtx(()=>[e.createElementVNode("div",JF,[t.header?e.renderSlot(m.$slots,"header",{key:0},()=>[XF]):e.createCommentVNode("",!0),t.main?e.renderSlot(m.$slots,"main",{key:1},()=>[eq,e.createElementVNode("span",tq,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(m.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}});const C4={install(t){t.component("PlUpload",rq)}},oq={class:"headers-elements"},lq=e.createElementVNode("div",{class:"img"},null,-1),aq={name:"PlUploadLegacy"},sq=e.defineComponent({...aq,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,M=>{s.value=M});const d=n;e.onMounted(()=>{r.large&&i.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(M,y,g,h,N)=>y==="POST"?{url:M,method:y,data:g,headers:h,responseType:N}:{url:M,method:y,params:g,headers:h,responseType:N},m=M=>Af(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,y)=>{if(!y.length){d("on-files-not-attached",M,y);return}if(!(r.accept==="any"||r.accept==="любой")){const N=M.name.split("."),D="."+N[N.length-1].toLowerCase();if(r.accept.split(", ").indexOf(D)===-1){y.splice(-1),d("on-file-not-accept",M,y);return}}const h=M.size/1024/1024;if(h>r.fileSize){d("on-file-size-exceeded",M,y,r.fileSize),y.splice(-1);return}if(!h){d("on-file-empty",M),y.splice(-1);return}d("on-change",M,y),r.requestConfig&&(l.value=!0,o.value=!0,M&&new FormData().append("file",M.raw),m(r.requestConfig).then(N=>{const D=fo.get(N,r.responseKeys,N.data);d("on-success",D,M,y),D.success&&(y.forEach(C=>{C.status="success"}),d("input",y))}).catch(N=>{console.log(N,"error"),d("on-error",N,M,y)}).finally(()=>{l.value=!1,o.value=!1}))};return(M,y)=>{const g=As,h=W1;return e.openBlock(),e.createBlock(h,e.mergeProps({ref_key:"el",ref:i,action:"#",drag:M.drag,multiple:M.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},M.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:N})=>[e.renderSlot(M.$slots,"file",{file:N})]),default:e.withCtx(()=>[e.createElementVNode("div",oq,[M.header?e.renderSlot(M.$slots,"header",{key:0},()=>[lq]):e.createCommentVNode("",!0),M.main?e.renderSlot(M.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(M.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(M.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"button",{},()=>[e.createVNode(g,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(M.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}});const _4={install(t){t.component("PlUploadLegacy",sq)}},$m=e.defineComponent({__name:"pl-title1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h5",{class:"typography-title-t1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Tp=t=>{if(t)return typeof t=="string"&&t.includes("calc")||typeof t=="string"&&["px","%","rem","em","vh","vw","dvh","dvw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},iq=["id"],uq=["id"],Hr=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},hideScrollThumbX:{type:Boolean,default:!1},hideScrollThumbY:{type:Boolean,default:!1},offsetRight:{default:"2px"},alwaysShowXThumb:{type:Boolean,default:!0},alwaysShowYThumb:{type:Boolean,default:!0}},emits:["scroll","wheel"],setup(t,{expose:n,emit:r}){e.useCssVars(Te=>({"4a0aa89c":y.value,ba28dc2c:M.value,c5b07070:Te.offsetRight,"4421019e":j.value,"5542752f":k.value,"3baed01f":I.value}));const o=t,l=r,s=bn(),{width:i}=Dn(),c=e.computed(()=>i.value<768),{wrapClass:d,viewClass:f,hideScrollThumb:m}=e.toRefs(o),p=e.ref(!1),M=e.computed(()=>Tp(o.maxHeight)),y=e.computed(()=>Tp(o.height)),g=e.ref(),h=e.ref(),N=e.ref(0),D=e.ref(0),C=e.ref(),_=e.ref(),k=e.computed(()=>{const Te=`${100/C.value*N.value}%`;return Te==="100%"?"0%":Te}),I=e.computed(()=>{const Te=`${100/_.value*D.value}%`;return Te==="100%"?"0%":Te}),b=e.computed(()=>C.value/N.value),w=e.computed(()=>_.value/D.value),E=e.ref(null),j=e.computed(()=>c.value?"3px":"6px");let x,z;e.onMounted(()=>{x=document.getElementById(`${s}-thumbY`),z=document.getElementById(`${s}-thumbX`),e.nextTick(()=>{e.watch(k,()=>{$()}),e.watch(I,()=>{B()})})});const $=(Te=0)=>{x&&(x.style.top=Te/C.value*100+"%")},B=(Te=0)=>{z&&(z.style.left=Te/_.value*100+"%")},W=e.ref(),H=()=>{clearTimeout(W.value),W.value=setTimeout(()=>{p.value=!1,c.value&&(E.value=null)},2e3)},V=Te=>{const Ne=Te.target.scrollTop;$(Ne);const Le=Te.target.scrollLeft;B(Le),l("scroll",Te,{left:Le,top:Ne}),c.value&&(p.value=!0,H())},P=Te=>{l("wheel",Te)},U=(Te=!1)=>{document.querySelectorAll("#pl-scrollbar").forEach(Le=>{[...Le.classList].includes(s)||(Te?Le.children[0].classList.add("hidden"):Le.children[0].classList.remove("hidden"))}),document.body.style.overflow=Te?"hidden":""},A=e.ref(!1);let R=0,K=0,Y=0,se=0;const de=(Te,Ne=!1)=>{const Le=Te.type==="touchstart",We=ze=>{const it=(Le?ze.touches[0]:ze).clientY-R;qe(it*b.value+Y)},ae=ze=>{const it=(Le?ze.touches[0]:ze).clientX-K;pe(it*w.value+se)},le=()=>{A.value=!1,ge(""),Le?(document.removeEventListener("touchmove",We),document.removeEventListener("touchmove",ae),document.removeEventListener("touchend",le),U(),H()):(document.removeEventListener("mousemove",We),document.removeEventListener("mousemove",ae),document.removeEventListener("mouseup",le)),E.value=null};A.value=!0,ge("none"),Ne?(R=Te.clientY||Te.touches[0].clientY,Y=g.value.scrollTop,Le?document.addEventListener("touchmove",We):document.addEventListener("mousemove",We),E.value=!0):(K=Te.clientX||Te.touches[0].clientX,se=g.value.scrollLeft,Le?document.addEventListener("touchmove",ae):document.addEventListener("mousemove",ae),E.value=!1),Le?(clearTimeout(W.value),U(!0),document.addEventListener("touchend",le)):document.addEventListener("mouseup",le)},ge=Te=>{document.body.style.userSelect=Te},ie=()=>{var Te,Ne;C.value=(Te=h.value)==null?void 0:Te.scrollHeight,_.value=(Ne=h.value)==null?void 0:Ne.scrollWidth},ue=()=>{if(g.value){const Te=parseFloat(window.getComputedStyle(g.value).paddingTop||"0"),Ne=parseFloat(window.getComputedStyle(g.value).paddingBottom||"0"),Le=g.value.offsetHeight||0;N.value=Le-Te-Ne,D.value=g.value.offsetWidth||0}},oe=e.computed(()=>N.value<C.value&&(p.value||o.alwaysShowYThumb)),Z=e.computed(()=>D.value<_.value&&(p.value||o.alwaysShowXThumb)),X=(Te,Ne)=>{if(!(c.value||Te.target.closest(".pl-scrollbar__thumb")))if(Ne==="y"){if(!oe.value)return;const Le=Te.offsetY*b.value-N.value/2;qe(Le)}else{if(!Z.value)return;const Le=Te.offsetX*w.value-D.value/2;pe(Le)}},ke=()=>{c.value||(p.value=!0)},xe=()=>{c.value||(p.value=!1)},Ae=e.computed(()=>c.value?"touchstart":"mousedown"),Ve=kp(g),_e=kp(h);e.watch(()=>Ve,()=>{ue()},{deep:!0,immediate:!0}),e.watch(()=>_e,()=>{var Ne;const Te=((Ne=g.value)==null?void 0:Ne.scrollTop)||0;ie(),e.nextTick(()=>{$(Te)})},{deep:!0,immediate:!0});const qe=Te=>{g.value&&g.value.scrollTo({top:Te})},pe=Te=>{g.value&&g.value.scrollTo({left:Te})};return n({setScrollTop:qe,setScrollLeft:pe,scrollTo:Te=>{g.value&&g.value.scrollTo(Te)},showXThumb:Z,isDragging:A}),(Te,Ne)=>{const Le=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:ke,onMouseleave:xe},[e.createElementVNode("div",{ref_key:"scrollBar",ref:g,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(d)]),onScroll:V,onWheel:P},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:h,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Te.$slots,"default")],2)],34),!e.unref(m)&&!Te.hideScrollThumbY?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:oe.value||A.value},{drag:E.value},{"with-hover":!c.value}]])},[e.createElementVNode("div",e.mergeProps({id:`${e.unref(s)}-thumbY`,class:"pl-scrollbar__thumb"},{[e.toHandlerKey(Ae.value)]:Ne[0]||(Ne[0]=We=>de(We,!0))}),null,16,iq)],2)),[[Le,We=>X(We,"y")]]):e.createCommentVNode("",!0),!e.unref(m)&&!Te.hideScrollThumbX?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:Z.value||A.value&&E.value===!1},{drag:E.value===!1},{"with-hover":!c.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({id:`${e.unref(s)}-thumbX`,class:"pl-scrollbar__thumb"},{[e.toHandlerKey(Ae.value)]:Ne[1]||(Ne[1]=We=>de(We))}),null,16,uq)],2)),[[Le,We=>X(We,"x")]]):e.createCommentVNode("",!0)],34)}}});const cq={class:"w-100"},dq=["id"],fq={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},pq={class:"d-flex gap-3"},mq=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(B=>({"37a06cfa":w.value,af3b2ecc:b.value}));const o=t,l=r,s=e.computed({get:()=>o.modelValue,set:B=>l("update:modelValue",B)}),{padding:i,headerPadding:c,loading:d}=e.toRefs(o),{height:f,width:m}=Dn(),p=e.computed(()=>o.modalOnMobile?!0:m.value>=768),M=e.computed(()=>p.value?o.slide:!1),y=e.computed(()=>p.value?o.widthThis:"100%"),g=e.computed(()=>!p.value),h=e.ref(!1);Kt(window,"mousedown",B=>{const W=B.target;h.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=bn(),D=()=>{s.value=!1,l("changeVisibleModalValue",!0)},C=()=>{b.value="100%",w.value="0.380s",setTimeout(()=>{D()},380)},_=(B=null)=>{var H;let W;B&&(W=(H=B.target.closest("[id]"))==null?void 0:H.id),!(W&&W!==N)&&(h.value||(p.value?D():C()))},k=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(y.value)?y.value:`${y.value}px`,"--dialog-container-height":M.value?"100%":"unset","--dialog-container-padding":p.value?i.value:"16px 0 0","--dialog-container-radius":M.value?"0":"16px","--dialog-header-padding":c.value?c.value:M.value?"0 0 30px 0":"0 0 16px 0"})),I=e.ref(0),b=e.ref("100%"),w=e.ref("0.26s"),E=B=>{var V;const W=(V=(B==null?void 0:B.target).closest("[id]"))==null?void 0:V.id;if(!o.showGrabber||W&&W!==N)return;const H=P=>{if(w.value="0s",!I.value)I.value=P.changedTouches[0].pageY;else{const U=P.changedTouches[0].pageY-I.value;U>=0&&(b.value=`${U}px`)}};document.ontouchmove=P=>{P.target.closest(".dialog-scroll")||(H(P),document.ontouchend=A=>{w.value="0.38s",document.ontouchmove=null,document.ontouchend=null,A.changedTouches[0].pageY-I.value>80?_():b.value="0%"})}},j=e.ref(document.querySelector(`.header-${N}`)),x=e.computed(()=>{var P,U;const B=((P=j.value)==null?void 0:P.offsetHeight)||0,W=f.value-B,H=64,V=((U=j.value)==null?void 0:U.offsetTop)||0;return M.value?`${f.value-V-B}px`:`${W-H-40}px`}),z=e.ref();return n({scrollTop:()=>z.value.setScrollTop(0),closeModalOnMobile:C}),e.watch(()=>o.modelValue,B=>{B?setTimeout(()=>{b.value="0%",j.value=document.querySelector(`.header-${N}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(B,W)=>{const H=$m,V=ho,P=e.resolveDirective("tap"),U=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:B.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(k.value),class:e.normalizeClass([B.customClass,"justify-content-end",{"modal-with-custom":B.contentCustomClass},g.value?"mx-4":"",o.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",cq,[e.createElementVNode("div",{id:e.unref(N),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":B.simple?"align-self-start ":g.value?"my-16":"mt-16 mx-auto",{"with-grabber":B.showGrabber}]]),onTouchstart:E},[e.createElementVNode("div",fq,[B.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(N)}`])},[e.createVNode(H,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(B.$slots,"header",{},()=>[e.createTextVNode(" Уведомление ")])]),_:3}),e.createElementVNode("div",pq,[e.renderSlot(B.$slots,"headerBtns"),B.showClose?e.withDirectives((e.openBlock(),e.createBlock(V,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[P,_]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(Hr,{ref_key:"dialogScroll",ref:z,"max-height":x.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",B.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(B.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,dq)]),e.createElementVNode("div",{class:e.normalizeClass(B.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[U,e.unref(d)]])],8,["disabled"])}}});const I4={install(t){t.component("PlDialog",mq)}},S4=ft(ho,"PlButton"),gq=["id"],Aa=e.defineComponent({__name:"pl-dropdown",props:{modelValue:{type:Boolean,default:!1},idProp:{},inputElement:{},mobile:{type:Boolean,default:!1},select:{type:Boolean,default:!1},position:{default:""}},setup(t){const{width:n,height:r}=Dn(),o=t;e.watch(()=>o.modelValue,()=>{e.nextTick(()=>{p(),l()})});const l=()=>{if(!o.select)return;const M=document.getElementById(`${o.idProp}`).getBoundingClientRect().width+"px",y=document.getElementById(`${o.idProp}-popup`);y&&(y.style.maxWidth=M)},s=e.ref(!1);Dc&&e.nextTick(()=>{var h,N;const M=((h=document.getElementById("pl-scrollbar"))==null?void 0:h.getElementsByClassName("pl-scrollbar__wrap")[0])||((N=document.querySelector('[role="dialog"]'))==null?void 0:N.parentElement),y=pR(o.inputElement);if(e.watch(()=>y.value,D=>{s.value=y.value,D&&e.nextTick(()=>{l()})}),M&&M.contains(document.getElementById(o.idProp))){const{height:D,width:C}=kp(M),{isScrolling:_,y:k}=vM(M);e.watch(()=>[D.value,C.value,_.value],()=>{p()}),e.watch(()=>k.value,()=>{y.value&&(d.value=k.value)})}if(o.inputElement){const{top:D,left:C}=o4(o.inputElement);e.watch([D,C],()=>{p()},{immediate:!0})}const g=new MutationObserver(()=>{setTimeout(()=>{p()})});g.observe(document.body,{childList:!0,subtree:!0}),e.onUnmounted(()=>{g.disconnect()})});const i=e.ref(0),c=e.ref(0),d=e.ref(0),f=e.computed(()=>`top: ${i.value-d.value}px; left: ${c.value}px`),{isScrolling:m}=vM(window);e.watch(()=>[r.value,n.value,m.value],()=>{p()});const p=()=>{if(o.mobile||!s.value||!o.modelValue)return;const M=document.getElementById(o.idProp),y=M.getBoundingClientRect(),g=M.querySelector('[role="label-container"]'),h=M.querySelector('[role="helpertext-container"]'),N=g?g.offsetHeight:0,D=h?h.offsetHeight:0;i.value=y.y+y.height+window.scrollY+4-D,c.value=y.x,e.nextTick(()=>{const C=document.getElementById(`${o.idProp}-popup`);if(!C)return;const _=C.getBoundingClientRect();if(c.value=y.x-(_.width-y.width)/2,o.position?o.position==="left"?c.value=y.x:o.position==="right"&&(c.value=y.x+y.width-_.width):c.value=y.x-(_.width-y.width)/2,_.bottom+d.value>r.value?i.value=i.value-_.height-y.height-8+D+N+d.value:i.value=y.y+y.height+window.scrollY+4-D+d.value,!o.position){const k=window.innerWidth-_.right;e.nextTick(()=>{const b=document.getElementById(`${o.idProp}-popup`).getBoundingClientRect();k<0?c.value=y.x-_.width+y.width:b.left<0&&(c.value=y.x)})}e.nextTick(()=>{const k=M.getBoundingClientRect().width,I=M.classList.contains("pl-button-dropdown__wrapper");k<240&&!I&&(c.value=y.x+y.width-_.width)})})};return(M,y)=>(e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[o.modelValue&&s.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${o.idProp}-popup`,class:"pl-dropdown-wrapper","data-testid":"dropdown",style:e.normalizeStyle(f.value)},[e.renderSlot(M.$slots,"default")],12,gq)):e.createCommentVNode("",!0)]),_:3}))}});const Um=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),x4=t=>`•• ${t.substring(t.length-4,t.length)}`,hq={key:0,class:"pl-option__left-icon-container"},vq={class:"pl-option__text-container"},yq={key:1,class:"pl-option__right-icon-container"},Mq=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=>({"533b5679":t.width,a7117854:t.leftIconColor,e94c574a:t.rightIconColor,"331e5234":t.descriptionColor}));const n=t,r=e.computed(()=>({disabled:n.disabled,active:n.active}));return(o,l)=>{const s=xn,i=tr,c=Um;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",r.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",hq,[e.createVNode(dt,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",vq,[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(Zu,{"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(x4)(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(Zu,{"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",yq,[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(kc)(n.summ)),1)]),_:1})):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(dt,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}}});const Ku=Rn(Mq,[["__scopeId","data-v-9d6b3036"]]),Nq={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Dq(t,n){return e.openBlock(),e.createElementBlock("svg",Nq,[...n[0]||(n[0]=[e.createElementVNode("path",{id:"StatusIcon",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)])])}const bq={render:Dq},wq={class:"pl-status-icon-container"},E4=e.defineComponent({__name:"pl-status-icon",props:{status:{default:"neutral"},customColors:{}},setup(t){e.useCssVars(i=>({"11bd2a24":o.value}));const n=t,r=e.ref(""),o=e.ref(""),l=e.ref(""),s=i=>{switch(i){case"successful":r.value="var(--color-text-icons-success)",o.value="var(--color-system-surface-success)",l.value="CheckCircle40";break;case"attention":r.value="var(--color-text-icons-warning)",o.value="var(--color-system-surface-warning)",l.value="WarningCircle40";break;case"delete":r.value="var(--color-text-icons-error)",o.value="var(--color-system-surface-error)",l.value="Bin40";break;case"info":r.value="var(--color-text-icons-interactive)",o.value="var(--color-system-surface-interactive)",l.value="CheckCircle40";break;case"neutral":r.value="var(--color-text-icons-primary)",o.value="var(--color-surface-opacity-1)",l.value="WarningCircle40";break;case"custom":r.value=n.customColors.colorIcon,o.value=n.customColors.colorIconOverlay,l.value=n.customColors.icon;break}};return s(n.status),e.watch(()=>n.status,i=>{s(i)}),(i,c)=>(e.openBlock(),e.createElementBlock("div",wq,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(bq)),{class:"pl-status-icon_icon-overlay"})),e.createVNode(dt,{name:l.value,color:r.value,class:"pl-status-icon_icon"},null,8,["name","color"])]))}});const kq=["id"],Tq={class:"pl-dialog-plus-header_icon-block"},Cq={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},_q={key:0,class:"w-100 d-grid gap-1","data-testid":"dialog-title"},Iq={class:"pl-dialog-plus-button-container"},Sq={key:4,class:"pl-dialog-plus-additional pb-4"},_c=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},calendar:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:r}){e.useCssVars(z=>({"6c396956":f.value,e5326416:C.value,35515194:g.value,"0996a054":y.value,"3112da2c":m.value}));const o=e.useSlots(),{width:l}=Dn(),s=e.computed(()=>l.value<768),i=bn(),c=e.ref(),d=t,f=e.ref(d.width),m=e.ref(""),p=e.computed(()=>d.type==="side"?"p-6":"pt-2 pb-3 px-6"),M=e.computed(()=>d.calendar?"py-4":o.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4");e.onMounted(()=>{d.type==="side"&&(f.value="518px"),m.value="-"+f.value});const y=e.ref("calc(100% + 12px)"),g=e.ref("0.26s"),h=e.ref(0),N=e.ref(""),D=e.ref("100%"),C=e.ref("0px");o.footer?C.value="24px":C.value="0px";const _=()=>{var W,H,V,P,U,A,R;(W=document.getElementById(i))==null||W.scrollTo({top:0}),y.value="0";const z=(V=(H=document.getElementById(i))==null?void 0:H.querySelector(".pl-dialog-plus-header"))==null?void 0:V.getBoundingClientRect().height;let $=(U=(P=document.getElementById(i))==null?void 0:P.querySelector(".pl-dialog-plus-footer"))==null?void 0:U.getBoundingClientRect().height,B=((R=(A=document.getElementById(i))==null?void 0:A.querySelector(".pl-dialog-plus-additional"))==null?void 0:R.getBoundingClientRect().height)+24;B=B||0,$=$||-24,c.value&&c.value.scrollTo({top:0}),s.value?($=$===-24?-48:$,D.value=`calc(100dvh - 145px - ${z}px - ${$}px - ${B}px)`):d.innerScroll?D.value=`calc(100dvh - 200px - ${z}px - ${$+24}px - ${B}px)`:d.type==="side"?D.value=`calc(100dvh - 48px - ${z}px - ${$}px - ${B}px)`:D.value="fit-content"},k=()=>{s.value?N.value="":d.type==="side"?N.value="pl-dialog-plus-right-slide":N.value="pl-dialog-plus-fade",d.modelValue&&_()};k(),e.watch(()=>s.value,()=>{k()});const I=()=>{if(!d.closeOnOverlay)return;const z=$=>{if(g.value="0s",!h.value)h.value=$.changedTouches[0].pageY;else{const B=$.changedTouches[0].pageY-h.value;B>=0&&(y.value=`${B}px`)}};document.ontouchmove=$=>{z($),document.ontouchend=B=>{g.value="0.38s",document.ontouchmove=null,document.ontouchend=null,B.changedTouches[0].pageY-h.value>80?j():y.value="0%"}}},b=e.ref([]),w=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach($=>{const B=window.getComputedStyle($).getPropertyValue("display");$.classList.remove("dark-overlay"),B==="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,z=>{z||(y.value="calc(100% + 12px)",g.value="0.380s",E("close-modal")),e.nextTick(()=>{w(),z&&(_(),c.value&&c.value.scrollTo({top:0}))})});const E=r,j=()=>{d.beforeClose&&d.beforeClose(),d.manualClose||E("update:modelValue",!1)},x=z=>{if(!d.closeOnOverlay)return;const $=z.target;$===z.currentTarget&&(z.clientX>=$.clientWidth||z.clientY>=$.clientHeight)||j()};return n({closeModal:j}),(z,$)=>{const B=E4,W=$m,H=tr,V=ho,P=Hr,U=e.resolveDirective("tap"),A=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:z.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:x},[e.createVNode(P,{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:N.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},{"pl-dialog-plus-container_calendar":d.calendar},d.dialogClass]),onMousedown:$[0]||($[0]=e.withModifiers(()=>{},["stop"]))},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:I},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:I},[e.createElementVNode("div",Tq,[e.createVNode(B,{status:d.status},null,8,["status"])])],32)):d.type==="illustration"?(e.openBlock(),e.createElementBlock("div",Cq,[e.renderSlot(z.$slots,"header",{onTouchstart:I})])):z.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||d.calendar},{"pl-dialog-plus-header_after-disabled":z.$slots.additional}]),onTouchstart:I},[d.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[d.title?(e.openBlock(),e.createElementBlock("div",_q,[e.createVNode(W,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.title),1)]),_:1}),d.subTitle?(e.openBlock(),e.createBlock(H,{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",Iq,[e.renderSlot(z.$slots,"headerBtns"),d.showClose?e.withDirectives((e.openBlock(),e.createBlock(V,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[U,j]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)):e.createCommentVNode("",!0),z.$slots.additional?(e.openBlock(),e.createElementBlock("div",Sq,[e.renderSlot(z.$slots,"additional")])):e.createCommentVNode("",!0),s.value?(e.openBlock(),e.createBlock(P,{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":D.value}),"max-height":`${d.innerScroll?D.value:"fit-content"}`,"offset-right":"4px","view-class":M.value},{default:e.withCtx(()=>[e.renderSlot(z.$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(P,{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":D.value}),"max-height":`${d.innerScroll?D.value:"fit-content"}`,"view-class":p.value,"offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(z.$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":!z.$slots.footer}])},[e.renderSlot(z.$slots,"default")],2))],64)),z.$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(z.$slots,"footer")],2)):e.createCommentVNode("",!0)],34)),[[A,d.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])]),_:3},8,["view-class","height"])],42,kq),[[e.vShow,d.modelValue]])]),_:3})],8,["disabled"])}}});const xq=["id"],Eq=e.defineComponent({__name:"pl-button-dropdown",props:{fullWidth:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{default:"secondary"},size:{default:"large"},icon:{default:""},iconColor:{default:""},iconPosition:{default:"right"},nativeType:{default:"button"},loading:{type:Boolean},options:{default:()=>[]},modelValue:{default:""},iconClass:{},noIcon:{type:Boolean,default:!1},sheetTitle:{default:""},position:{default:""}},emits:["select-value","update:modelValue"],setup(t,{emit:n}){const r=e.ref(),o=e.computed(()=>{var b;return(b=r==null?void 0:r.value)==null?void 0:b.isDragging}),l=t,s=bn("id-"),i=e.ref(null),c=e.ref(null),d=e.ref(null),f=e.ref(null),m=e.ref(!1),p=e.computed(()=>l.options&&l.options.length>0),M=e.useSlots(),y=e.computed(()=>{var b,w,E;return l.sheetTitle?l.sheetTitle:(E=(w=(b=M.default())==null?void 0:b[0])==null?void 0:w.children)==null?void 0:E.toString().trim()}),{width:g}=Dn(),h=()=>m.value=!m.value,N=b=>{b.action&&typeof b.action=="function"&&b.action(),I("select-value",b),I("update:modelValue",b.value),b.action||(f.value=b.value),m.value=!1},D=b=>b.value===f.value,C=e.computed(()=>l.noIcon?"":"ChevronDown20"),_=e.computed(()=>m.value?"dropdown-icon pl-button-dropdown_icon_rotate":"dropdown-icon"),k=()=>void(!l.disabled&&h());Ar(i,b=>{c.value&&(d.value&&d.value.contains(b.target)||b.target.className==="pl-scrollbar__thumb"||o.value||(m.value=!1))},{ignore:[c,d]});const I=n;return(b,w)=>{const E=ho,j=Hr,x=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:e.unref(s),ref_key:"buttonRef",ref:i,class:"pl-button-dropdown__wrapper"},[e.createVNode(E,{type:l.type,size:l.size,"full-width":l.fullWidth,icon:C.value,disabled:l.disabled,"icon-color":l.iconColor,"icon-position":l.iconPosition,"icon-class":_.value,"data-testid":"button-dropdown",onClick:k},{default:e.withCtx(()=>[e.renderSlot(b.$slots,"default")]),_:3},8,["type","size","full-width","icon","disabled","icon-color","icon-position","icon-class"]),e.unref(g)<768?(e.openBlock(),e.createBlock(_c,{key:0,ref_key:"dialogRef",ref:d,modelValue:m.value,"onUpdate:modelValue":w[0]||(w[0]=z=>m.value=z),title:y.value},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options,z=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:z.value,active:D(z),description:z.description,summ:z.summ,"left-icon":z.leftIcon,disabled:z.disabled,label:z.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[x,()=>N(z)]])),128))]),_:1},8,["modelValue","title"])):(e.openBlock(),e.createBlock(e.Teleport,{key:1,to:"body"},[p.value?(e.openBlock(),e.createBlock(Aa,{key:0,ref_key:"dropdownRef",ref:c,position:l.position,select:"","model-value":m.value,"id-prop":e.unref(s),"input-element":i.value,"data-testid":"dropdown",class:"pl-select__dropdown-container"},{default:e.withCtx(()=>[e.createVNode(j,{ref_key:"scrollbarRef",ref:r,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options,z=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:z.value,active:D(z),description:z.description,summ:z.summ,"left-icon":z.leftIcon,disabled:z.disabled,label:z.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[x,()=>N(z)]])),128))]),_:1},512)]),_:1},8,["position","model-value","id-prop","input-element"])):e.createCommentVNode("",!0)]))],8,xq)}}});const z4=ft(Eq,"PlButtonDropdown"),j4={install(t){t.component("PlDialogPlus",_c)}},zq=["href","type","target"],jq=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,{"data-testid":"pl-link"}),[e.renderSlot(o.$slots,"default")],16,zq)],2))}});const A4={install(t){t.component("PlLink",jq)}},O4={install(t){t.component("PlScrollbar",Hr)}},hn=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","data-testid":"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","data-testid":"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}});const L4={install(t){t.component("PlSkeleton",hn)}},Aq={key:0,class:"pl-skeleton__icon-container"},B4=e.defineComponent({__name:"pl-skeleton-icon",props:{size:{default:16}},setup(t){const n=t,r=e.computed(()=>{const l=n.size;return{minWidth:`${l}px`,minHeight:`${l}px`}}),o=e.computed(()=>({minWidth:"50px",minHeight:"50px"}));return(l,s)=>{const i=hn;return n.size==="56"?(e.openBlock(),e.createElementBlock("div",Aq,[e.createVNode(i,{"border-radius":"16px",style:e.normalizeStyle(o.value)},null,8,["style"])])):(e.openBlock(),e.createBlock(i,{key:1,"border-radius":"48px",style:e.normalizeStyle(r.value)},null,8,["style"]))}}});const P4=ft(B4,"PlSkeletonIcon"),Oq=e.defineComponent({__name:"pl-skeleton-control",props:{width:{default:"100%"},size:{}},setup(t){const n=t,r=e.computed(()=>n.size==="small"?20:24);return(o,l)=>{const s=B4,i=hn;return e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({width:n.width,height:"24px"}),class:"d-flex align-items-center justify-content-between gap-3"},[e.createVNode(s,{size:r.value},null,8,["size"]),e.createVNode(i,{width:"100%",height:"14px"})],4)}}}),V4=ft(Oq,"PlSkeletonControl"),Lq=e.defineComponent({__name:"pl-skeleton-text-cell",props:{width:{default:"100%"},direction:{default:"vertical"},type:{default:"content+description"}},setup(t){const n=t,r=e.computed(()=>n.direction!=="horizontal"),o=e.computed(()=>r.value?"80%":"30%"),l=e.computed(()=>n.type==="subtitle+description"?"24px":r.value?"14px":"16px");return(s,i)=>{const c=hn;return e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({width:n.width}),class:e.normalizeClass(["pl-skeleton-text-cell",{"pl-skeleton-text-cell__horizontal gap-8":!r.value}])},[e.createVNode(c,{class:e.normalizeClass(["pl-skeleton-item",{"pl-skeleton-item__subtitle":n.type==="subtitle+description"}]),"border-radius":"48px",width:o.value,height:l.value},null,8,["class","width","height"]),e.createVNode(c,{class:"pl-skeleton-item","border-radius":"48px",width:"100%",height:"14px"})],6)}}});const $4=ft(Lq,"PlSkeletonTextCell"),Bq=e.defineComponent({__name:"pl-skeleton-text",props:{width:{default:"100%"},type:{default:"H1"}},setup(t){const n=t,r={h2:"height-48",h3:"height-40",h4:"height-32",title1:"height-32",title2:"height-32",title3:"height-24",subtitle1:"height-24",subtitle2:"height-24",btn1:"height-24",btn2:"height-24",btn3:"height-20",body1:"height-24",body2:"height-24",body3:"height-24",underline:"height-24",system:"height-20",cap:"height-14",tag:"height-12","type-link":"height-24"},o=e.computed(()=>{const l=`${n.type.toLowerCase()}`;return r[l]||""});return(l,s)=>{const i=hn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([o.value,"d-flex align-items-center"]),style:e.normalizeStyle({width:n.width})},[e.createVNode(i,{class:e.normalizeClass(`pl-skeleton__type-${n.type.toLowerCase()}`),width:n.width},null,8,["class","width"])],6)}}});const U4=ft(Bq,"PlSkeletonText"),Pq=e.defineComponent({__name:"pl-skeleton-button",props:{width:{default:"100%"},type:{default:"primary"},size:{default:"large"}},setup(t){const n=t,r={large:"height-24",medium:"height-24",small:"height-20"},o=e.computed(()=>r[n.size]||"");return(l,s)=>{const i=hn;return n.type==="empty"||n.type==="link"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([o.value,"d-flex align-items-center"]),style:e.normalizeStyle({width:n.width})},[n.type==="empty"?(e.openBlock(),e.createBlock(i,{key:0,class:e.normalizeClass(`pl-skeleton__empty-button-${n.size}`),width:n.width},null,8,["class","width"])):(e.openBlock(),e.createBlock(i,{key:1,class:e.normalizeClass(`pl-skeleton__type-${n.type}`),width:n.width},null,8,["class","width"]))],6)):(e.openBlock(),e.createBlock(i,{key:1,class:e.normalizeClass(`pl-skeleton__button-${n.size}`),width:n.width},null,8,["class","width"]))}}}),Q4=ft(Pq,"PlSkeletonButton"),Vq=e.defineComponent({__name:"pl-skeleton-input",props:{width:{default:"100%"},type:{default:"input"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:e.normalizeClass(`pl-skeleton__${n.type}`),width:n.width},null,8,["class","width"])}}}),Y4=ft(Vq,"PlSkeletonInput"),$q=e.defineComponent({__name:"pl-skeleton-tabs",props:{width:{default:"100%"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:"pl-skeleton__tabs",width:n.width},null,8,["width"])}}}),R4=ft($q,"PlSkeletonTabs"),Uq=e.defineComponent({__name:"pl-skeleton-upload",props:{width:{default:"100%"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:"pl-skeleton__upload",width:n.width},null,8,["width"])}}}),F4=ft(Uq,"PlSkeletonUpload"),Qq=e.defineComponent({__name:"pl-skeleton-tags-chips",props:{width:{default:"100%"},type:{default:"tag"},size:{default:"large"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:e.normalizeClass(`pl-skeleton__${n.type}-${n.size}`),width:n.width},null,8,["class","width"])}}}),q4=ft(Qq,"PlSkeletonTagsChips"),W4={install(t){t.component("PlTooltipPlus",zl)}},Yq={key:0,class:"pl-autocomplete__prefix-container"},Rq={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},Fq=["id","prop","placeholder","value","disabled"],qq={class:"pl-autocomplete__suffix-container"},Wq=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:""},formatter:{}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const r=cR(),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 l.formatter&&e.watch(m,p=>{p&&(m.value=l.formatter(p))}),(p,M)=>{const y=dt;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",Yq,[e.createVNode(y,{name:l.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Rq,[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:M[0]||(M[0]=g=>{var h;m.value=(h=g.target)==null?void 0:h.value}),onBlur:f,onFocus:d},null,42,Fq)]),e.createElementVNode("div",qq,[!l.disabled&&l.clearable&&m.value?(e.openBlock(),e.createBlock(y,{key:0,name:"Close16",onClick:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0)])],2)}}});const Hq={key:0,class:"pl-autocomplete__dropdown-count-search-container"},Gq={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},Zq=e.defineComponent({__name:"pl-autocomplete-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},loadingSuggestions:{type:Boolean,default:!1},query:{default:""},symbolsCountSearch:{default:3},suggestionList:{default:()=>[]},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},selectedValue:{},defaultDropText:{},noData:{},inputElement:{},idProp:{}},emits:["select-value"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var p;return(p=o==null?void 0:o.value)==null?void 0:p.isDragging}),s=t,i=r,c=p=>{i("select-value",p)},d=(p,M)=>p.split(".").reduce((y,g)=>y[g],M),f=p=>s.uniqKey&&d(s.uniqKey,s.selectedValue)&&d(s.uniqKey,p)?d(s.uniqKey,p)===d(s.uniqKey,s.selectedValue):s.selectedValue.bottomText?p.value===s.selectedValue.value&&p.bottomText===s.selectedValue.bottomText:p.value===s.selectedValue.value,m=()=>{var p,M;if(!s.query&&s.defaultDropText)return s.defaultDropText;if(!s.query||((p=s.query)==null?void 0:p.length)<s.symbolsCountSearch)return`Введите минимум ${s.symbolsCountSearch} ${mo(s.symbolsCountSearch,["символ","символа","символов"])} `;if(!s.suggestionList||s.loadingSuggestions)return;if(((M=s.suggestionList)==null?void 0:M.length)===0)return s.noData};return n({isDragging:l}),(p,M)=>{const y=tr,g=Hr,h=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(Aa,{"model-value":p.focus,class:"pl-autocomplete__dropdown-container","input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>{var N;return[s.symbolsCountSearch&&(p.loadingSuggestions||!p.query||p.query.length<s.symbolsCountSearch||!((N=s.suggestionList)!=null&&N.length))?(e.openBlock(),e.createElementBlock("div",Hq,[p.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",Gq,null,512)),[[h,p.loadingSuggestions]]):(e.openBlock(),e.createBlock(y,{key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m()),1)]),_:1}))])):(e.openBlock(),e.createBlock(g,{key:1,ref_key:"scrollbarRef",ref:o,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.suggestionList,D=>(e.openBlock(),e.createBlock(Ku,{key:D.value,active:f(D),description:D.bottomText,label:D.value,"search-value":p.query,"disable-marker-bottom":s.disableMarkerBottom,onClick:e.withModifiers(C=>c(D),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1},512))]}),_:1},8,["model-value","input-element","id-prop"])}}});const Kq=["id"],Jq=["for"],Xq={class:"pl-autocomplete__label-container-text"},e9={key:1,class:"pl-autocomplete__helpertext-container",role:"helpertext-container"},t9=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:""},tooltipWidth:{},formatter:{}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){e.useCssVars(b=>({"14f4aa8c":r.width}));const r=t,o=bn("id-"),l=n,s=e.ref([]);if(r.prop){const b=e.inject("errorsState",[]);b&&e.watch(b,()=>{s.value=b.value.filter(w=>w.field===r.prop)},{deep:!0})}const i=e.computed(()=>s.value.length),c=e.ref(),d=e.ref();Ar(c,b=>{b.target.className==="pl-scrollbar__thumb"||d.value.isDragging||y()},{ignore:[d]});const f=()=>{const b=document.getElementById(o);b&&(b.dispatchEvent(new Event("focus")),b.focus(),g.value=!0)},m=(b=!0)=>{const w=document.getElementById(o);w&&(w.dispatchEvent(new Event("blur")),b&&(w.blur(),g.value=!1))},p=()=>{g.value=!0},M=()=>{r.disabled||f()},y=()=>{var b;g.value&&(r.memoryBlur?I():(b=D.value)!=null&&b.value?e.nextTick(()=>{N.value=D.value.value}):N.value="",m())},g=e.ref(!1),h=e.ref(!1),N=e.ref("");e.watch(N,b=>{(b==null?void 0:b.length)>=r.symbolsCountSearch?(h.value=!0,l("fetchDadata",b)):h.value=!1}),e.watch(()=>r.suggestionList,()=>{h.value=!1});const D=e.computed({get:()=>r.modelValue,set:b=>{l("update:modelValue",b)}});e.onMounted(()=>{D.value.value&&(N.value=D.value.value)}),e.watch(D,b=>{N.value=b.value;const w=document.getElementById(o);w&&w.dispatchEvent(new Event("change"))},{deep:!0});const C=e.ref(!1),_=b=>{b.disabled||(C.value=!0,D.value=b,N.value=b.value,l("changeValue",b),y())},k=()=>{D.value={},N.value="",l("changeValue",{}),m()},I=()=>{!C.value&&N.value!==D.value.value&&(D.value={value:N.value,data:!1,bottomText:""},e.nextTick(()=>{l("changeValue",D.value)})),C.value=!1};return(b,w)=>{const E=xn,j=zl,x=tr;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:M},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:c,class:"pl-autocomplete__select-container"},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:e.unref(o),class:"pl-autocomplete__label-container",role:"label-container",onClick:w[0]||(w[0]=z=>g.value&&m(!1))},[e.createElementVNode("div",Xq,[r.label?(e.openBlock(),e.createBlock(E,{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(E,{key:1,class:"pl-autocomplete__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||b.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(j,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(b.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],8,Jq)):e.createCommentVNode("",!0),e.createVNode(Wq,{id:e.unref(o),modelValue:N.value,"onUpdate:modelValue":w[1]||(w[1]=z=>N.value=z),"show-error":i.value,placeholder:r.placeholder,formatter:r.formatter,disabled:r.disabled,clearable:r.clearable,"left-icon":r.leftIcon,"memory-blur":r.memoryBlur,prop:r.prop,"input-class":r.inputClass,onTabDown:y,onReset:k,onFocusEmit:p},null,8,["id","modelValue","show-error","placeholder","formatter","disabled","clearable","left-icon","memory-blur","prop","input-class"]),r.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",e9,[s.value.length>0?(e.openBlock(),e.createBlock(x,{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(x,{key:1,class:"pl-autocomplete__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,Kq),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(Zq,{id:e.unref(o),ref_key:"dropdownRef",ref:d,"id-prop":`pl-autocomplete__select-container-${e.unref(o)}`,"input-element":c.value,focus:g.value,helpertext:r.helpertext,errors:s.value,"loading-suggestions":h.value,query:N.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":D.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:_},null,8,["id","id-prop","input-element","focus","helpertext","errors","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"])]))])}}});const H4={install(t){t.component("PlAutocomplete",t9)}},Qm=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=xn,s=tr;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 n9="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC44OTQ5IDMuNDM0NTFDMTUuMjA3MyAzLjc0NjkzIDE1LjIwNzMgNC4yNTM0NiAxNC44OTQ5IDQuNTY1ODhMNi4xNzI2NCAxMy4yODgxQzYuMDIyNiAxMy40MzgxIDUuODE5MSAxMy41MjI0IDUuNjA2OTEgMTMuNTIyNEM1LjM5NDcyIDEzLjUyMjQgNS4xOTEyMyAxMy40MzgxIDUuMDQxMjEgMTMuMjg4TDEuMTAxNDMgOS4zNDcyOUMwLjc4OTA1MiA5LjAzNDgzIDAuNzg5MTEzIDguNTI4MyAxLjEwMTU3IDguMjE1OTJDMS40MTQwMyA3LjkwMzUzIDEuOTIwNTYgNy45MDM1OSAyLjIzMjk0IDguMjE2MDVMNS42MDcwMyAxMS41OTA5TDEzLjc2MzUgMy40MzQ1MUMxNC4wNzU5IDMuMTIyMDkgMTQuNTgyNCAzLjEyMjA5IDE0Ljg5NDkgMy40MzQ1MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=",r9="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy44MDQ2IDQuMTM2MTdDMTQuMDk3NSA0LjQyOTA3IDE0LjA5NzUgNC45MDM5NCAxMy44MDQ2IDUuMTk2ODNMNi41MzYxMyAxMi40NjUzQzYuMzk1NDYgMTIuNjA2IDYuMjA0NjggMTIuNjg1IDYuMDA1NzUgMTIuNjg1QzUuODA2ODMgMTIuNjg1IDUuNjE2MDUgMTIuNjA1OSA1LjQ3NTQxIDEyLjQ2NTNMMi4xOTIyNiA5LjE4MTMzQzEuODk5NCA4Ljg4ODQgMS44OTk0NiA4LjQxMzUzIDIuMTkyMzkgOC4xMjA2N0MyLjQ4NTMyIDcuODI3ODEgMi45NjAxOSA3LjgyNzg3IDMuMjUzMDUgOC4xMjA4TDYuMDA1ODYgMTAuODc0M0wxMi43NDQgNC4xMzYxN0MxMy4wMzY5IDMuODQzMjggMTMuNTExOCAzLjg0MzI4IDEzLjgwNDYgNC4xMzYxN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=",o9="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMC44QzAgMC4zNTgxNzIgMC4zMTYwMzQgMCAwLjcwNTg4MiAwSDExLjI5NDFDMTEuNjg0IDAgMTIgMC4zNTgxNzIgMTIgMC44QzEyIDEuMjQxODMgMTEuNjg0IDEuNiAxMS4yOTQxIDEuNkgwLjcwNTg4MkMwLjMxNjAzNCAxLjYgMCAxLjI0MTgzIDAgMC44WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+",l9="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMC43NUMwIDAuMzM1Nzg2IDAuMjkxOTg4IDAgMC42NTIxNzQgMEg5LjM0NzgzQzkuNzA4MDEgMCAxMCAwLjMzNTc4NiAxMCAwLjc1QzEwIDEuMTY0MjEgOS43MDgwMSAxLjUgOS4zNDc4MyAxLjVIMC42NTIxNzRDMC4yOTE5ODggMS41IDAgMS4xNjQyMSAwIDAuNzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=",a9=["src"],s9=["src"],i9={key:0},u9=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"?n9:r9),i=e.computed(()=>r.size==="medium"?o9:l9),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,a9)):r.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:i.value,alt:"Check"},null,8,s9)):e.createCommentVNode("",!0)],2),r.label?(e.openBlock(),e.createElementBlock("label",i9,[e.createVNode(Qm,{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 fa=Rn(u9,[["__scopeId","data-v-ba799a72"]]),G4={install(t){t.component("PlCheckboxPlus",fa)}};var Z4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,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(),M=!!p.u(m)||m;if(p.p(f)===o){var y=this.quarter()-1;return M?this.month(3*y).startOf(r).startOf("day"):this.month(3*y+2).endOf(r).endOf("day")}return d.bind(this)(f,m)}}})})(Z4);var c9=Z4.exports;const K4=Mn(c9),Cp=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Ur=t=>t.includes(" – ")?ee(t.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&ee(t.split(" – ")[1],"DD.MM.YYYY",!0).isValid():ee(t,"DD.MM.YYYY",!0).isValid(),_p=t=>ee().date()===t.day&&ee().month()===t.month&&ee().year()===t.year,Ym=(t,n)=>{const r=`${t.year}-${t.month+1}-${t.day}`;return n(r)},Pn=t=>ee(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),ca=t=>t.charAt(0).toUpperCase()+t.slice(1),J4=t=>t.set("date",1).subtract(1,"month"),X4=t=>t.set("date",1).add(1,"month"),eD=t=>t.set("date",1).subtract(1,"year"),tD=t=>t.set("date",1).add(1,"year"),nD=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!Ym(t,n),Po=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]},d9={class:"d-flex"},f9={class:"pl-date-picker-range__calendar"},p9={class:"pl-date-picker-range__switcher"},m9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},g9={class:"pl-date-picker-range__switcher-text"},h9={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},v9={class:"pl-date-picker-range__days-container"},y9=["onMouseenter"],M9=e.defineComponent({__name:"PlDatePickerWrapper",props:e.mergeModels({modelValue:{default:null},isOpen:{type:Boolean},dateValue:{default:""},inputElement:{},idProp:{default:""},mobile:{type:Boolean,default:!1},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{}},{isOpen:{type:Boolean},isOpenModifiers:{},dateValue:{},dateValueModifiers:{},modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile"],["update:isOpen","update:dateValue","update:modelValue"]),setup(t,{expose:n,emit:r}){const{width:o}=Dn();ee.locale("ru"),ee.extend(Bm),ee.extend(Pm),ee.extend(K4);const l=t,s=r,i=e.useModel(t,"isOpen"),c=e.useModel(t,"dateValue"),d=e.useModel(t,"modelValue");e.watch(d,x=>{f(x,!0)}),e.onMounted(()=>{f(l.modelValue)});const f=(x,z=!1)=>{ee(x,"YYYY-MM-DD",!0).isValid()&&!l.disabledDate(x)?(c.value=ee(x,"YYYY-MM-DD").format("DD.MM.YYYY"),z&&(h.value=ee(d.value,"YYYY-MM-DD"))):c.value=""},m=x=>Pn(x).format("YYYY-MM-DD")===l.modelValue,p=()=>{h.value=N.value,c.value=N.value.format("DD.MM.YYYY"),d.value=h.value.format("YYYY-MM-DD"),o.value>=768?i.value=!1:s("closePickerOnMobile")},M=()=>{i.value=!0},y=x=>Ym(x,l.disabledDate),g=x=>nD(x,l.disabledDate),h=e.ref(ee()),N=e.ref(ee()),D=e.ref(ee()),C=()=>{ee(c.value,"DD.MM.YYYY",!0).isValid()||(c.value="",d.value="")},_=()=>{h.value=J4(h.value)},k=()=>{h.value=X4(h.value)},I=()=>{h.value=eD(h.value)},b=()=>{h.value=tD(h.value)};e.watch(i,()=>{ee(d.value,"YYYY-MM-DD",!0).isValid()?h.value=ee(d.value,"YYYY-MM-DD"):h.value=D.value}),e.onBeforeUnmount(()=>{ee(d.value,"YYYY-MM-DD",!0).isValid()?h.value=ee(d.value,"YYYY-MM-DD"):h.value=D.value});const w=e.ref(Po(h.value)),E=e.ref(Po(h.value.add(1,"month"))),j=x=>{g(x)&&(N.value=Pn(x),p())};return n({openPopup:M,checkInput:C}),e.watch(h,()=>{w.value=Po(h.value),E.value=Po(h.value.add(1,"month"))}),(x,z)=>{const $=dt,B=Gs,W=xn,H=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":i.value,"input-element":l.inputElement,"id-prop":x.idProp,class:"pl-date-picker-range__popup"},{default:e.withCtx(()=>[e.createElementVNode("div",d9,[e.createElementVNode("div",f9,[e.createElementVNode("div",p9,[e.createElementVNode("div",m9,[l.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[H,I]]):e.createCommentVNode("",!0),l.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[H,_]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",g9,[e.createVNode(B,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(h.value.format("MMMM"))),1)]),_:1}),e.createVNode(B,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(h.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",h9,[l.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[H,k]]):e.createCommentVNode("",!0),l.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[H,b]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",v9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(V,P)=>(e.openBlock(),e.createElementBlock("div",{key:P,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,P)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${P}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",g(V),{"pl-date-picker-range__days_disabled":y(V)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||c.value)&&m(V)&&V.type==="current"&&!y(V)},{"pl-date-picker-range-cursor-default":V.type==="previous"||V.type==="next"}]),onMouseenter:U=>g(V)},[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(_p)(V)&&g(V)}])},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V.type!=="previous"&&V.type!=="next"?V.day:""),1)]),_:2},1024)],2)],42,y9)),[[H,()=>j(V)]])),128))])])])]),_:1},8,["model-value","input-element","id-prop"])}}});const bM=Rn(M9,[["__scopeId","data-v-2fc282cc"]]),N9=["id"],D9=e.defineComponent({__name:"pl-date-picker-plus",props:e.mergeModels({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},tooltipWidth:{}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["changeOpen","blur","change"],["update:modelValue"]),setup(t,{expose:n,emit:r}){const o=bn("id-"),{width:l}=Dn(),s=t,i=e.ref(null),c=e.ref();e.onMounted(()=>{d()});const d=()=>{e.nextTick(()=>{ee(s.modelValue,"YYYY-MM-DD",!0).isValid()&&!s.disabledDate(s.modelValue)?p.value=ee(s.modelValue,"YYYY-MM-DD").format("DD.MM.YYYY"):(p.value="",m.value="")})};Ar(i,()=>{l.value>=768&&setTimeout(()=>{M.value=!1})},{ignore:[c]});const f=r,m=e.useModel(t,"modelValue");e.watch(()=>m.value,I=>{d(),f("change",I)});const p=e.ref(""),M=e.ref(!1),y=e.ref(!1),g=e.ref(),h=e.ref();e.watch(()=>y.value,(I,b)=>{b&&!I&&(h.value.blurInput(!0),f("blur"))}),e.watch(()=>p.value,I=>{ee(I,"DD.MM.YYYY",!0).isValid()&&(m.value=ee(I,"DD.MM.YYYY",!0).format("YYYY-MM-DD"))}),e.watch(()=>M.value,(I,b)=>{b&&!I&&(h.value.blurInput(!0),f("blur")),f("changeOpen",I)});const N=()=>{h.value.blurInput(!0),m.value=null,setTimeout(()=>{D(),l.value>=768&&h.value.focusInput()},100)},D=()=>{s.disabled||(l.value<768&&h.value.blurInput(!1),M.value=!0)},C=()=>{c.value&&e.nextTick(()=>{c.value.checkInput()})},_=()=>{M.value=!1},k=()=>{M.value=!1};return n({openPopup:D}),(I,b)=>{const w=Cc,E=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${e.unref(o)}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[I.showInput?e.withDirectives((e.openBlock(),e.createBlock(w,{key:0,ref_key:"inputPickerRef",ref:h,modelValue:p.value,"onUpdate:modelValue":b[0]||(b[0]=j=>p.value=j),prop:I.prop,label:I.label,optional:I.optional,placeholder:I.placeholder,helpertext:I.helpertext,tooltip:I.tooltip,"tooltip-width":I.tooltipWidth,width:I.width,clearable:I.clearable,disabled:I.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:b[1]||(b[1]=()=>{D()}),onKeydown:e.withKeys(_,["tab"]),onCustomBlur:C,onResetValue:N},e.createSlots({_:2},[I.$slots["tooltip-text"]?{name:"tooltip-text",fn:e.withCtx(()=>[e.renderSlot(I.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(I.tooltip),1)])]),key:"0"}:void 0]),1032,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","tooltip-width","width","clearable","disabled"])),[[E,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(l)<768?(e.openBlock(),e.createBlock(_c,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":b[5]||(b[5]=j=>M.value=j),title:"Календарь",calendar:""},{default:e.withCtx(()=>[e.createVNode(bM,{ref_key:"pickerWrapper",ref:c,modelValue:m.value,"onUpdate:modelValue":b[2]||(b[2]=j=>m.value=j),isOpen:M.value,"onUpdate:isOpen":b[3]||(b[3]=j=>M.value=j),dateValue:p.value,"onUpdate:dateValue":b[4]||(b[4]=j=>p.value=j),"month-switch":I.monthSwitch,"year-switch":I.yearSwitch,"input-element":h.value,mobile:"","disabled-date":I.disabledDate,onClosePickerOnMobile:k},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"body"},[e.createVNode(bM,{ref_key:"pickerWrapper",ref:c,modelValue:m.value,"onUpdate:modelValue":b[6]||(b[6]=j=>m.value=j),isOpen:M.value,"onUpdate:isOpen":b[7]||(b[7]=j=>M.value=j),dateValue:p.value,"onUpdate:dateValue":b[8]||(b[8]=j=>p.value=j),"month-switch":I.monthSwitch,"year-switch":I.yearSwitch,"disabled-date":I.disabledDate,"input-element":h.value,"id-prop":`pl-date-picker-range-${e.unref(o)}`},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])]))],12,N9)}}});const b9={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},w9={class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarCurrent"},k9={class:"pl-date-picker-range__switcher"},T9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},C9={class:"pl-date-picker-range__switcher-text","data-testid":"monthCurrent"},_9={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},I9={class:"pl-date-picker-range__days-container"},S9=["onMouseenter"],x9={key:0,class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarNext"},E9={class:"pl-date-picker-range__switcher"},z9={class:"pl-date-picker-range__switcher-text","data-testid":"monthNext"},j9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},A9={class:"pl-date-picker-range__days-container"},O9=["onMouseenter"],la="pl-date-picker-range__days_month-range-left",us="pl-date-picker-range__days_month-range-right",wM="pl-date-picker-range__days_month-circle",L9=e.defineComponent({__name:"PlDatePickerRangeWrapper",props:e.mergeModels({modelValue:{default:()=>[]},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},isOpen:{type:Boolean,default:!1},dateValue:{default:""},inputElement:{},idProp:{default:""},mobile:{type:Boolean,default:!1},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{}},{modelValue:{},modelModifiers:{},isOpen:{type:Boolean},isOpenModifiers:{},dateValue:{},dateValueModifiers:{}}),emits:["update:modelValue","update:isOpen","update:dateValue"],setup(t,{expose:n}){const{width:r}=Dn();ee.locale("ru"),ee.extend(Bm),ee.extend(Pm),ee.extend(K4);const o=t,l=e.useModel(t,"modelValue"),s=e.useModel(t,"isOpen"),i=e.useModel(t,"dateValue"),c=()=>{s.value=!0},d=[{label:"Сегодня",key:"today",value:[ee(),ee()]},{label:"Вчера",key:"yesterday",value:[ee().subtract(1,"d"),ee().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[ee().subtract(29,"d"),ee()]},{label:"Текущий квартал",key:"currentQuarter",value:[ee().startOf("quarter"),ee().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[ee().startOf("month"),ee().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[ee().startOf("year"),ee().endOf("year")]}],f=pe=>{o.disabledDate(ee(pe[0]).format("YYYY-MM-DD"))||o.disabledDate(ee(pe[1]).format("YYYY-MM-DD"))||(D.value=pe,k(D.value),y.value=D.value[0])},m=pe=>!V&&D.value.length&&ee(pe[0]).format("YYYY-MM-DD")===ee(D.value[0]).format("YYYY-MM-DD")&&ee(pe[1]).format("YYYY-MM-DD")===ee(D.value[1]).format("YYYY-MM-DD"),p=pe=>Ym(pe,o.disabledDate),M=pe=>nD(pe,o.disabledDate),y=e.ref(ee()),g=e.ref(ee()),h=e.ref(ee()),N=e.ref(ee()),D=e.ref([]);e.watch(l,pe=>{pe&&pe.length===2&&_(pe)});const C=()=>{y.value=N.value,Ur(i.value)?(h.value=ee(i.value.split(" – ")[1].split(".").reverse().join("-")),g.value=ee(i.value.split(" – ")[0].split(".").reverse().join("-")),D.value=[g.value,h.value]):(h.value=ee(),g.value=ee(),D.value=[]),w(),y.value=g.value};e.onMounted(()=>{l.value&&l.value.length===2&&_(l.value),C()}),e.watch(i,pe=>{Ur(pe)?(pe.split(" – ").length===2&&(g.value=ee(pe.split(" – ")[0].split(".").reverse().join("-")),h.value=ee(pe.split(" – ")[1].split(".").reverse().join("-")),D.value=[g.value,h.value],k(D.value),y.value=D.value[0]),g.value.isAfter(h.value)&&(h.value=D.value[0],g.value=D.value[1],D.value=[g.value,h.value],k(D.value))):(h.value=ee(),g.value=ee(),k()),w()});const _=pe=>{if(pe&&pe.length===2){const Re=ee(pe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),Te=ee(pe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Ne=`${Re} – ${Te}`;Ur(Ne)?i.value=Ne:l.value=[]}},k=(pe=[])=>{if(pe.length===2){const Re=[pe[0].format("YYYY-MM-DD"),pe[1].format("YYYY-MM-DD")];o.disabledDate(Re[0])||o.disabledDate(Re[1])||!Re[0]||!Re[1]?l.value=[]:l.value=Re}},I=pe=>{Ur(pe.target.value)&&(ee(pe.target.value.split(".").reverse().join("-")).isBefore(h.value)&&(g.value=ee(pe.target.value.split(".").reverse().join("-"))),D.value=[g.value,h.value],w())},b=()=>{!Ur(i.value)&&!s.value&&e.nextTick(()=>{i.value=""})},w=()=>{P={day:g.value.date(),month:g.value.month(),year:g.value.year()},U={day:h.value.date(),month:h.value.month(),year:h.value.year()},qe(U,!1),V=!1},E=()=>{y.value=J4(y.value)},j=()=>{y.value=X4(y.value)},x=()=>{y.value=eD(y.value)},z=()=>{y.value=tD(y.value)},$=(pe,Re)=>Re.date()===pe.day&&Re.month()===pe.month&&Re.year()===pe.year,B=pe=>D.value.length===2?$(pe,g.value)||$(pe,h.value):$(pe,g.value),W=pe=>{const Re=h.value.isAfter(g.value),Te=h.value.isSame(g.value,"day");if(D.value.length===2){if(!Te){if($(pe,g.value))return Re?la:us;if($(pe,h.value))return Re?us:la}}else return};e.watch(s,()=>{y.value=N.value,C()});const H=()=>{y.value=g.value,D.value.length===0||D.value.length===1?N.value=g.value:N.value=h.value,g.value.isAfter(h.value)?i.value=h.value.format("DD.MM.YYYY")+" – "+g.value.format("DD.MM.YYYY"):i.value=g.value.format("DD.MM.YYYY")+" – "+h.value.format("DD.MM.YYYY"),e.nextTick(()=>{s.value=!1})};let V,P,U;const A=e.ref(Po(y.value)),R=e.ref(Po(y.value.add(1,"month"))),K=pe=>{pe.type!=="previous"&&pe.type!=="next"&&(V?(h.value=Pn(pe),Y(pe,1),H()):(g.value=Pn(pe),Y(pe,0)))},Y=(pe,Re)=>{V=!Re,Re||(D.value=[],P=pe,U=pe),pe.type!=="previous"&&pe.type!=="next"&&(qe(pe,!1),D.value[Re]=Pn(pe))},se=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),de=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),ge=e.computed(()=>o.periodOptions.length===0?d:d.filter(pe=>o.periodOptions.includes(pe.key))),ie=(pe,Re)=>Pn(pe).isSame(Pn(Re)),ue=(pe,Re)=>Pn(pe).isAfter(Pn(Re)),oe=(pe,Re)=>Pn(pe).isBefore(Pn(Re)),Z=(pe,Re,Te)=>Pn(pe).isBetween(Pn(Re),Pn(Te));let X=!1,ke=!1,xe=!1,Ae=!1,Ve=[],_e=0;const qe=(pe,Re)=>{if(V){_e=0,Ve.push(pe);for(let Te=0;Te<A.value.length;Te++)A.value[Te].type==="current"&&(_e+=1);for(let Te=0;Te<R.value.length;Te++)R.value[Te].type==="current"&&(_e+=1);Ve.length-1===_e?U=Ve[0]:U=pe}else Ve=[];if(P&&U&&!Re&&V){const Te=(Ne,Le,We)=>{const ae=We?A.value[Le]:R.value[Le];ae&&(X=ie(ae,U),ke=ue(U,P),xe=oe(U,P),Ae=Z(ae,P,U),ie(ae,P)?(Ne.classList.toggle(us,xe&&!!Ne.textContent),Ne.classList.toggle(la,ke&&!!Ne.textContent)):D.value.length===1&&(X?(Ne.classList.toggle(wM,X),Ne.classList.toggle(us,ke&&!!Ne.textContent),Ne.classList.toggle(la,xe&&!!Ne.textContent)):(Ne.classList.contains(la)?Ne.classList.remove(la):Ne.classList.remove(us),Ne.classList.toggle("pl-date-picker-range__days_month-range",Ae&&ae.type!=="next"&&ae.type!=="previous"&&!!Ne.textContent),Ne.classList.toggle(wM,X))))};Array.from(se.value).forEach((Ne,Le)=>{Te(Ne,Le,!0)}),Array.from(de.value).forEach((Ne,Le)=>{Te(Ne,Le,!1)})}return P&&U&&Re?Z(pe,P,U):!1};return n({openPopup:c,checkRangeInput:b,startUpdateDate:I}),e.watch(y,()=>{A.value=Po(y.value),R.value=Po(y.value.add(1,"month"))}),(pe,Re)=>{const Te=xn,Ne=dt,Le=Gs,We=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":s.value,"input-element":o.inputElement,"id-prop":pe.idProp,class:"pl-date-picker-range__popup"},{default:e.withCtx(()=>[o.periods?(e.openBlock(),e.createElementBlock("div",b9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ge.value,ae=>(e.openBlock(),e.createBlock(Te,{key:ae.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":m(ae.value)&&e.unref(Ur)(i.value)}]),onClick:le=>f(ae.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:y.value,class:"d-flex"},[e.createElementVNode("div",w9,[e.createElementVNode("div",k9,[e.createElementVNode("div",T9,[o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[We,x]]):e.createCommentVNode("",!0),o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[We,E]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",C9,[e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.format("MMMM"))),1)]),_:1}),e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",_9,[pe.mobile&&o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[We,j]]):e.createCommentVNode("",!0),pe.mobile&&o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[We,z]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",I9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(ae,le)=>(e.openBlock(),e.createElementBlock("div",{key:le,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(ae,le)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${le}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",M(ae)?W(ae):"",{"pl-date-picker-range__days_disabled":p(ae)},{"pl-date-picker-range__days_month-active":(l.value&&l.value.length||e.unref(V))&&B(ae)&&ae.type==="current"&&!p(ae)&&(e.unref(Ur)(i.value)||e.unref(r)<768||e.unref(V))},{"pl-date-picker-range__days_month-range":ae.type!=="previous"&&ae.type!=="next"?qe(ae,!0):""},{"pl-date-picker-range-cursor-default":ae.type==="previous"||ae.type==="next"}]),onMouseenter:ze=>M(ae)?qe(ae,!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(_p)(ae)&&M(ae)},{"pl-date-picker-range__days-field_selecting":e.unref(V)}])},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.type!=="previous"&&ae.type!=="next"?ae.day:""),1)]),_:2},1024)],2)],42,S9)),[[We,()=>M(ae)?K(ae):""]])),128))])]),pe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",x9,[e.createElementVNode("div",E9,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!pe.mobile}])},null,2),e.createElementVNode("div",z9,[e.createVNode(Le,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",j9,[o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[We,j]]):e.createCommentVNode("",!0),o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[We,z]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",A9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(ae,le)=>(e.openBlock(),e.createElementBlock("div",{key:le,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,(ae,le)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${le}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",M(ae)?W(ae):"",{"pl-date-picker-range__days_disabled":p(ae)},{"pl-date-picker-range__days_month-active":(l.value&&l.value.length||e.unref(V))&&B(ae)&&ae.type==="current"&&!p(ae)&&(e.unref(Ur)(i.value)||e.unref(r)<768||e.unref(V))},{"pl-date-picker-range__days_month-range":ae.type!=="previous"&&ae.type!=="next"?qe(ae,!0):""},{"pl-date-picker-range-cursor-default":ae.type==="previous"||ae.type==="next"}]),onMouseenter:ze=>M(ae)?qe(ae,!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(_p)(ae)&&M(ae)},{"pl-date-picker-range__days-field_selecting":e.unref(V)}])},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.type!=="previous"&&ae.type!=="next"?ae.day:""),1)]),_:2},1024)],2)],42,O9)),[[We,()=>M(ae)?K(ae):""]])),128))])]))]))]),_:1},8,["model-value","input-element","id-prop"])}}});const kM=Rn(L9,[["__scopeId","data-v-dd95c038"]]),B9=["id"],P9=e.defineComponent({__name:"pl-date-picker-range-plus",props:e.mergeModels({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},tooltipWidth:{}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["changeOpen","blur","change"],["update:modelValue"]),setup(t,{expose:n,emit:r}){const o=bn("id-"),l=e.ref(null),s=e.ref();Ar(l,()=>{i.value>=768&&setTimeout(()=>{p.value=!1})},{ignore:[s]});const{width:i}=Dn(),c=t,d=r,f=e.useModel(t,"modelValue");e.watch(()=>f.value,b=>{(!b||!b.length)&&(m.value=""),h(),d("change",b)});const m=e.ref(""),p=e.ref(!1),M=e.ref(!1),y=e.ref(),g=e.ref();e.onMounted(()=>{h()});const h=()=>{const b=c.modelValue;if(b&&b.length===2){const w=ee(b[0]).format("YYYY-MM-DD").split("-").reverse().join("."),E=ee(b[1]).format("YYYY-MM-DD").split("-").reverse().join("."),j=`${w} – ${E}`;Ur(j)?m.value=j:f.value=[]}};e.watch(()=>M.value,(b,w)=>{w&&!b&&(g.value.blurInput(!0),d("blur"))}),e.watch(()=>p.value,(b,w)=>{w&&!b&&(Ur(m.value)||(f.value=[]),g.value.blurInput(!0),d("blur")),d("changeOpen",b)}),e.watch(()=>m.value,()=>{m.value||(f.value=[])});const N=()=>{c.focusOnReset||(g.value.blurInput(!0),d("blur")),setTimeout(()=>{D(),i.value>=768&&g.value.focusInput()},100)},D=()=>{p.value=!0,c.disabled||(i.value<768&&(_(),g.value.blurInput(!1)),p.value=!0,e.nextTick(()=>{s.value.openPopup()}))},C=()=>{p.value=!1};function _(){setTimeout(()=>{const b=document.querySelector(".pl-date-picker-range__period-list"),w=b==null?void 0:b.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(w){const E=w.getBoundingClientRect(),j=b==null?void 0:b.clientWidth,x=w.clientWidth,z=(j-x)/2;b==null||b.scrollTo({left:E.left+(b==null?void 0:b.scrollLeft)-z,behavior:"smooth"})}},300)}const k=()=>{!p.value&&s.value&&e.nextTick(()=>{s.value.checkRangeInput(),d("blur")})},I=b=>{e.nextTick(()=>s.value.startUpdateDate(b))};return n({openPopup:D}),(b,w)=>{const E=Cc,j=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${e.unref(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(E,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:m.value,"onUpdate:modelValue":w[0]||(w[0]=x=>m.value=x),prop:b.prop,label:b.label,optional:b.optional,placeholder:b.placeholder,helpertext:b.helpertext,tooltip:b.tooltip,"tooltip-width":b.tooltipWidth,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:w[1]||(w[1]=()=>{D()}),onInput:I,onBlur:k,onResetValue:N,onTabHandler:C},e.createSlots({_:2},[b.$slots["tooltip-text"]?{name:"tooltip-text",fn:e.withCtx(()=>[e.renderSlot(b.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(b.tooltip),1)])]),key:"0"}:void 0]),1032,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","tooltip-width","width","clearable","disabled","focus-on-reset"])),[[j,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<768?(e.openBlock(),e.createBlock(_c,{key:1,ref_key:"pickerDialog",ref:y,modelValue:p.value,"onUpdate:modelValue":w[5]||(w[5]=x=>p.value=x),title:"Календарь",calendar:""},{default:e.withCtx(()=>[e.createVNode(kM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":w[2]||(w[2]=x=>f.value=x),isOpen:p.value,"onUpdate:isOpen":w[3]||(w[3]=x=>p.value=x),dateValue:m.value,"onUpdate:dateValue":w[4]||(w[4]=x=>m.value=x),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"input-element":g.value,mobile:"","disabled-date":b.disabledDate},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(kM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":w[6]||(w[6]=x=>f.value=x),isOpen:p.value,"onUpdate:isOpen":w[7]||(w[7]=x=>p.value=x),dateValue:m.value,"onUpdate:dateValue":w[8]||(w[8]=x=>m.value=x),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":g.value,"id-prop":`pl-date-picker-range-${e.unref(o)}`},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,B9)}}});const rD={install(t){t.component("PlDatePickerPlus",D9),t.component("PlDatePickerRangePlus",P9)}},oD=ft(Cc,"PlInputPlus"),V9={class:e.normalizeClass(["pl-radio-container"])},$9=["onClick"],U9=["id","value","disabled"],Q9={class:"pl-radio-wrapper"},Y9=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",V9,[(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}]),onClick:m=>l(d,m)},[e.withDirectives(e.createElementVNode("input",{id:`radio-${f}-${e.unref(bn)()}`,"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,U9),[[e.vModelRadio,o.value]]),e.createElementVNode("div",Q9,[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":d.value===t.modelValue}])},null,2),i.$slots.title?e.renderSlot(i.$slots,"title",{key:0,option:d}):d.label?(e.openBlock(),e.createBlock(Qm,{key:1,title:d.label,description:d.description,disabled:d.disabled||r.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)])],10,$9))),128))]))}});const lD=ft(Y9,"PlRadio"),TM=e.defineComponent({__name:"pl-tags-chips",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createBlock(tr,{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 R9={key:0,class:"pl-multi-select__prefix-container"},F9={class:"pl-multi-select__inner-container"},q9=["id","prop","placeholder","disabled","onKeydown"],W9={class:"pl-multi-select__suffix-container"},H9=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=dt;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",R9,[e.createVNode(f,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",F9,[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,q9),c.modelValue.length?(e.openBlock(),e.createBlock(TM,{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(TM,{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",W9,[!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)}}}),G9={key:0,class:"d-flex gap-2 p-2"},Z9=e.defineComponent({__name:"pl-multi-select-dropdown",props:{modelValue:{},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},buttons:{type:Boolean},idProp:{},inputElement:{},selectAll:{type:Boolean,default:!1}},emits:["update:modelValue","reset","closeSave"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var y;return(y=o==null?void 0:o.value)==null?void 0:y.isDragging}),s=t,i=e.computed({get:()=>s.modelValue,set:y=>{M("update:modelValue",y)}}),c=e.computed(()=>s.options.length>0&&i.value.length===s.options.length),d=y=>{i.value=y?[...s.options]:[]},f=e.computed(()=>i.value.length>0&&i.value.length<s.options.length),m=()=>{M("closeSave")},p=(y,g)=>{y?i.value.push(g):i.value=i.value.map(h=>{if(!Tc(g.value,h.value))return e.toRaw(h)}).filter(Boolean)},M=r;return n({isDragging:l}),(y,g)=>{const h=Hr;return e.openBlock(),e.createBlock(Aa,{"model-value":y.focus,"data-testid":"dropdown",class:e.normalizeClass(["pl-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":s.buttons}]),"input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>[e.createVNode(h,{ref_key:"scrollbarRef",ref:o,"max-height":s.buttons?"208px":"268px",class:"w-100","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[s.options.length&&s.selectAll?(e.openBlock(),e.createBlock(fa,{key:0,class:"pl-multi-select__checkbox-container",size:"small","model-value":c.value,"is-indeterminate":f.value,label:"Выбрать все",onChange:d},null,8,["model-value","is-indeterminate"])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.options,N=>(e.openBlock(),e.createBlock(fa,{key:N.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!i.value.find(D=>JSON.stringify(N.value)===JSON.stringify(D.value)),description:N.description,disabled:N.disabled,label:N.label,onChange:D=>p(D,N)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),s.buttons?(e.openBlock(),e.createElementBlock("div",G9,[e.createVNode(ho,{"full-width":"",type:"secondary",size:"small",onClick:g[0]||(g[0]=N=>M("reset"))},{default:e.withCtx(()=>[e.createTextVNode(" Сбросить ")]),_:1}),e.createVNode(ho,{"full-width":"",size:"small",onClick:m},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])):e.createCommentVNode("",!0)]),_:1},8,["model-value","class","input-element","id-prop"])}}});const K9={class:"pl-multi-select__wrapper"},J9=["id"],X9={key:0,class:"pl-multi-select__label-container",role:"label-container"},eW={class:"pl-multi-select__label-container-text"},tW={key:1,class:"pl-multi-select__helpertext-container",role:"helpertext-container"},nW=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},tooltipWidth:{},selectAll:{type:Boolean,default:!1}},emits:["update:modelValue","change","reset","blur"],setup(t,{emit:n}){e.useCssVars(C=>({"06b277b5":r.width}));const r=t,o=bn("id-"),l=e.ref([]);if(r.prop){const C=e.inject("errorsState");C&&e.watch(C,()=>{l.value=C.value.filter(_=>_.field===r.prop)},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=e.ref([]),d=C=>JSON.parse(JSON.stringify(C));e.watch(i,C=>{var _;c.value=d(h.value),C?(_=document.getElementById(o))==null||_.focus():N()});const f=e.ref(),m=e.ref();Ar(f,C=>{C.target.className==="pl-scrollbar__thumb"||m.value.isDragging||(i.value&&r.buttons&&(h.value=d(c.value)),i.value=!1)},{ignore:[m]});const p=C=>JSON.stringify(C.sort((_,k)=>_.value<k.value?-1:_.value>k.value?1:0)),M=()=>{i.value=!1,p(c.value)!==p(h.value)&&(document.getElementById(o).dispatchEvent(new Event("change")),g("change",h.value))},y=()=>{r.disabled||(i.value=!i.value,!i.value&&r.buttons&&(h.value=d(c.value)))},g=n,h=e.computed({get:()=>r.modelValue,set:C=>{g("update:modelValue",C)}}),N=()=>{document.getElementById(o).dispatchEvent(new Event("blur")),g("blur")};e.watch(()=>h.value,()=>{r.buttons||(document.getElementById(o).dispatchEvent(new Event("change")),g("change",h.value))},{deep:!0});const D=()=>{h.value=[],c.value=[],N(),g("reset")};return(C,_)=>{const k=xn,I=tr;return e.openBlock(),e.createElementBlock("div",K9,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:y},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",X9,[e.createElementVNode("div",eW,[r.label?(e.openBlock(),e.createBlock(k,{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(k,{key:1,class:"pl-multi-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||C.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(zl,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(C.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(H9,e.mergeProps(r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[0]||(_[0]=b=>i.value=b),"model-value":h.value,"show-error":s.value,onReset:D}),null,16,["id","focus","model-value","show-error"]),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",tW,[l.value.length>0?(e.openBlock(),e.createBlock(I,{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(I,{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,J9),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(Z9,{id:e.unref(o),ref_key:"dropdownRef",ref:m,modelValue:h.value,"onUpdate:modelValue":_[1]||(_[1]=b=>h.value=b),"input-element":f.value,"id-prop":`pl-multi-select__select-container-${e.unref(o)}`,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,"select-all":r.selectAll,onReset:D,onCloseSave:M},null,8,["id","modelValue","input-element","id-prop","focus","helpertext","errors","options","buttons","select-all"])]))])}}});const aD={install(t){t.component("PlMultiSelect",nW)}},rW=["disabled"],oW=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),lW={key:0},aW=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,rW),[[e.vModelCheckbox,o.value]]),oW],2),r.label?(e.openBlock(),e.createElementBlock("label",lW,[e.createVNode(Qm,{title:t.label,description:t.description,disabled:r.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}});const sD={install(t){t.component("PlSwitch",aW)}},sW=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,b=>{i("update:modelErrorsState",b)},{deep:!0});let d=[];const f=(b,w,E=null)=>{for(const j in b)if(b[j]&&typeof b[j]=="object"&&!Array.isArray(b[j]))if(E){const x=w.indexOf(E);w.push(w[x]+"."+j),f(b[j],w,w[x]+"."+j)}else w.push(j),f(b[j],w,j);else if(E){const x=w.indexOf(E);x===-1?w.push(E+"."+j):w[x]+="."+j}else w.push(j)},m=(b,w,E,j=!1)=>new Promise((x,z)=>{if(w.includes(".")){const $=w.slice(0,w.indexOf(".")),B=w.slice(w.indexOf(".")+1);E?m($,B,E[$],j).then(x).catch(z):j||x({})}else{const $={...E};x(j?$[w]?$[w].filter(B=>B.validator||typeof B.validator>"u"):[]:$[w])}}),p=e.ref({}),M=b=>new Promise((w,E)=>{const j=new kl(p.value),x={};f(l.value,d);try{const z=d.map(async $=>{x[$]=await m($,$,l.value)});Promise.all(z).then(()=>{j.validate(x,$=>{if($){c.value=$,b==null||b(!1,c.value),E();return}c.value=[],d=[],b==null||b(!0,c.value),w()})})}catch(z){throw new Error(z)}}),y=async b=>{if(!(b in p.value))return;const w={},E={};E[b]=await m(b,b,l.value),w[b]=p.value[b],new kl(w).validate(E,x=>{c.value=c.value.filter(z=>z.field!==b),x&&(c.value=c.value.concat(x))})},g=(b=[])=>{Array.isArray(b)&&b.length>0?b.forEach(w=>{c.value=c.value.filter(E=>E.field!==w)}):Array.isArray(b)?c.value=[]:c.value=c.value.filter(w=>w.field!==b)},h=(b=[])=>{if(Array.isArray(b)&&b.length>0)b.forEach(w=>{g([w]),typeof l.value[w]=="string"?l.value[w]="":(typeof l.value[w]=="number"||typeof l.value[w]=="object")&&(l.value[w]=null)});else if(!Array.isArray(b))typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null);else{g(b);for(const w in s.value)typeof l.value[w]=="string"?l.value[w]="":(typeof l.value[w]=="number"||typeof l.value[w]=="object")&&(l.value[w]=null)}},N=e.ref(null),D=e.ref([]),C=e.ref([]),_=async()=>{var w;const b=N.value;C.value=[],p.value={};for(let E=0;E<b.length;E++){const j=b[E],x=j.disabled,z=(w=j.attributes.prop)==null?void 0:w.value;C.value.push(z),z&&!x&&(p.value[z]=await m(z,z,s.value,!0));const $=()=>{setTimeout(()=>{e.nextTick(()=>{y(z)})},10)};z&&p.value[z]&&!j.attributes.triggered&&p.value[z].forEach(B=>{B.trigger?B.trigger.replace(/\s/g,"").split(",").forEach(H=>{j.addEventListener(H,$),D.value.push({element:j,trigger:H,callBack:$})}):["blur","change","input"].forEach(H=>{j.addEventListener(H,$),D.value.push({element:j,trigger:H,callBack:$})}),j.attributes.triggered=!0})}},k=()=>{D.value.forEach(b=>{b.element.removeEventListener(b.trigger,b.callback)})},I=()=>{k(),_()};return e.watch(()=>s.value,()=>{I()},{deep:!0}),e.onMounted(()=>{const b=N.value,w=new MutationObserver(()=>{I()});w.observe(b,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{k(),w.disconnect()}),_()}),n({validate:M,validateField:y,clearValidate:g,resetFields:h,refreshForm:I}),(b,w)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:N,onSubmit:w[0]||(w[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(b.$slots,"default")],544))}}),iD={install(t){t.component("PlForm",sW)}},uD=e.defineComponent({__name:"pl-tag",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Ic=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const iW={},uW={class:"pl-btn typography-button-button-2"};function cW(t,n){return e.openBlock(),e.createElementBlock("button",uW,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const dW=Rn(iW,[["render",cW],["__scopeId","data-v-16fbdb10"]]),cD=e.defineComponent({__name:"pl-progress",props:{type:{default:"sectional"},glare:{type:Boolean,default:!1},size:{default:"large"},width:{default:"100%"},percentage:{default:0}},setup(t){const n=t,r=e.computed(()=>Math.min(Math.max(n.percentage,0),100)),o=e.computed(()=>n.size==="snackbar"?"progress-snackbar":n.size==="small"?"progress-small":"progress-large"),l=e.computed(()=>({width:n.width}));return(s,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-progress-container",[o.value,n.type==="sectional"?"progress-sectional":"progress-solid"]]),style:e.normalizeStyle(l.value)},[e.createElementVNode("div",{class:e.normalizeClass(["progress-filled",[n.glare?"glare-effect":""]]),style:e.normalizeStyle({width:`${r.value}%`})},null,6),e.withDirectives(e.createElementVNode("div",{class:"progress-unfilled",style:e.normalizeStyle({width:`${100-r.value}%`})},null,4),[[e.vShow,n.type==="sectional"]])],6))}});const fW=["id"],pW={key:0,class:"pl-snackbar__progress"},mW={key:1,class:"pl-snackbar__icon"},gW={class:"pl-snackbar__main"},hW={class:"pl-snackbar__text"},vW={"data-testid":"notification-title",class:"pl-snackbar__title typography-subtitle-s2-medium"},yW={key:0,"data-testid":"notification-description",class:"pl-snackbar__descr typography-system-st-medium"},MW={key:0,class:"pl-snackbar__btn"},NW={class:"pl-snackbar__close"},DW=e.defineComponent({__name:"pl-snackbar",props:{id:{default:0},icon:{default:""},color:{default:"var(--color-text-icons-white)"},title:{default:"Notification"},button:{default:""},action:{},message:{default:""},blockHide:{type:Boolean,default:!1},longDuration:{type:Boolean},progress:{type:Boolean,default:!1},percentage:{default:0}},setup(t){const n=t,r=e.ref(!0);function o(){n.action()}function l(){const i=document.getElementById(`snackbar-${n.id}`);i&&(i.classList.add("fadeOut-animation"),Kt(i,"animationend",()=>{r.value=!1,i.remove()}))}const s=e.computed(()=>n.percentage??100);return(i,c)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:n.id,class:e.normalizeClass(["pl-snackbar__wrapper",{"wrapper-progress":n.progress}])},[n.progress?(e.openBlock(),e.createElementBlock("div",pW,[e.createVNode(cD,{percentage:s.value,width:"100%",type:"solid",size:"snackbar"},null,8,["percentage"])])):e.createCommentVNode("",!0),n.icon?(e.openBlock(),e.createElementBlock("div",mW,[e.createVNode(dt,{color:n.color,name:n.icon,position:"left"},null,8,["color","name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",gW,[e.createElementVNode("div",hW,[e.createElementVNode("div",vW,e.toDisplayString(n.title),1),n.message?(e.openBlock(),e.createElementBlock("div",yW,e.toDisplayString(n.message),1)):e.createCommentVNode("",!0)]),n.button?(e.openBlock(),e.createElementBlock("div",MW,[n.button?(e.openBlock(),e.createBlock(dW,{key:0,onClick:o},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.button),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",NW,[e.createVNode(dt,{color:"var(--color-text-icons-secondary)",name:"Close20",onClick:l})])],10,fW)):e.createCommentVNode("",!0)}});let CM=0;const cs=t=>{var j;const{icon:n,color:r,title:o,message:l,button:s,action:i,progress:c,blockHide:d,longDuration:f=!1}=t;if(!document.getElementById("snackbar")){const x=document.createElement("div");x.id="snackbar",document.body.appendChild(x)}const p=document.createElement("div"),M=CM++,y=`snackbar-${M}`;p.id=y,p==null||p.classList.add("slideIn-animation"),p==null||p.classList.add("px-md-4"),(j=document.getElementById("snackbar"))==null||j.appendChild(p);let g;const h=f?8e3:4200;let N=Date.now(),D=0,C=!1;const _=()=>{C||(C=!0,D=Date.now(),clearTimeout(g))},k=()=>{if(C){const x=Date.now()-D;N+=x,C=!1,w()}},I=e.ref(0),b=()=>_M(p.id),w=()=>{if(C)return;const x=Date.now()-N,z=300,$=h-z,B=Math.max(100-x/$*100,0);I.value=B,B>0?requestAnimationFrame(w):setTimeout(()=>{d||b()},z)};return d||(g=window.setTimeout(b,h),Kt(p,"mouseenter",_),Kt(p,"mouseleave",k)),c&&w(),e.createApp({render(){return e.h(e.TransitionGroup,{},()=>[e.h(DW,{id:M,icon:n,color:r,title:o,message:l,button:s,action:i,blockHide:d,progress:c,longDuration:f,percentage:I.value,key:p.id})])}}).mount(`#${y}`),CM++,{id:y,close:()=>{_M(y)}}},dD=t=>{t&&(t.classList.remove("slideIn-animation"),t.classList.add("fadeOut-animation"),Kt(t,"animationend",()=>{t&&t.remove()}))},_M=t=>{const n=document.getElementById(t);n&&dD(n)},bW=()=>{const t=document.getElementById("snackbar");t&&dD(t)},ps={success:t=>cs({...t,icon:"CircleCheck24",color:"var(--color-text-icons-success)"}),error:t=>cs({...t,icon:"WarningCircle24",color:"var(--color-buttons-error)"}),warning:t=>cs({...t,icon:"WarningPolygon24",color:"var(--color-text-icons-warning)"}),info:t=>cs({...t,icon:"Info24",color:"var(--color-text-icons-white)"}),custom:cs,closeAll:()=>{bW()}},wW=["id"],kW={class:"content"},TW=["prop","multiple","accept"],CW={"data-testid":"upload-card-container",class:"pl-upload-card-container pr-3"},_W={class:"d-flex justify-content-between align-items-center pb-2"},IW={class:"d-grid gap-1"},SW={class:"d-flex gap-1"},xW=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},tooltipWidth:{},allowRemoveInViewMode:{type:Boolean,default:!1},hideSize:{type:Boolean,default:!1}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:r}){e.useCssVars(ie=>({e58cf8f2:l.width}));const{width:o}=Dn(),l=t,{accept:s,fileSize:i,maxHeightScroll:c,modelValue:d,multiple:f,description:m,title:p,helperText:M,tooltip:y,limit:g,prop:h,optional:N,maxSumFilesSize:D}=e.toRefs(l),C=e.computed(()=>{var ie;return`.${(ie=s.value.toLowerCase())==null?void 0:ie.split(", ").join(", .")}`}),_=e.ref(!1);let k;const I=ie=>{const{dataTransfer:ue}=ie;ue&&ue.types.includes("Files")&&(_.value=!0,clearTimeout(k),k=window.setTimeout(()=>{_.value=!1},100))},b=ie=>{var ke,xe,Ae;const ue=(xe=(ke=ie.name)==null?void 0:ke.split(".").pop())==null?void 0:xe.toLowerCase(),{size:oe}=ie,Z=!((Ae=s.value.toLowerCase())!=null&&Ae.split(", ").includes(ue)),X=oe>i.value*1024*1024||oe===0;return Z||X?{name:ie.name,size:oe,error:{dist:Z,size:X}}:ie},w=ie=>"lastModified"in ie&&"type"in ie,E=ie=>!w(ie),j=ie=>{var ue,oe;return E(ie)?((ue=ie.error)==null?void 0:ue.size)||((oe=ie.error)==null?void 0:oe.dist):!1},x=ie=>{const ue=ie.filter(Z=>Z.error.size);ue.length>0&&ps.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${mo(ue.length,["файла","файла","файлов"])}`});const oe=ie.filter(Z=>Z.error.dist);oe.length>0&&ps.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${mo(oe.length,["файла","файла","файлов"])}`})},z=bn("id-"),$=e.ref(null),B=e.ref(!1);e.onMounted(()=>{const ie=e.getCurrentInstance(),ue=(ie==null?void 0:ie.vnode.props)||{};B.value=!!ue.onClickOnFile;const oe=document.getElementById(z);oe&&($.value=oe.querySelector(".pl-upload-input"))});const W=ie=>{const ue=$.value;if(!ue||!ue.files)return;const oe=new DataTransfer;Array.from(ue.files).forEach(Z=>{ie.includes(Z)||oe.items.add(Z)}),ue.files=oe.files},H=r,V=ie=>{if(d.value.length+ie.length>g.value){ps.error({title:"Ошибка загрузки файлов",message:`Максимум ${g.value} ${mo(g.value,["файл","файла","файлов"])}`});const Ae=Array.from(ie);W(Ae);return}const ue=[],oe=[],Z=[],X=Array.from(ie),ke=d.value.reduce((Ae,Ve)=>E(Ve)&&Ve.error?Ae:Ae+Ve.size,0),xe=X.reduce((Ae,Ve)=>Ae+Ve.size,0);if(ke+xe>D.value){ps.error({title:"Ошибка загрузки файлов",message:`Максимальный размер всех файлов не должен превышать ${D.value/1024/1024} МБ`});const Ae=Array.from(ie);W(Ae);return}X.forEach(Ae=>{const Ve=b(Ae);d.value.forEach(_e=>{["name","size","type","lastModified"].every(pe=>_e[pe]===Ae[pe])}),"error"in Ve?(ue.push(Ve),oe.push(Ae)):Z.push(Ae)}),ue.length&&x(ue),d.value.unshift(...ue),d.value.push(...Z),W(oe),H("addFiles",[...ue,...Z],d.value)};let P=!1;const U=ie=>{const ue=d.value.findIndex(oe=>oe===ie);ue!==-1&&("error"in ie||W([ie]),d.value.splice(ue,1),H("removeFile",ie,d.value),setTimeout(()=>{if($.value){P=!0;const oe=new Event("change",{bubbles:!0,cancelable:!0});$.value.dispatchEvent(oe),setTimeout(()=>{P=!1},0)}},0))},A=ie=>{if(P)return;const ue=ie.target;ue&&ue.files&&V(ue.files),ue.value=null},R=ie=>{clearTimeout(k),_.value=!1;const{dataTransfer:ue}=ie,oe=[];ue&&ue.items&&(Array.from(ue.items).forEach(X=>{if(X.kind==="file"){const ke=X.getAsFile();ke&&oe.push(ke)}}),V(oe))},K=ie=>ie%1===0?ie.toString():ie.toFixed(2),Y=ie=>ie<1024?ie+" байт":ie<1048576?K(ie/1024)+" КБ":K(ie/1048576)+" МБ",se=e.ref([]);if(l.prop){const ie=e.inject("errorsState",[]);ie&&e.watch(ie,()=>{var oe;se.value=ie.value.filter(Z=>Z.field===h.value);const ue=(oe=document.getElementById(z))==null?void 0:oe.parentElement;ue&&(se.value.length?ue.classList.add("is-error"):ue.classList.remove("is-error"))},{deep:!0})}const de=e.ref();return n({addFiles:V,removeFile:U,clickInput:()=>{de.value.click()}}),(ie,ue)=>{const oe=xn,Z=zl,X=Ic,ke=tr,xe=uD,Ae=Hr,Ve=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:e.unref(z),class:e.normalizeClass(["pl-upload-new",{"not-allowed":l.disabled}])},[e.unref(p)||e.unref(y)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pb-1 d-flex",[!ie.viewMode&&"ps-1"]])},[e.createVNode(oe,{"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(oe,{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(y)||ie.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(Z,{key:1,width:l.tooltipWidth,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.renderSlot(ie.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(e.unref(y)),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer",color:"var(--color-text-icons-secondary)"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),ie.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":_.value,disabled:ie.disabled||e.unref(d).length>=e.unref(g)}]),onDragover:e.withModifiers(I,["prevent"]),onDrop:e.withModifiers(R,["prevent"])},[e.createElementVNode("div",kW,[e.createVNode(dt,{name:"Clip24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(X,{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(ke,{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",{ref_key:"UploadInputRef",ref:de,prop:e.unref(h),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",accept:C.value,onChange:A},null,40,TW)])],34)),se.value[0]?(e.openBlock(),e.createBlock(ke,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(se.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(ke,{key:3,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([!ie.viewMode&&e.unref(d).length&&"pt-4"])},[e.createVNode(Ae,{"max-height":e.unref(c)},{default:e.withCtx(()=>[e.createElementVNode("div",CW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(_e,qe)=>{var pe,Re;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:_e.name+qe,"data-testid":"upload-card",class:e.normalizeClass(["pl-upload-card",{"wrong-file":j(_e),"cursor-pointer":B.value}])},[e.createElementVNode("div",_W,[j(_e)?(e.openBlock(),e.createBlock(xe,{key:0,class:"pl-upload__error-message"},{default:e.withCtx(()=>[e.createTextVNode("Не загружен ")]),_:1})):(e.openBlock(),e.createBlock(dt,{key:1,name:"Document20",color:"var(--color-text-icons-tertiary)"})),!ie.viewMode||ie.allowRemoveInViewMode||E(_e)&&_e.removable?e.withDirectives((e.openBlock(),e.createBlock(dt,{key:2,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[Ve,()=>U(_e),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",IW,[e.createVNode(ke,{"data-testid":"upload-card-name",class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(_e.name),1)]),_:2},1024),e.createElementVNode("div",SW,[_e.size&&!ie.hideSize?(e.openBlock(),e.createBlock(xe,{key:0,style:e.normalizeStyle(`color: var(--color-text-icons-${E(_e)&&((pe=_e.error)!=null&&pe.size)?"error":"secondary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y(_e.size)),1)]),_:2},1032,["style"])):e.createCommentVNode("",!0),_e.size&&!ie.hideSize?(e.openBlock(),e.createBlock(xe,{key:1,style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(" • ")]),_:1})):e.createCommentVNode("",!0),e.createVNode(xe,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(_e)&&((Re=_e.error)!=null&&Re.dist)?"error":"secondary"})`)},{default:e.withCtx(()=>{var Te,Ne,Le;return[e.createTextVNode(e.toDisplayString((Le=(Ne=(Te=_e.name)==null?void 0:Te.split("."))==null?void 0:Ne.pop())==null?void 0:Le.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[Ve,()=>H("clickOnFile",_e)]])}),128))])]),_:1},8,["max-height"])],2)],10,wW)}}});const fD={install(t){t.component("PlUploadPlus",xW)}},EW={key:0,class:"pl-select__prefix-container"},zW={class:"pl-select__inner-container"},jW=["id","prop","placeholder","value","disabled","onKeydown"],AW={class:"pl-select__suffix-container"},OW=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=dt;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",EW,[e.createVNode(m,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",zW,[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,jW)]),e.createElementVNode("div",AW,[!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)}}}),LW={class:"pl-select__inner-container pl-select__inner-container_account"},BW=["id","prop","placeholder","value","disabled","onKeydown"],PW={class:"pl-select__suffix-container"},VW=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,M,y;const c=tr,d=Um,f=dt;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",LW,[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,BW),(p=r.modelValue)!=null&&p.description&&((M=r.modelValue)==null?void 0:M.summ)!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-select__description","data-testid":"accountNum"},{default:e.withCtx(()=>{var g;return[e.createTextVNode(e.toDisplayString(e.unref(x4)((g=r.modelValue)==null?void 0:g.description)),1)]}),_:1})):e.createCommentVNode("",!0)]),e.createElementVNode("div",PW,[(y=r.modelValue)!=null&&y.label?(e.openBlock(),e.createBlock(d,{key:0,class:"pl-select__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>{var g;return[e.createTextVNode(e.toDisplayString(e.unref(kc)((g=r.modelValue)==null?void 0:g.summ)),1)]}),_:1})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),$W=e.defineComponent({__name:"pl-select-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},selectedValue:{},inputElement:{},idProp:{}},emits:["select-value"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var f;return(f=o==null?void 0:o.value)==null?void 0:f.isDragging}),s=t,i=r,c=f=>{i("select-value",f)},d=f=>f.value===s.selectedValue;return n({isDragging:l}),(f,m)=>{const p=Hr,M=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":f.focus,class:"pl-select__dropdown-container","input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>[e.createVNode(p,{ref_key:"scrollbarRef",ref:o,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.options,y=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:y.value,active:d(y),description:y.description,summ:y.summ,"left-icon":y.leftIcon,disabled:y.disabled,label:y.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[M,()=>c(y)]])),128))]),_:1},512)]),_:1},8,["model-value","input-element","id-prop"])}}});const UW=["id"],QW=["id"],YW={key:0,class:"pl-select__label-container",role:"label-container"},RW={class:"pl-select__label-container-text"},FW={key:3,class:"pl-select__helpertext-container",role:"helpertext-container"},Rm=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},tooltipWidth:{}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(C=>({"66b5c6e5":r.width}));const r=t,o=bn("id-"),l=e.ref([]);if(r.prop){const C=e.inject("errorsState");C&&e.watch(C,()=>{l.value=C.value.filter(_=>_.field===r.prop)},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1);e.watch(i,C=>{var _;C?(_=document.getElementById(o))==null||_.focus():y()});const c=e.ref(),d=e.ref();Ar(c,C=>{C.target.className==="pl-scrollbar__thumb"||d.value.isDragging||(i.value=!1)},{ignore:[d]});const f=()=>{r.disabled||(i.value=!i.value)},m=n,p=()=>{r.disabled||!i.value||e.nextTick(()=>{i.value=!1})},M=e.computed({get:()=>r.modelValue,set:C=>{m("update:modelValue",C)}}),y=()=>{const C=document.getElementById(o);if(C)if("createEvent"in document){const _=document.createEvent("HTMLEvents");_.initEvent("blur",!1,!0),C.dispatchEvent(_)}else C.fireEvent("onblur")};e.watch(M,()=>{const C=document.getElementById(o);if("createEvent"in document){const _=document.createEvent("HTMLEvents");_.initEvent("change",!1,!0),C.dispatchEvent(_)}else C.fireEvent("onchange");m("change")});const g=C=>{C.disabled||(p(),M.value=C.value)},h=()=>{M.value=null},N=e.computed(()=>{var C,_,k,I,b;return r.showDescription&&((C=D.value)!=null&&C.description||(_=D.value)!=null&&_.customDescription)?(k=D.value)!=null&&k.customDescription?(I=D.value)==null?void 0:I.customDescription:(b=D.value)==null?void 0:b.description:!1}),D=e.computed(()=>r.options.filter(C=>C.value===M.value)[0]);return(C,_)=>{const k=xn,I=zl,b=tr;return e.openBlock(),e.createElementBlock("div",{id:`pl-select-${e.unref(o)}`,class:"pl-select__wrapper"},[e.createElementVNode("div",{id:`pl-select__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:c,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:f},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",YW,[e.createElementVNode("div",RW,[r.label?(e.openBlock(),e.createBlock(k,{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(k,{key:1,class:"pl-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||C.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(I,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(C.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.account?(e.openBlock(),e.createBlock(VW,e.mergeProps({key:1},r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[0]||(_[0]=w=>i.value=w),"model-value":D.value,placeholder:r.placeholder,"show-error":s.value}),null,16,["id","focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(OW,e.mergeProps({key:2},r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[1]||(_[1]=w=>i.value=w),"model-value":D.value,"show-description":N.value,"show-error":s.value,onReset:h}),null,16,["id","focus","model-value","show-description","show-error"])),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",FW,[l.value.length>0?(e.openBlock(),e.createBlock(b,{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(b,{key:1,class:"pl-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,QW),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode($W,{id:e.unref(o),ref_key:"dropdownRef",ref:d,"input-element":c.value,"id-prop":`pl-select-${e.unref(o)}`,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":M.value,onSelectValue:g},null,8,["id","input-element","id-prop","focus","helpertext","errors","options","selected-value"])]))],8,UW)}}});const pD={install(t){t.component("PlSelectPlus",Rm)}};const qW={key:0,class:"pl-card__img-container"},WW=["src"],HW={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},GW={__name:"pl-card",props:{type:{type:String,default:"large"},imaged:{type:Boolean,default:!1},title:{type:String,required:!0,default:"title"},subtitle:{type:String,default:"subtitle"},img:{type:String},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTQiIGZpbGw9IiNCNUI1QjUiLz4KPC9zdmc+Cg==",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",HW)):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",qW,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,WW)])):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))}},mD={install(t){t.component("PlCard",GW)}},ZW=e.defineComponent({__name:"pl-tab-card",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},width:{default:""},badge:{type:Boolean}},setup(t){e.useCssVars(o=>({"4eb1060e":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=Ic;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},{badge:n.badge}])},[n.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createVNode(s,{color:r.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1},8,["color"])],2)):e.createCommentVNode("",!0)}}});const KW=Rn(ZW,[["__scopeId","data-v-ca85fae1"]]),JW={class:"pl-multitab-container"},XW=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 M=o.default();return Array.isArray(M[0].children)?M[0].children.map(y=>y.props):M.map(y=>y.props)}),s=n,i=M=>{M.disabled||s("update:modelValue",M.name)},c=e.ref(null),d=async M=>{if(Array.isArray(M)){const y=await Promise.all(M.map(f));return M.filter((g,h)=>y[h])[0]}},f=async M=>{var y;return r.modelValue===((y=M.props)==null?void 0:y.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(M,y)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",JW,[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,h=>e.withDirectives((e.openBlock(),e.createBlock(KW,{key:h==null?void 0:h.name,label:h==null?void 0:h.label,width:r.tabWidth,active:r.modelValue===(h==null?void 0:h.name),icon:h==null?void 0:h.icon,disabled:h==null?void 0:h.disabled,badge:h==null?void 0:h.badge,role:"tab"},null,8,["label","width","active","icon","disabled","badge"])),[[g,()=>i(h)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2)])}}});const gD={install(t){t.component("PlMultitab",XW)}},Fm=ft(ps,"PlNotification"),eH={class:"stepper-container"},tH={class:"stepper-title__container"},nH={key:0,class:"stepper-figure"},rH=e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),oH=e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1),lH=[rH,oH],aH={key:1,class:"stepper-figure"},sH={class:"stepper-figure__progress"},iH={key:2,class:"stepper-title__container"},uH={key:0},cH={key:1},dH={key:0},fH={key:1},pH={key:0},mH={key:3,class:"stepper-title__container"},gH={key:0},hH={key:1},vH={key:0},yH={key:1},MH={key:0},NH={key:0},DH={class:"stepper-title__container stepper-title__container_ended"},bH={class:"stepper-text"},wH={key:0},kH={key:0},TH={key:0,class:"stepper-footer"},CH={class:"stepper-footer__count-remain"},_H={class:"stepper-footer__count"},IH={key:1,class:"stepper-footer"},SH={class:"stepper-footer__count-remain"},xH={class:"stepper-footer__count"},EH={name:"PlStepper"},zH=e.defineComponent({...EH,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=fo.cloneDeep(n.steps);return p.pop(),p}),i=e.computed(()=>l.value?n.steps[r.value]:n.steps.find((p,M,y)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<y[M+1][n.stepCountName])),c=(p,M)=>Number((100*(p/M)).toFixed(2)),d=e.computed(()=>{const p={remain:null,progress:null};if(!l.value){const M=n.steps.findIndex(y=>y[n.stepName]===i.value[n.stepName]);return p.remain=n.steps[M+1][n.stepCountName]-n.currentCount,p.progress=c(n.currentCount-i.value[n.stepCountName],n.steps[M+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,M)=>p[n.stepName]===M[n.stepName];return(p,M)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",eH,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(y,g)=>(e.openBlock(),e.createElementBlock("div",{key:y[t.stepName],class:"stepper-item"},[e.createElementVNode("div",tH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(g),"stepper-title_checked":t.currentCount>=y[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(y[t.stepName]),3)]),t.currentCount>y[t.stepCountName]&&!m(y,i.value)?(e.openBlock(),e.createElementBlock("div",nH,lH)):(e.openBlock(),e.createElementBlock("div",aH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":m(y,i.value)}])},null,2),e.createElementVNode("div",sH,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${m(y,i.value)?d.value.progress:0}%;`)},null,4)])])),o.value?(e.openBlock(),e.createElementBlock("div",iH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",uH,e.toDisplayString(y[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",cH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",dH,"0")):(e.openBlock(),e.createElementBlock("span",fH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",pH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},e.toDisplayString(d.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",mH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",gH,e.toDisplayString(y[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",hH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",vH,"0 ₽")):(e.openBlock(),e.createElementBlock("span",yH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",MH,"Осталось выдать: ")),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",NH,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",DH,[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",bH,[e.createTextVNode(e.toDisplayString(t.steps[r.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",wH,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",kH,[o.value?(e.openBlock(),e.createElementBlock("div",TH,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",CH,e.toDisplayString(d.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",_H,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",IH,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",SH,e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",xH,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}});const hD={install(t){t.component("PlStepper",zH)}},jH={class:"pagination-wrapper"},AH={key:0,class:"d-flex align-items-center gap-2"},OH={class:"pagination"},LH={key:0},BH={key:0},PH={key:1},VH={key:1},$H={key:0},UH={key:1},vD=e.defineComponent({__name:"PlPagination",props:e.mergeModels({total:{},showPageSize:{type:Boolean,default:!0},options:{}},{pageNumber:{default:1},pageNumberModifiers:{},pageSize:{default:20},pageSizeModifiers:{}}),emits:e.mergeModels(["pageChange","pageSizeChange","change"],["update:pageNumber","update:pageSize"]),setup(t,{emit:n}){const r=t,o=e.useModel(t,"pageNumber"),l=e.useModel(t,"pageSize");e.onMounted(()=>{r.options&&r.options.length&&(l.value=r.options[0])});const s=e.computed(()=>Math.ceil(r.total/l.value)),i=e.ref(!1),c=e.ref(!1),{width:d}=Dn(),f=n,m=[20,50,100,1e3],p=e.computed(()=>(r.options||m).map(b=>({label:b.toString(),value:b})));e.watch(()=>r.total,b=>{b||h(1,!0)});const M=e.computed(()=>{const b=[];let w=4;if(y.value&&g.value&&(w=3),s.value<=7)for(let E=2;E<s.value;E++)b.push(E);else{let E,j;o.value>=s.value-3?(E=s.value-4,j=s.value-1):w===3?(E=Math.max(2,o.value-1),j=Math.min(s.value-1,o.value+1)):(E=Math.max(2,o.value-2),j=E+w-1,E<=2&&(E=2,j=E+w-1),j>=s.value&&(j=s.value-1,E=j-w+1));for(let x=E;x<=j&&x<s.value;x++)b.push(x)}return b}),y=e.computed(()=>s.value>7&&o.value>4),g=e.computed(()=>s.value>7&&o.value<s.value-3),h=(b,w=!1)=>{b>=1&&b<=s.value?(o.value=b,w||(f("pageChange",b),f("change",{page:b,size:l.value},!1))):b>=s.value&&(o.value=1)},N=()=>{h(1,!0),f("pageSizeChange",l.value),f("change",{page:1,size:l.value},!0)},D=()=>{o.value>1&&h(o.value-1)},C=()=>{o.value<s.value&&h(o.value+1)},_=()=>{const b=o.value+5;b>=s.value?h(s.value):h(b),i.value=!1},k=()=>{const b=o.value-5;b<1?h(1):h(b),c.value=!1},I=b=>{const w=b.toString().length;return{width:w>=5?"50px":w===4?"44px":"40px"}};return(b,w)=>{var $;const E=xn,j=Rm,x=ho,z=dt;return e.openBlock(),e.createElementBlock("nav",jH,[r.showPageSize&&(($=r.options)!=null&&$.length)&&e.unref(d)>=768?(e.openBlock(),e.createElementBlock("div",AH,[e.createVNode(E,null,{default:e.withCtx(()=>[e.createTextVNode("На странице:")]),_:1}),e.createVNode(j,{modelValue:l.value,"onUpdate:modelValue":w[0]||(w[0]=B=>l.value=B),teleport:"",options:p.value,width:"90px",onChange:N},null,8,["modelValue","options"])])):e.createCommentVNode("",!0),e.createElementVNode("div",OH,[e.createVNode(x,{type:"empty",disabled:o.value===1,icon:"ChevronLeft24","icon-color":"var(--color-text-icons-secondary)",onClick:D},null,8,["disabled"]),e.createVNode(E,{class:e.normalizeClass(["pagination-page",{active:o.value===1}]),onClick:w[1]||(w[1]=B=>h(1))},{default:e.withCtx(()=>[e.createTextVNode(" 1 ")]),_:1},8,["class"]),y.value?(e.openBlock(),e.createElementBlock("div",LH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:w[2]||(w[2]=B=>c.value=!0),onMouseleave:w[3]||(w[3]=B=>c.value=!1),onClick:k},[c.value?(e.openBlock(),e.createElementBlock("span",PH,[e.createVNode(z,{name:"ChevronDoubleLeft20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",BH,"..."))],32)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,B=>(e.openBlock(),e.createBlock(E,{key:B,class:e.normalizeClass(["pagination-page",{active:o.value===B}]),style:e.normalizeStyle(I(B)),onClick:W=>h(B)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(B),1)]),_:2},1032,["class","style","onClick"]))),128)),g.value?(e.openBlock(),e.createElementBlock("div",VH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:w[4]||(w[4]=B=>i.value=!0),onMouseleave:w[5]||(w[5]=B=>i.value=!1),onClick:_},[i.value?(e.openBlock(),e.createElementBlock("span",UH,[e.createVNode(z,{name:"ChevronDoubleRight20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",$H,"..."))],32)])):e.createCommentVNode("",!0),s.value>1?(e.openBlock(),e.createBlock(E,{key:2,class:e.normalizeClass(["pagination-page",{active:o.value===s.value}]),style:e.normalizeStyle(I(s.value)),onClick:w[6]||(w[6]=B=>h(s.value))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value),1)]),_:1},8,["class","style"])):e.createCommentVNode("",!0),e.createVNode(x,{type:"empty",icon:"ChevronRight24","icon-color":"var(--color-text-icons-secondary)",disabled:o.value===s.value||o.value>s.value,onClick:C},null,8,["disabled"])])])}}});const QH={class:"table-row"},YH={class:"d-grid flex-grow-1 py-md-table-4 row-gap-md-table-6"},RH={key:0,class:"d-flex align-content-start gap-4"},FH={class:"flex-grow-1 d-flex align-content-end"},qH={key:0,class:"table-cell pr-10"},WH={key:0,style:{width:"140px"}},HH={class:"flex-grow-1"},GH={key:2},IM=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}=Dn(),r=t;return(o,l)=>(e.openBlock(),e.createElementBlock("div",QH,[e.createElementVNode("div",YH,[e.unref(n)<1024&&r.mobileTop?(e.openBlock(),e.createElementBlock("div",RH,[r.isSelectable?(e.openBlock(),e.createBlock(hn,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",FH,[e.createVNode(hn,{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",qH,[e.createVNode(hn,{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",WH,[e.createVNode(hn,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",HH,[e.createVNode(hn,{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",GH,[e.createVNode(hn,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Ju={exports:{}};Ju.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]",M="[object Error]",y="[object Function]",g="[object GeneratorFunction]",h="[object Map]",N="[object Number]",D="[object Null]",C="[object Object]",_="[object Promise]",k="[object Proxy]",I="[object RegExp]",b="[object Set]",w="[object String]",E="[object Symbol]",j="[object Undefined]",x="[object WeakMap]",z="[object ArrayBuffer]",$="[object DataView]",B="[object Float32Array]",W="[object Float64Array]",H="[object Int8Array]",V="[object Int16Array]",P="[object Int32Array]",U="[object Uint8Array]",A="[object Uint8ClampedArray]",R="[object Uint16Array]",K="[object Uint32Array]",Y=/[\\^$.*+?()[\]{}|]/g,se=/^\[object .+?Constructor\]$/,de=/^(?:0|[1-9]\d*)$/,ge={};ge[B]=ge[W]=ge[H]=ge[V]=ge[P]=ge[U]=ge[A]=ge[R]=ge[K]=!0,ge[c]=ge[d]=ge[z]=ge[m]=ge[$]=ge[p]=ge[M]=ge[y]=ge[h]=ge[N]=ge[C]=ge[I]=ge[b]=ge[w]=ge[x]=!1;var ie=typeof Yt=="object"&&Yt&&Yt.Object===Object&&Yt,ue=typeof self=="object"&&self&&self.Object===Object&&self,oe=ie||ue||Function("return this")(),Z=n&&!n.nodeType&&n,X=Z&&!0&&t&&!t.nodeType&&t,ke=X&&X.exports===Z,xe=ke&&ie.process,Ae=function(){try{return xe&&xe.binding&&xe.binding("util")}catch{}}(),Ve=Ae&&Ae.isTypedArray;function _e(Q,ne){for(var Ce=-1,$e=Q==null?0:Q.length,Tt=0,ot=[];++Ce<$e;){var jt=Q[Ce];ne(jt,Ce,Q)&&(ot[Tt++]=jt)}return ot}function qe(Q,ne){for(var Ce=-1,$e=ne.length,Tt=Q.length;++Ce<$e;)Q[Tt+Ce]=ne[Ce];return Q}function pe(Q,ne){for(var Ce=-1,$e=Q==null?0:Q.length;++Ce<$e;)if(ne(Q[Ce],Ce,Q))return!0;return!1}function Re(Q,ne){for(var Ce=-1,$e=Array(Q);++Ce<Q;)$e[Ce]=ne(Ce);return $e}function Te(Q){return function(ne){return Q(ne)}}function Ne(Q,ne){return Q.has(ne)}function Le(Q,ne){return Q==null?void 0:Q[ne]}function We(Q){var ne=-1,Ce=Array(Q.size);return Q.forEach(function($e,Tt){Ce[++ne]=[Tt,$e]}),Ce}function ae(Q,ne){return function(Ce){return Q(ne(Ce))}}function le(Q){var ne=-1,Ce=Array(Q.size);return Q.forEach(function($e){Ce[++ne]=$e}),Ce}var ze=Array.prototype,Xe=Function.prototype,it=Object.prototype,Pe=oe["__core-js_shared__"],ve=Xe.toString,ce=it.hasOwnProperty,Me=function(){var Q=/[^.]+$/.exec(Pe&&Pe.keys&&Pe.keys.IE_PROTO||"");return Q?"Symbol(src)_1."+Q:""}(),Qe=it.toString,De=RegExp("^"+ve.call(ce).replace(Y,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ie=ke?oe.Buffer:void 0,F=oe.Symbol,Ee=oe.Uint8Array,J=it.propertyIsEnumerable,he=ze.splice,Oe=F?F.toStringTag:void 0,et=Object.getOwnPropertySymbols,Ge=Ie?Ie.isBuffer:void 0,ht=ae(Object.keys,Object),cn=Fn(oe,"DataView"),Dt=Fn(oe,"Map"),Lt=Fn(oe,"Promise"),Mo=Fn(oe,"Set"),jl=Fn(oe,"WeakMap"),Yo=Fn(Object,"create"),Sc=Kr(cn),xc=Kr(Dt),Oa=Kr(Lt),Ec=Kr(Mo),La=Kr(jl),Zs=F?F.prototype:void 0,Ba=Zs?Zs.valueOf:void 0;function Gr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function zc(){this.__data__=Yo?Yo(null):{},this.size=0}function jc(Q){var ne=this.has(Q)&&delete this.__data__[Q];return this.size-=ne?1:0,ne}function Ac(Q){var ne=this.__data__;if(Yo){var Ce=ne[Q];return Ce===o?void 0:Ce}return ce.call(ne,Q)?ne[Q]:void 0}function Oc(Q){var ne=this.__data__;return Yo?ne[Q]!==void 0:ce.call(ne,Q)}function Lc(Q,ne){var Ce=this.__data__;return this.size+=this.has(Q)?0:1,Ce[Q]=Yo&&ne===void 0?o:ne,this}Gr.prototype.clear=zc,Gr.prototype.delete=jc,Gr.prototype.get=Ac,Gr.prototype.has=Oc,Gr.prototype.set=Lc;function nr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function Bc(){this.__data__=[],this.size=0}function Pc(Q){var ne=this.__data__,Ce=Ro(ne,Q);if(Ce<0)return!1;var $e=ne.length-1;return Ce==$e?ne.pop():he.call(ne,Ce,1),--this.size,!0}function Vc(Q){var ne=this.__data__,Ce=Ro(ne,Q);return Ce<0?void 0:ne[Ce][1]}function $c(Q){return Ro(this.__data__,Q)>-1}function Uc(Q,ne){var Ce=this.__data__,$e=Ro(Ce,Q);return $e<0?(++this.size,Ce.push([Q,ne])):Ce[$e][1]=ne,this}nr.prototype.clear=Bc,nr.prototype.delete=Pc,nr.prototype.get=Vc,nr.prototype.has=$c,nr.prototype.set=Uc;function Zr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function Al(){this.size=0,this.__data__={hash:new Gr,map:new(Dt||nr),string:new Gr}}function Qc(Q){var ne=No(this,Q).delete(Q);return this.size-=ne?1:0,ne}function Ol(Q){return No(this,Q).get(Q)}function Yc(Q){return No(this,Q).has(Q)}function Rc(Q,ne){var Ce=No(this,Q),$e=Ce.size;return Ce.set(Q,ne),this.size+=Ce.size==$e?0:1,this}Zr.prototype.clear=Al,Zr.prototype.delete=Qc,Zr.prototype.get=Ol,Zr.prototype.has=Yc,Zr.prototype.set=Rc;function Ll(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.__data__=new Zr;++ne<Ce;)this.add(Q[ne])}function Ks(Q){return this.__data__.set(Q,o),this}function Js(Q){return this.__data__.has(Q)}Ll.prototype.add=Ll.prototype.push=Ks,Ll.prototype.has=Js;function hr(Q){var ne=this.__data__=new nr(Q);this.size=ne.size}function Fc(){this.__data__=new nr,this.size=0}function qc(Q){var ne=this.__data__,Ce=ne.delete(Q);return this.size=ne.size,Ce}function Wc(Q){return this.__data__.get(Q)}function Hc(Q){return this.__data__.has(Q)}function Xs(Q,ne){var Ce=this.__data__;if(Ce instanceof nr){var $e=Ce.__data__;if(!Dt||$e.length<r-1)return $e.push([Q,ne]),this.size=++Ce.size,this;Ce=this.__data__=new Zr($e)}return Ce.set(Q,ne),this.size=Ce.size,this}hr.prototype.clear=Fc,hr.prototype.delete=qc,hr.prototype.get=Wc,hr.prototype.has=Hc,hr.prototype.set=Xs;function ei(Q,ne){var Ce=Vl(Q),$e=!Ce&&fi(Q),Tt=!Ce&&!$e&&$a(Q),ot=!Ce&&!$e&&!Tt&&gi(Q),jt=Ce||$e||Tt||ot,Gt=jt?Re(Q.length,String):[],vt=Gt.length;for(var Ct in Q)(ne||ce.call(Q,Ct))&&!(jt&&(Ct=="length"||Tt&&(Ct=="offset"||Ct=="parent")||ot&&(Ct=="buffer"||Ct=="byteLength"||Ct=="byteOffset")||si(Ct,vt)))&&Gt.push(Ct);return Gt}function Ro(Q,ne){for(var Ce=Q.length;Ce--;)if(di(Q[Ce][0],ne))return Ce;return-1}function Pa(Q,ne,Ce){var $e=ne(Q);return Vl(Q)?$e:qe($e,Ce(Q))}function Fo(Q){return Q==null?Q===void 0?j:D:Oe&&Oe in Object(Q)?li(Q):Kc(Q)}function Va(Q){return Wo(Q)&&Fo(Q)==c}function qo(Q,ne,Ce,$e,Tt){return Q===ne?!0:Q==null||ne==null||!Wo(Q)&&!Wo(ne)?Q!==Q&&ne!==ne:ti(Q,ne,Ce,$e,qo,Tt)}function ti(Q,ne,Ce,$e,Tt,ot){var jt=Vl(Q),Gt=Vl(ne),vt=jt?d:Or(Q),Ct=Gt?d:Or(ne);vt=vt==c?C:vt,Ct=Ct==c?C:Ct;var Rt=vt==C,En=Ct==C,Zt=vt==Ct;if(Zt&&$a(Q)){if(!$a(ne))return!1;jt=!0,Rt=!1}if(Zt&&!Rt)return ot||(ot=new hr),jt||gi(Q)?Bl(Q,ne,Ce,$e,Tt,ot):Zc(Q,ne,vt,Ce,$e,Tt,ot);if(!(Ce&l)){var At=Rt&&ce.call(Q,"__wrapped__"),wn=En&&ce.call(ne,"__wrapped__");if(At||wn){var vr=At?Q.value():Q,rr=wn?ne.value():ne;return ot||(ot=new hr),Tt(vr,rr,Ce,$e,ot)}}return Zt?(ot||(ot=new hr),oi(Q,ne,Ce,$e,Tt,ot)):!1}function Gc(Q){if(!mi(Q)||ui(Q))return!1;var ne=$l(Q)?De:se;return ne.test(Kr(Q))}function ni(Q){return Wo(Q)&&pi(Q.length)&&!!ge[Fo(Q)]}function ri(Q){if(!ci(Q))return ht(Q);var ne=[];for(var Ce in Object(Q))ce.call(Q,Ce)&&Ce!="constructor"&&ne.push(Ce);return ne}function Bl(Q,ne,Ce,$e,Tt,ot){var jt=Ce&l,Gt=Q.length,vt=ne.length;if(Gt!=vt&&!(jt&&vt>Gt))return!1;var Ct=ot.get(Q);if(Ct&&ot.get(ne))return Ct==ne;var Rt=-1,En=!0,Zt=Ce&s?new Ll:void 0;for(ot.set(Q,ne),ot.set(ne,Q);++Rt<Gt;){var At=Q[Rt],wn=ne[Rt];if($e)var vr=jt?$e(wn,At,Rt,ne,Q,ot):$e(At,wn,Rt,Q,ne,ot);if(vr!==void 0){if(vr)continue;En=!1;break}if(Zt){if(!pe(ne,function(rr,Lr){if(!Ne(Zt,Lr)&&(At===rr||Tt(At,rr,Ce,$e,ot)))return Zt.push(Lr)})){En=!1;break}}else if(!(At===wn||Tt(At,wn,Ce,$e,ot))){En=!1;break}}return ot.delete(Q),ot.delete(ne),En}function Zc(Q,ne,Ce,$e,Tt,ot,jt){switch(Ce){case $:if(Q.byteLength!=ne.byteLength||Q.byteOffset!=ne.byteOffset)return!1;Q=Q.buffer,ne=ne.buffer;case z:return!(Q.byteLength!=ne.byteLength||!ot(new Ee(Q),new Ee(ne)));case m:case p:case N:return di(+Q,+ne);case M:return Q.name==ne.name&&Q.message==ne.message;case I:case w:return Q==ne+"";case h:var Gt=We;case b:var vt=$e&l;if(Gt||(Gt=le),Q.size!=ne.size&&!vt)return!1;var Ct=jt.get(Q);if(Ct)return Ct==ne;$e|=s,jt.set(Q,ne);var Rt=Bl(Gt(Q),Gt(ne),$e,Tt,ot,jt);return jt.delete(Q),Rt;case E:if(Ba)return Ba.call(Q)==Ba.call(ne)}return!1}function oi(Q,ne,Ce,$e,Tt,ot){var jt=Ce&l,Gt=Pl(Q),vt=Gt.length,Ct=Pl(ne),Rt=Ct.length;if(vt!=Rt&&!jt)return!1;for(var En=vt;En--;){var Zt=Gt[En];if(!(jt?Zt in ne:ce.call(ne,Zt)))return!1}var At=ot.get(Q);if(At&&ot.get(ne))return At==ne;var wn=!0;ot.set(Q,ne),ot.set(ne,Q);for(var vr=jt;++En<vt;){Zt=Gt[En];var rr=Q[Zt],Lr=ne[Zt];if($e)var Ua=jt?$e(Lr,rr,Zt,ne,Q,ot):$e(rr,Lr,Zt,Q,ne,ot);if(!(Ua===void 0?rr===Lr||Tt(rr,Lr,Ce,$e,ot):Ua)){wn=!1;break}vr||(vr=Zt=="constructor")}if(wn&&!vr){var Ho=Q.constructor,nn=ne.constructor;Ho!=nn&&"constructor"in Q&&"constructor"in ne&&!(typeof Ho=="function"&&Ho instanceof Ho&&typeof nn=="function"&&nn instanceof nn)&&(wn=!1)}return ot.delete(Q),ot.delete(ne),wn}function Pl(Q){return Pa(Q,ed,ai)}function No(Q,ne){var Ce=Q.__data__;return ii(ne)?Ce[typeof ne=="string"?"string":"hash"]:Ce.map}function Fn(Q,ne){var Ce=Le(Q,ne);return Gc(Ce)?Ce:void 0}function li(Q){var ne=ce.call(Q,Oe),Ce=Q[Oe];try{Q[Oe]=void 0;var $e=!0}catch{}var Tt=Qe.call(Q);return $e&&(ne?Q[Oe]=Ce:delete Q[Oe]),Tt}var ai=et?function(Q){return Q==null?[]:(Q=Object(Q),_e(et(Q),function(ne){return J.call(Q,ne)}))}:kt,Or=Fo;(cn&&Or(new cn(new ArrayBuffer(1)))!=$||Dt&&Or(new Dt)!=h||Lt&&Or(Lt.resolve())!=_||Mo&&Or(new Mo)!=b||jl&&Or(new jl)!=x)&&(Or=function(Q){var ne=Fo(Q),Ce=ne==C?Q.constructor:void 0,$e=Ce?Kr(Ce):"";if($e)switch($e){case Sc:return $;case xc:return h;case Oa:return _;case Ec:return b;case La:return x}return ne});function si(Q,ne){return ne=ne??i,!!ne&&(typeof Q=="number"||de.test(Q))&&Q>-1&&Q%1==0&&Q<ne}function ii(Q){var ne=typeof Q;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Q!=="__proto__":Q===null}function ui(Q){return!!Me&&Me in Q}function ci(Q){var ne=Q&&Q.constructor,Ce=typeof ne=="function"&&ne.prototype||it;return Q===Ce}function Kc(Q){return Qe.call(Q)}function Kr(Q){if(Q!=null){try{return ve.call(Q)}catch{}try{return Q+""}catch{}}return""}function di(Q,ne){return Q===ne||Q!==Q&&ne!==ne}var fi=Va(function(){return arguments}())?Va:function(Q){return Wo(Q)&&ce.call(Q,"callee")&&!J.call(Q,"callee")},Vl=Array.isArray;function Jc(Q){return Q!=null&&pi(Q.length)&&!$l(Q)}var $a=Ge||wt;function Xc(Q,ne){return qo(Q,ne)}function $l(Q){if(!mi(Q))return!1;var ne=Fo(Q);return ne==y||ne==g||ne==f||ne==k}function pi(Q){return typeof Q=="number"&&Q>-1&&Q%1==0&&Q<=i}function mi(Q){var ne=typeof Q;return Q!=null&&(ne=="object"||ne=="function")}function Wo(Q){return Q!=null&&typeof Q=="object"}var gi=Ve?Te(Ve):ni;function ed(Q){return Jc(Q)?ei(Q):ri(Q)}function kt(){return[]}function wt(){return!1}t.exports=Xc})(Ju,Ju.exports);var ZH=Ju.exports;const SM=Mn(ZH),Kn={SMALL:375,MOBILE:768,TABLET:1024,DESKTOP:1200,WIDESCREEN:1680},KH={key:0},JH={key:0,class:"px-4"},XH={key:1,class:"px-4"},e7={key:0,"data-testid":"table-headers",class:"table-row",role:"rowgroup"},t7={key:0,class:"table-cell pr-10",role:"columnheader"},n7=e.createElementVNode("div",{class:"divider"},null,-1),r7={key:0,class:"py-4"},o7=e.createElementVNode("div",{class:"divider"},null,-1),l7=[o7],a7={class:"no-data-container"},s7=["id"],i7={key:0,class:"d-grid flex-grow-1 row-gap-md-table-6 py-md-table-4"},u7={key:0,class:"d-flex align-content-start gap-4",role:"cell"},c7={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},d7={key:2,role:"cell"},f7={key:1,style:{height:"70px"}},p7={key:2,class:"prevent-click py-4"},m7=e.createElementVNode("div",{class:"divider"},null,-1),g7=[m7],h7=e.defineComponent({__name:"pl-table-plus",props:e.mergeModels({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:{default:()=>[]},total:{},bodyHeight:{default:"100%"},alignRight:{type:Boolean,default:!1},border:{type:Boolean},showPageSize:{type:Boolean,default:!0},virtualSize:{default:100},loadingSize:{default:20},minLoadingRows:{default:5},hideHeaders:{type:Boolean,default:!1}},{pageNumber:{default:1},pageNumberModifiers:{},pageSize:{default:20},pageSizeModifiers:{}}),emits:e.mergeModels(["infiniteScroll","update:selectedRows","rowClick","headerCheckboxClicked","pageChange","pageSizeChange","change","scroll"],["update:pageNumber","update:pageSize"]),setup(t,{expose:n,emit:r}){e.useCssVars(Z=>({"868ca668":s.value}));const o=r,l=t,s=e.computed(()=>Tp(l.bodyHeight)),{width:i}=Dn(),{rows:c}=e.toRefs(l),d=e.useSlots(),f=e.ref({}),m=e.ref(),p=e.computed(()=>l.isLoading),M=e.ref(!0),y=e.useModel(t,"pageNumber"),g=e.useModel(t,"pageSize");e.onMounted(()=>{l.pageSizeOptions&&l.pageSizeOptions.length&&(g.value=l.pageSizeOptions[0])});const h=e.computed(()=>g.value>=l.virtualSize),N=e.ref(),D=e.computed(()=>{var Z;return(Z=N==null?void 0:N.value)==null?void 0:Z.showXThumb}),C=e.computed(()=>l.isLoading?Math.max(l.rows.length,l.minLoadingRows):l.rows.length),_=(Z,X)=>{N.value.setScrollLeft(X.left),o("scroll",Z)},k=e.ref(),I=(Z,X)=>{i.value>=Kn.TABLET&&(k.value.setScrollLeft(X.left),o("scroll",Z))},b=e.computed({get:()=>l.selectedRows,set:Z=>o("update:selectedRows",Z)}),w=e.computed(()=>{const Z={};return l.rows.forEach((X,ke)=>{const xe=l.uniqKey?X[l.uniqKey]:ke;Z[xe]=X}),Z}),E=e.ref([]),j=bn(),x=Z=>{var ke;const X=(ke=document.getElementById(j+Z))==null?void 0:ke.classList;X&&(X.contains("visible")||(E.value[j+Z]=!0,X.add("visible")))},z=new IntersectionObserver(Z=>{Z.forEach(X=>{if(X.isIntersecting&&!X.target.classList.contains("visible")){E.value[X.target.id]=!0,X.target.classList.add("visible");const ke=Number(X.target.id.replace(j,""));for(let xe=ke;xe>=ke-l.loadingSize;xe--)x(xe);for(let xe=ke;xe<ke+l.loadingSize;xe++)x(xe)}})},{root:N.value,rootMargin:"400px",threshold:.01}),$=()=>{h.value&&(E.value=[],z.disconnect(),l.rows.forEach((Z,X)=>{const ke=document.getElementById(j+X);ke&&(E.value[j+X]=document.getElementById(j+X).classList.contains("visible"),z.observe(ke))}))};e.watch(()=>l.rows.length,()=>{e.nextTick(()=>{$()})});const B=(Z,X=!1)=>{N.value.setScrollTop(0),y.value=Z.page,g.value=Z.size,X||o("pageChange",y.value),X&&o("pageSizeChange",g.value,y.value),o("change",Z)},W=()=>{f.value={}},H=()=>{l.rows.forEach((Z,X)=>{if(Z!=null&&Z.isDisabledSelect)return;const ke=l.uniqKey?Z[l.uniqKey]:X;f.value[ke]=!0})},V=e.ref(!1),P=e.computed(()=>l.rows.filter(Z=>!(Z!=null&&Z.isDisabledSelect))),U=e.computed(()=>Object.values(b.value).map(Z=>Z).length),A=e.computed(()=>i.value<Kn.TABLET?l.headers.filter(Z=>!l.hideHeadersOnMobile.includes(Z.key)):l.headers),R=e.ref(1),K=e.computed(()=>{let Z=l.isSelectable?"60px":"";return A.value.forEach(X=>{let ke="1fr",xe="0";X!=null&&X.width&&typeof X.width=="number"?(ke=`${100/R.value*X.width}%`,xe=ke):X!=null&&X.width&&typeof X.width=="string"&&(ke=X==null?void 0:X.width,xe=ke),X!=null&&X.minWidth&&typeof X.minWidth=="number"?xe=`${100/R.value*X.minWidth}%`:X!=null&&X.minWidth&&typeof X.minWidth=="string"&&(xe=X.minWidth),Z+=` minmax(${xe}, ${ke})`}),i.value<Kn.TABLET?{}:{"grid-template-columns":Z}}),Y=()=>{p.value||!c.value.length||o("infiniteScroll")},se=()=>{ge.value=!0,V.value=!0},de=()=>{W()},ge=e.ref(!1),ie=()=>{ge.value=!0},ue=(Z,X)=>{var ke,xe;(xe=(ke=Z.target).closest)!=null&&xe.call(ke,".prevent-click")||o("rowClick",X)};e.watch(V,Z=>{ge.value&&(Z?H():W(),o("headerCheckboxClicked",Z)),ge.value=!1}),e.watch(f,()=>{setTimeout(()=>{const Z=[];for(const X in f.value)f.value[X]&&Z.push(w.value[X]);V.value=!!P.value.length&&Z.length===P.value.length,!SM(b.value,Z)&&(b.value=Z)})},{deep:!0}),e.watch(b,(Z,X)=>{if(SM(Z,X))return;const ke={};Z.forEach((xe,Ae)=>{const Ve=l.uniqKey?xe[l.uniqKey]:Ae;ke[Ve]=!0}),f.value=ke},{deep:!0,immediate:!0}),e.watch(p,Z=>{M.value&&(Z||(M.value=!1))},{immediate:!0});const oe=()=>{const{width:Z}=m.value.getBoundingClientRect(),X=l.defaultWrapperWidth||Z;R.value=X-32};return e.watch(i,()=>{oe()}),e.onMounted(()=>{oe()}),n({resetSelectedRows:de,selectAllRows:se}),(Z,X)=>{const ke=Hr,xe=vD,Ae=e.resolveDirective("tap"),Ve=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)>=e.unref(Kn).TABLET?(e.openBlock(),e.createElementBlock("div",KH,[M.value?(e.openBlock(),e.createElementBlock("div",JH,[e.createVNode(IM,{"is-selectable":!!Z.isSelectable,headers:A.value,"table-style":K.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",XH,[e.createVNode(ke,{ref_key:"tableHeaderScroll",ref:k,"view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","hide-scroll-thumb":"",onScroll:_},{default:e.withCtx(()=>[l.hideHeaders?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",e7,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(K.value),role:"row"},[Z.isSelectable?(e.openBlock(),e.createElementBlock("div",t7,[e.createVNode(fa,{modelValue:V.value,"onUpdate:modelValue":X[0]||(X[0]=_e=>V.value=_e),disabled:p.value||!P.value.length,"is-indeterminate":!!U.value,size:"small",onMousedown:ie},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(_e,qe)=>(e.openBlock(),e.createElementBlock("div",{key:qe+"headerCell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":_e.alignRight||l.alignRight}]]),role:"columnheader"},[e.createVNode(xn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(_e.label),1)]),_:2},1024)],2))),128))],4)]))]),_:1},512)])),n7])):e.createCommentVNode("",!0),p.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["table-body rows-skeleton",[{"table-body__fixed":s.value!=="100%"}]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,(_e,qe)=>(e.openBlock(),e.createElementBlock("div",{key:_e+"skeletonRow"},[e.createVNode(IM,{"is-selectable":!!Z.isSelectable,headers:A.value,"table-style":K.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)<e.unref(Kn).TABLET&&qe<C.value-1?(e.openBlock(),e.createElementBlock("div",r7,l7)):e.createCommentVNode("",!0)]))),128))],2)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",a7,[e.renderSlot(Z.$slots,"noDataContainer")],512),[[e.vShow,!p.value&&e.unref(d).noDataContainer&&!e.unref(c).length]]),e.withDirectives((e.openBlock(),e.createBlock(ke,{ref_key:"tableBodyScroll",ref:N,"infinite-scroll-distance":5,"data-testid":"table-body",class:"table-body mt-md-table-0",role:"rowgroup","max-height":Z.bodyHeight,"wrap-class":`pt-1 pt-md-table-0 ${D.value?"pb-3":""}`,"view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","always-show-x-thumb":"",onScroll:I},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(_e,qe)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:e.unref(j)+qe,key:(_e==null?void 0:_e[Z.uniqKey])||qe+"tableRow",class:e.normalizeClass([[{"with-hover":Z.withHover&&e.unref(i)>=e.unref(Kn).TABLET&&!Z.border},{"with-border":Z.border&&e.unref(i)>=e.unref(Kn).TABLET}],"table-row"]),"data-testid":"table-row",role:"row"},[!h.value||E.value[e.unref(j)+qe]?(e.openBlock(),e.createElementBlock("div",i7,[e.unref(i)<e.unref(Kn).TABLET&&e.unref(d).mobileTop?(e.openBlock(),e.createElementBlock("div",u7,[Z.isSelectable?(e.openBlock(),e.createBlock(fa,{key:0,modelValue:f.value[(_e==null?void 0:_e[Z.uniqKey])||qe],"onUpdate:modelValue":pe=>f.value[(_e==null?void 0:_e[Z.uniqKey])||qe]=pe,disabled:_e==null?void 0:_e.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(Z.$slots,"mobileTop",{row:_e})])):e.createCommentVNode("",!0),A.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(K.value)},[Z.isSelectable&&e.unref(i)>=e.unref(Kn).TABLET?(e.openBlock(),e.createElementBlock("div",c7,[e.createVNode(fa,{modelValue:f.value[(_e==null?void 0:_e[Z.uniqKey])||qe],"onUpdate:modelValue":pe=>f.value[(_e==null?void 0:_e[Z.uniqKey])||qe]=pe,disabled:_e==null?void 0:_e.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(pe,Re)=>(e.openBlock(),e.createElementBlock("div",{key:Re+"tableCell","data-testid":"table-cell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":pe.alignRight||l.alignRight}]]),role:"cell"},[e.unref(i)<e.unref(Kn).TABLET&&(pe!=null&&pe.label)?(e.openBlock(),e.createBlock(xn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(i)>=e.unref(Kn).TABLET?pe.maxWidthContent:"100%"}`)},[e.renderSlot(Z.$slots,pe.key,{row:_e},()=>[e.createTextVNode(e.toDisplayString(_e[pe.label]),1)])],4)],2))),128))],4)):e.createCommentVNode("",!0),e.unref(i)<e.unref(Kn).TABLET&&e.unref(d).mobileBottom?(e.openBlock(),e.createElementBlock("div",d7,[e.renderSlot(Z.$slots,"mobileBottom",{row:_e})])):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",f7)),e.unref(i)<e.unref(Kn).TABLET&&qe<e.unref(c).length-1?(e.openBlock(),e.createElementBlock("div",p7,g7)):e.createCommentVNode("",!0)],10,s7)),[[Ae,pe=>ue(pe,_e)]])),128))]),_:3},8,["max-height","wrap-class"])),[[e.vShow,!p.value&&e.unref(c).length],[Ve,Y]]),l.pagination?(e.openBlock(),e.createBlock(xe,{key:2,"page-size":g.value,"onUpdate:pageSize":X[1]||(X[1]=_e=>g.value=_e),"page-number":y.value,"onUpdate:pageNumber":X[2]||(X[2]=_e=>y.value=_e),total:l.total,"show-page-size":l.showPageSize,options:Z.pageSizeOptions,onChange:B},null,8,["page-size","page-number","total","show-page-size","options"])):e.createCommentVNode("",!0)],512)}}});const yD={install(t){t.component("PlTablePlus",h7)}},v7=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 M={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 M[l.value]||M.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=M=>{if(r.disabled){M.stopImmediatePropagation();return}o("tagClicked")};return(M,y)=>{const g=dt;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(g,{key:0,color:d.value,name:r.icon},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"default"),r.deleteBtn?(e.openBlock(),e.createBlock(g,{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 MD=ft(v7,"PlTagsChips"),y7=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>{const l=xn;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 M7=Rn(y7,[["__scopeId","data-v-68a9a8d7"]]),N7=t=>(e.pushScopeId("data-v-55df134a"),t=t(),e.popScopeId(),t),D7={class:"pl-tab__content"},b7={key:0,class:"pl-tab__content-suffix"},w7=N7(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),k7=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=Ic;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",D7,[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",b7,[n.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(M7,{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),w7],2)):e.createCommentVNode("",!0)}}});const T7=Rn(k7,[["__scopeId","data-v-55df134a"]]),C7={class:"pl-tab-container"},_7=e.createElementVNode("div",{class:"pl-tab-divider"},null,-1),I7=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 M=l.default();return Array.isArray(M[0].children)?M[0].children.map(y=>y.props):l.default().map(y=>y.props)}),i=e.ref(null),c=async(M,y)=>{const g=await Promise.all(M.map(y));return M.filter((h,N)=>g[N])[0]},d=async M=>{var y;return r.modelValue===((y=M.props)==null?void 0:y.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=M=>{M.disabled||m("update:modelValue",M.name)};return(M,y)=>{var h;const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",C7,[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(T7,{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"])),[[g,()=>p(N)]])),128)),_7],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:(h=i.value)==null?void 0:h.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 ND={install(t){t.component("PlTabs",I7)}},DD=ft(vD,"PlPagination"),qm=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Wm=e.defineComponent({__name:"pl-system",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),S7={key:0,class:"pl-onboarding-overlay"},x7={class:"onboarding-header"},E7={class:"d-flex gap-2"},z7={class:"d-grid gap-4"},j7={class:"onboarding-content"},A7=["src"],O7={class:"onboarding-footer"},L7={class:"pagination"},B7=e.defineComponent({__name:"pl-onboarding",props:{show:{type:Boolean,default:!1},title:{default:"Title"},placement:{default:"top"},slides:{},currentItem:{default:0},hideCloseButton:{type:Boolean,default:!1},overlay:{type:Boolean,default:!1},borderRadius:{default:"16px"}},emits:["close","update:show","update:currentItem","next"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.currentItem,set:w=>o("update:currentItem",w)}),s=e.computed({get:()=>r.show,set:w=>o("update:show",w)}),i=e.ref(null),c=e.ref(null),d=e.computed(()=>l.value===r.slides.length-1?"Понятно":"Далее"),f=e.ref(),m=e.ref({}),p=()=>{o("close"),s.value=!1},M=()=>{l.value===r.slides.length-1?(p(),o("next")):(o("update:currentItem",l.value),l.value++,o("next"))},y=e.ref(r.placement),g=()=>{if(i.value&&c.value){let w="",E="";const j=c.value.firstElementChild.getBoundingClientRect();m.value={top:`${j.top-8}px`,left:`${j.left-8}px`,width:`${j.width+8*2}px`,height:`${j.height+8*2}px`,borderRadius:r.borderRadius};const x=i.value,z=x.offsetWidth,$=x.offsetHeight,B=j.left-z-14,W=window.innerWidth-j.right-z-14,H=j.left-z-14,V=window.innerWidth-j.right-z/2-14,P=j.top-$-14,U=window.innerHeight-j.bottom-$-14,A=r.placement,R=A.startsWith("left")&&B<0?A.replace("left","right"):A.startsWith("right")&&W<0||A.endsWith("-right")&&H<0?A.replace("right","left"):A.endsWith("-left")&&V<0?A.replace("left","right"):A.startsWith("top")&&P<0?A.replace("top","bottom"):A.startsWith("bottom")&&U<0?A.replace("bottom","top"):A;y.value=R;const K=r.overlay?8:0;switch(R){case"left-top":w=`${j.top-40+j.height/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"left":w=`${j.top+j.height/2-x.offsetHeight/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"left-bottom":w=`${j.bottom-x.offsetHeight+40-j.height/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"right-top":w=`${j.top-40+j.height/2}px`,E=`${j.left+j.width+14+K}px`;break;case"right":w=`${j.top+j.height/2-x.offsetHeight/2}px`,E=`${j.left+j.width+14+K}px`;break;case"right-bottom":w=`${j.bottom-x.offsetHeight+40-j.height/2}px`,E=`${j.right+14+K}px`;break;case"top-left":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.left+j.width/2-40.5}px`;break;case"top":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.left+j.width/2-x.offsetWidth/2}px`;break;case"top-right":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.right-x.offsetWidth-j.width/2+40.5}px`;break;case"bottom-left":w=`${j.bottom+14+K}px`,E=`${j.left+j.width/2-40.5}px`;break;case"bottom":w=`${j.bottom+14+K}px`,E=`${j.left+j.width/2-x.offsetWidth/2}px`;break;case"bottom-right":w=`${j.bottom+14+K}px`,E=`${j.right-x.offsetWidth-j.width/2+40.5}px`;break}return{top:w,left:E}}},h=()=>{f.value=g()},{top:N,right:D,bottom:C,left:_,height:k,width:I}=o4(c);e.onUpdated(()=>{const w=new MutationObserver(h);i.value&&w.observe(i.value,{childList:!0,subtree:!0,attributes:!0}),e.onUnmounted(()=>{w.disconnect()})});let b;return e.watch(()=>s.value,(w,E)=>{w?(f.value=g(),document.body.style.overflow="hidden",b=e.watch([N,D,C,_,k,I],()=>{h(),document.addEventListener("transitionend",h)})):E===!0&&(document.body.style.overflow="",b==null||b(),document.removeEventListener("transitionend",h))},{immediate:!0}),(w,E)=>{const j=Gs,x=Wm,z=qm;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"triggerElement",ref:c,class:e.normalizeClass({"pl-onboarding-trigger":r.overlay}),style:e.normalizeStyle({borderRadius:w.borderRadius})},[e.renderSlot(w.$slots,"default")],6),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",S7,[r.overlay?(e.openBlock(),e.createElementBlock("div",{key:0,class:"pl-onboarding-hole",style:e.normalizeStyle(m.value)},null,4)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"onboardingBox",ref:i,style:e.normalizeStyle(f.value),class:e.normalizeClass(["onboarding",`arrow-${y.value}`])},[e.createElementVNode("div",x7,[e.createElementVNode("div",E7,[e.createVNode(j,{class:"onboarding-header-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(w.title),1)]),_:1}),e.withDirectives(e.createVNode(dt,{class:"onboarding-close-button",color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:p},null,512),[[e.vShow,!w.hideCloseButton]])]),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(x,{key:l.value,class:"onboarding-header-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(w.slides[l.value].description),1)]),_:1}))]),_:1})]),e.createElementVNode("div",z7,[e.createElementVNode("div",j7,[e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[w.slides[l.value].image?(e.openBlock(),e.createElementBlock("img",{key:l.value,src:w.slides[l.value].image,alt:"Onboarding Image"},null,8,A7)):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",O7,[e.createElementVNode("div",L7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.slides,($,B)=>(e.openBlock(),e.createElementBlock("span",{key:B,class:e.normalizeClass({active:l.value===B})},null,2))),128))]),e.createVNode(z,{class:"onboarding-next-button",onClick:M},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.value),1)]),_:1})])])],6)])):e.createCommentVNode("",!0)]))]),_:1})],64)}}});const bD={install(t){t.component("PlOnboarding",B7)}},P7=e.defineComponent({__name:"pl-signing",props:{selectedCertificate:{},loading:{type:Boolean},signingFile:{type:Boolean},skipValid:{type:Boolean,default:!1},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:_=>{l("update:selected-certificate",_)}}),i=e.computed({get:()=>o.loading,set:_=>{l("update:loading",_)}}),c=e.ref([]),d=()=>{var _;if((_=N.value)!=null&&_.isValidSystemSetup)return N.value.isValidSystemSetup();throw new Error("Метод isValidSystemSetup отсутствует в crypto-pro")},f=(_=!1)=>{var k;if((k=N.value)!=null&&k.getUserCertificates)return N.value.getUserCertificates(_);throw new Error("Метод getUserCertificates отсутствует в crypto-pro")},m=(_,k,I)=>{var b;if((b=N.value)!=null&&b.getUserCertificates)return N.value.createDetachedSignature(_,k,I);throw new Error("Метод createDetachedSignature отсутствует в crypto-pro")},p=()=>new Promise((_,k)=>{i.value=!0,d().then(async()=>{let I=await f(!0).catch(b=>{l("system-setup-error",b),console.error("getUserCertificates"),console.error(b),k(b)});if(o.certificatesThumbprint&&(I=I.filter(b=>o.certificatesThumbprint.includes(b.thumbprint))),c.value=await y(I),c.value.length===0){const b="Сертификаты не найдены";l("system-setup-error",b),console.error(b),k(b)}else c.value.length===1&&(s.value=c.value[0].value),_(!0);i.value=!1}).catch(I=>{l("system-setup-error",I),console.error("checkSystemSetup"),console.error(I),k(I)}).finally(()=>{i.value=!1})}),M=(_,k)=>{var I;return(I=_.find(b=>{var w;return(!b.title||!k)&&console.error("getInfoAboutCert",b,k),((w=b.title)==null?void 0:w.toLowerCase())===(k==null?void 0:k.toLowerCase())}))==null?void 0:I.description},y=async _=>(await Promise.all(_.map(async I=>{let b;await I.isValid().then(de=>{b=de,b||console.error(I)}).catch(de=>{console.error("isValid",de)});let w;await I.getOwnerInfo().then(de=>{w=de}).catch(de=>{console.error("getOwnerInfo",de)});const E=M(w,"Должность"),j=!!M(w,"ИНН"),x=!!M(w,"ИНН ЮЛ"),z=x?!0:j;if(!o.skipValid&&(!b||!z))return;let $;await I.getIssuerInfo().then(de=>{$=de}).catch(de=>{console.error("getIssuerInfo",de)});const B=M(w,x?"ИНН ЮЛ":"ИНН"),W=M(w,"Фамилия"),H=M(w,"Имя Отчество"),V=M(w,"Владелец").replace('"',"«").replace('"',"»"),P=M($,"Компания")||"-",U=ee(await I._cadesCertificate.ValidToDate).format("DD.MM.YYYY"),A=ee().isAfter(ee(U,"DD.MM.YYYY"));if(!W||!H||A)return;let R=`${W} ${H}`,K=`${x?V+" ":""}(ИНН: ${B}). Действителен до: ${U}`,Y=`${W} ${H} ${K}`;o.sellplus&&(K=`Действителен до ${U}`,R=`${W} ${H} | ${V}`,Y=R);const se={label:R,description:K,optionText:K,tooltipText:Y,companyName:V,companyInn:`ИНН: ${B}`,inn:B,role:E,owner:P,isInnUL:x,fio:`${W} ${H}`,validTo:await I._cadesCertificate.ValidToDate,validFrom:await I._cadesCertificate.ValidFromDate,thumbprint:await I._cadesCertificate.Thumbprint};return{value:se,...se}}))).filter(I=>!!I),g=e.computed(()=>o.sellplus?c.value.length===1:!1),h=e.computed(()=>{var _,k,I;return o.sellplus?(_=s.value)==null?void 0:_.label:`${(k=s.value)==null?void 0:k.label} ${(I=s.value)==null?void 0:I.optionText}`}),N=e.ref();e.onMounted(async()=>{s.value=null;try{N.value=await Promise.resolve().then(()=>require("./crypto-pro-actual-cades-plugin-b5530d44.cjs")).then(_=>_.cryptoProActualCadesPlugin)}catch(_){return console.warn("crypto-pro не установлен или не доступен:",_),!1}await p()});const D=e.computed({get:()=>o.signingFile,set:_=>{l("update:signing-file",_)}});return n({signingFiles:async(_,k)=>{if(D.value=!0,!(k!=null&&k.length)){l("no-files"),D.value=!1;return}const I=[];for(const b of k)try{const w=await m(_,b.fileDigest,{hashedAlgorithm:b.fileDigestAlgorithmOid==="1.2.643.7.1.1.2.3"?102:101});I.push({attachmentId:b.attachmentId,signaturePem:w})}catch(w){let E;return w.message==="Ошибка исполнения функции"?E="Срок действия лицензии на компьютере истек, требуется приобрести лицензию на КриптоПро CSP":w.message?E=w.message:E="Что-то пошло не так, попробуйте снова",Fm.error({title:"Ошибка подписания документов",message:E||w.message}),I}return I}}),(_,k)=>{const I=Rm,b=zl;return e.openBlock(),e.createBlock(b,{delay:"",disabled:!s.value,width:"398px"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.value),1)]),default:e.withCtx(()=>[e.createVNode(I,{modelValue:s.value,"onUpdate:modelValue":k[0]||(k[0]=w=>s.value=w),options:c.value,placeholder:o.placeholder,label:o.label,disabled:g.value,teleport:"",prop:"thumbprint"},null,8,["modelValue","options","placeholder","label","disabled"])]),_:1},8,["disabled"])}}}),wD=ft(P7,"PlSigning"),V7=["disabled"],$7={class:"nav-btn-text"},kD=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 Ar(f,()=>{setTimeout(()=>{s.value=!1}),o("update:isClicked",!1)}),e.watch(()=>r.isClicked,M=>{s.value=M}),(M,y)=>{const g=dt,h=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(g,{key:0,name:r.icon,style:e.normalizeStyle({color:c.value})},null,8,["name","style"])):e.createCommentVNode("",!0),e.createElementVNode("div",$7,[e.renderSlot(M.$slots,"default")]),r.type==="company"?(e.openBlock(),e.createBlock(g,{key:1,name:"ChevronDown20",class:e.normalizeClass({rotate:s.value})},null,8,["class"])):e.createCommentVNode("",!0)],2)],10,V7)),[[h,p,void 0,{self:!0}]])}}});const Ls={MOBILE:768,TABLET:1024,DESKTOP:1280,WIDESCREEN:1440},U7={class:"pl-navigation__header"},Q7={class:"pl-navigation-inner-wrapper header-section"},Y7={class:"pl-navigation-header__logo"},R7={class:"pl-navigation-header__content"},F7={class:"pl-navigation-custom-content"},q7={class:"pl-navigation-header__buttons"},W7=e.defineComponent({__name:"Header",props:{sidebarOff:{type:Boolean,default:!1}},emits:["sidebar-click","exit-click"],setup(t,{emit:n}){const{width:r}=Dn(),o=n;return(l,s)=>{const i=dt;return e.openBlock(),e.createElementBlock("header",U7,[e.createElementVNode("div",Q7,[e.createElementVNode("div",Y7,[e.renderSlot(l.$slots,"headerLogo",{},void 0,!0),!l.sidebarOff&&e.unref(r)<e.unref(Ls).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",R7,[e.createElementVNode("div",F7,[e.renderSlot(l.$slots,"customContent",{},void 0,!0)]),e.createElementVNode("div",q7,[e.renderSlot(l.$slots,"headerBtns",{},void 0,!0),e.createVNode(kD,{icon:"Exit20",onClick:s[1]||(s[1]=c=>o("exit-click"))})])])])])}}});const H7=Rn(W7,[["__scopeId","data-v-2d7d7758"]]),G7={class:"pl-navigation"},Z7={class:"pl-navigation-main"},K7={class:"pl-navigation-main-content"},J7=e.defineComponent({__name:"pl-navigation",props:e.mergeModels({sidebarOff:{type:Boolean,default:!1}},{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}=Dn(),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 Ar(l,m=>{setTimeout(()=>{f(m)})}),n({closeSidebar:f}),(m,p)=>(e.openBlock(),e.createElementBlock("div",G7,[e.createVNode(H7,{id:"headerRef","use-width":"useWidth","sidebar-off":m.sidebarOff,onSidebarClick:c,onExitClick:p[0]||(p[0]=M=>s("exit-click"))},{headerLogo:e.withCtx(()=>[e.renderSlot(m.$slots,"headerLogo",{},void 0,!0)]),customContent:e.withCtx(()=>[e.renderSlot(m.$slots,"customContent",{},void 0,!0)]),headerBtns:e.withCtx(()=>[e.renderSlot(m.$slots,"headerBtns",{},void 0,!0)]),_:3},8,["sidebar-off"]),e.createElementVNode("div",Z7,[e.createVNode(Hr,{"offset-right":"2px",class:"w-100",height:"calc(100dvh - 64px)","view-class":m.sidebarOff&&e.unref(o)>e.unref(Ls).TABLET?"px-6":""},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["pl-navigation-main-wrapper pl-navigation-inner-wrapper",{"pl-navigation-main-wrapper_sidebar-close":m.sidebarOff}])},[e.createVNode(e.Transition,{name:"sidebar",onAfterEnter:p[1]||(p[1]=M=>s("sidebar-transition-end"))},{default:e.withCtx(()=>[!m.sidebarOff&&(i.value||e.unref(o)>=e.unref(Ls).DESKTOP)?(e.openBlock(),e.createElementBlock("aside",{key:0,ref_key:"sidebarRef",ref:l,class:"pl-navigation-sidebar"},[e.renderSlot(m.$slots,"sidebarContent",{},void 0,!0)],512)):e.createCommentVNode("",!0)]),_:3}),e.createElementVNode("main",K7,[e.renderSlot(m.$slots,"main",{},void 0,!0)])],2)]),_:3},8,["view-class"])])]))}});const X7=Rn(J7,[["__scopeId","data-v-4382e67a"]]),TD=ft(X7,"PlNavigation"),CD=ft(kD,"PlNavButton"),eG={class:"d-flex gap-2 align-items-center"},tG={class:"d-flex gap-1 align-items-center"},nG={key:0,class:"sidebar-item__alert-container"},rG=e.createElementVNode("span",{class:"sidebar-item__alert-dot"},null,-1),oG=[rG],lG=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=dt,f=xn,m=tr;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",eG,[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",tG,[i.item.counter===1||i.item.alert?(e.openBlock(),e.createElementBlock("div",nG,oG)):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 _D=ft(lG,"PlSidebarItem"),aG={},sG={width:"137",height:"24",viewBox:"0 0 137 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},iG=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),uG=[iG];function cG(t,n){return e.openBlock(),e.createElementBlock("svg",sG,uG)}const dG=Rn(aG,[["render",cG]]),ID=ft(dG,"TLogo"),fG=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 SD=ft(fG,"PlTextCell"),xD=ft(cD,"PlProgress"),ED=e.defineComponent({__name:"pl-sub1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),pG=e.defineComponent({__name:"pl-system-regular",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-regular pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const mG={class:"pl-banner"},gG={key:0,class:"pl-banner_icon-container"},hG={class:"pl-banner_text-container"},vG={key:0,class:"pl-banner_button"},yG={class:"close-button-container"},MG=e.defineComponent({name:"PlBanner",__name:"pl-banner",props:{type:{default:"info"},title:{default:""},description:{default:""},buttonText:{default:""},icon:{default:""},width:{default:""},closeButton:{type:Boolean,default:!1},customColors:{}},emits:["close","buttonClicked"],setup(t,{emit:n}){e.useCssVars(p=>({"3231ba65":p.width,"9a6497b0":m.value,"5117df28":f.value,"88d1c03c":d.value,"5a54adc3":s.value}));const r=t,o=n,l=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-text-icons-primary)";case"interactive":return"var(--color-text-icons-interactive)";case"success":return"var(--color-text-icons-success)";case"warning":return"var(--color-text-icons-warning)";case"critical":return"var(--color-text-icons-error)";case"custom":return((p=r.customColors)==null?void 0:p.icon)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),s=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-text-icons-primary)";case"interactive":return"var(--color-text-icons-interactive)";case"success":return"var(--color-text-icons-success)";case"warning":return"var(--color-text-icons-warning)";case"critical":return"var(--color-text-icons-error)";case"custom":return((p=r.customColors)==null?void 0:p.textButton)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),i=e.computed(()=>{var p;switch(r.type){case"custom":return((p=r.customColors)==null?void 0:p.description)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),c=e.computed(()=>{var p;switch(r.type){case"custom":return((p=r.customColors)==null?void 0:p.title)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),d=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.backgroundButton)??"var(--color-surface-opacity-1)";default:return"var(--color-surface-opacity-1)"}}),f=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.borderButton)??"transparent";default:return"var(--color-surface-opacity-1)"}}),m=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.backgroundBanner)??"var(--color-surface-opacity-1)";default:return"var(--color-surface-opacity-1)"}});return(p,M)=>{const y=dt,g=ED,h=Wm,N=qm,D=ho,C=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",mG,[r.icon?(e.openBlock(),e.createElementBlock("div",gG,[e.createVNode(y,{name:r.icon,color:l.value},null,8,["name","color"])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["pl-banner_text-button-container",{"pl-banner_text-button-container__icon":r.icon}])},[e.createElementVNode("div",hG,[r.title?(e.openBlock(),e.createBlock(g,{key:0,color:c.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.title),1)]),_:1},8,["color"])):e.createCommentVNode("",!0),r.title&&r.description?(e.openBlock(),e.createBlock(pG,{key:1,color:i.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.description),1)]),_:1},8,["color"])):r.description?(e.openBlock(),e.createBlock(h,{key:2,color:i.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.description),1)]),_:1},8,["color"])):e.createCommentVNode("",!0)]),r.buttonText?(e.openBlock(),e.createElementBlock("button",vG,[e.withDirectives((e.openBlock(),e.createBlock(N,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.buttonText),1)]),_:1})),[[C,()=>o("buttonClicked")]])])):e.createCommentVNode("",!0)],2),e.createElementVNode("div",yG,[r.closeButton?e.withDirectives((e.openBlock(),e.createBlock(D,{key:0,icon:"Close20",type:"empty",size:"small","icon-color":"var(--color-text-icons-tertiary)"},null,512)),[[C,()=>o("close")]]):e.createCommentVNode("",!0)])])}}});const zD=ft(MG,"PlBanner"),jD=ft(dt,"PlIcon"),NG=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h1",{class:"typography-headline-h1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),DG=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h2",{class:"typography-headline-h2-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),bG=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h3",{class:"typography-headline-h3-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),wG=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h4",{class:"typography-headline-h4-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),kG=e.defineComponent({__name:"pl-title2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h6",{class:"typography-title-t2-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),TG=e.defineComponent({__name:"pl-title3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),CG=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),_G=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),IG=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),AD={install(t){t.component("PlH1",NG),t.component("PlH2",DG),t.component("PlH3",bG),t.component("PlH4",wG),t.component("PlTitle1",$m),t.component("PlTitle2",kG),t.component("PlTitle3",TG),t.component("PlSub1",ED),t.component("PlSub2",Gs),t.component("PlBtn1",CG),t.component("PlBtn2",Ic),t.component("PlBtn3",qm),t.component("PlBody1",_G),t.component("PlBody2",xn),t.component("PlBody3",Um),t.component("PlBodyU",IG),t.component("PlCap",tr),t.component("PlTag",uD),t.component("PlSystem",Wm)}},OD=ft(Zu,"PlMarkText"),SG=e.defineComponent({__name:"pl-tab-pane",props:{label:{default:""},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null},name:{default:""},badge:{type:Boolean,default:!1}},setup(t){return(n,r)=>e.renderSlot(n.$slots,"default")}}),LD={install(t){t.component("PlTabPane",SG)}},BD=ft(E4,"PlStatusIcon"),xG=Object.freeze(Object.defineProperty({__proto__:null,PlAutocomplete:H4,PlBanner:zD,PlButton:S4,PlButtonDropdown:z4,PlCard:mD,PlCheckbox:m4,PlCheckboxPlus:G4,PlCurrency:p4,PlDatePickerLegacyPlugin:M4,PlDatePickerPlugin:y4,PlDatePickerPlusPlugin:rD,PlDialog:I4,PlDialogPlus:j4,PlForm:iD,PlIcon:jD,PlInput:N4,PlInputPlus:oD,PlLink:A4,PlMarkText:OD,PlMultiSelect:aD,PlMultitab:gD,PlNavButton:CD,PlNavigation:TD,PlNotification:Fm,PlOnboarding:bD,PlPagination:DD,PlProgress:xD,PlRadio:lD,PlScrollbar:O4,PlSelect:b4,PlSelectPlus:pD,PlSidebarItem:_D,PlSigning:wD,PlSkeleton:L4,PlSkeletonButton:Q4,PlSkeletonControl:V4,PlSkeletonIcon:P4,PlSkeletonInput:Y4,PlSkeletonTabs:R4,PlSkeletonTagsChips:q4,PlSkeletonText:U4,PlSkeletonTextCell:$4,PlSkeletonUpload:F4,PlStatusIcon:BD,PlStepper:hD,PlSuggestions:w4,PlSwitch:sD,PlTabPane:LD,PlTablePlugin:k4,PlTablePlus:yD,PlTabs:ND,PlTagsChips:MD,PlTextCell:SD,PlTextPlugin:AD,PlTooltip:T4,PlTooltipPlus:W4,PlUpload:C4,PlUploadLegacy:_4,PlUploadPlus:fD,ScreenSizes:Ls,TLogo:ID,cancelAllApiRequests:h0,dadataParser:u4,declOfNum:mo,deepSet:i4,filters:a4,formatCurrency:kc,formatDate:s4,isEqual:Tc},Symbol.toStringTag,{value:"Module"})),EG=DS(),zG=t=>{var n;Object.values(xG).forEach(r=>{var l;const o=r;(l=o.install)==null||l.call(o,t)}),(n=Ou.install)==null||n.call(Ou,t),t.use(EG).use(X1)};exports.ApiJs=CS;exports.PlAutocomplete=H4;exports.PlBanner=zD;exports.PlButton=S4;exports.PlButtonDropdown=z4;exports.PlCard=mD;exports.PlCheckbox=m4;exports.PlCheckboxPlus=G4;exports.PlCurrency=p4;exports.PlDatePickerLegacyPlugin=M4;exports.PlDatePickerPlugin=y4;exports.PlDatePickerPlusPlugin=rD;exports.PlDialog=j4;exports.PlDialog$1=I4;exports.PlDirectives=Ou;exports.PlForm=iD;exports.PlIcon=jD;exports.PlInput=N4;exports.PlInputPlus=oD;exports.PlLink=A4;exports.PlMarkText=OD;exports.PlMultiSelect=aD;exports.PlMultitab=gD;exports.PlNavButton=CD;exports.PlNavigation=TD;exports.PlNotification=Fm;exports.PlOnboarding=bD;exports.PlPagination=DD;exports.PlProgress=xD;exports.PlRadio=lD;exports.PlScrollbar=O4;exports.PlSelect=b4;exports.PlSelectPlus=pD;exports.PlSidebarItem=_D;exports.PlSigning=wD;exports.PlSkeleton=L4;exports.PlSkeletonButton=Q4;exports.PlSkeletonControl=V4;exports.PlSkeletonIcon=P4;exports.PlSkeletonInput=Y4;exports.PlSkeletonTabs=R4;exports.PlSkeletonTagsChips=q4;exports.PlSkeletonText=U4;exports.PlSkeletonTextCell=$4;exports.PlSkeletonUpload=F4;exports.PlStatusIcon=BD;exports.PlStepper=hD;exports.PlSuggestions=w4;exports.PlSwitch=sD;exports.PlTabPane=LD;exports.PlTablePlugin=k4;exports.PlTablePlus=yD;exports.PlTabs=ND;exports.PlTagsChips=MD;exports.PlTextCell=SD;exports.PlTextPlugin=AD;exports.PlToolTipPlus=W4;exports.PlTooltip=T4;exports.PlUpload=C4;exports.PlUploadLegacy=_4;exports.PlUploadPlus=fD;exports.ScreenSizes=Ls;exports.TLogo=ID;exports.cancelAllApiRequests=h0;exports.dadataParser=u4;exports.declOfNum=mo;exports.deepSet=i4;exports.filters=a4;exports.formatCurrency=kc;exports.formatDate=s4;exports.getDefaultExportFromCjs=Mn;exports.install=zG;exports.isEqual=Tc;exports.loadingAndSetup=ju;exports.plLoading=IS;exports.uniqId=bn;
115
+ */var Bo;(function(t){t.symbol="symbol",t.narrowSymbol="narrowSymbol",t.code="code",t.name="name",t.hidden="hidden"})(Bo||(Bo={}));var sl;(function(t){t.precision="precision",t.thousands="thousands",t.millions="millions",t.billions="billions"})(sl||(sl={}));const Lu=t=>t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),c4=t=>t.replace(/^0+(0$|[^0])/,"$1"),If=(t,n)=>(t.match(new RegExp(Lu(n),"g"))||[]).length,LR=(t,n)=>t.substring(0,t.indexOf(n)),d4=[",",".","٫","。"],NM="(0|[1-9]\\d*)";class BR{constructor(n){var r,o,l,s,i,c;const{currency:d,currencyDisplay:f,locale:m,precision:p,accountingSign:M,useGrouping:y}=n;this.locale=m,this.options={currency:d,useGrouping:y,style:"currency",currencySign:M?"accounting":void 0,currencyDisplay:f!==Bo.hidden?f:void 0};const g=new Intl.NumberFormat(m,this.options),h=g.formatToParts(123456);this.currency=(r=h.find(({type:C})=>C==="currency"))===null||r===void 0?void 0:r.value,this.digits=[0,1,2,3,4,5,6,7,8,9].map(C=>C.toLocaleString(m)),this.decimalSymbol=(o=h.find(({type:C})=>C==="decimal"))===null||o===void 0?void 0:o.value,this.groupingSymbol=(l=h.find(({type:C})=>C==="group"))===null||l===void 0?void 0:l.value,this.minusSign=(s=g.formatToParts(-1).find(({type:C})=>C==="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:g.resolvedOptions().minimumFractionDigits,this.maximumFractionDigits=(c=p==null?void 0:p.max)!==null&&c!==void 0?c:g.resolvedOptions().maximumFractionDigits);const N=C=>LR(C,this.digits[1]),D=C=>C.substring(C.lastIndexOf(this.decimalSymbol?this.digits[0]:this.digits[1])+1);this.prefix=N(g.format(1)),this.suffix=D(g.format(1)),this.negativePrefix=N(g.format(-1)),this.negativeSuffix=D(g.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?`(?:${Lu(this.decimalSymbol)}(\\d*))?`:"",l=this.stripGroupingSeparator(n).match(new RegExp(`^${NM}${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(`^${NM}${Lu(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(Lu(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 d4.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 f4{constructor(n){this.currencyFormat=n}}class PR extends f4{conformToMask(n,r=""){const o=this.currencyFormat.isNegative(n),l=g=>g===""&&o&&!(this.currencyFormat.minusSign===void 0?r===this.currencyFormat.negativePrefix+this.currencyFormat.negativeSuffix:r===this.currencyFormat.negativePrefix),s=g=>{if(l(g))return"";if(this.currencyFormat.maximumFractionDigits>0){if(this.currencyFormat.isFractionIncomplete(g))return g;if(g.startsWith(this.currencyFormat.decimalSymbol))return this.currencyFormat.toFraction(g)}return null};let 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=c4(this.currencyFormat.onlyDigits(d)),p=this.currencyFormat.onlyDigits(f.join("")).substring(0,this.currencyFormat.maximumFractionDigits),M=f.length>0&&p.length===0,y=m===""&&o&&(this.currencyFormat.minusSign===void 0?r===n.slice(0,-2)+this.currencyFormat.negativeSuffix:r===n.slice(0,-1));return M||y||l(m)?r:m.match(/\d+/)?{numberValue:+`${o?"-":""}${m}.${p}`,fractionDigits:p}:""}}class VR extends f4{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?"-":""}${c4(this.currencyFormat.onlyDigits(n))}`/Math.pow(10,this.currencyFormat.maximumFractionDigits);return{numberValue:l,fractionDigits:l.toFixed(this.currencyFormat.maximumFractionDigits).slice(-this.currencyFormat.maximumFractionDigits)}}}const $R={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 UR{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={...$R,...n},this.options.autoDecimalDigits&&(this.options.hideNegligibleDecimalDigitsOnFocus=!1),this.el.getAttribute("inputmode")||this.el.setAttribute("inputmode",this.options.autoDecimalDigits?"numeric":"decimal"),this.currencyFormat=new BR(this.options),this.numberMask=this.options.autoDecimalDigits?new VR(this.currencyFormat):new PR(this.currencyFormat);const r={[sl.precision]:this.currencyFormat.maximumFractionDigits,[sl.thousands]:3,[sl.millions]:6,[sl.billions]:9};this.valueScaling=this.options.valueScaling?r[this.options.valueScaling]:void 0,this.valueScalingFractionDigits=this.valueScaling!==void 0&&this.options.valueScaling!==sl.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===Bo.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&&d4.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 M=this.formattedValue.length;if(this.currencyFormat.minusSign===void 0&&(r.startsWith("(")||r.startsWith("-"))&&!r.endsWith(")"))return M-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 M-p-1;if(M<p)return o;if(d!==void 0&&r.indexOf(d)!==-1){const y=r.indexOf(d)+1;if(Math.abs(M-r.length)>1&&o<=y)return this.formattedValue.indexOf(d)+1;!this.options.autoDecimalDigits&&o>y&&this.currencyFormat.onlyDigits(r.substring(y)).length-1===f&&(p-=1)}return this.options.hideCurrencySymbolOnFocus||this.options.currencyDisplay===Bo.hidden?M-p:Math.max(M-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===Bo.hidden){if(f){if(r<=1)return 1;if(n.endsWith(")")&&r>n.indexOf(")"))return this.formattedValue.length-1}}else{const y=f?i.length:s.length;if(r>=n.length-y)return this.formattedValue.length-y;if(r<p)return p}let M=r;return this.options.hideCurrencySymbolOnFocus&&this.options.currencyDisplay!==Bo.hidden&&r>=p&&d!==void 0&&m.includes(d)&&(M-=p,f&&(M+=1)),this.options.hideGroupingSeparatorOnFocus&&c!==void 0&&(M-=If(n.substring(0,r),c)),M}setCaretPosition(n,r=n){this.el.setSelectionRange(n,r)}}const QR=t=>t!=null&&t.matches("input")?t:t==null?void 0:t.querySelector("input");function Om(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)),M=(m==null?void 0:m.props)||((l=m==null?void 0:m.proxy)===null||l===void 0?void 0:l.$props),y=e.version.startsWith("3"),g=y&&((s=m==null?void 0:m.attrs.modelModifiers)===null||s===void 0?void 0:s.lazy),h=e.computed(()=>M==null?void 0:M[y?"modelValue":"value"]),N=y?"update:modelValue":"input",D=g?"update:modelValue":"change";return e.watch(c,C=>{var _;if(C){const k=QR((_=C==null?void 0:C.$el)!==null&&_!==void 0?_:C);k?(i=new UR({el:k,options:t,onInput:I=>{!g&&n!==!1&&h.value!==I.number&&(p==null||p(N,I.number)),f.value=I.number,d.value=I.formatted},onChange:I=>{n!==!1&&(p==null||p(D,I.number))}}),i.setValue(h.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:C=>i==null?void 0:i.setValue(C),setOptions:C=>i==null?void 0:i.setOptions(C)}}const YR=e.createElementVNode("span",{class:"pl-currency__rub-icon"},"₽",-1),RR={name:"PlCurrency"},FR=Object.assign(RR,{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}=Om(s),f=n,m=e.computed({get:()=>r.modelValue,set:p=>{f("update:modelValue",p)}});return e.watch(m,p=>{d(p)}),(p,M)=>{const y=Tr;return e.openBlock(),e.createBlock(y,e.mergeProps(p.$attrs,{ref_key:"inputRef",ref:i,modelValue:e.unref(c),"onUpdate:modelValue":M[0]||(M[0]=g=>e.isRef(c)?c.value=g:null),style:`width: ${t.width};`,class:"pl-currency"}),{append:e.withCtx(()=>[YR]),_:1},16,["modelValue","style"])}}}),p4={install(t){t.component("PlCurrency",FR)}};const qR={id:"plCheckbox"},WR=["id","name","disabled"],HR=["for"],GR={__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"?bn():i.value);return(d,f)=>(e.openBlock(),e.createElementBlock("div",qR,[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,WR),[[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,HR)]))}},m4={install(t){t.component("PlCheckbox",GR)}};const ZR={class:"date-switcher__container"},KR={class:"date-switcher date-switcher__month"},JR={class:"date-switcher__arrow date-switcher__arrow-left"},XR={class:"date-switcher__month-name"},e8={class:"date-switcher__arrow date-switcher__arrow-right"},t8={class:"date-switcher date-switcher__year"},n8={class:"date-switcher__arrow date-switcher__arrow-left"},r8={class:"date-switcher__year-name"},o8={class:"date-switcher__arrow date-switcher__arrow-right"},l8={__name:"date-switcher",props:{modelValue:String},emits:["update:modelValue"],setup(t,{emit:n}){ee.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,M)=>{const y=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",ZR,[e.createElementVNode("div",KR,[e.withDirectives(e.createElementVNode("div",JR,null,512),[[y,c]]),e.createElementVNode("span",XR,e.toDisplayString(i(e.unref(o).format("MMMM"))),1),e.withDirectives(e.createElementVNode("div",e8,null,512),[[y,d]])]),e.createElementVNode("div",t8,[e.withDirectives(e.createElementVNode("div",n8,null,512),[[y,f]]),e.createElementVNode("span",r8,e.toDisplayString(i(e.unref(o).format("YYYY"))),1),e.withDirectives(e.createElementVNode("div",o8,null,512),[[y,m]])])])}}},a8=[{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}}],s8=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];const i8={class:"pl-input-legacy"},u8=["src"],c8=["src"],d8=["src"],f8=["src"],p8=["src"],Lm={__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,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjU5OTkgOC4wMDAzOUMyLjU5OTkgNS4wMTc3NiA1LjAxNzI3IDIuNjAwMzkgNy45OTk5IDIuNjAwMzlDMTAuOTgyNSAyLjYwMDM5IDEzLjM5OTkgNS4wMTc3NiAxMy4zOTk5IDguMDAwMzlDMTMuMzk5OSAxMC45ODMgMTAuOTgyNSAxMy40MDA0IDcuOTk5OSAxMy40MDA0QzUuMDE3MjcgMTMuNDAwNCAyLjU5OTkgMTAuOTgzIDIuNTk5OSA4LjAwMDM5Wk03Ljk5OTkgMS40MDAzOUM0LjM1NDUzIDEuNDAwMzkgMS4zOTk5IDQuMzU1MDIgMS4zOTk5IDguMDAwMzlDMS4zOTk5IDExLjY0NTggNC4zNTQ1MyAxNC42MDA0IDcuOTk5OSAxNC42MDA0QzExLjY0NTMgMTQuNjAwNCAxNC41OTk5IDExLjY0NTggMTQuNTk5OSA4LjAwMDM5QzE0LjU5OTkgNC4zNTUwMiAxMS42NDUzIDEuNDAwMzkgNy45OTk5IDEuNDAwMzlaTTguNTk5OSA1LjAwMDM5QzguNTk5OSA0LjY2OTAyIDguMzMxMjcgNC40MDAzOSA3Ljk5OTkgNC40MDAzOUM3LjY2ODUzIDQuNDAwMzkgNy4zOTk5IDQuNjY5MDIgNy4zOTk5IDUuMDAwMzlWOC4zMzM3MkM3LjM5OTkgOC42NjUwOSA3LjY2ODUzIDguOTMzNzIgNy45OTk5IDguOTMzNzJDOC4zMzEyNyA4LjkzMzcyIDguNTk5OSA4LjY2NTA5IDguNTk5OSA4LjMzMzcyVjUuMDAwMzlaTTcuOTk5OSAxMS40OTI2QzguMzg1NjEgMTEuNDkyNiA4LjY5ODI4IDExLjE3OTkgOC42OTgyOCAxMC43OTQyQzguNjk4MjggMTAuNDA4NSA4LjM4NTYxIDEwLjA5NTggNy45OTk5IDEwLjA5NThDNy42MTQyIDEwLjA5NTggNy4zMDE1MiAxMC40MDg1IDcuMzAxNTIgMTAuNzk0MkM3LjMwMTUyIDExLjE3OTkgNy42MTQyIDExLjQ5MjYgNy45OTk5IDExLjQ5MjZaIiBmaWxsPSIjNjU2NTY3Ii8+Cjwvc3ZnPgo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuOTk5MDIgOEwxNS45OTkgMTYiIHN0cm9rZT0iIzUwNTA1MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTUuOTk5IDhMNy45OTkwMiAxNiIgc3Ryb2tlPSIjNTA1MDUxIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=",self.location).href,l=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ3NDkgNC41MjUxM0MxNS44NDE3IDUuODkxOTcgMTUuODQxNyA4LjEwODA0IDE0LjQ3NDkgOS40NzQ4OEMxMy4xMDggMTAuODQxNyAxMC44OTIgMTAuODQxNyA5LjUyNTEzIDkuNDc0ODhDOC4xNTgyOSA4LjEwODA0IDguMTU4MjkgNS44OTE5NyA5LjUyNTEzIDQuNTI1MTNDMTAuODkyIDMuMTU4MjkgMTMuMTA4IDMuMTU4MjkgMTQuNDc0OSA0LjUyNTEzIiBzdHJva2U9IiM2NTY1NjciIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00IDE4LjQ5OThWMTkuNDk5OEM0IDIwLjA1MTggNC40NDggMjAuNDk5OCA1IDIwLjQ5OThIMTlDMTkuNTUyIDIwLjQ5OTggMjAgMjAuMDUxOCAyMCAxOS40OTk4VjE4LjQ5OThDMjAgMTUuNDczOCAxNi4wNDggMTMuNTA3OCAxMiAxMy41MDc4QzcuOTUyIDEzLjUwNzggNCAxNS40NzM4IDQgMTguNDk5OFoiIHN0cm9rZT0iIzY1NjU2NyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",self.location).href,s=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjQ2NDIxIDIuNDY1ODlDNC43NTcxMSAyLjE3Mjk5IDUuMjMxOTggMi4xNzI5OSA1LjUyNDg3IDIuNDY1ODlMOC43MzY1NyA1LjY3NzU5QzguNzQ0ODYgNS42ODU1IDguNzUyOTggNS42OTM2MiA4Ljc2MDkzIDUuNzAxOTRMMTEuOTYgOC45MDA5OUMxMS45Njc5IDguOTA4NTMgMTEuOTc1NiA4LjkxNjI3IDExLjk4MzIgOC45MjQyTDE2LjA3NTEgMTMuMDE2MUMxNi4wODMgMTMuMDIzNyAxNi4wOTA4IDEzLjAzMTUgMTYuMDk4MyAxMy4wMzkzTDE5LjUxNTkgMTYuNDU2OUMxOS41MjE1IDE2LjQ2MjMgMTkuNTI2OSAxNi40Njc4IDE5LjUzMjMgMTYuNDczM0wyMi41MzIgMTkuNDczQzIyLjgyNDggMTkuNzY1OSAyMi44MjQ4IDIwLjI0MDcgMjIuNTMyIDIwLjUzMzZDMjIuMjM5MSAyMC44MjY1IDIxLjc2NDIgMjAuODI2NSAyMS40NzEzIDIwLjUzMzZMMTguOTEyMSAxNy45NzQ0QzE3LjE2NiAxOS4xMzYxIDE1LjExMDMgMTkuNzU3OCAxMy4wMDM0IDE5Ljc1MjlDOS4xMzQ4NiAxOS44MTg4IDUuNTYxMjUgMTcuNjkxNiAzLjc3NSAxNC4yNTlMMy43Njc3MSAxNC4yNDQ2QzMuMDY5NjIgMTIuODI5NiAzLjA2OTYyIDExLjE3MDMgMy43Njc3MSA5Ljc1NTM0TDMuNzcwMDUgOS43NTA1OUwzLjc3MDA3IDkuNzUwNkM0LjUxOCA4LjI2MTE3IDUuNjM2MDEgNi45OTU5NiA3LjAwOTcgNi4wNzIwM0w0LjQ2NDIxIDMuNTI2NTVDNC4xNzEzMiAzLjIzMzY1IDQuMTcxMzIgMi43NTg3OCA0LjQ2NDIxIDIuNDY1ODlaTTguMDk0MzMgNy4xNTY2NkM2LjgyMTQ1IDcuOTQ3NTEgNS43ODc4NiA5LjA3NjA2IDUuMTExNzcgMTAuNDIxM0M0LjYyMjM3IDExLjQxNTEgNC42MjE2IDEyLjU3OTYgNS4xMDk0NSAxMy41NzM5QzYuNjM1NDkgMTYuNDk5NyA5LjY4NDY2IDE4LjMxMTcgMTIuOTg0NSAxOC4yNTNMMTMuMDAwMiAxOC4yNTI5QzE0LjcxMDUgMTguMjU4MSAxNi4zODE3IDE3Ljc4MjUgMTcuODI2NiAxNi44ODg5TDE1LjYyMjIgMTQuNjg0NUMxNC43NjY3IDE1LjUzNjkgMTMuNTMzNyAxNS45NDAzIDEyLjMwNzMgMTUuNzE5MUMxMC43NjUyIDE1LjQ0MSA5LjU1ODMyIDE0LjIzNDEgOS4yODAyIDEyLjY5MkM5LjA1OTAxIDExLjQ2NTYgOS40NjIzNyAxMC4yMzI2IDEwLjMxNDggOS4zNzcxTDguMDk0MzMgNy4xNTY2NlpNMTEuMzc1NSAxMC40Mzc4QzEwLjg2NTEgMTAuOTUxMyAxMC42MjM4IDExLjY5MDUgMTAuNzU2NCAxMi40MjU4QzEwLjkyMzMgMTMuMzUxNSAxMS42NDc4IDE0LjA3NiAxMi41NzM1IDE0LjI0MjlDMTMuMzA4OCAxNC4zNzU1IDE0LjA0OCAxNC4xMzQyIDE0LjU2MTUgMTMuNjIzOEwxMS4zNzU1IDEwLjQzNzhaTTEyLjk5MDggNC4yNDcwNkMxNi44NiA0LjE4MDUxIDIwLjQzNDMgNi4zMDc4MyAyMi4yMjA4IDkuNzQwOTVMMjIuMjI4MSA5Ljc1NTMzQzIyLjkyNjIgMTEuMTcwMyAyMi45MjYyIDEyLjgyOTYgMjIuMjI4MSAxNC4yNDQ2QzIyLjE5MDQgMTQuMzIxMyAyMi4xNDkzIDE0LjM4NjUgMjIuMTI2OSAxNC40MjIxTDIyLjEyNTkgMTQuNDIzN0MyMi4wOTczIDE0LjQ2OSAyMi4wOTIxIDE0LjQ3NzcgMjIuMDg4MyAxNC40ODQ5QzIxLjg5NDcgMTQuODUxMSAyMS40NDEgMTQuOTkxMSAyMS4wNzQ4IDE0Ljc5NzZDMjAuNzA4NSAxNC42MDQxIDIwLjU2ODUgMTQuMTUwMyAyMC43NjIgMTMuNzg0MUMyMC43OTQ5IDEzLjcyMiAyMC44MzE0IDEzLjY2NDIgMjAuODUwOCAxMy42MzM2QzIwLjg1MjkgMTMuNjMwMyAyMC44NTQ4IDEzLjYyNzMgMjAuODU2NCAxMy42MjQ2QzIwLjg3NzkgMTMuNTkwNSAyMC44ODE5IDEzLjU4MjggMjAuODgxOSAxMy41ODI5TDIwLjg4MjkgMTMuNTgwOUMyMS4zNzM0IDEyLjU4NjYgMjEuMzc0NSAxMS40MjExIDIwLjg4NjMgMTAuNDI2QzE5LjM2MDMgNy41MDAxNCAxNi4zMTExIDUuNjg4MTcgMTMuMDExMiA1Ljc0NjkzTDEyLjk5NzkgNS43NDcxN1Y1Ljc0NzA1QzEyLjg3OTIgNS43NDcwNSAxMi43ODc3IDUuNzU1NTUgMTIuNjY4OSA1Ljc2NjU4QzEyLjU5MDQgNS43NzM4OCAxMi40OTk5IDUuNzgyMjggMTIuMzgxNyA1Ljc5MDA3QzExLjk2ODQgNS44MTcyOSAxMS42MTEyIDUuNTA0MzEgMTEuNTg0IDUuMDkwOTlDMTEuNTU2OCA0LjY3NzY3IDExLjg2OTggNC4zMjA1NCAxMi4yODMxIDQuMjkzMzFDMTIuMzI0MSA0LjI5MDYxIDEyLjM3ODIgNC4yODU4MSAxMi40NDAzIDQuMjgwMzFDMTIuNTk5IDQuMjY2MjUgMTIuODEwMSA0LjI0NzU0IDEyLjk5MDggNC4yNDcwNloiIGZpbGw9IiM2NTY1NjciLz4KPC9zdmc+Cg==",self.location).href,i=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjExMDY3IDEwLjQyNTdDMy44NzEwMiAxMC45MTU5IDMuNzQ2IDExLjQ1NDMgMy43NDUxMiAxMkMzLjc0NiAxMi41NDU4IDMuODcxMDIgMTMuMDg0MiA0LjExMDY3IDEzLjU3NDRDNS42MzY3NyAxNi41IDguNjg1ODEgMTguMzExOCAxMS45ODU1IDE4LjI1MzFDMTEuOTk0NCAxOC4yNTI5IDEyLjAwMzMgMTguMjUyOSAxMi4wMTIyIDE4LjI1MzFDMTUuMzEyMSAxOC4zMTE4IDE4LjM2MTMgMTYuNDk5OCAxOS44ODczIDEzLjU3NEMyMC4zNzQ0IDEyLjU4MTIgMjAuMzc0NCAxMS40MTg4IDE5Ljg4NzMgMTAuNDI2MUMxOC4zNjEzIDcuNTAwMjIgMTUuMzEyMSA1LjY4ODIzIDEyLjAxMjIgNS43NDY5OUMxMi4wMDMzIDUuNzQ3MTUgMTEuOTk0NCA1Ljc0NzE1IDExLjk4NTUgNS43NDY5OUM4LjY4NTgxIDUuNjg4MjQgNS42MzY3NyA3LjUwMDA0IDQuMTEwNjcgMTAuNDI1N1pNMTEuOTk4OSA0LjI0N0M4LjEzMjQxIDQuMTgzMTkgNC41NjEzNiA2LjMxIDIuNzc1OTkgOS43NDEwM0wyLjc2ODI2IDkuNzU2M0MyLjQyNTExIDEwLjQ1NDIgMi4yNDYxNiAxMS4yMjEzIDIuMjQ1MTIgMTEuOTk5VjEyLjAwMUMyLjI0NjE2IDEyLjc3ODcgMi40MjUxMSAxMy41NDU5IDIuNzY4MjYgMTQuMjQzOEwyLjc3NTk5IDE0LjI1OUM0LjU2MTM2IDE3LjY5MDEgOC4xMzI0MSAxOS44MTY5IDExLjk5ODkgMTkuNzUzMUMxNS44NjUzIDE5LjgxNjkgMTkuNDM2NCAxNy42OTAxIDIxLjIyMTcgMTQuMjU5TDIxLjIyOSAxNC4yNDQ3QzIxLjkyNzEgMTIuODI5NyAyMS45MjcxIDExLjE3MDQgMjEuMjI5IDkuNzU1MzlMMjEuMjIxNyA5Ljc0MTAzQzE5LjQzNjQgNi4zMSAxNS44NjUzIDQuMTgzMTkgMTEuOTk4OSA0LjI0N1pNMTEuOTk4OSA5Ljc0ODc4QzEwLjc1NTUgOS43NDg3OCA5Ljc0NzYyIDEwLjc1NjcgOS43NDc2MiAxMkM5Ljc0NzYyIDEzLjI0MzQgMTAuNzU1NSAxNC4yNTEzIDExLjk5ODkgMTQuMjUxM0MxMy4yNDIyIDE0LjI1MTMgMTQuMjUwMSAxMy4yNDM0IDE0LjI1MDEgMTJDMTQuMjUwMSAxMS41ODU4IDE0LjU4NTkgMTEuMjUgMTUuMDAwMSAxMS4yNUMxNS40MTQzIDExLjI1IDE1Ljc1MDEgMTEuNTg1OCAxNS43NTAxIDEyQzE1Ljc1MDEgMTQuMDcxOCAxNC4wNzA2IDE1Ljc1MTMgMTEuOTk4OSAxNS43NTEzQzkuOTI3MTEgMTUuNzUxMyA4LjI0NzYyIDE0LjA3MTggOC4yNDc2MiAxMkM4LjI0NzYyIDkuOTI4MjcgOS45MjcxMSA4LjI0ODc4IDExLjk5ODkgOC4yNDg3OEMxMi40MTMxIDguMjQ4NzggMTIuNzQ4OSA4LjU4NDU3IDEyLjc0ODkgOC45OTg3OEMxMi43NDg5IDkuNDEyOTkgMTIuNDEzMSA5Ljc0ODc4IDExLjk5ODkgOS43NDg3OFoiIGZpbGw9IiM2NTY1NjciLz4KPC9zdmc+Cg==",self.location).href,c=e.ref(),d=t,f=n,{getValid:m,currency:p,round:M,currencyInputOptions:y,valueRange:g,password:h}=e.toRefs(d),N=e.computed({get:()=>d.modelValue,set:V=>{f("update:modelValue",V)}}),D=e.reactive({[d.prop]:N}),C=e.reactive({currency:"RUB",currencyDisplay:"hidden",precision:M.value?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:e.unref(g),...e.unref(y)}),{inputRef:_,formattedValue:k,setValue:I}=Om(C);e.unref(p)&&e.watch(N,V=>{I(V)});const b=(V,P,U)=>{f("validate",V,P,U)};e.watch(N,V=>{D[d.prop]=V});const w=V=>{d.type==="number"?!isNaN(V)&&!V.includes(".")&&!V.includes("+")&&!V.includes("-")&&!V.includes(",")&&f("update:modelValue",V):f("update:modelValue",V)},E=V=>{let U=V.target.parentElement.parentElement.querySelector(".el-input__inner");setTimeout(()=>{U.focus()})},j=e.computed(()=>{switch(d.type){case"text":return"text";case"textarea":return"textarea";case"number":return"text"}}),x=e.ref("password"),z=V=>{x.value=x.value==="password"?"text":"password",E(V)},$=()=>{f("update:modelValue","")};let B=e.ref(0);const W="id"+Math.random();setTimeout(()=>{const V=document.getElementById(`${W}`);B.value=V==null?void 0:V.children[0].children[0].clientWidth},0),e.watch(m,V=>{V&&(c.value.validate(),f("isValid"))});const H=V=>{const{keyCode:P}=V;if(P>=96&&P<=105||P>=48&&P<=57||P===46||P===8){const{selectionStart:U,selectionEnd:A}=V.target,R=V.target.value.length;setTimeout(()=>{let K=V.target.value.length;P===46&&(K+=1);let Y;U===A||U+1===A?(Y=U+(K-R),P===8&&(K===R?Y-=1:A!==U&&(Y+=1)),Y<0&&(Y=0),A===U&&A===Y&&K===R&&P!==8&&P!==46&&(Y+=1)):Y=A-R+K,V.target.selectionStart=Y,V.target.selectionEnd=Y})}};return(V,P)=>{const U=Tr,A=Mm,R=ym,K=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",i8,[e.createVNode(R,{ref_key:"refInput",ref:c,"label-position":"top",model:D,rules:t.rules,onValidate:b,onSubmit:P[9]||(P[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,u8)):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,c8)):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:$},null,10,d8)):e.createCommentVNode("",!0),d.optional&&t.label?(e.openBlock(),e.createElementBlock("div",{key:3,class:"optional-text",style:e.normalizeStyle({left:e.unref(B)+"px"})},e.toDisplayString(d.optional),5)):e.createCommentVNode("",!0),e.createElementVNode("div",{id:W},[e.createVNode(A,{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(U,{key:0,modelValue:N.value,"onUpdate:modelValue":P[0]||(P[0]=Y=>N.value=Y),disabled:d.disabled,placeholder:d.placeholder,type:j.value,resize:"none",onInput:w,onBlur:P[1]||(P[1]=Y=>f("blur"))},null,8,["modelValue","disabled","placeholder","type"])),[[K,t.mask]]):e.unref(p)?(e.openBlock(),e.createBlock(U,e.mergeProps({key:2},V.$attrs,{ref_key:"inputRef",ref:_,modelValue:e.unref(k),"onUpdate:modelValue":P[7]||(P[7]=Y=>e.isRef(k)?k.value=Y:null),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,resize:"none",onKeydown:H,onBlur:P[8]||(P[8]=Y=>f("blur"))}),e.createSlots({_:2},[e.unref(p)?{name:"append",fn:e.withCtx(()=>[e.createElementVNode("span",{class:"pl-currency__rub-icon",onClick:P[6]||(P[6]=Y=>E(Y))},"₽")]),key:"0"}:void 0]),1040,["modelValue","class","minlength","maxlength","disabled","placeholder"])):(e.openBlock(),e.createBlock(U,e.mergeProps({key:1,modelValue:N.value,"onUpdate:modelValue":P[4]||(P[4]=Y=>N.value=Y),class:{padding:d.prefix},minlength:t.minLength,maxlength:t.maxLength,disabled:d.disabled,placeholder:d.placeholder,type:e.unref(h)?x.value:j.value,resize:"none"},V.$attrs,{autosize:{minRows:3,maxRows:6},clearable:d.clearable,onInput:w,onBlur:P[5]||(P[5]=Y=>f("blur"))}),e.createSlots({_:2},[e.unref(h)?{name:"append",fn:e.withCtx(()=>[x.value==="password"?(e.openBlock(),e.createElementBlock("img",{key:0,class:"pass-svg",src:e.unref(s),alt:"",onClick:P[2]||(P[2]=Y=>z(Y))},null,8,f8)):(e.openBlock(),e.createElementBlock("img",{key:1,class:"pass-svg",src:e.unref(i),alt:"",onClick:P[3]||(P[3]=Y=>z(Y))},null,8,p8))]),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"])])}}},m8=(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)))})},g8={ChevronBottom16:"ChevronDown16",ChevronTop16:"ChevronUp16",ChevronBottom32:"ChevronDown32",ChevronBottom40:"ChevronDown40",ChevronUp40:"ChevronUp40",ChevronTop32:"ChevronUp32",SortOne16:"Sort16",WarningThree16:"WarningCircle16",WarningTwo16:"WarningPolygon16",WarningOne16:"WarningTriangle16",WarningThree20:"WarningCircle20",WarningTwo20:"WarningPolygon20",WarningOne20:"WarningTriangle20",WarningThree24:"WarningCircle24",WarningTwo24:"WarningPolygon24",WarningOne24:"WarningTriangle24",DoubleLeft32:"ChevronDoubleLeft32",DoubleLeft40:"ChevronDoubleLeft40",USBPort16:"USB16",USBPort32:"USB32",USBPort40:"USB40"},h8=["data-testid"],dt=e.defineComponent({__name:"pl-icon",props:{name:{},color:{}},setup(t){const n=t,r=s=>g8[s]||s,o=e.computed(()=>({color:n.color?n.color:"var(--color-text-icons-primary)"})),l=e.shallowRef(null);return e.watch(()=>n.name,async s=>{if(!s)return;const i=r(s);try{const c=i.slice(-2),d=await m8(Object.assign({"./assets/16/AlertFill16.svg":()=>Promise.resolve().then(()=>require("./AlertFill16-a6017e1e.cjs")),"./assets/16/ArrowBottom16.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom16-d86aafd4.cjs")),"./assets/16/ArrowLeft16.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft16-8cbf2e6a.cjs")),"./assets/16/ArrowRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowRight16-422648e8.cjs")),"./assets/16/ArrowTop16.svg":()=>Promise.resolve().then(()=>require("./ArrowTop16-ae53b2ef.cjs")),"./assets/16/ArrowTopRight16.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight16-85659430.cjs")),"./assets/16/Attachment16.svg":()=>Promise.resolve().then(()=>require("./Attachment16-c499ff58.cjs")),"./assets/16/Bell16.svg":()=>Promise.resolve().then(()=>require("./Bell16-f2822cea.cjs")),"./assets/16/BellTwo16.svg":()=>Promise.resolve().then(()=>require("./BellTwo16-af3b8ab4.cjs")),"./assets/16/Bin16.svg":()=>Promise.resolve().then(()=>require("./Bin16-d02ccfc2.cjs")),"./assets/16/BlankChat16.svg":()=>Promise.resolve().then(()=>require("./BlankChat16-7b736cee.cjs")),"./assets/16/BlankCheck16.svg":()=>Promise.resolve().then(()=>require("./BlankCheck16-a7256d49.cjs")),"./assets/16/BlankKey16.svg":()=>Promise.resolve().then(()=>require("./BlankKey16-0689cc1f.cjs")),"./assets/16/BlankLock16.svg":()=>Promise.resolve().then(()=>require("./BlankLock16-9565fdb0.cjs")),"./assets/16/BlankPan16.svg":()=>Promise.resolve().then(()=>require("./BlankPan16-ff9d51c1.cjs")),"./assets/16/Block16.svg":()=>Promise.resolve().then(()=>require("./Block16-cfd8746a.cjs")),"./assets/16/Box16.svg":()=>Promise.resolve().then(()=>require("./Box16-dfec8782.cjs")),"./assets/16/Bulb16.svg":()=>Promise.resolve().then(()=>require("./Bulb16-46b064e4.cjs")),"./assets/16/Calendar16.svg":()=>Promise.resolve().then(()=>require("./Calendar16-9bb1b9f8.cjs")),"./assets/16/Chart16.svg":()=>Promise.resolve().then(()=>require("./Chart16-ff32fff2.cjs")),"./assets/16/Chat16.svg":()=>Promise.resolve().then(()=>require("./Chat16-8e634205.cjs")),"./assets/16/Check16.svg":()=>Promise.resolve().then(()=>require("./Check16-7e0dd820.cjs")),"./assets/16/ChevronDoubleLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft16-5f93e6ca.cjs")),"./assets/16/ChevronDoubleRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight16-ee88d411.cjs")),"./assets/16/ChevronDown16.svg":()=>Promise.resolve().then(()=>require("./ChevronDown16-ed326eed.cjs")),"./assets/16/ChevronLeft16.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft16-09fc18fa.cjs")),"./assets/16/ChevronRight16.svg":()=>Promise.resolve().then(()=>require("./ChevronRight16-f7aa4bb6.cjs")),"./assets/16/ChevronUp16.svg":()=>Promise.resolve().then(()=>require("./ChevronUp16-a6a6a41d.cjs")),"./assets/16/CircleCheck16.svg":()=>Promise.resolve().then(()=>require("./CircleCheck16-f2664b85.cjs")),"./assets/16/Clip16.svg":()=>Promise.resolve().then(()=>require("./Clip16-5ae26a1a.cjs")),"./assets/16/Clock16.svg":()=>Promise.resolve().then(()=>require("./Clock16-5feb122d.cjs")),"./assets/16/Close16.svg":()=>Promise.resolve().then(()=>require("./Close16-f904e0f1.cjs")),"./assets/16/Cloud16.svg":()=>Promise.resolve().then(()=>require("./Cloud16-eb875d86.cjs")),"./assets/16/CloudDownload16.svg":()=>Promise.resolve().then(()=>require("./CloudDownload16-4e4773ce.cjs")),"./assets/16/Connection16.svg":()=>Promise.resolve().then(()=>require("./Connection16-2f846685.cjs")),"./assets/16/Copy16.svg":()=>Promise.resolve().then(()=>require("./Copy16-5d0c98bb.cjs")),"./assets/16/CreditCard16.svg":()=>Promise.resolve().then(()=>require("./CreditCard16-fd62cb06.cjs")),"./assets/16/Cube16.svg":()=>Promise.resolve().then(()=>require("./Cube16-693cd9eb.cjs")),"./assets/16/Dashboard16.svg":()=>Promise.resolve().then(()=>require("./Dashboard16-a109dc87.cjs")),"./assets/16/Document16.svg":()=>Promise.resolve().then(()=>require("./Document16-6669b05d.cjs")),"./assets/16/DotsHorizontal16.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal16-32e582f3.cjs")),"./assets/16/DotsVertical16.svg":()=>Promise.resolve().then(()=>require("./DotsVertical16-1e7117eb.cjs")),"./assets/16/Download16.svg":()=>Promise.resolve().then(()=>require("./Download16-71773f5a.cjs")),"./assets/16/Edit16.svg":()=>Promise.resolve().then(()=>require("./Edit16-5954bf73.cjs")),"./assets/16/Exit16.svg":()=>Promise.resolve().then(()=>require("./Exit16-229550f7.cjs")),"./assets/16/Eye16.svg":()=>Promise.resolve().then(()=>require("./Eye16-c3d8eeda.cjs")),"./assets/16/EyeCrossed16.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed16-b330b776.cjs")),"./assets/16/Facebook16.svg":()=>Promise.resolve().then(()=>require("./Facebook16-8345175a.cjs")),"./assets/16/Factoring16.svg":()=>Promise.resolve().then(()=>require("./Factoring16-691266a0.cjs")),"./assets/16/Filter16.svg":()=>Promise.resolve().then(()=>require("./Filter16-55f4b351.cjs")),"./assets/16/Grid16.svg":()=>Promise.resolve().then(()=>require("./Grid16-4d5a567f.cjs")),"./assets/16/GridTwo16.svg":()=>Promise.resolve().then(()=>require("./GridTwo16-29d45cb4.cjs")),"./assets/16/Group16.svg":()=>Promise.resolve().then(()=>require("./Group16-81423bb0.cjs")),"./assets/16/HandKey16.svg":()=>Promise.resolve().then(()=>require("./HandKey16-760d52db.cjs")),"./assets/16/HandRight16.svg":()=>Promise.resolve().then(()=>require("./HandRight16-8e5c9911.cjs")),"./assets/16/HandTop16.svg":()=>Promise.resolve().then(()=>require("./HandTop16-d1d7e772.cjs")),"./assets/16/Home16.svg":()=>Promise.resolve().then(()=>require("./Home16-b355bdb8.cjs")),"./assets/16/Hub16.svg":()=>Promise.resolve().then(()=>require("./Hub16-dc82f6f5.cjs")),"./assets/16/Icon16.svg":()=>Promise.resolve().then(()=>require("./Icon16-7661f301.cjs")),"./assets/16/Info16.svg":()=>Promise.resolve().then(()=>require("./Info16-69fedd4f.cjs")),"./assets/16/Instagram16.svg":()=>Promise.resolve().then(()=>require("./Instagram16-effd88d6.cjs")),"./assets/16/Key16.svg":()=>Promise.resolve().then(()=>require("./Key16-ce899cba.cjs")),"./assets/16/Layers16.svg":()=>Promise.resolve().then(()=>require("./Layers16-99de75d4.cjs")),"./assets/16/Library16.svg":()=>Promise.resolve().then(()=>require("./Library16-0c433c76.cjs")),"./assets/16/Link16.svg":()=>Promise.resolve().then(()=>require("./Link16-feee2596.cjs")),"./assets/16/Loader16.svg":()=>Promise.resolve().then(()=>require("./Loader16-d67b037f.cjs")),"./assets/16/Lock16.svg":()=>Promise.resolve().then(()=>require("./Lock16-9f83aff7.cjs")),"./assets/16/Mail16.svg":()=>Promise.resolve().then(()=>require("./Mail16-159bc2d0.cjs")),"./assets/16/MailCheck16.svg":()=>Promise.resolve().then(()=>require("./MailCheck16-8128e64d.cjs")),"./assets/16/Main16.svg":()=>Promise.resolve().then(()=>require("./Main16-2f090f9b.cjs")),"./assets/16/Menu16.svg":()=>Promise.resolve().then(()=>require("./Menu16-25186742.cjs")),"./assets/16/MenuTwo16.svg":()=>Promise.resolve().then(()=>require("./MenuTwo16-f3c63915.cjs")),"./assets/16/Minus16.svg":()=>Promise.resolve().then(()=>require("./Minus16-5c90f0f1.cjs")),"./assets/16/Notification16.svg":()=>Promise.resolve().then(()=>require("./Notification16-4a830e2e.cjs")),"./assets/16/Percent16.svg":()=>Promise.resolve().then(()=>require("./Percent16-3395562d.cjs")),"./assets/16/Picture16.svg":()=>Promise.resolve().then(()=>require("./Picture16-df11ee21.cjs")),"./assets/16/Pin16.svg":()=>Promise.resolve().then(()=>require("./Pin16-40bbf8b3.cjs")),"./assets/16/Plus16.svg":()=>Promise.resolve().then(()=>require("./Plus16-fa80f12a.cjs")),"./assets/16/Print16.svg":()=>Promise.resolve().then(()=>require("./Print16-3299b6f2.cjs")),"./assets/16/Question16.svg":()=>Promise.resolve().then(()=>require("./Question16-5c5f1adc.cjs")),"./assets/16/Rotate16.svg":()=>Promise.resolve().then(()=>require("./Rotate16-4f1454d2.cjs")),"./assets/16/Ruble16.svg":()=>Promise.resolve().then(()=>require("./Ruble16-9dcc47e9.cjs")),"./assets/16/Saved16.svg":()=>Promise.resolve().then(()=>require("./Saved16-f31c9fdc.cjs")),"./assets/16/Scheduled16.svg":()=>Promise.resolve().then(()=>require("./Scheduled16-62492313.cjs")),"./assets/16/Scroll16.svg":()=>Promise.resolve().then(()=>require("./Scroll16-d2f61243.cjs")),"./assets/16/Search16.svg":()=>Promise.resolve().then(()=>require("./Search16-f82e1aad.cjs")),"./assets/16/Send16.svg":()=>Promise.resolve().then(()=>require("./Send16-718da0b6.cjs")),"./assets/16/Settings16.svg":()=>Promise.resolve().then(()=>require("./Settings16-cff7163e.cjs")),"./assets/16/Share16.svg":()=>Promise.resolve().then(()=>require("./Share16-f962405d.cjs")),"./assets/16/ShareTwo16.svg":()=>Promise.resolve().then(()=>require("./ShareTwo16-fbf2c9b1.cjs")),"./assets/16/Shield16.svg":()=>Promise.resolve().then(()=>require("./Shield16-451a3040.cjs")),"./assets/16/Sidebar16.svg":()=>Promise.resolve().then(()=>require("./Sidebar16-032007b0.cjs")),"./assets/16/Sort16.svg":()=>Promise.resolve().then(()=>require("./Sort16-449fa84a.cjs")),"./assets/16/SortThree16.svg":()=>Promise.resolve().then(()=>require("./SortThree16-25cb1749.cjs")),"./assets/16/SortTwo16.svg":()=>Promise.resolve().then(()=>require("./SortTwo16-f88da0f4.cjs")),"./assets/16/Star16.svg":()=>Promise.resolve().then(()=>require("./Star16-048ba728.cjs")),"./assets/16/Sticker16.svg":()=>Promise.resolve().then(()=>require("./Sticker16-0c9ec48b.cjs")),"./assets/16/Suitcase16.svg":()=>Promise.resolve().then(()=>require("./Suitcase16-bc0272c0.cjs")),"./assets/16/Support16.svg":()=>Promise.resolve().then(()=>require("./Support16-94883039.cjs")),"./assets/16/Telegram16.svg":()=>Promise.resolve().then(()=>require("./Telegram16-afff320e.cjs")),"./assets/16/Thunder16.svg":()=>Promise.resolve().then(()=>require("./Thunder16-e2527ae8.cjs")),"./assets/16/Truck16.svg":()=>Promise.resolve().then(()=>require("./Truck16-d4bfe5c5.cjs")),"./assets/16/USB16.svg":()=>Promise.resolve().then(()=>require("./USB16-70f890f6.cjs")),"./assets/16/User16.svg":()=>Promise.resolve().then(()=>require("./User16-95e8526e.cjs")),"./assets/16/VK16.svg":()=>Promise.resolve().then(()=>require("./VK16-09568e3c.cjs")),"./assets/16/Wallet16.svg":()=>Promise.resolve().then(()=>require("./Wallet16-55a43d85.cjs")),"./assets/16/WarningCircle16.svg":()=>Promise.resolve().then(()=>require("./WarningCircle16-c139cecb.cjs")),"./assets/16/WarningPolygon16.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon16-318fa0e7.cjs")),"./assets/16/WarningTriangle16.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle16-aa2be83b.cjs")),"./assets/16/Zap16.svg":()=>Promise.resolve().then(()=>require("./Zap16-af3c1cbd.cjs")),"./assets/20/AlertFill20.svg":()=>Promise.resolve().then(()=>require("./AlertFill20-417e10fd.cjs")),"./assets/20/ArrowBottom20.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom20-d8c1750c.cjs")),"./assets/20/ArrowLeft20.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft20-e6351d15.cjs")),"./assets/20/ArrowRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowRight20-174f495f.cjs")),"./assets/20/ArrowTop20.svg":()=>Promise.resolve().then(()=>require("./ArrowTop20-ce68e9d9.cjs")),"./assets/20/ArrowTopRight20.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight20-589e7528.cjs")),"./assets/20/Attachment20.svg":()=>Promise.resolve().then(()=>require("./Attachment20-992a7832.cjs")),"./assets/20/AttachmentTwo20.svg":()=>Promise.resolve().then(()=>require("./AttachmentTwo20-cbc078de.cjs")),"./assets/20/Bell20.svg":()=>Promise.resolve().then(()=>require("./Bell20-bf8226b8.cjs")),"./assets/20/BellTwo20.svg":()=>Promise.resolve().then(()=>require("./BellTwo20-c57b273f.cjs")),"./assets/20/Bin20.svg":()=>Promise.resolve().then(()=>require("./Bin20-5e8bf3f6.cjs")),"./assets/20/BlankChat20.svg":()=>Promise.resolve().then(()=>require("./BlankChat20-d7b47f96.cjs")),"./assets/20/BlankCheck20.svg":()=>Promise.resolve().then(()=>require("./BlankCheck20-9077d748.cjs")),"./assets/20/BlankKey20.svg":()=>Promise.resolve().then(()=>require("./BlankKey20-fed33b40.cjs")),"./assets/20/BlankLock20.svg":()=>Promise.resolve().then(()=>require("./BlankLock20-ef83865d.cjs")),"./assets/20/BlankPan20.svg":()=>Promise.resolve().then(()=>require("./BlankPan20-142c1d0b.cjs")),"./assets/20/Block20.svg":()=>Promise.resolve().then(()=>require("./Block20-8f950bec.cjs")),"./assets/20/Box20.svg":()=>Promise.resolve().then(()=>require("./Box20-3ce56a70.cjs")),"./assets/20/Bulb20.svg":()=>Promise.resolve().then(()=>require("./Bulb20-db47398f.cjs")),"./assets/20/Calendar20.svg":()=>Promise.resolve().then(()=>require("./Calendar20-2880af0e.cjs")),"./assets/20/CalendarEdit20.svg":()=>Promise.resolve().then(()=>require("./CalendarEdit20-f666f809.cjs")),"./assets/20/Chart20.svg":()=>Promise.resolve().then(()=>require("./Chart20-4680ebbf.cjs")),"./assets/20/Chat20.svg":()=>Promise.resolve().then(()=>require("./Chat20-42996cca.cjs")),"./assets/20/Check20.svg":()=>Promise.resolve().then(()=>require("./Check20-3e54a176.cjs")),"./assets/20/CheckList20.svg":()=>Promise.resolve().then(()=>require("./CheckList20-5e568733.cjs")),"./assets/20/ChevronDoubleLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft20-bb6ed813.cjs")),"./assets/20/ChevronDoubleRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight20-751f50e6.cjs")),"./assets/20/ChevronDown20.svg":()=>Promise.resolve().then(()=>require("./ChevronDown20-b6ccd981.cjs")),"./assets/20/ChevronLeft20.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft20-0263d8e2.cjs")),"./assets/20/ChevronRight20.svg":()=>Promise.resolve().then(()=>require("./ChevronRight20-dea2a2df.cjs")),"./assets/20/ChevronUp20.svg":()=>Promise.resolve().then(()=>require("./ChevronUp20-5cafbf3a.cjs")),"./assets/20/CircleCheck20.svg":()=>Promise.resolve().then(()=>require("./CircleCheck20-d7d9ea7b.cjs")),"./assets/20/Clip20.svg":()=>Promise.resolve().then(()=>require("./Clip20-2f774628.cjs")),"./assets/20/Clock20.svg":()=>Promise.resolve().then(()=>require("./Clock20-8c25011a.cjs")),"./assets/20/Close20.svg":()=>Promise.resolve().then(()=>require("./Close20-ca7f2e3c.cjs")),"./assets/20/Cloud20.svg":()=>Promise.resolve().then(()=>require("./Cloud20-0ca649f9.cjs")),"./assets/20/CloudDownload20.svg":()=>Promise.resolve().then(()=>require("./CloudDownload20-54af2b56.cjs")),"./assets/20/Comment20.svg":()=>Promise.resolve().then(()=>require("./Comment20-6d3e2684.cjs")),"./assets/20/Connection20.svg":()=>Promise.resolve().then(()=>require("./Connection20-5066d6d7.cjs")),"./assets/20/Copy20.svg":()=>Promise.resolve().then(()=>require("./Copy20-49288f68.cjs")),"./assets/20/CreditCard20.svg":()=>Promise.resolve().then(()=>require("./CreditCard20-0754fbd6.cjs")),"./assets/20/Cube20.svg":()=>Promise.resolve().then(()=>require("./Cube20-0b529bf1.cjs")),"./assets/20/Dashboard20.svg":()=>Promise.resolve().then(()=>require("./Dashboard20-598286a9.cjs")),"./assets/20/Document20.svg":()=>Promise.resolve().then(()=>require("./Document20-2f36ae4f.cjs")),"./assets/20/DotsHorizontal20.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal20-88239624.cjs")),"./assets/20/DotsVertical20.svg":()=>Promise.resolve().then(()=>require("./DotsVertical20-6228fa5e.cjs")),"./assets/20/Download20.svg":()=>Promise.resolve().then(()=>require("./Download20-b9f7521d.cjs")),"./assets/20/Edit20.svg":()=>Promise.resolve().then(()=>require("./Edit20-9be18478.cjs")),"./assets/20/Exit20.svg":()=>Promise.resolve().then(()=>require("./Exit20-086b723c.cjs")),"./assets/20/Eye20.svg":()=>Promise.resolve().then(()=>require("./Eye20-cd20b02f.cjs")),"./assets/20/EyeCrossed20.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed20-45e31e13.cjs")),"./assets/20/Filter20.svg":()=>Promise.resolve().then(()=>require("./Filter20-e330b5d3.cjs")),"./assets/20/GoldenApple20.svg":()=>Promise.resolve().then(()=>require("./GoldenApple20-3ee1e987.cjs")),"./assets/20/Grid20.svg":()=>Promise.resolve().then(()=>require("./Grid20-b863ddc5.cjs")),"./assets/20/GridTwo20.svg":()=>Promise.resolve().then(()=>require("./GridTwo20-3b3e02ea.cjs")),"./assets/20/Group20.svg":()=>Promise.resolve().then(()=>require("./Group20-b41c5af1.cjs")),"./assets/20/HandKey20.svg":()=>Promise.resolve().then(()=>require("./HandKey20-d42ca410.cjs")),"./assets/20/HandRight20.svg":()=>Promise.resolve().then(()=>require("./HandRight20-72fc9c07.cjs")),"./assets/20/HandTop20.svg":()=>Promise.resolve().then(()=>require("./HandTop20-3c0f40dc.cjs")),"./assets/20/Home20.svg":()=>Promise.resolve().then(()=>require("./Home20-fa630a28.cjs")),"./assets/20/Hub20.svg":()=>Promise.resolve().then(()=>require("./Hub20-dc826c4b.cjs")),"./assets/20/Info20.svg":()=>Promise.resolve().then(()=>require("./Info20-c3af86a8.cjs")),"./assets/20/InfoTwo20.svg":()=>Promise.resolve().then(()=>require("./InfoTwo20-31031c55.cjs")),"./assets/20/Key20.svg":()=>Promise.resolve().then(()=>require("./Key20-79d441e2.cjs")),"./assets/20/Lamoda20.svg":()=>Promise.resolve().then(()=>require("./Lamoda20-1b7a9628.cjs")),"./assets/20/Layers20.svg":()=>Promise.resolve().then(()=>require("./Layers20-eab2b0ad.cjs")),"./assets/20/Library20.svg":()=>Promise.resolve().then(()=>require("./Library20-f7f71679.cjs")),"./assets/20/Link20.svg":()=>Promise.resolve().then(()=>require("./Link20-24393bb0.cjs")),"./assets/20/Loader20.svg":()=>Promise.resolve().then(()=>require("./Loader20-103872f2.cjs")),"./assets/20/Lock20.svg":()=>Promise.resolve().then(()=>require("./Lock20-b4e8933d.cjs")),"./assets/20/Mail20.svg":()=>Promise.resolve().then(()=>require("./Mail20-292d990d.cjs")),"./assets/20/MailCheck20.svg":()=>Promise.resolve().then(()=>require("./MailCheck20-b3d550dc.cjs")),"./assets/20/Main20.svg":()=>Promise.resolve().then(()=>require("./Main20-e776e7ae.cjs")),"./assets/20/Menu20.svg":()=>Promise.resolve().then(()=>require("./Menu20-7b105af8.cjs")),"./assets/20/Minus20.svg":()=>Promise.resolve().then(()=>require("./Minus20-5a6c33f8.cjs")),"./assets/20/Ozon20.svg":()=>Promise.resolve().then(()=>require("./Ozon20-108ee98a.cjs")),"./assets/20/Percent20.svg":()=>Promise.resolve().then(()=>require("./Percent20-fdc8d047.cjs")),"./assets/20/Picture20.svg":()=>Promise.resolve().then(()=>require("./Picture20-b97b0fe1.cjs")),"./assets/20/Pin20.svg":()=>Promise.resolve().then(()=>require("./Pin20-860347d1.cjs")),"./assets/20/Plus20.svg":()=>Promise.resolve().then(()=>require("./Plus20-7839980d.cjs")),"./assets/20/Print20.svg":()=>Promise.resolve().then(()=>require("./Print20-12a8dbe0.cjs")),"./assets/20/Question20.svg":()=>Promise.resolve().then(()=>require("./Question20-77184c14.cjs")),"./assets/20/Rotate20.svg":()=>Promise.resolve().then(()=>require("./Rotate20-f5eba3c7.cjs")),"./assets/20/Ruble20.svg":()=>Promise.resolve().then(()=>require("./Ruble20-4521561c.cjs")),"./assets/20/Saved20.svg":()=>Promise.resolve().then(()=>require("./Saved20-9c3adbc5.cjs")),"./assets/20/Scheduled20.svg":()=>Promise.resolve().then(()=>require("./Scheduled20-3b7c1762.cjs")),"./assets/20/Scroll20.svg":()=>Promise.resolve().then(()=>require("./Scroll20-297e01cd.cjs")),"./assets/20/Search20.svg":()=>Promise.resolve().then(()=>require("./Search20-620dd358.cjs")),"./assets/20/Send20.svg":()=>Promise.resolve().then(()=>require("./Send20-606f4dbd.cjs")),"./assets/20/Settings20.svg":()=>Promise.resolve().then(()=>require("./Settings20-61cee5a3.cjs")),"./assets/20/Share20.svg":()=>Promise.resolve().then(()=>require("./Share20-519a89c7.cjs")),"./assets/20/ShareOne20.svg":()=>Promise.resolve().then(()=>require("./ShareOne20-aa621d0b.cjs")),"./assets/20/Shield20.svg":()=>Promise.resolve().then(()=>require("./Shield20-b53972df.cjs")),"./assets/20/Sidebar20.svg":()=>Promise.resolve().then(()=>require("./Sidebar20-bbc1b483.cjs")),"./assets/20/Sort20.svg":()=>Promise.resolve().then(()=>require("./Sort20-457afe9d.cjs")),"./assets/20/SortThree20.svg":()=>Promise.resolve().then(()=>require("./SortThree20-61ab31eb.cjs")),"./assets/20/SortTwo20.svg":()=>Promise.resolve().then(()=>require("./SortTwo20-0879f16a.cjs")),"./assets/20/Star20.svg":()=>Promise.resolve().then(()=>require("./Star20-3fd62bdd.cjs")),"./assets/20/Sticker20.svg":()=>Promise.resolve().then(()=>require("./Sticker20-2f1d9b3a.cjs")),"./assets/20/Suitcase20.svg":()=>Promise.resolve().then(()=>require("./Suitcase20-3bcb2d0e.cjs")),"./assets/20/Support20.svg":()=>Promise.resolve().then(()=>require("./Support20-6989cc78.cjs")),"./assets/20/Telegram20.svg":()=>Promise.resolve().then(()=>require("./Telegram20-b1f1adee.cjs")),"./assets/20/Thunder20.svg":()=>Promise.resolve().then(()=>require("./Thunder20-04b28f79.cjs")),"./assets/20/Truck20.svg":()=>Promise.resolve().then(()=>require("./Truck20-db66f684.cjs")),"./assets/20/USB20.svg":()=>Promise.resolve().then(()=>require("./USB20-97d3f608.cjs")),"./assets/20/Update20.svg":()=>Promise.resolve().then(()=>require("./Update20-56e24b61.cjs")),"./assets/20/User20.svg":()=>Promise.resolve().then(()=>require("./User20-d975d44b.cjs")),"./assets/20/WB20.svg":()=>Promise.resolve().then(()=>require("./WB20-0f85ac1f.cjs")),"./assets/20/Wallet20.svg":()=>Promise.resolve().then(()=>require("./Wallet20-9a52033c.cjs")),"./assets/20/WarningCircle20.svg":()=>Promise.resolve().then(()=>require("./WarningCircle20-4ee30b2e.cjs")),"./assets/20/WarningPolygon20.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon20-a05287d4.cjs")),"./assets/20/WarningTriangle20.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle20-678a15d9.cjs")),"./assets/20/Yandex20.svg":()=>Promise.resolve().then(()=>require("./Yandex20-c25cf28f.cjs")),"./assets/20/Zap20.svg":()=>Promise.resolve().then(()=>require("./Zap20-4564ce4b.cjs")),"./assets/24/AlertFill24.svg":()=>Promise.resolve().then(()=>require("./AlertFill24-a77b7290.cjs")),"./assets/24/ArrowBottom24.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom24-9fe08e0b.cjs")),"./assets/24/ArrowLeft24.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft24-912c3a9e.cjs")),"./assets/24/ArrowRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowRight24-3798e648.cjs")),"./assets/24/ArrowTop24.svg":()=>Promise.resolve().then(()=>require("./ArrowTop24-bbda26ed.cjs")),"./assets/24/ArrowTopRight24.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight24-d737d7b0.cjs")),"./assets/24/Attachment24.svg":()=>Promise.resolve().then(()=>require("./Attachment24-3dee805f.cjs")),"./assets/24/Bell24.svg":()=>Promise.resolve().then(()=>require("./Bell24-34f439f0.cjs")),"./assets/24/BellTwo24.svg":()=>Promise.resolve().then(()=>require("./BellTwo24-ca9ea05e.cjs")),"./assets/24/Bin24.svg":()=>Promise.resolve().then(()=>require("./Bin24-1d2ea451.cjs")),"./assets/24/BlankChat24.svg":()=>Promise.resolve().then(()=>require("./BlankChat24-c8cf188a.cjs")),"./assets/24/BlankCheck24.svg":()=>Promise.resolve().then(()=>require("./BlankCheck24-b25bf850.cjs")),"./assets/24/BlankKey24.svg":()=>Promise.resolve().then(()=>require("./BlankKey24-85a18eb7.cjs")),"./assets/24/BlankLock24.svg":()=>Promise.resolve().then(()=>require("./BlankLock24-60a02e46.cjs")),"./assets/24/BlankPan24.svg":()=>Promise.resolve().then(()=>require("./BlankPan24-fef24634.cjs")),"./assets/24/Block24.svg":()=>Promise.resolve().then(()=>require("./Block24-cf6e2620.cjs")),"./assets/24/Box24.svg":()=>Promise.resolve().then(()=>require("./Box24-f17e31d0.cjs")),"./assets/24/Bulb24.svg":()=>Promise.resolve().then(()=>require("./Bulb24-a0a69aaf.cjs")),"./assets/24/Calendar24.svg":()=>Promise.resolve().then(()=>require("./Calendar24-0d02b130.cjs")),"./assets/24/CalendarEdit24.svg":()=>Promise.resolve().then(()=>require("./CalendarEdit24-f6eb859a.cjs")),"./assets/24/CalendarScheduled24.svg":()=>Promise.resolve().then(()=>require("./CalendarScheduled24-f110091b.cjs")),"./assets/24/Chart24.svg":()=>Promise.resolve().then(()=>require("./Chart24-337a9b9b.cjs")),"./assets/24/Chat24.svg":()=>Promise.resolve().then(()=>require("./Chat24-c1bbc0a0.cjs")),"./assets/24/Check24.svg":()=>Promise.resolve().then(()=>require("./Check24-948a33c9.cjs")),"./assets/24/ChevronDoubleLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft24-6204e710.cjs")),"./assets/24/ChevronDoubleRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleRight24-15df8bf2.cjs")),"./assets/24/ChevronDown24.svg":()=>Promise.resolve().then(()=>require("./ChevronDown24-2cedfd82.cjs")),"./assets/24/ChevronLeft24.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft24-bd24deb8.cjs")),"./assets/24/ChevronRight24.svg":()=>Promise.resolve().then(()=>require("./ChevronRight24-f135178f.cjs")),"./assets/24/ChevronUp24.svg":()=>Promise.resolve().then(()=>require("./ChevronUp24-ad6d1871.cjs")),"./assets/24/CircleCheck24.svg":()=>Promise.resolve().then(()=>require("./CircleCheck24-6c82d401.cjs")),"./assets/24/Clip24.svg":()=>Promise.resolve().then(()=>require("./Clip24-d7b6adc9.cjs")),"./assets/24/Clock24.svg":()=>Promise.resolve().then(()=>require("./Clock24-5ecbc42c.cjs")),"./assets/24/Close24.svg":()=>Promise.resolve().then(()=>require("./Close24-b3836c25.cjs")),"./assets/24/Cloud24.svg":()=>Promise.resolve().then(()=>require("./Cloud24-e1c03d6e.cjs")),"./assets/24/CloudDownload24.svg":()=>Promise.resolve().then(()=>require("./CloudDownload24-69e6b33d.cjs")),"./assets/24/Connection24.svg":()=>Promise.resolve().then(()=>require("./Connection24-7cfb460e.cjs")),"./assets/24/Copy24.svg":()=>Promise.resolve().then(()=>require("./Copy24-6f3b62ae.cjs")),"./assets/24/Cube24.svg":()=>Promise.resolve().then(()=>require("./Cube24-15a46f26.cjs")),"./assets/24/Dashboard24.svg":()=>Promise.resolve().then(()=>require("./Dashboard24-3db8c472.cjs")),"./assets/24/Diagram24.svg":()=>Promise.resolve().then(()=>require("./Diagram24-8ba0c4a9.cjs")),"./assets/24/Document24.svg":()=>Promise.resolve().then(()=>require("./Document24-ce9bbb26.cjs")),"./assets/24/DotsHorizontal24.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal24-f01dc9a4.cjs")),"./assets/24/DotsVertical24.svg":()=>Promise.resolve().then(()=>require("./DotsVertical24-6d8d2e82.cjs")),"./assets/24/Download24.svg":()=>Promise.resolve().then(()=>require("./Download24-85021da5.cjs")),"./assets/24/Edit24.svg":()=>Promise.resolve().then(()=>require("./Edit24-c19aed62.cjs")),"./assets/24/Exel24.svg":()=>Promise.resolve().then(()=>require("./Exel24-e2f3f043.cjs")),"./assets/24/Exit24.svg":()=>Promise.resolve().then(()=>require("./Exit24-a2555015.cjs")),"./assets/24/Eye24.svg":()=>Promise.resolve().then(()=>require("./Eye24-c4c2ff91.cjs")),"./assets/24/EyeCrossed24.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed24-17304b42.cjs")),"./assets/24/Files24.svg":()=>Promise.resolve().then(()=>require("./Files24-db9136b0.cjs")),"./assets/24/Filter24.svg":()=>Promise.resolve().then(()=>require("./Filter24-d55ea5d8.cjs")),"./assets/24/GoldenApple24.svg":()=>Promise.resolve().then(()=>require("./GoldenApple24-74dbe930.cjs")),"./assets/24/Grid24.svg":()=>Promise.resolve().then(()=>require("./Grid24-b13f4c67.cjs")),"./assets/24/GridTwo24.svg":()=>Promise.resolve().then(()=>require("./GridTwo24-9c1a76e7.cjs")),"./assets/24/Group24.svg":()=>Promise.resolve().then(()=>require("./Group24-93e905da.cjs")),"./assets/24/HandKey24.svg":()=>Promise.resolve().then(()=>require("./HandKey24-49057b5b.cjs")),"./assets/24/HandRight24.svg":()=>Promise.resolve().then(()=>require("./HandRight24-90316432.cjs")),"./assets/24/HandTop24.svg":()=>Promise.resolve().then(()=>require("./HandTop24-f95731fa.cjs")),"./assets/24/Home24.svg":()=>Promise.resolve().then(()=>require("./Home24-15ff4624.cjs")),"./assets/24/Hub24.svg":()=>Promise.resolve().then(()=>require("./Hub24-cef2d919.cjs")),"./assets/24/Info24.svg":()=>Promise.resolve().then(()=>require("./Info24-a815ff1a.cjs")),"./assets/24/JPG24.svg":()=>Promise.resolve().then(()=>require("./JPG24-483d44dc.cjs")),"./assets/24/Key24.svg":()=>Promise.resolve().then(()=>require("./Key24-29cdf0dd.cjs")),"./assets/24/Lamoda24.svg":()=>Promise.resolve().then(()=>require("./Lamoda24-0d04b155.cjs")),"./assets/24/Layers24.svg":()=>Promise.resolve().then(()=>require("./Layers24-b329d4e3.cjs")),"./assets/24/Library24.svg":()=>Promise.resolve().then(()=>require("./Library24-5dd03e64.cjs")),"./assets/24/Link24.svg":()=>Promise.resolve().then(()=>require("./Link24-3e91c91a.cjs")),"./assets/24/Loader24.svg":()=>Promise.resolve().then(()=>require("./Loader24-a6560bf7.cjs")),"./assets/24/Lock24.svg":()=>Promise.resolve().then(()=>require("./Lock24-57cd2e84.cjs")),"./assets/24/Mail24.svg":()=>Promise.resolve().then(()=>require("./Mail24-dd8bd69c.cjs")),"./assets/24/MailCheck24.svg":()=>Promise.resolve().then(()=>require("./MailCheck24-2ddb7b72.cjs")),"./assets/24/Main24.svg":()=>Promise.resolve().then(()=>require("./Main24-fce0397d.cjs")),"./assets/24/Menu24.svg":()=>Promise.resolve().then(()=>require("./Menu24-3f923cd2.cjs")),"./assets/24/Minus24.svg":()=>Promise.resolve().then(()=>require("./Minus24-9b94c846.cjs")),"./assets/24/Ozon24.svg":()=>Promise.resolve().then(()=>require("./Ozon24-88add0eb.cjs")),"./assets/24/PDF24.svg":()=>Promise.resolve().then(()=>require("./PDF24-099d7c68.cjs")),"./assets/24/PNG24.svg":()=>Promise.resolve().then(()=>require("./PNG24-8cb1afa3.cjs")),"./assets/24/Percent24.svg":()=>Promise.resolve().then(()=>require("./Percent24-70e0b373.cjs")),"./assets/24/Picture24.svg":()=>Promise.resolve().then(()=>require("./Picture24-53369e7a.cjs")),"./assets/24/Pin24.svg":()=>Promise.resolve().then(()=>require("./Pin24-180bd50b.cjs")),"./assets/24/Plus24.svg":()=>Promise.resolve().then(()=>require("./Plus24-64cd48d5.cjs")),"./assets/24/Print24.svg":()=>Promise.resolve().then(()=>require("./Print24-4d266d5d.cjs")),"./assets/24/Question24.svg":()=>Promise.resolve().then(()=>require("./Question24-887d6c6a.cjs")),"./assets/24/Rotate24.svg":()=>Promise.resolve().then(()=>require("./Rotate24-e452c335.cjs")),"./assets/24/Ruble24.svg":()=>Promise.resolve().then(()=>require("./Ruble24-7166d5e5.cjs")),"./assets/24/Saved24.svg":()=>Promise.resolve().then(()=>require("./Saved24-e077e77b.cjs")),"./assets/24/Scheduled24.svg":()=>Promise.resolve().then(()=>require("./Scheduled24-33d6e71d.cjs")),"./assets/24/Scroll24.svg":()=>Promise.resolve().then(()=>require("./Scroll24-9c4e3565.cjs")),"./assets/24/Search24.svg":()=>Promise.resolve().then(()=>require("./Search24-982364ab.cjs")),"./assets/24/Send24.svg":()=>Promise.resolve().then(()=>require("./Send24-5793112e.cjs")),"./assets/24/Settings24.svg":()=>Promise.resolve().then(()=>require("./Settings24-5a9eb570.cjs")),"./assets/24/Share24.svg":()=>Promise.resolve().then(()=>require("./Share24-1043a438.cjs")),"./assets/24/ShareOne24.svg":()=>Promise.resolve().then(()=>require("./ShareOne24-854751cb.cjs")),"./assets/24/Shield24.svg":()=>Promise.resolve().then(()=>require("./Shield24-8b75e301.cjs")),"./assets/24/ShoppingBag24.svg":()=>Promise.resolve().then(()=>require("./ShoppingBag24-601a6d24.cjs")),"./assets/24/Sidebar24.svg":()=>Promise.resolve().then(()=>require("./Sidebar24-76986a2d.cjs")),"./assets/24/Sort24.svg":()=>Promise.resolve().then(()=>require("./Sort24-93425611.cjs")),"./assets/24/SortThree24.svg":()=>Promise.resolve().then(()=>require("./SortThree24-ada5f0d1.cjs")),"./assets/24/SortTwo24.svg":()=>Promise.resolve().then(()=>require("./SortTwo24-c68b7b08.cjs")),"./assets/24/Star24.svg":()=>Promise.resolve().then(()=>require("./Star24-95ac70c3.cjs")),"./assets/24/Sticker24.svg":()=>Promise.resolve().then(()=>require("./Sticker24-e675200e.cjs")),"./assets/24/Suitcase24.svg":()=>Promise.resolve().then(()=>require("./Suitcase24-777d2d99.cjs")),"./assets/24/Support24.svg":()=>Promise.resolve().then(()=>require("./Support24-6309a854.cjs")),"./assets/24/Telegram24.svg":()=>Promise.resolve().then(()=>require("./Telegram24-27cc0832.cjs")),"./assets/24/Thunder24.svg":()=>Promise.resolve().then(()=>require("./Thunder24-43ab5af2.cjs")),"./assets/24/Truck24.svg":()=>Promise.resolve().then(()=>require("./Truck24-0ada217f.cjs")),"./assets/24/USB24.svg":()=>Promise.resolve().then(()=>require("./USB24-6f6dafc8.cjs")),"./assets/24/User24.svg":()=>Promise.resolve().then(()=>require("./User24-ecf53af9.cjs")),"./assets/24/WB24.svg":()=>Promise.resolve().then(()=>require("./WB24-30b4f30f.cjs")),"./assets/24/Wallet24.svg":()=>Promise.resolve().then(()=>require("./Wallet24-fcd148ff.cjs")),"./assets/24/WarningCircle24.svg":()=>Promise.resolve().then(()=>require("./WarningCircle24-1e8ac783.cjs")),"./assets/24/WarningPolygon24.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon24-e085abed.cjs")),"./assets/24/WarningTriangle24.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle24-46c3fbb4.cjs")),"./assets/24/Word24.svg":()=>Promise.resolve().then(()=>require("./Word24-3c7424ec.cjs")),"./assets/24/Yandex24.svg":()=>Promise.resolve().then(()=>require("./Yandex24-36090584.cjs")),"./assets/32/ArrowBottom32.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom32-3752aad1.cjs")),"./assets/32/ArrowLeft32.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft32-3d38a6cc.cjs")),"./assets/32/ArrowRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowRight32-fd9f0717.cjs")),"./assets/32/ArrowTop32.svg":()=>Promise.resolve().then(()=>require("./ArrowTop32-f6ac9cf1.cjs")),"./assets/32/ArrowTopRight32.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight32-9b380a03.cjs")),"./assets/32/Attachment32.svg":()=>Promise.resolve().then(()=>require("./Attachment32-ff5c128a.cjs")),"./assets/32/BankAccount32.svg":()=>Promise.resolve().then(()=>require("./BankAccount32-d511aa02.cjs")),"./assets/32/Bell32.svg":()=>Promise.resolve().then(()=>require("./Bell32-79d01491.cjs")),"./assets/32/Bin32.svg":()=>Promise.resolve().then(()=>require("./Bin32-3c211490.cjs")),"./assets/32/BlankChat32.svg":()=>Promise.resolve().then(()=>require("./BlankChat32-5d2d132f.cjs")),"./assets/32/BlankCheck32.svg":()=>Promise.resolve().then(()=>require("./BlankCheck32-b5c66142.cjs")),"./assets/32/BlankKey32.svg":()=>Promise.resolve().then(()=>require("./BlankKey32-a8e67074.cjs")),"./assets/32/BlankLock32.svg":()=>Promise.resolve().then(()=>require("./BlankLock32-e7fed1cc.cjs")),"./assets/32/BlankPan32.svg":()=>Promise.resolve().then(()=>require("./BlankPan32-145d0012.cjs")),"./assets/32/Block32.svg":()=>Promise.resolve().then(()=>require("./Block32-fc2341ba.cjs")),"./assets/32/Box32.svg":()=>Promise.resolve().then(()=>require("./Box32-8848e3b8.cjs")),"./assets/32/Bulb32.svg":()=>Promise.resolve().then(()=>require("./Bulb32-f9473c8e.cjs")),"./assets/32/Calendar32.svg":()=>Promise.resolve().then(()=>require("./Calendar32-de1e2709.cjs")),"./assets/32/Chart32.svg":()=>Promise.resolve().then(()=>require("./Chart32-d57eb873.cjs")),"./assets/32/Chat32.svg":()=>Promise.resolve().then(()=>require("./Chat32-1146d263.cjs")),"./assets/32/Check32.svg":()=>Promise.resolve().then(()=>require("./Check32-157d6d0e.cjs")),"./assets/32/CheckCircle32.svg":()=>Promise.resolve().then(()=>require("./CheckCircle32-7996bb50.cjs")),"./assets/32/ChevronDoubleLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft32-322f339f.cjs")),"./assets/32/ChevronDown32.svg":()=>Promise.resolve().then(()=>require("./ChevronDown32-7e3b9475.cjs")),"./assets/32/ChevronLeft32.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft32-d52914b1.cjs")),"./assets/32/ChevronRight32.svg":()=>Promise.resolve().then(()=>require("./ChevronRight32-baefb043.cjs")),"./assets/32/ChevronUp32.svg":()=>Promise.resolve().then(()=>require("./ChevronUp32-a6d50744.cjs")),"./assets/32/Clip32.svg":()=>Promise.resolve().then(()=>require("./Clip32-49a701ae.cjs")),"./assets/32/Clock32.svg":()=>Promise.resolve().then(()=>require("./Clock32-c29e8bab.cjs")),"./assets/32/Close32.svg":()=>Promise.resolve().then(()=>require("./Close32-763a7c38.cjs")),"./assets/32/Cloud32.svg":()=>Promise.resolve().then(()=>require("./Cloud32-a816f9fc.cjs")),"./assets/32/CloudDownload32.svg":()=>Promise.resolve().then(()=>require("./CloudDownload32-1112672d.cjs")),"./assets/32/Connection32.svg":()=>Promise.resolve().then(()=>require("./Connection32-397eb085.cjs")),"./assets/32/Copy32.svg":()=>Promise.resolve().then(()=>require("./Copy32-b77fa626.cjs")),"./assets/32/Credit32.svg":()=>Promise.resolve().then(()=>require("./Credit32-6ee1e402.cjs")),"./assets/32/CreditCard32.svg":()=>Promise.resolve().then(()=>require("./CreditCard32-5621c98f.cjs")),"./assets/32/Dashboard32.svg":()=>Promise.resolve().then(()=>require("./Dashboard32-5b5d8387.cjs")),"./assets/32/Document32.svg":()=>Promise.resolve().then(()=>require("./Document32-bd6d3cde.cjs")),"./assets/32/DotsHorizontal32.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal32-cf09cdbc.cjs")),"./assets/32/DotsVertical32.svg":()=>Promise.resolve().then(()=>require("./DotsVertical32-e21b04ca.cjs")),"./assets/32/Download32.svg":()=>Promise.resolve().then(()=>require("./Download32-3ec674d9.cjs")),"./assets/32/Edit32.svg":()=>Promise.resolve().then(()=>require("./Edit32-75822ffe.cjs")),"./assets/32/Exit32.svg":()=>Promise.resolve().then(()=>require("./Exit32-4208941c.cjs")),"./assets/32/Eye32.svg":()=>Promise.resolve().then(()=>require("./Eye32-1bf3481d.cjs")),"./assets/32/EyeCrossed32.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed32-ed432696.cjs")),"./assets/32/Facebook32.svg":()=>Promise.resolve().then(()=>require("./Facebook32-e2bd3027.cjs")),"./assets/32/Factoring32.svg":()=>Promise.resolve().then(()=>require("./Factoring32-e57709d7.cjs")),"./assets/32/Filter32.svg":()=>Promise.resolve().then(()=>require("./Filter32-ed02875a.cjs")),"./assets/32/FilterTwo32.svg":()=>Promise.resolve().then(()=>require("./FilterTwo32-e35a9dc0.cjs")),"./assets/32/GoldenApple32.svg":()=>Promise.resolve().then(()=>require("./GoldenApple32-3c4dc449.cjs")),"./assets/32/Grid32.svg":()=>Promise.resolve().then(()=>require("./Grid32-f2a24400.cjs")),"./assets/32/GridTwo32.svg":()=>Promise.resolve().then(()=>require("./GridTwo32-488d5939.cjs")),"./assets/32/Group32.svg":()=>Promise.resolve().then(()=>require("./Group32-65d34db5.cjs")),"./assets/32/Guarantees32.svg":()=>Promise.resolve().then(()=>require("./Guarantees32-6644fbe3.cjs")),"./assets/32/HandKey32.svg":()=>Promise.resolve().then(()=>require("./HandKey32-1baacd77.cjs")),"./assets/32/HandRight32.svg":()=>Promise.resolve().then(()=>require("./HandRight32-1ed9694a.cjs")),"./assets/32/HandTop32.svg":()=>Promise.resolve().then(()=>require("./HandTop32-ae19ce88.cjs")),"./assets/32/Home32.svg":()=>Promise.resolve().then(()=>require("./Home32-2dcaf28d.cjs")),"./assets/32/Hub32.svg":()=>Promise.resolve().then(()=>require("./Hub32-7417f6be.cjs")),"./assets/32/Info32.svg":()=>Promise.resolve().then(()=>require("./Info32-2766f853.cjs")),"./assets/32/Instagram32.svg":()=>Promise.resolve().then(()=>require("./Instagram32-c1ccd8de.cjs")),"./assets/32/Key32.svg":()=>Promise.resolve().then(()=>require("./Key32-663e31c7.cjs")),"./assets/32/Lamoda32.svg":()=>Promise.resolve().then(()=>require("./Lamoda32-bf47bf97.cjs")),"./assets/32/Layers32.svg":()=>Promise.resolve().then(()=>require("./Layers32-b2a2e01d.cjs")),"./assets/32/Library32.svg":()=>Promise.resolve().then(()=>require("./Library32-56e44873.cjs")),"./assets/32/Link32.svg":()=>Promise.resolve().then(()=>require("./Link32-66299c0a.cjs")),"./assets/32/Loader32.svg":()=>Promise.resolve().then(()=>require("./Loader32-a095cd62.cjs")),"./assets/32/Lock32.svg":()=>Promise.resolve().then(()=>require("./Lock32-691deff9.cjs")),"./assets/32/Mail32.svg":()=>Promise.resolve().then(()=>require("./Mail32-dcca519e.cjs")),"./assets/32/MailCheck32.svg":()=>Promise.resolve().then(()=>require("./MailCheck32-5ecec724.cjs")),"./assets/32/Menu32.svg":()=>Promise.resolve().then(()=>require("./Menu32-b88fbe1a.cjs")),"./assets/32/Minus32.svg":()=>Promise.resolve().then(()=>require("./Minus32-cad438dc.cjs")),"./assets/32/Notification32.svg":()=>Promise.resolve().then(()=>require("./Notification32-5fc05cec.cjs")),"./assets/32/Ozon32.svg":()=>Promise.resolve().then(()=>require("./Ozon32-bcbf164e.cjs")),"./assets/32/Picture32.svg":()=>Promise.resolve().then(()=>require("./Picture32-34ddae23.cjs")),"./assets/32/Pin32.svg":()=>Promise.resolve().then(()=>require("./Pin32-a65d2caa.cjs")),"./assets/32/Plus32.svg":()=>Promise.resolve().then(()=>require("./Plus32-854f627c.cjs")),"./assets/32/PlusCircle32.svg":()=>Promise.resolve().then(()=>require("./PlusCircle32-99045f80.cjs")),"./assets/32/Print32.svg":()=>Promise.resolve().then(()=>require("./Print32-ed7f9bd3.cjs")),"./assets/32/Question32.svg":()=>Promise.resolve().then(()=>require("./Question32-4346f42f.cjs")),"./assets/32/Rotate32.svg":()=>Promise.resolve().then(()=>require("./Rotate32-fa304d44.cjs")),"./assets/32/Ruble32.svg":()=>Promise.resolve().then(()=>require("./Ruble32-d5220b3c.cjs")),"./assets/32/Sample32.svg":()=>Promise.resolve().then(()=>require("./Sample32-5b29953e.cjs")),"./assets/32/Saved32.svg":()=>Promise.resolve().then(()=>require("./Saved32-b7774c7d.cjs")),"./assets/32/Scheduled32.svg":()=>Promise.resolve().then(()=>require("./Scheduled32-0c5c5cbb.cjs")),"./assets/32/Scroll32.svg":()=>Promise.resolve().then(()=>require("./Scroll32-388780c7.cjs")),"./assets/32/Search32.svg":()=>Promise.resolve().then(()=>require("./Search32-71d60c3f.cjs")),"./assets/32/Send32.svg":()=>Promise.resolve().then(()=>require("./Send32-4e7201a9.cjs")),"./assets/32/Settings32.svg":()=>Promise.resolve().then(()=>require("./Settings32-194772a1.cjs")),"./assets/32/Share32.svg":()=>Promise.resolve().then(()=>require("./Share32-3af46c30.cjs")),"./assets/32/ShareTwo32.svg":()=>Promise.resolve().then(()=>require("./ShareTwo32-17cac9a6.cjs")),"./assets/32/Sidebar32.svg":()=>Promise.resolve().then(()=>require("./Sidebar32-3fa2fbcc.cjs")),"./assets/32/Sort32.svg":()=>Promise.resolve().then(()=>require("./Sort32-f1c8776d.cjs")),"./assets/32/SortTwo32.svg":()=>Promise.resolve().then(()=>require("./SortTwo32-3cf215fd.cjs")),"./assets/32/Star32.svg":()=>Promise.resolve().then(()=>require("./Star32-fcf705eb.cjs")),"./assets/32/Sticker32.svg":()=>Promise.resolve().then(()=>require("./Sticker32-d91dd865.cjs")),"./assets/32/Suitcase32.svg":()=>Promise.resolve().then(()=>require("./Suitcase32-82f85304.cjs")),"./assets/32/Support32.svg":()=>Promise.resolve().then(()=>require("./Support32-f16bedad.cjs")),"./assets/32/Telegram32.svg":()=>Promise.resolve().then(()=>require("./Telegram32-de424b74.cjs")),"./assets/32/Thunder32.svg":()=>Promise.resolve().then(()=>require("./Thunder32-5727e2be.cjs")),"./assets/32/USB32.svg":()=>Promise.resolve().then(()=>require("./USB32-97480de7.cjs")),"./assets/32/User32.svg":()=>Promise.resolve().then(()=>require("./User32-0e96d806.cjs")),"./assets/32/VK32.svg":()=>Promise.resolve().then(()=>require("./VK32-e58bdd9f.cjs")),"./assets/32/WB32.svg":()=>Promise.resolve().then(()=>require("./WB32-be91f66f.cjs")),"./assets/32/WarningCircle32.svg":()=>Promise.resolve().then(()=>require("./WarningCircle32-44e9d525.cjs")),"./assets/32/WarningPolygon32.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon32-6a474859.cjs")),"./assets/32/WarningTriangle32.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle32-5d1e8a32.cjs")),"./assets/32/Yandex32.svg":()=>Promise.resolve().then(()=>require("./Yandex32-621852c6.cjs")),"./assets/32/Youtube32.svg":()=>Promise.resolve().then(()=>require("./Youtube32-5cadd731.cjs")),"./assets/40/ArrowBottom40.svg":()=>Promise.resolve().then(()=>require("./ArrowBottom40-d88fda1f.cjs")),"./assets/40/ArrowLeft40.svg":()=>Promise.resolve().then(()=>require("./ArrowLeft40-dab0936d.cjs")),"./assets/40/ArrowRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowRight40-f375419a.cjs")),"./assets/40/ArrowTop40.svg":()=>Promise.resolve().then(()=>require("./ArrowTop40-7667fae7.cjs")),"./assets/40/ArrowTopRight40.svg":()=>Promise.resolve().then(()=>require("./ArrowTopRight40-23f83fb2.cjs")),"./assets/40/Attachment40.svg":()=>Promise.resolve().then(()=>require("./Attachment40-c4324e90.cjs")),"./assets/40/BankAccount40.svg":()=>Promise.resolve().then(()=>require("./BankAccount40-613e1200.cjs")),"./assets/40/Bell40.svg":()=>Promise.resolve().then(()=>require("./Bell40-c3a7c232.cjs")),"./assets/40/Bin40.svg":()=>Promise.resolve().then(()=>require("./Bin40-6abe62e0.cjs")),"./assets/40/BlankChat40.svg":()=>Promise.resolve().then(()=>require("./BlankChat40-b7bc443d.cjs")),"./assets/40/BlankCheck40.svg":()=>Promise.resolve().then(()=>require("./BlankCheck40-3abe468d.cjs")),"./assets/40/BlankKey40.svg":()=>Promise.resolve().then(()=>require("./BlankKey40-5480bd50.cjs")),"./assets/40/BlankLock40.svg":()=>Promise.resolve().then(()=>require("./BlankLock40-c5a753c4.cjs")),"./assets/40/BlankPan40.svg":()=>Promise.resolve().then(()=>require("./BlankPan40-48f0dd8d.cjs")),"./assets/40/Block40.svg":()=>Promise.resolve().then(()=>require("./Block40-02786a42.cjs")),"./assets/40/Box40.svg":()=>Promise.resolve().then(()=>require("./Box40-038694ae.cjs")),"./assets/40/Bulb40.svg":()=>Promise.resolve().then(()=>require("./Bulb40-a3a58232.cjs")),"./assets/40/Calendar40.svg":()=>Promise.resolve().then(()=>require("./Calendar40-0ccee04d.cjs")),"./assets/40/Chart40.svg":()=>Promise.resolve().then(()=>require("./Chart40-b49e213b.cjs")),"./assets/40/Chat40.svg":()=>Promise.resolve().then(()=>require("./Chat40-c6e9860a.cjs")),"./assets/40/Check40.svg":()=>Promise.resolve().then(()=>require("./Check40-9deba4df.cjs")),"./assets/40/CheckCircle40.svg":()=>Promise.resolve().then(()=>require("./CheckCircle40-b60742d0.cjs")),"./assets/40/ChevronDoubleLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronDoubleLeft40-6bc991b8.cjs")),"./assets/40/ChevronDown40.svg":()=>Promise.resolve().then(()=>require("./ChevronDown40-104004af.cjs")),"./assets/40/ChevronLeft40.svg":()=>Promise.resolve().then(()=>require("./ChevronLeft40-003f0e47.cjs")),"./assets/40/ChevronRight40.svg":()=>Promise.resolve().then(()=>require("./ChevronRight40-04feabf0.cjs")),"./assets/40/ChevronUp40.svg":()=>Promise.resolve().then(()=>require("./ChevronUp40-12c9fbe5.cjs")),"./assets/40/Clip40.svg":()=>Promise.resolve().then(()=>require("./Clip40-ebe370ad.cjs")),"./assets/40/Clock40.svg":()=>Promise.resolve().then(()=>require("./Clock40-6f9bebe1.cjs")),"./assets/40/Close40.svg":()=>Promise.resolve().then(()=>require("./Close40-49678fc0.cjs")),"./assets/40/Cloud40.svg":()=>Promise.resolve().then(()=>require("./Cloud40-7d3d49fd.cjs")),"./assets/40/CloudDownload40.svg":()=>Promise.resolve().then(()=>require("./CloudDownload40-96a91904.cjs")),"./assets/40/Connection40.svg":()=>Promise.resolve().then(()=>require("./Connection40-b0b8b022.cjs")),"./assets/40/Copy40.svg":()=>Promise.resolve().then(()=>require("./Copy40-b1df4cd6.cjs")),"./assets/40/Credit40.svg":()=>Promise.resolve().then(()=>require("./Credit40-d382d321.cjs")),"./assets/40/CreditCard40.svg":()=>Promise.resolve().then(()=>require("./CreditCard40-ec631833.cjs")),"./assets/40/Dashboard40.svg":()=>Promise.resolve().then(()=>require("./Dashboard40-98d80fec.cjs")),"./assets/40/Document40.svg":()=>Promise.resolve().then(()=>require("./Document40-913d2ef9.cjs")),"./assets/40/DotsHorizontal40.svg":()=>Promise.resolve().then(()=>require("./DotsHorizontal40-eeffab53.cjs")),"./assets/40/DotsVertical40.svg":()=>Promise.resolve().then(()=>require("./DotsVertical40-23b36218.cjs")),"./assets/40/Download40.svg":()=>Promise.resolve().then(()=>require("./Download40-b6c9ed5a.cjs")),"./assets/40/Edit40.svg":()=>Promise.resolve().then(()=>require("./Edit40-21568727.cjs")),"./assets/40/Exit40.svg":()=>Promise.resolve().then(()=>require("./Exit40-41ae981e.cjs")),"./assets/40/Eye40.svg":()=>Promise.resolve().then(()=>require("./Eye40-069ee830.cjs")),"./assets/40/EyeCrossed40.svg":()=>Promise.resolve().then(()=>require("./EyeCrossed40-8e3075a2.cjs")),"./assets/40/Facebook40.svg":()=>Promise.resolve().then(()=>require("./Facebook40-479282a4.cjs")),"./assets/40/Factoring40.svg":()=>Promise.resolve().then(()=>require("./Factoring40-d8689f36.cjs")),"./assets/40/Filter40.svg":()=>Promise.resolve().then(()=>require("./Filter40-253a9002.cjs")),"./assets/40/FilterTwo40.svg":()=>Promise.resolve().then(()=>require("./FilterTwo40-a14e6f0a.cjs")),"./assets/40/GoldenApple40.svg":()=>Promise.resolve().then(()=>require("./GoldenApple40-3788ee00.cjs")),"./assets/40/Grid40.svg":()=>Promise.resolve().then(()=>require("./Grid40-e499acf6.cjs")),"./assets/40/GridTwo40.svg":()=>Promise.resolve().then(()=>require("./GridTwo40-7934f18d.cjs")),"./assets/40/Group40.svg":()=>Promise.resolve().then(()=>require("./Group40-11b5cdcd.cjs")),"./assets/40/Guarantees40.svg":()=>Promise.resolve().then(()=>require("./Guarantees40-f2f4c81c.cjs")),"./assets/40/HandKey40.svg":()=>Promise.resolve().then(()=>require("./HandKey40-0525c9b5.cjs")),"./assets/40/HandRight40.svg":()=>Promise.resolve().then(()=>require("./HandRight40-528d360f.cjs")),"./assets/40/HandTop40.svg":()=>Promise.resolve().then(()=>require("./HandTop40-104a63a2.cjs")),"./assets/40/Home40.svg":()=>Promise.resolve().then(()=>require("./Home40-2231c84b.cjs")),"./assets/40/Hub40.svg":()=>Promise.resolve().then(()=>require("./Hub40-2137855a.cjs")),"./assets/40/Info40.svg":()=>Promise.resolve().then(()=>require("./Info40-31bacb42.cjs")),"./assets/40/Instagram40.svg":()=>Promise.resolve().then(()=>require("./Instagram40-9f8c220c.cjs")),"./assets/40/Key40.svg":()=>Promise.resolve().then(()=>require("./Key40-68e1131f.cjs")),"./assets/40/Lamoda40.svg":()=>Promise.resolve().then(()=>require("./Lamoda40-cc0b04fe.cjs")),"./assets/40/Layers40.svg":()=>Promise.resolve().then(()=>require("./Layers40-ad0e862f.cjs")),"./assets/40/Library40.svg":()=>Promise.resolve().then(()=>require("./Library40-f43ab48c.cjs")),"./assets/40/Link40.svg":()=>Promise.resolve().then(()=>require("./Link40-d144b6a7.cjs")),"./assets/40/Loader40.svg":()=>Promise.resolve().then(()=>require("./Loader40-51d25d86.cjs")),"./assets/40/Lock40.svg":()=>Promise.resolve().then(()=>require("./Lock40-8511d555.cjs")),"./assets/40/Mail40.svg":()=>Promise.resolve().then(()=>require("./Mail40-fcbac526.cjs")),"./assets/40/MailCheck40.svg":()=>Promise.resolve().then(()=>require("./MailCheck40-c4f15a78.cjs")),"./assets/40/Menu40.svg":()=>Promise.resolve().then(()=>require("./Menu40-b17b26b8.cjs")),"./assets/40/Minus40.svg":()=>Promise.resolve().then(()=>require("./Minus40-bcdb3fdd.cjs")),"./assets/40/Notification40.svg":()=>Promise.resolve().then(()=>require("./Notification40-9c0f8a74.cjs")),"./assets/40/Ozon40.svg":()=>Promise.resolve().then(()=>require("./Ozon40-2d21d472.cjs")),"./assets/40/Picture40.svg":()=>Promise.resolve().then(()=>require("./Picture40-012359db.cjs")),"./assets/40/Pin40.svg":()=>Promise.resolve().then(()=>require("./Pin40-c2b73365.cjs")),"./assets/40/Plus40.svg":()=>Promise.resolve().then(()=>require("./Plus40-d6733875.cjs")),"./assets/40/Print40.svg":()=>Promise.resolve().then(()=>require("./Print40-c7ee25ce.cjs")),"./assets/40/Question40.svg":()=>Promise.resolve().then(()=>require("./Question40-a71cc598.cjs")),"./assets/40/Rotate40.svg":()=>Promise.resolve().then(()=>require("./Rotate40-1c01ff1e.cjs")),"./assets/40/Ruble40.svg":()=>Promise.resolve().then(()=>require("./Ruble40-74c1702d.cjs")),"./assets/40/Sample40.svg":()=>Promise.resolve().then(()=>require("./Sample40-ff85a70f.cjs")),"./assets/40/Saved40.svg":()=>Promise.resolve().then(()=>require("./Saved40-bc234529.cjs")),"./assets/40/Scheduled40.svg":()=>Promise.resolve().then(()=>require("./Scheduled40-7c6df6d1.cjs")),"./assets/40/Scroll40.svg":()=>Promise.resolve().then(()=>require("./Scroll40-46d51e24.cjs")),"./assets/40/Search40.svg":()=>Promise.resolve().then(()=>require("./Search40-c1b8e1c0.cjs")),"./assets/40/Send40.svg":()=>Promise.resolve().then(()=>require("./Send40-3a817278.cjs")),"./assets/40/Settings40.svg":()=>Promise.resolve().then(()=>require("./Settings40-2c1218fd.cjs")),"./assets/40/Share40.svg":()=>Promise.resolve().then(()=>require("./Share40-a9ee1c25.cjs")),"./assets/40/ShareTwo40.svg":()=>Promise.resolve().then(()=>require("./ShareTwo40-67a39279.cjs")),"./assets/40/Sidebar40.svg":()=>Promise.resolve().then(()=>require("./Sidebar40-95e44cec.cjs")),"./assets/40/Sort40.svg":()=>Promise.resolve().then(()=>require("./Sort40-237d41b1.cjs")),"./assets/40/SortTwo40.svg":()=>Promise.resolve().then(()=>require("./SortTwo40-486ef10a.cjs")),"./assets/40/Star40.svg":()=>Promise.resolve().then(()=>require("./Star40-57e45267.cjs")),"./assets/40/Sticker40.svg":()=>Promise.resolve().then(()=>require("./Sticker40-38224302.cjs")),"./assets/40/Suitcase40.svg":()=>Promise.resolve().then(()=>require("./Suitcase40-fadcac76.cjs")),"./assets/40/Support40.svg":()=>Promise.resolve().then(()=>require("./Support40-965dd396.cjs")),"./assets/40/Telegram40.svg":()=>Promise.resolve().then(()=>require("./Telegram40-eb4f6b25.cjs")),"./assets/40/Thunder40.svg":()=>Promise.resolve().then(()=>require("./Thunder40-f804f7be.cjs")),"./assets/40/USB40.svg":()=>Promise.resolve().then(()=>require("./USB40-bdd1310c.cjs")),"./assets/40/User40.svg":()=>Promise.resolve().then(()=>require("./User40-e5958dc7.cjs")),"./assets/40/VK40.svg":()=>Promise.resolve().then(()=>require("./VK40-50affa2d.cjs")),"./assets/40/WB40.svg":()=>Promise.resolve().then(()=>require("./WB40-957bd3a3.cjs")),"./assets/40/WarningCircle40.svg":()=>Promise.resolve().then(()=>require("./WarningCircle40-7bdf5f78.cjs")),"./assets/40/WarningPolygon40.svg":()=>Promise.resolve().then(()=>require("./WarningPolygon40-4f56303c.cjs")),"./assets/40/WarningTriangle40.svg":()=>Promise.resolve().then(()=>require("./WarningTriangle40-27b16534.cjs")),"./assets/40/Yandex40.svg":()=>Promise.resolve().then(()=>require("./Yandex40-3377fba2.cjs")),"./assets/40/Youtube40.svg":()=>Promise.resolve().then(()=>require("./Youtube40-72bfd5dd.cjs")),"./assets/56/GoldenApple56.svg":()=>Promise.resolve().then(()=>require("./GoldenApple56-b5484fd1.cjs")),"./assets/56/Lamoda56.svg":()=>Promise.resolve().then(()=>require("./Lamoda56-d4e5c23a.cjs")),"./assets/56/Ozon56.svg":()=>Promise.resolve().then(()=>require("./Ozon56-87f7326a.cjs")),"./assets/56/WB56.svg":()=>Promise.resolve().then(()=>require("./WB56-9a7159bc.cjs")),"./assets/56/Yandex56.svg":()=>Promise.resolve().then(()=>require("./Yandex56-fdcda8eb.cjs"))}),`./assets/${c}/${i}.svg`);l.value=d.default}catch(c){console.error(`Failed to load icon: ${s}.svg`,c)}},{immediate:!0}),(s,i)=>(e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle(o.value),class:"d-flex","data-testid":s.name},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(l.value)))],12,h8))}}),v8={class:"date-picker"},y8={class:"date-picker__wrapper"},M8={class:"pl-date-picker__days"},N8={class:"field"},D8=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}){ee.locale("ru");const r=t,o=n,{weekendsDisabled:l}=e.toRefs(r),s=e.computed({get:()=>r.modelValue,set:b=>{o("update:modelValue",b)}}),i=e.ref(ee(s.value,"DD.MM.YYYY")),c=e.ref(ee(s.value,"DD.MM.YYYY")),d=e.ref(ee(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)"),M=e.ref(null);e.watch(s,b=>{ee(b,"DD.MM.YYYY",!0).isValid()?(i.value=ee(b,"DD.MM.YYYY"),c.value=ee(b,"DD.MM.YYYY"),d.value=ee(b,"DD.MM.YYYY")):(i.value=ee(),c.value=ee(),d.value=ee())});const y=a8,g=b=>c.value.date()===b.day&&c.value.month()===b.month&&c.value.year()===b.year&&b.type==="current",h=b=>b.format("DD.MM.YYYY"),N=()=>{d.value=c.value,s.value=h(c.value),o("update:modelValue",c.value.format("DD.MM.YYYY"))},D=(b,w)=>{w?c.value=ee(b,w):c.value=ee().set("date",b.day).set("month",b.month).set("year",b.year),N()},C=b=>{b.weekend||b.type==="previous"||b.type==="next"||D(b),f.value=!1};Ar(M,()=>{setTimeout(()=>{i.value=d.value,f.value=!1})});const _=()=>{const b=[],w=[],E=[],j=i.value.date(1).day()===0;if(i.value.date(1).day()>1||j){const B=i.value.subtract(1,"month").endOf("month").date(),W=j?6:i.value.date(1).day()-1,H=B-W+1;for(let V=H;V<=B;V++)b.push({day:V,type:"previous"})}const x=y.filter(B=>(B==null?void 0:B.year)===(i==null?void 0:i.value.year()))[0],z=x==null?void 0:x.months[i.value.month()].days.split(","),$=i.value.endOf("month").date();for(let B=1;B<=$;B++)w.push({day:B,month:i.value.month(),year:i.value.year(),type:"current",weekend:l.value?z==null?void 0:z.includes(B.toString()):""});if(i.value.date(i.value.daysInMonth()).day()){const B=7-i.value.date(i.value.daysInMonth()).day();for(let W=1;W<=B;W++)E.push({day:W,type:"next"})}return[...b,...w,...E]},k=e.ref(_());e.watch(i,()=>{k.value=_()});const I=e.ref(!1);return e.watch(f,b=>{s.value===""&&(i.value=ee(),c.value=ee(),d.value=ee()),I.value=!b}),(b,w)=>{const E=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",v8,[e.createElementVNode("div",y8,[e.createVNode(Lm,{modelValue:s.value,"onUpdate:modelValue":w[0]||(w[0]=j=>s.value=j),"get-valid":I.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(dt,{class:e.normalizeClass(["date-picker__img",{"date-picker__img_disabled":r.disabled}]),name:"Calendar24",color:p.value},null,8,["class","color"]),[[E,m]])]),f.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:"date-picker-popup",ref_key:"datePickerRef",ref:M,class:"date-picker__popup"},[e.createVNode(l8,{modelValue:i.value,"onUpdate:modelValue":w[1]||(w[1]=j=>i.value=j)},null,8,["modelValue"]),e.createElementVNode("div",M8,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(s8),(j,x)=>(e.openBlock(),e.createElementBlock("div",{key:x,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(j),1)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,(j,x)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${x}`,class:e.normalizeClass(["date-picker__day-item",{"date-picker__day-item_disabled":j.type!=="current"||j.weekend},{"date-picker__day-item_active-item":g(j)}])},[e.createElementVNode("div",N8,e.toDisplayString(j.type!=="previous"&&j.type!=="next"?j.day:""),1)],2)),[[E,()=>C(j)]])),128))])],512)):e.createCommentVNode("",!0)])}}});const Rn=(t,n)=>{const r=t.__vccOpts||t;for(const[o,l]of n)r[o]=l;return r},b8=Rn(D8,[["__scopeId","data-v-d40b04fb"]]),w8={class:"loading-button__body"},k8={class:"loading-button__spinner-wrapper"},T8=["cx","cy","r"],Sf=e.defineComponent({__name:"PlButtonSpinner",props:{type:{},size:{}},setup(t){e.useCssVars(l=>({c50d9926:o.value.containerWidth,"64beb8d2":r.value,"1bd21c74":o.value.strokeWidth}));const n=t,r=e.computed(()=>{switch(n.type){case"alternative":return"var(--color-text-icons-interactive)";case"secondary":return"var(--color-text-icons-primary)";case"error":return"var(--color-text-icons-white)";case"empty":return"var(--color-buttons-accent-themed)";default:return"var(--color-text-icons-contrast-themed)"}}),o=e.computed(()=>{switch(n.size){case"large":return{c:6,r:9.8,containerWidth:"24px",strokeWidth:1.6};default:return{c:4,r:8.25,containerWidth:"20px",strokeWidth:1.5}}});return(l,s)=>(e.openBlock(),e.createElementBlock("div",w8,[e.createElementVNode("div",k8,[(e.openBlock(),e.createElementBlock("svg",null,[e.createElementVNode("circle",{cx:o.value.c,cy:o.value.c,r:o.value.r},null,8,T8)]))])]))}});const C8=["disabled","type"],_8={key:0,class:"pl-button-icon-container"},I8={key:1,class:"pl-button-icon-container"},ho=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"},loading:{type:Boolean,default:!1},options:{},modelValue:{},iconClass:{default:""},noIcon:{type:Boolean},sheetTitle:{},position:{}},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","pl-button_disabled":r.disabled||r.loading,"pl-button_loading":r.loading,"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,"pl-button-has-icon":r.icon,"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 M=m[r.size]||{};if(r.icon&&p[r.iconPosition]){const y=p[r.iconPosition][r.size];M={...M,...y}}return(r.type==="empty"||r.icon&&!s.value)&&(M.padding="0"),M}),d=n,f=()=>!r.disabled&&!r.loading&&d("click");return(m,p)=>{const M=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(o.value),disabled:r.disabled||r.loading,type:r.nativeType},[e.createElementVNode("div",{class:"pl-button-content-container",style:e.normalizeStyle(c.value),"data-testid":"button"},[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createElementBlock("div",_8,[r.iconPosition==="left"&&r.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor}),"data-testid":r.icon},null,8,["name","style","data-testid"])):e.createCommentVNode("",!0),r.iconPosition==="left"&&r.icon&&r.loading?(e.openBlock(),e.createBlock(Sf,{key:1,type:r.type,size:r.size,"data-testid":"spinner-with-icon-left"},null,8,["type","size"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.renderSlot(m.$slots,"default"),r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createElementBlock("div",I8,[r.iconPosition==="right"&&r.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.icon,style:e.normalizeStyle({color:r.iconColor}),class:e.normalizeClass(r.iconClass),"data-testid":r.icon},null,8,["name","style","class","data-testid"])):e.createCommentVNode("",!0),r.iconPosition==="right"&&r.icon&&r.loading?(e.openBlock(),e.createBlock(Sf,{key:1,type:r.type,size:r.size,"data-testid":"spinner-with-icon-right"},null,8,["type","size"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],4),r.loading&&!r.icon?(e.openBlock(),e.createBlock(Sf,{key:0,type:r.type,size:r.size},null,8,["type","size"])):e.createCommentVNode("",!0)],10,C8)),[[M,f]])}}});const tr=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),zl=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},customClass:{default:""}},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"&&M.value>=768),f=e.computed(()=>n.trigger==="click"||M.value<768),m=e.ref(!1),p=async()=>{await e.nextTick();const I=l.value;if(!I)return;const b=I.cloneNode(!0);b.style.visibility="hidden",b.style.position="absolute",b.style.whiteSpace="nowrap",b.classList.remove("text-truncate"),l.value.appendChild(b);const w=b.offsetWidth>I.offsetWidth;m.value=w,l.value.removeChild(b)},{width:M}=Dn(),y=e.ref(0);e.onMounted(()=>{const I=new ResizeObserver(b=>{b.forEach(w=>{y.value=w.contentRect.width})});I.observe(l.value),e.onUnmounted(()=>{I.disconnect()})}),e.watch([M,y],()=>{n.truncated&&p()},{immediate:!0});const g=e.ref(!1),h=()=>{g.value=!0,!r.value&&(!n.truncated||m.value)&&(d.value?setTimeout(()=>{g.value&&(r.value=!0)},400):r.value=!0)},N=()=>{g.value=!1,o.value=!0,setTimeout(()=>{(!g.value||f.value)&&(r.value=!1),o.value=!1},200)},D=I=>!!I&&I().length>0&&!!I()[0].children||!!I()[0].props,C=()=>{if(!s.value)return{top:0,left:0};const I=l.value.parentElement.getBoundingClientRect(),b=i.value,w=c.value,E=l.value.parentElement.offsetWidth,j=l.value.parentElement.offsetHeight;let x="",z="",$="";b>40&&($="12px");const B=I.left,W=window.innerWidth-(I.left+w),H=document.documentElement.clientWidth,V=B-w/2+E/2<=10,P=W<=10,U=window.innerWidth-(I.left+w/2+E/2)<=10,A=I.left-w-4;switch(n.placement){case"top-right":z=P?`${H-w-10}px`:B<w-E?"10px":z=`${I.left+E-w+16}px`,x=`${I.top-b-4}px`;break;case"top":z=U?`${H-w-10}px`:V?"10px":`${I.left+E/2-w/2}px`,x=`${I.top-b-4}px`;break;case"top-left":z=P?`${H-w-10}px`:V?"10px":`${I.right-E-16}px`,x=`${I.top-b-4}px`;break;case"bottom-right":z=window.innerWidth-I.left<10?`${H-w-10}px`:V?"10px":`${I.left+E-w+16}px`,x=`${I.top+j+4}px`;break;case"bottom":z=U?`${H-w-10}px`:V?"10px":`${I.left+E/2-w/2}px`,x=`${I.top+j+4}px`;break;case"bottom-left":z=window.innerWidth-I.left<10?`${H-w-10}px`:V?"10px":`${I.right-E-16}px`,x=`${I.top+j+4}px`;break;case"right-top":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top}px`;break;case"right":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top+j/2-b/2}px`;break;case"right-bottom":z=P?`${I.left-w-4}px`:`${I.left+E+4}px`,x=`${I.top+j-b}px`;break;case"left-top":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top}px`;break;case"left":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top+j/2-b/2}px`;break;case"left-bottom":z=A<0&&B>=A?`${I.left+E+4}px`:`${I.left-w-4}px`,x=`${I.top+j-b}px`;break}return{top:x,left:z,borderRadius:$,width:n.width}},_=e.computed(()=>C());return e.onUpdated(()=>{s.value&&(i.value=s.value.parentElement.offsetHeight,c.value=s.value.parentElement.offsetWidth)}),e.watchEffect(I=>{if(!r.value)return;const b=Kt(window,"scroll",N);I(b)}),Kt(document,"touchstart",I=>{if(M.value>768)return;const b=I.target;l.value&&!l.value.contains(b)&&N()},{capture:!0}),Ar(l,()=>{N()},{ignore:[s]}),(I,b)=>{const w=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",onMouseenter:h,onMouseleave:N},[e.renderSlot(I.$slots,"default")],544)):e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,ref_key:"tooltipRef",ref:l,class:"d-grid"},[e.renderSlot(I.$slots,"default")])),[[w,h]]),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[r.value&&!I.disabled&&D(I.$slots["tooltip-text"])?(e.openBlock(),e.createElementBlock("div",{key:0,"data-testid":"tooltipPlus",style:e.normalizeStyle(_.value),class:e.normalizeClass(["tooltip-container",{"tooltip-closeing":o.value},n.customClass])},[e.createElementVNode("div",{ref_key:"tooltipContentRef",ref:s,class:"word-wrap-any-pre typography-caption-caption-medium"},[e.renderSlot(I.$slots,"tooltip-text")],512)],6)):e.createCommentVNode("",!0)]))])}}});const xn=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Gs=e.defineComponent({__name:"pl-sub2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s2-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),S8={key:0,class:"pl-input__prefix"},x8=["id","name","disabled","placeholder","prop"],E8={key:1,class:"pl-input__suffix"},z8=e.defineComponent({inheritAttrs:!1,__name:"pl-currency",props:{id:{},leftIcon:{default:""},rightIcon:{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({locale:"ru-RU",currency:"RUB",currencyDisplay:Bo.hidden,precision:r.round?0:2,hideNegligibleDecimalDigitsOnFocus:!1,hideGroupingSeparatorOnFocus:!1,valueRange:r.valueRange,...r.currencyInputOptions}),{inputRef:l,formattedValue:s,setValue:i}=Om(o),c=e.computed(()=>r.rightIcon!=="no-icon"),d=n,f=e.computed({get:()=>r.modelValue,set:m=>{d("update:modelValue",m)}});return e.watch(f,m=>{(typeof m=="number"||m===null)&&i(m)}),(m,p)=>{const M=Gs;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__wrapper",m.$attrs.class]),style:e.normalizeStyle(m.$attrs.style)},[r.leftIcon?(e.openBlock(),e.createElementBlock("div",S8,[e.createVNode(dt,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",e.mergeProps({id:m.id},m.$attrs,{ref_key:"inputRef",ref:l,"onUpdate:modelValue":p[0]||(p[0]=y=>e.isRef(s)?s.value=y:null),class:["pl-input__inner",r.inputClass],name:m.id,disabled:r.disabled,placeholder:r.placeholder,prop:r.prop,onBlur:p[1]||(p[1]=()=>{d("blur")})}),null,16,x8),[[e.vModelDynamic,e.unref(s)]]),c.value?(e.openBlock(),e.createElementBlock("div",E8,[r.rightIcon?(e.openBlock(),e.createBlock(dt,{key:0,name:r.rightIcon},null,8,["name"])):(e.openBlock(),e.createBlock(M,{key:1,class:"pl-input__currency"},{default:e.withCtx(()=>[e.createTextVNode("₽")]),_:1}))])):e.createCommentVNode("",!0)],6)}}}),j8={key:0,class:"pl-input__prefix"},A8=["id","value","name","type","disabled","placeholder","prop","autocomplete"],O8={class:"pl-input__suffix"},L8=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",j8,[e.createVNode(dt,{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,A8),e.createElementVNode("div",O8,[e.createElementVNode("div",{class:"pl-input__eye-container",onClick:i},[e.createVNode(dt,{class:"pl-input__eye",name:s.value?"Eye20":"EyeCrossed20"},null,8,["name"])])])],6))}}),B8=["id","name","disabled","maxlength","placeholder","prop"],P8={key:0,class:"pl-textarea__count"},V8={key:0,class:"pl-textarea__count-inner"},$8={key:1,class:"pl-textarea__count-inner"},U8=e.defineComponent({inheritAttrs:!1,__name:"pl-textarea",props:e.mergeModels({id:{default:""},showWordLimit:{type:Boolean,default:!1},maxlength:{default:null},autosize:{type:Boolean,default:!0},minRows:{default:1},maxRows:{default:null},prop:{default:""},modelValue:{},placeholder:{default:""},disabled:{type:Boolean,default:!1},inputClass:{default:""},containerClass:{}},{modelValue:{},modelModifiers:{}}),emits:["update:modelValue"],setup(t){const n=navigator.userAgent.indexOf("Firefox")>-1,r=t,o=e.useModel(t,"modelValue"),l=e.ref(null);if(r.autosize){let s,i;const c=()=>{l.value.style.height=`${s*r.minRows}px`,l.value.style.height=`${l.value.scrollHeight>i&&r.maxRows?i:l.value.scrollHeight}px`,l.value.scrollTop=l.value.scrollHeight},d=()=>{try{if(s=parseInt(window.getComputedStyle(l.value).lineHeight),isNaN(s))throw new Error("Ошибка в получении высоты строки textarea")}catch(f){s=24,console.error(f)}i=s*r.maxRows};e.onMounted(()=>{d(),e.watch([o,()=>r.minRows,()=>r.maxRows],()=>{e.nextTick(c)},{immediate:!0})})}return(s,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-textarea__wrapper",[s.$attrs.class,{autosize:r.autosize}]]),style:e.normalizeStyle(s.$attrs.style)},[e.withDirectives(e.createElementVNode("textarea",e.mergeProps({id:s.id,ref_key:"textareaRef",ref:l},s.$attrs,{"onUpdate:modelValue":i[0]||(i[0]=c=>o.value=c),class:["pl-textarea__inner",r.inputClass,{"pl-textarea__text":s.maxlength},{"firefox-scrollbar":n}],name:s.id,disabled:r.disabled,maxlength:r.maxlength,placeholder:r.placeholder,prop:r.prop}),null,16,B8),[[e.vModelText,o.value]]),r.showWordLimit&&r.maxlength?(e.openBlock(),e.createElementBlock("div",P8,[o.value&&typeof o.value!="number"?(e.openBlock(),e.createElementBlock("span",V8,e.toDisplayString(o.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",$8," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],6))}}),Q8={key:0,class:"pl-input__prefix"},Y8=["id","name","disabled","maxlength","placeholder","prop"],R8={key:1,class:"pl-input__suffix"},F8={key:2,class:"pl-input__suffix"},q8={key:3,class:"pl-input__count"},W8={key:0,class:"pl-input__count-inner"},H8={key:1,class:"pl-input__count-inner"},G8=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",Q8,[e.createVNode(dt,{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,Y8),[[e.vModelDynamic,l.value]]),!r.disabled&&r.clearable&&l.value?(e.openBlock(),e.createElementBlock("div",R8,[!r.disabled&&r.clearable&&l.value?e.withDirectives((e.openBlock(),e.createBlock(dt,{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",F8,[r.rightIcon?(e.openBlock(),e.createBlock(dt,{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",q8,[l.value&&typeof l.value!="number"?(e.openBlock(),e.createElementBlock("span",W8,e.toDisplayString(l.value.length)+"/"+e.toDisplayString(r.maxlength),1)):(e.openBlock(),e.createElementBlock("span",H8," 0/"+e.toDisplayString(r.maxlength),1))])):e.createCommentVNode("",!0)],38)}}}),Z8=["for"],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},autosize:{type:Boolean,default:!1},minRows:{default:1},maxRows:{default:null},tooltipWidth:{},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(y=>({"1ac2619e":o.width}));const o=t,l=bn("id-"),s=e.ref([]);if(o.prop){const y=e.inject("errorsState",[]);e.watch(y,()=>{s.value=y.value.filter(h=>h.field===o.prop);const g=document.getElementById(l).parentElement;s.value.length?g.classList.add("is-error"):g.classList.remove("is-error")},{deep:!0})}const i=r,c=e.computed({get:()=>o.modelValue,set:y=>{i("update:modelValue",y)}});e.watch(c,()=>{document.getElementById(l).dispatchEvent(new Event("change"))});const d=()=>{e.nextTick(()=>{if(!o.disableTrim&&!o.autosize){const y=document.getElementById(l);y&&(c.value=y.value.replace(/\s+/g," ").trim())}i("blur")})},f=(y=!1)=>{const g=document.getElementById(l);g&&(o.customBlur&&typeof y=="boolean"&&y?g.dispatchEvent(new Event("blur")):g.blur())},m=()=>{var y;i("resetValue"),o.focusOnReset||(y=document.getElementById(l))==null||y.blur()},p=()=>{var y;(y=document.getElementById(l))==null||y.focus()};return n({blurInput:f,focusInput:p,getId:()=>l}),(y,g)=>{const h=xn,N=zl,D=tr,C=e.resolveDirective("touch-outside"),_=e.resolveDirective("tap");return e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-input__container",[y.$attrs.class,o.containerClass]]),style:e.normalizeStyle(y.$attrs.style)},[o.label||o.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,class:"pl-input__label-container",role:"label-container",for:e.unref(l)},[e.createElementVNode("div",null,[o.label?(e.openBlock(),e.createBlock(h,{key:0,class:"pl-input__label","data-testid":"label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:1})):e.createCommentVNode("",!0),o.optional?(e.openBlock(),e.createBlock(h,{key:1,class:"pl-input__optional","data-testid":"optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.optional),1)]),_:1})):e.createCommentVNode("",!0)]),o.tooltip||y.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(N,{key:0,width:o.tooltipWidth,onMouseenter:g[0]||(g[0]=k=>i("tooltip-mouseenter")),onMouseleave:g[1]||(g[1]=k=>i("tooltip-mouseleave"))},{"tooltip-text":e.withCtx(()=>[e.renderSlot(y.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(o.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],8,Z8)):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(z8,e.mergeProps({key:0,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[2]||(g[2]=k=>c.value=k),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:g[3]||(g[3]=k=>i("blur"))}),null,16,["id","modelValue","placeholder","disabled","round","value-range","currency-input-options","left-icon","right-icon","prop","input-class"])):o.password?(e.openBlock(),e.createBlock(L8,e.mergeProps({key:1,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[4]||(g[4]=k=>c.value=k),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,["id","modelValue","placeholder","disabled","left-icon","right-icon","prop","current-password","new-password","input-class"])):o.textarea?(e.openBlock(),e.createBlock(U8,e.mergeProps({key:2,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[5]||(g[5]=k=>c.value=k),placeholder:o.placeholder,disabled:o.disabled,prop:o.prop,"show-word-limit":o.showWordLimit,maxlength:o.maxlength,"input-class":o.inputClass,autosize:o.autosize,"max-rows":o.maxRows,"min-rows":o.minRows,onBlur:d}),null,16,["id","modelValue","placeholder","disabled","prop","show-word-limit","maxlength","input-class","autosize","max-rows","min-rows"])):(e.openBlock(),e.createBlock(G8,e.mergeProps({key:3,id:e.unref(l)},y.$attrs,{modelValue:c.value,"onUpdate:modelValue":g[6]||(g[6]=k=>c.value=k),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:g[7]||(g[7]=k=>i("custom-blur")),onResetValue:m,onTouchstart:g[8]||(g[8]=()=>i("touchstart"))}),null,16,["id","modelValue","placeholder","maxlength","disabled","left-icon","right-icon","prop","show-word-limit","formatter","icon-pointer","custom-blur","clearable","input-class"]))],2)),[[C,f]]),o.helpertext||s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:1,class:"pl-input__helpertext",role:"helpertext-container","data-testid":"dynamictext"},{default:e.withCtx(()=>[s.value.length>0&&s.value[0].message?(e.openBlock(),e.createBlock(D,{key:0,class:"pl-form-item__error","data-testid":"error"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value[0].message),1)]),_:1})):o.helpertext?(e.openBlock(),e.createBlock(D,{key:1,"data-testid":"helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.helpertext),1)]),_:1})):e.createCommentVNode("",!0)]),_:1})):e.createCommentVNode("",!0)],6)),[[_,p]])}}});var g4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,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]==="(",M=d[1]===")";return(p?this.isAfter(f,c):!this.isBefore(f,c))&&(M?this.isBefore(m,c):!this.isAfter(m,c))||(p?this.isBefore(f,c):!this.isAfter(f,c))&&(M?this.isAfter(m,c):!this.isBefore(m,c))}}})})(g4);var K8=g4.exports;const Bm=Mn(K8);var h4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,function(){return function(r,o,l){var s=o.prototype,i=function(M){var y,g=M.date,h=M.utc,N={};if(!((y=g)===null||y instanceof Date||y instanceof Array||s.$utils().u(y)||y.constructor.name!=="Object")){if(!Object.keys(g).length)return new Date;var D=h?l.utc():l();Object.keys(g).forEach(function(j){var x,z;N[x=j,z=s.$utils().p(x),z==="date"?"day":z]=g[j]});var C=N.day||(N.year||N.month>=0?1:D.date()),_=N.year||D.year(),k=N.month>=0?N.month:N.year||N.day?0:D.month(),I=N.hour||0,b=N.minute||0,w=N.second||0,E=N.millisecond||0;return h?new Date(Date.UTC(_,k,C,I,b,w,E)):new Date(_,k,C,I,b,w,E)}return g},c=s.parse;s.parse=function(M){M.date=i.bind(this)(M),c.bind(this)(M)};var d=s.set,f=s.add,m=s.subtract,p=function(M,y,g,h){h===void 0&&(h=1);var N=Object.keys(y),D=this;return N.forEach(function(C){D=M.bind(D)(y[C]*h,C)}),D};s.set=function(M,y){return y=y===void 0?M:y,M.constructor.name==="Object"?p.bind(this)(function(g,h){return d.bind(this)(h,g)},y,M):d.bind(this)(M,y)},s.add=function(M,y){return M.constructor.name==="Object"?p.bind(this)(f,M,y):f.bind(this)(M,y)},s.subtract=function(M,y){return M.constructor.name==="Object"?p.bind(this)(f,M,y,-1):m.bind(this)(M,y)}}})})(h4);var J8=h4.exports;const Pm=Mn(J8),v4=t=>(e.pushScopeId("data-v-c2830d90"),t=t(),e.popScopeId(),t),X8=["id"],eF=["src"],tF={class:"date-switcher__container flex-column"},nF={class:"d-flex pb-6 justify-content-between"},rF={class:"date-switcher justify-content-center flex-column"},oF=v4(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Начало периода",-1)),lF={class:"date-switcher justify-content-center flex-column"},aF=v4(()=>e.createElementVNode("span",{class:"pl-date-picker__placeholder pb-1 ps-1"},"Конец периода",-1)),sF={class:"d-flex pt-2 justify-content-between"},iF={class:"date-switcher date-switcher__month"},uF={class:"date-switcher__month-name"},cF={class:"date-switcher date-switcher__year"},dF={class:"date-switcher__year-name"},fF={class:"pl-date-picker__days"},pF=["onClick","onMousemove"],mF={class:"field"},gF={class:"pl-date-picker__buttons"},oa="pl-date-picker__day-item_active-item-range-left",is="pl-date-picker__day-item_active-item-range-right",DM="pl-date-picker__day-item_svg-circle-background",hF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljc0OTAyIDJDOC43NDkwMiAxLjU4NTc5IDguNDEzMjQgMS4yNSA3Ljk5OTAyIDEuMjVDNy41ODQ4MSAxLjI1IDcuMjQ5MDIgMS41ODU3OSA3LjI0OTAyIDJWMy4yNUg0Ljk5OTAyQzMuNDc5ODEgMy4yNSAyLjI0OTAyIDQuNDgwNzkgMi4yNDkwMiA2VjlWMTlDMi4yNDkwMiAyMC41MTkyIDMuNDc5ODEgMjEuNzUgNC45OTkwMiAyMS43NUgxOC45OTlDMjAuNTE4MiAyMS43NSAyMS43NDkgMjAuNTE5MiAyMS43NDkgMTlWOVY2QzIxLjc0OSA0LjQ4MDc5IDIwLjUxODIgMy4yNSAxOC45OTkgMy4yNUgxNi43NDlWMkMxNi43NDkgMS41ODU3OSAxNi40MTMyIDEuMjUgMTUuOTk5IDEuMjVDMTUuNTg0OCAxLjI1IDE1LjI0OSAxLjU4NTc5IDE1LjI0OSAyVjMuMjVIOC43NDkwMlYyWk00Ljk5OTAyIDQuNzVINy4yNDkwMlY2QzcuMjQ5MDIgNi40MTQyMSA3LjU4NDgxIDYuNzUgNy45OTkwMiA2Ljc1QzguNDEzMjQgNi43NSA4Ljc0OTAyIDYuNDE0MjEgOC43NDkwMiA2VjQuNzVIMTUuMjQ5VjZDMTUuMjQ5IDYuNDE0MjEgMTUuNTg0OCA2Ljc1IDE1Ljk5OSA2Ljc1QzE2LjQxMzIgNi43NSAxNi43NDkgNi40MTQyMSAxNi43NDkgNlY0Ljc1SDE4Ljk5OUMxOS42ODk4IDQuNzUgMjAuMjQ5IDUuMzA5MjEgMjAuMjQ5IDZWOC4yNUgzLjc0OTAyVjZDMy43NDkwMiA1LjMwOTIxIDQuMzA4MjQgNC43NSA0Ljk5OTAyIDQuNzVaTTMuNzQ5MDIgOS43NUgyMC4yNDlWMTlDMjAuMjQ5IDE5LjY5MDggMTkuNjg5OCAyMC4yNSAxOC45OTkgMjAuMjVINC45OTkwMkM0LjMwODI0IDIwLjI1IDMuNzQ5MDIgMTkuNjkwOCAzLjc0OTAyIDE5VjkuNzVaTTguMDA2ODQgMTIuOTc2NkM4LjAwNjg0IDEzLjUyODggNy41NTkxMiAxMy45NzY2IDcuMDA2ODQgMTMuOTc2NkM2LjQ1NDU1IDEzLjk3NjYgNi4wMDY4NCAxMy41Mjg4IDYuMDA2ODQgMTIuOTc2NkM2LjAwNjg0IDEyLjQyNDMgNi40NTQ1NSAxMS45NzY2IDcuMDA2ODQgMTEuOTc2NkM3LjU1OTEyIDExLjk3NjYgOC4wMDY4NCAxMi40MjQzIDguMDA2ODQgMTIuOTc2NlpNOC4wMDY4NCAxNi45ODA1QzguMDA2ODQgMTcuNTMyOCA3LjU1OTEyIDE3Ljk4MDUgNy4wMDY4NCAxNy45ODA1QzYuNDU0NTUgMTcuOTgwNSA2LjAwNjg0IDE3LjUzMjggNi4wMDY4NCAxNi45ODA1QzYuMDA2ODQgMTYuNDI4MiA2LjQ1NDU1IDE1Ljk4MDUgNy4wMDY4NCAxNS45ODA1QzcuNTU5MTIgMTUuOTgwNSA4LjAwNjg0IDE2LjQyODIgOC4wMDY4NCAxNi45ODA1Wk0xMS45OTkgMTMuOTc2NkMxMi41NTEzIDEzLjk3NjYgMTIuOTk5IDEzLjUyODggMTIuOTk5IDEyLjk3NjZDMTIuOTk5IDEyLjQyNDMgMTIuNTUxMyAxMS45NzY2IDExLjk5OSAxMS45NzY2QzExLjQ0NjcgMTEuOTc2NiAxMC45OTkgMTIuNDI0MyAxMC45OTkgMTIuOTc2NkMxMC45OTkgMTMuNTI4OCAxMS40NDY3IDEzLjk3NjYgMTEuOTk5IDEzLjk3NjZaTTEyLjk5OSAxNi45ODA1QzEyLjk5OSAxNy41MzI4IDEyLjU1MTMgMTcuOTgwNSAxMS45OTkgMTcuOTgwNUMxMS40NDY3IDE3Ljk4MDUgMTAuOTk5IDE3LjUzMjggMTAuOTk5IDE2Ljk4MDVDMTAuOTk5IDE2LjQyODIgMTEuNDQ2NyAxNS45ODA1IDExLjk5OSAxNS45ODA1QzEyLjU1MTMgMTUuOTgwNSAxMi45OTkgMTYuNDI4MiAxMi45OTkgMTYuOTgwNVpNMTYuOTkxMiAxMy45NzY2QzE3LjU0MzUgMTMuOTc2NiAxNy45OTEyIDEzLjUyODggMTcuOTkxMiAxMi45NzY2QzE3Ljk5MTIgMTIuNDI0MyAxNy41NDM1IDExLjk3NjYgMTYuOTkxMiAxMS45NzY2QzE2LjQzODkgMTEuOTc2NiAxNS45OTEyIDEyLjQyNDMgMTUuOTkxMiAxMi45NzY2QzE1Ljk5MTIgMTMuNTI4OCAxNi40Mzg5IDEzLjk3NjYgMTYuOTkxMiAxMy45NzY2WiIgZmlsbD0iIzY1NjU2NyIvPgo8L3N2Zz4K",self.location).href;ee.locale("ru"),ee.extend(Bm),ee.extend(Pm);const l=t,{isClose:s}=e.toRefs(l),i=r,c=(1e7+-1e3+-4e3+-8e3+-1e11).toString().replace(/[018]/g,ae=>(Number(ae)^crypto.getRandomValues(new Uint8Array(1))[0]&15>>Number(ae)/4).toString(16)),d=e.ref(0),f=e.ref(0),m=()=>{const le=document.getElementById(`date-picker-range-${c}`).getBoundingClientRect();f.value=le.x,d.value=le.y+le.height+window.scrollY},p=()=>{m(),i("changeOpen",!s.value)},M=ae=>ae.includes("-")?ee(ae.split("-")[0],"DD.MM.YYYY",!0).isValid()&&ee(ae.split("-")[1],"DD.MM.YYYY",!0).isValid():ee(ae,"DD.MM.YYYY",!0).isValid(),y=e.ref(ee()),g=e.ref(ee()),h=e.ref(ee()),N=e.ref(ee()),D=e.ref(ee().format("DD.MM.YYYY")),C=e.ref(ee().format("DD.MM.YYYY")),_=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"];let k=[];const I=e.ref("");e.onMounted(()=>{b(l.modelValue)}),e.watch(()=>l.modelValue,ae=>{ae.length===2&&b(ae)}),e.watch(I,ae=>{M(ae)?(ae.split("-").length===2&&(g.value=ee(ae.split("-")[0].split(".").reverse().join("-")),h.value=ee(ae.split("-")[1].split(".").reverse().join("-")),k=[g.value,h.value],D.value=B(g.value),C.value=B(h.value),w(k)),g.value.isAfter(h.value)&&(h.value=k[0],g.value=k[1],k=[g.value,h.value],D.value=B(g.value),C.value=B(h.value),w(k))):w(),z()});const b=ae=>{if(ae&&ae.length===2){const le=ee(ae[0]).format("YYYY-MM-DD").split("-").reverse().join("."),ze=ee(ae[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Xe=le+"-"+ze;M(Xe)&&(I.value=`${le}-${ze}`)}},w=(ae=[])=>{let le=ae;le.length===2&&(le=[le[0].format("YYYY-MM-DD"),le[1].format("YYYY-MM-DD")]),i("update:modelValue",le)},E=(ae,le)=>{M(ae.target.value)&&(le?ee(ae.target.value.split(".").reverse().join("-")).isAfter(g.value)&&(h.value=ee(ae.target.value.split(".").reverse().join("-"))):ee(ae.target.value.split(".").reverse().join("-")).isBefore(h.value)&&(g.value=ee(ae.target.value.split(".").reverse().join("-"))),k=[g.value,h.value],z())},j=ae=>{let le;ae?M(D.value)||(D.value=B(g.value)):M(C.value)||(C.value=B(h.value)),ee(D.value.split(".").reverse().join("-")).isAfter(ee(C.value.split(".").reverse().join("-")))&&(le=D.value,D.value=C.value,C.value=le),g.value=ee(D.value.split(".").reverse().join("-")),h.value=ee(C.value.split(".").reverse().join("-")),k=[g.value,h.value],z()},x=()=>{M(I.value)||(I.value="")},z=()=>{oe={day:g.value.date(),month:g.value.month(),year:g.value.year()},Z={day:h.value.date(),month:h.value.month(),year:h.value.year()},Le(Z),ue=!1},$=ae=>ae.charAt(0).toUpperCase()+ae.slice(1),B=ae=>ae.format("DD.MM.YYYY"),W=()=>{y.value=y.value.set("date",1).subtract(1,"month")},H=()=>{y.value=y.value.set("date",1).add(1,"month")},V=()=>{y.value=y.value.set("date",1).subtract(1,"year")},P=()=>{y.value=y.value.set("date",1).add(1,"year")},U=(ae,le)=>le.date()===ae.day&&le.month()===ae.month&&le.year()===ae.year,A=ae=>k.length===2?U(ae,g.value)||U(ae,h.value):U(ae,g.value),R=ae=>{const le=h.value.isAfter(g.value),ze=h.value.isSame(g.value,"day");if(k.length===2){if(!ze){if(U(ae,g.value))return le?oa:is;if(U(ae,h.value))return le?is:oa}}else return},K=()=>{ke({day:ee().date(),month:ee().month(),year:ee().year(),type:"current"}),ue=!1,h.value=ee(),g.value=ee(),D.value=g.value.format("DD.MM.YYYY"),C.value=h.value.format("DD.MM.YYYY"),y.value=g.value,k=[],I.value="",i("changeOpen",!0)},Y=()=>{M(I.value)||(h.value=ee(),g.value=ee(),D.value=g.value.format("DD.MM.YYYY"),C.value=h.value.format("DD.MM.YYYY")),z(),i("changeOpen",!0)};e.watch(s,()=>{M(I.value)?(D.value=ee(I.value.split("-")[0].split(".").reverse().join("-")).format("DD.MM.YYYY"),C.value=ee(I.value.split("-")[1].split(".").reverse().join("-")).format("DD.MM.YYYY"),h.value=ee(I.value.split("-")[1].split(".").reverse().join("-")),g.value=ee(I.value.split("-")[0].split(".").reverse().join("-")),k=[g.value,h.value],z()):(D.value=ee().format("DD.MM.YYYY"),C.value=ee().format("DD.MM.YYYY"),h.value=ee(),g.value=ee(),k=[],z()),y.value=g.value});const se=e.ref(null);Ar(se,()=>{setTimeout(()=>{Y()})});const de=()=>{z()},ge=()=>{y.value=g.value,k.length===0||k.length===1?(N.value=g.value,D.value=B(g.value)):(N.value=h.value,C.value=B(h.value)),g.value.isAfter(h.value)?I.value=h.value.format("DD.MM.YYYY")+"-"+g.value.format("DD.MM.YYYY"):I.value=g.value.format("DD.MM.YYYY")+"-"+h.value.format("DD.MM.YYYY"),i("changeOpen",!0)},ie=()=>{const ae=[],le=[],ze=[],Xe=y.value.date(1).day()===0;if(y.value.date(1).day()>1||Xe){const Pe=y.value.subtract(1,"month").endOf("month").date(),ve=Xe?6:y.value.date(1).day()-1,ce=Pe-ve+1,Me=y.value.month()===0?y.value.year()-1:y.value.year(),Qe=y.value.month()===0?11:y.value.month()-1;for(let De=ce;De<=Pe;De++)ae.push({day:De,month:Qe,year:Me,type:"previous"})}const it=y.value.endOf("month").date();for(let Pe=1;Pe<=it;Pe++)le.push({day:Pe,month:y.value.month(),year:y.value.year(),type:"current"});if(y.value.date(y.value.daysInMonth()).day()){const Pe=7-y.value.date(y.value.daysInMonth()).day(),ve=y.value.month()===11?y.value.year()+1:y.value.year(),ce=y.value.month()===11?0:y.value.month()+1;for(let Me=1;Me<=Pe;Me++)ze.push({day:Me,month:ce,year:ve,type:"next"})}return[...ae,...le,...ze]};let ue,oe,Z;const X=e.ref(ie()),ke=ae=>{ae.type!=="previous"&&ae.type!=="next"&&(ue?xe(ae,h,1):xe(ae,g,0))},xe=(ae,le,ze)=>{le.value=Ae(ae),ue=!ze,ze?(C.value=B(h.value),h.value.isBefore(g.value)&&(D.value=B(h.value),C.value=B(g.value))):(k=[],oe=ae,Z=ae,D.value=B(g.value)),ae.type!=="previous"&&ae.type!=="next"&&(Le(ae),k[ze]=ae)},Ae=ae=>ee(`${ae.year}-${(ae.month+1).toString().padStart(2,"0")}-${ae.day.toString().padStart(2,"0")}`),Ve=e.computed(()=>document.getElementsByClassName("pl-date-picker__day-item"));let _e=!1,qe=!1,pe=!1,Re=!1,Te=[],Ne=0;const Le=(ae,le=!1)=>{if(ue){Ne=0,Te.push(ae);for(let ze=0;ze<X.value.length;ze++)X.value[ze].type==="current"&&(Ne+=1);Te.length-1===Ne?Z=Te[0]:Z=ae}else Te=[];if(oe&&Z&&!le&&ue&&Array.from(Ve.value).forEach((ze,Xe)=>{_e=Ae(X.value[Xe]).isSame(Ae(Z)),qe=Ae(Z).isAfter(Ae(oe)),pe=Ae(Z).isBefore(Ae(oe)),Re=Ae(X.value[Xe]).isBetween(Ae(oe),Ae(Z)),Ae(X.value[Xe]).isSame(Ae(oe))?(ze.classList.toggle(is,pe),ze.classList.toggle(oa,qe)):k.length===1&&(_e?(ze.classList.toggle(DM,_e),ze.classList.toggle(is,qe),ze.classList.toggle(oa,pe)):(ze.classList.contains(oa)?ze.classList.remove(oa):ze.classList.remove(is),ze.classList.toggle("pl-date-picker__background-range",Re&&X.value[Xe].type!=="next"&&X.value[Xe].type!=="previous"),ze.classList.toggle(DM,_e)))}),oe&&Z&&le)return Ae(ae).isBetween(Ae(oe),Ae(Z))};return n({clearDate:()=>{I.value=""}}),e.watch(y,()=>{X.value=ie()}),(ae,le)=>{const ze=Cc,Xe=ho,it=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(Lm,{modelValue:I.value,"onUpdate:modelValue":le[0]||(le[0]=Pe=>I.value=Pe),maska:"##.##.####-##.##.####",label:t.label,placeholder:t.placeholder,"date-picker":"",onInput:E,onBlur:x},null,8,["modelValue","label","placeholder"]),e.createElementVNode("img",{class:"date-picker__img",src:e.unref(o),alt:"date-picker icon"},null,8,eF)],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:se,class:"pl-date-picker__popup",style:e.normalizeStyle([t.teleport?{top:`${d.value}px`,left:`${f.value}px`}:{}])},[e.createElementVNode("div",tF,[e.createElementVNode("div",nF,[e.createElementVNode("div",rF,[oF,e.withDirectives(e.createVNode(ze,{id:"date-mask",modelValue:D.value,"onUpdate:modelValue":le[1]||(le[1]=Pe=>D.value=Pe),placeholder:"ДД.ММ.ГГГГ",onInput:E,onBlur:le[2]||(le[2]=Pe=>j(!0)),onClick:de},null,8,["modelValue"]),[[it,"##.##.####"]])]),e.createElementVNode("div",lF,[aF,e.withDirectives(e.createVNode(ze,{id:"date-mask",modelValue:C.value,"onUpdate:modelValue":le[3]||(le[3]=Pe=>C.value=Pe),placeholder:"ДД.ММ.ГГГГ",onInput:le[4]||(le[4]=Pe=>E(Pe,!0)),onBlur:le[5]||(le[5]=Pe=>j(!1)),onClick:de},null,8,["modelValue"]),[[it,"##.##.####"]])])]),e.createElementVNode("div",sF,[e.createElementVNode("div",iF,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:W}),e.createElementVNode("span",uF,e.toDisplayString($(y.value.format("MMMM"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:H})]),e.createElementVNode("div",cF,[e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-left",onClick:V}),e.createElementVNode("span",dF,e.toDisplayString($(y.value.format("YYYY"))),1),e.createElementVNode("div",{class:"date-switcher__arrow date-switcher__arrow-right",onClick:P})])])]),e.createElementVNode("div",fF,[(e.openBlock(),e.createElementBlock(e.Fragment,null,e.renderList(_,(Pe,ve)=>e.createElementVNode("div",{key:ve,class:"pl-date-picker__week-day"},[e.createElementVNode("span",null,e.toDisplayString(Pe),1)])),64)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(X.value,(Pe,ve)=>(e.openBlock(),e.createElementBlock("div",{key:`dd${ve}`,class:e.normalizeClass(["pl-date-picker__day-item",Pe.type!=="previous"&&Pe.type!=="next"?R(Pe):"",{"pl-date-picker__day-item_disabled":Pe.type!=="current"},{"pl-date-picker__day-item_svg-circle-background":A(Pe)&&Pe.type==="current"},{"pl-date-picker__background-range":Pe.type!=="previous"&&Pe.type!=="next"?Le(Pe,!0):""}]),onClick:ce=>Pe.type!=="previous"&&Pe.type!=="next"?ke(Pe):"",onMousemove:ce=>Pe.type!=="previous"&&Pe.type!=="next"?Le(Pe,!1):""},[e.createElementVNode("div",mF,e.toDisplayString(Pe.type!=="previous"&&Pe.type!=="next"?Pe.day:""),1)],42,pF))),128))]),e.createElementVNode("div",gF,[e.createVNode(Xe,{size:"medium",type:"secondary",onClick:K},{default:e.withCtx(()=>[e.createTextVNode(" Отменить ")]),_:1}),e.createVNode(Xe,{size:"medium",onClick:ge},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])],4))],8,["disabled"]))],8,X8)}}});const vF=Rn(hF,[["__scopeId","data-v-c2830d90"]]),y4={install(t){t.component("PlDatePicker",b8),t.component("PlDatePickerRange",vF)}};var Vm={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 yF=["id"],MF={name:"PlDatePicker"},NF=Object.assign(MF,{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}){ee.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=x1;return e.openBlock(),e.createElementBlock("div",{id:c.value,style:{width:"100%"}},[e.createVNode(e.unref(hm),{locale:e.unref(Vm)},{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,yF)}}});const DF={name:"PlDatePickerRange"},bF=Object.assign(DF,{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}){ee.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=x1;return e.openBlock(),e.createBlock(e.unref(hm),{locale:e.unref(Vm)},{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"])}}}),M4={install(t){t.component("PlDatePickerLegacy",NF),t.component("PlDatePickerRangeLegacy",bF)}},N4={install(t){t.component("PlInput",Lm)}};const D4=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=Mc;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 wF={id:"form-select"},kF={class:"pl-tooltip-svg"},TF=["src"],CF={class:"flex item-select"},_F=["src"],IF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS40Njg3IDkuNDY5NjdDMTEuNzYxNiA5LjE3Njc4IDEyLjIzNjQgOS4xNzY3OCAxMi41MjkzIDkuNDY5NjdMMTYuNTI5MyAxMy40Njk3QzE2LjgyMjIgMTMuNzYyNiAxNi44MjIyIDE0LjIzNzQgMTYuNTI5MyAxNC41MzAzQzE2LjIzNjQgMTQuODIzMiAxNS43NjE2IDE0LjgyMzIgMTUuNDY4NyAxNC41MzAzTDExLjk5OSAxMS4wNjA3TDguNTI5MzIgMTQuNTMwM0M4LjIzNjQzIDE0LjgyMzIgNy43NjE1NiAxNC44MjMyIDcuNDY4NjYgMTQuNTMwM0M3LjE3NTc3IDE0LjIzNzQgNy4xNzU3NyAxMy43NjI2IDcuNDY4NjYgMTMuNDY5N0wxMS40Njg3IDkuNDY5NjdaIiBmaWxsPSIjNjU2NTY3Ii8+Cjwvc3ZnPgo=",self.location).href,o=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC41NDU4IDUuOTYxNjdDMjAuODM4OCA2LjI1NDQ2IDIwLjgzODkgNi43MjkzMyAyMC41NDYxIDcuMDIyMzNMOS41MzgzMyAxOC4wMzhDOS4yNDU2MyAxOC4zMzA5IDguNzcwOTMgMTguMzMxMSA4LjQ3NzkgMTguMDM4NkwzLjQ1NDQ2IDEzLjAyMjlDMy4xNjEzNCAxMi43MzAzIDMuMTYwOTcgMTIuMjU1NCAzLjQ1MzYzIDExLjk2MjNDMy43NDYzIDExLjY2OTEgNC4yMjExNyAxMS42Njg4IDQuNTE0MjkgMTEuOTYxNEw5LjAwNzIxIDE2LjQ0NzRMMTkuNDg1MSA1Ljk2MjA1QzE5Ljc3NzkgNS42NjkwNSAyMC4yNTI4IDUuNjY4ODggMjAuNTQ1OCA1Ljk2MTY3WiIgZmlsbD0iIzQxNjRFQiIvPgo8L3N2Zz4K",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:h=>{l.value=!1,c("update:modelValue",h)}}),M=e.ref({[s.prop]:d}),y=(h,N,D)=>{c("validate",h,N,D)},g=async()=>{l.value=!1,setTimeout(()=>{i.value.validate()},200)};return e.watch(f,()=>{g()}),(h,N)=>{const D=Im,C=_m,_=Mm,k=ym;return e.openBlock(),e.createElementBlock("div",wF,[e.createVNode(k,{ref_key:"formSelect",ref:i,"label-position":"top",model:M.value,rules:t.rules,onValidate:y},{default:e.withCtx(()=>[e.createVNode(_,{label:t.label,prop:t.prop,class:e.normalizeClass({"is-error":t.isError}),"show-message":!0},{default:e.withCtx(()=>[e.createElementVNode("div",kF,[e.createVNode(D4,{"model-value":t.tooltipText,position:"top-end","custom-class":"test"},{default:e.withCtx(()=>[e.renderSlot(h.$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,TF),e.createVNode(C,{modelValue:p.value,"onUpdate:modelValue":N[0]||(N[0]=I=>p.value=I),"popper-class":t.checked&&"selectBox",placeholder:t.placeholder,"fit-input-width":!0,disabled:e.unref(m),onFocus:N[1]||(N[1]=I=>l.value=!0),onBlur:g,onVisibleChange:N[2]||(N[2]=I=>c("visible-change",I))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.options,I=>(e.openBlock(),e.createBlock(D,{key:I.value,class:"pl-form-option",label:I.label,value:I.value},{default:e.withCtx(()=>[e.renderSlot(h.$slots,"options-slot",{option:I},()=>[e.createElementVNode("div",CF,[e.createElementVNode("span",null,e.toDisplayString(I.label),1),I.value===p.value?(e.openBlock(),e.createElementBlock("img",{key:0,src:e.unref(o)},null,8,_F)):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 b4={install(t){t.component("PlSelect",IF)}},SF={class:"match-text"},xF={key:1},EF=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",SF,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",xF,e.toDisplayString(n.modelValue),1))}});const Zu=Rn(EF,[["__scopeId","data-v-caddd046"]]),zF={class:"suggestion"},jF={class:"d-flex flex-column"},AF={class:"text-truncate"},OF={class:"suggestion__item-info text-truncate"},LF=["src"],BF=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,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC41NDU4IDUuOTYxNjdDMjAuODM4OCA2LjI1NDQ2IDIwLjgzODkgNi43MjkzMyAyMC41NDYxIDcuMDIyMzNMOS41MzgzMyAxOC4wMzhDOS4yNDU2MyAxOC4zMzA5IDguNzcwOTMgMTguMzMxMSA4LjQ3NzkgMTguMDM4NkwzLjQ1NDQ2IDEzLjAyMjlDMy4xNjEzNCAxMi43MzAzIDMuMTYwOTcgMTIuMjU1NCAzLjQ1MzYzIDExLjk2MjNDMy43NDYzIDExLjY2OTEgNC4yMjExNyAxMS42Njg4IDQuNTE0MjkgMTEuOTYxNEw5LjAwNzIxIDE2LjQ0NzRMMTkuNDg1MSA1Ljk2MjA1QzE5Ljc3NzkgNS42NjkwNSAyMC4yNTI4IDUuNjY4ODggMjAuNTQ1OCA1Ljk2MTY3WiIgZmlsbD0iIzQxNjRFQiIvPgo8L3N2Zz4K",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(""),M=e.ref({}),y=e.ref(""),g=e.ref(null),h=x=>{g.value=x.target.value},N=e.ref(null);e.onMounted(()=>{const x=document.querySelectorAll(".suggestion .el-select-dropdown");M.value={[s]:y.value};for(let z=0;z<x.length;z+=1)x[z].style.width=`${x[z].offsetWidth}px`;m.value&&Kt(N.value.$el,"input",h)});const D=n;e.watch(p,x=>{M[s]=x}),e.watch(l,x=>{p.value=x.value});const C=e.ref(!1),_=x=>{m.value&&(C.value=!0),!x.target&&(D("change",x),g.value=null,setTimeout(()=>{N.value.blur()},0),setTimeout(()=>C.value=!1,100))},k=(x,z,$)=>{D("validate",x,z,$)},I=e.ref(null),b=(x=!1)=>{x&&setTimeout(()=>{C.value?C.value=!1:m.value&&g.value&&D("change",{id:bn(),value:g.value,dadata:!1})},10),setTimeout(()=>{I.value.validate()},10)};e.watch(i,x=>{x&&(b(),D("setValid"))});const w=e.ref([]);w.value=d.value,e.watch(d,x=>{w.value=x});const E=e.ref(`Введите ${c.value} символа`);e.watch(f,x=>{E.value=x});const j=x=>{if(y.value=x,x.length<c.value){E.value=`Введите ${c.value} ${mo(c.value,["символ","символа","символов"])} `,w.value=[];return}else E.value=" ";D("fetchDadata",x)};return(x,z)=>{const $=Im,B=_m,W=Mm,H=ym;return e.openBlock(),e.createElementBlock("div",zF,[e.createVNode(H,{ref_key:"suggestion",ref:I,"label-position":"top",model:M.value,rules:t.rules,onValidate:k,onSubmit:z[2]||(z[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(B,{ref_key:"suggestionBox",ref:N,modelValue:p.value,"onUpdate:modelValue":z[0]||(z[0]=V=>p.value=V),placeholder:t.placeholder,remote:"",filterable:"","fit-input-width":!0,"popper-class":"pl-suggess","remote-method":j,"no-data-text":E.value,onBlur:z[1]||(z[1]=V=>b("userCall"))},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,P)=>(e.openBlock(),e.createBlock($,{key:P,value:V.value,class:"d-flex justify-content-between align-items-center",onClick:U=>_(V)},{default:e.withCtx(()=>[e.createElementVNode("div",jF,[e.createElementVNode("span",AF,[e.createVNode(Zu,{modelValue:V.value,"onUpdate:modelValue":U=>V.value=U,"search-value":y.value},null,8,["modelValue","onUpdate:modelValue","search-value"])]),e.createElementVNode("span",OF,e.toDisplayString(V.bottomText),1)]),e.createElementVNode("img",{src:e.unref(r)},null,8,LF)]),_:2},1032,["value","onClick"]))),128))]),_:1},8,["modelValue","placeholder","no-data-text"])]),_:1},8,["class","label","prop"])]),_:1},8,["model","rules"])])}}});const w4={install(t){t.component("PlSuggestions",BF)}};const PF={class:"pl-table"},VF={class:"no-data"},$F=["src"],UF={class:"no-data__text"},QF={key:0,class:"d-flex pl-table-footer position-relative align-items-center justify-content-end"},YF={key:0,class:"totals"},RF={name:"PlTable"},FF=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,PHN2ZyB3aWR0aD0iMTE5NyIgaGVpZ2h0PSI2NjAiIHZpZXdCb3g9IjAgMCAxMTk3IDY2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzYwNDJfNTI0MjYpIj4KPG1hc2sgaWQ9Im1hc2swXzYwNDJfNTI0MjYiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjM5NyIgeT0iODMiIHdpZHRoPSI0MjEiIGhlaWdodD0iNDIyIj4KPHBhdGggZD0iTTgxOCAyOTQuMjI1QzgxOCA0MTAuNDgxIDcyMy43NTYgNTA0LjcyNSA2MDcuNSA1MDQuNzI1QzQ5MS4yNDQgNTA0LjcyNSAzOTcgNDEwLjQ4MSAzOTcgMjk0LjIyNUMzOTcgMTc3Ljk2OSA0OTEuMjQ0IDgzLjcyNTEgNjA3LjUgODMuNzI1MUM3MjMuNzU2IDgzLjcyNTEgODE4IDE3Ny45NjkgODE4IDI5NC4yMjVaIiBmaWxsPSIjQzRDNEM0Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF82MDQyXzUyNDI2KSI+CjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDU0Ljg3MyAzODMuNTExQzQ1NC42NCAzODkuNzM5IDQ1Mi45NzYgMzk3LjY4MSA0NDguNzQ3IDQwNC43MzdDNDQ0LjIxNiA0MTIuMjk2IDQzNi43NDYgNDE4LjgwMyA0MjUuMTcgNDIwLjk3N0w0MjEuNTIxIDQyNy4zNjRDNDI1LjQyOSA0MjguMjMgNDMwLjM0NCA0MjcuMTgzIDQzNS41ODkgNDI0LjQ0N0M0NDEuMjY5IDQyMS40ODQgNDQ2LjkxMyA0MTYuNzQ3IDQ1MS4yOTcgNDExLjM0NkM0NTUuNzA1IDQwNS45MTYgNDU4LjY0NSA0MDAuMDU5IDQ1OS4yNjkgMzk0LjkxN0M0NTkuODE3IDM5MC40MDUgNDU4LjYxIDM4Ni40NjMgNDU0Ljg3MyAzODMuNTExWk00NTEuNzk0IDM3OC4yMzRDNDUzLjEyNCAzNzcuMzgxIDQ1NC45NzkgMzc3LjE4IDQ1Ni42MDIgMzc4LjIzNkM0NjMuMTY3IDM4Mi41MDggNDY1LjM0MSAzODguODc1IDQ2NC41MyAzOTUuNTU2QzQ2My43NDMgNDAyLjA0NSA0NjAuMTc1IDQwOC44MTkgNDU1LjQxMSA0MTQuNjg3QzQ1MC42MjMgNDIwLjU4NSA0NDQuNDMxIDQyNS44MTIgNDM4LjA0MSA0MjkuMTQ2QzQzMS43MjMgNDMyLjQ0MiA0MjQuNzc2IDQzNC4xMDIgNDE4Ljc0IDQzMi4wODdDNDE1LjgwMiA0MzEuMTA2IDQxNS4xNTggNDI3LjgxNiA0MTYuMzk4IDQyNS42NDZMNDIwLjcxMSA0MTguMDk4QzQyMS40MjYgNDE2Ljg0NyA0MjIuNjU4IDQxNi4wNDcgNDIzLjk3NiA0MTUuODA4QzQzNC4wMTMgNDEzLjk4NiA0NDAuMzI1IDQwOC40NzkgNDQ0LjIwMSA0MDIuMDEyQzQ0OC4xMjYgMzk1LjQ2NCA0NDkuNTU4IDM4Ny44OTkgNDQ5LjYwMSAzODIuMjMzQzQ0OS42MTQgMzgwLjUzNCA0NTAuNTA3IDM3OS4wNiA0NTEuNzk0IDM3OC4yMzRaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZyBvcGFjaXR5PSIwLjEiPgo8cGF0aCBkPSJNMTAwMS4xMyAyMDAuNDMyQzEwMzIuMjkgMjMxLjY1MSAxMDg3LjkyIDI5MC4yMjMgMTEwNy4wNSAzMDkuNzVDMTEwNy45OSAzMTAuNzA1IDExMDcuNjUgMzEyLjIxIDExMDYuMzIgMzEyLjA5OUMxMDkwLjY0IDMxMC43OTIgMTA0My4zMSAyNTQuNDggMTAxOS43OCAyMzIuNDkxQzk5OC42MTMgMjA4LjE1NiA5NTMuNDk0IDE1NC40MjQgOTQ0LjQzNCAxNDQuNTIxQzk0MC4yNDYgMTM5Ljk0MyA5NDYuNjI5IDEzNy4yODUgOTUxLjM1OCAxMzguNThDOTUxLjczMyAxMzguNjgyIDk1Mi4wNDYgMTM4LjkxMiA5NTIuMjc2IDEzOS4yMjRDOTU3Ljg5NCAxNDYuODUyIDk3MC4yNDQgMTY5LjQ4MiAxMDAxLjEzIDIwMC40MzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk1Mi4wNTggMTM2LjAyNEM5NTMuMDY1IDEzNi4yOTkgOTUzLjg2MyAxMzYuOTEgOTU0LjQwOSAxMzcuNjUzQzk1NS41NDQgMTM5LjE5MyA5NTYuOTIxIDE0MS4yODYgOTU4LjYzMSAxNDMuODg3Qzk2NS42NTcgMTU0LjU2OSA5NzguMzE5IDE3My44MjIgMTAwMy4wMSAxOTguNTZDMTAyMi45IDIxOC40ODYgMTA1Mi44MSAyNDkuNjEyIDEwNzYuNzkgMjc0LjU3NUMxMDkwLjM3IDI4OC43MDggMTEwMi4wNiAzMDAuODY1IDExMDguOTUgMzA3Ljg5NUMxMTA5Ljk5IDMwOC45NjEgMTExMC41MSAzMTAuNTMgMTExMC4wOSAzMTIuMDM2QzExMDkuODcgMzEyLjgxIDExMDkuNCAzMTMuNTY4IDExMDguNjMgMzE0LjA5OEMxMTA3Ljg1IDMxNC42MzMgMTEwNi45NSAzMTQuODExIDExMDYuMSAzMTQuNzRDMTEwMy41MiAzMTQuNTI1IDExMDAuNjMgMzEzLjI0IDEwOTcuNyAzMTEuNDc2QzEwOTQuNyAzMDkuNjczIDEwOTEuMzYgMzA3LjE4OCAxMDg3LjggMzA0LjI0MkMxMDgwLjY4IDI5OC4zNDcgMTA3Mi40OSAyOTAuNDIgMTA2NC4xIDI4MS45MTFDMTA1Ny4zIDI3NS4wMDUgMTA1MC40IDI2Ny43MzcgMTA0My44MSAyNjAuODAzQzEwMzQuMDQgMjUwLjUyMiAxMDI0Ljk3IDI0MC45NzMgMTAxNy45NyAyMzQuNDI3TDEwMTcuODcgMjM0LjMzNEwxMDE3Ljc4IDIzNC4yM0MxMDA3LjkxIDIyMi44OCA5OTIuOTE0IDIwNS4yNDIgOTc4Ljc4MSAxODguNjE1Qzk2Mi40OCAxNjkuNDM3IDk0Ny4zMjIgMTUxLjYwMyA5NDIuNDc5IDE0Ni4zMDlDOTQxLjE1NiAxNDQuODYzIDk0MC4yNjUgMTQzLjEyOCA5NDAuNDQ2IDE0MS4yMjdDOTQwLjYzMSAxMzkuMjkzIDk0MS44NSAxMzcuOTM5IDk0My4xMTQgMTM3LjEyMkM5NDUuNTI5IDEzNS41NjEgOTQ5LjExNCAxMzUuMjE4IDk1Mi4wNTggMTM2LjAyNFpNOTUwLjMzMiAxNDEuMDU2Qzk0OC42MzcgMTQwLjY4OSA5NDYuODQ3IDE0MS4wMiA5NDUuOTkgMTQxLjU3M0M5NDUuODU4IDE0MS42NTkgOTQ1Ljc4MiAxNDEuNzI1IDk0NS43NCAxNDEuNzdDOTQ1Ljc4MiAxNDEuOTA2IDk0NS45MjMgMTQyLjIyMiA5NDYuMzkgMTQyLjczMkM5NTEuMjY4IDE0OC4wNjUgOTY2LjU5MyAxNjYuMDk0IDk4Mi45OTcgMTg1LjM5MUM5OTcuMDcxIDIwMS45NDggMTAxMS45NCAyMTkuNDM5IDEwMjEuNjkgMjMwLjY0OUMxMDI4Ljc2IDIzNy4yNzIgMTAzOC4wMiAyNDcuMDEgMTA0Ny44NiAyNTcuMzY1QzEwNTQuNDMgMjY0LjI4IDEwNjEuMjYgMjcxLjQ3IDEwNjcuODggMjc4LjE5MUMxMDc2LjIzIDI4Ni42NzIgMTA4NC4yOCAyOTQuNDQyIDEwOTEuMTggMzAwLjE2MUMxMDk0LjYzIDMwMy4wMjEgMTA5Ny43NSAzMDUuMzIyIDExMDAuNDMgMzA2LjkzNEMxMTAwLjU3IDMwNy4wMiAxMTAwLjcxIDMwNy4xMDQgMTEwMC44NSAzMDcuMTg1QzEwOTMuODIgMjk5Ljk0IDEwODMuOTYgMjg5LjY4MiAxMDcyLjg1IDI3OC4xMTlDMTA0OC45IDI1My4xOTYgMTAxOS4xMyAyMjIuMjE1IDk5OS4yNTggMjAyLjMwNEM5NzQuMTA1IDE3Ny4xMDIgOTYxLjA1OSAxNTcuMjQzIDk1NC4xMTMgMTQ2LjY2OUM5NTIuNTc1IDE0NC4zMjkgOTUxLjMzNyAxNDIuNDQzIDk1MC4zMzIgMTQxLjA1NlpNOTQ1LjcyMyAxNDEuNjkyQzk0NS43MjMgMTQxLjY5MiA5NDUuNzI0IDE0MS42OTQgOTQ1LjcyNCAxNDEuNjk4Qzk0NS43MjMgMTQxLjY5NCA5NDUuNzIzIDE0MS42OTIgOTQ1LjcyMyAxNDEuNjkyWk05NDUuNzA0IDE0MS44MTNDOTQ1LjY5OSAxNDEuODI2IDk0NS42OTUgMTQxLjgzMiA5NDUuNjk0IDE0MS44MzJDOTQ1LjY5MyAxNDEuODMyIDk0NS42OTYgMTQxLjgyNSA5NDUuNzA0IDE0MS44MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDEwLjc4IDE1Ni4wMDdDMTA1Mi4zMSAxNzAuODQzIDExMjcuNjkgMTk5Ljg5MyAxMTUzLjM1IDIwOS4zMjNDMTE1NC42IDIwOS43ODQgMTE1NC45NCAyMTEuMjkgMTE1My42OSAyMTEuNzYxQzExMzguOTcgMjE3LjMwNiAxMDcyLjA2IDE4Ni43NCAxMDQxLjM3IDE3Ni45N0MxMDExLjgxIDE2NC4wNjYgOTQ4LjAwOCAxMzQuODgyIDkzNS41NzYgMTI5LjgyMUM5MjkuODI5IDEyNy40ODIgOTM0LjQ1NCAxMjIuMzQ0IDkzOS4yODIgMTIxLjQ4NUM5MzkuNjY0IDEyMS40MTcgOTQwLjA0NiAxMjEuNDkgOTQwLjM4OCAxMjEuNjc0Qzk0OC43MzQgMTI2LjE1MyA5NjkuNTk3IDE0MS4yOTkgMTAxMC43OCAxNTYuMDA3WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MzguODE4IDExOC44NzZDOTM5Ljg0NiAxMTguNjkzIDk0MC44MjggMTE4LjkwMiA5NDEuNjQxIDExOS4zMzlDOTQzLjMyNyAxMjAuMjQzIDk0NS40NjggMTIxLjU0MyA5NDguMTI5IDEyMy4xNTlDOTU5LjA1NyAxMjkuNzk1IDk3OC43NTQgMTQxLjc1NSAxMDExLjY3IDE1My41MTJDMTAzOC4xOCAxNjIuOTgxIDEwNzguNTUgMTc4LjI2OCAxMTEwLjkzIDE5MC41MjhDMTEyOS4yNiAxOTcuNDcgMTE0NS4wMyAyMDMuNDQxIDExNTQuMjYgMjA2LjgzNkMxMTU1LjY3IDIwNy4zNTEgMTE1Ni44MSAyMDguNTQ2IDExNTcuMDcgMjEwLjA4N0MxMTU3LjIxIDIxMC44NzggMTE1Ny4xMSAyMTEuNzY2IDExNTYuNjQgMjEyLjU3NkMxMTU2LjE2IDIxMy4zOTMgMTE1NS40MyAyMTMuOTQgMTE1NC42MyAyMTQuMjQxQzExNTIuMiAyMTUuMTU0IDExNDkuMDUgMjE1LjIzMSAxMTQ1LjY0IDIxNC44OTZDMTE0Mi4xNSAyMTQuNTU0IDExMzguMDcgMjEzLjc0MiAxMTMzLjU5IDIxMi42MDdDMTEyNC42NCAyMTAuMzM0IDExMTMuODMgMjA2LjY5IDExMDIuNjEgMjAyLjU5OEMxMDkzLjUgMTk5LjI3OCAxMDg0LjE1IDE5NS42NzQgMTA3NS4yMiAxOTIuMjM2QzEwNjEuOTkgMTg3LjEzOCAxMDQ5LjcgMTgyLjQwNCAxMDQwLjU3IDE3OS40OTVMMTA0MC40MyAxNzkuNDUzTDEwNDAuMzEgMTc5LjM5OUMxMDI2LjUyIDE3My4zOCAxMDA1LjQyIDE2My44NzggOTg1LjUxNiAxNTQuOTJDOTYyLjU2NSAxNDQuNTg4IDk0MS4yMjMgMTM0Ljk4MSA5MzQuNTc3IDEzMi4yNzZDOTMyLjc2MSAxMzEuNTM3IDkzMS4yMTIgMTMwLjM1MiA5MzAuNTYxIDEyOC41NTdDOTI5Ljg5OCAxMjYuNzMgOTMwLjQxOCAxMjQuOTg0IDkzMS4yMSAxMjMuNzA0QzkzMi43MjIgMTIxLjI1OSA5MzUuODEzIDExOS40MSA5MzguODE4IDExOC44NzZaTTkzOS40MTcgMTI0LjE2MkM5MzcuNzI5IDEyNC41NTcgOTM2LjI1NCAxMjUuNjI0IDkzNS43MTggMTI2LjQ5MkM5MzUuNjM1IDEyNi42MjUgOTM1LjU5NSAxMjYuNzE4IDkzNS41NzYgMTI2Ljc3NkM5MzUuNjcyIDEyNi44ODEgOTM1LjkzNSAxMjcuMTA2IDkzNi41NzUgMTI3LjM2N0M5NDMuMjcgMTMwLjA5MiA5NjQuODQ3IDEzOS44MDQgOTg3Ljk0MyAxNTAuMkMxMDA3Ljc2IDE1OS4xMTkgMTAyOC42OSAxNjguNTQxIDEwNDIuMyAxNzQuNDg3QzEwNTEuNTQgMTc3LjQzNCAxMDY0LjA3IDE4Mi4yNjEgMTA3Ny40MSAxODcuMzk1QzEwODYuMzEgMTkwLjgyMyAxMDk1LjU2IDE5NC4zODcgMTEwNC40MyAxOTcuNjE5QzExMTUuNjEgMjAxLjY5NyAxMTI2LjIxIDIwNS4yNjUgMTEzNC45IDIwNy40NjlDMTEzOS4yNCAyMDguNTcyIDExNDMuMDQgMjA5LjMxNSAxMTQ2LjE2IDIwOS42MjFDMTE0Ni4zMiAyMDkuNjM4IDExNDYuNDkgMjA5LjY1MyAxMTQ2LjY1IDIwOS42NjdDMTEzNy4xOCAyMDYuMTQgMTEyMy44OCAyMDEuMTAxIDExMDguODggMTk1LjQyMkMxMDc2LjU2IDE4My4xODEgMTAzNi4zOCAxNjcuOTY1IDEwMDkuODkgMTU4LjUwM0M5NzYuMzU0IDE0Ni41MjYgOTU2LjA1IDEzNC4xODIgOTQ1LjI0MSAxMjcuNjExQzk0Mi44NDggMTI2LjE1NiA5NDAuOTIgMTI0Ljk4NCA5MzkuNDE3IDEyNC4xNjJaTTkzNS41MjcgMTI2LjcxNEM5MzUuNTI3IDEyNi43MTMgOTM1LjUyOCAxMjYuNzE1IDkzNS41MyAxMjYuNzE4QzkzNS41MjggMTI2LjcxNSA5MzUuNTI3IDEyNi43MTQgOTM1LjUyNyAxMjYuNzE0Wk05MzUuNTYyIDEyNi44M0M5MzUuNTYzIDEyNi44NDQgOTM1LjU2MSAxMjYuODUyIDkzNS41NjEgMTI2Ljg1MkM5MzUuNTYgMTI2Ljg1MiA5MzUuNTU5IDEyNi44NDUgOTM1LjU2MiAxMjYuODNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDAzLjA5IDE3OC41NjhDMTAxNy4yMyAxNTIuMTIgOTk2LjY0MiAxMTguMzMxIDk3MS4xOTkgMTA3LjE5NUM5NDQuNTU2IDk1LjUzNDEgOTEyLjc5OCAxMTQuMzYyIDkwNy45NzUgMTQyLjE3M0M5MDUuNDU5IDE1Ni42NzcgOTEwLjI1OCAxODQuMTQ0IDkyOS43NzMgMTk0LjY1OUM5MzYuODE5IDE5OC40NTUgOTQ2LjAzIDIwMS43MjIgOTU1Ljc1NyAyMDIuNzkxQzk3Mi45NzIgMjA0LjY4MyA5OTEuODAxIDE5OS42OTIgMTAwMy4wOSAxNzguNTY4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05ODAuNTc1IDE5Ni44ODZDOTg4LjI4IDE5My40ODQgOTk1LjM3NSAxODcuMzgyIDEwMDAuNzUgMTc3LjMxOEMxMDA3LjMxIDE2NS4wNTYgMTAwNS45MSAxNTAuOTMzIDk5OS42MTYgMTM4LjMyM0M5OTMuMzEzIDEyNS42OTMgOTgyLjI0OSAxMTQuOTI1IDk3MC4xMzYgMTA5LjYyM0M5NDUuMTg0IDk4LjcwMTYgOTE1LjEzNyAxMTYuMzgzIDkxMC41ODUgMTQyLjYyNUM5MDkuNDA4IDE0OS40MTUgOTA5LjkzIDE1OS40NjUgOTEzLjEyNyAxNjkuMDc1QzkxNi4zMjEgMTc4LjY3NyA5MjIuMDYzIDE4Ny40OTQgOTMxLjAzIDE5Mi4zMjZDOTM2Ljc1NiAxOTUuNDExIDk0My45ODEgMTk4LjEzNiA5NTEuNzE4IDE5OS41MjhMOTUxLjg2NSAxOTguOTg4TDk1Ni4yNSAyMDAuMTc5Qzk2NC40NTIgMjAxLjA1MyA5NzIuODk1IDIwMC4yNzcgOTgwLjU3NSAxOTYuODg2Wk05NTYuMzIxIDIwNS41MTNDOTY1LjAxOCAyMDYuMzU1IDk3NC4xOTggMjA1LjQ5NiA5ODIuNzE2IDIwMS43MzVDOTkxLjU1MyAxOTcuODMzIDk5OS41MTcgMTkwLjg3NyAxMDA1LjQzIDE3OS44MTdDMTAxMy4wMSAxNjUuNjMxIDEwMTEuMTkgMTQ5LjYzNiAxMDA0LjM2IDEzNS45NTZDOTk3LjU0MiAxMjIuMjk2IDk4NS41OTEgMTEwLjYwMiA5NzIuMjYxIDEwNC43NjhDOTQzLjkyOCA5Mi4zNjY2IDkxMC40NTkgMTEyLjM0MSA5MDUuMzYzIDE0MS43MkM5MDQuMDI1IDE0OS40MzUgOTA0LjY0NSAxNjAuMzcxIDkwOC4wOTggMTcwLjc0OEM5MTEuNTUzIDE4MS4xMzUgOTE3Ljk2OCAxOTEuMzA5IDkyOC41MTYgMTk2Ljk5MkM5MzUuNzc0IDIwMC45MDMgOTQ1LjIzMiAyMDQuMjY4IDk1NS4yNiAyMDUuNDAyTDk1Ni4yNzYgMjA1LjY3OEw5NTYuMzIxIDIwNS41MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik05OTQuMzkxIDIzMS45NzJDMTAyMy45OSAyNjQuNjcgMTA3Ni43IDMyNS44NzkgMTA5NC44NyAzNDYuMzE0QzEwOTUuNzUgMzQ3LjMxMyAxMDk1LjM0IDM0OC44IDEwOTQuMDIgMzQ4LjYyNUMxMDc4LjQyIDM0Ni41NTYgMTAzMy44OSAyODguMDA4IDEwMTEuNDUgMjY0LjlDOTkxLjQ5OCAyMzkuNTY0IDk0OS4wNDYgMTgzLjcgOTQwLjQ3OSAxNzMuMzY3QzkzNi41MTkgMTY4LjU5MSA5NDMuMDIzIDE2Ni4yNDcgOTQ3LjY4NCAxNjcuNzcxQzk0OC4wNTMgMTY3Ljg5MSA5NDguMzU0IDE2OC4xMzYgOTQ4LjU2OSAxNjguNDU5Qzk1My44MSAxNzYuMzUxIDk2NS4wNDQgMTk5LjU1NSA5OTQuMzkxIDIzMS45NzJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk0OC41MDggMTY1LjI1MkM5NDkuNSAxNjUuNTc2IDk1MC4yNjcgMTY2LjIyNSA5NTAuNzc3IDE2Ni45OTNDOTUxLjgzNSAxNjguNTg3IDk1My4xMDggMTcwLjc0NCA5NTQuNjkgMTczLjQyNkM5NjEuMTg4IDE4NC40MzcgOTcyLjg5OCAyMDQuMjgyIDk5Ni4zNTUgMjMwLjE5M0MxMDE1LjI1IDI1MS4wNjMgMTA0My42MSAyODMuNjA4IDEwNjYuMzUgMzA5LjcwOEMxMDc5LjIzIDMyNC40ODUgMTA5MC4zMSAzMzcuMTk3IDEwOTYuODUgMzQ0LjU1M0MxMDk3Ljg0IDM0NS42NjkgMTA5OC4yOCAzNDcuMjYyIDEwOTcuNzkgMzQ4Ljc0NUMxMDk3LjUzIDM0OS41MDcgMTA5Ny4wMiAzNTAuMjQyIDEwOTYuMjMgMzUwLjczM0MxMDk1LjQyIDM1MS4yMyAxMDk0LjUxIDM1MS4zNjQgMTA5My42NyAzNTEuMjUyQzEwOTEuMSAzNTAuOTExIDEwODguMjggMzQ5LjQ4OCAxMDg1LjQ0IDM0Ny41ODNDMTA4Mi41MyAzNDUuNjM2IDEwNzkuMzEgMzQyLjk5MSAxMDc1LjkgMzM5Ljg3NkMxMDY5LjA4IDMzMy42NDEgMTA2MS4yOCAzMjUuMzI1IDEwNTMuMzIgMzE2LjQxOEMxMDQ2Ljg2IDMwOS4xODkgMTA0MC4zMiAzMDEuNTk0IDEwMzQuMDggMjk0LjM0OEMxMDI0LjgyIDI4My42MDMgMTAxNi4yMyAyNzMuNjI1IDEwMDkuNTUgMjY2Ljc0NkwxMDA5LjQ1IDI2Ni42NDdMMTAwOS4zNyAyNjYuNTM5QzEwMDAuMDYgMjU0LjcyMiA5ODUuOTQ3IDIzNi4zNzYgOTcyLjY0IDIxOS4wOEM5NTcuMjkyIDE5OS4xMzIgOTQzLjAxOSAxODAuNTgyIDkzOC40MzkgMTc1LjA1OUM5MzcuMTg4IDE3My41NSA5MzYuMzgyIDE3MS43NzQgOTM2LjY1NiAxNjkuODg0QzkzNi45MzUgMTY3Ljk2MSA5MzguMjE4IDE2Ni42NjggOTM5LjUyIDE2NS45MTNDOTQyLjAwOCAxNjQuNDcyIDk0NS42MDYgMTY0LjMwMyA5NDguNTA4IDE2NS4yNTJaTTk0Ni41MzggMTcwLjE5NEM5NDQuODY0IDE2OS43NDQgOTQzLjA1OSAxNjkuOTg4IDk0Mi4xNzcgMTcwLjQ5OUM5NDIuMDQxIDE3MC41NzggOTQxLjk2MiAxNzAuNjQxIDk0MS45MTggMTcwLjY4M0M5NDEuOTUzIDE3MC44MjEgOTQyLjA3OCAxNzEuMTQ0IDk0Mi41MTkgMTcxLjY3NkM5NDcuMTMzIDE3Ny4yNDEgOTYxLjU2MiAxOTUuOTkzIDk3Ny4wMDggMjE2LjA2NkM5OTAuMjYgMjMzLjI4OCAxMDA0LjI2IDI1MS40ODEgMTAxMy40NSAyNjMuMTUzQzEwMjAuMiAyNzAuMTEzIDEwMjguOTYgMjgwLjI4OSAxMDM4LjI5IDI5MS4xMTFDMTA0NC41MSAyOTguMzM3IDEwNTAuOTkgMzA1Ljg1MSAxMDU3LjI3IDMxMi44ODdDMTA2NS4yIDMyMS43NjMgMTA3Mi44NiAzMjkuOTE2IDEwNzkuNDggMzM1Ljk2M0MxMDgyLjc5IDMzOC45ODkgMTA4NS43OSAzNDEuNDM4IDEwODguMzkgMzQzLjE3OUMxMDg4LjUyIDM0My4yNzIgMTA4OC42NiAzNDMuMzYzIDEwODguOCAzNDMuNDUxQzEwODIuMTIgMzM1Ljg3MiAxMDcyLjc4IDMyNS4xNDYgMTA2Mi4yNCAzMTMuMDU2QzEwMzkuNTMgMjg2Ljk5NyAxMDExLjMxIDI1NC42MDUgOTkyLjQyNiAyMzMuNzVDOTY4LjUyOSAyMDcuMzU0IDk1Ni40NjUgMTg2Ljg4MyA5NTAuMDQyIDE3NS45ODVDOTQ4LjYyIDE3My41NzIgOTQ3LjQ3NSAxNzEuNjI4IDk0Ni41MzggMTcwLjE5NFpNOTQxLjkwNCAxNzAuNjA1Qzk0MS45MDQgMTcwLjYwNSA5NDEuOTA1IDE3MC42MDcgOTQxLjkwNSAxNzAuNjExQzk0MS45MDQgMTcwLjYwNyA5NDEuOTA0IDE3MC42MDUgOTQxLjkwNCAxNzAuNjA1Wk05NDEuODggMTcwLjcyNUM5NDEuODc0IDE3MC43MzcgOTQxLjg2OSAxNzAuNzQzIDk0MS44NjggMTcwLjc0M0M5NDEuODY3IDE3MC43NDMgOTQxLjg3IDE3MC43MzcgOTQxLjg4IDE3MC43MjVaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGQ9Ik0xMDMxLjE1IDE4OS4zNThDMTA2OC4wNCAyMTMuNTMzIDExMzQuNDkgMjU5LjQ3IDExNTcuMjIgMjc0LjY2M0MxMTU4LjMzIDI3NS40MDYgMTE1OC4zMSAyNzYuOTQ5IDExNTYuOTggMjc3LjExM0MxMTQxLjM3IDI3OS4wNDUgMTA4My41IDIzMy42MjIgMTA1NS45NyAyMTYuOTE4QzEwMzAuMjcgMTk3LjQzNSA5NzUuMSAxNTQuMDgzIDk2NC4yMDQgMTQ2LjI0NUM5NTkuMTY3IDE0Mi42MjIgOTY0Ljg2OSAxMzguNzEzIDk2OS43NjQgMTM5LjAxMkM5NzAuMTUyIDEzOS4wMzYgOTcwLjUwNSAxMzkuMTk2IDk3MC43OTQgMTM5LjQ1NUM5NzcuODU2IDE0NS43NyA5OTQuNTc5IDE2NS4zOTEgMTAzMS4xNSAxODkuMzU4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NjkuOTI1IDEzNi4zNjdDOTcwLjk2NyAxMzYuNDMxIDk3MS44NzMgMTM2Ljg2NSA5NzIuNTYxIDEzNy40OEM5NzMuOTg3IDEzOC43NTUgOTc1Ljc2MyAxNDAuNTIyIDk3Ny45NyAxNDIuNzE3Qzk4Ny4wMzQgMTUxLjczNCAxMDAzLjM3IDE2Ny45ODUgMTAzMi42MSAxODcuMTQyQzEwNTYuMTUgMjAyLjU3MiAxMDkxLjggMjI2LjkxMiAxMTIwLjQgMjQ2LjQzMkMxMTM2LjU4IDI1Ny40ODQgMTE1MC41MSAyNjYuOTkgMTE1OC42OSAyNzIuNDZDMTE1OS45MyAyNzMuMjkgMTE2MC43NiAyNzQuNzE5IDExNjAuNjYgMjc2LjI3OUMxMTYwLjYxIDI3Ny4wOCAxMTYwLjMgMjc3LjkyIDExNTkuNjUgMjc4LjU5N0MxMTU5IDI3OS4yOCAxMTU4LjE1IDI3OS42MzggMTE1Ny4zIDI3OS43NDNDMTE1NC43MyAyODAuMDYyIDExNTEuNjUgMjc5LjM5NSAxMTQ4LjQxIDI3OC4yNjlDMTE0NS4xMSAyNzcuMTE5IDExNDEuMzMgMjc1LjM3MSAxMTM3LjI0IDI3My4yMTZDMTEyOS4wNyAyNjguOTAzIDExMTkuNDIgMjYyLjgyNCAxMTA5LjQ4IDI1Ni4yMTFDMTEwMS40MSAyNTAuODQ1IDEwOTMuMTYgMjQ1LjE0NiAxMDg1LjI5IDIzOS43MDhDMTA3My42MiAyMzEuNjQ1IDEwNjIuNzkgMjI0LjE1NyAxMDU0LjU5IDIxOS4xODRMMTA1NC40OCAyMTkuMTEzTDEwNTQuMzcgMjE5LjAzQzEwNDIuMzggMjA5Ljk0MiAxMDI0LjA5IDE5NS43NDkgMTAwNi44NSAxODIuMzY5Qzk4Ni45NzEgMTY2LjkzNyA5NjguNDgxIDE1Mi41ODYgOTYyLjY1NiAxNDguMzk3Qzk2MS4wNjQgMTQ3LjI1MiA5NTkuODM3IDE0NS43MzYgOTU5LjYyNSAxNDMuODM4Qzk1OS40MSAxNDEuOTA3IDk2MC4zMjYgMTQwLjMzMiA5NjEuMzk2IDEzOS4yNzRDOTYzLjQ0IDEzNy4yNTIgOTY2Ljg3OSAxMzYuMTgxIDk2OS45MjUgMTM2LjM2N1pNOTY5LjI2NiAxNDEuNjQ2Qzk2Ny41MzMgMTQxLjYzNCA5NjUuODQ4IDE0Mi4zMjUgOTY1LjEyMyAxNDMuMDQyQzk2NS4wMTEgMTQzLjE1MiA5NjQuOTUxIDE0My4yMzMgOTY0LjkxOSAxNDMuMjg1Qzk2NC45ODcgMTQzLjQxIDk2NS4xOSAxNDMuNjkgOTY1Ljc1MSAxNDQuMDk0Qzk3MS42MTkgMTQ4LjMxNSA5OTAuMzEyIDE2Mi44MjIgMTAxMC4zMiAxNzguMzUxQzEwMjcuNDkgMTkxLjY3NCAxMDQ1LjYyIDIwNS43NDggMTA1Ny40NiAyMTQuNzI0QzEwNjUuNzQgMjE5Ljc1OCAxMDc2Ljc5IDIyNy4zOTQgMTA4OC41NSAyMzUuNTE0QzEwOTYuMzkgMjQwLjkzNiAxMTA0LjU1IDI0Ni41NzQgMTExMi40MSAyNTEuNzk3QzExMjIuMzIgMjU4LjM4NyAxMTMxLjc5IDI2NC4zNDUgMTEzOS43MiAyNjguNTI4QzExNDMuNjggMjcwLjYyMSAxMTQ3LjIgMjcyLjIzNSAxMTUwLjE2IDI3My4yNjRDMTE1MC4zMSAyNzMuMzE5IDExNTAuNDcgMjczLjM3MiAxMTUwLjYyIDI3My40MjNDMTE0Mi4yNSAyNjcuNzczIDExMzAuNSAyNTkuNzUxIDExMTcuMjYgMjUwLjcwOUMxMDg4LjcxIDIzMS4yMTkgMTA1My4yMyAyMDYuOTkzIDEwMjkuNyAxOTEuNTc1Qzk5OS45MTkgMTcyLjA1OSA5ODMuMDgxIDE1NS4yOTIgOTc0LjExNyAxNDYuMzY2Qzk3Mi4xMzMgMTQ0LjM5IDk3MC41MzQgMTQyLjc5OCA5NjkuMjY2IDE0MS42NDZaTTk2NC44ODYgMTQzLjIxM0M5NjQuODg2IDE0My4yMTMgOTY0Ljg4NyAxNDMuMjE1IDk2NC44ODcgMTQzLjIxOEM5NjQuODg2IDE0My4yMTUgOTY0Ljg4NiAxNDMuMjEzIDk2NC44ODYgMTQzLjIxM1pNOTY0Ljg5MiAxNDMuMzM1Qzk2NC44OSAxNDMuMzQ5IDk2NC44ODcgMTQzLjM1NiA5NjQuODg2IDE0My4zNTZDOTY0Ljg4NSAxNDMuMzU2IDk2NC44ODYgMTQzLjM0OSA5NjQuODkyIDE0My4zMzVaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTEyLjExMSAxNTMuNjQyQzkxMS44ODYgMTUyLjE5NiA5MTIuODc1IDE1MC44NDEgOTE0LjMyMSAxNTAuNjE2QzkxOC41NjUgMTQ5Ljk1NCA5MjUuMzIzIDE0OC41MzggOTMxLjcwOCAxNDYuNDYxQzkzNC44OTkgMTQ1LjQyNCA5MzcuOTQzIDE0NC4yMzggOTQwLjUxIDE0Mi45MjhDOTQzLjExNSAxNDEuNTk4IDk0NS4wNDYgMTQwLjIzIDk0Ni4xODcgMTM4LjkwM0M5NDguNzU1IDEzNS45MiA5NTEuMTUxIDEzMC40OTIgOTUzLjEwNyAxMjQuNTdDOTU1LjAzIDExOC43NDggOTU2LjQwNiAxMTIuODM0IDk1Ny4wOCAxMDkuMTk3Qzk1Ny4zNDYgMTA3Ljc1OCA5NTguNzI5IDEwNi44MDcgOTYwLjE2OCAxMDcuMDc0Qzk2MS42MDcgMTA3LjM0IDk2Mi41NTcgMTA4LjcyMyA5NjIuMjkxIDExMC4xNjJDOTYxLjU4MSAxMTQgOTYwLjE0OCAxMjAuMTUxIDk1OC4xNCAxMjYuMjMyQzk1Ni4xNjQgMTMyLjIxMiA5NTMuNTA4IDEzOC41MjMgOTUwLjIwNSAxNDIuMzYxQzk0OC40MTEgMTQ0LjQ0NCA5NDUuNzggMTQ2LjE4OCA5NDIuOTIgMTQ3LjY0OEM5NDAuMDIzIDE0OS4xMjcgOTM2LjcgMTUwLjQxMSA5MzMuMzQ3IDE1MS41MDJDOTI2LjY0NCAxNTMuNjgxIDkxOS42MDQgMTU1LjE1NiA5MTUuMTM4IDE1NS44NTJDOTEzLjY5MiAxNTYuMDc4IDkxMi4zMzcgMTU1LjA4OCA5MTIuMTExIDE1My42NDJaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTA1Ljc2NiAxNjMuNzE0QzkwNS41NCAxNjIuMjY4IDkwNi41MyAxNjAuOTEzIDkwNy45NzYgMTYwLjY4OEM5MTMuNTc4IDE1OS44MTQgOTIyLjQ4OCAxNTcuOTQ3IDkzMC45MTQgMTU1LjIwN0M5MzUuMTI2IDE1My44MzcgOTM5LjE2MiAxNTIuMjY3IDk0Mi41ODIgMTUwLjUyMUM5NDYuMDM5IDE0OC43NTYgOTQ4LjY4MiAxNDYuOTAzIDk1MC4yODEgMTQ1LjA0NEM5NTMuNzY0IDE0MC45OTcgOTU2Ljk0OCAxMzMuNzM4IDk1OS41MTcgMTI1Ljk2Qzk2Mi4wNTMgMTE4LjI4MiA5NjMuODY4IDExMC40ODYgOTY0Ljc1NyAxMDUuNjgzQzk2NS4wMjQgMTA0LjI0NCA5NjYuNDA2IDEwMy4yOTMgOTY3Ljg0NSAxMDMuNTU5Qzk2OS4yODQgMTAzLjgyNiA5NzAuMjM1IDEwNS4yMDggOTY5Ljk2OSAxMDYuNjQ4Qzk2OS4wNDIgMTExLjY1MiA5NjcuMTcxIDExOS42ODUgOTY0LjU1IDEyNy42MjJDOTYxLjk2MiAxMzUuNDU5IDk1OC41MTcgMTQzLjYgOTU0LjI5OCAxNDguNTAyQzk1Mi4wNDcgMTUxLjExNyA5NDguNzA0IDE1My4zNDYgOTQ0Ljk5MiAxNTUuMjQxQzk0MS4yNDMgMTU3LjE1NSA5MzYuOTI3IDE1OC44MjUgOTMyLjU1MyAxNjAuMjQ3QzkyMy44MDggMTYzLjA5MSA5MTQuNjE2IDE2NS4wMTYgOTA4Ljc5MyAxNjUuOTI0QzkwNy4zNDYgMTY2LjE1IDkwNS45OTEgMTY1LjE2IDkwNS43NjYgMTYzLjcxNFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZyBvcGFjaXR5PSIwLjEiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4My4wOTUgMjIxLjIwNUMxNjUuMTM0IDIwNy42MjQgMTQxLjU1IDIwMC45MTMgMTEyLjUyOSAyMTEuMzMyQzg5Ljc0NzUgMjE5LjUxMSA3OC4yNjA3IDIzOS4yMDQgNzMuMjQzNiAyNjEuMTAzQzY4LjI3MDcgMjgyLjgwOSA2OS43OTAzIDMwNi4yMjYgNzIuNzY2MyAzMjEuM0M5My45MjU2IDM1Ni44MTYgMTE3LjA1OSAzNjguMDYzIDEzNy41MjYgMzY5LjkxQzE1NC43MjcgMzcxLjQ2MyAxNzAuMjY2IDM2Ni40NjQgMTgyLjEyNiAzNjIuNjQ5QzE4NC42NjUgMzYxLjgzMiAxODcuMDM1IDM2MS4wNyAxODkuMjE3IDM2MC40MzdDMTk0LjU1IDM1OC44OTIgMTk5Ljk0NCAzNTQuOTU2IDIwNC44OCAzNDkuMTE4QzIwOS43OTcgMzQzLjMwNCAyMTQuMTI4IDMzNS43NTIgMjE3LjM2NyAzMjcuMjcxQzIyMy44NjQgMzEwLjI1OSAyMjUuODE0IDI4OS45NCAyMTkuNzggMjcyLjk1N0MyMTMuNjA2IDI1NS41NzggMjAxLjE3OSAyMzQuODc5IDE4My4wOTUgMjIxLjIwNVpNMTg2LjI5MSAyMTYuOTc4QzIwNS40MDQgMjMxLjQzIDIxOC4zNSAyNTMuMDk5IDIyNC43NzUgMjcxLjE4M0MyMzEuMzQgMjg5LjY2NCAyMjkuMTMxIDMxMS4zMjIgMjIyLjMxOCAzMjkuMTYxQzIxOC45MDIgMzM4LjEwNSAyMTQuMjkgMzQ2LjE5OCAyMDguOTI3IDM1Mi41NEMyMDMuNTg0IDM1OC44NiAxOTcuMzYyIDM2My41OTUgMTkwLjY5MiAzNjUuNTI4QzE4OC43MSAzNjYuMTAyIDE4Ni40OSAzNjYuODIgMTg0LjA2IDM2Ny42MDVDMTcyLjIzMiAzNzEuNDI2IDE1NS40NDUgMzc2Ljg1IDEzNy4wNDkgMzc1LjE4OUMxMTQuNTMxIDM3My4xNTYgODkuOTExNSAzNjAuNjQgNjcuOTc2MyAzMjMuNjE0TDY3Ljc0NzIgMzIzLjIyN0w2Ny42NTg0IDMyMi43ODZDNjQuNTE4MyAzMDcuMjAxIDYyLjg0NjQgMjgyLjc1MyA2OC4wNzc0IDI1OS45MkM3My4zMTI4IDIzNy4wNjcgODUuNjAxNCAyMTUuMzY4IDExMC43MzggMjA2LjM0NEMxNDEuNjE1IDE5NS4yNTkgMTY3LjA1NCAyMDIuNDMyIDE4Ni4yOTEgMjE2Ljk3OFoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMDEuMzcxIDI3My43NTJDMTAxLjM3MSAyNzMuNzUzIDEwMS4zNjkgMjczLjc1MyAxMDEuMzY0IDI3My43NTJDMTAxLjM2OSAyNzMuNzUyIDEwMS4zNzEgMjczLjc1MiAxMDEuMzcxIDI3My43NTJaTTkwLjM4MDYgMjczLjUxNUM5NC4xMDg5IDI2OS45NiA5OC42MDU5IDI2OC42MDggMTAxLjAzMyAyNjguNDYzQzEwMS44NTMgMjY4LjQxNCAxMDIuODE3IDI2OC41MzUgMTAzLjY4MSAyNjkuMDkyQzEwNC42MTEgMjY5LjY5MiAxMDUuMTUgMjcwLjYyNyAxMDUuMjg3IDI3MS42MjFDMTA1LjUzMSAyNzMuMzk0IDEwNC41MTcgMjc0LjkxMyAxMDMuNTE1IDI3NS44MThDMTAzLjQwNiAyNzUuOTE2IDEwMy4yODUgMjc2LjAyOSAxMDMuMTQ5IDI3Ni4xNTVDMTAxLjY4MiAyNzcuNTIgOTguNTkwMyAyODAuMzk1IDkzLjM3MjIgMjgxLjQ5OEw5Mi45NzMyIDI4MS41ODJMOTIuNTY3NCAyODEuNTQyQzkyLjA0MSAyODEuNDkxIDkxLjQwMTIgMjgxLjM2MiA5MC43NzM4IDI4MS4wOTJDOTAuMTc2MiAyODAuODM1IDg5LjMyNzUgMjgwLjMzNiA4OC43NzMgMjc5LjM4OUM4OC4xNDU2IDI3OC4zMTYgODguMTQ5OCAyNzcuMTE1IDg4LjU1MjcgMjc2LjA1OEM4OC45MTYyIDI3NS4xMDUgODkuNTk0MiAyNzQuMjY1IDkwLjM4MDYgMjczLjUxNVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNzkuMTQ2IDM0NS44NzJDMTc5LjE0NiAzNDUuODcyIDE3OS4xNDUgMzQ1Ljg3NCAxNzkuMTQzIDM0NS44NzhDMTc5LjE0NSAzNDUuODc0IDE3OS4xNDYgMzQ1Ljg3MiAxNzkuMTQ2IDM0NS44NzJaTTE3NC43NyAzNTUuOTU2QzE3OS41NTcgMzU0LjA1NCAxODIuNjY1IDM1MC41MzQgMTgzLjgxMSAzNDguMzg5QzE4NC4xOTggMzQ3LjY2NSAxODQuNDkgMzQ2LjczOCAxODQuMzQ1IDM0NS43MjFDMTg0LjE4OCAzNDQuNjI1IDE4My41NjUgMzQzLjc0NCAxODIuNzE5IDM0My4yMDVDMTgxLjIxIDM0Mi4yNDMgMTc5LjQwNiAzNDIuNTI5IDE3OC4xNjUgMzQzLjA2MUMxNzguMDMxIDM0My4xMTkgMTc3Ljg3NyAzNDMuMTgyIDE3Ny43MDYgMzQzLjI1M0MxNzUuODUzIDM0NC4wMTYgMTcxLjk0OSAzNDUuNjIzIDE2OC43NjcgMzQ5LjkwM0wxNjguNTI0IDM1MC4yM0wxNjguMzkgMzUwLjYxNkMxNjguMjE3IDM1MS4xMTUgMTY4LjA2NyAzNTEuNzUgMTY4LjA1IDM1Mi40MzNDMTY4LjAzMyAzNTMuMDgzIDE2OC4xMzIgMzU0LjA2MyAxNjguNzYyIDM1NC45NjNDMTY5LjQ3NCAzNTUuOTgxIDE3MC41NjcgMzU2LjQ3OSAxNzEuNjk1IDM1Ni41NTRDMTcyLjcxMyAzNTYuNjIyIDE3My43NiAzNTYuMzU4IDE3NC43NyAzNTUuOTU2WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1Mi4wNjggMjI5LjA2QzE1NC43MzYgMjI4LjY5NiAxNTguOTQ2IDIyOC43NzcgMTYzLjI3OSAyMzAuNTUzQzE2My41MjUgMjMwLjY1MyAxNjMuNzM3IDIzMC43NSAxNjMuOTIxIDIzMC44NDFDMTU4LjYwOCAyMzEuNDkzIDE1NC42NjUgMjMwLjA3MSAxNTIuMDY4IDIyOS4wNlpNMTQ5LjkwNiAyMjkuNTYxQzE0OS45MDYgMjI5LjU2MSAxNDkuOTA4IDIyOS41NiAxNDkuOTExIDIyOS41NThDMTQ5LjkwOCAyMjkuNTYgMTQ5LjkwNiAyMjkuNTYxIDE0OS45MDYgMjI5LjU2MVpNMTUwLjIwNSAyMjguMTdDMTUwLjIwMiAyMjguMTY2IDE1MC4yMDEgMjI4LjE2NCAxNTAuMiAyMjguMTY0QzE1MC4yIDIyOC4xNjQgMTUwLjIwMiAyMjguMTY2IDE1MC4yMDUgMjI4LjE3Wk0xNjUuMjg5IDIyNS42NDlDMTU4LjQxMyAyMjIuODMgMTUxLjY4MiAyMjMuMzk4IDE0OC40NzcgMjI0LjQzNUMxNDcuNDcyIDIyNC43NiAxNDYuNDY4IDIyNS4zMjggMTQ1Ljc4MSAyMjYuMjhDMTQ1LjA0NyAyMjcuMjk3IDE0NC44NjMgMjI4LjQ5OSAxNDUuMTMgMjI5LjYxMUMxNDUuNjE0IDIzMS42MjQgMTQ3LjM5NyAyMzIuOTQ4IDE0OS4wOTIgMjMzLjU4OUMxNDkuMzAzIDIzMy42NjkgMTQ5LjUzOSAyMzMuNzYzIDE0OS44IDIzMy44NjZDMTUyLjU5NyAyMzQuOTcgMTU4LjIwNiAyMzcuMTgzIDE2NS43NTkgMjM1LjkzTDE2Ni4xNjIgMjM1Ljg2M0wxNjYuNTI1IDIzNS42NzhDMTY3LjE0MyAyMzUuMzY0IDE2Ny44NDkgMjM0LjkwOCAxNjguNDYyIDIzNC4zMDNDMTY5LjA1MSAyMzMuNzIyIDE2OS43NTYgMjMyLjgwMyAxNjkuOTUyIDIzMS41NkMxNzAuMTcxIDIzMC4xNzUgMTY5LjY4NCAyMjguODg4IDE2OC43NjYgMjI3Ljg3NkMxNjcuOTIzIDIyNi45NDcgMTY2LjcxNiAyMjYuMjM0IDE2NS4yODkgMjI1LjY0OVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNTcuMDM4IDI3My45NzdDMjM5LjIzMiAyODYuNTE1IDIwOC44OCAzMDMuNDA4IDE2MC45NTkgMzI2LjA0NkMxMjIuNTk1IDM0NC4xNjkgOTQuNzc4NyAzNTQuODY3IDc1LjA4OTYgMzU5Ljk1MUM2NS4yNDc5IDM2Mi40OTIgNTcuMzIzOSAzNjMuNjYxIDUxLjA2NjEgMzYzLjYwOUM0NC44MzUgMzYzLjU1NyAzOS45NzI1IDM2Mi4yOSAzNi41NTkgMzU5LjY1OEMzMy4wNDg2IDM1Ni45NSAzMS40NTA2IDM1My4wOTcgMzEuMTg5NCAzNDguNzYyQzMwLjkzMzMgMzQ0LjUxMSAzMS45NDM5IDMzOS42ODggMzMuNjk3IDMzNC42MzhDMzcuMjA2NiAzMjQuNTI3IDQzLjk4NzQgMzEyLjY5MyA1MS4zODc1IDMwMS4xMzRDNTIuMTc2NiAyOTkuOTAxIDUzLjgxNTYgMjk5LjU0MiA1NS4wNDgyIDMwMC4zMzFDNTYuMjgwOCAzMDEuMTIgNTYuNjQwMyAzMDIuNzU5IDU1Ljg1MTIgMzAzLjk5MUM0OC40Nzk0IDMxNS41MDcgNDEuOTk0NiAzMjYuODk1IDM4LjcwMzkgMzM2LjM3NkMzNy4wNTY4IDM0MS4xMjEgMzYuMjgzNiAzNDUuMTg2IDM2LjQ3OTggMzQ4LjQ0NEMzNi42NzEgMzUxLjYxNyAzNy43NjE1IDM1My44OTIgMzkuNzk1NyAzNTUuNDYxQzQxLjkyNjggMzU3LjEwNCA0NS40NjQ5IDM1OC4yNjIgNTEuMTEwNSAzNTguMzA5QzU2LjcyOTMgMzU4LjM1NiA2NC4xNTc5IDM1Ny4zIDczLjc2NDUgMzU0LjgyQzkyLjk3MjIgMzQ5Ljg2IDEyMC40MzYgMzM5LjMyOCAxNTguNjk1IDMyMS4yNTRDMjA2LjU1MSAyOTguNjQ3IDIzNi41NjYgMjgxLjkxIDI1My45ODcgMjY5LjY0NEMyNjIuNzIgMjYzLjQ5NSAyNjguMTIxIDI1OC41ODQgMjcxLjAzOCAyNTQuNzQxQzI3NC4wMDggMjUwLjgyOSAyNzMuOTMgMjQ4LjcxIDI3My4zOTUgMjQ3LjU5OEMyNzIuNzM4IDI0Ni4yMjkgMjcwLjcyMSAyNDQuNzYgMjY2LjU4MSAyNDMuNjQ1QzI2Mi42MDUgMjQyLjU3NCAyNTcuMzU5IDI0Mi4wMTQgMjUxLjM4OCAyNDEuODU0QzIzOS40NzMgMjQxLjUzNCAyMjUuMjE3IDI0Mi44MTQgMjEzLjcwNSAyNDQuMzM3QzIxMi4yNTQgMjQ0LjUyOSAyMTAuOTIyIDI0My41MDggMjEwLjczIDI0Mi4wNTdDMjEwLjUzOCAyNDAuNjA3IDIxMS41NTkgMjM5LjI3NSAyMTMuMDEgMjM5LjA4M0MyMjQuNjQyIDIzNy41NDQgMjM5LjIxMiAyMzYuMjI1IDI1MS41MyAyMzYuNTU2QzI1Ny42NzUgMjM2LjcyMSAyNjMuMzk4IDIzNy4yOTkgMjY3Ljk1OSAyMzguNTI3QzI3Mi4zNTUgMjM5LjcxMSAyNzYuNDQyIDI0MS43MDEgMjc4LjE3MyAyNDUuMzAyQzI4MC4wMjYgMjQ5LjE2IDI3OC42MTkgMjUzLjUyIDI3NS4yNiAyNTcuOTQ1QzI3MS44NDggMjYyLjQ0IDI2NS45MiAyNjcuNzI0IDI1Ny4wMzggMjczLjk3N1oiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yNDMuODI2IDI3MS4yQzIyNi43NzYgMjgyLjQ5IDE5OC43MTYgMjk3LjczMyAxNTUuNDExIDMxOC4xOUMxMjAuNzI2IDMzNC41NzUgOTUuNDM1OSAzNDQuMDAyIDc3LjM3NzkgMzQ4LjM4MkM2OC4zNDkxIDM1MC41NzIgNjEuMDMxNSAzNTEuNTI1IDU1LjE5NiAzNTEuNDE2QzQ5LjM4MSAzNTEuMzA4IDQ0LjgxOSAzNTAuMTQxIDQxLjUyMTQgMzQ3Ljg3QzM0LjU0OTIgMzQzLjA2NiAzNC42NjczIDMzNC42MTQgMzcuMjc2NyAzMjYuNTY1QzM5Ljk0MDggMzE4LjM0NyA0NS41NDIgMzA5LjIyNSA1MS42NzE1IDMwMS4yMjdDNTIuNTYxNyAzMDAuMDY1IDU0LjIyNTEgMjk5Ljg0NSA1NS4zODY4IDMwMC43MzVDNTYuNTQ4NCAzMDEuNjI1IDU2Ljc2ODUgMzAzLjI4OSA1NS44NzgzIDMwNC40NUM0OS45MDkzIDMxMi4yMzkgNDQuNzE0OSAzMjAuODA3IDQyLjMxODMgMzI4LjJDMzkuODY3IDMzNS43NjEgNDAuNjU5MyAzNDAuODQgNDQuNTI4MiAzNDMuNTA1QzQ2LjY1MTIgMzQ0Ljk2OCA1MC4wNTE1IDM0Ni4wMiA1NS4yOTQ2IDM0Ni4xMTdDNjAuNTE3MyAzNDYuMjE1IDY3LjM1MzYgMzQ1LjM2IDc2LjEyODUgMzQzLjIzMUM5My42Nzc4IDMzOC45NzUgMTE4LjU5NSAzMjkuNzIgMTUzLjE0NyAzMTMuMzk4QzE5Ni4zODkgMjkyLjk3MSAyMjQuMTczIDI3Ny44NTcgMjQwLjkgMjY2Ljc4MUMyNDkuMjc4IDI2MS4yMzQgMjU0Ljc2IDI1Ni43NzkgMjU4LjAxNCAyNTMuMjU2QzI2MS40MDggMjQ5LjU4NCAyNjEuODEzIDI0Ny41NDQgMjYxLjY0MyAyNDYuNjY1QzI2MS41MDggMjQ1Ljk2NCAyNjAuNzE3IDI0NC44NTMgMjU3LjY1OSAyNDMuODlDMjU0Ljc2MSAyNDIuOTc3IDI1MC42NjIgMjQyLjQ4NSAyNDUuNzU3IDI0Mi4zNTNDMjM1Ljk5NSAyNDIuMDg5IDIyMy43ODYgMjQzLjI1NiAyMTMuMzY2IDI0NC42MzVDMjExLjkxNSAyNDQuODI3IDIxMC41ODQgMjQzLjgwNiAyMTAuMzkyIDI0Mi4zNTVDMjEwLjIgMjQwLjkwNCAyMTEuMjIgMjM5LjU3MyAyMTIuNjcxIDIzOS4zODFDMjIzLjE2NiAyMzcuOTkyIDIzNS43MDkgMjM2Ljc3OSAyNDUuOSAyMzcuMDU1QzI1MC45NzIgMjM3LjE5MiAyNTUuNjUxIDIzNy43IDI1OS4yNTEgMjM4LjgzNUMyNjIuNjkxIDIzOS45MTggMjY2LjEyMSAyNDEuOTAyIDI2Ni44NDcgMjQ1LjY2QzI2Ny41MzkgMjQ5LjI0IDI2NS40NDcgMjUzLjAyMiAyNjEuOTA3IDI1Ni44NTNDMjU4LjIyNyAyNjAuODM1IDI1Mi4zMzggMjY1LjU2NCAyNDMuODI2IDI3MS4yWiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTk5LjkwNSAyODQuNjQ4Qzk5LjkxOTIgMjg0LjY1NCA5OS45MzU2IDI4NC42NjEgOTkuOTU0MiAyODQuNjcxQzEwMC4xMjggMjg0Ljc1OCAxMDAuNjU2IDI4NS4xMDIgMTAxLjI1IDI4Ni4yNzdDMTAxLjkxMSAyODcuNTgyIDEwMy41MDUgMjg4LjEwNSAxMDQuODExIDI4Ny40NDRDMTA2LjExNyAyODYuNzg0IDEwNi42NCAyODUuMTg5IDEwNS45NzkgMjgzLjg4M0MxMDQuMDAzIDI3OS45OCAxMDAuNzgzIDI3OC42ODkgOTguMzM3MiAyNzkuNTkzQzk2Ljk2NDUgMjgwLjEgOTYuMjYzIDI4MS42MjUgOTYuNzcwNSAyODIuOTk3Qzk3LjI0NDkgMjg0LjI4MSA5OC42MDc5IDI4NC45NzcgOTkuOTA1IDI4NC42NDhaTTk5LjgzNjMgMjg0LjYyNkM5OS44MzYzIDI4NC42MjYgOTkuODM5OCAyODQuNjI2IDk5Ljg0NjcgMjg0LjYyOEM5OS44Mzk4IDI4NC42MjcgOTkuODM2MyAyODQuNjI2IDk5LjgzNjMgMjg0LjYyNloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjM1IDM0Mi42NTFDMTY4LjYzNSAzNDIuNjM2IDE2OC42MzUgMzQyLjYxOCAxNjguNjM1IDM0Mi41OTdDMTY4LjYyOCAzNDIuNDAzIDE2OC41MzUgMzQxLjc4IDE2Ny43MTcgMzQwLjc0OUMxNjYuODA3IDMzOS42MDMgMTY2Ljk5OCAzMzcuOTM2IDE2OC4xNDQgMzM3LjAyNkMxNjkuMjkgMzM2LjExNiAxNzAuOTU3IDMzNi4zMDcgMTcxLjg2NyAzMzcuNDUzQzE3NC41ODggMzQwLjg3OSAxNzQuNDE2IDM0NC4zNDQgMTcyLjU3MiAzNDYuMTg4QzE3MS41MzggMzQ3LjIyMyAxNjkuODYgMzQ3LjIyMyAxNjguODI1IDM0Ni4xODlDMTY3Ljg1NyAzNDUuMjIyIDE2Ny43OTQgMzQzLjY5MiAxNjguNjM1IDM0Mi42NTFaTTE2OC42MjYgMzQyLjcyM0MxNjguNjI2IDM0Mi43MjMgMTY4LjYyNyAzNDIuNzIgMTY4LjYyOSAzNDIuNzEzQzE2OC42MjYgMzQyLjcxOSAxNjguNjI2IDM0Mi43MjMgMTY4LjYyNiAzNDIuNzIzWiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2MC41ODkgMjQwLjc4MkMxNjAuNTk1IDI0MC43NzYgMTYwLjU5OCAyNDAuNzc0IDE2MC41OTkgMjQwLjc3NEMxNjAuNjEzIDI0MC43ODQgMTU5LjcyOSAyNDIuMTQzIDE2Mi4yNDIgMjQ1LjEyMUMxNjMuMTg2IDI0Ni4yNCAxNjMuMDQ0IDI0Ny45MTEgMTYxLjkyNiAyNDguODU1QzE2MC44MDcgMjQ5Ljc5OSAxNTkuMTM1IDI0OS42NTcgMTU4LjE5MiAyNDguNTM5QzE1NC4yMjkgMjQzLjg0MiAxNTQuNjA2IDIzOS40MDYgMTU2LjY5IDIzNy4xOTRDMTU3LjY5MyAyMzYuMTI4IDE1OS4zNyAyMzYuMDc4IDE2MC40MzYgMjM3LjA4MkMxNjEuNDg2IDIzOC4wNzEgMTYxLjU0OSAyMzkuNzE1IDE2MC41ODkgMjQwLjc4MloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05MS43NDU5IDI4MC44NjVDOTMuMDE5MiAyODAuMTQ0IDk0LjYzNjQgMjgwLjU5MSA5NS4zNTggMjgxLjg2NEM5NS45MDYxIDI4Mi44MzIgOTYuMTAxMiAyODQuMTkzIDk1LjU1MDkgMjg1LjU1OUM5NC45OTIxIDI4Ni45NDYgOTMuODA3NyAyODguMDA4IDkyLjIxNDIgMjg4Ljc1QzkwLjg4NzMgMjg5LjM2OCA4OS4zMTEgMjg4Ljc5MyA4OC42OTM1IDI4Ny40NjZDODguMDc1OSAyODYuMTM5IDg4LjY1MDkgMjg0LjU2MiA4OS45Nzc4IDI4My45NDVDOTAuMTkxNiAyODMuODQ1IDkwLjM0NDQgMjgzLjc1NiA5MC40NTE4IDI4My42ODRDOTAuMjM2NyAyODIuNTk0IDkwLjcyNjcgMjgxLjQ0MyA5MS43NDU5IDI4MC44NjVaTTkwLjY4MTYgMjgzLjQ4OEM5MC42ODE4IDI4My40ODggOTAuNjc5NyAyODMuNDkyIDkwLjY3NDcgMjgzLjQ5OEM5MC42Nzg5IDI4My40OTEgOTAuNjgxNCAyODMuNDg4IDkwLjY4MTYgMjgzLjQ4OFoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjguNjYyIDM1MS42NDVDMTY5Ljg1IDM1MC43ODkgMTcwLjExOSAzNDkuMTMzIDE2OS4yNjQgMzQ3Ljk0NkMxNjguNjE0IDM0Ny4wNDMgMTY3LjQ1OSAzNDYuMjk3IDE2NS45ODggMzQ2LjIyN0MxNjQuNDk0IDM0Ni4xNTUgMTYzLjAzNCAzNDYuNzg3IDE2MS42OTQgMzQ3LjkyNUMxNjAuNTc5IDM0OC44NzIgMTYwLjQ0MyAzNTAuNTQ1IDE2MS4zOSAzNTEuNjZDMTYyLjMzOCAzNTIuNzc1IDE2NC4wMSAzNTIuOTEyIDE2NS4xMjYgMzUxLjk2NEMxNjUuMzA1IDM1MS44MTIgMTY1LjQ1IDM1MS43MSAxNjUuNTYxIDM1MS42NDNDMTY2LjQ2MSAzNTIuMjkzIDE2Ny43MTIgMzUyLjMyOSAxNjguNjYyIDM1MS42NDVaTTE2NS44MzQgMzUxLjUxNkMxNjUuODM0IDM1MS41MTUgMTY1LjgzMSAzNTEuNTE2IDE2NS44MjMgMzUxLjUxOEMxNjUuODMxIDM1MS41MTcgMTY1LjgzNCAzNTEuNTE2IDE2NS44MzQgMzUxLjUxNloiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNjcuNzI1IDIzNi44MDlDMTY2LjI3NyAyMzYuNjAxIDE2NC45MzMgMjM3LjYwNiAxNjQuNzI1IDIzOS4wNTVDMTY0LjU0MiAyNDAuMzI4IDE2NC45MDEgMjQxLjkzMSAxNjYuMTI5IDI0My4yMzVDMTY3LjM3MyAyNDQuNTU1IDE2OS4yNTQgMjQ1LjMxMiAxNzEuNjczIDI0NS40NjVDMTczLjEzNCAyNDUuNTU3IDE3NC4zOTMgMjQ0LjQ0OCAxNzQuNDg1IDI0Mi45ODdDMTc0LjU3NyAyNDEuNTI2IDE3My40NjggMjQwLjI2OCAxNzIuMDA3IDI0MC4xNzZDMTcwLjUyMiAyNDAuMDgyIDE3MC4wNjUgMjM5LjY4IDE2OS45OTIgMjM5LjYwNkMxNzAuMDg0IDIzOC4yMzcgMTY5LjEwNiAyMzcuMDA4IDE2Ny43MjUgMjM2LjgwOVoiIGZpbGw9IiMxNDAwNEIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMTguNDI2IDI3NS43MTNDMTE5LjIxNCAyNzYuOTQ2IDExOC44NTIgMjc4LjU4NSAxMTcuNjE4IDI3OS4zNzJDMTE2LjY3MSAyNzkuOTc3IDExNC42NjkgMjgwLjcyMyAxMTIuMDkzIDI4MC43NThDMTEwLjM5NCAyODAuNzgyIDEwOC42NjMgMjgwLjEyMiAxMDcuNDA3IDI3OS41MjJDMTA2LjA4IDI3OC44ODcgMTA0Ljg5MiAyNzguMTI4IDEwNC4xNjUgMjc3LjU5MUMxMDIuOTg3IDI3Ni43MjIgMTAyLjczNiAyNzUuMDYzIDEwMy42MDUgMjczLjg4NkMxMDQuNDc0IDI3Mi43MDggMTA2LjEzMyAyNzIuNDU3IDEwNy4zMTEgMjczLjMyNkMxMDcuNzk4IDI3My42ODUgMTA4LjY5OSAyNzQuMjY1IDEwOS42OTIgMjc0LjczOUMxMTAuNzU2IDI3NS4yNDggMTExLjU3OCAyNzUuNDY1IDExMi4wMTkgMjc1LjQ1OUMxMTIuODQgMjc1LjQ0NyAxMTMuNTIyIDI3NS4zMjEgMTE0LjAyMiAyNzUuMTc5QzExNC40NjcgMjc1LjA1MyAxMTQuNzEgMjc0LjkzMyAxMTQuNzYgMjc0LjkwOEMxMTQuNzcgMjc0LjkwMyAxMTQuNzcyIDI3NC45MDEgMTE0Ljc2NyAyNzQuOTA1QzExNiAyNzQuMTE4IDExNy42MzkgMjc0LjQ3OSAxMTguNDI2IDI3NS43MTNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTg0LjQ5MSAzMjkuNTU4QzE4My43IDMyOC4zMjcgMTgyLjA2IDMyNy45NzEgMTgwLjgyOSAzMjguNzYzQzE3OS44ODQgMzI5LjM3MSAxNzguMzcgMzMwLjg3OCAxNzcuMjYxIDMzMy4yMDRDMTc2LjUzIDMzNC43MzcgMTc2LjQwNyAzMzYuNTg1IDE3Ni40MjcgMzM3Ljk3N0MxNzYuNDQ4IDMzOS40NDkgMTc2LjY0MyAzNDAuODQ1IDE3Ni44MjYgMzQxLjczQzE3Ny4xMjMgMzQzLjE2MyAxNzguNTI2IDM0NC4wODQgMTc5Ljk1OSAzNDMuNzg3QzE4MS4zOTIgMzQzLjQ5IDE4Mi4zMTMgMzQyLjA4NyAxODIuMDE2IDM0MC42NTRDMTgxLjg5MyAzNDAuMDYxIDE4MS43NDIgMzM5IDE4MS43MjYgMzM3LjlDMTgxLjcwOSAzMzYuNzIgMTgxLjg1NSAzMzUuODgzIDE4Mi4wNDUgMzM1LjQ4NUMxODIuMzk5IDMzNC43NDQgMTgyLjc5OCAzMzQuMTc3IDE4My4xMzYgMzMzLjc4MkMxODMuNDM2IDMzMy40MzEgMTgzLjY0OCAzMzMuMjYgMTgzLjY5MSAzMzMuMjI1QzE4My43IDMzMy4yMTggMTgzLjcwMiAzMzMuMjE3IDE4My42OTYgMzMzLjIyQzE4NC45MjcgMzMyLjQyOCAxODUuMjgzIDMzMC43ODkgMTg0LjQ5MSAzMjkuNTU4WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyOC45MzIgMjQzLjE0OEMxMjguNjQ4IDI0NC41ODQgMTI5LjU4MSAyNDUuOTc4IDEzMS4wMTcgMjQ2LjI2MkMxMzIuNDA4IDI0Ni41MzggMTM1LjM3NCAyNDYuNTIyIDEzOC44MDUgMjQ1LjIzNUMxNDAuOTA1IDI0NC40NDggMTQyLjc5OSAyNDIuNzYgMTQ0LjE5NyAyNDEuMjY3QzE0NS42NSAyMzkuNzE1IDE0Ni44NSAyMzguMDY1IDE0Ny41MzYgMjM2Ljk3NkMxNDguMzE3IDIzNS43MzkgMTQ3Ljk0NyAyMzQuMTAyIDE0Ni43MDkgMjMzLjMyMUMxNDUuNDcxIDIzMi41NDEgMTQzLjgzNCAyMzIuOTExIDE0My4wNTQgMjM0LjE0OUMxNDIuNTI2IDIzNC45ODUgMTQxLjUyNyAyMzYuMzY0IDE0MC4zMjkgMjM3LjY0NEMxMzkuMDc2IDIzOC45ODIgMTM3Ljg2NyAyMzkuOTI3IDEzNi45NDQgMjQwLjI3M0MxMzQuMzMgMjQxLjI1MyAxMzIuMzY1IDI0MS4xMjcgMTMyLjA0NyAyNDEuMDYzQzEzMC42MTEgMjQwLjc3OSAxMjkuMjE3IDI0MS43MTIgMTI4LjkzMiAyNDMuMTQ4WiIgZmlsbD0iIzE0MDA0QiIvPgo8L2c+CjxnIG9wYWNpdHk9IjAuMSI+CjxwYXRoIGQ9Ik00NzUuNDIgMzMxLjIxOEM0NzYuMzg2IDM0MS4wNjEgNDcxLjE2OSAzNTQuMjUgNDYwLjQgMzU5LjMyNEM0NTguNjcxIDM2MC4xMzggNDU4LjMyNyAzNjIuODg0IDQ2MC4wNDYgMzYzLjcxOEM0NzcuMTA5IDM3MS45OTYgNTE1LjEyIDM4OC41NjQgNTI0LjIxNiAzODcuMzE1QzUzMy44OTcgMzg1Ljk4NyA1NTAuNDkyIDM3MS43NjUgNTQ0LjM4NiAzNTIuMzc1QzU0NC4yMDIgMzUxLjc5MiA1NDMuNzQyIDM1MS4zMzIgNTQzLjE2NSAzNTEuMTMyTDQ3OC4zOTcgMzI4LjY0M0M0NzYuODQ3IDMyOC4xMDUgNDc1LjI2IDMyOS41ODYgNDc1LjQyIDMzMS4yMThaIiBmaWxsPSIjNDE2NEVFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDU0Ljg3MyAzODMuNTExQzQ1NC42NCAzODkuNzM5IDQ1Mi45NzYgMzk3LjY4MSA0NDguNzQ3IDQwNC43MzdDNDQ0LjIxNiA0MTIuMjk2IDQzNi43NDYgNDE4LjgwMyA0MjUuMTcgNDIwLjk3N0w0MjEuNTIxIDQyNy4zNjRDNDI1LjQyOSA0MjguMjMgNDMwLjM0NCA0MjcuMTgzIDQzNS41ODkgNDI0LjQ0N0M0NDEuMjY5IDQyMS40ODQgNDQ2LjkxMyA0MTYuNzQ3IDQ1MS4yOTcgNDExLjM0NkM0NTUuNzA1IDQwNS45MTYgNDU4LjY0NSA0MDAuMDU5IDQ1OS4yNjkgMzk0LjkxN0M0NTkuODE3IDM5MC40MDUgNDU4LjYxIDM4Ni40NjMgNDU0Ljg3MyAzODMuNTExWk00NTEuNzk0IDM3OC4yMzRDNDUzLjEyNCAzNzcuMzgxIDQ1NC45NzkgMzc3LjE4IDQ1Ni42MDIgMzc4LjIzNkM0NjMuMTY3IDM4Mi41MDggNDY1LjM0MSAzODguODc1IDQ2NC41MyAzOTUuNTU2QzQ2My43NDMgNDAyLjA0NSA0NjAuMTc1IDQwOC44MTkgNDU1LjQxMSA0MTQuNjg3QzQ1MC42MjMgNDIwLjU4NSA0NDQuNDMxIDQyNS44MTIgNDM4LjA0MSA0MjkuMTQ2QzQzMS43MjMgNDMyLjQ0MiA0MjQuNzc2IDQzNC4xMDIgNDE4Ljc0IDQzMi4wODdDNDE1LjgwMiA0MzEuMTA2IDQxNS4xNTggNDI3LjgxNiA0MTYuMzk4IDQyNS42NDZMNDIwLjcxMSA0MTguMDk4QzQyMS40MjYgNDE2Ljg0NyA0MjIuNjU4IDQxNi4wNDcgNDIzLjk3NiA0MTUuODA4QzQzNC4wMTMgNDEzLjk4NiA0NDAuMzI1IDQwOC40NzkgNDQ0LjIwMSA0MDIuMDEyQzQ0OC4xMjYgMzk1LjQ2NCA0NDkuNTU4IDM4Ny44OTkgNDQ5LjYwMSAzODIuMjMzQzQ0OS42MTQgMzgwLjUzNCA0NTAuNTA3IDM3OS4wNiA0NTEuNzk0IDM3OC4yMzRaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNTE1LjE2MSA0MDcuMzkzQzUwNC41NTMgNDE0LjA5OSA0OTIuMjUzIDQzMC44NjcgNDk4LjQ5OSA0NTIuNTM0TDQ5MS44ODYgNDU3LjcwNkM0ODkuMDI5IDQ1NC43NzMgNDg3LjUwNCA0NDkuODY4IDQ4Ny40NTEgNDQzLjc0M0M0ODcuMzk1IDQzNy4zMjggNDg4Ljk3MSA0MzAuMDY4IDQ5MS43NDcgNDIzLjYwNEM0OTQuNTM5IDQxNy4xMDUgNDk4LjQxNiA0MTEuNzAyIDUwMi43MzYgNDA4LjcxOUM1MDYuNTc3IDQwNi4wNjcgNTEwLjcyNSA0MDUuMzE2IDUxNS4xNjEgNDA3LjM5M1pNNTIxLjExNSA0MDcuNjMzQzUyMS4yNDggNDA2LjA4IDUyMC41OTYgNDA0LjMzNCA1MTguOTA0IDQwMy4zNjlDNTEyLjAzMiAzOTkuNDUyIDUwNS4zMTggNDAwLjQ5NSA0OTkuNzI0IDQwNC4zNThDNDk0LjI4OSA0MDguMTExIDQ4OS44OTIgNDE0LjQ5NCA0ODYuODc4IDQyMS41MTJDNDgzLjg0OCA0MjguNTY1IDQ4Mi4wODggNDM2LjU1IDQ4Mi4xNTEgNDQzLjc4OUM0ODIuMjE0IDQ1MC45NDUgNDg0LjA3NyA0NTcuODgxIDQ4OC44OTUgNDYyLjE3NUM0OTAuNjQzIDQ2My43MzMgNDkzLjA2NyA0NjMuNTEgNDk0LjYyMyA0NjIuMjk0TDUwMi4wOTQgNDU2LjQ1MkM1MDMuNjY2IDQ1NS4yMjIgNTA0LjIxOSA0NTMuMTgxIDUwMy42ODYgNDUxLjM4OEM0OTcuODk2IDQzMS45IDUwOS4zNTkgNDE2LjkxNiA1MTguNzAyIDQxMS40NDFDNTIwLjEzOCA0MTAuNTk5IDUyMC45ODYgNDA5LjEzMyA1MjEuMTE1IDQwNy42MzNaIiBmaWxsPSIjMTQwMDRCIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMzkzLjcxNSAyNzcuMDRMMzg0LjU4MSAyODguNzg0TDM4Ni40OSAzMTUuMjM0TDM5OC44MzkgMzEzLjQ3QzM5OS4wODQgMzEzLjQzNSAzOTkuMzI4IDMxMy40MiAzOTkuNTY5IDMxMy40MjNMNDA1LjM1OSAyODcuMTQ3TDQwMS43MDUgMjc3LjQwM0wzOTMuNzE1IDI3Ny4wNFpNMzgxLjI3NiAzMTYuNjE3TDM4MS4yNzcgMzE2LjYzOEMzODAuMDk5IDMxNy41OSAzNzkuNDExIDMxOS4wOTUgMzc5LjU2NyAzMjAuNzA3TDM4NC43MzIgMzc0LjA3NEMzODQuODM2IDM3NS4xNDcgMzg1LjMwOSAzNzYuMTUxIDM4Ni4wNzIgMzc2LjkxNEw0MjAuNDc2IDQxMS4zMThMNDA3Ljc5OCA0NDUuMTI4TDM4MS40NzMgNDY1LjMxQzM4MS4yMjMgNDY1LjUwMSAzODAuOTk0IDQ2NS43MTcgMzgwLjc4OCA0NjUuOTU1TDM1OC42NTUgNDkxLjQ5M0wzMjAuNTk1IDQ3Ny4xMTVDMzE5LjM0NyA0NzYuNjQ0IDMxNy45NTYgNDc2LjczMSAzMTYuNzc2IDQ3Ny4zNTZMMjg4LjQ3NSA0OTIuMzM4QzI4Ni4zNjIgNDkzLjQ1NyAyODUuNDQyIDQ5NS45OTYgMjg2LjM0NyA0OTguMjA5TDI5My4wODggNTE0LjY4NkMyOTQuMDA2IDUxNi45MzEgMjk2LjQ5NyA1MTguMDkzIDI5OC44MDkgNTE3LjM1NEwzMTguNDU4IDUxMS4wNjZMMzU0LjMxNyA1MzMuMjY0QzM1NS43ODQgNTM0LjE3MyAzNTcuNjM0IDUzNC4xOTQgMzU5LjEyMiA1MzMuMzE5TDQxNi40OCA0OTkuNTc4TDQyOC43NDQgNTQ1LjM2Mkw0MDUuODk5IDU2OS44OTlMMzkwLjA4MiA1NzMuODUzQzM4OC4wNSA1NzQuMzYxIDM4Ni42MDggNTc2LjE2NiAzODYuNTYxIDU3OC4yNjFMMzg1LjczMSA2MTUuNjIxQzM4NS42NzkgNjE3Ljk0OCAzODcuMzU2IDYxOS45NTQgMzg5LjY1NSA2MjAuMzE3TDQwMy4xNzQgNjIyLjQ1MkM0MDUuNjUxIDYyMi44NDMgNDA3Ljk5MiA2MjEuMTk5IDQwOC40NjUgNjE4LjczN0w0MTIuMzUgNTk4LjUzNEw0NjQuMjMgNTc2LjA1M0M0NjUuNjk2IDU3NS40MTcgNDY2LjczNCA1NzQuMDczIDQ2Ni45NzcgNTcyLjQ5M0w0NzcuNjA0IDUwMy40MTlMNDkyLjUyMiA0NjMuMDUxTDUxMy44MSA0NTEuMTNMNTU3Ljc3OCA0NDQuOTc0QzU1OC44MTEgNDQ0LjgzIDU1OS43NjYgNDQ0LjM0MiA1NjAuNDg4IDQ0My41OUw2MDEuMjY2IDQwMS4xMTNDNjAxLjQ5NCA0MDAuODc1IDYwMS42OTEgNDAwLjYyMiA2MDEuODU4IDQwMC4zNTdDNjAxLjkxMiA0MDAuMzAxIDYwMS45NjQgNDAwLjI0MiA2MDIuMDE0IDQwMC4xNzlMNjE4LjEyNSAzODAuMTYzQzYxOC45MzggMzc5LjE1MyA2MTkuMjkyIDM3Ny44NDkgNjE5LjEwMiAzNzYuNTY2TDYxNy4zNzYgMzY0LjkxNEM2MTcuMTM4IDM2My4zMDcgNjE2LjA3OCAzNjEuOTQxIDYxNC41ODEgMzYxLjMxTDYwNi44OSAzNTguMDcyQzYwNS42MTggMzU3LjUzNyA2MDQuMTc0IDM1Ny41OTMgNjAyLjk0OSAzNTguMjI3TDU4OS43IDM2NS4wOEM1ODguODU0IDM2NS41MTggNTg4LjE2MiAzNjYuMjA1IDU4Ny43MTkgMzY3LjA0OUw1NzcuOTA4IDM4NS43MzdDNTc2Ljk4NCAzODUuODI1IDU3Ni4wOSAzODYuMTg4IDU3NS4zNTQgMzg2LjgwNkw1NTQuNDIzIDQwNC4zODlINTIxLjYyTDUxNi4zMDcgMzk2LjEyNkM1MjIuMTU3IDM5NC41NjEgNTI5LjY5OCAzOTEuNjQ4IDUzNi4xNjIgMzg3LjEyNUM1NDIuODg5IDM4Mi40MTcgNTQ4Ljc2NyAzNzUuNzI5IDU0OS44OTEgMzY2LjczNUM1NTEuMjk3IDM1NS40ODggNTQ5LjkwOCAzNDIuOTkzIDU0NC43OTQgMzMyLjQwOEM1MzkuNjQ4IDMyMS43NTcgNTMwLjcxMSAzMTMuMDM1IDUxNy4yMDQgMzA5LjY1OEM1MDQuMTE0IDMwNi4zODUgNDkwLjI2MyAzMDYuODMgNDc4Ljc3NiAzMTAuODU2QzQ2Ny4yODYgMzE0Ljg4NCA0NTcuOTA2IDMyMi42MTIgNDU0LjQzMSAzMzQuMDMxTDQ1NC4xMDggMzM1LjA5QzQ1MS4zNTIgMzQ0LjEzNiA0NDkuMTk4IDM1MS4yMDcgNDQ5LjExMSAzNTcuNjM3QzQ0OS4wMiAzNjQuMzUzIDQ1MS4xNTYgMzcwLjIyMSA0NTYuMzY1IDM3Ny4wMTZMNDQwLjU2IDM3OC45OTJMNDE1LjA1NyAzNTkuNDM5TDQwNC4xMjIgMzE3LjM4M0M0MDQuMTI5IDMxNy4zNTggNDA0LjEzNSAzMTcuMzMyIDQwNC4xNCAzMTcuMzA2TDQxMC41NzYgMjg4LjA5OUM0MTAuNzY5IDI4Ny4yMjIgNDEwLjcwNCAyODYuMzA3IDQxMC4zODkgMjg1LjQ2Nkw0MDYuNTE2IDI3NS4xNEM0MDUuODYzIDI3My4zOTggNDA0LjIzMyAyNzIuMjEyIDQwMi4zNzQgMjcyLjEyOEwzOTMuNjIgMjcxLjczQzM5Mi4xMTIgMjcxLjY2MSAzOTAuNjY1IDI3Mi4zMjkgMzg5LjczOCAyNzMuNTJMMzgwLjI0NCAyODUuNzI3QzM3OS41MzggMjg2LjYzNSAzNzkuMTk0IDI4Ny43NzEgMzc5LjI3NiAyODguOTE3TDM4MS4yNzYgMzE2LjYxN1pNNTgzLjExNiAzODcuMjJMNTk5LjU4MSAzOTMuNTUyQzU5OS44MjcgMzkzLjY0NyA2MDAuMDU4IDM5My43NTkgNjAwLjI3NiAzOTMuODg2TDYxMy44MTggMzc3LjA2MUw2MTIuMTg3IDM2Ni4wNTNMNjA1LjExNCAzNjMuMDc1TDU5Mi4zMTcgMzY5LjY5NEw1ODMuMTE2IDM4Ny4yMlpNNDgwLjUyOSAzMTUuODU4QzQ3MC4xMjMgMzE5LjUwNiA0NjIuMzQ2IDMyNi4yMjUgNDU5LjUwMSAzMzUuNTc0TDQ1OS4zNjggMzM2LjAxMkM0NTYuNDQgMzQ1LjYzMiA0NTQuNDg3IDM1Mi4wNDYgNDU0LjQxMSAzNTcuNzA5QzQ1NC4zMzcgMzYzLjE2NyA0NTYuMDI4IDM2OC4wNzEgNDYxLjEyMyAzNzQuNDk5QzQ2My4zMjEgMzc3LjI3MyA0NjEuODMxIDM4MS42NzQgNDU4LjA1MyAzODIuMTQ2TDQ0MC45NTMgMzg0LjI4NEM0MzkuNzQgMzg0LjQzNSA0MzguNTE2IDM4NC4xMDQgNDM3LjU0NyAzODMuMzZMNDExLjY1NSAzNjMuNTFDNDEwLjgzMiAzNjIuODc5IDQxMC4yNDQgMzYxLjk5MiA0MDkuOTgzIDM2MC45ODlMMzk5LjAxNCAzMTguNzk5TDM4NC45MDIgMzIwLjgxNUwzODkuOTg1IDM3My4zMzFMNDI0LjUyIDQwNy44NjZDNDI1LjgwOSA0MDkuMTU2IDQyNi4yMjYgNDExLjA4IDQyNS41ODYgNDEyLjc4N0w0MTIuNjk1IDQ0Ny4xNjNDNDEyLjM4OSA0NDcuOTc4IDQxMS44NjEgNDQ4LjY5MSA0MTEuMTcgNDQ5LjIyTDM4NC43NSA0NjkuNDc2TDM2Mi4zNjMgNDk1LjMwN0MzNjEuMDg3IDQ5Ni43NzkgMzU5LjAyOCA0OTcuMyAzNTcuMjA2IDQ5Ni42MTFMMzE4Ljk5NyA0ODIuMTc3TDI5MS40NzUgNDk2Ljc0N0wyOTcuNzY1IDUxMi4xMjNMMzE3LjEyOCA1MDUuOTI3QzMxOC40MjQgNTA1LjUxMiAzMTkuODM2IDUwNS42ODYgMzIwLjk5MyA1MDYuNDAyTDM1Ni43NzMgNTI4LjU1MUw0MTQuNTMgNDk0LjU3N0M0MTcuMTc5IDQ5My4wMTkgNDIwLjU4NCA0OTQuNDEzIDQyMS4zNzkgNDk3LjM4Mkw0MzMuOTU3IDU0NC4zMzhDNDM0LjM3MSA1NDUuODg2IDQzMy45NiA1NDcuNTM3IDQzMi44NjggNTQ4LjcxTDQwOS42NDcgNTczLjY1MUM0MDkuMDM0IDU3NC4zMDkgNDA4LjI0NCA1NzQuNzc2IDQwNy4zNzEgNTc0Ljk5NEwzOTEuODQ5IDU3OC44NzVMMzkxLjA0MiA2MTUuMTcxTDQwMy4zNzkgNjE3LjExOUw0MDcuMjExIDU5Ny4xOTZDNDA3LjUwMSA1OTUuNjg3IDQwOC41MTggNTk0LjQxOSA0MDkuOTI4IDU5My44MDhMNDYxLjc5MyA1NzEuMzMzTDQ3Mi4zNzUgNTAyLjU0OUM0NzIuNDIzIDUwMi4yNCA0NzIuNTAxIDUwMS45MzcgNDcyLjYwOSA1MDEuNjQ0TDQ4Ny42MzQgNDYwLjk4OUM0ODguMDE4IDQ1OS45NTEgNDg4Ljc1OCA0NTkuMDg0IDQ4OS43MjQgNDU4LjU0NEw1MTEuMzI3IDQ0Ni40NDZDNTExLjgzIDQ0Ni4xNjQgNTEyLjM4MiA0NDUuOTc4IDUxMi45NTQgNDQ1Ljg5OEw1NTYuODIxIDQzOS43NTdMNTk2Ljc2NSAzOTguMTQ4TDU3OC40NjkgMzkxLjExMUw1NTcuNjUgNDA4LjU5OUM1NTYuODEzIDQwOS4zMDMgNTU1Ljc1NCA0MDkuNjg5IDU1NC42NTkgNDA5LjY4OUg1MjEuMjY1QzUxOS42ODIgNDA5LjY4OSA1MTguMjA5IDQwOC44ODQgNTE3LjM1MyA0MDcuNTUzTDUxMS40MTIgMzk4LjMxMkM1MDkuNjE5IDM5NS41MjIgNTExLjIzMiAzOTEuOTUzIDUxNC4yNjMgMzkxLjE4MkM1MTkuNzg1IDM4OS43NzcgNTI3LjA1NCAzODcuMDI5IDUzMy4xMjMgMzgyLjc4MkM1MzkuMjA1IDM3OC41MjYgNTQzLjc2NiAzNzMuMDAxIDU0NC42MzIgMzY2LjA3N0M1NDUuOTM1IDM1NS42NTMgNTQ0LjYxNCAzNDQuMjE5IDU0MC4wMjIgMzM0LjcxNEM1MzUuNDYxIDMyNS4yNzQgNTI3LjY5MyAzMTcuNzQzIDUxNS45MTggMzE0Ljc5OUM1MDMuNzI2IDMxMS43NTEgNDkwLjkzOSAzMTIuMjA5IDQ4MC41MjkgMzE1Ljg1OFoiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYwNy40OTkgNTAwLjcyNUM3MjEuNTQ2IDUwMC43MjUgODEzLjk5OSA0MDguMjcyIDgxMy45OTkgMjk0LjIyNUM4MTMuOTk5IDE4MC4xNzggNzIxLjU0NiA4Ny43MjUxIDYwNy40OTkgODcuNzI1MUM0OTMuNDUyIDg3LjcyNTEgNDAwLjk5OSAxODAuMTc4IDQwMC45OTkgMjk0LjIyNUM0MDAuOTk5IDQwOC4yNzIgNDkzLjQ1MiA1MDAuNzI1IDYwNy40OTkgNTAwLjcyNVpNNjA3LjQ5OSA1MDQuNzI1QzcyMy43NTUgNTA0LjcyNSA4MTcuOTk5IDQxMC40ODEgODE3Ljk5OSAyOTQuMjI1QzgxNy45OTkgMTc3Ljk2OSA3MjMuNzU1IDgzLjcyNTEgNjA3LjQ5OSA4My43MjUxQzQ5MS4yNDMgODMuNzI1MSAzOTYuOTk5IDE3Ny45NjkgMzk2Ljk5OSAyOTQuMjI1QzM5Ni45OTkgNDEwLjQ4MSA0OTEuMjQzIDUwNC43MjUgNjA3LjQ5OSA1MDQuNzI1WiIgZmlsbD0iIzE0MDA0QiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU3OS41ODIgNzIuNjIxOEM2MjkuODc5IDY1LjE4NDQgNjg0LjcxMSA3My40OTQxIDczMS43MjkgMTEwLjE0OEM3OTUuMTU5IDE1OS41OTYgODIwLjIzNiAyMDUuNDg3IDgyOC4zNzcgMjQ2LjM3NUM4MzUuMDE5IDI3OS43MzUgODMwLjMyOSAzMDkuNjYzIDgyNi4zNzIgMzM0LjkyQzgyNS40OTYgMzQwLjUwOSA4MjQuNjU2IDM0NS44NjggODIzLjk4MyAzNTAuOTg2QzgyMi4wNDggMzY1LjY4OSA4MTIuMSAzODguODQxIDc5NS4yMzcgNDEzLjEzOUM3NzguMzM0IDQzNy40OTMgNzU0LjM0NCA0NjMuMjA0IDcyNC4wOTMgNDgyLjk2MkM2OTMuODMxIDUwMi43MjcgNjU3LjI3OCA1MTYuNTQ4IDYxNS4zMDUgNTE3LjA0NUM1NzMuMzI1IDUxNy41NDMgNTI2LjA3IDUwNC43MTEgNDc0LjQxNiA0NzEuNDA2QzM1Ni4zNjkgMzk1LjI5MyAzNTQuNSAyMTkuOTUgNDU0LjE1NyAxMjkuNzQzQzQ4My40NTcgMTAzLjIyMiA1MjkuMzI0IDgwLjA1MzQgNTc5LjU4MiA3Mi42MjE4Wk01ODAuMTY3IDc2LjU3ODdDNTMwLjY3NSA4My44OTcxIDQ4NS41NDMgMTA2LjcyOSA0NTYuODQyIDEzMi43MDhDMzU4Ljg4MSAyMjEuMzggMzYxLjAyOCAzOTMuNTM4IDQ3Ni41ODMgNDY4LjA0NEM1MjcuNjc5IDUwMC45ODkgNTc0LjE3NSA1MTMuNTMzIDYxNS4yNTcgNTEzLjA0NkM2NTYuMzQ2IDUxMi41NTkgNjkyLjE2OCA0OTkuMDM2IDcyMS45MDYgNDc5LjYxM0M3NTEuNjU1IDQ2MC4xODMgNzc1LjI5IDQzNC44NjQgNzkxLjk1IDQxMC44NThDODA4LjY1IDM4Ni43OTcgODE4LjIwMSAzNjQuMjYxIDgyMC4wMTcgMzUwLjQ2NEM4MjAuNzEgMzQ1LjE5OSA4MjEuNTY0IDMzOS43MzcgODIyLjQ0OCAzMzQuMDhDODI2LjM5NCAzMDguODQ0IDgzMC45NDQgMjc5Ljc0OSA4MjQuNDU0IDI0Ny4xNTZDODE2LjUzOSAyMDcuNDA0IDc5Mi4xMTYgMTYyLjI5NSA3MjkuMjcgMTEzLjMwM0M2ODMuMjg4IDc3LjQ1NjIgNjI5LjYyMSA2OS4yNjYxIDU4MC4xNjcgNzYuNTc4N1oiIGZpbGw9IiMxNDAwNEIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82MDQyXzUyNDI2Ij4KPHJlY3Qgd2lkdGg9IjExOTciIGhlaWdodD0iNjYwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=",self.location).href,l=t,{form:s,modelValue:i,total:c,layout:d,hasPagination:f}=e.toRefs(l),m=n,p=e.ref([]),M=C=>{p.value=C,m("selected-rows",p)},y=e.ref(null),{toggleRowSelection:g}=e.toRefs(l);e.watch(g,C=>{C.length>0&&(C.forEach(_=>{y.value.toggleRowSelection(_)}),m("update:toggleRowSelection",[])),p.value=y.value.getSelectionRows()});const h=()=>{const{pageSize:C,pageNumber:_}=s.value,{length:k}=i.value;let I=C*_;const b=I-C+1;return k<C&&(I+=k-C),I>c.value&&(I=c.value),c.value?`Отображены записи ${b} - ${I} из ${c.value}`:"Нет данных для отображения"},N=C=>m("action",{...s.value,pageSize:C}),D=C=>m("action",{...s.value,pageNumber:C});return(C,_)=>{const k=$6,I=bQ;return e.openBlock(),e.createElementBlock("div",PF,[e.createVNode(e.unref(hm),{locale:e.unref(Vm)},{default:e.withCtx(()=>[e.createVNode(k,e.mergeProps({ref_key:"plTable",ref:y,data:e.unref(i)},e.unref(r),{onSelect:M,onSelectAll:M}),{empty:e.withCtx(()=>[e.renderSlot(C.$slots,"empty",{},()=>[e.createElementVNode("div",VF,[e.createElementVNode("img",{class:"no-data__img",src:e.unref(o),alt:"no data image"},null,8,$F),e.createElementVNode("span",UF,e.toDisplayString(t.noDataText),1)])])]),default:e.withCtx(()=>[e.renderSlot(C.$slots,"default")]),_:3},16,["data"]),e.unref(f)?(e.openBlock(),e.createElementBlock("div",QF,[e.withDirectives(e.createElementVNode("div",{style:{"padding-top":"10px","line-height":"33px"}},e.toDisplayString(e.unref(mo)(p.value.length,["Выбран","Выбрано","Выбрано"]))+" "+e.toDisplayString(p.value.length)+" "+e.toDisplayString(e.unref(mo)(p.value.length,["документ","документа","документов"])),513),[[e.vShow,p.value.length>0||l.showSelected]]),e.createVNode(I,{"current-page":e.unref(s).pageNumber,"onUpdate:currentPage":_[0]||(_[0]=b=>e.unref(s).pageNumber=b),"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",YF,e.toDisplayString(h()),1)):e.createCommentVNode("",!0)]),_:1},8,["current-page","page-size","page-sizes","layout","total","hide-on-single-page"]),e.renderSlot(C.$slots,"actions")])):e.createCommentVNode("",!0)]),_:3},8,["locale"])])}}});const qF={key:0},WF={key:1},HF={key:2},GF={key:3},ZF={name:"PlTableColumn"},KF=Object.assign(ZF,{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=U6;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",qF,e.toDisplayString(r(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="date"?(e.openBlock(),e.createElementBlock("span",WF,e.toDisplayString(n(i[t.prop])),1)):e.createCommentVNode("",!0),t.type=="text"?(e.openBlock(),e.createElementBlock("span",HF,e.toDisplayString(i[t.prop]),1)):e.createCommentVNode("",!0),t.type=="custom"?(e.openBlock(),e.createElementBlock("span",GF,[e.renderSlot(o.$slots,"default",{row:i})])):e.createCommentVNode("",!0)]),_:3},8,["prop","label"])}}}),k4={install(t){t.component("PlTable",FF),t.component("PlTableColumn",KF)}},T4={install(t){t.component("PlTooltip",D4)}};const JF={class:"headers-elements"},XF=e.createElementVNode("div",{class:"img"},null,-1),eq=e.createElementVNode("h6",{class:"pl-upload-plus__header"},"Нажмите или перетащите файлы",-1),tq={class:"pl-upload-plus__comment"},nq={name:"PlUpload"},rq=e.defineComponent({...nq,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 y=m.name.split("."),g=y[y.length-1].toLowerCase();if(r.accept.split(", ").indexOf(g)===-1){p.splice(-1),o("on-file-not-accept",m,p);return}}const M=m.size/1024/1024;if(M>r.fileSize){o("on-file-size-exceeded",m,p,r.fileSize),p.splice(-1);return}if(!M){o("on-file-empty",m),p.splice(-1);return}o("on-change",m,p),o("update:modelValue",p)};return(m,p)=>{const M=W1;return e.openBlock(),e.createBlock(M,e.mergeProps({ref_key:"el",ref:s,action:"#",drag:t.drag,multiple:t.multiple,"auto-upload":!1,"on-change":f,class:"pl-upload-plus"},m.$attrs,{"file-list":l.value,style:d.value,"on-preview":t.onPreview}),{file:e.withCtx(({file:y})=>[e.renderSlot(m.$slots,"file",{file:y})]),default:e.withCtx(()=>[e.createElementVNode("div",JF,[t.header?e.renderSlot(m.$slots,"header",{key:0},()=>[XF]):e.createCommentVNode("",!0),t.main?e.renderSlot(m.$slots,"main",{key:1},()=>[eq,e.createElementVNode("span",tq,"Размер одного файла не более "+e.toDisplayString(t.fileSize)+"МБ",1)]):e.createCommentVNode("",!0)]),e.renderSlot(m.$slots,"footer")]),_:3},16,["drag","multiple","file-list","style","on-preview"])}}});const C4={install(t){t.component("PlUpload",rq)}},oq={class:"headers-elements"},lq=e.createElementVNode("div",{class:"img"},null,-1),aq={name:"PlUploadLegacy"},sq=e.defineComponent({...aq,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,M=>{s.value=M});const d=n;e.onMounted(()=>{r.large&&i.value.$el.querySelector(".el-upload").classList.add("el-upload-big-size")});const f=(M,y,g,h,N)=>y==="POST"?{url:M,method:y,data:g,headers:h,responseType:N}:{url:M,method:y,params:g,headers:h,responseType:N},m=M=>Af(f(M.url,M.method,M.params,M.headers,M.responseType)),p=(M,y)=>{if(!y.length){d("on-files-not-attached",M,y);return}if(!(r.accept==="any"||r.accept==="любой")){const N=M.name.split("."),D="."+N[N.length-1].toLowerCase();if(r.accept.split(", ").indexOf(D)===-1){y.splice(-1),d("on-file-not-accept",M,y);return}}const h=M.size/1024/1024;if(h>r.fileSize){d("on-file-size-exceeded",M,y,r.fileSize),y.splice(-1);return}if(!h){d("on-file-empty",M),y.splice(-1);return}d("on-change",M,y),r.requestConfig&&(l.value=!0,o.value=!0,M&&new FormData().append("file",M.raw),m(r.requestConfig).then(N=>{const D=fo.get(N,r.responseKeys,N.data);d("on-success",D,M,y),D.success&&(y.forEach(C=>{C.status="success"}),d("input",y))}).catch(N=>{console.log(N,"error"),d("on-error",N,M,y)}).finally(()=>{l.value=!1,o.value=!1}))};return(M,y)=>{const g=As,h=W1;return e.openBlock(),e.createBlock(h,e.mergeProps({ref_key:"el",ref:i,action:"#",drag:M.drag,multiple:M.multiple,"auto-upload":!1,"on-change":p,class:"pl-upload"},M.$attrs,{"file-list":s.value}),{file:e.withCtx(({file:N})=>[e.renderSlot(M.$slots,"file",{file:N})]),default:e.withCtx(()=>[e.createElementVNode("div",oq,[M.header?e.renderSlot(M.$slots,"header",{key:0},()=>[lq]):e.createCommentVNode("",!0),M.main?e.renderSlot(M.$slots,"main",{key:1},()=>[e.createElementVNode("span",null,[e.createElementVNode("b",null,"Перетащите сюда файлы (до "+e.toDisplayString(M.fileSize)+" Мбайт) в окно",1),e.createElementVNode("p",null,"Поддерживается формат "+e.toDisplayString(M.accept),1)])]):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"button",{},()=>[e.createVNode(g,{size:"small"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(M.buttonText),1)]),_:1})])]),e.renderSlot(M.$slots,"footer")]),_:3},16,["drag","multiple","file-list"])}}});const _4={install(t){t.component("PlUploadLegacy",sq)}},$m=e.defineComponent({__name:"pl-title1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h5",{class:"typography-title-t1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Tp=t=>{if(t)return typeof t=="string"&&t.includes("calc")||typeof t=="string"&&["px","%","rem","em","vh","vw","dvh","dvw"].includes(t==null?void 0:t.replace(/[0-9]/g,""))?t:`${t}px`},iq=["id"],uq=["id"],Hr=e.defineComponent({__name:"pl-scrollbar",props:{maxHeight:{default:"100%"},height:{default:"100%"},wrapClass:{default:""},viewClass:{default:""},hideScrollThumb:{type:Boolean,default:!1},hideScrollThumbX:{type:Boolean,default:!1},hideScrollThumbY:{type:Boolean,default:!1},offsetRight:{default:"2px"},alwaysShowXThumb:{type:Boolean,default:!0},alwaysShowYThumb:{type:Boolean,default:!0}},emits:["scroll","wheel"],setup(t,{expose:n,emit:r}){e.useCssVars(Te=>({"4a0aa89c":y.value,ba28dc2c:M.value,c5b07070:Te.offsetRight,"4421019e":j.value,"5542752f":k.value,"3baed01f":I.value}));const o=t,l=r,s=bn(),{width:i}=Dn(),c=e.computed(()=>i.value<768),{wrapClass:d,viewClass:f,hideScrollThumb:m}=e.toRefs(o),p=e.ref(!1),M=e.computed(()=>Tp(o.maxHeight)),y=e.computed(()=>Tp(o.height)),g=e.ref(),h=e.ref(),N=e.ref(0),D=e.ref(0),C=e.ref(),_=e.ref(),k=e.computed(()=>{const Te=`${100/C.value*N.value}%`;return Te==="100%"?"0%":Te}),I=e.computed(()=>{const Te=`${100/_.value*D.value}%`;return Te==="100%"?"0%":Te}),b=e.computed(()=>C.value/N.value),w=e.computed(()=>_.value/D.value),E=e.ref(null),j=e.computed(()=>c.value?"3px":"6px");let x,z;e.onMounted(()=>{x=document.getElementById(`${s}-thumbY`),z=document.getElementById(`${s}-thumbX`),e.nextTick(()=>{e.watch(k,()=>{$()}),e.watch(I,()=>{B()})})});const $=(Te=0)=>{x&&(x.style.top=Te/C.value*100+"%")},B=(Te=0)=>{z&&(z.style.left=Te/_.value*100+"%")},W=e.ref(),H=()=>{clearTimeout(W.value),W.value=setTimeout(()=>{p.value=!1,c.value&&(E.value=null)},2e3)},V=Te=>{const Ne=Te.target.scrollTop;$(Ne);const Le=Te.target.scrollLeft;B(Le),l("scroll",Te,{left:Le,top:Ne}),c.value&&(p.value=!0,H())},P=Te=>{l("wheel",Te)},U=(Te=!1)=>{document.querySelectorAll("#pl-scrollbar").forEach(Le=>{[...Le.classList].includes(s)||(Te?Le.children[0].classList.add("hidden"):Le.children[0].classList.remove("hidden"))}),document.body.style.overflow=Te?"hidden":""},A=e.ref(!1);let R=0,K=0,Y=0,se=0;const de=(Te,Ne=!1)=>{const Le=Te.type==="touchstart",We=ze=>{const it=(Le?ze.touches[0]:ze).clientY-R;qe(it*b.value+Y)},ae=ze=>{const it=(Le?ze.touches[0]:ze).clientX-K;pe(it*w.value+se)},le=()=>{A.value=!1,ge(""),Le?(document.removeEventListener("touchmove",We),document.removeEventListener("touchmove",ae),document.removeEventListener("touchend",le),U(),H()):(document.removeEventListener("mousemove",We),document.removeEventListener("mousemove",ae),document.removeEventListener("mouseup",le)),E.value=null};A.value=!0,ge("none"),Ne?(R=Te.clientY||Te.touches[0].clientY,Y=g.value.scrollTop,Le?document.addEventListener("touchmove",We):document.addEventListener("mousemove",We),E.value=!0):(K=Te.clientX||Te.touches[0].clientX,se=g.value.scrollLeft,Le?document.addEventListener("touchmove",ae):document.addEventListener("mousemove",ae),E.value=!1),Le?(clearTimeout(W.value),U(!0),document.addEventListener("touchend",le)):document.addEventListener("mouseup",le)},ge=Te=>{document.body.style.userSelect=Te},ie=()=>{var Te,Ne;C.value=(Te=h.value)==null?void 0:Te.scrollHeight,_.value=(Ne=h.value)==null?void 0:Ne.scrollWidth},ue=()=>{if(g.value){const Te=parseFloat(window.getComputedStyle(g.value).paddingTop||"0"),Ne=parseFloat(window.getComputedStyle(g.value).paddingBottom||"0"),Le=g.value.offsetHeight||0;N.value=Le-Te-Ne,D.value=g.value.offsetWidth||0}},oe=e.computed(()=>N.value<C.value&&(p.value||o.alwaysShowYThumb)),Z=e.computed(()=>D.value<_.value&&(p.value||o.alwaysShowXThumb)),X=(Te,Ne)=>{if(!(c.value||Te.target.closest(".pl-scrollbar__thumb")))if(Ne==="y"){if(!oe.value)return;const Le=Te.offsetY*b.value-N.value/2;qe(Le)}else{if(!Z.value)return;const Le=Te.offsetX*w.value-D.value/2;pe(Le)}},ke=()=>{c.value||(p.value=!0)},xe=()=>{c.value||(p.value=!1)},Ae=e.computed(()=>c.value?"touchstart":"mousedown"),Ve=kp(g),_e=kp(h);e.watch(()=>Ve,()=>{ue()},{deep:!0,immediate:!0}),e.watch(()=>_e,()=>{var Ne;const Te=((Ne=g.value)==null?void 0:Ne.scrollTop)||0;ie(),e.nextTick(()=>{$(Te)})},{deep:!0,immediate:!0});const qe=Te=>{g.value&&g.value.scrollTo({top:Te})},pe=Te=>{g.value&&g.value.scrollTo({left:Te})};return n({setScrollTop:qe,setScrollLeft:pe,scrollTo:Te=>{g.value&&g.value.scrollTo(Te)},showXThumb:Z,isDragging:A}),(Te,Ne)=>{const Le=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:"pl-scrollbar",class:e.normalizeClass(e.unref(s)),onMouseover:ke,onMouseleave:xe},[e.createElementVNode("div",{ref_key:"scrollBar",ref:g,class:e.normalizeClass(["pl-scrollbar__wrap",e.unref(d)]),onScroll:V,onWheel:P},[e.createElementVNode("div",{ref_key:"scrollBarView",ref:h,class:e.normalizeClass(["pl-scrollbar__view",e.unref(f)])},[e.renderSlot(Te.$slots,"default")],2)],34),!e.unref(m)&&!Te.hideScrollThumbY?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pl-scrollbar__bar is-vertical",[{visible:oe.value||A.value},{drag:E.value},{"with-hover":!c.value}]])},[e.createElementVNode("div",e.mergeProps({id:`${e.unref(s)}-thumbY`,class:"pl-scrollbar__thumb"},{[e.toHandlerKey(Ae.value)]:Ne[0]||(Ne[0]=We=>de(We,!0))}),null,16,iq)],2)),[[Le,We=>X(We,"y")]]):e.createCommentVNode("",!0),!e.unref(m)&&!Te.hideScrollThumbX?e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass([[{visible:Z.value||A.value&&E.value===!1},{drag:E.value===!1},{"with-hover":!c.value}],"pl-scrollbar__bar is-horizontal"])},[e.createElementVNode("div",e.mergeProps({id:`${e.unref(s)}-thumbX`,class:"pl-scrollbar__thumb"},{[e.toHandlerKey(Ae.value)]:Ne[1]||(Ne[1]=We=>de(We))}),null,16,uq)],2)),[[Le,We=>X(We,"x")]]):e.createCommentVNode("",!0)],34)}}});const cq={class:"w-100"},dq=["id"],fq={ref:"dialogContainer",class:"dialog-container__content d-flex flex-column"},pq={class:"d-flex gap-3"},mq=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(B=>({"37a06cfa":w.value,af3b2ecc:b.value}));const o=t,l=r,s=e.computed({get:()=>o.modelValue,set:B=>l("update:modelValue",B)}),{padding:i,headerPadding:c,loading:d}=e.toRefs(o),{height:f,width:m}=Dn(),p=e.computed(()=>o.modalOnMobile?!0:m.value>=768),M=e.computed(()=>p.value?o.slide:!1),y=e.computed(()=>p.value?o.widthThis:"100%"),g=e.computed(()=>!p.value),h=e.ref(!1);Kt(window,"mousedown",B=>{const W=B.target;h.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=bn(),D=()=>{s.value=!1,l("changeVisibleModalValue",!0)},C=()=>{b.value="100%",w.value="0.380s",setTimeout(()=>{D()},380)},_=(B=null)=>{var H;let W;B&&(W=(H=B.target.closest("[id]"))==null?void 0:H.id),!(W&&W!==N)&&(h.value||(p.value?D():C()))},k=e.computed(()=>({"--dialog-container-width":/px|rem|em|%/.test(y.value)?y.value:`${y.value}px`,"--dialog-container-height":M.value?"100%":"unset","--dialog-container-padding":p.value?i.value:"16px 0 0","--dialog-container-radius":M.value?"0":"16px","--dialog-header-padding":c.value?c.value:M.value?"0 0 30px 0":"0 0 16px 0"})),I=e.ref(0),b=e.ref("100%"),w=e.ref("0.26s"),E=B=>{var V;const W=(V=(B==null?void 0:B.target).closest("[id]"))==null?void 0:V.id;if(!o.showGrabber||W&&W!==N)return;const H=P=>{if(w.value="0s",!I.value)I.value=P.changedTouches[0].pageY;else{const U=P.changedTouches[0].pageY-I.value;U>=0&&(b.value=`${U}px`)}};document.ontouchmove=P=>{P.target.closest(".dialog-scroll")||(H(P),document.ontouchend=A=>{w.value="0.38s",document.ontouchmove=null,document.ontouchend=null,A.changedTouches[0].pageY-I.value>80?_():b.value="0%"})}},j=e.ref(document.querySelector(`.header-${N}`)),x=e.computed(()=>{var P,U;const B=((P=j.value)==null?void 0:P.offsetHeight)||0,W=f.value-B,H=64,V=((U=j.value)==null?void 0:U.offsetTop)||0;return M.value?`${f.value-V-B}px`:`${W-H-40}px`}),z=e.ref();return n({scrollTop:()=>z.value.setScrollTop(0),closeModalOnMobile:C}),e.watch(()=>o.modelValue,B=>{B?setTimeout(()=>{b.value="0%",j.value=document.querySelector(`.header-${N}`),document.body.classList.add("pl-dialog-overflow-hidden")},10):document.body.classList.remove("pl-dialog-overflow-hidden")},{immediate:!0}),(B,W)=>{const H=$m,V=ho,P=e.resolveDirective("tap"),U=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:B.disabledTeleport},[e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:"standard-modal-dialog","data-locator":"standard-dialog",role:"dialog",style:e.normalizeStyle(k.value),class:e.normalizeClass([B.customClass,"justify-content-end",{"modal-with-custom":B.contentCustomClass},g.value?"mx-4":"",o.modalOnMobile&&"modal-on-mobile"])},[e.createElementVNode("div",cq,[e.createElementVNode("div",{id:e.unref(N),class:"dialog"},[e.createElementVNode("div",{class:e.normalizeClass(["dialog-container ms-auto",[M.value?"":B.simple?"align-self-start ":g.value?"my-16":"mt-16 mx-auto",{"with-grabber":B.showGrabber}]]),onTouchstart:E},[e.createElementVNode("div",fq,[B.showHeader?(e.openBlock(),e.createElementBlock("header",{key:0,class:e.normalizeClass(["d-flex justify-content-between",`header-${e.unref(N)}`])},[e.createVNode(H,{class:"align-self-center"},{default:e.withCtx(()=>[e.renderSlot(B.$slots,"header",{},()=>[e.createTextVNode(" Уведомление ")])]),_:3}),e.createElementVNode("div",pq,[e.renderSlot(B.$slots,"headerBtns"),B.showClose?e.withDirectives((e.openBlock(),e.createBlock(V,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[P,_]]):e.createCommentVNode("",!0)])],2)):e.createCommentVNode("",!0),e.createVNode(Hr,{ref_key:"dialogScroll",ref:z,"max-height":x.value,class:e.normalizeClass(["flex-grow-1 dialog-scroll",B.contentCustomClass])},{default:e.withCtx(()=>[e.renderSlot(B.$slots,"default")]),_:3},8,["max-height","class"])],512)],34)],8,dq)]),e.createElementVNode("div",{class:e.normalizeClass(B.logout?"logout-dialog-background":"dialog-background")},null,2)],6)),[[e.vShow,s.value],[U,e.unref(d)]])],8,["disabled"])}}});const I4={install(t){t.component("PlDialog",mq)}},S4=ft(ho,"PlButton"),gq=["id"],Aa=e.defineComponent({__name:"pl-dropdown",props:{modelValue:{type:Boolean,default:!1},idProp:{},inputElement:{},mobile:{type:Boolean,default:!1},select:{type:Boolean,default:!1},position:{default:""}},setup(t){const{width:n,height:r}=Dn(),o=t;e.watch(()=>o.modelValue,()=>{e.nextTick(()=>{p(),l()})});const l=()=>{if(!o.select)return;const M=document.getElementById(`${o.idProp}`).getBoundingClientRect().width+"px",y=document.getElementById(`${o.idProp}-popup`);y&&(y.style.maxWidth=M)},s=e.ref(!1);Dc&&e.nextTick(()=>{var h,N;const M=((h=document.getElementById("pl-scrollbar"))==null?void 0:h.getElementsByClassName("pl-scrollbar__wrap")[0])||((N=document.querySelector('[role="dialog"]'))==null?void 0:N.parentElement),y=pR(o.inputElement);if(e.watch(()=>y.value,D=>{s.value=y.value,D&&e.nextTick(()=>{l()})}),M&&M.contains(document.getElementById(o.idProp))){const{height:D,width:C}=kp(M),{isScrolling:_,y:k}=vM(M);e.watch(()=>[D.value,C.value,_.value],()=>{p()}),e.watch(()=>k.value,()=>{y.value&&(d.value=k.value)})}if(o.inputElement){const{top:D,left:C}=o4(o.inputElement);e.watch([D,C],()=>{p()},{immediate:!0})}const g=new MutationObserver(()=>{setTimeout(()=>{p()})});g.observe(document.body,{childList:!0,subtree:!0}),e.onUnmounted(()=>{g.disconnect()})});const i=e.ref(0),c=e.ref(0),d=e.ref(0),f=e.computed(()=>`top: ${i.value-d.value}px; left: ${c.value}px`),{isScrolling:m}=vM(window);e.watch(()=>[r.value,n.value,m.value],()=>{p()});const p=()=>{if(o.mobile||!s.value||!o.modelValue)return;const M=document.getElementById(o.idProp),y=M.getBoundingClientRect(),g=M.querySelector('[role="label-container"]'),h=M.querySelector('[role="helpertext-container"]'),N=g?g.offsetHeight:0,D=h?h.offsetHeight:0;i.value=y.y+y.height+window.scrollY+4-D,c.value=y.x,e.nextTick(()=>{const C=document.getElementById(`${o.idProp}-popup`);if(!C)return;const _=C.getBoundingClientRect();if(c.value=y.x-(_.width-y.width)/2,o.position?o.position==="left"?c.value=y.x:o.position==="right"&&(c.value=y.x+y.width-_.width):c.value=y.x-(_.width-y.width)/2,_.bottom+d.value>r.value?i.value=i.value-_.height-y.height-8+D+N+d.value:i.value=y.y+y.height+window.scrollY+4-D+d.value,!o.position){const k=window.innerWidth-_.right;e.nextTick(()=>{const b=document.getElementById(`${o.idProp}-popup`).getBoundingClientRect();k<0?c.value=y.x-_.width+y.width:b.left<0&&(c.value=y.x)})}e.nextTick(()=>{const k=M.getBoundingClientRect().width,I=M.classList.contains("pl-button-dropdown__wrapper");k<240&&!I&&(c.value=y.x+y.width-_.width)})})};return(M,y)=>(e.openBlock(),e.createBlock(e.Transition,{name:"pl-dropdown-fade"},{default:e.withCtx(()=>[o.modelValue&&s.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:`${o.idProp}-popup`,class:"pl-dropdown-wrapper","data-testid":"dropdown",style:e.normalizeStyle(f.value)},[e.renderSlot(M.$slots,"default")],12,gq)):e.createCommentVNode("",!0)]),_:3}))}});const Um=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),x4=t=>`•• ${t.substring(t.length-4,t.length)}`,hq={key:0,class:"pl-option__left-icon-container"},vq={class:"pl-option__text-container"},yq={key:1,class:"pl-option__right-icon-container"},Mq=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=>({"533b5679":t.width,a7117854:t.leftIconColor,e94c574a:t.rightIconColor,"331e5234":t.descriptionColor}));const n=t,r=e.computed(()=>({disabled:n.disabled,active:n.active}));return(o,l)=>{const s=xn,i=tr,c=Um;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-option__container",r.value])},[n.leftIcon?(e.openBlock(),e.createElementBlock("div",hq,[e.createVNode(dt,{name:n.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",vq,[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(Zu,{"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(x4)(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(Zu,{"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",yq,[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(kc)(n.summ)),1)]),_:1})):e.createCommentVNode("",!0),n.rightIcon?(e.openBlock(),e.createBlock(dt,{key:1,name:n.rightIcon},null,8,["name"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],2)}}});const Ku=Rn(Mq,[["__scopeId","data-v-9d6b3036"]]),Nq={width:"64",height:"64",viewBox:"0 0 64 64",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Dq(t,n){return e.openBlock(),e.createElementBlock("svg",Nq,[...n[0]||(n[0]=[e.createElementVNode("path",{id:"StatusIcon",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)])])}const bq={render:Dq},wq={class:"pl-status-icon-container"},E4=e.defineComponent({__name:"pl-status-icon",props:{status:{default:"neutral"},customColors:{}},setup(t){e.useCssVars(i=>({"11bd2a24":o.value}));const n=t,r=e.ref(""),o=e.ref(""),l=e.ref(""),s=i=>{switch(i){case"successful":r.value="var(--color-text-icons-success)",o.value="var(--color-system-surface-success)",l.value="CheckCircle40";break;case"attention":r.value="var(--color-text-icons-warning)",o.value="var(--color-system-surface-warning)",l.value="WarningCircle40";break;case"delete":r.value="var(--color-text-icons-error)",o.value="var(--color-system-surface-error)",l.value="Bin40";break;case"info":r.value="var(--color-text-icons-interactive)",o.value="var(--color-system-surface-interactive)",l.value="CheckCircle40";break;case"neutral":r.value="var(--color-text-icons-primary)",o.value="var(--color-surface-opacity-1)",l.value="WarningCircle40";break;case"custom":r.value=n.customColors.colorIcon,o.value=n.customColors.colorIconOverlay,l.value=n.customColors.icon;break}};return s(n.status),e.watch(()=>n.status,i=>{s(i)}),(i,c)=>(e.openBlock(),e.createElementBlock("div",wq,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(bq)),{class:"pl-status-icon_icon-overlay"})),e.createVNode(dt,{name:l.value,color:r.value,class:"pl-status-icon_icon"},null,8,["name","color"])]))}});const kq=["id"],Tq={class:"pl-dialog-plus-header_icon-block"},Cq={key:2,class:"pl-dialog-plus-header pl-dialog-plus-header__illustration"},_q={key:0,class:"w-100 d-grid gap-1","data-testid":"dialog-title"},Iq={class:"pl-dialog-plus-button-container"},Sq={key:4,class:"pl-dialog-plus-additional pb-4"},_c=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},calendar:{type:Boolean,default:!1}},emits:["update:modelValue","close-modal"],setup(t,{expose:n,emit:r}){e.useCssVars(z=>({"6c396956":f.value,e5326416:C.value,35515194:g.value,"0996a054":y.value,"3112da2c":m.value}));const o=e.useSlots(),{width:l}=Dn(),s=e.computed(()=>l.value<768),i=bn(),c=e.ref(),d=t,f=e.ref(d.width),m=e.ref(""),p=e.computed(()=>d.type==="side"?"p-6":"pt-2 pb-3 px-6"),M=e.computed(()=>d.calendar?"py-4":o.footer?"pt-2 pb-3 px-4":"pt-2 pb-6 px-4");e.onMounted(()=>{d.type==="side"&&(f.value="518px"),m.value="-"+f.value});const y=e.ref("calc(100% + 12px)"),g=e.ref("0.26s"),h=e.ref(0),N=e.ref(""),D=e.ref("100%"),C=e.ref("0px");o.footer?C.value="24px":C.value="0px";const _=()=>{var W,H,V,P,U,A,R;(W=document.getElementById(i))==null||W.scrollTo({top:0}),y.value="0";const z=(V=(H=document.getElementById(i))==null?void 0:H.querySelector(".pl-dialog-plus-header"))==null?void 0:V.getBoundingClientRect().height;let $=(U=(P=document.getElementById(i))==null?void 0:P.querySelector(".pl-dialog-plus-footer"))==null?void 0:U.getBoundingClientRect().height,B=((R=(A=document.getElementById(i))==null?void 0:A.querySelector(".pl-dialog-plus-additional"))==null?void 0:R.getBoundingClientRect().height)+24;B=B||0,$=$||-24,c.value&&c.value.scrollTo({top:0}),s.value?($=$===-24?-48:$,D.value=`calc(100dvh - 145px - ${z}px - ${$}px - ${B}px)`):d.innerScroll?D.value=`calc(100dvh - 200px - ${z}px - ${$+24}px - ${B}px)`:d.type==="side"?D.value=`calc(100dvh - 48px - ${z}px - ${$}px - ${B}px)`:D.value="fit-content"},k=()=>{s.value?N.value="":d.type==="side"?N.value="pl-dialog-plus-right-slide":N.value="pl-dialog-plus-fade",d.modelValue&&_()};k(),e.watch(()=>s.value,()=>{k()});const I=()=>{if(!d.closeOnOverlay)return;const z=$=>{if(g.value="0s",!h.value)h.value=$.changedTouches[0].pageY;else{const B=$.changedTouches[0].pageY-h.value;B>=0&&(y.value=`${B}px`)}};document.ontouchmove=$=>{z($),document.ontouchend=B=>{g.value="0.38s",document.ontouchmove=null,document.ontouchend=null,B.changedTouches[0].pageY-h.value>80?j():y.value="0%"}}},b=e.ref([]),w=()=>{setTimeout(()=>{b.value=[],document.querySelectorAll(".pl-dialog-plus-overlay").forEach($=>{const B=window.getComputedStyle($).getPropertyValue("display");$.classList.remove("dark-overlay"),B==="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,z=>{z||(y.value="calc(100% + 12px)",g.value="0.380s",E("close-modal")),e.nextTick(()=>{w(),z&&(_(),c.value&&c.value.scrollTo({top:0}))})});const E=r,j=()=>{d.beforeClose&&d.beforeClose(),d.manualClose||E("update:modelValue",!1)},x=z=>{if(!d.closeOnOverlay)return;const $=z.target;$===z.currentTarget&&(z.clientX>=$.clientWidth||z.clientY>=$.clientHeight)||j()};return n({closeModal:j}),(z,$)=>{const B=E4,W=$m,H=tr,V=ho,P=Hr,U=e.resolveDirective("tap"),A=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(e.Teleport,{to:"body",disabled:z.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:x},[e.createVNode(P,{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:N.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},{"pl-dialog-plus-container_calendar":d.calendar},d.dialogClass]),onMousedown:$[0]||($[0]=e.withModifiers(()=>{},["stop"]))},[s.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"grabber-overlay",onTouchstart:I},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:I},[e.createElementVNode("div",Tq,[e.createVNode(B,{status:d.status},null,8,["status"])])],32)):d.type==="illustration"?(e.openBlock(),e.createElementBlock("div",Cq,[e.renderSlot(z.$slots,"header",{onTouchstart:I})])):z.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||d.calendar},{"pl-dialog-plus-header_after-disabled":z.$slots.additional}]),onTouchstart:I},[d.showHeader?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[d.title?(e.openBlock(),e.createElementBlock("div",_q,[e.createVNode(W,{color:"var(--color-text-icons-primary)"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.title),1)]),_:1}),d.subTitle?(e.openBlock(),e.createBlock(H,{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",Iq,[e.renderSlot(z.$slots,"headerBtns"),d.showClose?e.withDirectives((e.openBlock(),e.createBlock(V,{key:0,type:"secondary",icon:"Close24","icon-color":"var(--color-text-icons-secondary)",size:"small","data-locator":"closeX",class:"close-dialog"},null,512)),[[U,j]]):e.createCommentVNode("",!0)])],64)):e.createCommentVNode("",!0)],34)):e.createCommentVNode("",!0),z.$slots.additional?(e.openBlock(),e.createElementBlock("div",Sq,[e.renderSlot(z.$slots,"additional")])):e.createCommentVNode("",!0),s.value?(e.openBlock(),e.createBlock(P,{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":D.value}),"max-height":`${d.innerScroll?D.value:"fit-content"}`,"offset-right":"4px","view-class":M.value},{default:e.withCtx(()=>[e.renderSlot(z.$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(P,{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":D.value}),"max-height":`${d.innerScroll?D.value:"fit-content"}`,"view-class":p.value,"offset-right":"4px"},{default:e.withCtx(()=>[e.renderSlot(z.$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":!z.$slots.footer}])},[e.renderSlot(z.$slots,"default")],2))],64)),z.$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(z.$slots,"footer")],2)):e.createCommentVNode("",!0)],34)),[[A,d.loading]]):e.createCommentVNode("",!0)]),_:3},8,["name"])]),_:3},8,["view-class","height"])],42,kq),[[e.vShow,d.modelValue]])]),_:3})],8,["disabled"])}}});const xq=["id"],Eq=e.defineComponent({__name:"pl-button-dropdown",props:{fullWidth:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{default:"secondary"},size:{default:"large"},icon:{default:""},iconColor:{default:""},iconPosition:{default:"right"},nativeType:{default:"button"},loading:{type:Boolean},options:{default:()=>[]},modelValue:{default:""},iconClass:{},noIcon:{type:Boolean,default:!1},sheetTitle:{default:""},position:{default:""}},emits:["select-value","update:modelValue"],setup(t,{emit:n}){const r=e.ref(),o=e.computed(()=>{var b;return(b=r==null?void 0:r.value)==null?void 0:b.isDragging}),l=t,s=bn("id-"),i=e.ref(null),c=e.ref(null),d=e.ref(null),f=e.ref(null),m=e.ref(!1),p=e.computed(()=>l.options&&l.options.length>0),M=e.useSlots(),y=e.computed(()=>{var b,w,E;return l.sheetTitle?l.sheetTitle:(E=(w=(b=M.default())==null?void 0:b[0])==null?void 0:w.children)==null?void 0:E.toString().trim()}),{width:g}=Dn(),h=()=>m.value=!m.value,N=b=>{b.action&&typeof b.action=="function"&&b.action(),I("select-value",b),I("update:modelValue",b.value),b.action||(f.value=b.value),m.value=!1},D=b=>b.value===f.value,C=e.computed(()=>l.noIcon?"":"ChevronDown20"),_=e.computed(()=>m.value?"dropdown-icon pl-button-dropdown_icon_rotate":"dropdown-icon"),k=()=>void(!l.disabled&&h());Ar(i,b=>{c.value&&(d.value&&d.value.contains(b.target)||b.target.className==="pl-scrollbar__thumb"||o.value||(m.value=!1))},{ignore:[c,d]});const I=n;return(b,w)=>{const E=ho,j=Hr,x=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:e.unref(s),ref_key:"buttonRef",ref:i,class:"pl-button-dropdown__wrapper"},[e.createVNode(E,{type:l.type,size:l.size,"full-width":l.fullWidth,icon:C.value,disabled:l.disabled,"icon-color":l.iconColor,"icon-position":l.iconPosition,"icon-class":_.value,"data-testid":"button-dropdown",onClick:k},{default:e.withCtx(()=>[e.renderSlot(b.$slots,"default")]),_:3},8,["type","size","full-width","icon","disabled","icon-color","icon-position","icon-class"]),e.unref(g)<768?(e.openBlock(),e.createBlock(_c,{key:0,ref_key:"dialogRef",ref:d,modelValue:m.value,"onUpdate:modelValue":w[0]||(w[0]=z=>m.value=z),title:y.value},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options,z=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:z.value,active:D(z),description:z.description,summ:z.summ,"left-icon":z.leftIcon,disabled:z.disabled,label:z.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[x,()=>N(z)]])),128))]),_:1},8,["modelValue","title"])):(e.openBlock(),e.createBlock(e.Teleport,{key:1,to:"body"},[p.value?(e.openBlock(),e.createBlock(Aa,{key:0,ref_key:"dropdownRef",ref:c,position:l.position,select:"","model-value":m.value,"id-prop":e.unref(s),"input-element":i.value,"data-testid":"dropdown",class:"pl-select__dropdown-container"},{default:e.withCtx(()=>[e.createVNode(j,{ref_key:"scrollbarRef",ref:r,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options,z=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:z.value,active:D(z),description:z.description,summ:z.summ,"left-icon":z.leftIcon,disabled:z.disabled,label:z.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[x,()=>N(z)]])),128))]),_:1},512)]),_:1},8,["position","model-value","id-prop","input-element"])):e.createCommentVNode("",!0)]))],8,xq)}}});const z4=ft(Eq,"PlButtonDropdown"),j4={install(t){t.component("PlDialogPlus",_c)}},zq=["href","type","target"],jq=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,{"data-testid":"pl-link"}),[e.renderSlot(o.$slots,"default")],16,zq)],2))}});const A4={install(t){t.component("PlLink",jq)}},O4={install(t){t.component("PlScrollbar",Hr)}},hn=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","data-testid":"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","data-testid":"pl-skeleton",style:e.normalizeStyle(r.value),class:e.normalizeClass(`pl-skeleton__${n.variant}`)},null,6))}});const L4={install(t){t.component("PlSkeleton",hn)}},Aq={key:0,class:"pl-skeleton__icon-container"},B4=e.defineComponent({__name:"pl-skeleton-icon",props:{size:{default:16}},setup(t){const n=t,r=e.computed(()=>{const l=n.size;return{minWidth:`${l}px`,minHeight:`${l}px`}}),o=e.computed(()=>({minWidth:"50px",minHeight:"50px"}));return(l,s)=>{const i=hn;return n.size==="56"?(e.openBlock(),e.createElementBlock("div",Aq,[e.createVNode(i,{"border-radius":"16px",style:e.normalizeStyle(o.value)},null,8,["style"])])):(e.openBlock(),e.createBlock(i,{key:1,"border-radius":"48px",style:e.normalizeStyle(r.value)},null,8,["style"]))}}});const P4=ft(B4,"PlSkeletonIcon"),Oq=e.defineComponent({__name:"pl-skeleton-control",props:{width:{default:"100%"},size:{}},setup(t){const n=t,r=e.computed(()=>n.size==="small"?20:24);return(o,l)=>{const s=B4,i=hn;return e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({width:n.width,height:"24px"}),class:"d-flex align-items-center justify-content-between gap-3"},[e.createVNode(s,{size:r.value},null,8,["size"]),e.createVNode(i,{width:"100%",height:"14px"})],4)}}}),V4=ft(Oq,"PlSkeletonControl"),Lq=e.defineComponent({__name:"pl-skeleton-text-cell",props:{width:{default:"100%"},direction:{default:"vertical"},type:{default:"content+description"}},setup(t){const n=t,r=e.computed(()=>n.direction!=="horizontal"),o=e.computed(()=>r.value?"80%":"30%"),l=e.computed(()=>n.type==="subtitle+description"?"24px":r.value?"14px":"16px");return(s,i)=>{const c=hn;return e.openBlock(),e.createElementBlock("div",{style:e.normalizeStyle({width:n.width}),class:e.normalizeClass(["pl-skeleton-text-cell",{"pl-skeleton-text-cell__horizontal gap-8":!r.value}])},[e.createVNode(c,{class:e.normalizeClass(["pl-skeleton-item",{"pl-skeleton-item__subtitle":n.type==="subtitle+description"}]),"border-radius":"48px",width:o.value,height:l.value},null,8,["class","width","height"]),e.createVNode(c,{class:"pl-skeleton-item","border-radius":"48px",width:"100%",height:"14px"})],6)}}});const $4=ft(Lq,"PlSkeletonTextCell"),Bq=e.defineComponent({__name:"pl-skeleton-text",props:{width:{default:"100%"},type:{default:"H1"}},setup(t){const n=t,r={h2:"height-48",h3:"height-40",h4:"height-32",title1:"height-32",title2:"height-32",title3:"height-24",subtitle1:"height-24",subtitle2:"height-24",btn1:"height-24",btn2:"height-24",btn3:"height-20",body1:"height-24",body2:"height-24",body3:"height-24",underline:"height-24",system:"height-20",cap:"height-14",tag:"height-12","type-link":"height-24"},o=e.computed(()=>{const l=`${n.type.toLowerCase()}`;return r[l]||""});return(l,s)=>{const i=hn;return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass([o.value,"d-flex align-items-center"]),style:e.normalizeStyle({width:n.width})},[e.createVNode(i,{class:e.normalizeClass(`pl-skeleton__type-${n.type.toLowerCase()}`),width:n.width},null,8,["class","width"])],6)}}});const U4=ft(Bq,"PlSkeletonText"),Pq=e.defineComponent({__name:"pl-skeleton-button",props:{width:{default:"100%"},type:{default:"primary"},size:{default:"large"}},setup(t){const n=t,r={large:"height-24",medium:"height-24",small:"height-20"},o=e.computed(()=>r[n.size]||"");return(l,s)=>{const i=hn;return n.type==="empty"||n.type==="link"?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass([o.value,"d-flex align-items-center"]),style:e.normalizeStyle({width:n.width})},[n.type==="empty"?(e.openBlock(),e.createBlock(i,{key:0,class:e.normalizeClass(`pl-skeleton__empty-button-${n.size}`),width:n.width},null,8,["class","width"])):(e.openBlock(),e.createBlock(i,{key:1,class:e.normalizeClass(`pl-skeleton__type-${n.type}`),width:n.width},null,8,["class","width"]))],6)):(e.openBlock(),e.createBlock(i,{key:1,class:e.normalizeClass(`pl-skeleton__button-${n.size}`),width:n.width},null,8,["class","width"]))}}}),Q4=ft(Pq,"PlSkeletonButton"),Vq=e.defineComponent({__name:"pl-skeleton-input",props:{width:{default:"100%"},type:{default:"input"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:e.normalizeClass(`pl-skeleton__${n.type}`),width:n.width},null,8,["class","width"])}}}),Y4=ft(Vq,"PlSkeletonInput"),$q=e.defineComponent({__name:"pl-skeleton-tabs",props:{width:{default:"100%"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:"pl-skeleton__tabs",width:n.width},null,8,["width"])}}}),R4=ft($q,"PlSkeletonTabs"),Uq=e.defineComponent({__name:"pl-skeleton-upload",props:{width:{default:"100%"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:"pl-skeleton__upload",width:n.width},null,8,["width"])}}}),F4=ft(Uq,"PlSkeletonUpload"),Qq=e.defineComponent({__name:"pl-skeleton-tags-chips",props:{width:{default:"100%"},type:{default:"tag"},size:{default:"large"}},setup(t){const n=t;return(r,o)=>{const l=hn;return e.openBlock(),e.createBlock(l,{class:e.normalizeClass(`pl-skeleton__${n.type}-${n.size}`),width:n.width},null,8,["class","width"])}}}),q4=ft(Qq,"PlSkeletonTagsChips"),W4={install(t){t.component("PlTooltipPlus",zl)}},Yq={key:0,class:"pl-autocomplete__prefix-container"},Rq={"data-testid":"datePickerDefault",class:"pl-autocomplete__inner-container"},Fq=["id","prop","placeholder","value","disabled"],qq={class:"pl-autocomplete__suffix-container"},Wq=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:""},formatter:{}},emits:["reset","update:modelValue","tabDown","focusEmit"],setup(t,{emit:n}){const r=cR(),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 l.formatter&&e.watch(m,p=>{p&&(m.value=l.formatter(p))}),(p,M)=>{const y=dt;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",Yq,[e.createVNode(y,{name:l.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",Rq,[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:M[0]||(M[0]=g=>{var h;m.value=(h=g.target)==null?void 0:h.value}),onBlur:f,onFocus:d},null,42,Fq)]),e.createElementVNode("div",qq,[!l.disabled&&l.clearable&&m.value?(e.openBlock(),e.createBlock(y,{key:0,name:"Close16",onClick:e.withModifiers(i,["stop"])})):e.createCommentVNode("",!0)])],2)}}});const Hq={key:0,class:"pl-autocomplete__dropdown-count-search-container"},Gq={key:0,class:"pl-autocomplete__dropdown-count-search-container-loading"},Zq=e.defineComponent({__name:"pl-autocomplete-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},loadingSuggestions:{type:Boolean,default:!1},query:{default:""},symbolsCountSearch:{default:3},suggestionList:{default:()=>[]},disableMarkerBottom:{type:Boolean,default:!1},uniqKey:{default:""},selectedValue:{},defaultDropText:{},noData:{},inputElement:{},idProp:{}},emits:["select-value"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var p;return(p=o==null?void 0:o.value)==null?void 0:p.isDragging}),s=t,i=r,c=p=>{i("select-value",p)},d=(p,M)=>p.split(".").reduce((y,g)=>y[g],M),f=p=>s.uniqKey&&d(s.uniqKey,s.selectedValue)&&d(s.uniqKey,p)?d(s.uniqKey,p)===d(s.uniqKey,s.selectedValue):s.selectedValue.bottomText?p.value===s.selectedValue.value&&p.bottomText===s.selectedValue.bottomText:p.value===s.selectedValue.value,m=()=>{var p,M;if(!s.query&&s.defaultDropText)return s.defaultDropText;if(!s.query||((p=s.query)==null?void 0:p.length)<s.symbolsCountSearch)return`Введите минимум ${s.symbolsCountSearch} ${mo(s.symbolsCountSearch,["символ","символа","символов"])} `;if(!s.suggestionList||s.loadingSuggestions)return;if(((M=s.suggestionList)==null?void 0:M.length)===0)return s.noData};return n({isDragging:l}),(p,M)=>{const y=tr,g=Hr,h=e.resolveDirective("loading-plus");return e.openBlock(),e.createBlock(Aa,{"model-value":p.focus,class:"pl-autocomplete__dropdown-container","input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>{var N;return[s.symbolsCountSearch&&(p.loadingSuggestions||!p.query||p.query.length<s.symbolsCountSearch||!((N=s.suggestionList)!=null&&N.length))?(e.openBlock(),e.createElementBlock("div",Hq,[p.loadingSuggestions?e.withDirectives((e.openBlock(),e.createElementBlock("div",Gq,null,512)),[[h,p.loadingSuggestions]]):(e.openBlock(),e.createBlock(y,{key:1,class:"pl-autocomplete__dropdown-count-search-container-text"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(m()),1)]),_:1}))])):(e.openBlock(),e.createBlock(g,{key:1,ref_key:"scrollbarRef",ref:o,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.suggestionList,D=>(e.openBlock(),e.createBlock(Ku,{key:D.value,active:f(D),description:D.bottomText,label:D.value,"search-value":p.query,"disable-marker-bottom":s.disableMarkerBottom,onClick:e.withModifiers(C=>c(D),["stop"])},null,8,["active","description","label","search-value","disable-marker-bottom","onClick"]))),128))]),_:1},512))]}),_:1},8,["model-value","input-element","id-prop"])}}});const Kq=["id"],Jq=["for"],Xq={class:"pl-autocomplete__label-container-text"},e9={key:1,class:"pl-autocomplete__helpertext-container",role:"helpertext-container"},t9=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:""},tooltipWidth:{},formatter:{}},emits:["update:modelValue","fetchDadata","changeValue"],setup(t,{emit:n}){e.useCssVars(b=>({"14f4aa8c":r.width}));const r=t,o=bn("id-"),l=n,s=e.ref([]);if(r.prop){const b=e.inject("errorsState",[]);b&&e.watch(b,()=>{s.value=b.value.filter(w=>w.field===r.prop)},{deep:!0})}const i=e.computed(()=>s.value.length),c=e.ref(),d=e.ref();Ar(c,b=>{b.target.className==="pl-scrollbar__thumb"||d.value.isDragging||y()},{ignore:[d]});const f=()=>{const b=document.getElementById(o);b&&(b.dispatchEvent(new Event("focus")),b.focus(),g.value=!0)},m=(b=!0)=>{const w=document.getElementById(o);w&&(w.dispatchEvent(new Event("blur")),b&&(w.blur(),g.value=!1))},p=()=>{g.value=!0},M=()=>{r.disabled||f()},y=()=>{var b;g.value&&(r.memoryBlur?I():(b=D.value)!=null&&b.value?e.nextTick(()=>{N.value=D.value.value}):N.value="",m())},g=e.ref(!1),h=e.ref(!1),N=e.ref("");e.watch(N,b=>{(b==null?void 0:b.length)>=r.symbolsCountSearch?(h.value=!0,l("fetchDadata",b)):h.value=!1}),e.watch(()=>r.suggestionList,()=>{h.value=!1});const D=e.computed({get:()=>r.modelValue,set:b=>{l("update:modelValue",b)}});e.onMounted(()=>{D.value.value&&(N.value=D.value.value)}),e.watch(D,b=>{N.value=b.value;const w=document.getElementById(o);w&&w.dispatchEvent(new Event("change"))},{deep:!0});const C=e.ref(!1),_=b=>{b.disabled||(C.value=!0,D.value=b,N.value=b.value,l("changeValue",b),y())},k=()=>{D.value={},N.value="",l("changeValue",{}),m()},I=()=>{!C.value&&N.value!==D.value.value&&(D.value={value:N.value,data:!1,bottomText:""},e.nextTick(()=>{l("changeValue",D.value)})),C.value=!1};return(b,w)=>{const E=xn,j=zl,x=tr;return e.openBlock(),e.createElementBlock("div",{class:"pl-autocomplete__wrapper",onClick:M},[e.createElementVNode("div",{id:`pl-autocomplete__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:c,class:"pl-autocomplete__select-container"},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",{key:0,for:e.unref(o),class:"pl-autocomplete__label-container",role:"label-container",onClick:w[0]||(w[0]=z=>g.value&&m(!1))},[e.createElementVNode("div",Xq,[r.label?(e.openBlock(),e.createBlock(E,{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(E,{key:1,class:"pl-autocomplete__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||b.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(j,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(b.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],8,Jq)):e.createCommentVNode("",!0),e.createVNode(Wq,{id:e.unref(o),modelValue:N.value,"onUpdate:modelValue":w[1]||(w[1]=z=>N.value=z),"show-error":i.value,placeholder:r.placeholder,formatter:r.formatter,disabled:r.disabled,clearable:r.clearable,"left-icon":r.leftIcon,"memory-blur":r.memoryBlur,prop:r.prop,"input-class":r.inputClass,onTabDown:y,onReset:k,onFocusEmit:p},null,8,["id","modelValue","show-error","placeholder","formatter","disabled","clearable","left-icon","memory-blur","prop","input-class"]),r.helpertext||s.value.length>0?(e.openBlock(),e.createElementBlock("div",e9,[s.value.length>0?(e.openBlock(),e.createBlock(x,{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(x,{key:1,class:"pl-autocomplete__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],8,Kq),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(Zq,{id:e.unref(o),ref_key:"dropdownRef",ref:d,"id-prop":`pl-autocomplete__select-container-${e.unref(o)}`,"input-element":c.value,focus:g.value,helpertext:r.helpertext,errors:s.value,"loading-suggestions":h.value,query:N.value,"symbols-count-search":r.symbolsCountSearch,"suggestion-list":r.suggestionList,"disable-marker-bottom":r.disableMarkerBottom,"uniq-key":r.uniqKey,"selected-value":D.value,"default-drop-text":r.defaultDropText,"no-data":r.noData,onSelectValue:_},null,8,["id","id-prop","input-element","focus","helpertext","errors","loading-suggestions","query","symbols-count-search","suggestion-list","disable-marker-bottom","uniq-key","selected-value","default-drop-text","no-data"])]))])}}});const H4={install(t){t.component("PlAutocomplete",t9)}},Qm=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=xn,s=tr;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 n9="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC44OTQ5IDMuNDM0NTFDMTUuMjA3MyAzLjc0NjkzIDE1LjIwNzMgNC4yNTM0NiAxNC44OTQ5IDQuNTY1ODhMNi4xNzI2NCAxMy4yODgxQzYuMDIyNiAxMy40MzgxIDUuODE5MSAxMy41MjI0IDUuNjA2OTEgMTMuNTIyNEM1LjM5NDcyIDEzLjUyMjQgNS4xOTEyMyAxMy40MzgxIDUuMDQxMjEgMTMuMjg4TDEuMTAxNDMgOS4zNDcyOUMwLjc4OTA1MiA5LjAzNDgzIDAuNzg5MTEzIDguNTI4MyAxLjEwMTU3IDguMjE1OTJDMS40MTQwMyA3LjkwMzUzIDEuOTIwNTYgNy45MDM1OSAyLjIzMjk0IDguMjE2MDVMNS42MDcwMyAxMS41OTA5TDEzLjc2MzUgMy40MzQ1MUMxNC4wNzU5IDMuMTIyMDkgMTQuNTgyNCAzLjEyMjA5IDE0Ljg5NDkgMy40MzQ1MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=",r9="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy44MDQ2IDQuMTM2MTdDMTQuMDk3NSA0LjQyOTA3IDE0LjA5NzUgNC45MDM5NCAxMy44MDQ2IDUuMTk2ODNMNi41MzYxMyAxMi40NjUzQzYuMzk1NDYgMTIuNjA2IDYuMjA0NjggMTIuNjg1IDYuMDA1NzUgMTIuNjg1QzUuODA2ODMgMTIuNjg1IDUuNjE2MDUgMTIuNjA1OSA1LjQ3NTQxIDEyLjQ2NTNMMi4xOTIyNiA5LjE4MTMzQzEuODk5NCA4Ljg4ODQgMS44OTk0NiA4LjQxMzUzIDIuMTkyMzkgOC4xMjA2N0MyLjQ4NTMyIDcuODI3ODEgMi45NjAxOSA3LjgyNzg3IDMuMjUzMDUgOC4xMjA4TDYuMDA1ODYgMTAuODc0M0wxMi43NDQgNC4xMzYxN0MxMy4wMzY5IDMuODQzMjggMTMuNTExOCAzLjg0MzI4IDEzLjgwNDYgNC4xMzYxN1oiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=",o9="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTIgMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMC44QzAgMC4zNTgxNzIgMC4zMTYwMzQgMCAwLjcwNTg4MiAwSDExLjI5NDFDMTEuNjg0IDAgMTIgMC4zNTgxNzIgMTIgMC44QzEyIDEuMjQxODMgMTEuNjg0IDEuNiAxMS4yOTQxIDEuNkgwLjcwNTg4MkMwLjMxNjAzNCAxLjYgMCAxLjI0MTgzIDAgMC44WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+",l9="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTAgMiIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMC43NUMwIDAuMzM1Nzg2IDAuMjkxOTg4IDAgMC42NTIxNzQgMEg5LjM0NzgzQzkuNzA4MDEgMCAxMCAwLjMzNTc4NiAxMCAwLjc1QzEwIDEuMTY0MjEgOS43MDgwMSAxLjUgOS4zNDc4MyAxLjVIMC42NTIxNzRDMC4yOTE5ODggMS41IDAgMS4xNjQyMSAwIDAuNzVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=",a9=["src"],s9=["src"],i9={key:0},u9=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"?n9:r9),i=e.computed(()=>r.size==="medium"?o9:l9),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,a9)):r.isIndeterminate?(e.openBlock(),e.createElementBlock("img",{key:1,src:i.value,alt:"Check"},null,8,s9)):e.createCommentVNode("",!0)],2),r.label?(e.openBlock(),e.createElementBlock("label",i9,[e.createVNode(Qm,{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 fa=Rn(u9,[["__scopeId","data-v-ba799a72"]]),G4={install(t){t.component("PlCheckboxPlus",fa)}};var Z4={exports:{}};(function(t,n){(function(r,o){t.exports=o()})(Yt,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(),M=!!p.u(m)||m;if(p.p(f)===o){var y=this.quarter()-1;return M?this.month(3*y).startOf(r).startOf("day"):this.month(3*y+2).endOf(r).endOf("day")}return d.bind(this)(f,m)}}})})(Z4);var c9=Z4.exports;const K4=Mn(c9),Cp=["Пн","Вт","Ср","Чт","Пт","Сб","Вс"],Ur=t=>t.includes(" – ")?ee(t.split(" – ")[0],"DD.MM.YYYY",!0).isValid()&&ee(t.split(" – ")[1],"DD.MM.YYYY",!0).isValid():ee(t,"DD.MM.YYYY",!0).isValid(),_p=t=>ee().date()===t.day&&ee().month()===t.month&&ee().year()===t.year,Ym=(t,n)=>{const r=`${t.year}-${t.month+1}-${t.day}`;return n(r)},Pn=t=>ee(`${t.year}-${(t.month+1).toString().padStart(2,"0")}-${t.day.toString().padStart(2,"0")}`),ca=t=>t.charAt(0).toUpperCase()+t.slice(1),J4=t=>t.set("date",1).subtract(1,"month"),X4=t=>t.set("date",1).add(1,"month"),eD=t=>t.set("date",1).subtract(1,"year"),tD=t=>t.set("date",1).add(1,"year"),nD=(t,n)=>t.type!=="previous"&&t.type!=="next"&&!Ym(t,n),Po=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]},d9={class:"d-flex"},f9={class:"pl-date-picker-range__calendar"},p9={class:"pl-date-picker-range__switcher"},m9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},g9={class:"pl-date-picker-range__switcher-text"},h9={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},v9={class:"pl-date-picker-range__days-container"},y9=["onMouseenter"],M9=e.defineComponent({__name:"PlDatePickerWrapper",props:e.mergeModels({modelValue:{default:null},isOpen:{type:Boolean},dateValue:{default:""},inputElement:{},idProp:{default:""},mobile:{type:Boolean,default:!1},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{}},{isOpen:{type:Boolean},isOpenModifiers:{},dateValue:{},dateValueModifiers:{},modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["update:modelValue","update:isOpen","update:dateValue","closePickerOnMobile"],["update:isOpen","update:dateValue","update:modelValue"]),setup(t,{expose:n,emit:r}){const{width:o}=Dn();ee.locale("ru"),ee.extend(Bm),ee.extend(Pm),ee.extend(K4);const l=t,s=r,i=e.useModel(t,"isOpen"),c=e.useModel(t,"dateValue"),d=e.useModel(t,"modelValue");e.watch(d,x=>{f(x,!0)}),e.onMounted(()=>{f(l.modelValue)});const f=(x,z=!1)=>{ee(x,"YYYY-MM-DD",!0).isValid()&&!l.disabledDate(x)?(c.value=ee(x,"YYYY-MM-DD").format("DD.MM.YYYY"),z&&(h.value=ee(d.value,"YYYY-MM-DD"))):c.value=""},m=x=>Pn(x).format("YYYY-MM-DD")===l.modelValue,p=()=>{h.value=N.value,c.value=N.value.format("DD.MM.YYYY"),d.value=h.value.format("YYYY-MM-DD"),o.value>=768?i.value=!1:s("closePickerOnMobile")},M=()=>{i.value=!0},y=x=>Ym(x,l.disabledDate),g=x=>nD(x,l.disabledDate),h=e.ref(ee()),N=e.ref(ee()),D=e.ref(ee()),C=()=>{ee(c.value,"DD.MM.YYYY",!0).isValid()||(c.value="",d.value="")},_=()=>{h.value=J4(h.value)},k=()=>{h.value=X4(h.value)},I=()=>{h.value=eD(h.value)},b=()=>{h.value=tD(h.value)};e.watch(i,()=>{ee(d.value,"YYYY-MM-DD",!0).isValid()?h.value=ee(d.value,"YYYY-MM-DD"):h.value=D.value}),e.onBeforeUnmount(()=>{ee(d.value,"YYYY-MM-DD",!0).isValid()?h.value=ee(d.value,"YYYY-MM-DD"):h.value=D.value});const w=e.ref(Po(h.value)),E=e.ref(Po(h.value.add(1,"month"))),j=x=>{g(x)&&(N.value=Pn(x),p())};return n({openPopup:M,checkInput:C}),e.watch(h,()=>{w.value=Po(h.value),E.value=Po(h.value.add(1,"month"))}),(x,z)=>{const $=dt,B=Gs,W=xn,H=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":i.value,"input-element":l.inputElement,"id-prop":x.idProp,class:"pl-date-picker-range__popup"},{default:e.withCtx(()=>[e.createElementVNode("div",d9,[e.createElementVNode("div",f9,[e.createElementVNode("div",p9,[e.createElementVNode("div",m9,[l.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[H,I]]):e.createCommentVNode("",!0),l.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[H,_]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",g9,[e.createVNode(B,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(h.value.format("MMMM"))),1)]),_:1}),e.createVNode(B,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(h.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",h9,[l.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[H,k]]):e.createCommentVNode("",!0),l.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock($,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[H,b]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",v9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(V,P)=>(e.openBlock(),e.createElementBlock("div",{key:P,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,(V,P)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${P}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",g(V),{"pl-date-picker-range__days_disabled":y(V)},{"pl-date-picker-range__days_month-active":(d.value&&d.value.length||c.value)&&m(V)&&V.type==="current"&&!y(V)},{"pl-date-picker-range-cursor-default":V.type==="previous"||V.type==="next"}]),onMouseenter:U=>g(V)},[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(_p)(V)&&g(V)}])},[e.createVNode(W,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(V.type!=="previous"&&V.type!=="next"?V.day:""),1)]),_:2},1024)],2)],42,y9)),[[H,()=>j(V)]])),128))])])])]),_:1},8,["model-value","input-element","id-prop"])}}});const bM=Rn(M9,[["__scopeId","data-v-2fc282cc"]]),N9=["id"],D9=e.defineComponent({__name:"pl-date-picker-plus",props:e.mergeModels({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},tooltipWidth:{}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["changeOpen","blur","change"],["update:modelValue"]),setup(t,{expose:n,emit:r}){const o=bn("id-"),{width:l}=Dn(),s=t,i=e.ref(null),c=e.ref();e.onMounted(()=>{d()});const d=()=>{e.nextTick(()=>{ee(s.modelValue,"YYYY-MM-DD",!0).isValid()&&!s.disabledDate(s.modelValue)?p.value=ee(s.modelValue,"YYYY-MM-DD").format("DD.MM.YYYY"):(p.value="",m.value="")})};Ar(i,()=>{l.value>=768&&setTimeout(()=>{M.value=!1})},{ignore:[c]});const f=r,m=e.useModel(t,"modelValue");e.watch(()=>m.value,I=>{d(),f("change",I)});const p=e.ref(""),M=e.ref(!1),y=e.ref(!1),g=e.ref(),h=e.ref();e.watch(()=>y.value,(I,b)=>{b&&!I&&(h.value.blurInput(!0),f("blur"))}),e.watch(()=>p.value,I=>{ee(I,"DD.MM.YYYY",!0).isValid()&&(m.value=ee(I,"DD.MM.YYYY",!0).format("YYYY-MM-DD"))}),e.watch(()=>M.value,(I,b)=>{b&&!I&&(h.value.blurInput(!0),f("blur")),f("changeOpen",I)});const N=()=>{h.value.blurInput(!0),m.value=null,setTimeout(()=>{D(),l.value>=768&&h.value.focusInput()},100)},D=()=>{s.disabled||(l.value<768&&h.value.blurInput(!1),M.value=!0)},C=()=>{c.value&&e.nextTick(()=>{c.value.checkInput()})},_=()=>{M.value=!1},k=()=>{M.value=!1};return n({openPopup:D}),(I,b)=>{const w=Cc,E=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${e.unref(o)}`,ref_key:"datePickerRef",ref:i,class:"pl-date-picker-range",style:e.normalizeStyle(`width: ${s.width}`)},[I.showInput?e.withDirectives((e.openBlock(),e.createBlock(w,{key:0,ref_key:"inputPickerRef",ref:h,modelValue:p.value,"onUpdate:modelValue":b[0]||(b[0]=j=>p.value=j),prop:I.prop,label:I.label,optional:I.optional,placeholder:I.placeholder,helpertext:I.helpertext,tooltip:I.tooltip,"tooltip-width":I.tooltipWidth,width:I.width,clearable:I.clearable,disabled:I.disabled,class:"date-picker-input","custom-blur":"","disable-trim":"","icon-pointer":"","right-icon":"Calendar24",onFocus:b[1]||(b[1]=()=>{D()}),onKeydown:e.withKeys(_,["tab"]),onCustomBlur:C,onResetValue:N},e.createSlots({_:2},[I.$slots["tooltip-text"]?{name:"tooltip-text",fn:e.withCtx(()=>[e.renderSlot(I.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(I.tooltip),1)])]),key:"0"}:void 0]),1032,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","tooltip-width","width","clearable","disabled"])),[[E,"##.##.####"]]):e.createCommentVNode("",!0),e.unref(l)<768?(e.openBlock(),e.createBlock(_c,{key:1,ref_key:"pickerDialog",ref:g,modelValue:M.value,"onUpdate:modelValue":b[5]||(b[5]=j=>M.value=j),title:"Календарь",calendar:""},{default:e.withCtx(()=>[e.createVNode(bM,{ref_key:"pickerWrapper",ref:c,modelValue:m.value,"onUpdate:modelValue":b[2]||(b[2]=j=>m.value=j),isOpen:M.value,"onUpdate:isOpen":b[3]||(b[3]=j=>M.value=j),dateValue:p.value,"onUpdate:dateValue":b[4]||(b[4]=j=>p.value=j),"month-switch":I.monthSwitch,"year-switch":I.yearSwitch,"input-element":h.value,mobile:"","disabled-date":I.disabledDate,onClosePickerOnMobile:k},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","input-element","disabled-date"])]),_:1},8,["modelValue"])):(e.openBlock(),e.createBlock(e.Teleport,{key:2,to:"body"},[e.createVNode(bM,{ref_key:"pickerWrapper",ref:c,modelValue:m.value,"onUpdate:modelValue":b[6]||(b[6]=j=>m.value=j),isOpen:M.value,"onUpdate:isOpen":b[7]||(b[7]=j=>M.value=j),dateValue:p.value,"onUpdate:dateValue":b[8]||(b[8]=j=>p.value=j),"month-switch":I.monthSwitch,"year-switch":I.yearSwitch,"disabled-date":I.disabledDate,"input-element":h.value,"id-prop":`pl-date-picker-range-${e.unref(o)}`},null,8,["modelValue","isOpen","dateValue","month-switch","year-switch","disabled-date","input-element","id-prop"])]))],12,N9)}}});const b9={key:0,"data-testid":"periodList",class:"pl-date-picker-range__period-list"},w9={class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarCurrent"},k9={class:"pl-date-picker-range__switcher"},T9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_left"},C9={class:"pl-date-picker-range__switcher-text","data-testid":"monthCurrent"},_9={class:e.normalizeClass(["pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"])},I9={class:"pl-date-picker-range__days-container"},S9=["onMouseenter"],x9={key:0,class:"pl-date-picker-range__calendar","data-testid":"datePickerCalendarNext"},E9={class:"pl-date-picker-range__switcher"},z9={class:"pl-date-picker-range__switcher-text","data-testid":"monthNext"},j9={class:"pl-date-picker-range__switcher-icons pl-date-picker-range__switcher-icons_right"},A9={class:"pl-date-picker-range__days-container"},O9=["onMouseenter"],la="pl-date-picker-range__days_month-range-left",us="pl-date-picker-range__days_month-range-right",wM="pl-date-picker-range__days_month-circle",L9=e.defineComponent({__name:"PlDatePickerRangeWrapper",props:e.mergeModels({modelValue:{default:()=>[]},periods:{type:Boolean,default:!1},periodOptions:{default:()=>[]},isOpen:{type:Boolean,default:!1},dateValue:{default:""},inputElement:{},idProp:{default:""},mobile:{type:Boolean,default:!1},monthSwitch:{type:Boolean,default:!0},yearSwitch:{type:Boolean,default:!0},disabledDate:{}},{modelValue:{},modelModifiers:{},isOpen:{type:Boolean},isOpenModifiers:{},dateValue:{},dateValueModifiers:{}}),emits:["update:modelValue","update:isOpen","update:dateValue"],setup(t,{expose:n}){const{width:r}=Dn();ee.locale("ru"),ee.extend(Bm),ee.extend(Pm),ee.extend(K4);const o=t,l=e.useModel(t,"modelValue"),s=e.useModel(t,"isOpen"),i=e.useModel(t,"dateValue"),c=()=>{s.value=!0},d=[{label:"Сегодня",key:"today",value:[ee(),ee()]},{label:"Вчера",key:"yesterday",value:[ee().subtract(1,"d"),ee().subtract(1,"d")]},{label:"Последние 30 дней",key:"last30",value:[ee().subtract(29,"d"),ee()]},{label:"Текущий квартал",key:"currentQuarter",value:[ee().startOf("quarter"),ee().endOf("quarter")]},{label:"Текущий месяц",key:"currentMonth",value:[ee().startOf("month"),ee().endOf("month")]},{label:"Текущий год",key:"currentYear",value:[ee().startOf("year"),ee().endOf("year")]}],f=pe=>{o.disabledDate(ee(pe[0]).format("YYYY-MM-DD"))||o.disabledDate(ee(pe[1]).format("YYYY-MM-DD"))||(D.value=pe,k(D.value),y.value=D.value[0])},m=pe=>!V&&D.value.length&&ee(pe[0]).format("YYYY-MM-DD")===ee(D.value[0]).format("YYYY-MM-DD")&&ee(pe[1]).format("YYYY-MM-DD")===ee(D.value[1]).format("YYYY-MM-DD"),p=pe=>Ym(pe,o.disabledDate),M=pe=>nD(pe,o.disabledDate),y=e.ref(ee()),g=e.ref(ee()),h=e.ref(ee()),N=e.ref(ee()),D=e.ref([]);e.watch(l,pe=>{pe&&pe.length===2&&_(pe)});const C=()=>{y.value=N.value,Ur(i.value)?(h.value=ee(i.value.split(" – ")[1].split(".").reverse().join("-")),g.value=ee(i.value.split(" – ")[0].split(".").reverse().join("-")),D.value=[g.value,h.value]):(h.value=ee(),g.value=ee(),D.value=[]),w(),y.value=g.value};e.onMounted(()=>{l.value&&l.value.length===2&&_(l.value),C()}),e.watch(i,pe=>{Ur(pe)?(pe.split(" – ").length===2&&(g.value=ee(pe.split(" – ")[0].split(".").reverse().join("-")),h.value=ee(pe.split(" – ")[1].split(".").reverse().join("-")),D.value=[g.value,h.value],k(D.value),y.value=D.value[0]),g.value.isAfter(h.value)&&(h.value=D.value[0],g.value=D.value[1],D.value=[g.value,h.value],k(D.value))):(h.value=ee(),g.value=ee(),k()),w()});const _=pe=>{if(pe&&pe.length===2){const Re=ee(pe[0]).format("YYYY-MM-DD").split("-").reverse().join("."),Te=ee(pe[1]).format("YYYY-MM-DD").split("-").reverse().join("."),Ne=`${Re} – ${Te}`;Ur(Ne)?i.value=Ne:l.value=[]}},k=(pe=[])=>{if(pe.length===2){const Re=[pe[0].format("YYYY-MM-DD"),pe[1].format("YYYY-MM-DD")];o.disabledDate(Re[0])||o.disabledDate(Re[1])||!Re[0]||!Re[1]?l.value=[]:l.value=Re}},I=pe=>{Ur(pe.target.value)&&(ee(pe.target.value.split(".").reverse().join("-")).isBefore(h.value)&&(g.value=ee(pe.target.value.split(".").reverse().join("-"))),D.value=[g.value,h.value],w())},b=()=>{!Ur(i.value)&&!s.value&&e.nextTick(()=>{i.value=""})},w=()=>{P={day:g.value.date(),month:g.value.month(),year:g.value.year()},U={day:h.value.date(),month:h.value.month(),year:h.value.year()},qe(U,!1),V=!1},E=()=>{y.value=J4(y.value)},j=()=>{y.value=X4(y.value)},x=()=>{y.value=eD(y.value)},z=()=>{y.value=tD(y.value)},$=(pe,Re)=>Re.date()===pe.day&&Re.month()===pe.month&&Re.year()===pe.year,B=pe=>D.value.length===2?$(pe,g.value)||$(pe,h.value):$(pe,g.value),W=pe=>{const Re=h.value.isAfter(g.value),Te=h.value.isSame(g.value,"day");if(D.value.length===2){if(!Te){if($(pe,g.value))return Re?la:us;if($(pe,h.value))return Re?us:la}}else return};e.watch(s,()=>{y.value=N.value,C()});const H=()=>{y.value=g.value,D.value.length===0||D.value.length===1?N.value=g.value:N.value=h.value,g.value.isAfter(h.value)?i.value=h.value.format("DD.MM.YYYY")+" – "+g.value.format("DD.MM.YYYY"):i.value=g.value.format("DD.MM.YYYY")+" – "+h.value.format("DD.MM.YYYY"),e.nextTick(()=>{s.value=!1})};let V,P,U;const A=e.ref(Po(y.value)),R=e.ref(Po(y.value.add(1,"month"))),K=pe=>{pe.type!=="previous"&&pe.type!=="next"&&(V?(h.value=Pn(pe),Y(pe,1),H()):(g.value=Pn(pe),Y(pe,0)))},Y=(pe,Re)=>{V=!Re,Re||(D.value=[],P=pe,U=pe),pe.type!=="previous"&&pe.type!=="next"&&(qe(pe,!1),D.value[Re]=Pn(pe))},se=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first")),de=e.computed(()=>document.getElementsByClassName("pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second")),ge=e.computed(()=>o.periodOptions.length===0?d:d.filter(pe=>o.periodOptions.includes(pe.key))),ie=(pe,Re)=>Pn(pe).isSame(Pn(Re)),ue=(pe,Re)=>Pn(pe).isAfter(Pn(Re)),oe=(pe,Re)=>Pn(pe).isBefore(Pn(Re)),Z=(pe,Re,Te)=>Pn(pe).isBetween(Pn(Re),Pn(Te));let X=!1,ke=!1,xe=!1,Ae=!1,Ve=[],_e=0;const qe=(pe,Re)=>{if(V){_e=0,Ve.push(pe);for(let Te=0;Te<A.value.length;Te++)A.value[Te].type==="current"&&(_e+=1);for(let Te=0;Te<R.value.length;Te++)R.value[Te].type==="current"&&(_e+=1);Ve.length-1===_e?U=Ve[0]:U=pe}else Ve=[];if(P&&U&&!Re&&V){const Te=(Ne,Le,We)=>{const ae=We?A.value[Le]:R.value[Le];ae&&(X=ie(ae,U),ke=ue(U,P),xe=oe(U,P),Ae=Z(ae,P,U),ie(ae,P)?(Ne.classList.toggle(us,xe&&!!Ne.textContent),Ne.classList.toggle(la,ke&&!!Ne.textContent)):D.value.length===1&&(X?(Ne.classList.toggle(wM,X),Ne.classList.toggle(us,ke&&!!Ne.textContent),Ne.classList.toggle(la,xe&&!!Ne.textContent)):(Ne.classList.contains(la)?Ne.classList.remove(la):Ne.classList.remove(us),Ne.classList.toggle("pl-date-picker-range__days_month-range",Ae&&ae.type!=="next"&&ae.type!=="previous"&&!!Ne.textContent),Ne.classList.toggle(wM,X))))};Array.from(se.value).forEach((Ne,Le)=>{Te(Ne,Le,!0)}),Array.from(de.value).forEach((Ne,Le)=>{Te(Ne,Le,!1)})}return P&&U&&Re?Z(pe,P,U):!1};return n({openPopup:c,checkRangeInput:b,startUpdateDate:I}),e.watch(y,()=>{A.value=Po(y.value),R.value=Po(y.value.add(1,"month"))}),(pe,Re)=>{const Te=xn,Ne=dt,Le=Gs,We=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":s.value,"input-element":o.inputElement,"id-prop":pe.idProp,class:"pl-date-picker-range__popup"},{default:e.withCtx(()=>[o.periods?(e.openBlock(),e.createElementBlock("div",b9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(ge.value,ae=>(e.openBlock(),e.createBlock(Te,{key:ae.key,class:e.normalizeClass(["pl-date-picker-range__period-label",{"pl-date-picker-range__period-label_active":m(ae.value)&&e.unref(Ur)(i.value)}]),onClick:le=>f(ae.value)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.label),1)]),_:2},1032,["class","onClick"]))),128))])):e.createCommentVNode("",!0),(e.openBlock(),e.createElementBlock("div",{key:y.value,class:"d-flex"},[e.createElementVNode("div",w9,[e.createElementVNode("div",k9,[e.createElementVNode("div",T9,[o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleLeft24"},null,512)),[[We,x]]):e.createCommentVNode("",!0),o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,"data-testid":"prevMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronLeft24"},null,512)),[[We,E]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",C9,[e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.format("MMMM"))),1)]),_:1}),e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",_9,[pe.mobile&&o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[We,j]]):e.createCommentVNode("",!0),pe.mobile&&o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[We,z]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",I9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(ae,le)=>(e.openBlock(),e.createElementBlock("div",{key:le,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(ae,le)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${le}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-first",M(ae)?W(ae):"",{"pl-date-picker-range__days_disabled":p(ae)},{"pl-date-picker-range__days_month-active":(l.value&&l.value.length||e.unref(V))&&B(ae)&&ae.type==="current"&&!p(ae)&&(e.unref(Ur)(i.value)||e.unref(r)<768||e.unref(V))},{"pl-date-picker-range__days_month-range":ae.type!=="previous"&&ae.type!=="next"?qe(ae,!0):""},{"pl-date-picker-range-cursor-default":ae.type==="previous"||ae.type==="next"}]),onMouseenter:ze=>M(ae)?qe(ae,!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(_p)(ae)&&M(ae)},{"pl-date-picker-range__days-field_selecting":e.unref(V)}])},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.type!=="previous"&&ae.type!=="next"?ae.day:""),1)]),_:2},1024)],2)],42,S9)),[[We,()=>M(ae)?K(ae):""]])),128))])]),pe.mobile?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",x9,[e.createElementVNode("div",E9,[e.createElementVNode("div",{class:e.normalizeClass(["pl-date-picker-range__switcher-icons",{"pl-date-picker-range-cursor-default":!pe.mobile}])},null,2),e.createElementVNode("div",z9,[e.createVNode(Le,{class:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.add(1,"month").format("MMMM"))),1)]),_:1}),e.createVNode(Le,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(ca)(y.value.add(1,"month").format("YYYY"))),1)]),_:1})]),e.createElementVNode("div",j9,[o.monthSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:0,"data-testid":"nextMonth",class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronRight24"},null,512)),[[We,j]]):e.createCommentVNode("",!0),o.yearSwitch?e.withDirectives((e.openBlock(),e.createBlock(Ne,{key:1,class:"cursor-pointer",color:"var(--color-text-icons-secondary)",name:"ChevronDoubleRight24"},null,512)),[[We,z]]):e.createCommentVNode("",!0)])]),e.createElementVNode("div",A9,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(Cp),(ae,le)=>(e.openBlock(),e.createElementBlock("div",{key:le,class:"pl-date-picker-range__days pl-date-picker-range__days_week"},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae),1)]),_:2},1024)]))),128)),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(R.value,(ae,le)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:`dd${le}`,class:e.normalizeClass(["pl-date-picker-range__days pl-date-picker-range__days_month pl-date-picker-range__days_month-second",M(ae)?W(ae):"",{"pl-date-picker-range__days_disabled":p(ae)},{"pl-date-picker-range__days_month-active":(l.value&&l.value.length||e.unref(V))&&B(ae)&&ae.type==="current"&&!p(ae)&&(e.unref(Ur)(i.value)||e.unref(r)<768||e.unref(V))},{"pl-date-picker-range__days_month-range":ae.type!=="previous"&&ae.type!=="next"?qe(ae,!0):""},{"pl-date-picker-range-cursor-default":ae.type==="previous"||ae.type==="next"}]),onMouseenter:ze=>M(ae)?qe(ae,!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(_p)(ae)&&M(ae)},{"pl-date-picker-range__days-field_selecting":e.unref(V)}])},[e.createVNode(Te,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(ae.type!=="previous"&&ae.type!=="next"?ae.day:""),1)]),_:2},1024)],2)],42,O9)),[[We,()=>M(ae)?K(ae):""]])),128))])]))]))]),_:1},8,["model-value","input-element","id-prop"])}}});const kM=Rn(L9,[["__scopeId","data-v-dd95c038"]]),B9=["id"],P9=e.defineComponent({__name:"pl-date-picker-range-plus",props:e.mergeModels({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},tooltipWidth:{}},{modelValue:{},modelModifiers:{}}),emits:e.mergeModels(["changeOpen","blur","change"],["update:modelValue"]),setup(t,{expose:n,emit:r}){const o=bn("id-"),l=e.ref(null),s=e.ref();Ar(l,()=>{i.value>=768&&setTimeout(()=>{p.value=!1})},{ignore:[s]});const{width:i}=Dn(),c=t,d=r,f=e.useModel(t,"modelValue");e.watch(()=>f.value,b=>{(!b||!b.length)&&(m.value=""),h(),d("change",b)});const m=e.ref(""),p=e.ref(!1),M=e.ref(!1),y=e.ref(),g=e.ref();e.onMounted(()=>{h()});const h=()=>{const b=c.modelValue;if(b&&b.length===2){const w=ee(b[0]).format("YYYY-MM-DD").split("-").reverse().join("."),E=ee(b[1]).format("YYYY-MM-DD").split("-").reverse().join("."),j=`${w} – ${E}`;Ur(j)?m.value=j:f.value=[]}};e.watch(()=>M.value,(b,w)=>{w&&!b&&(g.value.blurInput(!0),d("blur"))}),e.watch(()=>p.value,(b,w)=>{w&&!b&&(Ur(m.value)||(f.value=[]),g.value.blurInput(!0),d("blur")),d("changeOpen",b)}),e.watch(()=>m.value,()=>{m.value||(f.value=[])});const N=()=>{c.focusOnReset||(g.value.blurInput(!0),d("blur")),setTimeout(()=>{D(),i.value>=768&&g.value.focusInput()},100)},D=()=>{p.value=!0,c.disabled||(i.value<768&&(_(),g.value.blurInput(!1)),p.value=!0,e.nextTick(()=>{s.value.openPopup()}))},C=()=>{p.value=!1};function _(){setTimeout(()=>{const b=document.querySelector(".pl-date-picker-range__period-list"),w=b==null?void 0:b.querySelector(".pl-date-picker-range__period-label.pl-date-picker-range__period-label_active");if(w){const E=w.getBoundingClientRect(),j=b==null?void 0:b.clientWidth,x=w.clientWidth,z=(j-x)/2;b==null||b.scrollTo({left:E.left+(b==null?void 0:b.scrollLeft)-z,behavior:"smooth"})}},300)}const k=()=>{!p.value&&s.value&&e.nextTick(()=>{s.value.checkRangeInput(),d("blur")})},I=b=>{e.nextTick(()=>s.value.startUpdateDate(b))};return n({openPopup:D}),(b,w)=>{const E=Cc,j=e.resolveDirective("maska");return e.openBlock(),e.createElementBlock("div",{id:`pl-date-picker-range-${e.unref(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(E,{key:0,ref_key:"inputPickerRef",ref:g,modelValue:m.value,"onUpdate:modelValue":w[0]||(w[0]=x=>m.value=x),prop:b.prop,label:b.label,optional:b.optional,placeholder:b.placeholder,helpertext:b.helpertext,tooltip:b.tooltip,"tooltip-width":b.tooltipWidth,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:w[1]||(w[1]=()=>{D()}),onInput:I,onBlur:k,onResetValue:N,onTabHandler:C},e.createSlots({_:2},[b.$slots["tooltip-text"]?{name:"tooltip-text",fn:e.withCtx(()=>[e.renderSlot(b.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(b.tooltip),1)])]),key:"0"}:void 0]),1032,["modelValue","prop","label","optional","placeholder","helpertext","tooltip","tooltip-width","width","clearable","disabled","focus-on-reset"])),[[j,"##.##.#### – ##.##.####"]]):e.createCommentVNode("",!0),e.unref(i)<768?(e.openBlock(),e.createBlock(_c,{key:1,ref_key:"pickerDialog",ref:y,modelValue:p.value,"onUpdate:modelValue":w[5]||(w[5]=x=>p.value=x),title:"Календарь",calendar:""},{default:e.withCtx(()=>[e.createVNode(kM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":w[2]||(w[2]=x=>f.value=x),isOpen:p.value,"onUpdate:isOpen":w[3]||(w[3]=x=>p.value=x),dateValue:m.value,"onUpdate:dateValue":w[4]||(w[4]=x=>m.value=x),periods:b.periods,"period-options":b.periodOptions,"month-switch":b.monthSwitch,"year-switch":b.yearSwitch,"input-element":g.value,mobile:"","disabled-date":b.disabledDate},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(kM,{ref_key:"pickerWrapper",ref:s,modelValue:f.value,"onUpdate:modelValue":w[6]||(w[6]=x=>f.value=x),isOpen:p.value,"onUpdate:isOpen":w[7]||(w[7]=x=>p.value=x),dateValue:m.value,"onUpdate:dateValue":w[8]||(w[8]=x=>m.value=x),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":g.value,"id-prop":`pl-date-picker-range-${e.unref(o)}`},null,8,["modelValue","isOpen","dateValue","periods","period-options","month-switch","year-switch","disabled-date","focus-on-reset","input-element","id-prop"])]))],12,B9)}}});const rD={install(t){t.component("PlDatePickerPlus",D9),t.component("PlDatePickerRangePlus",P9)}},oD=ft(Cc,"PlInputPlus"),V9={class:e.normalizeClass(["pl-radio-container"])},$9=["onClick"],U9=["id","value","disabled"],Q9={class:"pl-radio-wrapper"},Y9=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",V9,[(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}]),onClick:m=>l(d,m)},[e.withDirectives(e.createElementVNode("input",{id:`radio-${f}-${e.unref(bn)()}`,"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,U9),[[e.vModelRadio,o.value]]),e.createElementVNode("div",Q9,[e.createElementVNode("span",{class:e.normalizeClass(["pl-radio-button",{"pl-radio-button-isChecked":d.value===t.modelValue}])},null,2),i.$slots.title?e.renderSlot(i.$slots,"title",{key:0,option:d}):d.label?(e.openBlock(),e.createBlock(Qm,{key:1,title:d.label,description:d.description,disabled:d.disabled||r.disabled},null,8,["title","description","disabled"])):e.createCommentVNode("",!0)])],10,$9))),128))]))}});const lD=ft(Y9,"PlRadio"),TM=e.defineComponent({__name:"pl-tags-chips",props:{disabled:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createBlock(tr,{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 R9={key:0,class:"pl-multi-select__prefix-container"},F9={class:"pl-multi-select__inner-container"},q9=["id","prop","placeholder","disabled","onKeydown"],W9={class:"pl-multi-select__suffix-container"},H9=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=dt;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",R9,[e.createVNode(f,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",F9,[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,q9),c.modelValue.length?(e.openBlock(),e.createBlock(TM,{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(TM,{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",W9,[!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)}}}),G9={key:0,class:"d-flex gap-2 p-2"},Z9=e.defineComponent({__name:"pl-multi-select-dropdown",props:{modelValue:{},focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},buttons:{type:Boolean},idProp:{},inputElement:{},selectAll:{type:Boolean,default:!1}},emits:["update:modelValue","reset","closeSave"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var y;return(y=o==null?void 0:o.value)==null?void 0:y.isDragging}),s=t,i=e.computed({get:()=>s.modelValue,set:y=>{M("update:modelValue",y)}}),c=e.computed(()=>s.options.length>0&&i.value.length===s.options.length),d=y=>{i.value=y?[...s.options]:[]},f=e.computed(()=>i.value.length>0&&i.value.length<s.options.length),m=()=>{M("closeSave")},p=(y,g)=>{y?i.value.push(g):i.value=i.value.map(h=>{if(!Tc(g.value,h.value))return e.toRaw(h)}).filter(Boolean)},M=r;return n({isDragging:l}),(y,g)=>{const h=Hr;return e.openBlock(),e.createBlock(Aa,{"model-value":y.focus,"data-testid":"dropdown",class:e.normalizeClass(["pl-multi-select__dropdown-container",{"pl-multi-select__dropdown-container_buttons":s.buttons}]),"input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>[e.createVNode(h,{ref_key:"scrollbarRef",ref:o,"max-height":s.buttons?"208px":"268px",class:"w-100","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[s.options.length&&s.selectAll?(e.openBlock(),e.createBlock(fa,{key:0,class:"pl-multi-select__checkbox-container",size:"small","model-value":c.value,"is-indeterminate":f.value,label:"Выбрать все",onChange:d},null,8,["model-value","is-indeterminate"])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.options,N=>(e.openBlock(),e.createBlock(fa,{key:N.value,class:"pl-multi-select__checkbox-container",size:"small","model-value":!!i.value.find(D=>JSON.stringify(N.value)===JSON.stringify(D.value)),description:N.description,disabled:N.disabled,label:N.label,onChange:D=>p(D,N)},null,8,["model-value","description","disabled","label","onChange"]))),128))]),_:1},8,["max-height"]),s.buttons?(e.openBlock(),e.createElementBlock("div",G9,[e.createVNode(ho,{"full-width":"",type:"secondary",size:"small",onClick:g[0]||(g[0]=N=>M("reset"))},{default:e.withCtx(()=>[e.createTextVNode(" Сбросить ")]),_:1}),e.createVNode(ho,{"full-width":"",size:"small",onClick:m},{default:e.withCtx(()=>[e.createTextVNode(" Применить ")]),_:1})])):e.createCommentVNode("",!0)]),_:1},8,["model-value","class","input-element","id-prop"])}}});const K9={class:"pl-multi-select__wrapper"},J9=["id"],X9={key:0,class:"pl-multi-select__label-container",role:"label-container"},eW={class:"pl-multi-select__label-container-text"},tW={key:1,class:"pl-multi-select__helpertext-container",role:"helpertext-container"},nW=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},tooltipWidth:{},selectAll:{type:Boolean,default:!1}},emits:["update:modelValue","change","reset","blur"],setup(t,{emit:n}){e.useCssVars(C=>({"06b277b5":r.width}));const r=t,o=bn("id-"),l=e.ref([]);if(r.prop){const C=e.inject("errorsState");C&&e.watch(C,()=>{l.value=C.value.filter(_=>_.field===r.prop)},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1),c=e.ref([]),d=C=>JSON.parse(JSON.stringify(C));e.watch(i,C=>{var _;c.value=d(h.value),C?(_=document.getElementById(o))==null||_.focus():N()});const f=e.ref(),m=e.ref();Ar(f,C=>{C.target.className==="pl-scrollbar__thumb"||m.value.isDragging||(i.value&&r.buttons&&(h.value=d(c.value)),i.value=!1)},{ignore:[m]});const p=C=>JSON.stringify(C.sort((_,k)=>_.value<k.value?-1:_.value>k.value?1:0)),M=()=>{i.value=!1,p(c.value)!==p(h.value)&&(document.getElementById(o).dispatchEvent(new Event("change")),g("change",h.value))},y=()=>{r.disabled||(i.value=!i.value,!i.value&&r.buttons&&(h.value=d(c.value)))},g=n,h=e.computed({get:()=>r.modelValue,set:C=>{g("update:modelValue",C)}}),N=()=>{document.getElementById(o).dispatchEvent(new Event("blur")),g("blur")};e.watch(()=>h.value,()=>{r.buttons||(document.getElementById(o).dispatchEvent(new Event("change")),g("change",h.value))},{deep:!0});const D=()=>{h.value=[],c.value=[],N(),g("reset")};return(C,_)=>{const k=xn,I=tr;return e.openBlock(),e.createElementBlock("div",K9,[e.createElementVNode("div",{id:`pl-multi-select__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:f,"data-testid":"selectLabel",class:"pl-multi-select__select-container",onMouseup:y},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",X9,[e.createElementVNode("div",eW,[r.label?(e.openBlock(),e.createBlock(k,{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(k,{key:1,class:"pl-multi-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||C.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(zl,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(C.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createVNode(H9,e.mergeProps(r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[0]||(_[0]=b=>i.value=b),"model-value":h.value,"show-error":s.value,onReset:D}),null,16,["id","focus","model-value","show-error"]),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",tW,[l.value.length>0?(e.openBlock(),e.createBlock(I,{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(I,{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,J9),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode(Z9,{id:e.unref(o),ref_key:"dropdownRef",ref:m,modelValue:h.value,"onUpdate:modelValue":_[1]||(_[1]=b=>h.value=b),"input-element":f.value,"id-prop":`pl-multi-select__select-container-${e.unref(o)}`,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,buttons:r.buttons,"select-all":r.selectAll,onReset:D,onCloseSave:M},null,8,["id","modelValue","input-element","id-prop","focus","helpertext","errors","options","buttons","select-all"])]))])}}});const aD={install(t){t.component("PlMultiSelect",nW)}},rW=["disabled"],oW=e.createElementVNode("span",{class:"pl-switch-slider"},null,-1),lW={key:0},aW=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,rW),[[e.vModelCheckbox,o.value]]),oW],2),r.label?(e.openBlock(),e.createElementBlock("label",lW,[e.createVNode(Qm,{title:t.label,description:t.description,disabled:r.disabled},null,8,["title","description","disabled"])])):e.createCommentVNode("",!0)],2)),[[f,s]])}}});const sD={install(t){t.component("PlSwitch",aW)}},sW=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,b=>{i("update:modelErrorsState",b)},{deep:!0});let d=[];const f=(b,w,E=null)=>{for(const j in b)if(b[j]&&typeof b[j]=="object"&&!Array.isArray(b[j]))if(E){const x=w.indexOf(E);w.push(w[x]+"."+j),f(b[j],w,w[x]+"."+j)}else w.push(j),f(b[j],w,j);else if(E){const x=w.indexOf(E);x===-1?w.push(E+"."+j):w[x]+="."+j}else w.push(j)},m=(b,w,E,j=!1)=>new Promise((x,z)=>{if(w.includes(".")){const $=w.slice(0,w.indexOf(".")),B=w.slice(w.indexOf(".")+1);E?m($,B,E[$],j).then(x).catch(z):j||x({})}else{const $={...E};x(j?$[w]?$[w].filter(B=>B.validator||typeof B.validator>"u"):[]:$[w])}}),p=e.ref({}),M=b=>new Promise((w,E)=>{const j=new kl(p.value),x={};f(l.value,d);try{const z=d.map(async $=>{x[$]=await m($,$,l.value)});Promise.all(z).then(()=>{j.validate(x,$=>{if($){c.value=$,b==null||b(!1,c.value),E();return}c.value=[],d=[],b==null||b(!0,c.value),w()})})}catch(z){throw new Error(z)}}),y=async b=>{if(!(b in p.value))return;const w={},E={};E[b]=await m(b,b,l.value),w[b]=p.value[b],new kl(w).validate(E,x=>{c.value=c.value.filter(z=>z.field!==b),x&&(c.value=c.value.concat(x))})},g=(b=[])=>{Array.isArray(b)&&b.length>0?b.forEach(w=>{c.value=c.value.filter(E=>E.field!==w)}):Array.isArray(b)?c.value=[]:c.value=c.value.filter(w=>w.field!==b)},h=(b=[])=>{if(Array.isArray(b)&&b.length>0)b.forEach(w=>{g([w]),typeof l.value[w]=="string"?l.value[w]="":(typeof l.value[w]=="number"||typeof l.value[w]=="object")&&(l.value[w]=null)});else if(!Array.isArray(b))typeof l.value[b]=="string"?l.value[b]="":(typeof l.value[b]=="number"||typeof l.value[b]=="object")&&(l.value[b]=null);else{g(b);for(const w in s.value)typeof l.value[w]=="string"?l.value[w]="":(typeof l.value[w]=="number"||typeof l.value[w]=="object")&&(l.value[w]=null)}},N=e.ref(null),D=e.ref([]),C=e.ref([]),_=async()=>{var w;const b=N.value;C.value=[],p.value={};for(let E=0;E<b.length;E++){const j=b[E],x=j.disabled,z=(w=j.attributes.prop)==null?void 0:w.value;C.value.push(z),z&&!x&&(p.value[z]=await m(z,z,s.value,!0));const $=()=>{setTimeout(()=>{e.nextTick(()=>{y(z)})},10)};z&&p.value[z]&&!j.attributes.triggered&&p.value[z].forEach(B=>{B.trigger?B.trigger.replace(/\s/g,"").split(",").forEach(H=>{j.addEventListener(H,$),D.value.push({element:j,trigger:H,callBack:$})}):["blur","change","input"].forEach(H=>{j.addEventListener(H,$),D.value.push({element:j,trigger:H,callBack:$})}),j.attributes.triggered=!0})}},k=()=>{D.value.forEach(b=>{b.element.removeEventListener(b.trigger,b.callback)})},I=()=>{k(),_()};return e.watch(()=>s.value,()=>{I()},{deep:!0}),e.onMounted(()=>{const b=N.value,w=new MutationObserver(()=>{I()});w.observe(b,{childList:!0,subtree:!0}),e.onBeforeUnmount(()=>{k(),w.disconnect()}),_()}),n({validate:M,validateField:y,clearValidate:g,resetFields:h,refreshForm:I}),(b,w)=>(e.openBlock(),e.createElementBlock("form",{ref_key:"plFormRef",ref:N,onSubmit:w[0]||(w[0]=e.withModifiers(()=>{},["prevent"]))},[e.renderSlot(b.$slots,"default")],544))}}),iD={install(t){t.component("PlForm",sW)}},uD=e.defineComponent({__name:"pl-tag",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-tag-tag-regular pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Ic=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const iW={},uW={class:"pl-btn typography-button-button-2"};function cW(t,n){return e.openBlock(),e.createElementBlock("button",uW,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const dW=Rn(iW,[["render",cW],["__scopeId","data-v-16fbdb10"]]),cD=e.defineComponent({__name:"pl-progress",props:{type:{default:"sectional"},glare:{type:Boolean,default:!1},size:{default:"large"},width:{default:"100%"},percentage:{default:0}},setup(t){const n=t,r=e.computed(()=>Math.min(Math.max(n.percentage,0),100)),o=e.computed(()=>n.size==="snackbar"?"progress-snackbar":n.size==="small"?"progress-small":"progress-large"),l=e.computed(()=>({width:n.width}));return(s,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["pl-progress-container",[o.value,n.type==="sectional"?"progress-sectional":"progress-solid"]]),style:e.normalizeStyle(l.value)},[e.createElementVNode("div",{class:e.normalizeClass(["progress-filled",[n.glare?"glare-effect":""]]),style:e.normalizeStyle({width:`${r.value}%`})},null,6),e.withDirectives(e.createElementVNode("div",{class:"progress-unfilled",style:e.normalizeStyle({width:`${100-r.value}%`})},null,4),[[e.vShow,n.type==="sectional"]])],6))}});const fW=["id"],pW={key:0,class:"pl-snackbar__progress"},mW={key:1,class:"pl-snackbar__icon"},gW={class:"pl-snackbar__main"},hW={class:"pl-snackbar__text"},vW={"data-testid":"notification-title",class:"pl-snackbar__title typography-subtitle-s2-medium"},yW={key:0,"data-testid":"notification-description",class:"pl-snackbar__descr typography-system-st-medium"},MW={key:0,class:"pl-snackbar__btn"},NW={class:"pl-snackbar__close"},DW=e.defineComponent({__name:"pl-snackbar",props:{id:{default:0},icon:{default:""},color:{default:"var(--color-text-icons-white)"},title:{default:"Notification"},button:{default:""},action:{},message:{default:""},blockHide:{type:Boolean,default:!1},longDuration:{type:Boolean},progress:{type:Boolean,default:!1},percentage:{default:0}},setup(t){const n=t,r=e.ref(!0);function o(){n.action()}function l(){const i=document.getElementById(`snackbar-${n.id}`);i&&(i.classList.add("fadeOut-animation"),Kt(i,"animationend",()=>{r.value=!1,i.remove()}))}const s=e.computed(()=>n.percentage??100);return(i,c)=>r.value?(e.openBlock(),e.createElementBlock("div",{key:0,id:n.id,class:e.normalizeClass(["pl-snackbar__wrapper",{"wrapper-progress":n.progress}])},[n.progress?(e.openBlock(),e.createElementBlock("div",pW,[e.createVNode(cD,{percentage:s.value,width:"100%",type:"solid",size:"snackbar"},null,8,["percentage"])])):e.createCommentVNode("",!0),n.icon?(e.openBlock(),e.createElementBlock("div",mW,[e.createVNode(dt,{color:n.color,name:n.icon,position:"left"},null,8,["color","name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",gW,[e.createElementVNode("div",hW,[e.createElementVNode("div",vW,e.toDisplayString(n.title),1),n.message?(e.openBlock(),e.createElementBlock("div",yW,e.toDisplayString(n.message),1)):e.createCommentVNode("",!0)]),n.button?(e.openBlock(),e.createElementBlock("div",MW,[n.button?(e.openBlock(),e.createBlock(dW,{key:0,onClick:o},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(i.button),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)]),e.createElementVNode("div",NW,[e.createVNode(dt,{color:"var(--color-text-icons-secondary)",name:"Close20",onClick:l})])],10,fW)):e.createCommentVNode("",!0)}});let CM=0;const cs=t=>{var j;const{icon:n,color:r,title:o,message:l,button:s,action:i,progress:c,blockHide:d,longDuration:f=!1}=t;if(!document.getElementById("snackbar")){const x=document.createElement("div");x.id="snackbar",document.body.appendChild(x)}const p=document.createElement("div"),M=CM++,y=`snackbar-${M}`;p.id=y,p==null||p.classList.add("slideIn-animation"),p==null||p.classList.add("px-md-4"),(j=document.getElementById("snackbar"))==null||j.appendChild(p);let g;const h=f?8e3:4200;let N=Date.now(),D=0,C=!1;const _=()=>{C||(C=!0,D=Date.now(),clearTimeout(g))},k=()=>{if(C){const x=Date.now()-D;N+=x,C=!1,w()}},I=e.ref(0),b=()=>_M(p.id),w=()=>{if(C)return;const x=Date.now()-N,z=300,$=h-z,B=Math.max(100-x/$*100,0);I.value=B,B>0?requestAnimationFrame(w):setTimeout(()=>{d||b()},z)};return d||(g=window.setTimeout(b,h),Kt(p,"mouseenter",_),Kt(p,"mouseleave",k)),c&&w(),e.createApp({render(){return e.h(e.TransitionGroup,{},()=>[e.h(DW,{id:M,icon:n,color:r,title:o,message:l,button:s,action:i,blockHide:d,progress:c,longDuration:f,percentage:I.value,key:p.id})])}}).mount(`#${y}`),CM++,{id:y,close:()=>{_M(y)}}},dD=t=>{t&&(t.classList.remove("slideIn-animation"),t.classList.add("fadeOut-animation"),Kt(t,"animationend",()=>{t&&t.remove()}))},_M=t=>{const n=document.getElementById(t);n&&dD(n)},bW=()=>{const t=document.getElementById("snackbar");t&&dD(t)},ps={success:t=>cs({...t,icon:"CircleCheck24",color:"var(--color-text-icons-success)"}),error:t=>cs({...t,icon:"WarningCircle24",color:"var(--color-buttons-error)"}),warning:t=>cs({...t,icon:"WarningPolygon24",color:"var(--color-text-icons-warning)"}),info:t=>cs({...t,icon:"Info24",color:"var(--color-text-icons-white)"}),custom:cs,closeAll:()=>{bW()}},wW=["id"],kW={class:"content"},TW=["prop","multiple","accept"],CW={"data-testid":"upload-card-container",class:"pl-upload-card-container pr-3"},_W={class:"d-flex justify-content-between align-items-center pb-2"},IW={class:"d-grid gap-1"},SW={class:"d-flex gap-1"},xW=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},tooltipWidth:{},allowRemoveInViewMode:{type:Boolean,default:!1},hideSize:{type:Boolean,default:!1}},emits:["addFiles","removeFile","clickOnFile"],setup(t,{expose:n,emit:r}){e.useCssVars(ie=>({e58cf8f2:l.width}));const{width:o}=Dn(),l=t,{accept:s,fileSize:i,maxHeightScroll:c,modelValue:d,multiple:f,description:m,title:p,helperText:M,tooltip:y,limit:g,prop:h,optional:N,maxSumFilesSize:D}=e.toRefs(l),C=e.computed(()=>{var ie;return`.${(ie=s.value.toLowerCase())==null?void 0:ie.split(", ").join(", .")}`}),_=e.ref(!1);let k;const I=ie=>{const{dataTransfer:ue}=ie;ue&&ue.types.includes("Files")&&(_.value=!0,clearTimeout(k),k=window.setTimeout(()=>{_.value=!1},100))},b=ie=>{var ke,xe,Ae;const ue=(xe=(ke=ie.name)==null?void 0:ke.split(".").pop())==null?void 0:xe.toLowerCase(),{size:oe}=ie,Z=!((Ae=s.value.toLowerCase())!=null&&Ae.split(", ").includes(ue)),X=oe>i.value*1024*1024||oe===0;return Z||X?{name:ie.name,size:oe,error:{dist:Z,size:X}}:ie},w=ie=>"lastModified"in ie&&"type"in ie,E=ie=>!w(ie),j=ie=>{var ue,oe;return E(ie)?((ue=ie.error)==null?void 0:ue.size)||((oe=ie.error)==null?void 0:oe.dist):!1},x=ie=>{const ue=ie.filter(Z=>Z.error.size);ue.length>0&&ps.error({title:"Ошибка загрузки файлов",message:`Недопустимый размер ${mo(ue.length,["файла","файла","файлов"])}`});const oe=ie.filter(Z=>Z.error.dist);oe.length>0&&ps.error({title:"Ошибка загрузки файлов",message:`Неверный формат ${mo(oe.length,["файла","файла","файлов"])}`})},z=bn("id-"),$=e.ref(null),B=e.ref(!1);e.onMounted(()=>{const ie=e.getCurrentInstance(),ue=(ie==null?void 0:ie.vnode.props)||{};B.value=!!ue.onClickOnFile;const oe=document.getElementById(z);oe&&($.value=oe.querySelector(".pl-upload-input"))});const W=ie=>{const ue=$.value;if(!ue||!ue.files)return;const oe=new DataTransfer;Array.from(ue.files).forEach(Z=>{ie.includes(Z)||oe.items.add(Z)}),ue.files=oe.files},H=r,V=ie=>{if(d.value.length+ie.length>g.value){ps.error({title:"Ошибка загрузки файлов",message:`Максимум ${g.value} ${mo(g.value,["файл","файла","файлов"])}`});const Ae=Array.from(ie);W(Ae);return}const ue=[],oe=[],Z=[],X=Array.from(ie),ke=d.value.reduce((Ae,Ve)=>E(Ve)&&Ve.error?Ae:Ae+Ve.size,0),xe=X.reduce((Ae,Ve)=>Ae+Ve.size,0);if(ke+xe>D.value){ps.error({title:"Ошибка загрузки файлов",message:`Максимальный размер всех файлов не должен превышать ${D.value/1024/1024} МБ`});const Ae=Array.from(ie);W(Ae);return}X.forEach(Ae=>{const Ve=b(Ae);d.value.forEach(_e=>{["name","size","type","lastModified"].every(pe=>_e[pe]===Ae[pe])}),"error"in Ve?(ue.push(Ve),oe.push(Ae)):Z.push(Ae)}),ue.length&&x(ue),d.value.unshift(...ue),d.value.push(...Z),W(oe),H("addFiles",[...ue,...Z],d.value)};let P=!1;const U=ie=>{const ue=d.value.findIndex(oe=>oe===ie);ue!==-1&&("error"in ie||W([ie]),d.value.splice(ue,1),H("removeFile",ie,d.value),setTimeout(()=>{if($.value){P=!0;const oe=new Event("change",{bubbles:!0,cancelable:!0});$.value.dispatchEvent(oe),setTimeout(()=>{P=!1},0)}},0))},A=ie=>{if(P)return;const ue=ie.target;ue&&ue.files&&V(ue.files),ue.value=null},R=ie=>{clearTimeout(k),_.value=!1;const{dataTransfer:ue}=ie,oe=[];ue&&ue.items&&(Array.from(ue.items).forEach(X=>{if(X.kind==="file"){const ke=X.getAsFile();ke&&oe.push(ke)}}),V(oe))},K=ie=>ie%1===0?ie.toString():ie.toFixed(2),Y=ie=>ie<1024?ie+" байт":ie<1048576?K(ie/1024)+" КБ":K(ie/1048576)+" МБ",se=e.ref([]);if(l.prop){const ie=e.inject("errorsState",[]);ie&&e.watch(ie,()=>{var oe;se.value=ie.value.filter(Z=>Z.field===h.value);const ue=(oe=document.getElementById(z))==null?void 0:oe.parentElement;ue&&(se.value.length?ue.classList.add("is-error"):ue.classList.remove("is-error"))},{deep:!0})}const de=e.ref();return n({addFiles:V,removeFile:U,clickInput:()=>{de.value.click()}}),(ie,ue)=>{const oe=xn,Z=zl,X=Ic,ke=tr,xe=uD,Ae=Hr,Ve=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",{id:e.unref(z),class:e.normalizeClass(["pl-upload-new",{"not-allowed":l.disabled}])},[e.unref(p)||e.unref(y)?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["pb-1 d-flex",[!ie.viewMode&&"ps-1"]])},[e.createVNode(oe,{"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(oe,{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(y)||ie.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(Z,{key:1,width:l.tooltipWidth,class:"ml-auto pr-1"},{"tooltip-text":e.withCtx(()=>[e.renderSlot(ie.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(e.unref(y)),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer",color:"var(--color-text-icons-secondary)"})]),_:3},8,["width"])):e.createCommentVNode("",!0)],2)):e.createCommentVNode("",!0),ie.viewMode?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["pl-upload-load-block",{"drag-over":_.value,disabled:ie.disabled||e.unref(d).length>=e.unref(g)}]),onDragover:e.withModifiers(I,["prevent"]),onDrop:e.withModifiers(R,["prevent"])},[e.createElementVNode("div",kW,[e.createVNode(dt,{name:"Clip24",class:"justify-content-center",color:"var(--color-text-icons-interactive)"}),e.createVNode(X,{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(ke,{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",{ref_key:"UploadInputRef",ref:de,prop:e.unref(h),class:"pl-upload-input",type:"file",multiple:e.unref(f),title:"",accept:C.value,onChange:A},null,40,TW)])],34)),se.value[0]?(e.openBlock(),e.createBlock(ke,{key:2,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-error)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(se.value[0].message),1)]),_:1})):e.unref(M)?(e.openBlock(),e.createBlock(ke,{key:3,class:"pt-1 ps-1",style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(e.unref(M)),1)]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass([!ie.viewMode&&e.unref(d).length&&"pt-4"])},[e.createVNode(Ae,{"max-height":e.unref(c)},{default:e.withCtx(()=>[e.createElementVNode("div",CW,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(d),(_e,qe)=>{var pe,Re;return e.withDirectives((e.openBlock(),e.createElementBlock("div",{key:_e.name+qe,"data-testid":"upload-card",class:e.normalizeClass(["pl-upload-card",{"wrong-file":j(_e),"cursor-pointer":B.value}])},[e.createElementVNode("div",_W,[j(_e)?(e.openBlock(),e.createBlock(xe,{key:0,class:"pl-upload__error-message"},{default:e.withCtx(()=>[e.createTextVNode("Не загружен ")]),_:1})):(e.openBlock(),e.createBlock(dt,{key:1,name:"Document20",color:"var(--color-text-icons-tertiary)"})),!ie.viewMode||ie.allowRemoveInViewMode||E(_e)&&_e.removable?e.withDirectives((e.openBlock(),e.createBlock(dt,{key:2,name:"Close20",color:"var(--color-text-icons-secondary)",class:"cursor-pointer"},null,512)),[[Ve,()=>U(_e),void 0,{stop:!0}]]):e.createCommentVNode("",!0)]),e.createElementVNode("div",IW,[e.createVNode(ke,{"data-testid":"upload-card-name",class:"text-truncate",style:{color:"var(--color-text-icons-primary)"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(_e.name),1)]),_:2},1024),e.createElementVNode("div",SW,[_e.size&&!ie.hideSize?(e.openBlock(),e.createBlock(xe,{key:0,style:e.normalizeStyle(`color: var(--color-text-icons-${E(_e)&&((pe=_e.error)!=null&&pe.size)?"error":"secondary"})`)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(Y(_e.size)),1)]),_:2},1032,["style"])):e.createCommentVNode("",!0),_e.size&&!ie.hideSize?(e.openBlock(),e.createBlock(xe,{key:1,style:{color:"var(--color-text-icons-secondary)"}},{default:e.withCtx(()=>[e.createTextVNode(" • ")]),_:1})):e.createCommentVNode("",!0),e.createVNode(xe,{style:e.normalizeStyle(`color: var(--color-text-icons-${E(_e)&&((Re=_e.error)!=null&&Re.dist)?"error":"secondary"})`)},{default:e.withCtx(()=>{var Te,Ne,Le;return[e.createTextVNode(e.toDisplayString((Le=(Ne=(Te=_e.name)==null?void 0:Te.split("."))==null?void 0:Ne.pop())==null?void 0:Le.toLocaleUpperCase()),1)]}),_:2},1032,["style"])])])],2)),[[Ve,()=>H("clickOnFile",_e)]])}),128))])]),_:1},8,["max-height"])],2)],10,wW)}}});const fD={install(t){t.component("PlUploadPlus",xW)}},EW={key:0,class:"pl-select__prefix-container"},zW={class:"pl-select__inner-container"},jW=["id","prop","placeholder","value","disabled","onKeydown"],AW={class:"pl-select__suffix-container"},OW=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=dt;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",EW,[e.createVNode(m,{name:r.leftIcon},null,8,["name"])])):e.createCommentVNode("",!0),e.createElementVNode("div",zW,[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,jW)]),e.createElementVNode("div",AW,[!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)}}}),LW={class:"pl-select__inner-container pl-select__inner-container_account"},BW=["id","prop","placeholder","value","disabled","onKeydown"],PW={class:"pl-select__suffix-container"},VW=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,M,y;const c=tr,d=Um,f=dt;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",LW,[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,BW),(p=r.modelValue)!=null&&p.description&&((M=r.modelValue)==null?void 0:M.summ)!==null?(e.openBlock(),e.createBlock(c,{key:0,class:"pl-select__description","data-testid":"accountNum"},{default:e.withCtx(()=>{var g;return[e.createTextVNode(e.toDisplayString(e.unref(x4)((g=r.modelValue)==null?void 0:g.description)),1)]}),_:1})):e.createCommentVNode("",!0)]),e.createElementVNode("div",PW,[(y=r.modelValue)!=null&&y.label?(e.openBlock(),e.createBlock(d,{key:0,class:"pl-select__summ","data-testid":"accountSumm"},{default:e.withCtx(()=>{var g;return[e.createTextVNode(e.toDisplayString(e.unref(kc)((g=r.modelValue)==null?void 0:g.summ)),1)]}),_:1})):e.createCommentVNode("",!0),e.createVNode(f,{class:e.normalizeClass({"pl-select__suffix_rotate":t.focus}),name:"ChevronDown20"},null,8,["class"])])],2)}}}),$W=e.defineComponent({__name:"pl-select-dropdown",props:{focus:{type:Boolean,default:!1},id:{default:""},helpertext:{default:""},errors:{default:()=>[]},options:{default:()=>[]},selectedValue:{},inputElement:{},idProp:{}},emits:["select-value"],setup(t,{expose:n,emit:r}){const o=e.ref(),l=e.computed(()=>{var f;return(f=o==null?void 0:o.value)==null?void 0:f.isDragging}),s=t,i=r,c=f=>{i("select-value",f)},d=f=>f.value===s.selectedValue;return n({isDragging:l}),(f,m)=>{const p=Hr,M=e.resolveDirective("tap");return e.openBlock(),e.createBlock(Aa,{"model-value":f.focus,class:"pl-select__dropdown-container","input-element":s.inputElement,"id-prop":s.idProp,select:""},{default:e.withCtx(()=>[e.createVNode(p,{ref_key:"scrollbarRef",ref:o,class:"w-100","max-height":"268px","wrap-class":"scrollbar__wrap","view-class":"scrollbar__view","hide-scroll-thumb-x":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.options,y=>e.withDirectives((e.openBlock(),e.createBlock(Ku,{key:y.value,active:d(y),description:y.description,summ:y.summ,"left-icon":y.leftIcon,disabled:y.disabled,label:y.label},null,8,["active","description","summ","left-icon","disabled","label"])),[[M,()=>c(y)]])),128))]),_:1},512)]),_:1},8,["model-value","input-element","id-prop"])}}});const UW=["id"],QW=["id"],YW={key:0,class:"pl-select__label-container",role:"label-container"},RW={class:"pl-select__label-container-text"},FW={key:3,class:"pl-select__helpertext-container",role:"helpertext-container"},Rm=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},tooltipWidth:{}},emits:["update:modelValue","change"],setup(t,{emit:n}){e.useCssVars(C=>({"66b5c6e5":r.width}));const r=t,o=bn("id-"),l=e.ref([]);if(r.prop){const C=e.inject("errorsState");C&&e.watch(C,()=>{l.value=C.value.filter(_=>_.field===r.prop)},{deep:!0})}const s=e.computed(()=>l.value.length),i=e.ref(!1);e.watch(i,C=>{var _;C?(_=document.getElementById(o))==null||_.focus():y()});const c=e.ref(),d=e.ref();Ar(c,C=>{C.target.className==="pl-scrollbar__thumb"||d.value.isDragging||(i.value=!1)},{ignore:[d]});const f=()=>{r.disabled||(i.value=!i.value)},m=n,p=()=>{r.disabled||!i.value||e.nextTick(()=>{i.value=!1})},M=e.computed({get:()=>r.modelValue,set:C=>{m("update:modelValue",C)}}),y=()=>{const C=document.getElementById(o);if(C)if("createEvent"in document){const _=document.createEvent("HTMLEvents");_.initEvent("blur",!1,!0),C.dispatchEvent(_)}else C.fireEvent("onblur")};e.watch(M,()=>{const C=document.getElementById(o);if("createEvent"in document){const _=document.createEvent("HTMLEvents");_.initEvent("change",!1,!0),C.dispatchEvent(_)}else C.fireEvent("onchange");m("change")});const g=C=>{C.disabled||(p(),M.value=C.value)},h=()=>{M.value=null},N=e.computed(()=>{var C,_,k,I,b;return r.showDescription&&((C=D.value)!=null&&C.description||(_=D.value)!=null&&_.customDescription)?(k=D.value)!=null&&k.customDescription?(I=D.value)==null?void 0:I.customDescription:(b=D.value)==null?void 0:b.description:!1}),D=e.computed(()=>r.options.filter(C=>C.value===M.value)[0]);return(C,_)=>{const k=xn,I=zl,b=tr;return e.openBlock(),e.createElementBlock("div",{id:`pl-select-${e.unref(o)}`,class:"pl-select__wrapper"},[e.createElementVNode("div",{id:`pl-select__select-container-${e.unref(o)}`,ref_key:"selectRef",ref:c,"data-testid":"selectLabel",class:"pl-select__select-container",onMouseup:f},[r.label||r.tooltip?(e.openBlock(),e.createElementBlock("label",YW,[e.createElementVNode("div",RW,[r.label?(e.openBlock(),e.createBlock(k,{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(k,{key:1,class:"pl-select__optional"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.optional),1)]),_:1})):e.createCommentVNode("",!0)]),r.tooltip||C.$slots["tooltip-text"]?(e.openBlock(),e.createBlock(I,{key:0,width:r.tooltipWidth},{"tooltip-text":e.withCtx(()=>[e.renderSlot(C.$slots,"tooltip-text",{},()=>[e.createTextVNode(e.toDisplayString(r.tooltip),1)])]),default:e.withCtx(()=>[e.createVNode(dt,{name:"Question20",class:"cursor-pointer"})]),_:3},8,["width"])):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),r.account?(e.openBlock(),e.createBlock(VW,e.mergeProps({key:1},r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[0]||(_[0]=w=>i.value=w),"model-value":D.value,placeholder:r.placeholder,"show-error":s.value}),null,16,["id","focus","model-value","placeholder","show-error"])):(e.openBlock(),e.createBlock(OW,e.mergeProps({key:2},r,{id:e.unref(o),focus:i.value,"onUpdate:focus":_[1]||(_[1]=w=>i.value=w),"model-value":D.value,"show-description":N.value,"show-error":s.value,onReset:h}),null,16,["id","focus","model-value","show-description","show-error"])),r.helpertext||l.value.length>0?(e.openBlock(),e.createElementBlock("div",FW,[l.value.length>0?(e.openBlock(),e.createBlock(b,{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(b,{key:1,class:"pl-select__helpertext"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.helpertext),1)]),_:1})):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0)],40,QW),(e.openBlock(),e.createBlock(e.Teleport,{to:"body"},[e.createVNode($W,{id:e.unref(o),ref_key:"dropdownRef",ref:d,"input-element":c.value,"id-prop":`pl-select-${e.unref(o)}`,focus:i.value,helpertext:r.helpertext,errors:l.value,options:r.options,"selected-value":M.value,onSelectValue:g},null,8,["id","input-element","id-prop","focus","helpertext","errors","options","selected-value"])]))],8,UW)}}});const pD={install(t){t.component("PlSelectPlus",Rm)}};const qW={key:0,class:"pl-card__img-container"},WW=["src"],HW={key:0,class:"pl-card__img-container pl-card__img-container_imaged"},GW={__name:"pl-card",props:{type:{type:String,default:"large"},imaged:{type:Boolean,default:!1},title:{type:String,required:!0,default:"title"},subtitle:{type:String,default:"subtitle"},img:{type:String},disable:{type:Boolean,default:!1}},setup(t){const n=new URL("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQiIGN5PSIxNCIgcj0iMTQiIGZpbGw9IiNCNUI1QjUiLz4KPC9zdmc+Cg==",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",HW)):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",qW,[e.createElementVNode("img",{class:"pl-card__img",src:e.unref(n),alt:"icon"},null,8,WW)])):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))}},mD={install(t){t.component("PlCard",GW)}},ZW=e.defineComponent({__name:"pl-tab-card",props:{label:{default:""},active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},icon:{default:""},width:{default:""},badge:{type:Boolean}},setup(t){e.useCssVars(o=>({"4eb1060e":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=Ic;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},{badge:n.badge}])},[n.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):e.createCommentVNode("",!0),e.createVNode(s,{color:r.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(n.label),1)]),_:1},8,["color"])],2)):e.createCommentVNode("",!0)}}});const KW=Rn(ZW,[["__scopeId","data-v-ca85fae1"]]),JW={class:"pl-multitab-container"},XW=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 M=o.default();return Array.isArray(M[0].children)?M[0].children.map(y=>y.props):M.map(y=>y.props)}),s=n,i=M=>{M.disabled||s("update:modelValue",M.name)},c=e.ref(null),d=async M=>{if(Array.isArray(M)){const y=await Promise.all(M.map(f));return M.filter((g,h)=>y[h])[0]}},f=async M=>{var y;return r.modelValue===((y=M.props)==null?void 0:y.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(M,y)=>{const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",JW,[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,h=>e.withDirectives((e.openBlock(),e.createBlock(KW,{key:h==null?void 0:h.name,label:h==null?void 0:h.label,width:r.tabWidth,active:r.modelValue===(h==null?void 0:h.name),icon:h==null?void 0:h.icon,disabled:h==null?void 0:h.disabled,badge:h==null?void 0:h.badge,role:"tab"},null,8,["label","width","active","icon","disabled","badge"])),[[g,()=>i(h)]])),128))],2)],2),e.createElementVNode("div",{class:e.normalizeClass(r.contentClass)},[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(c.value)))],2)])}}});const gD={install(t){t.component("PlMultitab",XW)}},Fm=ft(ps,"PlNotification"),eH={class:"stepper-container"},tH={class:"stepper-title__container"},nH={key:0,class:"stepper-figure"},rH=e.createElementVNode("div",{class:"stepper-figure__circle stepper-figure__circle_checked"},null,-1),oH=e.createElementVNode("div",{class:"stepper-figure__progress"},[e.createElementVNode("div",{class:"stepper-figure__progress-inner"})],-1),lH=[rH,oH],aH={key:1,class:"stepper-figure"},sH={class:"stepper-figure__progress"},iH={key:2,class:"stepper-title__container"},uH={key:0},cH={key:1},dH={key:0},fH={key:1},pH={key:0},mH={key:3,class:"stepper-title__container"},gH={key:0},hH={key:1},vH={key:0},yH={key:1},MH={key:0},NH={key:0},DH={class:"stepper-title__container stepper-title__container_ended"},bH={class:"stepper-text"},wH={key:0},kH={key:0},TH={key:0,class:"stepper-footer"},CH={class:"stepper-footer__count-remain"},_H={class:"stepper-footer__count"},IH={key:1,class:"stepper-footer"},SH={class:"stepper-footer__count-remain"},xH={class:"stepper-footer__count"},EH={name:"PlStepper"},zH=e.defineComponent({...EH,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=fo.cloneDeep(n.steps);return p.pop(),p}),i=e.computed(()=>l.value?n.steps[r.value]:n.steps.find((p,M,y)=>n.currentCount>=p[n.stepCountName]&&n.currentCount<y[M+1][n.stepCountName])),c=(p,M)=>Number((100*(p/M)).toFixed(2)),d=e.computed(()=>{const p={remain:null,progress:null};if(!l.value){const M=n.steps.findIndex(y=>y[n.stepName]===i.value[n.stepName]);return p.remain=n.steps[M+1][n.stepCountName]-n.currentCount,p.progress=c(n.currentCount-i.value[n.stepCountName],n.steps[M+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,M)=>p[n.stepName]===M[n.stepName];return(p,M)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("div",eH,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,(y,g)=>(e.openBlock(),e.createElementBlock("div",{key:y[t.stepName],class:"stepper-item"},[e.createElementVNode("div",tH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-title",{"stepper-title_centered":f(g),"stepper-title_checked":t.currentCount>=y[t.stepCountName],"stepper-title_on-footer":t.remainOnFooter}])},e.toDisplayString(y[t.stepName]),3)]),t.currentCount>y[t.stepCountName]&&!m(y,i.value)?(e.openBlock(),e.createElementBlock("div",nH,lH)):(e.openBlock(),e.createElementBlock("div",aH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-figure__circle",{"stepper-figure__circle_checked":m(y,i.value)}])},null,2),e.createElementVNode("div",sH,[e.createElementVNode("div",{class:"stepper-figure__progress-inner",style:e.normalizeStyle(`width: ${m(y,i.value)?d.value.progress:0}%;`)},null,4)])])),o.value?(e.openBlock(),e.createElementBlock("div",iH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",uH,e.toDisplayString(y[t.stepCountName]),1)):(e.openBlock(),e.createElementBlock("div",cH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",dH,"0")):(e.openBlock(),e.createElementBlock("span",fH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",pH,"Осталось выдать: ")),e.createElementVNode("span",{class:e.normalizeClass({"stepper-text__remain":!l.value})},e.toDisplayString(d.value.remain),3)]))]))],2)])):(e.openBlock(),e.createElementBlock("div",mH,[e.createElementVNode("div",{class:e.normalizeClass(["stepper-text",{"stepper-title_centered":f(g)}])},[g?(e.openBlock(),e.createElementBlock("div",gH,e.toDisplayString(y[t.stepCountName].toLocaleString("ru-RU"))+" ₽",1)):(e.openBlock(),e.createElementBlock("div",hH,[t.remainOnFooter?(e.openBlock(),e.createElementBlock("span",vH,"0 ₽")):(e.openBlock(),e.createElementBlock("span",yH,[l.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",MH,"Осталось выдать: ")),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",NH,"₽")):e.createCommentVNode("",!0)],2)]))]))],2)]))]))),128)),e.createElementVNode("div",DH,[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",bH,[e.createTextVNode(e.toDisplayString(t.steps[r.value][t.stepCountName].toLocaleString("ru-RU"))+" ",1),o.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",wH,"₽"))])])]),t.remainOnFooter?(e.openBlock(),e.createElementBlock("div",kH,[o.value?(e.openBlock(),e.createElementBlock("div",TH,[e.createElementVNode("div",null,[e.createTextVNode(" Количетво гарантий для повышения уровня: "),e.createElementVNode("span",CH,e.toDisplayString(d.value.remain),1)]),e.createElementVNode("div",null,[e.createTextVNode(" Количество выданных гарантий: "),e.createElementVNode("span",_H,e.toDisplayString(t.currentCount),1)])])):(e.openBlock(),e.createElementBlock("div",IH,[e.createElementVNode("div",null,[e.createTextVNode(" Сумма для повышения уровня: "),e.createElementVNode("span",SH,e.toDisplayString(Math.round(d.value.remain).toLocaleString("ru-RU"))+" ₽ ",1)]),e.createElementVNode("div",null,[e.createTextVNode(" Выдано комиссий на сумму: "),e.createElementVNode("span",xH,e.toDisplayString(Math.round(t.currentCount).toLocaleString("ru-RU"))+" ₽ ",1)])]))])):e.createCommentVNode("",!0)]))}});const hD={install(t){t.component("PlStepper",zH)}},jH={class:"pagination-wrapper"},AH={key:0,class:"d-flex align-items-center gap-2"},OH={class:"pagination"},LH={key:0},BH={key:0},PH={key:1},VH={key:1},$H={key:0},UH={key:1},vD=e.defineComponent({__name:"PlPagination",props:e.mergeModels({total:{},showPageSize:{type:Boolean,default:!0},options:{}},{pageNumber:{default:1},pageNumberModifiers:{},pageSize:{default:20},pageSizeModifiers:{}}),emits:e.mergeModels(["pageChange","pageSizeChange","change"],["update:pageNumber","update:pageSize"]),setup(t,{emit:n}){const r=t,o=e.useModel(t,"pageNumber"),l=e.useModel(t,"pageSize");e.onMounted(()=>{r.options&&r.options.length&&(l.value=r.options[0])});const s=e.computed(()=>Math.ceil(r.total/l.value)),i=e.ref(!1),c=e.ref(!1),{width:d}=Dn(),f=n,m=[20,50,100,1e3],p=e.computed(()=>(r.options||m).map(b=>({label:b.toString(),value:b})));e.watch(()=>r.total,b=>{b||h(1,!0)});const M=e.computed(()=>{const b=[];let w=4;if(y.value&&g.value&&(w=3),s.value<=7)for(let E=2;E<s.value;E++)b.push(E);else{let E,j;o.value>=s.value-3?(E=s.value-4,j=s.value-1):w===3?(E=Math.max(2,o.value-1),j=Math.min(s.value-1,o.value+1)):(E=Math.max(2,o.value-2),j=E+w-1,E<=2&&(E=2,j=E+w-1),j>=s.value&&(j=s.value-1,E=j-w+1));for(let x=E;x<=j&&x<s.value;x++)b.push(x)}return b}),y=e.computed(()=>s.value>7&&o.value>4),g=e.computed(()=>s.value>7&&o.value<s.value-3),h=(b,w=!1)=>{b>=1&&b<=s.value?(o.value=b,w||(f("pageChange",b),f("change",{page:b,size:l.value},!1))):b>=s.value&&(o.value=1)},N=()=>{h(1,!0),f("pageSizeChange",l.value),f("change",{page:1,size:l.value},!0)},D=()=>{o.value>1&&h(o.value-1)},C=()=>{o.value<s.value&&h(o.value+1)},_=()=>{const b=o.value+5;b>=s.value?h(s.value):h(b),i.value=!1},k=()=>{const b=o.value-5;b<1?h(1):h(b),c.value=!1},I=b=>{const w=b.toString().length;return{width:w>=5?"50px":w===4?"44px":"40px"}};return(b,w)=>{var $;const E=xn,j=Rm,x=ho,z=dt;return e.openBlock(),e.createElementBlock("nav",jH,[r.showPageSize&&(($=r.options)!=null&&$.length)&&e.unref(d)>=768?(e.openBlock(),e.createElementBlock("div",AH,[e.createVNode(E,null,{default:e.withCtx(()=>[e.createTextVNode("На странице:")]),_:1}),e.createVNode(j,{modelValue:l.value,"onUpdate:modelValue":w[0]||(w[0]=B=>l.value=B),teleport:"",options:p.value,width:"90px",onChange:N},null,8,["modelValue","options"])])):e.createCommentVNode("",!0),e.createElementVNode("div",OH,[e.createVNode(x,{type:"empty",disabled:o.value===1,icon:"ChevronLeft24","icon-color":"var(--color-text-icons-secondary)",onClick:D},null,8,["disabled"]),e.createVNode(E,{class:e.normalizeClass(["pagination-page",{active:o.value===1}]),onClick:w[1]||(w[1]=B=>h(1))},{default:e.withCtx(()=>[e.createTextVNode(" 1 ")]),_:1},8,["class"]),y.value?(e.openBlock(),e.createElementBlock("div",LH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:w[2]||(w[2]=B=>c.value=!0),onMouseleave:w[3]||(w[3]=B=>c.value=!1),onClick:k},[c.value?(e.openBlock(),e.createElementBlock("span",PH,[e.createVNode(z,{name:"ChevronDoubleLeft20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",BH,"..."))],32)])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(M.value,B=>(e.openBlock(),e.createBlock(E,{key:B,class:e.normalizeClass(["pagination-page",{active:o.value===B}]),style:e.normalizeStyle(I(B)),onClick:W=>h(B)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(B),1)]),_:2},1032,["class","style","onClick"]))),128)),g.value?(e.openBlock(),e.createElementBlock("div",VH,[e.createElementVNode("span",{class:"pagination-page",onMouseover:w[4]||(w[4]=B=>i.value=!0),onMouseleave:w[5]||(w[5]=B=>i.value=!1),onClick:_},[i.value?(e.openBlock(),e.createElementBlock("span",UH,[e.createVNode(z,{name:"ChevronDoubleRight20",color:"var(--color-text-icons-interactive)"})])):(e.openBlock(),e.createElementBlock("span",$H,"..."))],32)])):e.createCommentVNode("",!0),s.value>1?(e.openBlock(),e.createBlock(E,{key:2,class:e.normalizeClass(["pagination-page",{active:o.value===s.value}]),style:e.normalizeStyle(I(s.value)),onClick:w[6]||(w[6]=B=>h(s.value))},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(s.value),1)]),_:1},8,["class","style"])):e.createCommentVNode("",!0),e.createVNode(x,{type:"empty",icon:"ChevronRight24","icon-color":"var(--color-text-icons-secondary)",disabled:o.value===s.value||o.value>s.value,onClick:C},null,8,["disabled"])])])}}});const QH={class:"table-row"},YH={class:"d-grid flex-grow-1 py-md-table-4 row-gap-md-table-6"},RH={key:0,class:"d-flex align-content-start gap-4"},FH={class:"flex-grow-1 d-flex align-content-end"},qH={key:0,class:"table-cell pr-10"},WH={key:0,style:{width:"140px"}},HH={class:"flex-grow-1"},GH={key:2},IM=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}=Dn(),r=t;return(o,l)=>(e.openBlock(),e.createElementBlock("div",QH,[e.createElementVNode("div",YH,[e.unref(n)<1024&&r.mobileTop?(e.openBlock(),e.createElementBlock("div",RH,[r.isSelectable?(e.openBlock(),e.createBlock(hn,{key:0,width:"20px",height:"20px",variant:"button"})):e.createCommentVNode("",!0),e.createElementVNode("div",FH,[e.createVNode(hn,{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",qH,[e.createVNode(hn,{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",WH,[e.createVNode(hn,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0),e.createElementVNode("div",HH,[e.createVNode(hn,{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",GH,[e.createVNode(hn,{variant:"p",width:"70%"})])):e.createCommentVNode("",!0)])]))}});var Ju={exports:{}};Ju.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]",M="[object Error]",y="[object Function]",g="[object GeneratorFunction]",h="[object Map]",N="[object Number]",D="[object Null]",C="[object Object]",_="[object Promise]",k="[object Proxy]",I="[object RegExp]",b="[object Set]",w="[object String]",E="[object Symbol]",j="[object Undefined]",x="[object WeakMap]",z="[object ArrayBuffer]",$="[object DataView]",B="[object Float32Array]",W="[object Float64Array]",H="[object Int8Array]",V="[object Int16Array]",P="[object Int32Array]",U="[object Uint8Array]",A="[object Uint8ClampedArray]",R="[object Uint16Array]",K="[object Uint32Array]",Y=/[\\^$.*+?()[\]{}|]/g,se=/^\[object .+?Constructor\]$/,de=/^(?:0|[1-9]\d*)$/,ge={};ge[B]=ge[W]=ge[H]=ge[V]=ge[P]=ge[U]=ge[A]=ge[R]=ge[K]=!0,ge[c]=ge[d]=ge[z]=ge[m]=ge[$]=ge[p]=ge[M]=ge[y]=ge[h]=ge[N]=ge[C]=ge[I]=ge[b]=ge[w]=ge[x]=!1;var ie=typeof Yt=="object"&&Yt&&Yt.Object===Object&&Yt,ue=typeof self=="object"&&self&&self.Object===Object&&self,oe=ie||ue||Function("return this")(),Z=n&&!n.nodeType&&n,X=Z&&!0&&t&&!t.nodeType&&t,ke=X&&X.exports===Z,xe=ke&&ie.process,Ae=function(){try{return xe&&xe.binding&&xe.binding("util")}catch{}}(),Ve=Ae&&Ae.isTypedArray;function _e(Q,ne){for(var Ce=-1,$e=Q==null?0:Q.length,Tt=0,ot=[];++Ce<$e;){var jt=Q[Ce];ne(jt,Ce,Q)&&(ot[Tt++]=jt)}return ot}function qe(Q,ne){for(var Ce=-1,$e=ne.length,Tt=Q.length;++Ce<$e;)Q[Tt+Ce]=ne[Ce];return Q}function pe(Q,ne){for(var Ce=-1,$e=Q==null?0:Q.length;++Ce<$e;)if(ne(Q[Ce],Ce,Q))return!0;return!1}function Re(Q,ne){for(var Ce=-1,$e=Array(Q);++Ce<Q;)$e[Ce]=ne(Ce);return $e}function Te(Q){return function(ne){return Q(ne)}}function Ne(Q,ne){return Q.has(ne)}function Le(Q,ne){return Q==null?void 0:Q[ne]}function We(Q){var ne=-1,Ce=Array(Q.size);return Q.forEach(function($e,Tt){Ce[++ne]=[Tt,$e]}),Ce}function ae(Q,ne){return function(Ce){return Q(ne(Ce))}}function le(Q){var ne=-1,Ce=Array(Q.size);return Q.forEach(function($e){Ce[++ne]=$e}),Ce}var ze=Array.prototype,Xe=Function.prototype,it=Object.prototype,Pe=oe["__core-js_shared__"],ve=Xe.toString,ce=it.hasOwnProperty,Me=function(){var Q=/[^.]+$/.exec(Pe&&Pe.keys&&Pe.keys.IE_PROTO||"");return Q?"Symbol(src)_1."+Q:""}(),Qe=it.toString,De=RegExp("^"+ve.call(ce).replace(Y,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ie=ke?oe.Buffer:void 0,F=oe.Symbol,Ee=oe.Uint8Array,J=it.propertyIsEnumerable,he=ze.splice,Oe=F?F.toStringTag:void 0,et=Object.getOwnPropertySymbols,Ge=Ie?Ie.isBuffer:void 0,ht=ae(Object.keys,Object),cn=Fn(oe,"DataView"),Dt=Fn(oe,"Map"),Lt=Fn(oe,"Promise"),Mo=Fn(oe,"Set"),jl=Fn(oe,"WeakMap"),Yo=Fn(Object,"create"),Sc=Kr(cn),xc=Kr(Dt),Oa=Kr(Lt),Ec=Kr(Mo),La=Kr(jl),Zs=F?F.prototype:void 0,Ba=Zs?Zs.valueOf:void 0;function Gr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function zc(){this.__data__=Yo?Yo(null):{},this.size=0}function jc(Q){var ne=this.has(Q)&&delete this.__data__[Q];return this.size-=ne?1:0,ne}function Ac(Q){var ne=this.__data__;if(Yo){var Ce=ne[Q];return Ce===o?void 0:Ce}return ce.call(ne,Q)?ne[Q]:void 0}function Oc(Q){var ne=this.__data__;return Yo?ne[Q]!==void 0:ce.call(ne,Q)}function Lc(Q,ne){var Ce=this.__data__;return this.size+=this.has(Q)?0:1,Ce[Q]=Yo&&ne===void 0?o:ne,this}Gr.prototype.clear=zc,Gr.prototype.delete=jc,Gr.prototype.get=Ac,Gr.prototype.has=Oc,Gr.prototype.set=Lc;function nr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function Bc(){this.__data__=[],this.size=0}function Pc(Q){var ne=this.__data__,Ce=Ro(ne,Q);if(Ce<0)return!1;var $e=ne.length-1;return Ce==$e?ne.pop():he.call(ne,Ce,1),--this.size,!0}function Vc(Q){var ne=this.__data__,Ce=Ro(ne,Q);return Ce<0?void 0:ne[Ce][1]}function $c(Q){return Ro(this.__data__,Q)>-1}function Uc(Q,ne){var Ce=this.__data__,$e=Ro(Ce,Q);return $e<0?(++this.size,Ce.push([Q,ne])):Ce[$e][1]=ne,this}nr.prototype.clear=Bc,nr.prototype.delete=Pc,nr.prototype.get=Vc,nr.prototype.has=$c,nr.prototype.set=Uc;function Zr(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.clear();++ne<Ce;){var $e=Q[ne];this.set($e[0],$e[1])}}function Al(){this.size=0,this.__data__={hash:new Gr,map:new(Dt||nr),string:new Gr}}function Qc(Q){var ne=No(this,Q).delete(Q);return this.size-=ne?1:0,ne}function Ol(Q){return No(this,Q).get(Q)}function Yc(Q){return No(this,Q).has(Q)}function Rc(Q,ne){var Ce=No(this,Q),$e=Ce.size;return Ce.set(Q,ne),this.size+=Ce.size==$e?0:1,this}Zr.prototype.clear=Al,Zr.prototype.delete=Qc,Zr.prototype.get=Ol,Zr.prototype.has=Yc,Zr.prototype.set=Rc;function Ll(Q){var ne=-1,Ce=Q==null?0:Q.length;for(this.__data__=new Zr;++ne<Ce;)this.add(Q[ne])}function Ks(Q){return this.__data__.set(Q,o),this}function Js(Q){return this.__data__.has(Q)}Ll.prototype.add=Ll.prototype.push=Ks,Ll.prototype.has=Js;function hr(Q){var ne=this.__data__=new nr(Q);this.size=ne.size}function Fc(){this.__data__=new nr,this.size=0}function qc(Q){var ne=this.__data__,Ce=ne.delete(Q);return this.size=ne.size,Ce}function Wc(Q){return this.__data__.get(Q)}function Hc(Q){return this.__data__.has(Q)}function Xs(Q,ne){var Ce=this.__data__;if(Ce instanceof nr){var $e=Ce.__data__;if(!Dt||$e.length<r-1)return $e.push([Q,ne]),this.size=++Ce.size,this;Ce=this.__data__=new Zr($e)}return Ce.set(Q,ne),this.size=Ce.size,this}hr.prototype.clear=Fc,hr.prototype.delete=qc,hr.prototype.get=Wc,hr.prototype.has=Hc,hr.prototype.set=Xs;function ei(Q,ne){var Ce=Vl(Q),$e=!Ce&&fi(Q),Tt=!Ce&&!$e&&$a(Q),ot=!Ce&&!$e&&!Tt&&gi(Q),jt=Ce||$e||Tt||ot,Gt=jt?Re(Q.length,String):[],vt=Gt.length;for(var Ct in Q)(ne||ce.call(Q,Ct))&&!(jt&&(Ct=="length"||Tt&&(Ct=="offset"||Ct=="parent")||ot&&(Ct=="buffer"||Ct=="byteLength"||Ct=="byteOffset")||si(Ct,vt)))&&Gt.push(Ct);return Gt}function Ro(Q,ne){for(var Ce=Q.length;Ce--;)if(di(Q[Ce][0],ne))return Ce;return-1}function Pa(Q,ne,Ce){var $e=ne(Q);return Vl(Q)?$e:qe($e,Ce(Q))}function Fo(Q){return Q==null?Q===void 0?j:D:Oe&&Oe in Object(Q)?li(Q):Kc(Q)}function Va(Q){return Wo(Q)&&Fo(Q)==c}function qo(Q,ne,Ce,$e,Tt){return Q===ne?!0:Q==null||ne==null||!Wo(Q)&&!Wo(ne)?Q!==Q&&ne!==ne:ti(Q,ne,Ce,$e,qo,Tt)}function ti(Q,ne,Ce,$e,Tt,ot){var jt=Vl(Q),Gt=Vl(ne),vt=jt?d:Or(Q),Ct=Gt?d:Or(ne);vt=vt==c?C:vt,Ct=Ct==c?C:Ct;var Rt=vt==C,En=Ct==C,Zt=vt==Ct;if(Zt&&$a(Q)){if(!$a(ne))return!1;jt=!0,Rt=!1}if(Zt&&!Rt)return ot||(ot=new hr),jt||gi(Q)?Bl(Q,ne,Ce,$e,Tt,ot):Zc(Q,ne,vt,Ce,$e,Tt,ot);if(!(Ce&l)){var At=Rt&&ce.call(Q,"__wrapped__"),wn=En&&ce.call(ne,"__wrapped__");if(At||wn){var vr=At?Q.value():Q,rr=wn?ne.value():ne;return ot||(ot=new hr),Tt(vr,rr,Ce,$e,ot)}}return Zt?(ot||(ot=new hr),oi(Q,ne,Ce,$e,Tt,ot)):!1}function Gc(Q){if(!mi(Q)||ui(Q))return!1;var ne=$l(Q)?De:se;return ne.test(Kr(Q))}function ni(Q){return Wo(Q)&&pi(Q.length)&&!!ge[Fo(Q)]}function ri(Q){if(!ci(Q))return ht(Q);var ne=[];for(var Ce in Object(Q))ce.call(Q,Ce)&&Ce!="constructor"&&ne.push(Ce);return ne}function Bl(Q,ne,Ce,$e,Tt,ot){var jt=Ce&l,Gt=Q.length,vt=ne.length;if(Gt!=vt&&!(jt&&vt>Gt))return!1;var Ct=ot.get(Q);if(Ct&&ot.get(ne))return Ct==ne;var Rt=-1,En=!0,Zt=Ce&s?new Ll:void 0;for(ot.set(Q,ne),ot.set(ne,Q);++Rt<Gt;){var At=Q[Rt],wn=ne[Rt];if($e)var vr=jt?$e(wn,At,Rt,ne,Q,ot):$e(At,wn,Rt,Q,ne,ot);if(vr!==void 0){if(vr)continue;En=!1;break}if(Zt){if(!pe(ne,function(rr,Lr){if(!Ne(Zt,Lr)&&(At===rr||Tt(At,rr,Ce,$e,ot)))return Zt.push(Lr)})){En=!1;break}}else if(!(At===wn||Tt(At,wn,Ce,$e,ot))){En=!1;break}}return ot.delete(Q),ot.delete(ne),En}function Zc(Q,ne,Ce,$e,Tt,ot,jt){switch(Ce){case $:if(Q.byteLength!=ne.byteLength||Q.byteOffset!=ne.byteOffset)return!1;Q=Q.buffer,ne=ne.buffer;case z:return!(Q.byteLength!=ne.byteLength||!ot(new Ee(Q),new Ee(ne)));case m:case p:case N:return di(+Q,+ne);case M:return Q.name==ne.name&&Q.message==ne.message;case I:case w:return Q==ne+"";case h:var Gt=We;case b:var vt=$e&l;if(Gt||(Gt=le),Q.size!=ne.size&&!vt)return!1;var Ct=jt.get(Q);if(Ct)return Ct==ne;$e|=s,jt.set(Q,ne);var Rt=Bl(Gt(Q),Gt(ne),$e,Tt,ot,jt);return jt.delete(Q),Rt;case E:if(Ba)return Ba.call(Q)==Ba.call(ne)}return!1}function oi(Q,ne,Ce,$e,Tt,ot){var jt=Ce&l,Gt=Pl(Q),vt=Gt.length,Ct=Pl(ne),Rt=Ct.length;if(vt!=Rt&&!jt)return!1;for(var En=vt;En--;){var Zt=Gt[En];if(!(jt?Zt in ne:ce.call(ne,Zt)))return!1}var At=ot.get(Q);if(At&&ot.get(ne))return At==ne;var wn=!0;ot.set(Q,ne),ot.set(ne,Q);for(var vr=jt;++En<vt;){Zt=Gt[En];var rr=Q[Zt],Lr=ne[Zt];if($e)var Ua=jt?$e(Lr,rr,Zt,ne,Q,ot):$e(rr,Lr,Zt,Q,ne,ot);if(!(Ua===void 0?rr===Lr||Tt(rr,Lr,Ce,$e,ot):Ua)){wn=!1;break}vr||(vr=Zt=="constructor")}if(wn&&!vr){var Ho=Q.constructor,nn=ne.constructor;Ho!=nn&&"constructor"in Q&&"constructor"in ne&&!(typeof Ho=="function"&&Ho instanceof Ho&&typeof nn=="function"&&nn instanceof nn)&&(wn=!1)}return ot.delete(Q),ot.delete(ne),wn}function Pl(Q){return Pa(Q,ed,ai)}function No(Q,ne){var Ce=Q.__data__;return ii(ne)?Ce[typeof ne=="string"?"string":"hash"]:Ce.map}function Fn(Q,ne){var Ce=Le(Q,ne);return Gc(Ce)?Ce:void 0}function li(Q){var ne=ce.call(Q,Oe),Ce=Q[Oe];try{Q[Oe]=void 0;var $e=!0}catch{}var Tt=Qe.call(Q);return $e&&(ne?Q[Oe]=Ce:delete Q[Oe]),Tt}var ai=et?function(Q){return Q==null?[]:(Q=Object(Q),_e(et(Q),function(ne){return J.call(Q,ne)}))}:kt,Or=Fo;(cn&&Or(new cn(new ArrayBuffer(1)))!=$||Dt&&Or(new Dt)!=h||Lt&&Or(Lt.resolve())!=_||Mo&&Or(new Mo)!=b||jl&&Or(new jl)!=x)&&(Or=function(Q){var ne=Fo(Q),Ce=ne==C?Q.constructor:void 0,$e=Ce?Kr(Ce):"";if($e)switch($e){case Sc:return $;case xc:return h;case Oa:return _;case Ec:return b;case La:return x}return ne});function si(Q,ne){return ne=ne??i,!!ne&&(typeof Q=="number"||de.test(Q))&&Q>-1&&Q%1==0&&Q<ne}function ii(Q){var ne=typeof Q;return ne=="string"||ne=="number"||ne=="symbol"||ne=="boolean"?Q!=="__proto__":Q===null}function ui(Q){return!!Me&&Me in Q}function ci(Q){var ne=Q&&Q.constructor,Ce=typeof ne=="function"&&ne.prototype||it;return Q===Ce}function Kc(Q){return Qe.call(Q)}function Kr(Q){if(Q!=null){try{return ve.call(Q)}catch{}try{return Q+""}catch{}}return""}function di(Q,ne){return Q===ne||Q!==Q&&ne!==ne}var fi=Va(function(){return arguments}())?Va:function(Q){return Wo(Q)&&ce.call(Q,"callee")&&!J.call(Q,"callee")},Vl=Array.isArray;function Jc(Q){return Q!=null&&pi(Q.length)&&!$l(Q)}var $a=Ge||wt;function Xc(Q,ne){return qo(Q,ne)}function $l(Q){if(!mi(Q))return!1;var ne=Fo(Q);return ne==y||ne==g||ne==f||ne==k}function pi(Q){return typeof Q=="number"&&Q>-1&&Q%1==0&&Q<=i}function mi(Q){var ne=typeof Q;return Q!=null&&(ne=="object"||ne=="function")}function Wo(Q){return Q!=null&&typeof Q=="object"}var gi=Ve?Te(Ve):ni;function ed(Q){return Jc(Q)?ei(Q):ri(Q)}function kt(){return[]}function wt(){return!1}t.exports=Xc})(Ju,Ju.exports);var ZH=Ju.exports;const SM=Mn(ZH),Kn={SMALL:375,MOBILE:768,TABLET:1024,DESKTOP:1200,WIDESCREEN:1680},KH={key:0},JH={key:0,class:"px-4"},XH={key:1,class:"px-4"},e7={key:0,"data-testid":"table-headers",class:"table-row",role:"rowgroup"},t7={key:0,class:"table-cell pr-10",role:"columnheader"},n7={key:0,class:"py-4"},r7=e.createElementVNode("div",{class:"divider"},null,-1),o7=[r7],l7={class:"no-data-container"},a7=["id"],s7={key:0,class:"d-grid flex-grow-1 row-gap-md-table-6 py-md-table-4"},i7={key:0,class:"d-flex align-content-start gap-4",role:"cell"},u7={key:0,class:"table-cell pr-10 align-self-center",role:"cell"},c7={key:2,role:"cell"},d7={key:1,style:{height:"70px"}},f7={key:2,class:"prevent-click py-4"},p7=e.createElementVNode("div",{class:"divider"},null,-1),m7=[p7],g7=e.defineComponent({__name:"pl-table-plus",props:e.mergeModels({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:{default:()=>[]},total:{},bodyHeight:{default:"100%"},alignRight:{type:Boolean,default:!1},border:{type:Boolean},showPageSize:{type:Boolean,default:!0},virtualSize:{default:100},loadingSize:{default:20},minLoadingRows:{default:5},hideHeaders:{type:Boolean,default:!1}},{pageNumber:{default:1},pageNumberModifiers:{},pageSize:{default:20},pageSizeModifiers:{}}),emits:e.mergeModels(["infiniteScroll","update:selectedRows","rowClick","headerCheckboxClicked","pageChange","pageSizeChange","change","scroll"],["update:pageNumber","update:pageSize"]),setup(t,{expose:n,emit:r}){e.useCssVars(Z=>({df93c324:s.value}));const o=r,l=t,s=e.computed(()=>Tp(l.bodyHeight)),{width:i}=Dn(),{rows:c}=e.toRefs(l),d=e.useSlots(),f=e.ref({}),m=e.ref(),p=e.computed(()=>l.isLoading),M=e.ref(!0),y=e.useModel(t,"pageNumber"),g=e.useModel(t,"pageSize");e.onMounted(()=>{l.pageSizeOptions&&l.pageSizeOptions.length&&(g.value=l.pageSizeOptions[0])});const h=e.computed(()=>g.value>=l.virtualSize),N=e.ref(),D=e.computed(()=>{var Z;return(Z=N==null?void 0:N.value)==null?void 0:Z.showXThumb}),C=e.computed(()=>l.isLoading?Math.max(l.rows.length,l.minLoadingRows):l.rows.length),_=(Z,X)=>{N.value.setScrollLeft(X.left),o("scroll",Z)},k=e.ref(),I=(Z,X)=>{i.value>=Kn.TABLET&&(k.value.setScrollLeft(X.left),o("scroll",Z))},b=e.computed({get:()=>l.selectedRows,set:Z=>o("update:selectedRows",Z)}),w=e.computed(()=>{const Z={};return l.rows.forEach((X,ke)=>{const xe=l.uniqKey?X[l.uniqKey]:ke;Z[xe]=X}),Z}),E=e.ref([]),j=bn(),x=Z=>{var ke;const X=(ke=document.getElementById(j+Z))==null?void 0:ke.classList;X&&(X.contains("visible")||(E.value[j+Z]=!0,X.add("visible")))},z=new IntersectionObserver(Z=>{Z.forEach(X=>{if(X.isIntersecting&&!X.target.classList.contains("visible")){E.value[X.target.id]=!0,X.target.classList.add("visible");const ke=Number(X.target.id.replace(j,""));for(let xe=ke;xe>=ke-l.loadingSize;xe--)x(xe);for(let xe=ke;xe<ke+l.loadingSize;xe++)x(xe)}})},{root:N.value,rootMargin:"400px",threshold:.01}),$=()=>{h.value&&(E.value=[],z.disconnect(),l.rows.forEach((Z,X)=>{const ke=document.getElementById(j+X);ke&&(E.value[j+X]=document.getElementById(j+X).classList.contains("visible"),z.observe(ke))}))};e.watch(()=>l.rows.length,()=>{e.nextTick(()=>{$()})});const B=(Z,X=!1)=>{N.value.setScrollTop(0),y.value=Z.page,g.value=Z.size,X||o("pageChange",y.value),X&&o("pageSizeChange",g.value,y.value),o("change",Z)},W=()=>{f.value={}},H=()=>{l.rows.forEach((Z,X)=>{if(Z!=null&&Z.isDisabledSelect)return;const ke=l.uniqKey?Z[l.uniqKey]:X;f.value[ke]=!0})},V=e.ref(!1),P=e.computed(()=>l.rows.filter(Z=>!(Z!=null&&Z.isDisabledSelect))),U=e.computed(()=>Object.values(b.value).map(Z=>Z).length),A=e.computed(()=>i.value<Kn.TABLET?l.headers.filter(Z=>!l.hideHeadersOnMobile.includes(Z.key)):l.headers),R=e.ref(1),K=e.computed(()=>{let Z=l.isSelectable?"60px":"";return A.value.forEach(X=>{let ke="1fr",xe="0";X!=null&&X.width&&typeof X.width=="number"?(ke=`${100/R.value*X.width}%`,xe=ke):X!=null&&X.width&&typeof X.width=="string"&&(ke=X==null?void 0:X.width,xe=ke),X!=null&&X.minWidth&&typeof X.minWidth=="number"?xe=`${100/R.value*X.minWidth}%`:X!=null&&X.minWidth&&typeof X.minWidth=="string"&&(xe=X.minWidth),Z+=` minmax(${xe}, ${ke})`}),i.value<Kn.TABLET?{}:{"grid-template-columns":Z}}),Y=()=>{p.value||!c.value.length||o("infiniteScroll")},se=()=>{ge.value=!0,V.value=!0},de=()=>{W()},ge=e.ref(!1),ie=()=>{ge.value=!0},ue=(Z,X)=>{var ke,xe;(xe=(ke=Z.target).closest)!=null&&xe.call(ke,".prevent-click")||o("rowClick",X)};e.watch(V,Z=>{ge.value&&(Z?H():W(),o("headerCheckboxClicked",Z)),ge.value=!1}),e.watch(f,()=>{setTimeout(()=>{const Z=[];for(const X in f.value)f.value[X]&&Z.push(w.value[X]);V.value=!!P.value.length&&Z.length===P.value.length,!SM(b.value,Z)&&(b.value=Z)})},{deep:!0}),e.watch(b,(Z,X)=>{if(SM(Z,X))return;const ke={};Z.forEach((xe,Ae)=>{const Ve=l.uniqKey?xe[l.uniqKey]:Ae;ke[Ve]=!0}),f.value=ke},{deep:!0,immediate:!0}),e.watch(p,Z=>{M.value&&(Z||(M.value=!1))},{immediate:!0});const oe=()=>{const{width:Z}=m.value.getBoundingClientRect(),X=l.defaultWrapperWidth||Z;R.value=X-32};return e.watch(i,()=>{oe()}),e.onMounted(()=>{oe()}),n({resetSelectedRows:de,selectAllRows:se}),(Z,X)=>{const ke=Hr,xe=vD,Ae=e.resolveDirective("tap"),Ve=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)>=e.unref(Kn).TABLET?(e.openBlock(),e.createElementBlock("div",KH,[M.value?(e.openBlock(),e.createElementBlock("div",JH,[e.createVNode(IM,{"is-selectable":!!Z.isSelectable,headers:A.value,"table-style":K.value},null,8,["is-selectable","headers","table-style"])])):(e.openBlock(),e.createElementBlock("div",XH,[e.createVNode(ke,{ref_key:"tableHeaderScroll",ref:k,"view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","hide-scroll-thumb":"",onScroll:_},{default:e.withCtx(()=>[l.hideHeaders?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",e7,[e.createElementVNode("div",{class:"d-grid flex-grow-1",style:e.normalizeStyle(K.value),role:"row"},[Z.isSelectable?(e.openBlock(),e.createElementBlock("div",t7,[e.createVNode(fa,{modelValue:V.value,"onUpdate:modelValue":X[0]||(X[0]=_e=>V.value=_e),disabled:p.value||!P.value.length,"is-indeterminate":!!U.value,size:"small",onMousedown:ie},null,8,["modelValue","disabled","is-indeterminate"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(_e,qe)=>(e.openBlock(),e.createElementBlock("div",{key:qe+"headerCell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":_e.alignRight||l.alignRight}]]),role:"columnheader"},[e.createVNode(xn,{class:"tertiary-text-color"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(_e.label),1)]),_:2},1024)],2))),128))],4)]))]),_:1},512)])),e.createElementVNode("div",{class:e.normalizeClass({divider:!Z.hideHeaders})},null,2)])):e.createCommentVNode("",!0),p.value?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["table-body rows-skeleton",[{"table-body__fixed":s.value!=="100%"}]])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(C.value,(_e,qe)=>(e.openBlock(),e.createElementBlock("div",{key:_e+"skeletonRow"},[e.createVNode(IM,{"is-selectable":!!Z.isSelectable,headers:A.value,"table-style":K.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)<e.unref(Kn).TABLET&&qe<C.value-1?(e.openBlock(),e.createElementBlock("div",n7,o7)):e.createCommentVNode("",!0)]))),128))],2)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("div",l7,[e.renderSlot(Z.$slots,"noDataContainer")],512),[[e.vShow,!p.value&&e.unref(d).noDataContainer&&!e.unref(c).length]]),e.withDirectives((e.openBlock(),e.createBlock(ke,{ref_key:"tableBodyScroll",ref:N,"infinite-scroll-distance":5,"data-testid":"table-body",class:"table-body mt-md-table-0",role:"rowgroup","max-height":Z.bodyHeight,"wrap-class":`pt-1 pt-md-table-0 ${D.value?"pb-3":""}`,"view-class":"d-grid gap-1 pl-table-plus-scrollbar-view__inherit-max-width","always-show-x-thumb":"",onScroll:I},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(c),(_e,qe)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{id:e.unref(j)+qe,key:(_e==null?void 0:_e[Z.uniqKey])||qe+"tableRow",class:e.normalizeClass([[{"with-hover":Z.withHover&&e.unref(i)>=e.unref(Kn).TABLET&&!Z.border},{"with-border":Z.border&&e.unref(i)>=e.unref(Kn).TABLET}],"table-row"]),"data-testid":"table-row",role:"row"},[!h.value||E.value[e.unref(j)+qe]?(e.openBlock(),e.createElementBlock("div",s7,[e.unref(i)<e.unref(Kn).TABLET&&e.unref(d).mobileTop?(e.openBlock(),e.createElementBlock("div",i7,[Z.isSelectable?(e.openBlock(),e.createBlock(fa,{key:0,modelValue:f.value[(_e==null?void 0:_e[Z.uniqKey])||qe],"onUpdate:modelValue":pe=>f.value[(_e==null?void 0:_e[Z.uniqKey])||qe]=pe,disabled:_e==null?void 0:_e.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])):e.createCommentVNode("",!0),e.renderSlot(Z.$slots,"mobileTop",{row:_e})])):e.createCommentVNode("",!0),A.value.length?(e.openBlock(),e.createElementBlock("div",{key:1,class:"d-grid gap-md-table-1 row-gap-md-table-1",style:e.normalizeStyle(K.value)},[Z.isSelectable&&e.unref(i)>=e.unref(Kn).TABLET?(e.openBlock(),e.createElementBlock("div",u7,[e.createVNode(fa,{modelValue:f.value[(_e==null?void 0:_e[Z.uniqKey])||qe],"onUpdate:modelValue":pe=>f.value[(_e==null?void 0:_e[Z.uniqKey])||qe]=pe,disabled:_e==null?void 0:_e.isDisabledSelect,size:"small"},null,8,["modelValue","onUpdate:modelValue","disabled"])])):e.createCommentVNode("",!0),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(A.value,(pe,Re)=>(e.openBlock(),e.createElementBlock("div",{key:Re+"tableCell","data-testid":"table-cell",class:e.normalizeClass(["table-cell",[{"table-cell_align-right":pe.alignRight||l.alignRight}]]),role:"cell"},[e.unref(i)<e.unref(Kn).TABLET&&(pe!=null&&pe.label)?(e.openBlock(),e.createBlock(xn,{key:0,class:"tertiary-text-color white-space-nowrap mobile-label"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(pe.label),1)]),_:2},1024)):e.createCommentVNode("",!0),e.createElementVNode("div",{style:e.normalizeStyle(`max-width: ${e.unref(i)>=e.unref(Kn).TABLET?pe.maxWidthContent:"100%"}`)},[e.renderSlot(Z.$slots,pe.key,{row:_e},()=>[e.createTextVNode(e.toDisplayString(_e[pe.label]),1)])],4)],2))),128))],4)):e.createCommentVNode("",!0),e.unref(i)<e.unref(Kn).TABLET&&e.unref(d).mobileBottom?(e.openBlock(),e.createElementBlock("div",c7,[e.renderSlot(Z.$slots,"mobileBottom",{row:_e})])):e.createCommentVNode("",!0)])):(e.openBlock(),e.createElementBlock("div",d7)),e.unref(i)<e.unref(Kn).TABLET&&qe<e.unref(c).length-1?(e.openBlock(),e.createElementBlock("div",f7,m7)):e.createCommentVNode("",!0)],10,a7)),[[Ae,pe=>ue(pe,_e)]])),128))]),_:3},8,["max-height","wrap-class"])),[[e.vShow,!p.value&&e.unref(c).length],[Ve,Y]]),l.pagination?(e.openBlock(),e.createBlock(xe,{key:2,"page-size":g.value,"onUpdate:pageSize":X[1]||(X[1]=_e=>g.value=_e),"page-number":y.value,"onUpdate:pageNumber":X[2]||(X[2]=_e=>y.value=_e),total:l.total,"show-page-size":l.showPageSize,options:Z.pageSizeOptions,onChange:B},null,8,["page-size","page-number","total","show-page-size","options"])):e.createCommentVNode("",!0)],512)}}});const yD={install(t){t.component("PlTablePlus",g7)}},h7=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 M={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 M[l.value]||M.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=M=>{if(r.disabled){M.stopImmediatePropagation();return}o("tagClicked")};return(M,y)=>{const g=dt;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(g,{key:0,color:d.value,name:r.icon},null,8,["color","name"])):e.createCommentVNode("",!0),e.renderSlot(M.$slots,"default"),r.deleteBtn?(e.openBlock(),e.createBlock(g,{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 MD=ft(h7,"PlTagsChips"),v7=e.defineComponent({__name:"pl-tab-counter",props:{active:{type:Boolean,default:!1}},setup(t){const n=t;return(r,o)=>{const l=xn;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 y7=Rn(v7,[["__scopeId","data-v-68a9a8d7"]]),M7=t=>(e.pushScopeId("data-v-55df134a"),t=t(),e.popScopeId(),t),N7={class:"pl-tab__content"},D7={key:0,class:"pl-tab__content-suffix"},b7=M7(()=>e.createElementVNode("div",{class:"pl-tab__indicator-wider"},null,-1)),w7=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=Ic;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",N7,[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",D7,[n.icon?(e.openBlock(),e.createBlock(dt,{key:0,name:n.icon,color:r.value},null,8,["name","color"])):n.counter!==null?(e.openBlock(),e.createBlock(y7,{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),b7],2)):e.createCommentVNode("",!0)}}});const k7=Rn(w7,[["__scopeId","data-v-55df134a"]]),T7={class:"pl-tab-container"},C7=e.createElementVNode("div",{class:"pl-tab-divider"},null,-1),_7=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 M=l.default();return Array.isArray(M[0].children)?M[0].children.map(y=>y.props):l.default().map(y=>y.props)}),i=e.ref(null),c=async(M,y)=>{const g=await Promise.all(M.map(y));return M.filter((h,N)=>g[N])[0]},d=async M=>{var y;return r.modelValue===((y=M.props)==null?void 0:y.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=M=>{M.disabled||m("update:modelValue",M.name)};return(M,y)=>{var h;const g=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",T7,[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(k7,{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"])),[[g,()=>p(N)]])),128)),C7],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:(h=i.value)==null?void 0:h.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 ND={install(t){t.component("PlTabs",_7)}},DD=ft(vD,"PlPagination"),qm=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),Wm=e.defineComponent({__name:"pl-system",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),I7={key:0,class:"pl-onboarding-overlay"},S7={class:"onboarding-header"},x7={class:"d-flex gap-2"},E7={class:"d-grid gap-4"},z7={class:"onboarding-content"},j7=["src"],A7={class:"onboarding-footer"},O7={class:"pagination"},L7=e.defineComponent({__name:"pl-onboarding",props:{show:{type:Boolean,default:!1},title:{default:"Title"},placement:{default:"top"},slides:{},currentItem:{default:0},hideCloseButton:{type:Boolean,default:!1},overlay:{type:Boolean,default:!1},borderRadius:{default:"16px"}},emits:["close","update:show","update:currentItem","next"],setup(t,{emit:n}){const r=t,o=n,l=e.computed({get:()=>r.currentItem,set:w=>o("update:currentItem",w)}),s=e.computed({get:()=>r.show,set:w=>o("update:show",w)}),i=e.ref(null),c=e.ref(null),d=e.computed(()=>l.value===r.slides.length-1?"Понятно":"Далее"),f=e.ref(),m=e.ref({}),p=()=>{o("close"),s.value=!1},M=()=>{l.value===r.slides.length-1?(p(),o("next")):(o("update:currentItem",l.value),l.value++,o("next"))},y=e.ref(r.placement),g=()=>{if(i.value&&c.value){let w="",E="";const j=c.value.firstElementChild.getBoundingClientRect();m.value={top:`${j.top-8}px`,left:`${j.left-8}px`,width:`${j.width+8*2}px`,height:`${j.height+8*2}px`,borderRadius:r.borderRadius};const x=i.value,z=x.offsetWidth,$=x.offsetHeight,B=j.left-z-14,W=window.innerWidth-j.right-z-14,H=j.left-z-14,V=window.innerWidth-j.right-z/2-14,P=j.top-$-14,U=window.innerHeight-j.bottom-$-14,A=r.placement,R=A.startsWith("left")&&B<0?A.replace("left","right"):A.startsWith("right")&&W<0||A.endsWith("-right")&&H<0?A.replace("right","left"):A.endsWith("-left")&&V<0?A.replace("left","right"):A.startsWith("top")&&P<0?A.replace("top","bottom"):A.startsWith("bottom")&&U<0?A.replace("bottom","top"):A;y.value=R;const K=r.overlay?8:0;switch(R){case"left-top":w=`${j.top-40+j.height/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"left":w=`${j.top+j.height/2-x.offsetHeight/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"left-bottom":w=`${j.bottom-x.offsetHeight+40-j.height/2}px`,E=`${j.left-x.offsetWidth-14-K}px`;break;case"right-top":w=`${j.top-40+j.height/2}px`,E=`${j.left+j.width+14+K}px`;break;case"right":w=`${j.top+j.height/2-x.offsetHeight/2}px`,E=`${j.left+j.width+14+K}px`;break;case"right-bottom":w=`${j.bottom-x.offsetHeight+40-j.height/2}px`,E=`${j.right+14+K}px`;break;case"top-left":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.left+j.width/2-40.5}px`;break;case"top":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.left+j.width/2-x.offsetWidth/2}px`;break;case"top-right":w=`${j.top-x.offsetHeight-14-K}px`,E=`${j.right-x.offsetWidth-j.width/2+40.5}px`;break;case"bottom-left":w=`${j.bottom+14+K}px`,E=`${j.left+j.width/2-40.5}px`;break;case"bottom":w=`${j.bottom+14+K}px`,E=`${j.left+j.width/2-x.offsetWidth/2}px`;break;case"bottom-right":w=`${j.bottom+14+K}px`,E=`${j.right-x.offsetWidth-j.width/2+40.5}px`;break}return{top:w,left:E}}},h=()=>{f.value=g()},{top:N,right:D,bottom:C,left:_,height:k,width:I}=o4(c);e.onUpdated(()=>{const w=new MutationObserver(h);i.value&&w.observe(i.value,{childList:!0,subtree:!0,attributes:!0}),e.onUnmounted(()=>{w.disconnect()})});let b;return e.watch(()=>s.value,(w,E)=>{w?(f.value=g(),document.body.style.overflow="hidden",b=e.watch([N,D,C,_,k,I],()=>{h(),document.addEventListener("transitionend",h)})):E===!0&&(document.body.style.overflow="",b==null||b(),document.removeEventListener("transitionend",h))},{immediate:!0}),(w,E)=>{const j=Gs,x=Wm,z=qm;return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{ref_key:"triggerElement",ref:c,class:e.normalizeClass({"pl-onboarding-trigger":r.overlay}),style:e.normalizeStyle({borderRadius:w.borderRadius})},[e.renderSlot(w.$slots,"default")],6),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",I7,[r.overlay?(e.openBlock(),e.createElementBlock("div",{key:0,class:"pl-onboarding-hole",style:e.normalizeStyle(m.value)},null,4)):e.createCommentVNode("",!0),e.createElementVNode("div",{ref_key:"onboardingBox",ref:i,style:e.normalizeStyle(f.value),class:e.normalizeClass(["onboarding",`arrow-${y.value}`])},[e.createElementVNode("div",S7,[e.createElementVNode("div",x7,[e.createVNode(j,{class:"onboarding-header-title"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(w.title),1)]),_:1}),e.withDirectives(e.createVNode(dt,{class:"onboarding-close-button",color:"var(--color-text-icons-tertiary)",name:"Close20",onClick:p},null,512),[[e.vShow,!w.hideCloseButton]])]),e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(x,{key:l.value,class:"onboarding-header-desc"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(w.slides[l.value].description),1)]),_:1}))]),_:1})]),e.createElementVNode("div",E7,[e.createElementVNode("div",z7,[e.createVNode(e.Transition,{name:"onboarding-fade",mode:"out-in"},{default:e.withCtx(()=>[w.slides[l.value].image?(e.openBlock(),e.createElementBlock("img",{key:l.value,src:w.slides[l.value].image,alt:"Onboarding Image"},null,8,j7)):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",A7,[e.createElementVNode("div",O7,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.slides,($,B)=>(e.openBlock(),e.createElementBlock("span",{key:B,class:e.normalizeClass({active:l.value===B})},null,2))),128))]),e.createVNode(z,{class:"onboarding-next-button",onClick:M},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(d.value),1)]),_:1})])])],6)])):e.createCommentVNode("",!0)]))]),_:1})],64)}}});const bD={install(t){t.component("PlOnboarding",L7)}},B7=e.defineComponent({__name:"pl-signing",props:{selectedCertificate:{},loading:{type:Boolean},signingFile:{type:Boolean},skipValid:{type:Boolean,default:!1},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:_=>{l("update:selected-certificate",_)}}),i=e.computed({get:()=>o.loading,set:_=>{l("update:loading",_)}}),c=e.ref([]),d=()=>{var _;if((_=N.value)!=null&&_.isValidSystemSetup)return N.value.isValidSystemSetup();throw new Error("Метод isValidSystemSetup отсутствует в crypto-pro")},f=(_=!1)=>{var k;if((k=N.value)!=null&&k.getUserCertificates)return N.value.getUserCertificates(_);throw new Error("Метод getUserCertificates отсутствует в crypto-pro")},m=(_,k,I)=>{var b;if((b=N.value)!=null&&b.getUserCertificates)return N.value.createDetachedSignature(_,k,I);throw new Error("Метод createDetachedSignature отсутствует в crypto-pro")},p=()=>new Promise((_,k)=>{i.value=!0,d().then(async()=>{let I=await f(!0).catch(b=>{l("system-setup-error",b),console.error("getUserCertificates"),console.error(b),k(b)});if(o.certificatesThumbprint&&(I=I.filter(b=>o.certificatesThumbprint.includes(b.thumbprint))),c.value=await y(I),c.value.length===0){const b="Сертификаты не найдены";l("system-setup-error",b),console.error(b),k(b)}else c.value.length===1&&(s.value=c.value[0].value),_(!0);i.value=!1}).catch(I=>{l("system-setup-error",I),console.error("checkSystemSetup"),console.error(I),k(I)}).finally(()=>{i.value=!1})}),M=(_,k)=>{var I;return(I=_.find(b=>{var w;return(!b.title||!k)&&console.error("getInfoAboutCert",b,k),((w=b.title)==null?void 0:w.toLowerCase())===(k==null?void 0:k.toLowerCase())}))==null?void 0:I.description},y=async _=>(await Promise.all(_.map(async I=>{let b;await I.isValid().then(de=>{b=de,b||console.error(I)}).catch(de=>{console.error("isValid",de)});let w;await I.getOwnerInfo().then(de=>{w=de}).catch(de=>{console.error("getOwnerInfo",de)});const E=M(w,"Должность"),j=!!M(w,"ИНН"),x=!!M(w,"ИНН ЮЛ"),z=x?!0:j;if(!o.skipValid&&(!b||!z))return;let $;await I.getIssuerInfo().then(de=>{$=de}).catch(de=>{console.error("getIssuerInfo",de)});const B=M(w,x?"ИНН ЮЛ":"ИНН"),W=M(w,"Фамилия"),H=M(w,"Имя Отчество"),V=M(w,"Владелец").replace('"',"«").replace('"',"»"),P=M($,"Компания")||"-",U=ee(await I._cadesCertificate.ValidToDate).format("DD.MM.YYYY"),A=ee().isAfter(ee(U,"DD.MM.YYYY"));if(!W||!H||A)return;let R=`${W} ${H}`,K=`${x?V+" ":""}(ИНН: ${B}). Действителен до: ${U}`,Y=`${W} ${H} ${K}`;o.sellplus&&(K=`Действителен до ${U}`,R=`${W} ${H} | ${V}`,Y=R);const se={label:R,description:K,optionText:K,tooltipText:Y,companyName:V,companyInn:`ИНН: ${B}`,inn:B,role:E,owner:P,isInnUL:x,fio:`${W} ${H}`,validTo:await I._cadesCertificate.ValidToDate,validFrom:await I._cadesCertificate.ValidFromDate,thumbprint:await I._cadesCertificate.Thumbprint};return{value:se,...se}}))).filter(I=>!!I),g=e.computed(()=>o.sellplus?c.value.length===1:!1),h=e.computed(()=>{var _,k,I;return o.sellplus?(_=s.value)==null?void 0:_.label:`${(k=s.value)==null?void 0:k.label} ${(I=s.value)==null?void 0:I.optionText}`}),N=e.ref();e.onMounted(async()=>{s.value=null;try{N.value=await Promise.resolve().then(()=>require("./crypto-pro-actual-cades-plugin-ac4b34b8.cjs")).then(_=>_.cryptoProActualCadesPlugin)}catch(_){return console.warn("crypto-pro не установлен или не доступен:",_),!1}await p()});const D=e.computed({get:()=>o.signingFile,set:_=>{l("update:signing-file",_)}});return n({signingFiles:async(_,k)=>{if(D.value=!0,!(k!=null&&k.length)){l("no-files"),D.value=!1;return}const I=[];for(const b of k)try{const w=await m(_,b.fileDigest,{hashedAlgorithm:b.fileDigestAlgorithmOid==="1.2.643.7.1.1.2.3"?102:101});I.push({attachmentId:b.attachmentId,signaturePem:w})}catch(w){let E;return w.message==="Ошибка исполнения функции"?E="Срок действия лицензии на компьютере истек, требуется приобрести лицензию на КриптоПро CSP":w.message?E=w.message:E="Что-то пошло не так, попробуйте снова",Fm.error({title:"Ошибка подписания документов",message:E||w.message}),I}return I}}),(_,k)=>{const I=Rm,b=zl;return e.openBlock(),e.createBlock(b,{delay:"",disabled:!s.value,width:"398px"},{"tooltip-text":e.withCtx(()=>[e.createTextVNode(e.toDisplayString(h.value),1)]),default:e.withCtx(()=>[e.createVNode(I,{modelValue:s.value,"onUpdate:modelValue":k[0]||(k[0]=w=>s.value=w),options:c.value,placeholder:o.placeholder,label:o.label,disabled:g.value,teleport:"",prop:"thumbprint"},null,8,["modelValue","options","placeholder","label","disabled"])]),_:1},8,["disabled"])}}}),wD=ft(B7,"PlSigning"),P7=["disabled"],V7={class:"nav-btn-text"},kD=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 Ar(f,()=>{setTimeout(()=>{s.value=!1}),o("update:isClicked",!1)}),e.watch(()=>r.isClicked,M=>{s.value=M}),(M,y)=>{const g=dt,h=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(g,{key:0,name:r.icon,style:e.normalizeStyle({color:c.value})},null,8,["name","style"])):e.createCommentVNode("",!0),e.createElementVNode("div",V7,[e.renderSlot(M.$slots,"default")]),r.type==="company"?(e.openBlock(),e.createBlock(g,{key:1,name:"ChevronDown20",class:e.normalizeClass({rotate:s.value})},null,8,["class"])):e.createCommentVNode("",!0)],2)],10,P7)),[[h,p,void 0,{self:!0}]])}}});const Ls={MOBILE:768,TABLET:1024,DESKTOP:1280,WIDESCREEN:1440},$7={class:"pl-navigation__header"},U7={class:"pl-navigation-inner-wrapper header-section"},Q7={class:"pl-navigation-header__logo"},Y7={class:"pl-navigation-header__content"},R7={class:"pl-navigation-custom-content"},F7={class:"pl-navigation-header__buttons"},q7=e.defineComponent({__name:"Header",props:{sidebarOff:{type:Boolean,default:!1}},emits:["sidebar-click","exit-click"],setup(t,{emit:n}){const{width:r}=Dn(),o=n;return(l,s)=>{const i=dt;return e.openBlock(),e.createElementBlock("header",$7,[e.createElementVNode("div",U7,[e.createElementVNode("div",Q7,[e.renderSlot(l.$slots,"headerLogo",{},void 0,!0),!l.sidebarOff&&e.unref(r)<e.unref(Ls).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",Y7,[e.createElementVNode("div",R7,[e.renderSlot(l.$slots,"customContent",{},void 0,!0)]),e.createElementVNode("div",F7,[e.renderSlot(l.$slots,"headerBtns",{},void 0,!0),e.createVNode(kD,{icon:"Exit20",onClick:s[1]||(s[1]=c=>o("exit-click"))})])])])])}}});const W7=Rn(q7,[["__scopeId","data-v-2d7d7758"]]),H7={class:"pl-navigation"},G7={class:"pl-navigation-main"},Z7={class:"pl-navigation-main-content"},K7=e.defineComponent({__name:"pl-navigation",props:e.mergeModels({sidebarOff:{type:Boolean,default:!1}},{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}=Dn(),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 Ar(l,m=>{setTimeout(()=>{f(m)})}),n({closeSidebar:f}),(m,p)=>(e.openBlock(),e.createElementBlock("div",H7,[e.createVNode(W7,{id:"headerRef","use-width":"useWidth","sidebar-off":m.sidebarOff,onSidebarClick:c,onExitClick:p[0]||(p[0]=M=>s("exit-click"))},{headerLogo:e.withCtx(()=>[e.renderSlot(m.$slots,"headerLogo",{},void 0,!0)]),customContent:e.withCtx(()=>[e.renderSlot(m.$slots,"customContent",{},void 0,!0)]),headerBtns:e.withCtx(()=>[e.renderSlot(m.$slots,"headerBtns",{},void 0,!0)]),_:3},8,["sidebar-off"]),e.createElementVNode("div",G7,[e.createVNode(Hr,{"offset-right":"2px",class:"w-100",height:"calc(100dvh - 64px)","view-class":m.sidebarOff&&e.unref(o)>e.unref(Ls).TABLET?"px-6":""},{default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["pl-navigation-main-wrapper pl-navigation-inner-wrapper",{"pl-navigation-main-wrapper_sidebar-close":m.sidebarOff}])},[e.createVNode(e.Transition,{name:"sidebar",onAfterEnter:p[1]||(p[1]=M=>s("sidebar-transition-end"))},{default:e.withCtx(()=>[!m.sidebarOff&&(i.value||e.unref(o)>=e.unref(Ls).DESKTOP)?(e.openBlock(),e.createElementBlock("aside",{key:0,ref_key:"sidebarRef",ref:l,class:"pl-navigation-sidebar"},[e.renderSlot(m.$slots,"sidebarContent",{},void 0,!0)],512)):e.createCommentVNode("",!0)]),_:3}),e.createElementVNode("main",Z7,[e.renderSlot(m.$slots,"main",{},void 0,!0)])],2)]),_:3},8,["view-class"])])]))}});const J7=Rn(K7,[["__scopeId","data-v-4382e67a"]]),TD=ft(J7,"PlNavigation"),CD=ft(kD,"PlNavButton"),X7={class:"d-flex gap-2 align-items-center"},eG={class:"d-flex gap-1 align-items-center"},tG={key:0,class:"sidebar-item__alert-container"},nG=e.createElementVNode("span",{class:"sidebar-item__alert-dot"},null,-1),rG=[nG],oG=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=dt,f=xn,m=tr;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",X7,[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",eG,[i.item.counter===1||i.item.alert?(e.openBlock(),e.createElementBlock("div",tG,rG)):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 _D=ft(oG,"PlSidebarItem"),lG={},aG={width:"137",height:"24",viewBox:"0 0 137 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},sG=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),iG=[sG];function uG(t,n){return e.openBlock(),e.createElementBlock("svg",aG,iG)}const cG=Rn(lG,[["render",uG]]),ID=ft(cG,"TLogo"),dG=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 SD=ft(dG,"PlTextCell"),xD=ft(cD,"PlProgress"),ED=e.defineComponent({__name:"pl-sub1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-subtitle-s1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),fG=e.defineComponent({__name:"pl-system-regular",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-system-st-regular pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}});const pG={class:"pl-banner"},mG={key:0,class:"pl-banner_icon-container"},gG={class:"pl-banner_text-container"},hG={key:0,class:"pl-banner_button"},vG={class:"close-button-container"},yG=e.defineComponent({name:"PlBanner",__name:"pl-banner",props:{type:{default:"info"},title:{default:""},description:{default:""},buttonText:{default:""},icon:{default:""},width:{default:""},closeButton:{type:Boolean,default:!1},customColors:{}},emits:["close","buttonClicked"],setup(t,{emit:n}){e.useCssVars(p=>({"3231ba65":p.width,"9a6497b0":m.value,"5117df28":f.value,"88d1c03c":d.value,"5a54adc3":s.value}));const r=t,o=n,l=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-text-icons-primary)";case"interactive":return"var(--color-text-icons-interactive)";case"success":return"var(--color-text-icons-success)";case"warning":return"var(--color-text-icons-warning)";case"critical":return"var(--color-text-icons-error)";case"custom":return((p=r.customColors)==null?void 0:p.icon)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),s=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-text-icons-primary)";case"interactive":return"var(--color-text-icons-interactive)";case"success":return"var(--color-text-icons-success)";case"warning":return"var(--color-text-icons-warning)";case"critical":return"var(--color-text-icons-error)";case"custom":return((p=r.customColors)==null?void 0:p.textButton)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),i=e.computed(()=>{var p;switch(r.type){case"custom":return((p=r.customColors)==null?void 0:p.description)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),c=e.computed(()=>{var p;switch(r.type){case"custom":return((p=r.customColors)==null?void 0:p.title)??"var(--color-text-icons-primary)";default:return"var(--color-text-icons-primary)"}}),d=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.backgroundButton)??"var(--color-surface-opacity-1)";default:return"var(--color-surface-opacity-1)"}}),f=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.borderButton)??"transparent";default:return"var(--color-surface-opacity-1)"}}),m=e.computed(()=>{var p;switch(r.type){case"info":return"var(--color-surface-opacity-1)";case"interactive":return"var(--color-system-surface-interactive)";case"success":return"var(--color-system-surface-success)";case"warning":return"var(--color-system-surface-warning)";case"critical":return"var(--color-system-surface-error)";case"custom":return((p=r.customColors)==null?void 0:p.backgroundBanner)??"var(--color-surface-opacity-1)";default:return"var(--color-surface-opacity-1)"}});return(p,M)=>{const y=dt,g=ED,h=Wm,N=qm,D=ho,C=e.resolveDirective("tap");return e.openBlock(),e.createElementBlock("div",pG,[r.icon?(e.openBlock(),e.createElementBlock("div",mG,[e.createVNode(y,{name:r.icon,color:l.value},null,8,["name","color"])])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["pl-banner_text-button-container",{"pl-banner_text-button-container__icon":r.icon}])},[e.createElementVNode("div",gG,[r.title?(e.openBlock(),e.createBlock(g,{key:0,color:c.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.title),1)]),_:1},8,["color"])):e.createCommentVNode("",!0),r.title&&r.description?(e.openBlock(),e.createBlock(fG,{key:1,color:i.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.description),1)]),_:1},8,["color"])):r.description?(e.openBlock(),e.createBlock(h,{key:2,color:i.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.description),1)]),_:1},8,["color"])):e.createCommentVNode("",!0)]),r.buttonText?(e.openBlock(),e.createElementBlock("button",hG,[e.withDirectives((e.openBlock(),e.createBlock(N,null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(r.buttonText),1)]),_:1})),[[C,()=>o("buttonClicked")]])])):e.createCommentVNode("",!0)],2),e.createElementVNode("div",vG,[r.closeButton?e.withDirectives((e.openBlock(),e.createBlock(D,{key:0,icon:"Close20",type:"empty",size:"small","icon-color":"var(--color-text-icons-tertiary)"},null,512)),[[C,()=>o("close")]]):e.createCommentVNode("",!0)])])}}});const zD=ft(yG,"PlBanner"),jD=ft(dt,"PlIcon"),MG=e.defineComponent({__name:"pl-h1",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h1",{class:"typography-headline-h1-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),NG=e.defineComponent({__name:"pl-h2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h2",{class:"typography-headline-h2-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),DG=e.defineComponent({__name:"pl-h3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h3",{class:"typography-headline-h3-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),bG=e.defineComponent({__name:"pl-h4",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h4",{class:"typography-headline-h4-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),wG=e.defineComponent({__name:"pl-title2",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("h6",{class:"typography-title-t2-medium pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),kG=e.defineComponent({__name:"pl-title3",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-title-t3-semi-bold pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),TG=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),CG=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 pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),_G=e.defineComponent({__name:"pl-bodyu",props:{color:{}},setup(t){const n=t;return(r,o)=>(e.openBlock(),e.createElementBlock("span",{class:"typography-body-underline pl-color-text-icons-primary",style:e.normalizeStyle({color:n.color})},[e.renderSlot(r.$slots,"default")],4))}}),AD={install(t){t.component("PlH1",MG),t.component("PlH2",NG),t.component("PlH3",DG),t.component("PlH4",bG),t.component("PlTitle1",$m),t.component("PlTitle2",wG),t.component("PlTitle3",kG),t.component("PlSub1",ED),t.component("PlSub2",Gs),t.component("PlBtn1",TG),t.component("PlBtn2",Ic),t.component("PlBtn3",qm),t.component("PlBody1",CG),t.component("PlBody2",xn),t.component("PlBody3",Um),t.component("PlBodyU",_G),t.component("PlCap",tr),t.component("PlTag",uD),t.component("PlSystem",Wm)}},OD=ft(Zu,"PlMarkText"),IG=e.defineComponent({__name:"pl-tab-pane",props:{label:{default:""},disabled:{type:Boolean,default:!1},icon:{default:""},counter:{default:null},name:{default:""},badge:{type:Boolean,default:!1}},setup(t){return(n,r)=>e.renderSlot(n.$slots,"default")}}),LD={install(t){t.component("PlTabPane",IG)}},BD=ft(E4,"PlStatusIcon"),SG=Object.freeze(Object.defineProperty({__proto__:null,PlAutocomplete:H4,PlBanner:zD,PlButton:S4,PlButtonDropdown:z4,PlCard:mD,PlCheckbox:m4,PlCheckboxPlus:G4,PlCurrency:p4,PlDatePickerLegacyPlugin:M4,PlDatePickerPlugin:y4,PlDatePickerPlusPlugin:rD,PlDialog:I4,PlDialogPlus:j4,PlForm:iD,PlIcon:jD,PlInput:N4,PlInputPlus:oD,PlLink:A4,PlMarkText:OD,PlMultiSelect:aD,PlMultitab:gD,PlNavButton:CD,PlNavigation:TD,PlNotification:Fm,PlOnboarding:bD,PlPagination:DD,PlProgress:xD,PlRadio:lD,PlScrollbar:O4,PlSelect:b4,PlSelectPlus:pD,PlSidebarItem:_D,PlSigning:wD,PlSkeleton:L4,PlSkeletonButton:Q4,PlSkeletonControl:V4,PlSkeletonIcon:P4,PlSkeletonInput:Y4,PlSkeletonTabs:R4,PlSkeletonTagsChips:q4,PlSkeletonText:U4,PlSkeletonTextCell:$4,PlSkeletonUpload:F4,PlStatusIcon:BD,PlStepper:hD,PlSuggestions:w4,PlSwitch:sD,PlTabPane:LD,PlTablePlugin:k4,PlTablePlus:yD,PlTabs:ND,PlTagsChips:MD,PlTextCell:SD,PlTextPlugin:AD,PlTooltip:T4,PlTooltipPlus:W4,PlUpload:C4,PlUploadLegacy:_4,PlUploadPlus:fD,ScreenSizes:Ls,TLogo:ID,cancelAllApiRequests:h0,dadataParser:u4,declOfNum:mo,deepSet:i4,filters:a4,formatCurrency:kc,formatDate:s4,isEqual:Tc},Symbol.toStringTag,{value:"Module"})),xG=DS(),EG=t=>{var n;Object.values(SG).forEach(r=>{var l;const o=r;(l=o.install)==null||l.call(o,t)}),(n=Ou.install)==null||n.call(Ou,t),t.use(xG).use(X1)};exports.ApiJs=CS;exports.PlAutocomplete=H4;exports.PlBanner=zD;exports.PlButton=S4;exports.PlButtonDropdown=z4;exports.PlCard=mD;exports.PlCheckbox=m4;exports.PlCheckboxPlus=G4;exports.PlCurrency=p4;exports.PlDatePickerLegacyPlugin=M4;exports.PlDatePickerPlugin=y4;exports.PlDatePickerPlusPlugin=rD;exports.PlDialog=j4;exports.PlDialog$1=I4;exports.PlDirectives=Ou;exports.PlForm=iD;exports.PlIcon=jD;exports.PlInput=N4;exports.PlInputPlus=oD;exports.PlLink=A4;exports.PlMarkText=OD;exports.PlMultiSelect=aD;exports.PlMultitab=gD;exports.PlNavButton=CD;exports.PlNavigation=TD;exports.PlNotification=Fm;exports.PlOnboarding=bD;exports.PlPagination=DD;exports.PlProgress=xD;exports.PlRadio=lD;exports.PlScrollbar=O4;exports.PlSelect=b4;exports.PlSelectPlus=pD;exports.PlSidebarItem=_D;exports.PlSigning=wD;exports.PlSkeleton=L4;exports.PlSkeletonButton=Q4;exports.PlSkeletonControl=V4;exports.PlSkeletonIcon=P4;exports.PlSkeletonInput=Y4;exports.PlSkeletonTabs=R4;exports.PlSkeletonTagsChips=q4;exports.PlSkeletonText=U4;exports.PlSkeletonTextCell=$4;exports.PlSkeletonUpload=F4;exports.PlStatusIcon=BD;exports.PlStepper=hD;exports.PlSuggestions=w4;exports.PlSwitch=sD;exports.PlTabPane=LD;exports.PlTablePlugin=k4;exports.PlTablePlus=yD;exports.PlTabs=ND;exports.PlTagsChips=MD;exports.PlTextCell=SD;exports.PlTextPlugin=AD;exports.PlToolTipPlus=W4;exports.PlTooltip=T4;exports.PlUpload=C4;exports.PlUploadLegacy=_4;exports.PlUploadPlus=fD;exports.ScreenSizes=Ls;exports.TLogo=ID;exports.cancelAllApiRequests=h0;exports.dadataParser=u4;exports.declOfNum=mo;exports.deepSet=i4;exports.filters=a4;exports.formatCurrency=kc;exports.formatDate=s4;exports.getDefaultExportFromCjs=Mn;exports.install=EG;exports.isEqual=Tc;exports.loadingAndSetup=ju;exports.plLoading=IS;exports.uniqId=bn;