sprof 0.0.121 → 0.0.122

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.
@@ -1,4 +1,4 @@
1
- (function(E,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],i):(E=typeof globalThis<"u"?globalThis:E||self,i(E.sprof={},E.Vue))})(this,function(E,i){"use strict";var np=Object.defineProperty;var ip=(E,i,Be)=>i in E?np(E,i,{enumerable:!0,configurable:!0,writable:!0,value:Be}):E[i]=Be;var d=(E,i,Be)=>ip(E,typeof i!="symbol"?i+"":i,Be);var We,Ce,H,ye;var Be=typeof document<"u"?document.currentScript:null,we=(t=>(t.Login="login",t.Register="register",t.Restore="restore",t.Refresh="refresh",t))(we||{}),he=(t=>(t.Primary="primary",t.Success="success",t.Warning="warning",t.Error="error",t.Info="info",t))(he||{});class Qe{constructor(e,n,r,o){d(this,"text","Сохранить");d(this,"type",he.Success);d(this,"condition",!0);d(this,"action");d(this,"id","button");d(this,"disabled",!1);this.text=e,this.type=r,this.action=n,o!==void 0&&(this.condition=o)}static Primary(e,n,r){return new Qe(e,n,he.Primary,r)}static Success(e,n,r){return new Qe(e,n,he.Success,r)}static Warning(e,n,r){return new Qe(e,n,he.Warning,r)}static Error(e,n,r){return new Qe(e,n,he.Error,r)}}class Fi extends Qe{constructor(){super(...arguments);d(this,"id","auth-button");d(this,"status",we.Login);d(this,"submit",!1)}GetStatus(){return this.status}}let In=class extends Fi{constructor(){super(...arguments);d(this,"id","auth-button-login");d(this,"text","Войти");d(this,"isSubmit",!1);d(this,"disabled",!1)}};class An extends Fi{constructor(){super(...arguments);d(this,"id","auth-button-register");d(this,"text","Зарегистрироваться");d(this,"isSubmit",!1);d(this,"disabled",!1)}}class Di{constructor(){d(this,"value","");d(this,"label","");d(this,"placeholder","");d(this,"validator")}Validate(){return this.validator?(this.validator.validate(this.value),this.validator.errors):[]}Reset(){this.value=""}}class Ht extends Di{constructor(){super(...arguments);d(this,"method");d(this,"id","field-auth");d(this,"name","")}}var ct=(t=>(t.Login="login",t.Email="email",t.Phone="phone",t.VK="vk",t.ESIA="esia",t))(ct||{});const Na=/\S+@\S+\.\S+/;class Oi{constructor(){d(this,"errors",[])}validate(e){return(e===""||!e)&&this.errors.push("Введите email"),Na.test(e)||this.errors.push("Некорректный email"),this.errors}}class qt extends Ht{constructor(){super(...arguments);d(this,"id","field-auth-email");d(this,"label","Email");d(this,"name","email");d(this,"placeholder","Введите email");d(this,"validator",new Oi);d(this,"method",ct.Email)}}class Pa{constructor(){d(this,"errors",[]);d(this,"length",6)}validate(e){return e===""||!e?(this.errors.push("Введите пароль"),this.errors):(e.length<this.length&&this.errors.push("Пароль недостаточной длины"),this.errors)}}class _t extends Ht{constructor(){super(...arguments);d(this,"label","Пароль");d(this,"validator",new Pa);d(this,"name","password");d(this,"placeholder","Введите пароль");d(this,"id","field-auth-password")}}class Li extends Ht{constructor(){super(...arguments);d(this,"label","Повторите пароль");d(this,"id","field-auth-password-repeat")}}const Hi={allowRestore:!1,[we.Login]:{methods:[ct.Email],title:"Вход в систему",action:"login",buttons:[new In,new An],fields:[new qt,new _t],errorMessage:"Неверно указан email или пароль",successMessage:"Вы успешно вошли в систему"},[we.Register]:{methods:[],title:"Регистрация",action:"register",buttons:[new An,new In],fields:[new qt,new _t,new Li],errorMessage:"Неверно указан email или пароль",successMessage:"Вы успешно зарегистрировались в системе, войдите под своим паролем"},[we.Restore]:{title:"Восстановление пароля",methods:[],action:"restorePassword",successMessage:"Ссылка для восстановления пароля отправлена на Вашу почту",errorMessage:"Неверно указан email",buttons:[],fields:[new qt]},[we.Refresh]:{methods:[],title:"Создание нового пароля",action:"passwordChange",successMessage:"Воспользуйтесь новым паролем для входа",errorMessage:"Неверно указан email",buttons:[],fields:[new _t]}};let Va=class{constructor(){d(this,"settings",Hi);d(this,"status",we.Login);d(this,"selectedMethod",ct.Email)}async Block(e){await e()}GetValues(){const e=this.GetFields(),n=new Map;return e.forEach(r=>{r.value&&n.set(r.name,r.value)}),Object.fromEntries(n)}Validate(){return[]}GetFields(){return this.GetCurSet().fields.filter(e=>!e.method||e.method===this.selectedMethod)}GetMethods(){return this.GetCurSet().methods}Status(){return this.status}get Settings(){return this.settings}GetCurSet(){return this.settings[this.status]}IsLogin(){return this.status===we.Login}IsRegister(){return this.status===we.Register}IsRestore(){return this.status===we.Restore}IsRefresh(){return this.status===we.Refresh}SetStatus(e){this.status=e}GetTitle(){return this.GetCurSet().title}GetButtons(){const e=this.GetCurSet().buttons;return e.forEach(n=>{n.submit=!1}),e[0].submit=!0,e}GetSuccessMessage(){return this.GetCurSet().successMessage}GetErrorMessage(){return this.GetCurSet().errorMessage}GetAction(){return this.GetCurSet().action}ResetFields(){this.GetCurSet().fields.forEach(e=>e.Reset())}Reset(){this.status=we.Login}};class za{constructor(){d(this,"visible",!1);d(this,"closable",!1)}IsClosable(){return this.closable}IsVisible(){return this.visible}Close(){this.visible=!1}Open(e){e&&(this.closable=!0),this.visible=!0}}class qi{constructor(){d(this,"visible",!1)}hide(){this.visible=!1}show(){this.hide(),this.visible=!0}IsVisible(){return this.visible}}class _i extends qi{constructor(){super(...arguments);d(this,"type",he.Success);d(this,"text","");d(this,"title","")}showMessage(n,r){this.hide(),this.type=r,typeof n=="string"?this.text=n:(this.text=n.text,this.title=n.title??""),super.show()}GetText(){return this.text}GetTitle(){return this.title}GetType(){return this.type}Info(n){this.showMessage(n,he.Info)}Success(n){this.showMessage(n,he.Success)}Error(n){this.showMessage(n,he.Error)}Warning(n){this.showMessage(n,he.Warning)}FormMessage(n){let r="<strong>Проверьте правильность введенных данных:</strong><ul>";for(const o of Object.keys(n))n[o][0]&&n[o][0].message&&(r+=`<li>${n[o][0].message}</li>`);return r+="</ul>",r}}class Nn{static Get(e,n,r="-"){return!e||!n?"":`${e}${r}${n}`}static In(e,n,r){return e>=n&&e<=r}static Intersects(e,n,r,o){return e===r||n===o||e>r&&e<o||n>r&&n<o||n>o&&e<r}}const Ui=1e3,Wi=60*Ui,Pn=60*Wi;var vt=(t=>(t.FiveMinutes="5",t.HourQuarter="15",t.HourHalf="30",t.Hour="60",t))(vt||{});const Ut={5:["00","05","10","15","20","25","30","35","40","45","50","55"],15:["00","15","30","45"],30:["00","30"],60:["00"]};class L{static S(e){return Ui*e}static M(e){return Wi*e}static H(e){return Pn*e}static D(e){return Pn*e}static W(e){return Pn*e}static NormalizeTime(e){return String(e).padStart(2,"0")}static HMtoM(e){const n=L.SplitHM(e);return n.length>1?L.HtoM(n[0])+n[1]:L.HtoM(n[0])}static HtoM(e){return Number(e)*60}static SplitHM(e){if(!e)return[];const n=e.split(":");return[Number(n[0]),Number(n[1])]}static HmsToHm(e){const n=L.SplitHM(e);return L.ConcatHM(n[0],n[1])}static AddMtoHM(e,n){const r=new Date,o=L.SplitHM(e);r.setHours(o[0],o[1],0,0);const s=new Date(r.getTime()+n*6e4),a=s.getHours(),c=s.getMinutes();return L.ConcatHM(a,c)}static ConcatHM(e,n){return`${e}:${L.NormalizeTime(n)}`}static DiffM(e,n){return L.Gt(n,e)?L.HMtoM(n)-L.HMtoM(e):L.HMtoM(e)-L.HMtoM(n)}static GetPeriod(e,n){return Nn.Get(e,n)}static Gt(e,n){return L.HMtoM(e)>L.HMtoM(n)}static GtOrEq(e,n){return L.Gt(e,n)||L.Eq(e,n)}static Eq(e,n){return L.HMtoM(e)===L.HMtoM(n)}static PeriodInPeriod(e,n,r,o){return L.HMtoM(e)>=L.HMtoM(r)&&L.HMtoM(n)<=L.HMtoM(o)}static PeriodsIntersects(e,n,r,o){return Nn.Intersects(L.HMtoM(e),L.HMtoM(n),L.HMtoM(r),L.HMtoM(o))}}class xt{static Wait(e,n){return new Promise(r=>setTimeout(()=>r(n),e))}static WaitS(e,n){return xt.Wait(L.S(e),n)}static WaitM(e,n){return xt.Wait(L.M(e),n)}}class Ta extends _i{constructor(){super(...arguments);d(this,"duration",L.S(3))}showMessage(n,r){super.showMessage(n,r),typeof n!="string"&&(this.duration=n.duration??this.duration),xt.Wait(this.GetDuration()).then(()=>super.hide())}GetDuration(){return this.duration}Dev(){const n="В режиме разработки",r=he.Warning;super.showMessage(n,r)}Save(){const n="Изменения успешно сохранены",r=he.Success;super.showMessage(n,r)}}const fe=new Ta;class Me{static Get(e){const n=localStorage.getItem(e);if(n)return JSON.parse(n)}static Set(e,n){n&&localStorage.setItem(e,JSON.stringify(n))}static Remove(e){localStorage.removeItem(e)}}var Se=(t=>(t.User="user",t.AccessToken="accessToken",t.RefreshToken="refreshToken",t))(Se||{});class Fa{set(e){this.setAccessToken(e.accessToken),this.setRefreshToken(e.refreshToken)}getAccessToken(){return Me.Get(Se.AccessToken)}getRefreshToken(){return Me.Get(Se.RefreshToken)}setAccessToken(e){Me.Set(Se.AccessToken,e)}setRefreshToken(e){Me.Set(Se.RefreshToken,e)}reset(){Me.Remove(Se.AccessToken),Me.Remove(Se.RefreshToken)}actualize(){this.setAccessToken(this.getAccessToken()),this.setRefreshToken(this.getAccessToken())}}class Da{constructor(){d(this,"user");d(this,"userConstructor")}AssignTo(e){e.user=this.get()}setUserConstructor(e){this.userConstructor=e}get(){if(this.userConstructor)return this.user=new this.userConstructor(Me.Get(Se.User)),this.user}set(e){this.userConstructor&&(this.user=new this.userConstructor(e),Me.Set(Se.User,this.user))}reset(){this.user=void 0,Me.Remove(Se.User)}actualize(){const e=Me.Get(Se.User);e&&this.set(e)}}class Oa{constructor(){d(this,"isAuth",!1);d(this,"user",new Da);d(this,"tokens",new Fa);d(this,"preventLogout",!1)}DeprecateLogout(){this.preventLogout=!0}AllowLogout(){this.preventLogout=!1}get IsAuth(){return this.isAuth}get User(){return this.user.get()}SetUserConstructor(e){this.user.setUserConstructor(e)}SetState(e){this.user.set(e.user),this.tokens.set(e.tokens),this.isAuth=!0}Logout(){if(this.preventLogout){fe.Warning("В текущий момент Вы не можете выйти из системы");return}this.user.reset(),this.tokens.reset(),this.isAuth=!1}Actualize(){if(this.tokens.actualize(),this.tokens.getAccessToken()){this.isAuth=!0;return}this.Logout()}}class La{constructor(){d(this,"form",new Va);d(this,"status",new Oa);d(this,"modal",new za)}get Form(){return this.form}get Status(){return this.status}get Modal(){return this.modal}}const Re=new La;var ji=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};/*! *****************************************************************************
1
+ (function(E,i){typeof exports=="object"&&typeof module<"u"?i(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],i):(E=typeof globalThis<"u"?globalThis:E||self,i(E.sprof={},E.Vue))})(this,function(E,i){"use strict";var np=Object.defineProperty;var ip=(E,i,Be)=>i in E?np(E,i,{enumerable:!0,configurable:!0,writable:!0,value:Be}):E[i]=Be;var d=(E,i,Be)=>ip(E,typeof i!="symbol"?i+"":i,Be);var We,Ce,H,ye;var Be=typeof document<"u"?document.currentScript:null,we=(t=>(t.Login="login",t.Register="register",t.Restore="restore",t.Refresh="refresh",t))(we||{}),he=(t=>(t.Primary="primary",t.Success="success",t.Warning="warning",t.Error="error",t.Info="info",t))(he||{});class Qe{constructor(e,n,r,o){d(this,"text","Сохранить");d(this,"type",he.Success);d(this,"condition",!0);d(this,"action");d(this,"id","button");d(this,"disabled",!1);this.text=e,this.type=r,this.action=n,o!==void 0&&(this.condition=o)}static Primary(e,n,r){return new Qe(e,n,he.Primary,r)}static Success(e,n,r){return new Qe(e,n,he.Success,r)}static Warning(e,n,r){return new Qe(e,n,he.Warning,r)}static Error(e,n,r){return new Qe(e,n,he.Error,r)}}class Fi extends Qe{constructor(){super(...arguments);d(this,"id","auth-button");d(this,"status",we.Login);d(this,"submit",!1)}GetStatus(){return this.status}}let In=class extends Fi{constructor(){super(...arguments);d(this,"id","auth-button-login");d(this,"text","Войти");d(this,"isSubmit",!1);d(this,"disabled",!1)}};class An extends Fi{constructor(){super(...arguments);d(this,"id","auth-button-register");d(this,"text","Зарегистрироваться");d(this,"isSubmit",!1);d(this,"disabled",!1)}}class Di{constructor(){d(this,"value","");d(this,"label","");d(this,"placeholder","");d(this,"validator")}Validate(){return this.validator?(this.validator.validate(this.value),this.validator.errors):[]}Reset(){this.value=""}}class Ht extends Di{constructor(){super(...arguments);d(this,"method");d(this,"id","field-auth");d(this,"name","")}}var ct=(t=>(t.Login="login",t.Email="email",t.Phone="phone",t.VK="vk",t.ESIA="esia",t))(ct||{});const Aa=/\S+@\S+\.\S+/;class Oi{constructor(){d(this,"errors",[])}validate(e){return(e===""||!e)&&this.errors.push("Введите email"),Aa.test(e)||this.errors.push("Некорректный email"),this.errors}}class qt extends Ht{constructor(){super(...arguments);d(this,"id","field-auth-email");d(this,"label","Email");d(this,"name","email");d(this,"placeholder","Введите email");d(this,"validator",new Oi);d(this,"method",ct.Email)}}class Na{constructor(){d(this,"errors",[]);d(this,"length",6)}validate(e){return e===""||!e?(this.errors.push("Введите пароль"),this.errors):(e.length<this.length&&this.errors.push("Пароль недостаточной длины"),this.errors)}}class _t extends Ht{constructor(){super(...arguments);d(this,"label","Пароль");d(this,"validator",new Na);d(this,"name","password");d(this,"placeholder","Введите пароль");d(this,"id","field-auth-password")}}class Li extends Ht{constructor(){super(...arguments);d(this,"label","Повторите пароль");d(this,"id","field-auth-password-repeat")}}const Hi={allowRestore:!1,[we.Login]:{methods:[ct.Email],title:"Вход в систему",action:"login",buttons:[new In,new An],fields:[new qt,new _t],errorMessage:"Неверно указан email или пароль",successMessage:"Вы успешно вошли в систему"},[we.Register]:{methods:[],title:"Регистрация",action:"register",buttons:[new An,new In],fields:[new qt,new _t,new Li],errorMessage:"Неверно указан email или пароль",successMessage:"Вы успешно зарегистрировались в системе, войдите под своим паролем"},[we.Restore]:{title:"Восстановление пароля",methods:[],action:"restorePassword",successMessage:"Ссылка для восстановления пароля отправлена на Вашу почту",errorMessage:"Неверно указан email",buttons:[],fields:[new qt]},[we.Refresh]:{methods:[],title:"Создание нового пароля",action:"passwordChange",successMessage:"Воспользуйтесь новым паролем для входа",errorMessage:"Неверно указан email",buttons:[],fields:[new _t]}};let Pa=class{constructor(){d(this,"settings",Hi);d(this,"status",we.Login);d(this,"selectedMethod",ct.Email)}async Block(e){await e()}GetValues(){const e=this.GetFields(),n=new Map;return e.forEach(r=>{r.value&&n.set(r.name,r.value)}),Object.fromEntries(n)}Validate(){return[]}GetFields(){return this.GetCurSet().fields.filter(e=>!e.method||e.method===this.selectedMethod)}GetMethods(){return this.GetCurSet().methods}Status(){return this.status}get Settings(){return this.settings}GetCurSet(){return this.settings[this.status]}IsLogin(){return this.status===we.Login}IsRegister(){return this.status===we.Register}IsRestore(){return this.status===we.Restore}IsRefresh(){return this.status===we.Refresh}SetStatus(e){this.status=e}GetTitle(){return this.GetCurSet().title}GetButtons(){const e=this.GetCurSet().buttons;return e.forEach(n=>{n.submit=!1}),e[0].submit=!0,e}GetSuccessMessage(){return this.GetCurSet().successMessage}GetErrorMessage(){return this.GetCurSet().errorMessage}GetAction(){return this.GetCurSet().action}ResetFields(){this.GetCurSet().fields.forEach(e=>e.Reset())}Reset(){this.status=we.Login}};class Va{constructor(){d(this,"visible",!1);d(this,"closable",!1)}IsClosable(){return this.closable}IsVisible(){return this.visible}Close(){this.visible=!1}Open(e){e&&(this.closable=!0),this.visible=!0}}class qi{constructor(){d(this,"visible",!1)}hide(){this.visible=!1}show(){this.hide(),this.visible=!0}IsVisible(){return this.visible}}class _i extends qi{constructor(){super(...arguments);d(this,"type",he.Success);d(this,"text","");d(this,"title","")}showMessage(n,r){this.hide(),this.type=r,typeof n=="string"?this.text=n:(this.text=n.text,this.title=n.title??""),super.show()}GetText(){return this.text}GetTitle(){return this.title}GetType(){return this.type}Info(n){this.showMessage(n,he.Info)}Success(n){this.showMessage(n,he.Success)}Error(n){this.showMessage(n,he.Error)}Warning(n){this.showMessage(n,he.Warning)}FormMessage(n){let r="<strong>Проверьте правильность введенных данных:</strong><ul>";for(const o of Object.keys(n))n[o][0]&&n[o][0].message&&(r+=`<li>${n[o][0].message}</li>`);return r+="</ul>",r}}class Nn{static Get(e,n,r="-"){return!e||!n?"":`${e}${r}${n}`}static In(e,n,r){return e>=n&&e<=r}static Intersects(e,n,r,o){return e===r||n===o||e>r&&e<o||n>r&&n<o||n>o&&e<r}}const Ui=1e3,Wi=60*Ui,Pn=60*Wi;var vt=(t=>(t.FiveMinutes="5",t.HourQuarter="15",t.HourHalf="30",t.Hour="60",t))(vt||{});const Ut={5:["00","05","10","15","20","25","30","35","40","45","50","55"],15:["00","15","30","45"],30:["00","30"],60:["00"]};class L{static S(e){return Ui*e}static M(e){return Wi*e}static H(e){return Pn*e}static D(e){return Pn*e}static W(e){return Pn*e}static NormalizeTime(e){return String(e).padStart(2,"0")}static HMtoM(e){const n=L.SplitHM(e);return n.length>1?L.HtoM(n[0])+n[1]:L.HtoM(n[0])}static HtoM(e){return Number(e)*60}static SplitHM(e){if(!e)return[];const n=e.split(":");return[Number(n[0]),Number(n[1])]}static HmsToHm(e){const n=L.SplitHM(e);return L.ConcatHM(n[0],n[1])}static AddMtoHM(e,n){const r=new Date,o=L.SplitHM(e);r.setHours(o[0],o[1],0,0);const s=new Date(r.getTime()+n*6e4),a=s.getHours(),c=s.getMinutes();return L.ConcatHM(a,c)}static ConcatHM(e,n){return`${e}:${L.NormalizeTime(n)}`}static DiffM(e,n){return L.Gt(n,e)?L.HMtoM(n)-L.HMtoM(e):L.HMtoM(e)-L.HMtoM(n)}static GetPeriod(e,n){return Nn.Get(e,n)}static Gt(e,n){return L.HMtoM(e)>L.HMtoM(n)}static GtOrEq(e,n){return L.Gt(e,n)||L.Eq(e,n)}static Eq(e,n){return L.HMtoM(e)===L.HMtoM(n)}static PeriodInPeriod(e,n,r,o){return L.HMtoM(e)>=L.HMtoM(r)&&L.HMtoM(n)<=L.HMtoM(o)}static PeriodsIntersects(e,n,r,o){return Nn.Intersects(L.HMtoM(e),L.HMtoM(n),L.HMtoM(r),L.HMtoM(o))}}class xt{static Wait(e,n){return new Promise(r=>setTimeout(()=>r(n),e))}static WaitS(e,n){return xt.Wait(L.S(e),n)}static WaitM(e,n){return xt.Wait(L.M(e),n)}}class za extends _i{constructor(){super(...arguments);d(this,"duration",L.S(3))}showMessage(n,r){super.showMessage(n,r),typeof n!="string"&&(this.duration=n.duration??this.duration),xt.Wait(this.GetDuration()).then(()=>super.hide())}GetDuration(){return this.duration}Dev(){const n="В режиме разработки",r=he.Warning;super.showMessage(n,r)}Save(){const n="Изменения успешно сохранены",r=he.Success;super.showMessage(n,r)}}const fe=new za;class Me{static Get(e){const n=localStorage.getItem(e);if(n)return JSON.parse(n)}static Set(e,n){n&&localStorage.setItem(e,JSON.stringify(n))}static Remove(e){localStorage.removeItem(e)}}var Se=(t=>(t.User="user",t.AccessToken="accessToken",t.RefreshToken="refreshToken",t))(Se||{});class Ta{set(e){this.setAccessToken(e.accessToken),this.setRefreshToken(e.refreshToken)}getAccessToken(){return Me.Get(Se.AccessToken)}getRefreshToken(){return Me.Get(Se.RefreshToken)}setAccessToken(e){Me.Set(Se.AccessToken,e)}setRefreshToken(e){Me.Set(Se.RefreshToken,e)}reset(){Me.Remove(Se.AccessToken),Me.Remove(Se.RefreshToken)}actualize(){this.setAccessToken(this.getAccessToken()),this.setRefreshToken(this.getAccessToken())}}class Fa{constructor(){d(this,"user");d(this,"userConstructor")}AssignTo(e){e.user=this.get()}setUserConstructor(e){this.userConstructor=e}get(){if(this.userConstructor)return this.user=new this.userConstructor(Me.Get(Se.User)),this.user}set(e){this.userConstructor&&(this.user=new this.userConstructor(e),Me.Set(Se.User,this.user))}reset(){this.user=void 0,Me.Remove(Se.User)}actualize(){const e=Me.Get(Se.User);e&&this.set(e)}}class Da{constructor(){d(this,"isAuth",!1);d(this,"user",new Fa);d(this,"tokens",new Ta);d(this,"preventLogout",!1)}DeprecateLogout(){this.preventLogout=!0}AllowLogout(){this.preventLogout=!1}get IsAuth(){return this.isAuth}get User(){return this.user.get()}SetUserConstructor(e){this.user.setUserConstructor(e)}SetState(e){this.user.set(e.user),this.tokens.set(e.tokens),this.isAuth=!0}Logout(){if(this.preventLogout){fe.Warning("В текущий момент Вы не можете выйти из системы");return}this.user.reset(),this.tokens.reset(),this.isAuth=!1}Actualize(){if(this.tokens.actualize(),this.tokens.getAccessToken()){this.isAuth=!0;return}this.Logout()}}class Oa{constructor(){d(this,"form",new Pa);d(this,"status",new Da);d(this,"modal",new Va)}get Form(){return this.form}get Status(){return this.status}get Modal(){return this.modal}}const Ne=new Oa;var ji=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};/*! *****************************************************************************
2
2
  Copyright (C) Microsoft. All rights reserved.
3
3
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
4
  this file except in compliance with the License. You may obtain a copy of the
@@ -11,21 +11,21 @@
11
11
 
12
12
  See the Apache Version 2.0 License for specific language governing permissions
13
13
  and limitations under the License.
14
- ***************************************************************************** */var Gi;(function(t){(function(e){var n=typeof globalThis=="object"?globalThis:typeof ji=="object"?ji:typeof self=="object"?self:typeof this=="object"?this:c(),r=o(t);typeof n.Reflect<"u"&&(r=o(n.Reflect,r)),e(r,n),typeof n.Reflect>"u"&&(n.Reflect=t);function o(l,u){return function(h,f){Object.defineProperty(l,h,{configurable:!0,writable:!0,value:f}),u&&u(h,f)}}function s(){try{return Function("return this;")()}catch{}}function a(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return s()||a()}})(function(e,n){var r=Object.prototype.hasOwnProperty,o=typeof Symbol=="function",s=o&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",a=o&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",l={__proto__:[]}instanceof Array,u=!c&&!l,h={create:c?function(){return zi(Object.create(null))}:l?function(){return zi({__proto__:null})}:function(){return zi({})},has:u?function(g,w){return r.call(g,w)}:function(g,w){return w in g},get:u?function(g,w){return r.call(g,w)?g[w]:void 0}:function(g,w){return g[w]}},f=Object.getPrototypeOf(Function),m=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:Ym(),p=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:Qm(),b=typeof WeakMap=="function"?WeakMap:Km(),S=o?Symbol.for("@reflect-metadata:registry"):void 0,y=Zm(),B=Xm(y);function D(g,w,k,x){if(T(k)){if(!Ca(g))throw new TypeError;if(!Sa(w))throw new TypeError;return Lm(g,w)}else{if(!Ca(g))throw new TypeError;if(!te(w))throw new TypeError;if(!te(x)&&!T(x)&&!kt(x))throw new TypeError;return kt(x)&&(x=void 0),k=De(k),Hm(g,w,k,x)}}e("decorate",D);function O(g,w){function k(x,P){if(!te(x))throw new TypeError;if(!T(P)&&!jm(P))throw new TypeError;pa(g,w,x,P)}return k}e("metadata",O);function A(g,w,k,x){if(!te(k))throw new TypeError;return T(x)||(x=De(x)),pa(g,w,k,x)}e("defineMetadata",A);function j(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),ha(g,w,k)}e("hasMetadata",j);function ve(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),Ni(g,w,k)}e("hasOwnMetadata",ve);function xe(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),fa(g,w,k)}e("getMetadata",xe);function Ye(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),ma(g,w,k)}e("getOwnMetadata",Ye);function St(g,w){if(!te(g))throw new TypeError;return T(w)||(w=De(w)),ga(g,w)}e("getMetadataKeys",St);function Mn(g,w){if(!te(g))throw new TypeError;return T(w)||(w=De(w)),ya(g,w)}e("getOwnMetadataKeys",Mn);function Om(g,w,k){if(!te(w))throw new TypeError;if(T(k)||(k=De(k)),!te(w))throw new TypeError;T(k)||(k=De(k));var x=Lt(w,k,!1);return T(x)?!1:x.OrdinaryDeleteMetadata(g,w,k)}e("deleteMetadata",Om);function Lm(g,w){for(var k=g.length-1;k>=0;--k){var x=g[k],P=x(w);if(!T(P)&&!kt(P)){if(!Sa(P))throw new TypeError;w=P}}return w}function Hm(g,w,k,x){for(var P=g.length-1;P>=0;--P){var re=g[P],ne=re(w,k,x);if(!T(ne)&&!kt(ne)){if(!te(ne))throw new TypeError;x=ne}}return x}function ha(g,w,k){var x=Ni(g,w,k);if(x)return!0;var P=Vi(w);return kt(P)?!1:ha(g,P,k)}function Ni(g,w,k){var x=Lt(w,k,!1);return T(x)?!1:ba(x.OrdinaryHasOwnMetadata(g,w,k))}function fa(g,w,k){var x=Ni(g,w,k);if(x)return ma(g,w,k);var P=Vi(w);if(!kt(P))return fa(g,P,k)}function ma(g,w,k){var x=Lt(w,k,!1);if(!T(x))return x.OrdinaryGetOwnMetadata(g,w,k)}function pa(g,w,k,x){var P=Lt(k,x,!0);P.OrdinaryDefineOwnMetadata(g,w,k,x)}function ga(g,w){var k=ya(g,w),x=Vi(g);if(x===null)return k;var P=ga(x,w);if(P.length<=0)return k;if(k.length<=0)return P;for(var re=new p,ne=[],q=0,M=k;q<M.length;q++){var R=M[q],$=re.has(R);$||(re.add(R),ne.push(R))}for(var I=0,_=P;I<_.length;I++){var R=_[I],$=re.has(R);$||(re.add(R),ne.push(R))}return ne}function ya(g,w){var k=Lt(g,w,!1);return k?k.OrdinaryOwnMetadataKeys(g,w):[]}function wa(g){if(g===null)return 1;switch(typeof g){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return g===null?1:6;default:return 6}}function T(g){return g===void 0}function kt(g){return g===null}function qm(g){return typeof g=="symbol"}function te(g){return typeof g=="object"?g!==null:typeof g=="function"}function _m(g,w){switch(wa(g)){case 0:return g;case 1:return g;case 2:return g;case 3:return g;case 4:return g;case 5:return g}var k="string",x=ka(g,s);if(x!==void 0){var P=x.call(g,k);if(te(P))throw new TypeError;return P}return Um(g)}function Um(g,w){var k,x;{var P=g.toString;if(Rn(P)){var x=P.call(g);if(!te(x))return x}var k=g.valueOf;if(Rn(k)){var x=k.call(g);if(!te(x))return x}}throw new TypeError}function ba(g){return!!g}function Wm(g){return""+g}function De(g){var w=_m(g);return qm(w)?w:Wm(w)}function Ca(g){return Array.isArray?Array.isArray(g):g instanceof Object?g instanceof Array:Object.prototype.toString.call(g)==="[object Array]"}function Rn(g){return typeof g=="function"}function Sa(g){return typeof g=="function"}function jm(g){switch(wa(g)){case 3:return!0;case 4:return!0;default:return!1}}function Pi(g,w){return g===w||g!==g&&w!==w}function ka(g,w){var k=g[w];if(k!=null){if(!Rn(k))throw new TypeError;return k}}function Ea(g){var w=ka(g,a);if(!Rn(w))throw new TypeError;var k=w.call(g);if(!te(k))throw new TypeError;return k}function va(g){return g.value}function xa(g){var w=g.next();return w.done?!1:w}function Ba(g){var w=g.return;w&&w.call(g)}function Vi(g){var w=Object.getPrototypeOf(g);if(typeof g!="function"||g===f||w!==f)return w;var k=g.prototype,x=k&&Object.getPrototypeOf(k);if(x==null||x===Object.prototype)return w;var P=x.constructor;return typeof P!="function"||P===g?w:P}function Gm(){var g;!T(S)&&typeof n.Reflect<"u"&&!(S in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(g=Jm(n.Reflect));var w,k,x,P=new b,re={registerProvider:ne,getProvider:M,setProvider:$};return re;function ne(I){if(!Object.isExtensible(re))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case g===I:break;case T(w):w=I;break;case w===I:break;case T(k):k=I;break;case k===I:break;default:x===void 0&&(x=new p),x.add(I);break}}function q(I,_){if(!T(w)){if(w.isProviderFor(I,_))return w;if(!T(k)){if(k.isProviderFor(I,_))return w;if(!T(x))for(var Z=Ea(x);;){var Y=xa(Z);if(!Y)return;var Ne=va(Y);if(Ne.isProviderFor(I,_))return Ba(Z),Ne}}}if(!T(g)&&g.isProviderFor(I,_))return g}function M(I,_){var Z=P.get(I),Y;return T(Z)||(Y=Z.get(_)),T(Y)&&(Y=q(I,_),T(Y)||(T(Z)&&(Z=new m,P.set(I,Z)),Z.set(_,Y))),Y}function R(I){if(T(I))throw new TypeError;return w===I||k===I||!T(x)&&x.has(I)}function $(I,_,Z){if(!R(Z))throw new Error("Metadata provider not registered.");var Y=M(I,_);if(Y!==Z){if(!T(Y))return!1;var Ne=P.get(I);T(Ne)&&(Ne=new m,P.set(I,Ne)),Ne.set(_,Z)}return!0}}function Zm(){var g;return!T(S)&&te(n.Reflect)&&Object.isExtensible(n.Reflect)&&(g=n.Reflect[S]),T(g)&&(g=Gm()),!T(S)&&te(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,S,{enumerable:!1,configurable:!1,writable:!1,value:g}),g}function Xm(g){var w=new b,k={isProviderFor:function(R,$){var I=w.get(R);return T(I)?!1:I.has($)},OrdinaryDefineOwnMetadata:ne,OrdinaryHasOwnMetadata:P,OrdinaryGetOwnMetadata:re,OrdinaryOwnMetadataKeys:q,OrdinaryDeleteMetadata:M};return y.registerProvider(k),k;function x(R,$,I){var _=w.get(R),Z=!1;if(T(_)){if(!I)return;_=new m,w.set(R,_),Z=!0}var Y=_.get($);if(T(Y)){if(!I)return;if(Y=new m,_.set($,Y),!g.setProvider(R,$,k))throw _.delete($),Z&&w.delete(R),new Error("Wrong provider for target.")}return Y}function P(R,$,I){var _=x($,I,!1);return T(_)?!1:ba(_.has(R))}function re(R,$,I){var _=x($,I,!1);if(!T(_))return _.get(R)}function ne(R,$,I,_){var Z=x(I,_,!0);Z.set(R,$)}function q(R,$){var I=[],_=x(R,$,!1);if(T(_))return I;for(var Z=_.keys(),Y=Ea(Z),Ne=0;;){var Ma=xa(Y);if(!Ma)return I.length=Ne,I;var ep=va(Ma);try{I[Ne]=ep}catch(tp){try{Ba(Y)}finally{throw tp}}Ne++}}function M(R,$,I){var _=x($,I,!1);if(T(_)||!_.delete(R))return!1;if(_.size===0){var Z=w.get($);T(Z)||(Z.delete(I),Z.size===0&&w.delete(Z))}return!0}}function Jm(g){var w=g.defineMetadata,k=g.hasOwnMetadata,x=g.getOwnMetadata,P=g.getOwnMetadataKeys,re=g.deleteMetadata,ne=new b,q={isProviderFor:function(M,R){var $=ne.get(M);return!T($)&&$.has(R)?!0:P(M,R).length?(T($)&&($=new p,ne.set(M,$)),$.add(R),!0):!1},OrdinaryDefineOwnMetadata:w,OrdinaryHasOwnMetadata:k,OrdinaryGetOwnMetadata:x,OrdinaryOwnMetadataKeys:P,OrdinaryDeleteMetadata:re};return q}function Lt(g,w,k){var x=y.getProvider(g,w);if(!T(x))return x;if(k){if(y.setProvider(g,w,B))return B;throw new Error("Illegal state.")}}function Ym(){var g={},w=[],k=function(){function q(M,R,$){this._index=0,this._keys=M,this._values=R,this._selector=$}return q.prototype["@@iterator"]=function(){return this},q.prototype[a]=function(){return this},q.prototype.next=function(){var M=this._index;if(M>=0&&M<this._keys.length){var R=this._selector(this._keys[M],this._values[M]);return M+1>=this._keys.length?(this._index=-1,this._keys=w,this._values=w):this._index++,{value:R,done:!1}}return{value:void 0,done:!0}},q.prototype.throw=function(M){throw this._index>=0&&(this._index=-1,this._keys=w,this._values=w),M},q.prototype.return=function(M){return this._index>=0&&(this._index=-1,this._keys=w,this._values=w),{value:M,done:!0}},q}(),x=function(){function q(){this._keys=[],this._values=[],this._cacheKey=g,this._cacheIndex=-2}return Object.defineProperty(q.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),q.prototype.has=function(M){return this._find(M,!1)>=0},q.prototype.get=function(M){var R=this._find(M,!1);return R>=0?this._values[R]:void 0},q.prototype.set=function(M,R){var $=this._find(M,!0);return this._values[$]=R,this},q.prototype.delete=function(M){var R=this._find(M,!1);if(R>=0){for(var $=this._keys.length,I=R+1;I<$;I++)this._keys[I-1]=this._keys[I],this._values[I-1]=this._values[I];return this._keys.length--,this._values.length--,Pi(M,this._cacheKey)&&(this._cacheKey=g,this._cacheIndex=-2),!0}return!1},q.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=g,this._cacheIndex=-2},q.prototype.keys=function(){return new k(this._keys,this._values,P)},q.prototype.values=function(){return new k(this._keys,this._values,re)},q.prototype.entries=function(){return new k(this._keys,this._values,ne)},q.prototype["@@iterator"]=function(){return this.entries()},q.prototype[a]=function(){return this.entries()},q.prototype._find=function(M,R){if(!Pi(this._cacheKey,M)){this._cacheIndex=-1;for(var $=0;$<this._keys.length;$++)if(Pi(this._keys[$],M)){this._cacheIndex=$;break}}return this._cacheIndex<0&&R&&(this._cacheIndex=this._keys.length,this._keys.push(M),this._values.push(void 0)),this._cacheIndex},q}();return x;function P(q,M){return q}function re(q,M){return M}function ne(q,M){return[q,M]}}function Qm(){var g=function(){function w(){this._map=new m}return Object.defineProperty(w.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),w.prototype.has=function(k){return this._map.has(k)},w.prototype.add=function(k){return this._map.set(k,k),this},w.prototype.delete=function(k){return this._map.delete(k)},w.prototype.clear=function(){this._map.clear()},w.prototype.keys=function(){return this._map.keys()},w.prototype.values=function(){return this._map.keys()},w.prototype.entries=function(){return this._map.entries()},w.prototype["@@iterator"]=function(){return this.keys()},w.prototype[a]=function(){return this.keys()},w}();return g}function Km(){var g=16,w=h.create(),k=x();return function(){function M(){this._key=x()}return M.prototype.has=function(R){var $=P(R,!1);return $!==void 0?h.has($,this._key):!1},M.prototype.get=function(R){var $=P(R,!1);return $!==void 0?h.get($,this._key):void 0},M.prototype.set=function(R,$){var I=P(R,!0);return I[this._key]=$,this},M.prototype.delete=function(R){var $=P(R,!1);return $!==void 0?delete $[this._key]:!1},M.prototype.clear=function(){this._key=x()},M}();function x(){var M;do M="@@WeakMap@@"+q();while(h.has(w,M));return w[M]=!0,M}function P(M,R){if(!r.call(M,k)){if(!R)return;Object.defineProperty(M,k,{value:h.create()})}return M[k]}function re(M,R){for(var $=0;$<R;++$)M[$]=Math.random()*255|0;return M}function ne(M){if(typeof Uint8Array=="function"){var R=new Uint8Array(M);return typeof crypto<"u"?crypto.getRandomValues(R):typeof msCrypto<"u"?msCrypto.getRandomValues(R):re(R,M),R}return re(new Array(M),M)}function q(){var M=ne(g);M[6]=M[6]&79|64,M[8]=M[8]&191|128;for(var R="",$=0;$<g;++$){var I=M[$];($===4||$===6||$===8)&&(R+="-"),I<16&&(R+="0"),R+=I.toString(16).toLowerCase()}return R}}function zi(g){return g.__=void 0,delete g.__,g}})})(Gi||(Gi={}));let Wt;const Ha=new Uint8Array(16);function qa(){if(!Wt&&(Wt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Wt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Wt(Ha)}const oe=[];for(let t=0;t<256;++t)oe.push((t+256).toString(16).slice(1));function _a(t,e=0){return oe[t[e+0]]+oe[t[e+1]]+oe[t[e+2]]+oe[t[e+3]]+"-"+oe[t[e+4]]+oe[t[e+5]]+"-"+oe[t[e+6]]+oe[t[e+7]]+"-"+oe[t[e+8]]+oe[t[e+9]]+"-"+oe[t[e+10]]+oe[t[e+11]]+oe[t[e+12]]+oe[t[e+13]]+oe[t[e+14]]+oe[t[e+15]]}const Zi={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Oe(t,e,n){if(Zi.randomUUID&&!e&&!t)return Zi.randomUUID();t=t||{};const r=t.random||(t.rng||qa)();return r[6]=r[6]&15|64,r[8]=r[8]&63|128,_a(r)}class ce{static UUID(){return Oe()}static GUID(){const e=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}}const Ct=class Ct{static BuildClass(e,n){n&&Object.keys(n).forEach(r=>{const o=n[r];if(this.isPrimitive(o))e[r]instanceof Date?e[r]=new Date(o):e[r]=o;else if(o!=null&&!Array.isArray(o))if(e[r]&&e[r].constructor)e[r]=new e[r].constructor(o);else{const s=Reflect.getMetadata(r,e);s&&(e[r]=new s[r](o))}if(Array.isArray(o)){const s=Reflect.getMetadata(r,e);s&&(e[r]=o.map(a=>new s[r](a)))}})}static isPrimitive(e){return e!==null&&typeof e<"u"&&e!==Object(e)}static RemoveFromClassByIndex(e,n,r){Ct.RemoveFromClass(e,n,r)}static RemoveFromClassById(e,n,r){if(!e)return;const o=n.findIndex(s=>s.id===e);Ct.RemoveFromClass(o,n,r)}static RemoveFromClass(e,n,r){if(e<0)return;const o=n[e].id;o&&r&&r.push(o),n.splice(e,1)}static GetPropertyName(e){const n=new e;return new Proxy(n,{get(r,o){return o}})}static InitClassInstance(e,n){const r=e.constructor(n);return Ct.BuildClass(r),r.id=ce.UUID(),r}static ExistsWithId(e,n){return e.some(r=>r.id===n)}};d(Ct,"GetClassConstructor",e=>(n,r)=>{const o=Reflect.getMetadata(`property:${r}`,n)||{};o[r]=e,Reflect.defineMetadata(r,o,n)});let V=Ct;class jt{constructor(e){d(this,"id");d(this,"ratio",0);d(this,"src","");d(this,"store","");V.BuildClass(this,e)}static CreateCropper(e,n,r){const o=new jt;return o.src=e,o.id=r,n&&(o.ratio=n),o}}class Ke{constructor(e){d(this,"id");d(this,"address");d(this,"description");d(this,"contactId");V.BuildClass(this,e)}static Create(){const e=new Ke;return e.id=ce.UUID(),e}}class Vn{static Setup(e){this.staticUrl=e}static get StaticUrl(){return this.staticUrl}}d(Vn,"staticUrl","");class Pe{constructor(e){d(this,"name","");d(this,"url","");d(this,"src","");d(this,"raw");d(this,"blob");d(this,"file");d(this,"id");d(this,"originalName","");d(this,"fileSystemPath","");V.BuildClass(this,e)}getFileUrl(){const e=this.url?this.url:`${Vn.StaticUrl}/${this.fileSystemPath}`;return new URL(e,typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:Be&&Be.tagName.toUpperCase()==="SCRIPT"&&Be.src||new URL("sprof.umd.cjs",document.baseURI).href)}getFileListObject(){return{name:this.originalName,url:this.url}}static CreatePreviewFile(e,n){const r=new Pe;return r.id=n??ce.UUID(),r.originalName=e.name,r.file=e.blob,r.fileSystemPath=ce.UUID(),r}uploadNewFile(e){this.id||(this.id=ce.UUID()),this.originalName=e.name,this.file=e.blob,this.fileSystemPath=ce.UUID()}setFile(e){this.file=e,this.url=e.src}uploadAndSetFile(e){this.uploadNewFile(e),this.setFile(e),this.url=e.url}clearFile(){this.url="",this.file=void 0,this.fileSystemPath="",this.originalName=""}errorImg(e,n){if(e.target){let r="";return n&&(r=`@/assets/img/${n}`),new URL(r,typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:Be&&Be.tagName.toUpperCase()==="SCRIPT"&&Be.src||new URL("sprof.umd.cjs",document.baseURI).href)}}getFileInfos(){return[this]}isPdf(){return this.getExtension(this.originalName)===""}getExtension(e){const n=e.split(".");return n[n.length-1]}}class J{static Capitalize(e){return e?e[0].toUpperCase()+e.slice(1):""}static ToCamelCase(e){const n=new RegExp(["[А-Я][а-я][A-Z][a-z]+","[А-Я]+(?=[А-Я][а-я])","[A-Z]+(?=[A-Z][a-z])","[А-Я]+","[A-Z]+","[а-я]+","[a-z]+","[0-9]+"].join("|"),"g");return e.match(n).map((o,s)=>s===0?o.toLowerCase():J.Capitalize(o.toLowerCase())).join("")}static ToKebabCase(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()}static GetStringBetweenChars(e,n,r){return e.substring(e.indexOf(n)+2,e.lastIndexOf(r))}static Translit(e,n){const r={q:"й",w:"ц",e:"у",r:"к",t:"е",y:"н",u:"г",i:"ш",o:"щ",p:"з","[":"х","]":"ъ",a:"ф",s:"ы",d:"в",f:"а",g:"п",h:"р",j:"о",k:"л",l:"д",";":"ж","'":"э",z:"я",x:"ч",c:"с",v:"м",b:"и",n:"т",m:"ь",",":"б",".":"ю","/":"."};return n&&/[а-яА-Я]/g.test(e)?e.replace(/[А-я/,.;'\][]/g,o=>{if(o===o.toLowerCase()){const a=Object.keys(r).find(c=>r[c]===o);return a||""}const s=Object.keys(r).find(a=>r[a]===o.toLowerCase());return s?s.toUpperCase():""}):e.replace(/[A-z/,.;'\][]/g,o=>o===o.toLowerCase()?r[o]:r[o.toLowerCase()].toUpperCase())}static RemoveEmoji(e){const n=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;return e.replace(n,"")}static CanBeTranslited(e){return/^[~`!@#$%^&*()_+=[\]\\{}|;':",.\/<>?a-zA-Z0-9-]+$/.test(e)}static StringsEquals(e,n){const r=e.toLowerCase().replaceAll(/\s/g,""),o=n.toLowerCase().replaceAll(/\s/g,""),s=J.Translit(r),a=J.Translit(o);return r.includes(o)||s.includes(o)||r.includes(a)}static SearchIn(e,n){return J.StringsEquals(e,n)}static FormatToPercentage(e){return`${e}%`}static WrapSubStr(e,n){const r=new RegExp(J.GetVariants(n).join("|"),"gi");return e.replace(r,`<span class="search-text">${n}</span>`)}static GetVariants(e){const n=J.Translit(e);return[e,J.Capitalize(e),e.toLowerCase(),e.toUpperCase(),n,J.Capitalize(n),n.toLowerCase(),n.toUpperCase()]}static ContainsNum(e){return/\d/.test(e)}static JoinSnake(...e){return e.join("_")}static GetDynamicCountName(e,n){const r=[2,0,1,1,1,2];return e.length+" "+n[e.length%100>4&&e.length%100<20?2:r[e.length%10<5?e.length%10:5]]}}class Xi{constructor(e){d(this,"id");d(this,"name","");d(this,"surname","");d(this,"patronymic","");d(this,"isMale",!0);d(this,"dateBirth",new Date);d(this,"contactId");d(this,"slug","");d(this,"postIndex","");d(this,"address","");d(this,"editNameMode",!1);V.BuildClass(this,e)}setEditNameMode(e){this.editNameMode=e}getFullName(){return!this.surname.length&&!this.name.length&&!this.patronymic.length?"":`${this.surname} ${this.name} ${this.patronymic}`}getInitialsName(){return`${this.name.slice(0,1)}.${this.patronymic.slice(0,1)}. ${this.surname}`}getGender(e){return e?this.isMale?"Мужской":"Женский":this.isMale?"М":"Ж"}capitalizeName(){this.name=J.Capitalize(this.name),this.surname=J.Capitalize(this.surname),this.patronymic=J.Capitalize(this.patronymic)}trimName(){this.name=this.name.trim(),this.surname=this.surname.trim(),this.patronymic=this.patronymic.trim()}sanitizeName(){this.trimName(),this.capitalizeName()}setFullName(e){this.surname=e.surname,this.name=e.name,this.patronymic=e.patronymic}}class et{constructor(e){d(this,"id");d(this,"number");d(this,"description");d(this,"contactId");V.BuildClass(this,e)}static Create(){const e=new et;return e.id=ce.UUID(),e}}class Gt{constructor(e){d(this,"id");d(this,"address");d(this,"description");V.BuildClass(this,e)}}class zn{constructor(e){d(this,"id");d(this,"address");d(this,"description");V.BuildClass(this,e)}}let Ua=(We=class{},d(We,"Phone",et),d(We,"FileInfo",Pe),d(We,"PostAddress",Gt),d(We,"Website",zn),d(We,"Email",Ke),d(We,"Human",Xi),d(We,"Cropper",jt),We);class Ve{static Shuffle(e){for(let n=e.length-1;n>0;n--){const r=Math.floor(Math.random()*(n+1));[e[n],e[r]]=[e[r],e[n]]}}static GenerateNumsRange(e,n,r=1){return Array.from({length:(n-e)/r+1},(o,s)=>e+s*r)}static GetLast(e){return e[e.length-1]}static GetFirst(e){return e[0]}static GetRandEL(e){return e[Math.floor(Math.random()*e.length)]}static Sort(e){e.forEach((n,r)=>n.order=r)}static Refill(e,n){e.splice(0,e.length),e.push(...n)}static Eq(e,n){return e.length===n.length&&(e==null?void 0:e.every((r,o)=>e[o]==n[o]))}static SwipeById(e,n,r){const o=e.findIndex(a=>n.id===a.id),s=e.findIndex(a=>r.id===a.id);o||s||([e[o],e[s]]=[e[s],e[o]])}static Swap(e,n,r){if(n<0||n>=e.length||r<0||r>=e.length)return;const o=e[n];e[n]=e[r],e[r]=o}static MoveUp(e,n){e[n].order=n-1,e[n-1]&&(e[n-1].order=n),[e[n],e[n-1]]=[e[n-1],e[n]]}static MoveDown(e,n){e[n].order=n+1,e[n+1]&&(e[n+1].order=n),[e[n],e[n+1]]=[e[n+1],e[n]]}}var Q=(t=>(t.Date="date",t.String="string",t.Boolean="boolean",t.Number="number",t.Set="set",t.Join="join",t))(Q||{}),de=(t=>(t.Eq="=",t.Ne="!=",t.Gt=">",t.Lt="<",t.Btw="between",t.In="in",t.Like="like",t.Null="is null",t.NotNull="is not null",t))(de||{}),Wa=Object.defineProperty,ja=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Wa(e,n,o),o};const Ji=class Et{constructor(e){d(this,"id");d(this,"model","");d(this,"label","");d(this,"col","");d(this,"operator",de.Eq);d(this,"date1");d(this,"date2");d(this,"value1","");d(this,"boolean",!1);d(this,"number",0);d(this,"type",Q.String);d(this,"set",[]);d(this,"isSet",!1);d(this,"joinTable","");d(this,"joinTableModel","");d(this,"joinTableFk","");d(this,"joinTablePk","");d(this,"joinTableId","");d(this,"joinTableIdCol","");V.BuildClass(this,e)}eq(e){if(!e)return!1;if(this.type===Q.Join){const n=e.model===this.model&&e.operator===this.operator&&this.joinTableModel===e.joinTableModel;return e.operator===de.In?n&&Ve.Eq(this.set,e.set):n}return e.model===this.model&&e.col===this.col&&e.operator===this.operator}valueEq(e){return!this||!e||!this.eq(e)?!1:this.type===Q.Boolean?this.boolean===(e==null?void 0:e.boolean):this.type===Q.String?this.value1===(e==null?void 0:e.value1):this.type===Q.Join&&this.set.length?Ve.Eq(this.set,e.set):!1}toUrlQuery(){const e=this.type?`"type":"${this.type}"`:"",n=this.model?`"model":"${this.model}"`:"",r=this.col?`"col":"${this.col}"`:"",o=this.operator?`"operator":"${this.operator}"`:"",s=this.value1?`"value1":"${this.value1}"`:"",a=this.type===Q.Boolean?`"boolean":${this.boolean}`:"",c=this.type===Q.Date&&this.date1?`"date1":"${this.date1.toISOString()}"`:"",l=this.type===Q.Date&&this.date2?`"date2":"${this.date2.toISOString()}"`:"",u=this.type===Q.Number?`"number":${this.number}`:"",h=this.type===Q.Set||this.operator===de.In?`"set":${JSON.stringify(this.set)}`:"",f=this.type===Q.Join?`"joinTableModel":"${this.joinTableModel}"`:"";return[e,n,r,o,s,a,c,l,u,h,f].filter(m=>m!=="").toString()}fromUrlQuery(e){this.model=e.get("model")??"",this.col=e.get("col")??"",this.label=e.get("label")??"",this.operator=e.get("operator")??"",this.value1=e.get("value1")??"",this.type=e.get("type")??"",this.boolean=!!(e.get("boolean")??""),this.joinTableModel=e.get("joinTableModel")??"",this.joinTableId=e.get("joinTableId")??"",this.joinTableFk=e.get("joinTableFk")??"",this.joinTableIdCol=e.get("joinTableIdCol")??"",this.joinTablePk=e.get("joinTablePk")??""}isUnaryFilter(){return this.operator===de.Eq||this.operator===de.Gt||this.operator===de.Lt}isBetweenFilter(){return this.operator===de.Btw}isSetFilter(){return this.operator===de.In}static Create(e,n,r){const o=new Et;return o.model=e.GetClassName(),o.col=n??"",o.type=r,o.type===Q.Number&&(o.value1="0"),o.type===Q.String&&(o.value1=""),o.type===Q.Boolean&&(o.value1="false",o.operator=de.Eq),o}static CreateFilterModel(e,n,r){const o=new Et;return o.id=Oe(),o.model=typeof e=="string"?e:e.GetClassName(),o.col=n??"",o.type=r,o.type===Q.Number&&(o.value1="0"),o.type===Q.String&&(o.value1=""),o.type===Q.Boolean&&(o.value1="false"),o}static CreateFilterModelWithJoin(e,n,r,o,s,a,c,l){const u=new Et;return u.id=Oe(),u.joinTable=r,u.joinTablePk=o,u.joinTableFk=s,u.col=n,u.type=a,c&&(u.joinTableId=c),l&&(u.joinTableIdCol=l),u}static CreateFilterModelWithJoinV2(e,n,r,o,s,a,c){const l=new Et;return l.model=e,l.joinTableModel=r,l.joinTablePk=o,l.joinTableFk=s,l.col=n,l.type=Q.Join,a&&(l.joinTableId=a),c&&(l.joinTableIdCol=c),l}static OnlyIfSecondModelExists(e,n){const r=new Et;return r.id=Oe(),r.model=J.ToCamelCase(e.GetClassName()),r.joinTableModel=J.ToCamelCase(n.GetClassName()),r.type=Q.Join,r}addToSet(...e){e.forEach(n=>{if(this.set.indexOf(n)===-1){this.set.push(n);return}this.set=this.set.filter(r=>r!==n)})}pushToSet(...e){e.forEach(n=>{this.set.indexOf(n)===-1&&this.set.push(n)})}replaceSet(...e){this.set=e}setBoolean(e){this.boolean=e}toRef(){return i.ref(this)}setDate1(e){this.date1=e}setDate2(e){this.date2=e}dropDates(){this.setDate1(),this.setDate2()}setDatesRange(e,n){if(!e&&!n){this.dropDates();return}if(!n){this.setDate1(e),this.operator=de.Eq;return}this.setDate2(n),this.operator=de.Btw}};ja([V.GetClassConstructor(String)],Ji.prototype,"set");let Yi=Ji;class Ga{constructor(){d(this,"operation",de.Lt);d(this,"column","");d(this,"value");d(this,"initial",!0);d(this,"tableName","");d(this,"version","");d(this,"model","")}toUrlQuery(){const e=this.operation?`"operation":"${this.operation}"`:"",n=this.column?`"column":"${this.column}"`:"",r=this.value&&typeof this.value.toISOString=="function"?this.value.toISOString():this.value,o=r?`"value":"${r}"`:"",s=this.model?`"model":"${this.model}"`:"",a=`"initial":${this.initial}`;return[e,n,o,s,a].filter(c=>c!=="").toString()}fromUrlQuery(e){e.cursvalue&&(this.value=e.cursvalue),e.curscolumn&&(this.column=String(e.curscolumn)),e.cursinitial!==void 0&&(this.initial=!!e.cursinitial),e.curstableName&&(this.tableName=String(e.curstableName)),e.cursoperation&&(this.operation=e.cursoperation)}}class Zt{constructor(e){d(this,"offset",0);d(this,"limit",25);d(this,"cursor",new Ga);d(this,"cursorMode",!1);d(this,"append",!1);d(this,"allLoaded",!1);d(this,"version","");V.BuildClass(this,e)}setLoadMore(e,n,r){this.cursor.value=e,this.cursor.initial=!1,this.cursor.operation=de.Gt,this.cursor.column=n,this.cursor.tableName=r,this.cursorMode=!0}setLoadMoreV2(e,n,r){this.cursor.value=e,this.cursor.initial=!1,this.cursor.operation=de.Gt,this.cursor.column=n,this.cursor.model=r,this.cursorMode=!0,this.version="v2"}setOffset(e){this.offset=e}toUrlQuery(){const e=`"offset":${this.offset}`,n=`"limit":${this.limit}`,r=`"cursorMode":${this.cursorMode}`,o=`"append":${this.append}`,s=`"allLoaded":${this.allLoaded}`,a=`"cursor":{${this.cursor.toUrlQuery()}}`;return[e,n,r,o,s,a].toString()}fromUrlQuery(){const e=window.location.search,n=e.substring(e.indexOf("p=")+2,e.lastIndexOf("|")),r=new URLSearchParams(decodeURIComponent(n));this.offset=Number(r.get("offset")),this.limit=Number(r.get("col"))}setAllLoaded(e){this.allLoaded=!(e>=this.limit)}resetAllLoaded(){this.allLoaded=!1}getPageNum(){return this.offset/this.limit+1}drop(){this.offset=0,this.limit=25,V.BuildClass(this)}}var $e=(t=>(t.Asc="asc",t.Desc="desc",t))($e||{});class Tn{constructor(e){d(this,"model","");d(this,"col","");d(this,"order");d(this,"label","");d(this,"default",!1);d(this,"selected",!1);V.BuildClass(this,e)}static Create(e,n,r=$e.Asc,o,s){const a=new Tn;return a.model=e.GetClassName(),a.col=n??"",a.order=r??$e.Asc,a.label=o??"",a.default=s??!1,a}isAsc(){return this.order===$e.Asc}isDesc(){return this.order===$e.Desc}eq(e){return e.model===this.model&&e.col===this.col&&e.order===this.order}toUrlQuery(){const e=this.model?`"model":"${this.model}"`:"",n=this.col?`"col":"${this.col}"`:"",r=this.order?`"order":"${this.order}"`:"";return[e,n,r].toString()}async fromUrlQuery(){const e=window.location.search,n=e.substring(e.indexOf("s=")+2,e.indexOf("|")),r=new URLSearchParams(decodeURIComponent(n));this.model=r.get("model")??"",this.col=r.get("col")??"",this.label=r.get("label")??"",this.default=!!r.get("default"),this.order=r.get("order")??""}asc(){this.order=$e.Asc}desc(){this.order=$e.Desc}}class Xt{constructor(){d(this,"model","");d(this,"cols",[]);d(this,"models",[])}static Create(e,n){const r=new Xt;return r.model=e.GetClassName(),r.cols=n,r}}var Za=Object.defineProperty,Jt=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Za(e,n,o),o};const Bt=(Ce=class{constructor(e){d(this,"id");d(this,"f",[]);d(this,"s",[]);d(this,"p",new Zt);d(this,"t",new Xt);V.BuildClass(this,e)}static Get(){return this.instance||(this.instance=new Ce),this.instance}createFrom(e){const n=new Ce(JSON.parse(e));this.f=n.f}clearForHTTP(){const e=new Ce(this);return e.f=this.f.map(n=>Ce.EmptyEntiries(n)),e.s=this.s.map(n=>Ce.EmptyEntiries(n)),e.p=Ce.EmptyEntiries(this.p),e.t=Ce.EmptyEntiries(this.t),e}static EmptyEntiries(e){if(!e)return;const r=Object.entries(e).filter(([o,s])=>o!=="label"&&s!==""&&s!==null);return Object.fromEntries(r)}findFilterModel(e){return this.f.find(n=>e.id===n.id)}getFirstSortModel(){return Ve.GetLast(this.s)}setSortModel(e){e&&(this.s[0]=e)}setS(e){this.s[0]=e}setF(e){this.f.push(e)}replaceF(e,n){this.removeF(n),e&&this.setF(e)}removeF(e){const n=this.f.findIndex(r=>r.eq(e));V.RemoveFromClassByIndex(n,this.f)}reset(){this.f=[],this.s=[],this.p=new Zt}resetF(){this.f=[]}},d(Ce,"instance"),Ce);Jt([V.GetClassConstructor(Yi)],Bt.prototype,"f"),Jt([V.GetClassConstructor(Tn)],Bt.prototype,"s"),Jt([V.GetClassConstructor(Zt)],Bt.prototype,"p"),Jt([V.GetClassConstructor(Xt)],Bt.prototype,"t");let Mt=Bt;function Qi(t,e){return function(){return t.apply(e,arguments)}}const{toString:Xa}=Object.prototype,{getPrototypeOf:Fn}=Object,Yt=(t=>e=>{const n=Xa.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Ie=t=>(t=t.toLowerCase(),e=>Yt(e)===t),Qt=t=>e=>typeof e===t,{isArray:dt}=Array,Rt=Qt("undefined");function Ja(t){return t!==null&&!Rt(t)&&t.constructor!==null&&!Rt(t.constructor)&&be(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const Ki=Ie("ArrayBuffer");function Ya(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&Ki(t.buffer),e}const Qa=Qt("string"),be=Qt("function"),er=Qt("number"),Kt=t=>t!==null&&typeof t=="object",Ka=t=>t===!0||t===!1,en=t=>{if(Yt(t)!=="object")return!1;const e=Fn(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},el=Ie("Date"),tl=Ie("File"),nl=Ie("Blob"),il=Ie("FileList"),rl=t=>Kt(t)&&be(t.pipe),ol=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||be(t.append)&&((e=Yt(t))==="formdata"||e==="object"&&be(t.toString)&&t.toString()==="[object FormData]"))},sl=Ie("URLSearchParams"),[al,ll,cl,dl]=["ReadableStream","Request","Response","Headers"].map(Ie),ul=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function $t(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,o;if(typeof t!="object"&&(t=[t]),dt(t))for(r=0,o=t.length;r<o;r++)e.call(null,t[r],r,t);else{const s=n?Object.getOwnPropertyNames(t):Object.keys(t),a=s.length;let c;for(r=0;r<a;r++)c=s[r],e.call(null,t[c],c,t)}}function tr(t,e){e=e.toLowerCase();const n=Object.keys(t);let r=n.length,o;for(;r-- >0;)if(o=n[r],e===o.toLowerCase())return o;return null}const tt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,nr=t=>!Rt(t)&&t!==tt;function Dn(){const{caseless:t}=nr(this)&&this||{},e={},n=(r,o)=>{const s=t&&tr(e,o)||o;en(e[s])&&en(r)?e[s]=Dn(e[s],r):en(r)?e[s]=Dn({},r):dt(r)?e[s]=r.slice():e[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&$t(arguments[r],n);return e}const hl=(t,e,n,{allOwnKeys:r}={})=>($t(e,(o,s)=>{n&&be(o)?t[s]=Qi(o,n):t[s]=o},{allOwnKeys:r}),t),fl=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),ml=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},pl=(t,e,n,r)=>{let o,s,a;const c={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),s=o.length;s-- >0;)a=o[s],(!r||r(a,t,e))&&!c[a]&&(e[a]=t[a],c[a]=!0);t=n!==!1&&Fn(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},gl=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n},yl=t=>{if(!t)return null;if(dt(t))return t;let e=t.length;if(!er(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},wl=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&Fn(Uint8Array)),bl=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=r.next())&&!o.done;){const s=o.value;e.call(t,s[0],s[1])}},Cl=(t,e)=>{let n;const r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},Sl=Ie("HTMLFormElement"),kl=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),ir=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),El=Ie("RegExp"),rr=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};$t(n,(o,s)=>{let a;(a=e(o,s,t))!==!1&&(r[s]=a||o)}),Object.defineProperties(t,r)},vl=t=>{rr(t,(e,n)=>{if(be(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=t[n];if(be(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},xl=(t,e)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return dt(t)?r(t):r(String(t).split(e)),n},Bl=()=>{},Ml=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,On="abcdefghijklmnopqrstuvwxyz",or="0123456789",sr={DIGIT:or,ALPHA:On,ALPHA_DIGIT:On+On.toUpperCase()+or},Rl=(t=16,e=sr.ALPHA_DIGIT)=>{let n="";const{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function $l(t){return!!(t&&be(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const Il=t=>{const e=new Array(10),n=(r,o)=>{if(Kt(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[o]=r;const s=dt(r)?[]:{};return $t(r,(a,c)=>{const l=n(a,o+1);!Rt(l)&&(s[c]=l)}),e[o]=void 0,s}}return r};return n(t,0)},Al=Ie("AsyncFunction"),Nl=t=>t&&(Kt(t)||be(t))&&be(t.then)&&be(t.catch),ar=((t,e)=>t?setImmediate:e?((n,r)=>(tt.addEventListener("message",({source:o,data:s})=>{o===tt&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),tt.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",be(tt.postMessage)),Pl=typeof queueMicrotask<"u"?queueMicrotask.bind(tt):typeof process<"u"&&process.nextTick||ar,C={isArray:dt,isArrayBuffer:Ki,isBuffer:Ja,isFormData:ol,isArrayBufferView:Ya,isString:Qa,isNumber:er,isBoolean:Ka,isObject:Kt,isPlainObject:en,isReadableStream:al,isRequest:ll,isResponse:cl,isHeaders:dl,isUndefined:Rt,isDate:el,isFile:tl,isBlob:nl,isRegExp:El,isFunction:be,isStream:rl,isURLSearchParams:sl,isTypedArray:wl,isFileList:il,forEach:$t,merge:Dn,extend:hl,trim:ul,stripBOM:fl,inherits:ml,toFlatObject:pl,kindOf:Yt,kindOfTest:Ie,endsWith:gl,toArray:yl,forEachEntry:bl,matchAll:Cl,isHTMLForm:Sl,hasOwnProperty:ir,hasOwnProp:ir,reduceDescriptors:rr,freezeMethods:vl,toObjectSet:xl,toCamelCase:kl,noop:Bl,toFiniteNumber:Ml,findKey:tr,global:tt,isContextDefined:nr,ALPHABET:sr,generateString:Rl,isSpecCompliantForm:$l,toJSONObject:Il,isAsyncFn:Al,isThenable:Nl,setImmediate:ar,asap:Pl};function F(t,e,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}C.inherits(F,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:C.toJSONObject(this.config),code:this.code,status:this.status}}});const lr=F.prototype,cr={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{cr[t]={value:t}}),Object.defineProperties(F,cr),Object.defineProperty(lr,"isAxiosError",{value:!0}),F.from=(t,e,n,r,o,s)=>{const a=Object.create(lr);return C.toFlatObject(t,a,function(l){return l!==Error.prototype},c=>c!=="isAxiosError"),F.call(a,t.message,e,n,r,o),a.cause=t,a.name=t.name,s&&Object.assign(a,s),a};const Vl=null;function Ln(t){return C.isPlainObject(t)||C.isArray(t)}function dr(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function ur(t,e,n){return t?t.concat(e).map(function(o,s){return o=dr(o),!n&&s?"["+o+"]":o}).join(n?".":""):e}function zl(t){return C.isArray(t)&&!t.some(Ln)}const Tl=C.toFlatObject(C,{},null,function(e){return/^is[A-Z]/.test(e)});function tn(t,e,n){if(!C.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,n=C.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(S,y){return!C.isUndefined(y[S])});const r=n.metaTokens,o=n.visitor||h,s=n.dots,a=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&C.isSpecCompliantForm(e);if(!C.isFunction(o))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(C.isDate(b))return b.toISOString();if(!l&&C.isBlob(b))throw new F("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(b)||C.isTypedArray(b)?l&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function h(b,S,y){let B=b;if(b&&!y&&typeof b=="object"){if(C.endsWith(S,"{}"))S=r?S:S.slice(0,-2),b=JSON.stringify(b);else if(C.isArray(b)&&zl(b)||(C.isFileList(b)||C.endsWith(S,"[]"))&&(B=C.toArray(b)))return S=dr(S),B.forEach(function(O,A){!(C.isUndefined(O)||O===null)&&e.append(a===!0?ur([S],A,s):a===null?S:S+"[]",u(O))}),!1}return Ln(b)?!0:(e.append(ur(y,S,s),u(b)),!1)}const f=[],m=Object.assign(Tl,{defaultVisitor:h,convertValue:u,isVisitable:Ln});function p(b,S){if(!C.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+S.join("."));f.push(b),C.forEach(b,function(B,D){(!(C.isUndefined(B)||B===null)&&o.call(e,B,C.isString(D)?D.trim():D,S,m))===!0&&p(B,S?S.concat(D):[D])}),f.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return p(t),e}function hr(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function Hn(t,e){this._pairs=[],t&&tn(t,this,e)}const fr=Hn.prototype;fr.append=function(e,n){this._pairs.push([e,n])},fr.toString=function(e){const n=e?function(r){return e.call(this,r,hr)}:hr;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Fl(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function mr(t,e,n){if(!e)return t;const r=n&&n.encode||Fl,o=n&&n.serialize;let s;if(o?s=o(e,n):s=C.isURLSearchParams(e)?e.toString():new Hn(e,n).toString(r),s){const a=t.indexOf("#");a!==-1&&(t=t.slice(0,a)),t+=(t.indexOf("?")===-1?"?":"&")+s}return t}class pr{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){C.forEach(this.handlers,function(r){r!==null&&e(r)})}}const gr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Dl={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Hn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},qn=typeof window<"u"&&typeof document<"u",_n=typeof navigator=="object"&&navigator||void 0,Ol=qn&&(!_n||["ReactNative","NativeScript","NS"].indexOf(_n.product)<0),Ll=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Hl=qn&&window.location.href||"http://localhost",me={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:qn,hasStandardBrowserEnv:Ol,hasStandardBrowserWebWorkerEnv:Ll,navigator:_n,origin:Hl},Symbol.toStringTag,{value:"Module"})),...Dl};function ql(t,e){return tn(t,new me.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return me.isNode&&C.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}function _l(t){return C.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Ul(t){const e={},n=Object.keys(t);let r;const o=n.length;let s;for(r=0;r<o;r++)s=n[r],e[s]=t[s];return e}function yr(t){function e(n,r,o,s){let a=n[s++];if(a==="__proto__")return!0;const c=Number.isFinite(+a),l=s>=n.length;return a=!a&&C.isArray(o)?o.length:a,l?(C.hasOwnProp(o,a)?o[a]=[o[a],r]:o[a]=r,!c):((!o[a]||!C.isObject(o[a]))&&(o[a]=[]),e(n,r,o[a],s)&&C.isArray(o[a])&&(o[a]=Ul(o[a])),!c)}if(C.isFormData(t)&&C.isFunction(t.entries)){const n={};return C.forEachEntry(t,(r,o)=>{e(_l(r),o,n,0)}),n}return null}function Wl(t,e,n){if(C.isString(t))try{return(e||JSON.parse)(t),C.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(t)}const It={transitional:gr,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=C.isObject(e);if(s&&C.isHTMLForm(e)&&(e=new FormData(e)),C.isFormData(e))return o?JSON.stringify(yr(e)):e;if(C.isArrayBuffer(e)||C.isBuffer(e)||C.isStream(e)||C.isFile(e)||C.isBlob(e)||C.isReadableStream(e))return e;if(C.isArrayBufferView(e))return e.buffer;if(C.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let c;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return ql(e,this.formSerializer).toString();if((c=C.isFileList(e))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return tn(c?{"files[]":e}:e,l&&new l,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),Wl(e)):e}],transformResponse:[function(e){const n=this.transitional||It.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(C.isResponse(e)||C.isReadableStream(e))return e;if(e&&C.isString(e)&&(r&&!this.responseType||o)){const a=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(c){if(a)throw c.name==="SyntaxError"?F.from(c,F.ERR_BAD_RESPONSE,this,null,this.response):c}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:me.classes.FormData,Blob:me.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch"],t=>{It.headers[t]={}});const jl=C.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Gl=t=>{const e={};let n,r,o;return t&&t.split(`
15
- `).forEach(function(a){o=a.indexOf(":"),n=a.substring(0,o).trim().toLowerCase(),r=a.substring(o+1).trim(),!(!n||e[n]&&jl[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e},wr=Symbol("internals");function At(t){return t&&String(t).trim().toLowerCase()}function nn(t){return t===!1||t==null?t:C.isArray(t)?t.map(nn):String(t)}function Zl(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}const Xl=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Un(t,e,n,r,o){if(C.isFunction(r))return r.call(this,e,n);if(o&&(e=n),!!C.isString(e)){if(C.isString(r))return e.indexOf(r)!==-1;if(C.isRegExp(r))return r.test(e)}}function Jl(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function Yl(t,e){const n=C.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(o,s,a){return this[r].call(this,e,o,s,a)},configurable:!0})})}class pe{constructor(e){e&&this.set(e)}set(e,n,r){const o=this;function s(c,l,u){const h=At(l);if(!h)throw new Error("header name must be a non-empty string");const f=C.findKey(o,h);(!f||o[f]===void 0||u===!0||u===void 0&&o[f]!==!1)&&(o[f||l]=nn(c))}const a=(c,l)=>C.forEach(c,(u,h)=>s(u,h,l));if(C.isPlainObject(e)||e instanceof this.constructor)a(e,n);else if(C.isString(e)&&(e=e.trim())&&!Xl(e))a(Gl(e),n);else if(C.isHeaders(e))for(const[c,l]of e.entries())s(l,c,r);else e!=null&&s(n,e,r);return this}get(e,n){if(e=At(e),e){const r=C.findKey(this,e);if(r){const o=this[r];if(!n)return o;if(n===!0)return Zl(o);if(C.isFunction(n))return n.call(this,o,r);if(C.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=At(e),e){const r=C.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Un(this,this[r],r,n)))}return!1}delete(e,n){const r=this;let o=!1;function s(a){if(a=At(a),a){const c=C.findKey(r,a);c&&(!n||Un(r,r[c],c,n))&&(delete r[c],o=!0)}}return C.isArray(e)?e.forEach(s):s(e),o}clear(e){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const s=n[r];(!e||Un(this,this[s],s,e,!0))&&(delete this[s],o=!0)}return o}normalize(e){const n=this,r={};return C.forEach(this,(o,s)=>{const a=C.findKey(r,s);if(a){n[a]=nn(o),delete n[s];return}const c=e?Jl(s):String(s).trim();c!==s&&delete n[s],n[c]=nn(o),r[c]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const n=Object.create(null);return C.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=e&&C.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
16
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){const r=new this(e);return n.forEach(o=>r.set(o)),r}static accessor(e){const r=(this[wr]=this[wr]={accessors:{}}).accessors,o=this.prototype;function s(a){const c=At(a);r[c]||(Yl(o,a),r[c]=!0)}return C.isArray(e)?e.forEach(s):s(e),this}}pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),C.reduceDescriptors(pe.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}}),C.freezeMethods(pe);function Wn(t,e){const n=this||It,r=e||n,o=pe.from(r.headers);let s=r.data;return C.forEach(t,function(c){s=c.call(n,s,o.normalize(),e?e.status:void 0)}),o.normalize(),s}function br(t){return!!(t&&t.__CANCEL__)}function ut(t,e,n){F.call(this,t??"canceled",F.ERR_CANCELED,e,n),this.name="CanceledError"}C.inherits(ut,F,{__CANCEL__:!0});function Cr(t,e,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new F("Request failed with status code "+n.status,[F.ERR_BAD_REQUEST,F.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Ql(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function Kl(t,e){t=t||10;const n=new Array(t),r=new Array(t);let o=0,s=0,a;return e=e!==void 0?e:1e3,function(l){const u=Date.now(),h=r[s];a||(a=u),n[o]=l,r[o]=u;let f=s,m=0;for(;f!==o;)m+=n[f++],f=f%t;if(o=(o+1)%t,o===s&&(s=(s+1)%t),u-a<e)return;const p=h&&u-h;return p?Math.round(m*1e3/p):void 0}}function ec(t,e){let n=0,r=1e3/e,o,s;const a=(u,h=Date.now())=>{n=h,o=null,s&&(clearTimeout(s),s=null),t.apply(null,u)};return[(...u)=>{const h=Date.now(),f=h-n;f>=r?a(u,h):(o=u,s||(s=setTimeout(()=>{s=null,a(o)},r-f)))},()=>o&&a(o)]}const rn=(t,e,n=3)=>{let r=0;const o=Kl(50,250);return ec(s=>{const a=s.loaded,c=s.lengthComputable?s.total:void 0,l=a-r,u=o(l),h=a<=c;r=a;const f={loaded:a,total:c,progress:c?a/c:void 0,bytes:l,rate:u||void 0,estimated:u&&c&&h?(c-a)/u:void 0,event:s,lengthComputable:c!=null,[e?"download":"upload"]:!0};t(f)},n)},Sr=(t,e)=>{const n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},kr=t=>(...e)=>C.asap(()=>t(...e)),tc=me.hasStandardBrowserEnv?function(){const e=me.navigator&&/(msie|trident)/i.test(me.navigator.userAgent),n=document.createElement("a");let r;function o(s){let a=s;return e&&(n.setAttribute("href",a),a=n.href),n.setAttribute("href",a),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(a){const c=C.isString(a)?o(a):a;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),nc=me.hasStandardBrowserEnv?{write(t,e,n,r,o,s){const a=[t+"="+encodeURIComponent(e)];C.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),C.isString(r)&&a.push("path="+r),C.isString(o)&&a.push("domain="+o),s===!0&&a.push("secure"),document.cookie=a.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function ic(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function rc(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Er(t,e){return t&&!ic(e)?rc(t,e):e}const vr=t=>t instanceof pe?{...t}:t;function nt(t,e){e=e||{};const n={};function r(u,h,f){return C.isPlainObject(u)&&C.isPlainObject(h)?C.merge.call({caseless:f},u,h):C.isPlainObject(h)?C.merge({},h):C.isArray(h)?h.slice():h}function o(u,h,f){if(C.isUndefined(h)){if(!C.isUndefined(u))return r(void 0,u,f)}else return r(u,h,f)}function s(u,h){if(!C.isUndefined(h))return r(void 0,h)}function a(u,h){if(C.isUndefined(h)){if(!C.isUndefined(u))return r(void 0,u)}else return r(void 0,h)}function c(u,h,f){if(f in e)return r(u,h);if(f in t)return r(void 0,u)}const l={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c,headers:(u,h)=>o(vr(u),vr(h),!0)};return C.forEach(Object.keys(Object.assign({},t,e)),function(h){const f=l[h]||o,m=f(t[h],e[h],h);C.isUndefined(m)&&f!==c||(n[h]=m)}),n}const xr=t=>{const e=nt({},t);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:a,auth:c}=e;e.headers=a=pe.from(a),e.url=mr(Er(e.baseURL,e.url),t.params,t.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let l;if(C.isFormData(n)){if(me.hasStandardBrowserEnv||me.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((l=a.getContentType())!==!1){const[u,...h]=l?l.split(";").map(f=>f.trim()).filter(Boolean):[];a.setContentType([u||"multipart/form-data",...h].join("; "))}}if(me.hasStandardBrowserEnv&&(r&&C.isFunction(r)&&(r=r(e)),r||r!==!1&&tc(e.url))){const u=o&&s&&nc.read(s);u&&a.set(o,u)}return e},oc=typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(n,r){const o=xr(t);let s=o.data;const a=pe.from(o.headers).normalize();let{responseType:c,onUploadProgress:l,onDownloadProgress:u}=o,h,f,m,p,b;function S(){p&&p(),b&&b(),o.cancelToken&&o.cancelToken.unsubscribe(h),o.signal&&o.signal.removeEventListener("abort",h)}let y=new XMLHttpRequest;y.open(o.method.toUpperCase(),o.url,!0),y.timeout=o.timeout;function B(){if(!y)return;const O=pe.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),j={data:!c||c==="text"||c==="json"?y.responseText:y.response,status:y.status,statusText:y.statusText,headers:O,config:t,request:y};Cr(function(xe){n(xe),S()},function(xe){r(xe),S()},j),y=null}"onloadend"in y?y.onloadend=B:y.onreadystatechange=function(){!y||y.readyState!==4||y.status===0&&!(y.responseURL&&y.responseURL.indexOf("file:")===0)||setTimeout(B)},y.onabort=function(){y&&(r(new F("Request aborted",F.ECONNABORTED,t,y)),y=null)},y.onerror=function(){r(new F("Network Error",F.ERR_NETWORK,t,y)),y=null},y.ontimeout=function(){let A=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const j=o.transitional||gr;o.timeoutErrorMessage&&(A=o.timeoutErrorMessage),r(new F(A,j.clarifyTimeoutError?F.ETIMEDOUT:F.ECONNABORTED,t,y)),y=null},s===void 0&&a.setContentType(null),"setRequestHeader"in y&&C.forEach(a.toJSON(),function(A,j){y.setRequestHeader(j,A)}),C.isUndefined(o.withCredentials)||(y.withCredentials=!!o.withCredentials),c&&c!=="json"&&(y.responseType=o.responseType),u&&([m,b]=rn(u,!0),y.addEventListener("progress",m)),l&&y.upload&&([f,p]=rn(l),y.upload.addEventListener("progress",f),y.upload.addEventListener("loadend",p)),(o.cancelToken||o.signal)&&(h=O=>{y&&(r(!O||O.type?new ut(null,t,y):O),y.abort(),y=null)},o.cancelToken&&o.cancelToken.subscribe(h),o.signal&&(o.signal.aborted?h():o.signal.addEventListener("abort",h)));const D=Ql(o.url);if(D&&me.protocols.indexOf(D)===-1){r(new F("Unsupported protocol "+D+":",F.ERR_BAD_REQUEST,t));return}y.send(s||null)})},sc=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,o;const s=function(u){if(!o){o=!0,c();const h=u instanceof Error?u:this.reason;r.abort(h instanceof F?h:new ut(h instanceof Error?h.message:h))}};let a=e&&setTimeout(()=>{a=null,s(new F(`timeout ${e} of ms exceeded`,F.ETIMEDOUT))},e);const c=()=>{t&&(a&&clearTimeout(a),a=null,t.forEach(u=>{u.unsubscribe?u.unsubscribe(s):u.removeEventListener("abort",s)}),t=null)};t.forEach(u=>u.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>C.asap(c),l}},ac=function*(t,e){let n=t.byteLength;if(n<e){yield t;return}let r=0,o;for(;r<n;)o=r+e,yield t.slice(r,o),r=o},lc=async function*(t,e){for await(const n of cc(t))yield*ac(n,e)},cc=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const e=t.getReader();try{for(;;){const{done:n,value:r}=await e.read();if(n)break;yield r}}finally{await e.cancel()}},Br=(t,e,n,r)=>{const o=lc(t,e);let s=0,a,c=l=>{a||(a=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:u,value:h}=await o.next();if(u){c(),l.close();return}let f=h.byteLength;if(n){let m=s+=f;n(m)}l.enqueue(new Uint8Array(h))}catch(u){throw c(u),u}},cancel(l){return c(l),o.return()}},{highWaterMark:2})},on=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Mr=on&&typeof ReadableStream=="function",dc=on&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Rr=(t,...e)=>{try{return!!t(...e)}catch{return!1}},uc=Mr&&Rr(()=>{let t=!1;const e=new Request(me.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),$r=64*1024,jn=Mr&&Rr(()=>C.isReadableStream(new Response("").body)),sn={stream:jn&&(t=>t.body)};on&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!sn[e]&&(sn[e]=C.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new F(`Response type '${e}' is not supported`,F.ERR_NOT_SUPPORT,r)})})})(new Response);const hc=async t=>{if(t==null)return 0;if(C.isBlob(t))return t.size;if(C.isSpecCompliantForm(t))return(await new Request(me.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(C.isArrayBufferView(t)||C.isArrayBuffer(t))return t.byteLength;if(C.isURLSearchParams(t)&&(t=t+""),C.isString(t))return(await dc(t)).byteLength},fc=async(t,e)=>{const n=C.toFiniteNumber(t.getContentLength());return n??hc(e)},Gn={http:Vl,xhr:oc,fetch:on&&(async t=>{let{url:e,method:n,data:r,signal:o,cancelToken:s,timeout:a,onDownloadProgress:c,onUploadProgress:l,responseType:u,headers:h,withCredentials:f="same-origin",fetchOptions:m}=xr(t);u=u?(u+"").toLowerCase():"text";let p=sc([o,s&&s.toAbortSignal()],a),b;const S=p&&p.unsubscribe&&(()=>{p.unsubscribe()});let y;try{if(l&&uc&&n!=="get"&&n!=="head"&&(y=await fc(h,r))!==0){let j=new Request(e,{method:"POST",body:r,duplex:"half"}),ve;if(C.isFormData(r)&&(ve=j.headers.get("content-type"))&&h.setContentType(ve),j.body){const[xe,Ye]=Sr(y,rn(kr(l)));r=Br(j.body,$r,xe,Ye)}}C.isString(f)||(f=f?"include":"omit");const B="credentials"in Request.prototype;b=new Request(e,{...m,signal:p,method:n.toUpperCase(),headers:h.normalize().toJSON(),body:r,duplex:"half",credentials:B?f:void 0});let D=await fetch(b);const O=jn&&(u==="stream"||u==="response");if(jn&&(c||O&&S)){const j={};["status","statusText","headers"].forEach(St=>{j[St]=D[St]});const ve=C.toFiniteNumber(D.headers.get("content-length")),[xe,Ye]=c&&Sr(ve,rn(kr(c),!0))||[];D=new Response(Br(D.body,$r,xe,()=>{Ye&&Ye(),S&&S()}),j)}u=u||"text";let A=await sn[C.findKey(sn,u)||"text"](D,t);return!O&&S&&S(),await new Promise((j,ve)=>{Cr(j,ve,{data:A,headers:pe.from(D.headers),status:D.status,statusText:D.statusText,config:t,request:b})})}catch(B){throw S&&S(),B&&B.name==="TypeError"&&/fetch/i.test(B.message)?Object.assign(new F("Network Error",F.ERR_NETWORK,t,b),{cause:B.cause||B}):F.from(B,B&&B.code,t,b)}})};C.forEach(Gn,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const Ir=t=>`- ${t}`,mc=t=>C.isFunction(t)||t===null||t===!1,Ar={getAdapter:t=>{t=C.isArray(t)?t:[t];const{length:e}=t;let n,r;const o={};for(let s=0;s<e;s++){n=t[s];let a;if(r=n,!mc(n)&&(r=Gn[(a=String(n)).toLowerCase()],r===void 0))throw new F(`Unknown adapter '${a}'`);if(r)break;o[a||"#"+s]=r}if(!r){const s=Object.entries(o).map(([c,l])=>`adapter ${c} `+(l===!1?"is not supported by the environment":"is not available in the build"));let a=e?s.length>1?`since :
14
+ ***************************************************************************** */var Gi;(function(t){(function(e){var n=typeof globalThis=="object"?globalThis:typeof ji=="object"?ji:typeof self=="object"?self:typeof this=="object"?this:c(),r=o(t);typeof n.Reflect<"u"&&(r=o(n.Reflect,r)),e(r,n),typeof n.Reflect>"u"&&(n.Reflect=t);function o(l,u){return function(h,f){Object.defineProperty(l,h,{configurable:!0,writable:!0,value:f}),u&&u(h,f)}}function s(){try{return Function("return this;")()}catch{}}function a(){try{return(0,eval)("(function() { return this; })()")}catch{}}function c(){return s()||a()}})(function(e,n){var r=Object.prototype.hasOwnProperty,o=typeof Symbol=="function",s=o&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",a=o&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",c=typeof Object.create=="function",l={__proto__:[]}instanceof Array,u=!c&&!l,h={create:c?function(){return zi(Object.create(null))}:l?function(){return zi({__proto__:null})}:function(){return zi({})},has:u?function(g,w){return r.call(g,w)}:function(g,w){return w in g},get:u?function(g,w){return r.call(g,w)?g[w]:void 0}:function(g,w){return g[w]}},f=Object.getPrototypeOf(Function),m=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:Ym(),p=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:Qm(),b=typeof WeakMap=="function"?WeakMap:Km(),S=o?Symbol.for("@reflect-metadata:registry"):void 0,y=Zm(),B=Xm(y);function D(g,w,k,x){if(T(k)){if(!ba(g))throw new TypeError;if(!Ca(w))throw new TypeError;return Lm(g,w)}else{if(!ba(g))throw new TypeError;if(!te(w))throw new TypeError;if(!te(x)&&!T(x)&&!kt(x))throw new TypeError;return kt(x)&&(x=void 0),k=De(k),Hm(g,w,k,x)}}e("decorate",D);function O(g,w){function k(x,P){if(!te(x))throw new TypeError;if(!T(P)&&!jm(P))throw new TypeError;ma(g,w,x,P)}return k}e("metadata",O);function A(g,w,k,x){if(!te(k))throw new TypeError;return T(x)||(x=De(x)),ma(g,w,k,x)}e("defineMetadata",A);function j(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),ua(g,w,k)}e("hasMetadata",j);function ve(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),Ni(g,w,k)}e("hasOwnMetadata",ve);function xe(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),ha(g,w,k)}e("getMetadata",xe);function Ye(g,w,k){if(!te(w))throw new TypeError;return T(k)||(k=De(k)),fa(g,w,k)}e("getOwnMetadata",Ye);function St(g,w){if(!te(g))throw new TypeError;return T(w)||(w=De(w)),pa(g,w)}e("getMetadataKeys",St);function Mn(g,w){if(!te(g))throw new TypeError;return T(w)||(w=De(w)),ga(g,w)}e("getOwnMetadataKeys",Mn);function Om(g,w,k){if(!te(w))throw new TypeError;if(T(k)||(k=De(k)),!te(w))throw new TypeError;T(k)||(k=De(k));var x=Lt(w,k,!1);return T(x)?!1:x.OrdinaryDeleteMetadata(g,w,k)}e("deleteMetadata",Om);function Lm(g,w){for(var k=g.length-1;k>=0;--k){var x=g[k],P=x(w);if(!T(P)&&!kt(P)){if(!Ca(P))throw new TypeError;w=P}}return w}function Hm(g,w,k,x){for(var P=g.length-1;P>=0;--P){var re=g[P],ne=re(w,k,x);if(!T(ne)&&!kt(ne)){if(!te(ne))throw new TypeError;x=ne}}return x}function ua(g,w,k){var x=Ni(g,w,k);if(x)return!0;var P=Vi(w);return kt(P)?!1:ua(g,P,k)}function Ni(g,w,k){var x=Lt(w,k,!1);return T(x)?!1:wa(x.OrdinaryHasOwnMetadata(g,w,k))}function ha(g,w,k){var x=Ni(g,w,k);if(x)return fa(g,w,k);var P=Vi(w);if(!kt(P))return ha(g,P,k)}function fa(g,w,k){var x=Lt(w,k,!1);if(!T(x))return x.OrdinaryGetOwnMetadata(g,w,k)}function ma(g,w,k,x){var P=Lt(k,x,!0);P.OrdinaryDefineOwnMetadata(g,w,k,x)}function pa(g,w){var k=ga(g,w),x=Vi(g);if(x===null)return k;var P=pa(x,w);if(P.length<=0)return k;if(k.length<=0)return P;for(var re=new p,ne=[],q=0,M=k;q<M.length;q++){var R=M[q],$=re.has(R);$||(re.add(R),ne.push(R))}for(var I=0,_=P;I<_.length;I++){var R=_[I],$=re.has(R);$||(re.add(R),ne.push(R))}return ne}function ga(g,w){var k=Lt(g,w,!1);return k?k.OrdinaryOwnMetadataKeys(g,w):[]}function ya(g){if(g===null)return 1;switch(typeof g){case"undefined":return 0;case"boolean":return 2;case"string":return 3;case"symbol":return 4;case"number":return 5;case"object":return g===null?1:6;default:return 6}}function T(g){return g===void 0}function kt(g){return g===null}function qm(g){return typeof g=="symbol"}function te(g){return typeof g=="object"?g!==null:typeof g=="function"}function _m(g,w){switch(ya(g)){case 0:return g;case 1:return g;case 2:return g;case 3:return g;case 4:return g;case 5:return g}var k="string",x=Sa(g,s);if(x!==void 0){var P=x.call(g,k);if(te(P))throw new TypeError;return P}return Um(g)}function Um(g,w){var k,x;{var P=g.toString;if(Rn(P)){var x=P.call(g);if(!te(x))return x}var k=g.valueOf;if(Rn(k)){var x=k.call(g);if(!te(x))return x}}throw new TypeError}function wa(g){return!!g}function Wm(g){return""+g}function De(g){var w=_m(g);return qm(w)?w:Wm(w)}function ba(g){return Array.isArray?Array.isArray(g):g instanceof Object?g instanceof Array:Object.prototype.toString.call(g)==="[object Array]"}function Rn(g){return typeof g=="function"}function Ca(g){return typeof g=="function"}function jm(g){switch(ya(g)){case 3:return!0;case 4:return!0;default:return!1}}function Pi(g,w){return g===w||g!==g&&w!==w}function Sa(g,w){var k=g[w];if(k!=null){if(!Rn(k))throw new TypeError;return k}}function ka(g){var w=Sa(g,a);if(!Rn(w))throw new TypeError;var k=w.call(g);if(!te(k))throw new TypeError;return k}function Ea(g){return g.value}function va(g){var w=g.next();return w.done?!1:w}function xa(g){var w=g.return;w&&w.call(g)}function Vi(g){var w=Object.getPrototypeOf(g);if(typeof g!="function"||g===f||w!==f)return w;var k=g.prototype,x=k&&Object.getPrototypeOf(k);if(x==null||x===Object.prototype)return w;var P=x.constructor;return typeof P!="function"||P===g?w:P}function Gm(){var g;!T(S)&&typeof n.Reflect<"u"&&!(S in n.Reflect)&&typeof n.Reflect.defineMetadata=="function"&&(g=Jm(n.Reflect));var w,k,x,P=new b,re={registerProvider:ne,getProvider:M,setProvider:$};return re;function ne(I){if(!Object.isExtensible(re))throw new Error("Cannot add provider to a frozen registry.");switch(!0){case g===I:break;case T(w):w=I;break;case w===I:break;case T(k):k=I;break;case k===I:break;default:x===void 0&&(x=new p),x.add(I);break}}function q(I,_){if(!T(w)){if(w.isProviderFor(I,_))return w;if(!T(k)){if(k.isProviderFor(I,_))return w;if(!T(x))for(var Z=ka(x);;){var Y=va(Z);if(!Y)return;var Ae=Ea(Y);if(Ae.isProviderFor(I,_))return xa(Z),Ae}}}if(!T(g)&&g.isProviderFor(I,_))return g}function M(I,_){var Z=P.get(I),Y;return T(Z)||(Y=Z.get(_)),T(Y)&&(Y=q(I,_),T(Y)||(T(Z)&&(Z=new m,P.set(I,Z)),Z.set(_,Y))),Y}function R(I){if(T(I))throw new TypeError;return w===I||k===I||!T(x)&&x.has(I)}function $(I,_,Z){if(!R(Z))throw new Error("Metadata provider not registered.");var Y=M(I,_);if(Y!==Z){if(!T(Y))return!1;var Ae=P.get(I);T(Ae)&&(Ae=new m,P.set(I,Ae)),Ae.set(_,Z)}return!0}}function Zm(){var g;return!T(S)&&te(n.Reflect)&&Object.isExtensible(n.Reflect)&&(g=n.Reflect[S]),T(g)&&(g=Gm()),!T(S)&&te(n.Reflect)&&Object.isExtensible(n.Reflect)&&Object.defineProperty(n.Reflect,S,{enumerable:!1,configurable:!1,writable:!1,value:g}),g}function Xm(g){var w=new b,k={isProviderFor:function(R,$){var I=w.get(R);return T(I)?!1:I.has($)},OrdinaryDefineOwnMetadata:ne,OrdinaryHasOwnMetadata:P,OrdinaryGetOwnMetadata:re,OrdinaryOwnMetadataKeys:q,OrdinaryDeleteMetadata:M};return y.registerProvider(k),k;function x(R,$,I){var _=w.get(R),Z=!1;if(T(_)){if(!I)return;_=new m,w.set(R,_),Z=!0}var Y=_.get($);if(T(Y)){if(!I)return;if(Y=new m,_.set($,Y),!g.setProvider(R,$,k))throw _.delete($),Z&&w.delete(R),new Error("Wrong provider for target.")}return Y}function P(R,$,I){var _=x($,I,!1);return T(_)?!1:wa(_.has(R))}function re(R,$,I){var _=x($,I,!1);if(!T(_))return _.get(R)}function ne(R,$,I,_){var Z=x(I,_,!0);Z.set(R,$)}function q(R,$){var I=[],_=x(R,$,!1);if(T(_))return I;for(var Z=_.keys(),Y=ka(Z),Ae=0;;){var Ba=va(Y);if(!Ba)return I.length=Ae,I;var ep=Ea(Ba);try{I[Ae]=ep}catch(tp){try{xa(Y)}finally{throw tp}}Ae++}}function M(R,$,I){var _=x($,I,!1);if(T(_)||!_.delete(R))return!1;if(_.size===0){var Z=w.get($);T(Z)||(Z.delete(I),Z.size===0&&w.delete(Z))}return!0}}function Jm(g){var w=g.defineMetadata,k=g.hasOwnMetadata,x=g.getOwnMetadata,P=g.getOwnMetadataKeys,re=g.deleteMetadata,ne=new b,q={isProviderFor:function(M,R){var $=ne.get(M);return!T($)&&$.has(R)?!0:P(M,R).length?(T($)&&($=new p,ne.set(M,$)),$.add(R),!0):!1},OrdinaryDefineOwnMetadata:w,OrdinaryHasOwnMetadata:k,OrdinaryGetOwnMetadata:x,OrdinaryOwnMetadataKeys:P,OrdinaryDeleteMetadata:re};return q}function Lt(g,w,k){var x=y.getProvider(g,w);if(!T(x))return x;if(k){if(y.setProvider(g,w,B))return B;throw new Error("Illegal state.")}}function Ym(){var g={},w=[],k=function(){function q(M,R,$){this._index=0,this._keys=M,this._values=R,this._selector=$}return q.prototype["@@iterator"]=function(){return this},q.prototype[a]=function(){return this},q.prototype.next=function(){var M=this._index;if(M>=0&&M<this._keys.length){var R=this._selector(this._keys[M],this._values[M]);return M+1>=this._keys.length?(this._index=-1,this._keys=w,this._values=w):this._index++,{value:R,done:!1}}return{value:void 0,done:!0}},q.prototype.throw=function(M){throw this._index>=0&&(this._index=-1,this._keys=w,this._values=w),M},q.prototype.return=function(M){return this._index>=0&&(this._index=-1,this._keys=w,this._values=w),{value:M,done:!0}},q}(),x=function(){function q(){this._keys=[],this._values=[],this._cacheKey=g,this._cacheIndex=-2}return Object.defineProperty(q.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),q.prototype.has=function(M){return this._find(M,!1)>=0},q.prototype.get=function(M){var R=this._find(M,!1);return R>=0?this._values[R]:void 0},q.prototype.set=function(M,R){var $=this._find(M,!0);return this._values[$]=R,this},q.prototype.delete=function(M){var R=this._find(M,!1);if(R>=0){for(var $=this._keys.length,I=R+1;I<$;I++)this._keys[I-1]=this._keys[I],this._values[I-1]=this._values[I];return this._keys.length--,this._values.length--,Pi(M,this._cacheKey)&&(this._cacheKey=g,this._cacheIndex=-2),!0}return!1},q.prototype.clear=function(){this._keys.length=0,this._values.length=0,this._cacheKey=g,this._cacheIndex=-2},q.prototype.keys=function(){return new k(this._keys,this._values,P)},q.prototype.values=function(){return new k(this._keys,this._values,re)},q.prototype.entries=function(){return new k(this._keys,this._values,ne)},q.prototype["@@iterator"]=function(){return this.entries()},q.prototype[a]=function(){return this.entries()},q.prototype._find=function(M,R){if(!Pi(this._cacheKey,M)){this._cacheIndex=-1;for(var $=0;$<this._keys.length;$++)if(Pi(this._keys[$],M)){this._cacheIndex=$;break}}return this._cacheIndex<0&&R&&(this._cacheIndex=this._keys.length,this._keys.push(M),this._values.push(void 0)),this._cacheIndex},q}();return x;function P(q,M){return q}function re(q,M){return M}function ne(q,M){return[q,M]}}function Qm(){var g=function(){function w(){this._map=new m}return Object.defineProperty(w.prototype,"size",{get:function(){return this._map.size},enumerable:!0,configurable:!0}),w.prototype.has=function(k){return this._map.has(k)},w.prototype.add=function(k){return this._map.set(k,k),this},w.prototype.delete=function(k){return this._map.delete(k)},w.prototype.clear=function(){this._map.clear()},w.prototype.keys=function(){return this._map.keys()},w.prototype.values=function(){return this._map.keys()},w.prototype.entries=function(){return this._map.entries()},w.prototype["@@iterator"]=function(){return this.keys()},w.prototype[a]=function(){return this.keys()},w}();return g}function Km(){var g=16,w=h.create(),k=x();return function(){function M(){this._key=x()}return M.prototype.has=function(R){var $=P(R,!1);return $!==void 0?h.has($,this._key):!1},M.prototype.get=function(R){var $=P(R,!1);return $!==void 0?h.get($,this._key):void 0},M.prototype.set=function(R,$){var I=P(R,!0);return I[this._key]=$,this},M.prototype.delete=function(R){var $=P(R,!1);return $!==void 0?delete $[this._key]:!1},M.prototype.clear=function(){this._key=x()},M}();function x(){var M;do M="@@WeakMap@@"+q();while(h.has(w,M));return w[M]=!0,M}function P(M,R){if(!r.call(M,k)){if(!R)return;Object.defineProperty(M,k,{value:h.create()})}return M[k]}function re(M,R){for(var $=0;$<R;++$)M[$]=Math.random()*255|0;return M}function ne(M){if(typeof Uint8Array=="function"){var R=new Uint8Array(M);return typeof crypto<"u"?crypto.getRandomValues(R):typeof msCrypto<"u"?msCrypto.getRandomValues(R):re(R,M),R}return re(new Array(M),M)}function q(){var M=ne(g);M[6]=M[6]&79|64,M[8]=M[8]&191|128;for(var R="",$=0;$<g;++$){var I=M[$];($===4||$===6||$===8)&&(R+="-"),I<16&&(R+="0"),R+=I.toString(16).toLowerCase()}return R}}function zi(g){return g.__=void 0,delete g.__,g}})})(Gi||(Gi={}));let Wt;const La=new Uint8Array(16);function Ha(){if(!Wt&&(Wt=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Wt))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Wt(La)}const oe=[];for(let t=0;t<256;++t)oe.push((t+256).toString(16).slice(1));function qa(t,e=0){return oe[t[e+0]]+oe[t[e+1]]+oe[t[e+2]]+oe[t[e+3]]+"-"+oe[t[e+4]]+oe[t[e+5]]+"-"+oe[t[e+6]]+oe[t[e+7]]+"-"+oe[t[e+8]]+oe[t[e+9]]+"-"+oe[t[e+10]]+oe[t[e+11]]+oe[t[e+12]]+oe[t[e+13]]+oe[t[e+14]]+oe[t[e+15]]}const Zi={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function Oe(t,e,n){if(Zi.randomUUID&&!e&&!t)return Zi.randomUUID();t=t||{};const r=t.random||(t.rng||Ha)();return r[6]=r[6]&15|64,r[8]=r[8]&63|128,qa(r)}class ce{static UUID(){return Oe()}static GUID(){const e=function(){return((1+Math.random())*65536|0).toString(16).substring(1)};return e()+e()+"-"+e()+"-"+e()+"-"+e()+"-"+e()+e()+e()}}const Ct=class Ct{static BuildClass(e,n){n&&Object.keys(n).forEach(r=>{const o=n[r];if(this.isPrimitive(o))e[r]instanceof Date?e[r]=new Date(o):e[r]=o;else if(o!=null&&!Array.isArray(o))if(e[r]&&e[r].constructor)e[r]=new e[r].constructor(o);else{const s=Reflect.getMetadata(r,e);s&&(e[r]=new s[r](o))}if(Array.isArray(o)){const s=Reflect.getMetadata(r,e);s&&(e[r]=o.map(a=>new s[r](a)))}})}static isPrimitive(e){return e!==null&&typeof e<"u"&&e!==Object(e)}static RemoveFromClassByIndex(e,n,r){Ct.RemoveFromClass(e,n,r)}static RemoveFromClassById(e,n,r){if(!e)return;const o=n.findIndex(s=>s.id===e);Ct.RemoveFromClass(o,n,r)}static RemoveFromClass(e,n,r){if(e<0)return;const o=n[e].id;o&&r&&r.push(o),n.splice(e,1)}static GetPropertyName(e){const n=new e;return new Proxy(n,{get(r,o){return o}})}static InitClassInstance(e,n){const r=e.constructor(n);return Ct.BuildClass(r),r.id=ce.UUID(),r}static ExistsWithId(e,n){return e.some(r=>r.id===n)}};d(Ct,"GetClassConstructor",e=>(n,r)=>{const o=Reflect.getMetadata(`property:${r}`,n)||{};o[r]=e,Reflect.defineMetadata(r,o,n)});let z=Ct;class jt{constructor(e){d(this,"id");d(this,"ratio",0);d(this,"src","");d(this,"store","");z.BuildClass(this,e)}static CreateCropper(e,n,r){const o=new jt;return o.src=e,o.id=r,n&&(o.ratio=n),o}}class Ke{constructor(e){d(this,"id");d(this,"address");d(this,"description");d(this,"contactId");z.BuildClass(this,e)}static Create(){const e=new Ke;return e.id=ce.UUID(),e}}class Vn{static Setup(e){this.staticUrl=e}static get StaticUrl(){return this.staticUrl}}d(Vn,"staticUrl","");class Pe{constructor(e){d(this,"name","");d(this,"url","");d(this,"src","");d(this,"raw");d(this,"blob");d(this,"file");d(this,"id");d(this,"originalName","");d(this,"fileSystemPath","");z.BuildClass(this,e)}getFileUrl(){const e=this.url?this.url:`${Vn.StaticUrl}/${this.fileSystemPath}`;return new URL(e,typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:Be&&Be.tagName.toUpperCase()==="SCRIPT"&&Be.src||new URL("sprof.umd.cjs",document.baseURI).href)}getFileListObject(){return{name:this.originalName,url:this.url}}static CreatePreviewFile(e,n){const r=new Pe;return r.id=n??ce.UUID(),r.originalName=e.name,r.file=e.blob,r.fileSystemPath=ce.UUID(),r}uploadNewFile(e){this.id||(this.id=ce.UUID()),this.originalName=e.name,this.file=e.blob,this.fileSystemPath=ce.UUID()}setFile(e){this.file=e,this.url=e.src}uploadAndSetFile(e){this.uploadNewFile(e),this.setFile(e),this.url=e.url}clearFile(){this.url="",this.file=void 0,this.fileSystemPath="",this.originalName=""}errorImg(e,n){if(e.target){let r="";return n&&(r=`@/assets/img/${n}`),new URL(r,typeof document>"u"&&typeof location>"u"?require("url").pathToFileURL(__filename).href:typeof document>"u"?location.href:Be&&Be.tagName.toUpperCase()==="SCRIPT"&&Be.src||new URL("sprof.umd.cjs",document.baseURI).href)}}getFileInfos(){return[this]}isPdf(){return this.getExtension(this.originalName)===""}getExtension(e){const n=e.split(".");return n[n.length-1]}}class J{static Capitalize(e){return e?e[0].toUpperCase()+e.slice(1):""}static ToCamelCase(e){const n=new RegExp(["[А-Я][а-я][A-Z][a-z]+","[А-Я]+(?=[А-Я][а-я])","[A-Z]+(?=[A-Z][a-z])","[А-Я]+","[A-Z]+","[а-я]+","[a-z]+","[0-9]+"].join("|"),"g");return e.match(n).map((o,s)=>s===0?o.toLowerCase():J.Capitalize(o.toLowerCase())).join("")}static ToKebabCase(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase()}static GetStringBetweenChars(e,n,r){return e.substring(e.indexOf(n)+2,e.lastIndexOf(r))}static Translit(e,n){const r={q:"й",w:"ц",e:"у",r:"к",t:"е",y:"н",u:"г",i:"ш",o:"щ",p:"з","[":"х","]":"ъ",a:"ф",s:"ы",d:"в",f:"а",g:"п",h:"р",j:"о",k:"л",l:"д",";":"ж","'":"э",z:"я",x:"ч",c:"с",v:"м",b:"и",n:"т",m:"ь",",":"б",".":"ю","/":"."};return n&&/[а-яА-Я]/g.test(e)?e.replace(/[А-я/,.;'\][]/g,o=>{if(o===o.toLowerCase()){const a=Object.keys(r).find(c=>r[c]===o);return a||""}const s=Object.keys(r).find(a=>r[a]===o.toLowerCase());return s?s.toUpperCase():""}):e.replace(/[A-z/,.;'\][]/g,o=>o===o.toLowerCase()?r[o]:r[o.toLowerCase()].toUpperCase())}static RemoveEmoji(e){const n=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;return e.replace(n,"")}static CanBeTranslited(e){return/^[~`!@#$%^&*()_+=[\]\\{}|;':",.\/<>?a-zA-Z0-9-]+$/.test(e)}static StringsEquals(e,n){const r=e.toLowerCase().replaceAll(/\s/g,""),o=n.toLowerCase().replaceAll(/\s/g,""),s=J.Translit(r),a=J.Translit(o);return r.includes(o)||s.includes(o)||r.includes(a)}static SearchIn(e,n){return J.StringsEquals(e,n)}static FormatToPercentage(e){return`${e}%`}static WrapSubStr(e,n){const r=new RegExp(J.GetVariants(n).join("|"),"gi");return e.replace(r,`<span class="search-text">${n}</span>`)}static GetVariants(e){const n=J.Translit(e);return[e,J.Capitalize(e),e.toLowerCase(),e.toUpperCase(),n,J.Capitalize(n),n.toLowerCase(),n.toUpperCase()]}static ContainsNum(e){return/\d/.test(e)}static JoinSnake(...e){return e.join("_")}static GetDynamicCountName(e,n){const r=[2,0,1,1,1,2];return e.length+" "+n[e.length%100>4&&e.length%100<20?2:r[e.length%10<5?e.length%10:5]]}}class Xi{constructor(e){d(this,"id");d(this,"name","");d(this,"surname","");d(this,"patronymic","");d(this,"isMale",!0);d(this,"dateBirth",new Date);d(this,"contactId");d(this,"slug","");d(this,"postIndex","");d(this,"address","");d(this,"editNameMode",!1);z.BuildClass(this,e)}setEditNameMode(e){this.editNameMode=e}getFullName(){return!this.surname.length&&!this.name.length&&!this.patronymic.length?"":`${this.surname} ${this.name} ${this.patronymic}`}getInitialsName(){return`${this.name.slice(0,1)}.${this.patronymic.slice(0,1)}. ${this.surname}`}getGender(e){return e?this.isMale?"Мужской":"Женский":this.isMale?"М":"Ж"}capitalizeName(){this.name=J.Capitalize(this.name),this.surname=J.Capitalize(this.surname),this.patronymic=J.Capitalize(this.patronymic)}trimName(){this.name=this.name.trim(),this.surname=this.surname.trim(),this.patronymic=this.patronymic.trim()}sanitizeName(){this.trimName(),this.capitalizeName()}setFullName(e){this.surname=e.surname,this.name=e.name,this.patronymic=e.patronymic}}class et{constructor(e){d(this,"id");d(this,"number");d(this,"description");d(this,"contactId");z.BuildClass(this,e)}static Create(){const e=new et;return e.id=ce.UUID(),e}}class Gt{constructor(e){d(this,"id");d(this,"address");d(this,"description");z.BuildClass(this,e)}}class zn{constructor(e){d(this,"id");d(this,"address");d(this,"description");z.BuildClass(this,e)}}let _a=(We=class{},d(We,"Phone",et),d(We,"FileInfo",Pe),d(We,"PostAddress",Gt),d(We,"Website",zn),d(We,"Email",Ke),d(We,"Human",Xi),d(We,"Cropper",jt),We);class Ve{static Shuffle(e){for(let n=e.length-1;n>0;n--){const r=Math.floor(Math.random()*(n+1));[e[n],e[r]]=[e[r],e[n]]}}static GenerateNumsRange(e,n,r=1){return Array.from({length:(n-e)/r+1},(o,s)=>e+s*r)}static GetLast(e){return e[e.length-1]}static GetFirst(e){return e[0]}static GetRandEL(e){return e[Math.floor(Math.random()*e.length)]}static Sort(e){e.forEach((n,r)=>n.order=r)}static Refill(e,n){e.splice(0,e.length),e.push(...n)}static Eq(e,n){return e.length===n.length&&(e==null?void 0:e.every((r,o)=>e[o]==n[o]))}static SwipeById(e,n,r){const o=e.findIndex(a=>n.id===a.id),s=e.findIndex(a=>r.id===a.id);o||s||([e[o],e[s]]=[e[s],e[o]])}static Swap(e,n,r){if(n<0||n>=e.length||r<0||r>=e.length)return;const o=e[n];e[n]=e[r],e[r]=o}static MoveUp(e,n){e[n].order=n-1,e[n-1]&&(e[n-1].order=n),[e[n],e[n-1]]=[e[n-1],e[n]]}static MoveDown(e,n){e[n].order=n+1,e[n+1]&&(e[n+1].order=n),[e[n],e[n+1]]=[e[n+1],e[n]]}}var Q=(t=>(t.Date="date",t.String="string",t.Boolean="boolean",t.Number="number",t.Set="set",t.Join="join",t))(Q||{}),de=(t=>(t.Eq="=",t.Ne="!=",t.Gt=">",t.Lt="<",t.Btw="between",t.In="in",t.Like="like",t.Null="is null",t.NotNull="is not null",t))(de||{}),Ua=Object.defineProperty,Wa=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Ua(e,n,o),o};const Ji=class Et{constructor(e){d(this,"id");d(this,"model","");d(this,"label","");d(this,"col","");d(this,"operator",de.Eq);d(this,"date1");d(this,"date2");d(this,"value1","");d(this,"boolean",!1);d(this,"number",0);d(this,"type",Q.String);d(this,"set",[]);d(this,"isSet",!1);d(this,"joinTable","");d(this,"joinTableModel","");d(this,"joinTableFk","");d(this,"joinTablePk","");d(this,"joinTableId","");d(this,"joinTableIdCol","");z.BuildClass(this,e)}eq(e){if(!e)return!1;if(this.type===Q.Join){const n=e.model===this.model&&e.operator===this.operator&&this.joinTableModel===e.joinTableModel;return e.operator===de.In?n&&Ve.Eq(this.set,e.set):n}return e.model===this.model&&e.col===this.col&&e.operator===this.operator}valueEq(e){return!this||!e||!this.eq(e)?!1:this.type===Q.Boolean?this.boolean===(e==null?void 0:e.boolean):this.type===Q.String?this.value1===(e==null?void 0:e.value1):this.type===Q.Join&&this.set.length?Ve.Eq(this.set,e.set):!1}toUrlQuery(){const e=this.type?`"type":"${this.type}"`:"",n=this.model?`"model":"${this.model}"`:"",r=this.col?`"col":"${this.col}"`:"",o=this.operator?`"operator":"${this.operator}"`:"",s=this.value1?`"value1":"${this.value1}"`:"",a=this.type===Q.Boolean?`"boolean":${this.boolean}`:"",c=this.type===Q.Date&&this.date1?`"date1":"${this.date1.toISOString()}"`:"",l=this.type===Q.Date&&this.date2?`"date2":"${this.date2.toISOString()}"`:"",u=this.type===Q.Number?`"number":${this.number}`:"",h=this.type===Q.Set||this.operator===de.In?`"set":${JSON.stringify(this.set)}`:"",f=this.type===Q.Join?`"joinTableModel":"${this.joinTableModel}"`:"";return[e,n,r,o,s,a,c,l,u,h,f].filter(m=>m!=="").toString()}fromUrlQuery(e){this.model=e.get("model")??"",this.col=e.get("col")??"",this.label=e.get("label")??"",this.operator=e.get("operator")??"",this.value1=e.get("value1")??"",this.type=e.get("type")??"",this.boolean=!!(e.get("boolean")??""),this.joinTableModel=e.get("joinTableModel")??"",this.joinTableId=e.get("joinTableId")??"",this.joinTableFk=e.get("joinTableFk")??"",this.joinTableIdCol=e.get("joinTableIdCol")??"",this.joinTablePk=e.get("joinTablePk")??""}isUnaryFilter(){return this.operator===de.Eq||this.operator===de.Gt||this.operator===de.Lt}isBetweenFilter(){return this.operator===de.Btw}isSetFilter(){return this.operator===de.In}static Create(e,n,r){const o=new Et;return o.model=e.GetClassName(),o.col=n??"",o.type=r,o.type===Q.Number&&(o.value1="0"),o.type===Q.String&&(o.value1=""),o.type===Q.Boolean&&(o.value1="false",o.operator=de.Eq),o}static CreateFilterModel(e,n,r){const o=new Et;return o.id=Oe(),o.model=typeof e=="string"?e:e.GetClassName(),o.col=n??"",o.type=r,o.type===Q.Number&&(o.value1="0"),o.type===Q.String&&(o.value1=""),o.type===Q.Boolean&&(o.value1="false"),o}static CreateFilterModelWithJoin(e,n,r,o,s,a,c,l){const u=new Et;return u.id=Oe(),u.joinTable=r,u.joinTablePk=o,u.joinTableFk=s,u.col=n,u.type=a,c&&(u.joinTableId=c),l&&(u.joinTableIdCol=l),u}static CreateFilterModelWithJoinV2(e,n,r,o,s,a,c){const l=new Et;return l.model=e,l.joinTableModel=r,l.joinTablePk=o,l.joinTableFk=s,l.col=n,l.type=Q.Join,a&&(l.joinTableId=a),c&&(l.joinTableIdCol=c),l}static OnlyIfSecondModelExists(e,n){const r=new Et;return r.id=Oe(),r.model=J.ToCamelCase(e.GetClassName()),r.joinTableModel=J.ToCamelCase(n.GetClassName()),r.type=Q.Join,r}addToSet(...e){e.forEach(n=>{if(this.set.indexOf(n)===-1){this.set.push(n);return}this.set=this.set.filter(r=>r!==n)})}pushToSet(...e){e.forEach(n=>{this.set.indexOf(n)===-1&&this.set.push(n)})}replaceSet(...e){this.set=e}setBoolean(e){this.boolean=e}toRef(){return i.ref(this)}setDate1(e){this.date1=e}setDate2(e){this.date2=e}dropDates(){this.setDate1(),this.setDate2()}setDatesRange(e,n){if(!e&&!n){this.dropDates();return}if(!n){this.setDate1(e),this.operator=de.Eq;return}this.setDate2(n),this.operator=de.Btw}};Wa([z.GetClassConstructor(String)],Ji.prototype,"set");let Yi=Ji;class ja{constructor(){d(this,"operation",de.Lt);d(this,"column","");d(this,"value");d(this,"initial",!0);d(this,"tableName","");d(this,"version","");d(this,"model","")}toUrlQuery(){const e=this.operation?`"operation":"${this.operation}"`:"",n=this.column?`"column":"${this.column}"`:"",r=this.value&&typeof this.value.toISOString=="function"?this.value.toISOString():this.value,o=r?`"value":"${r}"`:"",s=this.model?`"model":"${this.model}"`:"",a=`"initial":${this.initial}`;return[e,n,o,s,a].filter(c=>c!=="").toString()}fromUrlQuery(e){e.cursvalue&&(this.value=e.cursvalue),e.curscolumn&&(this.column=String(e.curscolumn)),e.cursinitial!==void 0&&(this.initial=!!e.cursinitial),e.curstableName&&(this.tableName=String(e.curstableName)),e.cursoperation&&(this.operation=e.cursoperation)}}class Zt{constructor(e){d(this,"offset",0);d(this,"limit",25);d(this,"cursor",new ja);d(this,"cursorMode",!1);d(this,"append",!1);d(this,"allLoaded",!1);d(this,"version","");z.BuildClass(this,e)}setLoadMore(e,n,r){this.cursor.value=e,this.cursor.initial=!1,this.cursor.operation=de.Gt,this.cursor.column=n,this.cursor.tableName=r,this.cursorMode=!0}setLoadMoreV2(e,n,r){this.cursor.value=e,this.cursor.initial=!1,this.cursor.operation=de.Gt,this.cursor.column=n,this.cursor.model=r,this.cursorMode=!0,this.version="v2"}setOffset(e){this.offset=e}toUrlQuery(){const e=`"offset":${this.offset}`,n=`"limit":${this.limit}`,r=`"cursorMode":${this.cursorMode}`,o=`"append":${this.append}`,s=`"allLoaded":${this.allLoaded}`,a=`"cursor":{${this.cursor.toUrlQuery()}}`;return[e,n,r,o,s,a].toString()}fromUrlQuery(){const e=window.location.search,n=e.substring(e.indexOf("p=")+2,e.lastIndexOf("|")),r=new URLSearchParams(decodeURIComponent(n));this.offset=Number(r.get("offset")),this.limit=Number(r.get("col"))}setAllLoaded(e){this.allLoaded=!(e>=this.limit)}resetAllLoaded(){this.allLoaded=!1}getPageNum(){return this.offset/this.limit+1}drop(){this.offset=0,this.limit=25,z.BuildClass(this)}}var Re=(t=>(t.Asc="asc",t.Desc="desc",t))(Re||{});class Tn{constructor(e){d(this,"model","");d(this,"col","");d(this,"order");d(this,"label","");d(this,"default",!1);d(this,"selected",!1);z.BuildClass(this,e)}static Create(e,n,r=Re.Asc,o,s){const a=new Tn;return a.model=e.GetClassName(),a.col=n??"",a.order=r??Re.Asc,a.label=o??"",a.default=s??!1,a}isAsc(){return this.order===Re.Asc}isDesc(){return this.order===Re.Desc}eq(e){return e.model===this.model&&e.col===this.col&&e.order===this.order}toUrlQuery(){const e=this.model?`"model":"${this.model}"`:"",n=this.col?`"col":"${this.col}"`:"",r=this.order?`"order":"${this.order}"`:"";return[e,n,r].toString()}async fromUrlQuery(){const e=window.location.search,n=e.substring(e.indexOf("s=")+2,e.indexOf("|")),r=new URLSearchParams(decodeURIComponent(n));this.model=r.get("model")??"",this.col=r.get("col")??"",this.label=r.get("label")??"",this.default=!!r.get("default"),this.order=r.get("order")??""}asc(){this.order=Re.Asc}desc(){this.order=Re.Desc}}class Xt{constructor(){d(this,"model","");d(this,"cols",[]);d(this,"models",[])}static Create(e,n){const r=new Xt;return r.model=e.GetClassName(),r.cols=n,r}}var Ga=Object.defineProperty,Jt=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Ga(e,n,o),o};const Bt=(Ce=class{constructor(e){d(this,"id");d(this,"f",[]);d(this,"s",[]);d(this,"p",new Zt);d(this,"t",new Xt);z.BuildClass(this,e)}static Get(){return this.instance||(this.instance=new Ce),this.instance}createFrom(e){const n=new Ce(JSON.parse(e));this.f=n.f}clearForHTTP(){const e=new Ce(this);return e.f=this.f.map(n=>Ce.EmptyEntiries(n)),e.s=this.s.map(n=>Ce.EmptyEntiries(n)),e.p=Ce.EmptyEntiries(this.p),e.t=Ce.EmptyEntiries(this.t),e}static EmptyEntiries(e){if(!e)return;const r=Object.entries(e).filter(([o,s])=>o!=="label"&&s!==""&&s!==null);return Object.fromEntries(r)}findFilterModel(e){return this.f.find(n=>e.id===n.id)}getFirstSortModel(){return Ve.GetLast(this.s)}setSortModel(e){e&&(this.s[0]=e)}setS(e){this.s[0]=e}setF(e){this.f.push(e)}replaceF(e,n){this.removeF(n),e&&this.setF(e)}removeF(e){const n=this.f.findIndex(r=>r.eq(e));z.RemoveFromClassByIndex(n,this.f)}reset(){this.f=[],this.s=[],this.p=new Zt}resetF(){this.f=[]}},d(Ce,"instance"),Ce);Jt([z.GetClassConstructor(Yi)],Bt.prototype,"f"),Jt([z.GetClassConstructor(Tn)],Bt.prototype,"s"),Jt([z.GetClassConstructor(Zt)],Bt.prototype,"p"),Jt([z.GetClassConstructor(Xt)],Bt.prototype,"t");let Mt=Bt;function Qi(t,e){return function(){return t.apply(e,arguments)}}const{toString:Za}=Object.prototype,{getPrototypeOf:Fn}=Object,Yt=(t=>e=>{const n=Za.call(e);return t[n]||(t[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),$e=t=>(t=t.toLowerCase(),e=>Yt(e)===t),Qt=t=>e=>typeof e===t,{isArray:dt}=Array,Rt=Qt("undefined");function Xa(t){return t!==null&&!Rt(t)&&t.constructor!==null&&!Rt(t.constructor)&&be(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const Ki=$e("ArrayBuffer");function Ja(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&Ki(t.buffer),e}const Ya=Qt("string"),be=Qt("function"),er=Qt("number"),Kt=t=>t!==null&&typeof t=="object",Qa=t=>t===!0||t===!1,en=t=>{if(Yt(t)!=="object")return!1;const e=Fn(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Ka=$e("Date"),el=$e("File"),tl=$e("Blob"),nl=$e("FileList"),il=t=>Kt(t)&&be(t.pipe),rl=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||be(t.append)&&((e=Yt(t))==="formdata"||e==="object"&&be(t.toString)&&t.toString()==="[object FormData]"))},ol=$e("URLSearchParams"),[sl,al,ll,cl]=["ReadableStream","Request","Response","Headers"].map($e),dl=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function $t(t,e,{allOwnKeys:n=!1}={}){if(t===null||typeof t>"u")return;let r,o;if(typeof t!="object"&&(t=[t]),dt(t))for(r=0,o=t.length;r<o;r++)e.call(null,t[r],r,t);else{const s=n?Object.getOwnPropertyNames(t):Object.keys(t),a=s.length;let c;for(r=0;r<a;r++)c=s[r],e.call(null,t[c],c,t)}}function tr(t,e){e=e.toLowerCase();const n=Object.keys(t);let r=n.length,o;for(;r-- >0;)if(o=n[r],e===o.toLowerCase())return o;return null}const tt=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,nr=t=>!Rt(t)&&t!==tt;function Dn(){const{caseless:t}=nr(this)&&this||{},e={},n=(r,o)=>{const s=t&&tr(e,o)||o;en(e[s])&&en(r)?e[s]=Dn(e[s],r):en(r)?e[s]=Dn({},r):dt(r)?e[s]=r.slice():e[s]=r};for(let r=0,o=arguments.length;r<o;r++)arguments[r]&&$t(arguments[r],n);return e}const ul=(t,e,n,{allOwnKeys:r}={})=>($t(e,(o,s)=>{n&&be(o)?t[s]=Qi(o,n):t[s]=o},{allOwnKeys:r}),t),hl=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),fl=(t,e,n,r)=>{t.prototype=Object.create(e.prototype,r),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),n&&Object.assign(t.prototype,n)},ml=(t,e,n,r)=>{let o,s,a;const c={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),s=o.length;s-- >0;)a=o[s],(!r||r(a,t,e))&&!c[a]&&(e[a]=t[a],c[a]=!0);t=n!==!1&&Fn(t)}while(t&&(!n||n(t,e))&&t!==Object.prototype);return e},pl=(t,e,n)=>{t=String(t),(n===void 0||n>t.length)&&(n=t.length),n-=e.length;const r=t.indexOf(e,n);return r!==-1&&r===n},gl=t=>{if(!t)return null;if(dt(t))return t;let e=t.length;if(!er(e))return null;const n=new Array(e);for(;e-- >0;)n[e]=t[e];return n},yl=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&Fn(Uint8Array)),wl=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=r.next())&&!o.done;){const s=o.value;e.call(t,s[0],s[1])}},bl=(t,e)=>{let n;const r=[];for(;(n=t.exec(e))!==null;)r.push(n);return r},Cl=$e("HTMLFormElement"),Sl=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,o){return r.toUpperCase()+o}),ir=(({hasOwnProperty:t})=>(e,n)=>t.call(e,n))(Object.prototype),kl=$e("RegExp"),rr=(t,e)=>{const n=Object.getOwnPropertyDescriptors(t),r={};$t(n,(o,s)=>{let a;(a=e(o,s,t))!==!1&&(r[s]=a||o)}),Object.defineProperties(t,r)},El=t=>{rr(t,(e,n)=>{if(be(t)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=t[n];if(be(r)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},vl=(t,e)=>{const n={},r=o=>{o.forEach(s=>{n[s]=!0})};return dt(t)?r(t):r(String(t).split(e)),n},xl=()=>{},Bl=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,On="abcdefghijklmnopqrstuvwxyz",or="0123456789",sr={DIGIT:or,ALPHA:On,ALPHA_DIGIT:On+On.toUpperCase()+or},Ml=(t=16,e=sr.ALPHA_DIGIT)=>{let n="";const{length:r}=e;for(;t--;)n+=e[Math.random()*r|0];return n};function Rl(t){return!!(t&&be(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const $l=t=>{const e=new Array(10),n=(r,o)=>{if(Kt(r)){if(e.indexOf(r)>=0)return;if(!("toJSON"in r)){e[o]=r;const s=dt(r)?[]:{};return $t(r,(a,c)=>{const l=n(a,o+1);!Rt(l)&&(s[c]=l)}),e[o]=void 0,s}}return r};return n(t,0)},Il=$e("AsyncFunction"),Al=t=>t&&(Kt(t)||be(t))&&be(t.then)&&be(t.catch),ar=((t,e)=>t?setImmediate:e?((n,r)=>(tt.addEventListener("message",({source:o,data:s})=>{o===tt&&s===n&&r.length&&r.shift()()},!1),o=>{r.push(o),tt.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",be(tt.postMessage)),Nl=typeof queueMicrotask<"u"?queueMicrotask.bind(tt):typeof process<"u"&&process.nextTick||ar,C={isArray:dt,isArrayBuffer:Ki,isBuffer:Xa,isFormData:rl,isArrayBufferView:Ja,isString:Ya,isNumber:er,isBoolean:Qa,isObject:Kt,isPlainObject:en,isReadableStream:sl,isRequest:al,isResponse:ll,isHeaders:cl,isUndefined:Rt,isDate:Ka,isFile:el,isBlob:tl,isRegExp:kl,isFunction:be,isStream:il,isURLSearchParams:ol,isTypedArray:yl,isFileList:nl,forEach:$t,merge:Dn,extend:ul,trim:dl,stripBOM:hl,inherits:fl,toFlatObject:ml,kindOf:Yt,kindOfTest:$e,endsWith:pl,toArray:gl,forEachEntry:wl,matchAll:bl,isHTMLForm:Cl,hasOwnProperty:ir,hasOwnProp:ir,reduceDescriptors:rr,freezeMethods:El,toObjectSet:vl,toCamelCase:Sl,noop:xl,toFiniteNumber:Bl,findKey:tr,global:tt,isContextDefined:nr,ALPHABET:sr,generateString:Ml,isSpecCompliantForm:Rl,toJSONObject:$l,isAsyncFn:Il,isThenable:Al,setImmediate:ar,asap:Nl};function F(t,e,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}C.inherits(F,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:C.toJSONObject(this.config),code:this.code,status:this.status}}});const lr=F.prototype,cr={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{cr[t]={value:t}}),Object.defineProperties(F,cr),Object.defineProperty(lr,"isAxiosError",{value:!0}),F.from=(t,e,n,r,o,s)=>{const a=Object.create(lr);return C.toFlatObject(t,a,function(l){return l!==Error.prototype},c=>c!=="isAxiosError"),F.call(a,t.message,e,n,r,o),a.cause=t,a.name=t.name,s&&Object.assign(a,s),a};const Pl=null;function Ln(t){return C.isPlainObject(t)||C.isArray(t)}function dr(t){return C.endsWith(t,"[]")?t.slice(0,-2):t}function ur(t,e,n){return t?t.concat(e).map(function(o,s){return o=dr(o),!n&&s?"["+o+"]":o}).join(n?".":""):e}function Vl(t){return C.isArray(t)&&!t.some(Ln)}const zl=C.toFlatObject(C,{},null,function(e){return/^is[A-Z]/.test(e)});function tn(t,e,n){if(!C.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,n=C.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(S,y){return!C.isUndefined(y[S])});const r=n.metaTokens,o=n.visitor||h,s=n.dots,a=n.indexes,l=(n.Blob||typeof Blob<"u"&&Blob)&&C.isSpecCompliantForm(e);if(!C.isFunction(o))throw new TypeError("visitor must be a function");function u(b){if(b===null)return"";if(C.isDate(b))return b.toISOString();if(!l&&C.isBlob(b))throw new F("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(b)||C.isTypedArray(b)?l&&typeof Blob=="function"?new Blob([b]):Buffer.from(b):b}function h(b,S,y){let B=b;if(b&&!y&&typeof b=="object"){if(C.endsWith(S,"{}"))S=r?S:S.slice(0,-2),b=JSON.stringify(b);else if(C.isArray(b)&&Vl(b)||(C.isFileList(b)||C.endsWith(S,"[]"))&&(B=C.toArray(b)))return S=dr(S),B.forEach(function(O,A){!(C.isUndefined(O)||O===null)&&e.append(a===!0?ur([S],A,s):a===null?S:S+"[]",u(O))}),!1}return Ln(b)?!0:(e.append(ur(y,S,s),u(b)),!1)}const f=[],m=Object.assign(zl,{defaultVisitor:h,convertValue:u,isVisitable:Ln});function p(b,S){if(!C.isUndefined(b)){if(f.indexOf(b)!==-1)throw Error("Circular reference detected in "+S.join("."));f.push(b),C.forEach(b,function(B,D){(!(C.isUndefined(B)||B===null)&&o.call(e,B,C.isString(D)?D.trim():D,S,m))===!0&&p(B,S?S.concat(D):[D])}),f.pop()}}if(!C.isObject(t))throw new TypeError("data must be an object");return p(t),e}function hr(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function Hn(t,e){this._pairs=[],t&&tn(t,this,e)}const fr=Hn.prototype;fr.append=function(e,n){this._pairs.push([e,n])},fr.toString=function(e){const n=e?function(r){return e.call(this,r,hr)}:hr;return this._pairs.map(function(o){return n(o[0])+"="+n(o[1])},"").join("&")};function Tl(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function mr(t,e,n){if(!e)return t;const r=n&&n.encode||Tl,o=n&&n.serialize;let s;if(o?s=o(e,n):s=C.isURLSearchParams(e)?e.toString():new Hn(e,n).toString(r),s){const a=t.indexOf("#");a!==-1&&(t=t.slice(0,a)),t+=(t.indexOf("?")===-1?"?":"&")+s}return t}class pr{constructor(){this.handlers=[]}use(e,n,r){return this.handlers.push({fulfilled:e,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){C.forEach(this.handlers,function(r){r!==null&&e(r)})}}const gr={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Fl={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:Hn,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},qn=typeof window<"u"&&typeof document<"u",_n=typeof navigator=="object"&&navigator||void 0,Dl=qn&&(!_n||["ReactNative","NativeScript","NS"].indexOf(_n.product)<0),Ol=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ll=qn&&window.location.href||"http://localhost",me={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:qn,hasStandardBrowserEnv:Dl,hasStandardBrowserWebWorkerEnv:Ol,navigator:_n,origin:Ll},Symbol.toStringTag,{value:"Module"})),...Fl};function Hl(t,e){return tn(t,new me.classes.URLSearchParams,Object.assign({visitor:function(n,r,o,s){return me.isNode&&C.isBuffer(n)?(this.append(r,n.toString("base64")),!1):s.defaultVisitor.apply(this,arguments)}},e))}function ql(t){return C.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function _l(t){const e={},n=Object.keys(t);let r;const o=n.length;let s;for(r=0;r<o;r++)s=n[r],e[s]=t[s];return e}function yr(t){function e(n,r,o,s){let a=n[s++];if(a==="__proto__")return!0;const c=Number.isFinite(+a),l=s>=n.length;return a=!a&&C.isArray(o)?o.length:a,l?(C.hasOwnProp(o,a)?o[a]=[o[a],r]:o[a]=r,!c):((!o[a]||!C.isObject(o[a]))&&(o[a]=[]),e(n,r,o[a],s)&&C.isArray(o[a])&&(o[a]=_l(o[a])),!c)}if(C.isFormData(t)&&C.isFunction(t.entries)){const n={};return C.forEachEntry(t,(r,o)=>{e(ql(r),o,n,0)}),n}return null}function Ul(t,e,n){if(C.isString(t))try{return(e||JSON.parse)(t),C.trim(t)}catch(r){if(r.name!=="SyntaxError")throw r}return(0,JSON.stringify)(t)}const It={transitional:gr,adapter:["xhr","http","fetch"],transformRequest:[function(e,n){const r=n.getContentType()||"",o=r.indexOf("application/json")>-1,s=C.isObject(e);if(s&&C.isHTMLForm(e)&&(e=new FormData(e)),C.isFormData(e))return o?JSON.stringify(yr(e)):e;if(C.isArrayBuffer(e)||C.isBuffer(e)||C.isStream(e)||C.isFile(e)||C.isBlob(e)||C.isReadableStream(e))return e;if(C.isArrayBufferView(e))return e.buffer;if(C.isURLSearchParams(e))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let c;if(s){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Hl(e,this.formSerializer).toString();if((c=C.isFileList(e))||r.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return tn(c?{"files[]":e}:e,l&&new l,this.formSerializer)}}return s||o?(n.setContentType("application/json",!1),Ul(e)):e}],transformResponse:[function(e){const n=this.transitional||It.transitional,r=n&&n.forcedJSONParsing,o=this.responseType==="json";if(C.isResponse(e)||C.isReadableStream(e))return e;if(e&&C.isString(e)&&(r&&!this.responseType||o)){const a=!(n&&n.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(c){if(a)throw c.name==="SyntaxError"?F.from(c,F.ERR_BAD_RESPONSE,this,null,this.response):c}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:me.classes.FormData,Blob:me.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};C.forEach(["delete","get","head","post","put","patch"],t=>{It.headers[t]={}});const Wl=C.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),jl=t=>{const e={};let n,r,o;return t&&t.split(`
15
+ `).forEach(function(a){o=a.indexOf(":"),n=a.substring(0,o).trim().toLowerCase(),r=a.substring(o+1).trim(),!(!n||e[n]&&Wl[n])&&(n==="set-cookie"?e[n]?e[n].push(r):e[n]=[r]:e[n]=e[n]?e[n]+", "+r:r)}),e},wr=Symbol("internals");function At(t){return t&&String(t).trim().toLowerCase()}function nn(t){return t===!1||t==null?t:C.isArray(t)?t.map(nn):String(t)}function Gl(t){const e=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(t);)e[r[1]]=r[2];return e}const Zl=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function Un(t,e,n,r,o){if(C.isFunction(r))return r.call(this,e,n);if(o&&(e=n),!!C.isString(e)){if(C.isString(r))return e.indexOf(r)!==-1;if(C.isRegExp(r))return r.test(e)}}function Xl(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,n,r)=>n.toUpperCase()+r)}function Jl(t,e){const n=C.toCamelCase(" "+e);["get","set","has"].forEach(r=>{Object.defineProperty(t,r+n,{value:function(o,s,a){return this[r].call(this,e,o,s,a)},configurable:!0})})}class pe{constructor(e){e&&this.set(e)}set(e,n,r){const o=this;function s(c,l,u){const h=At(l);if(!h)throw new Error("header name must be a non-empty string");const f=C.findKey(o,h);(!f||o[f]===void 0||u===!0||u===void 0&&o[f]!==!1)&&(o[f||l]=nn(c))}const a=(c,l)=>C.forEach(c,(u,h)=>s(u,h,l));if(C.isPlainObject(e)||e instanceof this.constructor)a(e,n);else if(C.isString(e)&&(e=e.trim())&&!Zl(e))a(jl(e),n);else if(C.isHeaders(e))for(const[c,l]of e.entries())s(l,c,r);else e!=null&&s(n,e,r);return this}get(e,n){if(e=At(e),e){const r=C.findKey(this,e);if(r){const o=this[r];if(!n)return o;if(n===!0)return Gl(o);if(C.isFunction(n))return n.call(this,o,r);if(C.isRegExp(n))return n.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,n){if(e=At(e),e){const r=C.findKey(this,e);return!!(r&&this[r]!==void 0&&(!n||Un(this,this[r],r,n)))}return!1}delete(e,n){const r=this;let o=!1;function s(a){if(a=At(a),a){const c=C.findKey(r,a);c&&(!n||Un(r,r[c],c,n))&&(delete r[c],o=!0)}}return C.isArray(e)?e.forEach(s):s(e),o}clear(e){const n=Object.keys(this);let r=n.length,o=!1;for(;r--;){const s=n[r];(!e||Un(this,this[s],s,e,!0))&&(delete this[s],o=!0)}return o}normalize(e){const n=this,r={};return C.forEach(this,(o,s)=>{const a=C.findKey(r,s);if(a){n[a]=nn(o),delete n[s];return}const c=e?Xl(s):String(s).trim();c!==s&&delete n[s],n[c]=nn(o),r[c]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const n=Object.create(null);return C.forEach(this,(r,o)=>{r!=null&&r!==!1&&(n[o]=e&&C.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,n])=>e+": "+n).join(`
16
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...n){const r=new this(e);return n.forEach(o=>r.set(o)),r}static accessor(e){const r=(this[wr]=this[wr]={accessors:{}}).accessors,o=this.prototype;function s(a){const c=At(a);r[c]||(Jl(o,a),r[c]=!0)}return C.isArray(e)?e.forEach(s):s(e),this}}pe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),C.reduceDescriptors(pe.prototype,({value:t},e)=>{let n=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(r){this[n]=r}}}),C.freezeMethods(pe);function Wn(t,e){const n=this||It,r=e||n,o=pe.from(r.headers);let s=r.data;return C.forEach(t,function(c){s=c.call(n,s,o.normalize(),e?e.status:void 0)}),o.normalize(),s}function br(t){return!!(t&&t.__CANCEL__)}function ut(t,e,n){F.call(this,t??"canceled",F.ERR_CANCELED,e,n),this.name="CanceledError"}C.inherits(ut,F,{__CANCEL__:!0});function Cr(t,e,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):e(new F("Request failed with status code "+n.status,[F.ERR_BAD_REQUEST,F.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function Yl(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function Ql(t,e){t=t||10;const n=new Array(t),r=new Array(t);let o=0,s=0,a;return e=e!==void 0?e:1e3,function(l){const u=Date.now(),h=r[s];a||(a=u),n[o]=l,r[o]=u;let f=s,m=0;for(;f!==o;)m+=n[f++],f=f%t;if(o=(o+1)%t,o===s&&(s=(s+1)%t),u-a<e)return;const p=h&&u-h;return p?Math.round(m*1e3/p):void 0}}function Kl(t,e){let n=0,r=1e3/e,o,s;const a=(u,h=Date.now())=>{n=h,o=null,s&&(clearTimeout(s),s=null),t.apply(null,u)};return[(...u)=>{const h=Date.now(),f=h-n;f>=r?a(u,h):(o=u,s||(s=setTimeout(()=>{s=null,a(o)},r-f)))},()=>o&&a(o)]}const rn=(t,e,n=3)=>{let r=0;const o=Ql(50,250);return Kl(s=>{const a=s.loaded,c=s.lengthComputable?s.total:void 0,l=a-r,u=o(l),h=a<=c;r=a;const f={loaded:a,total:c,progress:c?a/c:void 0,bytes:l,rate:u||void 0,estimated:u&&c&&h?(c-a)/u:void 0,event:s,lengthComputable:c!=null,[e?"download":"upload"]:!0};t(f)},n)},Sr=(t,e)=>{const n=t!=null;return[r=>e[0]({lengthComputable:n,total:t,loaded:r}),e[1]]},kr=t=>(...e)=>C.asap(()=>t(...e)),ec=me.hasStandardBrowserEnv?function(){const e=me.navigator&&/(msie|trident)/i.test(me.navigator.userAgent),n=document.createElement("a");let r;function o(s){let a=s;return e&&(n.setAttribute("href",a),a=n.href),n.setAttribute("href",a),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=o(window.location.href),function(a){const c=C.isString(a)?o(a):a;return c.protocol===r.protocol&&c.host===r.host}}():function(){return function(){return!0}}(),tc=me.hasStandardBrowserEnv?{write(t,e,n,r,o,s){const a=[t+"="+encodeURIComponent(e)];C.isNumber(n)&&a.push("expires="+new Date(n).toGMTString()),C.isString(r)&&a.push("path="+r),C.isString(o)&&a.push("domain="+o),s===!0&&a.push("secure"),document.cookie=a.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function nc(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function ic(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Er(t,e){return t&&!nc(e)?ic(t,e):e}const vr=t=>t instanceof pe?{...t}:t;function nt(t,e){e=e||{};const n={};function r(u,h,f){return C.isPlainObject(u)&&C.isPlainObject(h)?C.merge.call({caseless:f},u,h):C.isPlainObject(h)?C.merge({},h):C.isArray(h)?h.slice():h}function o(u,h,f){if(C.isUndefined(h)){if(!C.isUndefined(u))return r(void 0,u,f)}else return r(u,h,f)}function s(u,h){if(!C.isUndefined(h))return r(void 0,h)}function a(u,h){if(C.isUndefined(h)){if(!C.isUndefined(u))return r(void 0,u)}else return r(void 0,h)}function c(u,h,f){if(f in e)return r(u,h);if(f in t)return r(void 0,u)}const l={url:s,method:s,data:s,baseURL:a,transformRequest:a,transformResponse:a,paramsSerializer:a,timeout:a,timeoutMessage:a,withCredentials:a,withXSRFToken:a,adapter:a,responseType:a,xsrfCookieName:a,xsrfHeaderName:a,onUploadProgress:a,onDownloadProgress:a,decompress:a,maxContentLength:a,maxBodyLength:a,beforeRedirect:a,transport:a,httpAgent:a,httpsAgent:a,cancelToken:a,socketPath:a,responseEncoding:a,validateStatus:c,headers:(u,h)=>o(vr(u),vr(h),!0)};return C.forEach(Object.keys(Object.assign({},t,e)),function(h){const f=l[h]||o,m=f(t[h],e[h],h);C.isUndefined(m)&&f!==c||(n[h]=m)}),n}const xr=t=>{const e=nt({},t);let{data:n,withXSRFToken:r,xsrfHeaderName:o,xsrfCookieName:s,headers:a,auth:c}=e;e.headers=a=pe.from(a),e.url=mr(Er(e.baseURL,e.url),t.params,t.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let l;if(C.isFormData(n)){if(me.hasStandardBrowserEnv||me.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if((l=a.getContentType())!==!1){const[u,...h]=l?l.split(";").map(f=>f.trim()).filter(Boolean):[];a.setContentType([u||"multipart/form-data",...h].join("; "))}}if(me.hasStandardBrowserEnv&&(r&&C.isFunction(r)&&(r=r(e)),r||r!==!1&&ec(e.url))){const u=o&&s&&tc.read(s);u&&a.set(o,u)}return e},rc=typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(n,r){const o=xr(t);let s=o.data;const a=pe.from(o.headers).normalize();let{responseType:c,onUploadProgress:l,onDownloadProgress:u}=o,h,f,m,p,b;function S(){p&&p(),b&&b(),o.cancelToken&&o.cancelToken.unsubscribe(h),o.signal&&o.signal.removeEventListener("abort",h)}let y=new XMLHttpRequest;y.open(o.method.toUpperCase(),o.url,!0),y.timeout=o.timeout;function B(){if(!y)return;const O=pe.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),j={data:!c||c==="text"||c==="json"?y.responseText:y.response,status:y.status,statusText:y.statusText,headers:O,config:t,request:y};Cr(function(xe){n(xe),S()},function(xe){r(xe),S()},j),y=null}"onloadend"in y?y.onloadend=B:y.onreadystatechange=function(){!y||y.readyState!==4||y.status===0&&!(y.responseURL&&y.responseURL.indexOf("file:")===0)||setTimeout(B)},y.onabort=function(){y&&(r(new F("Request aborted",F.ECONNABORTED,t,y)),y=null)},y.onerror=function(){r(new F("Network Error",F.ERR_NETWORK,t,y)),y=null},y.ontimeout=function(){let A=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const j=o.transitional||gr;o.timeoutErrorMessage&&(A=o.timeoutErrorMessage),r(new F(A,j.clarifyTimeoutError?F.ETIMEDOUT:F.ECONNABORTED,t,y)),y=null},s===void 0&&a.setContentType(null),"setRequestHeader"in y&&C.forEach(a.toJSON(),function(A,j){y.setRequestHeader(j,A)}),C.isUndefined(o.withCredentials)||(y.withCredentials=!!o.withCredentials),c&&c!=="json"&&(y.responseType=o.responseType),u&&([m,b]=rn(u,!0),y.addEventListener("progress",m)),l&&y.upload&&([f,p]=rn(l),y.upload.addEventListener("progress",f),y.upload.addEventListener("loadend",p)),(o.cancelToken||o.signal)&&(h=O=>{y&&(r(!O||O.type?new ut(null,t,y):O),y.abort(),y=null)},o.cancelToken&&o.cancelToken.subscribe(h),o.signal&&(o.signal.aborted?h():o.signal.addEventListener("abort",h)));const D=Yl(o.url);if(D&&me.protocols.indexOf(D)===-1){r(new F("Unsupported protocol "+D+":",F.ERR_BAD_REQUEST,t));return}y.send(s||null)})},oc=(t,e)=>{const{length:n}=t=t?t.filter(Boolean):[];if(e||n){let r=new AbortController,o;const s=function(u){if(!o){o=!0,c();const h=u instanceof Error?u:this.reason;r.abort(h instanceof F?h:new ut(h instanceof Error?h.message:h))}};let a=e&&setTimeout(()=>{a=null,s(new F(`timeout ${e} of ms exceeded`,F.ETIMEDOUT))},e);const c=()=>{t&&(a&&clearTimeout(a),a=null,t.forEach(u=>{u.unsubscribe?u.unsubscribe(s):u.removeEventListener("abort",s)}),t=null)};t.forEach(u=>u.addEventListener("abort",s));const{signal:l}=r;return l.unsubscribe=()=>C.asap(c),l}},sc=function*(t,e){let n=t.byteLength;if(n<e){yield t;return}let r=0,o;for(;r<n;)o=r+e,yield t.slice(r,o),r=o},ac=async function*(t,e){for await(const n of lc(t))yield*sc(n,e)},lc=async function*(t){if(t[Symbol.asyncIterator]){yield*t;return}const e=t.getReader();try{for(;;){const{done:n,value:r}=await e.read();if(n)break;yield r}}finally{await e.cancel()}},Br=(t,e,n,r)=>{const o=ac(t,e);let s=0,a,c=l=>{a||(a=!0,r&&r(l))};return new ReadableStream({async pull(l){try{const{done:u,value:h}=await o.next();if(u){c(),l.close();return}let f=h.byteLength;if(n){let m=s+=f;n(m)}l.enqueue(new Uint8Array(h))}catch(u){throw c(u),u}},cancel(l){return c(l),o.return()}},{highWaterMark:2})},on=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Mr=on&&typeof ReadableStream=="function",cc=on&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Rr=(t,...e)=>{try{return!!t(...e)}catch{return!1}},dc=Mr&&Rr(()=>{let t=!1;const e=new Request(me.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),$r=64*1024,jn=Mr&&Rr(()=>C.isReadableStream(new Response("").body)),sn={stream:jn&&(t=>t.body)};on&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!sn[e]&&(sn[e]=C.isFunction(t[e])?n=>n[e]():(n,r)=>{throw new F(`Response type '${e}' is not supported`,F.ERR_NOT_SUPPORT,r)})})})(new Response);const uc=async t=>{if(t==null)return 0;if(C.isBlob(t))return t.size;if(C.isSpecCompliantForm(t))return(await new Request(me.origin,{method:"POST",body:t}).arrayBuffer()).byteLength;if(C.isArrayBufferView(t)||C.isArrayBuffer(t))return t.byteLength;if(C.isURLSearchParams(t)&&(t=t+""),C.isString(t))return(await cc(t)).byteLength},hc=async(t,e)=>{const n=C.toFiniteNumber(t.getContentLength());return n??uc(e)},Gn={http:Pl,xhr:rc,fetch:on&&(async t=>{let{url:e,method:n,data:r,signal:o,cancelToken:s,timeout:a,onDownloadProgress:c,onUploadProgress:l,responseType:u,headers:h,withCredentials:f="same-origin",fetchOptions:m}=xr(t);u=u?(u+"").toLowerCase():"text";let p=oc([o,s&&s.toAbortSignal()],a),b;const S=p&&p.unsubscribe&&(()=>{p.unsubscribe()});let y;try{if(l&&dc&&n!=="get"&&n!=="head"&&(y=await hc(h,r))!==0){let j=new Request(e,{method:"POST",body:r,duplex:"half"}),ve;if(C.isFormData(r)&&(ve=j.headers.get("content-type"))&&h.setContentType(ve),j.body){const[xe,Ye]=Sr(y,rn(kr(l)));r=Br(j.body,$r,xe,Ye)}}C.isString(f)||(f=f?"include":"omit");const B="credentials"in Request.prototype;b=new Request(e,{...m,signal:p,method:n.toUpperCase(),headers:h.normalize().toJSON(),body:r,duplex:"half",credentials:B?f:void 0});let D=await fetch(b);const O=jn&&(u==="stream"||u==="response");if(jn&&(c||O&&S)){const j={};["status","statusText","headers"].forEach(St=>{j[St]=D[St]});const ve=C.toFiniteNumber(D.headers.get("content-length")),[xe,Ye]=c&&Sr(ve,rn(kr(c),!0))||[];D=new Response(Br(D.body,$r,xe,()=>{Ye&&Ye(),S&&S()}),j)}u=u||"text";let A=await sn[C.findKey(sn,u)||"text"](D,t);return!O&&S&&S(),await new Promise((j,ve)=>{Cr(j,ve,{data:A,headers:pe.from(D.headers),status:D.status,statusText:D.statusText,config:t,request:b})})}catch(B){throw S&&S(),B&&B.name==="TypeError"&&/fetch/i.test(B.message)?Object.assign(new F("Network Error",F.ERR_NETWORK,t,b),{cause:B.cause||B}):F.from(B,B&&B.code,t,b)}})};C.forEach(Gn,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const Ir=t=>`- ${t}`,fc=t=>C.isFunction(t)||t===null||t===!1,Ar={getAdapter:t=>{t=C.isArray(t)?t:[t];const{length:e}=t;let n,r;const o={};for(let s=0;s<e;s++){n=t[s];let a;if(r=n,!fc(n)&&(r=Gn[(a=String(n)).toLowerCase()],r===void 0))throw new F(`Unknown adapter '${a}'`);if(r)break;o[a||"#"+s]=r}if(!r){const s=Object.entries(o).map(([c,l])=>`adapter ${c} `+(l===!1?"is not supported by the environment":"is not available in the build"));let a=e?s.length>1?`since :
17
17
  `+s.map(Ir).join(`
18
- `):" "+Ir(s[0]):"as no adapter specified";throw new F("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return r},adapters:Gn};function Zn(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ut(null,t)}function Nr(t){return Zn(t),t.headers=pe.from(t.headers),t.data=Wn.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Ar.getAdapter(t.adapter||It.adapter)(t).then(function(r){return Zn(t),r.data=Wn.call(t,t.transformResponse,r),r.headers=pe.from(r.headers),r},function(r){return br(r)||(Zn(t),r&&r.response&&(r.response.data=Wn.call(t,t.transformResponse,r.response),r.response.headers=pe.from(r.response.headers))),Promise.reject(r)})}const Pr="1.7.7",Xn={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{Xn[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const Vr={};Xn.transitional=function(e,n,r){function o(s,a){return"[Axios v"+Pr+"] Transitional option '"+s+"'"+a+(r?". "+r:"")}return(s,a,c)=>{if(e===!1)throw new F(o(a," has been removed"+(n?" in "+n:"")),F.ERR_DEPRECATED);return n&&!Vr[a]&&(Vr[a]=!0,console.warn(o(a," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(s,a,c):!0}};function pc(t,e,n){if(typeof t!="object")throw new F("options must be an object",F.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let o=r.length;for(;o-- >0;){const s=r[o],a=e[s];if(a){const c=t[s],l=c===void 0||a(c,s,t);if(l!==!0)throw new F("option "+s+" must be "+l,F.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new F("Unknown option "+s,F.ERR_BAD_OPTION)}}const Jn={assertOptions:pc,validators:Xn},je=Jn.validators;class it{constructor(e){this.defaults=e,this.interceptors={request:new pr,response:new pr}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const s=o.stack?o.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=`
19
- `+s):r.stack=s}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=nt(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&Jn.assertOptions(r,{silentJSONParsing:je.transitional(je.boolean),forcedJSONParsing:je.transitional(je.boolean),clarifyTimeoutError:je.transitional(je.boolean)},!1),o!=null&&(C.isFunction(o)?n.paramsSerializer={serialize:o}:Jn.assertOptions(o,{encode:je.function,serialize:je.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let a=s&&C.merge(s.common,s[n.method]);s&&C.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),n.headers=pe.concat(a,s);const c=[];let l=!0;this.interceptors.request.forEach(function(S){typeof S.runWhen=="function"&&S.runWhen(n)===!1||(l=l&&S.synchronous,c.unshift(S.fulfilled,S.rejected))});const u=[];this.interceptors.response.forEach(function(S){u.push(S.fulfilled,S.rejected)});let h,f=0,m;if(!l){const b=[Nr.bind(this),void 0];for(b.unshift.apply(b,c),b.push.apply(b,u),m=b.length,h=Promise.resolve(n);f<m;)h=h.then(b[f++],b[f++]);return h}m=c.length;let p=n;for(f=0;f<m;){const b=c[f++],S=c[f++];try{p=b(p)}catch(y){S.call(this,y);break}}try{h=Nr.call(this,p)}catch(b){return Promise.reject(b)}for(f=0,m=u.length;f<m;)h=h.then(u[f++],u[f++]);return h}getUri(e){e=nt(this.defaults,e);const n=Er(e.baseURL,e.url);return mr(n,e.params,e.paramsSerializer)}}C.forEach(["delete","get","head","options"],function(e){it.prototype[e]=function(n,r){return this.request(nt(r||{},{method:e,url:n,data:(r||{}).data}))}}),C.forEach(["post","put","patch"],function(e){function n(r){return function(s,a,c){return this.request(nt(c||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:a}))}}it.prototype[e]=n(),it.prototype[e+"Form"]=n(!0)});class Yn{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(o=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](o);r._listeners=null}),this.promise.then=o=>{let s;const a=new Promise(c=>{r.subscribe(c),s=c}).then(o);return a.cancel=function(){r.unsubscribe(s)},a},e(function(s,a,c){r.reason||(r.reason=new ut(s,a,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new Yn(function(o){e=o}),cancel:e}}}function gc(t){return function(n){return t.apply(null,n)}}function yc(t){return C.isObject(t)&&t.isAxiosError===!0}const Qn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Qn).forEach(([t,e])=>{Qn[e]=t});function zr(t){const e=new it(t),n=Qi(it.prototype.request,e);return C.extend(n,it.prototype,e,{allOwnKeys:!0}),C.extend(n,e,null,{allOwnKeys:!0}),n.create=function(o){return zr(nt(t,o))},n}const K=zr(It);K.Axios=it,K.CanceledError=ut,K.CancelToken=Yn,K.isCancel=br,K.VERSION=Pr,K.toFormData=tn,K.AxiosError=F,K.Cancel=K.CanceledError,K.all=function(e){return Promise.all(e)},K.spread=gc,K.isAxiosError=yc,K.mergeConfig=nt,K.AxiosHeaders=pe,K.formToJSON=t=>yr(C.isHTMLForm(t)?new FormData(t):t),K.getAdapter=Ar.getAdapter,K.HttpStatusCode=Qn,K.default=K;var Nt=(t=>(t.GET="get",t.POST="post",t.PUT="put",t.DELETE="delete",t))(Nt||{});const Pt=(()=>{function t(){const l=o();return!(!l||l==="undefined")}function e(l){l.accessToken&&localStorage.setItem("access_token",l.accessToken),l.refreshToken&&localStorage.setItem("refresh_token",l.refreshToken)}function n(){const l=localStorage.getItem("user");return l?JSON.parse(l).id:""}function r(){const l=localStorage.getItem("user");if(l)return JSON.parse(l)}function o(){return localStorage.getItem("access_token")}function s(){return localStorage.getItem("refresh_token")}function a(){localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token")}function c(l){if(!t())return;const u=Pt.getUser();u&&(u.human=l,localStorage.setItem("user",JSON.stringify(u)))}return{isAuth:t,setTokens:e,getAccessToken:o,getRefreshToken:s,getUserId:n,clearTokens:a,getUser:r,updateHuman:c}})();class Kn{constructor(e){d(this,"code",400);d(this,"err","");V.BuildClass(this,e)}getErr(){return this.capitalizedErr()}capitalizedErr(){return this.err.charAt(0).toUpperCase()+this.err.slice(1)}static async Handle(e,n){const r=e.config;if(e.response){if(e.response.status===401&&!r._retry)return r._retry=!0,n.defaults.headers.common.token=Pt.getAccessToken(),e.config.headers.token=Pt.getAccessToken(),e.config.baseURL=void 0,n.request(r);if(e.response.status>=500){if(e.response.data==="неверный логин или пароль"){fe.Error("Неверный логин или пароль");return}fe.Error("Ошибка на сервере, попробуйте позже")}if(e.response.status>=400&&e.response.status<500){const o=new Kn(e.response.data).getErr();o&&fe.Error(o)}return Promise.reject(e)}}}const ht=K.create();ht.interceptors.response.use(t=>t,async t=>await Kn.Handle(t,ht));class Vt{static async Get(e,n,r){return await ht({method:Nt.GET,url:e,headers:n,responseType:r})}static async Post(e,n,r,o){return n["Content-Type"]="multipart/form-data",await ht({method:Nt.POST,url:e,headers:n,responseType:r,data:o})}static async Put(e,n,r){return n["Content-Type"]="multipart/form-data",await ht({method:Nt.PUT,url:e,headers:n,data:r})}static async Delete(e,n){return await ht({method:Nt.DELETE,url:e,headers:n})}}class an{constructor(e){d(this,"name","");V.BuildClass(this,e)}static Set(){}static Get(e,n){const r=sessionStorage.getItem(e);if(r){const o=JSON.parse(r),s=new Date,a=new Date(o.time),c=s.getTime()-a.getTime();return Math.round(c/6e4)>(n||10)?null:o.data}else return null}static async TryGet(e,n,r){let o;return o=an.Get(e,r),o||(o=await n()),o}}var ei=(t=>(t.ContentType="Content-Type",t.Token="token",t))(ei||{}),Tr=(t=>(t.ApplicationJson="application/json",t.MultipartFormData="multipart/form-data",t))(Tr||{});const G=class G{static Setup(e,n,r){this.baseUrl=e,this.apiVersion=n,this.apiHost=r}static newWebSocket(e){const n=this.apiHost.replace("http","ws")+"/ws/"+e;return new WebSocket(n)}static download(e,n){const r=G.getDownloadFileName(e,n.headers),o=URL.createObjectURL(n.data),s=document.createElement("a");s.href=o,s.setAttribute("download",r),s.setAttribute("target","_blank"),document.body.appendChild(s),s.click()}static getDownloadFileName(e,n){if(e)return e;const r=n["content-disposition"],o=r.indexOf('"')+1,s=r.lastIndexOf('"'),a=r.substring(o,s);return a||"file"}static getHeaders(e){const n=Me.Get(Se.AccessToken);return e||(e=G.headers),n&&(e[ei.Token]=n),e??G.headers}static returnResponse(e,n){if(n)return e!=null&&e.isBlob?G.download(e.downloadFileName,n):n.data}static async Get(e){return G.returnResponse(e,await Vt.Get(G.buildUrl((e==null?void 0:e.query)??""),G.getHeaders(e==null?void 0:e.headers),G.getResponseType(e==null?void 0:e.isBlob)))}static async Post(e){return G.returnResponse(e,await Vt.Post(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers),G.getResponseType(e.isBlob),G.createFormDataPayload(e==null?void 0:e.payload,e==null?void 0:e.fileInfos)))}static async Put(e){return G.returnResponse(e,await Vt.Put(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers),G.createFormDataPayload(e==null?void 0:e.payload,e==null?void 0:e.fileInfos)))}static async Delete(e){return G.returnResponse(e,await Vt.Delete(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers)))}static async Subscribe(e){const{query:n}=e;return new EventSource(G.buildUrl(n))}static buildUrl(e){const n=e??"";return this.baseUrl+this.apiVersion+n}static getResponseType(e){return e?"blob":"json"}static createFormDataPayload(e,n){const r=new FormData;if(r.append("form",JSON.stringify(e)),n)for(const o of n)o.file&&r.append(o.id??"files",o.file,o.originalName);return r}};d(G,"baseUrl",""),d(G,"apiVersion",""),d(G,"apiHost",""),d(G,"headers",{[ei.ContentType]:Tr.ApplicationJson});let se=G,wc=class{async Login(e){const n=e??Re.Form.GetValues(),r=await se.Post({query:"auth/login",payload:n});if(!r)throw"Ошибка авторизации";Re.Status.SetState(r)}async LoginAs(e){await se.Post({query:"auth/login-as",payload:{email:e}})}async Register(){}async RestorePassword(){}async passwordChange(){await se.Put({query:"auth/password-change"})}async RefreshToken(){await se.Post({query:"auth/refresh-token",payload:{refreshToken:Pt.getRefreshToken()}})}async CheckUuid(e){await se.Get({query:`auth/check-uuid/${e.userId}/${e.uniqueId}`})}};const Fr=new wc,bc={class:"bg"},Cc=i.defineComponent({__name:"AuthPage",setup(t){const e=async()=>{await Fr.Login()};return(n,r)=>{const o=i.resolveComponent("AuthForm");return i.openBlock(),i.createElementBlock("div",bc,[i.createVNode(o,{width:"760px",margin:"0 auto",onSubmit:e})])}}}),v=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},ti=v(Cc,[["__scopeId","data-v-de45b4bb"]]),Sc={},kc={style:{"text-align":"center"}};function Ec(t,e){return i.openBlock(),i.createElementBlock("div",kc,e[0]||(e[0]=[i.createElementVNode("h1",null,"Страница не найдена",-1)]))}const ni=v(Sc,[["render",Ec]]),vc=[{path:"/",redirect:"/login"},{path:"/login",component:ti,meta:{layout:"AuthLayout"}},{path:"/:pathMatch(.*)*",name:"NotFound",component:ni}],Je=class Je{static Set(e){this.router=e,this.AddRoutes(vc)}static Get(){return this.router}static AddRoutes(e){e.forEach(n=>{this.Get().addRoute(n)})}static async To(e){await this.Get().push(e)}static async ToHome(){}static async Replace(e){await this.Get().replace(e)}static Id(){return Je.GetStringParam("id")}static Slug(){return Je.GetStringParam("slug")}static async Back(){this.Get().go(-1)}static GetQid(){return Je.GetStringQueryParam("qid")}static Route(){return this.Get().currentRoute.value}static RouterPushBlank(e){const n=this.Get().resolve({path:e});window.open(n==null?void 0:n.href,"_blank")}static GetPath(){var n;const e=(n=Je.Route())==null?void 0:n.path.split("/");return!e||e.length<=0?"":e[e.length-1]}static async ToAdmin(e){if(!e){await this.Get().push("/admin");return}let n=e;n[0]==="/"&&(n=e.substring(1)),await Je.To(`/admin/${n}`)}static GetStringQueryParam(e){return String(this.Route().query[e])}static GetNumberQueryParam(e){return Number(this.Route().query[e]??0)}static GetStringParam(e){return this.Route().params[e]}static SetQueryParam(e,n){const r=new URL(window.location);r.searchParams.set(e,String(n)),history.replaceState(null,"",r)}static Resolve(e){return this.Get().resolve(e)}};d(Je,"router");let Ge=Je;class X{constructor(e,n){d(this,"items",i.reactive([]));d(this,"item");d(this,"count",i.ref(0));d(this,"classConstructor");d(this,"url","");this.classConstructor=e,this.item=i.reactive(new this.classConstructor),this.url=n}Set(e){Object.assign(this.item,new this.classConstructor(e))}getUrl(e){return e?`${this.url}/${e}`:this.url}async GetAll(e){let n;const r=se.Get;e&&e.withCache?n=await an.TryGet(this.getUrl(),r):n=await r({query:this.getUrl()}),Array.isArray(n)?this.SetAll(n):this.SetAllWithCount(n)}async Get(e){e||(e=Ge.Id()),this.Set(await se.Get({query:this.getUrl(e)}))}async FTSP(e){var a;const r=((e==null?void 0:e.ftsp)??Mt.Get()).clearForHTTP(),o={payload:{ftsp:r},query:this.getUrl("ftsp")},s=await se.Post(o);if(!(!s||!s.ftsp))if(Array.isArray(s.data))this.SetAll(s.data);else{if(r.p.append){this.AppendToAll((a=s.data)==null?void 0:a.items);return}this.SetAllWithCount(s.data)}}async Create(e){const n=e??this.item,r={payload:n,query:this.getUrl()};return n.getFileInfos&&(r.fileInfos=n.getFileInfos(),r.fileInfos.forEach(o=>o.url="")),await se.Post(r)}async CreateAndSet(e){const n=await this.Create(e);this.Set(n)}async CreateMany(e){if(!e)return;const n=[];e.forEach(r=>{n.push(new Promise(()=>this.Create(r)))}),Promise.all(n)}async Update(e){const n=e??this.item,r={query:this.getUrl(`${n.id}`),payload:n};return n.getFileInfos&&(r.fileInfos=n.getFileInfos(),r.fileInfos.forEach(o=>o.url="")),await se.Put(r)}async UpdateAndSet(e){const n=await this.Update(e);this.Set(n)}async UpdateAndReset(e){await this.Update(e??this.item),this.Set()}async Remove(e){if(!e){console.warn("BaseStore/Remove. id is undefined");return}await se.Delete({query:this.getUrl(`${e}`)}),this.RemoveItem(e)}async UpdateMany(e){if(e||(e=this.items),!e)return;const n=[];e.forEach(r=>{n.push(new Promise(()=>this.Update(r)))}),Promise.all(n)}SetAll(e){e&&(this.items.splice(0,this.items.length),this.items.push(...e.map(n=>new this.classConstructor(n))))}SetAllWithCount(e){e&&(this.SetAll(e.items),this.count.value=e.count)}RemoveItem(e){const n=this.items.findIndex(r=>r.id===e);this.items.splice(n,1)}AppendToAll(e){if(e){if(Array.isArray(e)){const n=e.map(r=>new this.classConstructor(r));this.items.push(...n);return}this.items.push(new this.classConstructor(e))}}ResetState(){this.ResetItem(),this.ClearItems(),this.count.value=0}ResetItem(){V.BuildClass(this.item,new this.classConstructor)}ClearItems(){this.items.splice(0,this.items.length)}UnshiftToAll(e){if(e){if(Array.isArray(e)){const n=e.map(r=>new this.classConstructor(r));this.items.unshift(...n);return}this.items.unshift(new this.classConstructor(e))}}get Items(){return this.items}get Item(){return this.item}get Count(){return this.count}}function xc(t,e){t=="left"&&e.next(),t=="right"&&e.prev()}const Bc=["#31af5e","#ff4d3b","#006BB5","#f3911c"];class Mc{static GetRandColor(e){return Ve.GetRandEL(e??Bc)}}function Dr(t,e){const n=[],r=e||$e.Asc,o=r===$e.Asc?$e.Desc:$e.Asc;return Object.values(t).forEach(s=>{n.push(s(r)),n.push(s(o))}),n.length>0&&!n.some(s=>s.default)&&(n[0].default=!0),e&&n.forEach(s=>{s.default&&(s.default=s.order===e)}),n}let Rc=class{constructor(){d(this,"startHour",9);d(this,"endHour",19);d(this,"timelinePxHeight",50);d(this,"timelineStep",vt.FiveMinutes);d(this,"activeTime","");d(this,"activeObjectId","");d(this,"dragged",!1);d(this,"draggedStartTime","");d(this,"draggedEndTime","");d(this,"timelines",Ut[vt.FiveMinutes])}startDrag(e,n){this.draggedStartTime=e,this.draggedEndTime=n,this.dragged=!0}endDrag(){this.activeTime="",this.dragged=!1}setTimelineStep(e){this.timelineStep=e,this.setTimelines()}setTimelines(){this.timelines=Ut[this.timelineStep]}getScheduleHeight(){return this.getHourHeight()*this.getHoursArr().length}getHourHeight(){return this.timelinePxHeight*this.timelines.length}getHoursArr(){return Ve.GenerateNumsRange(this.startHour,this.endHour)}};const ii=t=>t===8||t===46,$c=t=>t>46&&t<58,Ic=t=>t>34&&t<41,Ac=t=>t+".",Nc=(t,e,n)=>{ii(e)||Ic(e)||(!$c(e)||n>9)&&t.preventDefault()};function Pc(t,e){if(e>8){let n=t.substring(0,2).replace(".","1");Number(n)>31&&(n="31");let r=t.substring(3,5).replace(".","1");Number(r)>12&&(r="12");let o=t.substring(6,10).replace(".","1");Number(o)>2100&&(o="2100"),t=n+"."+r+"."+o}return t}function Vc(t){const e=t.keyCode;let n=t.srcElement.value;const r=n.length;Nc(t,e,r),!ii(e)&&(r===2||r===5)&&(n=Ac(n));const o=t.srcElement.value+String.fromCharCode(t.which);if(ii(e)){t.srcElement.value=n;return}n.length===0&&Number(o)>3&&(n="3",t.preventDefault()),n.length===1&&Number(o)>31&&(n="31",t.preventDefault()),o.length===5&&Number(o.substring(3,5))>12&&(n=n.substring(0,3)+"12",t.preventDefault()),n=Pc(n,r),t.srcElement.value=n}const zc=["ВС","ПН","ВТ","СР","ЧТ","ПТ","СБ"],Tc="ru-RU";class Le{constructor(){d(this,"locale","ru-RU")}static Format(e,n){if(!e)return"";const r={year:"numeric",month:"2-digit",day:"2-digit",hour:void 0,minute:void 0};return n&&(r.year=n.year||n.year===void 0?n.year:r.year,r.month=n.month||n.month===void 0?n.month:r.month,r.day=n.day||n.day===void 0?n.day:r.day,r.hour=n.hour??r.hour,r.minute=n.minute??r.minute),Intl.DateTimeFormat(Tc,r).format(new Date(e))}static FromRuStr(e){const n=e.split(".");return new Date(`${n[2]}-${n[1]}-${n[0]}`)}static GetPeriod(e,n,r){return`${this.Format(e,r)}-${this.Format(n,r)}`}static GetShortDayName(e){return e?zc[e.getDay()]:""}static GetCurrentWeekPeriod(e){const n=new Date,r=new Date(n.getFullYear(),n.getMonth(),n.getDate()-n.getDay()+1),o=new Date(n.getFullYear(),n.getMonth(),r.getDate()+7);return this.GetPeriod(r,o,e||{month:"2-digit",day:"numeric",year:void 0})}static GetDurationInDay(e,n){const r=new Date,o=new Date,s=Le.SplitHourTime(e),a=Le.SplitHourTime(n);return r.setHours(s[0],s[1],0,0),o.setHours(a[0],a[1],0,0),(o.getTime()-r.getTime())/1e3/60}static HourTimeinMunutes(e){const n=Le.SplitHourTime(e);return n[0]*60+n[1]}static SplitHourTime(e){const n=e.split(":");return[Number(n[0]),Number(n[1])]}static AddMinutesToHM(e,n){const r=new Date,o=Le.SplitHourTime(e);r.setHours(o[0],o[1],0,0);const s=new Date(r.getTime()+n*6e4),a=s.getHours(),c=s.getMinutes();return`${a}:${c}`}static GetMonthsDiff(e,n){return n.getMonth()-e.getMonth()+12*(n.getFullYear()-e.getFullYear())}static StringToDate(e){const n=e.split(".");return new Date(`${n[2]}-${n[1]}-${n[0]}`)}static GetDateOrToday(e){return e?e.date:new Date}static InPeriod(e,n,r){return new Date(e)>=new Date(n)&&new Date(e)<=new Date(r)}static GetDatesFromPeriod(e,n){const r=[new Date(e)];let o=e;for(;o<=n;)o=Le.AddDays(o,1),r.push(o);return r}static AddDays(e,n){const r=new Date(e);return r.setDate(r.getDate()+n),r}static Eq(e,n){return e.getTime()===n.getTime()}}class Fc{constructor(){d(this,"dragged",!1);d(this,"dragImg",new Image);this.dragImg.src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs="}start(e){this.dragged=!0,e&&e.dataTransfer&&e.dataTransfer.setDragImage(this.dragImg,0,0)}end(){this.dragged=!1}isDragged(){return this.dragged}}class Or{static Get(e){const n=e.split(".");return n[n.length-1]}}const Dc=(()=>{function t(s,a){localStorage.setItem(`${s}_favourite`,a.toString())}function e(s,a){const c=localStorage.getItem(`${s}_favourite`);return c?c.split(",").includes(a):!1}function n(s,a){const c=localStorage.getItem(`${s}_favourite`);if(!c){t(s,[a]);return}const l=c.split(",");l.push(a),t(s,l)}function r(s,a){const c=localStorage.getItem(`${s}_favourite`);if(!c)return;const l=c.split(",").filter(u=>u!==a);t(s,l)}function o(){for(const s in localStorage)s.includes("_favourite")&&localStorage.removeItem(s)}return{addToFavourite:n,removeFromFavourite:r,setFavourite:t,isFavourite:e,clearFavourite:o}})();/*!
18
+ `):" "+Ir(s[0]):"as no adapter specified";throw new F("There is no suitable adapter to dispatch the request "+a,"ERR_NOT_SUPPORT")}return r},adapters:Gn};function Zn(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ut(null,t)}function Nr(t){return Zn(t),t.headers=pe.from(t.headers),t.data=Wn.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Ar.getAdapter(t.adapter||It.adapter)(t).then(function(r){return Zn(t),r.data=Wn.call(t,t.transformResponse,r),r.headers=pe.from(r.headers),r},function(r){return br(r)||(Zn(t),r&&r.response&&(r.response.data=Wn.call(t,t.transformResponse,r.response),r.response.headers=pe.from(r.response.headers))),Promise.reject(r)})}const Pr="1.7.7",Xn={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{Xn[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const Vr={};Xn.transitional=function(e,n,r){function o(s,a){return"[Axios v"+Pr+"] Transitional option '"+s+"'"+a+(r?". "+r:"")}return(s,a,c)=>{if(e===!1)throw new F(o(a," has been removed"+(n?" in "+n:"")),F.ERR_DEPRECATED);return n&&!Vr[a]&&(Vr[a]=!0,console.warn(o(a," has been deprecated since v"+n+" and will be removed in the near future"))),e?e(s,a,c):!0}};function mc(t,e,n){if(typeof t!="object")throw new F("options must be an object",F.ERR_BAD_OPTION_VALUE);const r=Object.keys(t);let o=r.length;for(;o-- >0;){const s=r[o],a=e[s];if(a){const c=t[s],l=c===void 0||a(c,s,t);if(l!==!0)throw new F("option "+s+" must be "+l,F.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new F("Unknown option "+s,F.ERR_BAD_OPTION)}}const Jn={assertOptions:mc,validators:Xn},je=Jn.validators;class it{constructor(e){this.defaults=e,this.interceptors={request:new pr,response:new pr}}async request(e,n){try{return await this._request(e,n)}catch(r){if(r instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const s=o.stack?o.stack.replace(/^.+\n/,""):"";try{r.stack?s&&!String(r.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(r.stack+=`
19
+ `+s):r.stack=s}catch{}}throw r}}_request(e,n){typeof e=="string"?(n=n||{},n.url=e):n=e||{},n=nt(this.defaults,n);const{transitional:r,paramsSerializer:o,headers:s}=n;r!==void 0&&Jn.assertOptions(r,{silentJSONParsing:je.transitional(je.boolean),forcedJSONParsing:je.transitional(je.boolean),clarifyTimeoutError:je.transitional(je.boolean)},!1),o!=null&&(C.isFunction(o)?n.paramsSerializer={serialize:o}:Jn.assertOptions(o,{encode:je.function,serialize:je.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let a=s&&C.merge(s.common,s[n.method]);s&&C.forEach(["delete","get","head","post","put","patch","common"],b=>{delete s[b]}),n.headers=pe.concat(a,s);const c=[];let l=!0;this.interceptors.request.forEach(function(S){typeof S.runWhen=="function"&&S.runWhen(n)===!1||(l=l&&S.synchronous,c.unshift(S.fulfilled,S.rejected))});const u=[];this.interceptors.response.forEach(function(S){u.push(S.fulfilled,S.rejected)});let h,f=0,m;if(!l){const b=[Nr.bind(this),void 0];for(b.unshift.apply(b,c),b.push.apply(b,u),m=b.length,h=Promise.resolve(n);f<m;)h=h.then(b[f++],b[f++]);return h}m=c.length;let p=n;for(f=0;f<m;){const b=c[f++],S=c[f++];try{p=b(p)}catch(y){S.call(this,y);break}}try{h=Nr.call(this,p)}catch(b){return Promise.reject(b)}for(f=0,m=u.length;f<m;)h=h.then(u[f++],u[f++]);return h}getUri(e){e=nt(this.defaults,e);const n=Er(e.baseURL,e.url);return mr(n,e.params,e.paramsSerializer)}}C.forEach(["delete","get","head","options"],function(e){it.prototype[e]=function(n,r){return this.request(nt(r||{},{method:e,url:n,data:(r||{}).data}))}}),C.forEach(["post","put","patch"],function(e){function n(r){return function(s,a,c){return this.request(nt(c||{},{method:e,headers:r?{"Content-Type":"multipart/form-data"}:{},url:s,data:a}))}}it.prototype[e]=n(),it.prototype[e+"Form"]=n(!0)});class Yn{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(s){n=s});const r=this;this.promise.then(o=>{if(!r._listeners)return;let s=r._listeners.length;for(;s-- >0;)r._listeners[s](o);r._listeners=null}),this.promise.then=o=>{let s;const a=new Promise(c=>{r.subscribe(c),s=c}).then(o);return a.cancel=function(){r.unsubscribe(s)},a},e(function(s,a,c){r.reason||(r.reason=new ut(s,a,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const n=this._listeners.indexOf(e);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const e=new AbortController,n=r=>{e.abort(r)};return this.subscribe(n),e.signal.unsubscribe=()=>this.unsubscribe(n),e.signal}static source(){let e;return{token:new Yn(function(o){e=o}),cancel:e}}}function pc(t){return function(n){return t.apply(null,n)}}function gc(t){return C.isObject(t)&&t.isAxiosError===!0}const Qn={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Qn).forEach(([t,e])=>{Qn[e]=t});function zr(t){const e=new it(t),n=Qi(it.prototype.request,e);return C.extend(n,it.prototype,e,{allOwnKeys:!0}),C.extend(n,e,null,{allOwnKeys:!0}),n.create=function(o){return zr(nt(t,o))},n}const K=zr(It);K.Axios=it,K.CanceledError=ut,K.CancelToken=Yn,K.isCancel=br,K.VERSION=Pr,K.toFormData=tn,K.AxiosError=F,K.Cancel=K.CanceledError,K.all=function(e){return Promise.all(e)},K.spread=pc,K.isAxiosError=gc,K.mergeConfig=nt,K.AxiosHeaders=pe,K.formToJSON=t=>yr(C.isHTMLForm(t)?new FormData(t):t),K.getAdapter=Ar.getAdapter,K.HttpStatusCode=Qn,K.default=K;var Nt=(t=>(t.GET="get",t.POST="post",t.PUT="put",t.DELETE="delete",t))(Nt||{});const Pt=(()=>{function t(){const l=o();return!(!l||l==="undefined")}function e(l){l.accessToken&&localStorage.setItem("access_token",l.accessToken),l.refreshToken&&localStorage.setItem("refresh_token",l.refreshToken)}function n(){const l=localStorage.getItem("user");return l?JSON.parse(l).id:""}function r(){const l=localStorage.getItem("user");if(l)return JSON.parse(l)}function o(){return localStorage.getItem("access_token")}function s(){return localStorage.getItem("refresh_token")}function a(){localStorage.removeItem("access_token"),localStorage.removeItem("refresh_token")}function c(l){if(!t())return;const u=Pt.getUser();u&&(u.human=l,localStorage.setItem("user",JSON.stringify(u)))}return{isAuth:t,setTokens:e,getAccessToken:o,getRefreshToken:s,getUserId:n,clearTokens:a,getUser:r,updateHuman:c}})();class Kn{constructor(e){d(this,"code",400);d(this,"err","");z.BuildClass(this,e)}getErr(){return this.capitalizedErr()}capitalizedErr(){return this.err.charAt(0).toUpperCase()+this.err.slice(1)}static async Handle(e,n){const r=e.config;if(e.response){if(e.response.status===401&&!r._retry)return r._retry=!0,n.defaults.headers.common.token=Pt.getAccessToken(),e.config.headers.token=Pt.getAccessToken(),e.config.baseURL=void 0,n.request(r);if(e.response.status>=500){if(e.response.data==="неверный логин или пароль"){fe.Error("Неверный логин или пароль");return}fe.Error("Ошибка на сервере, попробуйте позже")}if(e.response.status>=400&&e.response.status<500){const o=new Kn(e.response.data).getErr();o&&fe.Error(o)}return Promise.reject(e)}}}const ht=K.create();ht.interceptors.response.use(t=>t,async t=>await Kn.Handle(t,ht));class Vt{static async Get(e,n,r){return await ht({method:Nt.GET,url:e,headers:n,responseType:r})}static async Post(e,n,r,o){return n["Content-Type"]="multipart/form-data",await ht({method:Nt.POST,url:e,headers:n,responseType:r,data:o})}static async Put(e,n,r){return n["Content-Type"]="multipart/form-data",await ht({method:Nt.PUT,url:e,headers:n,data:r})}static async Delete(e,n){return await ht({method:Nt.DELETE,url:e,headers:n})}}class an{constructor(e){d(this,"name","");z.BuildClass(this,e)}static Set(){}static Get(e,n){const r=sessionStorage.getItem(e);if(r){const o=JSON.parse(r),s=new Date,a=new Date(o.time),c=s.getTime()-a.getTime();return Math.round(c/6e4)>(n||10)?null:o.data}else return null}static async TryGet(e,n,r){let o;return o=an.Get(e,r),o||(o=await n()),o}}var ei=(t=>(t.ContentType="Content-Type",t.Token="token",t))(ei||{}),Tr=(t=>(t.ApplicationJson="application/json",t.MultipartFormData="multipart/form-data",t))(Tr||{});const G=class G{static Setup(e,n,r){this.baseUrl=e,this.apiVersion=n,this.apiHost=r}static newWebSocket(e){const n=this.apiHost.replace("http","ws")+"/ws/"+e;return new WebSocket(n)}static download(e,n){const r=G.getDownloadFileName(e,n.headers),o=URL.createObjectURL(n.data),s=document.createElement("a");s.href=o,s.setAttribute("download",r),s.setAttribute("target","_blank"),document.body.appendChild(s),s.click()}static getDownloadFileName(e,n){if(e)return e;const r=n["content-disposition"],o=r.indexOf('"')+1,s=r.lastIndexOf('"'),a=r.substring(o,s);return a||"file"}static getHeaders(e){const n=Me.Get(Se.AccessToken);return e||(e=G.headers),n&&(e[ei.Token]=n),e??G.headers}static returnResponse(e,n){if(n)return e!=null&&e.isBlob?G.download(e.downloadFileName,n):n.data}static async Get(e){return G.returnResponse(e,await Vt.Get(G.buildUrl((e==null?void 0:e.query)??""),G.getHeaders(e==null?void 0:e.headers),G.getResponseType(e==null?void 0:e.isBlob)))}static async Post(e){return G.returnResponse(e,await Vt.Post(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers),G.getResponseType(e.isBlob),G.createFormDataPayload(e==null?void 0:e.payload,e==null?void 0:e.fileInfos)))}static async Put(e){return G.returnResponse(e,await Vt.Put(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers),G.createFormDataPayload(e==null?void 0:e.payload,e==null?void 0:e.fileInfos)))}static async Delete(e){return G.returnResponse(e,await Vt.Delete(G.buildUrl(e==null?void 0:e.query),G.getHeaders(e==null?void 0:e.headers)))}static async Subscribe(e){const{query:n}=e;return new EventSource(G.buildUrl(n))}static buildUrl(e){const n=e??"";return this.baseUrl+this.apiVersion+n}static getResponseType(e){return e?"blob":"json"}static createFormDataPayload(e,n){const r=new FormData;if(r.append("form",JSON.stringify(e)),n)for(const o of n)o.file&&r.append(o.id??"files",o.file,o.originalName);return r}};d(G,"baseUrl",""),d(G,"apiVersion",""),d(G,"apiHost",""),d(G,"headers",{[ei.ContentType]:Tr.ApplicationJson});let se=G;const yc={class:"bg"},wc=i.defineComponent({__name:"AuthPage",setup(t){const e=async()=>{await V.S.Auth.Login()};return(n,r)=>{const o=i.resolveComponent("AuthForm");return i.openBlock(),i.createElementBlock("div",yc,[i.createVNode(o,{width:"760px",margin:"0 auto",onSubmit:e})])}}}),v=(t,e)=>{const n=t.__vccOpts||t;for(const[r,o]of e)n[r]=o;return n},ti=v(wc,[["__scopeId","data-v-0f012ef7"]]),bc={},Cc={style:{"text-align":"center"}};function Sc(t,e){return i.openBlock(),i.createElementBlock("div",Cc,e[0]||(e[0]=[i.createElementVNode("h1",null,"Страница не найдена",-1)]))}const ni=v(bc,[["render",Sc]]),kc=[{path:"/",redirect:"/login"},{path:"/login",component:ti,meta:{layout:"AuthLayout"}},{path:"/:pathMatch(.*)*",name:"NotFound",component:ni}],Je=class Je{static Set(e){this.router=e,this.AddRoutes(kc)}static Get(){return this.router}static AddRoutes(e){e.forEach(n=>{this.Get().addRoute(n)})}static async To(e){await this.Get().push(e)}static async ToHome(){}static async Replace(e){await this.Get().replace(e)}static Id(){return Je.GetStringParam("id")}static Slug(){return Je.GetStringParam("slug")}static async Back(){this.Get().go(-1)}static GetQid(){return Je.GetStringQueryParam("qid")}static Route(){return this.Get().currentRoute.value}static RouterPushBlank(e){const n=this.Get().resolve({path:e});window.open(n==null?void 0:n.href,"_blank")}static GetPath(){var n;const e=(n=Je.Route())==null?void 0:n.path.split("/");return!e||e.length<=0?"":e[e.length-1]}static async ToAdmin(e){if(!e){await this.Get().push("/admin");return}let n=e;n[0]==="/"&&(n=e.substring(1)),await Je.To(`/admin/${n}`)}static GetStringQueryParam(e){return String(this.Route().query[e])}static GetNumberQueryParam(e){return Number(this.Route().query[e]??0)}static GetStringParam(e){return this.Route().params[e]}static SetQueryParam(e,n){const r=new URL(window.location);r.searchParams.set(e,String(n)),history.replaceState(null,"",r)}static Resolve(e){return this.Get().resolve(e)}};d(Je,"router");let Ge=Je;class X{constructor(e,n){d(this,"items",i.reactive([]));d(this,"item");d(this,"count",i.ref(0));d(this,"classConstructor");d(this,"url","");this.classConstructor=e,this.item=i.reactive(new this.classConstructor),this.url=n}Set(e){Object.assign(this.item,new this.classConstructor(e))}getUrl(e){return e?`${this.url}/${e}`:this.url}async GetAll(e){let n;const r=se.Get;e&&e.withCache?n=await an.TryGet(this.getUrl(),r):n=await r({query:this.getUrl()}),Array.isArray(n)?this.SetAll(n):this.SetAllWithCount(n)}async Get(e){e||(e=Ge.Id()),this.Set(await se.Get({query:this.getUrl(e)}))}async FTSP(e){var a;const r=((e==null?void 0:e.ftsp)??Mt.Get()).clearForHTTP(),o={payload:{ftsp:r},query:this.getUrl("ftsp")},s=await se.Post(o);if(!(!s||!s.ftsp))if(Array.isArray(s.data))this.SetAll(s.data);else{if(r.p.append){this.AppendToAll((a=s.data)==null?void 0:a.items);return}this.SetAllWithCount(s.data)}}async Create(e){const n=e??this.item,r={payload:n,query:this.getUrl()};return n.getFileInfos&&(r.fileInfos=n.getFileInfos(),r.fileInfos.forEach(o=>o.url="")),await se.Post(r)}async CreateAndSet(e){const n=await this.Create(e);this.Set(n)}async CreateMany(e){if(!e)return;const n=[];e.forEach(r=>{n.push(new Promise(()=>this.Create(r)))}),Promise.all(n)}async Update(e){const n=e??this.item,r={query:this.getUrl(`${n.id}`),payload:n};return n.getFileInfos&&(r.fileInfos=n.getFileInfos(),r.fileInfos.forEach(o=>o.url="")),await se.Put(r)}async UpdateAndSet(e){const n=await this.Update(e);this.Set(n)}async UpdateAndReset(e){await this.Update(e??this.item),this.Set()}async Remove(e){if(!e){console.warn("BaseStore/Remove. id is undefined");return}await se.Delete({query:this.getUrl(`${e}`)}),this.RemoveItem(e)}async UpdateMany(e){if(e||(e=this.items),!e)return;const n=[];e.forEach(r=>{n.push(new Promise(()=>this.Update(r)))}),Promise.all(n)}SetAll(e){e&&(this.items.splice(0,this.items.length),this.items.push(...e.map(n=>new this.classConstructor(n))))}SetAllWithCount(e){e&&(this.SetAll(e.items),this.count.value=e.count)}RemoveItem(e){const n=this.items.findIndex(r=>r.id===e);this.items.splice(n,1)}AppendToAll(e){if(e){if(Array.isArray(e)){const n=e.map(r=>new this.classConstructor(r));this.items.push(...n);return}this.items.push(new this.classConstructor(e))}}ResetState(){this.ResetItem(),this.ClearItems(),this.count.value=0}ResetItem(){z.BuildClass(this.item,new this.classConstructor)}ClearItems(){this.items.splice(0,this.items.length)}UnshiftToAll(e){if(e){if(Array.isArray(e)){const n=e.map(r=>new this.classConstructor(r));this.items.unshift(...n);return}this.items.unshift(new this.classConstructor(e))}}get Items(){return this.items}get Item(){return this.item}get Count(){return this.count}}function Ec(t,e){t=="left"&&e.next(),t=="right"&&e.prev()}const vc=["#31af5e","#ff4d3b","#006BB5","#f3911c"];class xc{static GetRandColor(e){return Ve.GetRandEL(e??vc)}}function Fr(t,e){const n=[],r=e||Re.Asc,o=r===Re.Asc?Re.Desc:Re.Asc;return Object.values(t).forEach(s=>{n.push(s(r)),n.push(s(o))}),n.length>0&&!n.some(s=>s.default)&&(n[0].default=!0),e&&n.forEach(s=>{s.default&&(s.default=s.order===e)}),n}let Bc=class{constructor(){d(this,"startHour",9);d(this,"endHour",19);d(this,"timelinePxHeight",50);d(this,"timelineStep",vt.FiveMinutes);d(this,"activeTime","");d(this,"activeObjectId","");d(this,"dragged",!1);d(this,"draggedStartTime","");d(this,"draggedEndTime","");d(this,"timelines",Ut[vt.FiveMinutes])}startDrag(e,n){this.draggedStartTime=e,this.draggedEndTime=n,this.dragged=!0}endDrag(){this.activeTime="",this.dragged=!1}setTimelineStep(e){this.timelineStep=e,this.setTimelines()}setTimelines(){this.timelines=Ut[this.timelineStep]}getScheduleHeight(){return this.getHourHeight()*this.getHoursArr().length}getHourHeight(){return this.timelinePxHeight*this.timelines.length}getHoursArr(){return Ve.GenerateNumsRange(this.startHour,this.endHour)}};const ii=t=>t===8||t===46,Mc=t=>t>46&&t<58,Rc=t=>t>34&&t<41,$c=t=>t+".",Ic=(t,e,n)=>{ii(e)||Rc(e)||(!Mc(e)||n>9)&&t.preventDefault()};function Ac(t,e){if(e>8){let n=t.substring(0,2).replace(".","1");Number(n)>31&&(n="31");let r=t.substring(3,5).replace(".","1");Number(r)>12&&(r="12");let o=t.substring(6,10).replace(".","1");Number(o)>2100&&(o="2100"),t=n+"."+r+"."+o}return t}function Nc(t){const e=t.keyCode;let n=t.srcElement.value;const r=n.length;Ic(t,e,r),!ii(e)&&(r===2||r===5)&&(n=$c(n));const o=t.srcElement.value+String.fromCharCode(t.which);if(ii(e)){t.srcElement.value=n;return}n.length===0&&Number(o)>3&&(n="3",t.preventDefault()),n.length===1&&Number(o)>31&&(n="31",t.preventDefault()),o.length===5&&Number(o.substring(3,5))>12&&(n=n.substring(0,3)+"12",t.preventDefault()),n=Ac(n,r),t.srcElement.value=n}const Pc=["ВС","ПН","ВТ","СР","ЧТ","ПТ","СБ"],Vc="ru-RU";class Le{constructor(){d(this,"locale","ru-RU")}static Format(e,n){if(!e)return"";const r={year:"numeric",month:"2-digit",day:"2-digit",hour:void 0,minute:void 0};return n&&(r.year=n.year||n.year===void 0?n.year:r.year,r.month=n.month||n.month===void 0?n.month:r.month,r.day=n.day||n.day===void 0?n.day:r.day,r.hour=n.hour??r.hour,r.minute=n.minute??r.minute),Intl.DateTimeFormat(Vc,r).format(new Date(e))}static FromRuStr(e){const n=e.split(".");return new Date(`${n[2]}-${n[1]}-${n[0]}`)}static GetPeriod(e,n,r){return`${this.Format(e,r)}-${this.Format(n,r)}`}static GetShortDayName(e){return e?Pc[e.getDay()]:""}static GetCurrentWeekPeriod(e){const n=new Date,r=new Date(n.getFullYear(),n.getMonth(),n.getDate()-n.getDay()+1),o=new Date(n.getFullYear(),n.getMonth(),r.getDate()+7);return this.GetPeriod(r,o,e||{month:"2-digit",day:"numeric",year:void 0})}static GetDurationInDay(e,n){const r=new Date,o=new Date,s=Le.SplitHourTime(e),a=Le.SplitHourTime(n);return r.setHours(s[0],s[1],0,0),o.setHours(a[0],a[1],0,0),(o.getTime()-r.getTime())/1e3/60}static HourTimeinMunutes(e){const n=Le.SplitHourTime(e);return n[0]*60+n[1]}static SplitHourTime(e){const n=e.split(":");return[Number(n[0]),Number(n[1])]}static AddMinutesToHM(e,n){const r=new Date,o=Le.SplitHourTime(e);r.setHours(o[0],o[1],0,0);const s=new Date(r.getTime()+n*6e4),a=s.getHours(),c=s.getMinutes();return`${a}:${c}`}static GetMonthsDiff(e,n){return n.getMonth()-e.getMonth()+12*(n.getFullYear()-e.getFullYear())}static StringToDate(e){const n=e.split(".");return new Date(`${n[2]}-${n[1]}-${n[0]}`)}static GetDateOrToday(e){return e?e.date:new Date}static InPeriod(e,n,r){return new Date(e)>=new Date(n)&&new Date(e)<=new Date(r)}static GetDatesFromPeriod(e,n){const r=[new Date(e)];let o=e;for(;o<=n;)o=Le.AddDays(o,1),r.push(o);return r}static AddDays(e,n){const r=new Date(e);return r.setDate(r.getDate()+n),r}static Eq(e,n){return e.getTime()===n.getTime()}}class zc{constructor(){d(this,"dragged",!1);d(this,"dragImg",new Image);this.dragImg.src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs="}start(e){this.dragged=!0,e&&e.dataTransfer&&e.dataTransfer.setDragImage(this.dragImg,0,0)}end(){this.dragged=!1}isDragged(){return this.dragged}}class Dr{static Get(e){const n=e.split(".");return n[n.length-1]}}const Tc=(()=>{function t(s,a){localStorage.setItem(`${s}_favourite`,a.toString())}function e(s,a){const c=localStorage.getItem(`${s}_favourite`);return c?c.split(",").includes(a):!1}function n(s,a){const c=localStorage.getItem(`${s}_favourite`);if(!c){t(s,[a]);return}const l=c.split(",");l.push(a),t(s,l)}function r(s,a){const c=localStorage.getItem(`${s}_favourite`);if(!c)return;const l=c.split(",").filter(u=>u!==a);t(s,l)}function o(){for(const s in localStorage)s.includes("_favourite")&&localStorage.removeItem(s)}return{addToFavourite:n,removeFromFavourite:r,setFavourite:t,isFavourite:e,clearFavourite:o}})();/*!
20
20
  * vue-router v4.4.5
21
21
  * (c) 2024 Eduardo San Martin Morote
22
22
  * @license MIT
23
- */function Lr(t){const e=Array.from(arguments).slice(1);console.warn.apply(console,["[Vue Router warn]: "+t].concat(e))}var Hr;(function(t){t.pop="pop",t.push="push"})(Hr||(Hr={}));var qr;(function(t){t.back="back",t.forward="forward",t.unknown=""})(qr||(qr={})),Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var _r;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(_r||(_r={}));const Oc=Symbol(process.env.NODE_ENV!=="production"?"router view location matched":"");Symbol(process.env.NODE_ENV!=="production"?"router view depth":""),Symbol(process.env.NODE_ENV!=="production"?"router":""),Symbol(process.env.NODE_ENV!=="production"?"route location":""),Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function Lc(t,e,n){const r=()=>{t[e].delete(n)};i.onUnmounted(r),i.onDeactivated(r),i.onActivated(()=>{t[e].add(n)}),t[e].add(n)}function Hc(t){if(process.env.NODE_ENV!=="production"&&!i.getCurrentInstance()){Lr("getCurrentInstance() returned null. onBeforeRouteLeave() must be called at the top of a setup function");return}const e=i.inject(Oc,{}).value;if(!e){process.env.NODE_ENV!=="production"&&Lr("No active route record was found when calling `onBeforeRouteLeave()`. Make sure you call this function inside a component child of <router-view>. Maybe you called it inside of App.vue?");return}Lc(e,"leaveGuards",t)}class qc{constructor(){d(this,"list",[]);d(this,"defaultSortModel");d(this,"changeFlag",!1)}Set(e){this.Reset(),e&&(Array.isArray(e)?this.list=e:this.list=Dr(e),this.SetDefault())}SetDefault(){this.defaultSortModel=this.list.find(e=>e.default)??this.list[0],this.changeFlag=!this.changeFlag}Get(){return this.list}GetDefault(){return this.defaultSortModel}Reset(){this.list=[],this.defaultSortModel=void 0}}const Ze=new qc;function _c(){const t=i.ref(!1),e=i.ref(!1);return{confirmLeave:t,saveButtonClick:e,beforeWindowUnload:s=>{t.value&&s.preventDefault()},formUpdated:()=>{t.value=!0},showConfirmModal:(s,a)=>{t.value&&!e.value?s():a()}}}const Uc=(()=>{const t=(s,a)=>i.onBeforeMount(async()=>{Ze.Set(a==null?void 0:a.sortsLib),Ze.Set(a==null?void 0:a.sortsLib),await s()}),{saveButtonClick:e,showConfirmModal:n}=_c(),r=s=>Hc((a,c,l)=>{n((s||o)(),l)}),o=s=>async()=>{e.value=!0;try{s&&await s()}catch(a){console.log(a);return}};return{onBeforeMount:t,onBeforeRouteLeave:r,submit:o}})();function Ur(t,e){const n=[];if(t)for(let r=0;r<Math.ceil(t.length/e);r++)n[r]=t.slice(r*e,r*e+e);return n}class ri{constructor(){d(this,"items",[]);d(this,"idx",0);d(this,"key","")}preSelect(){const e=Ge.GetStringQueryParam(this.key);if(!e||e==="undefined"){this.Select(0);return}const n=this.items.findIndex(r=>r.slug===e);n>-1&&this.Select(n)}static Create(e,n){const r=new ri;return r.key=e,r.items=n,r.items.length&&r.preSelect(),r}Select(e){if(this.items.length){if(e===void 0)return this.preSelect();this.idx=e,Ge.SetQueryParam(this.key,this.GetSlug())}}GetMenu(){return this.items[this.idx]}GetComponent(){return this.items[this.idx].component}GetSlug(){return this.items[this.idx].slug}}const Bn=class Bn{static Format(e){let n=e;if(!n)e=n;else{(n[0]==="7"||n[0]==="8")&&n.length!==1&&(n=n.slice(1));const r=n.replace(/\+7|[^\d]/g,""),o=r.length;switch(!0){case o===0:e="";break;case(o===1&&n.length===1&&r==="7"):case(o===1&&n.length===1&&r==="8"):e="+7 (";break;case o<4:e=`+7 (${r}`;break;case o<7:e=`+7 (${r.slice(0,3)}) ${r.slice(3)}`;break;case o<9:e=`+7 (${r.slice(0,3)}) ${r.slice(3,6)}-${r.slice(6,8)}`;break;default:e=`+7 (${r.slice(0,3)}) ${r.slice(3,6)}-${r.slice(6,8)}-${r.slice(8,10)}`;break}}return e}static getPhoneRegExp(){return/^(\s*)?(\+)?([- _():=+]?\d[- _():=+]?){10,14}(\s*)?$/}};d(Bn,"validatePhone",(e,n,r)=>{Bn.getPhoneRegExp().test(n)||!n?r():r(new Error("Пожалуйста, введите корректный номер телефона"))});let oi=Bn;class Wc{static Count(e){const n=e.filter(s=>s.rating!==0);let r=0;n.forEach(s=>r=r+s.rating);const o=r/n.length;return isNaN(o)?0:Number((r/n.length).toFixed(2))}}class jc{static async Auth(e){e&&e()}static Dev(){}}class Gc{constructor(){d(this,"startHour",9);d(this,"startHM",`${this.startHour}:00`);d(this,"endHour",19);d(this,"endHM",`${this.endHour}:00`);d(this,"timelinePxHeight",50);d(this,"timelineStep",vt.FiveMinutes);d(this,"timelines",Ut[vt.FiveMinutes])}periodIsCorrect(e,n){return L.GtOrEq(e,this.startHM)&&L.GtOrEq(this.endHM,n)}setTimelineStep(e){this.timelineStep=e,this.setTimelines()}setTimelines(){this.timelines=Ut[this.timelineStep]}getScheduleHeight(){return this.getHourHeight()*this.getHoursArr().length}getHourHeight(){return this.timelinePxHeight*this.timelines.length}getHoursArr(){return Ve.GenerateNumsRange(this.startHour,this.endHour)}timeIsFree(e,n,r,o){return o.filter(s=>s.id!==r).every(s=>!L.PeriodsIntersects(e,n,s.startTime,s.endTime))}sortByStartTime(e){e.sort((n,r)=>L.HMtoM(n.startTime)-L.HMtoM(r.startTime))}}const Zc=-68;function Xc(t,e){if(!t){document.body.scrollTo({top:0,behavior:"smooth"});return}const n=document.querySelector(t),r=e??Zc;let o=0;n&&(o=n.getBoundingClientRect().top+r+document.body.scrollTop),o&&document.body.scrollTo({top:o,behavior:"smooth"})}class Jc{static Sort(e){e.forEach((n,r)=>n.order=r)}}function Yc(t,e){let n=!0;return t.value.validate(r=>(r||(n=!1),n)),n}const Qc=t=>new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));const n=new MutationObserver(()=>{document.querySelector(t)&&(n.disconnect(),e(document.querySelector(t)))});n.observe(document.body,{childList:!0,subtree:!0})});class ln{constructor(e){d(this,"id");d(this,"message","");d(this,"userName");d(this,"createdOn",new Date);d(this,"chatId");d(this,"type","message");V.BuildClass(this,e)}static Create(e,n,r,o){const s=new ln;return s.id=Oe(),s.chatId=e,s.message=r,s.userName=o,s}static CreatePingMessage(){const e=new ln;return e.type="ping",e.id=Oe(),e}isMessage(){return this.type==="message"||this.type===""}}const Kc="";class ed{constructor(e="",n="",r="set"){d(this,"client");d(this,"endpoint","");d(this,"query","");d(this,"period",2e4);V.BuildClass(this,{endpoint:e,query:n,mutation:r}),this.connect(),this.ping()}send(e){!this.client||this.client.readyState!==1||this.client.send(e)}ping(){setInterval(this.sendPing.bind(this),this.period)}sendPing(){!this.client||this.client.readyState!==1||this.send(JSON.stringify(ln.CreatePingMessage()))}setOnMessage(){this.client&&(this.client.onmessage=e=>{e.data})}buildUrl(){const e=`ws/${this.endpoint}/${this.query}`;return new URL(e,Kc.replace("http","ws")).toString()}connect(){this.client=new WebSocket(this.buildUrl()),this.client.onclose=this.reconnect,this.client.onerror=this.reconnect}reconnect(){setTimeout(this.connect,3e3)}}let td=(H=class{},d(H,"Arrays",Ve),d(H,"Axios",Vt),d(H,"BaseStore",X),d(H,"Cache",an),d(H,"Classes",V),d(H,"CarouselSwipe",xc),d(H,"Color",Mc),d(H,"CreateSortModels",Dr),d(H,"Cursor",Rc),d(H,"DateMask",Vc),d(H,"Dates",Le),d(H,"Dragger",Fc),d(H,"Extension",Or),d(H,"Favourite",Dc),d(H,"Hooks",Uc),d(H,"HttpClient",se),d(H,"Id",ce),d(H,"MakeCarousel",Ur),d(H,"Period",Nn),d(H,"PhoneService",oi),d(H,"Rating",Wc),d(H,"Router",Ge),d(H,"RouterGuard",jc),d(H,"Scheduler",Gc),d(H,"Scroll",Xc),d(H,"Sorter",Jc),d(H,"Static",Vn),d(H,"Strings",J),d(H,"Time",L),d(H,"Timer",xt),d(H,"Token",Pt),d(H,"Menus",ri),d(H,"validate",Yc),d(H,"WaitElement",Qc),d(H,"WebSocketClient",ed),H);class nd{constructor(){d(this,"limit",25);d(this,"count",0);d(this,"curPage",1);d(this,"storeModule","")}setCurPage(e){this.curPage=e}pagesCount(){return Math.ceil(this.count/this.limit)??1}reset(){this.count=0,this.curPage=1}}const Wr=new nd;var id=Object.defineProperty,cn=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&id(e,n,o),o};const zt=class Ra{constructor(e){d(this,"id");d(this,"description","");d(this,"time","");d(this,"latitude","");d(this,"longitude","");d(this,"emails",[]);d(this,"postAddresses",[new Gt]);d(this,"phones",[]);d(this,"websites",[]);V.BuildClass(this,e)}addEmail(){const e=Ke.Create();return e.contactId=this.id,this.emails.push(e),e}addPhone(){const e=et.Create();return e.contactId=this.id,this.phones.push(e),e}static Create(){const e=new Ra;return e.id=ce.UUID(),e}removeEmail(e){V.RemoveFromClassById(e,this.emails)}removePhone(e){V.RemoveFromClassById(e,this.phones)}addPostAddress(){this.postAddresses.push(new Gt)}addWebsite(){this.websites.push(new zn)}pushFirst(){this.emails.length||this.emails.push(new Ke),this.phones.length||this.phones.push(new et)}getCoords(){return[Number(this.latitude),Number(this.longitude)]}updateDescription(e){this.description=e}updateTime(e){this.time=e}updateLatitude(e){this.latitude=e}updateLongitutde(e){this.longitude=e}};cn([V.GetClassConstructor(Ke)],zt.prototype,"emails"),cn([V.GetClassConstructor(Gt)],zt.prototype,"postAddresses"),cn([V.GetClassConstructor(et)],zt.prototype,"phones"),cn([V.GetClassConstructor(zn)],zt.prototype,"websites");let rd=zt,od=class extends X{constructor(){super(rd,"contacts")}};const sd=new od;let ad=class{constructor(){d(this,"cropper",new jt)}Open(e){this.cropper=e}Cropper(){return this.cropper}Ratio(){return this.cropper.ratio}};const ld=new ad;let cd=class extends X{constructor(){super(Ke,"emails")}};const dd=new cd;let ud=class extends X{constructor(){super(Pe,"file-infos")}};const hd=new ud;class si{constructor(e){d(this,"id");d(this,"ftsp");d(this,"name","");V.BuildClass(this,e)}static Create(e){const n=new si;return n.id=ce.UUID(),n.ftsp=JSON.stringify(e),n}}let fd=class extends X{constructor(){super(si,"ftsp-presets")}};const md=new fd;let pd=class extends X{constructor(){super(Xi,"humans")}};const gd=new pd;let yd=class extends X{constructor(){super(et,"phones")}};const wd=new yd;class bd{constructor(e){d(this,"id");d(this,"nameRus","");V.BuildClass(this,e)}}var Cd=Object.defineProperty,Sd=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Cd(e,n,o),o};class jr{constructor(e){d(this,"id");d(this,"nameRus","");d(this,"fields",[]);V.BuildClass(this,e)}}Sd([V.GetClassConstructor(bd)],jr.prototype,"fields");let kd=class extends X{constructor(){super(jr,"schemas")}};const Ed=new kd;class Gr{constructor(e){d(this,"id","");d(this,"value","");d(this,"label","");d(this,"key","");d(this,"description","");d(this,"route","");d(this,"searchElementMetas",[]);V.BuildClass(this,e)}}class vd{constructor(e){d(this,"id");d(this,"name","");d(this,"label","");V.BuildClass(this,e)}}var xd=Object.defineProperty,Zr=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&xd(e,n,o),o};class ft{constructor(e){d(this,"id");d(this,"key","");d(this,"label","");d(this,"order",0);d(this,"route","");d(this,"table","");d(this,"active",!0);d(this,"searchColumn","");d(this,"descriptionColumn","");d(this,"labelColumn","");d(this,"valueColumn","");d(this,"options",[]);d(this,"searchGroupMetaColumns",[]);V.BuildClass(this,e)}}Zr([V.GetClassConstructor(Gr)],ft.prototype,"options"),Zr([V.GetClassConstructor(vd)],ft.prototype,"searchGroupMetaColumns");class ai{constructor(e){d(this,"query","");d(this,"key","");d(this,"params","");d(this,"suggester",!1);d(this,"mustBeTranslated",!0);d(this,"options",[]);d(this,"searchGroupId","");d(this,"searchGroups",[]);d(this,"searchGroup",new ft);d(this,"searchObjects",[]);d(this,"pagination",new Zt);d(this,"count",0);e&&(this.query=e.query,e.searchGroups&&(this.searchGroups=e.searchGroups.map(n=>new ft(n))),e.searchGroup&&(this.searchGroup=new ft(e.searchGroup)),e.options&&(this.options=e.options.map(n=>new Gr(n))),this.count=e.count)}toUrl(){return JSON.stringify(this)}async setSearchGroup(e){const n=this.searchGroups.find(r=>r.id===e);n?this.searchGroup=n:this.searchGroup=new ft}async reproduceFromRoute(){this.setQuery(),await this.setSearchGroup(Ge.Route().query.groupId)}setQuery(){const e=Ge.Route().query.query;e&&(this.query=e)}}let Bd=class{constructor(){d(this,"isSearchDrawerOpen",i.ref(!1));d(this,"searchModel",i.reactive(new ai));d(this,"searchGroups",i.reactive([]));d(this,"count",0)}async Search(e){const n=await se.Get({query:`?key=${e.key}&query=${e.query}`});n&&n.searchGroup&&n.searchGroup.options.forEach(r=>{e.searchObjects.push({id:r.id,value:r.value,label:r.label,description:r.description})})}async mainSearch(e){this.SetSearchModel(await se.Get({query:`/main?searchModel=${e.toUrl()}`}))}async Full(e){e.options=[],e.searchGroups.forEach(r=>{r.options=[]});const n=await se.Get({query:`main?searchModel=${e.toUrl()}`});this.SetSearchModel(n)}ToggleDrawer(e){this.isSearchDrawerOpen.value=e,this.searchModel=new ai}SetSearchModel(e){e&&(this.searchModel=new ai(e))}SetSearchGroups(){}IsSearchDrawerOpen(){return this.isSearchDrawerOpen}SearchModel(){return this.searchModel}SearchGroups(){return this.searchGroups}Count(){return this.count}};const Xr=new Bd;class li{constructor(e){d(this,"id");d(this,"login","");d(this,"email","");d(this,"password","");V.BuildClass(this,e)}static Create(){const e=new li;return e.id=ce.UUID(),e}}let Md=class extends X{constructor(){super(li,"users-accounts")}};const Rd=new Md;var Jr=(t=>(t.simple="simple",t.oneToMany="oneToMany",t.manyToMany="manyToMany",t))(Jr||{}),ue=(t=>(t.String="string",t.Text="text",t.Number="number",t.Date="date",t.DateTime="dateTime",t.Radio="radio",t.Set="set",t.Boolean="boolean",t.Files="files",t.File="file",t.MatrixRadio="matrixRadio",t.MatrixSet="matrixSet",t))(ue||{});class Yr{constructor(e){d(this,"id");d(this,"name",ue.String);d(this,"valueRelation",Jr.simple);V.BuildClass(this,e)}isString(){return this.name==="string"}isNumber(){return this.name==="number"}isDate(){return this.name==="date"}isDateTime(){return this.name==="dateTime"}isRadio(){return this.name==="radio"}isSet(){return this.name==="set"}isText(){return this.name==="text"}isBoolean(){return this.name==="boolean"}isFile(){return this.name==="file"}isFiles(){return this.name==="files"}getComponentType(){if(this.name===ue.Radio)return"RadioProp";if(this.name===ue.Set)return"SetProp";if(this.name===ue.Number)return"NumberProp";if(this.name===ue.String)return"StringProp"}}let $d=class extends X{constructor(){super(Yr,"value-types")}};const Id=new $d;let Ad=(ye=class{},d(ye,"Auth",Fr),d(ye,"Contacts",sd),d(ye,"Cropper",ld),d(ye,"Emails",dd),d(ye,"FileInfos",hd),d(ye,"FTSPPresets",md),d(ye,"Humans",gd),d(ye,"Phones",wd),d(ye,"Schemas",Ed),d(ye,"UserAccounts",Rd),d(ye,"ValueTypes",Id),d(ye,"Search",Xr),ye);class Nd{constructor(){d(this,"title","");d(this,"buttons",[])}Set(e="",n){typeof e=="function"?this.title=e():typeof e=="string"?this.title=e:this.title=e.value,this.buttons=n}}const Pd=new Nd;class Vd{constructor(){d(this,"menu",[]);d(this,"path","");d(this,"isOpen",!0);d(this,"filterString","")}Set(e){this.menu=e}Get(){return this.filterString?this.filterMenu():this.menu}filterMenu(){return this.menu.filter(e=>{var n;return J.SearchIn(e.name,this.filterString)||((n=e.children)==null?void 0:n.some(r=>J.SearchIn(r.name,this.filterString)))})}IsOpen(){return this.isOpen}Toggle(){this.isOpen=!this.isOpen}SetPath(e){this.path=e}GetPath(){return this.path}SetFilter(e){this.filterString=e}GetChildren(e){var n;return this.filterString?(n=e.children)==null?void 0:n.filter(r=>J.SearchIn(r.name,this.filterString)):e.children}}const zd=new Vd;class Td{constructor(){d(this,"Menu",i.reactive(zd));d(this,"Head",i.reactive(Pd))}}const Fd=new Td;class Dd extends _i{constructor(){super(...arguments);d(this,"confirmButtonText","Да");d(this,"cancelButtonText","Нет");d(this,"resolve");d(this,"reject")}GetConfirmButtonText(){return this.confirmButtonText}GetCancelButtonText(){return this.cancelButtonText}Show(n){return super.show(),typeof n!="string"&&(this.confirmButtonText=n.confirmButtonText,this.cancelButtonText=n.cancelButtonText),new Promise((r,o)=>{this.resolve=r,this.reject=o})}Save(){return this.Show({text:"У вас есть несохранённые изменения",confirmButtonText:"Сохранить",cancelButtonText:"Не сохранять"})}Submit(){this.resolve(!0),this.hide()}Cancel(){this.reject(),this.hide()}hide(){this.resolve=void 0,this.reject=void 0,super.hide()}}const He=new Dd;class Od extends qi{Show(){super.show()}Hide(){super.hide()}}const Ld=new Od;class rt{}d(rt,"Admin",Fd),d(rt,"Dialog",He),d(rt,"Loading",Ld),d(rt,"Notify",fe),d(rt,"Btn",Qe),d(rt,"Input",Di);class z{}d(z,"Auth",i.reactive(Re)),d(z,"UI",i.reactive(rt)),d(z,"Paginator",i.reactive(Wr)),d(z,"FTSP",Mt),d(z,"S",Ad),d(z,"H",td),d(z,"C",Ua);class Qr{constructor(e){d(this,"id");d(this,"num","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);z.H.Classes.BuildClass(this,e)}}class Tt{constructor(e){d(this,"id");d(this,"passportId");d(this,"fileInfoId");d(this,"fileInfo",new z.C.FileInfo);d(this,"order",0);V.BuildClass(this,e)}static Create(e){const n=new Tt;return n.id=z.H.Id.UUID(),n.passportId=e,n}}var Hd=Object.defineProperty,qd=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Hd(e,n,o),o};class ci{constructor(e){d(this,"id");d(this,"num","");d(this,"seria","");d(this,"division","");d(this,"divisionCode","");d(this,"citzenship","");d(this,"date",new Date);d(this,"address","");d(this,"passportScans",[]);V.BuildClass(this,e)}}qd([V.GetClassConstructor(Tt)],ci.prototype,"passportScans");class Kr{constructor(e){d(this,"id");d(this,"num","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);z.H.Classes.BuildClass(this,e)}}const _d=Object.freeze(Object.defineProperty({__proto__:null,Inn:Qr,Passport:ci,PassportScan:Tt,Snils:Kr},Symbol.toStringTag,{value:"Module"}));let Ud=class extends X{constructor(){super(Qr,"inns")}};const Wd=new Ud;let jd=class extends X{constructor(){super(Tt,"passport-scans")}};const Gd=new jd;let Zd=class extends X{constructor(){super(ci,"passports")}};const Xd=new Zd;let Jd=class extends X{constructor(){super(Kr,"snilss")}};const Yd=new Jd,Qd=Object.freeze(Object.defineProperty({__proto__:null,C:_d,S:Object.freeze(Object.defineProperty({__proto__:null,Inns:Wd,PassportScans:Gd,Passports:Xd,Snilss:Yd},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class ot{constructor(e){d(this,"id");d(this,"name","");d(this,"score",0);d(this,"order",0);d(this,"showMoreQuestions",!1);d(this,"showOther",!1);d(this,"fieldId");d(this,"isMatrixY",!1);z.H.Classes.BuildClass(this,e)}static Create(e){const n=new ot;return n.id=z.H.Id.UUID(),n.fieldId=e,n}}class eo{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"fieldId");z.H.Classes.BuildClass(this,e)}}class di{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);z.H.Classes.BuildClass(this,e)}}class mt{constructor(e){d(this,"id");d(this,"name","");d(this,"fieldId");z.H.Classes.BuildClass(this,e)}static Create(e){const n=new mt;return n.id=z.H.Id.UUID(),n.fieldId=e,n}}var Kd=Object.defineProperty,Ft=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Kd(e,n,o),o};const st=class $n{constructor(e){d(this,"id");d(this,"name","");d(this,"code","");d(this,"valueTypeId");d(this,"order",0);d(this,"ageCompare",!1);d(this,"answerVariants",[]);d(this,"answerVariantsForDelete",[]);d(this,"fieldExamples",[]);d(this,"fieldVariants",[]);d(this,"valueType",new Yr);d(this,"fieldMeasures",[]);d(this,"showSet",!1);d(this,"showRadio",!1);d(this,"isEdit",!1);d(this,"children",[]);d(this,"parentId");d(this,"formSectionId");d(this,"selected",!1);z.H.Classes.BuildClass(this,e),this.changeRelation([this.valueType])}getMatrixX(){return this.answerVariants.filter(e=>!e.isMatrixY)}getMatrixY(){return this.answerVariants.filter(e=>e.isMatrixY)}static Create(e){const n=new $n;return n.id=z.H.Id.UUID(),n.formSectionId=e,n}getRegisterPropertyRadioOriginalValue(e){const n=this.answerVariants.find(r=>r.id===e);return n?n.name:""}addRadioItem(e){const n=new ot(e);n.order=this.answerVariants.length,this.answerVariants.push(n)}removeRadioItem(e){const n=this.answerVariants[e].id;n&&this.answerVariantsForDelete.push(n),this.answerVariants.splice(e,1)}changeRelation(e){const n=e.find(r=>r.id===this.valueTypeId);if(n){if(n.isRadio()){this.showRadio=!0,this.showSet=!1;return}if(n.isSet()){this.showSet=!0,this.showRadio=!1;return}this.showSet=!1,this.showRadio=!1,this.valueType=n}}editRegisterProperty(e){this.isEdit=e??!this.isEdit}sortExamples(){this.fieldExamples.forEach((e,n)=>e.order=n)}addRegisterPropertyMeasure(e){this.fieldMeasures.push(new di(e))}addRegisterPropertyVariant(){this.fieldVariants.push(new mt)}getIdWithoutDashes(){return this.id?this.id.replaceAll(/[^a-zA-Z]+/g,""):""}static GetClassName(){return"Field"}setType(e){this.valueType=e,this.valueTypeId=e.id}setName(e){this.name=e}addAnswerVariant(){const e=ot.Create(this.id);return e.name="Вариант",e.order=this.answerVariants.length,this.answerVariants.push(e),e}addChild(){const e=$n.Create();return e.parentId=this.id,e.name="Вопрос",e.order=this.children.length,this.children.push(e),e}addFieldVariant(){const e=mt.Create(this.id);return this.fieldVariants.push(e),e}copy(){const e=new $n(this);return e.id=z.H.Id.UUID(),e.answerVariants.forEach(n=>{n.id=z.H.Id.UUID(),n.fieldId=e.id}),e.children=e.children.map(n=>{const r=n.copy();return r.parentId=e.id,r}),e}};Ft([z.H.Classes.GetClassConstructor(ot)],st.prototype,"answerVariants"),Ft([z.H.Classes.GetClassConstructor(eo)],st.prototype,"fieldExamples"),Ft([z.H.Classes.GetClassConstructor(mt)],st.prototype,"fieldVariants"),Ft([z.H.Classes.GetClassConstructor(di)],st.prototype,"fieldMeasures"),Ft([z.H.Classes.GetClassConstructor(st)],st.prototype,"children");let dn=st;class ui{constructor(e){d(this,"id");d(this,"answerId");d(this,"comment","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);z.H.Classes.BuildClass(this,e)}}class at{constructor(e){d(this,"id");d(this,"answerVariantId");d(this,"answerVariantIdY");d(this,"fieldFillId");z.H.Classes.BuildClass(this,e)}static Create(e,n){const r=new at;return r.id=Oe(),r.fieldFillId=e,r.answerVariantId=n,r}static GetClassName(){return"selectedAnswerVariant"}}var eu=Object.defineProperty,to=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&eu(e,n,o),o};const hi=class Ti{constructor(e){d(this,"id");d(this,"valueString");d(this,"valueOther");d(this,"valueNumber");d(this,"valueDate");d(this,"fileInfo",new Pe);d(this,"fileInfoId");d(this,"order",0);d(this,"selectedAnswerVariants",[]);d(this,"patientId");d(this,"fieldId");d(this,"formFillId");d(this,"answerVariantId");d(this,"filled",!1);d(this,"researchResultId");d(this,"answerFiles",[]);d(this,"answerFilesForDelete",[]);z.H.Classes.BuildClass(this,e)}setFilled(e){this.filled=e}static Create(e,n){const r=new Ti;return r.id=Oe(),r.fieldId=e.id,r.formFillId=n,r.order=e.order,r.valueNumber=0,r.valueString="",r.valueDate=new Date,r}setString(e){this.valueString=e,this.valueString&&(this.filled=this.valueString.length>0)}setNumber(e){this.valueNumber=e,this.valueNumber&&(this.filled=!0)}setOther(e){this.valueOther=e,this.valueOther&&(this.filled=this.valueOther.length>0)}setDate(e){this.valueDate=e,this.filled=!0}setRadio(e){this.answerVariantId=e,this.filled=!!this.answerVariantId}static CreateMany(e,n){return e.map(r=>Ti.Create(r,n))}addFile(){const e=new ui;return e.id=Oe(),e.answerId=this.id,this.answerFiles.push(e),e}getFileInfos(){const e=[];return this.answerFiles.forEach(n=>e.push(n.fileInfo)),e}getSelectedAnswerVariant(){return!0}setMatrixRadioValue(e,n){const r=at.Create(this.id,e);return r.answerVariantIdY=n,this.selectedAnswerVariants.push(r),this.filled=!0,r}getMatrixValue(e,n){return this.selectedAnswerVariants.find(r=>r.answerVariantId===e&&r.answerVariantIdY===n)}addSelectedAnswerVariant(e){const n=at.Create(this.id,e);return this.selectedAnswerVariants.push(n),this.filled=!0,n}static GetClassName(){return"answer"}showOther(e){const n=e.find(r=>r.showOther);return n?this.answerVariantId===n.id||this.selectedAnswerVariants.some(r=>r.answerVariantId===n.id):!1}};to([z.H.Classes.GetClassConstructor(at)],hi.prototype,"selectedAnswerVariants"),to([z.H.Classes.GetClassConstructor(ui)],hi.prototype,"answerFiles");let pt=hi;class tu{constructor(e){d(this,"id");d(this,"fieldId");z.H.Classes.BuildClass(this,e)}static GetClassName(){return"fieldFilter"}}var nu=Object.defineProperty,iu=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&nu(e,n,o),o};const no=class $a{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"fields",[]);d(this,"formId");z.H.Classes.BuildClass(this,e)}static GetClassName(){return"formSection"}getN(){return`${this.order+1}`}getFieldN(e){return`${this.getN()}.${e+1}`}getSubFieldN(e,n){return`${this.getFieldN(e)}.${n+1}`}static Create(e){const n=new $a;return n.id=z.H.Id.UUID(),n.formId=e,n}addField(){const e=dn.Create(this.id);return this.fields.push(e),this.sortFields(),e}sortFields(){this.fields.forEach((e,n)=>e.order=n)}getAnswerVariants(){const e=[];return this.fields.forEach(n=>e.push(...n.answerVariants)),e}};iu([z.H.Classes.GetClassConstructor(dn)],no.prototype,"fields");let un=no;var ru=Object.defineProperty,ou=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&ru(e,n,o),o};const io=class Ia{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"isLaboratory",!1);d(this,"formSections",[]);d(this,"isEdit",!1);d(this,"withDates",!1);d(this,"withScores",!1);d(this,"selectedForExport",!1);d(this,"filterString","");d(this,"showOnlyNotFilled",!1);d(this,"showOnlyFilled",!1);z.H.Classes.BuildClass(this,e)}static GetClassName(){return"Form"}static Create(){const e=new Ia;return e.id=z.H.Id.UUID(),e}editRegisterGroup(e){this.isEdit=e??!this.isEdit}addFormSection(){const e=un.Create(this.id);return this.formSections.push(e),z.H.Sorter.Sort(this.formSections),e}getFields(){const e=this.formSections.map(r=>r.fields).flat(),n=e.map(r=>r.children).flat();return e.concat(n).filter(r=>r.children.length===0)}};ou([z.H.Classes.GetClassConstructor(un)],io.prototype,"formSections");let ro=io;var su=Object.defineProperty,au=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&su(e,n,o),o};const oo=class Aa{constructor(e){d(this,"id");d(this,"date",new Date);d(this,"editMode",!1);d(this,"userFormId");d(this,"fillingPercentage",0);d(this,"fieldFills",[]);d(this,"num","");d(this,"formId");z.H.Classes.BuildClass(this,e)}static Create(e){const n=new Aa;return n.id=z.H.Id.UUID(),n.formId=e.id,n.fieldFills.push(...pt.CreateMany(e.getFields(),n.id)),n}addFieldFill(e){this.fieldFills.push(e)}getFieldFill(e){var n;return(n=this.fieldFills)==null?void 0:n.find(r=>r.fieldId===e)}pushRegisterProperty(e){const n=new pt;n.researchResultId=e,this.fieldFills.push(n)}getRegisterPropertyToPatient(e){return this.fieldFills.filter(n=>n.researchResultId===e)}getOrCreateFieldFill(e){let n=this.getFieldFill(e.id);return n||(n=pt.Create(e),this.addFieldFill(n)),n}getFileInfos(){const e=[];return this.fieldFills.forEach(n=>e.push(...n.getFileInfos())),e}calculateFilling(){const e=this.fieldFills.filter(r=>r.filled).length,n=this.fieldFills.length;this.fillingPercentage=Math.round(e/n*100)}getFieldFillByFieldId(e){return this.fieldFills.find(n=>n.fieldId===e)}getFieldVariantFieldFill(e){return this.fieldFills.find(n=>n.answerVariantId===e)}getFieldsFieldFillsMap(e){const n={};return e.forEach(r=>{var o;if(r.code){const s=(o=this.getFieldFillByFieldId(r.id))==null?void 0:o.valueNumber;n[r.code]=s}}),n}getIdWithoutDashes(){return this.id?this.id.replaceAll(/[^a-zA-Z]+/g,""):""}};au([z.H.Classes.GetClassConstructor(pt)],oo.prototype,"fieldFills");let so=oo;const lu=Object.freeze(Object.defineProperty({__proto__:null,AnswerVariant:ot,Field:dn,FieldExample:eo,FieldFill:pt,FieldFillFile:ui,FieldFilter:tu,FieldMeasure:di,FieldVariant:mt,Form:ro,FormFill:so,FormSection:un,SelectedAnswerVariant:at},Symbol.toStringTag,{value:"Module"}));let cu=class extends X{constructor(){super(ot,"answer-variants")}};const du=new cu;let uu=class extends X{constructor(){super(pt,"field-fills")}};const hu=new uu;let fu=class extends X{constructor(){super(dn,"fields")}};const mu=new fu;let pu=class extends X{constructor(){super(so,"form-fills")}};const gu=new pu;let yu=class extends X{constructor(){super(un,"form-sections")}};const wu=new yu;let bu=class extends X{constructor(){super(ro,"forms")}};const Cu=new bu;let Su=class extends X{constructor(){super(at,"selected-answer-variants")}};const ku=new Su,Eu=Object.freeze(Object.defineProperty({__proto__:null,C:lu,S:Object.freeze(Object.defineProperty({__proto__:null,AnswerVariants:du,FieldFills:hu,Fields:mu,FormFills:gu,FormSections:wu,Forms:Cu,SelectedAnswerVariants:ku},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class hn{constructor(e){d(this,"id");d(this,"name","");d(this,"label","");z.H.Classes.BuildClass(this,e)}static Create(e,n){const r=new hn;return r.id=z.H.Id.UUID(),r.name=e,r.label=n,r}}const vu=Object.freeze(Object.defineProperty({__proto__:null,ColorTheme:hn},Symbol.toStringTag,{value:"Module"}));let xu=class extends X{constructor(){super(hn,"color-themes")}};const Bu=new xu,Mu=Object.freeze(Object.defineProperty({__proto__:null,Docs:Qd,Forms:Eu,Settings:Object.freeze(Object.defineProperty({__proto__:null,C:vu,S:Object.freeze(Object.defineProperty({__proto__:null,ColorThemes:Bu},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class Ru extends Ht{constructor(){super(...arguments);d(this,"label","Логин");d(this,"name","login");d(this,"validator",new Oi);d(this,"method",ct.Login);d(this,"id","field-auth-login")}}const $u={key:0,class:"mainblock"},Iu={class:"mainblock-right"},Au={class:"title"},Nu={class:"body"},ao=v(i.defineComponent({__name:"AdaptiveContainer",props:{menuWidth:{type:String,required:!1,default:"0px"},mobileWidth:{type:String,required:!1,default:"1330px"}},setup(t){const e=t,n=i.ref(!1),r=i.ref(!0),o=i.ref(window.matchMedia("(max-width: 1330px)").matches),s=()=>{r.value=!r.value};return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(e.mobileWidth){case"1330px":return o.value=window.matchMedia("(max-width: 1330px)").matches;case"1024px":return o.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return o.value=window.matchMedia("(max-width: 768px)").matches}return o.value=window.matchMedia("(max-width: 1330px)").matches}),n.value=!0}),(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.renderSlot(a.$slots,"main",{},void 0,!0),i.unref(n)?(i.openBlock(),i.createElementBlock("div",$u,[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,maxWidth:i.unref(o)?"100%":t.menuWidth,marginLeft:i.unref(o)?"-110%":"0",position:i.unref(o)?"fixed":"relative",top:i.unref(o)?"140px":""})},[i.createElementVNode("div",{class:"left-menu",style:i.normalizeStyle({minWidth:i.unref(o)?"auto":t.menuWidth,boxShadow:i.unref(o)?"0 0px 10px 0px rgba(0 0 0 / 20%)":"",marginLeft:!i.unref(r)&&i.unref(o)?"110%":"0",borderTopLeftRadius:i.unref(o)?"0":"",borderBottomLeftRadius:i.unref(o)?"0":""}),onClick:c[0]||(c[0]=l=>s())},[i.renderSlot(a.$slots,"menu",{},void 0,!0)],4)],4),i.createElementVNode("div",Iu,[i.createElementVNode("div",Au,[i.createElementVNode("div",{class:"icon",style:i.normalizeStyle({display:i.unref(o)?"flex":"none"}),onClick:c[1]||(c[1]=l=>s())},[i.renderSlot(a.$slots,"icon",{},void 0,!0)],4),i.renderSlot(a.$slots,"title",{},void 0,!0)]),i.createElementVNode("div",Nu,[i.renderSlot(a.$slots,"body",{},void 0,!0)])])])):i.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-df55a859"]]),Pu={class:"mainblock-right"},Vu={class:"body"},lo=v(i.defineComponent({__name:"AdaptiveContainerHorizontal",props:{menuWidth:{type:String,required:!1,default:"0px"},leftWidth:{type:String,required:!1,default:"0px"},mobileWidth:{type:String,required:!1,default:"1330px"},titleSticky:{type:Boolean,required:!1,default:!1}},setup(t){const e=t,n=i.ref(!1),r=i.ref(!0),o=i.ref(window.matchMedia("(max-width: 1330px)").matches),s=()=>{r.value=!r.value};return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(e.mobileWidth){case"1330px":return o.value=window.matchMedia("(max-width: 1330px)").matches;case"1024px":return o.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return o.value=window.matchMedia("(max-width: 768px)").matches}return o.value=window.matchMedia("(max-width: 1330px)").matches}),n.value=!0}),(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.renderSlot(a.$slots,"main",{},void 0,!0),i.unref(n)?(i.openBlock(),i.createElementBlock("div",{key:0,class:"mainblock",style:i.normalizeStyle({display:i.unref(o)?"block":"flex"})},[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,display:t.leftWidth!=="0px"?"flex":"none",top:i.unref(o)?"58px":"80px"})},[i.createElementVNode("div",{class:"left-menu",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,boxShadow:i.unref(o)?"0 0px 10px 0px rgba(0 0 0 / 20%)":"",marginLeft:(!i.unref(r)&&i.unref(o),"0"),overflowX:i.unref(o)?"scroll":"hidden",display:i.unref(o)?"flex":"block",background:i.unref(o)?"#ffffff":"",overflowY:i.unref(o)?"hidden":"auto"}),onClick:c[0]||(c[0]=l=>s())},[i.renderSlot(a.$slots,"menu",{},void 0,!0)],4)],4),i.createElementVNode("div",Pu,[i.createElementVNode("div",{class:"title",style:i.normalizeStyle({position:t.titleSticky?"sticky":"relative",top:t.titleSticky?i.unref(o)?"108px":"58px":"0",zIndex:t.titleSticky?"10":""})},[i.createElementVNode("div",{class:"icon",style:i.normalizeStyle({display:i.unref(o)?"flex":"none"}),onClick:c[1]||(c[1]=l=>s())},[i.renderSlot(a.$slots,"icon",{},void 0,!0)],4),i.renderSlot(a.$slots,"title",{},void 0,!0)],4),i.createElementVNode("div",Vu,[i.renderSlot(a.$slots,"body",{},void 0,!0)])])],4)):i.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-a7d519dd"]]),zu={class:"item"},Tu={class:"move"},Fu={class:"item-tools"},Du=["onClick"],Ou={class:"item-description"},Lu=["onUpdate:modelValue"],co=v(i.defineComponent({__name:"AdminGallery",props:{fileList:{type:Array,reguired:!0,default:()=>[]},fileListForDelete:{type:Array,default:()=>[]},defaultRatio:{type:Number,required:!1,default:1},upload:{type:Boolean,required:!1,default:!0}},emits:["addImage","ratio","remove"],setup(t,{emit:e}){const n=t,r=e,o=async a=>{r("addImage",a)},s=async a=>{V.RemoveFromClassById(a.id,n.fileList,[]),r("remove",a)};return(a,c)=>{const l=i.resolveComponent("UploderImage"),u=i.resolveComponent("draggable"),h=i.resolveComponent("Move");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(u,{class:"groups",list:t.fileList,"item-key":"id",handle:".move",onEnd:c[0]||(c[0]=f=>i.unref(Ve).Sort(t.fileList))},{item:i.withCtx(({element:f,index:m})=>[i.createElementVNode("div",zu,[i.createElementVNode("div",Tu,[i.createElementVNode("div",Fu,[c[1]||(c[1]=i.createElementVNode("svg",{class:"icon-move"},[i.createElementVNode("use",{"xlink:href":"#move"})],-1)),i.createElementVNode("button",{class:"admin-del2",onClick:i.withModifiers(p=>s(f),["prevent"])},"Удалить",8,Du)]),i.createVNode(l,{"file-info":f,height:150,"default-ratio":t.defaultRatio,onRemoveFile:p=>i.unref(V).RemoveFromClassByIndex(m,t.fileList,t.fileListForDelete),onCrop:p=>o(f)},null,8,["file-info","default-ratio","onRemoveFile","onCrop"])]),i.createElementVNode("div",Ou,[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":p=>f.description=p,class:"item-description-form",placeholder:"..."},null,8,Lu),[[i.vModelText,f.description]])])])]),_:1},8,["list"]),i.createVNode(h)],64)}}}),[["__scopeId","data-v-d92b4a59"]]);var uo=(t=>(t.XS="xs",t.S="s",t.M="m",t.L="l",t.XL="xl",t))(uo||{});const Hu="p-button",qu=i.defineComponent({inheritAttrs:!1,__name:"PButton",props:{text:{type:String,default:"",required:!1},margin:{type:String,default:"",required:!1},padding:{type:String,default:"",required:!1},width:{type:String,default:"",required:!1},height:{type:String,default:"",required:!1},skin:{type:String,default:"base",required:!1},size:{type:String,default:uo.M,required:!1},type:{type:String,default:he.Primary,required:!1},fontSize:{type:String,default:"",required:!1}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("click")},s=i.computed(()=>J.JoinSnake(Hu,n.skin)),a=i.computed(()=>J.JoinSnake(s.value,n.type)),c=i.computed(()=>J.JoinSnake(s.value,n.size)),l=i.computed(()=>[s.value,a.value,c.value]);return(u,h)=>(i.openBlock(),i.createElementBlock("button",i.mergeProps(u.$attrs,{style:{margin:t.margin,padding:t.padding,maxWidth:t.width,minWidth:t.width,minHeight:t.height,maxHeight:t.height,fontSize:t.fontSize},class:i.unref(l),onClick:i.withModifiers(o,["prevent"])}),[i.renderSlot(u.$slots,"default",{},void 0,!0),i.createTextVNode(" "+i.toDisplayString(t.text),1)],16))}}),ho=v(qu,[["__scopeId","data-v-53c35681"]]),_u=["value"],fo=v(i.defineComponent({__name:"PCheckBox",props:i.mergeModels({label:{type:String,default:""},fontSize:{type:String,default:"14px"},value:{type:[String,Boolean],default:void 0},size:{type:String,default:"22px"},borderRadius:{type:String,default:""},padding:{type:String,default:""},margin:{type:String,default:""},width:{type:String,default:""}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:i.mergeModels(["change"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=e,o=()=>{r("change",n.value)};return(s,a)=>{const c=i.resolveComponent("IconCheckDefault");return i.openBlock(),i.createElementBlock("div",{id:"some",class:"check-line",style:i.normalizeStyle({padding:t.padding,margin:t.margin,maxWidth:t.width})},[i.createElementVNode("label",{class:"check-field__label",style:i.normalizeStyle({fontSize:t.fontSize})},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":a[0]||(a[0]=l=>n.value=l),class:"check-field__input",type:"checkbox",value:t.value,onChange:o},null,40,_u),[[i.vModelCheckbox,n.value]]),i.createElementVNode("div",{id:"abc",class:"box",style:i.normalizeStyle({width:t.size,height:t.size,borderRadius:t.borderRadius})},[n.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"check-icon",style:i.normalizeStyle({width:t.size,height:t.size})},[i.createVNode(c,{margin:"auto",size:t.size},null,8,["size"])],4)):i.createCommentVNode("",!0)],4),i.createTextVNode(" "+i.toDisplayString(t.label),1)],4)],4)}}}),[["__scopeId","data-v-c948e235"]]),Uu=["for"],Wu={class:"field"},ju={class:"left-field"},Gu=["id","value","name"],Zu={class:"right-field"},mo=v(i.defineComponent({__name:"PDatePicker",props:i.mergeModels({text:{type:String,default:"",required:!1},label:{type:String,default:"",required:!1},placeholder:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,default:"",required:!1}},{modelValue:{required:!0},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=a=>{const l=a.target.valueAsDate;l?(r.value=l,n("input",s(r.value))):(r.value=null,n("input",null))},s=a=>a?new Date(a.getTime()-a.getTimezoneOffset()*60*1e3).toISOString().split("T")[0]:"";return(a,c)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,Uu)):i.createCommentVNode("",!0),i.createElementVNode("div",Wu,[i.createElementVNode("div",ju,[i.renderSlot(a.$slots,"default",{},void 0,!0)]),i.createElementVNode("input",{id:t.label,max:"2100",min:"1900",value:s(r.value),class:"text-field__input",type:"date",name:t.label,onInput:o},null,40,Gu),i.createElementVNode("div",Zu,[i.renderSlot(a.$slots,"right",{},void 0,!0)])])],4))}}),[["__scopeId","data-v-60c7417a"]]),po=v(i.defineComponent({inheritAttrs:!1,__name:"PFlex",props:{margin:{type:String,default:"",required:!1},padding:{type:String,default:"",required:!1},width:{type:String,default:"",required:!1},minWidth:{type:String,default:"",required:!1},maxWidth:{type:String,default:"",required:!1},height:{type:String,default:"",required:!1},justifyContent:{type:String,default:"",required:!1},background:{type:String,default:"",required:!1},alignItems:{type:String,default:"",required:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"flex-line",style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width,minWidth:t.minWidth,maxWidth:t.maxWidth,height:t.height,justifyContent:t.justifyContent,background:t.background,alignItems:t.alignItems})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-d9fdfe7d"]]);var Xu=Object.defineProperty,Ju=(t,e,n)=>e in t?Xu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,fn=(t,e,n)=>Ju(t,typeof e!="symbol"?e+"":e,n);const go={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},yo=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),wo=(t,e,n)=>{var r;return new Intl.NumberFormat(((r=n.number)==null?void 0:r.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},Yu=(t,e=!0,n)=>{var r,o,s,a;const c=((r=n.number)==null?void 0:r.unsigned)==null&&t.startsWith("-")?"-":"",l=((o=n.number)==null?void 0:o.fraction)??0;let u=wo(0,l,n);const h=u.formatToParts(1000.12),f=((s=h.find(y=>y.type==="group"))==null?void 0:s.value)??" ",m=((a=h.find(y=>y.type==="decimal"))==null?void 0:a.value)??".",p=yo(t,f,m);if(Number.isNaN(parseFloat(p)))return c;const b=p.split(".");if(b[1]!=null&&b[1].length>=1){const y=b[1].length<=l?b[1].length:l;u=wo(y,l,n)}let S=u.format(parseFloat(p));return e?l>0&&p.endsWith(".")&&!p.slice(0,-1).includes(".")&&(S+=m):S=yo(S,f,m),c+S};let Qu=class{constructor(e={}){fn(this,"opts",{}),fn(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...go,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else n.tokens=go;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const r=this.process(e,n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:r>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,s)=>{o==="!"&&e[s-1]!=="!"?r.push(s-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(this.opts.number!=null)return Yu(e,r,this.opts);if(n==null)return e;const o=`v=${e},mr=${n},m=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:s,escaped:a}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,h=this.isReversed()?"unshift":"push",f=this.isReversed()?0:s.length-1,m=this.isReversed()?()=>y>-1&&B>-1:()=>y<s.length&&B<e.length,p=O=>!this.isReversed()&&O<=f||this.isReversed()&&O>=f;let b,S=-1,y=this.isReversed()?s.length-1:0,B=this.isReversed()?e.length-1:0,D=!1;for(;m();){const O=s.charAt(y),A=l[O],j=(A==null?void 0:A.transform)!=null?A.transform(e.charAt(B)):e.charAt(B);if(!a.includes(y)&&A!=null?(j.match(A.pattern)!=null?(c[h](j),A.repeated?(S===-1?S=y:y===f&&y!==S&&(y=S-u),f===S&&(y-=u)):A.multiple&&(D=!0,y-=u),y+=u):A.multiple?D&&(y+=u,B-=u,D=!1):j===b?b=void 0:A.optional&&(y+=u,B-=u),B+=u):(r&&!this.isEager()&&c[h](O),j===O&&!this.isEager()?B+=u:b=O,this.isEager()||(y+=u)),this.isEager())for(;p(y)&&(l[s.charAt(y)]==null||a.includes(y));){if(r){if(c[h](s.charAt(y)),e.charAt(B)===s.charAt(y)){y+=u,B+=u;continue}}else s.charAt(y)===e.charAt(B)&&(B+=u);y+=u}}return this.memo.set(o,c.join("")),this.memo.get(o)}};const bo=t=>JSON.parse(t.replaceAll("'",'"')),Ku=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=eh(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=mn(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=mn(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=mn(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=th(t.dataset.maskaTokens));const r={};return t.dataset.maskaNumberLocale!=null&&(r.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(r.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(r.unsigned=mn(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(r).length>0)&&(n.number=r),n},mn=t=>t!==""?!!JSON.parse(t):!0,eh=t=>t.startsWith("[")&&t.endsWith("]")?bo(t):t,th=t=>{if(t.startsWith("{")&&t.endsWith("}"))return bo(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};let nh=class{constructor(e,n={}){fn(this,"items",new Map),fn(this,"onInput",r=>{if(r instanceof CustomEvent&&r.type==="input"&&!r.isTrusted&&!r.bubbles)return;const o=r.target,s=this.items.get(o),a="inputType"in r&&r.inputType.startsWith("delete"),c=s.isEager(),l=a&&c&&s.unmasked(o.value)===""?"":o.value;this.fixCursor(o,a,()=>this.setValue(o,l))}),this.options=n,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){e.value!==""&&e.value!==this.processInput(e).masked&&this.setValue(e,e.value)}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.onInput);this.items.clear()}init(e){const n=this.getOptions(this.options);for(const r of e){this.items.has(r)||r.addEventListener("input",this.onInput,{capture:!0});const o=new Qu(Ku(r,n));this.items.set(r,o),queueMicrotask(()=>this.updateValue(r)),r.selectionStart===null&&o.isEager()&&console.warn("Maska: input of `%s` type is not supported",r.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:r,postProcess:o,...s}=e;return s}fixCursor(e,n,r){const o=e.selectionStart,s=e.value;if(r(),o===null||o===s.length&&!n)return;const a=e.value,c=s.slice(0,o),l=a.slice(0,o),u=this.processInput(e,c).unmasked,h=this.processInput(e,l).unmasked;let f=o;c!==l&&(f+=n?a.length-s.length:u.length-h.length),e.setSelectionRange(f,f)}setValue(e,n){const r=this.processInput(e,n);e.value=r.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(o=>o(r)):this.options.onMaska(r)),e.dispatchEvent(new CustomEvent("maska",{detail:r})),e.dispatchEvent(new CustomEvent("input",{detail:r.masked}))}processInput(e,n){const r=this.items.get(e);let o=n??e.value;this.options.preProcess!=null&&(o=this.options.preProcess(o));let s=r.masked(o);return this.options.postProcess!=null&&(s=this.options.postProcess(s)),{masked:s,unmasked:r.unmasked(o),completed:r.completed(o)}}};const fi=new WeakMap,ih=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},Co=(t,e)=>{var n;const r=t instanceof HTMLInputElement?t:t.querySelector("input");if(r==null||(r==null?void 0:r.type)==="file")return;let o={};if(e.value!=null&&(o=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const s=a=>{const c=e.modifiers.unmasked?a.unmasked:e.modifiers.completed?a.completed:a.masked;ih(e,c)};o.onMaska=o.onMaska==null?s:Array.isArray(o.onMaska)?[...o.onMaska,s]:[o.onMaska,s]}fi.has(r)?(n=fi.get(r))==null||n.update(o):fi.set(r,new nh(r,o))},rh=["for"],oh={class:"left-field"},sh=["disabled"],ah={class:"right-field"},So=v(i.defineComponent({__name:"PInput",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1},padding:{type:String,default:"",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t){const e=i.useModel(t,"modelValue");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,rh)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",oh,[i.renderSlot(n.$slots,"default",{},void 0,!0)]),i.withDirectives(i.createElementVNode("input",i.mergeProps(n.$attrs,{"onUpdate:modelValue":r[0]||(r[0]=o=>e.value=o),class:"text-field__input",style:{color:t.color},disabled:t.disabled,onBlur:r[1]||(r[1]=o=>n.$emit("blur",e.value)),onInput:r[2]||(r[2]=o=>n.$emit("input",e.value))}),null,16,sh),[[i.vModelDynamic,e.value],[i.unref(Co),t.mask]]),i.createElementVNode("div",ah,[i.renderSlot(n.$slots,"right",{},void 0,!0)])],4)],4))}}),[["__scopeId","data-v-4e2bdb1a"]]),ko=i.defineComponent({__name:"PInputDate",props:i.mergeModels({placeholder:{type:String,default:"Укажите дату"},width:{type:String,required:!1,default:"auto"},margin:{type:String,required:!1,default:""},label:{type:String,default:"",required:!1}},{modelValue:{default:new Date},modelModifiers:{}}),emits:i.mergeModels(["update:modelValue","change","beforeChange"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=Le.Format(r.value),s=i.ref(o),a=l=>{if(!c(l))return;const u=Le.FromRuStr(l);r.value=u,n("beforeChange",u),n("change",u)},c=l=>l.length!=10?(s.value=o,fe.Error("Неверный формат даты"),!1):Number(s.value.slice(0,2))>31?(s.value=o,fe.Error("Неверный день месяца"),!1):Number(s.value.slice(3,5))>12?(s.value=o,fe.Error("Неверный месяц"),!1):Number(s.value.slice(6,10))>2100?(s.value=o,fe.Error("Неверный год"),!1):!0;return(l,u)=>{const h=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock("div",{class:"style-container",style:i.normalizeStyle({width:t.width,position:"relative"})},[i.createVNode(h,{modelValue:i.unref(s),"onUpdate:modelValue":u[0]||(u[0]=f=>i.isRef(s)?s.value=f:null),mask:"##.##.####",placeholder:t.placeholder,margin:t.margin,label:t.label,onBlur:a,onKeydown:i.withKeys(i.withModifiers(f=>{},["prevent"]),["enter"])},null,8,["modelValue","placeholder","margin","label","onKeydown"])],4)}}}),lh=v(i.defineComponent({__name:"IconMinus",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#minus"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"minus",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},[i.createElementVNode("path",{d:"M19.4995 13.8856H5.53125V11.8926H19.4995V13.8856Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-582bd65a"]]),ch=v(i.defineComponent({__name:"IconPlus",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#plus"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"plus",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},[i.createElementVNode("path",{d:"M11.3263 19.8672V13.8881H5.33984V11.8951H11.3263V5.91602H13.3217V11.8951H19.3081V13.8881H13.3217V19.8672H11.3263Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-1f1f064c"]]),dh=["for"],uh={class:"number"},hh=["disabled"],Eo=v(i.defineComponent({__name:"PInputNumber",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,default:"",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1},disabled:{type:Boolean,required:!1,default:!1},max:{type:Number,default:100,required:!1},min:{type:Number,default:-100,required:!1},step:{type:Number,default:1,required:!1}},{modelValue:{default:"0"},modelModifiers:{}}),emits:i.mergeModels(["blur","input","change"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=i.computed(()=>r.value??""),s=t,a=u=>{const h=u.toString();return h.includes(".")?h.split(".")[1].length:0},c=()=>{if(!s.disabled&&parseFloat(o.value)<s.max){const u=a(s.step);r.value=(parseFloat(o.value)+parseFloat(s.step.toString())).toFixed(u),n("change",r)}},l=()=>{if(!s.disabled&&parseFloat(o.value)>s.min){const u=a(s.step);r.value=(parseFloat(o.value)-parseFloat(s.step.toString())).toFixed(u),n("change",r)}};return i.onBeforeMount(()=>{parseFloat(o.value)<s.min&&(r.value=s.min.toString())}),(u,h)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,dh)):i.createCommentVNode("",!0),i.createElementVNode("div",uh,[i.createElementVNode("button",{class:"number-minus",type:"button",onClick:l},[i.createElementVNode("div",{class:i.normalizeClass(t.disabled||parseFloat(r.value)<=t.min?"icon-minus-disabled":"icon-minus")},[i.createVNode(lh)],2)]),i.withDirectives(i.createElementVNode("input",i.mergeProps(u.$attrs,{"onUpdate:modelValue":h[0]||(h[0]=f=>r.value=f),class:"input-field",type:"number",disabled:t.disabled,style:{color:t.disabled?"#828587":t.color,background:t.disabled?"var(--input-readonly-background)":""},onBlur:h[1]||(h[1]=f=>u.$emit("blur",i.unref(o))),onInput:h[2]||(h[2]=f=>u.$emit("input",i.unref(o)))}),null,16,hh),[[i.vModelText,r.value]]),i.createElementVNode("button",{class:"number-plus",style:i.normalizeStyle({transform:t.disabled?"none":"transform: scale(1.2, 1.2)"}),type:"button",onClick:c},[i.createElementVNode("div",{class:i.normalizeClass(t.disabled||parseFloat(r.value)>=t.max?"icon-plus-disabled":"icon-plus")},[i.createVNode(ch)],2)],4)])],4))}}),[["__scopeId","data-v-b2c5d551"]]),vo=v(i.defineComponent({__name:"PLeftSlider",props:{open:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},border:{type:Boolean,default:!0},shift:{type:Boolean,default:!0},widthClosed:{type:String,required:!1,default:"30px"},widthOpened:{type:String,required:!1,default:"300px"},titleOpen:{type:String,required:!1,default:"Скрыть меню"},titleClose:{type:String,required:!1,default:"Показать меню"},background:{type:String,required:!1,default:"inherit"}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock(i.Fragment,null,[t.shift?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,style:i.normalizeStyle({minWidth:t.widthClosed,maxWidth:t.widthClosed})},null,4)),i.createElementVNode("div",{class:"LS-body",style:i.normalizeStyle({marginLeft:i.unref(o)?"0":`calc(${t.widthClosed} - ${t.widthOpened})`,minWidth:t.widthOpened,maxWidth:t.widthOpened,boxShadow:t.shadow?"5px 0 5px -3px rgba(0,0,0,0.3)":"none",position:t.shift?"relative":"absolute",background:t.background})},[i.createElementVNode("div",{class:"LS-content",style:i.normalizeStyle({width:`calc(${t.widthOpened} - ${t.widthClosed})`})},[i.renderSlot(a.$slots,"default",{},void 0,!0)],4),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({width:t.widthClosed}),onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleOpen,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleClose,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"]))],4)],4)],64)}}}),[["__scopeId","data-v-2af70fa2"]]),xo=v(i.defineComponent({__name:"PList",props:{margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"300px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("ul",{style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-eaa10a96"]]),Bo=v(i.defineComponent({__name:"PListItem",props:{margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},showDivider:{type:Boolean,required:!1,default:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("li",{style:i.normalizeStyle({margin:t.margin,padding:t.padding,borderBottom:t.showDivider?"1px solid":"none"})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-93410b0d"]]),fh=["for"],mh=["id","name","checked","value"],Mo=v(i.defineComponent({__name:"PRadio",props:i.mergeModels({label:{type:String,default:""},name:{type:String,default:"group"},fontSize:{type:String,default:"14px"},size:{type:String,default:"20px"},borderRadius:{type:String,default:""},padding:{type:String,default:""},margin:{type:String,default:""},width:{type:String,default:"auto"},value:{type:[String,Boolean],default:void 0}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["change"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=e,o=t,s=ce.GUID(),a=i.computed(()=>n.value===o.value),c=()=>{r("change",o.value)};return(l,u)=>(i.openBlock(),i.createElementBlock("div",{class:"radio-line",style:i.normalizeStyle({padding:t.padding,margin:t.margin,maxWidth:t.width})},[i.createElementVNode("label",{class:"radio-field__label",for:i.unref(s),style:i.normalizeStyle({fontSize:t.fontSize})},[i.withDirectives(i.createElementVNode("input",{id:i.unref(s),"onUpdate:modelValue":u[0]||(u[0]=h=>n.value=h),name:t.name,checked:i.unref(a),class:"radio-field__input",type:"radio",value:t.value},null,8,mh),[[i.vModelRadio,n.value]]),i.createElementVNode("div",{class:"box",style:i.normalizeStyle({width:t.size,height:t.size,borderRadius:t.borderRadius}),onClick:c},[n.value===t.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"radio-dot",style:i.normalizeStyle({width:`calc(${t.size} - 50%)`,height:`calc(${t.size} - 50%)`})},null,4)):i.createCommentVNode("",!0)],4),i.createElementVNode("span",{onClick:c},i.toDisplayString(t.label),1)],12,fh)],4))}}),[["__scopeId","data-v-25033aee"]]),ph={class:"wrapper"},gh={class:"content"},Ro=v(i.defineComponent({__name:"PRightSlider",props:{open:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},border:{type:Boolean,default:!0},shift:{type:Boolean,default:!0},widthClosed:{type:String,required:!1,default:"30px"},widthOpened:{type:String,required:!1,default:"300px"},titleOpen:{type:String,required:!1,default:"Скрыть"},titleClose:{type:String,required:!1,default:"Показать"},background:{type:String,required:!1,default:"inherit"}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",ph,[i.createElementVNode("div",gh,[i.renderSlot(a.$slots,"content",{},void 0,!0)]),i.createElementVNode("div",{class:"RS-body",style:i.normalizeStyle({marginRight:i.unref(o)?"0":`calc(${t.widthClosed} - ${t.widthOpened})`,minWidth:t.widthOpened,maxWidth:t.widthOpened,boxShadow:t.shadow?"-5px 0 5px -3px rgba(0,0,0,0.3)":"none",position:t.shift?"relative":"absolute"})},[i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({width:t.widthClosed}),onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleOpen,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleClose,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"]))],4),i.createElementVNode("div",{class:"RS-content",style:i.normalizeStyle({width:`calc(${t.widthOpened} - ${t.widthClosed} - 2px)`,background:t.background})},[i.renderSlot(a.$slots,"default",{},void 0,!0)],4)],4)])}}}),[["__scopeId","data-v-e076619a"]]),pn=v(i.defineComponent({__name:"IconClose",props:{size:{type:String,default:"24px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#close"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 28 28"},[i.createElementVNode("path",{d:"M7.53508 7.18138C7.03684 7.5158 6.86132 8.14496 7.1161 8.66643C7.18971 8.8138 8.02201 9.69236 9.44881 11.1207C10.6718 12.345 11.8211 13.49 12.0023 13.6714L12.3251 14.0058L9.80551 16.5224C7.92576 18.4043 7.25199 19.1184 7.14441 19.3225C6.83867 19.9346 7.0425 20.5865 7.637 20.8926C7.89745 21.0286 8.41268 21.0343 8.6618 20.9096C8.76372 20.8585 10.0037 19.6626 11.4191 18.2455L14.001 15.6666L16.5432 18.2229C18.1964 19.8723 19.1703 20.8132 19.3232 20.8869C19.5779 21.0116 20.0309 21.0399 20.2913 20.9379C20.5178 20.8529 20.8632 20.5015 20.9368 20.2747C21.0274 19.9913 21.0161 19.5719 20.9028 19.3508C20.8519 19.2431 19.6516 17.9961 18.2361 16.5791L15.6656 14.0001L18.2191 11.4495C19.7138 9.95309 20.8179 8.80813 20.8858 8.6721C21.0104 8.42837 21.0387 7.98058 20.9425 7.73119C20.8519 7.50446 20.5971 7.23239 20.3593 7.11336C20.0988 6.97733 19.6516 6.96599 19.3628 7.08502C19.2212 7.14737 18.3097 8.01459 16.5771 9.74904L14.001 12.328L11.4191 9.75471C9.6583 7.99192 8.77504 7.14737 8.63349 7.08502C8.51459 7.03968 8.28246 7 8.1126 7C7.86347 7 7.76156 7.03401 7.53508 7.18138Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-cbcad2a0"]]),yh=["for"],wh={class:"field"},bh={class:"left-field"},Ch={class:"arrow"},Sh={selected:"",hidden:""},kh={class:"right-field"},$o=v(i.defineComponent({inheritAttrs:!1,__name:"PSelect",props:i.mergeModels({label:{type:String,default:"",required:!1},placeholder:{type:String,default:"",required:!1},value:{type:String,default:"",required:!1},readonly:{type:Boolean,default:!1,required:!1},disabled:{type:Boolean,default:!1,required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},width:{type:String,required:!1,default:""},borderColor:{type:String,required:!1,default:""},color:{type:String,required:!1,default:""}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["change","clear"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=i.ref(!0),o=e,s=i.ref(!1),a=()=>{r.value=!1,o("change",n.value)},c=()=>{n.value=void 0,o("clear",void 0),o("change",void 0),r.value=!0};return(l,u)=>{const h=i.resolveComponent("IconSelectArrow");return i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,yh)):i.createCommentVNode("",!0),i.createElementVNode("div",wh,[i.createElementVNode("div",bh,[i.renderSlot(l.$slots,"left",{},void 0,!0)]),i.createElementVNode("div",{class:"sl",onMouseover:u[1]||(u[1]=f=>s.value=!0),onMouseleave:u[2]||(u[2]=f=>s.value=!1)},[t.clearable?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:0,class:"clear",onClick:c},[i.createVNode(pn,{margin:"0"})],512)),[[i.vShow,i.unref(s)]]):i.createCommentVNode("",!0),i.createElementVNode("div",Ch,[i.createVNode(h,{margin:"2px 2px 0 0"})]),i.withDirectives(i.createElementVNode("select",i.mergeProps(l.$attrs,{"onUpdate:modelValue":u[0]||(u[0]=f=>n.value=f),class:"text-field__input",onChange:a}),[i.createElementVNode("option",Sh,i.toDisplayString(t.placeholder),1),i.renderSlot(l.$slots,"default",{},void 0,!0)],16),[[i.vModelSelect,n.value]])],32),i.createElementVNode("div",kh,[i.renderSlot(l.$slots,"right",{},void 0,!0)])])],4)}}}),[["__scopeId","data-v-b6231bca"]]),Io=v(i.defineComponent({__name:"PSticky",props:{shadow:{type:Boolean,default:!1},zIndex:{type:Number,default:0},background:{type:String,default:"inherit"},padding:{type:String,default:"0"},top:{type:String,default:"0"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"sticky-block",style:i.normalizeStyle({zIndex:1+t.zIndex,top:t.top,background:t.background,padding:t.padding,boxShadow:t.shadow?"0 0 5px 2px rgba(0,0,0,0.3)":"none"})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-01876330"]]),Eh=["innerHTML"],vh={key:1},Ao=v(i.defineComponent({__name:"PString",props:{string:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"var(--font-color)"},fontSize:{type:String,required:!1,default:"var(--font-size-default)"},fontWeight:{type:String,required:!1,default:""},background:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:""},minWidth:{type:String,required:!1,default:""},margin:{type:String,required:!1,default:""},customClass:{type:String,required:!1,default:""},justifyContent:{type:String,required:!1,default:"center"},isHtml:{type:Boolean,required:!1,default:!1}},emits:["click"],setup(t){const e=t,n={color:e.color,fontSize:e.fontSize,fontWeight:e.fontWeight,background:e.background,padding:e.padding,width:e.width,maxWidth:e.width,minWidth:e.minWidth,margin:e.margin,justifyContent:e.justifyContent};return(r,o)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["string",t.customClass]),style:n,onClick:o[0]||(o[0]=s=>r.$emit("click"))},[t.isHtml?(i.openBlock(),i.createElementBlock("span",{key:0,innerHTML:t.string},null,8,Eh)):(i.openBlock(),i.createElementBlock("span",vh,i.toDisplayString(t.string),1))],2))}}),[["__scopeId","data-v-98febd87"]]),xh=["for"],Bh={class:"left-field"},Mh={class:"right-field"},No=v(i.defineComponent({__name:"PTextarea",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:"0"},padding:{type:String,default:"0",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t){const e=i.useModel(t,"modelValue");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,xh)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",Bh,[i.renderSlot(n.$slots,"default",{},void 0,!0)]),i.withDirectives(i.createElementVNode("textarea",i.mergeProps(n.$attrs,{"onUpdate:modelValue":r[0]||(r[0]=o=>e.value=o),class:"text-field__input",style:{color:t.color},onBlur:r[1]||(r[1]=o=>n.$emit("blur",e.value)),onInput:r[2]||(r[2]=o=>n.$emit("input",e.value))}),null,16),[[i.vModelText,e.value],[i.unref(Co),t.mask]]),i.createElementVNode("div",Mh,[i.renderSlot(n.$slots,"right",{},void 0,!0)])],4)],4))}}),[["__scopeId","data-v-2a2e858d"]]),Rh={class:"top-slider-content"},$h={class:"center"},Po=v(i.defineComponent({__name:"PTopSlider",props:{sliderOffHeight:{type:String,required:!1,default:"53px"},sliderOnHeight:{type:String,required:!1,default:"220px"},background:{type:String,required:!1,default:"inherit"},open:{type:Boolean,default:!1}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:[c[0]||(c[0]=i.withModifiers(l=>o.value=!0,["prevent"])),c[1]||(c[1]=i.withModifiers(()=>{},["stop"]))]})),i.createElementVNode("div",{class:"top-slider",style:i.normalizeStyle({marginTop:i.unref(o)?"0":`calc(${t.sliderOffHeight} - ${t.sliderOnHeight})`,height:t.sliderOnHeight}),onClick:c[3]||(c[3]=i.withModifiers(()=>{},["stop"]))},[i.createElementVNode("div",Rh,[i.createElementVNode("div",$h,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({height:t.sliderOffHeight}),onClick:c[2]||(c[2]=l=>s(!i.unref(o)))},[i.renderSlot(a.$slots,"title",{},void 0,!0)],4)],4)],64))}}),[["__scopeId","data-v-863b4aff"]]),Vo=i.defineComponent({__name:"AuthModal",emits:["submit"],setup(t){const e=()=>{Re.Form.Reset(),Re.Modal.Close()};return(n,r)=>{const o=i.resolveComponent("AuthForm"),s=i.resolveComponent("PModal");return i.openBlock(),i.createBlock(s,{show:i.unref(Re).Modal.IsVisible(),closable:i.unref(Re).Modal.IsClosable(),onClose:e},{default:i.withCtx(()=>[i.createVNode(o,{width:"760px",onAction:r[0]||(r[0]=a=>n.$emit("submit"))})]),_:1},8,["show","closable"])}}}),mi=v(i.defineComponent({__name:"GridContainer",props:{maxWidth:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"100%"},background:{type:String,required:!1,default:"inherit"},gridGap:{type:String,required:!1,default:"10px"},gridTemplateColumns:{type:String,required:!1,default:"repeat(auto-fit, minmax(250px, 1fr))"},gridTemplateRows:{type:String,required:!1,default:"repeat(0 0px)"},margin:{type:String,required:!1,default:"10px 0 0 0"},customClass:{type:String,required:!1,default:""}},setup(t){return i.useCssVars(e=>({d143e9f0:t.maxWidth,b9d56180:t.width,"52bd0ff4":t.background,"1795aeac":t.gridGap,"0cfa7c52":t.gridTemplateColumns,"0c6d2a1f":t.gridTemplateRows,a3ccd918:t.margin})),(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["grid-block",t.customClass])},[i.renderSlot(e.$slots,"default",{},void 0,!0)],2))}}),[["__scopeId","data-v-a3c4743c"]]);var qe=(t=>(t.None="None",t.Next="Next",t.Prev="Prev",t))(qe||{});const Ih={class:"container"},Ah={class:"slide-box"},Nh={class:"link-number"},Ph=["id","onClick"],zo=v(i.defineComponent({__name:"CarouselImages",props:{events:{type:Array,required:!0},quantity:{type:Number,default:1,required:!1},animationTime:{type:Number,default:500},height:{type:String,default:"360px"},maxHeight:{type:String,default:"360px"},startActiveGroupIndex:{type:Number,default:0}},emits:["openModalWindow"],setup(t){i.useCssVars(p=>({a8527066:n}));const e=t,n=`${e.animationTime}ms`,r=i.ref(e.startActiveGroupIndex),o=i.ref(qe.None),s=i.ref(Ur(e.events,e.quantity)),a=i.computed(()=>s.value[r.value]);i.onMounted(()=>{});const c=()=>r.value=r.value+1<s.value.length?r.value+1:0,l=()=>r.value=r.value-1<0?s.value.length-1:r.value-1,u=p=>{o.value=p,setTimeout(()=>o.value=qe.None,e.animationTime)},h=p=>{p!=r.value&&(u(p<r.value?qe.Prev:qe.Next),setTimeout(()=>r.value=p,e.animationTime/2))},f=()=>{u(qe.Next),setTimeout(c,e.animationTime/2)},m=()=>{u(qe.Prev),setTimeout(l,e.animationTime/2)};return(p,b)=>(i.openBlock(),i.createElementBlock("div",{class:"field",style:i.normalizeStyle({height:t.height,maxHeight:t.maxHeight})},[i.createElementVNode("div",Ih,[(i.openBlock(),i.createElementBlock("svg",{class:"icon-arrow",onClick:b[0]||(b[0]=i.withModifiers(S=>m(),["stop"]))},b[2]||(b[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-prev"},null,-1)]))),i.createElementVNode("div",Ah,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(a),(S,y)=>(i.openBlock(),i.createElementBlock("div",{key:y,class:i.normalizeClass({animationnext:i.unref(o)===i.unref(qe).Next,animationprev:i.unref(o)===i.unref(qe).Prev})},b[3]||(b[3]=[i.createElementVNode("div",{class:"image"},[i.createElementVNode("div",{class:"image-box"})],-1)]),2))),128))]),(i.openBlock(),i.createElementBlock("svg",{class:"icon-arrow",onClick:b[1]||(b[1]=i.withModifiers(S=>f(),["stop"]))},b[4]||(b[4]=[i.createElementVNode("use",{"xlink:href":"#arrow-next"},null,-1)])))]),i.createElementVNode("div",Nh,[i.createVNode(mi,{"grid-template-columns":"repeat(auto-fit, minmax(26px, 1fr))","grid-gap":"5px",margin:"0"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),(S,y)=>(i.openBlock(),i.createElementBlock("div",{id:y.toString(),key:y,class:"number",style:i.normalizeStyle({background:y.toString()===i.unref(r).toString()?"#9D9D9D":""}),onClick:i.withModifiers(B=>h(y),["stop"])},i.toDisplayString(y+1),13,Ph))),128))]),_:1})])],4))}}),[["__scopeId","data-v-a5d87987"]]),To=i.defineComponent({__name:"ContextWindow",props:{x:{type:Number,default:-1},y:{type:Number,default:-1}},emits:["close"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.x),s=i.ref(n.y),a=i.computed(()=>o.value+"px"),c=i.computed(()=>s.value+"px"),l=()=>{r("close")};return(u,h)=>{const f=i.resolveDirective("click-outside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:"context-window",style:i.normalizeStyle({left:i.unref(a),top:i.unref(c)})},[i.renderSlot(u.$slots,"default")],4)),[[f,l]])}}}),Vh={class:"date-range"},Fo=v(i.defineComponent({__name:"DateInputRange",props:{start:{type:Date,default:void 0},end:{type:Date,default:void 0}},emits:["update:start","update:end","setStart","setEnd"],setup(t,{emit:e}){const n=t,r=e;i.watch(()=>[n.start,n.end],()=>{n.start||(o.value=void 0),n.end||(s.value=void 0)});const o=i.ref(n.start),s=i.ref(n.end),a=l=>{o.value=l,!(!n.end||l>n.end)&&(r("update:start",l),r("setStart",l))},c=l=>{s.value=l,!(!n.start||l<n.start)&&(r("update:end",l),r("setEnd",l))};return(l,u)=>{const h=i.resolveComponent("PInputDate");return i.openBlock(),i.createElementBlock("div",Vh,[i.createVNode(h,{"model-value":i.unref(o),"onUpdate:modelValue":u[0]||(u[0]=f=>i.isRef(o)?o.value=f:null),onChange:a},null,8,["model-value"]),u[2]||(u[2]=i.createTextVNode(" - ")),i.createVNode(h,{"model-value":i.unref(s),"onUpdate:modelValue":u[1]||(u[1]=f=>i.isRef(s)?s.value=f:null),onChange:c},null,8,["model-value"])])}}}),[["__scopeId","data-v-a6b4e7cd"]]),zh=i.defineComponent({name:"DateInputRangeV2"}),Th={class:"date-range"};function Fh(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock("div",Th,[i.renderSlot(t.$slots,"default",{},void 0,!0)])}const Do=v(zh,[["render",Fh],["__scopeId","data-v-d28c6f33"]]),Dh={class:"drop-item"},Oh={key:0,class:"drop-item-list"},Oo=v(i.defineComponent({__name:"DropList",props:{name:{type:String,default:"Name"},rolledUp:{type:Boolean,default:!0}},setup(t){const e=t,n=i.ref(e.rolledUp),r=async()=>{n.value=!n.value};return(o,s)=>{const a=i.resolveComponent("PString"),c=i.resolveComponent("IconArrowDrop");return i.openBlock(),i.createElementBlock("div",Dh,[i.createElementVNode("div",{class:"drop-item-name",onClick:s[0]||(s[0]=l=>r())},[i.createVNode(a,{"font-size":"13px","font-weight":"600",string:t.name,"justify-content":"left",width:"auto",margin:"0 5px 0 0",padding:"6px 0",color:"inherit"},null,8,["string"]),i.createElementVNode("div",{style:i.normalizeStyle({transform:i.unref(n)?"":"rotate(-90deg)",display:"flex",alignItems:"center",margin:"0 0 2px 0"})},[i.createVNode(c,{size:"10px",margin:"0"})],4)]),i.unref(n)?(i.openBlock(),i.createElementBlock("div",Oh,[i.renderSlot(o.$slots,"default",{},void 0,!0)])):i.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-97057f9c"]]),Lo=v(i.defineComponent({__name:"FilterCheckbox",props:{model:{type:Object,default:()=>new Yi,required:!0}},emits:["load"],setup(t,{emit:e}){const n=t,r=i.ref(!1),o=e,s=()=>{n.model.setBoolean(r.value),o("load")};return(a,c)=>{const l=i.resolveComponent("PCheckBox");return i.openBlock(),i.createBlock(l,{modelValue:i.unref(r),"onUpdate:modelValue":c[0]||(c[0]=u=>i.isRef(r)?r.value=u:null),label:t.model.label,size:"mini",onChange:s},null,8,["modelValue","label"])}}}),[["__scopeId","data-v-783d7387"]]),Ho=v(i.defineComponent({__name:"FiltersButtonsSelect",props:{models:{type:Array,default:()=>[]},defaultLabel:{type:String,default:"Все"},inverse:{type:Boolean,required:!1,default:!1}},emits:["load"],setup(t,{emit:e}){const n=e,r=i.ref(void 0),o=async a=>{z.FTSP.Get().replaceF(a,r.value),r.value=a,z.FTSP.Get().p.drop()},s=async a=>{await o(a),n("load")};return(a,c)=>{const l=i.resolveComponent("PString"),u=i.resolveComponent("PButton"),h=i.resolveComponent("GridContainer"),f=i.resolveComponent("InfoItem");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(l,{string:t.defaultLabel,"font-size":"14px",padding:"0",margin:"20px 0 0 10px"},null,8,["string"]),i.createVNode(f,{margin:"5px 0 0 0px","with-open-window":!1,height:"auto",background:"#F5F5F5","border-color":"#C4C4C4",padding:"7px","with-hover":!1},{title:i.withCtx(()=>c[0]||(c[0]=[])),default:i.withCtx(()=>[i.createVNode(h,{"max-width":"100%","grid-gap":"7px","grid-template-columns":"repeat(auto-fit, minmax(100%, 1fr))",margin:"0px"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.models,(m,p)=>(i.openBlock(),i.createBlock(u,{key:p,color:"blue",height:"auto",text:m.label,"is-toggle":m.valueEq(i.unref(r)),"toggle-mode":!0,inverse:t.inverse,onClick:b=>s(m.valueEq(i.unref(r))?void 0:m)},null,8,["text","is-toggle","inverse","onClick"]))),128))]),_:1})]),_:1})],64)}}}),[["__scopeId","data-v-a6b6b5f0"]]),Lh=["value","label"],qo=v(i.defineComponent({__name:"FilterSelect",props:{models:{type:Array,default:()=>[]},defaultLabel:{type:String,default:"Все"},inverse:{type:Boolean,required:!1,default:!1}},emits:["load"],setup(t,{emit:e}){const n=e,r=Mt.Get(),o=i.ref(void 0),s=async c=>{r.replaceF(c,o.value),o.value=c},a=async c=>{c?await s(o.value):await s(void 0),n("load")};return(c,l)=>{const u=i.resolveComponent("PSelect");return i.openBlock(),i.createBlock(u,{modelValue:i.unref(o),"onUpdate:modelValue":l[0]||(l[0]=h=>i.isRef(o)?o.value=h:null),clearable:i.unref(o),placeholder:t.defaultLabel,onChange:a},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.models,(h,f)=>(i.openBlock(),i.createElementBlock("option",{key:f,value:h,label:h.label},null,8,Lh))),128))]),_:1},8,["modelValue","clearable","placeholder"])}}}),[["__scopeId","data-v-ae66df57"]]),_o=v(i.defineComponent({__name:"FTSPPanel",setup(t){return i.onBeforeMount(async()=>{}),(e,n)=>(i.openBlock(),i.createElementBlock("div"))}}),[["__scopeId","data-v-c3fae891"]]),Uo=v(i.defineComponent({__name:"GeneralItem",props:{background:{type:String,required:!1,default:"#ffffff"},height:{type:String,required:!1,default:"40px"},width:{type:String,required:!1,default:"auto"},ready:{type:String,required:!1,default:"0%"},padding:{type:String,required:!1,default:"10px"},borderColor:{type:String,required:!1,default:"#343D5C"},margin:{type:String,required:!1,default:"5px"},scale:{type:Boolean,required:!1,default:!0},fontSize:{type:String,required:!1,default:"14px"},withIcon:{type:Boolean,required:!1,default:!1}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"general-block-item",style:i.normalizeStyle({background:t.background,height:t.height,width:t.width,borderColor:t.borderColor,padding:t.padding,margin:t.margin,transform:t.scale&&i.unref(e)?"scale(1.03, 1.03)":""}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},[i.createElementVNode("div",{class:"green",style:i.normalizeStyle({width:`${t.ready}`})},null,4),i.createElementVNode("div",{class:"general-block-item-title",style:i.normalizeStyle({fontSize:t.fontSize})},[i.renderSlot(n.$slots,"general-item",{},void 0,!0)],4),i.createElementVNode("div",{class:"tools-icon",style:i.normalizeStyle({display:t.withIcon?"flex":"none"})},r[2]||(r[2]=[i.createElementVNode("svg",{class:"icon-del"},[i.createElementVNode("use",{"xlink:href":"#del"})],-1)]),4),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"del",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 10 10"},[i.createElementVNode("path",{d:"M2.91797 8.75C2.6888 8.75 2.49255 8.66833 2.32922 8.505C2.16589 8.34167 2.08436 8.14556 2.08464 7.91667V2.5H1.66797V1.66667H3.7513V1.25H6.2513V1.66667H8.33464V2.5H7.91797V7.91667C7.91797 8.14583 7.8363 8.34208 7.67297 8.50542C7.50964 8.66875 7.31352 8.75028 7.08464 8.75H2.91797ZM7.08464 2.5H2.91797V7.91667H7.08464V2.5ZM3.7513 7.08333H4.58464V3.33333H3.7513V7.08333ZM5.41797 7.08333H6.2513V3.33333H5.41797V7.08333Z"})])],-1))],36))}}),[["__scopeId","data-v-1056443d"]]),Wo=v(i.defineComponent({__name:"IconDownload",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#download"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"download",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M15.6443 5.06141C15.0797 5.29331 15.0998 5.06141 15.0998 12.1393C15.0998 15.7388 15.0696 18.6728 15.0293 18.6728C14.9889 18.6728 14.1521 17.8763 13.1842 16.9083C11.6819 15.4061 11.3592 15.1338 11.0467 15.0733C10.724 15.0229 10.6333 15.0632 10.3611 15.3254C10.1292 15.5573 10.0586 15.7186 10.0586 16.0211C10.0586 16.3941 10.1594 16.5151 12.8615 19.2071C15.4326 21.7681 15.6947 22 16.0073 22C16.3198 22 16.582 21.7681 19.153 19.2071C21.9156 16.4546 21.9559 16.4042 21.9559 15.9908C21.9559 15.4867 21.6535 15.1641 21.109 15.0733C20.736 15.0128 20.7259 15.0229 18.8808 16.868C17.0357 18.6929 17.0155 18.7131 17.0155 18.3703C17.0054 18.1787 16.9953 15.2145 16.9853 11.7965L16.9651 5.56554L16.713 5.31348C16.4307 5.03117 15.9669 4.92026 15.6443 5.06141Z"}),i.createElementVNode("path",{d:"M5.30247 20.3872L5 20.6997L5.04033 22.081C5.07058 23.4321 5.08066 23.4825 5.44363 24.2488C6.09899 25.6099 7.17782 26.5173 8.59945 26.8904C9.47663 27.1122 22.5335 27.1223 23.4006 26.8904C25.044 26.4669 26.3245 25.2671 26.8084 23.7043C26.9496 23.2506 27 22.7868 27 21.8794C27 20.6796 27 20.6695 26.7076 20.3771C26.3144 19.9839 25.901 19.9839 25.4675 20.3771L25.1347 20.6695L25.1045 21.8189C25.0843 22.8776 25.0541 23.0086 24.7516 23.6035C24.3987 24.3093 23.7938 24.8235 23.088 25.0251C22.5839 25.1663 9.4363 25.1663 8.93217 25.0251C8.30706 24.8436 7.64161 24.3093 7.29881 23.7144C7.00642 23.2002 6.98625 23.0691 6.93584 21.9197L6.88543 20.6695L6.5527 20.3771C6.11916 19.9839 5.70577 19.9839 5.30247 20.3872Z"})])],-1))],64))}}),[["__scopeId","data-v-94c18208"]]),jo=v(i.defineComponent({__name:"IconFilter",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#filter"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"filter",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M8.58216 5.14236C6.22884 5.77558 4.70721 8.02494 5.04745 10.3688C5.61452 14.2627 10.3684 15.8127 13.0714 12.9962C13.6385 12.4103 14.319 11.2194 14.319 10.8225C14.319 10.6902 14.9428 10.6713 20.3771 10.6713H26.4353L26.7094 10.3972C27.0969 10.0097 27.0969 9.44261 26.7094 9.05511L26.4353 8.78103H20.396H14.3662L14.1867 8.23287C13.4589 5.9646 10.8599 4.52803 8.58216 5.14236ZM10.9638 7.21215C13.0525 8.24232 13.0336 11.2194 10.9355 12.2496C10.2172 12.5993 9.20593 12.6276 8.54436 12.2968C6.21939 11.1533 6.43676 7.81702 8.8846 7.01368C9.45166 6.8341 10.3495 6.91916 10.9638 7.21215Z"}),i.createElementVNode("path",{d:"M21.5953 17.6266C21.1133 17.7211 20.2155 18.0519 19.8752 18.2599C18.9868 18.7986 18.0322 20.0083 17.8054 20.8778L17.6826 21.3504H12.3616C6.66257 21.3504 6.63422 21.3504 6.37904 21.8135C6.20892 22.1443 6.26562 22.6452 6.51135 22.9287L6.73818 23.1933L12.1915 23.2406L17.6448 23.2878L17.8621 23.8738C18.4292 25.4427 19.7334 26.6052 21.2929 26.936C22.1057 27.1061 23.3154 27.0021 24.062 26.6997C25.3379 26.1799 26.4059 25.0174 26.8029 23.7037C26.9635 23.165 27.0013 22.8625 26.9635 22.0781C26.9352 21.1991 26.8974 21.0479 26.5855 20.3864C25.8105 18.7513 24.2794 17.7117 22.5499 17.6172C22.1529 17.5983 21.7276 17.6077 21.5953 17.6266ZM23.5517 19.8004C24.081 20.0556 24.5913 20.5754 24.8748 21.1519C24.9977 21.4071 25.045 21.7095 25.045 22.3427C25.045 23.1555 25.0261 23.2311 24.7236 23.7415C23.5611 25.6412 20.8014 25.5656 19.7902 23.5997C19.5066 23.0421 19.4405 22.0119 19.6484 21.3787C20.1682 19.8004 22.0206 19.0537 23.5517 19.8004Z"})])],-1))],64))}}),[["__scopeId","data-v-d11e6069"]]),Go=v(i.defineComponent({__name:"IconArrowLeft",props:{size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#arrow-left"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-left",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},[i.createElementVNode("path",{d:"M13.4323 2.0816C13.3788 2.0909 13.2951 2.12113 13.2462 2.14904C13.1997 2.17462 11.5439 3.85601 9.56715 5.8816C6.70668 8.81648 5.96017 9.59322 5.90436 9.69787C5.84622 9.8095 5.83691 9.85601 5.83691 9.99787C5.83691 10.1397 5.84622 10.1886 5.90436 10.2979C6.00436 10.4886 13.102 17.7746 13.2764 17.8653C13.3695 17.9142 13.423 17.9258 13.5555 17.9258C13.916 17.9235 14.1788 17.6583 14.1788 17.2932C14.1788 17.0374 14.1392 16.9769 13.623 16.4467C13.3695 16.1862 11.8555 14.6328 10.2555 12.9909C8.65552 11.349 7.35087 9.99787 7.35552 9.9909C7.36017 9.9816 8.86715 8.43276 10.7044 6.54904C12.5416 4.66532 14.0671 3.08392 14.0951 3.03508C14.2392 2.79555 14.1951 2.45834 13.9927 2.25834C13.8462 2.1095 13.6323 2.04206 13.4323 2.0816Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-ca16a90c"]]),Zo=v(i.defineComponent({__name:"IconCheckDefault",props:{size:{type:String,default:"22px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#check_on"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"check_on",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M29.3678 7.25259C29.2732 7.3128 28.8775 7.6999 28.5076 8.13001C27.7076 9.02463 16.2409 22.0483 16.2065 22.0999C16.1549 22.1601 15.6732 21.73 13.9786 20.1042C8.31835 14.6934 8.5334 14.8827 8.03448 14.8827C7.69899 14.8827 7.59577 14.9257 7.3463 15.1752C7.09684 15.4246 7.05383 15.5279 7.05383 15.8547C7.05383 16.3365 6.98501 16.259 10.1506 19.2354C11.5011 20.4999 13.256 22.1601 14.056 22.9171C15.6302 24.4225 15.9485 24.6461 16.3872 24.5687C16.7399 24.4999 16.7743 24.4569 20.0947 20.6891C21.5485 19.0289 23.2689 17.0762 23.914 16.3451C29.4624 10.0655 30.6495 8.69775 30.77 8.48269C30.942 8.14721 30.8474 7.6999 30.5377 7.38162C30.3399 7.19237 30.2194 7.14076 29.9183 7.14076C29.7119 7.14936 29.471 7.19237 29.3678 7.25259Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-48c8e6e2"]]),Xo=v(i.defineComponent({__name:"IconEdit",props:{size:{type:String,default:""},margin:{type:String,default:"0 15px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#edit"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M21.993 4.16087C21.6831 4.26049 21.2404 4.48185 20.9969 4.64787C20.1778 5.22342 4.60489 20.9402 4.39459 21.4051C4.11789 22.0138 3 25.8434 3 26.1865C3 26.5961 3.30991 27.1938 3.65302 27.4373C4.2507 27.8689 4.58275 27.8468 6.88493 27.1716C8.06923 26.8174 9.23138 26.4411 9.47488 26.3194C10.0062 26.0537 25.4795 10.6468 26.0772 9.79458C26.8519 8.67669 26.9626 7.32637 26.3871 6.10887C25.6234 4.48185 23.6754 3.61853 21.993 4.16087ZM24.0406 6.25276C24.7379 6.70655 25.0035 7.69162 24.6272 8.44426C24.4501 8.78737 9.331 24.0393 8.73332 24.471C8.48982 24.6481 5.2247 25.6995 5.13616 25.6331C5.11402 25.611 5.42393 24.5042 5.82239 23.1871L6.12123 22.1909L14.1125 14.1886C22.5243 5.76576 22.4911 5.79896 23.3101 5.94285C23.4983 5.97605 23.8192 6.11994 24.0406 6.25276Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M15.098 25.9216C14.5446 26.1872 14.4118 27.1169 14.8656 27.5265C15.0759 27.7146 15.4743 27.7257 21.1302 27.7589C25.325 27.781 27.273 27.7478 27.4722 27.6703C28.0367 27.4268 28.1806 26.6521 27.7489 26.154L27.4833 25.8441L21.4069 25.822C17.2674 25.8109 15.264 25.833 15.098 25.9216Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-55ea5a5c"]]),Jo=v(i.defineComponent({__name:"IconEmail",props:{size:{type:String,default:""},margin:{type:String,default:"0 10px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#email"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"email",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M20 20H4C3.46957 20 2.96086 19.7893 2.58579 19.4142C2.21071 19.0391 2 18.5304 2 18V5.913C2.02243 5.39779 2.24301 4.91116 2.61568 4.5547C2.98835 4.19824 3.4843 3.99951 4 4H20C20.5304 4 21.0391 4.21071 21.4142 4.58579C21.7893 4.96086 22 5.46957 22 6V18C22 18.5304 21.7893 19.0391 21.4142 19.4142C21.0391 19.7893 20.5304 20 20 20ZM4 7.868V18H20V7.868L12 13.2L4 7.868ZM4.8 6L12 10.8L19.2 6H4.8Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-99358e0a"]]),Yo=v(i.defineComponent({__name:"IconMove",props:{size:{type:String,default:"24px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#icon-move"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"icon-move",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 22"},[i.createElementVNode("path",{d:"M8.91736 3.08529L6.83471 5.17059H8.0843H9.33058V7.25588V9.34117H7.24793H5.16529L5.15868 8.09993L5.14876 6.85868L3.07273 8.93404L1 11.0127L3.08264 13.098L5.16529 15.1833V13.9321V12.6843H7.24793H9.33058V14.7696V16.8548H7.89256C7.10248 16.8548 6.45455 16.8648 6.45785 16.878C6.45785 16.8946 6.60992 17.0402 6.79504 17.2057C7.16529 17.5367 8.90744 19.1189 9.38017 19.5525C10.7058 20.7639 10.9967 21.0188 11.0331 20.999C11.0562 20.9857 12.0876 20.0523 13.3273 18.9236L15.5785 16.8714L14.124 16.8615L12.6694 16.8548V14.7696V12.6843H14.7521H16.8347V13.9255C16.8347 14.6074 16.8446 15.1668 16.8612 15.1668C16.8975 15.1668 21 11.0491 21 11.0127C21 10.9763 16.8975 6.85868 16.8612 6.85868C16.8446 6.85868 16.8347 7.41807 16.8347 8.09993V9.34117H14.7521H12.6694V7.25588V5.17059H13.9091C14.5901 5.17059 15.1488 5.16066 15.1488 5.14411C15.1488 5.12094 11.043 1 11.0165 1C11.0066 1 10.0612 1.93673 8.91736 3.08529ZM12.081 3.24086C12.6595 3.82011 13.1322 4.30337 13.1322 4.31661C13.1322 4.33316 12.8413 4.34309 12.4876 4.34309H11.843V7.25588V10.1687H14.7686H17.6942V9.53646C17.6909 9.18891 17.6975 8.89763 17.7041 8.89101C17.7074 8.88439 18.1934 9.36103 18.7785 9.9469L19.843 11.0127L18.7686 12.0885L17.6942 13.1642V12.9325C17.6909 12.8034 17.6876 12.5155 17.6843 12.2871L17.6777 11.8733L14.762 11.8634L11.843 11.8568V14.7696V17.6823L12.6331 17.689L13.4264 17.6989L12.2165 18.7978L11.0066 19.9L10.7223 19.6419C10.5669 19.5028 10.4314 19.3804 10.4215 19.3704C10.405 19.3539 9.92893 18.917 9.28099 18.3311C9.09917 18.1656 8.86777 17.9538 8.7686 17.8578L8.58678 17.6823H9.37355H10.157V14.7696V11.8568H7.24793H4.33884L4.33223 12.5022L4.32231 13.1477L3.25455 12.0785L2.19008 11.0127L3.25455 9.94359L4.32231 8.87446L4.33223 9.52322L4.33884 10.1687H7.24793H10.157V7.25588V4.34309L9.5124 4.33647L8.86446 4.32654L9.93223 3.25741C10.5174 2.67154 11.0066 2.1916 11.0165 2.1916C11.0264 2.1916 11.5058 2.66492 12.081 3.24086Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-05547f14"]]),Qo=v(i.defineComponent({__name:"IconPhone",props:{size:{type:String,default:""},margin:{type:String,default:"0 10px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#phone"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M19.4998 21.75H19.3723C4.63482 20.9025 2.54232 8.4675 2.24982 4.6725C2.22625 4.37744 2.26114 4.08062 2.35248 3.79906C2.44382 3.5175 2.58981 3.25673 2.78211 3.03169C2.9744 2.80665 3.20921 2.62177 3.47308 2.48763C3.73695 2.35349 4.02469 2.27274 4.31982 2.25H8.45232C8.75274 2.24971 9.04632 2.33963 9.29504 2.50812C9.54377 2.67661 9.73617 2.9159 9.84732 3.195L10.9873 6C11.0971 6.27266 11.1243 6.57156 11.0657 6.85957C11.007 7.14758 10.865 7.412 10.6573 7.62L9.05982 9.2325C9.30936 10.6506 9.98846 11.9578 11.0052 12.9772C12.022 13.9967 13.3274 14.6792 14.7448 14.9325L16.3723 13.32C16.5834 13.1146 16.8504 12.9759 17.1398 12.9213C17.4292 12.8666 17.7283 12.8983 17.9998 13.0125L20.8273 14.145C21.1022 14.2597 21.3367 14.4536 21.501 14.702C21.6653 14.9504 21.7519 15.2422 21.7498 15.54V19.5C21.7498 20.0967 21.5128 20.669 21.0908 21.091C20.6689 21.5129 20.0966 21.75 19.4998 21.75ZM4.49982 3.75C4.30091 3.75 4.11014 3.82902 3.96949 3.96967C3.82884 4.11032 3.74982 4.30109 3.74982 4.5V4.56C4.09482 9 6.30732 19.5 19.4548 20.25C19.5534 20.2561 19.6521 20.2427 19.7454 20.2105C19.8388 20.1783 19.9248 20.1281 19.9987 20.0626C20.0726 19.9971 20.1328 19.9176 20.1759 19.8288C20.219 19.74 20.2441 19.6436 20.2498 19.545V15.54L17.4223 14.4075L15.2698 16.545L14.9098 16.5C8.38482 15.6825 7.49982 9.1575 7.49982 9.09L7.45482 8.73L9.58482 6.5775L8.45982 3.75H4.49982Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-131f6ba1"]]),Ko=v(i.defineComponent({__name:"IconSearch",props:{size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#search"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M11 19C12.775 18.9996 14.4988 18.4054 15.897 17.312L20.293 21.708L21.707 20.294L17.311 15.898C18.405 14.4997 18.9996 12.7754 19 11C19 6.589 15.411 3 11 3C6.589 3 3 6.589 3 11C3 15.411 6.589 19 11 19ZM11 5C14.309 5 17 7.691 17 11C17 14.309 14.309 17 11 17C7.691 17 5 14.309 5 11C5 7.691 7.691 5 11 5Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-64e76eb7"]]),es=v(i.defineComponent({__name:"IconSelectArrow",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#arrow-down"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 20"},[i.createElementVNode("path",{d:"M3.08417 4.43062C2.86268 4.4769 2.70731 4.56285 2.52549 4.74467C2.29408 4.97607 2.20152 5.2174 2.22136 5.55459C2.25111 6.0207 1.96681 5.70996 6.78995 10.5397C9.18995 12.9463 11.2263 14.9662 11.309 15.029C11.5238 15.1843 11.7123 15.2471 11.99 15.2505C12.4693 15.2538 12.109 15.581 17.1106 10.5728C22.0891 5.58764 21.7288 5.98103 21.7255 5.505C21.7255 5.37607 21.7023 5.21078 21.6726 5.13145C21.5106 4.68186 21.0511 4.38434 20.5817 4.4174C20.1519 4.44715 20.4263 4.19591 16.0164 8.60252L11.9833 12.629L8.06598 8.71161C5.91061 6.55624 4.0726 4.73475 3.98003 4.66202C3.71227 4.45376 3.38499 4.36781 3.08417 4.43062Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M9.69602 16.8994C9.70593 16.9292 9.72577 17.0184 9.73569 17.1044C9.76213 17.2664 9.7985 17.2994 9.83486 17.1903C9.84478 17.154 9.89106 17.1143 9.93734 17.1044C10.0464 17.078 10.0365 17.0548 9.87453 16.9589C9.6861 16.8465 9.67288 16.8432 9.69602 16.8994Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-4d8b581f"]]),ts=v(i.defineComponent({__name:"ArrowLeft",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-left"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M656.733 149.806C659.446 147.019 662.69 144.804 666.274 143.292C669.857 141.779 673.707 141 677.597 141C681.486 141 685.337 141.779 688.92 143.292C692.503 144.804 695.748 147.019 698.461 149.806C704.024 155.518 707.138 163.176 707.138 171.15C707.138 179.123 704.024 186.782 698.461 192.494L386.589 512.366L698.461 832.302C701.269 835.176 703.483 838.575 704.976 842.305C706.47 846.035 707.215 850.022 707.167 854.04C707.119 858.057 706.281 862.026 704.699 865.72C703.118 869.413 700.824 872.759 697.949 875.566C695.211 878.242 691.972 880.351 688.417 881.774C684.863 883.197 681.063 883.904 677.235 883.857C673.407 883.809 669.625 883.007 666.107 881.497C662.589 879.986 659.404 877.797 656.733 875.054L325.085 534.702C319.26 528.726 316 520.711 316 512.366C316 504.021 319.26 496.006 325.085 490.03L656.733 149.806Z"})])],-1))],64))}}),[["__scopeId","data-v-ec3439ce"]]),ns=v(i.defineComponent({__name:"ArrowRight",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-right"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M366.436 875.054C363.723 877.84 360.479 880.055 356.895 881.568C353.312 883.08 349.462 883.859 345.572 883.859C341.683 883.859 337.832 883.08 334.249 881.568C330.666 880.055 327.421 877.84 324.708 875.054C319.145 869.342 316.031 861.683 316.031 853.71C316.031 845.736 319.145 838.077 324.708 832.366L636.58 512.494L324.708 192.558C321.9 189.684 319.686 186.284 318.193 182.555C316.699 178.825 315.954 174.837 316.002 170.82C316.049 166.802 316.888 162.833 318.47 159.14C320.051 155.446 322.345 152.1 325.22 149.294C327.958 146.618 331.197 144.508 334.752 143.086C338.306 141.663 342.106 140.955 345.934 141.003C349.762 141.05 353.544 141.852 357.062 143.363C360.58 144.873 363.765 147.063 366.436 149.806L698.084 490.158C703.909 496.134 707.169 504.148 707.169 512.494C707.169 520.839 703.909 528.854 698.084 534.83L366.436 875.054Z"})])],-1))],64))}}),[["__scopeId","data-v-cd0d3c21"]]),is=v(i.defineComponent({__name:"DoubleArrowLeft",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#double-arrow-left"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"double-arrow-left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M529.408 149.376C532.121 146.589 535.365 144.374 538.949 142.862C542.532 141.35 546.382 140.57 550.272 140.57C554.161 140.57 558.011 141.35 561.595 142.862C565.178 144.374 568.422 146.589 571.136 149.376C576.699 155.088 579.813 162.746 579.813 170.72C579.813 178.694 576.699 186.352 571.136 192.064L259.264 511.936L571.136 831.872C573.943 834.746 576.157 838.145 577.651 841.875C579.145 845.605 579.889 849.593 579.842 853.61C579.794 857.628 578.956 861.597 577.374 865.29C575.792 868.984 573.499 872.329 570.624 875.136C567.886 877.812 564.647 879.922 561.092 881.344C557.538 882.767 553.738 883.475 549.91 883.427C546.081 883.38 542.3 882.578 538.782 881.067C535.264 879.556 532.079 877.367 529.408 874.624L197.76 534.272C191.935 528.296 188.675 520.281 188.675 511.936C188.675 503.591 191.935 495.576 197.76 489.6L529.408 149.376ZM785.408 149.376C788.121 146.589 791.365 144.374 794.949 142.862C798.532 141.35 802.382 140.57 806.272 140.57C810.161 140.57 814.011 141.35 817.595 142.862C821.178 144.374 824.422 146.589 827.136 149.376C832.699 155.088 835.813 162.746 835.813 170.72C835.813 178.694 832.699 186.352 827.136 192.064L515.264 511.936L827.136 831.872C829.943 834.746 832.157 838.145 833.651 841.875C835.145 845.605 835.889 849.593 835.842 853.61C835.794 857.628 834.956 861.597 833.374 865.29C831.792 868.984 829.499 872.329 826.624 875.136C823.886 877.812 820.647 879.922 817.092 881.344C813.538 882.767 809.738 883.475 805.91 883.427C802.081 883.38 798.3 882.578 794.782 881.067C791.264 879.556 788.079 877.367 785.408 874.624L453.76 534.272C447.935 528.296 444.675 520.281 444.675 511.936C444.675 503.591 447.935 495.576 453.76 489.6L785.408 149.376Z"})])],-1))],64))}}),[["__scopeId","data-v-98099ad2"]]),rs=v(i.defineComponent({__name:"DoubleArrowRight",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#double-arrow-right"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"double-arrow-right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M495.111 874.624C492.397 877.411 489.153 879.626 485.57 881.138C481.987 882.65 478.136 883.43 474.247 883.43C470.357 883.43 466.507 882.65 462.924 881.138C459.34 879.626 456.096 877.411 453.383 874.624C447.819 868.912 444.706 861.254 444.706 853.28C444.706 845.306 447.819 837.648 453.383 831.936L765.255 512.064L453.383 192.128C450.575 189.254 448.361 185.855 446.867 182.125C445.374 178.395 444.629 174.407 444.677 170.39C444.724 166.372 445.563 162.403 447.145 158.71C448.726 155.016 451.02 151.671 453.895 148.864C456.633 146.188 459.872 144.078 463.426 142.656C466.981 141.233 470.781 140.525 474.609 140.573C478.437 140.62 482.219 141.422 485.737 142.933C489.254 144.444 492.44 146.633 495.111 149.376L826.759 489.728C832.584 495.704 835.844 503.719 835.844 512.064C835.844 520.409 832.584 528.424 826.759 534.4L495.111 874.624ZM239.111 874.624C236.397 877.411 233.153 879.626 229.57 881.138C225.987 882.65 222.136 883.43 218.247 883.43C214.357 883.43 210.507 882.65 206.924 881.138C203.34 879.626 200.096 877.411 197.383 874.624C191.819 868.912 188.706 861.254 188.706 853.28C188.706 845.306 191.819 837.648 197.383 831.936L509.255 512.064L197.383 192.128C194.575 189.254 192.361 185.855 190.867 182.125C189.374 178.395 188.629 174.407 188.677 170.39C188.724 166.372 189.563 162.403 191.145 158.71C192.726 155.016 195.02 151.671 197.895 148.864C200.633 146.188 203.872 144.078 207.426 142.656C210.981 141.233 214.781 140.525 218.609 140.573C222.437 140.62 226.219 141.422 229.737 142.933C233.254 144.444 236.44 146.633 239.111 149.376L570.759 489.728C576.584 495.704 579.844 503.719 579.844 512.064C579.844 520.409 576.584 528.424 570.759 534.4L239.111 874.624Z"})])],-1))],64))}}),[["__scopeId","data-v-053c9917"]]),os=v(i.defineComponent({__name:"EllipsisSvg",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#ellipsis"},null,-1)]),38)),r[3]||(r[3]=i.createStaticVNode('<svg width="0" height="0" class="hidden" data-v-1798f31d><symbol id="ellipsis" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" data-v-1798f31d><path d="M65 135C73.2843 135 80 128.284 80 120C80 111.716 73.2843 105 65 105C56.7157 105 50 111.716 50 120C50 128.284 56.7157 135 65 135Z" data-v-1798f31d></path><path d="M120 135C128.284 135 135 128.284 135 120C135 111.716 128.284 105 120 105C111.716 105 105 111.716 105 120C105 128.284 111.716 135 120 135Z" data-v-1798f31d></path><path d="M175 135C183.284 135 190 128.284 190 120C190 111.716 183.284 105 175 105C166.716 105 160 111.716 160 120C160 128.284 166.716 135 175 135Z" data-v-1798f31d></path></symbol></svg>',1))],64))}}),[["__scopeId","data-v-1798f31d"]]);function ss(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function U(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?ss(Object(n),!0).forEach(function(r){ke(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):ss(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function ke(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Hh(t,e){if(t==null)return{};var n,r,o=function(a,c){if(a==null)return{};var l,u,h={},f=Object.keys(a);for(u=0;u<f.length;u++)l=f[u],c.indexOf(l)>=0||(h[l]=a[l]);return h}(t,e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);for(r=0;r<s.length;r++)n=s[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}function lt(t){return function(e){if(Array.isArray(e))return pi(e)}(t)||function(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}(t)||function(e,n){if(e){if(typeof e=="string")return pi(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return pi(e,n)}}(t)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
24
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function pi(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var as,qh,gn,ee=(as=function(t){/*!
23
+ */function Or(t){const e=Array.from(arguments).slice(1);console.warn.apply(console,["[Vue Router warn]: "+t].concat(e))}var Lr;(function(t){t.pop="pop",t.push="push"})(Lr||(Lr={}));var Hr;(function(t){t.back="back",t.forward="forward",t.unknown=""})(Hr||(Hr={})),Symbol(process.env.NODE_ENV!=="production"?"navigation failure":"");var qr;(function(t){t[t.aborted=4]="aborted",t[t.cancelled=8]="cancelled",t[t.duplicated=16]="duplicated"})(qr||(qr={}));const Fc=Symbol(process.env.NODE_ENV!=="production"?"router view location matched":"");Symbol(process.env.NODE_ENV!=="production"?"router view depth":""),Symbol(process.env.NODE_ENV!=="production"?"router":""),Symbol(process.env.NODE_ENV!=="production"?"route location":""),Symbol(process.env.NODE_ENV!=="production"?"router view location":"");function Dc(t,e,n){const r=()=>{t[e].delete(n)};i.onUnmounted(r),i.onDeactivated(r),i.onActivated(()=>{t[e].add(n)}),t[e].add(n)}function Oc(t){if(process.env.NODE_ENV!=="production"&&!i.getCurrentInstance()){Or("getCurrentInstance() returned null. onBeforeRouteLeave() must be called at the top of a setup function");return}const e=i.inject(Fc,{}).value;if(!e){process.env.NODE_ENV!=="production"&&Or("No active route record was found when calling `onBeforeRouteLeave()`. Make sure you call this function inside a component child of <router-view>. Maybe you called it inside of App.vue?");return}Dc(e,"leaveGuards",t)}class Lc{constructor(){d(this,"list",[]);d(this,"defaultSortModel");d(this,"changeFlag",!1)}Set(e){this.Reset(),e&&(Array.isArray(e)?this.list=e:this.list=Fr(e),this.SetDefault())}SetDefault(){this.defaultSortModel=this.list.find(e=>e.default)??this.list[0],this.changeFlag=!this.changeFlag}Get(){return this.list}GetDefault(){return this.defaultSortModel}Reset(){this.list=[],this.defaultSortModel=void 0}}const Ze=new Lc;function Hc(){const t=i.ref(!1),e=i.ref(!1);return{confirmLeave:t,saveButtonClick:e,beforeWindowUnload:s=>{t.value&&s.preventDefault()},formUpdated:()=>{t.value=!0},showConfirmModal:(s,a)=>{t.value&&!e.value?s():a()}}}const qc=(()=>{const t=(s,a)=>i.onBeforeMount(async()=>{Ze.Set(a==null?void 0:a.sortsLib),Ze.Set(a==null?void 0:a.sortsLib),await s()}),{saveButtonClick:e,showConfirmModal:n}=Hc(),r=s=>Oc((a,c,l)=>{n((s||o)(),l)}),o=s=>async()=>{e.value=!0;try{s&&await s()}catch(a){console.log(a);return}};return{onBeforeMount:t,onBeforeRouteLeave:r,submit:o}})();function _r(t,e){const n=[];if(t)for(let r=0;r<Math.ceil(t.length/e);r++)n[r]=t.slice(r*e,r*e+e);return n}class ri{constructor(){d(this,"items",[]);d(this,"idx",0);d(this,"key","")}preSelect(){const e=Ge.GetStringQueryParam(this.key);if(!e||e==="undefined"){this.Select(0);return}const n=this.items.findIndex(r=>r.slug===e);n>-1&&this.Select(n)}static Create(e,n){const r=new ri;return r.key=e,r.items=n,r.items.length&&r.preSelect(),r}Select(e){if(this.items.length){if(e===void 0)return this.preSelect();this.idx=e,Ge.SetQueryParam(this.key,this.GetSlug())}}GetMenu(){return this.items[this.idx]}GetComponent(){return this.items[this.idx].component}GetSlug(){return this.items[this.idx].slug}}const Bn=class Bn{static Format(e){let n=e;if(!n)e=n;else{(n[0]==="7"||n[0]==="8")&&n.length!==1&&(n=n.slice(1));const r=n.replace(/\+7|[^\d]/g,""),o=r.length;switch(!0){case o===0:e="";break;case(o===1&&n.length===1&&r==="7"):case(o===1&&n.length===1&&r==="8"):e="+7 (";break;case o<4:e=`+7 (${r}`;break;case o<7:e=`+7 (${r.slice(0,3)}) ${r.slice(3)}`;break;case o<9:e=`+7 (${r.slice(0,3)}) ${r.slice(3,6)}-${r.slice(6,8)}`;break;default:e=`+7 (${r.slice(0,3)}) ${r.slice(3,6)}-${r.slice(6,8)}-${r.slice(8,10)}`;break}}return e}static getPhoneRegExp(){return/^(\s*)?(\+)?([- _():=+]?\d[- _():=+]?){10,14}(\s*)?$/}};d(Bn,"validatePhone",(e,n,r)=>{Bn.getPhoneRegExp().test(n)||!n?r():r(new Error("Пожалуйста, введите корректный номер телефона"))});let oi=Bn;class _c{static Count(e){const n=e.filter(s=>s.rating!==0);let r=0;n.forEach(s=>r=r+s.rating);const o=r/n.length;return isNaN(o)?0:Number((r/n.length).toFixed(2))}}class Uc{static async Auth(e){e&&e()}static Dev(){}}class Wc{constructor(){d(this,"startHour",9);d(this,"startHM",`${this.startHour}:00`);d(this,"endHour",19);d(this,"endHM",`${this.endHour}:00`);d(this,"timelinePxHeight",50);d(this,"timelineStep",vt.FiveMinutes);d(this,"timelines",Ut[vt.FiveMinutes])}periodIsCorrect(e,n){return L.GtOrEq(e,this.startHM)&&L.GtOrEq(this.endHM,n)}setTimelineStep(e){this.timelineStep=e,this.setTimelines()}setTimelines(){this.timelines=Ut[this.timelineStep]}getScheduleHeight(){return this.getHourHeight()*this.getHoursArr().length}getHourHeight(){return this.timelinePxHeight*this.timelines.length}getHoursArr(){return Ve.GenerateNumsRange(this.startHour,this.endHour)}timeIsFree(e,n,r,o){return o.filter(s=>s.id!==r).every(s=>!L.PeriodsIntersects(e,n,s.startTime,s.endTime))}sortByStartTime(e){e.sort((n,r)=>L.HMtoM(n.startTime)-L.HMtoM(r.startTime))}}const jc=-68;function Gc(t,e){if(!t){document.body.scrollTo({top:0,behavior:"smooth"});return}const n=document.querySelector(t),r=e??jc;let o=0;n&&(o=n.getBoundingClientRect().top+r+document.body.scrollTop),o&&document.body.scrollTo({top:o,behavior:"smooth"})}class Zc{static Sort(e){e.forEach((n,r)=>n.order=r)}}function Xc(t,e){let n=!0;return t.value.validate(r=>(r||(n=!1),n)),n}const Jc=t=>new Promise(e=>{if(document.querySelector(t))return e(document.querySelector(t));const n=new MutationObserver(()=>{document.querySelector(t)&&(n.disconnect(),e(document.querySelector(t)))});n.observe(document.body,{childList:!0,subtree:!0})});class ln{constructor(e){d(this,"id");d(this,"message","");d(this,"userName");d(this,"createdOn",new Date);d(this,"chatId");d(this,"type","message");z.BuildClass(this,e)}static Create(e,n,r,o){const s=new ln;return s.id=Oe(),s.chatId=e,s.message=r,s.userName=o,s}static CreatePingMessage(){const e=new ln;return e.type="ping",e.id=Oe(),e}isMessage(){return this.type==="message"||this.type===""}}const Yc="";class Qc{constructor(e="",n="",r="set"){d(this,"client");d(this,"endpoint","");d(this,"query","");d(this,"period",2e4);z.BuildClass(this,{endpoint:e,query:n,mutation:r}),this.connect(),this.ping()}send(e){!this.client||this.client.readyState!==1||this.client.send(e)}ping(){setInterval(this.sendPing.bind(this),this.period)}sendPing(){!this.client||this.client.readyState!==1||this.send(JSON.stringify(ln.CreatePingMessage()))}setOnMessage(){this.client&&(this.client.onmessage=e=>{e.data})}buildUrl(){const e=`ws/${this.endpoint}/${this.query}`;return new URL(e,Yc.replace("http","ws")).toString()}connect(){this.client=new WebSocket(this.buildUrl()),this.client.onclose=this.reconnect,this.client.onerror=this.reconnect}reconnect(){setTimeout(this.connect,3e3)}}let Kc=(H=class{},d(H,"Arrays",Ve),d(H,"Axios",Vt),d(H,"BaseStore",X),d(H,"Cache",an),d(H,"Classes",z),d(H,"CarouselSwipe",Ec),d(H,"Color",xc),d(H,"CreateSortModels",Fr),d(H,"Cursor",Bc),d(H,"DateMask",Nc),d(H,"Dates",Le),d(H,"Dragger",zc),d(H,"Extension",Dr),d(H,"Favourite",Tc),d(H,"Hooks",qc),d(H,"HttpClient",se),d(H,"Id",ce),d(H,"MakeCarousel",_r),d(H,"Period",Nn),d(H,"PhoneService",oi),d(H,"Rating",_c),d(H,"Router",Ge),d(H,"RouterGuard",Uc),d(H,"Scheduler",Wc),d(H,"Scroll",Gc),d(H,"Sorter",Zc),d(H,"Static",Vn),d(H,"Strings",J),d(H,"Time",L),d(H,"Timer",xt),d(H,"Token",Pt),d(H,"Menus",ri),d(H,"validate",Xc),d(H,"WaitElement",Jc),d(H,"WebSocketClient",Qc),H);class ed{constructor(){d(this,"limit",25);d(this,"count",0);d(this,"curPage",1);d(this,"storeModule","")}setCurPage(e){this.curPage=e}pagesCount(){return Math.ceil(this.count/this.limit)??1}reset(){this.count=0,this.curPage=1}}const Ur=new ed;let td=class{async Login(e){const n=e??Ne.Form.GetValues(),r=await se.Post({query:"auth/login",payload:n});if(!r)throw"Ошибка авторизации";V.Auth.Status.SetState(r)}async LoginAs(e){await se.Post({query:"auth/login-as",payload:{email:e}})}async Register(){}async RestorePassword(){}async passwordChange(){await se.Put({query:"auth/password-change"})}async RefreshToken(){await se.Post({query:"auth/refresh-token",payload:{refreshToken:Pt.getRefreshToken()}})}async CheckUuid(e){await se.Get({query:`auth/check-uuid/${e.userId}/${e.uniqueId}`})}};const nd=new td;var id=Object.defineProperty,cn=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&id(e,n,o),o};const zt=class Ma{constructor(e){d(this,"id");d(this,"description","");d(this,"time","");d(this,"latitude","");d(this,"longitude","");d(this,"emails",[]);d(this,"postAddresses",[new Gt]);d(this,"phones",[]);d(this,"websites",[]);z.BuildClass(this,e)}addEmail(){const e=Ke.Create();return e.contactId=this.id,this.emails.push(e),e}addPhone(){const e=et.Create();return e.contactId=this.id,this.phones.push(e),e}static Create(){const e=new Ma;return e.id=ce.UUID(),e}removeEmail(e){z.RemoveFromClassById(e,this.emails)}removePhone(e){z.RemoveFromClassById(e,this.phones)}addPostAddress(){this.postAddresses.push(new Gt)}addWebsite(){this.websites.push(new zn)}pushFirst(){this.emails.length||this.emails.push(new Ke),this.phones.length||this.phones.push(new et)}getCoords(){return[Number(this.latitude),Number(this.longitude)]}updateDescription(e){this.description=e}updateTime(e){this.time=e}updateLatitude(e){this.latitude=e}updateLongitutde(e){this.longitude=e}};cn([z.GetClassConstructor(Ke)],zt.prototype,"emails"),cn([z.GetClassConstructor(Gt)],zt.prototype,"postAddresses"),cn([z.GetClassConstructor(et)],zt.prototype,"phones"),cn([z.GetClassConstructor(zn)],zt.prototype,"websites");let rd=zt,od=class extends X{constructor(){super(rd,"contacts")}};const sd=new od;let ad=class{constructor(){d(this,"cropper",new jt)}Open(e){this.cropper=e}Cropper(){return this.cropper}Ratio(){return this.cropper.ratio}};const ld=new ad;let cd=class extends X{constructor(){super(Ke,"emails")}};const dd=new cd;let ud=class extends X{constructor(){super(Pe,"file-infos")}};const hd=new ud;class si{constructor(e){d(this,"id");d(this,"ftsp");d(this,"name","");z.BuildClass(this,e)}static Create(e){const n=new si;return n.id=ce.UUID(),n.ftsp=JSON.stringify(e),n}}let fd=class extends X{constructor(){super(si,"ftsp-presets")}};const md=new fd;let pd=class extends X{constructor(){super(Xi,"humans")}};const gd=new pd;let yd=class extends X{constructor(){super(et,"phones")}};const wd=new yd;class bd{constructor(e){d(this,"id");d(this,"nameRus","");z.BuildClass(this,e)}}var Cd=Object.defineProperty,Sd=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Cd(e,n,o),o};class Wr{constructor(e){d(this,"id");d(this,"nameRus","");d(this,"fields",[]);z.BuildClass(this,e)}}Sd([z.GetClassConstructor(bd)],Wr.prototype,"fields");let kd=class extends X{constructor(){super(Wr,"schemas")}};const Ed=new kd;class jr{constructor(e){d(this,"id","");d(this,"value","");d(this,"label","");d(this,"key","");d(this,"description","");d(this,"route","");d(this,"searchElementMetas",[]);z.BuildClass(this,e)}}class vd{constructor(e){d(this,"id");d(this,"name","");d(this,"label","");z.BuildClass(this,e)}}var xd=Object.defineProperty,Gr=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&xd(e,n,o),o};class ft{constructor(e){d(this,"id");d(this,"key","");d(this,"label","");d(this,"order",0);d(this,"route","");d(this,"table","");d(this,"active",!0);d(this,"searchColumn","");d(this,"descriptionColumn","");d(this,"labelColumn","");d(this,"valueColumn","");d(this,"options",[]);d(this,"searchGroupMetaColumns",[]);z.BuildClass(this,e)}}Gr([z.GetClassConstructor(jr)],ft.prototype,"options"),Gr([z.GetClassConstructor(vd)],ft.prototype,"searchGroupMetaColumns");class ai{constructor(e){d(this,"query","");d(this,"key","");d(this,"params","");d(this,"suggester",!1);d(this,"mustBeTranslated",!0);d(this,"options",[]);d(this,"searchGroupId","");d(this,"searchGroups",[]);d(this,"searchGroup",new ft);d(this,"searchObjects",[]);d(this,"pagination",new Zt);d(this,"count",0);e&&(this.query=e.query,e.searchGroups&&(this.searchGroups=e.searchGroups.map(n=>new ft(n))),e.searchGroup&&(this.searchGroup=new ft(e.searchGroup)),e.options&&(this.options=e.options.map(n=>new jr(n))),this.count=e.count)}toUrl(){return JSON.stringify(this)}async setSearchGroup(e){const n=this.searchGroups.find(r=>r.id===e);n?this.searchGroup=n:this.searchGroup=new ft}async reproduceFromRoute(){this.setQuery(),await this.setSearchGroup(Ge.Route().query.groupId)}setQuery(){const e=Ge.Route().query.query;e&&(this.query=e)}}let Bd=class{constructor(){d(this,"isSearchDrawerOpen",i.ref(!1));d(this,"searchModel",i.reactive(new ai));d(this,"searchGroups",i.reactive([]));d(this,"count",0)}async Search(e){const n=await se.Get({query:`?key=${e.key}&query=${e.query}`});n&&n.searchGroup&&n.searchGroup.options.forEach(r=>{e.searchObjects.push({id:r.id,value:r.value,label:r.label,description:r.description})})}async mainSearch(e){this.SetSearchModel(await se.Get({query:`/main?searchModel=${e.toUrl()}`}))}async Full(e){e.options=[],e.searchGroups.forEach(r=>{r.options=[]});const n=await se.Get({query:`main?searchModel=${e.toUrl()}`});this.SetSearchModel(n)}ToggleDrawer(e){this.isSearchDrawerOpen.value=e,this.searchModel=new ai}SetSearchModel(e){e&&(this.searchModel=new ai(e))}SetSearchGroups(){}IsSearchDrawerOpen(){return this.isSearchDrawerOpen}SearchModel(){return this.searchModel}SearchGroups(){return this.searchGroups}Count(){return this.count}};const Zr=new Bd;class li{constructor(e){d(this,"id");d(this,"login","");d(this,"email","");d(this,"password","");z.BuildClass(this,e)}static Create(){const e=new li;return e.id=ce.UUID(),e}}let Md=class extends X{constructor(){super(li,"users-accounts")}};const Rd=new Md;var Xr=(t=>(t.simple="simple",t.oneToMany="oneToMany",t.manyToMany="manyToMany",t))(Xr||{}),ue=(t=>(t.String="string",t.Text="text",t.Number="number",t.Date="date",t.DateTime="dateTime",t.Radio="radio",t.Set="set",t.Boolean="boolean",t.Files="files",t.File="file",t.MatrixRadio="matrixRadio",t.MatrixSet="matrixSet",t))(ue||{});class Jr{constructor(e){d(this,"id");d(this,"name",ue.String);d(this,"valueRelation",Xr.simple);z.BuildClass(this,e)}isString(){return this.name==="string"}isNumber(){return this.name==="number"}isDate(){return this.name==="date"}isDateTime(){return this.name==="dateTime"}isRadio(){return this.name==="radio"}isSet(){return this.name==="set"}isText(){return this.name==="text"}isBoolean(){return this.name==="boolean"}isFile(){return this.name==="file"}isFiles(){return this.name==="files"}getComponentType(){if(this.name===ue.Radio)return"RadioProp";if(this.name===ue.Set)return"SetProp";if(this.name===ue.Number)return"NumberProp";if(this.name===ue.String)return"StringProp"}}let $d=class extends X{constructor(){super(Jr,"value-types")}};const Id=new $d;let Ad=(ye=class{},d(ye,"Auth",nd),d(ye,"Contacts",sd),d(ye,"Cropper",ld),d(ye,"Emails",dd),d(ye,"FileInfos",hd),d(ye,"FTSPPresets",md),d(ye,"Humans",gd),d(ye,"Phones",wd),d(ye,"Schemas",Ed),d(ye,"UserAccounts",Rd),d(ye,"ValueTypes",Id),d(ye,"Search",Zr),ye);class Nd{constructor(){d(this,"title","");d(this,"buttons",[])}Set(e="",n){typeof e=="function"?this.title=e():typeof e=="string"?this.title=e:this.title=e.value,this.buttons=n}}const Pd=new Nd;class Vd{constructor(){d(this,"menu",[]);d(this,"path","");d(this,"isOpen",!0);d(this,"filterString","")}Set(e){this.menu=e}Get(){return this.filterString?this.filterMenu():this.menu}filterMenu(){return this.menu.filter(e=>{var n;return J.SearchIn(e.name,this.filterString)||((n=e.children)==null?void 0:n.some(r=>J.SearchIn(r.name,this.filterString)))})}IsOpen(){return this.isOpen}Toggle(){this.isOpen=!this.isOpen}SetPath(e){this.path=e}GetPath(){return this.path}SetFilter(e){this.filterString=e}GetChildren(e){var n;return this.filterString?(n=e.children)==null?void 0:n.filter(r=>J.SearchIn(r.name,this.filterString)):e.children}}const zd=new Vd;class Td{constructor(){d(this,"Menu",i.reactive(zd));d(this,"Head",i.reactive(Pd))}}const Fd=new Td;class Dd extends _i{constructor(){super(...arguments);d(this,"confirmButtonText","Да");d(this,"cancelButtonText","Нет");d(this,"resolve");d(this,"reject")}GetConfirmButtonText(){return this.confirmButtonText}GetCancelButtonText(){return this.cancelButtonText}Show(n){return super.show(),typeof n!="string"&&(this.confirmButtonText=n.confirmButtonText,this.cancelButtonText=n.cancelButtonText),new Promise((r,o)=>{this.resolve=r,this.reject=o})}Save(){return this.Show({text:"У вас есть несохранённые изменения",confirmButtonText:"Сохранить",cancelButtonText:"Не сохранять"})}Submit(){this.resolve(!0),this.hide()}Cancel(){this.reject(),this.hide()}hide(){this.resolve=void 0,this.reject=void 0,super.hide()}}const He=new Dd;class Od extends qi{Show(){super.show()}Hide(){super.hide()}}const Ld=new Od;class rt{}d(rt,"Admin",Fd),d(rt,"Dialog",He),d(rt,"Loading",Ld),d(rt,"Notify",fe),d(rt,"Btn",Qe),d(rt,"Input",Di);class V{}d(V,"Auth",i.reactive(Ne)),d(V,"UI",i.reactive(rt)),d(V,"Paginator",i.reactive(Ur)),d(V,"FTSP",Mt),d(V,"S",Ad),d(V,"H",Kc),d(V,"C",_a);class Yr{constructor(e){d(this,"id");d(this,"num","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);V.H.Classes.BuildClass(this,e)}}class Tt{constructor(e){d(this,"id");d(this,"passportId");d(this,"fileInfoId");d(this,"fileInfo",new V.C.FileInfo);d(this,"order",0);z.BuildClass(this,e)}static Create(e){const n=new Tt;return n.id=V.H.Id.UUID(),n.passportId=e,n}}var Hd=Object.defineProperty,qd=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Hd(e,n,o),o};class ci{constructor(e){d(this,"id");d(this,"num","");d(this,"seria","");d(this,"division","");d(this,"divisionCode","");d(this,"citzenship","");d(this,"date",new Date);d(this,"address","");d(this,"passportScans",[]);z.BuildClass(this,e)}}qd([z.GetClassConstructor(Tt)],ci.prototype,"passportScans");class Qr{constructor(e){d(this,"id");d(this,"num","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);V.H.Classes.BuildClass(this,e)}}const _d=Object.freeze(Object.defineProperty({__proto__:null,Inn:Yr,Passport:ci,PassportScan:Tt,Snils:Qr},Symbol.toStringTag,{value:"Module"}));let Ud=class extends X{constructor(){super(Yr,"inns")}};const Wd=new Ud;let jd=class extends X{constructor(){super(Tt,"passport-scans")}};const Gd=new jd;let Zd=class extends X{constructor(){super(ci,"passports")}};const Xd=new Zd;let Jd=class extends X{constructor(){super(Qr,"snilss")}};const Yd=new Jd,Qd=Object.freeze(Object.defineProperty({__proto__:null,C:_d,S:Object.freeze(Object.defineProperty({__proto__:null,Inns:Wd,PassportScans:Gd,Passports:Xd,Snilss:Yd},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class ot{constructor(e){d(this,"id");d(this,"name","");d(this,"score",0);d(this,"order",0);d(this,"showMoreQuestions",!1);d(this,"showOther",!1);d(this,"fieldId");d(this,"isMatrixY",!1);V.H.Classes.BuildClass(this,e)}static Create(e){const n=new ot;return n.id=V.H.Id.UUID(),n.fieldId=e,n}}class Kr{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"fieldId");V.H.Classes.BuildClass(this,e)}}class di{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);V.H.Classes.BuildClass(this,e)}}class mt{constructor(e){d(this,"id");d(this,"name","");d(this,"fieldId");V.H.Classes.BuildClass(this,e)}static Create(e){const n=new mt;return n.id=V.H.Id.UUID(),n.fieldId=e,n}}var Kd=Object.defineProperty,Ft=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&Kd(e,n,o),o};const st=class $n{constructor(e){d(this,"id");d(this,"name","");d(this,"code","");d(this,"valueTypeId");d(this,"order",0);d(this,"ageCompare",!1);d(this,"answerVariants",[]);d(this,"answerVariantsForDelete",[]);d(this,"fieldExamples",[]);d(this,"fieldVariants",[]);d(this,"valueType",new Jr);d(this,"fieldMeasures",[]);d(this,"showSet",!1);d(this,"showRadio",!1);d(this,"isEdit",!1);d(this,"children",[]);d(this,"parentId");d(this,"formSectionId");d(this,"selected",!1);V.H.Classes.BuildClass(this,e),this.changeRelation([this.valueType])}getMatrixX(){return this.answerVariants.filter(e=>!e.isMatrixY)}getMatrixY(){return this.answerVariants.filter(e=>e.isMatrixY)}static Create(e){const n=new $n;return n.id=V.H.Id.UUID(),n.formSectionId=e,n}getRegisterPropertyRadioOriginalValue(e){const n=this.answerVariants.find(r=>r.id===e);return n?n.name:""}addRadioItem(e){const n=new ot(e);n.order=this.answerVariants.length,this.answerVariants.push(n)}removeRadioItem(e){const n=this.answerVariants[e].id;n&&this.answerVariantsForDelete.push(n),this.answerVariants.splice(e,1)}changeRelation(e){const n=e.find(r=>r.id===this.valueTypeId);if(n){if(n.isRadio()){this.showRadio=!0,this.showSet=!1;return}if(n.isSet()){this.showSet=!0,this.showRadio=!1;return}this.showSet=!1,this.showRadio=!1,this.valueType=n}}editRegisterProperty(e){this.isEdit=e??!this.isEdit}sortExamples(){this.fieldExamples.forEach((e,n)=>e.order=n)}addRegisterPropertyMeasure(e){this.fieldMeasures.push(new di(e))}addRegisterPropertyVariant(){this.fieldVariants.push(new mt)}getIdWithoutDashes(){return this.id?this.id.replaceAll(/[^a-zA-Z]+/g,""):""}static GetClassName(){return"Field"}setType(e){this.valueType=e,this.valueTypeId=e.id}setName(e){this.name=e}addAnswerVariant(){const e=ot.Create(this.id);return e.name="Вариант",e.order=this.answerVariants.length,this.answerVariants.push(e),e}addChild(){const e=$n.Create();return e.parentId=this.id,e.name="Вопрос",e.order=this.children.length,this.children.push(e),e}addFieldVariant(){const e=mt.Create(this.id);return this.fieldVariants.push(e),e}copy(){const e=new $n(this);return e.id=V.H.Id.UUID(),e.answerVariants.forEach(n=>{n.id=V.H.Id.UUID(),n.fieldId=e.id}),e.children=e.children.map(n=>{const r=n.copy();return r.parentId=e.id,r}),e}};Ft([V.H.Classes.GetClassConstructor(ot)],st.prototype,"answerVariants"),Ft([V.H.Classes.GetClassConstructor(Kr)],st.prototype,"fieldExamples"),Ft([V.H.Classes.GetClassConstructor(mt)],st.prototype,"fieldVariants"),Ft([V.H.Classes.GetClassConstructor(di)],st.prototype,"fieldMeasures"),Ft([V.H.Classes.GetClassConstructor(st)],st.prototype,"children");let dn=st;class ui{constructor(e){d(this,"id");d(this,"answerId");d(this,"comment","");d(this,"fileInfoId");d(this,"fileInfo",new Pe);V.H.Classes.BuildClass(this,e)}}class at{constructor(e){d(this,"id");d(this,"answerVariantId");d(this,"answerVariantIdY");d(this,"fieldFillId");V.H.Classes.BuildClass(this,e)}static Create(e,n){const r=new at;return r.id=Oe(),r.fieldFillId=e,r.answerVariantId=n,r}static GetClassName(){return"selectedAnswerVariant"}}var eu=Object.defineProperty,eo=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&eu(e,n,o),o};const hi=class Ti{constructor(e){d(this,"id");d(this,"valueString");d(this,"valueOther");d(this,"valueNumber");d(this,"valueDate");d(this,"fileInfo",new Pe);d(this,"fileInfoId");d(this,"order",0);d(this,"selectedAnswerVariants",[]);d(this,"patientId");d(this,"fieldId");d(this,"formFillId");d(this,"answerVariantId");d(this,"filled",!1);d(this,"researchResultId");d(this,"answerFiles",[]);d(this,"answerFilesForDelete",[]);V.H.Classes.BuildClass(this,e)}setFilled(e){this.filled=e}static Create(e,n){const r=new Ti;return r.id=Oe(),r.fieldId=e.id,r.formFillId=n,r.order=e.order,r.valueNumber=0,r.valueString="",r.valueDate=new Date,r}setString(e){this.valueString=e,this.valueString&&(this.filled=this.valueString.length>0)}setNumber(e){this.valueNumber=e,this.valueNumber&&(this.filled=!0)}setOther(e){this.valueOther=e,this.valueOther&&(this.filled=this.valueOther.length>0)}setDate(e){this.valueDate=e,this.filled=!0}setRadio(e){this.answerVariantId=e,this.filled=!!this.answerVariantId}static CreateMany(e,n){return e.map(r=>Ti.Create(r,n))}addFile(){const e=new ui;return e.id=Oe(),e.answerId=this.id,this.answerFiles.push(e),e}getFileInfos(){const e=[];return this.answerFiles.forEach(n=>e.push(n.fileInfo)),e}getSelectedAnswerVariant(){return!0}setMatrixRadioValue(e,n){const r=at.Create(this.id,e);return r.answerVariantIdY=n,this.selectedAnswerVariants.push(r),this.filled=!0,r}getMatrixValue(e,n){return this.selectedAnswerVariants.find(r=>r.answerVariantId===e&&r.answerVariantIdY===n)}addSelectedAnswerVariant(e){const n=at.Create(this.id,e);return this.selectedAnswerVariants.push(n),this.filled=!0,n}static GetClassName(){return"answer"}showOther(e){const n=e.find(r=>r.showOther);return n?this.answerVariantId===n.id||this.selectedAnswerVariants.some(r=>r.answerVariantId===n.id):!1}};eo([V.H.Classes.GetClassConstructor(at)],hi.prototype,"selectedAnswerVariants"),eo([V.H.Classes.GetClassConstructor(ui)],hi.prototype,"answerFiles");let pt=hi;class tu{constructor(e){d(this,"id");d(this,"fieldId");V.H.Classes.BuildClass(this,e)}static GetClassName(){return"fieldFilter"}}var nu=Object.defineProperty,iu=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&nu(e,n,o),o};const to=class Ra{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"fields",[]);d(this,"formId");V.H.Classes.BuildClass(this,e)}static GetClassName(){return"formSection"}getN(){return`${this.order+1}`}getFieldN(e){return`${this.getN()}.${e+1}`}getSubFieldN(e,n){return`${this.getFieldN(e)}.${n+1}`}static Create(e){const n=new Ra;return n.id=V.H.Id.UUID(),n.formId=e,n}addField(){const e=dn.Create(this.id);return this.fields.push(e),this.sortFields(),e}sortFields(){this.fields.forEach((e,n)=>e.order=n)}getAnswerVariants(){const e=[];return this.fields.forEach(n=>e.push(...n.answerVariants)),e}};iu([V.H.Classes.GetClassConstructor(dn)],to.prototype,"fields");let un=to;var ru=Object.defineProperty,ou=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&ru(e,n,o),o};const no=class $a{constructor(e){d(this,"id");d(this,"name","");d(this,"order",0);d(this,"isLaboratory",!1);d(this,"formSections",[]);d(this,"isEdit",!1);d(this,"withDates",!1);d(this,"withScores",!1);d(this,"selectedForExport",!1);d(this,"filterString","");d(this,"showOnlyNotFilled",!1);d(this,"showOnlyFilled",!1);V.H.Classes.BuildClass(this,e)}static GetClassName(){return"Form"}static Create(){const e=new $a;return e.id=V.H.Id.UUID(),e}editRegisterGroup(e){this.isEdit=e??!this.isEdit}addFormSection(){const e=un.Create(this.id);return this.formSections.push(e),V.H.Sorter.Sort(this.formSections),e}getFields(){const e=this.formSections.map(r=>r.fields).flat(),n=e.map(r=>r.children).flat();return e.concat(n).filter(r=>r.children.length===0)}};ou([V.H.Classes.GetClassConstructor(un)],no.prototype,"formSections");let io=no;var su=Object.defineProperty,au=(t,e,n,r)=>{for(var o=void 0,s=t.length-1,a;s>=0;s--)(a=t[s])&&(o=a(e,n,o)||o);return o&&su(e,n,o),o};const ro=class Ia{constructor(e){d(this,"id");d(this,"date",new Date);d(this,"editMode",!1);d(this,"userFormId");d(this,"fillingPercentage",0);d(this,"fieldFills",[]);d(this,"num","");d(this,"formId");V.H.Classes.BuildClass(this,e)}static Create(e){const n=new Ia;return n.id=V.H.Id.UUID(),n.formId=e.id,n.fieldFills.push(...pt.CreateMany(e.getFields(),n.id)),n}addFieldFill(e){this.fieldFills.push(e)}getFieldFill(e){var n;return(n=this.fieldFills)==null?void 0:n.find(r=>r.fieldId===e)}pushRegisterProperty(e){const n=new pt;n.researchResultId=e,this.fieldFills.push(n)}getRegisterPropertyToPatient(e){return this.fieldFills.filter(n=>n.researchResultId===e)}getOrCreateFieldFill(e){let n=this.getFieldFill(e.id);return n||(n=pt.Create(e),this.addFieldFill(n)),n}getFileInfos(){const e=[];return this.fieldFills.forEach(n=>e.push(...n.getFileInfos())),e}calculateFilling(){const e=this.fieldFills.filter(r=>r.filled).length,n=this.fieldFills.length;this.fillingPercentage=Math.round(e/n*100)}getFieldFillByFieldId(e){return this.fieldFills.find(n=>n.fieldId===e)}getFieldVariantFieldFill(e){return this.fieldFills.find(n=>n.answerVariantId===e)}getFieldsFieldFillsMap(e){const n={};return e.forEach(r=>{var o;if(r.code){const s=(o=this.getFieldFillByFieldId(r.id))==null?void 0:o.valueNumber;n[r.code]=s}}),n}getIdWithoutDashes(){return this.id?this.id.replaceAll(/[^a-zA-Z]+/g,""):""}};au([V.H.Classes.GetClassConstructor(pt)],ro.prototype,"fieldFills");let oo=ro;const lu=Object.freeze(Object.defineProperty({__proto__:null,AnswerVariant:ot,Field:dn,FieldExample:Kr,FieldFill:pt,FieldFillFile:ui,FieldFilter:tu,FieldMeasure:di,FieldVariant:mt,Form:io,FormFill:oo,FormSection:un,SelectedAnswerVariant:at},Symbol.toStringTag,{value:"Module"}));let cu=class extends X{constructor(){super(ot,"answer-variants")}};const du=new cu;let uu=class extends X{constructor(){super(pt,"field-fills")}};const hu=new uu;let fu=class extends X{constructor(){super(dn,"fields")}};const mu=new fu;let pu=class extends X{constructor(){super(oo,"form-fills")}};const gu=new pu;let yu=class extends X{constructor(){super(un,"form-sections")}};const wu=new yu;let bu=class extends X{constructor(){super(io,"forms")}};const Cu=new bu;let Su=class extends X{constructor(){super(at,"selected-answer-variants")}};const ku=new Su,Eu=Object.freeze(Object.defineProperty({__proto__:null,C:lu,S:Object.freeze(Object.defineProperty({__proto__:null,AnswerVariants:du,FieldFills:hu,Fields:mu,FormFills:gu,FormSections:wu,Forms:Cu,SelectedAnswerVariants:ku},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class hn{constructor(e){d(this,"id");d(this,"name","");d(this,"label","");V.H.Classes.BuildClass(this,e)}static Create(e,n){const r=new hn;return r.id=V.H.Id.UUID(),r.name=e,r.label=n,r}}const vu=Object.freeze(Object.defineProperty({__proto__:null,ColorTheme:hn},Symbol.toStringTag,{value:"Module"}));let xu=class extends X{constructor(){super(hn,"color-themes")}};const Bu=new xu,Mu=Object.freeze(Object.defineProperty({__proto__:null,Docs:Qd,Forms:Eu,Settings:Object.freeze(Object.defineProperty({__proto__:null,C:vu,S:Object.freeze(Object.defineProperty({__proto__:null,ColorThemes:Bu},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}))},Symbol.toStringTag,{value:"Module"}));class Ru extends Ht{constructor(){super(...arguments);d(this,"label","Логин");d(this,"name","login");d(this,"validator",new Oi);d(this,"method",ct.Login);d(this,"id","field-auth-login")}}const $u={key:0,class:"mainblock"},Iu={class:"mainblock-right"},Au={class:"title"},Nu={class:"body"},so=v(i.defineComponent({__name:"AdaptiveContainer",props:{menuWidth:{type:String,required:!1,default:"0px"},mobileWidth:{type:String,required:!1,default:"1330px"}},setup(t){const e=t,n=i.ref(!1),r=i.ref(!0),o=i.ref(window.matchMedia("(max-width: 1330px)").matches),s=()=>{r.value=!r.value};return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(e.mobileWidth){case"1330px":return o.value=window.matchMedia("(max-width: 1330px)").matches;case"1024px":return o.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return o.value=window.matchMedia("(max-width: 768px)").matches}return o.value=window.matchMedia("(max-width: 1330px)").matches}),n.value=!0}),(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.renderSlot(a.$slots,"main",{},void 0,!0),i.unref(n)?(i.openBlock(),i.createElementBlock("div",$u,[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,maxWidth:i.unref(o)?"100%":t.menuWidth,marginLeft:i.unref(o)?"-110%":"0",position:i.unref(o)?"fixed":"relative",top:i.unref(o)?"140px":""})},[i.createElementVNode("div",{class:"left-menu",style:i.normalizeStyle({minWidth:i.unref(o)?"auto":t.menuWidth,boxShadow:i.unref(o)?"0 0px 10px 0px rgba(0 0 0 / 20%)":"",marginLeft:!i.unref(r)&&i.unref(o)?"110%":"0",borderTopLeftRadius:i.unref(o)?"0":"",borderBottomLeftRadius:i.unref(o)?"0":""}),onClick:c[0]||(c[0]=l=>s())},[i.renderSlot(a.$slots,"menu",{},void 0,!0)],4)],4),i.createElementVNode("div",Iu,[i.createElementVNode("div",Au,[i.createElementVNode("div",{class:"icon",style:i.normalizeStyle({display:i.unref(o)?"flex":"none"}),onClick:c[1]||(c[1]=l=>s())},[i.renderSlot(a.$slots,"icon",{},void 0,!0)],4),i.renderSlot(a.$slots,"title",{},void 0,!0)]),i.createElementVNode("div",Nu,[i.renderSlot(a.$slots,"body",{},void 0,!0)])])])):i.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-df55a859"]]),Pu={class:"mainblock-right"},Vu={class:"body"},ao=v(i.defineComponent({__name:"AdaptiveContainerHorizontal",props:{menuWidth:{type:String,required:!1,default:"0px"},leftWidth:{type:String,required:!1,default:"0px"},mobileWidth:{type:String,required:!1,default:"1330px"},titleSticky:{type:Boolean,required:!1,default:!1}},setup(t){const e=t,n=i.ref(!1),r=i.ref(!0),o=i.ref(window.matchMedia("(max-width: 1330px)").matches),s=()=>{r.value=!r.value};return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(e.mobileWidth){case"1330px":return o.value=window.matchMedia("(max-width: 1330px)").matches;case"1024px":return o.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return o.value=window.matchMedia("(max-width: 768px)").matches}return o.value=window.matchMedia("(max-width: 1330px)").matches}),n.value=!0}),(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.renderSlot(a.$slots,"main",{},void 0,!0),i.unref(n)?(i.openBlock(),i.createElementBlock("div",{key:0,class:"mainblock",style:i.normalizeStyle({display:i.unref(o)?"block":"flex"})},[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,display:t.leftWidth!=="0px"?"flex":"none",top:i.unref(o)?"58px":"80px"})},[i.createElementVNode("div",{class:"left-menu",style:i.normalizeStyle({minWidth:i.unref(o)?"100%":t.menuWidth,boxShadow:i.unref(o)?"0 0px 10px 0px rgba(0 0 0 / 20%)":"",marginLeft:(!i.unref(r)&&i.unref(o),"0"),overflowX:i.unref(o)?"scroll":"hidden",display:i.unref(o)?"flex":"block",background:i.unref(o)?"#ffffff":"",overflowY:i.unref(o)?"hidden":"auto"}),onClick:c[0]||(c[0]=l=>s())},[i.renderSlot(a.$slots,"menu",{},void 0,!0)],4)],4),i.createElementVNode("div",Pu,[i.createElementVNode("div",{class:"title",style:i.normalizeStyle({position:t.titleSticky?"sticky":"relative",top:t.titleSticky?i.unref(o)?"108px":"58px":"0",zIndex:t.titleSticky?"10":""})},[i.createElementVNode("div",{class:"icon",style:i.normalizeStyle({display:i.unref(o)?"flex":"none"}),onClick:c[1]||(c[1]=l=>s())},[i.renderSlot(a.$slots,"icon",{},void 0,!0)],4),i.renderSlot(a.$slots,"title",{},void 0,!0)],4),i.createElementVNode("div",Vu,[i.renderSlot(a.$slots,"body",{},void 0,!0)])])],4)):i.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-a7d519dd"]]),zu={class:"item"},Tu={class:"move"},Fu={class:"item-tools"},Du=["onClick"],Ou={class:"item-description"},Lu=["onUpdate:modelValue"],lo=v(i.defineComponent({__name:"AdminGallery",props:{fileList:{type:Array,reguired:!0,default:()=>[]},fileListForDelete:{type:Array,default:()=>[]},defaultRatio:{type:Number,required:!1,default:1},upload:{type:Boolean,required:!1,default:!0}},emits:["addImage","ratio","remove"],setup(t,{emit:e}){const n=t,r=e,o=async a=>{r("addImage",a)},s=async a=>{z.RemoveFromClassById(a.id,n.fileList,[]),r("remove",a)};return(a,c)=>{const l=i.resolveComponent("UploderImage"),u=i.resolveComponent("draggable"),h=i.resolveComponent("Move");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(u,{class:"groups",list:t.fileList,"item-key":"id",handle:".move",onEnd:c[0]||(c[0]=f=>i.unref(Ve).Sort(t.fileList))},{item:i.withCtx(({element:f,index:m})=>[i.createElementVNode("div",zu,[i.createElementVNode("div",Tu,[i.createElementVNode("div",Fu,[c[1]||(c[1]=i.createElementVNode("svg",{class:"icon-move"},[i.createElementVNode("use",{"xlink:href":"#move"})],-1)),i.createElementVNode("button",{class:"admin-del2",onClick:i.withModifiers(p=>s(f),["prevent"])},"Удалить",8,Du)]),i.createVNode(l,{"file-info":f,height:150,"default-ratio":t.defaultRatio,onRemoveFile:p=>i.unref(z).RemoveFromClassByIndex(m,t.fileList,t.fileListForDelete),onCrop:p=>o(f)},null,8,["file-info","default-ratio","onRemoveFile","onCrop"])]),i.createElementVNode("div",Ou,[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":p=>f.description=p,class:"item-description-form",placeholder:"..."},null,8,Lu),[[i.vModelText,f.description]])])])]),_:1},8,["list"]),i.createVNode(h)],64)}}}),[["__scopeId","data-v-d92b4a59"]]);var co=(t=>(t.XS="xs",t.S="s",t.M="m",t.L="l",t.XL="xl",t))(co||{});const Hu="p-button",qu=i.defineComponent({inheritAttrs:!1,__name:"PButton",props:{text:{type:String,default:"",required:!1},margin:{type:String,default:"",required:!1},padding:{type:String,default:"",required:!1},width:{type:String,default:"",required:!1},height:{type:String,default:"",required:!1},skin:{type:String,default:"base",required:!1},size:{type:String,default:co.M,required:!1},type:{type:String,default:he.Primary,required:!1},fontSize:{type:String,default:"",required:!1}},emits:["click"],setup(t,{emit:e}){const n=t,r=e,o=()=>{r("click")},s=i.computed(()=>J.JoinSnake(Hu,n.skin)),a=i.computed(()=>J.JoinSnake(s.value,n.type)),c=i.computed(()=>J.JoinSnake(s.value,n.size)),l=i.computed(()=>[s.value,a.value,c.value]);return(u,h)=>(i.openBlock(),i.createElementBlock("button",i.mergeProps(u.$attrs,{style:{margin:t.margin,padding:t.padding,maxWidth:t.width,minWidth:t.width,minHeight:t.height,maxHeight:t.height,fontSize:t.fontSize},class:i.unref(l),onClick:i.withModifiers(o,["prevent"])}),[i.renderSlot(u.$slots,"default",{},void 0,!0),i.createTextVNode(" "+i.toDisplayString(t.text),1)],16))}}),uo=v(qu,[["__scopeId","data-v-53c35681"]]),_u=["value"],ho=v(i.defineComponent({__name:"PCheckBox",props:i.mergeModels({label:{type:String,default:""},fontSize:{type:String,default:"14px"},value:{type:[String,Boolean],default:void 0},size:{type:String,default:"22px"},borderRadius:{type:String,default:""},padding:{type:String,default:""},margin:{type:String,default:""},width:{type:String,default:""}},{modelValue:{type:Boolean},modelModifiers:{}}),emits:i.mergeModels(["change"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=e,o=()=>{r("change",n.value)};return(s,a)=>{const c=i.resolveComponent("IconCheckDefault");return i.openBlock(),i.createElementBlock("div",{id:"some",class:"check-line",style:i.normalizeStyle({padding:t.padding,margin:t.margin,maxWidth:t.width})},[i.createElementVNode("label",{class:"check-field__label",style:i.normalizeStyle({fontSize:t.fontSize})},[i.withDirectives(i.createElementVNode("input",{"onUpdate:modelValue":a[0]||(a[0]=l=>n.value=l),class:"check-field__input",type:"checkbox",value:t.value,onChange:o},null,40,_u),[[i.vModelCheckbox,n.value]]),i.createElementVNode("div",{id:"abc",class:"box",style:i.normalizeStyle({width:t.size,height:t.size,borderRadius:t.borderRadius})},[n.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"check-icon",style:i.normalizeStyle({width:t.size,height:t.size})},[i.createVNode(c,{margin:"auto",size:t.size},null,8,["size"])],4)):i.createCommentVNode("",!0)],4),i.createTextVNode(" "+i.toDisplayString(t.label),1)],4)],4)}}}),[["__scopeId","data-v-c948e235"]]),Uu=["for"],Wu={class:"field"},ju={class:"left-field"},Gu=["id","value","name"],Zu={class:"right-field"},fo=v(i.defineComponent({__name:"PDatePicker",props:i.mergeModels({text:{type:String,default:"",required:!1},label:{type:String,default:"",required:!1},placeholder:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,default:"",required:!1}},{modelValue:{required:!0},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=a=>{const l=a.target.valueAsDate;l?(r.value=l,n("input",s(r.value))):(r.value=null,n("input",null))},s=a=>a?new Date(a.getTime()-a.getTimezoneOffset()*60*1e3).toISOString().split("T")[0]:"";return(a,c)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,Uu)):i.createCommentVNode("",!0),i.createElementVNode("div",Wu,[i.createElementVNode("div",ju,[i.renderSlot(a.$slots,"default",{},void 0,!0)]),i.createElementVNode("input",{id:t.label,max:"2100",min:"1900",value:s(r.value),class:"text-field__input",type:"date",name:t.label,onInput:o},null,40,Gu),i.createElementVNode("div",Zu,[i.renderSlot(a.$slots,"right",{},void 0,!0)])])],4))}}),[["__scopeId","data-v-60c7417a"]]),mo=v(i.defineComponent({inheritAttrs:!1,__name:"PFlex",props:{margin:{type:String,default:"",required:!1},padding:{type:String,default:"",required:!1},width:{type:String,default:"",required:!1},minWidth:{type:String,default:"",required:!1},maxWidth:{type:String,default:"",required:!1},height:{type:String,default:"",required:!1},justifyContent:{type:String,default:"",required:!1},background:{type:String,default:"",required:!1},alignItems:{type:String,default:"",required:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"flex-line",style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width,minWidth:t.minWidth,maxWidth:t.maxWidth,height:t.height,justifyContent:t.justifyContent,background:t.background,alignItems:t.alignItems})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-d9fdfe7d"]]);var Xu=Object.defineProperty,Ju=(t,e,n)=>e in t?Xu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n,fn=(t,e,n)=>Ju(t,typeof e!="symbol"?e+"":e,n);const po={"#":{pattern:/[0-9]/},"@":{pattern:/[a-zA-Z]/},"*":{pattern:/[a-zA-Z0-9]/}},go=(t,e,n)=>t.replaceAll(e,"").replace(n,".").replace("..",".").replace(/[^.\d]/g,""),yo=(t,e,n)=>{var r;return new Intl.NumberFormat(((r=n.number)==null?void 0:r.locale)??"en",{minimumFractionDigits:t,maximumFractionDigits:e,roundingMode:"trunc"})},Yu=(t,e=!0,n)=>{var r,o,s,a;const c=((r=n.number)==null?void 0:r.unsigned)==null&&t.startsWith("-")?"-":"",l=((o=n.number)==null?void 0:o.fraction)??0;let u=yo(0,l,n);const h=u.formatToParts(1000.12),f=((s=h.find(y=>y.type==="group"))==null?void 0:s.value)??" ",m=((a=h.find(y=>y.type==="decimal"))==null?void 0:a.value)??".",p=go(t,f,m);if(Number.isNaN(parseFloat(p)))return c;const b=p.split(".");if(b[1]!=null&&b[1].length>=1){const y=b[1].length<=l?b[1].length:l;u=yo(y,l,n)}let S=u.format(parseFloat(p));return e?l>0&&p.endsWith(".")&&!p.slice(0,-1).includes(".")&&(S+=m):S=go(S,f,m),c+S};let Qu=class{constructor(e={}){fn(this,"opts",{}),fn(this,"memo",new Map);const n={...e};if(n.tokens!=null){n.tokens=n.tokensReplace?{...n.tokens}:{...po,...n.tokens};for(const r of Object.values(n.tokens))typeof r.pattern=="string"&&(r.pattern=new RegExp(r.pattern))}else n.tokens=po;Array.isArray(n.mask)&&(n.mask.length>1?n.mask=[...n.mask].sort((r,o)=>r.length-o.length):n.mask=n.mask[0]??""),n.mask===""&&(n.mask=null),this.opts=n}masked(e){return this.process(e,this.findMask(e))}unmasked(e){return this.process(e,this.findMask(e),!1)}isEager(){return this.opts.eager===!0}isReversed(){return this.opts.reversed===!0}completed(e){const n=this.findMask(e);if(this.opts.mask==null||n==null)return!1;const r=this.process(e,n).length;return typeof this.opts.mask=="string"?r>=this.opts.mask.length:r>=n.length}findMask(e){const n=this.opts.mask;if(n==null)return null;if(typeof n=="string")return n;if(typeof n=="function")return n(e);const r=this.process(e,n.slice(-1).pop()??"",!1);return n.find(o=>this.process(e,o,!1).length>=r.length)??""}escapeMask(e){const n=[],r=[];return e.split("").forEach((o,s)=>{o==="!"&&e[s-1]!=="!"?r.push(s-r.length):n.push(o)}),{mask:n.join(""),escaped:r}}process(e,n,r=!0){if(this.opts.number!=null)return Yu(e,r,this.opts);if(n==null)return e;const o=`v=${e},mr=${n},m=${r?1:0}`;if(this.memo.has(o))return this.memo.get(o);const{mask:s,escaped:a}=this.escapeMask(n),c=[],l=this.opts.tokens!=null?this.opts.tokens:{},u=this.isReversed()?-1:1,h=this.isReversed()?"unshift":"push",f=this.isReversed()?0:s.length-1,m=this.isReversed()?()=>y>-1&&B>-1:()=>y<s.length&&B<e.length,p=O=>!this.isReversed()&&O<=f||this.isReversed()&&O>=f;let b,S=-1,y=this.isReversed()?s.length-1:0,B=this.isReversed()?e.length-1:0,D=!1;for(;m();){const O=s.charAt(y),A=l[O],j=(A==null?void 0:A.transform)!=null?A.transform(e.charAt(B)):e.charAt(B);if(!a.includes(y)&&A!=null?(j.match(A.pattern)!=null?(c[h](j),A.repeated?(S===-1?S=y:y===f&&y!==S&&(y=S-u),f===S&&(y-=u)):A.multiple&&(D=!0,y-=u),y+=u):A.multiple?D&&(y+=u,B-=u,D=!1):j===b?b=void 0:A.optional&&(y+=u,B-=u),B+=u):(r&&!this.isEager()&&c[h](O),j===O&&!this.isEager()?B+=u:b=O,this.isEager()||(y+=u)),this.isEager())for(;p(y)&&(l[s.charAt(y)]==null||a.includes(y));){if(r){if(c[h](s.charAt(y)),e.charAt(B)===s.charAt(y)){y+=u,B+=u;continue}}else s.charAt(y)===e.charAt(B)&&(B+=u);y+=u}}return this.memo.set(o,c.join("")),this.memo.get(o)}};const wo=t=>JSON.parse(t.replaceAll("'",'"')),Ku=(t,e={})=>{const n={...e};t.dataset.maska!=null&&t.dataset.maska!==""&&(n.mask=eh(t.dataset.maska)),t.dataset.maskaEager!=null&&(n.eager=mn(t.dataset.maskaEager)),t.dataset.maskaReversed!=null&&(n.reversed=mn(t.dataset.maskaReversed)),t.dataset.maskaTokensReplace!=null&&(n.tokensReplace=mn(t.dataset.maskaTokensReplace)),t.dataset.maskaTokens!=null&&(n.tokens=th(t.dataset.maskaTokens));const r={};return t.dataset.maskaNumberLocale!=null&&(r.locale=t.dataset.maskaNumberLocale),t.dataset.maskaNumberFraction!=null&&(r.fraction=parseInt(t.dataset.maskaNumberFraction)),t.dataset.maskaNumberUnsigned!=null&&(r.unsigned=mn(t.dataset.maskaNumberUnsigned)),(t.dataset.maskaNumber!=null||Object.values(r).length>0)&&(n.number=r),n},mn=t=>t!==""?!!JSON.parse(t):!0,eh=t=>t.startsWith("[")&&t.endsWith("]")?wo(t):t,th=t=>{if(t.startsWith("{")&&t.endsWith("}"))return wo(t);const e={};return t.split("|").forEach(n=>{const r=n.split(":");e[r[0]]={pattern:new RegExp(r[1]),optional:r[2]==="optional",multiple:r[2]==="multiple",repeated:r[2]==="repeated"}}),e};let nh=class{constructor(e,n={}){fn(this,"items",new Map),fn(this,"onInput",r=>{if(r instanceof CustomEvent&&r.type==="input"&&!r.isTrusted&&!r.bubbles)return;const o=r.target,s=this.items.get(o),a="inputType"in r&&r.inputType.startsWith("delete"),c=s.isEager(),l=a&&c&&s.unmasked(o.value)===""?"":o.value;this.fixCursor(o,a,()=>this.setValue(o,l))}),this.options=n,this.init(this.getInputs(e))}update(e={}){this.options={...e},this.init(Array.from(this.items.keys()))}updateValue(e){e.value!==""&&e.value!==this.processInput(e).masked&&this.setValue(e,e.value)}destroy(){for(const e of this.items.keys())e.removeEventListener("input",this.onInput);this.items.clear()}init(e){const n=this.getOptions(this.options);for(const r of e){this.items.has(r)||r.addEventListener("input",this.onInput,{capture:!0});const o=new Qu(Ku(r,n));this.items.set(r,o),queueMicrotask(()=>this.updateValue(r)),r.selectionStart===null&&o.isEager()&&console.warn("Maska: input of `%s` type is not supported",r.type)}}getInputs(e){return typeof e=="string"?Array.from(document.querySelectorAll(e)):"length"in e?Array.from(e):[e]}getOptions(e){const{onMaska:n,preProcess:r,postProcess:o,...s}=e;return s}fixCursor(e,n,r){const o=e.selectionStart,s=e.value;if(r(),o===null||o===s.length&&!n)return;const a=e.value,c=s.slice(0,o),l=a.slice(0,o),u=this.processInput(e,c).unmasked,h=this.processInput(e,l).unmasked;let f=o;c!==l&&(f+=n?a.length-s.length:u.length-h.length),e.setSelectionRange(f,f)}setValue(e,n){const r=this.processInput(e,n);e.value=r.masked,this.options.onMaska!=null&&(Array.isArray(this.options.onMaska)?this.options.onMaska.forEach(o=>o(r)):this.options.onMaska(r)),e.dispatchEvent(new CustomEvent("maska",{detail:r})),e.dispatchEvent(new CustomEvent("input",{detail:r.masked}))}processInput(e,n){const r=this.items.get(e);let o=n??e.value;this.options.preProcess!=null&&(o=this.options.preProcess(o));let s=r.masked(o);return this.options.postProcess!=null&&(s=this.options.postProcess(s)),{masked:s,unmasked:r.unmasked(o),completed:r.completed(o)}}};const fi=new WeakMap,ih=(t,e)=>{if(t.arg==null||t.instance==null)return;const n="setup"in t.instance.$.type;t.arg in t.instance?t.instance[t.arg]=e:n&&console.warn("Maska: please expose `%s` using defineExpose",t.arg)},bo=(t,e)=>{var n;const r=t instanceof HTMLInputElement?t:t.querySelector("input");if(r==null||(r==null?void 0:r.type)==="file")return;let o={};if(e.value!=null&&(o=typeof e.value=="string"?{mask:e.value}:{...e.value}),e.arg!=null){const s=a=>{const c=e.modifiers.unmasked?a.unmasked:e.modifiers.completed?a.completed:a.masked;ih(e,c)};o.onMaska=o.onMaska==null?s:Array.isArray(o.onMaska)?[...o.onMaska,s]:[o.onMaska,s]}fi.has(r)?(n=fi.get(r))==null||n.update(o):fi.set(r,new nh(r,o))},rh=["for"],oh={class:"left-field"},sh=["disabled"],ah={class:"right-field"},Co=v(i.defineComponent({__name:"PInput",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1},padding:{type:String,default:"",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t){const e=i.useModel(t,"modelValue");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,rh)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",oh,[i.renderSlot(n.$slots,"default",{},void 0,!0)]),i.withDirectives(i.createElementVNode("input",i.mergeProps(n.$attrs,{"onUpdate:modelValue":r[0]||(r[0]=o=>e.value=o),class:"text-field__input",style:{color:t.color},disabled:t.disabled,onBlur:r[1]||(r[1]=o=>n.$emit("blur",e.value)),onInput:r[2]||(r[2]=o=>n.$emit("input",e.value))}),null,16,sh),[[i.vModelDynamic,e.value],[i.unref(bo),t.mask]]),i.createElementVNode("div",ah,[i.renderSlot(n.$slots,"right",{},void 0,!0)])],4)],4))}}),[["__scopeId","data-v-4e2bdb1a"]]),So=i.defineComponent({__name:"PInputDate",props:i.mergeModels({placeholder:{type:String,default:"Укажите дату"},width:{type:String,required:!1,default:"auto"},margin:{type:String,required:!1,default:""},label:{type:String,default:"",required:!1}},{modelValue:{default:new Date},modelModifiers:{}}),emits:i.mergeModels(["update:modelValue","change","beforeChange"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=Le.Format(r.value),s=i.ref(o),a=l=>{if(!c(l))return;const u=Le.FromRuStr(l);r.value=u,n("beforeChange",u),n("change",u)},c=l=>l.length!=10?(s.value=o,fe.Error("Неверный формат даты"),!1):Number(s.value.slice(0,2))>31?(s.value=o,fe.Error("Неверный день месяца"),!1):Number(s.value.slice(3,5))>12?(s.value=o,fe.Error("Неверный месяц"),!1):Number(s.value.slice(6,10))>2100?(s.value=o,fe.Error("Неверный год"),!1):!0;return(l,u)=>{const h=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock("div",{class:"style-container",style:i.normalizeStyle({width:t.width,position:"relative"})},[i.createVNode(h,{modelValue:i.unref(s),"onUpdate:modelValue":u[0]||(u[0]=f=>i.isRef(s)?s.value=f:null),mask:"##.##.####",placeholder:t.placeholder,margin:t.margin,label:t.label,onBlur:a,onKeydown:i.withKeys(i.withModifiers(f=>{},["prevent"]),["enter"])},null,8,["modelValue","placeholder","margin","label","onKeydown"])],4)}}}),lh=v(i.defineComponent({__name:"IconMinus",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#minus"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"minus",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},[i.createElementVNode("path",{d:"M19.4995 13.8856H5.53125V11.8926H19.4995V13.8856Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-582bd65a"]]),ch=v(i.defineComponent({__name:"IconPlus",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#plus"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"plus",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 25 25"},[i.createElementVNode("path",{d:"M11.3263 19.8672V13.8881H5.33984V11.8951H11.3263V5.91602H13.3217V11.8951H19.3081V13.8881H13.3217V19.8672H11.3263Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-1f1f064c"]]),dh=["for"],uh={class:"number"},hh=["disabled"],ko=v(i.defineComponent({__name:"PInputNumber",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,default:"",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1},disabled:{type:Boolean,required:!1,default:!1},max:{type:Number,default:100,required:!1},min:{type:Number,default:-100,required:!1},step:{type:Number,default:1,required:!1}},{modelValue:{default:"0"},modelModifiers:{}}),emits:i.mergeModels(["blur","input","change"],["update:modelValue"]),setup(t,{emit:e}){const n=e,r=i.useModel(t,"modelValue"),o=i.computed(()=>r.value??""),s=t,a=u=>{const h=u.toString();return h.includes(".")?h.split(".")[1].length:0},c=()=>{if(!s.disabled&&parseFloat(o.value)<s.max){const u=a(s.step);r.value=(parseFloat(o.value)+parseFloat(s.step.toString())).toFixed(u),n("change",r)}},l=()=>{if(!s.disabled&&parseFloat(o.value)>s.min){const u=a(s.step);r.value=(parseFloat(o.value)-parseFloat(s.step.toString())).toFixed(u),n("change",r)}};return i.onBeforeMount(()=>{parseFloat(o.value)<s.min&&(r.value=s.min.toString())}),(u,h)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,dh)):i.createCommentVNode("",!0),i.createElementVNode("div",uh,[i.createElementVNode("button",{class:"number-minus",type:"button",onClick:l},[i.createElementVNode("div",{class:i.normalizeClass(t.disabled||parseFloat(r.value)<=t.min?"icon-minus-disabled":"icon-minus")},[i.createVNode(lh)],2)]),i.withDirectives(i.createElementVNode("input",i.mergeProps(u.$attrs,{"onUpdate:modelValue":h[0]||(h[0]=f=>r.value=f),class:"input-field",type:"number",disabled:t.disabled,style:{color:t.disabled?"#828587":t.color,background:t.disabled?"var(--input-readonly-background)":""},onBlur:h[1]||(h[1]=f=>u.$emit("blur",i.unref(o))),onInput:h[2]||(h[2]=f=>u.$emit("input",i.unref(o)))}),null,16,hh),[[i.vModelText,r.value]]),i.createElementVNode("button",{class:"number-plus",style:i.normalizeStyle({transform:t.disabled?"none":"transform: scale(1.2, 1.2)"}),type:"button",onClick:c},[i.createElementVNode("div",{class:i.normalizeClass(t.disabled||parseFloat(r.value)>=t.max?"icon-plus-disabled":"icon-plus")},[i.createVNode(ch)],2)],4)])],4))}}),[["__scopeId","data-v-b2c5d551"]]),Eo=v(i.defineComponent({__name:"PLeftSlider",props:{open:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},border:{type:Boolean,default:!0},shift:{type:Boolean,default:!0},widthClosed:{type:String,required:!1,default:"30px"},widthOpened:{type:String,required:!1,default:"300px"},titleOpen:{type:String,required:!1,default:"Скрыть меню"},titleClose:{type:String,required:!1,default:"Показать меню"},background:{type:String,required:!1,default:"inherit"}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock(i.Fragment,null,[t.shift?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,style:i.normalizeStyle({minWidth:t.widthClosed,maxWidth:t.widthClosed})},null,4)),i.createElementVNode("div",{class:"LS-body",style:i.normalizeStyle({marginLeft:i.unref(o)?"0":`calc(${t.widthClosed} - ${t.widthOpened})`,minWidth:t.widthOpened,maxWidth:t.widthOpened,boxShadow:t.shadow?"5px 0 5px -3px rgba(0,0,0,0.3)":"none",position:t.shift?"relative":"absolute",background:t.background})},[i.createElementVNode("div",{class:"LS-content",style:i.normalizeStyle({width:`calc(${t.widthOpened} - ${t.widthClosed})`})},[i.renderSlot(a.$slots,"default",{},void 0,!0)],4),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({width:t.widthClosed}),onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleOpen,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleClose,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"]))],4)],4)],64)}}}),[["__scopeId","data-v-2af70fa2"]]),vo=v(i.defineComponent({__name:"PList",props:{margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"300px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("ul",{style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-eaa10a96"]]),xo=v(i.defineComponent({__name:"PListItem",props:{margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},showDivider:{type:Boolean,required:!1,default:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("li",{style:i.normalizeStyle({margin:t.margin,padding:t.padding,borderBottom:t.showDivider?"1px solid":"none"})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-93410b0d"]]),fh=["for"],mh=["id","name","checked","value"],Bo=v(i.defineComponent({__name:"PRadio",props:i.mergeModels({label:{type:String,default:""},name:{type:String,default:"group"},fontSize:{type:String,default:"14px"},size:{type:String,default:"20px"},borderRadius:{type:String,default:""},padding:{type:String,default:""},margin:{type:String,default:""},width:{type:String,default:"auto"},value:{type:[String,Boolean],default:void 0}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["change"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=e,o=t,s=ce.GUID(),a=i.computed(()=>n.value===o.value),c=()=>{r("change",o.value)};return(l,u)=>(i.openBlock(),i.createElementBlock("div",{class:"radio-line",style:i.normalizeStyle({padding:t.padding,margin:t.margin,maxWidth:t.width})},[i.createElementVNode("label",{class:"radio-field__label",for:i.unref(s),style:i.normalizeStyle({fontSize:t.fontSize})},[i.withDirectives(i.createElementVNode("input",{id:i.unref(s),"onUpdate:modelValue":u[0]||(u[0]=h=>n.value=h),name:t.name,checked:i.unref(a),class:"radio-field__input",type:"radio",value:t.value},null,8,mh),[[i.vModelRadio,n.value]]),i.createElementVNode("div",{class:"box",style:i.normalizeStyle({width:t.size,height:t.size,borderRadius:t.borderRadius}),onClick:c},[n.value===t.value?(i.openBlock(),i.createElementBlock("div",{key:0,class:"radio-dot",style:i.normalizeStyle({width:`calc(${t.size} - 50%)`,height:`calc(${t.size} - 50%)`})},null,4)):i.createCommentVNode("",!0)],4),i.createElementVNode("span",{onClick:c},i.toDisplayString(t.label),1)],12,fh)],4))}}),[["__scopeId","data-v-25033aee"]]),ph={class:"wrapper"},gh={class:"content"},Mo=v(i.defineComponent({__name:"PRightSlider",props:{open:{type:Boolean,default:!1},shadow:{type:Boolean,default:!0},border:{type:Boolean,default:!0},shift:{type:Boolean,default:!0},widthClosed:{type:String,required:!1,default:"30px"},widthOpened:{type:String,required:!1,default:"300px"},titleOpen:{type:String,required:!1,default:"Скрыть"},titleClose:{type:String,required:!1,default:"Показать"},background:{type:String,required:!1,default:"inherit"}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",ph,[i.createElementVNode("div",gh,[i.renderSlot(a.$slots,"content",{},void 0,!0)]),i.createElementVNode("div",{class:"RS-body",style:i.normalizeStyle({marginRight:i.unref(o)?"0":`calc(${t.widthClosed} - ${t.widthOpened})`,minWidth:t.widthOpened,maxWidth:t.widthOpened,boxShadow:t.shadow?"-5px 0 5px -3px rgba(0,0,0,0.3)":"none",position:t.shift?"relative":"absolute"})},[i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({width:t.widthClosed}),onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleOpen,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleClose,"font-size":"16px",padding:"0",color:"inherit"},null,8,["string"]))],4),i.createElementVNode("div",{class:"RS-content",style:i.normalizeStyle({width:`calc(${t.widthOpened} - ${t.widthClosed} - 2px)`,background:t.background})},[i.renderSlot(a.$slots,"default",{},void 0,!0)],4)],4)])}}}),[["__scopeId","data-v-e076619a"]]),pn=v(i.defineComponent({__name:"IconClose",props:{size:{type:String,default:"24px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#close"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"close",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 28 28"},[i.createElementVNode("path",{d:"M7.53508 7.18138C7.03684 7.5158 6.86132 8.14496 7.1161 8.66643C7.18971 8.8138 8.02201 9.69236 9.44881 11.1207C10.6718 12.345 11.8211 13.49 12.0023 13.6714L12.3251 14.0058L9.80551 16.5224C7.92576 18.4043 7.25199 19.1184 7.14441 19.3225C6.83867 19.9346 7.0425 20.5865 7.637 20.8926C7.89745 21.0286 8.41268 21.0343 8.6618 20.9096C8.76372 20.8585 10.0037 19.6626 11.4191 18.2455L14.001 15.6666L16.5432 18.2229C18.1964 19.8723 19.1703 20.8132 19.3232 20.8869C19.5779 21.0116 20.0309 21.0399 20.2913 20.9379C20.5178 20.8529 20.8632 20.5015 20.9368 20.2747C21.0274 19.9913 21.0161 19.5719 20.9028 19.3508C20.8519 19.2431 19.6516 17.9961 18.2361 16.5791L15.6656 14.0001L18.2191 11.4495C19.7138 9.95309 20.8179 8.80813 20.8858 8.6721C21.0104 8.42837 21.0387 7.98058 20.9425 7.73119C20.8519 7.50446 20.5971 7.23239 20.3593 7.11336C20.0988 6.97733 19.6516 6.96599 19.3628 7.08502C19.2212 7.14737 18.3097 8.01459 16.5771 9.74904L14.001 12.328L11.4191 9.75471C9.6583 7.99192 8.77504 7.14737 8.63349 7.08502C8.51459 7.03968 8.28246 7 8.1126 7C7.86347 7 7.76156 7.03401 7.53508 7.18138Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-cbcad2a0"]]),yh=["for"],wh={class:"field"},bh={class:"left-field"},Ch={class:"arrow"},Sh={selected:"",hidden:""},kh={class:"right-field"},Ro=v(i.defineComponent({inheritAttrs:!1,__name:"PSelect",props:i.mergeModels({label:{type:String,default:"",required:!1},placeholder:{type:String,default:"",required:!1},value:{type:String,default:"",required:!1},readonly:{type:Boolean,default:!1,required:!1},disabled:{type:Boolean,default:!1,required:!1},margin:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},clearable:{type:Boolean,required:!1,default:!0},width:{type:String,required:!1,default:""},borderColor:{type:String,required:!1,default:""},color:{type:String,required:!1,default:""}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["change","clear"],["update:modelValue"]),setup(t,{emit:e}){const n=i.useModel(t,"modelValue"),r=i.ref(!0),o=e,s=i.ref(!1),a=()=>{r.value=!1,o("change",n.value)},c=()=>{n.value=void 0,o("clear",void 0),o("change",void 0),r.value=!0};return(l,u)=>{const h=i.resolveComponent("IconSelectArrow");return i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding,width:t.width})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,yh)):i.createCommentVNode("",!0),i.createElementVNode("div",wh,[i.createElementVNode("div",bh,[i.renderSlot(l.$slots,"left",{},void 0,!0)]),i.createElementVNode("div",{class:"sl",onMouseover:u[1]||(u[1]=f=>s.value=!0),onMouseleave:u[2]||(u[2]=f=>s.value=!1)},[t.clearable?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:0,class:"clear",onClick:c},[i.createVNode(pn,{margin:"0"})],512)),[[i.vShow,i.unref(s)]]):i.createCommentVNode("",!0),i.createElementVNode("div",Ch,[i.createVNode(h,{margin:"2px 2px 0 0"})]),i.withDirectives(i.createElementVNode("select",i.mergeProps(l.$attrs,{"onUpdate:modelValue":u[0]||(u[0]=f=>n.value=f),class:"text-field__input",onChange:a}),[i.createElementVNode("option",Sh,i.toDisplayString(t.placeholder),1),i.renderSlot(l.$slots,"default",{},void 0,!0)],16),[[i.vModelSelect,n.value]])],32),i.createElementVNode("div",kh,[i.renderSlot(l.$slots,"right",{},void 0,!0)])])],4)}}}),[["__scopeId","data-v-b6231bca"]]),$o=v(i.defineComponent({__name:"PSticky",props:{shadow:{type:Boolean,default:!1},zIndex:{type:Number,default:0},background:{type:String,default:"inherit"},padding:{type:String,default:"0"},top:{type:String,default:"0"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"sticky-block",style:i.normalizeStyle({zIndex:1+t.zIndex,top:t.top,background:t.background,padding:t.padding,boxShadow:t.shadow?"0 0 5px 2px rgba(0,0,0,0.3)":"none"})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-01876330"]]),Eh=["innerHTML"],vh={key:1},Io=v(i.defineComponent({__name:"PString",props:{string:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"var(--font-color)"},fontSize:{type:String,required:!1,default:"var(--font-size-default)"},fontWeight:{type:String,required:!1,default:""},background:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:""},minWidth:{type:String,required:!1,default:""},margin:{type:String,required:!1,default:""},customClass:{type:String,required:!1,default:""},justifyContent:{type:String,required:!1,default:"center"},isHtml:{type:Boolean,required:!1,default:!1}},emits:["click"],setup(t){const e=t,n={color:e.color,fontSize:e.fontSize,fontWeight:e.fontWeight,background:e.background,padding:e.padding,width:e.width,maxWidth:e.width,minWidth:e.minWidth,margin:e.margin,justifyContent:e.justifyContent};return(r,o)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["string",t.customClass]),style:n,onClick:o[0]||(o[0]=s=>r.$emit("click"))},[t.isHtml?(i.openBlock(),i.createElementBlock("span",{key:0,innerHTML:t.string},null,8,Eh)):(i.openBlock(),i.createElementBlock("span",vh,i.toDisplayString(t.string),1))],2))}}),[["__scopeId","data-v-98febd87"]]),xh=["for"],Bh={class:"left-field"},Mh={class:"right-field"},Ao=v(i.defineComponent({__name:"PTextarea",props:i.mergeModels({label:{type:String,default:"",required:!1},margin:{type:String,required:!1,default:"0"},padding:{type:String,default:"0",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1}},{modelValue:{},modelModifiers:{}}),emits:i.mergeModels(["blur","input"],["update:modelValue"]),setup(t){const e=i.useModel(t,"modelValue");return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,xh)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",Bh,[i.renderSlot(n.$slots,"default",{},void 0,!0)]),i.withDirectives(i.createElementVNode("textarea",i.mergeProps(n.$attrs,{"onUpdate:modelValue":r[0]||(r[0]=o=>e.value=o),class:"text-field__input",style:{color:t.color},onBlur:r[1]||(r[1]=o=>n.$emit("blur",e.value)),onInput:r[2]||(r[2]=o=>n.$emit("input",e.value))}),null,16),[[i.vModelText,e.value],[i.unref(bo),t.mask]]),i.createElementVNode("div",Mh,[i.renderSlot(n.$slots,"right",{},void 0,!0)])],4)],4))}}),[["__scopeId","data-v-2a2e858d"]]),Rh={class:"top-slider-content"},$h={class:"center"},No=v(i.defineComponent({__name:"PTopSlider",props:{sliderOffHeight:{type:String,required:!1,default:"53px"},sliderOnHeight:{type:String,required:!1,default:"220px"},background:{type:String,required:!1,default:"inherit"},open:{type:Boolean,default:!1}},emits:["open"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.open);i.watch(()=>n.open,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("open",a)};return(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:[c[0]||(c[0]=i.withModifiers(l=>o.value=!0,["prevent"])),c[1]||(c[1]=i.withModifiers(()=>{},["stop"]))]})),i.createElementVNode("div",{class:"top-slider",style:i.normalizeStyle({marginTop:i.unref(o)?"0":`calc(${t.sliderOffHeight} - ${t.sliderOnHeight})`,height:t.sliderOnHeight}),onClick:c[3]||(c[3]=i.withModifiers(()=>{},["stop"]))},[i.createElementVNode("div",Rh,[i.createElementVNode("div",$h,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({height:t.sliderOffHeight}),onClick:c[2]||(c[2]=l=>s(!i.unref(o)))},[i.renderSlot(a.$slots,"title",{},void 0,!0)],4)],4)],64))}}),[["__scopeId","data-v-863b4aff"]]),Po=i.defineComponent({__name:"AuthModal",emits:["submit"],setup(t){const e=()=>{Ne.Form.Reset(),Ne.Modal.Close()};return(n,r)=>{const o=i.resolveComponent("AuthForm"),s=i.resolveComponent("PModal");return i.openBlock(),i.createBlock(s,{show:i.unref(Ne).Modal.IsVisible(),closable:i.unref(Ne).Modal.IsClosable(),onClose:e},{default:i.withCtx(()=>[i.createVNode(o,{width:"760px",onAction:r[0]||(r[0]=a=>n.$emit("submit"))})]),_:1},8,["show","closable"])}}}),mi=v(i.defineComponent({__name:"GridContainer",props:{maxWidth:{type:String,required:!1,default:""},width:{type:String,required:!1,default:"100%"},background:{type:String,required:!1,default:"inherit"},gridGap:{type:String,required:!1,default:"10px"},gridTemplateColumns:{type:String,required:!1,default:"repeat(auto-fit, minmax(250px, 1fr))"},gridTemplateRows:{type:String,required:!1,default:"repeat(0 0px)"},margin:{type:String,required:!1,default:"10px 0 0 0"},customClass:{type:String,required:!1,default:""}},setup(t){return i.useCssVars(e=>({d143e9f0:t.maxWidth,b9d56180:t.width,"52bd0ff4":t.background,"1795aeac":t.gridGap,"0cfa7c52":t.gridTemplateColumns,"0c6d2a1f":t.gridTemplateRows,a3ccd918:t.margin})),(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:i.normalizeClass(["grid-block",t.customClass])},[i.renderSlot(e.$slots,"default",{},void 0,!0)],2))}}),[["__scopeId","data-v-a3c4743c"]]);var qe=(t=>(t.None="None",t.Next="Next",t.Prev="Prev",t))(qe||{});const Ih={class:"container"},Ah={class:"slide-box"},Nh={class:"link-number"},Ph=["id","onClick"],Vo=v(i.defineComponent({__name:"CarouselImages",props:{events:{type:Array,required:!0},quantity:{type:Number,default:1,required:!1},animationTime:{type:Number,default:500},height:{type:String,default:"360px"},maxHeight:{type:String,default:"360px"},startActiveGroupIndex:{type:Number,default:0}},emits:["openModalWindow"],setup(t){i.useCssVars(p=>({a8527066:n}));const e=t,n=`${e.animationTime}ms`,r=i.ref(e.startActiveGroupIndex),o=i.ref(qe.None),s=i.ref(_r(e.events,e.quantity)),a=i.computed(()=>s.value[r.value]);i.onMounted(()=>{});const c=()=>r.value=r.value+1<s.value.length?r.value+1:0,l=()=>r.value=r.value-1<0?s.value.length-1:r.value-1,u=p=>{o.value=p,setTimeout(()=>o.value=qe.None,e.animationTime)},h=p=>{p!=r.value&&(u(p<r.value?qe.Prev:qe.Next),setTimeout(()=>r.value=p,e.animationTime/2))},f=()=>{u(qe.Next),setTimeout(c,e.animationTime/2)},m=()=>{u(qe.Prev),setTimeout(l,e.animationTime/2)};return(p,b)=>(i.openBlock(),i.createElementBlock("div",{class:"field",style:i.normalizeStyle({height:t.height,maxHeight:t.maxHeight})},[i.createElementVNode("div",Ih,[(i.openBlock(),i.createElementBlock("svg",{class:"icon-arrow",onClick:b[0]||(b[0]=i.withModifiers(S=>m(),["stop"]))},b[2]||(b[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-prev"},null,-1)]))),i.createElementVNode("div",Ah,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(a),(S,y)=>(i.openBlock(),i.createElementBlock("div",{key:y,class:i.normalizeClass({animationnext:i.unref(o)===i.unref(qe).Next,animationprev:i.unref(o)===i.unref(qe).Prev})},b[3]||(b[3]=[i.createElementVNode("div",{class:"image"},[i.createElementVNode("div",{class:"image-box"})],-1)]),2))),128))]),(i.openBlock(),i.createElementBlock("svg",{class:"icon-arrow",onClick:b[1]||(b[1]=i.withModifiers(S=>f(),["stop"]))},b[4]||(b[4]=[i.createElementVNode("use",{"xlink:href":"#arrow-next"},null,-1)])))]),i.createElementVNode("div",Nh,[i.createVNode(mi,{"grid-template-columns":"repeat(auto-fit, minmax(26px, 1fr))","grid-gap":"5px",margin:"0"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),(S,y)=>(i.openBlock(),i.createElementBlock("div",{id:y.toString(),key:y,class:"number",style:i.normalizeStyle({background:y.toString()===i.unref(r).toString()?"#9D9D9D":""}),onClick:i.withModifiers(B=>h(y),["stop"])},i.toDisplayString(y+1),13,Ph))),128))]),_:1})])],4))}}),[["__scopeId","data-v-a5d87987"]]),zo=i.defineComponent({__name:"ContextWindow",props:{x:{type:Number,default:-1},y:{type:Number,default:-1}},emits:["close"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.x),s=i.ref(n.y),a=i.computed(()=>o.value+"px"),c=i.computed(()=>s.value+"px"),l=()=>{r("close")};return(u,h)=>{const f=i.resolveDirective("click-outside");return i.withDirectives((i.openBlock(),i.createElementBlock("div",{class:"context-window",style:i.normalizeStyle({left:i.unref(a),top:i.unref(c)})},[i.renderSlot(u.$slots,"default")],4)),[[f,l]])}}}),Vh={class:"date-range"},To=v(i.defineComponent({__name:"DateInputRange",props:{start:{type:Date,default:void 0},end:{type:Date,default:void 0}},emits:["update:start","update:end","setStart","setEnd"],setup(t,{emit:e}){const n=t,r=e;i.watch(()=>[n.start,n.end],()=>{n.start||(o.value=void 0),n.end||(s.value=void 0)});const o=i.ref(n.start),s=i.ref(n.end),a=l=>{o.value=l,!(!n.end||l>n.end)&&(r("update:start",l),r("setStart",l))},c=l=>{s.value=l,!(!n.start||l<n.start)&&(r("update:end",l),r("setEnd",l))};return(l,u)=>{const h=i.resolveComponent("PInputDate");return i.openBlock(),i.createElementBlock("div",Vh,[i.createVNode(h,{"model-value":i.unref(o),"onUpdate:modelValue":u[0]||(u[0]=f=>i.isRef(o)?o.value=f:null),onChange:a},null,8,["model-value"]),u[2]||(u[2]=i.createTextVNode(" - ")),i.createVNode(h,{"model-value":i.unref(s),"onUpdate:modelValue":u[1]||(u[1]=f=>i.isRef(s)?s.value=f:null),onChange:c},null,8,["model-value"])])}}}),[["__scopeId","data-v-a6b4e7cd"]]),zh=i.defineComponent({name:"DateInputRangeV2"}),Th={class:"date-range"};function Fh(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock("div",Th,[i.renderSlot(t.$slots,"default",{},void 0,!0)])}const Fo=v(zh,[["render",Fh],["__scopeId","data-v-d28c6f33"]]),Dh={class:"drop-item"},Oh={key:0,class:"drop-item-list"},Do=v(i.defineComponent({__name:"DropList",props:{name:{type:String,default:"Name"},rolledUp:{type:Boolean,default:!0}},setup(t){const e=t,n=i.ref(e.rolledUp),r=async()=>{n.value=!n.value};return(o,s)=>{const a=i.resolveComponent("PString"),c=i.resolveComponent("IconArrowDrop");return i.openBlock(),i.createElementBlock("div",Dh,[i.createElementVNode("div",{class:"drop-item-name",onClick:s[0]||(s[0]=l=>r())},[i.createVNode(a,{"font-size":"13px","font-weight":"600",string:t.name,"justify-content":"left",width:"auto",margin:"0 5px 0 0",padding:"6px 0",color:"inherit"},null,8,["string"]),i.createElementVNode("div",{style:i.normalizeStyle({transform:i.unref(n)?"":"rotate(-90deg)",display:"flex",alignItems:"center",margin:"0 0 2px 0"})},[i.createVNode(c,{size:"10px",margin:"0"})],4)]),i.unref(n)?(i.openBlock(),i.createElementBlock("div",Oh,[i.renderSlot(o.$slots,"default",{},void 0,!0)])):i.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-97057f9c"]]),Oo=v(i.defineComponent({__name:"FilterCheckbox",props:{model:{type:Object,default:()=>new Yi,required:!0}},emits:["load"],setup(t,{emit:e}){const n=t,r=i.ref(!1),o=e,s=()=>{n.model.setBoolean(r.value),o("load")};return(a,c)=>{const l=i.resolveComponent("PCheckBox");return i.openBlock(),i.createBlock(l,{modelValue:i.unref(r),"onUpdate:modelValue":c[0]||(c[0]=u=>i.isRef(r)?r.value=u:null),label:t.model.label,size:"mini",onChange:s},null,8,["modelValue","label"])}}}),[["__scopeId","data-v-783d7387"]]),Lo=v(i.defineComponent({__name:"FiltersButtonsSelect",props:{models:{type:Array,default:()=>[]},defaultLabel:{type:String,default:"Все"},inverse:{type:Boolean,required:!1,default:!1}},emits:["load"],setup(t,{emit:e}){const n=e,r=i.ref(void 0),o=async a=>{V.FTSP.Get().replaceF(a,r.value),r.value=a,V.FTSP.Get().p.drop()},s=async a=>{await o(a),n("load")};return(a,c)=>{const l=i.resolveComponent("PString"),u=i.resolveComponent("PButton"),h=i.resolveComponent("GridContainer"),f=i.resolveComponent("InfoItem");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(l,{string:t.defaultLabel,"font-size":"14px",padding:"0",margin:"20px 0 0 10px"},null,8,["string"]),i.createVNode(f,{margin:"5px 0 0 0px","with-open-window":!1,height:"auto",background:"#F5F5F5","border-color":"#C4C4C4",padding:"7px","with-hover":!1},{title:i.withCtx(()=>c[0]||(c[0]=[])),default:i.withCtx(()=>[i.createVNode(h,{"max-width":"100%","grid-gap":"7px","grid-template-columns":"repeat(auto-fit, minmax(100%, 1fr))",margin:"0px"},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.models,(m,p)=>(i.openBlock(),i.createBlock(u,{key:p,color:"blue",height:"auto",text:m.label,"is-toggle":m.valueEq(i.unref(r)),"toggle-mode":!0,inverse:t.inverse,onClick:b=>s(m.valueEq(i.unref(r))?void 0:m)},null,8,["text","is-toggle","inverse","onClick"]))),128))]),_:1})]),_:1})],64)}}}),[["__scopeId","data-v-a6b6b5f0"]]),Lh=["value","label"],Ho=v(i.defineComponent({__name:"FilterSelect",props:{models:{type:Array,default:()=>[]},defaultLabel:{type:String,default:"Все"},inverse:{type:Boolean,required:!1,default:!1}},emits:["load"],setup(t,{emit:e}){const n=e,r=Mt.Get(),o=i.ref(void 0),s=async c=>{r.replaceF(c,o.value),o.value=c},a=async c=>{c?await s(o.value):await s(void 0),n("load")};return(c,l)=>{const u=i.resolveComponent("PSelect");return i.openBlock(),i.createBlock(u,{modelValue:i.unref(o),"onUpdate:modelValue":l[0]||(l[0]=h=>i.isRef(o)?o.value=h:null),clearable:i.unref(o),placeholder:t.defaultLabel,onChange:a},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.models,(h,f)=>(i.openBlock(),i.createElementBlock("option",{key:f,value:h,label:h.label},null,8,Lh))),128))]),_:1},8,["modelValue","clearable","placeholder"])}}}),[["__scopeId","data-v-ae66df57"]]),qo=v(i.defineComponent({__name:"FTSPPanel",setup(t){return i.onBeforeMount(async()=>{}),(e,n)=>(i.openBlock(),i.createElementBlock("div"))}}),[["__scopeId","data-v-c3fae891"]]),_o=v(i.defineComponent({__name:"GeneralItem",props:{background:{type:String,required:!1,default:"#ffffff"},height:{type:String,required:!1,default:"40px"},width:{type:String,required:!1,default:"auto"},ready:{type:String,required:!1,default:"0%"},padding:{type:String,required:!1,default:"10px"},borderColor:{type:String,required:!1,default:"#343D5C"},margin:{type:String,required:!1,default:"5px"},scale:{type:Boolean,required:!1,default:!0},fontSize:{type:String,required:!1,default:"14px"},withIcon:{type:Boolean,required:!1,default:!1}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock("div",{class:"general-block-item",style:i.normalizeStyle({background:t.background,height:t.height,width:t.width,borderColor:t.borderColor,padding:t.padding,margin:t.margin,transform:t.scale&&i.unref(e)?"scale(1.03, 1.03)":""}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},[i.createElementVNode("div",{class:"green",style:i.normalizeStyle({width:`${t.ready}`})},null,4),i.createElementVNode("div",{class:"general-block-item-title",style:i.normalizeStyle({fontSize:t.fontSize})},[i.renderSlot(n.$slots,"general-item",{},void 0,!0)],4),i.createElementVNode("div",{class:"tools-icon",style:i.normalizeStyle({display:t.withIcon?"flex":"none"})},r[2]||(r[2]=[i.createElementVNode("svg",{class:"icon-del"},[i.createElementVNode("use",{"xlink:href":"#del"})],-1)]),4),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"del",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 10 10"},[i.createElementVNode("path",{d:"M2.91797 8.75C2.6888 8.75 2.49255 8.66833 2.32922 8.505C2.16589 8.34167 2.08436 8.14556 2.08464 7.91667V2.5H1.66797V1.66667H3.7513V1.25H6.2513V1.66667H8.33464V2.5H7.91797V7.91667C7.91797 8.14583 7.8363 8.34208 7.67297 8.50542C7.50964 8.66875 7.31352 8.75028 7.08464 8.75H2.91797ZM7.08464 2.5H2.91797V7.91667H7.08464V2.5ZM3.7513 7.08333H4.58464V3.33333H3.7513V7.08333ZM5.41797 7.08333H6.2513V3.33333H5.41797V7.08333Z"})])],-1))],36))}}),[["__scopeId","data-v-1056443d"]]),Uo=v(i.defineComponent({__name:"IconDownload",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#download"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"download",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M15.6443 5.06141C15.0797 5.29331 15.0998 5.06141 15.0998 12.1393C15.0998 15.7388 15.0696 18.6728 15.0293 18.6728C14.9889 18.6728 14.1521 17.8763 13.1842 16.9083C11.6819 15.4061 11.3592 15.1338 11.0467 15.0733C10.724 15.0229 10.6333 15.0632 10.3611 15.3254C10.1292 15.5573 10.0586 15.7186 10.0586 16.0211C10.0586 16.3941 10.1594 16.5151 12.8615 19.2071C15.4326 21.7681 15.6947 22 16.0073 22C16.3198 22 16.582 21.7681 19.153 19.2071C21.9156 16.4546 21.9559 16.4042 21.9559 15.9908C21.9559 15.4867 21.6535 15.1641 21.109 15.0733C20.736 15.0128 20.7259 15.0229 18.8808 16.868C17.0357 18.6929 17.0155 18.7131 17.0155 18.3703C17.0054 18.1787 16.9953 15.2145 16.9853 11.7965L16.9651 5.56554L16.713 5.31348C16.4307 5.03117 15.9669 4.92026 15.6443 5.06141Z"}),i.createElementVNode("path",{d:"M5.30247 20.3872L5 20.6997L5.04033 22.081C5.07058 23.4321 5.08066 23.4825 5.44363 24.2488C6.09899 25.6099 7.17782 26.5173 8.59945 26.8904C9.47663 27.1122 22.5335 27.1223 23.4006 26.8904C25.044 26.4669 26.3245 25.2671 26.8084 23.7043C26.9496 23.2506 27 22.7868 27 21.8794C27 20.6796 27 20.6695 26.7076 20.3771C26.3144 19.9839 25.901 19.9839 25.4675 20.3771L25.1347 20.6695L25.1045 21.8189C25.0843 22.8776 25.0541 23.0086 24.7516 23.6035C24.3987 24.3093 23.7938 24.8235 23.088 25.0251C22.5839 25.1663 9.4363 25.1663 8.93217 25.0251C8.30706 24.8436 7.64161 24.3093 7.29881 23.7144C7.00642 23.2002 6.98625 23.0691 6.93584 21.9197L6.88543 20.6695L6.5527 20.3771C6.11916 19.9839 5.70577 19.9839 5.30247 20.3872Z"})])],-1))],64))}}),[["__scopeId","data-v-94c18208"]]),Wo=v(i.defineComponent({__name:"IconFilter",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#filter"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"filter",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M8.58216 5.14236C6.22884 5.77558 4.70721 8.02494 5.04745 10.3688C5.61452 14.2627 10.3684 15.8127 13.0714 12.9962C13.6385 12.4103 14.319 11.2194 14.319 10.8225C14.319 10.6902 14.9428 10.6713 20.3771 10.6713H26.4353L26.7094 10.3972C27.0969 10.0097 27.0969 9.44261 26.7094 9.05511L26.4353 8.78103H20.396H14.3662L14.1867 8.23287C13.4589 5.9646 10.8599 4.52803 8.58216 5.14236ZM10.9638 7.21215C13.0525 8.24232 13.0336 11.2194 10.9355 12.2496C10.2172 12.5993 9.20593 12.6276 8.54436 12.2968C6.21939 11.1533 6.43676 7.81702 8.8846 7.01368C9.45166 6.8341 10.3495 6.91916 10.9638 7.21215Z"}),i.createElementVNode("path",{d:"M21.5953 17.6266C21.1133 17.7211 20.2155 18.0519 19.8752 18.2599C18.9868 18.7986 18.0322 20.0083 17.8054 20.8778L17.6826 21.3504H12.3616C6.66257 21.3504 6.63422 21.3504 6.37904 21.8135C6.20892 22.1443 6.26562 22.6452 6.51135 22.9287L6.73818 23.1933L12.1915 23.2406L17.6448 23.2878L17.8621 23.8738C18.4292 25.4427 19.7334 26.6052 21.2929 26.936C22.1057 27.1061 23.3154 27.0021 24.062 26.6997C25.3379 26.1799 26.4059 25.0174 26.8029 23.7037C26.9635 23.165 27.0013 22.8625 26.9635 22.0781C26.9352 21.1991 26.8974 21.0479 26.5855 20.3864C25.8105 18.7513 24.2794 17.7117 22.5499 17.6172C22.1529 17.5983 21.7276 17.6077 21.5953 17.6266ZM23.5517 19.8004C24.081 20.0556 24.5913 20.5754 24.8748 21.1519C24.9977 21.4071 25.045 21.7095 25.045 22.3427C25.045 23.1555 25.0261 23.2311 24.7236 23.7415C23.5611 25.6412 20.8014 25.5656 19.7902 23.5997C19.5066 23.0421 19.4405 22.0119 19.6484 21.3787C20.1682 19.8004 22.0206 19.0537 23.5517 19.8004Z"})])],-1))],64))}}),[["__scopeId","data-v-d11e6069"]]),jo=v(i.defineComponent({__name:"IconArrowLeft",props:{size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#arrow-left"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-left",fill:"none",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},[i.createElementVNode("path",{d:"M13.4323 2.0816C13.3788 2.0909 13.2951 2.12113 13.2462 2.14904C13.1997 2.17462 11.5439 3.85601 9.56715 5.8816C6.70668 8.81648 5.96017 9.59322 5.90436 9.69787C5.84622 9.8095 5.83691 9.85601 5.83691 9.99787C5.83691 10.1397 5.84622 10.1886 5.90436 10.2979C6.00436 10.4886 13.102 17.7746 13.2764 17.8653C13.3695 17.9142 13.423 17.9258 13.5555 17.9258C13.916 17.9235 14.1788 17.6583 14.1788 17.2932C14.1788 17.0374 14.1392 16.9769 13.623 16.4467C13.3695 16.1862 11.8555 14.6328 10.2555 12.9909C8.65552 11.349 7.35087 9.99787 7.35552 9.9909C7.36017 9.9816 8.86715 8.43276 10.7044 6.54904C12.5416 4.66532 14.0671 3.08392 14.0951 3.03508C14.2392 2.79555 14.1951 2.45834 13.9927 2.25834C13.8462 2.1095 13.6323 2.04206 13.4323 2.0816Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-ca16a90c"]]),Go=v(i.defineComponent({__name:"IconCheckDefault",props:{size:{type:String,default:"22px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#check_on"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"check_on",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M29.3678 7.25259C29.2732 7.3128 28.8775 7.6999 28.5076 8.13001C27.7076 9.02463 16.2409 22.0483 16.2065 22.0999C16.1549 22.1601 15.6732 21.73 13.9786 20.1042C8.31835 14.6934 8.5334 14.8827 8.03448 14.8827C7.69899 14.8827 7.59577 14.9257 7.3463 15.1752C7.09684 15.4246 7.05383 15.5279 7.05383 15.8547C7.05383 16.3365 6.98501 16.259 10.1506 19.2354C11.5011 20.4999 13.256 22.1601 14.056 22.9171C15.6302 24.4225 15.9485 24.6461 16.3872 24.5687C16.7399 24.4999 16.7743 24.4569 20.0947 20.6891C21.5485 19.0289 23.2689 17.0762 23.914 16.3451C29.4624 10.0655 30.6495 8.69775 30.77 8.48269C30.942 8.14721 30.8474 7.6999 30.5377 7.38162C30.3399 7.19237 30.2194 7.14076 29.9183 7.14076C29.7119 7.14936 29.471 7.19237 29.3678 7.25259Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-48c8e6e2"]]),Zo=v(i.defineComponent({__name:"IconEdit",props:{size:{type:String,default:""},margin:{type:String,default:"0 15px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#edit"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"edit",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32"},[i.createElementVNode("path",{d:"M21.993 4.16087C21.6831 4.26049 21.2404 4.48185 20.9969 4.64787C20.1778 5.22342 4.60489 20.9402 4.39459 21.4051C4.11789 22.0138 3 25.8434 3 26.1865C3 26.5961 3.30991 27.1938 3.65302 27.4373C4.2507 27.8689 4.58275 27.8468 6.88493 27.1716C8.06923 26.8174 9.23138 26.4411 9.47488 26.3194C10.0062 26.0537 25.4795 10.6468 26.0772 9.79458C26.8519 8.67669 26.9626 7.32637 26.3871 6.10887C25.6234 4.48185 23.6754 3.61853 21.993 4.16087ZM24.0406 6.25276C24.7379 6.70655 25.0035 7.69162 24.6272 8.44426C24.4501 8.78737 9.331 24.0393 8.73332 24.471C8.48982 24.6481 5.2247 25.6995 5.13616 25.6331C5.11402 25.611 5.42393 24.5042 5.82239 23.1871L6.12123 22.1909L14.1125 14.1886C22.5243 5.76576 22.4911 5.79896 23.3101 5.94285C23.4983 5.97605 23.8192 6.11994 24.0406 6.25276Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M15.098 25.9216C14.5446 26.1872 14.4118 27.1169 14.8656 27.5265C15.0759 27.7146 15.4743 27.7257 21.1302 27.7589C25.325 27.781 27.273 27.7478 27.4722 27.6703C28.0367 27.4268 28.1806 26.6521 27.7489 26.154L27.4833 25.8441L21.4069 25.822C17.2674 25.8109 15.264 25.833 15.098 25.9216Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-55ea5a5c"]]),Xo=v(i.defineComponent({__name:"IconEmail",props:{size:{type:String,default:""},margin:{type:String,default:"0 10px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#email"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"email",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M20 20H4C3.46957 20 2.96086 19.7893 2.58579 19.4142C2.21071 19.0391 2 18.5304 2 18V5.913C2.02243 5.39779 2.24301 4.91116 2.61568 4.5547C2.98835 4.19824 3.4843 3.99951 4 4H20C20.5304 4 21.0391 4.21071 21.4142 4.58579C21.7893 4.96086 22 5.46957 22 6V18C22 18.5304 21.7893 19.0391 21.4142 19.4142C21.0391 19.7893 20.5304 20 20 20ZM4 7.868V18H20V7.868L12 13.2L4 7.868ZM4.8 6L12 10.8L19.2 6H4.8Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-99358e0a"]]),Jo=v(i.defineComponent({__name:"IconMove",props:{size:{type:String,default:"24px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#icon-move"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"icon-move",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 22 22"},[i.createElementVNode("path",{d:"M8.91736 3.08529L6.83471 5.17059H8.0843H9.33058V7.25588V9.34117H7.24793H5.16529L5.15868 8.09993L5.14876 6.85868L3.07273 8.93404L1 11.0127L3.08264 13.098L5.16529 15.1833V13.9321V12.6843H7.24793H9.33058V14.7696V16.8548H7.89256C7.10248 16.8548 6.45455 16.8648 6.45785 16.878C6.45785 16.8946 6.60992 17.0402 6.79504 17.2057C7.16529 17.5367 8.90744 19.1189 9.38017 19.5525C10.7058 20.7639 10.9967 21.0188 11.0331 20.999C11.0562 20.9857 12.0876 20.0523 13.3273 18.9236L15.5785 16.8714L14.124 16.8615L12.6694 16.8548V14.7696V12.6843H14.7521H16.8347V13.9255C16.8347 14.6074 16.8446 15.1668 16.8612 15.1668C16.8975 15.1668 21 11.0491 21 11.0127C21 10.9763 16.8975 6.85868 16.8612 6.85868C16.8446 6.85868 16.8347 7.41807 16.8347 8.09993V9.34117H14.7521H12.6694V7.25588V5.17059H13.9091C14.5901 5.17059 15.1488 5.16066 15.1488 5.14411C15.1488 5.12094 11.043 1 11.0165 1C11.0066 1 10.0612 1.93673 8.91736 3.08529ZM12.081 3.24086C12.6595 3.82011 13.1322 4.30337 13.1322 4.31661C13.1322 4.33316 12.8413 4.34309 12.4876 4.34309H11.843V7.25588V10.1687H14.7686H17.6942V9.53646C17.6909 9.18891 17.6975 8.89763 17.7041 8.89101C17.7074 8.88439 18.1934 9.36103 18.7785 9.9469L19.843 11.0127L18.7686 12.0885L17.6942 13.1642V12.9325C17.6909 12.8034 17.6876 12.5155 17.6843 12.2871L17.6777 11.8733L14.762 11.8634L11.843 11.8568V14.7696V17.6823L12.6331 17.689L13.4264 17.6989L12.2165 18.7978L11.0066 19.9L10.7223 19.6419C10.5669 19.5028 10.4314 19.3804 10.4215 19.3704C10.405 19.3539 9.92893 18.917 9.28099 18.3311C9.09917 18.1656 8.86777 17.9538 8.7686 17.8578L8.58678 17.6823H9.37355H10.157V14.7696V11.8568H7.24793H4.33884L4.33223 12.5022L4.32231 13.1477L3.25455 12.0785L2.19008 11.0127L3.25455 9.94359L4.32231 8.87446L4.33223 9.52322L4.33884 10.1687H7.24793H10.157V7.25588V4.34309L9.5124 4.33647L8.86446 4.32654L9.93223 3.25741C10.5174 2.67154 11.0066 2.1916 11.0165 2.1916C11.0264 2.1916 11.5058 2.66492 12.081 3.24086Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-05547f14"]]),Yo=v(i.defineComponent({__name:"IconPhone",props:{size:{type:String,default:""},margin:{type:String,default:"0 10px 0 0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#phone"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"phone",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M19.4998 21.75H19.3723C4.63482 20.9025 2.54232 8.4675 2.24982 4.6725C2.22625 4.37744 2.26114 4.08062 2.35248 3.79906C2.44382 3.5175 2.58981 3.25673 2.78211 3.03169C2.9744 2.80665 3.20921 2.62177 3.47308 2.48763C3.73695 2.35349 4.02469 2.27274 4.31982 2.25H8.45232C8.75274 2.24971 9.04632 2.33963 9.29504 2.50812C9.54377 2.67661 9.73617 2.9159 9.84732 3.195L10.9873 6C11.0971 6.27266 11.1243 6.57156 11.0657 6.85957C11.007 7.14758 10.865 7.412 10.6573 7.62L9.05982 9.2325C9.30936 10.6506 9.98846 11.9578 11.0052 12.9772C12.022 13.9967 13.3274 14.6792 14.7448 14.9325L16.3723 13.32C16.5834 13.1146 16.8504 12.9759 17.1398 12.9213C17.4292 12.8666 17.7283 12.8983 17.9998 13.0125L20.8273 14.145C21.1022 14.2597 21.3367 14.4536 21.501 14.702C21.6653 14.9504 21.7519 15.2422 21.7498 15.54V19.5C21.7498 20.0967 21.5128 20.669 21.0908 21.091C20.6689 21.5129 20.0966 21.75 19.4998 21.75ZM4.49982 3.75C4.30091 3.75 4.11014 3.82902 3.96949 3.96967C3.82884 4.11032 3.74982 4.30109 3.74982 4.5V4.56C4.09482 9 6.30732 19.5 19.4548 20.25C19.5534 20.2561 19.6521 20.2427 19.7454 20.2105C19.8388 20.1783 19.9248 20.1281 19.9987 20.0626C20.0726 19.9971 20.1328 19.9176 20.1759 19.8288C20.219 19.74 20.2441 19.6436 20.2498 19.545V15.54L17.4223 14.4075L15.2698 16.545L14.9098 16.5C8.38482 15.6825 7.49982 9.1575 7.49982 9.09L7.45482 8.73L9.58482 6.5775L8.45982 3.75H4.49982Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-131f6ba1"]]),Qo=v(i.defineComponent({__name:"IconSearch",props:{size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#search"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"search",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24"},[i.createElementVNode("path",{d:"M11 19C12.775 18.9996 14.4988 18.4054 15.897 17.312L20.293 21.708L21.707 20.294L17.311 15.898C18.405 14.4997 18.9996 12.7754 19 11C19 6.589 15.411 3 11 3C6.589 3 3 6.589 3 11C3 15.411 6.589 19 11 19ZM11 5C14.309 5 17 7.691 17 11C17 14.309 14.309 17 11 17C7.691 17 5 14.309 5 11C5 7.691 7.691 5 11 5Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-64e76eb7"]]),Ko=v(i.defineComponent({__name:"IconSelectArrow",props:{size:{type:String,default:"20px"},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size})},n[0]||(n[0]=[i.createElementVNode("use",{"xlink:href":"#arrow-down"},null,-1)]),6)),n[1]||(n[1]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-down",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 20"},[i.createElementVNode("path",{d:"M3.08417 4.43062C2.86268 4.4769 2.70731 4.56285 2.52549 4.74467C2.29408 4.97607 2.20152 5.2174 2.22136 5.55459C2.25111 6.0207 1.96681 5.70996 6.78995 10.5397C9.18995 12.9463 11.2263 14.9662 11.309 15.029C11.5238 15.1843 11.7123 15.2471 11.99 15.2505C12.4693 15.2538 12.109 15.581 17.1106 10.5728C22.0891 5.58764 21.7288 5.98103 21.7255 5.505C21.7255 5.37607 21.7023 5.21078 21.6726 5.13145C21.5106 4.68186 21.0511 4.38434 20.5817 4.4174C20.1519 4.44715 20.4263 4.19591 16.0164 8.60252L11.9833 12.629L8.06598 8.71161C5.91061 6.55624 4.0726 4.73475 3.98003 4.66202C3.71227 4.45376 3.38499 4.36781 3.08417 4.43062Z",fill:"currentColor"}),i.createElementVNode("path",{d:"M9.69602 16.8994C9.70593 16.9292 9.72577 17.0184 9.73569 17.1044C9.76213 17.2664 9.7985 17.2994 9.83486 17.1903C9.84478 17.154 9.89106 17.1143 9.93734 17.1044C10.0464 17.078 10.0365 17.0548 9.87453 16.9589C9.6861 16.8465 9.67288 16.8432 9.69602 16.8994Z",fill:"currentColor"})])],-1))],64))}}),[["__scopeId","data-v-4d8b581f"]]),es=v(i.defineComponent({__name:"ArrowLeft",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-left"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M656.733 149.806C659.446 147.019 662.69 144.804 666.274 143.292C669.857 141.779 673.707 141 677.597 141C681.486 141 685.337 141.779 688.92 143.292C692.503 144.804 695.748 147.019 698.461 149.806C704.024 155.518 707.138 163.176 707.138 171.15C707.138 179.123 704.024 186.782 698.461 192.494L386.589 512.366L698.461 832.302C701.269 835.176 703.483 838.575 704.976 842.305C706.47 846.035 707.215 850.022 707.167 854.04C707.119 858.057 706.281 862.026 704.699 865.72C703.118 869.413 700.824 872.759 697.949 875.566C695.211 878.242 691.972 880.351 688.417 881.774C684.863 883.197 681.063 883.904 677.235 883.857C673.407 883.809 669.625 883.007 666.107 881.497C662.589 879.986 659.404 877.797 656.733 875.054L325.085 534.702C319.26 528.726 316 520.711 316 512.366C316 504.021 319.26 496.006 325.085 490.03L656.733 149.806Z"})])],-1))],64))}}),[["__scopeId","data-v-ec3439ce"]]),ts=v(i.defineComponent({__name:"ArrowRight",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#arrow-right"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"arrow-right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M366.436 875.054C363.723 877.84 360.479 880.055 356.895 881.568C353.312 883.08 349.462 883.859 345.572 883.859C341.683 883.859 337.832 883.08 334.249 881.568C330.666 880.055 327.421 877.84 324.708 875.054C319.145 869.342 316.031 861.683 316.031 853.71C316.031 845.736 319.145 838.077 324.708 832.366L636.58 512.494L324.708 192.558C321.9 189.684 319.686 186.284 318.193 182.555C316.699 178.825 315.954 174.837 316.002 170.82C316.049 166.802 316.888 162.833 318.47 159.14C320.051 155.446 322.345 152.1 325.22 149.294C327.958 146.618 331.197 144.508 334.752 143.086C338.306 141.663 342.106 140.955 345.934 141.003C349.762 141.05 353.544 141.852 357.062 143.363C360.58 144.873 363.765 147.063 366.436 149.806L698.084 490.158C703.909 496.134 707.169 504.148 707.169 512.494C707.169 520.839 703.909 528.854 698.084 534.83L366.436 875.054Z"})])],-1))],64))}}),[["__scopeId","data-v-cd0d3c21"]]),ns=v(i.defineComponent({__name:"DoubleArrowLeft",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#double-arrow-left"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"double-arrow-left",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M529.408 149.376C532.121 146.589 535.365 144.374 538.949 142.862C542.532 141.35 546.382 140.57 550.272 140.57C554.161 140.57 558.011 141.35 561.595 142.862C565.178 144.374 568.422 146.589 571.136 149.376C576.699 155.088 579.813 162.746 579.813 170.72C579.813 178.694 576.699 186.352 571.136 192.064L259.264 511.936L571.136 831.872C573.943 834.746 576.157 838.145 577.651 841.875C579.145 845.605 579.889 849.593 579.842 853.61C579.794 857.628 578.956 861.597 577.374 865.29C575.792 868.984 573.499 872.329 570.624 875.136C567.886 877.812 564.647 879.922 561.092 881.344C557.538 882.767 553.738 883.475 549.91 883.427C546.081 883.38 542.3 882.578 538.782 881.067C535.264 879.556 532.079 877.367 529.408 874.624L197.76 534.272C191.935 528.296 188.675 520.281 188.675 511.936C188.675 503.591 191.935 495.576 197.76 489.6L529.408 149.376ZM785.408 149.376C788.121 146.589 791.365 144.374 794.949 142.862C798.532 141.35 802.382 140.57 806.272 140.57C810.161 140.57 814.011 141.35 817.595 142.862C821.178 144.374 824.422 146.589 827.136 149.376C832.699 155.088 835.813 162.746 835.813 170.72C835.813 178.694 832.699 186.352 827.136 192.064L515.264 511.936L827.136 831.872C829.943 834.746 832.157 838.145 833.651 841.875C835.145 845.605 835.889 849.593 835.842 853.61C835.794 857.628 834.956 861.597 833.374 865.29C831.792 868.984 829.499 872.329 826.624 875.136C823.886 877.812 820.647 879.922 817.092 881.344C813.538 882.767 809.738 883.475 805.91 883.427C802.081 883.38 798.3 882.578 794.782 881.067C791.264 879.556 788.079 877.367 785.408 874.624L453.76 534.272C447.935 528.296 444.675 520.281 444.675 511.936C444.675 503.591 447.935 495.576 453.76 489.6L785.408 149.376Z"})])],-1))],64))}}),[["__scopeId","data-v-98099ad2"]]),is=v(i.defineComponent({__name:"DoubleArrowRight",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#double-arrow-right"},null,-1)]),38)),r[3]||(r[3]=i.createElementVNode("svg",{width:"0",height:"0",class:"hidden"},[i.createElementVNode("symbol",{id:"double-arrow-right",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[i.createElementVNode("path",{d:"M495.111 874.624C492.397 877.411 489.153 879.626 485.57 881.138C481.987 882.65 478.136 883.43 474.247 883.43C470.357 883.43 466.507 882.65 462.924 881.138C459.34 879.626 456.096 877.411 453.383 874.624C447.819 868.912 444.706 861.254 444.706 853.28C444.706 845.306 447.819 837.648 453.383 831.936L765.255 512.064L453.383 192.128C450.575 189.254 448.361 185.855 446.867 182.125C445.374 178.395 444.629 174.407 444.677 170.39C444.724 166.372 445.563 162.403 447.145 158.71C448.726 155.016 451.02 151.671 453.895 148.864C456.633 146.188 459.872 144.078 463.426 142.656C466.981 141.233 470.781 140.525 474.609 140.573C478.437 140.62 482.219 141.422 485.737 142.933C489.254 144.444 492.44 146.633 495.111 149.376L826.759 489.728C832.584 495.704 835.844 503.719 835.844 512.064C835.844 520.409 832.584 528.424 826.759 534.4L495.111 874.624ZM239.111 874.624C236.397 877.411 233.153 879.626 229.57 881.138C225.987 882.65 222.136 883.43 218.247 883.43C214.357 883.43 210.507 882.65 206.924 881.138C203.34 879.626 200.096 877.411 197.383 874.624C191.819 868.912 188.706 861.254 188.706 853.28C188.706 845.306 191.819 837.648 197.383 831.936L509.255 512.064L197.383 192.128C194.575 189.254 192.361 185.855 190.867 182.125C189.374 178.395 188.629 174.407 188.677 170.39C188.724 166.372 189.563 162.403 191.145 158.71C192.726 155.016 195.02 151.671 197.895 148.864C200.633 146.188 203.872 144.078 207.426 142.656C210.981 141.233 214.781 140.525 218.609 140.573C222.437 140.62 226.219 141.422 229.737 142.933C233.254 144.444 236.44 146.633 239.111 149.376L570.759 489.728C576.584 495.704 579.844 503.719 579.844 512.064C579.844 520.409 576.584 528.424 570.759 534.4L239.111 874.624Z"})])],-1))],64))}}),[["__scopeId","data-v-053c9917"]]),rs=v(i.defineComponent({__name:"EllipsisSvg",props:{color:{type:String,default:""},hoverColor:{type:String,default:""},size:{type:String,default:""},margin:{type:String,default:"0"},iconClass:{type:String,required:!1,default:""}},setup(t){const e=i.ref(!1);return(n,r)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[(i.openBlock(),i.createElementBlock("svg",{class:i.normalizeClass(["icon",t.iconClass]),style:i.normalizeStyle({margin:t.margin,width:t.size,height:t.size,fill:t.hoverColor?i.unref(e)?t.hoverColor:t.color:(i.unref(e),t.color)}),onMouseenter:r[0]||(r[0]=o=>e.value=!0),onMouseleave:r[1]||(r[1]=o=>e.value=!1)},r[2]||(r[2]=[i.createElementVNode("use",{"xlink:href":"#ellipsis"},null,-1)]),38)),r[3]||(r[3]=i.createStaticVNode('<svg width="0" height="0" class="hidden" data-v-1798f31d><symbol id="ellipsis" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240" data-v-1798f31d><path d="M65 135C73.2843 135 80 128.284 80 120C80 111.716 73.2843 105 65 105C56.7157 105 50 111.716 50 120C50 128.284 56.7157 135 65 135Z" data-v-1798f31d></path><path d="M120 135C128.284 135 135 128.284 135 120C135 111.716 128.284 105 120 105C111.716 105 105 111.716 105 120C105 128.284 111.716 135 120 135Z" data-v-1798f31d></path><path d="M175 135C183.284 135 190 128.284 190 120C190 111.716 183.284 105 175 105C166.716 105 160 111.716 160 120C160 128.284 166.716 135 175 135Z" data-v-1798f31d></path></symbol></svg>',1))],64))}}),[["__scopeId","data-v-1798f31d"]]);function os(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(t,o).enumerable})),n.push.apply(n,r)}return n}function U(t){for(var e=1;e<arguments.length;e++){var n=arguments[e]!=null?arguments[e]:{};e%2?os(Object(n),!0).forEach(function(r){ke(t,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):os(Object(n)).forEach(function(r){Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(n,r))})}return t}function ke(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Hh(t,e){if(t==null)return{};var n,r,o=function(a,c){if(a==null)return{};var l,u,h={},f=Object.keys(a);for(u=0;u<f.length;u++)l=f[u],c.indexOf(l)>=0||(h[l]=a[l]);return h}(t,e);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(t);for(r=0;r<s.length;r++)n=s[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(o[n]=t[n])}return o}function lt(t){return function(e){if(Array.isArray(e))return pi(e)}(t)||function(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}(t)||function(e,n){if(e){if(typeof e=="string")return pi(e,n);var r=Object.prototype.toString.call(e).slice(8,-1);if(r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set")return Array.from(e);if(r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return pi(e,n)}}(t)||function(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
24
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}()}function pi(t,e){(e==null||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}var ss,qh,gn,ee=(ss=function(t){/*!
25
25
  Copyright (c) 2018 Jed Watson.
26
26
  Licensed under the MIT License (MIT), see
27
27
  http://jedwatson.github.io/classnames
28
- */(function(){var e={}.hasOwnProperty;function n(){for(var r=[],o=0;o<arguments.length;o++){var s=arguments[o];if(s){var a=typeof s;if(a==="string"||a==="number")r.push(s);else if(Array.isArray(s)){if(s.length){var c=n.apply(null,s);c&&r.push(c)}}else if(a==="object")if(s.toString===Object.prototype.toString)for(var l in s)e.call(s,l)&&s[l]&&r.push(l);else r.push(s.toString())}}return r.join(" ")}t.exports?(n.default=n,t.exports=n):window.classNames=n})()},as(gn={path:qh,exports:{},require:function(t,e){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(e==null&&gn.path)}},gn.exports),gn.exports),Ae=function(t){return function(e,n){if(!e)return t;var r;typeof e=="string"?r=e:n=e;var o=t;return r&&(o+="__"+r),o+(n?Object.keys(n).reduce(function(s,a){var c=n[a];return c&&(s+=" "+(typeof c=="boolean"?o+"--"+a:o+"--"+a+"_"+c)),s},""):"")}};function gi(t,e,n){var r,o,s,a,c;function l(){var h=Date.now()-a;h<e&&h>=0?r=setTimeout(l,e-h):(r=null,n||(c=t.apply(s,o),s=o=null))}e==null&&(e=100);var u=function(){s=this,o=arguments,a=Date.now();var h=n&&!r;return r||(r=setTimeout(l,e)),h&&(c=t.apply(s,o),s=o=null),c};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(c=t.apply(s,o),s=o=null,clearTimeout(r),r=null)},u}gi.debounce=gi;var yi=gi,N=function(){return N=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},N.apply(this,arguments)};/*! *****************************************************************************
28
+ */(function(){var e={}.hasOwnProperty;function n(){for(var r=[],o=0;o<arguments.length;o++){var s=arguments[o];if(s){var a=typeof s;if(a==="string"||a==="number")r.push(s);else if(Array.isArray(s)){if(s.length){var c=n.apply(null,s);c&&r.push(c)}}else if(a==="object")if(s.toString===Object.prototype.toString)for(var l in s)e.call(s,l)&&s[l]&&r.push(l);else r.push(s.toString())}}return r.join(" ")}t.exports?(n.default=n,t.exports=n):window.classNames=n})()},ss(gn={path:qh,exports:{},require:function(t,e){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}(e==null&&gn.path)}},gn.exports),gn.exports),Ie=function(t){return function(e,n){if(!e)return t;var r;typeof e=="string"?r=e:n=e;var o=t;return r&&(o+="__"+r),o+(n?Object.keys(n).reduce(function(s,a){var c=n[a];return c&&(s+=" "+(typeof c=="boolean"?o+"--"+a:o+"--"+a+"_"+c)),s},""):"")}};function gi(t,e,n){var r,o,s,a,c;function l(){var h=Date.now()-a;h<e&&h>=0?r=setTimeout(l,e-h):(r=null,n||(c=t.apply(s,o),s=o=null))}e==null&&(e=100);var u=function(){s=this,o=arguments,a=Date.now();var h=n&&!r;return r||(r=setTimeout(l,e)),h&&(c=t.apply(s,o),s=o=null),c};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(c=t.apply(s,o),s=o=null,clearTimeout(r),r=null)},u}gi.debounce=gi;var yi=gi,N=function(){return N=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},N.apply(this,arguments)};/*! *****************************************************************************
29
29
  Copyright (c) Microsoft Corporation.
30
30
 
31
31
  Permission to use, copy, modify, and/or distribute this software for any
@@ -38,5 +38,5 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
38
38
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
39
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
40
  PERFORMANCE OF THIS SOFTWARE.
41
- ***************************************************************************** */function ls(t,e){var n,r;return t&&e?(n=""+t+e[0].toUpperCase()+e.slice(1),r=t+"-"+e):(n=t||e,r=t||e),{name:n,classname:r}}function cs(t){return/^blob:/.test(t)}function ds(t){return cs(t)||function(e){return/^data:/.test(e)}(t)}function gt(t){return!!(t&&t.constructor&&t.call&&t.apply)}function ie(t){return t===void 0}function yn(t){return typeof t=="object"&&t!==null}function wi(t,e,n){var r={};return yn(t)?(Object.keys(e).forEach(function(o){ie(t[o])?r[o]=e[o]:yn(e[o])?yn(t[o])?r[o]=wi(t[o],e[o],n[o]):r[o]=t[o]?e[o]:n[o]:e[o]===!0||e[o]===!1?r[o]=!!t[o]:r[o]=t[o]}),r):t?e:n}function wn(t){var e=Number(t);return Number.isNaN(e)?t:e}function us(t){return typeof(t=="number"||function(e){return typeof e=="object"&&e!==null}(t)&&toString.call(t)=="[object Number]")&&!hs(t)}function hs(t){return t!=t}function fs(t,e){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}var Dt=function(t,e){t===void 0&&(t={}),e===void 0&&(e={}),this.type="manipulateImage",this.move=t,this.scale=e},_h=function(t,e){e===void 0&&(e={}),this.type="resize",this.directions=t,this.params=e},bi=function(t){this.type="move",this.directions=t},Uh=function(){function t(e,n,r,o,s){this.type="drag",this.nativeEvent=e,this.position=r,this.previousPosition=o,this.element=n,this.anchor=s}return t.prototype.shift=function(){var e=this,n=e.element,r=e.anchor,o=e.position;if(n){var s=n.getBoundingClientRect(),a=s.left,c=s.top;return{left:o.left-a-r.left,top:o.top-c-r.top}}return{left:0,top:0}},t}(),Ci={name:"DraggableElement",props:{classname:{type:String}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){if(!this.$refs.draggable)throw new Error('You should add ref "draggable" to your root element to use draggable mixin');this.touches=[],this.hovered=!1},methods:{onMouseOver:function(){this.hovered||(this.hovered=!0,this.$emit("enter"))},onMouseLeave:function(){this.hovered&&!this.touches.length&&(this.hovered=!1,this.$emit("leave"))},onTouchStart:function(t){t.cancelable&&!this.disabled&&t.touches.length===1&&(this.touches=lt(t.touches),this.hovered||(this.$emit("enter"),this.hovered=!0),t.touches.length&&this.initAnchor(this.touches.reduce(function(e,n){return{clientX:e.clientX+n.clientX/t.touches.length,clientY:e.clientY+n.clientY/t.touches.length}},{clientX:0,clientY:0})),t.preventDefault&&t.preventDefault(),t.stopPropagation())},onTouchEnd:function(){this.processEnd()},onTouchMove:function(t){this.touches.length&&(this.processMove(t,t.touches),t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation())},onMouseDown:function(t){if(!this.disabled){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.initAnchor(e),t.stopPropagation()}},onMouseMove:function(t){this.touches.length&&(this.processMove(t,[{fake:!0,clientX:t.clientX,clientY:t.clientY}]),t.preventDefault&&t.preventDefault())},onMouseUp:function(){this.processEnd()},initAnchor:function(t){var e=this.$refs.draggable.getBoundingClientRect(),n=e.left,r=e.right,o=e.bottom,s=e.top;this.anchor={left:t.clientX-n,top:t.clientY-s,bottom:o-t.clientY,right:r-t.clientX}},processMove:function(t,e){var n=lt(e);if(this.touches.length){if(this.touches.length===1&&n.length===1){var r=this.$refs.draggable;this.$emit("drag",new Uh(t,r,{left:n[0].clientX,top:n[0].clientY},{left:this.touches[0].clientX,top:this.touches[0].clientY},this.anchor))}this.touches=n}},processEnd:function(){this.touches.length&&this.$emit("drag-end"),this.hovered&&(this.$emit("leave"),this.hovered=!1),this.touches=[]}},emits:["drag","drag-end","leave","enter"]};Ci.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"draggable",class:n.classname,onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)}),onMouseover:e[3]||(e[3]=function(){return s.onMouseOver&&s.onMouseOver.apply(s,arguments)}),onMouseleave:e[4]||(e[4]=function(){return s.onMouseLeave&&s.onMouseLeave.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],34)};var Si=Ae("vue-handler-wrapper"),ms={name:"HandlerWrapper",components:{DraggableElement:Ci},props:{horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},computed:{classes:function(){var t;if(this.horizontalPosition||this.verticalPosition){var e,n=ls(this.horizontalPosition,this.verticalPosition);t=Si((ke(e={},n.classname,!0),ke(e,"disabled",this.disabled),e))}else t=Si({disabled:this.disabled});return{root:t,draggable:Si("draggable")}}},emits:["leave","enter","drag","drag-end"]};ms.render=function(t,e,n,r,o,s){var a=i.resolveComponent("DraggableElement");return i.openBlock(),i.createBlock("div",{class:s.classes.root},[i.createVNode(a,{class:s.classes.draggable,onDrag:e[1]||(e[1]=function(c){return t.$emit("drag",c)}),onDragEnd:e[2]||(e[2]=function(c){return t.$emit("drag-end")}),onLeave:e[3]||(e[3]=function(c){return t.$emit("leave")}),onEnter:e[4]||(e[4]=function(c){return t.$emit("enter")})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["class"])],2)};var Wh=Ae("vue-line-wrapper"),ps={name:"LineWrapper",components:{DraggableElement:Ci},props:{position:{type:String,required:!0},disabled:{type:Boolean,default:!1}},computed:{classname:function(){var t;return Wh((ke(t={},this.position,!0),ke(t,"disabled",this.disabled),t))}},emits:["leave","enter","drag","drag-end"]};ps.render=function(t,e,n,r,o,s){var a=i.resolveComponent("DraggableElement");return i.openBlock(),i.createBlock(a,{class:s.classname,onDrag:e[1]||(e[1]=function(c){return t.$emit("drag",c)}),onDragEnd:e[2]||(e[2]=function(c){return t.$emit("drag-end")}),onLeave:e[3]||(e[3]=function(c){return t.$emit("leave")}),onEnter:e[4]||(e[4]=function(c){return t.$emit("enter")})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["class"])};var ze=["left","right","top","bottom"],jh=["left","right"],Gh=["top","bottom"],Zh=["left","top"],Xh=["fill-area","fit-area","stencil","none"],gs={left:0,top:0,width:0,height:0};function ys(t,e,n){return!(n=n||["width","height","left","top"]).some(function(r){return t[r]!==e[r]})}function Te(t){return{left:t.left,top:t.top,right:t.left+t.width,bottom:t.top+t.height}}function yt(t,e){return{left:t.left-e.left,top:t.top-e.top}}function ae(t){return{left:t.left+t.width/2,top:t.top+t.height/2}}function Ot(t,e){var n={left:0,top:0,right:0,bottom:0};return ze.forEach(function(r){var o=e[r],s=Te(t)[r];n[r]=o!==void 0&&s!==void 0?r==="left"||r==="top"?Math.max(0,o-s):Math.max(0,s-o):0}),n}function Fe(t,e){return{left:t.left-e.left,top:t.top-e.top,width:t.width+e.left+e.right,height:t.height+e.top+e.bottom}}function bn(t){return{left:-t.left,top:-t.top}}function ge(t,e){return N(N({},t),{left:t.left+e.left,top:t.top+e.top})}function Ee(t,e,n,r){if(e!==1){if(n){var o=ae(t);return{width:t.width*e,height:t.height*e,left:t.left+t.width*(1-e)/2+(n.left-o.left)*(1-e),top:t.top+t.height*(1-e)/2+(n.top-o.top)*(1-e)}}return{width:t.width*e,height:t.height*e,left:t.left+t.width*(1-e)/2,top:t.top+t.height*(1-e)/2}}return t}function W(t){return t.width/t.height}function wt(t,e){return Math.min(e.right!==void 0&&e.left!==void 0?(e.right-e.left)/t.width:1/0,e.bottom!==void 0&&e.top!==void 0?(e.bottom-e.top)/t.height:1/0)}function bt(t,e){var n={left:0,top:0},r=Ot(t,e);return r.left&&r.left>0?n.left=r.left:r.right&&r.right>0&&(n.left=-r.right),r.top&&r.top>0?n.top=r.top:r.bottom&&r.bottom>0&&(n.top=-r.bottom),n}function ki(t,e){var n;return e.minimum&&t<e.minimum?n=e.minimum:e.maximum&&t>e.maximum&&(n=e.maximum),n}function ws(t,e){var n=W(t),r=W(e);return e.width<1/0&&e.height<1/0?n>r?{width:e.width,height:e.width/n}:{width:e.height*n,height:e.height}:e.width<1/0?{width:e.width,height:e.width/n}:e.height<1/0?{width:e.height*n,height:e.height}:t}function bs(t,e){var n=e*Math.PI/180;return{width:Math.abs(t.width*Math.cos(n))+Math.abs(t.height*Math.sin(n)),height:Math.abs(t.width*Math.sin(n))+Math.abs(t.height*Math.cos(n))}}function Xe(t,e){var n=e*Math.PI/180;return{left:t.left*Math.cos(n)-t.top*Math.sin(n),top:t.left*Math.sin(n)+t.top*Math.cos(n)}}function Cn(t,e){var n=Ot(le(t,e),e);return n.left+n.right+n.top+n.bottom?n.left+n.right>n.top+n.bottom?Math.min((t.width+n.left+n.right)/t.width,wt(t,e)):Math.min((t.height+n.top+n.bottom)/t.height,wt(t,e)):1}function le(t,e,n){n===void 0&&(n=!1);var r=bt(t,e);return ge(t,n?bn(r):r)}function Ei(t){return{width:t.right!==void 0&&t.left!==void 0?t.right-t.left:1/0,height:t.bottom!==void 0&&t.top!==void 0?t.bottom-t.top:1/0}}function Jh(t,e){return N(N({},t),{minWidth:Math.min(e.width,t.minWidth),minHeight:Math.min(e.height,t.minHeight),maxWidth:Math.min(e.width,t.maxWidth),maxHeight:Math.min(e.height,t.maxHeight)})}function Cs(t,e,n){n===void 0&&(n=!0);var r={};return ze.forEach(function(o){var s=t[o],a=e[o];s!==void 0&&a!==void 0?r[o]=o==="left"||o==="top"?n?Math.max(s,a):Math.min(s,a):n?Math.min(s,a):Math.max(s,a):a!==void 0?r[o]=a:s!==void 0&&(r[o]=s)}),r}function Sn(t,e){return Cs(t,e,!0)}function Ss(t){var e=t.size,n=t.aspectRatio,r=t.ignoreMinimum,o=t.sizeRestrictions;return!!((e.correctRatio||W(e)>=n.minimum&&W(e)<=n.maximum)&&e.height<=o.maxHeight&&e.width<=o.maxWidth&&e.width&&e.height&&(r||e.height>=o.minHeight&&e.width>=o.minWidth))}function ks(t,e){return Math.pow(t.width-e.width,2)+Math.pow(t.height-e.height,2)}function _e(t){var e=t.width,n=t.height,r=t.sizeRestrictions,o={minimum:t.aspectRatio&&t.aspectRatio.minimum||0,maximum:t.aspectRatio&&t.aspectRatio.maximum||1/0},s={width:Math.max(r.minWidth,Math.min(r.maxWidth,e)),height:Math.max(r.minHeight,Math.min(r.maxHeight,n))};function a(u,h){return h===void 0&&(h=!1),u.reduce(function(f,m){return Ss({size:m,aspectRatio:o,sizeRestrictions:r,ignoreMinimum:h})&&(!f||ks(m,{width:e,height:n})<ks(f,{width:e,height:n}))?m:f},null)}var c=[];o&&[o.minimum,o.maximum].forEach(function(u){u&&c.push({width:s.width,height:s.width/u,correctRatio:!0},{width:s.height*u,height:s.height,correctRatio:!0})}),Ss({size:s,aspectRatio:o,sizeRestrictions:r})&&c.push(s);var l=a(c)||a(c,!0);return l&&{width:l.width,height:l.height}}function vi(t){var e=t.event,n=t.coordinates,r=t.positionRestrictions,o=r===void 0?{}:r,s=ge(n,e.directions);return ge(s,bt(s,o))}function Yh(t){var e=t.coordinates,n=t.transform,r=t.imageSize,o=t.sizeRestrictions,s=t.positionRestrictions,a=t.aspectRatio,c=t.visibleArea,l=function(h,f){return vi({coordinates:h,positionRestrictions:s,event:new bi({left:f.left-h.left,top:f.top-h.top})})},u=N({},e);return(Array.isArray(n)?n:[n]).forEach(function(h){var f={};ie((f=typeof h=="function"?h({coordinates:u,imageSize:r,visibleArea:c}):h).width)&&ie(f.height)||(u=function(m,p){var b=N(N(N({},m),_e({width:p.width,height:p.height,sizeRestrictions:o,aspectRatio:a})),{left:0,top:0});return l(b,{left:m.left,top:m.top})}(u,N(N({},u),f))),ie(f.left)&&ie(f.top)||(u=l(u,N(N({},u),f)))}),u}function Qh(t){t.event;var e=t.getAreaRestrictions,n=t.boundaries,r=t.coordinates,o=t.visibleArea;t.aspectRatio;var s=t.stencilSize,a=t.sizeRestrictions,c=t.positionRestrictions;t.stencilReference;var l,u,h,f=N({},r),m=N({},o),p=N({},s);l=W(p),u=W(f),h===void 0&&(h=.001),(l===0||u===0?Math.abs(u-l)<h:Math.abs(u/l)<1+h&&Math.abs(u/l)>1-h)||(f=N(N({},f),_e({sizeRestrictions:a,width:f.width,height:f.height,aspectRatio:{minimum:W(p),maximum:W(p)}})));var b=Cn(m=Ee(m,f.width*n.width/(m.width*p.width)),e({visibleArea:m,type:"resize"}));return b!==1&&(m=Ee(m,b),f=Ee(f,b)),m=le(m=ge(m,yt(ae(f),ae(m))),e({visibleArea:m,type:"move"})),{coordinates:f=le(f,Sn(Te(m),c)),visibleArea:m}}function Kh(t){var e=t.event,n=t.getAreaRestrictions,r=t.boundaries,o=t.coordinates,s=t.visibleArea;t.aspectRatio,t.stencilSize,t.sizeRestrictions;var a=t.positionRestrictions;t.stencilReference;var c=N({},o),l=N({},s);if(o&&s&&e.type!=="manipulateImage"){var u={width:0,height:0};l.width,r.width,W(r)>W(c)?(u.height=.8*r.height,u.width=u.height*W(c)):(u.width=.8*r.width,u.height=u.width*W(c));var h=Cn(l=Ee(l,c.width*r.width/(l.width*u.width)),n({visibleArea:l,type:"resize"}));l=Ee(l,h),h!==1&&(u.height/=h,u.width/=h),l=le(l=ge(l,yt(ae(c),ae(l))),n({visibleArea:l,type:"move"})),c=le(c,Sn(Te(l),a))}return{coordinates:c,visibleArea:l}}function ef(t){var e=t.event,n=t.coordinates,r=t.visibleArea,o=t.getAreaRestrictions,s=N({},r),a=N({},n);if(e.type==="setCoordinates"){var c=Math.max(0,a.width-s.width),l=Math.max(0,a.height-s.height);c>l?s=Ee(s,Math.min(a.width/s.width,wt(s,o({visibleArea:s,type:"resize"})))):l>c&&(s=Ee(s,Math.min(a.height/s.height,wt(s,o({visibleArea:s,type:"resize"}))))),s=le(s=ge(s,bn(bt(a,Te(s)))),o({visibleArea:s,type:"move"}))}return{visibleArea:s,coordinates:a}}function tf(t){var e=t.imageSize,n=t.visibleArea,r=t.coordinates,o=n||e;return{left:(n?n.left:0)+o.width/2-r.width/2,top:(n?n.top:0)+o.height/2-r.height/2}}function nf(t){var e=t.imageSize,n=t.visibleArea,r=t.aspectRatio,o=t.sizeRestrictions,s=n||e,a=Math.min(r.maximum||1/0,Math.max(r.minimum||0,W(s))),c=s.width<s.height?{width:.8*s.width,height:.8*s.width/a}:{height:.8*s.height,width:.8*s.height*a};return _e(N(N({},c),{aspectRatio:r,sizeRestrictions:o}))}function rf(t){var e,n,r=t.imageSize,o=t.visibleArea,s=t.boundaries,a=t.aspectRatio,c=t.sizeRestrictions,l=t.stencilSize,u=o||r;return W(u)>W(s)?n=(e=l.height*u.height/s.height)*W(l):e=(n=l.width*u.width/s.width)/W(l),_e({width:n,height:e,aspectRatio:a,sizeRestrictions:c})}function of(t){var e=t.getAreaRestrictions,n=t.coordinates,r=t.imageSize,o=W(t.boundaries);if(n){var s={height:Math.max(n.height,r.height),width:Math.max(n.width,r.width)},a=ws({width:W(s)>o?s.width:s.height*o,height:W(s)>o?s.width/o:s.height},Ei(e())),c={left:n.left+n.width/2-a.width/2,top:n.top+n.height/2-a.height/2,width:a.width,height:a.height},l=Ot(n,Te(N({left:0,top:0},r))),u={};return!l.left&&!l.right&&c.width<=r.width&&(u.left=0,u.right=r.width),!l.top&&!l.bottom&&c.height<=r.height&&(u.top=0,u.bottom=r.height),le(c,u)}var h=W(r);return a={height:h>o?r.height:r.width/o,width:h>o?r.height*o:r.width},{left:r.width/2-a.width/2,top:r.height/2-a.height/2,width:a.width,height:a.height}}function kn(t,e){return Cs(t,Te(e))}function sf(t){var e=t.event,n=t.coordinates,r=t.visibleArea,o=t.sizeRestrictions,s=t.getAreaRestrictions,a=t.positionRestrictions,c=t.adjustStencil,l=e.scale,u=e.move,h=N({},r),f=N({},n),m=1,p=1,b=l.factor&&Math.abs(l.factor-1)>.001;h=ge(h,{left:u.left||0,top:u.top||0});var S={stencil:{minimum:Math.max(o.minWidth?o.minWidth/f.width:0,o.minHeight?o.minHeight/f.height:0),maximum:Math.min(o.maxWidth?o.maxWidth/f.width:1/0,o.maxHeight?o.maxHeight/f.height:1/0,wt(f,a))},area:{maximum:wt(h,s({visibleArea:h,type:"resize"}))}};l.factor&&b&&(l.factor<1?(p=Math.max(l.factor,S.stencil.minimum))>1&&(p=1):l.factor>1&&(p=Math.min(l.factor,Math.min(S.area.maximum,S.stencil.maximum)))<1&&(p=1)),p&&(h=Ee(h,p,l.center));var y=n.left-r.left,B=r.width+r.left-(n.width+n.left),D=n.top-r.top,O=r.height+r.top-(n.height+n.top);return h=le(h=ge(h,bt(h,{left:a.left!==void 0?a.left-y*p:void 0,top:a.top!==void 0?a.top-D*p:void 0,bottom:a.bottom!==void 0?a.bottom+O*p:void 0,right:a.right!==void 0?a.right+B*p:void 0})),s({visibleArea:h,type:"move"})),f.width=f.width*p,f.height=f.height*p,f.left=h.left+y*p,f.top=h.top+D*p,f=le(f,Sn(Te(h),a)),l.factor&&b&&c&&(l.factor>1?m=Math.min(S.area.maximum,l.factor)/p:l.factor<1&&(m=Math.max(f.height/h.height,f.width/h.width,l.factor/p)),m!==1&&(h=ge(h=le(h=Ee(h,m,l.factor>1?l.center:ae(f)),s({visibleArea:h,type:"move"})),bn(bt(f,Te(h)))))),{coordinates:f,visibleArea:h}}function af(t){var e=t.aspectRatio,n=t.getAreaRestrictions,r=t.coordinates,o=t.visibleArea,s=t.sizeRestrictions,a=t.positionRestrictions,c=t.imageSize,l=t.previousImageSize,u=t.angle,h=N({},r),f=N({},o),m=Xe(ae(N({left:0,top:0},l)),u);return(h=N(N({},_e({sizeRestrictions:s,aspectRatio:e,width:h.width,height:h.height})),Xe(ae(h),u))).left-=m.left-c.width/2+h.width/2,h.top-=m.top-c.height/2+h.height/2,f=Ee(f,Cn(f,n({visibleArea:f,type:"resize"}))),{coordinates:h=le(h,a),visibleArea:f=le(f=ge(f,yt(ae(h),ae(r))),n({visibleArea:f,type:"move"}))}}function lf(t){var e=t.flip,n=t.previousFlip,r=t.rotate,o=t.getAreaRestrictions,s=t.coordinates,a=t.visibleArea,c=t.imageSize,l=N({},s),u=N({},a),h=n.horizontal!==e.horizontal,f=n.vertical!==e.vertical;if(h||f){var m=Xe({left:c.width/2,top:c.height/2},-r),p=Xe(ae(l),-r),b=Xe({left:h?m.left-(p.left-m.left):p.left,top:f?m.top-(p.top-m.top):p.top},r);l=ge(l,yt(b,ae(l))),p=Xe(ae(u),-r),u=le(u=ge(u,yt(b=Xe({left:h?m.left-(p.left-m.left):p.left,top:f?m.top-(p.top-m.top):p.top},r),ae(u))),o({visibleArea:u,type:"move"}))}return{coordinates:l,visibleArea:u}}function Es(t){var e=t.directions,n=t.coordinates,r=t.positionRestrictions,o=r===void 0?{}:r,s=t.sizeRestrictions,a=t.preserveRatio,c=t.compensate,l=N({},e),u=Fe(n,l).width,h=Fe(n,l).height;u<0&&(l.left<0&&l.right<0?(l.left=-(n.width-s.minWidth)/(l.left/l.right),l.right=-(n.width-s.minWidth)/(l.right/l.left)):l.left<0?l.left=-(n.width-s.minWidth):l.right<0&&(l.right=-(n.width-s.minWidth))),h<0&&(l.top<0&&l.bottom<0?(l.top=-(n.height-s.minHeight)/(l.top/l.bottom),l.bottom=-(n.height-s.minHeight)/(l.bottom/l.top)):l.top<0?l.top=-(n.height-s.minHeight):l.bottom<0&&(l.bottom=-(n.height-s.minHeight)));var f=Ot(Fe(n,l),o);c&&(f.left&&f.left>0&&f.right===0?(l.right+=f.left,l.left-=f.left):f.right&&f.right>0&&f.left===0&&(l.left+=f.right,l.right-=f.right),f.top&&f.top>0&&f.bottom===0?(l.bottom+=f.top,l.top-=f.top):f.bottom&&f.bottom>0&&f.top===0&&(l.top+=f.bottom,l.bottom-=f.bottom),f=Ot(Fe(n,l),o));var m={width:1/0,height:1/0,left:1/0,right:1/0,top:1/0,bottom:1/0};if(ze.forEach(function(S){var y=f[S];y&&l[S]&&(m[S]=Math.max(0,1-y/l[S]))}),a){var p=Math.min.apply(null,ze.map(function(S){return m[S]}));p!==1/0&&ze.forEach(function(S){l[S]*=p})}else ze.forEach(function(S){m[S]!==1/0&&(l[S]*=m[S])});if(u=Fe(n,l).width,h=Fe(n,l).height,l.right+l.left&&(u>s.maxWidth?m.width=(s.maxWidth-n.width)/(l.right+l.left):u<s.minWidth&&(m.width=(s.minWidth-n.width)/(l.right+l.left))),l.bottom+l.top&&(h>s.maxHeight?m.height=(s.maxHeight-n.height)/(l.bottom+l.top):h<s.minHeight&&(m.height=(s.minHeight-n.height)/(l.bottom+l.top))),a){var b=Math.min(m.width,m.height);b!==1/0&&ze.forEach(function(S){l[S]*=b})}else m.width!==1/0&&jh.forEach(function(S){l[S]*=m.width}),m.height!==1/0&&Gh.forEach(function(S){l[S]*=m.height});return l}function En(t,e,n){return e==0&&n==0?t/2:e==0?0:n==0?t:t*Math.abs(e/(e+n))}var cf=Ae("vue-simple-handler"),df=Ae("vue-simple-handler-wrapper"),xi={name:"SimpleHandler",components:{HandlerWrapper:ms},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){var t,e=(ke(t={},this.horizontalPosition,!!this.horizontalPosition),ke(t,this.verticalPosition,!!this.verticalPosition),ke(t,"".concat(this.horizontalPosition,"-").concat(this.verticalPosition),!!(this.verticalPosition&&this.horizontalPosition)),ke(t,"hover",this.hover),t);return{default:ee(cf(e),this.defaultClass,this.hover&&this.hoverClass),wrapper:ee(df(e),this.wrapperClass)}}},methods:{onDrag:function(t){this.$emit("drag",t)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};xi.render=function(t,e,n,r,o,s){var a=i.resolveComponent("HandlerWrapper");return i.openBlock(),i.createBlock(a,{class:s.classes.wrapper,"vertical-position":n.verticalPosition,"horizontal-position":n.horizontalPosition,disabled:n.disabled,onDrag:s.onDrag,onDragEnd:s.onDragEnd,onEnter:s.onEnter,onLeave:s.onLeave},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.default},null,2)]}),_:1},8,["class","vertical-position","horizontal-position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var uf=Ae("vue-simple-line"),hf=Ae("vue-simple-line-wrapper"),Bi={name:"SimpleLine",components:{LineWrapper:ps},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},position:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){return{root:ee(uf(ke({},this.position,!0)),this.defaultClass,this.hover&&this.hoverClass),wrapper:ee(hf(ke({},this.position,!0)),this.wrapperClass)}}},methods:{onDrag:function(t){this.$emit("drag",t)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};Bi.render=function(t,e,n,r,o,s){var a=i.resolveComponent("LineWrapper");return i.openBlock(),i.createBlock(a,{class:s.classes.wrapper,position:n.position,disabled:n.disabled,onDrag:s.onDrag,onDragEnd:s.onDragEnd,onEnter:s.onEnter,onLeave:s.onLeave},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.root},null,2)]}),_:1},8,["class","position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var Mi=Ae("vue-bounding-box"),ff=["east","west",null],mf=["south","north",null],vs={name:"BoundingBox",props:{width:{type:Number},height:{type:Number},transitions:{type:Object},handlers:{type:Object,default:function(){return{eastNorth:!0,north:!0,westNorth:!0,west:!0,westSouth:!0,south:!0,eastSouth:!0,east:!0}}},handlersComponent:{type:[Object,String],default:function(){return xi}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}},lines:{type:Object,default:function(){return{west:!0,north:!0,east:!0,south:!0}}},linesComponent:{type:[Object,String],default:function(){return Bi}},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},resizable:{type:Boolean,default:!0}},data:function(){var t=[];return ff.forEach(function(e){mf.forEach(function(n){if(e!==n){var r=ls(e,n),o=r.name,s=r.classname;t.push({name:o,classname:s,verticalDirection:n,horizontalDirection:e})}})}),{points:t}},computed:{style:function(){var t={};return this.width&&this.height&&(t.width="".concat(this.width,"px"),t.height="".concat(this.height,"px"),this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction))),t},classes:function(){var t=this.handlersClasses,e=this.handlersWrappersClasses,n=this.linesClasses,r=this.linesWrappersClasses;return{root:Mi(),handlers:t,handlersWrappers:e,lines:n,linesWrappers:r}},lineNodes:function(){var t=this,e=[];return this.points.forEach(function(n){n.horizontalDirection&&n.verticalDirection||!t.lines[n.name]||e.push({name:n.name,component:t.linesComponent,class:ee(t.classes.lines.default,t.classes.lines[n.name],!t.resizable&&t.classes.lines.disabled),wrapperClass:ee(t.classes.linesWrappers.default,t.classes.linesWrappers[n.name],!t.resizable&&t.classes.linesWrappers.disabled),hoverClass:t.classes.lines.hover,verticalDirection:n.verticalDirection,horizontalDirection:n.horizontalDirection,disabled:!t.resizable})}),e},handlerNodes:function(){var t=this,e=[],n=this.width,r=this.height;return this.points.forEach(function(o){if(t.handlers[o.name]){var s={name:o.name,component:t.handlersComponent,class:ee(t.classes.handlers.default,t.classes.handlers[o.name]),wrapperClass:ee(t.classes.handlersWrappers.default,t.classes.handlersWrappers[o.name]),hoverClass:t.classes.handlers.hover,verticalDirection:o.verticalDirection,horizontalDirection:o.horizontalDirection,disabled:!t.resizable};if(n&&r){var a=o.horizontalDirection,c=o.verticalDirection,l=a==="east"?n:a==="west"?0:n/2,u=c==="south"?r:c==="north"?0:r/2;s.wrapperClass=Mi("handler"),s.wrapperStyle={transform:"translate(".concat(l,"px, ").concat(u,"px)")},t.transitions&&t.transitions.enabled&&(s.wrapperStyle.transition="".concat(t.transitions.time,"ms ").concat(t.transitions.timingFunction))}else s.wrapperClass=Mi("handler",ke({},o.classname,!0));e.push(s)}}),e}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[]},methods:{onEnd:function(){this.$emit("resize-end")},onHandlerDrag:function(t,e,n){var r,o=t.shift(),s=o.left,a=o.top,c={left:0,right:0,top:0,bottom:0};e==="west"?c.left-=s:e==="east"&&(c.right+=s),n==="north"?c.top-=a:n==="south"&&(c.bottom+=a),!n&&e?r="width":n&&!e&&(r="height"),this.resizable&&this.$emit("resize",new _h(c,{allowedDirections:{left:e==="west"||!e,right:e==="east"||!e,bottom:n==="south"||!n,top:n==="north"||!n},preserveAspectRatio:t.nativeEvent&&t.nativeEvent.shiftKey,respectDirection:r}))}},emits:["resize","resize-end"]};vs.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"box",class:s.classes.root,style:s.style},[i.renderSlot(t.$slots,"default"),i.createVNode("div",null,[(i.openBlock(!0),i.createBlock(i.Fragment,null,i.renderList(s.lineNodes,function(a){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.component),{key:a.name,"default-class":a.class,"hover-class":a.hoverClass,"wrapper-class":a.wrapperClass,position:a.name,disabled:a.disabled,onDrag:function(c){return s.onHandlerDrag(c,a.horizontalDirection,a.verticalDirection)},onDragEnd:e[1]||(e[1]=function(c){return s.onEnd()})},null,8,["default-class","hover-class","wrapper-class","position","disabled","onDrag"])}),128))]),(i.openBlock(!0),i.createBlock(i.Fragment,null,i.renderList(s.handlerNodes,function(a){return i.openBlock(),i.createBlock("div",{key:a.name,style:a.wrapperStyle,class:a.wrapperClass},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.component),{"default-class":a.class,"hover-class":a.hoverClass,"wrapper-class":a.wrapperClass,"horizontal-position":a.horizontalDirection,"vertical-position":a.verticalDirection,disabled:a.disabled,onDrag:function(c){return s.onHandlerDrag(c,a.horizontalDirection,a.verticalDirection)},onDragEnd:e[2]||(e[2]=function(c){return s.onEnd()})},null,8,["default-class","hover-class","wrapper-class","horizontal-position","vertical-position","disabled","onDrag"]))],6)}),128))],6)};var pf=Ae("vue-draggable-area"),xs={name:"DraggableArea",props:{movable:{type:Boolean,default:!0},activationDistance:{type:Number,default:20}},computed:{classnames:function(){return{default:pf()}}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[],this.touchStarted=!1},methods:{onTouchStart:function(t){if(t.cancelable){var e=this.movable&&t.touches.length===1;e&&(this.touches=lt(t.touches)),(this.touchStarted||e)&&(t.preventDefault(),t.stopPropagation())}},onTouchEnd:function(){this.touchStarted=!1,this.processEnd()},onTouchMove:function(t){this.touches.length>=1&&(this.touchStarted?(this.processMove(t,t.touches),t.preventDefault(),t.stopPropagation()):fs({x:this.touches[0].clientX,y:this.touches[0].clientY},{x:t.touches[0].clientX,y:t.touches[0].clientY})>this.activationDistance&&(this.initAnchor({clientX:t.touches[0].clientX,clientY:t.touches[0].clientY}),this.touchStarted=!0))},onMouseDown:function(t){if(this.movable&&t.button===0){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.initAnchor(e),t.stopPropagation()}},onMouseMove:function(t){this.touches.length&&(this.processMove(t,[{fake:!0,clientX:t.clientX,clientY:t.clientY}]),t.preventDefault&&t.cancelable&&t.preventDefault(),t.stopPropagation())},onMouseUp:function(){this.processEnd()},initAnchor:function(t){var e=this.$refs.container.getBoundingClientRect(),n=e.left,r=e.top;this.anchor={x:t.clientX-n,y:t.clientY-r}},processMove:function(t,e){var n=lt(e);if(this.touches.length){var r=this.$refs.container.getBoundingClientRect(),o=r.left,s=r.top;this.touches.length===1&&n.length===1&&this.$emit("move",new bi({left:n[0].clientX-(o+this.anchor.x),top:n[0].clientY-(s+this.anchor.y)}))}},processEnd:function(){this.touches.length&&this.$emit("move-end"),this.touches=[]}},emits:["move","move-end"]};xs.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"container",onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],544)};function Ri(t){var e,n;return{rotate:t.rotate||0,flip:{horizontal:((e=t==null?void 0:t.flip)===null||e===void 0?void 0:e.horizontal)||!1,vertical:((n=t==null?void 0:t.flip)===null||n===void 0?void 0:n.vertical)||!1}}}function gf(t){return new Promise(function(e,n){try{if(t)if(/^data:/i.test(t))e(function(l){l=l.replace(/^data:([^;]+);base64,/gim,"");for(var u=atob(l),h=u.length,f=new ArrayBuffer(h),m=new Uint8Array(f),p=0;p<h;p++)m[p]=u.charCodeAt(p);return f}(t));else if(/^blob:/i.test(t)){var r=new FileReader;r.onload=function(l){e(l.target.result)},s=t,a=function(l){r.readAsArrayBuffer(l)},(c=new XMLHttpRequest).open("GET",s,!0),c.responseType="blob",c.onload=function(){this.status!=200&&this.status!==0||a(this.response)},c.send()}else{var o=new XMLHttpRequest;o.onreadystatechange=function(){o.readyState===4&&(o.status===200||o.status===0?e(o.response):n("Warning: could not load an image to parse its orientation"),o=null)},o.onprogress=function(){o.getResponseHeader("content-type")!=="image/jpeg"&&o.abort()},o.withCredentials=!1,o.open("GET",t,!0),o.responseType="arraybuffer",o.send(null)}else n("Error: the image is empty")}catch(l){n(l)}var s,a,c})}function Bs(t){var e=t.rotate,n=t.flip,r=t.scaleX,o=t.scaleY,s="";return s+=" rotate("+e+"deg) ",s+=" scaleX("+r*(n.horizontal?-1:1)+") ",s+=" scaleY("+o*(n.vertical?-1:1)+") "}function yf(t){try{var e,n=new DataView(t),r=void 0,o=void 0,s=void 0,a=void 0;if(n.getUint8(0)===255&&n.getUint8(1)===216)for(var c=n.byteLength,l=2;l+1<c;){if(n.getUint8(l)===255&&n.getUint8(l+1)===225){s=l;break}l++}if(s&&(r=s+10,function(p,b,S){var y,B="";for(y=b,S+=b;y<S;y++)B+=String.fromCharCode(p.getUint8(y));return B}(n,s+4,4)==="Exif")){var u=n.getUint16(r);if(((o=u===18761)||u===19789)&&n.getUint16(r+2,o)===42){var h=n.getUint32(r+4,o);h>=8&&(a=r+h)}}if(a){for(var f=n.getUint16(a,o),m=0;m<f;m++)if(l=a+12*m+2,n.getUint16(l,o)===274){l+=8,e=n.getUint16(l,o),n.setUint16(l,1,o);break}}return e}catch{return null}}function Ms(t,e){var n=e.getBoundingClientRect(),r=n.left,o=n.top,s={left:0,top:0},a=0;return t.forEach(function(c){s.left+=(c.clientX-r)/t.length,s.top+=(c.clientY-o)/t.length}),t.forEach(function(c){a+=fs({x:s.left,y:s.top},{x:c.clientX-r,y:c.clientY-o})}),{centerMass:s,spread:a,count:t.length}}var Rs={props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0},eventsFilter:{type:Function,required:!1}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},created:function(){this.transforming=!1,this.debouncedProcessEnd=yi(this.processEnd),this.touches=[]},methods:{processMove:function(t,e){if(this.touches.length){if(this.touches.length===1&&e.length===1)this.$emit("move",new Dt({left:this.touches[0].clientX-e[0].clientX,top:this.touches[0].clientY-e[0].clientY}));else if(this.touches.length>1&&this.touchResize){var n=Ms(e,this.$refs.container),r=this.oldGeometricProperties;r.count===n.count&&r.count>1&&this.$emit("resize",new Dt({left:r.centerMass.left-n.centerMass.left,top:r.centerMass.top-n.centerMass.top},{factor:r.spread/n.spread,center:n.centerMass})),this.oldGeometricProperties=n}this.touches=e}},processEnd:function(){this.transforming&&(this.transforming=!1,this.$emit("transform-end"))},processStart:function(){this.transforming=!0,this.debouncedProcessEnd.clear()},processEvent:function(t){return this.eventsFilter?this.eventsFilter(t,this.transforming)!==!1:(t.preventDefault(),t.stopPropagation(),!0)},onTouchStart:function(t){if(t.cancelable&&(this.touchMove||this.touchResize&&t.touches.length>1)&&this.processEvent(t)){var e=this.$refs.container,n=e.getBoundingClientRect(),r=n.left,o=n.top,s=n.bottom,a=n.right;this.touches=lt(t.touches).filter(function(c){return c.clientX>r&&c.clientX<a&&c.clientY>o&&c.clientY<s}),this.oldGeometricProperties=Ms(this.touches,e)}},onTouchEnd:function(t){t.touches.length===0&&(this.touches=[],this.processEnd())},onTouchMove:function(t){var e=this;if(this.touches.length){var n=lt(t.touches).filter(function(r){return!r.identifier||e.touches.find(function(o){return o.identifier===r.identifier})});this.processEvent(t)&&(this.processMove(t,n),this.processStart())}},onMouseDown:function(t){if(this.mouseMove&&"buttons"in t&&t.buttons===1&&this.processEvent(t)){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.processStart()}},onMouseMove:function(t){this.touches.length&&this.processEvent(t)&&this.processMove(t,[{clientX:t.clientX,clientY:t.clientY}])},onMouseUp:function(){this.touches=[],this.processEnd()},onWheel:function(t){if(this.wheelResize&&this.processEvent(t)){var e=this.$refs.container.getBoundingClientRect(),n=e.left,r=e.top,o=1+this.wheelResize.ratio*(a=t.deltaY||t.detail||t.wheelDelta,(c=+a)==0||hs(c)?c:c>0?1:-1),s={left:t.clientX-n,top:t.clientY-r};this.$emit("resize",new Dt({},{factor:o,center:s})),this.touches.length||this.debouncedProcessEnd()}var a,c}},emits:["resize","move","transform-end"]};Rs.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"container",onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)}),onWheel:e[3]||(e[3]=function(){return s.onWheel&&s.onWheel.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],544)};var $i={components:{TransformableImage:Rs},props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0}},emits:["resize","move"]};$i.render=function(t,e,n,r,o,s){var a=i.resolveComponent("transformable-image");return i.openBlock(),i.createBlock(a,{"touch-move":n.touchMove,"touch-resize":n.touchResize,"mouse-move":n.mouseMove,"wheel-resize":n.wheelResize,onMove:e[1]||(e[1]=function(c){return t.$emit("move",c)}),onResize:e[2]||(e[2]=function(c){return t.$emit("resize",c)})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["touch-move","touch-resize","mouse-move","wheel-resize"])};var vn=Ae("vue-preview"),$s={props:{coordinates:{type:Object},transitions:{type:Object},image:{type:Object,default:function(){return{}}},imageClass:{type:String},width:{type:Number},height:{type:Number},fill:{type:Boolean}},data:function(){return{calculatedImageSize:{width:0,height:0},calculatedSize:{width:0,height:0}}},computed:{classes:function(){return{root:vn({fill:this.fill}),wrapper:vn("wrapper"),imageWrapper:vn("image-wrapper"),image:ee(vn("image"),this.imageClass)}},style:function(){if(this.fill)return{};var t={};return this.width&&(t.width="".concat(this.size.width,"px")),this.height&&(t.height="".concat(this.size.height,"px")),this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),t},wrapperStyle:function(){var t={width:"".concat(this.size.width,"px"),height:"".concat(this.size.height,"px"),left:"calc(50% - ".concat(this.size.width/2,"px)"),top:"calc(50% - ".concat(this.size.height/2,"px)")};return this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),t},imageStyle:function(){if(this.coordinates&&this.image){var t=this.coordinates.width/this.size.width,e=U(U({rotate:0,flip:{horizontal:!1,vertical:!1}},this.image.transforms),{},{scaleX:1/t,scaleY:1/t}),n=this.imageSize.width,r=this.imageSize.height,o=bs({width:n,height:r},e.rotate),s={width:"".concat(n,"px"),height:"".concat(r,"px"),left:"0px",top:"0px"},a={rotate:{left:(n-o.width)*e.scaleX/2,top:(r-o.height)*e.scaleY/2},scale:{left:(1-e.scaleX)*n/2,top:(1-e.scaleY)*r/2}};return s.transform=`translate(
42
- `.concat(-this.coordinates.left/t-a.rotate.left-a.scale.left,"px,").concat(-this.coordinates.top/t-a.rotate.top-a.scale.top,"px) ")+Bs(e),this.transitions&&this.transitions.enabled&&(s.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),s}return{}},size:function(){return{width:this.width||this.calculatedSize.width,height:this.height||this.calculatedSize.height}},imageSize:function(){return{width:this.image.width||this.calculatedImageSize.width,height:this.image.height||this.calculatedImageSize.height}}},watch:{image:function(t){(t.width||t.height)&&this.onChangeImage()}},mounted:function(){var t=this;this.onChangeImage(),this.$refs.image.addEventListener("load",function(){t.refreshImage()}),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh)},methods:{refreshImage:function(){var t=this.$refs.image;this.calculatedImageSize.height=t.naturalHeight,this.calculatedImageSize.width=t.naturalWidth},refresh:function(){var t=this.$refs.root;this.width||(this.calculatedSize.width=t.clientWidth),this.height||(this.calculatedSize.height=t.clientHeight)},onChangeImage:function(){var t=this.$refs.image;t&&t.complete&&this.refreshImage(),this.refresh()}}};$s.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"root",class:s.classes.root,style:s.style},[i.createVNode("div",{ref:"wrapper",class:s.classes.wrapper,style:s.wrapperStyle},[i.withDirectives(i.createVNode("img",{ref:"image",src:n.image&&n.image.src,class:s.classes.image,style:s.imageStyle},null,14,["src"]),[[i.vShow,n.image&&n.image.src]])],6)],6)};var Is={components:{Preview:$s},inheritAttrs:!1};Is.render=function(t,e,n,r,o,s){var a=i.resolveComponent("preview");return i.openBlock(),i.createBlock(a,i.mergeProps(t.$attrs,{fill:!0}),null,16)};var Ii=Ae("vue-rectangle-stencil"),As={name:"RectangleStencil",components:{StencilPreview:Is,BoundingBox:vs,DraggableArea:xs},props:{image:{type:Object},coordinates:{type:Object},stencilCoordinates:{type:Object},handlers:{type:Object},handlersComponent:{type:[Object,String],default:function(){return xi}},lines:{type:Object},linesComponent:{type:[Object,String],default:function(){return Bi}},aspectRatio:{type:[Number,String]},minAspectRatio:{type:[Number,String]},maxAspectRatio:{type:[Number,String]},movable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},transitions:{type:Object},movingClass:{type:String},resizingClass:{type:String},previewClass:{type:String},boundingBoxClass:{type:String},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}}},data:function(){return{moving:!1,resizing:!1}},computed:{classes:function(){return{stencil:ee(Ii({movable:this.movable,moving:this.moving,resizing:this.resizing}),this.moving&&this.movingClass,this.resizing&&this.resizingClass),preview:ee(Ii("preview"),this.previewClass),boundingBox:ee(Ii("bounding-box"),this.boundingBoxClass)}},style:function(){var t=this.stencilCoordinates,e=t.height,n=t.width,r=t.left,o=t.top,s={width:"".concat(n,"px"),height:"".concat(e,"px"),transform:"translate(".concat(r,"px, ").concat(o,"px)")};return this.transitions&&this.transitions.enabled&&(s.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),s}},methods:{onMove:function(t){this.$emit("move",t),this.moving=!0},onMoveEnd:function(){this.$emit("move-end"),this.moving=!1},onResize:function(t){this.$emit("resize",t),this.resizing=!0},onResizeEnd:function(){this.$emit("resize-end"),this.resizing=!1},aspectRatios:function(){return{minimum:this.aspectRatio||this.minAspectRatio,maximum:this.aspectRatio||this.maxAspectRatio}}},emits:["resize","resize-end","move","move-end"]};As.render=function(t,e,n,r,o,s){var a=i.resolveComponent("stencil-preview"),c=i.resolveComponent("draggable-area"),l=i.resolveComponent("bounding-box");return i.openBlock(),i.createBlock("div",{class:s.classes.stencil,style:s.style},[i.createVNode(l,{width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,transitions:n.transitions,class:s.classes.boundingBox,handlers:n.handlers,"handlers-component":n.handlersComponent,"handlers-classes":n.handlersClasses,"handlers-wrappers-classes":n.handlersWrappersClasses,lines:n.lines,"lines-component":n.linesComponent,"lines-classes":n.linesClasses,"lines-wrappers-classes":n.linesWrappersClasses,resizable:n.resizable,onResize:s.onResize,onResizeEnd:s.onResizeEnd},{default:i.withCtx(function(){return[i.createVNode(c,{movable:n.movable,onMove:s.onMove,onMoveEnd:s.onMoveEnd},{default:i.withCtx(function(){return[i.createVNode(a,{image:n.image,coordinates:n.coordinates,width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,class:s.classes.preview,transitions:n.transitions},null,8,["image","coordinates","width","height","class","transitions"])]}),_:1},8,["movable","onMove","onMoveEnd"])]}),_:1},8,["width","height","transitions","class","handlers","handlers-component","handlers-classes","handlers-wrappers-classes","lines","lines-component","lines-classes","lines-wrappers-classes","resizable","onResize","onResizeEnd"])],6)};var wf=["transitions"],Ue=Ae("vue-advanced-cropper"),Ai={name:"Cropper",components:{BackgroundWrapper:$i},props:{src:{type:String,default:null},stencilComponent:{type:[Object,String],default:function(){return As}},backgroundWrapperComponent:{type:[Object,String],default:function(){return $i}},stencilProps:{type:Object,default:function(){return{}}},autoZoom:{type:Boolean,default:!1},imageClass:{type:String},boundariesClass:{type:String},backgroundClass:{type:String},foregroundClass:{type:String},minWidth:{type:[Number,String]},minHeight:{type:[Number,String]},maxWidth:{type:[Number,String]},maxHeight:{type:[Number,String]},debounce:{type:[Boolean,Number],default:500},transitions:{type:Boolean,default:!0},checkOrientation:{type:Boolean,default:!0},canvas:{type:[Object,Boolean],default:!0},crossOrigin:{type:[Boolean,String],default:void 0},transitionTime:{type:Number,default:300},imageRestriction:{type:String,default:"fit-area",validator:function(t){return Xh.indexOf(t)!==-1}},roundResult:{type:Boolean,default:!0},defaultSize:{type:[Function,Object]},defaultPosition:{type:[Function,Object]},defaultVisibleArea:{type:[Function,Object]},defaultTransforms:{type:[Function,Object]},defaultBoundaries:{type:[Function,String],validator:function(t){return!(typeof t=="string"&&t!=="fill"&&t!=="fit")}},priority:{type:String,default:"coordinates"},stencilSize:{type:[Object,Function]},resizeImage:{type:[Boolean,Object],default:!0},moveImage:{type:[Boolean,Object],default:!0},autoZoomAlgorithm:{type:Function},resizeAlgorithm:{type:Function,default:function(t){var e=t.event,n=t.coordinates,r=t.aspectRatio,o=t.positionRestrictions,s=t.sizeRestrictions,a=N(N({},n),{right:n.left+n.width,bottom:n.top+n.height}),c=e.params||{},l=N({},e.directions),u=c.allowedDirections||{left:!0,right:!0,bottom:!0,top:!0};s.widthFrozen&&(l.left=0,l.right=0),s.heightFrozen&&(l.top=0,l.bottom=0),ze.forEach(function(A){u[A]||(l[A]=0)});var h=Fe(a,l=Es({coordinates:a,directions:l,sizeRestrictions:s,positionRestrictions:o})).width,f=Fe(a,l).height,m=c.preserveRatio?W(a):ki(h/f,r);if(m){var p=c.respectDirection;if(p||(p=a.width>=a.height||m===1?"width":"height"),p==="width"){var b=h/m-a.height;if(u.top&&u.bottom){var S=l.top,y=l.bottom;l.bottom=En(b,y,S),l.top=En(b,S,y)}else u.bottom?l.bottom=b:u.top?l.top=b:u.right?l.right=0:u.left&&(l.left=0)}else if(p==="height"){var B=a.width-f*m;if(u.left&&u.right){var D=l.left,O=l.right;l.left=-En(B,D,O),l.right=-En(B,O,D)}else u.left?l.left=-B:u.right?l.right=-B:u.top?l.top=0:u.bottom&&(l.bottom=0)}l=Es({directions:l,coordinates:a,sizeRestrictions:s,positionRestrictions:o,preserveRatio:!0,compensate:c.compensate})}return h=Fe(a,l).width,f=Fe(a,l).height,(m=c.preserveRatio?W(a):ki(h/f,r))&&Math.abs(m-h/f)>.001&&ze.forEach(function(A){u[A]||(l[A]=0)}),vi({event:new bi({left:-l.left,top:-l.top}),coordinates:{width:n.width+l.right+l.left,height:n.height+l.top+l.bottom,left:n.left,top:n.top},positionRestrictions:o})}},moveAlgorithm:{type:Function,default:vi},initStretcher:{type:Function,default:function(t){var e=t.stretcher,n=t.imageSize,r=W(n);e.style.width=n.width+"px",e.style.height=e.clientWidth/r+"px",e.style.width=e.clientWidth+"px"}},fitCoordinates:{type:Function,default:function(t){var e=t.visibleArea,n=t.coordinates,r=t.aspectRatio,o=t.sizeRestrictions,s=t.positionRestrictions,a=N(N({},n),_e({width:n.width,height:n.height,aspectRatio:r,sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minHeight:Math.min(e.height,o.minHeight),minWidth:Math.min(e.width,o.minWidth)}}));return a=le(a=ge(a,yt(ae(n),ae(a))),Sn(Te(e),s))}},fitVisibleArea:{type:Function,default:function(t){var e=t.visibleArea,n=t.boundaries,r=t.getAreaRestrictions,o=t.coordinates,s=N({},e);s.height=s.width/W(n),s.top+=(e.height-s.height)/2,(o.height-s.height>0||o.width-s.width>0)&&(s=Ee(s,Math.max(o.height/s.height,o.width/s.width)));var a=bn(bt(o,Te(s=Ee(s,Cn(s,r({visibleArea:s,type:"resize"}))))));return s.width<o.width&&(a.left=0),s.height<o.height&&(a.top=0),s=le(s=ge(s,a),r({visibleArea:s,type:"move"}))}},areaRestrictionsAlgorithm:{type:Function,default:function(t){var e=t.visibleArea,n=t.boundaries,r=t.imageSize,o=t.imageRestriction,s=t.type,a={};return o==="fill-area"?a={left:0,top:0,right:r.width,bottom:r.height}:o==="fit-area"&&(W(n)>W(r)?(a={top:0,bottom:r.height},e&&s==="move"&&(e.width>r.width?(a.left=-(e.width-r.width)/2,a.right=r.width-a.left):(a.left=0,a.right=r.width))):(a={left:0,right:r.width},e&&s==="move"&&(e.height>r.height?(a.top=-(e.height-r.height)/2,a.bottom=r.height-a.top):(a.top=0,a.bottom=r.height)))),a}},sizeRestrictionsAlgorithm:{type:Function,default:function(t){return{minWidth:t.minWidth,minHeight:t.minHeight,maxWidth:t.maxWidth,maxHeight:t.maxHeight}}},positionRestrictionsAlgorithm:{type:Function,default:function(t){var e=t.imageSize,n={};return t.imageRestriction!=="none"&&(n={left:0,top:0,right:e.width,bottom:e.height}),n}}},data:function(){return{transitionsActive:!1,imageLoaded:!1,imageAttributes:{width:null,height:null,crossOrigin:null,src:null},defaultImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},appliedImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},boundaries:{width:0,height:0},visibleArea:null,coordinates:U({},gs)}},computed:{image:function(){return{src:this.imageAttributes.src,width:this.imageAttributes.width,height:this.imageAttributes.height,transforms:this.imageTransforms}},imageTransforms:function(){return{rotate:this.appliedImageTransforms.rotate,flip:{horizontal:this.appliedImageTransforms.flip.horizontal,vertical:this.appliedImageTransforms.flip.vertical},translateX:this.visibleArea?this.visibleArea.left/this.coefficient:0,translateY:this.visibleArea?this.visibleArea.top/this.coefficient:0,scaleX:1/this.coefficient,scaleY:1/this.coefficient}},imageSize:function(){var t=function(e){return e*Math.PI/180}(this.imageTransforms.rotate);return{width:Math.abs(this.imageAttributes.width*Math.cos(t))+Math.abs(this.imageAttributes.height*Math.sin(t)),height:Math.abs(this.imageAttributes.width*Math.sin(t))+Math.abs(this.imageAttributes.height*Math.cos(t))}},initialized:function(){return!!(this.visibleArea&&this.imageLoaded)},settings:function(){var t=wi(this.resizeImage,{touch:!0,wheel:{ratio:.1},adjustStencil:!0},{touch:!1,wheel:!1,adjustStencil:!1});return{moveImage:wi(this.moveImage,{touch:!0,mouse:!0},{touch:!1,mouse:!1}),resizeImage:t}},coefficient:function(){return this.visibleArea?this.visibleArea.width/this.boundaries.width:0},areaRestrictions:function(){return this.imageLoaded?this.areaRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction,boundaries:this.boundaries}):{}},transitionsOptions:function(){return{enabled:this.transitionsActive,timingFunction:"ease-in-out",time:350}},sizeRestrictions:function(){if(this.boundaries.width&&this.boundaries.height&&this.imageSize.width&&this.imageSize.height){var t=this.sizeRestrictionsAlgorithm({imageSize:this.imageSize,minWidth:ie(this.minWidth)?0:wn(this.minWidth),minHeight:ie(this.minHeight)?0:wn(this.minHeight),maxWidth:ie(this.maxWidth)?1/0:wn(this.maxWidth),maxHeight:ie(this.maxHeight)?1/0:wn(this.maxHeight)});if(t=function(r){var o=r.areaRestrictions,s=r.sizeRestrictions,a=r.boundaries,c=r.positionRestrictions,l=N(N({},s),{minWidth:s.minWidth!==void 0?s.minWidth:0,minHeight:s.minHeight!==void 0?s.minHeight:0,maxWidth:s.maxWidth!==void 0?s.maxWidth:1/0,maxHeight:s.maxHeight!==void 0?s.maxHeight:1/0});c.left!==void 0&&c.right!==void 0&&(l.maxWidth=Math.min(l.maxWidth,c.right-c.left)),c.bottom!==void 0&&c.top!==void 0&&(l.maxHeight=Math.min(l.maxHeight,c.bottom-c.top));var u=Ei(o),h=ws(a,u);return u.width<1/0&&(!l.maxWidth||l.maxWidth>h.width)&&(l.maxWidth=Math.min(l.maxWidth,h.width)),u.height<1/0&&(!l.maxHeight||l.maxHeight>h.height)&&(l.maxHeight=Math.min(l.maxHeight,h.height)),l.minWidth>l.maxWidth&&(l.minWidth=l.maxWidth,l.widthFrozen=!0),l.minHeight>l.maxHeight&&(l.minHeight=l.maxHeight,l.heightFrozen=!0),l}({sizeRestrictions:t,areaRestrictions:this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}),imageSize:this.imageSize,boundaries:this.boundaries,positionRestrictions:this.positionRestrictions,imageRestriction:this.imageRestriction,visibleArea:this.visibleArea,stencilSize:this.getStencilSize()}),this.visibleArea&&this.stencilSize){var e=this.getStencilSize(),n=Ei(this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}));t.maxWidth=Math.min(t.maxWidth,n.width*e.width/this.boundaries.width),t.maxHeight=Math.min(t.maxHeight,n.height*e.height/this.boundaries.height),t.maxWidth<t.minWidth&&(t.minWidth=t.maxWidth),t.maxHeight<t.minHeight&&(t.minHeight=t.maxHeight)}return t}return{minWidth:0,minHeight:0,maxWidth:0,maxHeight:0}},positionRestrictions:function(){return this.positionRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction})},classes:function(){return{cropper:Ue(),image:ee(Ue("image"),this.imageClass),stencil:Ue("stencil"),boundaries:ee(Ue("boundaries"),this.boundariesClass),stretcher:ee(Ue("stretcher")),background:ee(Ue("background"),this.backgroundClass),foreground:ee(Ue("foreground"),this.foregroundClass),imageWrapper:ee(Ue("image-wrapper")),cropperWrapper:ee(Ue("cropper-wrapper"))}},stencilCoordinates:function(){if(this.initialized){var t=this.coordinates,e=t.width,n=t.height,r=t.left,o=t.top;return{width:e/this.coefficient,height:n/this.coefficient,left:(r-this.visibleArea.left)/this.coefficient,top:(o-this.visibleArea.top)/this.coefficient}}return this.defaultCoordinates()},boundariesStyle:function(){var t={width:this.boundaries.width?"".concat(Math.round(this.boundaries.width),"px"):"auto",height:this.boundaries.height?"".concat(Math.round(this.boundaries.height),"px"):"auto",transition:"opacity ".concat(this.transitionTime,"ms"),pointerEvents:this.imageLoaded?"all":"none"};return this.imageLoaded||(t.opacity="0"),t},imageStyle:function(){var t=this.imageAttributes.width>this.imageAttributes.height?{width:Math.min(1024,this.imageAttributes.width),height:Math.min(1024,this.imageAttributes.width)/(this.imageAttributes.width/this.imageAttributes.height)}:{height:Math.min(1024,this.imageAttributes.height),width:Math.min(1024,this.imageAttributes.height)*(this.imageAttributes.width/this.imageAttributes.height)},e={left:(t.width-this.imageSize.width)/(2*this.coefficient),top:(t.height-this.imageSize.height)/(2*this.coefficient)},n={left:(1-1/this.coefficient)*t.width/2,top:(1-1/this.coefficient)*t.height/2},r=U(U({},this.imageTransforms),{},{scaleX:this.imageTransforms.scaleX*(this.imageAttributes.width/t.width),scaleY:this.imageTransforms.scaleY*(this.imageAttributes.height/t.height)}),o={width:"".concat(t.width,"px"),height:"".concat(t.height,"px"),left:"0px",top:"0px",transform:"translate(".concat(-e.left-n.left-this.imageTransforms.translateX,"px, ").concat(-e.top-n.top-this.imageTransforms.translateY,"px)")+Bs(r)};return this.transitionsOptions.enabled&&(o.transition="".concat(this.transitionsOptions.time,"ms ").concat(this.transitionsOptions.timingFunction)),o}},watch:{src:function(){this.onChangeImage()},stencilComponent:function(){var t=this;this.$nextTick(function(){t.resetCoordinates(),t.runAutoZoom("setCoordinates"),t.onChange()})},minWidth:function(){this.onPropsChange()},maxWidth:function(){this.onPropsChange()},minHeight:function(){this.onPropsChange()},maxHeight:function(){this.onPropsChange()},imageRestriction:function(){this.reset()},stencilProps:function(t,e){["aspectRatio","minAspectRatio","maxAspectRatio"].find(function(n){return t[n]!==e[n]})&&this.$nextTick(this.onPropsChange)}},created:function(){this.debouncedUpdate=yi(this.update,this.debounce),this.debouncedDisableTransitions=yi(this.disableTransitions,this.transitionsOptions.time),this.awaiting=!1},mounted:function(){this.$refs.image.addEventListener("load",this.onSuccessLoadImage),this.$refs.image.addEventListener("error",this.onFailLoadImage),this.onChangeImage(),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh),this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.debouncedUpdate.clear(),this.debouncedDisableTransitions.clear()},methods:{getResult:function(){var t=this.initialized?this.prepareResult(U({},this.coordinates)):this.defaultCoordinates(),e={rotate:this.imageTransforms.rotate%360,flip:U({},this.imageTransforms.flip)};if(this.src&&this.imageLoaded){var n=this;return{image:this.image,coordinates:t,visibleArea:this.visibleArea?U({},this.visibleArea):null,imageTransforms:e,get canvas(){return n.canvas?n.getCanvas():void 0}}}return{image:this.image,coordinates:t,visibleArea:this.visibleArea?U({},this.visibleArea):null,canvas:void 0,imageTransforms:e}},zoom:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;this.onManipulateImage(new Dt({},{factor:1/t,center:e}),{normalize:!1,transitions:o})},move:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;this.onManipulateImage(new Dt({left:t||0,top:e||0}),{normalize:!1,transitions:o})},setCoordinates:function(t){var e=this,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.autoZoom,o=r===void 0||r,s=n.transitions,a=s===void 0||s;this.$nextTick(function(){e.imageLoaded?(e.transitionsActive||(a&&e.enableTransitions(),e.coordinates=e.applyTransform(t),o&&e.runAutoZoom("setCoordinates"),a&&e.debouncedDisableTransitions()),e.onChange()):e.delayedTransforms=t})},refresh:function(){var t=this,e=this.$refs.image;if(this.src&&e)return this.initialized?this.updateVisibleArea().then(function(){t.onChange()}):this.resetVisibleArea().then(function(){t.onChange()})},reset:function(){var t=this;return this.resetVisibleArea().then(function(){t.onChange(!1)})},awaitRender:function(t){var e=this;this.awaiting||(this.awaiting=!0,this.$nextTick(function(){t(),e.awaiting=!1}))},prepareResult:function(t){return this.roundResult?function(e){var n=e.coordinates,r=e.sizeRestrictions,o=e.positionRestrictions,s={width:Math.round(n.width),height:Math.round(n.height),left:Math.round(n.left),top:Math.round(n.top)};return s.width>r.maxWidth?s.width=Math.floor(n.width):s.width<r.minWidth&&(s.width=Math.ceil(n.width)),s.height>r.maxHeight?s.height=Math.floor(n.height):s.height<r.minHeight&&(s.height=Math.ceil(n.height)),le(s,o)}(U(U({},this.getPublicProperties()),{},{positionRestrictions:kn(this.positionRestrictions,this.visibleArea),coordinates:t})):t},processAutoZoom:function(t,e,n,r){var o=this.autoZoomAlgorithm;o||(o=this.stencilSize?Qh:this.autoZoom?Kh:ef);var s=o({event:{type:t,params:r},visibleArea:e,coordinates:n,boundaries:this.boundaries,aspectRatio:this.getAspectRatio(),positionRestrictions:this.positionRestrictions,getAreaRestrictions:this.getAreaRestrictions,sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize()});return U(U({},s),{},{changed:!ys(s.visibleArea,e)||!ys(s.coordinates,n)})},runAutoZoom:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.transitions,r=n!==void 0&&n,o=Hh(e,wf),s=this.processAutoZoom(t,this.visibleArea,this.coordinates,o),a=s.visibleArea,c=s.coordinates,l=s.changed;r&&l&&this.enableTransitions(),this.visibleArea=a,this.coordinates=c,r&&l&&this.debouncedDisableTransitions()},normalizeEvent:function(t){return function(e){var n=e.event,r=e.visibleArea,o=e.coefficient;if(n.type==="manipulateImage")return N(N({},n),{move:{left:n.move&&n.move.left?o*n.move.left:0,top:n.move&&n.move.top?o*n.move.top:0},scale:{factor:n.scale&&n.scale.factor?n.scale.factor:1,center:n.scale&&n.scale.center?{left:n.scale.center.left*o+r.left,top:n.scale.center.top*o+r.top}:null}});if(n.type==="resize"){var s=N(N({},n),{directions:N({},n.directions)});return ze.forEach(function(c){s.directions[c]*=o}),s}if(n.type==="move"){var a=N(N({},n),{directions:N({},n.directions)});return Zh.forEach(function(c){a.directions[c]*=o}),a}return n}(U(U({},this.getPublicProperties()),{},{event:t}))},getCanvas:function(){if(this.$refs.canvas){var t=this.$refs.canvas,e=this.$refs.image,n=this.imageTransforms.rotate!==0||this.imageTransforms.flip.horizontal||this.imageTransforms.flip.vertical?function(c,l,u){var h=u.rotate,f=u.flip,m={width:l.naturalWidth,height:l.naturalHeight},p=bs(m,h),b=c.getContext("2d");c.height=p.height,c.width=p.width,b.save();var S=Xe(ae(N({left:0,top:0},m)),h);return b.translate(-(S.left-p.width/2),-(S.top-p.height/2)),b.rotate(h*Math.PI/180),b.translate(f.horizontal?m.width:0,f.vertical?m.height:0),b.scale(f.horizontal?-1:1,f.vertical?-1:1),b.drawImage(l,0,0,m.width,m.height),b.restore(),c}(this.$refs.sourceCanvas,e,this.imageTransforms):e,r=U({minWidth:0,minHeight:0,maxWidth:1/0,maxHeight:1/0,maxArea:this.maxCanvasSize,imageSmoothingEnabled:!0,imageSmoothingQuality:"high",fillColor:"transparent"},this.canvas),o=function(c){return c.find(function(l){return u=l,!Number.isNaN(parseFloat(u))&&isFinite(u);var u})},s=_e({sizeRestrictions:{minWidth:o([r.width,r.minWidth])||0,minHeight:o([r.height,r.minHeight])||0,maxWidth:o([r.width,r.maxWidth])||1/0,maxHeight:o([r.height,r.maxHeight])||1/0},width:this.coordinates.width,height:this.coordinates.height,aspectRatio:{minimum:this.coordinates.width/this.coordinates.height,maximum:this.coordinates.width/this.coordinates.height}});if(r.maxArea&&s.width*s.height>r.maxArea){var a=Math.sqrt(r.maxArea/(s.width*s.height));s={width:Math.round(a*s.width),height:Math.round(a*s.height)}}return function(c,l,u,h,f){c.width=h?h.width:u.width,c.height=h?h.height:u.height;var m=c.getContext("2d");m.clearRect(0,0,c.width,c.height),f&&(f.imageSmoothingEnabled&&(m.imageSmoothingEnabled=f.imageSmoothingEnabled),f.imageSmoothingQuality&&(m.imageSmoothingQuality=f.imageSmoothingQuality),f.fillColor&&(m.fillStyle=f.fillColor,m.fillRect(0,0,c.width,c.height),m.save()));var p=u.left<0?-u.left:0,b=u.top<0?-u.top:0;m.drawImage(l,u.left+p,u.top+b,u.width,u.height,p*(c.width/u.width),b*(c.height/u.height),c.width,c.height)}(t,n,this.coordinates,s,r),t}},update:function(){this.$emit("change",this.getResult())},applyTransform:function(t){var e=arguments.length>1&&arguments[1]!==void 0&&arguments[1],n=this.visibleArea&&e?Jh(this.sizeRestrictions,this.visibleArea):this.sizeRestrictions,r=this.visibleArea&&e?kn(this.positionRestrictions,this.visibleArea):this.positionRestrictions;return Yh({transform:t,coordinates:this.coordinates,imageSize:this.imageSize,sizeRestrictions:n,positionRestrictions:r,aspectRatio:this.getAspectRatio(),visibleArea:this.visibleArea})},resetCoordinates:function(){var t=this;if(this.$refs.image){this.$refs.cropper,this.$refs.image;var e=this.defaultSize;e||(e=this.stencilSize?rf:nf);var n=this.sizeRestrictions;n.minWidth,n.minHeight,n.maxWidth,n.maxHeight;var r=gt(e)?e({boundaries:this.boundaries,imageSize:this.imageSize,aspectRatio:this.getAspectRatio(),sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize(),visibleArea:this.visibleArea}):e,o=this.defaultPosition||tf,s=[r,function(a){var c=a.coordinates;return U({},gt(o)?o({coordinates:c,imageSize:t.imageSize,visibleArea:t.visibleArea}):t.defaultPosition)}];this.delayedTransforms&&s.push.apply(s,lt(Array.isArray(this.delayedTransforms)?this.delayedTransforms:[this.delayedTransforms])),this.coordinates=this.applyTransform(s,!0),this.delayedTransforms=null}},clearImage:function(){var t=this;this.imageLoaded=!1,setTimeout(function(){var e=t.$refs.stretcher;e&&(e.style.height="auto",e.style.width="auto"),t.coordinates=t.defaultCoordinates(),t.boundaries={width:0,height:0}},this.transitionTime)},enableTransitions:function(){this.transitions&&(this.transitionsActive=!0)},disableTransitions:function(){this.transitionsActive=!1},updateBoundaries:function(){var t=this,e=this.$refs.stretcher,n=this.$refs.cropper;return this.initStretcher({cropper:n,stretcher:e,imageSize:this.imageSize}),this.$nextTick().then(function(){var r={cropper:n,imageSize:t.imageSize};if(gt(t.defaultBoundaries)?t.boundaries=t.defaultBoundaries(r):t.defaultBoundaries==="fit"?t.boundaries=function(o){var s=o.cropper,a=o.imageSize,c=s.clientHeight,l=s.clientWidth,u=c,h=a.width*c/a.height;return h>l&&(h=l,u=a.height*l/a.width),{width:h,height:u}}(r):t.boundaries=function(o){var s=o.cropper;return{width:s.clientWidth,height:s.clientHeight}}(r),!t.boundaries.width||!t.boundaries.height)throw new Error("It's impossible to fit the cropper in the current container")})},resetVisibleArea:function(){var t=this;return this.appliedImageTransforms=U(U({},this.defaultImageTransforms),{},{flip:U({},this.defaultImageTransforms.flip)}),this.updateBoundaries().then(function(){t.priority!=="visible-area"&&(t.visibleArea=null,t.resetCoordinates());var e,n,r,o,s,a,c=t.defaultVisibleArea||of;t.visibleArea=gt(c)?c({imageSize:t.imageSize,boundaries:t.boundaries,coordinates:t.priority!=="visible-area"?t.coordinates:null,getAreaRestrictions:t.getAreaRestrictions,stencilSize:t.getStencilSize()}):t.defaultVisibleArea,t.visibleArea=(e={visibleArea:t.visibleArea,boundaries:t.boundaries,getAreaRestrictions:t.getAreaRestrictions},n=e.visibleArea,r=e.boundaries,o=e.getAreaRestrictions,s=N({},n),a=W(r),s.width/s.height!==a&&(s.height=s.width/a),le(s,o({visibleArea:s,type:"move"}))),t.priority==="visible-area"?t.resetCoordinates():t.coordinates=t.fitCoordinates({visibleArea:t.visibleArea,coordinates:t.coordinates,aspectRatio:t.getAspectRatio(),positionRestrictions:t.positionRestrictions,sizeRestrictions:t.sizeRestrictions}),t.runAutoZoom("resetVisibleArea")}).catch(function(){t.visibleArea=null})},updateVisibleArea:function(){var t=this;return this.updateBoundaries().then(function(){t.visibleArea=t.fitVisibleArea({imageSize:t.imageSize,boundaries:t.boundaries,visibleArea:t.visibleArea,coordinates:t.coordinates,getAreaRestrictions:t.getAreaRestrictions}),t.coordinates=t.fitCoordinates({visibleArea:t.visibleArea,coordinates:t.coordinates,aspectRatio:t.getAspectRatio(),positionRestrictions:t.positionRestrictions,sizeRestrictions:t.sizeRestrictions}),t.runAutoZoom("updateVisibleArea")}).catch(function(){t.visibleArea=null})},onChange:function(){var t=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];t&&this.debounce?this.debouncedUpdate():this.update()},onChangeImage:function(){var t,e=this;if(this.imageLoaded=!1,this.delayedTransforms=null,this.src){if(function(o){if(ds(o))return!1;var s=window.location,a=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(o)||[],c={protocol:a[1]||"",host:a[2]||"",port:a[3]||""},l=function(u){return u.port||((u.protocol||s.protocol)==="http"?80:433)};return!(!c.protocol&&!c.host&&!c.port||c.protocol&&c.protocol==s.protocol&&c.host&&c.host==s.host&&c.host&&l(c)==l(s))}(this.src)){var n=ie(this.crossOrigin)?this.canvas:this.crossOrigin;n===!0&&(n="anonymous"),this.imageAttributes.crossOrigin=n||null}if(this.checkOrientation){var r=(t=this.src,new Promise(function(o){gf(t).then(function(s){var a=yf(s);o(s?{source:t,arrayBuffer:s,orientation:a}:{source:t,arrayBuffer:null,orientation:null})}).catch(function(s){console.warn(s),o({source:t,arrayBuffer:null,orientation:null})})}));setTimeout(function(){r.then(e.onParseImage)},this.transitionTime)}else setTimeout(function(){e.onParseImage({source:e.src})},this.transitionTime)}else this.clearImage()},onFailLoadImage:function(){this.imageAttributes.src&&(this.clearImage(),this.$emit("error"))},onSuccessLoadImage:function(){var t=this,e=this.$refs.image;e&&!this.imageLoaded&&(this.imageAttributes.height=e.naturalHeight,this.imageAttributes.width=e.naturalWidth,this.imageLoaded=!0,this.resetVisibleArea().then(function(){t.$emit("ready"),t.onChange(!1)}))},onParseImage:function(t){var e=this,n=t.source,r=t.arrayBuffer,o=t.orientation;this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.imageAttributes.revoke=!1,r&&o&&o>1?cs(n)||!ds(n)?(this.imageAttributes.src=URL.createObjectURL(new Blob([r])),this.imageAttributes.revoke=!0):this.imageAttributes.src=function(s){for(var a=[],c=new Uint8Array(s);c.length>0;){var l=c.subarray(0,8192);a.push(String.fromCharCode.apply(null,Array.from?Array.from(l):l.slice())),c=c.subarray(8192)}return"data:image/jpeg;base64,"+btoa(a.join(""))}(r):this.imageAttributes.src=n,gt(this.defaultTransforms)?this.appliedImageTransforms=Ri(this.defaultTransforms()):yn(this.defaultTransforms)?this.appliedImageTransforms=Ri(this.defaultTransforms):this.appliedImageTransforms=function(s){var a=Ri({});if(s)switch(s){case 2:a.flip.horizontal=!0;break;case 3:a.rotate=-180;break;case 4:a.flip.vertical=!0;break;case 5:a.rotate=90,a.flip.vertical=!0;break;case 6:a.rotate=90;break;case 7:a.rotate=90,a.flip.horizontal=!0;break;case 8:a.rotate=-90}return a}(o),this.defaultImageTransforms=U(U({},this.appliedImageTransforms),{},{flip:U({},this.appliedImageTransforms.flip)}),this.$nextTick(function(){var s=e.$refs.image;s&&s.complete&&(function(a){return!!a.naturalWidth}(s)?e.onSuccessLoadImage():e.onFailLoadImage())})},onResizeEnd:function(){this.runAutoZoom("resize",{transitions:!0})},onMoveEnd:function(){this.runAutoZoom("move",{transitions:!0})},onMove:function(t){var e=this;this.transitionsOptions.enabled||this.awaitRender(function(){e.coordinates=e.moveAlgorithm(U(U({},e.getPublicProperties()),{},{positionRestrictions:kn(e.positionRestrictions,e.visibleArea),coordinates:e.coordinates,event:e.normalizeEvent(t)})),e.onChange()})},onResize:function(t){var e=this;this.transitionsOptions.enabled||this.stencilSize&&!this.autoZoom||this.awaitRender(function(){var n=e.sizeRestrictions,r=Math.min(e.coordinates.width,e.coordinates.height,20*e.coefficient);e.coordinates=e.resizeAlgorithm(U(U({},e.getPublicProperties()),{},{positionRestrictions:kn(e.positionRestrictions,e.visibleArea),sizeRestrictions:{maxWidth:Math.min(n.maxWidth,e.visibleArea.width),maxHeight:Math.min(n.maxHeight,e.visibleArea.height),minWidth:Math.max(n.minWidth,r),minHeight:Math.max(n.minHeight,r)},event:e.normalizeEvent(t)})),e.onChange(),e.ticking=!1})},onManipulateImage:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.transitionsOptions.enabled){var n=e.transitions,r=n!==void 0&&n,o=e.normalize,s=o===void 0||o;r&&this.enableTransitions();var a=sf(U(U({},this.getPublicProperties()),{},{event:s?this.normalizeEvent(t):t,getAreaRestrictions:this.getAreaRestrictions,imageRestriction:this.imageRestriction,adjustStencil:!this.stencilSize&&this.settings.resizeImage.adjustStencil})),c=a.visibleArea,l=a.coordinates;this.visibleArea=c,this.coordinates=l,this.runAutoZoom("manipulateImage"),this.onChange(),r&&this.debouncedDisableTransitions()}},onPropsChange:function(){this.coordinates=this.applyTransform(this.coordinates,!0),this.onChange(!1)},getAreaRestrictions:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=t.visibleArea,n=t.type,r=n===void 0?"move":n;return this.areaRestrictionsAlgorithm({boundaries:this.boundaries,imageSize:this.imageSize,imageRestriction:this.imageRestriction,visibleArea:e,type:r})},getAspectRatio:function(t){var e,n,r=this.stencilProps,o=r.aspectRatio,s=r.minAspectRatio,a=r.maxAspectRatio;if(this.$refs.stencil&&this.$refs.stencil.aspectRatios){var c=this.$refs.stencil.aspectRatios();e=c.minimum,n=c.maximum}if(ie(e)&&(e=ie(o)?s:o),ie(n)&&(n=ie(o)?a:o),!t&&(ie(e)||ie(n))){var l=this.getStencilSize(),u=l?W(l):null;ie(e)&&(e=us(u)?u:void 0),ie(n)&&(n=us(u)?u:void 0)}return{minimum:e,maximum:n}},getStencilSize:function(){if(this.stencilSize)return t={currentStencilSize:{width:this.stencilCoordinates.width,height:this.stencilCoordinates.height},stencilSize:this.stencilSize,boundaries:this.boundaries,coefficient:this.coefficient,coordinates:this.coordinates,aspectRatio:this.getAspectRatio(!0)},e=t.boundaries,n=t.stencilSize,r=t.aspectRatio,ki(W(o=gt(n)?n({boundaries:e,aspectRatio:r}):n),r)&&(o=_e({sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:r.minimum,maximum:r.maximum}})),(o.width>e.width||o.height>e.height)&&(o=_e({sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:W(o),maximum:W(o)}})),o;var t,e,n,r,o},getPublicProperties:function(){return{coefficient:this.coefficient,visibleArea:this.visibleArea,coordinates:this.coordinates,boundaries:this.boundaries,sizeRestrictions:this.sizeRestrictions,positionRestrictions:this.positionRestrictions,aspectRatio:this.getAspectRatio(),imageRestriction:this.imageRestriction}},defaultCoordinates:function(){return U({},gs)},flip:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;if(!this.transitionsActive){o&&this.enableTransitions();var s=U({},this.imageTransforms.flip),a=lf({flip:{horizontal:t?!s.horizontal:s.horizontal,vertical:e?!s.vertical:s.vertical},previousFlip:s,rotate:this.imageTransforms.rotate,visibleArea:this.visibleArea,coordinates:this.coordinates,imageSize:this.imageSize,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),c=a.visibleArea,l=a.coordinates;t&&(this.appliedImageTransforms.flip.horizontal=!this.appliedImageTransforms.flip.horizontal),e&&(this.appliedImageTransforms.flip.vertical=!this.appliedImageTransforms.flip.vertical),this.visibleArea=c,this.coordinates=l,this.onChange(),o&&this.debouncedDisableTransitions()}},rotate:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.transitions,r=n===void 0||n;if(!this.transitionsActive){r&&this.enableTransitions();var o=U({},this.imageSize);this.appliedImageTransforms.rotate+=t;var s=af({visibleArea:this.visibleArea,coordinates:this.coordinates,previousImageSize:o,imageSize:this.imageSize,angle:t,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),a=s.visibleArea,c=s.coordinates,l=this.processAutoZoom("rotateImage",a,c);a=l.visibleArea,c=l.coordinates,this.visibleArea=a,this.coordinates=c,this.onChange(),r&&this.debouncedDisableTransitions()}}},emits:["change","error","ready"]},bf={key:0,ref:"canvas",style:{display:"none"}},Cf={key:1,ref:"sourceCanvas",style:{display:"none"}};Ai.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"cropper",class:s.classes.cropper},[i.createVNode("div",{ref:"stretcher",class:s.classes.stretcher},null,2),i.createVNode("div",{class:s.classes.boundaries,style:s.boundariesStyle},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.backgroundWrapperComponent),{class:s.classes.cropperWrapper,"wheel-resize":s.settings.resizeImage.wheel,"touch-resize":s.settings.resizeImage.touch,"touch-move":s.settings.moveImage.touch,"mouse-move":s.settings.moveImage.mouse,onMove:s.onManipulateImage,onResize:s.onManipulateImage},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.background,style:s.boundariesStyle},null,6),i.createVNode("div",{class:s.classes.imageWrapper},[i.createVNode("img",{ref:"image",crossorigin:o.imageAttributes.crossOrigin,src:o.imageAttributes.src,class:s.classes.image,style:s.imageStyle,onMousedown:e[1]||(e[1]=i.withModifiers(function(){},["prevent"]))},null,46,["crossorigin","src"])],2),i.createVNode("div",{class:s.classes.foreground,style:s.boundariesStyle},null,6),i.withDirectives((i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.stencilComponent),i.mergeProps({ref:"stencil",image:s.image,coordinates:o.coordinates,"stencil-coordinates":s.stencilCoordinates,transitions:s.transitionsOptions},n.stencilProps,{onResize:s.onResize,onResizeEnd:s.onResizeEnd,onMove:s.onMove,onMoveEnd:s.onMoveEnd}),null,16,["image","coordinates","stencil-coordinates","transitions","onResize","onResizeEnd","onMove","onMoveEnd"])),[[i.vShow,o.imageLoaded]]),n.canvas?(i.openBlock(),i.createBlock("canvas",bf,null,512)):i.createCommentVNode("",!0),n.canvas?(i.openBlock(),i.createBlock("canvas",Cf,null,512)):i.createCommentVNode("",!0)]}),_:1},8,["class","wheel-resize","touch-resize","touch-move","mouse-move","onMove","onResize"]))],6)],2)};const Sf={class:"background-container"},kf={class:"tools-line"},Ef={class:"line-block"},vf={class:"dialog-footer"},Ns=v(i.defineComponent({__name:"ImageCropper",props:{open:{type:Boolean,required:!0},defaultRatio:{type:Number,required:!1,default:1}},emits:["crop","close"],setup(t,{emit:e}){const n=t,r=e,o=Ai.Cropper(),s=i.ref(n.defaultRatio);o.ratio=s.value;const a=async()=>{s.value===0?o.ratio=0:o.ratio=s.value},c=i.ref({width:0,height:0,left:0,top:0}),l=i.ref(!1),u=i.ref(""),h=i.ref(),f=async()=>{l.value=!0;const p=h.value.getResult();o.ratio===0&&(s.value=c.value.width/c.value.height),p&&p.canvas.toBlob(b=>{var S;r("crop",{blob:b,src:(S=p.canvas)==null?void 0:S.toDataURL()})}),l.value=!1},m=p=>{var b;c.value=p.coordinates,u.value=(b=p.canvas)==null?void 0:b.toDataURL()};return(p,b)=>{const S=i.resolveComponent("PSelect"),y=i.resolveComponent("el-form-item"),B=i.resolveComponent("el-form"),D=i.resolveComponent("el-button"),O=i.resolveComponent("PModal");return i.openBlock(),i.createBlock(O,{show:t.open,title:"Настройка изображения","close-on-click-modal":!1,"close-on-press-escape":!1,"show-close":!1},{default:i.withCtx(()=>[i.createElementVNode("div",Sf,[i.createElementVNode("div",kf,[i.createElementVNode("div",Ef,[i.createVNode(B,null,{default:i.withCtx(()=>[i.createVNode(y,{label:"Задайте пропорции фото:"},{default:i.withCtx(()=>[i.createVNode(S,{modelValue:i.unref(s),"onUpdate:modelValue":b[0]||(b[0]=A=>i.isRef(s)?s.value=A:null),label:"Пропорции изображения",onChange:a},{default:i.withCtx(()=>b[1]||(b[1]=[i.createElementVNode("option",{label:"2:3 (формат A4)",value:2/3},null,-1),i.createElementVNode("option",{label:"4:3 (для карточек новостей)",value:4/3},null,-1),i.createElementVNode("option",{label:"1:1 (для фото сотрудников)",value:1},null,-1),i.createElementVNode("option",{label:"3:2",value:3/2},null,-1),i.createElementVNode("option",{label:"16:9",value:16/9},null,-1),i.createElementVNode("option",{label:"3:4 (вертикальное изображение)",value:3/4},null,-1),i.createElementVNode("option",{label:"Задать пропорции вручную",value:0},null,-1)])),_:1},8,["modelValue"])]),_:1})]),_:1})])]),i.createVNode(i.unref(Ai),{ref_key:"cropperRef",ref:h,src:i.unref(o).src,"stencil-props":{aspectRatio:i.unref(o).ratio},style:{"max-height":"50vh","min-height":"50vh"},onChange:m},null,8,["src","stencil-props"]),i.createElementVNode("div",vf,[i.createVNode(D,{loading:i.unref(l),type:"success",onClick:f},{default:i.withCtx(()=>b[2]||(b[2]=[i.createTextVNode(" Сохранить ")])),_:1},8,["loading"])])])]),_:1},8,["show"])}}}),[["__scopeId","data-v-0570bf52"]]),xf={key:0,class:"blur"},Bf={style:{display:"flex","justify-content":"center"}},xn=v(i.defineComponent({__name:"InfoItem",props:{background:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:""},openWidth:{type:String,required:!1,default:"auto"},openHeight:{type:String,required:!1,default:"auto"},maxWidth:{type:String,required:!1,default:""},minWidth:{type:String,required:!1,default:""},margin:{type:String,required:!1,default:""},height:{type:String,required:!1,default:""},withOpenWindow:{type:Boolean,required:!1,default:!0},colorSelected:{type:String,required:!1,default:"#1979CF"},borderColor:{type:String,required:!1,default:"#E3E3E3"},withHover:{type:Boolean,required:!1,default:!0},title:{type:String,required:!1,default:""},customClass:{type:String,required:!1,default:""},close:{type:Boolean,required:!1,default:!0},baseBoxMargin:{type:String,required:!1,default:""},closeWindowOverflow:{type:String,required:!1,default:""},showSaveDialog:{type:Boolean,required:!1,default:!1}},emits:["click","keyup-enter","after-close"],setup(t,{emit:e}){const n=t,r=e,o=n.customClass!==""?n.customClass:"inside-class",s=i.ref(!1),a=i.ref(!1),c=i.ref(!1),l=i.ref(n.close);i.watch(()=>n.close,()=>{a.value=!1});const u=A=>{A.stopPropagation(),A.key==="Escape"&&(n.showSaveDialog?c.value=!0:a.value=!1)};i.watch(a,async()=>{var A,j;await i.nextTick(),a.value?((j=(A=document.getElementById("info-item-opened-content"))==null?void 0:A.querySelector("input"))==null||j.focus(),document.body.addEventListener("keydown",u)):document.body.removeEventListener("keydown",u,!1),a.value===!1&&r("after-close")});const h=()=>{r("click"),a.value=!!n.withOpenWindow,l.value!==n.close&&(a.value=!1,l.value=!l.value)},f=i.computed(()=>n.customClass===""?{width:n.width,minHeight:"40px",height:"auto",maxWidth:n.maxWidth,minWidth:n.minWidth,margin:n.baseBoxMargin}:void 0),m=i.computed(()=>a.value&&n.withOpenWindow),p=i.computed(()=>({background:n.background?n.background:void 0,zIndex:m.value?"2":"0",padding:m.value?"0":n.padding,margin:n.margin,width:m.value?n.openWidth:n.width,height:m.value?n.openHeight:n.height,minHeight:"40px",maxWidth:n.maxWidth,minWidth:n.minWidth,borderColor:s.value||a.value?n.colorSelected:n.borderColor,color:s.value?n.colorSelected:"#343E5C",boxShadow:s.value||a.value?`0px 0px 1px 1px ${n.colorSelected}`:"none",alignItems:m.value?"end":"center",cursor:(n.withHover,"pointer")})),b=i.computed(()=>({height:m.value?"0":"",overflow:n.closeWindowOverflow,width:n.width})),S=i.computed(()=>({height:m.value?"auto":"0"})),y=i.computed(()=>({color:s.value?n.colorSelected:"#343E5C",fill:s.value?n.colorSelected:"#343E5C",background:n.background})),B=()=>{n.showSaveDialog?c.value=!0:a.value=!1},D=async()=>{await r("keyup-enter"),n.close&&(a.value=!1),c.value=!1},O=()=>{a.value=!1,c.value=!1};return(A,j)=>{const ve=i.resolveComponent("PString"),xe=i.resolveComponent("PButton"),Ye=i.resolveComponent("PModal"),St=i.resolveDirective("click-outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(a)?(i.openBlock(),i.createElementBlock("div",xf)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"base-box",style:i.normalizeStyle(i.unref(f)),onClick:j[2]||(j[2]=i.withModifiers(Mn=>h(),["prevent","stop"]))},[i.createElementVNode("div",{class:i.normalizeClass(["body",i.unref(o)]),style:i.normalizeStyle(i.unref(p)),onMouseenter:j[0]||(j[0]=Mn=>t.withHover?s.value=!0:s.value=!1),onMouseleave:j[1]||(j[1]=Mn=>s.value=!1)},[i.unref(a)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["close-window",t.customClass]),style:i.normalizeStyle(i.unref(b))},[i.renderSlot(A.$slots,"default",{},void 0,!0)],6)),i.unref(a)?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:1,id:"info-item-opened-content",class:"open-window",style:i.normalizeStyle(i.unref(S))},[i.renderSlot(A.$slots,"open-inside-content",{},void 0,!0)],4)),[[St,B,void 0,{prevent:!0}]]):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"top-title",style:i.normalizeStyle(i.unref(y))},[i.renderSlot(A.$slots,"title",{},()=>[i.createVNode(ve,{string:t.title,"font-size":"10px",padding:"0 0 0 3px",style:i.normalizeStyle({color:i.unref(s)?"#006BB4":"#c4c4c4",transition:"0.2s"})},null,8,["string","style"])],!0)],4)],38)],4),i.createVNode(Ye,{show:i.unref(c),title:"У вас остались несохраненные изменения, вы уверены что хотите закрыть окно?"},{default:i.withCtx(()=>[i.createElementVNode("div",Bf,[i.createVNode(xe,{text:"Не сохранять",onClick:O}),i.createVNode(xe,{text:"Сохранять",onClick:D})])]),_:1},8,["show"])],64)}}}),[["__scopeId","data-v-e8e8f1a1"]]),Ps=v(i.defineComponent({__name:"InfoItemSelectButtons",props:{selected:{type:String,required:!0},title:{type:String,required:!0},list:{type:Array,required:!0}},emits:["select","reset"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=s=>{n.value=!n.value,r("select",s)};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PButton"),u=i.resolveComponent("InfoItem");return i.openBlock(),i.createBlock(u,{close:i.unref(n),title:t.title,"close-window-overflow":"hidden","with-hover":!0,"with-open-window":!0},{"open-inside-content":i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.list,h=>(i.openBlock(),i.createBlock(l,{key:h,type:"admin",color:"blue",text:h,onClick:f=>o(h)},null,8,["text","onClick"]))),128)),i.createVNode(l,{type:"admin",color:"blue",text:"Сбросить",onClick:a[0]||(a[0]=h=>o(void 0))})]),default:i.withCtx(()=>[i.createVNode(c,{string:t.selected,"font-size":"14px",width:"100%"},null,8,["string"])]),_:1},8,["close","title"])}}}),[["__scopeId","data-v-973addd1"]]),Mf={class:"mainblock"},Rf={class:"mainline"},Vs=v(i.defineComponent({__name:"LeftRightContainer",props:{leftWidth:{type:String,required:!1,default:"0px"},background:{type:String,required:!1,default:"inherit"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",Mf,[i.createElementVNode("div",Rf,[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:t.leftWidth,maxWidth:t.leftWidth,background:t.background,display:t.leftWidth!=="0px"?"block":"none"})},[i.renderSlot(e.$slots,"left",{},void 0,!0)],4),i.createElementVNode("div",{class:"mainblock-right",style:i.normalizeStyle({background:t.background})},[i.renderSlot(e.$slots,"right",{},void 0,!0)],4)])]))}}),[["__scopeId","data-v-42fa7104"]]),$f={class:"message-title"},If={class:"message-text"},zs=v(i.defineComponent({__name:"MessageBody",props:{title:{type:String,default:"",required:!1},text:{type:String,default:"",required:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",null,[i.createElementVNode("div",$f,i.toDisplayString(t.title),1),i.createElementVNode("div",If,i.toDisplayString(t.text),1)]))}}),[["__scopeId","data-v-182d0640"]]),Af=i.defineComponent({name:"CollapseContainer",props:{initActiveIdx:{type:Number,default:0}},setup(t){const e=i.ref(t.initActiveIdx),n=r=>{e.value=r};return i.watch(()=>t.initActiveIdx,()=>{n(t.initActiveIdx)}),{changeActiveId:n,activeIdx:e}}});function Nf(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock("div",null,[i.renderSlot(t.$slots,"default",{activeIdx:t.activeIdx,changeActiveId:t.changeActiveId})])}const Ts=v(Af,[["render",Nf]]),Pf=i.defineComponent({name:"CollapseItem",props:{tabId:{type:String,required:!1,default:""},activeId:{type:String,default:""},isCollaps:{type:Boolean,default:!0},title:{type:String,default:""},showToolsOnHover:{type:Boolean,default:!0},background:{type:String,required:!1,default:"#ffffff"},backgroundAttention:{type:String,required:!1,default:"#ffffff"},changeColor:{type:Boolean,default:!1},margin:{type:String,default:"10px 8px 2px 2px"},padding:{type:String,default:"0 10px"},selectable:{type:Boolean,default:!1}},emits:["changeActiveId"],setup(t,{emit:e}){const n=i.ref(t.activeId==="0"),r=()=>{n.value=!n.value,e("changeActiveId",t.tabId)};return i.onUpdated(()=>{t.activeId&&t.activeId!==t.tabId&&(n.value=!0)}),i.onBeforeMount(()=>{t.activeId&&t.activeId!==t.tabId&&(n.value=!1)}),{collapsed:n,handleItemClick:r}}}),Vf=["for"],zf={class:"inside-icon"};function Tf(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",{class:"tab",style:i.normalizeStyle({margin:t.margin,height:t.isCollaps&&t.collapsed?"60px":"","box-shadow":t.selectable&&t.activeId===t.tabId?"0px 0px 1px 2px #1979cf":""})},[t.isCollaps&&t.collapsed?(i.openBlock(),i.createElementBlock("svg",{key:0,class:"icon-arrow",onClick:e[0]||(e[0]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},e[3]||(e[3]=[i.createElementVNode("use",{"xlink:href":"#arrow-down"},null,-1)]))):t.isCollaps&&!t.collapsed?(i.openBlock(),i.createElementBlock("svg",{key:1,class:"icon-arrow",onClick:e[1]||(e[1]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},e[4]||(e[4]=[i.createElementVNode("use",{"xlink:href":"#arrow-up"},null,-1)]))):i.createCommentVNode("",!0),i.createElementVNode("label",{for:t.tabId,onClick:e[2]||(e[2]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},[i.createElementVNode("div",{style:i.normalizeStyle({cursor:t.isCollaps?"pointer":"default",background:t.changeColor?t.background:t.backgroundAttention,padding:t.padding,borderRadius:"5px"}),class:"tab-name"},[i.createElementVNode("div",zf,[i.renderSlot(t.$slots,"icon",{},void 0,!0)]),t.title?(i.openBlock(),i.createElementBlock("div",{key:0,class:"title-in",style:i.normalizeStyle({marginRight:t.isCollaps?"50px":"0",width:t.isCollaps?"calc(100% - 50px)":"100%"})},i.toDisplayString(t.title),5)):(i.openBlock(),i.createElementBlock("div",{key:1,class:"title-in",style:i.normalizeStyle({marginRight:t.isCollaps?"50px":"0",width:t.isCollaps?"calc(100% - 50px)":"100%"})},[i.renderSlot(t.$slots,"inside-title",{},void 0,!0)],4)),i.createElementVNode("div",{class:i.normalizeClass(["tools-bar",{"hidden-part":t.showToolsOnHover}])},[i.renderSlot(t.$slots,"tools",{},void 0,!0)],2)],4)],8,Vf),i.createElementVNode("div",{style:i.normalizeStyle({maxHeight:t.isCollaps?"":"1000000vh",background:t.changeColor?t.background:t.backgroundAttention}),class:i.normalizeClass(t.collapsed?"tab-content-down":"tab-content-up")},[i.renderSlot(t.$slots,"inside-content",{},void 0,!0)],6)],4),e[5]||(e[5]=i.createStaticVNode('<svg width="0" height="0" class="hidden" data-v-0ea9a95f><symbol id="arrow-down" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" data-v-0ea9a95f><path d="M5 6L10 11L15 6L17 7L10 14L3 7L5 6Z" fill="currentColor" data-v-0ea9a95f></path></symbol><symbol id="arrow-up" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" data-v-0ea9a95f><path d="M15 14L10 9L5 14L3 13L10 6L17 13L15 14Z" fill="currentColor" data-v-0ea9a95f></path></symbol></svg>',1))],64)}const Fs=v(Pf,[["render",Tf],["__scopeId","data-v-0ea9a95f"]]),Ff={class:"tab"},Df={class:"rotate"},Ds=v(i.defineComponent({__name:"VerticalCollapseContainer",setup(t){const e=i.ref(!1),n=async()=>{e.value=!e.value};return(r,o)=>{const s=i.resolveComponent("ArrowRight"),a=i.resolveComponent("ArrowLeft");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",Ff,[i.renderSlot(r.$slots,"main",{},void 0,!0),i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"50%":"20px",transition:"0.3s"}),class:"left"},[i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"100%":"0",transition:"0.3s"}),class:"left-content"},[i.renderSlot(r.$slots,"inside-content-left",{},void 0,!0)],4),i.createElementVNode("div",{class:"arrow-bar",onClick:n},[i.createElementVNode("div",Df,[i.renderSlot(r.$slots,"inside-title",{},void 0,!0)]),i.unref(e)?(i.openBlock(),i.createBlock(s,{key:0,"icon-class":"icon-arrow"})):(i.openBlock(),i.createBlock(a,{key:1,"icon-class":"icon-arrow"}))])],4),i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"50%":"100%",transition:"0.3s"}),class:"right"},[i.renderSlot(r.$slots,"inside-content-right",{},void 0,!0)],4)]),i.createVNode(a),i.createVNode(s)],64)}}}),[["__scopeId","data-v-4ccaade5"]]),Of={class:"add-block_body"},Os=v(i.defineComponent({__name:"PAdd",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"},top:{type:String,required:!1,default:"0"},zIndex:{type:Number,required:!1,default:0}},setup(t){return(e,n)=>{const r=i.resolveComponent("PSticky");return i.openBlock(),i.createElementBlock("div",{class:"add-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.createVNode(r,{top:t.top,"z-index":t.zIndex},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"title",{},void 0,!0)]),_:3},8,["top","z-index"]),i.createElementVNode("div",Of,[i.renderSlot(e.$slots,"default",{},void 0,!0)])],4)}}}),[["__scopeId","data-v-338720bc"]]),Ls=v(i.defineComponent({__name:"PContainer",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"add-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-b2b43a38"]]),Lf={class:"add-block_body"},Hs=v(i.defineComponent({__name:"PContainerStickyHead",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"},top:{type:String,required:!1,default:"0"},zIndex:{type:Number,required:!1,default:0}},setup(t){return(e,n)=>{const r=i.resolveComponent("PSticky"),o=i.resolveComponent("PContainer");return i.openBlock(),i.createBlock(o,{background:t.background,margin:t.margin,padding:t.padding},{default:i.withCtx(()=>[i.createVNode(r,{top:t.top,"z-index":t.zIndex},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"title",{},void 0,!0)]),_:3},8,["top","z-index"]),i.createElementVNode("div",Lf,[i.renderSlot(e.$slots,"default",{},void 0,!0)])]),_:3},8,["background","margin","padding"])}}}),[["__scopeId","data-v-9464e4a8"]]),Hf={class:"del-block_title"},qf={class:"del-block_body"},qs=v(i.defineComponent({__name:"PDel",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"10px 10px 10px 50px"},padding:{type:String,required:!1,default:"10px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"del-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.createElementVNode("div",Hf,[i.renderSlot(e.$slots,"title",{},void 0,!0)]),i.createElementVNode("div",qf,[i.renderSlot(e.$slots,"default",{},void 0,!0)])],4))}}),[["__scopeId","data-v-58d048aa"]]),_f={class:"btn-group"},_s=v(i.defineComponent({__name:"AuthForm",props:{width:{type:String,default:"300px"},margin:{type:String,default:"auto"},padding:{type:String,default:"60px 100px"}},emits:["submit"],setup(t,{emit:e}){const n=Re.Form,r=i.ref(!1),o=e,s=i.computed(()=>n.GetButtons()),a=async c=>{if(!c.submit)return n.SetStatus(c.GetStatus());n.Validate().length>0||o("submit")};return i.onBeforeUnmount(()=>{n.Reset()}),(c,l)=>{const u=i.resolveComponent("PInput"),h=i.resolveComponent("PButton");return i.openBlock(),i.createElementBlock("div",{class:"auth-card",style:i.normalizeStyle({width:t.width,margin:t.margin,padding:t.padding})},[i.createElementVNode("div",null,i.toDisplayString(i.unref(Re).Form.GetTitle()),1),i.createElementVNode("div",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Re).Form.GetFields(),f=>(i.openBlock(),i.createBlock(u,{id:f.id,key:f,modelValue:f.value,"onUpdate:modelValue":m=>f.value=m,placeholder:f.label,margin:"10px 0 0 0"},null,8,["id","modelValue","onUpdate:modelValue","placeholder"]))),128)),i.createElementVNode("div",_f,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),f=>(i.openBlock(),i.createBlock(h,{id:f.id,key:f.GetStatus(),disabled:i.unref(r),type:"primary",skin:"base",text:f.text,color:f.submit?"blue":"grey",margin:"10px 0 0 0",width:"100%",height:"52px",onClick:m=>a(f)},null,8,["id","disabled","text","color","onClick"]))),128))])])],4)}}}),[["__scopeId","data-v-7dc54aa6"]]),Us=v(i.defineComponent({__name:"PModal",props:{showCloseDialog:{type:Boolean,required:!1,default:!1},closable:{type:Boolean,required:!1,default:!1},show:{type:Boolean,default:!1},title:{type:String,default:""},width:{type:String,default:"760px"},maxHeight:{type:String,default:"70vh"},margin:{type:String,default:"auto"},top:{type:String,default:"20vh"},padding:{type:String,default:"var(--modal-window-padding)"},showClose:{type:Boolean,default:!1}},emits:["save","close"],setup(t,{emit:e}){const n=t,r=e,o=a=>{a.key==="Escape"&&s()};i.onMounted(()=>{document.body.addEventListener("keydown",o)}),i.onBeforeUnmount(()=>{document.body.removeEventListener("keydown",o)});const s=()=>{n.closable&&r("close")};return(a,c)=>{const l=i.resolveComponent("IconClose");return i.openBlock(),i.createElementBlock(i.Fragment,null,[t.show?(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:s})):i.createCommentVNode("",!0),t.show?(i.openBlock(),i.createElementBlock("div",{key:1,class:"modal-w",style:i.normalizeStyle({maxWidth:t.width,width:t.width,margin:t.margin,padding:t.padding,top:t.top,maxHeight:t.maxHeight})},[t.closable?(i.openBlock(),i.createElementBlock("div",{key:0,class:"icon-box",onClick:s},[i.createVNode(l,{size:"20px"})])):i.createCommentVNode("",!0),i.renderSlot(a.$slots,"default",{},void 0,!0)],4)):i.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-3a1f6782"]]),Uf=["onClick"],Ws=v(i.defineComponent({__name:"PTabs",props:{menus:{type:Object,required:!0},tabHeight:{type:String,required:!1,default:"40px"},height:{type:String,required:!1,default:""},minMenuItemWidth:{type:String,required:!1,default:"150px"},outTopMargin:{type:String,required:!1,default:"40px"},background:{type:String,required:!1,default:"#ffffff"}},emits:["select"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(window.innerWidth),s=i.ref(),a=i.ref(Number(n.tabHeight.replace(/[^+\d]/g,""))),c=()=>{o.value=window.innerWidth,a.value=s.value?s.value.clientHeight:Number(n.tabHeight.replace(/[^+\d]/g,""))};i.onMounted(()=>window.addEventListener("resize",c)),i.onUnmounted(()=>window.removeEventListener("resize",c));const l=i.computed(()=>`calc(100% - ${a.value}px + 1px)`);i.onBeforeMount(()=>{n.menus.Select()});const u=h=>{n.menus.Select(h),r("select")};return(h,f)=>(i.openBlock(),i.createElementBlock("div",{class:"mainblock",style:i.normalizeStyle({height:`calc(100% - ${t.outTopMargin} - ${t.tabHeight}`})},[i.createElementVNode("div",{ref_key:"menuRef",ref:s,class:"top-menu",style:i.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${t.minMenuItemWidth}, 1fr))`})},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.menus.items,(m,p)=>(i.openBlock(),i.createElementBlock("div",{key:p},[i.createElementVNode("div",{class:i.normalizeClass({"selected-tab":p===t.menus.idx,tab:p!==t.menus.idx}),style:i.normalizeStyle({minHeight:t.tabHeight,maxHeight:t.tabHeight}),onClick:b=>u(p)},i.toDisplayString(m.name),15,Uf)]))),128))],4),i.createElementVNode("div",{class:"body-container",style:i.normalizeStyle({background:t.background,height:i.unref(l)})},[i.renderSlot(h.$slots,"default",{},()=>[t.menus.idx>-1?(i.openBlock(),i.createBlock(i.resolveDynamicComponent(t.menus.GetComponent()),{key:0})):i.createCommentVNode("",!0)],!0)],4)],4))}}),[["__scopeId","data-v-f631acc5"]]),Wf=["id"],jf=["for"],Gf={class:"left-field"},Zf=["href","download"],Xf={key:1,class:"text-field__input"},Jf={class:"right-field"},Yf=i.defineComponent({__name:"UploaderFile",props:{fileInfo:{type:Object,required:!1,default:new Pe},formats:{type:Array,default:()=>["pdf","jpeg","jpg"]},label:{type:String,default:"Label",required:!1},margin:{type:String,required:!1,default:"10px 0 0 0"},disabled:{type:Boolean,required:!1,default:!1},padding:{type:String,default:"",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1},placeholder:{type:String,required:!1,default:""}},emits:["upload","remove"],setup(t,{emit:e}){const n=t,r=e,o=ce.GUID(),s=ce.GUID(),a=()=>{const u=document.getElementById(o);if(!u.files)return;const h=u.files[0];if(h){if(!l(h.name)){fe.Error("Загруженный файл должен быть в формате pdf, jpg или jpeg");return}n.fileInfo.uploadAndSetFile(h),r("upload",n.fileInfo)}},c=()=>{n.fileInfo.clearFile(),r("remove",n.fileInfo)};i.onMounted(()=>{const u=document.getElementById(s);u&&(u.onclick=()=>{var h;return(h=document.getElementById(o))==null?void 0:h.click()})});const l=u=>{let h=Or.Get(u);return!!n.formats.includes(h.toLowerCase())};return(u,h)=>{const f=i.resolveComponent("PString"),m=i.resolveComponent("PFlex"),p=i.resolveComponent("PButton");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("input",{id:i.unref(o),type:"file",hidden:"",onChange:a},null,40,Wf),i.createElementVNode("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,jf)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",Gf,[i.createVNode(m,null,{default:i.withCtx(()=>[i.renderSlot(u.$slots,"default",{},void 0,!0),i.createVNode(f,{string:t.placeholder,"font-size":"var(--font-size-default:)",color:"var(--input-label-color)",margin:"0 10px 0 0"},null,8,["string"])]),_:3})]),t.fileInfo&&t.fileInfo.originalName?(i.openBlock(),i.createElementBlock("div",{key:0,class:"text-field__input",style:i.normalizeStyle({color:t.color})},[i.createElementVNode("a",{href:t.fileInfo.getFileUrl(),target:"_blank",download:t.fileInfo.originalName},[i.createElementVNode("div",null,i.toDisplayString(t.fileInfo.originalName),1)],8,Zf),i.createVNode(p,{skin:"text",type:"del",onClick:c},{default:i.withCtx(()=>[i.createVNode(pn,{size:"20px",margin:"0 5px"})]),_:1})],4)):(i.openBlock(),i.createElementBlock("div",Xf,[i.createVNode(f,{string:"Файл не загружен","font-size":"var(--inpur-font-size-default)",color:"var(--palette-warning)",margin:"0 10px 0 0"})])),i.createElementVNode("div",Jf,[i.createVNode(p,{id:i.unref(s),skin:"text",type:"success","data-test":"upload-btn",text:t.fileInfo&&t.fileInfo.originalName?"Обновить":"Загрузить",margin:"0"},null,8,["id","text"])])],4)],4)],64)}}}),js=v(Yf,[["__scopeId","data-v-e2a99ee3"]]),Qf={class:"container"},Kf={key:0,class:"result"},em={class:"list"},tm=["onClick"],Gs=v(i.defineComponent({inheritAttrs:!1,__name:"PAutocomplete",props:{modelValue:{type:String,default:""},searchFunc:{type:Function,default:()=>{}},suggestions:{type:Array,default:[]}},emits:["select","input"],setup(t,{emit:e}){const n=e,r=t,o=i.ref(r.modelValue),s=i.ref([]);async function a(){n("input",o.value),await c()}async function c(){r.searchFunc&&(s.value=await r.searchFunc(o.value))}async function l(u){n("select",u)}return(u,h)=>{const f=i.resolveComponent("IconSearch"),m=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock("div",Qf,[i.createVNode(m,{modelValue:i.unref(o),"onUpdate:modelValue":h[0]||(h[0]=p=>i.isRef(o)?o.value=p:null),placeholder:"Найти",onInput:a},{right:i.withCtx(()=>[i.createVNode(f)]),_:1},8,["modelValue"]),i.unref(o)?(i.openBlock(),i.createElementBlock("div",Kf,[i.createElementVNode("ul",em,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),p=>(i.openBlock(),i.createElementBlock("li",{key:p.value,onClick:b=>l(p)},i.toDisplayString(p.label),9,tm))),128))])])):i.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-67b698bb"]]),nm={class:"footer"},Zs=v(i.defineComponent({__name:"PDialog",setup(t){const e=i.computed(()=>{switch(He.GetType()){case"info":return"message primary";case"success":return"message success";case"warning":return"message warning";case"error":return"message danger";default:return"message neutral"}});return(n,r)=>{const o=i.resolveComponent("MessageBody"),s=i.resolveComponent("PButton");return i.openBlock(),i.createBlock(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.unref(He).IsVisible()?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(i.unref(e))},[i.createVNode(o,{title:i.unref(He).GetTitle(),text:i.unref(He).GetText()},null,8,["title","text"]),i.createElementVNode("div",nm,[i.createVNode(s,{type:"primary",text:i.unref(He).GetConfirmButtonText(),margin:"10px 0 0 0",onClick:r[0]||(r[0]=a=>i.unref(He).Submit())},null,8,["text"]),i.createVNode(s,{type:"warning",text:i.unref(He).GetCancelButtonText(),margin:"10px 0 0 0",onClick:r[1]||(r[1]=a=>i.unref(He).Cancel())},null,8,["text"])])],2)):i.createCommentVNode("",!0)]),_:1})}}}),[["__scopeId","data-v-aa85ea7a"]]),Xs=v(i.defineComponent({__name:"PhoneForm",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(t){const e=i.useModel(t,"modelValue"),n=async()=>{};return(r,o)=>{const s=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(s,{modelValue:e.value.number,"onUpdate:modelValue":o[0]||(o[0]=a=>e.value.number=a),onBlur:n},null,8,["modelValue"]),i.createVNode(s,{modelValue:e.value.description,"onUpdate:modelValue":o[1]||(o[1]=a=>e.value.description=a),onBlur:n},null,8,["modelValue"])],64)}}}),[["__scopeId","data-v-51bf3f08"]]),im={};function rm(t,e){return i.openBlock(),i.createElementBlock(i.Fragment,null,[e[0]||(e[0]=i.createElementVNode("div",{class:"blur"},null,-1)),e[1]||(e[1]=i.createElementVNode("div",{class:"loader-container"},[i.createElementVNode("div",{class:"loader",style:{"--b":"20px",width:"200px","--n":"10"}})],-1))],64)}const Js=v(im,[["render",rm],["__scopeId","data-v-0f1f2f84"]]),Ys=v(i.defineComponent({__name:"PNotification",setup(t){const e=i.computed(()=>{switch(fe.GetType()){case"info":return"message info";case"success":return"message success";case"warning":return"message warning";case"error":return"message error";default:return"message neutral"}});return(n,r)=>{const o=i.resolveComponent("MessageBody");return i.openBlock(),i.createBlock(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.unref(fe).IsVisible()?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(i.unref(e))},[i.createVNode(o,{title:i.unref(fe).GetTitle(),text:i.unref(fe).GetText()},null,8,["title","text"])],2)):i.createCommentVNode("",!0)]),_:1})}}}),[["__scopeId","data-v-cf47c695"]]),om={style:{display:"flex","justify-content":"center",width:"100%"}},sm={class:"pag-number"},am={class:"pag-ul"},lm={key:2},Qs=v(i.defineComponent({__name:"PPagination",props:{showConfirm:{type:Boolean,default:!1},justifyContent:{type:String,default:"center"},store:{type:Object,required:!0}},emits:["cancel","save"],setup(t,{emit:e}){const n=t,r=m=>m?"active":"neutral",o=m=>m?"not-active":"neutral",s=Wr,a=i.ref(!1),c=i.ref(!1);s.count=n.store.Count.value;const l=async m=>{if(m!==s.curPage&&(m<1&&(m=1),m>s.pagesCount()&&(m=s.pagesCount()),!n.showConfirm))return await u(m)},u=async(m,p)=>{s.setCurPage(m),Mt.Get().p.offset=(m-1)*s.limit,await n.store.FTSP(),f()},h=i.computed(()=>{const m=s.pagesCount();return m<8?Ve.GenerateNumsRange(2,m-1).filter(p=>p<m&&p>1):Ve.GenerateNumsRange(s.curPage-2,s.curPage+3).filter(p=>p<m&&p>1)}),f=()=>{const m=document.querySelector(".el-table__body-wrapper"),p=document.querySelector("#list");m?m.scrollTo({top:0}):p&&p.scrollTo({top:0})};return i.onBeforeUnmount(()=>{Mt.Get().p.drop()}),(m,p)=>{const b=i.resolveComponent("ArrowLeft"),S=i.resolveComponent("PButton"),y=i.resolveComponent("DoubleArrowLeft"),B=i.resolveComponent("EllipsisSvg"),D=i.resolveComponent("DoubleArrowRight"),O=i.resolveComponent("ArrowRight");return i.openBlock(),i.createElementBlock("div",om,[i.createElementVNode("div",{class:"pag-container",style:i.normalizeStyle({justifyContent:t.justifyContent})},[i.createElementVNode("div",sm,[i.createVNode(S,{skin:"pag",type:o(i.unref(s).curPage===1),onClick:p[0]||(p[0]=A=>l(i.unref(s).curPage-1))},{default:i.withCtx(()=>[i.createVNode(b)]),_:1},8,["type"]),i.createElementVNode("ul",am,[i.createElementVNode("li",null,[i.createVNode(S,{skin:"pag",type:r(i.unref(s).curPage===1),text:"1",onClick:p[1]||(p[1]=A=>l(1))},null,8,["type"])]),i.unref(s).pagesCount()>8&&i.unref(s).curPage>4?(i.openBlock(),i.createElementBlock("li",{key:0,onMouseenter:p[3]||(p[3]=A=>a.value=!0),onMouseleave:p[4]||(p[4]=A=>a.value=!1)},[i.createVNode(S,{skin:"pag",type:"neutral",onClick:p[2]||(p[2]=A=>l(i.unref(s).curPage-5))},{default:i.withCtx(()=>[i.unref(a)?(i.openBlock(),i.createBlock(y,{key:0})):(i.openBlock(),i.createBlock(B,{key:1}))]),_:1})],32)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(h),A=>(i.openBlock(),i.createElementBlock("li",{key:A},[i.createVNode(S,{skin:"pag",type:r(A===i.unref(s).curPage),text:A,onClick:j=>l(A)},null,8,["type","text","onClick"])]))),128)),i.unref(s).pagesCount()>=8&&i.unref(s).curPage<i.unref(s).pagesCount()-3?(i.openBlock(),i.createElementBlock("li",{key:1,onMouseenter:p[6]||(p[6]=A=>c.value=!0),onMouseleave:p[7]||(p[7]=A=>c.value=!1)},[i.createVNode(S,{skin:"pag",type:"neutral",onClick:p[5]||(p[5]=A=>l(i.unref(s).curPage+5))},{default:i.withCtx(()=>[i.unref(c)?(i.openBlock(),i.createBlock(D,{key:0})):(i.openBlock(),i.createBlock(B,{key:1}))]),_:1})],32)):i.createCommentVNode("",!0),i.unref(s).pagesCount()>1?(i.openBlock(),i.createElementBlock("li",lm,[i.createVNode(S,{skin:"pag",type:r(i.unref(s).pagesCount()===i.unref(s).curPage),text:i.unref(s).pagesCount(),onClick:p[8]||(p[8]=A=>l(i.unref(s).pagesCount()))},null,8,["type","text"])])):i.createCommentVNode("",!0)]),i.createVNode(S,{skin:"pag",type:o(i.unref(s).curPage===i.unref(s).pagesCount()),onClick:p[9]||(p[9]=A=>l(i.unref(s).curPage+1))},{default:i.withCtx(()=>[i.createVNode(O)]),_:1},8,["type"])])],4)])}}}),[["__scopeId","data-v-a13d8f85"]]),Ks=v(i.defineComponent({__name:"RemoteSearch",props:{keyValue:{type:String,default:""},modelValue:{type:String,default:""},storeModule:{type:String,default:""},placeholder:{type:String,default:"Начните вводить запрос"},showSuggestions:{type:Boolean,default:!0},maxWidth:{type:[Number,String],default:350},focus:{type:Boolean,default:!1}},emits:["select","load","input"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.modelValue),s=i.ref(),a=Xr.SearchModel();i.watch(()=>n.focus,()=>{n.focus&&setTimeout(()=>{s.value.focus(),o.value=""},500)});const c=async h=>{if(h.length<2)return;s.value.activated=!0,a.searchObjects=[],a.query=h,a.key=n.keyValue;const f=a.searchGroups.find(m=>m.key===n.keyValue);return f&&(a.searchGroup=f),a.searchObjects},l=async h=>{r("select",h),o.value=""},u=h=>{r("input",h),h.length===0&&r("input","")};return(h,f)=>{const m=i.resolveComponent("PAutocomplete");return i.openBlock(),i.createBlock(m,{ref_key:"searchForm",ref:s,modelValue:i.unref(o),"onUpdate:modelValue":f[0]||(f[0]=p=>i.isRef(o)?o.value=p:null),"value-key":"label",style:{width:"100%","margin-right":"10px"},placeholder:t.placeholder,"search-func":c,"trigger-on-focus":t.showSuggestions,suggestions:i.unref(a).searchObjects,onSelect:l,onInput:u},{suffix:i.withCtx(()=>f[1]||(f[1]=[i.createElementVNode("i",{class:"el-icon-search"},null,-1)])),_:1},8,["modelValue","placeholder","trigger-on-focus","suggestions"])}}}),[["__scopeId","data-v-ed43b642"]]),cm={class:"mainblock-body"},dm={class:"mainblock-footer"},ea=v(i.defineComponent({__name:"ResearcheContainer",props:{background:{type:String,required:!1,default:"inherit"},padding:{type:String,required:!1,default:"0px 10px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"mainblock",style:i.normalizeStyle({background:t.background,padding:t.padding})},[i.createElementVNode("div",{class:"mainblock-header",style:i.normalizeStyle({background:t.background})},[i.renderSlot(e.$slots,"header",{},void 0,!0)],4),i.createElementVNode("div",cm,[i.renderSlot(e.$slots,"body",{},void 0,!0)]),i.createElementVNode("div",dm,[i.renderSlot(e.$slots,"footer",{},void 0,!0)])],4))}}),[["__scopeId","data-v-367c3367"]]),um={class:"right-slider-content"},hm={class:"right-slider-content-header"},fm={class:"right-slider-content-box"},mm={class:"right-slider-button"},ta=v(i.defineComponent({__name:"RightSliderContainer",props:{sliderOffWidth:{type:String,required:!1,default:"30px"},sliderOnWidth:{type:String,required:!1,default:"260px"},background:{type:String,required:!1,default:"inherit"},toggle:{type:Boolean,default:!1},titleOpen:{type:String,required:!1,default:"Скрыть список исследований"},titleClose:{type:String,required:!1,default:"Показать список исследований"}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1);i.watch(()=>n.toggle,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("toggle",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",{class:"right-slider",style:i.normalizeStyle({marginRight:i.unref(o)?`calc(${t.sliderOffWidth} - ${t.sliderOnWidth})`:"0",width:t.sliderOnWidth})},[i.createElementVNode("div",{class:"click-line",onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleClose,"font-size":"16px",padding:"0",color:"#343E5C"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleOpen,"font-size":"16px",padding:"0",color:"#343E5C"},null,8,["string"]))]),i.createElementVNode("div",um,[i.createElementVNode("div",hm,[i.renderSlot(a.$slots,"header",{},void 0,!0)]),i.createElementVNode("div",fm,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",mm,[i.renderSlot(a.$slots,"button",{},void 0,!0)])],4)}}}),[["__scopeId","data-v-262b1c53"]]),pm={class:"mainblock"},gm={class:"body-block"},ym={class:"tab-block"},na=v(i.defineComponent({__name:"RightTabsContainer",props:{sliderOffWidth:{type:String,required:!1,default:"101px"},sliderOnWidth:{type:String,required:!1,default:"332px"},background:{type:String,required:!1,default:"inherit"},isToggle:{type:Boolean,required:!1,default:!1},mobileWidth:{type:String,required:!1,default:"768px"}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1),s=i.ref(window.matchMedia("(max-width: 768px)").matches),a=l=>{r("toggle",l)},c=i.ref(!1);return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(n.mobileWidth){case"1330px":return s.value=window.matchMedia("(max-width: 1330px)").matches;case"1215px":return s.value=window.matchMedia("(max-width: 1215px)").matches;case"1024px":return s.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return s.value=window.matchMedia("(max-width: 768px)").matches}return s.value=window.matchMedia("(max-width: 1330px)").matches}),o.value=!0}),(l,u)=>(i.openBlock(),i.createElementBlock("div",pm,[i.createElementVNode("div",{class:"slider-block",style:i.normalizeStyle({marginRight:i.unref(s)?t.isToggle?"49px":`calc(49px - ${t.sliderOnWidth})`:t.isToggle?t.sliderOffWidth:`calc(${t.sliderOffWidth} - ${t.sliderOnWidth})`,width:t.sliderOnWidth,minHeight:t.sliderOffWidth,height:t.isToggle?"auto":"100px"})},[i.createElementVNode("div",{class:"slider-icon",style:i.normalizeStyle({border:t.isToggle?"1px solid #379FFF":"1px solid #00B5A4",background:t.isToggle?"#ffffff":"#C7ECEA"}),onClick:u[0]||(u[0]=h=>a(!t.isToggle)),onMouseenter:u[1]||(u[1]=h=>c.value=!0),onMouseleave:u[2]||(u[2]=h=>c.value=!1)},[i.createElementVNode("div",{class:"icon-block",style:i.normalizeStyle({transform:i.unref(c)?t.isToggle?"rotate(-225deg) scale(1.2, 1.2)":"rotate(0deg) scale(1.2, 1.2)":t.isToggle?"rotate(-225deg)":"rotate(0deg)",fill:t.isToggle?"#379FFF":"#00B5A4"})},[i.renderSlot(l.$slots,"icon",{},void 0,!0)],4)],36),i.createElementVNode("div",{class:"slider-info",style:i.normalizeStyle({width:`calc(${t.sliderOnWidth} - ${t.sliderOffWidth})`})},[i.renderSlot(l.$slots,"slider-body",{},void 0,!0)],4)],4),i.createElementVNode("div",gm,[i.renderSlot(l.$slots,"body",{},void 0,!0)]),i.createElementVNode("div",ym,[i.renderSlot(l.$slots,"tabs",{},void 0,!0)])]))}}),[["__scopeId","data-v-0cfd77ce"]]),wm=["label","value"],ia=v(i.defineComponent({__name:"SelectValueType",props:{selectedType:{type:String,required:!0}},emits:["select"],setup(t,{emit:e}){const n={[ue.String]:"Текстовый ответ",[ue.Text]:"Развёрнутый текстовый ответ",[ue.Number]:"Числовой ответ",[ue.Date]:"Ответ в виде даты",[ue.Radio]:"Выбор одного из вариантов",[ue.Set]:"Выбор нескольких вариантов",[ue.File]:"Ответ в виде файла",[ue.MatrixRadio]:"Матрица с одним выбором",[ue.MatrixSet]:"Матрица с несколькими выборами"},r=e,o=s=>{r("select",s)};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PSelect");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(c,{string:"Выберите вид ответа:","font-size":"14px",padding:"0","justify-content":"left",margin:"10px 0"}),i.createVNode(l,{"model-value":t.selectedType,placeholder:"Вид ответа",onChange:o},{default:i.withCtx(()=>[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(n,(u,h)=>i.createElementVNode("option",{key:u,label:u,value:h},null,8,wm)),64))]),_:1},8,["model-value"])],64)}}}),[["__scopeId","data-v-36a59e2b"]]),bm={class:"field"},ra=v(i.defineComponent({__name:"SingleNameToggleForm",props:{withName:{type:Object,required:!0}},emits:["submit"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1),s=i.ref(),a=i.ref(n.withName.name),c=i.ref(!1),l=()=>{c.value=!1},u=async()=>{a.value.trim(),n.withName.setName&&n.withName.setName(a.value),o.value=!o.value,r("submit")};return(h,f)=>{const m=i.resolveComponent("PString"),p=i.resolveComponent("el-input"),b=i.resolveComponent("el-form-item"),S=i.resolveComponent("el-form"),y=i.resolveComponent("PButton");return i.openBlock(),i.createBlock(S,{ref_key:"form",ref:s,style:{width:"100%"}},{default:i.withCtx(()=>[i.createVNode(xn,{title:"Название","show-save-dialog":c.value,icon:"edit-title","with-hover":!0,close:o.value,width:"100%",onKeyupEnter:u,onAfterClose:l},{"open-inside-content":i.withCtx(()=>[i.createVNode(xn,{title:"",icon:"edit-title","with-open-window":!1,"with-hover":!1,"border-color":"#ffffff","base-box-margin":"0 0 15px 0",padding:"0",width:"100%","custom-class":"test","open-width":"100%"},{default:i.withCtx(()=>[i.createElementVNode("div",bm,[i.createVNode(S,null,{default:i.withCtx(()=>[i.createVNode(b,{style:{width:"100%"},prop:"surname"},{default:i.withCtx(()=>[i.createVNode(p,{modelValue:a.value,"onUpdate:modelValue":f[0]||(f[0]=B=>a.value=B),style:{width:"100%"},autosize:!0,type:"textarea"},null,8,["modelValue"])]),_:1})]),_:1})])]),_:1}),i.createVNode(y,{type:"admin",color:"blue",text:"Сохранить",onClick:u})]),default:i.withCtx(()=>[a.value.length?(i.openBlock(),i.createBlock(m,{key:0,string:a.value.length>60?a.value.slice(0,60)+"...":a.value},null,8,["string"])):(i.openBlock(),i.createBlock(m,{key:1,string:"Введите данные",color:"#B0A4C0"}))]),_:1},8,["show-save-dialog","close"])]),_:1},512)}}}),[["__scopeId","data-v-cc488c49"]]),Cm=["label","value"],oa=v(i.defineComponent({__name:"SortList",props:{maxWidth:{type:[Number,String],default:250}},emits:["load"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=i.ref();i.onBeforeMount(()=>{n.value=!0,o.value=Ze.GetDefault()});const s=async c=>{o.value=c??Ze.GetDefault(),r("load")},a=async c=>{await s(c)};return(c,l)=>{var h;const u=i.resolveComponent("PSelect");return i.unref(n)?(i.openBlock(),i.createBlock(u,{key:0,modelValue:i.unref(o),"onUpdate:modelValue":l[0]||(l[0]=f=>i.isRef(o)?o.value=f:null),"popper-append-to-body":!1,clearable:!((h=i.unref(o))!=null&&h.default),"value-key":"label",onChange:a,onClear:l[1]||(l[1]=f=>a())},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Ze).Get(),(f,m)=>(i.openBlock(),i.createElementBlock("option",{key:m,label:f.label,value:f},null,8,Cm))),128))]),_:1},8,["modelValue","clearable"])):i.createCommentVNode("",!0)}}}),[["__scopeId","data-v-fce97645"]]),Sm=["label","value"],sa=v(i.defineComponent({__name:"SortSelect",props:{maxWidth:{type:[Number,String],default:250}},emits:["load"],setup(t,{emit:e}){const n=e,r=i.ref();i.onBeforeMount(()=>{r.value=Ze.GetDefault()});const o=async a=>{a||(r.value=Ze.GetDefault()),n("load")},s=async a=>{await o(a)};return(a,c)=>{var u;const l=i.resolveComponent("PSelect");return i.openBlock(),i.createBlock(l,{modelValue:i.unref(r),"onUpdate:modelValue":c[0]||(c[0]=h=>i.isRef(r)?r.value=h:null),"popper-append-to-body":!1,clearable:!((u=i.unref(r))!=null&&u.default),"value-key":"label",onChange:s},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Ze).Get(),(h,f)=>(i.openBlock(),i.createElementBlock("option",{key:f,label:h.label,value:h},null,8,Sm))),128))]),_:1},8,["modelValue","clearable"])}}}),[["__scopeId","data-v-36c9226a"]]),km={class:"switch-container"},Em={class:"line"},vm={class:"line"},aa=v(i.defineComponent({__name:"Switch3Pos",props:{firstModel:{type:Object,required:!0},secondModel:{type:Object,required:!0},defaultLabel:{type:String,default:"Все"}},emits:["load"],setup(t,{emit:e}){const n=t,r={background:"inherit",border:"1px solid #c4c4c4"},o=()=>n.firstModel.valueEq(u.value)?void 0:r,s=()=>u.value?r:void 0,a=()=>n.secondModel.valueEq(u.value)?void 0:r,c=f=>{var p;return{color:(p=u.value)!=null&&p.valueEq(f)?"#006bb4":"#B0A4C0"}},l=e,u=i.ref(void 0),h=async f=>{var m;(m=u.value)!=null&&m.valueEq(f)||(u.value=f,l("load"))};return(f,m)=>{const p=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",km,[i.createElementVNode("div",Em,[i.createVNode(p,{string:t.firstModel.label,"font-size":"12px",padding:"0",style:i.normalizeStyle(c(t.firstModel)),onClick:m[0]||(m[0]=b=>h(t.firstModel))},null,8,["string","style"]),i.createVNode(p,{string:"Все","font-size":"12px",padding:"0",style:i.normalizeStyle(c()),onClick:m[1]||(m[1]=b=>h())},null,8,["style"]),i.createVNode(p,{string:t.secondModel.label,"font-size":"12px",padding:"0",style:i.normalizeStyle(c(t.secondModel)),onClick:m[2]||(m[2]=b=>h(t.secondModel))},null,8,["string","style"])]),i.createElementVNode("div",vm,[i.createElementVNode("div",{class:i.normalizeClass(["switch-knob1",{active:t.firstModel.valueEq(i.unref(u))}]),style:i.normalizeStyle(o()),onClick:m[3]||(m[3]=b=>h(t.firstModel))},null,6),i.createElementVNode("div",{class:i.normalizeClass(["switch-knob2",{active:!i.unref(u)}]),style:i.normalizeStyle(s()),onClick:m[4]||(m[4]=b=>h())},null,6),i.createElementVNode("div",{class:i.normalizeClass(["switch-knob3",{active:t.secondModel.valueEq(i.unref(u))}]),style:i.normalizeStyle(a()),onClick:m[5]||(m[5]=b=>h(t.secondModel))},null,6),m[6]||(m[6]=i.createElementVNode("div",{class:"switch-axis"},null,-1)),m[7]||(m[7]=i.createElementVNode("div",{class:"switch-axis-dash1"},null,-1)),m[8]||(m[8]=i.createElementVNode("div",{class:"switch-axis-dash2"},null,-1)),m[9]||(m[9]=i.createElementVNode("div",{class:"switch-axis-dash3"},null,-1))])])}}}),[["__scopeId","data-v-ecff678c"]]),xm={},Bm={class:"flex"};function Mm(t,e){return i.openBlock(),i.createElementBlock("div",Bm,[i.renderSlot(t.$slots,"default",{},void 0,!0)])}const la=v(xm,[["render",Mm],["__scopeId","data-v-5023d414"]]),ca=v(i.defineComponent({__name:"ToggleInfoItem",props:{title:{type:String,required:!0},content:{type:String,required:!0}},emits:["submit"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=async()=>{r("submit"),n.value=!n.value};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PButton"),u=i.resolveComponent("GridContainer"),h=i.resolveComponent("InfoItem");return i.openBlock(),i.createBlock(h,{title:t.title,icon:"edit-title","with-hover":!0,close:i.unref(n),width:"100%",onKeyupEnter:o},{"open-inside-content":i.withCtx(()=>[i.createVNode(u,{"custom-class":"grid"},{default:i.withCtx(()=>[i.renderSlot(s.$slots,"default",{},void 0,!0),i.createVNode(l,{type:"admin",color:"blue",text:"Сохранить",onClick:o})]),_:3})]),default:i.withCtx(()=>[t.content.length>0?(i.openBlock(),i.createBlock(c,{key:0,string:t.content},null,8,["string"])):(i.openBlock(),i.createBlock(c,{key:1,string:"Введите данные",color:"#B0A4C0"}))]),_:3},8,["title","close"])}}}),[["__scopeId","data-v-0794596f"]]),Rm={class:"top-slider-content"},$m={class:"center"},da=v(i.defineComponent({__name:"TopSliderContainer",props:{sliderOffHeight:{type:String,required:!1,default:"53px"},sliderOnHeight:{type:String,required:!1,default:"220px"},background:{type:String,required:!1,default:"inherit"},toggle:{type:Boolean,default:!1}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!0);i.watch(()=>n.toggle,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("toggle",a)};return(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:[c[0]||(c[0]=i.withModifiers(l=>o.value=!0,["prevent"])),c[1]||(c[1]=i.withModifiers(()=>{},["stop"]))]})),i.createElementVNode("div",{class:"top-slider",style:i.normalizeStyle({marginTop:i.unref(o)?`calc(${t.sliderOffHeight} - ${t.sliderOnHeight})`:"0",height:t.sliderOnHeight}),onClick:c[3]||(c[3]=i.withModifiers(()=>{},["stop"]))},[i.createElementVNode("div",Rm,[i.createElementVNode("div",$m,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({height:t.sliderOffHeight}),onClick:c[2]||(c[2]=l=>s(!i.unref(o)))},[i.renderSlot(a.$slots,"title",{},void 0,!0)],4)],4)],64))}}),[["__scopeId","data-v-683131f5"]]),Im={id:"drop-area",class:"img-container"},Am={key:0},Nm=["src"],Pm={class:"tools-button"},Vm={class:"ins"},zm={key:1},Tm=["id"],ua=v(i.defineComponent({__name:"UploaderImage",props:{withCrop:{type:Boolean,default:!0},fileInfo:{type:Pe,required:!0},height:{type:Number,default:150},width:{type:Number,default:150},cropRatio:{type:Boolean,default:!0},emitCrop:{type:Boolean,default:!1},defaultRatio:{type:Number,required:!1,default:1}},emits:["crop","removeFile"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(void 0),s=ce.GUID(),a=i.ref(!1),c=i.ref(),l=y=>{},u=()=>{z.UI.Dialog.Show({text:"Вы хотите удалить изображение",confirmButtonText:"Удалить",cancelButtonText:"Не удалять"}).then(()=>{o.value=void 0,c.value.clearFiles(),r("removeFile")})},h=y=>{n.fileInfo.setFile(y),n.fileInfo.fileSystemPath&&(o.value=n.fileInfo),a.value=!1,r("crop")};i.onBeforeMount(()=>{n.fileInfo.fileSystemPath&&(o.value=n.fileInfo,o.value.url=n.fileInfo.getFileUrl())});let f=null;i.onMounted(()=>{const y=document.getElementById("drop-area");y&&(y.addEventListener("dragover",B=>{m(B),y.classList.add("drag-over")}),y.addEventListener("dragleave",B=>{m(B),y.classList.remove("drag-over")}),y.addEventListener("dragenter",m),y.addEventListener("dragleave",m),y.addEventListener("drop",b),f=document.getElementById(s))});function m(y){y.preventDefault(),y.stopPropagation()}const p=()=>{f&&f.click()};function b(y){if(y.preventDefault(),!y.dataTransfer)return;const B=y.dataTransfer.files;B.length&&f&&(f.files=B,S())}const S=()=>{if(!f||!f.files||!f.files.length)return;const y=f.files[0];y.url=URL.createObjectURL(y),o.value=y,n.fileInfo.uploadNewFile(y),l(o.value)};return(y,B)=>{const D=i.resolveComponent("PButton"),O=i.resolveComponent("ImageCropper");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",Im,[i.unref(o)?(i.openBlock(),i.createElementBlock("div",Am,[i.createElementVNode("div",{class:"img-block",style:i.normalizeStyle({width:t.height*t.defaultRatio-2+"px",height:t.height+"px"})},[i.createElementVNode("img",{class:"el-upload-list__item-thumbnail",src:i.unref(o).url,alt:"upload-image"},null,8,Nm)],4),i.createElementVNode("div",Pm,[i.createElementVNode("div",Vm,[i.createVNode(D,{skin:"text",text:"Изменить","font-size":"20px",width:"300px",margin:"100px 0 0 0",onClick:B[0]||(B[0]=A=>l(i.unref(o)))}),i.createVNode(D,{skin:"text",text:"Удалить","font-size":"20px",width:"300px",margin:"50px 0 0 0",onClick:B[1]||(B[1]=A=>u())})])])])):(i.openBlock(),i.createElementBlock("div",zm,[i.createElementVNode("div",{class:"add-button",style:i.normalizeStyle({width:t.height*t.defaultRatio-2+"px",height:t.height+"px"})},[i.createVNode(D,{skin:"text",text:"Добавить","font-size":"20px",onClick:p})],4)]))]),i.createElementVNode("input",{id:i.unref(s),type:"file",hidden:"",onChange:S},null,40,Tm),t.withCrop?(i.openBlock(),i.createBlock(O,{key:0,open:i.unref(a),"default-ratio":t.defaultRatio,onCrop:h,onClose:B[2]||(B[2]=A=>a.value=!1)},null,8,["open","default-ratio"])):i.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-6dfab66f"]]),Fm={install:function(t){t.component("PButton",ho),t.component("PCheckBox",fo),t.component("PDatePicker",mo),t.component("PFlex",po),t.component("PInput",So),t.component("PInputDate",ko),t.component("PInputNumber",Eo),t.component("PLeftSlider",vo),t.component("PList",xo),t.component("PListItem",Bo),t.component("PRadio",Mo),t.component("PRightSlider",Ro),t.component("PSelect",$o),t.component("PSticky",Io),t.component("PString",Ao),t.component("PTextarea",No),t.component("PTopSlider",Po),t.component("IconDownload",Wo),t.component("IconFilter",jo),t.component("ArrowLeft",ts),t.component("ArrowRight",ns),t.component("DoubleArrowLeft",is),t.component("DoubleArrowRight",rs),t.component("EllipsisSvg",os),t.component("IconArrowLeft",Go),t.component("IconCheckDefault",Zo),t.component("IconClose",pn),t.component("IconEdit",Xo),t.component("IconEmail",Jo),t.component("IconMove",Yo),t.component("IconPhone",Qo),t.component("IconSearch",Ko),t.component("IconSelectArrow",es),t.component("CollapseContainer",Ts),t.component("CollapseItem",Fs),t.component("VerticalCollapseContainer",Ds),t.component("PAdd",Os),t.component("PContainer",Ls),t.component("PContainerStickyHead",Hs),t.component("PDel",qs),t.component("PTabs",Ws),t.component("UploaderFile",js),t.component("AuthForm",_s),t.component("PModal",Us),t.component("AuthPage",ti),t.component("PageNotFound",ni),t.component("AdaptiveContainer",ao),t.component("AdaptiveContainerHorizontal",lo),t.component("AdminGallery",co),t.component("AuthModal",Vo),t.component("CarouselImages",zo),t.component("ContextWindow",To),t.component("DateInputRangeV2",Do),t.component("DateInputRange",Fo),t.component("DropList",Oo),t.component("FilterCheckbox",Lo),t.component("FiltersButtonsSelect",Ho),t.component("FilterSelect",qo),t.component("FTSPPanel",_o),t.component("GeneralItem",Uo),t.component("GridContainer",mi),t.component("ImageCropper",Ns),t.component("InfoItem",xn),t.component("InfoItemSelectButtons",Ps),t.component("LeftRightContainer",Vs),t.component("MessageBody",zs),t.component("PAutocomplete",Gs),t.component("PDialog",Zs),t.component("PhoneForm",Xs),t.component("PLoader",Js),t.component("PNotification",Ys),t.component("PPagination",Qs),t.component("RemoteSearch",Ks),t.component("ResearcheContainer",ea),t.component("RightSliderContainer",ta),t.component("RightTabsContainer",na),t.component("SelectValueType",ia),t.component("SingleNameToggleForm",ra),t.component("SortList",oa),t.component("SortSelect",sa),t.component("Switch3Pos",aa),t.component("ThemeWrapper",la),t.component("ToggleInfoItem",ca),t.component("TopSliderContainer",da),t.component("UploaderImage",ua)}},Dm=["PF","PFM"];E.AdaptiveContainer=ao,E.AdaptiveContainerHorizontal=lo,E.AdminGallery=co,E.ArrowLeft=ts,E.ArrowRight=ns,E.Auth=Re,E.AuthButtonLogin=In,E.AuthButtonRegister=An,E.AuthForm=_s,E.AuthFormSettings=Hi,E.AuthFormStatuses=we,E.AuthMethods=ct,E.AuthModal=Vo,E.AuthPage=ti,E.CarouselImages=zo,E.CollapseContainer=Ts,E.CollapseItem=Fs,E.ContextWindow=To,E.DateInputRange=Fo,E.DateInputRange_v2=Do,E.DoubleArrowLeft=is,E.DoubleArrowRight=rs,E.DropList=Oo,E.EllipsisSvg=os,E.EmailField=qt,E.FTSPPanel=_o,E.FilterCheckbox=Lo,E.FilterSelect=qo,E.FiltersButtonsSelect=Ho,E.GeneralItem=Uo,E.GridContainer=mi,E.IconArrowLeft=Go,E.IconCheckDefault=Zo,E.IconClose=pn,E.IconDownload=Wo,E.IconEdit=Xo,E.IconEmail=Jo,E.IconFilter=jo,E.IconMove=Yo,E.IconPhone=Qo,E.IconSearch=Ko,E.IconSelectArrow=es,E.ImageCropper=Ns,E.InfoItem=xn,E.InfoItemSelectButtons=Ps,E.LeftRightContainer=Vs,E.LoginField=Ru,E.MessageBody=zs,E.PAdd=Os,E.PAutocomplete=Gs,E.PButton=ho,E.PCheckBox=fo,E.PContainer=Ls,E.PContainerStickyHead=Hs,E.PDatePicker=mo,E.PDel=qs,E.PDialog=Zs,E.PF=z,E.PFM=Mu,E.PFlex=po,E.PInput=So,E.PInputDate=ko,E.PInputNumber=Eo,E.PLeftSlider=vo,E.PList=xo,E.PListItem=Bo,E.PLoader=Js,E.PModal=Us,E.PNotification=Ys,E.PPagination=Qs,E.PRadio=Mo,E.PRightSlider=Ro,E.PSelect=$o,E.PSticky=Io,E.PString=Ao,E.PTabs=Ws,E.PTextarea=No,E.PTopSlider=Po,E.PageNotFound=ni,E.PasswordField=_t,E.PasswordRepeatField=Li,E.PhoneForm=Xs,E.RemoteSearch=Ks,E.ResearcheContainer=ea,E.RightSliderContainer=ta,E.RightTabsContainer=na,E.SelectValueType=ia,E.SingleNameToggleForm=ra,E.SortList=oa,E.SortSelect=sa,E.Switch3Pos=aa,E.ThemeWrapper=la,E.ToggleInfoItem=ca,E.TopSliderContainer=da,E.UploaderFile=js,E.UploaderImage=ua,E.VerticalCollapseContainer=Ds,E.pfName=Dm,E.servicesComponents=Fm,Object.defineProperty(E,Symbol.toStringTag,{value:"Module"})});
41
+ ***************************************************************************** */function as(t,e){var n,r;return t&&e?(n=""+t+e[0].toUpperCase()+e.slice(1),r=t+"-"+e):(n=t||e,r=t||e),{name:n,classname:r}}function ls(t){return/^blob:/.test(t)}function cs(t){return ls(t)||function(e){return/^data:/.test(e)}(t)}function gt(t){return!!(t&&t.constructor&&t.call&&t.apply)}function ie(t){return t===void 0}function yn(t){return typeof t=="object"&&t!==null}function wi(t,e,n){var r={};return yn(t)?(Object.keys(e).forEach(function(o){ie(t[o])?r[o]=e[o]:yn(e[o])?yn(t[o])?r[o]=wi(t[o],e[o],n[o]):r[o]=t[o]?e[o]:n[o]:e[o]===!0||e[o]===!1?r[o]=!!t[o]:r[o]=t[o]}),r):t?e:n}function wn(t){var e=Number(t);return Number.isNaN(e)?t:e}function ds(t){return typeof(t=="number"||function(e){return typeof e=="object"&&e!==null}(t)&&toString.call(t)=="[object Number]")&&!us(t)}function us(t){return t!=t}function hs(t,e){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))}var Dt=function(t,e){t===void 0&&(t={}),e===void 0&&(e={}),this.type="manipulateImage",this.move=t,this.scale=e},_h=function(t,e){e===void 0&&(e={}),this.type="resize",this.directions=t,this.params=e},bi=function(t){this.type="move",this.directions=t},Uh=function(){function t(e,n,r,o,s){this.type="drag",this.nativeEvent=e,this.position=r,this.previousPosition=o,this.element=n,this.anchor=s}return t.prototype.shift=function(){var e=this,n=e.element,r=e.anchor,o=e.position;if(n){var s=n.getBoundingClientRect(),a=s.left,c=s.top;return{left:o.left-a-r.left,top:o.top-c-r.top}}return{left:0,top:0}},t}(),Ci={name:"DraggableElement",props:{classname:{type:String}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){if(!this.$refs.draggable)throw new Error('You should add ref "draggable" to your root element to use draggable mixin');this.touches=[],this.hovered=!1},methods:{onMouseOver:function(){this.hovered||(this.hovered=!0,this.$emit("enter"))},onMouseLeave:function(){this.hovered&&!this.touches.length&&(this.hovered=!1,this.$emit("leave"))},onTouchStart:function(t){t.cancelable&&!this.disabled&&t.touches.length===1&&(this.touches=lt(t.touches),this.hovered||(this.$emit("enter"),this.hovered=!0),t.touches.length&&this.initAnchor(this.touches.reduce(function(e,n){return{clientX:e.clientX+n.clientX/t.touches.length,clientY:e.clientY+n.clientY/t.touches.length}},{clientX:0,clientY:0})),t.preventDefault&&t.preventDefault(),t.stopPropagation())},onTouchEnd:function(){this.processEnd()},onTouchMove:function(t){this.touches.length&&(this.processMove(t,t.touches),t.preventDefault&&t.preventDefault(),t.stopPropagation&&t.stopPropagation())},onMouseDown:function(t){if(!this.disabled){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.initAnchor(e),t.stopPropagation()}},onMouseMove:function(t){this.touches.length&&(this.processMove(t,[{fake:!0,clientX:t.clientX,clientY:t.clientY}]),t.preventDefault&&t.preventDefault())},onMouseUp:function(){this.processEnd()},initAnchor:function(t){var e=this.$refs.draggable.getBoundingClientRect(),n=e.left,r=e.right,o=e.bottom,s=e.top;this.anchor={left:t.clientX-n,top:t.clientY-s,bottom:o-t.clientY,right:r-t.clientX}},processMove:function(t,e){var n=lt(e);if(this.touches.length){if(this.touches.length===1&&n.length===1){var r=this.$refs.draggable;this.$emit("drag",new Uh(t,r,{left:n[0].clientX,top:n[0].clientY},{left:this.touches[0].clientX,top:this.touches[0].clientY},this.anchor))}this.touches=n}},processEnd:function(){this.touches.length&&this.$emit("drag-end"),this.hovered&&(this.$emit("leave"),this.hovered=!1),this.touches=[]}},emits:["drag","drag-end","leave","enter"]};Ci.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"draggable",class:n.classname,onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)}),onMouseover:e[3]||(e[3]=function(){return s.onMouseOver&&s.onMouseOver.apply(s,arguments)}),onMouseleave:e[4]||(e[4]=function(){return s.onMouseLeave&&s.onMouseLeave.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],34)};var Si=Ie("vue-handler-wrapper"),fs={name:"HandlerWrapper",components:{DraggableElement:Ci},props:{horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},computed:{classes:function(){var t;if(this.horizontalPosition||this.verticalPosition){var e,n=as(this.horizontalPosition,this.verticalPosition);t=Si((ke(e={},n.classname,!0),ke(e,"disabled",this.disabled),e))}else t=Si({disabled:this.disabled});return{root:t,draggable:Si("draggable")}}},emits:["leave","enter","drag","drag-end"]};fs.render=function(t,e,n,r,o,s){var a=i.resolveComponent("DraggableElement");return i.openBlock(),i.createBlock("div",{class:s.classes.root},[i.createVNode(a,{class:s.classes.draggable,onDrag:e[1]||(e[1]=function(c){return t.$emit("drag",c)}),onDragEnd:e[2]||(e[2]=function(c){return t.$emit("drag-end")}),onLeave:e[3]||(e[3]=function(c){return t.$emit("leave")}),onEnter:e[4]||(e[4]=function(c){return t.$emit("enter")})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["class"])],2)};var Wh=Ie("vue-line-wrapper"),ms={name:"LineWrapper",components:{DraggableElement:Ci},props:{position:{type:String,required:!0},disabled:{type:Boolean,default:!1}},computed:{classname:function(){var t;return Wh((ke(t={},this.position,!0),ke(t,"disabled",this.disabled),t))}},emits:["leave","enter","drag","drag-end"]};ms.render=function(t,e,n,r,o,s){var a=i.resolveComponent("DraggableElement");return i.openBlock(),i.createBlock(a,{class:s.classname,onDrag:e[1]||(e[1]=function(c){return t.$emit("drag",c)}),onDragEnd:e[2]||(e[2]=function(c){return t.$emit("drag-end")}),onLeave:e[3]||(e[3]=function(c){return t.$emit("leave")}),onEnter:e[4]||(e[4]=function(c){return t.$emit("enter")})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["class"])};var ze=["left","right","top","bottom"],jh=["left","right"],Gh=["top","bottom"],Zh=["left","top"],Xh=["fill-area","fit-area","stencil","none"],ps={left:0,top:0,width:0,height:0};function gs(t,e,n){return!(n=n||["width","height","left","top"]).some(function(r){return t[r]!==e[r]})}function Te(t){return{left:t.left,top:t.top,right:t.left+t.width,bottom:t.top+t.height}}function yt(t,e){return{left:t.left-e.left,top:t.top-e.top}}function ae(t){return{left:t.left+t.width/2,top:t.top+t.height/2}}function Ot(t,e){var n={left:0,top:0,right:0,bottom:0};return ze.forEach(function(r){var o=e[r],s=Te(t)[r];n[r]=o!==void 0&&s!==void 0?r==="left"||r==="top"?Math.max(0,o-s):Math.max(0,s-o):0}),n}function Fe(t,e){return{left:t.left-e.left,top:t.top-e.top,width:t.width+e.left+e.right,height:t.height+e.top+e.bottom}}function bn(t){return{left:-t.left,top:-t.top}}function ge(t,e){return N(N({},t),{left:t.left+e.left,top:t.top+e.top})}function Ee(t,e,n,r){if(e!==1){if(n){var o=ae(t);return{width:t.width*e,height:t.height*e,left:t.left+t.width*(1-e)/2+(n.left-o.left)*(1-e),top:t.top+t.height*(1-e)/2+(n.top-o.top)*(1-e)}}return{width:t.width*e,height:t.height*e,left:t.left+t.width*(1-e)/2,top:t.top+t.height*(1-e)/2}}return t}function W(t){return t.width/t.height}function wt(t,e){return Math.min(e.right!==void 0&&e.left!==void 0?(e.right-e.left)/t.width:1/0,e.bottom!==void 0&&e.top!==void 0?(e.bottom-e.top)/t.height:1/0)}function bt(t,e){var n={left:0,top:0},r=Ot(t,e);return r.left&&r.left>0?n.left=r.left:r.right&&r.right>0&&(n.left=-r.right),r.top&&r.top>0?n.top=r.top:r.bottom&&r.bottom>0&&(n.top=-r.bottom),n}function ki(t,e){var n;return e.minimum&&t<e.minimum?n=e.minimum:e.maximum&&t>e.maximum&&(n=e.maximum),n}function ys(t,e){var n=W(t),r=W(e);return e.width<1/0&&e.height<1/0?n>r?{width:e.width,height:e.width/n}:{width:e.height*n,height:e.height}:e.width<1/0?{width:e.width,height:e.width/n}:e.height<1/0?{width:e.height*n,height:e.height}:t}function ws(t,e){var n=e*Math.PI/180;return{width:Math.abs(t.width*Math.cos(n))+Math.abs(t.height*Math.sin(n)),height:Math.abs(t.width*Math.sin(n))+Math.abs(t.height*Math.cos(n))}}function Xe(t,e){var n=e*Math.PI/180;return{left:t.left*Math.cos(n)-t.top*Math.sin(n),top:t.left*Math.sin(n)+t.top*Math.cos(n)}}function Cn(t,e){var n=Ot(le(t,e),e);return n.left+n.right+n.top+n.bottom?n.left+n.right>n.top+n.bottom?Math.min((t.width+n.left+n.right)/t.width,wt(t,e)):Math.min((t.height+n.top+n.bottom)/t.height,wt(t,e)):1}function le(t,e,n){n===void 0&&(n=!1);var r=bt(t,e);return ge(t,n?bn(r):r)}function Ei(t){return{width:t.right!==void 0&&t.left!==void 0?t.right-t.left:1/0,height:t.bottom!==void 0&&t.top!==void 0?t.bottom-t.top:1/0}}function Jh(t,e){return N(N({},t),{minWidth:Math.min(e.width,t.minWidth),minHeight:Math.min(e.height,t.minHeight),maxWidth:Math.min(e.width,t.maxWidth),maxHeight:Math.min(e.height,t.maxHeight)})}function bs(t,e,n){n===void 0&&(n=!0);var r={};return ze.forEach(function(o){var s=t[o],a=e[o];s!==void 0&&a!==void 0?r[o]=o==="left"||o==="top"?n?Math.max(s,a):Math.min(s,a):n?Math.min(s,a):Math.max(s,a):a!==void 0?r[o]=a:s!==void 0&&(r[o]=s)}),r}function Sn(t,e){return bs(t,e,!0)}function Cs(t){var e=t.size,n=t.aspectRatio,r=t.ignoreMinimum,o=t.sizeRestrictions;return!!((e.correctRatio||W(e)>=n.minimum&&W(e)<=n.maximum)&&e.height<=o.maxHeight&&e.width<=o.maxWidth&&e.width&&e.height&&(r||e.height>=o.minHeight&&e.width>=o.minWidth))}function Ss(t,e){return Math.pow(t.width-e.width,2)+Math.pow(t.height-e.height,2)}function _e(t){var e=t.width,n=t.height,r=t.sizeRestrictions,o={minimum:t.aspectRatio&&t.aspectRatio.minimum||0,maximum:t.aspectRatio&&t.aspectRatio.maximum||1/0},s={width:Math.max(r.minWidth,Math.min(r.maxWidth,e)),height:Math.max(r.minHeight,Math.min(r.maxHeight,n))};function a(u,h){return h===void 0&&(h=!1),u.reduce(function(f,m){return Cs({size:m,aspectRatio:o,sizeRestrictions:r,ignoreMinimum:h})&&(!f||Ss(m,{width:e,height:n})<Ss(f,{width:e,height:n}))?m:f},null)}var c=[];o&&[o.minimum,o.maximum].forEach(function(u){u&&c.push({width:s.width,height:s.width/u,correctRatio:!0},{width:s.height*u,height:s.height,correctRatio:!0})}),Cs({size:s,aspectRatio:o,sizeRestrictions:r})&&c.push(s);var l=a(c)||a(c,!0);return l&&{width:l.width,height:l.height}}function vi(t){var e=t.event,n=t.coordinates,r=t.positionRestrictions,o=r===void 0?{}:r,s=ge(n,e.directions);return ge(s,bt(s,o))}function Yh(t){var e=t.coordinates,n=t.transform,r=t.imageSize,o=t.sizeRestrictions,s=t.positionRestrictions,a=t.aspectRatio,c=t.visibleArea,l=function(h,f){return vi({coordinates:h,positionRestrictions:s,event:new bi({left:f.left-h.left,top:f.top-h.top})})},u=N({},e);return(Array.isArray(n)?n:[n]).forEach(function(h){var f={};ie((f=typeof h=="function"?h({coordinates:u,imageSize:r,visibleArea:c}):h).width)&&ie(f.height)||(u=function(m,p){var b=N(N(N({},m),_e({width:p.width,height:p.height,sizeRestrictions:o,aspectRatio:a})),{left:0,top:0});return l(b,{left:m.left,top:m.top})}(u,N(N({},u),f))),ie(f.left)&&ie(f.top)||(u=l(u,N(N({},u),f)))}),u}function Qh(t){t.event;var e=t.getAreaRestrictions,n=t.boundaries,r=t.coordinates,o=t.visibleArea;t.aspectRatio;var s=t.stencilSize,a=t.sizeRestrictions,c=t.positionRestrictions;t.stencilReference;var l,u,h,f=N({},r),m=N({},o),p=N({},s);l=W(p),u=W(f),h===void 0&&(h=.001),(l===0||u===0?Math.abs(u-l)<h:Math.abs(u/l)<1+h&&Math.abs(u/l)>1-h)||(f=N(N({},f),_e({sizeRestrictions:a,width:f.width,height:f.height,aspectRatio:{minimum:W(p),maximum:W(p)}})));var b=Cn(m=Ee(m,f.width*n.width/(m.width*p.width)),e({visibleArea:m,type:"resize"}));return b!==1&&(m=Ee(m,b),f=Ee(f,b)),m=le(m=ge(m,yt(ae(f),ae(m))),e({visibleArea:m,type:"move"})),{coordinates:f=le(f,Sn(Te(m),c)),visibleArea:m}}function Kh(t){var e=t.event,n=t.getAreaRestrictions,r=t.boundaries,o=t.coordinates,s=t.visibleArea;t.aspectRatio,t.stencilSize,t.sizeRestrictions;var a=t.positionRestrictions;t.stencilReference;var c=N({},o),l=N({},s);if(o&&s&&e.type!=="manipulateImage"){var u={width:0,height:0};l.width,r.width,W(r)>W(c)?(u.height=.8*r.height,u.width=u.height*W(c)):(u.width=.8*r.width,u.height=u.width*W(c));var h=Cn(l=Ee(l,c.width*r.width/(l.width*u.width)),n({visibleArea:l,type:"resize"}));l=Ee(l,h),h!==1&&(u.height/=h,u.width/=h),l=le(l=ge(l,yt(ae(c),ae(l))),n({visibleArea:l,type:"move"})),c=le(c,Sn(Te(l),a))}return{coordinates:c,visibleArea:l}}function ef(t){var e=t.event,n=t.coordinates,r=t.visibleArea,o=t.getAreaRestrictions,s=N({},r),a=N({},n);if(e.type==="setCoordinates"){var c=Math.max(0,a.width-s.width),l=Math.max(0,a.height-s.height);c>l?s=Ee(s,Math.min(a.width/s.width,wt(s,o({visibleArea:s,type:"resize"})))):l>c&&(s=Ee(s,Math.min(a.height/s.height,wt(s,o({visibleArea:s,type:"resize"}))))),s=le(s=ge(s,bn(bt(a,Te(s)))),o({visibleArea:s,type:"move"}))}return{visibleArea:s,coordinates:a}}function tf(t){var e=t.imageSize,n=t.visibleArea,r=t.coordinates,o=n||e;return{left:(n?n.left:0)+o.width/2-r.width/2,top:(n?n.top:0)+o.height/2-r.height/2}}function nf(t){var e=t.imageSize,n=t.visibleArea,r=t.aspectRatio,o=t.sizeRestrictions,s=n||e,a=Math.min(r.maximum||1/0,Math.max(r.minimum||0,W(s))),c=s.width<s.height?{width:.8*s.width,height:.8*s.width/a}:{height:.8*s.height,width:.8*s.height*a};return _e(N(N({},c),{aspectRatio:r,sizeRestrictions:o}))}function rf(t){var e,n,r=t.imageSize,o=t.visibleArea,s=t.boundaries,a=t.aspectRatio,c=t.sizeRestrictions,l=t.stencilSize,u=o||r;return W(u)>W(s)?n=(e=l.height*u.height/s.height)*W(l):e=(n=l.width*u.width/s.width)/W(l),_e({width:n,height:e,aspectRatio:a,sizeRestrictions:c})}function of(t){var e=t.getAreaRestrictions,n=t.coordinates,r=t.imageSize,o=W(t.boundaries);if(n){var s={height:Math.max(n.height,r.height),width:Math.max(n.width,r.width)},a=ys({width:W(s)>o?s.width:s.height*o,height:W(s)>o?s.width/o:s.height},Ei(e())),c={left:n.left+n.width/2-a.width/2,top:n.top+n.height/2-a.height/2,width:a.width,height:a.height},l=Ot(n,Te(N({left:0,top:0},r))),u={};return!l.left&&!l.right&&c.width<=r.width&&(u.left=0,u.right=r.width),!l.top&&!l.bottom&&c.height<=r.height&&(u.top=0,u.bottom=r.height),le(c,u)}var h=W(r);return a={height:h>o?r.height:r.width/o,width:h>o?r.height*o:r.width},{left:r.width/2-a.width/2,top:r.height/2-a.height/2,width:a.width,height:a.height}}function kn(t,e){return bs(t,Te(e))}function sf(t){var e=t.event,n=t.coordinates,r=t.visibleArea,o=t.sizeRestrictions,s=t.getAreaRestrictions,a=t.positionRestrictions,c=t.adjustStencil,l=e.scale,u=e.move,h=N({},r),f=N({},n),m=1,p=1,b=l.factor&&Math.abs(l.factor-1)>.001;h=ge(h,{left:u.left||0,top:u.top||0});var S={stencil:{minimum:Math.max(o.minWidth?o.minWidth/f.width:0,o.minHeight?o.minHeight/f.height:0),maximum:Math.min(o.maxWidth?o.maxWidth/f.width:1/0,o.maxHeight?o.maxHeight/f.height:1/0,wt(f,a))},area:{maximum:wt(h,s({visibleArea:h,type:"resize"}))}};l.factor&&b&&(l.factor<1?(p=Math.max(l.factor,S.stencil.minimum))>1&&(p=1):l.factor>1&&(p=Math.min(l.factor,Math.min(S.area.maximum,S.stencil.maximum)))<1&&(p=1)),p&&(h=Ee(h,p,l.center));var y=n.left-r.left,B=r.width+r.left-(n.width+n.left),D=n.top-r.top,O=r.height+r.top-(n.height+n.top);return h=le(h=ge(h,bt(h,{left:a.left!==void 0?a.left-y*p:void 0,top:a.top!==void 0?a.top-D*p:void 0,bottom:a.bottom!==void 0?a.bottom+O*p:void 0,right:a.right!==void 0?a.right+B*p:void 0})),s({visibleArea:h,type:"move"})),f.width=f.width*p,f.height=f.height*p,f.left=h.left+y*p,f.top=h.top+D*p,f=le(f,Sn(Te(h),a)),l.factor&&b&&c&&(l.factor>1?m=Math.min(S.area.maximum,l.factor)/p:l.factor<1&&(m=Math.max(f.height/h.height,f.width/h.width,l.factor/p)),m!==1&&(h=ge(h=le(h=Ee(h,m,l.factor>1?l.center:ae(f)),s({visibleArea:h,type:"move"})),bn(bt(f,Te(h)))))),{coordinates:f,visibleArea:h}}function af(t){var e=t.aspectRatio,n=t.getAreaRestrictions,r=t.coordinates,o=t.visibleArea,s=t.sizeRestrictions,a=t.positionRestrictions,c=t.imageSize,l=t.previousImageSize,u=t.angle,h=N({},r),f=N({},o),m=Xe(ae(N({left:0,top:0},l)),u);return(h=N(N({},_e({sizeRestrictions:s,aspectRatio:e,width:h.width,height:h.height})),Xe(ae(h),u))).left-=m.left-c.width/2+h.width/2,h.top-=m.top-c.height/2+h.height/2,f=Ee(f,Cn(f,n({visibleArea:f,type:"resize"}))),{coordinates:h=le(h,a),visibleArea:f=le(f=ge(f,yt(ae(h),ae(r))),n({visibleArea:f,type:"move"}))}}function lf(t){var e=t.flip,n=t.previousFlip,r=t.rotate,o=t.getAreaRestrictions,s=t.coordinates,a=t.visibleArea,c=t.imageSize,l=N({},s),u=N({},a),h=n.horizontal!==e.horizontal,f=n.vertical!==e.vertical;if(h||f){var m=Xe({left:c.width/2,top:c.height/2},-r),p=Xe(ae(l),-r),b=Xe({left:h?m.left-(p.left-m.left):p.left,top:f?m.top-(p.top-m.top):p.top},r);l=ge(l,yt(b,ae(l))),p=Xe(ae(u),-r),u=le(u=ge(u,yt(b=Xe({left:h?m.left-(p.left-m.left):p.left,top:f?m.top-(p.top-m.top):p.top},r),ae(u))),o({visibleArea:u,type:"move"}))}return{coordinates:l,visibleArea:u}}function ks(t){var e=t.directions,n=t.coordinates,r=t.positionRestrictions,o=r===void 0?{}:r,s=t.sizeRestrictions,a=t.preserveRatio,c=t.compensate,l=N({},e),u=Fe(n,l).width,h=Fe(n,l).height;u<0&&(l.left<0&&l.right<0?(l.left=-(n.width-s.minWidth)/(l.left/l.right),l.right=-(n.width-s.minWidth)/(l.right/l.left)):l.left<0?l.left=-(n.width-s.minWidth):l.right<0&&(l.right=-(n.width-s.minWidth))),h<0&&(l.top<0&&l.bottom<0?(l.top=-(n.height-s.minHeight)/(l.top/l.bottom),l.bottom=-(n.height-s.minHeight)/(l.bottom/l.top)):l.top<0?l.top=-(n.height-s.minHeight):l.bottom<0&&(l.bottom=-(n.height-s.minHeight)));var f=Ot(Fe(n,l),o);c&&(f.left&&f.left>0&&f.right===0?(l.right+=f.left,l.left-=f.left):f.right&&f.right>0&&f.left===0&&(l.left+=f.right,l.right-=f.right),f.top&&f.top>0&&f.bottom===0?(l.bottom+=f.top,l.top-=f.top):f.bottom&&f.bottom>0&&f.top===0&&(l.top+=f.bottom,l.bottom-=f.bottom),f=Ot(Fe(n,l),o));var m={width:1/0,height:1/0,left:1/0,right:1/0,top:1/0,bottom:1/0};if(ze.forEach(function(S){var y=f[S];y&&l[S]&&(m[S]=Math.max(0,1-y/l[S]))}),a){var p=Math.min.apply(null,ze.map(function(S){return m[S]}));p!==1/0&&ze.forEach(function(S){l[S]*=p})}else ze.forEach(function(S){m[S]!==1/0&&(l[S]*=m[S])});if(u=Fe(n,l).width,h=Fe(n,l).height,l.right+l.left&&(u>s.maxWidth?m.width=(s.maxWidth-n.width)/(l.right+l.left):u<s.minWidth&&(m.width=(s.minWidth-n.width)/(l.right+l.left))),l.bottom+l.top&&(h>s.maxHeight?m.height=(s.maxHeight-n.height)/(l.bottom+l.top):h<s.minHeight&&(m.height=(s.minHeight-n.height)/(l.bottom+l.top))),a){var b=Math.min(m.width,m.height);b!==1/0&&ze.forEach(function(S){l[S]*=b})}else m.width!==1/0&&jh.forEach(function(S){l[S]*=m.width}),m.height!==1/0&&Gh.forEach(function(S){l[S]*=m.height});return l}function En(t,e,n){return e==0&&n==0?t/2:e==0?0:n==0?t:t*Math.abs(e/(e+n))}var cf=Ie("vue-simple-handler"),df=Ie("vue-simple-handler-wrapper"),xi={name:"SimpleHandler",components:{HandlerWrapper:fs},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},horizontalPosition:{type:String},verticalPosition:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){var t,e=(ke(t={},this.horizontalPosition,!!this.horizontalPosition),ke(t,this.verticalPosition,!!this.verticalPosition),ke(t,"".concat(this.horizontalPosition,"-").concat(this.verticalPosition),!!(this.verticalPosition&&this.horizontalPosition)),ke(t,"hover",this.hover),t);return{default:ee(cf(e),this.defaultClass,this.hover&&this.hoverClass),wrapper:ee(df(e),this.wrapperClass)}}},methods:{onDrag:function(t){this.$emit("drag",t)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};xi.render=function(t,e,n,r,o,s){var a=i.resolveComponent("HandlerWrapper");return i.openBlock(),i.createBlock(a,{class:s.classes.wrapper,"vertical-position":n.verticalPosition,"horizontal-position":n.horizontalPosition,disabled:n.disabled,onDrag:s.onDrag,onDragEnd:s.onDragEnd,onEnter:s.onEnter,onLeave:s.onLeave},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.default},null,2)]}),_:1},8,["class","vertical-position","horizontal-position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var uf=Ie("vue-simple-line"),hf=Ie("vue-simple-line-wrapper"),Bi={name:"SimpleLine",components:{LineWrapper:ms},props:{defaultClass:{type:String},hoverClass:{type:String},wrapperClass:{type:String},position:{type:String},disabled:{type:Boolean,default:!1}},data:function(){return{hover:!1}},computed:{classes:function(){return{root:ee(uf(ke({},this.position,!0)),this.defaultClass,this.hover&&this.hoverClass),wrapper:ee(hf(ke({},this.position,!0)),this.wrapperClass)}}},methods:{onDrag:function(t){this.$emit("drag",t)},onEnter:function(){this.hover=!0},onLeave:function(){this.hover=!1},onDragEnd:function(){this.$emit("drag-end")}},emits:["drag","drag-end"]};Bi.render=function(t,e,n,r,o,s){var a=i.resolveComponent("LineWrapper");return i.openBlock(),i.createBlock(a,{class:s.classes.wrapper,position:n.position,disabled:n.disabled,onDrag:s.onDrag,onDragEnd:s.onDragEnd,onEnter:s.onEnter,onLeave:s.onLeave},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.root},null,2)]}),_:1},8,["class","position","disabled","onDrag","onDragEnd","onEnter","onLeave"])};var Mi=Ie("vue-bounding-box"),ff=["east","west",null],mf=["south","north",null],Es={name:"BoundingBox",props:{width:{type:Number},height:{type:Number},transitions:{type:Object},handlers:{type:Object,default:function(){return{eastNorth:!0,north:!0,westNorth:!0,west:!0,westSouth:!0,south:!0,eastSouth:!0,east:!0}}},handlersComponent:{type:[Object,String],default:function(){return xi}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}},lines:{type:Object,default:function(){return{west:!0,north:!0,east:!0,south:!0}}},linesComponent:{type:[Object,String],default:function(){return Bi}},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},resizable:{type:Boolean,default:!0}},data:function(){var t=[];return ff.forEach(function(e){mf.forEach(function(n){if(e!==n){var r=as(e,n),o=r.name,s=r.classname;t.push({name:o,classname:s,verticalDirection:n,horizontalDirection:e})}})}),{points:t}},computed:{style:function(){var t={};return this.width&&this.height&&(t.width="".concat(this.width,"px"),t.height="".concat(this.height,"px"),this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction))),t},classes:function(){var t=this.handlersClasses,e=this.handlersWrappersClasses,n=this.linesClasses,r=this.linesWrappersClasses;return{root:Mi(),handlers:t,handlersWrappers:e,lines:n,linesWrappers:r}},lineNodes:function(){var t=this,e=[];return this.points.forEach(function(n){n.horizontalDirection&&n.verticalDirection||!t.lines[n.name]||e.push({name:n.name,component:t.linesComponent,class:ee(t.classes.lines.default,t.classes.lines[n.name],!t.resizable&&t.classes.lines.disabled),wrapperClass:ee(t.classes.linesWrappers.default,t.classes.linesWrappers[n.name],!t.resizable&&t.classes.linesWrappers.disabled),hoverClass:t.classes.lines.hover,verticalDirection:n.verticalDirection,horizontalDirection:n.horizontalDirection,disabled:!t.resizable})}),e},handlerNodes:function(){var t=this,e=[],n=this.width,r=this.height;return this.points.forEach(function(o){if(t.handlers[o.name]){var s={name:o.name,component:t.handlersComponent,class:ee(t.classes.handlers.default,t.classes.handlers[o.name]),wrapperClass:ee(t.classes.handlersWrappers.default,t.classes.handlersWrappers[o.name]),hoverClass:t.classes.handlers.hover,verticalDirection:o.verticalDirection,horizontalDirection:o.horizontalDirection,disabled:!t.resizable};if(n&&r){var a=o.horizontalDirection,c=o.verticalDirection,l=a==="east"?n:a==="west"?0:n/2,u=c==="south"?r:c==="north"?0:r/2;s.wrapperClass=Mi("handler"),s.wrapperStyle={transform:"translate(".concat(l,"px, ").concat(u,"px)")},t.transitions&&t.transitions.enabled&&(s.wrapperStyle.transition="".concat(t.transitions.time,"ms ").concat(t.transitions.timingFunction))}else s.wrapperClass=Mi("handler",ke({},o.classname,!0));e.push(s)}}),e}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[]},methods:{onEnd:function(){this.$emit("resize-end")},onHandlerDrag:function(t,e,n){var r,o=t.shift(),s=o.left,a=o.top,c={left:0,right:0,top:0,bottom:0};e==="west"?c.left-=s:e==="east"&&(c.right+=s),n==="north"?c.top-=a:n==="south"&&(c.bottom+=a),!n&&e?r="width":n&&!e&&(r="height"),this.resizable&&this.$emit("resize",new _h(c,{allowedDirections:{left:e==="west"||!e,right:e==="east"||!e,bottom:n==="south"||!n,top:n==="north"||!n},preserveAspectRatio:t.nativeEvent&&t.nativeEvent.shiftKey,respectDirection:r}))}},emits:["resize","resize-end"]};Es.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"box",class:s.classes.root,style:s.style},[i.renderSlot(t.$slots,"default"),i.createVNode("div",null,[(i.openBlock(!0),i.createBlock(i.Fragment,null,i.renderList(s.lineNodes,function(a){return i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.component),{key:a.name,"default-class":a.class,"hover-class":a.hoverClass,"wrapper-class":a.wrapperClass,position:a.name,disabled:a.disabled,onDrag:function(c){return s.onHandlerDrag(c,a.horizontalDirection,a.verticalDirection)},onDragEnd:e[1]||(e[1]=function(c){return s.onEnd()})},null,8,["default-class","hover-class","wrapper-class","position","disabled","onDrag"])}),128))]),(i.openBlock(!0),i.createBlock(i.Fragment,null,i.renderList(s.handlerNodes,function(a){return i.openBlock(),i.createBlock("div",{key:a.name,style:a.wrapperStyle,class:a.wrapperClass},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(a.component),{"default-class":a.class,"hover-class":a.hoverClass,"wrapper-class":a.wrapperClass,"horizontal-position":a.horizontalDirection,"vertical-position":a.verticalDirection,disabled:a.disabled,onDrag:function(c){return s.onHandlerDrag(c,a.horizontalDirection,a.verticalDirection)},onDragEnd:e[2]||(e[2]=function(c){return s.onEnd()})},null,8,["default-class","hover-class","wrapper-class","horizontal-position","vertical-position","disabled","onDrag"]))],6)}),128))],6)};var pf=Ie("vue-draggable-area"),vs={name:"DraggableArea",props:{movable:{type:Boolean,default:!0},activationDistance:{type:Number,default:20}},computed:{classnames:function(){return{default:pf()}}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},mounted:function(){this.touches=[],this.touchStarted=!1},methods:{onTouchStart:function(t){if(t.cancelable){var e=this.movable&&t.touches.length===1;e&&(this.touches=lt(t.touches)),(this.touchStarted||e)&&(t.preventDefault(),t.stopPropagation())}},onTouchEnd:function(){this.touchStarted=!1,this.processEnd()},onTouchMove:function(t){this.touches.length>=1&&(this.touchStarted?(this.processMove(t,t.touches),t.preventDefault(),t.stopPropagation()):hs({x:this.touches[0].clientX,y:this.touches[0].clientY},{x:t.touches[0].clientX,y:t.touches[0].clientY})>this.activationDistance&&(this.initAnchor({clientX:t.touches[0].clientX,clientY:t.touches[0].clientY}),this.touchStarted=!0))},onMouseDown:function(t){if(this.movable&&t.button===0){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.initAnchor(e),t.stopPropagation()}},onMouseMove:function(t){this.touches.length&&(this.processMove(t,[{fake:!0,clientX:t.clientX,clientY:t.clientY}]),t.preventDefault&&t.cancelable&&t.preventDefault(),t.stopPropagation())},onMouseUp:function(){this.processEnd()},initAnchor:function(t){var e=this.$refs.container.getBoundingClientRect(),n=e.left,r=e.top;this.anchor={x:t.clientX-n,y:t.clientY-r}},processMove:function(t,e){var n=lt(e);if(this.touches.length){var r=this.$refs.container.getBoundingClientRect(),o=r.left,s=r.top;this.touches.length===1&&n.length===1&&this.$emit("move",new bi({left:n[0].clientX-(o+this.anchor.x),top:n[0].clientY-(s+this.anchor.y)}))}},processEnd:function(){this.touches.length&&this.$emit("move-end"),this.touches=[]}},emits:["move","move-end"]};vs.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"container",onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],544)};function Ri(t){var e,n;return{rotate:t.rotate||0,flip:{horizontal:((e=t==null?void 0:t.flip)===null||e===void 0?void 0:e.horizontal)||!1,vertical:((n=t==null?void 0:t.flip)===null||n===void 0?void 0:n.vertical)||!1}}}function gf(t){return new Promise(function(e,n){try{if(t)if(/^data:/i.test(t))e(function(l){l=l.replace(/^data:([^;]+);base64,/gim,"");for(var u=atob(l),h=u.length,f=new ArrayBuffer(h),m=new Uint8Array(f),p=0;p<h;p++)m[p]=u.charCodeAt(p);return f}(t));else if(/^blob:/i.test(t)){var r=new FileReader;r.onload=function(l){e(l.target.result)},s=t,a=function(l){r.readAsArrayBuffer(l)},(c=new XMLHttpRequest).open("GET",s,!0),c.responseType="blob",c.onload=function(){this.status!=200&&this.status!==0||a(this.response)},c.send()}else{var o=new XMLHttpRequest;o.onreadystatechange=function(){o.readyState===4&&(o.status===200||o.status===0?e(o.response):n("Warning: could not load an image to parse its orientation"),o=null)},o.onprogress=function(){o.getResponseHeader("content-type")!=="image/jpeg"&&o.abort()},o.withCredentials=!1,o.open("GET",t,!0),o.responseType="arraybuffer",o.send(null)}else n("Error: the image is empty")}catch(l){n(l)}var s,a,c})}function xs(t){var e=t.rotate,n=t.flip,r=t.scaleX,o=t.scaleY,s="";return s+=" rotate("+e+"deg) ",s+=" scaleX("+r*(n.horizontal?-1:1)+") ",s+=" scaleY("+o*(n.vertical?-1:1)+") "}function yf(t){try{var e,n=new DataView(t),r=void 0,o=void 0,s=void 0,a=void 0;if(n.getUint8(0)===255&&n.getUint8(1)===216)for(var c=n.byteLength,l=2;l+1<c;){if(n.getUint8(l)===255&&n.getUint8(l+1)===225){s=l;break}l++}if(s&&(r=s+10,function(p,b,S){var y,B="";for(y=b,S+=b;y<S;y++)B+=String.fromCharCode(p.getUint8(y));return B}(n,s+4,4)==="Exif")){var u=n.getUint16(r);if(((o=u===18761)||u===19789)&&n.getUint16(r+2,o)===42){var h=n.getUint32(r+4,o);h>=8&&(a=r+h)}}if(a){for(var f=n.getUint16(a,o),m=0;m<f;m++)if(l=a+12*m+2,n.getUint16(l,o)===274){l+=8,e=n.getUint16(l,o),n.setUint16(l,1,o);break}}return e}catch{return null}}function Bs(t,e){var n=e.getBoundingClientRect(),r=n.left,o=n.top,s={left:0,top:0},a=0;return t.forEach(function(c){s.left+=(c.clientX-r)/t.length,s.top+=(c.clientY-o)/t.length}),t.forEach(function(c){a+=hs({x:s.left,y:s.top},{x:c.clientX-r,y:c.clientY-o})}),{centerMass:s,spread:a,count:t.length}}var Ms={props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0},eventsFilter:{type:Function,required:!1}},beforeMount:function(){window.addEventListener("mouseup",this.onMouseUp,{passive:!1}),window.addEventListener("mousemove",this.onMouseMove,{passive:!1}),window.addEventListener("touchmove",this.onTouchMove,{passive:!1}),window.addEventListener("touchend",this.onTouchEnd,{passive:!1})},beforeUnmount:function(){window.removeEventListener("mouseup",this.onMouseUp),window.removeEventListener("mousemove",this.onMouseMove),window.removeEventListener("touchmove",this.onTouchMove),window.removeEventListener("touchend",this.onTouchEnd)},created:function(){this.transforming=!1,this.debouncedProcessEnd=yi(this.processEnd),this.touches=[]},methods:{processMove:function(t,e){if(this.touches.length){if(this.touches.length===1&&e.length===1)this.$emit("move",new Dt({left:this.touches[0].clientX-e[0].clientX,top:this.touches[0].clientY-e[0].clientY}));else if(this.touches.length>1&&this.touchResize){var n=Bs(e,this.$refs.container),r=this.oldGeometricProperties;r.count===n.count&&r.count>1&&this.$emit("resize",new Dt({left:r.centerMass.left-n.centerMass.left,top:r.centerMass.top-n.centerMass.top},{factor:r.spread/n.spread,center:n.centerMass})),this.oldGeometricProperties=n}this.touches=e}},processEnd:function(){this.transforming&&(this.transforming=!1,this.$emit("transform-end"))},processStart:function(){this.transforming=!0,this.debouncedProcessEnd.clear()},processEvent:function(t){return this.eventsFilter?this.eventsFilter(t,this.transforming)!==!1:(t.preventDefault(),t.stopPropagation(),!0)},onTouchStart:function(t){if(t.cancelable&&(this.touchMove||this.touchResize&&t.touches.length>1)&&this.processEvent(t)){var e=this.$refs.container,n=e.getBoundingClientRect(),r=n.left,o=n.top,s=n.bottom,a=n.right;this.touches=lt(t.touches).filter(function(c){return c.clientX>r&&c.clientX<a&&c.clientY>o&&c.clientY<s}),this.oldGeometricProperties=Bs(this.touches,e)}},onTouchEnd:function(t){t.touches.length===0&&(this.touches=[],this.processEnd())},onTouchMove:function(t){var e=this;if(this.touches.length){var n=lt(t.touches).filter(function(r){return!r.identifier||e.touches.find(function(o){return o.identifier===r.identifier})});this.processEvent(t)&&(this.processMove(t,n),this.processStart())}},onMouseDown:function(t){if(this.mouseMove&&"buttons"in t&&t.buttons===1&&this.processEvent(t)){var e={fake:!0,clientX:t.clientX,clientY:t.clientY};this.touches=[e],this.processStart()}},onMouseMove:function(t){this.touches.length&&this.processEvent(t)&&this.processMove(t,[{clientX:t.clientX,clientY:t.clientY}])},onMouseUp:function(){this.touches=[],this.processEnd()},onWheel:function(t){if(this.wheelResize&&this.processEvent(t)){var e=this.$refs.container.getBoundingClientRect(),n=e.left,r=e.top,o=1+this.wheelResize.ratio*(a=t.deltaY||t.detail||t.wheelDelta,(c=+a)==0||us(c)?c:c>0?1:-1),s={left:t.clientX-n,top:t.clientY-r};this.$emit("resize",new Dt({},{factor:o,center:s})),this.touches.length||this.debouncedProcessEnd()}var a,c}},emits:["resize","move","transform-end"]};Ms.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"container",onTouchstart:e[1]||(e[1]=function(){return s.onTouchStart&&s.onTouchStart.apply(s,arguments)}),onMousedown:e[2]||(e[2]=function(){return s.onMouseDown&&s.onMouseDown.apply(s,arguments)}),onWheel:e[3]||(e[3]=function(){return s.onWheel&&s.onWheel.apply(s,arguments)})},[i.renderSlot(t.$slots,"default")],544)};var $i={components:{TransformableImage:Ms},props:{touchMove:{type:Boolean,required:!0},mouseMove:{type:Boolean,required:!0},touchResize:{type:Boolean,required:!0},wheelResize:{type:[Boolean,Object],required:!0}},emits:["resize","move"]};$i.render=function(t,e,n,r,o,s){var a=i.resolveComponent("transformable-image");return i.openBlock(),i.createBlock(a,{"touch-move":n.touchMove,"touch-resize":n.touchResize,"mouse-move":n.mouseMove,"wheel-resize":n.wheelResize,onMove:e[1]||(e[1]=function(c){return t.$emit("move",c)}),onResize:e[2]||(e[2]=function(c){return t.$emit("resize",c)})},{default:i.withCtx(function(){return[i.renderSlot(t.$slots,"default")]}),_:3},8,["touch-move","touch-resize","mouse-move","wheel-resize"])};var vn=Ie("vue-preview"),Rs={props:{coordinates:{type:Object},transitions:{type:Object},image:{type:Object,default:function(){return{}}},imageClass:{type:String},width:{type:Number},height:{type:Number},fill:{type:Boolean}},data:function(){return{calculatedImageSize:{width:0,height:0},calculatedSize:{width:0,height:0}}},computed:{classes:function(){return{root:vn({fill:this.fill}),wrapper:vn("wrapper"),imageWrapper:vn("image-wrapper"),image:ee(vn("image"),this.imageClass)}},style:function(){if(this.fill)return{};var t={};return this.width&&(t.width="".concat(this.size.width,"px")),this.height&&(t.height="".concat(this.size.height,"px")),this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),t},wrapperStyle:function(){var t={width:"".concat(this.size.width,"px"),height:"".concat(this.size.height,"px"),left:"calc(50% - ".concat(this.size.width/2,"px)"),top:"calc(50% - ".concat(this.size.height/2,"px)")};return this.transitions&&this.transitions.enabled&&(t.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),t},imageStyle:function(){if(this.coordinates&&this.image){var t=this.coordinates.width/this.size.width,e=U(U({rotate:0,flip:{horizontal:!1,vertical:!1}},this.image.transforms),{},{scaleX:1/t,scaleY:1/t}),n=this.imageSize.width,r=this.imageSize.height,o=ws({width:n,height:r},e.rotate),s={width:"".concat(n,"px"),height:"".concat(r,"px"),left:"0px",top:"0px"},a={rotate:{left:(n-o.width)*e.scaleX/2,top:(r-o.height)*e.scaleY/2},scale:{left:(1-e.scaleX)*n/2,top:(1-e.scaleY)*r/2}};return s.transform=`translate(
42
+ `.concat(-this.coordinates.left/t-a.rotate.left-a.scale.left,"px,").concat(-this.coordinates.top/t-a.rotate.top-a.scale.top,"px) ")+xs(e),this.transitions&&this.transitions.enabled&&(s.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),s}return{}},size:function(){return{width:this.width||this.calculatedSize.width,height:this.height||this.calculatedSize.height}},imageSize:function(){return{width:this.image.width||this.calculatedImageSize.width,height:this.image.height||this.calculatedImageSize.height}}},watch:{image:function(t){(t.width||t.height)&&this.onChangeImage()}},mounted:function(){var t=this;this.onChangeImage(),this.$refs.image.addEventListener("load",function(){t.refreshImage()}),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh)},methods:{refreshImage:function(){var t=this.$refs.image;this.calculatedImageSize.height=t.naturalHeight,this.calculatedImageSize.width=t.naturalWidth},refresh:function(){var t=this.$refs.root;this.width||(this.calculatedSize.width=t.clientWidth),this.height||(this.calculatedSize.height=t.clientHeight)},onChangeImage:function(){var t=this.$refs.image;t&&t.complete&&this.refreshImage(),this.refresh()}}};Rs.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"root",class:s.classes.root,style:s.style},[i.createVNode("div",{ref:"wrapper",class:s.classes.wrapper,style:s.wrapperStyle},[i.withDirectives(i.createVNode("img",{ref:"image",src:n.image&&n.image.src,class:s.classes.image,style:s.imageStyle},null,14,["src"]),[[i.vShow,n.image&&n.image.src]])],6)],6)};var $s={components:{Preview:Rs},inheritAttrs:!1};$s.render=function(t,e,n,r,o,s){var a=i.resolveComponent("preview");return i.openBlock(),i.createBlock(a,i.mergeProps(t.$attrs,{fill:!0}),null,16)};var Ii=Ie("vue-rectangle-stencil"),Is={name:"RectangleStencil",components:{StencilPreview:$s,BoundingBox:Es,DraggableArea:vs},props:{image:{type:Object},coordinates:{type:Object},stencilCoordinates:{type:Object},handlers:{type:Object},handlersComponent:{type:[Object,String],default:function(){return xi}},lines:{type:Object},linesComponent:{type:[Object,String],default:function(){return Bi}},aspectRatio:{type:[Number,String]},minAspectRatio:{type:[Number,String]},maxAspectRatio:{type:[Number,String]},movable:{type:Boolean,default:!0},resizable:{type:Boolean,default:!0},transitions:{type:Object},movingClass:{type:String},resizingClass:{type:String},previewClass:{type:String},boundingBoxClass:{type:String},linesClasses:{type:Object,default:function(){return{}}},linesWrappersClasses:{type:Object,default:function(){return{}}},handlersClasses:{type:Object,default:function(){return{}}},handlersWrappersClasses:{type:Object,default:function(){return{}}}},data:function(){return{moving:!1,resizing:!1}},computed:{classes:function(){return{stencil:ee(Ii({movable:this.movable,moving:this.moving,resizing:this.resizing}),this.moving&&this.movingClass,this.resizing&&this.resizingClass),preview:ee(Ii("preview"),this.previewClass),boundingBox:ee(Ii("bounding-box"),this.boundingBoxClass)}},style:function(){var t=this.stencilCoordinates,e=t.height,n=t.width,r=t.left,o=t.top,s={width:"".concat(n,"px"),height:"".concat(e,"px"),transform:"translate(".concat(r,"px, ").concat(o,"px)")};return this.transitions&&this.transitions.enabled&&(s.transition="".concat(this.transitions.time,"ms ").concat(this.transitions.timingFunction)),s}},methods:{onMove:function(t){this.$emit("move",t),this.moving=!0},onMoveEnd:function(){this.$emit("move-end"),this.moving=!1},onResize:function(t){this.$emit("resize",t),this.resizing=!0},onResizeEnd:function(){this.$emit("resize-end"),this.resizing=!1},aspectRatios:function(){return{minimum:this.aspectRatio||this.minAspectRatio,maximum:this.aspectRatio||this.maxAspectRatio}}},emits:["resize","resize-end","move","move-end"]};Is.render=function(t,e,n,r,o,s){var a=i.resolveComponent("stencil-preview"),c=i.resolveComponent("draggable-area"),l=i.resolveComponent("bounding-box");return i.openBlock(),i.createBlock("div",{class:s.classes.stencil,style:s.style},[i.createVNode(l,{width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,transitions:n.transitions,class:s.classes.boundingBox,handlers:n.handlers,"handlers-component":n.handlersComponent,"handlers-classes":n.handlersClasses,"handlers-wrappers-classes":n.handlersWrappersClasses,lines:n.lines,"lines-component":n.linesComponent,"lines-classes":n.linesClasses,"lines-wrappers-classes":n.linesWrappersClasses,resizable:n.resizable,onResize:s.onResize,onResizeEnd:s.onResizeEnd},{default:i.withCtx(function(){return[i.createVNode(c,{movable:n.movable,onMove:s.onMove,onMoveEnd:s.onMoveEnd},{default:i.withCtx(function(){return[i.createVNode(a,{image:n.image,coordinates:n.coordinates,width:n.stencilCoordinates.width,height:n.stencilCoordinates.height,class:s.classes.preview,transitions:n.transitions},null,8,["image","coordinates","width","height","class","transitions"])]}),_:1},8,["movable","onMove","onMoveEnd"])]}),_:1},8,["width","height","transitions","class","handlers","handlers-component","handlers-classes","handlers-wrappers-classes","lines","lines-component","lines-classes","lines-wrappers-classes","resizable","onResize","onResizeEnd"])],6)};var wf=["transitions"],Ue=Ie("vue-advanced-cropper"),Ai={name:"Cropper",components:{BackgroundWrapper:$i},props:{src:{type:String,default:null},stencilComponent:{type:[Object,String],default:function(){return Is}},backgroundWrapperComponent:{type:[Object,String],default:function(){return $i}},stencilProps:{type:Object,default:function(){return{}}},autoZoom:{type:Boolean,default:!1},imageClass:{type:String},boundariesClass:{type:String},backgroundClass:{type:String},foregroundClass:{type:String},minWidth:{type:[Number,String]},minHeight:{type:[Number,String]},maxWidth:{type:[Number,String]},maxHeight:{type:[Number,String]},debounce:{type:[Boolean,Number],default:500},transitions:{type:Boolean,default:!0},checkOrientation:{type:Boolean,default:!0},canvas:{type:[Object,Boolean],default:!0},crossOrigin:{type:[Boolean,String],default:void 0},transitionTime:{type:Number,default:300},imageRestriction:{type:String,default:"fit-area",validator:function(t){return Xh.indexOf(t)!==-1}},roundResult:{type:Boolean,default:!0},defaultSize:{type:[Function,Object]},defaultPosition:{type:[Function,Object]},defaultVisibleArea:{type:[Function,Object]},defaultTransforms:{type:[Function,Object]},defaultBoundaries:{type:[Function,String],validator:function(t){return!(typeof t=="string"&&t!=="fill"&&t!=="fit")}},priority:{type:String,default:"coordinates"},stencilSize:{type:[Object,Function]},resizeImage:{type:[Boolean,Object],default:!0},moveImage:{type:[Boolean,Object],default:!0},autoZoomAlgorithm:{type:Function},resizeAlgorithm:{type:Function,default:function(t){var e=t.event,n=t.coordinates,r=t.aspectRatio,o=t.positionRestrictions,s=t.sizeRestrictions,a=N(N({},n),{right:n.left+n.width,bottom:n.top+n.height}),c=e.params||{},l=N({},e.directions),u=c.allowedDirections||{left:!0,right:!0,bottom:!0,top:!0};s.widthFrozen&&(l.left=0,l.right=0),s.heightFrozen&&(l.top=0,l.bottom=0),ze.forEach(function(A){u[A]||(l[A]=0)});var h=Fe(a,l=ks({coordinates:a,directions:l,sizeRestrictions:s,positionRestrictions:o})).width,f=Fe(a,l).height,m=c.preserveRatio?W(a):ki(h/f,r);if(m){var p=c.respectDirection;if(p||(p=a.width>=a.height||m===1?"width":"height"),p==="width"){var b=h/m-a.height;if(u.top&&u.bottom){var S=l.top,y=l.bottom;l.bottom=En(b,y,S),l.top=En(b,S,y)}else u.bottom?l.bottom=b:u.top?l.top=b:u.right?l.right=0:u.left&&(l.left=0)}else if(p==="height"){var B=a.width-f*m;if(u.left&&u.right){var D=l.left,O=l.right;l.left=-En(B,D,O),l.right=-En(B,O,D)}else u.left?l.left=-B:u.right?l.right=-B:u.top?l.top=0:u.bottom&&(l.bottom=0)}l=ks({directions:l,coordinates:a,sizeRestrictions:s,positionRestrictions:o,preserveRatio:!0,compensate:c.compensate})}return h=Fe(a,l).width,f=Fe(a,l).height,(m=c.preserveRatio?W(a):ki(h/f,r))&&Math.abs(m-h/f)>.001&&ze.forEach(function(A){u[A]||(l[A]=0)}),vi({event:new bi({left:-l.left,top:-l.top}),coordinates:{width:n.width+l.right+l.left,height:n.height+l.top+l.bottom,left:n.left,top:n.top},positionRestrictions:o})}},moveAlgorithm:{type:Function,default:vi},initStretcher:{type:Function,default:function(t){var e=t.stretcher,n=t.imageSize,r=W(n);e.style.width=n.width+"px",e.style.height=e.clientWidth/r+"px",e.style.width=e.clientWidth+"px"}},fitCoordinates:{type:Function,default:function(t){var e=t.visibleArea,n=t.coordinates,r=t.aspectRatio,o=t.sizeRestrictions,s=t.positionRestrictions,a=N(N({},n),_e({width:n.width,height:n.height,aspectRatio:r,sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minHeight:Math.min(e.height,o.minHeight),minWidth:Math.min(e.width,o.minWidth)}}));return a=le(a=ge(a,yt(ae(n),ae(a))),Sn(Te(e),s))}},fitVisibleArea:{type:Function,default:function(t){var e=t.visibleArea,n=t.boundaries,r=t.getAreaRestrictions,o=t.coordinates,s=N({},e);s.height=s.width/W(n),s.top+=(e.height-s.height)/2,(o.height-s.height>0||o.width-s.width>0)&&(s=Ee(s,Math.max(o.height/s.height,o.width/s.width)));var a=bn(bt(o,Te(s=Ee(s,Cn(s,r({visibleArea:s,type:"resize"}))))));return s.width<o.width&&(a.left=0),s.height<o.height&&(a.top=0),s=le(s=ge(s,a),r({visibleArea:s,type:"move"}))}},areaRestrictionsAlgorithm:{type:Function,default:function(t){var e=t.visibleArea,n=t.boundaries,r=t.imageSize,o=t.imageRestriction,s=t.type,a={};return o==="fill-area"?a={left:0,top:0,right:r.width,bottom:r.height}:o==="fit-area"&&(W(n)>W(r)?(a={top:0,bottom:r.height},e&&s==="move"&&(e.width>r.width?(a.left=-(e.width-r.width)/2,a.right=r.width-a.left):(a.left=0,a.right=r.width))):(a={left:0,right:r.width},e&&s==="move"&&(e.height>r.height?(a.top=-(e.height-r.height)/2,a.bottom=r.height-a.top):(a.top=0,a.bottom=r.height)))),a}},sizeRestrictionsAlgorithm:{type:Function,default:function(t){return{minWidth:t.minWidth,minHeight:t.minHeight,maxWidth:t.maxWidth,maxHeight:t.maxHeight}}},positionRestrictionsAlgorithm:{type:Function,default:function(t){var e=t.imageSize,n={};return t.imageRestriction!=="none"&&(n={left:0,top:0,right:e.width,bottom:e.height}),n}}},data:function(){return{transitionsActive:!1,imageLoaded:!1,imageAttributes:{width:null,height:null,crossOrigin:null,src:null},defaultImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},appliedImageTransforms:{rotate:0,flip:{horizontal:!1,vertical:!1}},boundaries:{width:0,height:0},visibleArea:null,coordinates:U({},ps)}},computed:{image:function(){return{src:this.imageAttributes.src,width:this.imageAttributes.width,height:this.imageAttributes.height,transforms:this.imageTransforms}},imageTransforms:function(){return{rotate:this.appliedImageTransforms.rotate,flip:{horizontal:this.appliedImageTransforms.flip.horizontal,vertical:this.appliedImageTransforms.flip.vertical},translateX:this.visibleArea?this.visibleArea.left/this.coefficient:0,translateY:this.visibleArea?this.visibleArea.top/this.coefficient:0,scaleX:1/this.coefficient,scaleY:1/this.coefficient}},imageSize:function(){var t=function(e){return e*Math.PI/180}(this.imageTransforms.rotate);return{width:Math.abs(this.imageAttributes.width*Math.cos(t))+Math.abs(this.imageAttributes.height*Math.sin(t)),height:Math.abs(this.imageAttributes.width*Math.sin(t))+Math.abs(this.imageAttributes.height*Math.cos(t))}},initialized:function(){return!!(this.visibleArea&&this.imageLoaded)},settings:function(){var t=wi(this.resizeImage,{touch:!0,wheel:{ratio:.1},adjustStencil:!0},{touch:!1,wheel:!1,adjustStencil:!1});return{moveImage:wi(this.moveImage,{touch:!0,mouse:!0},{touch:!1,mouse:!1}),resizeImage:t}},coefficient:function(){return this.visibleArea?this.visibleArea.width/this.boundaries.width:0},areaRestrictions:function(){return this.imageLoaded?this.areaRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction,boundaries:this.boundaries}):{}},transitionsOptions:function(){return{enabled:this.transitionsActive,timingFunction:"ease-in-out",time:350}},sizeRestrictions:function(){if(this.boundaries.width&&this.boundaries.height&&this.imageSize.width&&this.imageSize.height){var t=this.sizeRestrictionsAlgorithm({imageSize:this.imageSize,minWidth:ie(this.minWidth)?0:wn(this.minWidth),minHeight:ie(this.minHeight)?0:wn(this.minHeight),maxWidth:ie(this.maxWidth)?1/0:wn(this.maxWidth),maxHeight:ie(this.maxHeight)?1/0:wn(this.maxHeight)});if(t=function(r){var o=r.areaRestrictions,s=r.sizeRestrictions,a=r.boundaries,c=r.positionRestrictions,l=N(N({},s),{minWidth:s.minWidth!==void 0?s.minWidth:0,minHeight:s.minHeight!==void 0?s.minHeight:0,maxWidth:s.maxWidth!==void 0?s.maxWidth:1/0,maxHeight:s.maxHeight!==void 0?s.maxHeight:1/0});c.left!==void 0&&c.right!==void 0&&(l.maxWidth=Math.min(l.maxWidth,c.right-c.left)),c.bottom!==void 0&&c.top!==void 0&&(l.maxHeight=Math.min(l.maxHeight,c.bottom-c.top));var u=Ei(o),h=ys(a,u);return u.width<1/0&&(!l.maxWidth||l.maxWidth>h.width)&&(l.maxWidth=Math.min(l.maxWidth,h.width)),u.height<1/0&&(!l.maxHeight||l.maxHeight>h.height)&&(l.maxHeight=Math.min(l.maxHeight,h.height)),l.minWidth>l.maxWidth&&(l.minWidth=l.maxWidth,l.widthFrozen=!0),l.minHeight>l.maxHeight&&(l.minHeight=l.maxHeight,l.heightFrozen=!0),l}({sizeRestrictions:t,areaRestrictions:this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}),imageSize:this.imageSize,boundaries:this.boundaries,positionRestrictions:this.positionRestrictions,imageRestriction:this.imageRestriction,visibleArea:this.visibleArea,stencilSize:this.getStencilSize()}),this.visibleArea&&this.stencilSize){var e=this.getStencilSize(),n=Ei(this.getAreaRestrictions({visibleArea:this.visibleArea,type:"resize"}));t.maxWidth=Math.min(t.maxWidth,n.width*e.width/this.boundaries.width),t.maxHeight=Math.min(t.maxHeight,n.height*e.height/this.boundaries.height),t.maxWidth<t.minWidth&&(t.minWidth=t.maxWidth),t.maxHeight<t.minHeight&&(t.minHeight=t.maxHeight)}return t}return{minWidth:0,minHeight:0,maxWidth:0,maxHeight:0}},positionRestrictions:function(){return this.positionRestrictionsAlgorithm({imageSize:this.imageSize,imageRestriction:this.imageRestriction})},classes:function(){return{cropper:Ue(),image:ee(Ue("image"),this.imageClass),stencil:Ue("stencil"),boundaries:ee(Ue("boundaries"),this.boundariesClass),stretcher:ee(Ue("stretcher")),background:ee(Ue("background"),this.backgroundClass),foreground:ee(Ue("foreground"),this.foregroundClass),imageWrapper:ee(Ue("image-wrapper")),cropperWrapper:ee(Ue("cropper-wrapper"))}},stencilCoordinates:function(){if(this.initialized){var t=this.coordinates,e=t.width,n=t.height,r=t.left,o=t.top;return{width:e/this.coefficient,height:n/this.coefficient,left:(r-this.visibleArea.left)/this.coefficient,top:(o-this.visibleArea.top)/this.coefficient}}return this.defaultCoordinates()},boundariesStyle:function(){var t={width:this.boundaries.width?"".concat(Math.round(this.boundaries.width),"px"):"auto",height:this.boundaries.height?"".concat(Math.round(this.boundaries.height),"px"):"auto",transition:"opacity ".concat(this.transitionTime,"ms"),pointerEvents:this.imageLoaded?"all":"none"};return this.imageLoaded||(t.opacity="0"),t},imageStyle:function(){var t=this.imageAttributes.width>this.imageAttributes.height?{width:Math.min(1024,this.imageAttributes.width),height:Math.min(1024,this.imageAttributes.width)/(this.imageAttributes.width/this.imageAttributes.height)}:{height:Math.min(1024,this.imageAttributes.height),width:Math.min(1024,this.imageAttributes.height)*(this.imageAttributes.width/this.imageAttributes.height)},e={left:(t.width-this.imageSize.width)/(2*this.coefficient),top:(t.height-this.imageSize.height)/(2*this.coefficient)},n={left:(1-1/this.coefficient)*t.width/2,top:(1-1/this.coefficient)*t.height/2},r=U(U({},this.imageTransforms),{},{scaleX:this.imageTransforms.scaleX*(this.imageAttributes.width/t.width),scaleY:this.imageTransforms.scaleY*(this.imageAttributes.height/t.height)}),o={width:"".concat(t.width,"px"),height:"".concat(t.height,"px"),left:"0px",top:"0px",transform:"translate(".concat(-e.left-n.left-this.imageTransforms.translateX,"px, ").concat(-e.top-n.top-this.imageTransforms.translateY,"px)")+xs(r)};return this.transitionsOptions.enabled&&(o.transition="".concat(this.transitionsOptions.time,"ms ").concat(this.transitionsOptions.timingFunction)),o}},watch:{src:function(){this.onChangeImage()},stencilComponent:function(){var t=this;this.$nextTick(function(){t.resetCoordinates(),t.runAutoZoom("setCoordinates"),t.onChange()})},minWidth:function(){this.onPropsChange()},maxWidth:function(){this.onPropsChange()},minHeight:function(){this.onPropsChange()},maxHeight:function(){this.onPropsChange()},imageRestriction:function(){this.reset()},stencilProps:function(t,e){["aspectRatio","minAspectRatio","maxAspectRatio"].find(function(n){return t[n]!==e[n]})&&this.$nextTick(this.onPropsChange)}},created:function(){this.debouncedUpdate=yi(this.update,this.debounce),this.debouncedDisableTransitions=yi(this.disableTransitions,this.transitionsOptions.time),this.awaiting=!1},mounted:function(){this.$refs.image.addEventListener("load",this.onSuccessLoadImage),this.$refs.image.addEventListener("error",this.onFailLoadImage),this.onChangeImage(),window.addEventListener("resize",this.refresh),window.addEventListener("orientationchange",this.refresh)},unmounted:function(){window.removeEventListener("resize",this.refresh),window.removeEventListener("orientationchange",this.refresh),this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.debouncedUpdate.clear(),this.debouncedDisableTransitions.clear()},methods:{getResult:function(){var t=this.initialized?this.prepareResult(U({},this.coordinates)):this.defaultCoordinates(),e={rotate:this.imageTransforms.rotate%360,flip:U({},this.imageTransforms.flip)};if(this.src&&this.imageLoaded){var n=this;return{image:this.image,coordinates:t,visibleArea:this.visibleArea?U({},this.visibleArea):null,imageTransforms:e,get canvas(){return n.canvas?n.getCanvas():void 0}}}return{image:this.image,coordinates:t,visibleArea:this.visibleArea?U({},this.visibleArea):null,canvas:void 0,imageTransforms:e}},zoom:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;this.onManipulateImage(new Dt({},{factor:1/t,center:e}),{normalize:!1,transitions:o})},move:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;this.onManipulateImage(new Dt({left:t||0,top:e||0}),{normalize:!1,transitions:o})},setCoordinates:function(t){var e=this,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.autoZoom,o=r===void 0||r,s=n.transitions,a=s===void 0||s;this.$nextTick(function(){e.imageLoaded?(e.transitionsActive||(a&&e.enableTransitions(),e.coordinates=e.applyTransform(t),o&&e.runAutoZoom("setCoordinates"),a&&e.debouncedDisableTransitions()),e.onChange()):e.delayedTransforms=t})},refresh:function(){var t=this,e=this.$refs.image;if(this.src&&e)return this.initialized?this.updateVisibleArea().then(function(){t.onChange()}):this.resetVisibleArea().then(function(){t.onChange()})},reset:function(){var t=this;return this.resetVisibleArea().then(function(){t.onChange(!1)})},awaitRender:function(t){var e=this;this.awaiting||(this.awaiting=!0,this.$nextTick(function(){t(),e.awaiting=!1}))},prepareResult:function(t){return this.roundResult?function(e){var n=e.coordinates,r=e.sizeRestrictions,o=e.positionRestrictions,s={width:Math.round(n.width),height:Math.round(n.height),left:Math.round(n.left),top:Math.round(n.top)};return s.width>r.maxWidth?s.width=Math.floor(n.width):s.width<r.minWidth&&(s.width=Math.ceil(n.width)),s.height>r.maxHeight?s.height=Math.floor(n.height):s.height<r.minHeight&&(s.height=Math.ceil(n.height)),le(s,o)}(U(U({},this.getPublicProperties()),{},{positionRestrictions:kn(this.positionRestrictions,this.visibleArea),coordinates:t})):t},processAutoZoom:function(t,e,n,r){var o=this.autoZoomAlgorithm;o||(o=this.stencilSize?Qh:this.autoZoom?Kh:ef);var s=o({event:{type:t,params:r},visibleArea:e,coordinates:n,boundaries:this.boundaries,aspectRatio:this.getAspectRatio(),positionRestrictions:this.positionRestrictions,getAreaRestrictions:this.getAreaRestrictions,sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize()});return U(U({},s),{},{changed:!gs(s.visibleArea,e)||!gs(s.coordinates,n)})},runAutoZoom:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.transitions,r=n!==void 0&&n,o=Hh(e,wf),s=this.processAutoZoom(t,this.visibleArea,this.coordinates,o),a=s.visibleArea,c=s.coordinates,l=s.changed;r&&l&&this.enableTransitions(),this.visibleArea=a,this.coordinates=c,r&&l&&this.debouncedDisableTransitions()},normalizeEvent:function(t){return function(e){var n=e.event,r=e.visibleArea,o=e.coefficient;if(n.type==="manipulateImage")return N(N({},n),{move:{left:n.move&&n.move.left?o*n.move.left:0,top:n.move&&n.move.top?o*n.move.top:0},scale:{factor:n.scale&&n.scale.factor?n.scale.factor:1,center:n.scale&&n.scale.center?{left:n.scale.center.left*o+r.left,top:n.scale.center.top*o+r.top}:null}});if(n.type==="resize"){var s=N(N({},n),{directions:N({},n.directions)});return ze.forEach(function(c){s.directions[c]*=o}),s}if(n.type==="move"){var a=N(N({},n),{directions:N({},n.directions)});return Zh.forEach(function(c){a.directions[c]*=o}),a}return n}(U(U({},this.getPublicProperties()),{},{event:t}))},getCanvas:function(){if(this.$refs.canvas){var t=this.$refs.canvas,e=this.$refs.image,n=this.imageTransforms.rotate!==0||this.imageTransforms.flip.horizontal||this.imageTransforms.flip.vertical?function(c,l,u){var h=u.rotate,f=u.flip,m={width:l.naturalWidth,height:l.naturalHeight},p=ws(m,h),b=c.getContext("2d");c.height=p.height,c.width=p.width,b.save();var S=Xe(ae(N({left:0,top:0},m)),h);return b.translate(-(S.left-p.width/2),-(S.top-p.height/2)),b.rotate(h*Math.PI/180),b.translate(f.horizontal?m.width:0,f.vertical?m.height:0),b.scale(f.horizontal?-1:1,f.vertical?-1:1),b.drawImage(l,0,0,m.width,m.height),b.restore(),c}(this.$refs.sourceCanvas,e,this.imageTransforms):e,r=U({minWidth:0,minHeight:0,maxWidth:1/0,maxHeight:1/0,maxArea:this.maxCanvasSize,imageSmoothingEnabled:!0,imageSmoothingQuality:"high",fillColor:"transparent"},this.canvas),o=function(c){return c.find(function(l){return u=l,!Number.isNaN(parseFloat(u))&&isFinite(u);var u})},s=_e({sizeRestrictions:{minWidth:o([r.width,r.minWidth])||0,minHeight:o([r.height,r.minHeight])||0,maxWidth:o([r.width,r.maxWidth])||1/0,maxHeight:o([r.height,r.maxHeight])||1/0},width:this.coordinates.width,height:this.coordinates.height,aspectRatio:{minimum:this.coordinates.width/this.coordinates.height,maximum:this.coordinates.width/this.coordinates.height}});if(r.maxArea&&s.width*s.height>r.maxArea){var a=Math.sqrt(r.maxArea/(s.width*s.height));s={width:Math.round(a*s.width),height:Math.round(a*s.height)}}return function(c,l,u,h,f){c.width=h?h.width:u.width,c.height=h?h.height:u.height;var m=c.getContext("2d");m.clearRect(0,0,c.width,c.height),f&&(f.imageSmoothingEnabled&&(m.imageSmoothingEnabled=f.imageSmoothingEnabled),f.imageSmoothingQuality&&(m.imageSmoothingQuality=f.imageSmoothingQuality),f.fillColor&&(m.fillStyle=f.fillColor,m.fillRect(0,0,c.width,c.height),m.save()));var p=u.left<0?-u.left:0,b=u.top<0?-u.top:0;m.drawImage(l,u.left+p,u.top+b,u.width,u.height,p*(c.width/u.width),b*(c.height/u.height),c.width,c.height)}(t,n,this.coordinates,s,r),t}},update:function(){this.$emit("change",this.getResult())},applyTransform:function(t){var e=arguments.length>1&&arguments[1]!==void 0&&arguments[1],n=this.visibleArea&&e?Jh(this.sizeRestrictions,this.visibleArea):this.sizeRestrictions,r=this.visibleArea&&e?kn(this.positionRestrictions,this.visibleArea):this.positionRestrictions;return Yh({transform:t,coordinates:this.coordinates,imageSize:this.imageSize,sizeRestrictions:n,positionRestrictions:r,aspectRatio:this.getAspectRatio(),visibleArea:this.visibleArea})},resetCoordinates:function(){var t=this;if(this.$refs.image){this.$refs.cropper,this.$refs.image;var e=this.defaultSize;e||(e=this.stencilSize?rf:nf);var n=this.sizeRestrictions;n.minWidth,n.minHeight,n.maxWidth,n.maxHeight;var r=gt(e)?e({boundaries:this.boundaries,imageSize:this.imageSize,aspectRatio:this.getAspectRatio(),sizeRestrictions:this.sizeRestrictions,stencilSize:this.getStencilSize(),visibleArea:this.visibleArea}):e,o=this.defaultPosition||tf,s=[r,function(a){var c=a.coordinates;return U({},gt(o)?o({coordinates:c,imageSize:t.imageSize,visibleArea:t.visibleArea}):t.defaultPosition)}];this.delayedTransforms&&s.push.apply(s,lt(Array.isArray(this.delayedTransforms)?this.delayedTransforms:[this.delayedTransforms])),this.coordinates=this.applyTransform(s,!0),this.delayedTransforms=null}},clearImage:function(){var t=this;this.imageLoaded=!1,setTimeout(function(){var e=t.$refs.stretcher;e&&(e.style.height="auto",e.style.width="auto"),t.coordinates=t.defaultCoordinates(),t.boundaries={width:0,height:0}},this.transitionTime)},enableTransitions:function(){this.transitions&&(this.transitionsActive=!0)},disableTransitions:function(){this.transitionsActive=!1},updateBoundaries:function(){var t=this,e=this.$refs.stretcher,n=this.$refs.cropper;return this.initStretcher({cropper:n,stretcher:e,imageSize:this.imageSize}),this.$nextTick().then(function(){var r={cropper:n,imageSize:t.imageSize};if(gt(t.defaultBoundaries)?t.boundaries=t.defaultBoundaries(r):t.defaultBoundaries==="fit"?t.boundaries=function(o){var s=o.cropper,a=o.imageSize,c=s.clientHeight,l=s.clientWidth,u=c,h=a.width*c/a.height;return h>l&&(h=l,u=a.height*l/a.width),{width:h,height:u}}(r):t.boundaries=function(o){var s=o.cropper;return{width:s.clientWidth,height:s.clientHeight}}(r),!t.boundaries.width||!t.boundaries.height)throw new Error("It's impossible to fit the cropper in the current container")})},resetVisibleArea:function(){var t=this;return this.appliedImageTransforms=U(U({},this.defaultImageTransforms),{},{flip:U({},this.defaultImageTransforms.flip)}),this.updateBoundaries().then(function(){t.priority!=="visible-area"&&(t.visibleArea=null,t.resetCoordinates());var e,n,r,o,s,a,c=t.defaultVisibleArea||of;t.visibleArea=gt(c)?c({imageSize:t.imageSize,boundaries:t.boundaries,coordinates:t.priority!=="visible-area"?t.coordinates:null,getAreaRestrictions:t.getAreaRestrictions,stencilSize:t.getStencilSize()}):t.defaultVisibleArea,t.visibleArea=(e={visibleArea:t.visibleArea,boundaries:t.boundaries,getAreaRestrictions:t.getAreaRestrictions},n=e.visibleArea,r=e.boundaries,o=e.getAreaRestrictions,s=N({},n),a=W(r),s.width/s.height!==a&&(s.height=s.width/a),le(s,o({visibleArea:s,type:"move"}))),t.priority==="visible-area"?t.resetCoordinates():t.coordinates=t.fitCoordinates({visibleArea:t.visibleArea,coordinates:t.coordinates,aspectRatio:t.getAspectRatio(),positionRestrictions:t.positionRestrictions,sizeRestrictions:t.sizeRestrictions}),t.runAutoZoom("resetVisibleArea")}).catch(function(){t.visibleArea=null})},updateVisibleArea:function(){var t=this;return this.updateBoundaries().then(function(){t.visibleArea=t.fitVisibleArea({imageSize:t.imageSize,boundaries:t.boundaries,visibleArea:t.visibleArea,coordinates:t.coordinates,getAreaRestrictions:t.getAreaRestrictions}),t.coordinates=t.fitCoordinates({visibleArea:t.visibleArea,coordinates:t.coordinates,aspectRatio:t.getAspectRatio(),positionRestrictions:t.positionRestrictions,sizeRestrictions:t.sizeRestrictions}),t.runAutoZoom("updateVisibleArea")}).catch(function(){t.visibleArea=null})},onChange:function(){var t=!(arguments.length>0&&arguments[0]!==void 0)||arguments[0];t&&this.debounce?this.debouncedUpdate():this.update()},onChangeImage:function(){var t,e=this;if(this.imageLoaded=!1,this.delayedTransforms=null,this.src){if(function(o){if(cs(o))return!1;var s=window.location,a=/(\w+:)?(?:\/\/)([\w.-]+)?(?::(\d+))?\/?/.exec(o)||[],c={protocol:a[1]||"",host:a[2]||"",port:a[3]||""},l=function(u){return u.port||((u.protocol||s.protocol)==="http"?80:433)};return!(!c.protocol&&!c.host&&!c.port||c.protocol&&c.protocol==s.protocol&&c.host&&c.host==s.host&&c.host&&l(c)==l(s))}(this.src)){var n=ie(this.crossOrigin)?this.canvas:this.crossOrigin;n===!0&&(n="anonymous"),this.imageAttributes.crossOrigin=n||null}if(this.checkOrientation){var r=(t=this.src,new Promise(function(o){gf(t).then(function(s){var a=yf(s);o(s?{source:t,arrayBuffer:s,orientation:a}:{source:t,arrayBuffer:null,orientation:null})}).catch(function(s){console.warn(s),o({source:t,arrayBuffer:null,orientation:null})})}));setTimeout(function(){r.then(e.onParseImage)},this.transitionTime)}else setTimeout(function(){e.onParseImage({source:e.src})},this.transitionTime)}else this.clearImage()},onFailLoadImage:function(){this.imageAttributes.src&&(this.clearImage(),this.$emit("error"))},onSuccessLoadImage:function(){var t=this,e=this.$refs.image;e&&!this.imageLoaded&&(this.imageAttributes.height=e.naturalHeight,this.imageAttributes.width=e.naturalWidth,this.imageLoaded=!0,this.resetVisibleArea().then(function(){t.$emit("ready"),t.onChange(!1)}))},onParseImage:function(t){var e=this,n=t.source,r=t.arrayBuffer,o=t.orientation;this.imageAttributes.revoke&&this.imageAttributes.src&&URL.revokeObjectURL(this.imageAttributes.src),this.imageAttributes.revoke=!1,r&&o&&o>1?ls(n)||!cs(n)?(this.imageAttributes.src=URL.createObjectURL(new Blob([r])),this.imageAttributes.revoke=!0):this.imageAttributes.src=function(s){for(var a=[],c=new Uint8Array(s);c.length>0;){var l=c.subarray(0,8192);a.push(String.fromCharCode.apply(null,Array.from?Array.from(l):l.slice())),c=c.subarray(8192)}return"data:image/jpeg;base64,"+btoa(a.join(""))}(r):this.imageAttributes.src=n,gt(this.defaultTransforms)?this.appliedImageTransforms=Ri(this.defaultTransforms()):yn(this.defaultTransforms)?this.appliedImageTransforms=Ri(this.defaultTransforms):this.appliedImageTransforms=function(s){var a=Ri({});if(s)switch(s){case 2:a.flip.horizontal=!0;break;case 3:a.rotate=-180;break;case 4:a.flip.vertical=!0;break;case 5:a.rotate=90,a.flip.vertical=!0;break;case 6:a.rotate=90;break;case 7:a.rotate=90,a.flip.horizontal=!0;break;case 8:a.rotate=-90}return a}(o),this.defaultImageTransforms=U(U({},this.appliedImageTransforms),{},{flip:U({},this.appliedImageTransforms.flip)}),this.$nextTick(function(){var s=e.$refs.image;s&&s.complete&&(function(a){return!!a.naturalWidth}(s)?e.onSuccessLoadImage():e.onFailLoadImage())})},onResizeEnd:function(){this.runAutoZoom("resize",{transitions:!0})},onMoveEnd:function(){this.runAutoZoom("move",{transitions:!0})},onMove:function(t){var e=this;this.transitionsOptions.enabled||this.awaitRender(function(){e.coordinates=e.moveAlgorithm(U(U({},e.getPublicProperties()),{},{positionRestrictions:kn(e.positionRestrictions,e.visibleArea),coordinates:e.coordinates,event:e.normalizeEvent(t)})),e.onChange()})},onResize:function(t){var e=this;this.transitionsOptions.enabled||this.stencilSize&&!this.autoZoom||this.awaitRender(function(){var n=e.sizeRestrictions,r=Math.min(e.coordinates.width,e.coordinates.height,20*e.coefficient);e.coordinates=e.resizeAlgorithm(U(U({},e.getPublicProperties()),{},{positionRestrictions:kn(e.positionRestrictions,e.visibleArea),sizeRestrictions:{maxWidth:Math.min(n.maxWidth,e.visibleArea.width),maxHeight:Math.min(n.maxHeight,e.visibleArea.height),minWidth:Math.max(n.minWidth,r),minHeight:Math.max(n.minHeight,r)},event:e.normalizeEvent(t)})),e.onChange(),e.ticking=!1})},onManipulateImage:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!this.transitionsOptions.enabled){var n=e.transitions,r=n!==void 0&&n,o=e.normalize,s=o===void 0||o;r&&this.enableTransitions();var a=sf(U(U({},this.getPublicProperties()),{},{event:s?this.normalizeEvent(t):t,getAreaRestrictions:this.getAreaRestrictions,imageRestriction:this.imageRestriction,adjustStencil:!this.stencilSize&&this.settings.resizeImage.adjustStencil})),c=a.visibleArea,l=a.coordinates;this.visibleArea=c,this.coordinates=l,this.runAutoZoom("manipulateImage"),this.onChange(),r&&this.debouncedDisableTransitions()}},onPropsChange:function(){this.coordinates=this.applyTransform(this.coordinates,!0),this.onChange(!1)},getAreaRestrictions:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},e=t.visibleArea,n=t.type,r=n===void 0?"move":n;return this.areaRestrictionsAlgorithm({boundaries:this.boundaries,imageSize:this.imageSize,imageRestriction:this.imageRestriction,visibleArea:e,type:r})},getAspectRatio:function(t){var e,n,r=this.stencilProps,o=r.aspectRatio,s=r.minAspectRatio,a=r.maxAspectRatio;if(this.$refs.stencil&&this.$refs.stencil.aspectRatios){var c=this.$refs.stencil.aspectRatios();e=c.minimum,n=c.maximum}if(ie(e)&&(e=ie(o)?s:o),ie(n)&&(n=ie(o)?a:o),!t&&(ie(e)||ie(n))){var l=this.getStencilSize(),u=l?W(l):null;ie(e)&&(e=ds(u)?u:void 0),ie(n)&&(n=ds(u)?u:void 0)}return{minimum:e,maximum:n}},getStencilSize:function(){if(this.stencilSize)return t={currentStencilSize:{width:this.stencilCoordinates.width,height:this.stencilCoordinates.height},stencilSize:this.stencilSize,boundaries:this.boundaries,coefficient:this.coefficient,coordinates:this.coordinates,aspectRatio:this.getAspectRatio(!0)},e=t.boundaries,n=t.stencilSize,r=t.aspectRatio,ki(W(o=gt(n)?n({boundaries:e,aspectRatio:r}):n),r)&&(o=_e({sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:r.minimum,maximum:r.maximum}})),(o.width>e.width||o.height>e.height)&&(o=_e({sizeRestrictions:{maxWidth:e.width,maxHeight:e.height,minWidth:0,minHeight:0},width:o.width,height:o.height,aspectRatio:{minimum:W(o),maximum:W(o)}})),o;var t,e,n,r,o},getPublicProperties:function(){return{coefficient:this.coefficient,visibleArea:this.visibleArea,coordinates:this.coordinates,boundaries:this.boundaries,sizeRestrictions:this.sizeRestrictions,positionRestrictions:this.positionRestrictions,aspectRatio:this.getAspectRatio(),imageRestriction:this.imageRestriction}},defaultCoordinates:function(){return U({},ps)},flip:function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.transitions,o=r===void 0||r;if(!this.transitionsActive){o&&this.enableTransitions();var s=U({},this.imageTransforms.flip),a=lf({flip:{horizontal:t?!s.horizontal:s.horizontal,vertical:e?!s.vertical:s.vertical},previousFlip:s,rotate:this.imageTransforms.rotate,visibleArea:this.visibleArea,coordinates:this.coordinates,imageSize:this.imageSize,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),c=a.visibleArea,l=a.coordinates;t&&(this.appliedImageTransforms.flip.horizontal=!this.appliedImageTransforms.flip.horizontal),e&&(this.appliedImageTransforms.flip.vertical=!this.appliedImageTransforms.flip.vertical),this.visibleArea=c,this.coordinates=l,this.onChange(),o&&this.debouncedDisableTransitions()}},rotate:function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=e.transitions,r=n===void 0||n;if(!this.transitionsActive){r&&this.enableTransitions();var o=U({},this.imageSize);this.appliedImageTransforms.rotate+=t;var s=af({visibleArea:this.visibleArea,coordinates:this.coordinates,previousImageSize:o,imageSize:this.imageSize,angle:t,positionRestrictions:this.positionRestrictions,sizeRestrictions:this.sizeRestrictions,getAreaRestrictions:this.getAreaRestrictions,aspectRatio:this.getAspectRatio()}),a=s.visibleArea,c=s.coordinates,l=this.processAutoZoom("rotateImage",a,c);a=l.visibleArea,c=l.coordinates,this.visibleArea=a,this.coordinates=c,this.onChange(),r&&this.debouncedDisableTransitions()}}},emits:["change","error","ready"]},bf={key:0,ref:"canvas",style:{display:"none"}},Cf={key:1,ref:"sourceCanvas",style:{display:"none"}};Ai.render=function(t,e,n,r,o,s){return i.openBlock(),i.createBlock("div",{ref:"cropper",class:s.classes.cropper},[i.createVNode("div",{ref:"stretcher",class:s.classes.stretcher},null,2),i.createVNode("div",{class:s.classes.boundaries,style:s.boundariesStyle},[(i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.backgroundWrapperComponent),{class:s.classes.cropperWrapper,"wheel-resize":s.settings.resizeImage.wheel,"touch-resize":s.settings.resizeImage.touch,"touch-move":s.settings.moveImage.touch,"mouse-move":s.settings.moveImage.mouse,onMove:s.onManipulateImage,onResize:s.onManipulateImage},{default:i.withCtx(function(){return[i.createVNode("div",{class:s.classes.background,style:s.boundariesStyle},null,6),i.createVNode("div",{class:s.classes.imageWrapper},[i.createVNode("img",{ref:"image",crossorigin:o.imageAttributes.crossOrigin,src:o.imageAttributes.src,class:s.classes.image,style:s.imageStyle,onMousedown:e[1]||(e[1]=i.withModifiers(function(){},["prevent"]))},null,46,["crossorigin","src"])],2),i.createVNode("div",{class:s.classes.foreground,style:s.boundariesStyle},null,6),i.withDirectives((i.openBlock(),i.createBlock(i.resolveDynamicComponent(n.stencilComponent),i.mergeProps({ref:"stencil",image:s.image,coordinates:o.coordinates,"stencil-coordinates":s.stencilCoordinates,transitions:s.transitionsOptions},n.stencilProps,{onResize:s.onResize,onResizeEnd:s.onResizeEnd,onMove:s.onMove,onMoveEnd:s.onMoveEnd}),null,16,["image","coordinates","stencil-coordinates","transitions","onResize","onResizeEnd","onMove","onMoveEnd"])),[[i.vShow,o.imageLoaded]]),n.canvas?(i.openBlock(),i.createBlock("canvas",bf,null,512)):i.createCommentVNode("",!0),n.canvas?(i.openBlock(),i.createBlock("canvas",Cf,null,512)):i.createCommentVNode("",!0)]}),_:1},8,["class","wheel-resize","touch-resize","touch-move","mouse-move","onMove","onResize"]))],6)],2)};const Sf={class:"background-container"},kf={class:"tools-line"},Ef={class:"line-block"},vf={class:"dialog-footer"},As=v(i.defineComponent({__name:"ImageCropper",props:{open:{type:Boolean,required:!0},defaultRatio:{type:Number,required:!1,default:1}},emits:["crop","close"],setup(t,{emit:e}){const n=t,r=e,o=Ai.Cropper(),s=i.ref(n.defaultRatio);o.ratio=s.value;const a=async()=>{s.value===0?o.ratio=0:o.ratio=s.value},c=i.ref({width:0,height:0,left:0,top:0}),l=i.ref(!1),u=i.ref(""),h=i.ref(),f=async()=>{l.value=!0;const p=h.value.getResult();o.ratio===0&&(s.value=c.value.width/c.value.height),p&&p.canvas.toBlob(b=>{var S;r("crop",{blob:b,src:(S=p.canvas)==null?void 0:S.toDataURL()})}),l.value=!1},m=p=>{var b;c.value=p.coordinates,u.value=(b=p.canvas)==null?void 0:b.toDataURL()};return(p,b)=>{const S=i.resolveComponent("PSelect"),y=i.resolveComponent("el-form-item"),B=i.resolveComponent("el-form"),D=i.resolveComponent("el-button"),O=i.resolveComponent("PModal");return i.openBlock(),i.createBlock(O,{show:t.open,title:"Настройка изображения","close-on-click-modal":!1,"close-on-press-escape":!1,"show-close":!1},{default:i.withCtx(()=>[i.createElementVNode("div",Sf,[i.createElementVNode("div",kf,[i.createElementVNode("div",Ef,[i.createVNode(B,null,{default:i.withCtx(()=>[i.createVNode(y,{label:"Задайте пропорции фото:"},{default:i.withCtx(()=>[i.createVNode(S,{modelValue:i.unref(s),"onUpdate:modelValue":b[0]||(b[0]=A=>i.isRef(s)?s.value=A:null),label:"Пропорции изображения",onChange:a},{default:i.withCtx(()=>b[1]||(b[1]=[i.createElementVNode("option",{label:"2:3 (формат A4)",value:2/3},null,-1),i.createElementVNode("option",{label:"4:3 (для карточек новостей)",value:4/3},null,-1),i.createElementVNode("option",{label:"1:1 (для фото сотрудников)",value:1},null,-1),i.createElementVNode("option",{label:"3:2",value:3/2},null,-1),i.createElementVNode("option",{label:"16:9",value:16/9},null,-1),i.createElementVNode("option",{label:"3:4 (вертикальное изображение)",value:3/4},null,-1),i.createElementVNode("option",{label:"Задать пропорции вручную",value:0},null,-1)])),_:1},8,["modelValue"])]),_:1})]),_:1})])]),i.createVNode(i.unref(Ai),{ref_key:"cropperRef",ref:h,src:i.unref(o).src,"stencil-props":{aspectRatio:i.unref(o).ratio},style:{"max-height":"50vh","min-height":"50vh"},onChange:m},null,8,["src","stencil-props"]),i.createElementVNode("div",vf,[i.createVNode(D,{loading:i.unref(l),type:"success",onClick:f},{default:i.withCtx(()=>b[2]||(b[2]=[i.createTextVNode(" Сохранить ")])),_:1},8,["loading"])])])]),_:1},8,["show"])}}}),[["__scopeId","data-v-0570bf52"]]),xf={key:0,class:"blur"},Bf={style:{display:"flex","justify-content":"center"}},xn=v(i.defineComponent({__name:"InfoItem",props:{background:{type:String,required:!1,default:""},padding:{type:String,required:!1,default:""},width:{type:String,required:!1,default:""},openWidth:{type:String,required:!1,default:"auto"},openHeight:{type:String,required:!1,default:"auto"},maxWidth:{type:String,required:!1,default:""},minWidth:{type:String,required:!1,default:""},margin:{type:String,required:!1,default:""},height:{type:String,required:!1,default:""},withOpenWindow:{type:Boolean,required:!1,default:!0},colorSelected:{type:String,required:!1,default:"#1979CF"},borderColor:{type:String,required:!1,default:"#E3E3E3"},withHover:{type:Boolean,required:!1,default:!0},title:{type:String,required:!1,default:""},customClass:{type:String,required:!1,default:""},close:{type:Boolean,required:!1,default:!0},baseBoxMargin:{type:String,required:!1,default:""},closeWindowOverflow:{type:String,required:!1,default:""},showSaveDialog:{type:Boolean,required:!1,default:!1}},emits:["click","keyup-enter","after-close"],setup(t,{emit:e}){const n=t,r=e,o=n.customClass!==""?n.customClass:"inside-class",s=i.ref(!1),a=i.ref(!1),c=i.ref(!1),l=i.ref(n.close);i.watch(()=>n.close,()=>{a.value=!1});const u=A=>{A.stopPropagation(),A.key==="Escape"&&(n.showSaveDialog?c.value=!0:a.value=!1)};i.watch(a,async()=>{var A,j;await i.nextTick(),a.value?((j=(A=document.getElementById("info-item-opened-content"))==null?void 0:A.querySelector("input"))==null||j.focus(),document.body.addEventListener("keydown",u)):document.body.removeEventListener("keydown",u,!1),a.value===!1&&r("after-close")});const h=()=>{r("click"),a.value=!!n.withOpenWindow,l.value!==n.close&&(a.value=!1,l.value=!l.value)},f=i.computed(()=>n.customClass===""?{width:n.width,minHeight:"40px",height:"auto",maxWidth:n.maxWidth,minWidth:n.minWidth,margin:n.baseBoxMargin}:void 0),m=i.computed(()=>a.value&&n.withOpenWindow),p=i.computed(()=>({background:n.background?n.background:void 0,zIndex:m.value?"2":"0",padding:m.value?"0":n.padding,margin:n.margin,width:m.value?n.openWidth:n.width,height:m.value?n.openHeight:n.height,minHeight:"40px",maxWidth:n.maxWidth,minWidth:n.minWidth,borderColor:s.value||a.value?n.colorSelected:n.borderColor,color:s.value?n.colorSelected:"#343E5C",boxShadow:s.value||a.value?`0px 0px 1px 1px ${n.colorSelected}`:"none",alignItems:m.value?"end":"center",cursor:(n.withHover,"pointer")})),b=i.computed(()=>({height:m.value?"0":"",overflow:n.closeWindowOverflow,width:n.width})),S=i.computed(()=>({height:m.value?"auto":"0"})),y=i.computed(()=>({color:s.value?n.colorSelected:"#343E5C",fill:s.value?n.colorSelected:"#343E5C",background:n.background})),B=()=>{n.showSaveDialog?c.value=!0:a.value=!1},D=async()=>{await r("keyup-enter"),n.close&&(a.value=!1),c.value=!1},O=()=>{a.value=!1,c.value=!1};return(A,j)=>{const ve=i.resolveComponent("PString"),xe=i.resolveComponent("PButton"),Ye=i.resolveComponent("PModal"),St=i.resolveDirective("click-outside");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(a)?(i.openBlock(),i.createElementBlock("div",xf)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"base-box",style:i.normalizeStyle(i.unref(f)),onClick:j[2]||(j[2]=i.withModifiers(Mn=>h(),["prevent","stop"]))},[i.createElementVNode("div",{class:i.normalizeClass(["body",i.unref(o)]),style:i.normalizeStyle(i.unref(p)),onMouseenter:j[0]||(j[0]=Mn=>t.withHover?s.value=!0:s.value=!1),onMouseleave:j[1]||(j[1]=Mn=>s.value=!1)},[i.unref(a)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(["close-window",t.customClass]),style:i.normalizeStyle(i.unref(b))},[i.renderSlot(A.$slots,"default",{},void 0,!0)],6)),i.unref(a)?i.withDirectives((i.openBlock(),i.createElementBlock("div",{key:1,id:"info-item-opened-content",class:"open-window",style:i.normalizeStyle(i.unref(S))},[i.renderSlot(A.$slots,"open-inside-content",{},void 0,!0)],4)),[[St,B,void 0,{prevent:!0}]]):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"top-title",style:i.normalizeStyle(i.unref(y))},[i.renderSlot(A.$slots,"title",{},()=>[i.createVNode(ve,{string:t.title,"font-size":"10px",padding:"0 0 0 3px",style:i.normalizeStyle({color:i.unref(s)?"#006BB4":"#c4c4c4",transition:"0.2s"})},null,8,["string","style"])],!0)],4)],38)],4),i.createVNode(Ye,{show:i.unref(c),title:"У вас остались несохраненные изменения, вы уверены что хотите закрыть окно?"},{default:i.withCtx(()=>[i.createElementVNode("div",Bf,[i.createVNode(xe,{text:"Не сохранять",onClick:O}),i.createVNode(xe,{text:"Сохранять",onClick:D})])]),_:1},8,["show"])],64)}}}),[["__scopeId","data-v-e8e8f1a1"]]),Ns=v(i.defineComponent({__name:"InfoItemSelectButtons",props:{selected:{type:String,required:!0},title:{type:String,required:!0},list:{type:Array,required:!0}},emits:["select","reset"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=s=>{n.value=!n.value,r("select",s)};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PButton"),u=i.resolveComponent("InfoItem");return i.openBlock(),i.createBlock(u,{close:i.unref(n),title:t.title,"close-window-overflow":"hidden","with-hover":!0,"with-open-window":!0},{"open-inside-content":i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.list,h=>(i.openBlock(),i.createBlock(l,{key:h,type:"admin",color:"blue",text:h,onClick:f=>o(h)},null,8,["text","onClick"]))),128)),i.createVNode(l,{type:"admin",color:"blue",text:"Сбросить",onClick:a[0]||(a[0]=h=>o(void 0))})]),default:i.withCtx(()=>[i.createVNode(c,{string:t.selected,"font-size":"14px",width:"100%"},null,8,["string"])]),_:1},8,["close","title"])}}}),[["__scopeId","data-v-973addd1"]]),Mf={class:"mainblock"},Rf={class:"mainline"},Ps=v(i.defineComponent({__name:"LeftRightContainer",props:{leftWidth:{type:String,required:!1,default:"0px"},background:{type:String,required:!1,default:"inherit"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",Mf,[i.createElementVNode("div",Rf,[i.createElementVNode("div",{class:"mainblock-left",style:i.normalizeStyle({minWidth:t.leftWidth,maxWidth:t.leftWidth,background:t.background,display:t.leftWidth!=="0px"?"block":"none"})},[i.renderSlot(e.$slots,"left",{},void 0,!0)],4),i.createElementVNode("div",{class:"mainblock-right",style:i.normalizeStyle({background:t.background})},[i.renderSlot(e.$slots,"right",{},void 0,!0)],4)])]))}}),[["__scopeId","data-v-42fa7104"]]),$f={class:"message-title"},If={class:"message-text"},Vs=v(i.defineComponent({__name:"MessageBody",props:{title:{type:String,default:"",required:!1},text:{type:String,default:"",required:!1}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",null,[i.createElementVNode("div",$f,i.toDisplayString(t.title),1),i.createElementVNode("div",If,i.toDisplayString(t.text),1)]))}}),[["__scopeId","data-v-182d0640"]]),Af=i.defineComponent({name:"CollapseContainer",props:{initActiveIdx:{type:Number,default:0}},setup(t){const e=i.ref(t.initActiveIdx),n=r=>{e.value=r};return i.watch(()=>t.initActiveIdx,()=>{n(t.initActiveIdx)}),{changeActiveId:n,activeIdx:e}}});function Nf(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock("div",null,[i.renderSlot(t.$slots,"default",{activeIdx:t.activeIdx,changeActiveId:t.changeActiveId})])}const zs=v(Af,[["render",Nf]]),Pf=i.defineComponent({name:"CollapseItem",props:{tabId:{type:String,required:!1,default:""},activeId:{type:String,default:""},isCollaps:{type:Boolean,default:!0},title:{type:String,default:""},showToolsOnHover:{type:Boolean,default:!0},background:{type:String,required:!1,default:"#ffffff"},backgroundAttention:{type:String,required:!1,default:"#ffffff"},changeColor:{type:Boolean,default:!1},margin:{type:String,default:"10px 8px 2px 2px"},padding:{type:String,default:"0 10px"},selectable:{type:Boolean,default:!1}},emits:["changeActiveId"],setup(t,{emit:e}){const n=i.ref(t.activeId==="0"),r=()=>{n.value=!n.value,e("changeActiveId",t.tabId)};return i.onUpdated(()=>{t.activeId&&t.activeId!==t.tabId&&(n.value=!0)}),i.onBeforeMount(()=>{t.activeId&&t.activeId!==t.tabId&&(n.value=!1)}),{collapsed:n,handleItemClick:r}}}),Vf=["for"],zf={class:"inside-icon"};function Tf(t,e,n,r,o,s){return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",{class:"tab",style:i.normalizeStyle({margin:t.margin,height:t.isCollaps&&t.collapsed?"60px":"","box-shadow":t.selectable&&t.activeId===t.tabId?"0px 0px 1px 2px #1979cf":""})},[t.isCollaps&&t.collapsed?(i.openBlock(),i.createElementBlock("svg",{key:0,class:"icon-arrow",onClick:e[0]||(e[0]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},e[3]||(e[3]=[i.createElementVNode("use",{"xlink:href":"#arrow-down"},null,-1)]))):t.isCollaps&&!t.collapsed?(i.openBlock(),i.createElementBlock("svg",{key:1,class:"icon-arrow",onClick:e[1]||(e[1]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},e[4]||(e[4]=[i.createElementVNode("use",{"xlink:href":"#arrow-up"},null,-1)]))):i.createCommentVNode("",!0),i.createElementVNode("label",{for:t.tabId,onClick:e[2]||(e[2]=(...a)=>t.handleItemClick&&t.handleItemClick(...a))},[i.createElementVNode("div",{style:i.normalizeStyle({cursor:t.isCollaps?"pointer":"default",background:t.changeColor?t.background:t.backgroundAttention,padding:t.padding,borderRadius:"5px"}),class:"tab-name"},[i.createElementVNode("div",zf,[i.renderSlot(t.$slots,"icon",{},void 0,!0)]),t.title?(i.openBlock(),i.createElementBlock("div",{key:0,class:"title-in",style:i.normalizeStyle({marginRight:t.isCollaps?"50px":"0",width:t.isCollaps?"calc(100% - 50px)":"100%"})},i.toDisplayString(t.title),5)):(i.openBlock(),i.createElementBlock("div",{key:1,class:"title-in",style:i.normalizeStyle({marginRight:t.isCollaps?"50px":"0",width:t.isCollaps?"calc(100% - 50px)":"100%"})},[i.renderSlot(t.$slots,"inside-title",{},void 0,!0)],4)),i.createElementVNode("div",{class:i.normalizeClass(["tools-bar",{"hidden-part":t.showToolsOnHover}])},[i.renderSlot(t.$slots,"tools",{},void 0,!0)],2)],4)],8,Vf),i.createElementVNode("div",{style:i.normalizeStyle({maxHeight:t.isCollaps?"":"1000000vh",background:t.changeColor?t.background:t.backgroundAttention}),class:i.normalizeClass(t.collapsed?"tab-content-down":"tab-content-up")},[i.renderSlot(t.$slots,"inside-content",{},void 0,!0)],6)],4),e[5]||(e[5]=i.createStaticVNode('<svg width="0" height="0" class="hidden" data-v-0ea9a95f><symbol id="arrow-down" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" data-v-0ea9a95f><path d="M5 6L10 11L15 6L17 7L10 14L3 7L5 6Z" fill="currentColor" data-v-0ea9a95f></path></symbol><symbol id="arrow-up" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" data-v-0ea9a95f><path d="M15 14L10 9L5 14L3 13L10 6L17 13L15 14Z" fill="currentColor" data-v-0ea9a95f></path></symbol></svg>',1))],64)}const Ts=v(Pf,[["render",Tf],["__scopeId","data-v-0ea9a95f"]]),Ff={class:"tab"},Df={class:"rotate"},Fs=v(i.defineComponent({__name:"VerticalCollapseContainer",setup(t){const e=i.ref(!1),n=async()=>{e.value=!e.value};return(r,o)=>{const s=i.resolveComponent("ArrowRight"),a=i.resolveComponent("ArrowLeft");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",Ff,[i.renderSlot(r.$slots,"main",{},void 0,!0),i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"50%":"20px",transition:"0.3s"}),class:"left"},[i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"100%":"0",transition:"0.3s"}),class:"left-content"},[i.renderSlot(r.$slots,"inside-content-left",{},void 0,!0)],4),i.createElementVNode("div",{class:"arrow-bar",onClick:n},[i.createElementVNode("div",Df,[i.renderSlot(r.$slots,"inside-title",{},void 0,!0)]),i.unref(e)?(i.openBlock(),i.createBlock(s,{key:0,"icon-class":"icon-arrow"})):(i.openBlock(),i.createBlock(a,{key:1,"icon-class":"icon-arrow"}))])],4),i.createElementVNode("div",{style:i.normalizeStyle({width:i.unref(e)?"50%":"100%",transition:"0.3s"}),class:"right"},[i.renderSlot(r.$slots,"inside-content-right",{},void 0,!0)],4)]),i.createVNode(a),i.createVNode(s)],64)}}}),[["__scopeId","data-v-4ccaade5"]]),Of={class:"add-block_body"},Ds=v(i.defineComponent({__name:"PAdd",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"},top:{type:String,required:!1,default:"0"},zIndex:{type:Number,required:!1,default:0}},setup(t){return(e,n)=>{const r=i.resolveComponent("PSticky");return i.openBlock(),i.createElementBlock("div",{class:"add-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.createVNode(r,{top:t.top,"z-index":t.zIndex},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"title",{},void 0,!0)]),_:3},8,["top","z-index"]),i.createElementVNode("div",Of,[i.renderSlot(e.$slots,"default",{},void 0,!0)])],4)}}}),[["__scopeId","data-v-338720bc"]]),Os=v(i.defineComponent({__name:"PContainer",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"add-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.renderSlot(e.$slots,"default",{},void 0,!0)],4))}}),[["__scopeId","data-v-b2b43a38"]]),Lf={class:"add-block_body"},Ls=v(i.defineComponent({__name:"PContainerStickyHead",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"0"},padding:{type:String,required:!1,default:"0"},top:{type:String,required:!1,default:"0"},zIndex:{type:Number,required:!1,default:0}},setup(t){return(e,n)=>{const r=i.resolveComponent("PSticky"),o=i.resolveComponent("PContainer");return i.openBlock(),i.createBlock(o,{background:t.background,margin:t.margin,padding:t.padding},{default:i.withCtx(()=>[i.createVNode(r,{top:t.top,"z-index":t.zIndex},{default:i.withCtx(()=>[i.renderSlot(e.$slots,"title",{},void 0,!0)]),_:3},8,["top","z-index"]),i.createElementVNode("div",Lf,[i.renderSlot(e.$slots,"default",{},void 0,!0)])]),_:3},8,["background","margin","padding"])}}}),[["__scopeId","data-v-9464e4a8"]]),Hf={class:"del-block_title"},qf={class:"del-block_body"},Hs=v(i.defineComponent({__name:"PDel",props:{background:{type:String,required:!1,default:"inherit"},margin:{type:String,required:!1,default:"10px 10px 10px 50px"},padding:{type:String,required:!1,default:"10px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"del-block",style:i.normalizeStyle({margin:t.margin,background:t.background,padding:t.padding})},[i.createElementVNode("div",Hf,[i.renderSlot(e.$slots,"title",{},void 0,!0)]),i.createElementVNode("div",qf,[i.renderSlot(e.$slots,"default",{},void 0,!0)])],4))}}),[["__scopeId","data-v-58d048aa"]]),_f={class:"btn-group"},qs=v(i.defineComponent({__name:"AuthForm",props:{width:{type:String,default:"300px"},margin:{type:String,default:"auto"},padding:{type:String,default:"60px 100px"}},emits:["submit"],setup(t,{emit:e}){const n=Ne.Form,r=i.ref(!1),o=e,s=i.computed(()=>n.GetButtons()),a=async c=>{if(!c.submit)return n.SetStatus(c.GetStatus());n.Validate().length>0||o("submit")};return i.onBeforeUnmount(()=>{n.Reset()}),(c,l)=>{const u=i.resolveComponent("PInput"),h=i.resolveComponent("PButton");return i.openBlock(),i.createElementBlock("div",{class:"auth-card",style:i.normalizeStyle({width:t.width,margin:t.margin,padding:t.padding})},[i.createElementVNode("div",null,i.toDisplayString(i.unref(Ne).Form.GetTitle()),1),i.createElementVNode("div",null,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Ne).Form.GetFields(),f=>(i.openBlock(),i.createBlock(u,{id:f.id,key:f,modelValue:f.value,"onUpdate:modelValue":m=>f.value=m,placeholder:f.label,margin:"10px 0 0 0"},null,8,["id","modelValue","onUpdate:modelValue","placeholder"]))),128)),i.createElementVNode("div",_f,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),f=>(i.openBlock(),i.createBlock(h,{id:f.id,key:f.GetStatus(),disabled:i.unref(r),type:"primary",skin:"base",text:f.text,color:f.submit?"blue":"grey",margin:"10px 0 0 0",width:"100%",height:"52px",onClick:m=>a(f)},null,8,["id","disabled","text","color","onClick"]))),128))])])],4)}}}),[["__scopeId","data-v-7dc54aa6"]]),_s=v(i.defineComponent({__name:"PModal",props:{showCloseDialog:{type:Boolean,required:!1,default:!1},closable:{type:Boolean,required:!1,default:!1},show:{type:Boolean,default:!1},title:{type:String,default:""},width:{type:String,default:"760px"},maxHeight:{type:String,default:"70vh"},margin:{type:String,default:"auto"},top:{type:String,default:"20vh"},padding:{type:String,default:"var(--modal-window-padding)"},showClose:{type:Boolean,default:!1}},emits:["save","close"],setup(t,{emit:e}){const n=t,r=e,o=a=>{a.key==="Escape"&&s()};i.onMounted(()=>{document.body.addEventListener("keydown",o)}),i.onBeforeUnmount(()=>{document.body.removeEventListener("keydown",o)});const s=()=>{n.closable&&r("close")};return(a,c)=>{const l=i.resolveComponent("IconClose");return i.openBlock(),i.createElementBlock(i.Fragment,null,[t.show?(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:s})):i.createCommentVNode("",!0),t.show?(i.openBlock(),i.createElementBlock("div",{key:1,class:"modal-w",style:i.normalizeStyle({maxWidth:t.width,width:t.width,margin:t.margin,padding:t.padding,top:t.top,maxHeight:t.maxHeight})},[t.closable?(i.openBlock(),i.createElementBlock("div",{key:0,class:"icon-box",onClick:s},[i.createVNode(l,{size:"20px"})])):i.createCommentVNode("",!0),i.renderSlot(a.$slots,"default",{},void 0,!0)],4)):i.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-3a1f6782"]]),Uf=["onClick"],Us=v(i.defineComponent({__name:"PTabs",props:{menus:{type:Object,required:!0},tabHeight:{type:String,required:!1,default:"40px"},height:{type:String,required:!1,default:""},minMenuItemWidth:{type:String,required:!1,default:"150px"},outTopMargin:{type:String,required:!1,default:"40px"},background:{type:String,required:!1,default:"#ffffff"}},emits:["select"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(window.innerWidth),s=i.ref(),a=i.ref(Number(n.tabHeight.replace(/[^+\d]/g,""))),c=()=>{o.value=window.innerWidth,a.value=s.value?s.value.clientHeight:Number(n.tabHeight.replace(/[^+\d]/g,""))};i.onMounted(()=>window.addEventListener("resize",c)),i.onUnmounted(()=>window.removeEventListener("resize",c));const l=i.computed(()=>`calc(100% - ${a.value}px + 1px)`);i.onBeforeMount(()=>{n.menus.Select()});const u=h=>{n.menus.Select(h),r("select")};return(h,f)=>(i.openBlock(),i.createElementBlock("div",{class:"mainblock",style:i.normalizeStyle({height:`calc(100% - ${t.outTopMargin} - ${t.tabHeight}`})},[i.createElementVNode("div",{ref_key:"menuRef",ref:s,class:"top-menu",style:i.normalizeStyle({gridTemplateColumns:`repeat(auto-fit, minmax(${t.minMenuItemWidth}, 1fr))`})},[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(t.menus.items,(m,p)=>(i.openBlock(),i.createElementBlock("div",{key:p},[i.createElementVNode("div",{class:i.normalizeClass({"selected-tab":p===t.menus.idx,tab:p!==t.menus.idx}),style:i.normalizeStyle({minHeight:t.tabHeight,maxHeight:t.tabHeight}),onClick:b=>u(p)},i.toDisplayString(m.name),15,Uf)]))),128))],4),i.createElementVNode("div",{class:"body-container",style:i.normalizeStyle({background:t.background,height:i.unref(l)})},[i.renderSlot(h.$slots,"default",{},()=>[t.menus.idx>-1?(i.openBlock(),i.createBlock(i.resolveDynamicComponent(t.menus.GetComponent()),{key:0})):i.createCommentVNode("",!0)],!0)],4)],4))}}),[["__scopeId","data-v-f631acc5"]]),Wf=["id"],jf=["for"],Gf={class:"left-field"},Zf=["href","download"],Xf={key:1,class:"text-field__input"},Jf={class:"right-field"},Yf=i.defineComponent({__name:"UploaderFile",props:{fileInfo:{type:Object,required:!1,default:new Pe},formats:{type:Array,default:()=>["pdf","jpeg","jpg"]},label:{type:String,default:"Label",required:!1},margin:{type:String,required:!1,default:"10px 0 0 0"},disabled:{type:Boolean,required:!1,default:!1},padding:{type:String,default:"",required:!1},mask:{type:String,required:!1,default:void 0},borderColor:{type:String,default:"var(--input-border-color)",required:!1},color:{type:String,default:"var(--input-font-color)",required:!1},placeholder:{type:String,required:!1,default:""}},emits:["upload","remove"],setup(t,{emit:e}){const n=t,r=e,o=ce.GUID(),s=ce.GUID(),a=()=>{const u=document.getElementById(o);if(!u.files)return;const h=u.files[0];if(h){if(!l(h.name)){fe.Error("Загруженный файл должен быть в формате pdf, jpg или jpeg");return}n.fileInfo.uploadAndSetFile(h),r("upload",n.fileInfo)}},c=()=>{n.fileInfo.clearFile(),r("remove",n.fileInfo)};i.onMounted(()=>{const u=document.getElementById(s);u&&(u.onclick=()=>{var h;return(h=document.getElementById(o))==null?void 0:h.click()})});const l=u=>{let h=Dr.Get(u);return!!n.formats.includes(h.toLowerCase())};return(u,h)=>{const f=i.resolveComponent("PString"),m=i.resolveComponent("PFlex"),p=i.resolveComponent("PButton");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("input",{id:i.unref(o),type:"file",hidden:"",onChange:a},null,40,Wf),i.createElementVNode("div",{class:"text-field",style:i.normalizeStyle({margin:t.margin,padding:t.padding})},[t.label?(i.openBlock(),i.createElementBlock("label",{key:0,class:"text-field__label",for:t.label},i.toDisplayString(t.label),9,jf)):i.createCommentVNode("",!0),i.createElementVNode("div",{class:"field",style:i.normalizeStyle({borderColor:t.borderColor})},[i.createElementVNode("div",Gf,[i.createVNode(m,null,{default:i.withCtx(()=>[i.renderSlot(u.$slots,"default",{},void 0,!0),i.createVNode(f,{string:t.placeholder,"font-size":"var(--font-size-default:)",color:"var(--input-label-color)",margin:"0 10px 0 0"},null,8,["string"])]),_:3})]),t.fileInfo&&t.fileInfo.originalName?(i.openBlock(),i.createElementBlock("div",{key:0,class:"text-field__input",style:i.normalizeStyle({color:t.color})},[i.createElementVNode("a",{href:t.fileInfo.getFileUrl(),target:"_blank",download:t.fileInfo.originalName},[i.createElementVNode("div",null,i.toDisplayString(t.fileInfo.originalName),1)],8,Zf),i.createVNode(p,{skin:"text",type:"del",onClick:c},{default:i.withCtx(()=>[i.createVNode(pn,{size:"20px",margin:"0 5px"})]),_:1})],4)):(i.openBlock(),i.createElementBlock("div",Xf,[i.createVNode(f,{string:"Файл не загружен","font-size":"var(--inpur-font-size-default)",color:"var(--palette-warning)",margin:"0 10px 0 0"})])),i.createElementVNode("div",Jf,[i.createVNode(p,{id:i.unref(s),skin:"text",type:"success","data-test":"upload-btn",text:t.fileInfo&&t.fileInfo.originalName?"Обновить":"Загрузить",margin:"0"},null,8,["id","text"])])],4)],4)],64)}}}),Ws=v(Yf,[["__scopeId","data-v-e2a99ee3"]]),Qf={class:"container"},Kf={key:0,class:"result"},em={class:"list"},tm=["onClick"],js=v(i.defineComponent({inheritAttrs:!1,__name:"PAutocomplete",props:{modelValue:{type:String,default:""},searchFunc:{type:Function,default:()=>{}},suggestions:{type:Array,default:[]}},emits:["select","input"],setup(t,{emit:e}){const n=e,r=t,o=i.ref(r.modelValue),s=i.ref([]);async function a(){n("input",o.value),await c()}async function c(){r.searchFunc&&(s.value=await r.searchFunc(o.value))}async function l(u){n("select",u)}return(u,h)=>{const f=i.resolveComponent("IconSearch"),m=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock("div",Qf,[i.createVNode(m,{modelValue:i.unref(o),"onUpdate:modelValue":h[0]||(h[0]=p=>i.isRef(o)?o.value=p:null),placeholder:"Найти",onInput:a},{right:i.withCtx(()=>[i.createVNode(f)]),_:1},8,["modelValue"]),i.unref(o)?(i.openBlock(),i.createElementBlock("div",Kf,[i.createElementVNode("ul",em,[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(s),p=>(i.openBlock(),i.createElementBlock("li",{key:p.value,onClick:b=>l(p)},i.toDisplayString(p.label),9,tm))),128))])])):i.createCommentVNode("",!0)])}}}),[["__scopeId","data-v-67b698bb"]]),nm={class:"footer"},Gs=v(i.defineComponent({__name:"PDialog",setup(t){const e=i.computed(()=>{switch(He.GetType()){case"info":return"message primary";case"success":return"message success";case"warning":return"message warning";case"error":return"message danger";default:return"message neutral"}});return(n,r)=>{const o=i.resolveComponent("MessageBody"),s=i.resolveComponent("PButton");return i.openBlock(),i.createBlock(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.unref(He).IsVisible()?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(i.unref(e))},[i.createVNode(o,{title:i.unref(He).GetTitle(),text:i.unref(He).GetText()},null,8,["title","text"]),i.createElementVNode("div",nm,[i.createVNode(s,{type:"primary",text:i.unref(He).GetConfirmButtonText(),margin:"10px 0 0 0",onClick:r[0]||(r[0]=a=>i.unref(He).Submit())},null,8,["text"]),i.createVNode(s,{type:"warning",text:i.unref(He).GetCancelButtonText(),margin:"10px 0 0 0",onClick:r[1]||(r[1]=a=>i.unref(He).Cancel())},null,8,["text"])])],2)):i.createCommentVNode("",!0)]),_:1})}}}),[["__scopeId","data-v-aa85ea7a"]]),Zs=v(i.defineComponent({__name:"PhoneForm",props:{modelValue:{},modelModifiers:{}},emits:["update:modelValue"],setup(t){const e=i.useModel(t,"modelValue"),n=async()=>{};return(r,o)=>{const s=i.resolveComponent("PInput");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(s,{modelValue:e.value.number,"onUpdate:modelValue":o[0]||(o[0]=a=>e.value.number=a),onBlur:n},null,8,["modelValue"]),i.createVNode(s,{modelValue:e.value.description,"onUpdate:modelValue":o[1]||(o[1]=a=>e.value.description=a),onBlur:n},null,8,["modelValue"])],64)}}}),[["__scopeId","data-v-51bf3f08"]]),im={};function rm(t,e){return i.openBlock(),i.createElementBlock(i.Fragment,null,[e[0]||(e[0]=i.createElementVNode("div",{class:"blur"},null,-1)),e[1]||(e[1]=i.createElementVNode("div",{class:"loader-container"},[i.createElementVNode("div",{class:"loader",style:{"--b":"20px",width:"200px","--n":"10"}})],-1))],64)}const Xs=v(im,[["render",rm],["__scopeId","data-v-0f1f2f84"]]),Js=v(i.defineComponent({__name:"PNotification",setup(t){const e=i.computed(()=>{switch(fe.GetType()){case"info":return"message info";case"success":return"message success";case"warning":return"message warning";case"error":return"message error";default:return"message neutral"}});return(n,r)=>{const o=i.resolveComponent("MessageBody");return i.openBlock(),i.createBlock(i.Transition,{name:"fade"},{default:i.withCtx(()=>[i.unref(fe).IsVisible()?(i.openBlock(),i.createElementBlock("div",{key:0,class:i.normalizeClass(i.unref(e))},[i.createVNode(o,{title:i.unref(fe).GetTitle(),text:i.unref(fe).GetText()},null,8,["title","text"])],2)):i.createCommentVNode("",!0)]),_:1})}}}),[["__scopeId","data-v-cf47c695"]]),om={style:{display:"flex","justify-content":"center",width:"100%"}},sm={class:"pag-number"},am={class:"pag-ul"},lm={key:2},Ys=v(i.defineComponent({__name:"PPagination",props:{showConfirm:{type:Boolean,default:!1},justifyContent:{type:String,default:"center"},store:{type:Object,required:!0}},emits:["cancel","save"],setup(t,{emit:e}){const n=t,r=m=>m?"active":"neutral",o=m=>m?"not-active":"neutral",s=Ur,a=i.ref(!1),c=i.ref(!1);s.count=n.store.Count.value;const l=async m=>{if(m!==s.curPage&&(m<1&&(m=1),m>s.pagesCount()&&(m=s.pagesCount()),!n.showConfirm))return await u(m)},u=async(m,p)=>{s.setCurPage(m),Mt.Get().p.offset=(m-1)*s.limit,await n.store.FTSP(),f()},h=i.computed(()=>{const m=s.pagesCount();return m<8?Ve.GenerateNumsRange(2,m-1).filter(p=>p<m&&p>1):Ve.GenerateNumsRange(s.curPage-2,s.curPage+3).filter(p=>p<m&&p>1)}),f=()=>{const m=document.querySelector(".el-table__body-wrapper"),p=document.querySelector("#list");m?m.scrollTo({top:0}):p&&p.scrollTo({top:0})};return i.onBeforeUnmount(()=>{Mt.Get().p.drop()}),(m,p)=>{const b=i.resolveComponent("ArrowLeft"),S=i.resolveComponent("PButton"),y=i.resolveComponent("DoubleArrowLeft"),B=i.resolveComponent("EllipsisSvg"),D=i.resolveComponent("DoubleArrowRight"),O=i.resolveComponent("ArrowRight");return i.openBlock(),i.createElementBlock("div",om,[i.createElementVNode("div",{class:"pag-container",style:i.normalizeStyle({justifyContent:t.justifyContent})},[i.createElementVNode("div",sm,[i.createVNode(S,{skin:"pag",type:o(i.unref(s).curPage===1),onClick:p[0]||(p[0]=A=>l(i.unref(s).curPage-1))},{default:i.withCtx(()=>[i.createVNode(b)]),_:1},8,["type"]),i.createElementVNode("ul",am,[i.createElementVNode("li",null,[i.createVNode(S,{skin:"pag",type:r(i.unref(s).curPage===1),text:"1",onClick:p[1]||(p[1]=A=>l(1))},null,8,["type"])]),i.unref(s).pagesCount()>8&&i.unref(s).curPage>4?(i.openBlock(),i.createElementBlock("li",{key:0,onMouseenter:p[3]||(p[3]=A=>a.value=!0),onMouseleave:p[4]||(p[4]=A=>a.value=!1)},[i.createVNode(S,{skin:"pag",type:"neutral",onClick:p[2]||(p[2]=A=>l(i.unref(s).curPage-5))},{default:i.withCtx(()=>[i.unref(a)?(i.openBlock(),i.createBlock(y,{key:0})):(i.openBlock(),i.createBlock(B,{key:1}))]),_:1})],32)):i.createCommentVNode("",!0),(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(h),A=>(i.openBlock(),i.createElementBlock("li",{key:A},[i.createVNode(S,{skin:"pag",type:r(A===i.unref(s).curPage),text:A,onClick:j=>l(A)},null,8,["type","text","onClick"])]))),128)),i.unref(s).pagesCount()>=8&&i.unref(s).curPage<i.unref(s).pagesCount()-3?(i.openBlock(),i.createElementBlock("li",{key:1,onMouseenter:p[6]||(p[6]=A=>c.value=!0),onMouseleave:p[7]||(p[7]=A=>c.value=!1)},[i.createVNode(S,{skin:"pag",type:"neutral",onClick:p[5]||(p[5]=A=>l(i.unref(s).curPage+5))},{default:i.withCtx(()=>[i.unref(c)?(i.openBlock(),i.createBlock(D,{key:0})):(i.openBlock(),i.createBlock(B,{key:1}))]),_:1})],32)):i.createCommentVNode("",!0),i.unref(s).pagesCount()>1?(i.openBlock(),i.createElementBlock("li",lm,[i.createVNode(S,{skin:"pag",type:r(i.unref(s).pagesCount()===i.unref(s).curPage),text:i.unref(s).pagesCount(),onClick:p[8]||(p[8]=A=>l(i.unref(s).pagesCount()))},null,8,["type","text"])])):i.createCommentVNode("",!0)]),i.createVNode(S,{skin:"pag",type:o(i.unref(s).curPage===i.unref(s).pagesCount()),onClick:p[9]||(p[9]=A=>l(i.unref(s).curPage+1))},{default:i.withCtx(()=>[i.createVNode(O)]),_:1},8,["type"])])],4)])}}}),[["__scopeId","data-v-a13d8f85"]]),Qs=v(i.defineComponent({__name:"RemoteSearch",props:{keyValue:{type:String,default:""},modelValue:{type:String,default:""},storeModule:{type:String,default:""},placeholder:{type:String,default:"Начните вводить запрос"},showSuggestions:{type:Boolean,default:!0},maxWidth:{type:[Number,String],default:350},focus:{type:Boolean,default:!1}},emits:["select","load","input"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(n.modelValue),s=i.ref(),a=Zr.SearchModel();i.watch(()=>n.focus,()=>{n.focus&&setTimeout(()=>{s.value.focus(),o.value=""},500)});const c=async h=>{if(h.length<2)return;s.value.activated=!0,a.searchObjects=[],a.query=h,a.key=n.keyValue;const f=a.searchGroups.find(m=>m.key===n.keyValue);return f&&(a.searchGroup=f),a.searchObjects},l=async h=>{r("select",h),o.value=""},u=h=>{r("input",h),h.length===0&&r("input","")};return(h,f)=>{const m=i.resolveComponent("PAutocomplete");return i.openBlock(),i.createBlock(m,{ref_key:"searchForm",ref:s,modelValue:i.unref(o),"onUpdate:modelValue":f[0]||(f[0]=p=>i.isRef(o)?o.value=p:null),"value-key":"label",style:{width:"100%","margin-right":"10px"},placeholder:t.placeholder,"search-func":c,"trigger-on-focus":t.showSuggestions,suggestions:i.unref(a).searchObjects,onSelect:l,onInput:u},{suffix:i.withCtx(()=>f[1]||(f[1]=[i.createElementVNode("i",{class:"el-icon-search"},null,-1)])),_:1},8,["modelValue","placeholder","trigger-on-focus","suggestions"])}}}),[["__scopeId","data-v-ed43b642"]]),cm={class:"mainblock-body"},dm={class:"mainblock-footer"},Ks=v(i.defineComponent({__name:"ResearcheContainer",props:{background:{type:String,required:!1,default:"inherit"},padding:{type:String,required:!1,default:"0px 10px"}},setup(t){return(e,n)=>(i.openBlock(),i.createElementBlock("div",{class:"mainblock",style:i.normalizeStyle({background:t.background,padding:t.padding})},[i.createElementVNode("div",{class:"mainblock-header",style:i.normalizeStyle({background:t.background})},[i.renderSlot(e.$slots,"header",{},void 0,!0)],4),i.createElementVNode("div",cm,[i.renderSlot(e.$slots,"body",{},void 0,!0)]),i.createElementVNode("div",dm,[i.renderSlot(e.$slots,"footer",{},void 0,!0)])],4))}}),[["__scopeId","data-v-367c3367"]]),um={class:"right-slider-content"},hm={class:"right-slider-content-header"},fm={class:"right-slider-content-box"},mm={class:"right-slider-button"},ea=v(i.defineComponent({__name:"RightSliderContainer",props:{sliderOffWidth:{type:String,required:!1,default:"30px"},sliderOnWidth:{type:String,required:!1,default:"260px"},background:{type:String,required:!1,default:"inherit"},toggle:{type:Boolean,default:!1},titleOpen:{type:String,required:!1,default:"Скрыть список исследований"},titleClose:{type:String,required:!1,default:"Показать список исследований"}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1);i.watch(()=>n.toggle,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("toggle",a)};return(a,c)=>{const l=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",{class:"right-slider",style:i.normalizeStyle({marginRight:i.unref(o)?`calc(${t.sliderOffWidth} - ${t.sliderOnWidth})`:"0",width:t.sliderOnWidth})},[i.createElementVNode("div",{class:"click-line",onClick:c[0]||(c[0]=u=>s(!i.unref(o)))},[i.unref(o)?(i.openBlock(),i.createBlock(l,{key:0,string:t.titleClose,"font-size":"16px",padding:"0",color:"#343E5C"},null,8,["string"])):i.createCommentVNode("",!0),i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createBlock(l,{key:1,string:t.titleOpen,"font-size":"16px",padding:"0",color:"#343E5C"},null,8,["string"]))]),i.createElementVNode("div",um,[i.createElementVNode("div",hm,[i.renderSlot(a.$slots,"header",{},void 0,!0)]),i.createElementVNode("div",fm,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",mm,[i.renderSlot(a.$slots,"button",{},void 0,!0)])],4)}}}),[["__scopeId","data-v-262b1c53"]]),pm={class:"mainblock"},gm={class:"body-block"},ym={class:"tab-block"},ta=v(i.defineComponent({__name:"RightTabsContainer",props:{sliderOffWidth:{type:String,required:!1,default:"101px"},sliderOnWidth:{type:String,required:!1,default:"332px"},background:{type:String,required:!1,default:"inherit"},isToggle:{type:Boolean,required:!1,default:!1},mobileWidth:{type:String,required:!1,default:"768px"}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1),s=i.ref(window.matchMedia("(max-width: 768px)").matches),a=l=>{r("toggle",l)},c=i.ref(!1);return i.onBeforeMount(async()=>{window.addEventListener("resize",()=>{switch(n.mobileWidth){case"1330px":return s.value=window.matchMedia("(max-width: 1330px)").matches;case"1215px":return s.value=window.matchMedia("(max-width: 1215px)").matches;case"1024px":return s.value=window.matchMedia("(max-width: 1024px)").matches;case"768px":return s.value=window.matchMedia("(max-width: 768px)").matches}return s.value=window.matchMedia("(max-width: 1330px)").matches}),o.value=!0}),(l,u)=>(i.openBlock(),i.createElementBlock("div",pm,[i.createElementVNode("div",{class:"slider-block",style:i.normalizeStyle({marginRight:i.unref(s)?t.isToggle?"49px":`calc(49px - ${t.sliderOnWidth})`:t.isToggle?t.sliderOffWidth:`calc(${t.sliderOffWidth} - ${t.sliderOnWidth})`,width:t.sliderOnWidth,minHeight:t.sliderOffWidth,height:t.isToggle?"auto":"100px"})},[i.createElementVNode("div",{class:"slider-icon",style:i.normalizeStyle({border:t.isToggle?"1px solid #379FFF":"1px solid #00B5A4",background:t.isToggle?"#ffffff":"#C7ECEA"}),onClick:u[0]||(u[0]=h=>a(!t.isToggle)),onMouseenter:u[1]||(u[1]=h=>c.value=!0),onMouseleave:u[2]||(u[2]=h=>c.value=!1)},[i.createElementVNode("div",{class:"icon-block",style:i.normalizeStyle({transform:i.unref(c)?t.isToggle?"rotate(-225deg) scale(1.2, 1.2)":"rotate(0deg) scale(1.2, 1.2)":t.isToggle?"rotate(-225deg)":"rotate(0deg)",fill:t.isToggle?"#379FFF":"#00B5A4"})},[i.renderSlot(l.$slots,"icon",{},void 0,!0)],4)],36),i.createElementVNode("div",{class:"slider-info",style:i.normalizeStyle({width:`calc(${t.sliderOnWidth} - ${t.sliderOffWidth})`})},[i.renderSlot(l.$slots,"slider-body",{},void 0,!0)],4)],4),i.createElementVNode("div",gm,[i.renderSlot(l.$slots,"body",{},void 0,!0)]),i.createElementVNode("div",ym,[i.renderSlot(l.$slots,"tabs",{},void 0,!0)])]))}}),[["__scopeId","data-v-0cfd77ce"]]),wm=["label","value"],na=v(i.defineComponent({__name:"SelectValueType",props:{selectedType:{type:String,required:!0}},emits:["select"],setup(t,{emit:e}){const n={[ue.String]:"Текстовый ответ",[ue.Text]:"Развёрнутый текстовый ответ",[ue.Number]:"Числовой ответ",[ue.Date]:"Ответ в виде даты",[ue.Radio]:"Выбор одного из вариантов",[ue.Set]:"Выбор нескольких вариантов",[ue.File]:"Ответ в виде файла",[ue.MatrixRadio]:"Матрица с одним выбором",[ue.MatrixSet]:"Матрица с несколькими выборами"},r=e,o=s=>{r("select",s)};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PSelect");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createVNode(c,{string:"Выберите вид ответа:","font-size":"14px",padding:"0","justify-content":"left",margin:"10px 0"}),i.createVNode(l,{"model-value":t.selectedType,placeholder:"Вид ответа",onChange:o},{default:i.withCtx(()=>[(i.openBlock(),i.createElementBlock(i.Fragment,null,i.renderList(n,(u,h)=>i.createElementVNode("option",{key:u,label:u,value:h},null,8,wm)),64))]),_:1},8,["model-value"])],64)}}}),[["__scopeId","data-v-36a59e2b"]]),bm={class:"field"},ia=v(i.defineComponent({__name:"SingleNameToggleForm",props:{withName:{type:Object,required:!0}},emits:["submit"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!1),s=i.ref(),a=i.ref(n.withName.name),c=i.ref(!1),l=()=>{c.value=!1},u=async()=>{a.value.trim(),n.withName.setName&&n.withName.setName(a.value),o.value=!o.value,r("submit")};return(h,f)=>{const m=i.resolveComponent("PString"),p=i.resolveComponent("el-input"),b=i.resolveComponent("el-form-item"),S=i.resolveComponent("el-form"),y=i.resolveComponent("PButton");return i.openBlock(),i.createBlock(S,{ref_key:"form",ref:s,style:{width:"100%"}},{default:i.withCtx(()=>[i.createVNode(xn,{title:"Название","show-save-dialog":c.value,icon:"edit-title","with-hover":!0,close:o.value,width:"100%",onKeyupEnter:u,onAfterClose:l},{"open-inside-content":i.withCtx(()=>[i.createVNode(xn,{title:"",icon:"edit-title","with-open-window":!1,"with-hover":!1,"border-color":"#ffffff","base-box-margin":"0 0 15px 0",padding:"0",width:"100%","custom-class":"test","open-width":"100%"},{default:i.withCtx(()=>[i.createElementVNode("div",bm,[i.createVNode(S,null,{default:i.withCtx(()=>[i.createVNode(b,{style:{width:"100%"},prop:"surname"},{default:i.withCtx(()=>[i.createVNode(p,{modelValue:a.value,"onUpdate:modelValue":f[0]||(f[0]=B=>a.value=B),style:{width:"100%"},autosize:!0,type:"textarea"},null,8,["modelValue"])]),_:1})]),_:1})])]),_:1}),i.createVNode(y,{type:"admin",color:"blue",text:"Сохранить",onClick:u})]),default:i.withCtx(()=>[a.value.length?(i.openBlock(),i.createBlock(m,{key:0,string:a.value.length>60?a.value.slice(0,60)+"...":a.value},null,8,["string"])):(i.openBlock(),i.createBlock(m,{key:1,string:"Введите данные",color:"#B0A4C0"}))]),_:1},8,["show-save-dialog","close"])]),_:1},512)}}}),[["__scopeId","data-v-cc488c49"]]),Cm=["label","value"],ra=v(i.defineComponent({__name:"SortList",props:{maxWidth:{type:[Number,String],default:250}},emits:["load"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=i.ref();i.onBeforeMount(()=>{n.value=!0,o.value=Ze.GetDefault()});const s=async c=>{o.value=c??Ze.GetDefault(),r("load")},a=async c=>{await s(c)};return(c,l)=>{var h;const u=i.resolveComponent("PSelect");return i.unref(n)?(i.openBlock(),i.createBlock(u,{key:0,modelValue:i.unref(o),"onUpdate:modelValue":l[0]||(l[0]=f=>i.isRef(o)?o.value=f:null),"popper-append-to-body":!1,clearable:!((h=i.unref(o))!=null&&h.default),"value-key":"label",onChange:a,onClear:l[1]||(l[1]=f=>a())},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Ze).Get(),(f,m)=>(i.openBlock(),i.createElementBlock("option",{key:m,label:f.label,value:f},null,8,Cm))),128))]),_:1},8,["modelValue","clearable"])):i.createCommentVNode("",!0)}}}),[["__scopeId","data-v-fce97645"]]),Sm=["label","value"],oa=v(i.defineComponent({__name:"SortSelect",props:{maxWidth:{type:[Number,String],default:250}},emits:["load"],setup(t,{emit:e}){const n=e,r=i.ref();i.onBeforeMount(()=>{r.value=Ze.GetDefault()});const o=async a=>{a||(r.value=Ze.GetDefault()),n("load")},s=async a=>{await o(a)};return(a,c)=>{var u;const l=i.resolveComponent("PSelect");return i.openBlock(),i.createBlock(l,{modelValue:i.unref(r),"onUpdate:modelValue":c[0]||(c[0]=h=>i.isRef(r)?r.value=h:null),"popper-append-to-body":!1,clearable:!((u=i.unref(r))!=null&&u.default),"value-key":"label",onChange:s},{default:i.withCtx(()=>[(i.openBlock(!0),i.createElementBlock(i.Fragment,null,i.renderList(i.unref(Ze).Get(),(h,f)=>(i.openBlock(),i.createElementBlock("option",{key:f,label:h.label,value:h},null,8,Sm))),128))]),_:1},8,["modelValue","clearable"])}}}),[["__scopeId","data-v-36c9226a"]]),km={class:"switch-container"},Em={class:"line"},vm={class:"line"},sa=v(i.defineComponent({__name:"Switch3Pos",props:{firstModel:{type:Object,required:!0},secondModel:{type:Object,required:!0},defaultLabel:{type:String,default:"Все"}},emits:["load"],setup(t,{emit:e}){const n=t,r={background:"inherit",border:"1px solid #c4c4c4"},o=()=>n.firstModel.valueEq(u.value)?void 0:r,s=()=>u.value?r:void 0,a=()=>n.secondModel.valueEq(u.value)?void 0:r,c=f=>{var p;return{color:(p=u.value)!=null&&p.valueEq(f)?"#006bb4":"#B0A4C0"}},l=e,u=i.ref(void 0),h=async f=>{var m;(m=u.value)!=null&&m.valueEq(f)||(u.value=f,l("load"))};return(f,m)=>{const p=i.resolveComponent("PString");return i.openBlock(),i.createElementBlock("div",km,[i.createElementVNode("div",Em,[i.createVNode(p,{string:t.firstModel.label,"font-size":"12px",padding:"0",style:i.normalizeStyle(c(t.firstModel)),onClick:m[0]||(m[0]=b=>h(t.firstModel))},null,8,["string","style"]),i.createVNode(p,{string:"Все","font-size":"12px",padding:"0",style:i.normalizeStyle(c()),onClick:m[1]||(m[1]=b=>h())},null,8,["style"]),i.createVNode(p,{string:t.secondModel.label,"font-size":"12px",padding:"0",style:i.normalizeStyle(c(t.secondModel)),onClick:m[2]||(m[2]=b=>h(t.secondModel))},null,8,["string","style"])]),i.createElementVNode("div",vm,[i.createElementVNode("div",{class:i.normalizeClass(["switch-knob1",{active:t.firstModel.valueEq(i.unref(u))}]),style:i.normalizeStyle(o()),onClick:m[3]||(m[3]=b=>h(t.firstModel))},null,6),i.createElementVNode("div",{class:i.normalizeClass(["switch-knob2",{active:!i.unref(u)}]),style:i.normalizeStyle(s()),onClick:m[4]||(m[4]=b=>h())},null,6),i.createElementVNode("div",{class:i.normalizeClass(["switch-knob3",{active:t.secondModel.valueEq(i.unref(u))}]),style:i.normalizeStyle(a()),onClick:m[5]||(m[5]=b=>h(t.secondModel))},null,6),m[6]||(m[6]=i.createElementVNode("div",{class:"switch-axis"},null,-1)),m[7]||(m[7]=i.createElementVNode("div",{class:"switch-axis-dash1"},null,-1)),m[8]||(m[8]=i.createElementVNode("div",{class:"switch-axis-dash2"},null,-1)),m[9]||(m[9]=i.createElementVNode("div",{class:"switch-axis-dash3"},null,-1))])])}}}),[["__scopeId","data-v-ecff678c"]]),xm={},Bm={class:"flex"};function Mm(t,e){return i.openBlock(),i.createElementBlock("div",Bm,[i.renderSlot(t.$slots,"default",{},void 0,!0)])}const aa=v(xm,[["render",Mm],["__scopeId","data-v-5023d414"]]),la=v(i.defineComponent({__name:"ToggleInfoItem",props:{title:{type:String,required:!0},content:{type:String,required:!0}},emits:["submit"],setup(t,{emit:e}){const n=i.ref(!1),r=e,o=async()=>{r("submit"),n.value=!n.value};return(s,a)=>{const c=i.resolveComponent("PString"),l=i.resolveComponent("PButton"),u=i.resolveComponent("GridContainer"),h=i.resolveComponent("InfoItem");return i.openBlock(),i.createBlock(h,{title:t.title,icon:"edit-title","with-hover":!0,close:i.unref(n),width:"100%",onKeyupEnter:o},{"open-inside-content":i.withCtx(()=>[i.createVNode(u,{"custom-class":"grid"},{default:i.withCtx(()=>[i.renderSlot(s.$slots,"default",{},void 0,!0),i.createVNode(l,{type:"admin",color:"blue",text:"Сохранить",onClick:o})]),_:3})]),default:i.withCtx(()=>[t.content.length>0?(i.openBlock(),i.createBlock(c,{key:0,string:t.content},null,8,["string"])):(i.openBlock(),i.createBlock(c,{key:1,string:"Введите данные",color:"#B0A4C0"}))]),_:3},8,["title","close"])}}}),[["__scopeId","data-v-0794596f"]]),Rm={class:"top-slider-content"},$m={class:"center"},ca=v(i.defineComponent({__name:"TopSliderContainer",props:{sliderOffHeight:{type:String,required:!1,default:"53px"},sliderOnHeight:{type:String,required:!1,default:"220px"},background:{type:String,required:!1,default:"inherit"},toggle:{type:Boolean,default:!1}},emits:["toggle"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(!0);i.watch(()=>n.toggle,()=>{o.value=!o.value});const s=a=>{o.value=!o.value,r("toggle",a)};return(a,c)=>(i.openBlock(),i.createElementBlock(i.Fragment,null,[i.unref(o)?i.createCommentVNode("",!0):(i.openBlock(),i.createElementBlock("div",{key:0,class:"blur",onClick:[c[0]||(c[0]=i.withModifiers(l=>o.value=!0,["prevent"])),c[1]||(c[1]=i.withModifiers(()=>{},["stop"]))]})),i.createElementVNode("div",{class:"top-slider",style:i.normalizeStyle({marginTop:i.unref(o)?`calc(${t.sliderOffHeight} - ${t.sliderOnHeight})`:"0",height:t.sliderOnHeight}),onClick:c[3]||(c[3]=i.withModifiers(()=>{},["stop"]))},[i.createElementVNode("div",Rm,[i.createElementVNode("div",$m,[i.renderSlot(a.$slots,"default",{},void 0,!0)])]),i.createElementVNode("div",{class:"click-line",style:i.normalizeStyle({height:t.sliderOffHeight}),onClick:c[2]||(c[2]=l=>s(!i.unref(o)))},[i.renderSlot(a.$slots,"title",{},void 0,!0)],4)],4)],64))}}),[["__scopeId","data-v-683131f5"]]),Im={id:"drop-area",class:"img-container"},Am={key:0},Nm=["src"],Pm={class:"tools-button"},Vm={class:"ins"},zm={key:1},Tm=["id"],da=v(i.defineComponent({__name:"UploaderImage",props:{withCrop:{type:Boolean,default:!0},fileInfo:{type:Pe,required:!0},height:{type:Number,default:150},width:{type:Number,default:150},cropRatio:{type:Boolean,default:!0},emitCrop:{type:Boolean,default:!1},defaultRatio:{type:Number,required:!1,default:1}},emits:["crop","removeFile"],setup(t,{emit:e}){const n=t,r=e,o=i.ref(void 0),s=ce.GUID(),a=i.ref(!1),c=i.ref(),l=y=>{},u=()=>{V.UI.Dialog.Show({text:"Вы хотите удалить изображение",confirmButtonText:"Удалить",cancelButtonText:"Не удалять"}).then(()=>{o.value=void 0,c.value.clearFiles(),r("removeFile")})},h=y=>{n.fileInfo.setFile(y),n.fileInfo.fileSystemPath&&(o.value=n.fileInfo),a.value=!1,r("crop")};i.onBeforeMount(()=>{n.fileInfo.fileSystemPath&&(o.value=n.fileInfo,o.value.url=n.fileInfo.getFileUrl())});let f=null;i.onMounted(()=>{const y=document.getElementById("drop-area");y&&(y.addEventListener("dragover",B=>{m(B),y.classList.add("drag-over")}),y.addEventListener("dragleave",B=>{m(B),y.classList.remove("drag-over")}),y.addEventListener("dragenter",m),y.addEventListener("dragleave",m),y.addEventListener("drop",b),f=document.getElementById(s))});function m(y){y.preventDefault(),y.stopPropagation()}const p=()=>{f&&f.click()};function b(y){if(y.preventDefault(),!y.dataTransfer)return;const B=y.dataTransfer.files;B.length&&f&&(f.files=B,S())}const S=()=>{if(!f||!f.files||!f.files.length)return;const y=f.files[0];y.url=URL.createObjectURL(y),o.value=y,n.fileInfo.uploadNewFile(y),l(o.value)};return(y,B)=>{const D=i.resolveComponent("PButton"),O=i.resolveComponent("ImageCropper");return i.openBlock(),i.createElementBlock(i.Fragment,null,[i.createElementVNode("div",Im,[i.unref(o)?(i.openBlock(),i.createElementBlock("div",Am,[i.createElementVNode("div",{class:"img-block",style:i.normalizeStyle({width:t.height*t.defaultRatio-2+"px",height:t.height+"px"})},[i.createElementVNode("img",{class:"el-upload-list__item-thumbnail",src:i.unref(o).url,alt:"upload-image"},null,8,Nm)],4),i.createElementVNode("div",Pm,[i.createElementVNode("div",Vm,[i.createVNode(D,{skin:"text",text:"Изменить","font-size":"20px",width:"300px",margin:"100px 0 0 0",onClick:B[0]||(B[0]=A=>l(i.unref(o)))}),i.createVNode(D,{skin:"text",text:"Удалить","font-size":"20px",width:"300px",margin:"50px 0 0 0",onClick:B[1]||(B[1]=A=>u())})])])])):(i.openBlock(),i.createElementBlock("div",zm,[i.createElementVNode("div",{class:"add-button",style:i.normalizeStyle({width:t.height*t.defaultRatio-2+"px",height:t.height+"px"})},[i.createVNode(D,{skin:"text",text:"Добавить","font-size":"20px",onClick:p})],4)]))]),i.createElementVNode("input",{id:i.unref(s),type:"file",hidden:"",onChange:S},null,40,Tm),t.withCrop?(i.openBlock(),i.createBlock(O,{key:0,open:i.unref(a),"default-ratio":t.defaultRatio,onCrop:h,onClose:B[2]||(B[2]=A=>a.value=!1)},null,8,["open","default-ratio"])):i.createCommentVNode("",!0)],64)}}}),[["__scopeId","data-v-6dfab66f"]]),Fm={install:function(t){t.component("PButton",uo),t.component("PCheckBox",ho),t.component("PDatePicker",fo),t.component("PFlex",mo),t.component("PInput",Co),t.component("PInputDate",So),t.component("PInputNumber",ko),t.component("PLeftSlider",Eo),t.component("PList",vo),t.component("PListItem",xo),t.component("PRadio",Bo),t.component("PRightSlider",Mo),t.component("PSelect",Ro),t.component("PSticky",$o),t.component("PString",Io),t.component("PTextarea",Ao),t.component("PTopSlider",No),t.component("IconDownload",Uo),t.component("IconFilter",Wo),t.component("ArrowLeft",es),t.component("ArrowRight",ts),t.component("DoubleArrowLeft",ns),t.component("DoubleArrowRight",is),t.component("EllipsisSvg",rs),t.component("IconArrowLeft",jo),t.component("IconCheckDefault",Go),t.component("IconClose",pn),t.component("IconEdit",Zo),t.component("IconEmail",Xo),t.component("IconMove",Jo),t.component("IconPhone",Yo),t.component("IconSearch",Qo),t.component("IconSelectArrow",Ko),t.component("CollapseContainer",zs),t.component("CollapseItem",Ts),t.component("VerticalCollapseContainer",Fs),t.component("PAdd",Ds),t.component("PContainer",Os),t.component("PContainerStickyHead",Ls),t.component("PDel",Hs),t.component("PTabs",Us),t.component("UploaderFile",Ws),t.component("AuthForm",qs),t.component("PModal",_s),t.component("AuthPage",ti),t.component("PageNotFound",ni),t.component("AdaptiveContainer",so),t.component("AdaptiveContainerHorizontal",ao),t.component("AdminGallery",lo),t.component("AuthModal",Po),t.component("CarouselImages",Vo),t.component("ContextWindow",zo),t.component("DateInputRangeV2",Fo),t.component("DateInputRange",To),t.component("DropList",Do),t.component("FilterCheckbox",Oo),t.component("FiltersButtonsSelect",Lo),t.component("FilterSelect",Ho),t.component("FTSPPanel",qo),t.component("GeneralItem",_o),t.component("GridContainer",mi),t.component("ImageCropper",As),t.component("InfoItem",xn),t.component("InfoItemSelectButtons",Ns),t.component("LeftRightContainer",Ps),t.component("MessageBody",Vs),t.component("PAutocomplete",js),t.component("PDialog",Gs),t.component("PhoneForm",Zs),t.component("PLoader",Xs),t.component("PNotification",Js),t.component("PPagination",Ys),t.component("RemoteSearch",Qs),t.component("ResearcheContainer",Ks),t.component("RightSliderContainer",ea),t.component("RightTabsContainer",ta),t.component("SelectValueType",na),t.component("SingleNameToggleForm",ia),t.component("SortList",ra),t.component("SortSelect",oa),t.component("Switch3Pos",sa),t.component("ThemeWrapper",aa),t.component("ToggleInfoItem",la),t.component("TopSliderContainer",ca),t.component("UploaderImage",da)}},Dm=["PF","PFM"];E.AdaptiveContainer=so,E.AdaptiveContainerHorizontal=ao,E.AdminGallery=lo,E.ArrowLeft=es,E.ArrowRight=ts,E.Auth=Ne,E.AuthButtonLogin=In,E.AuthButtonRegister=An,E.AuthForm=qs,E.AuthFormSettings=Hi,E.AuthFormStatuses=we,E.AuthMethods=ct,E.AuthModal=Po,E.AuthPage=ti,E.CarouselImages=Vo,E.CollapseContainer=zs,E.CollapseItem=Ts,E.ContextWindow=zo,E.DateInputRange=To,E.DateInputRange_v2=Fo,E.DoubleArrowLeft=ns,E.DoubleArrowRight=is,E.DropList=Do,E.EllipsisSvg=rs,E.EmailField=qt,E.FTSPPanel=qo,E.FilterCheckbox=Oo,E.FilterSelect=Ho,E.FiltersButtonsSelect=Lo,E.GeneralItem=_o,E.GridContainer=mi,E.IconArrowLeft=jo,E.IconCheckDefault=Go,E.IconClose=pn,E.IconDownload=Uo,E.IconEdit=Zo,E.IconEmail=Xo,E.IconFilter=Wo,E.IconMove=Jo,E.IconPhone=Yo,E.IconSearch=Qo,E.IconSelectArrow=Ko,E.ImageCropper=As,E.InfoItem=xn,E.InfoItemSelectButtons=Ns,E.LeftRightContainer=Ps,E.LoginField=Ru,E.MessageBody=Vs,E.PAdd=Ds,E.PAutocomplete=js,E.PButton=uo,E.PCheckBox=ho,E.PContainer=Os,E.PContainerStickyHead=Ls,E.PDatePicker=fo,E.PDel=Hs,E.PDialog=Gs,E.PF=V,E.PFM=Mu,E.PFlex=mo,E.PInput=Co,E.PInputDate=So,E.PInputNumber=ko,E.PLeftSlider=Eo,E.PList=vo,E.PListItem=xo,E.PLoader=Xs,E.PModal=_s,E.PNotification=Js,E.PPagination=Ys,E.PRadio=Bo,E.PRightSlider=Mo,E.PSelect=Ro,E.PSticky=$o,E.PString=Io,E.PTabs=Us,E.PTextarea=Ao,E.PTopSlider=No,E.PageNotFound=ni,E.PasswordField=_t,E.PasswordRepeatField=Li,E.PhoneForm=Zs,E.RemoteSearch=Qs,E.ResearcheContainer=Ks,E.RightSliderContainer=ea,E.RightTabsContainer=ta,E.SelectValueType=na,E.SingleNameToggleForm=ia,E.SortList=ra,E.SortSelect=oa,E.Switch3Pos=sa,E.ThemeWrapper=aa,E.ToggleInfoItem=la,E.TopSliderContainer=ca,E.UploaderFile=Ws,E.UploaderImage=da,E.VerticalCollapseContainer=Fs,E.pfName=Dm,E.servicesComponents=Fm,Object.defineProperty(E,Symbol.toStringTag,{value:"Module"})});