@poni/adjutant-ui 0.0.109 → 0.0.111
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.
- package/dist/{AdjUploadFile-CyQywon3.cjs → AdjUploadFile-DiueWFDQ.cjs} +1 -1
- package/dist/{AdjUploadFile-hEC_M0bi.js → AdjUploadFile-DrFPSDvx.js} +50 -50
- package/dist/adjutant-ui.css +1 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +66 -66
- package/dist/constructor.cjs +2 -2
- package/dist/constructor.js +244 -244
- package/package.json +15 -15
- package/dist/style.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("vue"),V=require("@vueuse/core"),q=e.defineComponent({__name:"AdjButton",props:{title:{},flex:{type:Boolean,default:!1},size:{default:"medium"},design:{default:"primary"},disabled:{type:Boolean,default:!1},round:{type:Boolean,default:!1},iconLeft:{default:""},iconRight:{default:""}},emits:["click"],setup(d){return(t,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["adj-button",{[`adj-button_${t.size}`]:!0,[`adj-button_${t.design}`]:!0,"adj-button_disabled":t.disabled,"adj-button_flex":t.flex,"adj-button_round":t.round}]),onClick:o[0]||(o[0]=n=>t.disabled?0:t.$emit("click"))},[t.iconLeft?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(t.iconLeft)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(t.title),1),t.iconRight?(e.openBlock(),e.createElementBlock("i",{key:1,class:e.normalizeClass(t.iconRight)},null,2)):e.createCommentVNode("",!0)],2))}}),f=(d,t)=>{const o=d.__vccOpts||d;for(const[n,s]of t)o[n]=s;return o},U=f(q,[["__scopeId","data-v-602b5e80"]]),Z={key:0,class:"adj-text-13"},G={class:"adj-checkbox__handle"},J={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},K={key:1,class:"adj-text-13"},Q=e.defineComponent({__name:"AdjCheckbox",props:{title:{default:""},titlePosition:{default:"right"},items:{},modelValue:{default:()=>({checked:!1})},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(){o.modelValue.checked===o.items[0].checked?n("update:modelValue",o.items[1]):n("update:modelValue",o.items[0])}return(l,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-checkbox",{disabled:l.disabled}]),onClick:r[0]||(r[0]=c=>s())},[l.title&&l.titlePosition==="left"?(e.openBlock(),e.createElementBlock("span",Z,e.toDisplayString(l.title),1)):e.createCommentVNode("",!0),e.createElementVNode("div",G,[e.withDirectives((e.openBlock(),e.createElementBlock("svg",J,r[1]||(r[1]=[e.createElementVNode("rect",{width:"16",height:"16",rx:"4"},null,-1),e.createElementVNode("path",{d:"M12.7423 4.27169C12.3993 3.90944 11.842 3.90944 11.4993 4.27169L6.31133 9.75632L4.50067 7.84213C4.169 7.4915 3.58867 7.49185 3.258 7.84178C3.09167 8.01691 3 8.25055 3 8.49899C3 8.74742 3.09167 8.98106 3.25767 9.1562L5.69 11.7276C5.856 11.9034 6.07667 12 6.31167 12C6.54667 12 6.76767 11.9031 6.93333 11.7276L12.7423 5.58647C12.9083 5.41098 13 5.17734 13 4.9289C13 4.68047 12.9087 4.44719 12.7423 4.27169Z"},null,-1)]),512)),[[e.vShow,l.modelValue.checked]])]),l.title&&l.titlePosition==="right"?(e.openBlock(),e.createElementBlock("span",K,e.toDisplayString(l.title),1)):e.createCommentVNode("",!0)],2))}}),X=f(Q,[["__scopeId","data-v-f8f6e87a"]]),Y=e.defineComponent({__name:"AdjScroll",props:{maxHeight:{default:"unset"},white:{type:Boolean,default:!1}},setup(d){const t=d;return(o,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-scroll",{"adj-scroll_white":o.white}]),style:e.normalizeStyle({maxHeight:`${t.maxHeight}`})},[e.renderSlot(o.$slots,"default",{},void 0,!0)],6))}}),H=f(Y,[["__scopeId","data-v-ab6451fe"]]),x={key:0,class:"icon-close"},ee={key:1,class:"icon-arrow-down"},te={key:0,class:"adj-filter-select__items adj-effect-overlay-big"},oe=["onClick"],le=e.defineComponent({__name:"AdjFilterSelect",props:{title:{},position:{default:"right"},items:{},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,s=e.useTemplateRef("refElement");V.onClickOutside(s,()=>l.value=!1);const l=e.ref(!1);function r(i){"disabled"in i&&i.disabled||("id"in i&&i.id&&(l.value=!1),n("update:modelValue",i))}function c(){"id"in o.modelValue?r({}):l.value=!l.value}return(i,h)=>(e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-filter-select",[{show:l.value,active:"id"in i.modelValue&&i.modelValue.id},i.position]])},[e.createElementVNode("div",{class:"adj-filter-select__name adj-text-14",onClick:h[0]||(h[0]=a=>c())},[e.createElementVNode("span",null,e.toDisplayString("id"in i.modelValue&&i.modelValue.id?i.modelValue.name:i.title),1),"id"in i.modelValue&&i.modelValue.id?(e.openBlock(),e.createElementBlock("i",x)):(e.openBlock(),e.createElementBlock("i",ee)),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[l.value?(e.openBlock(),e.createElementBlock("div",te,[e.createVNode(H,{maxHeight:"384px"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.items,a=>(e.openBlock(),e.createElementBlock("div",{key:a.id,class:e.normalizeClass(["adj-filter-select__item adj-text-14",{"adj-filter-select__item_disabled":a.disabled}]),onClick:e.withModifiers(u=>r(a),["stop"])},[e.createElementVNode("span",null,e.toDisplayString(a.name),1)],10,oe))),128))])]),_:1})])):e.createCommentVNode("",!0)]),_:1})])],2))}}),ne=f(le,[["__scopeId","data-v-6c5a9e71"]]),ae=["innerHTML"],ie=e.defineComponent({__name:"AdjHintDesktop",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"top"},dark:{type:Boolean,default:!1},width:{default:"200px"}},setup(d){return e.useCssVars(t=>({"7aca7e46":t.width})),(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-hint-desktop",{"adj-hint-desktop_dark":t.dark},`adj-hint-desktop_${t.verticalPosition}`,`adj-hint-desktop_${t.horizontalPosition}`])},[e.createElementVNode("div",{class:"adj-hint-desktop__text",innerHTML:t.html},null,8,ae),o[0]||(o[0]=e.createElementVNode("svg",{class:"adj-hint-desktop__triangle",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{class:"adj-hint-desktop__triangle_inner",d:"M13 13L7 2L1 13H13Z"}),e.createElementVNode("path",{class:"adj-hint-desktop__triangle_border",d:"M13 13L7 2L1 13"})],-1))],2))}}),D=f(ie,[["__scopeId","data-v-c37cada5"]]),se={class:"adj-modal"},de={class:"adj-modal_wrapper"},re=e.defineComponent({__name:"AdjModal",props:{show:{type:Boolean},width:{default:"100%"},hideClose:{type:Boolean,default:!1}},emits:["update:show"],setup(d,{emit:t}){e.useCssVars(s=>({65069964:s.width}));const o=t;function n(){o("update:show",!1)}return(s,l)=>(e.openBlock(),e.createElementBlock("div",se,[e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",de,l[1]||(l[1]=[e.createElementVNode("div",{class:"adj-modal__background"},null,-1)]),512),[[e.vShow,s.show]])]),_:1}),e.createVNode(e.Transition,{name:"adj-popup-bottom"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:"adj-modal_wrapper",onClick:e.withModifiers(n,["stop"])},[e.createElementVNode("div",{class:"adj-modal__window",onClick:l[0]||(l[0]=e.withModifiers(()=>{},["stop"]))},[s.hideClose?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"adj-modal__close icon-close",onClick:e.withModifiers(n,["stop"])})),e.renderSlot(s.$slots,"default",{},void 0,!0)])],512),[[e.vShow,s.show]])]),_:3})]))}}),F=f(re,[["__scopeId","data-v-921de616"]]),ce={class:"adj-hint"},ue=["innerHTML"],A=14,P=14,me=e.defineComponent({__name:"AdjHint",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"bottom"},dark:{type:Boolean,default:!0},modalMode:{type:Boolean,default:!1}},setup(d){const t=d,o=e.ref(!1),n=e.ref(!1),{width:s,height:l}=V.useWindowSize(),r=e.useTemplateRef("refSlot"),c=e.useTemplateRef("refHint"),i=e.ref(0),h=e.ref(0),{elementWidth:a,elementHeight:u}=V.useMouseInElement(r),m=e.ref(0),p=e.ref(80),{elementWidth:_,elementHeight:j}=V.useMouseInElement(c),g=e.ref(t.horizontalPosition),k=e.ref(t.verticalPosition);let C=10+P/2;function y(){(!t.modalMode||s.value>=1200)&&(b(),z(),I(),o.value=!0)}function $(){(!t.modalMode||s.value>=1200)&&(o.value=!1)}function E(){t.modalMode&&s.value<1200&&(n.value=!0)}function b(){if(r.value!==null){const w=r.value.getBoundingClientRect();i.value=w.left,h.value=w.top}}function z(){t.dark&&(C=15+P/2),g.value=t.horizontalPosition,k.value=t.verticalPosition,t.horizontalPosition==="left"&&i.value+a.value/2+C-_.value<0?g.value="right":t.horizontalPosition==="right"&&i.value+a.value/2-C+_.value>s.value&&(g.value="left"),t.verticalPosition==="top"&&h.value-A-j.value<0?k.value="bottom":t.verticalPosition==="bottom"&&h.value+u.value+A+j.value>l.value&&(k.value="top")}function I(){t.dark&&(C=15+P/2),g.value==="left"?m.value=i.value+a.value/2+C-_.value:g.value==="center"?m.value=i.value+a.value/2-P/2-_.value/2:g.value==="right"&&(m.value=i.value+a.value/2-C),k.value=="top"?p.value=h.value-A-j.value:k.value=="bottom"&&(p.value=h.value+u.value+A)}return(w,S)=>(e.openBlock(),e.createElementBlock("div",ce,[e.createElementVNode("div",{class:"adj-hint__slot",onMouseenter:e.withModifiers(y,["stop"]),onMouseleave:e.withModifiers($,["stop"]),onClick:e.withModifiers(E,["stop"]),ref:"refSlot"},[e.renderSlot(w.$slots,"default",{},void 0,!0)],544),e.createElementVNode("div",{class:"adj-hint__hint",style:e.normalizeStyle({left:m.value+"px",top:p.value+"px",visibility:o.value?"visible":"hidden"}),ref:"refHint"},[e.withDirectives(e.createVNode(D,{html:w.html,horizontalPosition:g.value,verticalPosition:k.value,dark:w.dark,width:"252px"},null,8,["html","horizontalPosition","verticalPosition","dark"]),[[e.vShow,w.html!==""]])],4),e.createVNode(F,{show:n.value,"onUpdate:show":S[0]||(S[0]=M=>n.value=M),width:"430px"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"adj-hint__modal",innerHTML:w.html},null,8,ue)]),_:1},8,["show"])]))}}),W=f(me,[["__scopeId","data-v-be48db98"]]),pe=e.defineComponent({__name:"AdjIcon",props:{iconName:{},size:{default:24},design:{default:"contrast"},tooltip:{default:""},disabled:{type:Boolean,default:!1},tooltipPosition:{default:"left"}},emits:["click"],setup(d){e.useCssVars(n=>({"7fb84d06":o.value}));const t=d,o=e.computed(()=>t.size+"px");return(n,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon",{[`adj-icon_${n.design}`]:!0,"adj-icon_disabled":n.disabled}])},[e.createVNode(W,{dark:!1,html:n.disabled?"":n.tooltip,horizontalPosition:n.tooltipPosition},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass([n.iconName]),onClick:s[0]||(s[0]=l=>n.$emit("click"))},null,2)]),_:1},8,["html","horizontalPosition"])],2))}}),fe=f(pe,[["__scopeId","data-v-5524b1e2"]]),ve={key:0,class:"adj-icon-button__qty adj-text-12"},he=e.defineComponent({__name:"AdjIconButton",props:{iconName:{},qty:{default:0},size:{default:"medium"},design:{default:"white-back"},disabled:{type:Boolean,default:!1}},emits:["click"],setup(d){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon-button",{[`adj-icon-button_${t.size}`]:!0,[`adj-icon-button_${t.design}`]:!0,"adj-icon-button_disabled":t.disabled}]),onClick:o[0]||(o[0]=n=>t.$emit("click"))},[e.createElementVNode("i",{class:e.normalizeClass(["adj-icon-button__icon",t.iconName])},null,2),t.qty>0?(e.openBlock(),e.createElementBlock("div",ve,e.toDisplayString(t.qty),1)):e.createCommentVNode("",!0)],2))}}),_e=f(he,[["__scopeId","data-v-bd9a4816"]]),ke=["onClick"],je={class:"adj-radio__item_name adj-text-13"},ge=e.defineComponent({__name:"AdjRadio",props:{namePosition:{default:"right"},items:{default:()=>[]},modelValue:{},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(l){var r;l.id!==((r=o.modelValue)==null?void 0:r.id)&&n("update:modelValue",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-radio",{"adj-radio_disabled":l.disabled}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.items,c=>{var i;return e.openBlock(),e.createElementBlock("div",{key:c.id,class:e.normalizeClass(["adj-radio__item",{active:((i=l.modelValue)==null?void 0:i.id)===c.id,[`adj-radio__item_${l.namePosition}`]:!0}]),onClick:h=>s(c)},[e.createElementVNode("div",{class:e.normalizeClass(["adj-radio__item_button",{"adj-effect-overlay-small":!l.disabled}])},null,2),e.createElementVNode("span",je,e.toDisplayString(c.name),1)],10,ke)}),128))],2))}}),Ce=f(ge,[["__scopeId","data-v-1291569e"]]),we={key:0,class:"adj-input__image"},Be=["src"],Ve={class:"adj-input__text"},Ee=["onClick"],be={key:0,class:"adj-select-modern__item-image"},ye=["src"],$e={class:"adj-select-modern__item-text"},Ne=e.defineComponent({__name:"AdjSelectModern",props:{design:{default:"text"},horizontalPosition:{default:"right"},verticalPosition:{default:"bottom"},items:{default:()=>[]},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,{x:s,y:l}=V.useWindowScroll(),{width:r,height:c}=V.useWindowSize();e.onMounted(()=>{e.watchEffect(()=>{s.value>=0&&l.value>=0&&r.value>=0&&z()})});const i=e.useTemplateRef("refElement");V.onClickOutside(i,()=>a.value=!1);function h(v){var B;a.value=!1,v.id!=((B=o.modelValue)==null?void 0:B.id)&&n("update:modelValue",v)}const a=e.ref(!1),u=e.useTemplateRef("refInput"),m=e.useTemplateRef("refItems"),p=e.ref(0),_=e.ref(0),{elementWidth:j,elementHeight:g}=V.useMouseInElement(u),k=e.ref(0),C=e.ref(80),{elementWidth:y,elementHeight:$}=V.useMouseInElement(m),E=e.ref(o.horizontalPosition),b=e.ref(o.verticalPosition);function z(){a.value&&(w(),S(),M())}function I(){a.value=!a.value,z()}function w(){if(u.value!==null){const v=u.value.getBoundingClientRect();p.value=v.left,_.value=v.top}}function S(){E.value=o.horizontalPosition,b.value=o.verticalPosition,o.horizontalPosition==="left"&&p.value+j.value<y.value?E.value="right":o.horizontalPosition==="right"&&y.value>r.value-p.value&&(E.value="left"),o.verticalPosition==="top"&&_.value-$.value<0?b.value="bottom":o.verticalPosition==="bottom"&&_.value+g.value+$.value>c.value&&(b.value="top")}function M(){E.value==="left"?k.value=p.value+j.value-y.value:E.value==="center"?k.value=p.value+j.value/2-y.value/2:E.value==="right"&&(k.value=p.value),b.value=="top"?C.value=_.value-$.value:b.value=="bottom"&&(C.value=_.value+g.value)}return(v,B)=>{var L,R,T;return e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-select-modern","adj-text-14",v.horizontalPosition,`adj-select-modern_${v.design}`,{showItems:a.value}])},[e.createElementVNode("div",{ref:"refInput",class:"adj-input adj-text-14",onClick:e.withModifiers(I,["stop"])},[v.design==="image"?(e.openBlock(),e.createElementBlock("div",we,[e.createElementVNode("img",{src:(L=v.modelValue)==null?void 0:L.image,alt:""},null,8,Be),B[0]||(B[0]=e.createElementVNode("div",{class:"adj-input__border"},null,-1))])):v.design==="background"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"adj-input__image",style:e.normalizeStyle({background:(R=v.modelValue)==null?void 0:R.background})},null,4)):e.createCommentVNode("",!0),e.createElementVNode("span",Ve,e.toDisplayString((T=v.modelValue)==null?void 0:T.name),1),B[1]||(B[1]=e.createElementVNode("i",{class:"adj-input__icon icon-arrow-down"},null,-1))],512),e.createElementVNode("div",{class:"adj-select-modern__items adj-effect-overlay-big",style:e.normalizeStyle({left:k.value+"px",top:C.value+"px",visibility:a.value?"visible":"hidden"}),ref:"refItems"},[e.createVNode(H,{maxHeight:"384px"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.items,N=>(e.openBlock(),e.createElementBlock("div",{key:N.id,class:"adj-select-modern__item adj-text-14",onClick:e.withModifiers(Qe=>h(N),["stop"])},[v.design==="image"?(e.openBlock(),e.createElementBlock("div",be,[e.createElementVNode("img",{src:N.image,alt:""},null,8,ye),B[2]||(B[2]=e.createElementVNode("div",{class:"adj-select-modern__item-border"},null,-1))])):v.design==="background"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"adj-select-modern__item-image",style:e.normalizeStyle({background:N.background})},null,4)):e.createCommentVNode("",!0),e.createElementVNode("span",$e,e.toDisplayString(N.name),1)],8,Ee))),128))])]),_:1})],4)],2)}}}),ze=f(Ne,[["__scopeId","data-v-70707141"]]),Se={class:"adj-skeleton-item"},Ae=e.defineComponent({__name:"AdjSkeletonItem",props:{width:{default:"100%"},height:{default:"unset"},aspectRatio:{default:"unset"},marginTop:{default:"0px"}},setup(d){e.useCssVars(n=>({"73b36252":n.width,"5f18ed58":n.marginTop,ac595bde:o.value,"3656db94":n.height}));const t=d,o=e.computed(()=>t.height!=="unset"?"unset":t.aspectRatio);return(n,s)=>(e.openBlock(),e.createElementBlock("div",Se))}}),O=f(Ae,[["__scopeId","data-v-c6820958"]]),Pe={class:"adj-skeleton"},Ie=e.defineComponent({__name:"AdjSkeleton",props:{loaders:{default:()=>[]},width:{default:"100%"},centered:{type:Boolean,default:!1}},setup(d){e.useCssVars(n=>({c2e40cd4:o.value,"019b6ab8":n.width}));const t=d,o=e.computed(()=>t.centered?"center":"unset");return(n,s)=>(e.openBlock(),e.createElementBlock("div",Pe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.loaders,l=>(e.openBlock(),e.createBlock(O,{width:l.width,height:l.height,"aspect-ratio":l.aspectRatio,"margin-top":l.marginTop},null,8,["width","height","aspect-ratio","margin-top"]))),256))]))}}),Me=f(Ie,[["__scopeId","data-v-080d9f14"]]),He={},Le={viewBox:"0 0 34 34",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Re(d,t){return e.openBlock(),e.createElementBlock("svg",Le,t[0]||(t[0]=[e.createElementVNode("circle",{cx:"17",cy:"17",r:"16.5"},null,-1),e.createElementVNode("path",{d:"M22.7034 12.9285C22.6244 12.8488 22.5304 12.7856 22.4268 12.7424C22.3232 12.6993 22.2121 12.6771 22.0999 12.6771C21.9877 12.6771 21.8766 12.6993 21.773 12.7424C21.6694 12.7856 21.5754 12.8488 21.4964 12.9285L15.1639 19.2695L12.5034 16.6005C12.4213 16.5212 12.3245 16.4589 12.2184 16.4171C12.1122 16.3753 11.9989 16.3548 11.8849 16.3567C11.7708 16.3587 11.6583 16.3831 11.5536 16.4286C11.449 16.4741 11.3544 16.5397 11.2751 16.6217C11.1959 16.7038 11.1336 16.8006 11.0917 16.9068C11.0499 17.0129 11.0294 17.1262 11.0314 17.2403C11.0334 17.3543 11.0578 17.4669 11.1032 17.5715C11.1487 17.6761 11.2143 17.7707 11.2964 17.85L14.5604 21.114C14.6394 21.1937 14.7334 21.2569 14.837 21.3C14.9406 21.3432 15.0517 21.3654 15.1639 21.3654C15.2761 21.3654 15.3872 21.3432 15.4908 21.3C15.5944 21.2569 15.6884 21.1937 15.7674 21.114L22.7034 14.178C22.7897 14.0984 22.8585 14.0018 22.9056 13.8943C22.9527 13.7867 22.977 13.6706 22.977 13.5532C22.977 13.4359 22.9527 13.3197 22.9056 13.2122C22.8585 13.1047 22.7897 13.0081 22.7034 12.9285Z"},null,-1)]))}const Te=f(He,[["render",Re],["__scopeId","data-v-f04662e9"]]),De={class:"adj-tabs"},Fe={class:"adj-tabs-wrapper"},We=["onClick"],Oe={key:0},qe=e.defineComponent({__name:"AdjTabs",props:{items:{default:()=>[]},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(l){var r;!l.disabled&&l.id!==((r=o.modelValue)==null?void 0:r.id)&&n("update:modelValue",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",De,[e.createElementVNode("div",Fe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.items,c=>{var i;return e.openBlock(),e.createElementBlock("div",{key:c.name,class:e.normalizeClass(["adj-tabs__item",{active:c.id==((i=l.modelValue)==null?void 0:i.id),disabled:c.disabled}]),onClick:h=>s(c)},[e.createElementVNode("p",null,e.toDisplayString(c.name),1),c.number?(e.openBlock(),e.createElementBlock("span",Oe,e.toDisplayString(c.number),1)):e.createCommentVNode("",!0)],10,We)}),128))])]))}}),Ue=f(qe,[["__scopeId","data-v-fcf34a9c"]]),Ze={class:"adj-upload-file__main"},Ge={class:"adj-text-14"},Je=e.defineComponent({__name:"AdjUploadFile",props:{text:{},modelValue:{},width:{default:500},height:{default:430}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,s=e.useTemplateRef("refFileInput"),l=e.ref(!1);function r(){var a;l.value||(a=s.value)==null||a.click()}async function c(a){return new Promise((u,m)=>{const p=new FileReader;p.readAsDataURL(a),p.onload=()=>u(p.result),p.onerror=_=>m(_)})}async function i(a){if(!a)return{url:""};const m=await(await fetch("https://api.adjutant.ru/constructor-new/upload-image",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify({id:Date.now(),key:"fvk34lkjf03fd93j9dfsaf0d",lang:"ru",testMode:!0,params:a})})).json();return{url:`${m==null?void 0:m.result}`}}async function h(a){var j;if(!(a.files&&((j=a==null?void 0:a.files)==null?void 0:j.length)>0))return;l.value=!0;const u=a==null?void 0:a.files[0];let m=u.type;m==="image/svg+xml"&&(m="image/svg");const p=await c(u),_=await i({type:m,data:p,width:o.width,height:o.height});n("update:modelValue",{...o.modelValue,..._}),l.value=!1}return(a,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-upload-file",{"adj-upload-file_loading":l.value}]),onClick:r},[e.createElementVNode("div",Ze,[u[2]||(u[2]=e.createElementVNode("i",{class:"icon-arrow-circle-up"},null,-1)),e.createElementVNode("span",Ge,e.toDisplayString(a.modelValue.url||a.text),1)]),e.withDirectives(e.createElementVNode("i",{class:"icon-close",onClick:u[0]||(u[0]=e.withModifiers(m=>a.$emit("update:modelValue",{url:""}),["stop"]))},null,512),[[e.vShow,a.modelValue.url]]),e.createElementVNode("input",{id:"file",ref:"refFileInput",type:"file",hidden:"hidden",onInput:u[1]||(u[1]=m=>h(m.target))},null,544)],2))}}),Ke=f(Je,[["__scopeId","data-v-a4227077"]]);exports.AdjButton=U;exports.AdjCheckbox=X;exports.AdjFilterSelect=ne;exports.AdjHint=W;exports.AdjHintDesktop=D;exports.AdjIcon=fe;exports.AdjIconButton=_e;exports.AdjModal=F;exports.AdjRadio=Ce;exports.AdjScroll=H;exports.AdjSelectModern=ze;exports.AdjSkeleton=Me;exports.AdjSkeletonItem=O;exports.AdjSvgActive=Te;exports.AdjTabs=Ue;exports.AdjUploadFile=Ke;exports._export_sfc=f;
|
|
1
|
+
"use strict";const e=require("vue"),V=require("@vueuse/core"),q=e.defineComponent({__name:"AdjButton",props:{title:{},flex:{type:Boolean,default:!1},size:{default:"medium"},design:{default:"primary"},disabled:{type:Boolean,default:!1},round:{type:Boolean,default:!1},iconLeft:{default:""},iconRight:{default:""}},emits:["click"],setup(d){return(t,o)=>(e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["adj-button",{[`adj-button_${t.size}`]:!0,[`adj-button_${t.design}`]:!0,"adj-button_disabled":t.disabled,"adj-button_flex":t.flex,"adj-button_round":t.round}]),onClick:o[0]||(o[0]=n=>t.disabled?0:t.$emit("click"))},[t.iconLeft?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(t.iconLeft)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",null,e.toDisplayString(t.title),1),t.iconRight?(e.openBlock(),e.createElementBlock("i",{key:1,class:e.normalizeClass(t.iconRight)},null,2)):e.createCommentVNode("",!0)],2))}}),f=(d,t)=>{const o=d.__vccOpts||d;for(const[n,s]of t)o[n]=s;return o},U=f(q,[["__scopeId","data-v-931ef9bf"]]),Z={key:0,class:"adj-text-13"},G={class:"adj-checkbox__handle"},J={width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},K={key:1,class:"adj-text-13"},Q=e.defineComponent({__name:"AdjCheckbox",props:{title:{default:""},titlePosition:{default:"right"},items:{},modelValue:{default:()=>({checked:!1})},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(){o.modelValue.checked===o.items[0].checked?n("update:modelValue",o.items[1]):n("update:modelValue",o.items[0])}return(l,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-checkbox",{disabled:l.disabled}]),onClick:r[0]||(r[0]=c=>s())},[l.title&&l.titlePosition==="left"?(e.openBlock(),e.createElementBlock("span",Z,e.toDisplayString(l.title),1)):e.createCommentVNode("",!0),e.createElementVNode("div",G,[e.withDirectives((e.openBlock(),e.createElementBlock("svg",J,r[1]||(r[1]=[e.createElementVNode("rect",{width:"16",height:"16",rx:"4"},null,-1),e.createElementVNode("path",{d:"M12.7423 4.27169C12.3993 3.90944 11.842 3.90944 11.4993 4.27169L6.31133 9.75632L4.50067 7.84213C4.169 7.4915 3.58867 7.49185 3.258 7.84178C3.09167 8.01691 3 8.25055 3 8.49899C3 8.74742 3.09167 8.98106 3.25767 9.1562L5.69 11.7276C5.856 11.9034 6.07667 12 6.31167 12C6.54667 12 6.76767 11.9031 6.93333 11.7276L12.7423 5.58647C12.9083 5.41098 13 5.17734 13 4.9289C13 4.68047 12.9087 4.44719 12.7423 4.27169Z"},null,-1)]),512)),[[e.vShow,l.modelValue.checked]])]),l.title&&l.titlePosition==="right"?(e.openBlock(),e.createElementBlock("span",K,e.toDisplayString(l.title),1)):e.createCommentVNode("",!0)],2))}}),X=f(Q,[["__scopeId","data-v-29974d93"]]),Y=e.defineComponent({__name:"AdjScroll",props:{maxHeight:{default:"unset"},white:{type:Boolean,default:!1}},setup(d){const t=d;return(o,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-scroll",{"adj-scroll_white":o.white}]),style:e.normalizeStyle({maxHeight:`${t.maxHeight}`})},[e.renderSlot(o.$slots,"default",{},void 0,!0)],6))}}),H=f(Y,[["__scopeId","data-v-13a0a1e5"]]),x={key:0,class:"icon-close"},ee={key:1,class:"icon-arrow-down"},te={key:0,class:"adj-filter-select__items adj-effect-overlay-big"},oe=["onClick"],le=e.defineComponent({__name:"AdjFilterSelect",props:{title:{},position:{default:"right"},items:{},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,s=e.useTemplateRef("refElement");V.onClickOutside(s,()=>l.value=!1);const l=e.ref(!1);function r(i){"disabled"in i&&i.disabled||("id"in i&&i.id&&(l.value=!1),n("update:modelValue",i))}function c(){"id"in o.modelValue?r({}):l.value=!l.value}return(i,h)=>(e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-filter-select",[{show:l.value,active:"id"in i.modelValue&&i.modelValue.id},i.position]])},[e.createElementVNode("div",{class:"adj-filter-select__name adj-text-14",onClick:h[0]||(h[0]=a=>c())},[e.createElementVNode("span",null,e.toDisplayString("id"in i.modelValue&&i.modelValue.id?i.modelValue.name:i.title),1),"id"in i.modelValue&&i.modelValue.id?(e.openBlock(),e.createElementBlock("i",x)):(e.openBlock(),e.createElementBlock("i",ee)),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[l.value?(e.openBlock(),e.createElementBlock("div",te,[e.createVNode(H,{maxHeight:"384px"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(i.items,a=>(e.openBlock(),e.createElementBlock("div",{key:a.id,class:e.normalizeClass(["adj-filter-select__item adj-text-14",{"adj-filter-select__item_disabled":a.disabled}]),onClick:e.withModifiers(u=>r(a),["stop"])},[e.createElementVNode("span",null,e.toDisplayString(a.name),1)],10,oe))),128))])]),_:1})])):e.createCommentVNode("",!0)]),_:1})])],2))}}),ne=f(le,[["__scopeId","data-v-0940fa41"]]),ae=["innerHTML"],ie=e.defineComponent({__name:"AdjHintDesktop",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"top"},dark:{type:Boolean,default:!1},width:{default:"200px"}},setup(d){return e.useCssVars(t=>({e34e2b26:t.width})),(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-hint-desktop",{"adj-hint-desktop_dark":t.dark},`adj-hint-desktop_${t.verticalPosition}`,`adj-hint-desktop_${t.horizontalPosition}`])},[e.createElementVNode("div",{class:"adj-hint-desktop__text",innerHTML:t.html},null,8,ae),o[0]||(o[0]=e.createElementVNode("svg",{class:"adj-hint-desktop__triangle",width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[e.createElementVNode("path",{class:"adj-hint-desktop__triangle_inner",d:"M13 13L7 2L1 13H13Z"}),e.createElementVNode("path",{class:"adj-hint-desktop__triangle_border",d:"M13 13L7 2L1 13"})],-1))],2))}}),D=f(ie,[["__scopeId","data-v-67f0030e"]]),se={class:"adj-modal"},de={class:"adj-modal_wrapper"},re=e.defineComponent({__name:"AdjModal",props:{show:{type:Boolean},width:{default:"100%"},hideClose:{type:Boolean,default:!1}},emits:["update:show"],setup(d,{emit:t}){e.useCssVars(s=>({"031a1fe5":s.width}));const o=t;function n(){o("update:show",!1)}return(s,l)=>(e.openBlock(),e.createElementBlock("div",se,[e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",de,l[1]||(l[1]=[e.createElementVNode("div",{class:"adj-modal__background"},null,-1)]),512),[[e.vShow,s.show]])]),_:1}),e.createVNode(e.Transition,{name:"adj-popup-bottom"},{default:e.withCtx(()=>[e.withDirectives(e.createElementVNode("div",{class:"adj-modal_wrapper",onClick:e.withModifiers(n,["stop"])},[e.createElementVNode("div",{class:"adj-modal__window",onClick:l[0]||(l[0]=e.withModifiers(()=>{},["stop"]))},[s.hideClose?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"adj-modal__close icon-close",onClick:e.withModifiers(n,["stop"])})),e.renderSlot(s.$slots,"default",{},void 0,!0)])],512),[[e.vShow,s.show]])]),_:3})]))}}),F=f(re,[["__scopeId","data-v-b509202c"]]),ce={class:"adj-hint"},ue=["innerHTML"],A=14,P=14,me=e.defineComponent({__name:"AdjHint",props:{html:{default:""},horizontalPosition:{default:"left"},verticalPosition:{default:"bottom"},dark:{type:Boolean,default:!0},modalMode:{type:Boolean,default:!1}},setup(d){const t=d,o=e.ref(!1),n=e.ref(!1),{width:s,height:l}=V.useWindowSize(),r=e.useTemplateRef("refSlot"),c=e.useTemplateRef("refHint"),i=e.ref(0),h=e.ref(0),{elementWidth:a,elementHeight:u}=V.useMouseInElement(r),m=e.ref(0),p=e.ref(80),{elementWidth:_,elementHeight:j}=V.useMouseInElement(c),g=e.ref(t.horizontalPosition),k=e.ref(t.verticalPosition);let C=10+P/2;function y(){(!t.modalMode||s.value>=1200)&&(b(),z(),I(),o.value=!0)}function $(){(!t.modalMode||s.value>=1200)&&(o.value=!1)}function E(){t.modalMode&&s.value<1200&&(n.value=!0)}function b(){if(r.value!==null){const w=r.value.getBoundingClientRect();i.value=w.left,h.value=w.top}}function z(){t.dark&&(C=15+P/2),g.value=t.horizontalPosition,k.value=t.verticalPosition,t.horizontalPosition==="left"&&i.value+a.value/2+C-_.value<0?g.value="right":t.horizontalPosition==="right"&&i.value+a.value/2-C+_.value>s.value&&(g.value="left"),t.verticalPosition==="top"&&h.value-A-j.value<0?k.value="bottom":t.verticalPosition==="bottom"&&h.value+u.value+A+j.value>l.value&&(k.value="top")}function I(){t.dark&&(C=15+P/2),g.value==="left"?m.value=i.value+a.value/2+C-_.value:g.value==="center"?m.value=i.value+a.value/2-P/2-_.value/2:g.value==="right"&&(m.value=i.value+a.value/2-C),k.value=="top"?p.value=h.value-A-j.value:k.value=="bottom"&&(p.value=h.value+u.value+A)}return(w,S)=>(e.openBlock(),e.createElementBlock("div",ce,[e.createElementVNode("div",{class:"adj-hint__slot",onMouseenter:e.withModifiers(y,["stop"]),onMouseleave:e.withModifiers($,["stop"]),onClick:e.withModifiers(E,["stop"]),ref:"refSlot"},[e.renderSlot(w.$slots,"default",{},void 0,!0)],544),e.createElementVNode("div",{class:"adj-hint__hint",style:e.normalizeStyle({left:m.value+"px",top:p.value+"px",visibility:o.value?"visible":"hidden"}),ref:"refHint"},[e.withDirectives(e.createVNode(D,{html:w.html,horizontalPosition:g.value,verticalPosition:k.value,dark:w.dark,width:"252px"},null,8,["html","horizontalPosition","verticalPosition","dark"]),[[e.vShow,w.html!==""]])],4),e.createVNode(F,{show:n.value,"onUpdate:show":S[0]||(S[0]=M=>n.value=M),width:"430px"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"adj-hint__modal",innerHTML:w.html},null,8,ue)]),_:1},8,["show"])]))}}),W=f(me,[["__scopeId","data-v-5691f67f"]]),pe=e.defineComponent({__name:"AdjIcon",props:{iconName:{},size:{default:24},design:{default:"contrast"},tooltip:{default:""},disabled:{type:Boolean,default:!1},tooltipPosition:{default:"left"}},emits:["click"],setup(d){e.useCssVars(n=>({"6f1cc414":o.value}));const t=d,o=e.computed(()=>t.size+"px");return(n,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon",{[`adj-icon_${n.design}`]:!0,"adj-icon_disabled":n.disabled}])},[e.createVNode(W,{dark:!1,html:n.disabled?"":n.tooltip,horizontalPosition:n.tooltipPosition},{default:e.withCtx(()=>[e.createElementVNode("i",{class:e.normalizeClass([n.iconName]),onClick:s[0]||(s[0]=l=>n.$emit("click"))},null,2)]),_:1},8,["html","horizontalPosition"])],2))}}),fe=f(pe,[["__scopeId","data-v-4365d805"]]),ve={key:0,class:"adj-icon-button__qty adj-text-12"},he=e.defineComponent({__name:"AdjIconButton",props:{iconName:{},qty:{default:0},size:{default:"medium"},design:{default:"white-back"},disabled:{type:Boolean,default:!1}},emits:["click"],setup(d){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon-button",{[`adj-icon-button_${t.size}`]:!0,[`adj-icon-button_${t.design}`]:!0,"adj-icon-button_disabled":t.disabled}]),onClick:o[0]||(o[0]=n=>t.$emit("click"))},[e.createElementVNode("i",{class:e.normalizeClass(["adj-icon-button__icon",t.iconName])},null,2),t.qty>0?(e.openBlock(),e.createElementBlock("div",ve,e.toDisplayString(t.qty),1)):e.createCommentVNode("",!0)],2))}}),_e=f(he,[["__scopeId","data-v-1fe96e59"]]),ke=["onClick"],je={class:"adj-radio__item_name adj-text-13"},ge=e.defineComponent({__name:"AdjRadio",props:{namePosition:{default:"right"},items:{default:()=>[]},modelValue:{},disabled:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(l){var r;l.id!==((r=o.modelValue)==null?void 0:r.id)&&n("update:modelValue",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-radio",{"adj-radio_disabled":l.disabled}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.items,c=>{var i;return e.openBlock(),e.createElementBlock("div",{key:c.id,class:e.normalizeClass(["adj-radio__item",{active:((i=l.modelValue)==null?void 0:i.id)===c.id,[`adj-radio__item_${l.namePosition}`]:!0}]),onClick:h=>s(c)},[e.createElementVNode("div",{class:e.normalizeClass(["adj-radio__item_button",{"adj-effect-overlay-small":!l.disabled}])},null,2),e.createElementVNode("span",je,e.toDisplayString(c.name),1)],10,ke)}),128))],2))}}),Ce=f(ge,[["__scopeId","data-v-cd7a7c6c"]]),we={key:0,class:"adj-input__image"},Be=["src"],Ve={class:"adj-input__text"},Ee=["onClick"],be={key:0,class:"adj-select-modern__item-image"},ye=["src"],$e={class:"adj-select-modern__item-text"},Ne=e.defineComponent({__name:"AdjSelectModern",props:{design:{default:"text"},horizontalPosition:{default:"right"},verticalPosition:{default:"bottom"},items:{default:()=>[]},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,{x:s,y:l}=V.useWindowScroll(),{width:r,height:c}=V.useWindowSize();e.onMounted(()=>{e.watchEffect(()=>{s.value>=0&&l.value>=0&&r.value>=0&&z()})});const i=e.useTemplateRef("refElement");V.onClickOutside(i,()=>a.value=!1);function h(v){var B;a.value=!1,v.id!=((B=o.modelValue)==null?void 0:B.id)&&n("update:modelValue",v)}const a=e.ref(!1),u=e.useTemplateRef("refInput"),m=e.useTemplateRef("refItems"),p=e.ref(0),_=e.ref(0),{elementWidth:j,elementHeight:g}=V.useMouseInElement(u),k=e.ref(0),C=e.ref(80),{elementWidth:y,elementHeight:$}=V.useMouseInElement(m),E=e.ref(o.horizontalPosition),b=e.ref(o.verticalPosition);function z(){a.value&&(w(),S(),M())}function I(){a.value=!a.value,z()}function w(){if(u.value!==null){const v=u.value.getBoundingClientRect();p.value=v.left,_.value=v.top}}function S(){E.value=o.horizontalPosition,b.value=o.verticalPosition,o.horizontalPosition==="left"&&p.value+j.value<y.value?E.value="right":o.horizontalPosition==="right"&&y.value>r.value-p.value&&(E.value="left"),o.verticalPosition==="top"&&_.value-$.value<0?b.value="bottom":o.verticalPosition==="bottom"&&_.value+g.value+$.value>c.value&&(b.value="top")}function M(){E.value==="left"?k.value=p.value+j.value-y.value:E.value==="center"?k.value=p.value+j.value/2-y.value/2:E.value==="right"&&(k.value=p.value),b.value=="top"?C.value=_.value-$.value:b.value=="bottom"&&(C.value=_.value+g.value)}return(v,B)=>{var L,R,T;return e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-select-modern","adj-text-14",v.horizontalPosition,`adj-select-modern_${v.design}`,{showItems:a.value}])},[e.createElementVNode("div",{ref:"refInput",class:"adj-input adj-text-14",onClick:e.withModifiers(I,["stop"])},[v.design==="image"?(e.openBlock(),e.createElementBlock("div",we,[e.createElementVNode("img",{src:(L=v.modelValue)==null?void 0:L.image,alt:""},null,8,Be),B[0]||(B[0]=e.createElementVNode("div",{class:"adj-input__border"},null,-1))])):v.design==="background"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"adj-input__image",style:e.normalizeStyle({background:(R=v.modelValue)==null?void 0:R.background})},null,4)):e.createCommentVNode("",!0),e.createElementVNode("span",Ve,e.toDisplayString((T=v.modelValue)==null?void 0:T.name),1),B[1]||(B[1]=e.createElementVNode("i",{class:"adj-input__icon icon-arrow-down"},null,-1))],512),e.createElementVNode("div",{class:"adj-select-modern__items adj-effect-overlay-big",style:e.normalizeStyle({left:k.value+"px",top:C.value+"px",visibility:a.value?"visible":"hidden"}),ref:"refItems"},[e.createVNode(H,{maxHeight:"384px"},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(v.items,N=>(e.openBlock(),e.createElementBlock("div",{key:N.id,class:"adj-select-modern__item adj-text-14",onClick:e.withModifiers(Qe=>h(N),["stop"])},[v.design==="image"?(e.openBlock(),e.createElementBlock("div",be,[e.createElementVNode("img",{src:N.image,alt:""},null,8,ye),B[2]||(B[2]=e.createElementVNode("div",{class:"adj-select-modern__item-border"},null,-1))])):v.design==="background"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"adj-select-modern__item-image",style:e.normalizeStyle({background:N.background})},null,4)):e.createCommentVNode("",!0),e.createElementVNode("span",$e,e.toDisplayString(N.name),1)],8,Ee))),128))])]),_:1})],4)],2)}}}),ze=f(Ne,[["__scopeId","data-v-f7e6a93a"]]),Se={class:"adj-skeleton-item"},Ae=e.defineComponent({__name:"AdjSkeletonItem",props:{width:{default:"100%"},height:{default:"unset"},aspectRatio:{default:"unset"},marginTop:{default:"0px"}},setup(d){e.useCssVars(n=>({"5e8b66ca":n.width,"3f9f2dc8":n.marginTop,"49b42e56":o.value,"2cc04cf2":n.height}));const t=d,o=e.computed(()=>t.height!=="unset"?"unset":t.aspectRatio);return(n,s)=>(e.openBlock(),e.createElementBlock("div",Se))}}),O=f(Ae,[["__scopeId","data-v-6f754902"]]),Pe={class:"adj-skeleton"},Ie=e.defineComponent({__name:"AdjSkeleton",props:{loaders:{default:()=>[]},width:{default:"100%"},centered:{type:Boolean,default:!1}},setup(d){e.useCssVars(n=>({"119e5028":o.value,"7104780c":n.width}));const t=d,o=e.computed(()=>t.centered?"center":"unset");return(n,s)=>(e.openBlock(),e.createElementBlock("div",Pe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.loaders,l=>(e.openBlock(),e.createBlock(O,{width:l.width,height:l.height,"aspect-ratio":l.aspectRatio,"margin-top":l.marginTop},null,8,["width","height","aspect-ratio","margin-top"]))),256))]))}}),Me=f(Ie,[["__scopeId","data-v-f7e4b129"]]),He={},Le={viewBox:"0 0 34 34",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Re(d,t){return e.openBlock(),e.createElementBlock("svg",Le,t[0]||(t[0]=[e.createElementVNode("circle",{cx:"17",cy:"17",r:"16.5"},null,-1),e.createElementVNode("path",{d:"M22.7034 12.9285C22.6244 12.8488 22.5304 12.7856 22.4268 12.7424C22.3232 12.6993 22.2121 12.6771 22.0999 12.6771C21.9877 12.6771 21.8766 12.6993 21.773 12.7424C21.6694 12.7856 21.5754 12.8488 21.4964 12.9285L15.1639 19.2695L12.5034 16.6005C12.4213 16.5212 12.3245 16.4589 12.2184 16.4171C12.1122 16.3753 11.9989 16.3548 11.8849 16.3567C11.7708 16.3587 11.6583 16.3831 11.5536 16.4286C11.449 16.4741 11.3544 16.5397 11.2751 16.6217C11.1959 16.7038 11.1336 16.8006 11.0917 16.9068C11.0499 17.0129 11.0294 17.1262 11.0314 17.2403C11.0334 17.3543 11.0578 17.4669 11.1032 17.5715C11.1487 17.6761 11.2143 17.7707 11.2964 17.85L14.5604 21.114C14.6394 21.1937 14.7334 21.2569 14.837 21.3C14.9406 21.3432 15.0517 21.3654 15.1639 21.3654C15.2761 21.3654 15.3872 21.3432 15.4908 21.3C15.5944 21.2569 15.6884 21.1937 15.7674 21.114L22.7034 14.178C22.7897 14.0984 22.8585 14.0018 22.9056 13.8943C22.9527 13.7867 22.977 13.6706 22.977 13.5532C22.977 13.4359 22.9527 13.3197 22.9056 13.2122C22.8585 13.1047 22.7897 13.0081 22.7034 12.9285Z"},null,-1)]))}const Te=f(He,[["render",Re],["__scopeId","data-v-1c2c938f"]]),De={class:"adj-tabs"},Fe={class:"adj-tabs-wrapper"},We=["onClick"],Oe={key:0},qe=e.defineComponent({__name:"AdjTabs",props:{items:{default:()=>[]},modelValue:{}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t;function s(l){var r;!l.disabled&&l.id!==((r=o.modelValue)==null?void 0:r.id)&&n("update:modelValue",l)}return(l,r)=>(e.openBlock(),e.createElementBlock("div",De,[e.createElementVNode("div",Fe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.items,c=>{var i;return e.openBlock(),e.createElementBlock("div",{key:c.name,class:e.normalizeClass(["adj-tabs__item",{active:c.id==((i=l.modelValue)==null?void 0:i.id),disabled:c.disabled}]),onClick:h=>s(c)},[e.createElementVNode("p",null,e.toDisplayString(c.name),1),c.number?(e.openBlock(),e.createElementBlock("span",Oe,e.toDisplayString(c.number),1)):e.createCommentVNode("",!0)],10,We)}),128))])]))}}),Ue=f(qe,[["__scopeId","data-v-8aa4d052"]]),Ze={class:"adj-upload-file__main"},Ge={class:"adj-text-14"},Je=e.defineComponent({__name:"AdjUploadFile",props:{text:{},modelValue:{},width:{default:500},height:{default:430}},emits:["update:modelValue"],setup(d,{emit:t}){const o=d,n=t,s=e.useTemplateRef("refFileInput"),l=e.ref(!1);function r(){var a;l.value||(a=s.value)==null||a.click()}async function c(a){return new Promise((u,m)=>{const p=new FileReader;p.readAsDataURL(a),p.onload=()=>u(p.result),p.onerror=_=>m(_)})}async function i(a){if(!a)return{url:""};const m=await(await fetch("https://api.adjutant.ru/constructor-new/upload-image",{method:"POST",headers:{"Content-Type":"application/json;charset=utf-8"},body:JSON.stringify({id:Date.now(),key:"fvk34lkjf03fd93j9dfsaf0d",lang:"ru",testMode:!0,params:a})})).json();return{url:`${m==null?void 0:m.result}`}}async function h(a){var j;if(!(a.files&&((j=a==null?void 0:a.files)==null?void 0:j.length)>0))return;l.value=!0;const u=a==null?void 0:a.files[0];let m=u.type;m==="image/svg+xml"&&(m="image/svg");const p=await c(u),_=await i({type:m,data:p,width:o.width,height:o.height});n("update:modelValue",{...o.modelValue,..._}),l.value=!1}return(a,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-upload-file",{"adj-upload-file_loading":l.value}]),onClick:r},[e.createElementVNode("div",Ze,[u[2]||(u[2]=e.createElementVNode("i",{class:"icon-arrow-circle-up"},null,-1)),e.createElementVNode("span",Ge,e.toDisplayString(a.modelValue.url||a.text),1)]),e.withDirectives(e.createElementVNode("i",{class:"icon-close",onClick:u[0]||(u[0]=e.withModifiers(m=>a.$emit("update:modelValue",{url:""}),["stop"]))},null,512),[[e.vShow,a.modelValue.url]]),e.createElementVNode("input",{id:"file",ref:"refFileInput",type:"file",hidden:"hidden",onInput:u[1]||(u[1]=m=>h(m.target))},null,544)],2))}}),Ke=f(Je,[["__scopeId","data-v-cc8f15a0"]]);exports.AdjButton=U;exports.AdjCheckbox=X;exports.AdjFilterSelect=ne;exports.AdjHint=W;exports.AdjHintDesktop=D;exports.AdjIcon=fe;exports.AdjIconButton=_e;exports.AdjModal=F;exports.AdjRadio=Ce;exports.AdjScroll=H;exports.AdjSelectModern=ze;exports.AdjSkeleton=Me;exports.AdjSkeletonItem=O;exports.AdjSvgActive=Te;exports.AdjTabs=Ue;exports.AdjUploadFile=Ke;exports._export_sfc=f;
|
|
@@ -40,7 +40,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
40
40
|
for (const [a, u] of e)
|
|
41
41
|
t[a] = u;
|
|
42
42
|
return t;
|
|
43
|
-
}, vt = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-
|
|
43
|
+
}, vt = /* @__PURE__ */ g(fe, [["__scopeId", "data-v-931ef9bf"]]), pe = {
|
|
44
44
|
key: 0,
|
|
45
45
|
class: "adj-text-13"
|
|
46
46
|
}, ve = { class: "adj-checkbox__handle" }, me = {
|
|
@@ -87,7 +87,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
87
87
|
l.title && l.titlePosition === "right" ? (i(), n("span", he, $(l.title), 1)) : H("", !0)
|
|
88
88
|
], 2));
|
|
89
89
|
}
|
|
90
|
-
}), mt = /* @__PURE__ */ g(_e, [["__scopeId", "data-v-
|
|
90
|
+
}), mt = /* @__PURE__ */ g(_e, [["__scopeId", "data-v-29974d93"]]), je = /* @__PURE__ */ k({
|
|
91
91
|
__name: "AdjScroll",
|
|
92
92
|
props: {
|
|
93
93
|
maxHeight: { default: "unset" },
|
|
@@ -102,16 +102,16 @@ const fe = /* @__PURE__ */ k({
|
|
|
102
102
|
ee(t.$slots, "default", {}, void 0, !0)
|
|
103
103
|
], 6));
|
|
104
104
|
}
|
|
105
|
-
}), ne = /* @__PURE__ */ g(je, [["__scopeId", "data-v-
|
|
105
|
+
}), ne = /* @__PURE__ */ g(je, [["__scopeId", "data-v-13a0a1e5"]]), ge = {
|
|
106
106
|
key: 0,
|
|
107
107
|
class: "icon-close"
|
|
108
108
|
}, ke = {
|
|
109
109
|
key: 1,
|
|
110
110
|
class: "icon-arrow-down"
|
|
111
|
-
},
|
|
111
|
+
}, we = {
|
|
112
112
|
key: 0,
|
|
113
113
|
class: "adj-filter-select__items adj-effect-overlay-big"
|
|
114
|
-
},
|
|
114
|
+
}, be = ["onClick"], $e = /* @__PURE__ */ k({
|
|
115
115
|
__name: "AdjFilterSelect",
|
|
116
116
|
props: {
|
|
117
117
|
title: {},
|
|
@@ -130,19 +130,19 @@ const fe = /* @__PURE__ */ k({
|
|
|
130
130
|
function f() {
|
|
131
131
|
"id" in t.modelValue ? c({}) : l.value = !l.value;
|
|
132
132
|
}
|
|
133
|
-
return (d,
|
|
133
|
+
return (d, w) => (i(), n("div", {
|
|
134
134
|
ref: "refElement",
|
|
135
135
|
class: m(["adj-filter-select", [{ show: l.value, active: "id" in d.modelValue && d.modelValue.id }, d.position]])
|
|
136
136
|
}, [
|
|
137
137
|
o("div", {
|
|
138
138
|
class: "adj-filter-select__name adj-text-14",
|
|
139
|
-
onClick:
|
|
139
|
+
onClick: w[0] || (w[0] = (s) => f())
|
|
140
140
|
}, [
|
|
141
141
|
o("span", null, $("id" in d.modelValue && d.modelValue.id ? d.modelValue.name : d.title), 1),
|
|
142
142
|
"id" in d.modelValue && d.modelValue.id ? (i(), n("i", ge)) : (i(), n("i", ke)),
|
|
143
143
|
M(x, { name: "adj-fade" }, {
|
|
144
144
|
default: R(() => [
|
|
145
|
-
l.value ? (i(), n("div",
|
|
145
|
+
l.value ? (i(), n("div", we, [
|
|
146
146
|
M(ne, { maxHeight: "384px" }, {
|
|
147
147
|
default: R(() => [
|
|
148
148
|
o("div", null, [
|
|
@@ -152,7 +152,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
152
152
|
onClick: A((p) => c(s), ["stop"])
|
|
153
153
|
}, [
|
|
154
154
|
o("span", null, $(s.name), 1)
|
|
155
|
-
], 10,
|
|
155
|
+
], 10, be))), 128))
|
|
156
156
|
])
|
|
157
157
|
]),
|
|
158
158
|
_: 1
|
|
@@ -164,7 +164,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
164
164
|
])
|
|
165
165
|
], 2));
|
|
166
166
|
}
|
|
167
|
-
}), ht = /* @__PURE__ */ g($e, [["__scopeId", "data-v-
|
|
167
|
+
}), ht = /* @__PURE__ */ g($e, [["__scopeId", "data-v-0940fa41"]]), Ce = ["innerHTML"], ye = /* @__PURE__ */ k({
|
|
168
168
|
__name: "AdjHintDesktop",
|
|
169
169
|
props: {
|
|
170
170
|
html: { default: "" },
|
|
@@ -175,7 +175,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
175
175
|
},
|
|
176
176
|
setup(r) {
|
|
177
177
|
return q((e) => ({
|
|
178
|
-
|
|
178
|
+
e34e2b26: e.width
|
|
179
179
|
})), (e, t) => (i(), n("div", {
|
|
180
180
|
class: m([
|
|
181
181
|
"adj-hint-desktop",
|
|
@@ -207,7 +207,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
207
207
|
], -1))
|
|
208
208
|
], 2));
|
|
209
209
|
}
|
|
210
|
-
}), Pe = /* @__PURE__ */ g(ye, [["__scopeId", "data-v-
|
|
210
|
+
}), Pe = /* @__PURE__ */ g(ye, [["__scopeId", "data-v-67f0030e"]]), Ve = { class: "adj-modal" }, Ie = { class: "adj-modal_wrapper" }, Ae = /* @__PURE__ */ k({
|
|
211
211
|
__name: "AdjModal",
|
|
212
212
|
props: {
|
|
213
213
|
show: { type: Boolean },
|
|
@@ -217,7 +217,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
217
217
|
emits: ["update:show"],
|
|
218
218
|
setup(r, { emit: e }) {
|
|
219
219
|
q((u) => ({
|
|
220
|
-
|
|
220
|
+
"031a1fe5": u.width
|
|
221
221
|
}));
|
|
222
222
|
const t = e;
|
|
223
223
|
function a() {
|
|
@@ -260,7 +260,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
260
260
|
})
|
|
261
261
|
]));
|
|
262
262
|
}
|
|
263
|
-
}), He = /* @__PURE__ */ g(Ae, [["__scopeId", "data-v-
|
|
263
|
+
}), He = /* @__PURE__ */ g(Ae, [["__scopeId", "data-v-b509202c"]]), ze = { class: "adj-hint" }, Be = ["innerHTML"], J = 14, K = 14, Me = /* @__PURE__ */ k({
|
|
264
264
|
__name: "AdjHint",
|
|
265
265
|
props: {
|
|
266
266
|
html: { default: "" },
|
|
@@ -270,7 +270,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
270
270
|
modalMode: { type: Boolean, default: !1 }
|
|
271
271
|
},
|
|
272
272
|
setup(r) {
|
|
273
|
-
const e = r, t = _(!1), a = _(!1), { width: u, height: l } = se(), c = S("refSlot"), f = S("refHint"), d = _(0),
|
|
273
|
+
const e = r, t = _(!1), a = _(!1), { width: u, height: l } = se(), c = S("refSlot"), f = S("refHint"), d = _(0), w = _(0), { elementWidth: s, elementHeight: p } = Q(c), v = _(0), h = _(80), { elementWidth: b, elementHeight: y } = Q(f), P = _(e.horizontalPosition), C = _(e.verticalPosition);
|
|
274
274
|
let V = 10 + K / 2;
|
|
275
275
|
function T() {
|
|
276
276
|
(!e.modalMode || u.value >= 1200) && (L(), Z(), X(), t.value = !0);
|
|
@@ -284,14 +284,14 @@ const fe = /* @__PURE__ */ k({
|
|
|
284
284
|
function L() {
|
|
285
285
|
if (c.value !== null) {
|
|
286
286
|
const I = c.value.getBoundingClientRect();
|
|
287
|
-
d.value = I.left,
|
|
287
|
+
d.value = I.left, w.value = I.top;
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
290
|
function Z() {
|
|
291
|
-
e.dark && (V = 15 + K / 2), P.value = e.horizontalPosition, C.value = e.verticalPosition, e.horizontalPosition === "left" && d.value + s.value / 2 + V -
|
|
291
|
+
e.dark && (V = 15 + K / 2), P.value = e.horizontalPosition, C.value = e.verticalPosition, e.horizontalPosition === "left" && d.value + s.value / 2 + V - b.value < 0 ? P.value = "right" : e.horizontalPosition === "right" && d.value + s.value / 2 - V + b.value > u.value && (P.value = "left"), e.verticalPosition === "top" && w.value - J - y.value < 0 ? C.value = "bottom" : e.verticalPosition === "bottom" && w.value + p.value + J + y.value > l.value && (C.value = "top");
|
|
292
292
|
}
|
|
293
293
|
function X() {
|
|
294
|
-
e.dark && (V = 15 + K / 2), P.value === "left" ? v.value = d.value + s.value / 2 + V -
|
|
294
|
+
e.dark && (V = 15 + K / 2), P.value === "left" ? v.value = d.value + s.value / 2 + V - b.value : P.value === "center" ? v.value = d.value + s.value / 2 - K / 2 - b.value / 2 : P.value === "right" && (v.value = d.value + s.value / 2 - V), C.value == "top" ? h.value = w.value - J - y.value : C.value == "bottom" && (h.value = w.value + p.value + J);
|
|
295
295
|
}
|
|
296
296
|
return (I, G) => (i(), n("div", ze, [
|
|
297
297
|
o("div", {
|
|
@@ -337,7 +337,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
337
337
|
}, 8, ["show"])
|
|
338
338
|
]));
|
|
339
339
|
}
|
|
340
|
-
}), Le = /* @__PURE__ */ g(Me, [["__scopeId", "data-v-
|
|
340
|
+
}), Le = /* @__PURE__ */ g(Me, [["__scopeId", "data-v-5691f67f"]]), Se = /* @__PURE__ */ k({
|
|
341
341
|
__name: "AdjIcon",
|
|
342
342
|
props: {
|
|
343
343
|
iconName: {},
|
|
@@ -350,7 +350,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
350
350
|
emits: ["click"],
|
|
351
351
|
setup(r) {
|
|
352
352
|
q((a) => ({
|
|
353
|
-
"
|
|
353
|
+
"6f1cc414": t.value
|
|
354
354
|
}));
|
|
355
355
|
const e = r, t = te(() => e.size + "px");
|
|
356
356
|
return (a, u) => (i(), n("div", {
|
|
@@ -374,7 +374,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
374
374
|
}, 8, ["html", "horizontalPosition"])
|
|
375
375
|
], 2));
|
|
376
376
|
}
|
|
377
|
-
}), _t = /* @__PURE__ */ g(Se, [["__scopeId", "data-v-
|
|
377
|
+
}), _t = /* @__PURE__ */ g(Se, [["__scopeId", "data-v-4365d805"]]), Re = {
|
|
378
378
|
key: 0,
|
|
379
379
|
class: "adj-icon-button__qty adj-text-12"
|
|
380
380
|
}, Te = /* @__PURE__ */ k({
|
|
@@ -402,7 +402,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
402
402
|
e.qty > 0 ? (i(), n("div", Re, $(e.qty), 1)) : H("", !0)
|
|
403
403
|
], 2));
|
|
404
404
|
}
|
|
405
|
-
}), jt = /* @__PURE__ */ g(Te, [["__scopeId", "data-v-
|
|
405
|
+
}), jt = /* @__PURE__ */ g(Te, [["__scopeId", "data-v-1fe96e59"]]), We = ["onClick"], Ee = { class: "adj-radio__item_name adj-text-13" }, Fe = /* @__PURE__ */ k({
|
|
406
406
|
__name: "AdjRadio",
|
|
407
407
|
props: {
|
|
408
408
|
namePosition: { default: "right" },
|
|
@@ -428,7 +428,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
428
428
|
active: ((d = l.modelValue) == null ? void 0 : d.id) === f.id,
|
|
429
429
|
[`adj-radio__item_${l.namePosition}`]: !0
|
|
430
430
|
}]),
|
|
431
|
-
onClick: (
|
|
431
|
+
onClick: (w) => u(f)
|
|
432
432
|
}, [
|
|
433
433
|
o("div", {
|
|
434
434
|
class: m(["adj-radio__item_button", { "adj-effect-overlay-small": !l.disabled }])
|
|
@@ -438,7 +438,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
438
438
|
}), 128))
|
|
439
439
|
], 2));
|
|
440
440
|
}
|
|
441
|
-
}), gt = /* @__PURE__ */ g(Fe, [["__scopeId", "data-v-
|
|
441
|
+
}), gt = /* @__PURE__ */ g(Fe, [["__scopeId", "data-v-cd7a7c6c"]]), Oe = {
|
|
442
442
|
key: 0,
|
|
443
443
|
class: "adj-input__image"
|
|
444
444
|
}, Ne = ["src"], De = { class: "adj-input__text" }, Ue = ["onClick"], qe = {
|
|
@@ -463,11 +463,11 @@ const fe = /* @__PURE__ */ k({
|
|
|
463
463
|
});
|
|
464
464
|
const d = S("refElement");
|
|
465
465
|
ie(d, () => s.value = !1);
|
|
466
|
-
function
|
|
466
|
+
function w(j) {
|
|
467
467
|
var z;
|
|
468
468
|
s.value = !1, j.id != ((z = t.modelValue) == null ? void 0 : z.id) && a("update:modelValue", j);
|
|
469
469
|
}
|
|
470
|
-
const s = _(!1), p = S("refInput"), v = S("refItems"), h = _(0),
|
|
470
|
+
const s = _(!1), p = S("refInput"), v = S("refItems"), h = _(0), b = _(0), { elementWidth: y, elementHeight: P } = Q(p), C = _(0), V = _(80), { elementWidth: T, elementHeight: W } = Q(v), B = _(t.horizontalPosition), L = _(t.verticalPosition);
|
|
471
471
|
function Z() {
|
|
472
472
|
s.value && (I(), G(), Y());
|
|
473
473
|
}
|
|
@@ -477,14 +477,14 @@ const fe = /* @__PURE__ */ k({
|
|
|
477
477
|
function I() {
|
|
478
478
|
if (p.value !== null) {
|
|
479
479
|
const j = p.value.getBoundingClientRect();
|
|
480
|
-
h.value = j.left,
|
|
480
|
+
h.value = j.left, b.value = j.top;
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
function G() {
|
|
484
|
-
B.value = t.horizontalPosition, L.value = t.verticalPosition, t.horizontalPosition === "left" && h.value + y.value < T.value ? B.value = "right" : t.horizontalPosition === "right" && T.value > c.value - h.value && (B.value = "left"), t.verticalPosition === "top" &&
|
|
484
|
+
B.value = t.horizontalPosition, L.value = t.verticalPosition, t.horizontalPosition === "left" && h.value + y.value < T.value ? B.value = "right" : t.horizontalPosition === "right" && T.value > c.value - h.value && (B.value = "left"), t.verticalPosition === "top" && b.value - W.value < 0 ? L.value = "bottom" : t.verticalPosition === "bottom" && b.value + P.value + W.value > f.value && (L.value = "top");
|
|
485
485
|
}
|
|
486
486
|
function Y() {
|
|
487
|
-
B.value === "left" ? C.value = h.value + y.value - T.value : B.value === "center" ? C.value = h.value + y.value / 2 - T.value / 2 : B.value === "right" && (C.value = h.value), L.value == "top" ? V.value =
|
|
487
|
+
B.value === "left" ? C.value = h.value + y.value - T.value : B.value === "center" ? C.value = h.value + y.value / 2 - T.value / 2 : B.value === "right" && (C.value = h.value), L.value == "top" ? V.value = b.value - W.value : L.value == "bottom" && (V.value = b.value + P.value);
|
|
488
488
|
}
|
|
489
489
|
return (j, z) => {
|
|
490
490
|
var le, ae, oe;
|
|
@@ -532,7 +532,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
532
532
|
(i(!0), n(D, null, U(j.items, (E) => (i(), n("div", {
|
|
533
533
|
key: E.id,
|
|
534
534
|
class: "adj-select-modern__item adj-text-14",
|
|
535
|
-
onClick: A((ct) =>
|
|
535
|
+
onClick: A((ct) => w(E), ["stop"])
|
|
536
536
|
}, [
|
|
537
537
|
j.design === "image" ? (i(), n("div", qe, [
|
|
538
538
|
o("img", {
|
|
@@ -555,7 +555,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
555
555
|
], 2);
|
|
556
556
|
};
|
|
557
557
|
}
|
|
558
|
-
}), kt = /* @__PURE__ */ g(Je, [["__scopeId", "data-v-
|
|
558
|
+
}), kt = /* @__PURE__ */ g(Je, [["__scopeId", "data-v-f7e6a93a"]]), Ke = { class: "adj-skeleton-item" }, Qe = /* @__PURE__ */ k({
|
|
559
559
|
__name: "AdjSkeletonItem",
|
|
560
560
|
props: {
|
|
561
561
|
width: { default: "100%" },
|
|
@@ -565,15 +565,15 @@ const fe = /* @__PURE__ */ k({
|
|
|
565
565
|
},
|
|
566
566
|
setup(r) {
|
|
567
567
|
q((a) => ({
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
|
|
571
|
-
"
|
|
568
|
+
"5e8b66ca": a.width,
|
|
569
|
+
"3f9f2dc8": a.marginTop,
|
|
570
|
+
"49b42e56": t.value,
|
|
571
|
+
"2cc04cf2": a.height
|
|
572
572
|
}));
|
|
573
573
|
const e = r, t = te(() => e.height !== "unset" ? "unset" : e.aspectRatio);
|
|
574
574
|
return (a, u) => (i(), n("div", Ke));
|
|
575
575
|
}
|
|
576
|
-
}), Xe = /* @__PURE__ */ g(Qe, [["__scopeId", "data-v-
|
|
576
|
+
}), Xe = /* @__PURE__ */ g(Qe, [["__scopeId", "data-v-6f754902"]]), Ye = { class: "adj-skeleton" }, xe = /* @__PURE__ */ k({
|
|
577
577
|
__name: "AdjSkeleton",
|
|
578
578
|
props: {
|
|
579
579
|
loaders: { default: () => [] },
|
|
@@ -582,8 +582,8 @@ const fe = /* @__PURE__ */ k({
|
|
|
582
582
|
},
|
|
583
583
|
setup(r) {
|
|
584
584
|
q((a) => ({
|
|
585
|
-
|
|
586
|
-
"
|
|
585
|
+
"119e5028": t.value,
|
|
586
|
+
"7104780c": a.width
|
|
587
587
|
}));
|
|
588
588
|
const e = r, t = te(() => e.centered ? "center" : "unset");
|
|
589
589
|
return (a, u) => (i(), n("div", Ye, [
|
|
@@ -595,7 +595,7 @@ const fe = /* @__PURE__ */ k({
|
|
|
595
595
|
}, null, 8, ["width", "height", "aspect-ratio", "margin-top"]))), 256))
|
|
596
596
|
]));
|
|
597
597
|
}
|
|
598
|
-
}),
|
|
598
|
+
}), wt = /* @__PURE__ */ g(xe, [["__scopeId", "data-v-f7e4b129"]]), et = {}, tt = {
|
|
599
599
|
viewBox: "0 0 34 34",
|
|
600
600
|
fill: "none",
|
|
601
601
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -610,7 +610,7 @@ function lt(r, e) {
|
|
|
610
610
|
o("path", { d: "M22.7034 12.9285C22.6244 12.8488 22.5304 12.7856 22.4268 12.7424C22.3232 12.6993 22.2121 12.6771 22.0999 12.6771C21.9877 12.6771 21.8766 12.6993 21.773 12.7424C21.6694 12.7856 21.5754 12.8488 21.4964 12.9285L15.1639 19.2695L12.5034 16.6005C12.4213 16.5212 12.3245 16.4589 12.2184 16.4171C12.1122 16.3753 11.9989 16.3548 11.8849 16.3567C11.7708 16.3587 11.6583 16.3831 11.5536 16.4286C11.449 16.4741 11.3544 16.5397 11.2751 16.6217C11.1959 16.7038 11.1336 16.8006 11.0917 16.9068C11.0499 17.0129 11.0294 17.1262 11.0314 17.2403C11.0334 17.3543 11.0578 17.4669 11.1032 17.5715C11.1487 17.6761 11.2143 17.7707 11.2964 17.85L14.5604 21.114C14.6394 21.1937 14.7334 21.2569 14.837 21.3C14.9406 21.3432 15.0517 21.3654 15.1639 21.3654C15.2761 21.3654 15.3872 21.3432 15.4908 21.3C15.5944 21.2569 15.6884 21.1937 15.7674 21.114L22.7034 14.178C22.7897 14.0984 22.8585 14.0018 22.9056 13.8943C22.9527 13.7867 22.977 13.6706 22.977 13.5532C22.977 13.4359 22.9527 13.3197 22.9056 13.2122C22.8585 13.1047 22.7897 13.0081 22.7034 12.9285Z" }, null, -1)
|
|
611
611
|
]));
|
|
612
612
|
}
|
|
613
|
-
const
|
|
613
|
+
const bt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-1c2c938f"]]), at = { class: "adj-tabs" }, ot = { class: "adj-tabs-wrapper" }, it = ["onClick"], st = { key: 0 }, nt = /* @__PURE__ */ k({
|
|
614
614
|
__name: "AdjTabs",
|
|
615
615
|
props: {
|
|
616
616
|
items: { default: () => [] },
|
|
@@ -630,7 +630,7 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
630
630
|
return i(), n("div", {
|
|
631
631
|
key: f.name,
|
|
632
632
|
class: m(["adj-tabs__item", { active: f.id == ((d = l.modelValue) == null ? void 0 : d.id), disabled: f.disabled }]),
|
|
633
|
-
onClick: (
|
|
633
|
+
onClick: (w) => u(f)
|
|
634
634
|
}, [
|
|
635
635
|
o("p", null, $(f.name), 1),
|
|
636
636
|
f.number ? (i(), n("span", st, $(f.number), 1)) : H("", !0)
|
|
@@ -639,7 +639,7 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
639
639
|
])
|
|
640
640
|
]));
|
|
641
641
|
}
|
|
642
|
-
}), $t = /* @__PURE__ */ g(nt, [["__scopeId", "data-v-
|
|
642
|
+
}), $t = /* @__PURE__ */ g(nt, [["__scopeId", "data-v-8aa4d052"]]), dt = { class: "adj-upload-file__main" }, ut = { class: "adj-text-14" }, rt = /* @__PURE__ */ k({
|
|
643
643
|
__name: "AdjUploadFile",
|
|
644
644
|
props: {
|
|
645
645
|
text: {},
|
|
@@ -657,7 +657,7 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
657
657
|
async function f(s) {
|
|
658
658
|
return new Promise((p, v) => {
|
|
659
659
|
const h = new FileReader();
|
|
660
|
-
h.readAsDataURL(s), h.onload = () => p(h.result), h.onerror = (
|
|
660
|
+
h.readAsDataURL(s), h.onload = () => p(h.result), h.onerror = (b) => v(b);
|
|
661
661
|
});
|
|
662
662
|
}
|
|
663
663
|
async function d(s) {
|
|
@@ -681,7 +681,7 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
681
681
|
// urlFull: `https://api.adjutant.ru/tmp/upload/constructorzakaz/${responseJson?.result}`,
|
|
682
682
|
};
|
|
683
683
|
}
|
|
684
|
-
async function
|
|
684
|
+
async function w(s) {
|
|
685
685
|
var y;
|
|
686
686
|
if (!(s.files && ((y = s == null ? void 0 : s.files) == null ? void 0 : y.length) > 0))
|
|
687
687
|
return;
|
|
@@ -689,13 +689,13 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
689
689
|
const p = s == null ? void 0 : s.files[0];
|
|
690
690
|
let v = p.type;
|
|
691
691
|
v === "image/svg+xml" && (v = "image/svg");
|
|
692
|
-
const h = await f(p),
|
|
692
|
+
const h = await f(p), b = await d({
|
|
693
693
|
type: v,
|
|
694
694
|
data: h,
|
|
695
695
|
width: t.width,
|
|
696
696
|
height: t.height
|
|
697
697
|
});
|
|
698
|
-
a("update:modelValue", { ...t.modelValue, ...
|
|
698
|
+
a("update:modelValue", { ...t.modelValue, ...b }), l.value = !1;
|
|
699
699
|
}
|
|
700
700
|
return (s, p) => (i(), n("div", {
|
|
701
701
|
class: m(["adj-upload-file", { "adj-upload-file_loading": l.value }]),
|
|
@@ -716,11 +716,11 @@ const wt = /* @__PURE__ */ g(et, [["render", lt], ["__scopeId", "data-v-f04662e9
|
|
|
716
716
|
ref: "refFileInput",
|
|
717
717
|
type: "file",
|
|
718
718
|
hidden: "hidden",
|
|
719
|
-
onInput: p[1] || (p[1] = (v) =>
|
|
719
|
+
onInput: p[1] || (p[1] = (v) => w(v.target))
|
|
720
720
|
}, null, 544)
|
|
721
721
|
], 2));
|
|
722
722
|
}
|
|
723
|
-
}), Ct = /* @__PURE__ */ g(rt, [["__scopeId", "data-v-
|
|
723
|
+
}), Ct = /* @__PURE__ */ g(rt, [["__scopeId", "data-v-cc8f15a0"]]);
|
|
724
724
|
export {
|
|
725
725
|
Pe as A,
|
|
726
726
|
g as _,
|
|
@@ -734,9 +734,9 @@ export {
|
|
|
734
734
|
He as h,
|
|
735
735
|
gt as i,
|
|
736
736
|
kt as j,
|
|
737
|
-
|
|
737
|
+
wt as k,
|
|
738
738
|
Xe as l,
|
|
739
|
-
|
|
739
|
+
bt as m,
|
|
740
740
|
$t as n,
|
|
741
741
|
Ct as o
|
|
742
742
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";@import"https://assets.cnstr.adjutant.ru/fonts/eurostile.css";@import"https://assets.cnstr.adjutant.ru/fonts/icomoon.css";:root{--alternative: #00aaa7;--error: #e14848;--wine: #7f2629;--contrast-dark: #d74400;--contrast-normal: #ff5100;--contrast-light: #ff6f2d;--icon-dark: #40a8a8;--icon-light: #a4cccc;--back-dark: #d3e5e5;--back-light: #ecf4f4;--black: #000000;--white: #ffffff;--white-70: #ffffffb3;--white-50: #ffffff80;--white-30: #ffffff4d;--stroke-dark: #7c9594;--stroke-light: #c5cfcf}[class^=adj-]{font-family:Roboto;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:0em;box-sizing:border-box;padding:0;margin:0}[class^=adj-] *{box-sizing:border-box;padding:0;margin:0}[class^=adj-] *:focus{outline:none}.adj-fade-enter-from,.adj-fade-leave-to{opacity:0}.adj-fade-leave-from,.adj-fade-enter-to{opacity:1}.adj-popup-left-enter-from,.adj-popup-left-leave-to{transform:translate(-100vw);opacity:0}.adj-popup-bottom-enter-from,.adj-popup-bottom-leave-to{transform:translateY(50vh);opacity:0}.adj-fade-enter-active,.adj-fade-leave-active,.adj-popup-left-enter-active,.adj-popup-left-leave-active,.adj-popup-bottom-enter-active,.adj-popup-bottom-leave-active{transition:.3s}.adj-popup-pers-enter-from,.adj-popup-pers-leave-to{transition:.3s;max-height:0px;overflow:hidden}.adj-popup-pers-leave-from,.adj-popup-pers-enter-to{transition:.3s;max-height:500px;overflow:hidden}.adj-title-h1{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em}.adj-title-h2{font-family:Eurostile;font-weight:500;font-size:30px;line-height:36px;letter-spacing:0em}.adj-title-h3{font-family:Eurostile;font-weight:600;font-size:24px;line-height:32px;letter-spacing:0em}.adj-title-h4{font-family:Eurostile;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-18{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em}.adj-text-16{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em}.adj-text-14{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em}.adj-text-13{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em}.adj-text-12{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left}.adj-text-18-bold{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-16-bold{font-family:Roboto;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-14-bold{font-family:Roboto;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0em;font-weight:600}.adj-text-13-bold{font-family:Roboto;font-weight:400;font-size:13px;line-height:19px;letter-spacing:0em;font-weight:600}.adj-text-12-bold{font-weight:400;font-family:Roboto;font-size:12px;line-height:16px;letter-spacing:0em;text-align:left;font-weight:600}.adj-effect-overlay-normal{box-shadow:0 4px 8px #052d2b26}.adj-effect-overlay-big{box-shadow:0 4px 15px #00343145}.adj-effect-overlay-small{box-shadow:0 2px 2px #052d2b33}.adj-effect-overlay-light{box-shadow:0 2px 2px #052d2b1a}.adj-hyperlink{font-family:Roboto;font-size:14px;font-weight:400;line-height:1.5;color:var(--black);text-decoration:underline;transition:.3s}.adj-hyperlink:hover{color:var(--contrast-normal)}.adj-hyperlink_contrast{color:var(--alternative)}.adj-hyperlink_contrast:hover{color:var(--contrast-normal)}.adj-hyperlink_light{color:var(--white);opacity:.5}.adj-hyperlink_light:hover{color:var(--white);opacity:1}.adj-hyperlink_button{text-align:center;color:var(--alternative);background-color:var(--back-light);border-radius:5px;padding:3px 10px;width:fit-content;line-height:34px;text-decoration:none}.adj-hyperlink_button:hover{color:var(--alternative);background-color:var(--back-dark)}.adj-hyperlink_button:active{background-color:var(--alternative);color:var(--white)}.adj-button[data-v-931ef9bf]{display:flex;justify-content:center;align-items:center;gap:6px;border-radius:5px;cursor:pointer;border:none;transition:.3s}.adj-button i[data-v-931ef9bf]{transition:.3s}.adj-button_medium[data-v-931ef9bf]{padding:12px 20px;height:48px}.adj-button_medium div[data-v-931ef9bf]{font-size:16px;line-height:24px}.adj-button_medium i[data-v-931ef9bf]{font-size:24px!important;line-height:24px}.adj-button_small[data-v-931ef9bf]{padding:6.5px 15px;height:34px}.adj-button_small div[data-v-931ef9bf]{font-size:14px;line-height:21px}.adj-button_small i[data-v-931ef9bf]{font-size:20px!important;line-height:20px}.adj-button_round[data-v-931ef9bf]{border-radius:24px}.adj-button_flex[data-v-931ef9bf]{width:100%}.adj-button_primary[data-v-931ef9bf]{background-color:var(--contrast-normal);color:var(--white)}.adj-button_primary[data-v-931ef9bf]:hover{background-color:var(--contrast-light)}.adj-button_primary[data-v-931ef9bf]:active{background-color:var(--contrast-dark)}.adj-button_alternative-light[data-v-931ef9bf]{background-color:var(--back-light);color:var(--black)}.adj-button_alternative-light i[data-v-931ef9bf]{color:var(--icon-dark)}.adj-button_alternative-light[data-v-931ef9bf]:hover{background-color:var(--back-dark)}.adj-button_alternative-light[data-v-931ef9bf]:active{background-color:var(--icon-light)}.adj-button_alternative-light:active i[data-v-931ef9bf]{color:var(--black)}.adj-button_alternative-dark[data-v-931ef9bf]{background-color:var(--back-dark);color:var(--black)}.adj-button_alternative-dark i[data-v-931ef9bf]{color:var(--icon-dark)}.adj-button_alternative-dark[data-v-931ef9bf]:hover{background-color:var(--icon-light)}.adj-button_alternative-dark:hover i[data-v-931ef9bf]{color:var(--black)}.adj-button_alternative-active[data-v-931ef9bf]{background-color:var(--alternative);color:var(--white)}.adj-button_alternative-active i[data-v-931ef9bf]{color:var(--white)}.adj-button_alternative[data-v-931ef9bf]{background-color:var(--back-light);color:var(--alternative)}.adj-button_alternative i[data-v-931ef9bf]{color:var(--alternative)}.adj-button_alternative[data-v-931ef9bf]:hover{background-color:var(--back-dark)}.adj-button_disabled[data-v-931ef9bf]{background-color:var(--stroke-light)!important;color:var(--white)!important}.adj-button_disabled i[data-v-931ef9bf]{color:var(--white)!important}.adj-checkbox[data-v-29974d93]{cursor:pointer;display:flex;align-items:center;gap:0 8px}.adj-checkbox__handle[data-v-29974d93]{width:16px;height:16px;border:1px solid var(--stroke-light);border-radius:4px;transition:.3s;position:relative}.adj-checkbox__handle svg[data-v-29974d93]{display:block;position:absolute;left:-1px;top:-1px;transition:.3s}.adj-checkbox__handle svg rect[data-v-29974d93]{fill:var(--alternative)}.adj-checkbox__handle svg path[data-v-29974d93]{fill:var(--white)}.adj-checkbox:hover .adj-checkbox__handle[data-v-29974d93]{border:1px solid var(--alternative)}.adj-checkbox.disabled svg rect[data-v-29974d93]{fill:var(--stroke-light)}.adj-checkbox.disabled span[data-v-29974d93]{color:var(--stroke-dark)}.adj-checkbox.disabled:hover .adj-checkbox__handle[data-v-29974d93]{pointer-events:none;border:1px solid var(--stroke-light)}.adj-scroll[data-v-13a0a1e5]{overflow-x:auto;overflow-y:auto}.adj-scroll[data-v-13a0a1e5]::-webkit-scrollbar{width:15px;height:15px}.adj-scroll[data-v-13a0a1e5]::-webkit-scrollbar-track{background:var(--back-light)}.adj-scroll[data-v-13a0a1e5]::-webkit-scrollbar-thumb{background-color:var(--icon-light);border-radius:20px;border:5px solid var(--back-light)}.adj-scroll[data-v-13a0a1e5]::-webkit-scrollbar-thumb:hover{background-color:var(--icon-dark)}@-moz-document url-prefix(){.adj-scroll[data-v-13a0a1e5]{scrollbar-color:var(--icon-light) var(--back-light)}.adj-scroll[data-v-13a0a1e5]:hover{scrollbar-color:var(--icon-dark) var(--back-light)}}.adj-scroll_white[data-v-13a0a1e5]::-webkit-scrollbar{width:11px;height:11px}@-moz-document url-prefix(){.adj-scroll_white[data-v-13a0a1e5]{scrollbar-color:var(--icon-light) var(--white)}.adj-scroll_white[data-v-13a0a1e5]:hover{scrollbar-color:var(--icon-dark) var(--white)}}.adj-scroll_white[data-v-13a0a1e5]::-webkit-scrollbar-track{background:var(--white)}.adj-scroll_white[data-v-13a0a1e5]::-webkit-scrollbar-thumb{border:3px solid var(--white)}.adj-filter-select__name[data-v-0940fa41]{padding:5px 4px 5px 10px;position:relative;cursor:pointer;width:-webkit-fill-available;background-color:var(--back-light);border-radius:5px;max-width:fit-content;transition:.3s;display:flex;align-items:center;gap:2px}.adj-filter-select__name[data-v-0940fa41]:hover{background-color:var(--back-dark)}.adj-filter-select__name span[data-v-0940fa41]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-filter-select__name i[data-v-0940fa41]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-filter-select.show .adj-filter-select__name[data-v-0940fa41]{background-color:var(--back-dark)}.adj-filter-select.show i[data-v-0940fa41]{transform:rotate(180deg)}.adj-filter-select__items[data-v-0940fa41]{width:290px;position:absolute;top:34px;left:50%;transform:translate(-50%);background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-filter-select__item[data-v-0940fa41]{padding:13.5px 16px;transition:.3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:0 10px}.adj-filter-select__item[data-v-0940fa41]:hover{background-color:var(--back-dark)}.adj-filter-select__item_disabled[data-v-0940fa41]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-filter-select__item_disabled i[data-v-0940fa41]{color:var(--icon-dark)}.adj-filter-select.left .adj-filter-select__items[data-v-0940fa41]{right:0;left:auto;transform:none}.adj-filter-select.right .adj-filter-select__items[data-v-0940fa41]{left:0;transform:none}.adj-filter-select.active .adj-filter-select__name[data-v-0940fa41]{background-color:var(--contrast-normal)}.adj-filter-select.active .adj-filter-select__name span[data-v-0940fa41]{color:var(--white)}.adj-filter-select.active .adj-filter-select__name[data-v-0940fa41]:hover{background-color:var(--contrast-light)}.adj-filter-select.active .adj-filter-select__name i[data-v-0940fa41]{color:var(--white)}.adj-hint-desktop[data-v-67f0030e]{padding:5px 10px;background:#fff;position:relative;width:var(--e34e2b26);border:1px solid var(--stroke-light);box-shadow:0 4px 8px #052d2b26;border-radius:5px}.adj-hint-desktop__text[data-v-67f0030e]{font-family:Roboto;font-size:13px;font-weight:400;line-height:19px}.adj-hint-desktop__text[data-v-67f0030e] p{margin-top:7px}.adj-hint-desktop__text[data-v-67f0030e] p:first-child{margin:0}.adj-hint-desktop__triangle[data-v-67f0030e]{position:absolute;left:calc(50% - 7px);top:-13px}.adj-hint-desktop__triangle_inner[data-v-67f0030e]{fill:#fff}.adj-hint-desktop__triangle_border[data-v-67f0030e]{stroke:var(--stroke-light)}.adj-hint-desktop_dark.adj-hint-desktop[data-v-67f0030e]{padding:15px;border:none;box-shadow:none;border-radius:15px;background-color:#000000b3;color:var(--white)}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_inner[data-v-67f0030e]{fill:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop .adj-hint-desktop__triangle_border[data-v-67f0030e]{stroke:#000000b3}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_left .adj-hint-desktop__triangle[data-v-67f0030e]{right:15px}.adj-hint-desktop_dark.adj-hint-desktop.adj-hint-desktop_right .adj-hint-desktop__triangle[data-v-67f0030e]{left:15px}.adj-hint-desktop_top.adj-hint-desktop .adj-hint-desktop__triangle[data-v-67f0030e]{position:absolute;transform:rotate(180deg);top:unset;bottom:-13px}.adj-hint-desktop_left.adj-hint-desktop .adj-hint-desktop__triangle[data-v-67f0030e]{right:10px;left:auto}.adj-hint-desktop_right.adj-hint-desktop .adj-hint-desktop__triangle[data-v-67f0030e]{left:10px}.adj-modal_wrapper[data-v-b509202c]{position:fixed;top:0;bottom:0;left:0;right:0;z-index:50}.adj-modal__background[data-v-b509202c]{width:100%;height:100%;background-color:#00000080;cursor:pointer}.adj-modal__window[data-v-b509202c]{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;background-color:var(--white);box-shadow:0 4px 15px #00343166;border-radius:15px;width:var(--031a1fe5);height:fit-content;max-width:calc(100% - 64px);max-height:calc(100% - 64px);color:var(--black)}@media (max-width: 779px){.adj-modal__window[data-v-b509202c]{border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%}}.adj-modal__close[data-v-b509202c]{position:absolute;cursor:pointer;width:34px;height:34px;line-height:34px;font-size:34px;top:-34px;right:-34px;color:#ffffffb3}.adj-modal__close[data-v-b509202c]:hover{color:var(--white)}@media (max-width: 779px){.adj-modal__close[data-v-b509202c]{top:15px;right:15px;color:var(--icon-light)}.adj-modal__close[data-v-b509202c]:hover{color:var(--stroke-dark)}}.adj-hint__slot[data-v-5691f67f]{width:fit-content;height:fit-content}.adj-hint__hint[data-v-5691f67f]{z-index:20;position:fixed}.adj-hint__modal[data-v-5691f67f]{padding:30px 20px}.adj-hint__modal[data-v-5691f67f] p{margin-top:7px}.adj-hint__modal[data-v-5691f67f] p:first-child{margin:0}@media (max-width: 779px){.adj-hint__modal[data-v-5691f67f]{padding:50px 20px}}.adj-icon[data-v-4365d805]{cursor:pointer;transition:.3s;height:var(--6f1cc414);width:var(--6f1cc414)}.adj-icon i[data-v-4365d805]{display:block;font-size:var(--6f1cc414);line-height:var(--6f1cc414);transition:.3s}.adj-icon_light i[data-v-4365d805]{color:var(--icon-light)}.adj-icon_light i[data-v-4365d805]:hover{color:var(--stroke-dark)}.adj-icon_contrast i[data-v-4365d805]{color:var(--icon-dark)}.adj-icon_contrast i[data-v-4365d805]:hover{color:var(--black)}.adj-icon_dark-back i[data-v-4365d805]{color:#ffffffb3}.adj-icon_dark-back i[data-v-4365d805]:hover{color:#fff}.adj-icon_disabled i[data-v-4365d805]{color:var(--stroke-light)!important}.adj-icon-button[data-v-1fe96e59]{position:relative;cursor:pointer;transition:.3s}.adj-icon-button_medium[data-v-1fe96e59]{width:42px;height:42px;padding:6px;border-radius:10px}.adj-icon-button_medium i[data-v-1fe96e59]{line-height:30px;font-size:30px}.adj-icon-button_small[data-v-1fe96e59]{width:34px;height:34px;padding:5px;border-radius:5px}.adj-icon-button_small i[data-v-1fe96e59]{line-height:24px;font-size:24px}.adj-icon-button_white-back[data-v-1fe96e59]{background-color:var(--white);box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back i[data-v-1fe96e59]{color:var(--icon-light)}.adj-icon-button_white-back[data-v-1fe96e59]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button_white-back:hover i[data-v-1fe96e59]{color:var(--stroke-dark)}.adj-icon-button_white-back.adj-icon-button_disabled[data-v-1fe96e59]{box-shadow:0 4px 8px #052d2b26}.adj-icon-button_white-back.adj-icon-button_disabled i[data-v-1fe96e59]{color:var(--stroke-light)}.adj-icon-button_white-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-1fe96e59]{background:var(--stroke-light)}.adj-icon-button_dark-back[data-v-1fe96e59]{background-color:var(--back-dark)}.adj-icon-button_dark-back i[data-v-1fe96e59]{color:var(--icon-dark)}.adj-icon-button_dark-back[data-v-1fe96e59]:hover{background-color:var(--icon-light)}.adj-icon-button_dark-back:hover i[data-v-1fe96e59]{color:var(--black)}.adj-icon-button_dark-back.adj-icon-button_disabled[data-v-1fe96e59]{background:var(--stroke-light)}.adj-icon-button_dark-back.adj-icon-button_disabled i[data-v-1fe96e59]{color:var(--white)}.adj-icon-button_dark-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-1fe96e59]{background:var(--stroke-light)}.adj-icon-button_light-back[data-v-1fe96e59]{background-color:var(--back-light)}.adj-icon-button_light-back i[data-v-1fe96e59]{color:var(--icon-dark)}.adj-icon-button_light-back[data-v-1fe96e59]:hover{background-color:var(--back-dark)}.adj-icon-button_light-back.adj-icon-button_disabled[data-v-1fe96e59]{background:var(--stroke-light)}.adj-icon-button_light-back.adj-icon-button_disabled i[data-v-1fe96e59]{color:var(--white)}.adj-icon-button_light-back.adj-icon-button_disabled .adj-icon-button__qty[data-v-1fe96e59]{background:var(--stroke-light)}.adj-icon-button__icon[data-v-1fe96e59]{transition:.3s}.adj-icon-button__qty[data-v-1fe96e59]{position:absolute;text-align:center;right:-5px;bottom:-5px;min-width:16px;height:16px;line-height:16px;border-radius:8px;background:var(--contrast-normal);color:var(--white);padding:0 4px}.adj-radio[data-v-cd7a7c6c]{display:flex;flex-wrap:wrap;gap:10px 15px}.adj-radio__item[data-v-cd7a7c6c]{cursor:pointer;display:flex;align-items:center;gap:8px}.adj-radio__item_left[data-v-cd7a7c6c]{flex-direction:row-reverse}.adj-radio__item_button[data-v-cd7a7c6c]{width:16px;height:16px;border-radius:50%;border:1px solid var(--stroke-light);transition:border-color .3s}.adj-radio__item:hover .adj-radio__item_button[data-v-cd7a7c6c]{border:1px solid var(--alternative)}.adj-radio__item.active .adj-radio__item_button[data-v-cd7a7c6c]{border:3px solid var(--alternative)}.adj-radio_disabled.adj-radio[data-v-cd7a7c6c]{pointer-events:none}.adj-radio_disabled.adj-radio .adj-radio__item_button[data-v-cd7a7c6c]{border-color:var(--stroke-light)}.adj-radio_disabled.adj-radio .adj-radio__item_name[data-v-cd7a7c6c]{color:var(--stroke-dark)}.adj-select-modern[data-v-f7e6a93a]{max-width:fit-content;cursor:pointer;position:relative}.adj-select-modern .adj-input[data-v-f7e6a93a]{display:flex;align-items:center;gap:2px;border-radius:5px;background-color:var(--back-light);height:34px;transition:.3s}.adj-select-modern .adj-input[data-v-f7e6a93a]:hover{background-color:var(--back-dark)}.adj-select-modern .adj-input__image[data-v-f7e6a93a]{width:34px;height:34px;border-radius:5px;position:relative}.adj-select-modern .adj-input__border[data-v-f7e6a93a]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern .adj-input__text[data-v-f7e6a93a]{font-size:14px;white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select-modern .adj-input__icon[data-v-f7e6a93a]{transition:.3s;font-size:24px;margin-left:2px;margin-right:6.5px;color:var(--icon-dark)}.adj-select-modern_text .adj-input__text[data-v-f7e6a93a]{margin-left:10px}.adj-select-modern_image .adj-input__text[data-v-f7e6a93a],.adj-select-modern_background .adj-input__text[data-v-f7e6a93a]{margin-left:8px}.adj-select-modern__items[data-v-f7e6a93a]{width:290px;position:fixed;background:var(--back-light);padding:10px 0;z-index:10;border-radius:15px;overflow:auto}.adj-select-modern__item[data-v-f7e6a93a]{transition:background-color .3s;font-size:14px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:10px;height:48px}.adj-select-modern__item[data-v-f7e6a93a]:hover{background-color:var(--back-dark)}.adj-select-modern__item-image[data-v-f7e6a93a]{position:relative;width:34px;height:34px;border-radius:5px}.adj-select-modern__item-border[data-v-f7e6a93a]{position:absolute;top:0;width:34px;height:34px;border-radius:5px;border:1px solid var(--stroke-light)}.adj-select-modern_text .adj-select-modern__item-text[data-v-f7e6a93a]{margin-left:16px}.adj-select-modern_image .adj-select-modern__item-image[data-v-f7e6a93a],.adj-select-modern_background .adj-select-modern__item-image[data-v-f7e6a93a]{margin-left:7px}.adj-select-modern.showItems .adj-input[data-v-f7e6a93a]{background-color:var(--back-dark)}.adj-select-modern.showItems i[data-v-f7e6a93a]{transform:scaleY(-1)}.adj-select-modern.disabled .adj-input[data-v-f7e6a93a]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select-modern.disabled .adj-input i[data-v-f7e6a93a]{color:var(--icon-dark)}.adj-skeleton-item[data-v-6f754902]{max-width:100%;width:var(--5e8b66ca);margin-top:var(--3f9f2dc8);aspect-ratio:var(--49b42e56);height:var(--2cc04cf2);display:block;border-radius:15px;background-image:linear-gradient(270deg,#e9eff3,#c8c8d0,#c8c8d0,#e9eff3);background-size:400% 100%;animation:adj-loading-6f754902 4s ease-in-out infinite}@keyframes adj-loading-6f754902{0%{background-position:200% 0}to{background-position:-200% 0}}.adj-skeleton[data-v-f7e4b129]{display:flex;flex-direction:column;align-items:var(--119e5028);max-width:100%;width:var(--7104780c)}svg[data-v-1c2c938f]{display:block}svg circle[data-v-1c2c938f]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-1c2c938f]{fill:var(--white)}.adj-tabs[data-v-8aa4d052]{width:100%;overflow:auto;position:relative}.adj-tabs[data-v-8aa4d052]::-webkit-scrollbar{display:none}.adj-tabs-wrapper[data-v-8aa4d052]{display:flex;width:max-content;padding:0 10px}@media (max-width: 779px){.adj-tabs-wrapper[data-v-8aa4d052]{padding:0}}.adj-tabs__item[data-v-8aa4d052]{padding:13.5px 15px;display:flex;align-items:center;gap:6px;cursor:pointer}.adj-tabs__item p[data-v-8aa4d052]{font-size:14px;line-height:21px;white-space:nowrap}.adj-tabs__item span[data-v-8aa4d052]{background:var(--alternative);color:var(--white);font-size:12px;line-height:16px;border-radius:20px;padding:0 4.5px}.adj-tabs__item.active[data-v-8aa4d052]{position:relative;transition:.3s}.adj-tabs__item.active[data-v-8aa4d052]:before{position:absolute;content:"";width:100%;left:0;right:0;bottom:0;height:2px;background-color:var(--contrast-normal)}.adj-tabs__item.disabled p[data-v-8aa4d052]{color:var(--stroke-dark)}.adj-upload-file[data-v-cc8f15a0]{display:flex;align-items:center;gap:0 6px;cursor:pointer}.adj-upload-file [class^=icon-][data-v-cc8f15a0]{transition:.3s;line-height:24px;font-size:24px}.adj-upload-file__main[data-v-cc8f15a0]{display:flex;align-items:center;gap:0 6px}.adj-upload-file__main .icon-arrow-circle-up[data-v-cc8f15a0]{color:var(--alternative)}.adj-upload-file__main:hover .icon-arrow-circle-up[data-v-cc8f15a0]{color:var(--black)}.adj-upload-file .icon-close[data-v-cc8f15a0]{color:var(--icon-light)}.adj-upload-file_loading .icon-arrow-circle-up[data-v-cc8f15a0]{animation:loading-cc8f15a0 .2s infinite alternate ease-in-out}@keyframes loading-cc8f15a0{0%{color:var(--alternative)}to{color:var(--black)}}.adj-button-checkbox[data-v-30cdcaac]{height:34px;padding:0 15px 0 11px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:6px;width:fit-content;cursor:pointer}.adj-button-checkbox__title[data-v-30cdcaac]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-button-checkbox i[data-v-30cdcaac]{color:var(--icon-dark);line-height:20px;font-size:20px}.adj-button-checkbox[data-v-30cdcaac]:hover{background:var(--back-dark)}.adj-button-checkbox.active[data-v-30cdcaac]{background:var(--icon-light)}.adj-button-checkbox.active i[data-v-30cdcaac],.adj-button-checkbox.active .adj-button-checkbox__title[data-v-30cdcaac]{color:var(--black)}.adj-button-checkbox.active[data-v-30cdcaac]:hover{background:var(--back-dark)}.adj-download-link[data-v-59c802f1]{gap:0 6px;display:flex;text-decoration:none}.adj-download-link .icon-file[data-v-59c802f1]{color:var(--alternative);font-size:24px;transition:.3s;text-decoration:none}.adj-download-link .title[data-v-59c802f1]{color:var(--alternative);font-family:Roboto;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0em;transition:.3s;text-decoration:underline}.adj-download-link:hover .icon-file[data-v-59c802f1],.adj-download-link:hover .title[data-v-59c802f1]{color:var(--contrast-normal)}.adj-dropdown-link__title[data-v-6def71e4]{display:flex;align-items:center;gap:0 6px;cursor:pointer;margin-bottom:10px}.adj-dropdown-link__title i[data-v-6def71e4]{transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-dropdown-link__items[data-v-6def71e4]{display:flex;flex-direction:column;gap:10px;padding-left:30px}.adj-dropdown-link_show i[data-v-6def71e4]{transform:rotate(180deg)}.adj-filter-checkbox[data-v-5fd5ecc6]{height:34px;padding:0 10px;border-radius:5px;background:var(--back-light);transition:.3s;display:flex;align-items:center;gap:4px;width:fit-content;cursor:pointer}.adj-filter-checkbox__title[data-v-5fd5ecc6]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-filter-checkbox i[data-v-5fd5ecc6]{color:var(--white);font-size:24px}.adj-filter-checkbox[data-v-5fd5ecc6]:hover{background:var(--back-dark)}.adj-filter-checkbox.active[data-v-5fd5ecc6]{background:var(--contrast-normal)}.adj-filter-checkbox.active .adj-filter-checkbox__title[data-v-5fd5ecc6]{color:var(--white)}.adj-filter-checkbox.active[data-v-5fd5ecc6]:hover{background:var(--contrast-light)}.adj-icon-button-text[data-v-3fe37277]{cursor:pointer;transition:.3s;width:fit-content;height:42px;padding:6px;border-radius:10px;background-color:var(--white);box-shadow:0 4px 8px #052d2b26;text-wrap:nowrap}.adj-icon-button-text i[data-v-3fe37277]{line-height:30px;font-size:30px;color:var(--icon-light)}.adj-icon-button-text[data-v-3fe37277]:hover{box-shadow:0 4px 15px #00343145}.adj-icon-button-text:hover i[data-v-3fe37277]{color:var(--stroke-dark)}.adj-icon-button-text[data-v-3fe37277]:after,.adj-icon-button-text[data-v-3fe37277]:before{display:inline-block;max-width:0;vertical-align:bottom;overflow:hidden;text-wrap:nowrap;margin-bottom:7px;transition:.3s}.adj-icon-button-text[data-v-3fe37277]:hover:after,.adj-icon-button-text[data-v-3fe37277]:hover:before{max-width:600px}.adj-icon-button-text_right[data-v-3fe37277]:after{content:var(--58ad7d87)}.adj-icon-button-text_right[data-v-3fe37277]:hover:after{margin-left:6px;margin-right:15px}.adj-icon-button-text_left[data-v-3fe37277]:before{content:var(--58ad7d87)}.adj-icon-button-text_left[data-v-3fe37277]:hover:before{margin-left:15px;margin-right:6px}.adj-icon-button-text_loading i[data-v-3fe37277]{animation:adj-loading-3fe37277 .2s infinite alternate ease-in-out}[class^=icon-][data-v-3fe37277]{transition:.3s}@keyframes adj-loading-3fe37277{0%{color:var(--icon-light)}to{color:var(--stroke-dark)}}.adj-image-button[data-v-bdd13f77]{background:#fff;width:90px;height:90px;border-radius:20px;padding:8px;transition:.3s;border:2px solid transparent;cursor:pointer}.adj-image-button[data-v-bdd13f77]:hover{box-shadow:0 4px 15px #00343145}.adj-image-button img[data-v-bdd13f77]{width:100%;height:auto}.adj-image-button.active[data-v-bdd13f77]{border:2px solid var(--contrast-normal)}.adj-input__title[data-v-c310983b]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-input__title span[data-v-c310983b]{color:var(--contrast-normal)}.adj-input__hint[data-v-c310983b]{position:absolute;right:0;top:45px}.adj-input__field[data-v-c310983b]{position:relative}.adj-input__field input[data-v-c310983b]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s}.adj-input__field input[data-v-c310983b]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--stroke-dark);transition:.3s}.adj-input__field input[data-v-c310983b]:focus{border:1px solid var(--alternative)}.adj-input__field input[data-v-c310983b]:focus::placeholder{color:var(--stroke-light)}.adj-input__field .icon-pass[data-v-c310983b]{position:absolute;right:8px;top:50%;transform:translateY(-50%);cursor:pointer}.adj-input__field .icon-pass i[data-v-c310983b]{color:var(--icon-light);transition:.3s;font-size:24px}.adj-input__field .icon-pass:hover i[data-v-c310983b]{color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-c310983b]{background-color:var(--back-light);border:1px solid var(--stroke-light);color:var(--stroke-dark)}.adj-input_disabled .adj-input__field input[data-v-c310983b]::placeholder{color:var(--stroke-light)}.adj-input_disabled .adj-input__field .icon-pass i[data-v-c310983b]{color:var(--stroke-light)}.adj-input_error .adj-input__field input[data-v-c310983b]{border:1px solid var(--error)}.adj-input_left-title[data-v-c310983b]{display:flex;align-items:center;gap:0 10px}.adj-input_left-title .adj-input__title[data-v-c310983b]{margin-bottom:0}.adj-input_password .adj-input__field input[data-v-c310983b]{padding:6.5px 42px 6.5px 10px}.adj-input-modern[data-v-6fe7f2f2]{position:relative}.adj-input-modern input[data-v-6fe7f2f2]{height:34px;padding:6.5px 10px;border:none;border-bottom:1px solid var(--alternative);color:var(--alternative);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%}.adj-input-modern input[data-v-6fe7f2f2]::placeholder{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;color:var(--alternative);transition:.3s}.adj-input-modern input[data-v-6fe7f2f2]:focus{border-bottom:2px solid var(--alternative)}.adj-input-modern input[data-v-6fe7f2f2]:focus::placeholder{color:var(--icon-light)}.adj-input-modern_disabled input[data-v-6fe7f2f2]{color:var(--stroke-dark);border-bottom:1px solid var(--stroke-light)}.adj-input-modern_disabled input[data-v-6fe7f2f2]::placeholder{color:var(--stroke-light)}.adj-select__title[data-v-7493a68d]{font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;margin-bottom:4px;white-space:nowrap}.adj-select__title span[data-v-7493a68d]{color:var(--contrast-normal)}.adj-select__comment[data-v-7493a68d]{color:var(--alternative);font-size:12px;line-height:16px;position:absolute;right:0;top:-22px}.adj-select__name[data-v-7493a68d]{padding:5.5px 30px 5.5px 10px;border:1px solid var(--stroke-light);position:relative;cursor:pointer;width:-webkit-fill-available}.adj-select__name_active[data-v-7493a68d]{border:1px solid var(--alternative)}.adj-select__name input[data-v-7493a68d]{border:0;outline:0}.adj-select__name span[data-v-7493a68d]{white-space:nowrap;display:block;overflow:hidden;text-overflow:ellipsis}.adj-select__name i[data-v-7493a68d]{position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:.3s;font-size:24px;color:var(--icon-dark)}.adj-select.show i[data-v-7493a68d]{transform:translateY(-50%) rotate(180deg)}.adj-select__items[data-v-7493a68d]{position:absolute;top:33px;left:-1px;right:-1px;background:var(--white);padding:5px 0;border:1px solid var(--stroke-light);z-index:10}.adj-select__item[data-v-7493a68d]{padding:6.5px 10px;transition:.3s;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adj-select__item[data-v-7493a68d]:hover{background-color:var(--back-light)}.adj-select__item.active[data-v-7493a68d]{color:var(--alternative)}.adj-select.disabled .adj-select__comment[data-v-7493a68d]{color:var(--stroke-dark)}.adj-select.disabled .adj-select__name[data-v-7493a68d]{background-color:var(--back-light);color:var(--stroke-dark)}.adj-select.disabled .adj-select__name i[data-v-7493a68d]{color:var(--stroke-light)}.adj-select.leftTitle[data-v-7493a68d]{display:flex;align-items:center;gap:0 10px;margin-top:25px}.adj-select.leftTitle .adj-select__title[data-v-7493a68d]{margin-bottom:2px}svg[data-v-ba0f7601]{display:block}svg circle[data-v-ba0f7601]{fill:var(--contrast-normal);stroke:var(--white)}svg path[data-v-ba0f7601]{fill:var(--white)}svg[data-v-de2d985f]{display:block}svg path[data-v-de2d985f]{fill:#d8362a}.adj-image-item[data-v-c71fcb56]{display:flex;flex-direction:column;max-width:100%;width:var(--f86ab232);height:auto;position:relative;gap:10px}.adj-image-item_hovered[data-v-c71fcb56]{cursor:pointer}.adj-image-item_hovered .adj-bottom__title[data-v-c71fcb56]{color:var(--contrast-normal)}.adj-image-item_hovered .adj-hint__wrapper[data-v-c71fcb56]{transform:translateY(0)}.adj-image-item_checked .adj-bottom__title[data-v-c71fcb56]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-image-item_bordered .adj-top[data-v-c71fcb56]{border:1px var(--stroke-light) solid}.adj-top[data-v-c71fcb56]{width:100%;position:relative}.adj-top__image[data-v-c71fcb56]{display:block;width:100%;object-fit:contain}.adj-top__check[data-v-c71fcb56]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-hint[data-v-c71fcb56]{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.adj-hint__wrapper[data-v-c71fcb56]{position:absolute;bottom:0;right:0;left:0;padding:15px 10px;background-color:#000000b3;transform:translateY(100%);color:var(--white);transition:.3s}.adj-labels[data-v-c71fcb56]{display:flex;flex-direction:column;text-align:center;width:57px;height:30px;gap:5px;position:absolute;right:0;top:5px}.adj-labels__label[data-v-c71fcb56]{color:var(--white);background-color:var(--alternative)}.adj-top__buttons[data-v-c71fcb56]{display:flex;flex-direction:column;gap:5px;position:absolute;left:0;top:0;opacity:0;transition:.3s}@media (max-width: 1199px){.adj-top__buttons[data-v-c71fcb56]{opacity:1}}.adj-image-item:hover .adj-top__buttons[data-v-c71fcb56]{opacity:1}.adj-bottom__title[data-v-c71fcb56]{padding-bottom:1px;border-bottom:2px transparent solid;transition:.3s}.adj-bottom__title_center[data-v-c71fcb56]{text-align:center}.adj-bottom__subtitle[data-v-c71fcb56]{margin-top:3px;color:var(--stroke-dark)}.adj-square[data-v-c71fcb56]{display:flex;justify-content:center;align-items:center;position:absolute;width:34px;height:34px;right:-17px;background-color:var(--white);color:var(--icon-light);border:1px solid var(--icon-light);border-radius:5px;font-size:24px;line-height:24px;transition:.3s}.adj-square_close[data-v-c71fcb56]{top:-17px}.adj-square_quantity[data-v-c71fcb56]{bottom:22px;color:var(--contrast-normal);border:1px solid var(--contrast-normal);font-size:16px}.adj-square_plus[data-v-c71fcb56]{bottom:-17px}.adj-square_close[data-v-c71fcb56],.adj-square_plus[data-v-c71fcb56]{box-shadow:0 4px 8px #052d2b26}.adj-square_close[data-v-c71fcb56]:hover,.adj-square_plus[data-v-c71fcb56]:hover{color:var(--stroke-dark);box-shadow:0 4px 15px #00343145}.adj-blocks[data-v-c3d36210]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:50px 20px}@media (min-width: 1200px){.adj-blocks__item[data-v-c3d36210]{max-width:195px}}@media (min-width: 1200px){.adj-blocks__item[data-v-c3d36210]{width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-blocks__item[data-v-c3d36210]{width:calc((100% - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-blocks__item[data-v-c3d36210]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-blocks__item[data-v-c3d36210]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-blocks__item[data-v-c3d36210]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-blocks__item[data-v-c3d36210]{width:calc((100% + -0px)*1)}}.adj-cover-item[data-v-830adb07]{display:flex;flex-direction:column;max-width:100%;width:var(--efaf9e82);height:auto;position:relative}.adj-cover-item_hovered[data-v-830adb07]{cursor:pointer}.adj-cover-item_hovered .adj-bottom__title[data-v-830adb07]{color:var(--contrast-normal)}.adj-cover-item_underlined .adj-bottom__title[data-v-830adb07]{text-decoration:underline}.adj-cover-item_checked .adj-bottom__title[data-v-830adb07]{color:var(--contrast-normal);border-color:var(--contrast-normal)}.adj-top[data-v-830adb07]{width:100%;position:relative;aspect-ratio:1}.adj-top__image[data-v-830adb07]{display:block;width:100%}.adj-top__check[data-v-830adb07]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:34px;height:34px}.adj-top__icon-buttons[data-v-830adb07]{position:absolute;right:0;top:0;display:flex;flex-direction:column;row-gap:5px}.adj-bottom[data-v-830adb07]{min-height:80px}.adj-bottom__title[data-v-830adb07]{text-align:center;padding:15px 0 16px;border-bottom:2px transparent solid;transition:.3s}.adj-laminates[data-v-bfae1b59]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:35px 20px}@media (max-width: 1199px){.adj-laminates[data-v-bfae1b59]{gap:35px 30px}}@media (min-width: 1200px){.adj-laminates__item[data-v-bfae1b59]{max-width:195px;width:195px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-laminates__item[data-v-bfae1b59]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-laminates__item[data-v-bfae1b59]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-laminates__item[data-v-bfae1b59]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-laminates__item[data-v-bfae1b59]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-laminates__item[data-v-bfae1b59]{width:calc((100% + -0px)*1)}}.adj-materials[data-v-164414c9]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-materials[data-v-164414c9]{gap:30px 30px}}@media (min-width: 1200px){.adj-materials__item[data-v-164414c9]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-materials__item[data-v-164414c9]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-materials__item[data-v-164414c9]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-materials__item[data-v-164414c9]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-materials__item[data-v-164414c9]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-materials__item[data-v-164414c9]{width:calc((100% + -0px)*1)}}.adj-models[data-v-bbcba76b]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (min-width: 780px) and (max-width: 1019px){.adj-models[data-v-bbcba76b]{max-width:850px}}@media (min-width: 1020px){.adj-models__item[data-v-bbcba76b]{max-width:195px}}@media (min-width: 1920px){.adj-models__item[data-v-bbcba76b]{width:calc((100vw - 100px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-models__item[data-v-bbcba76b]{width:calc((100vw - 60px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-models__item[data-v-bbcba76b]{width:calc((100vw - 60px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-models__item[data-v-bbcba76b]{width:calc((100% - 40px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-models__item[data-v-bbcba76b]{width:calc((100% - 20px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-models__item[data-v-bbcba76b]{width:calc((100% - 20px)/2)}}@media (max-width: 359px){.adj-models__item[data-v-bbcba76b]{width:calc((100% + -0px)*1)}}.adj-navigator-item[data-v-e032d4d1]{display:flex;flex-direction:column;width:112px;cursor:pointer}@media (max-width: 779px){.adj-navigator-item[data-v-e032d4d1]{width:160px}}.adj-navigator-item_disabled[data-v-e032d4d1],.adj-navigator-item_loading[data-v-e032d4d1]{cursor:default}.adj-navigator-item__top[data-v-e032d4d1]{height:42px;display:flex;align-items:center}.adj-navigator-item__label[data-v-e032d4d1]{height:25px;font-size:13px;line-height:19px;text-align:center;transition:.3s;padding-top:6px}.adj-navigator-item__label_active[data-v-e032d4d1],.adj-navigator-item__label_normal[data-v-e032d4d1]{color:var(--black)}.adj-navigator-item__label_disabled[data-v-e032d4d1]{color:var(--stroke-light)}.adj-navigator-item__square[data-v-e032d4d1]{width:42px;height:42px;border-radius:10px;text-align:center;overflow:hidden;padding:4px;transition:.3s}.adj-navigator-item__square span[data-v-e032d4d1],.adj-navigator-item__square i[data-v-e032d4d1]{font-size:30px;line-height:32px}.adj-navigator-item__square_active[data-v-e032d4d1]{border:2px var(--contrast-normal) solid;background-color:var(--contrast-normal);color:var(--white)}.adj-navigator-item__square_normal[data-v-e032d4d1]{border:2px var(--black) solid;color:var(--black)}.adj-navigator-item__square_disabled[data-v-e032d4d1]{border:2px var(--stroke-light) solid;color:var(--stroke-light)}.adj-navigator-item__square span[data-v-e032d4d1]{font-size:16px;font-weight:700}.adj-navigator-item__line[data-v-e032d4d1]{width:35px;height:2px;transition:.3s}@media (max-width: 779px){.adj-navigator-item__line[data-v-e032d4d1]{width:59px}}.adj-navigator-item__line_active[data-v-e032d4d1]{background-color:var(--contrast-normal)}.adj-navigator-item__line_normal[data-v-e032d4d1]{background-color:var(--black)}.adj-navigator-item__line_disabled[data-v-e032d4d1]{background-color:var(--stroke-light)}.adj-navigator-item__line_hidden[data-v-e032d4d1]{background-color:transparent}.adj-navigator-item:hover .adj-navigator-item__square_active[data-v-e032d4d1]{border:2px var(--contrast-light) solid;background-color:var(--contrast-light)}.adj-navigator-item:hover .adj-navigator-item__square_normal[data-v-e032d4d1]{border:2px var(--contrast-normal) solid;color:var(--contrast-normal)}.adj-navigator-item_loading .adj-navigator-item__square_active[data-v-e032d4d1]{animation:adj-loading-border-e032d4d1 .2s infinite alternate ease-in-out,adj-loading-background-e032d4d1 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__square_normal[data-v-e032d4d1],.adj-navigator-item_loading .adj-navigator-item__square_disabled[data-v-e032d4d1]{animation:adj-loading-border-e032d4d1 .2s infinite alternate ease-in-out,adj-loading-color-e032d4d1 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__line_active[data-v-e032d4d1],.adj-navigator-item_loading .adj-navigator-item__line_normal[data-v-e032d4d1],.adj-navigator-item_loading .adj-navigator-item__line_disabled[data-v-e032d4d1]{animation:adj-loading-background-e032d4d1 .2s infinite alternate ease-in-out}.adj-navigator-item_loading .adj-navigator-item__label_active[data-v-e032d4d1],.adj-navigator-item_loading .adj-navigator-item__label_normal[data-v-e032d4d1],.adj-navigator-item_loading .adj-navigator-item__label_disabled[data-v-e032d4d1]{animation:adj-loading-color-e032d4d1 .2s infinite alternate ease-in-out}@keyframes adj-loading-color-e032d4d1{0%{color:var(--stroke-light)}to{color:var(--stroke-dark)}}@keyframes adj-loading-border-e032d4d1{0%{border-color:var(--stroke-light)}to{border-color:var(--stroke-dark)}}@keyframes adj-loading-background-e032d4d1{0%{background-color:var(--stroke-light)}to{background-color:var(--stroke-dark)}}.adj-navigator-wrapper[data-v-1aca1529]{display:flex;justify-content:center}.adj-navigator-wrapper__item-title[data-v-1aca1529]{font-family:Eurostile;font-weight:500;font-size:40px;line-height:40px;letter-spacing:0em;white-space:nowrap;margin:3px 20px 0}@media (max-width: 1199px){.adj-navigator-wrapper__item-title[data-v-1aca1529]{font-weight:600;font-size:24px;line-height:32px;margin:7px 10px 0}}@media (max-width: 779px){.adj-navigator-wrapper__item-title[data-v-1aca1529]{width:10px;height:10px;margin:16px 0 0;overflow:hidden;color:var(--contrast-normal);background-color:var(--contrast-normal);border-radius:3px}}.adj-navigator__fixed[data-v-ca1d411e]{height:62px;position:fixed;background-color:var(--white);left:0;right:0;top:var(--01da210d);padding:10px 0;z-index:30;border-bottom:1px solid var(--back-light)}.adj-navigator__inline[data-v-ca1d411e]{height:87px;padding:10px 0}.adj-personalizations[data-v-c422817e]{display:flex;flex-direction:column;gap:30px}.adj-personalizations__groups[data-v-c422817e]{display:flex;gap:10px}.adj-personalizations__items[data-v-c422817e]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-personalizations__items[data-v-c422817e]{gap:30px 30px}}@media (min-width: 1200px){.adj-personalizations__item[data-v-c422817e]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-personalizations__item[data-v-c422817e]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-personalizations__item[data-v-c422817e]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-personalizations__item[data-v-c422817e]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-personalizations__item[data-v-c422817e]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-personalizations__item[data-v-c422817e]{width:calc((100% + -0px)*1)}}.adj-input__field[data-v-5f5b348d]{position:relative}.adj-input__field input[data-v-5f5b348d]{height:34px;padding:6.5px 10px;border:1px solid var(--stroke-light);font-family:Roboto;font-size:14px;font-weight:400;line-height:21px;letter-spacing:0em;background-color:var(--white);width:100%;transition:.3s;align-items:center;margin:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.adj-input__field input[data-v-5f5b348d]::-webkit-inner-spin-button{-webkit-appearance:none}.adj-input__field input[data-v-5f5b348d]:focus{border:1px solid var(--alternative)}.adj-select-image[data-v-026deab3]{width:100%;overflow:hidden;position:relative;max-height:var(--3ea1678f);transition:.3s}.adj-select-image[data-v-026deab3]::-webkit-scrollbar{display:none}.adj-select-image-wrapper[data-v-026deab3]{display:flex;width:100%;flex-wrap:wrap;gap:11px}.adj-select-image-item[data-v-026deab3]{width:75px;height:75px;cursor:pointer;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.adj-select-image-item__image[data-v-026deab3]{width:75px;height:75px;border-radius:10px;overflow:hidden;transition:.3s}.adj-select-image-item__title[data-v-026deab3]{transition:.3s}.adj-select-image-item_checked .adj-select-image-item__image[data-v-026deab3]{box-shadow:none;position:relative}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check2[data-v-026deab3]{border:2px solid var(--contrast-normal);border-radius:10px;width:75px;height:75px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.adj-select-image-item_checked .adj-select-image-item__image .adj-select-image__check[data-v-026deab3]{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:24px;height:24px}.adj-select-image-item:hover .adj-select-image-item__image[data-v-026deab3]{box-shadow:0 4px 15px #00343145}.adj-select-image-item:hover .adj-select-image-item__title[data-v-026deab3]{color:var(--contrast-normal)}.adj-select-image__hint[data-v-026deab3]{z-index:10;position:fixed;top:var(--0c5f2c4a);left:var(--40390841);display:var(--0d400e48)}.adj-select-image__expand[data-v-026deab3]{display:flex;align-items:center;margin:4px 0 0 35px;color:var(--alternative);cursor:pointer;transition:.3s;position:relative}@media (max-width: 779px){.adj-select-image__expand[data-v-026deab3]{margin-left:15px}}.adj-select-image__expand[data-v-026deab3]:hover{color:var(--contrast-normal)}.adj-select-image__expand.adj-expand[data-v-026deab3]{margin-top:-2px}.adj-select-image__expand.adj-expand .adj-select-image__expand-icon[data-v-026deab3]{transform:scaleY(-1)}.adj-select-image__expand-icon[data-v-026deab3]{font-size:24px;line-height:24px}.adj-shadow[data-v-026deab3]{position:absolute;right:0;bottom:0;left:0;height:15px;z-index:1;background:linear-gradient(180deg,#fff0,#fff)}.adj-select-image_text[data-v-026deab3]{overflow:auto;padding:20px 0}.adj-select-image_text .adj-select-image-wrapper[data-v-026deab3]{padding:0 10px}.adj-select-image_text_wrapper[data-v-026deab3]{gap:20px 0;text-align:center}.adj-select-image_text .adj-select-image-item[data-v-026deab3]{width:125px;height:unset}.adj-select-image_text .adj-select-image-item__title[data-v-026deab3]{text-align:center;margin:6px 5px 0}@media (max-width: 779px){.adj-select-image_text .adj-select-image-wrapper[data-v-026deab3]{width:max-content;flex-wrap:nowrap}}.adj-select-image_image[data-v-026deab3]{padding:8px 10px 10px 35px}@media (max-width: 779px){.adj-select-image_image[data-v-026deab3]{padding-left:15px}}.adj-select-image_image .adj-select-image-item__title[data-v-026deab3]{display:none}.adj-element[data-v-642a58ad]{display:flex;flex-direction:column}.adj-element__item[data-v-642a58ad]{display:flex;align-items:center}.adj-item[data-v-642a58ad]{display:flex;align-items:center;gap:15px;width:100%}.adj-item__title[data-v-642a58ad]{flex-grow:0;flex-shrink:0;width:85px;margin:8px 0 8px 35px;color:var(--stroke-dark);font-size:14px;line-height:1.5}@media (max-width: 779px){.adj-item__title[data-v-642a58ad]{margin-left:15px}}.adj-item__component[data-v-642a58ad]{width:100%;flex-grow:1}.adj-item__component_checkbox[data-v-642a58ad]{margin:15.5px 0}.adj-item__component_inputNumber[data-v-642a58ad]{margin:8px 0}.adj-item__component_number[data-v-642a58ad]{margin:13px 0}.adj-item__component_radio[data-v-642a58ad]{margin:15.5px 0}.adj-item__component_selectModern[data-v-642a58ad],.adj-item__component_selectModernBackground[data-v-642a58ad],.adj-item__component_selectModernImage[data-v-642a58ad]{margin:8px 0}.adj-item__component_upload[data-v-642a58ad]{margin:13px 0}.adj-item_selectImage[data-v-642a58ad]{flex-direction:column;align-items:start;gap:0;margin:0 0 14px}.adj-item_selectImage-title[data-v-642a58ad]{padding-right:14px;height:42px;display:flex;justify-content:space-between;align-items:flex-end}.adj-item_selectImage .adj-item__title[data-v-642a58ad]{line-height:1;margin:10px 0 10px 35px}@media (max-width: 779px){.adj-item_selectImage .adj-item__title[data-v-642a58ad]{margin-left:15px}}.adj-dashed[data-v-642a58ad]{margin:0 15px 0 35px;border:none;border-top:1px dashed var(--stroke-light)}.adj-solid[data-v-642a58ad]{border:none;border-top:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal[data-v-b89dcfd6]{display:flex;flex-direction:column;height:100%}.adj-personalization-configurator .adj-personalization-modal__header[data-v-b89dcfd6]{height:64px;border-bottom:1px solid var(--stroke-light)}.adj-personalization-configurator .adj-personalization-modal__body[data-v-b89dcfd6]{flex-grow:1;height:calc(100vh - 182px)}@media (min-width: 780px){.adj-personalization-configurator .adj-personalization-modal__body[data-v-b89dcfd6]{max-height:512px;min-height:50px}}.adj-personalization-configurator .adj-personalization-modal__footer[data-v-b89dcfd6]{height:54px;border-top:1px solid var(--stroke-light);box-shadow:0 -2px 2px #052d2b1a}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header[data-v-b89dcfd6]{display:flex;justify-content:space-between;gap:20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__title[data-v-b89dcfd6]{flex-grow:1;margin:20px 0 0 20px}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-header__close[data-v-b89dcfd6]{margin:15px 15px 0 0}.adj-personalization-configurator .adj-personalization-modal .adj-personalization-footer[data-v-b89dcfd6]{display:flex;gap:10px;align-items:center;padding-left:20px}.adj-window__body[data-v-b89dcfd6]{padding:10px 0}.adj-miltititle[data-v-b89dcfd6]{display:flex;justify-content:space-between;align-items:center;height:26px;padding:0 20px 0 10px;margin:10px 0;cursor:pointer;transition:.3s}.adj-miltititle__title[data-v-b89dcfd6]{transition:.3s;flex-grow:1;color:var(--stroke-dark)}.adj-miltititle__title_active[data-v-b89dcfd6]{color:var(--black)}.adj-pricebar-wrapper[data-v-adefa782]{display:flex;justify-content:center;align-items:center;gap:30px;position:fixed;background-color:var(--alternative);left:0;right:0;bottom:0;padding:8px 0;z-index:30;height:50px;color:var(--white)}.adj-pricebar-wrapper .adj-price[data-v-adefa782]{display:flex;justify-content:space-between;align-items:center;gap:4px}.adj-pricebar-wrapper .adj-price_one[data-v-adefa782]{width:200px}@media (max-width: 779px){.adj-pricebar-wrapper .adj-price_one[data-v-adefa782]{display:none}}.adj-pricebar-wrapper .adj-price_edition[data-v-adefa782]{width:290px}.adj-pricebar-wrapper .adj-price_discounts[data-v-adefa782]{width:496px}@media (max-width: 1199px){.adj-pricebar-wrapper .adj-price_discounts[data-v-adefa782]{display:none}}.adj-pricebar-wrapper .adj-price__text[data-v-adefa782]{font-size:14px;line-height:21px;text-wrap:nowrap}.adj-pricebar-wrapper .adj-price__text_lowercase[data-v-adefa782]{text-transform:lowercase}.adj-pricebar-wrapper .adj-price__qty[data-v-adefa782]{width:56px}.adj-pricebar-wrapper .adj-price__dots[data-v-adefa782]{flex-grow:1;border-bottom:1px dashed var(--icon-light);height:17px}.adj-pricebar-wrapper .adj-price__hint[data-v-adefa782]{height:24px}.adj-pricebar-wrapper .adj-price__hint i[data-v-adefa782]{color:var(--icon-light);font-size:24px;line-height:24px;cursor:pointer;transition:.3s}.adj-pricebar-wrapper .adj-price__hint i[data-v-adefa782]:hover{color:var(--white)}.adj-pricebar[data-v-18b29b94]{display:flex;justify-content:center;align-items:center;gap:30px;position:fixed;background-color:var(--alternative);left:0;right:0;bottom:0;padding:8px 0;z-index:30;height:50px;color:var(--white)}.adj-pricebar .adj-price[data-v-18b29b94]{display:flex;justify-content:space-between;gap:4px}.adj-pricebar .adj-price_one[data-v-18b29b94]{width:200px}.adj-pricebar .adj-price_edition[data-v-18b29b94]{width:290px}.adj-pricebar .adj-price__text[data-v-18b29b94]{text-wrap:nowrap}.adj-pricebar .adj-price__dots[data-v-18b29b94]{flex-grow:1;border-bottom:1px dashed var(--icon-light);height:17px}.adj-pricebar .adj-price__hint i[data-v-18b29b94]{color:var(--icon-light);font-size:24px;line-height:24px;cursor:pointer;transition:.3s}.adj-pricebar .adj-price__hint i[data-v-18b29b94]:hover{color:var(--white)}.adj-products[data-v-a9ca4def]{display:flex;justify-content:center}.adj-products_wrapper[data-v-a9ca4def]{display:flex;justify-content:center;width:100%;flex-wrap:wrap;gap:30px}@media (max-width: 1019px){.adj-products_wrapper[data-v-a9ca4def]{justify-content:flex-start}}@media (min-width: 780px) and (max-width: 1019px){.adj-products_wrapper[data-v-a9ca4def]{max-width:870px}}@media (min-width: 780px){.adj-products__item[data-v-a9ca4def]{max-width:270px}}@media (min-width: 1920px){.adj-products__item[data-v-a9ca4def]{width:calc((100vw - 150px) / 6)}}@media (min-width: 1200px) and (max-width: 1919px){.adj-products__item[data-v-a9ca4def]{width:calc((100vw - 90px)/4)}}@media (min-width: 1020px) and (max-width: 1199px){.adj-products__item[data-v-a9ca4def]{width:calc((100vw - 90px)/4)}}@media (min-width: 780px) and (max-width: 1019px){.adj-products__item[data-v-a9ca4def]{width:calc((100% - 60px) / 3)}}@media (min-width: 480px) and (max-width: 779px){.adj-products__item[data-v-a9ca4def]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-products__item[data-v-a9ca4def]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-products__item[data-v-a9ca4def]{width:calc((100% + -0px)*1)}}.adj-stitchings[data-v-4811e4bb]{display:flex;flex-direction:column;gap:30px}.adj-stitchings__groups[data-v-4811e4bb]{display:flex;gap:10px}.adj-stitchings__items[data-v-4811e4bb]{display:flex;justify-content:flex-start;width:100%;flex-wrap:wrap;gap:30px 20px}@media (max-width: 1199px){.adj-stitchings__items[data-v-4811e4bb]{gap:30px 30px}}@media (min-width: 1200px){.adj-stitchings__item[data-v-4811e4bb]{max-width:150px;width:150px}}@media (min-width: 1020px) and (max-width: 1199px){.adj-stitchings__item[data-v-4811e4bb]{width:calc((100% - 150px) / 6)}}@media (min-width: 780px) and (max-width: 1019px){.adj-stitchings__item[data-v-4811e4bb]{width:calc((100% - 90px)/4)}}@media (min-width: 480px) and (max-width: 779px){.adj-stitchings__item[data-v-4811e4bb]{width:calc((100% - 30px)/2)}}@media (min-width: 360px) and (max-width: 479px){.adj-stitchings__item[data-v-4811e4bb]{width:calc((100% - 30px)/2)}}@media (max-width: 359px){.adj-stitchings__item[data-v-4811e4bb]{width:calc((100% + -0px)*1)}}
|