@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
package/dist/components.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./AdjUploadFile-CyQywon3.cjs"),e=require("vue"),C=require("@vueuse/core"),h={class:"adj-button-checkbox__title"},v=e.defineComponent({__name:"AdjButtonCheckbox",props:{title:{},modelValue:{type:Boolean,default:!1},iconLeft:{default:""}},emits:["update:modelValue"],setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-button-checkbox",[{active:t.modelValue}]]),onClick:o[0]||(o[0]=d=>t.$emit("update:modelValue",!t.modelValue))},[t.iconLeft?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(t.iconLeft)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",h,e.toDisplayString(t.title),1)],2))}}),B=l._export_sfc(v,[["__scopeId","data-v-80d5eb02"]]),A=["href"],V={class:"title"},g=e.defineComponent({__name:"AdjDownloadLink",props:{title:{},href:{}},setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("a",{class:"adj-download-link",target:"_blank",href:t.href},[o[0]||(o[0]=e.createElementVNode("i",{class:"icon-file"},null,-1)),e.createElementVNode("span",V,e.toDisplayString(t.title),1)],8,A))}}),L=l._export_sfc(g,[["__scopeId","data-v-7a57f70c"]]),y={class:"adj-hyperlink"},b={key:0,class:"adj-dropdown-link__items"},w=["href"],E=e.defineComponent({__name:"AdjDropdownLink",props:{title:{},items:{}},setup(r){const t=e.ref(!1);return(o,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-dropdown-link",{"adj-dropdown-link_show":t.value}])},[e.createElementVNode("div",{class:"adj-dropdown-link__title",onClick:d[0]||(d[0]=s=>t.value=!t.value)},[d[1]||(d[1]=e.createElementVNode("i",{class:"icon-arrow-down"},null,-1)),e.createElementVNode("span",y,e.toDisplayString(o.title),1)]),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[t.value?(e.openBlock(),e.createElementBlock("div",b,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.items,s=>(e.openBlock(),e.createElementBlock("a",{key:s.title,href:s.href,class:"adj-dropdown-link__item adj-hyperlink"},e.toDisplayString(s.title),9,w))),128))])):e.createCommentVNode("",!0)]),_:1})],2))}}),$=l._export_sfc(E,[["__scopeId","data-v-17f078e6"]]),S={class:"adj-filter-checkbox__title"},I={key:0,class:"icon-close"},N=e.defineComponent({__name:"AdjFilterCheckbox",props:{title:{},modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-filter-checkbox",[{active:t.modelValue}]]),onClick:o[0]||(o[0]=d=>t.$emit("update:modelValue",!t.modelValue))},[e.createElementVNode("div",S,e.toDisplayString(t.title),1),t.modelValue?(e.openBlock(),e.createElementBlock("i",I)):e.createCommentVNode("",!0)],2))}}),D=l._export_sfc(N,[["__scopeId","data-v-e627919d"]]),M=e.defineComponent({__name:"AdjIconButtonText",props:{iconName:{},text:{},textPosition:{default:"right"},loading:{type:Boolean}},emits:["click"],setup(r){e.useCssVars(d=>({"1ba7bed2":o.value}));const t=r,o=e.computed(()=>`'${t.text}'`);return(d,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon-button-text",{[`adj-icon-button-text_${d.textPosition}`]:!0,"adj-icon-button-text_loading":d.loading}]),onClick:s[0]||(s[0]=f=>d.$emit("click"))},[e.createElementVNode("i",{class:e.normalizeClass(d.iconName)},null,2)],2))}}),x=l._export_sfc(M,[["__scopeId","data-v-87475a97"]]),F=["src"],T=e.defineComponent({__name:"AdjImageButton",props:{image:{default:""},active:{type:Boolean,default:!1}},setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-image-button adj-effect-overlay-normal",{active:t.active}])},[e.createElementVNode("img",{src:t.image,alt:""},null,8,F)],2))}}),Z=l._export_sfc(T,[["__scopeId","data-v-6a6f5136"]]),z={key:0,class:"adj-input__title"},H={key:0},P={class:"adj-input__field"},q={key:0,class:"adj-input__hint"},R=["value","placeholder","disabled","type"],U={key:0,class:"icon-hide"},G={key:1,class:"icon-show"},O=e.defineComponent({__name:"AdjInput",props:{title:{default:""},modelValue:{default:""},placeholder:{default:""},error:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},titlePosition:{default:"top"},type:{default:"text"},hint:{default:""},debounceTime:{default:0}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t,s=e.ref(!1),f=e.computed(()=>s.value===!0&&o.type==="password"?"text":o.type);function c(n){return C.useDebounceFn(p=>{u(p)},n)}let i=c(o.debounceTime);e.watch(()=>o.debounceTime,()=>{i=c(o.debounceTime)});function u(n){o.modelValue!=n&&d("update:modelValue",n)}return(n,p)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-input",{"adj-input_disabled":n.disabled,"adj-input_error":n.error,"adj-input_password":n.type==="password","adj-input_left-title":n.titlePosition==="left"}])},[n.title?(e.openBlock(),e.createElementBlock("div",z,[e.createTextVNode(e.toDisplayString(n.title)+" ",1),n.required?(e.openBlock(),e.createElementBlock("span",H,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",P,[n.hint?(e.openBlock(),e.createElementBlock("div",q,[e.createVNode(l.AdjHintDesktop,{html:n.hint,horizontalPosition:"left",verticalPosition:"bottom",width:"170px"},null,8,["html"])])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"adj-input__input",value:n.modelValue,placeholder:n.placeholder,disabled:n.disabled,type:f.value,onChange:p[0]||(p[0]=a=>u(a.target.value)),onInput:p[1]||(p[1]=a=>e.unref(i)(a.target.value))},null,40,R),n.type==="password"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"icon-pass",onClick:p[2]||(p[2]=a=>s.value=!s.value)},[s.value?(e.openBlock(),e.createElementBlock("i",U)):(e.openBlock(),e.createElementBlock("i",G))])):e.createCommentVNode("",!0)])],2))}}),Y=l._export_sfc(O,[["__scopeId","data-v-bef1229d"]]),J=["value","placeholder","disabled"],K=e.defineComponent({__name:"AdjInputModern",props:{modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1},debounceTime:{default:0}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t;function s(i){return C.useDebounceFn(u=>{c(u)},i)}let f=s(o.debounceTime);e.watch(()=>o.debounceTime,()=>{f=s(o.debounceTime)});function c(i){o.modelValue!=i&&d("update:modelValue",i)}return(i,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-input-modern",{"adj-input-modern_disabled":i.disabled}])},[e.createElementVNode("input",{class:"adj-input-modern__input",value:i.modelValue,placeholder:i.placeholder,disabled:i.disabled,type:"text",onChange:u[0]||(u[0]=n=>c(n.target.value)),onInput:u[1]||(u[1]=n=>e.unref(f)(n.target.value))},null,40,J)],2))}}),Q=l._export_sfc(K,[["__scopeId","data-v-1b1ec6df"]]),W={key:0,class:"adj-select__title"},X={key:0},ee={class:"adj-select__comment"},te={key:1},oe={key:0,class:"adj-select__items adj-effect-overlay-normal"},le=["onClick"],ne=e.defineComponent({__name:"AdjSelect",props:{titlePosition:{default:"top"},items:{default:()=>[]},modelValue:{},title:{default:""},comment:{default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},showSearch:{type:Boolean,default:!1},nothingFound:{}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t,s=e.useTemplateRef("refElement");C.onClickOutside(s,()=>u());const f=e.useTemplateRef("refInput");C.useFocus(f,{initialValue:!0});const c=e.ref(!1),i=e.ref("");function u(){c.value=!1}function n(a){d("update:modelValue",a)}const p=e.computed(()=>o.showSearch?o.items.filter(a=>a.name.match(RegExp(i.value,"i"))):o.items);return e.watch(c,()=>{i.value=""}),(a,m)=>{var k;return e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-select",{disabled:a.disabled,leftTitle:a.titlePosition==="left",show:c.value}])},[a.title?(e.openBlock(),e.createElementBlock("div",W,[e.createTextVNode(e.toDisplayString(a.title)+" ",1),a.required?(e.openBlock(),e.createElementBlock("span",X,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["adj-select__name adj-text-14",{"adj-select__name_active":a.showSearch&&c.value}]),onClick:m[3]||(m[3]=_=>a.disabled?0:c.value=!c.value)},[e.createElementVNode("div",ee,e.toDisplayString(a.comment),1),a.showSearch&&c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,type:"text","onUpdate:modelValue":m[0]||(m[0]=_=>i.value=_),ref:"refInput",onClick:m[1]||(m[1]=e.withModifiers(()=>{},["stop"]))},null,512)),[[e.vModelText,i.value]]):(e.openBlock(),e.createElementBlock("span",te,e.toDisplayString((k=a.modelValue)==null?void 0:k.name),1)),m[4]||(m[4]=e.createElementVNode("i",{class:"icon-arrow-down"},null,-1)),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",oe,[e.createVNode(l.AdjScroll,{maxHeight:"238px",white:""},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,_=>{var j;return e.openBlock(),e.createElementBlock("div",{key:_.id,class:e.normalizeClass(["adj-select__item adj-text-14",{active:_.id==((j=a.modelValue)==null?void 0:j.id)}]),onClick:je=>n(_)},e.toDisplayString(_.name),11,le)}),128)),p.value.length===0?(e.openBlock(),e.createElementBlock("div",{key:"nothingFound",class:"adj-select__item adj-text-14",onClick:m[2]||(m[2]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(a.nothingFound),1)):e.createCommentVNode("",!0)])]),_:1})])):e.createCommentVNode("",!0)]),_:1})],2)],2)}}}),ae=l._export_sfc(ne,[["__scopeId","data-v-98d6e7e2"]]),de={},se={viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg"};function ie(r,t){return e.openBlock(),e.createElementBlock("svg",se,t[0]||(t[0]=[e.createElementVNode("circle",{cx:"20",cy:"20",r:"19","stroke-width":"2"},null,-1),e.createElementVNode("path",{d:"M27.6359 15.1348L24.8103 12.3092C24.4415 11.9628 23.9582 11.764 23.4525 11.7507C22.9467 11.7374 22.4536 11.9105 22.0671 12.237L12.7858 21.5184C12.4524 21.8545 12.2449 22.2951 12.198 22.7662L11.7545 27.0665C11.7406 27.2176 11.7602 27.3698 11.8119 27.5124C11.8636 27.655 11.9461 27.7845 12.0536 27.8915C12.1499 27.9871 12.2642 28.0627 12.3899 28.1141C12.5155 28.1654 12.6501 28.1914 12.7858 28.1906H12.8786L17.179 27.7987C17.65 27.7518 18.0906 27.5443 18.4268 27.2109L27.7081 17.9296C28.0684 17.549 28.2631 17.0411 28.2495 16.5173C28.236 15.9934 28.0153 15.4963 27.6359 15.1348V15.1348ZM16.9933 25.7362L13.8995 26.025L14.178 22.9312L20.0046 17.1767L22.789 19.9612L16.9933 25.7362ZM24.1297 18.5793L21.3659 15.8155L23.3768 13.753L26.1922 16.5683L24.1297 18.5793Z"},null,-1)]))}const re=l._export_sfc(de,[["render",ie],["__scopeId","data-v-0a2a1324"]]),ce={},ue={viewBox:"0 0 330 252",xmlns:"http://www.w3.org/2000/svg"};function pe(r,t){return e.openBlock(),e.createElementBlock("svg",ue,t[0]||(t[0]=[e.createStaticVNode('<g filter="url(#filter0_f_7437_67481)"><ellipse cx="162.5" cy="217.5" rx="71.5" ry="14.5" fill="black" fill-opacity="0.15"></ellipse></g><path d="M165 209.623C219.871 209.623 264.623 164.87 264.623 110C264.623 55.1294 219.871 10.3774 165 10.3774C110.129 10.3774 65.3774 55.1294 65.3774 110C65.3774 164.87 110.129 209.623 165 209.623Z" fill="#FE8D5B"></path><path d="M165 10.3774C219.87 10.3774 264.623 55.1294 264.623 110C264.623 164.87 219.871 209.623 165 209.623C110.129 209.623 65.3774 164.87 65.3774 110C65.3774 55.1294 110.129 10.3774 165 10.3774ZM165 0C157.559 0 150.116 0.7546 142.876 2.24268C135.819 3.69336 128.873 5.85684 122.233 8.67416C115.718 11.4378 109.432 14.8566 103.55 18.836C97.7288 22.7744 92.2526 27.2958 87.2744 32.2744C82.2963 37.253 77.7744 42.7288 73.836 48.5509C69.8566 54.4328 66.4378 60.7182 63.6742 67.2333C60.8573 73.8738 58.6934 80.8192 57.2427 87.8764C55.7546 95.1157 55 102.559 55 110C55 117.44 55.7546 124.883 57.2427 132.123C58.6934 139.18 60.8568 146.126 63.6742 152.766C66.4378 159.281 69.8566 165.567 73.836 171.449C77.7748 177.27 82.2963 182.747 87.2744 187.725C92.253 192.704 97.7288 197.225 103.551 201.164C109.433 205.143 115.718 208.563 122.233 211.326C128.874 214.143 135.819 216.307 142.876 217.757C150.116 219.245 157.56 220 165 220C172.44 220 179.884 219.245 187.124 217.757C194.181 216.307 201.127 214.143 207.768 211.326C214.283 208.562 220.568 205.143 226.45 201.164C232.272 197.225 237.748 192.703 242.726 187.725C247.705 182.746 252.226 177.27 256.165 171.448C260.144 165.566 263.563 159.281 266.327 152.766C269.144 146.125 271.308 139.179 272.758 132.123C274.246 124.883 275.001 117.44 275.001 109.999C275.001 102.559 274.246 95.1152 272.758 87.8755C271.308 80.8183 269.144 73.8729 266.327 67.2324C263.563 60.7174 260.144 54.432 256.165 48.55C252.226 42.7284 247.705 37.2522 242.726 32.2736C237.748 27.295 232.272 22.774 226.45 18.8351C220.568 14.8557 214.283 11.4369 207.768 8.67328C201.127 5.8564 194.181 3.69248 187.124 2.2418C179.883 0.7546 172.44 0 165 0Z" fill="white"></path><path d="M248.38 30.3252L110.112 77.9037L152.23 86.3042L248.38 30.3252H248.38Z" fill="#20D0C2"></path><path d="M110.112 77.9038L152.23 86.3042L180.182 70.0304L110.112 77.9038Z" fill="#1A91A1"></path><path d="M152.229 86.3047L158.754 135.952L248.38 30.3257L152.229 86.3047Z" fill="#15BDB1"></path><path d="M152.229 86.3046L158.754 135.952L198.812 88.7422L191.897 77.4756L178.198 88.9112L180.183 70.0299H180.182L152.229 86.3038V86.3046Z" fill="#157380"></path><path d="M248.38 30.3252L167.355 97.9633L158.755 135.952L248.38 30.3252Z" fill="#FECD0D"></path><path d="M178.199 88.9112L167.355 97.9633L158.755 135.952L198.813 88.7422L191.898 77.4756L178.199 88.9112V88.9103L178.199 88.9112Z" fill="#1A91A1"></path><path d="M220.818 124.603L248.38 30.3252L167.355 97.9633L220.818 124.603H220.818V124.603Z" fill="#20D0C2"></path><path d="M178.137 88.9112L167.294 97.9633L220.757 124.602L191.838 77.4756L178.137 88.9121L178.137 88.9112Z" fill="#1A91A1"></path><path d="M83.3184 149.936L139.305 95.3916L141.782 98.6467L83.3184 149.936ZM148.981 188.111L199.697 129.821L203.266 131.447L148.981 188.111ZM106.675 182.391L154.055 139.957L151.466 137.74L106.675 182.391Z" fill="white"></path><defs><filter id="filter0_f_7437_67481" x="71" y="183" width="183" height="69" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_7437_67481"></feGaussianBlur></filter></defs>',13)]))}const me=l._export_sfc(ce,[["render",pe]]),fe={},_e={viewBox:"0 0 30 22",xmlns:"http://www.w3.org/2000/svg"};function Ce(r,t){return e.openBlock(),e.createElementBlock("svg",_e,t[0]||(t[0]=[e.createElementVNode("path",{d:"M29.983 8.48911C29.972 7.88611 29.924 7.1241 29.841 6.2041C29.757 5.2831 29.637 4.46011 29.481 3.73511C29.302 2.92011 28.915 2.2341 28.318 1.6761C27.721 1.1181 27.026 0.794109 26.234 0.705109C23.756 0.426109 20.012 0.287109 15.001 0.287109C9.98998 0.287109 6.24597 0.427109 3.76797 0.705109C2.97497 0.794109 2.28299 1.1181 1.69199 1.6761C1.09999 2.2341 0.714987 2.92011 0.536987 3.73511C0.369987 4.46111 0.243988 5.2841 0.159988 6.2041C0.0759884 7.1251 0.0289749 7.88611 0.0179749 8.48911C0.00697485 9.0921 0.000976562 9.92911 0.000976562 11.0001C0.000976562 12.0711 0.00697485 12.9091 0.0179749 13.5111C0.0289749 14.1141 0.0769884 14.8761 0.159988 15.7961C0.243988 16.7171 0.363974 17.5401 0.519974 18.2661C0.698974 19.0811 1.08598 19.7671 1.68298 20.3251C2.27998 20.8831 2.97498 21.2071 3.76698 21.2961C6.24498 21.5751 9.98899 21.7151 15 21.7151C20.011 21.7151 23.755 21.5761 26.233 21.2961C27.026 21.2071 27.717 20.8831 28.309 20.3251C28.901 19.7671 29.285 19.0801 29.464 18.2661C29.631 17.5411 29.757 16.7171 29.841 15.7961C29.924 14.8761 29.972 14.1141 29.983 13.5111C29.994 12.9081 30 12.0711 30 11.0001C30 9.92811 29.994 9.09111 29.983 8.48911ZM20.926 11.9041L12.355 17.2611C12.199 17.3731 12.009 17.4281 11.786 17.4281C11.619 17.4281 11.446 17.3831 11.267 17.2941C10.899 17.0931 10.715 16.7811 10.715 16.3571V5.6431C10.715 5.2191 10.899 4.9061 11.267 4.7061C11.647 4.5051 12.009 4.51611 12.355 4.73911L20.926 10.0961C21.261 10.2851 21.428 10.5871 21.428 11.0001C21.428 11.4131 21.261 11.7141 20.926 11.9041Z"},null,-1)]))}const ke=l._export_sfc(fe,[["render",Ce],["__scopeId","data-v-066981b3"]]);exports.AdjButton=l.AdjButton;exports.AdjCheckbox=l.AdjCheckbox;exports.AdjFilterSelect=l.AdjFilterSelect;exports.AdjHint=l.AdjHint;exports.AdjHintDesktop=l.AdjHintDesktop;exports.AdjIcon=l.AdjIcon;exports.AdjIconButton=l.AdjIconButton;exports.AdjModal=l.AdjModal;exports.AdjRadio=l.AdjRadio;exports.AdjScroll=l.AdjScroll;exports.AdjSelectModern=l.AdjSelectModern;exports.AdjSkeleton=l.AdjSkeleton;exports.AdjSkeletonItem=l.AdjSkeletonItem;exports.AdjSvgActive=l.AdjSvgActive;exports.AdjTabs=l.AdjTabs;exports.AdjUploadFile=l.AdjUploadFile;exports.AdjButtonCheckbox=B;exports.AdjDownloadLink=L;exports.AdjDropdownLink=$;exports.AdjFilterCheckbox=D;exports.AdjIconButtonText=x;exports.AdjImageButton=Z;exports.AdjInput=Y;exports.AdjInputModern=Q;exports.AdjSelect=ae;exports.AdjSvgEdit=re;exports.AdjSvgFly=me;exports.AdjSvgYoutube=ke;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./AdjUploadFile-DiueWFDQ.cjs"),e=require("vue"),C=require("@vueuse/core"),h={class:"adj-button-checkbox__title"},v=e.defineComponent({__name:"AdjButtonCheckbox",props:{title:{},modelValue:{type:Boolean,default:!1},iconLeft:{default:""}},emits:["update:modelValue"],setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-button-checkbox",[{active:t.modelValue}]]),onClick:o[0]||(o[0]=d=>t.$emit("update:modelValue",!t.modelValue))},[t.iconLeft?(e.openBlock(),e.createElementBlock("i",{key:0,class:e.normalizeClass(t.iconLeft)},null,2)):e.createCommentVNode("",!0),e.createElementVNode("div",h,e.toDisplayString(t.title),1)],2))}}),B=l._export_sfc(v,[["__scopeId","data-v-30cdcaac"]]),A=["href"],V={class:"title"},g=e.defineComponent({__name:"AdjDownloadLink",props:{title:{},href:{}},setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("a",{class:"adj-download-link",target:"_blank",href:t.href},[o[0]||(o[0]=e.createElementVNode("i",{class:"icon-file"},null,-1)),e.createElementVNode("span",V,e.toDisplayString(t.title),1)],8,A))}}),L=l._export_sfc(g,[["__scopeId","data-v-59c802f1"]]),y={class:"adj-hyperlink"},w={key:0,class:"adj-dropdown-link__items"},b=["href"],E=e.defineComponent({__name:"AdjDropdownLink",props:{title:{},items:{}},setup(r){const t=e.ref(!1);return(o,d)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-dropdown-link",{"adj-dropdown-link_show":t.value}])},[e.createElementVNode("div",{class:"adj-dropdown-link__title",onClick:d[0]||(d[0]=s=>t.value=!t.value)},[d[1]||(d[1]=e.createElementVNode("i",{class:"icon-arrow-down"},null,-1)),e.createElementVNode("span",y,e.toDisplayString(o.title),1)]),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[t.value?(e.openBlock(),e.createElementBlock("div",w,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(o.items,s=>(e.openBlock(),e.createElementBlock("a",{key:s.title,href:s.href,class:"adj-dropdown-link__item adj-hyperlink"},e.toDisplayString(s.title),9,b))),128))])):e.createCommentVNode("",!0)]),_:1})],2))}}),$=l._export_sfc(E,[["__scopeId","data-v-6def71e4"]]),S={class:"adj-filter-checkbox__title"},I={key:0,class:"icon-close"},N=e.defineComponent({__name:"AdjFilterCheckbox",props:{title:{},modelValue:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-filter-checkbox",[{active:t.modelValue}]]),onClick:o[0]||(o[0]=d=>t.$emit("update:modelValue",!t.modelValue))},[e.createElementVNode("div",S,e.toDisplayString(t.title),1),t.modelValue?(e.openBlock(),e.createElementBlock("i",I)):e.createCommentVNode("",!0)],2))}}),D=l._export_sfc(N,[["__scopeId","data-v-5fd5ecc6"]]),M=e.defineComponent({__name:"AdjIconButtonText",props:{iconName:{},text:{},textPosition:{default:"right"},loading:{type:Boolean}},emits:["click"],setup(r){e.useCssVars(d=>({"58ad7d87":o.value}));const t=r,o=e.computed(()=>`'${t.text}'`);return(d,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-icon-button-text",{[`adj-icon-button-text_${d.textPosition}`]:!0,"adj-icon-button-text_loading":d.loading}]),onClick:s[0]||(s[0]=f=>d.$emit("click"))},[e.createElementVNode("i",{class:e.normalizeClass(d.iconName)},null,2)],2))}}),x=l._export_sfc(M,[["__scopeId","data-v-3fe37277"]]),F=["src"],T=e.defineComponent({__name:"AdjImageButton",props:{image:{default:""},active:{type:Boolean,default:!1}},setup(r){return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-image-button adj-effect-overlay-normal",{active:t.active}])},[e.createElementVNode("img",{src:t.image,alt:""},null,8,F)],2))}}),Z=l._export_sfc(T,[["__scopeId","data-v-bdd13f77"]]),z={key:0,class:"adj-input__title"},H={key:0},P={class:"adj-input__field"},q={key:0,class:"adj-input__hint"},R=["value","placeholder","disabled","type"],U={key:0,class:"icon-hide"},G={key:1,class:"icon-show"},O=e.defineComponent({__name:"AdjInput",props:{title:{default:""},modelValue:{default:""},placeholder:{default:""},error:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},titlePosition:{default:"top"},type:{default:"text"},hint:{default:""},debounceTime:{default:0}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t,s=e.ref(!1),f=e.computed(()=>s.value===!0&&o.type==="password"?"text":o.type);function c(n){return C.useDebounceFn(p=>{u(p)},n)}let i=c(o.debounceTime);e.watch(()=>o.debounceTime,()=>{i=c(o.debounceTime)});function u(n){o.modelValue!=n&&d("update:modelValue",n)}return(n,p)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-input",{"adj-input_disabled":n.disabled,"adj-input_error":n.error,"adj-input_password":n.type==="password","adj-input_left-title":n.titlePosition==="left"}])},[n.title?(e.openBlock(),e.createElementBlock("div",z,[e.createTextVNode(e.toDisplayString(n.title)+" ",1),n.required?(e.openBlock(),e.createElementBlock("span",H,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",P,[n.hint?(e.openBlock(),e.createElementBlock("div",q,[e.createVNode(l.AdjHintDesktop,{html:n.hint,horizontalPosition:"left",verticalPosition:"bottom",width:"170px"},null,8,["html"])])):e.createCommentVNode("",!0),e.createElementVNode("input",{class:"adj-input__input",value:n.modelValue,placeholder:n.placeholder,disabled:n.disabled,type:f.value,onChange:p[0]||(p[0]=a=>u(a.target.value)),onInput:p[1]||(p[1]=a=>e.unref(i)(a.target.value))},null,40,R),n.type==="password"?(e.openBlock(),e.createElementBlock("div",{key:1,class:"icon-pass",onClick:p[2]||(p[2]=a=>s.value=!s.value)},[s.value?(e.openBlock(),e.createElementBlock("i",U)):(e.openBlock(),e.createElementBlock("i",G))])):e.createCommentVNode("",!0)])],2))}}),Y=l._export_sfc(O,[["__scopeId","data-v-c310983b"]]),J=["value","placeholder","disabled"],K=e.defineComponent({__name:"AdjInputModern",props:{modelValue:{default:""},placeholder:{default:""},disabled:{type:Boolean,default:!1},debounceTime:{default:0}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t;function s(i){return C.useDebounceFn(u=>{c(u)},i)}let f=s(o.debounceTime);e.watch(()=>o.debounceTime,()=>{f=s(o.debounceTime)});function c(i){o.modelValue!=i&&d("update:modelValue",i)}return(i,u)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["adj-input-modern",{"adj-input-modern_disabled":i.disabled}])},[e.createElementVNode("input",{class:"adj-input-modern__input",value:i.modelValue,placeholder:i.placeholder,disabled:i.disabled,type:"text",onChange:u[0]||(u[0]=n=>c(n.target.value)),onInput:u[1]||(u[1]=n=>e.unref(f)(n.target.value))},null,40,J)],2))}}),Q=l._export_sfc(K,[["__scopeId","data-v-6fe7f2f2"]]),W={key:0,class:"adj-select__title"},X={key:0},ee={class:"adj-select__comment"},te={key:1},oe={key:0,class:"adj-select__items adj-effect-overlay-normal"},le=["onClick"],ne=e.defineComponent({__name:"AdjSelect",props:{titlePosition:{default:"top"},items:{default:()=>[]},modelValue:{},title:{default:""},comment:{default:""},disabled:{type:Boolean,default:!1},required:{type:Boolean,default:!1},showSearch:{type:Boolean,default:!1},nothingFound:{}},emits:["update:modelValue"],setup(r,{emit:t}){const o=r,d=t,s=e.useTemplateRef("refElement");C.onClickOutside(s,()=>u());const f=e.useTemplateRef("refInput");C.useFocus(f,{initialValue:!0});const c=e.ref(!1),i=e.ref("");function u(){c.value=!1}function n(a){d("update:modelValue",a)}const p=e.computed(()=>o.showSearch?o.items.filter(a=>a.name.match(RegExp(i.value,"i"))):o.items);return e.watch(c,()=>{i.value=""}),(a,m)=>{var k;return e.openBlock(),e.createElementBlock("div",{ref:"refElement",class:e.normalizeClass(["adj-select",{disabled:a.disabled,leftTitle:a.titlePosition==="left",show:c.value}])},[a.title?(e.openBlock(),e.createElementBlock("div",W,[e.createTextVNode(e.toDisplayString(a.title)+" ",1),a.required?(e.openBlock(),e.createElementBlock("span",X,"*")):e.createCommentVNode("",!0)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["adj-select__name adj-text-14",{"adj-select__name_active":a.showSearch&&c.value}]),onClick:m[3]||(m[3]=_=>a.disabled?0:c.value=!c.value)},[e.createElementVNode("div",ee,e.toDisplayString(a.comment),1),a.showSearch&&c.value?e.withDirectives((e.openBlock(),e.createElementBlock("input",{key:0,type:"text","onUpdate:modelValue":m[0]||(m[0]=_=>i.value=_),ref:"refInput",onClick:m[1]||(m[1]=e.withModifiers(()=>{},["stop"]))},null,512)),[[e.vModelText,i.value]]):(e.openBlock(),e.createElementBlock("span",te,e.toDisplayString((k=a.modelValue)==null?void 0:k.name),1)),m[4]||(m[4]=e.createElementVNode("i",{class:"icon-arrow-down"},null,-1)),e.createVNode(e.Transition,{name:"adj-fade"},{default:e.withCtx(()=>[c.value?(e.openBlock(),e.createElementBlock("div",oe,[e.createVNode(l.AdjScroll,{maxHeight:"238px",white:""},{default:e.withCtx(()=>[e.createElementVNode("div",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,_=>{var j;return e.openBlock(),e.createElementBlock("div",{key:_.id,class:e.normalizeClass(["adj-select__item adj-text-14",{active:_.id==((j=a.modelValue)==null?void 0:j.id)}]),onClick:je=>n(_)},e.toDisplayString(_.name),11,le)}),128)),p.value.length===0?(e.openBlock(),e.createElementBlock("div",{key:"nothingFound",class:"adj-select__item adj-text-14",onClick:m[2]||(m[2]=e.withModifiers(()=>{},["stop"]))},e.toDisplayString(a.nothingFound),1)):e.createCommentVNode("",!0)])]),_:1})])):e.createCommentVNode("",!0)]),_:1})],2)],2)}}}),ae=l._export_sfc(ne,[["__scopeId","data-v-7493a68d"]]),de={},se={viewBox:"0 0 40 40",xmlns:"http://www.w3.org/2000/svg"};function ie(r,t){return e.openBlock(),e.createElementBlock("svg",se,t[0]||(t[0]=[e.createElementVNode("circle",{cx:"20",cy:"20",r:"19","stroke-width":"2"},null,-1),e.createElementVNode("path",{d:"M27.6359 15.1348L24.8103 12.3092C24.4415 11.9628 23.9582 11.764 23.4525 11.7507C22.9467 11.7374 22.4536 11.9105 22.0671 12.237L12.7858 21.5184C12.4524 21.8545 12.2449 22.2951 12.198 22.7662L11.7545 27.0665C11.7406 27.2176 11.7602 27.3698 11.8119 27.5124C11.8636 27.655 11.9461 27.7845 12.0536 27.8915C12.1499 27.9871 12.2642 28.0627 12.3899 28.1141C12.5155 28.1654 12.6501 28.1914 12.7858 28.1906H12.8786L17.179 27.7987C17.65 27.7518 18.0906 27.5443 18.4268 27.2109L27.7081 17.9296C28.0684 17.549 28.2631 17.0411 28.2495 16.5173C28.236 15.9934 28.0153 15.4963 27.6359 15.1348V15.1348ZM16.9933 25.7362L13.8995 26.025L14.178 22.9312L20.0046 17.1767L22.789 19.9612L16.9933 25.7362ZM24.1297 18.5793L21.3659 15.8155L23.3768 13.753L26.1922 16.5683L24.1297 18.5793Z"},null,-1)]))}const re=l._export_sfc(de,[["render",ie],["__scopeId","data-v-ba0f7601"]]),ce={},ue={viewBox:"0 0 330 252",xmlns:"http://www.w3.org/2000/svg"};function pe(r,t){return e.openBlock(),e.createElementBlock("svg",ue,t[0]||(t[0]=[e.createStaticVNode('<g filter="url(#filter0_f_7437_67481)"><ellipse cx="162.5" cy="217.5" rx="71.5" ry="14.5" fill="black" fill-opacity="0.15"></ellipse></g><path d="M165 209.623C219.871 209.623 264.623 164.87 264.623 110C264.623 55.1294 219.871 10.3774 165 10.3774C110.129 10.3774 65.3774 55.1294 65.3774 110C65.3774 164.87 110.129 209.623 165 209.623Z" fill="#FE8D5B"></path><path d="M165 10.3774C219.87 10.3774 264.623 55.1294 264.623 110C264.623 164.87 219.871 209.623 165 209.623C110.129 209.623 65.3774 164.87 65.3774 110C65.3774 55.1294 110.129 10.3774 165 10.3774ZM165 0C157.559 0 150.116 0.7546 142.876 2.24268C135.819 3.69336 128.873 5.85684 122.233 8.67416C115.718 11.4378 109.432 14.8566 103.55 18.836C97.7288 22.7744 92.2526 27.2958 87.2744 32.2744C82.2963 37.253 77.7744 42.7288 73.836 48.5509C69.8566 54.4328 66.4378 60.7182 63.6742 67.2333C60.8573 73.8738 58.6934 80.8192 57.2427 87.8764C55.7546 95.1157 55 102.559 55 110C55 117.44 55.7546 124.883 57.2427 132.123C58.6934 139.18 60.8568 146.126 63.6742 152.766C66.4378 159.281 69.8566 165.567 73.836 171.449C77.7748 177.27 82.2963 182.747 87.2744 187.725C92.253 192.704 97.7288 197.225 103.551 201.164C109.433 205.143 115.718 208.563 122.233 211.326C128.874 214.143 135.819 216.307 142.876 217.757C150.116 219.245 157.56 220 165 220C172.44 220 179.884 219.245 187.124 217.757C194.181 216.307 201.127 214.143 207.768 211.326C214.283 208.562 220.568 205.143 226.45 201.164C232.272 197.225 237.748 192.703 242.726 187.725C247.705 182.746 252.226 177.27 256.165 171.448C260.144 165.566 263.563 159.281 266.327 152.766C269.144 146.125 271.308 139.179 272.758 132.123C274.246 124.883 275.001 117.44 275.001 109.999C275.001 102.559 274.246 95.1152 272.758 87.8755C271.308 80.8183 269.144 73.8729 266.327 67.2324C263.563 60.7174 260.144 54.432 256.165 48.55C252.226 42.7284 247.705 37.2522 242.726 32.2736C237.748 27.295 232.272 22.774 226.45 18.8351C220.568 14.8557 214.283 11.4369 207.768 8.67328C201.127 5.8564 194.181 3.69248 187.124 2.2418C179.883 0.7546 172.44 0 165 0Z" fill="white"></path><path d="M248.38 30.3252L110.112 77.9037L152.23 86.3042L248.38 30.3252H248.38Z" fill="#20D0C2"></path><path d="M110.112 77.9038L152.23 86.3042L180.182 70.0304L110.112 77.9038Z" fill="#1A91A1"></path><path d="M152.229 86.3047L158.754 135.952L248.38 30.3257L152.229 86.3047Z" fill="#15BDB1"></path><path d="M152.229 86.3046L158.754 135.952L198.812 88.7422L191.897 77.4756L178.198 88.9112L180.183 70.0299H180.182L152.229 86.3038V86.3046Z" fill="#157380"></path><path d="M248.38 30.3252L167.355 97.9633L158.755 135.952L248.38 30.3252Z" fill="#FECD0D"></path><path d="M178.199 88.9112L167.355 97.9633L158.755 135.952L198.813 88.7422L191.898 77.4756L178.199 88.9112V88.9103L178.199 88.9112Z" fill="#1A91A1"></path><path d="M220.818 124.603L248.38 30.3252L167.355 97.9633L220.818 124.603H220.818V124.603Z" fill="#20D0C2"></path><path d="M178.137 88.9112L167.294 97.9633L220.757 124.602L191.838 77.4756L178.137 88.9121L178.137 88.9112Z" fill="#1A91A1"></path><path d="M83.3184 149.936L139.305 95.3916L141.782 98.6467L83.3184 149.936ZM148.981 188.111L199.697 129.821L203.266 131.447L148.981 188.111ZM106.675 182.391L154.055 139.957L151.466 137.74L106.675 182.391Z" fill="white"></path><defs><filter id="filter0_f_7437_67481" x="71" y="183" width="183" height="69" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"></feBlend><feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_7437_67481"></feGaussianBlur></filter></defs>',13)]))}const me=l._export_sfc(ce,[["render",pe]]),fe={},_e={viewBox:"0 0 30 22",xmlns:"http://www.w3.org/2000/svg"};function Ce(r,t){return e.openBlock(),e.createElementBlock("svg",_e,t[0]||(t[0]=[e.createElementVNode("path",{d:"M29.983 8.48911C29.972 7.88611 29.924 7.1241 29.841 6.2041C29.757 5.2831 29.637 4.46011 29.481 3.73511C29.302 2.92011 28.915 2.2341 28.318 1.6761C27.721 1.1181 27.026 0.794109 26.234 0.705109C23.756 0.426109 20.012 0.287109 15.001 0.287109C9.98998 0.287109 6.24597 0.427109 3.76797 0.705109C2.97497 0.794109 2.28299 1.1181 1.69199 1.6761C1.09999 2.2341 0.714987 2.92011 0.536987 3.73511C0.369987 4.46111 0.243988 5.2841 0.159988 6.2041C0.0759884 7.1251 0.0289749 7.88611 0.0179749 8.48911C0.00697485 9.0921 0.000976562 9.92911 0.000976562 11.0001C0.000976562 12.0711 0.00697485 12.9091 0.0179749 13.5111C0.0289749 14.1141 0.0769884 14.8761 0.159988 15.7961C0.243988 16.7171 0.363974 17.5401 0.519974 18.2661C0.698974 19.0811 1.08598 19.7671 1.68298 20.3251C2.27998 20.8831 2.97498 21.2071 3.76698 21.2961C6.24498 21.5751 9.98899 21.7151 15 21.7151C20.011 21.7151 23.755 21.5761 26.233 21.2961C27.026 21.2071 27.717 20.8831 28.309 20.3251C28.901 19.7671 29.285 19.0801 29.464 18.2661C29.631 17.5411 29.757 16.7171 29.841 15.7961C29.924 14.8761 29.972 14.1141 29.983 13.5111C29.994 12.9081 30 12.0711 30 11.0001C30 9.92811 29.994 9.09111 29.983 8.48911ZM20.926 11.9041L12.355 17.2611C12.199 17.3731 12.009 17.4281 11.786 17.4281C11.619 17.4281 11.446 17.3831 11.267 17.2941C10.899 17.0931 10.715 16.7811 10.715 16.3571V5.6431C10.715 5.2191 10.899 4.9061 11.267 4.7061C11.647 4.5051 12.009 4.51611 12.355 4.73911L20.926 10.0961C21.261 10.2851 21.428 10.5871 21.428 11.0001C21.428 11.4131 21.261 11.7141 20.926 11.9041Z"},null,-1)]))}const ke=l._export_sfc(fe,[["render",Ce],["__scopeId","data-v-de2d985f"]]);exports.AdjButton=l.AdjButton;exports.AdjCheckbox=l.AdjCheckbox;exports.AdjFilterSelect=l.AdjFilterSelect;exports.AdjHint=l.AdjHint;exports.AdjHintDesktop=l.AdjHintDesktop;exports.AdjIcon=l.AdjIcon;exports.AdjIconButton=l.AdjIconButton;exports.AdjModal=l.AdjModal;exports.AdjRadio=l.AdjRadio;exports.AdjScroll=l.AdjScroll;exports.AdjSelectModern=l.AdjSelectModern;exports.AdjSkeleton=l.AdjSkeleton;exports.AdjSkeletonItem=l.AdjSkeletonItem;exports.AdjSvgActive=l.AdjSvgActive;exports.AdjTabs=l.AdjTabs;exports.AdjUploadFile=l.AdjUploadFile;exports.AdjButtonCheckbox=B;exports.AdjDownloadLink=L;exports.AdjDropdownLink=$;exports.AdjFilterCheckbox=D;exports.AdjIconButtonText=x;exports.AdjImageButton=Z;exports.AdjInput=Y;exports.AdjInputModern=Q;exports.AdjSelect=ae;exports.AdjSvgEdit=re;exports.AdjSvgFly=me;exports.AdjSvgYoutube=ke;
|
package/dist/components.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { _ as f, A as x, a as E } from "./AdjUploadFile-
|
|
2
|
-
import { b as K1, c as Q1, d as W1, e as X1, f as ee, g as te, h as le, i as oe, j as ae, k as ne, l as
|
|
3
|
-
import { defineComponent as j, openBlock as t, createElementBlock as l, normalizeClass as c, createCommentVNode as h, createElementVNode as
|
|
1
|
+
import { _ as f, A as x, a as E } from "./AdjUploadFile-DrFPSDvx.js";
|
|
2
|
+
import { b as K1, c as Q1, d as W1, e as X1, f as ee, g as te, h as le, i as oe, j as ae, k as ne, l as de, m as se, n as ie, o as ue } from "./AdjUploadFile-DrFPSDvx.js";
|
|
3
|
+
import { defineComponent as j, openBlock as t, createElementBlock as l, normalizeClass as c, createCommentVNode as h, createElementVNode as d, toDisplayString as C, ref as w, createVNode as g, Transition as M, withCtx as b, Fragment as S, renderList as Z, useCssVars as P, computed as y, watch as A, createTextVNode as D, unref as F, useTemplateRef as B, withDirectives as H, withModifiers as I, vModelText as N, createStaticVNode as q } from "vue";
|
|
4
4
|
import { useDebounceFn as T, onClickOutside as G, useFocus as R } from "@vueuse/core";
|
|
5
5
|
const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
6
6
|
__name: "AdjButtonCheckbox",
|
|
@@ -13,16 +13,16 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
13
13
|
setup(r) {
|
|
14
14
|
return (e, o) => (t(), l("div", {
|
|
15
15
|
class: c(["adj-button-checkbox", [{ active: e.modelValue }]]),
|
|
16
|
-
onClick: o[0] || (o[0] = (
|
|
16
|
+
onClick: o[0] || (o[0] = (s) => e.$emit("update:modelValue", !e.modelValue))
|
|
17
17
|
}, [
|
|
18
18
|
e.iconLeft ? (t(), l("i", {
|
|
19
19
|
key: 0,
|
|
20
20
|
class: c(e.iconLeft)
|
|
21
21
|
}, null, 2)) : h("", !0),
|
|
22
|
-
|
|
22
|
+
d("div", U, C(e.title), 1)
|
|
23
23
|
], 2));
|
|
24
24
|
}
|
|
25
|
-
}), T1 = /* @__PURE__ */ f(z, [["__scopeId", "data-v-
|
|
25
|
+
}), T1 = /* @__PURE__ */ f(z, [["__scopeId", "data-v-30cdcaac"]]), O = ["href"], Y = { class: "title" }, J = /* @__PURE__ */ j({
|
|
26
26
|
__name: "AdjDownloadLink",
|
|
27
27
|
props: {
|
|
28
28
|
title: {},
|
|
@@ -34,11 +34,11 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
34
34
|
target: "_blank",
|
|
35
35
|
href: e.href
|
|
36
36
|
}, [
|
|
37
|
-
o[0] || (o[0] =
|
|
38
|
-
|
|
37
|
+
o[0] || (o[0] = d("i", { class: "icon-file" }, null, -1)),
|
|
38
|
+
d("span", Y, C(e.title), 1)
|
|
39
39
|
], 8, O));
|
|
40
40
|
}
|
|
41
|
-
}), x1 = /* @__PURE__ */ f(J, [["__scopeId", "data-v-
|
|
41
|
+
}), x1 = /* @__PURE__ */ f(J, [["__scopeId", "data-v-59c802f1"]]), K = { class: "adj-hyperlink" }, Q = {
|
|
42
42
|
key: 0,
|
|
43
43
|
class: "adj-dropdown-link__items"
|
|
44
44
|
}, W = ["href"], X = /* @__PURE__ */ j({
|
|
@@ -48,19 +48,19 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
48
48
|
items: {}
|
|
49
49
|
},
|
|
50
50
|
setup(r) {
|
|
51
|
-
const e =
|
|
52
|
-
return (o,
|
|
51
|
+
const e = w(!1);
|
|
52
|
+
return (o, s) => (t(), l("div", {
|
|
53
53
|
class: c(["adj-dropdown-link", { "adj-dropdown-link_show": e.value }])
|
|
54
54
|
}, [
|
|
55
|
-
|
|
55
|
+
d("div", {
|
|
56
56
|
class: "adj-dropdown-link__title",
|
|
57
|
-
onClick:
|
|
57
|
+
onClick: s[0] || (s[0] = (i) => e.value = !e.value)
|
|
58
58
|
}, [
|
|
59
|
-
|
|
60
|
-
|
|
59
|
+
s[1] || (s[1] = d("i", { class: "icon-arrow-down" }, null, -1)),
|
|
60
|
+
d("span", K, C(o.title), 1)
|
|
61
61
|
]),
|
|
62
|
-
|
|
63
|
-
default:
|
|
62
|
+
g(M, { name: "adj-fade" }, {
|
|
63
|
+
default: b(() => [
|
|
64
64
|
e.value ? (t(), l("div", Q, [
|
|
65
65
|
(t(!0), l(S, null, Z(o.items, (i) => (t(), l("a", {
|
|
66
66
|
key: i.title,
|
|
@@ -73,7 +73,7 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
73
73
|
})
|
|
74
74
|
], 2));
|
|
75
75
|
}
|
|
76
|
-
}), E1 = /* @__PURE__ */ f(X, [["__scopeId", "data-v-
|
|
76
|
+
}), E1 = /* @__PURE__ */ f(X, [["__scopeId", "data-v-6def71e4"]]), e1 = { class: "adj-filter-checkbox__title" }, t1 = {
|
|
77
77
|
key: 0,
|
|
78
78
|
class: "icon-close"
|
|
79
79
|
}, l1 = /* @__PURE__ */ j({
|
|
@@ -86,13 +86,13 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
86
86
|
setup(r) {
|
|
87
87
|
return (e, o) => (t(), l("div", {
|
|
88
88
|
class: c(["adj-filter-checkbox", [{ active: e.modelValue }]]),
|
|
89
|
-
onClick: o[0] || (o[0] = (
|
|
89
|
+
onClick: o[0] || (o[0] = (s) => e.$emit("update:modelValue", !e.modelValue))
|
|
90
90
|
}, [
|
|
91
|
-
|
|
91
|
+
d("div", e1, C(e.title), 1),
|
|
92
92
|
e.modelValue ? (t(), l("i", t1)) : h("", !0)
|
|
93
93
|
], 2));
|
|
94
94
|
}
|
|
95
|
-
}), P1 = /* @__PURE__ */ f(l1, [["__scopeId", "data-v-
|
|
95
|
+
}), P1 = /* @__PURE__ */ f(l1, [["__scopeId", "data-v-5fd5ecc6"]]), o1 = /* @__PURE__ */ j({
|
|
96
96
|
__name: "AdjIconButtonText",
|
|
97
97
|
props: {
|
|
98
98
|
iconName: {},
|
|
@@ -102,23 +102,23 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
102
102
|
},
|
|
103
103
|
emits: ["click"],
|
|
104
104
|
setup(r) {
|
|
105
|
-
P((
|
|
106
|
-
"
|
|
105
|
+
P((s) => ({
|
|
106
|
+
"58ad7d87": o.value
|
|
107
107
|
}));
|
|
108
108
|
const e = r, o = y(() => `'${e.text}'`);
|
|
109
|
-
return (
|
|
109
|
+
return (s, i) => (t(), l("div", {
|
|
110
110
|
class: c(["adj-icon-button-text", {
|
|
111
|
-
[`adj-icon-button-text_${
|
|
112
|
-
"adj-icon-button-text_loading":
|
|
111
|
+
[`adj-icon-button-text_${s.textPosition}`]: !0,
|
|
112
|
+
"adj-icon-button-text_loading": s.loading
|
|
113
113
|
}]),
|
|
114
|
-
onClick: i[0] || (i[0] = (L) =>
|
|
114
|
+
onClick: i[0] || (i[0] = (L) => s.$emit("click"))
|
|
115
115
|
}, [
|
|
116
|
-
|
|
117
|
-
class: c(
|
|
116
|
+
d("i", {
|
|
117
|
+
class: c(s.iconName)
|
|
118
118
|
}, null, 2)
|
|
119
119
|
], 2));
|
|
120
120
|
}
|
|
121
|
-
}), H1 = /* @__PURE__ */ f(o1, [["__scopeId", "data-v-
|
|
121
|
+
}), H1 = /* @__PURE__ */ f(o1, [["__scopeId", "data-v-3fe37277"]]), a1 = ["src"], n1 = /* @__PURE__ */ j({
|
|
122
122
|
__name: "AdjImageButton",
|
|
123
123
|
props: {
|
|
124
124
|
image: { default: "" },
|
|
@@ -128,16 +128,16 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
128
128
|
return (e, o) => (t(), l("div", {
|
|
129
129
|
class: c(["adj-image-button adj-effect-overlay-normal", { active: e.active }])
|
|
130
130
|
}, [
|
|
131
|
-
|
|
131
|
+
d("img", {
|
|
132
132
|
src: e.image,
|
|
133
133
|
alt: ""
|
|
134
134
|
}, null, 8, a1)
|
|
135
135
|
], 2));
|
|
136
136
|
}
|
|
137
|
-
}), N1 = /* @__PURE__ */ f(n1, [["__scopeId", "data-v-
|
|
137
|
+
}), N1 = /* @__PURE__ */ f(n1, [["__scopeId", "data-v-bdd13f77"]]), d1 = {
|
|
138
138
|
key: 0,
|
|
139
139
|
class: "adj-input__title"
|
|
140
|
-
},
|
|
140
|
+
}, s1 = { key: 0 }, i1 = { class: "adj-input__field" }, u1 = {
|
|
141
141
|
key: 0,
|
|
142
142
|
class: "adj-input__hint"
|
|
143
143
|
}, r1 = ["value", "placeholder", "disabled", "type"], p1 = {
|
|
@@ -162,7 +162,7 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
162
162
|
},
|
|
163
163
|
emits: ["update:modelValue"],
|
|
164
164
|
setup(r, { emit: e }) {
|
|
165
|
-
const o = r,
|
|
165
|
+
const o = r, s = e, i = w(!1), L = y(() => i.value === !0 && o.type === "password" ? "text" : o.type);
|
|
166
166
|
function p(a) {
|
|
167
167
|
return T((_) => {
|
|
168
168
|
m(_);
|
|
@@ -176,7 +176,7 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
176
176
|
}
|
|
177
177
|
);
|
|
178
178
|
function m(a) {
|
|
179
|
-
o.modelValue != a &&
|
|
179
|
+
o.modelValue != a && s("update:modelValue", a);
|
|
180
180
|
}
|
|
181
181
|
return (a, _) => (t(), l("div", {
|
|
182
182
|
class: c(["adj-input", {
|
|
@@ -186,20 +186,20 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
186
186
|
"adj-input_left-title": a.titlePosition === "left"
|
|
187
187
|
}])
|
|
188
188
|
}, [
|
|
189
|
-
a.title ? (t(), l("div",
|
|
189
|
+
a.title ? (t(), l("div", d1, [
|
|
190
190
|
D(C(a.title) + " ", 1),
|
|
191
|
-
a.required ? (t(), l("span",
|
|
191
|
+
a.required ? (t(), l("span", s1, "*")) : h("", !0)
|
|
192
192
|
])) : h("", !0),
|
|
193
|
-
|
|
193
|
+
d("div", i1, [
|
|
194
194
|
a.hint ? (t(), l("div", u1, [
|
|
195
|
-
|
|
195
|
+
g(x, {
|
|
196
196
|
html: a.hint,
|
|
197
197
|
horizontalPosition: "left",
|
|
198
198
|
verticalPosition: "bottom",
|
|
199
199
|
width: "170px"
|
|
200
200
|
}, null, 8, ["html"])
|
|
201
201
|
])) : h("", !0),
|
|
202
|
-
|
|
202
|
+
d("input", {
|
|
203
203
|
class: "adj-input__input",
|
|
204
204
|
value: a.modelValue,
|
|
205
205
|
placeholder: a.placeholder,
|
|
@@ -218,7 +218,7 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
218
218
|
])
|
|
219
219
|
], 2));
|
|
220
220
|
}
|
|
221
|
-
}), q1 = /* @__PURE__ */ f(f1, [["__scopeId", "data-v-
|
|
221
|
+
}), q1 = /* @__PURE__ */ f(f1, [["__scopeId", "data-v-c310983b"]]), m1 = ["value", "placeholder", "disabled"], _1 = /* @__PURE__ */ j({
|
|
222
222
|
__name: "AdjInputModern",
|
|
223
223
|
props: {
|
|
224
224
|
modelValue: { default: "" },
|
|
@@ -228,7 +228,7 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
228
228
|
},
|
|
229
229
|
emits: ["update:modelValue"],
|
|
230
230
|
setup(r, { emit: e }) {
|
|
231
|
-
const o = r,
|
|
231
|
+
const o = r, s = e;
|
|
232
232
|
function i(u) {
|
|
233
233
|
return T((m) => {
|
|
234
234
|
p(m);
|
|
@@ -242,14 +242,14 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
242
242
|
}
|
|
243
243
|
);
|
|
244
244
|
function p(u) {
|
|
245
|
-
o.modelValue != u &&
|
|
245
|
+
o.modelValue != u && s("update:modelValue", u);
|
|
246
246
|
}
|
|
247
247
|
return (u, m) => (t(), l("div", {
|
|
248
248
|
class: c(["adj-input-modern", {
|
|
249
249
|
"adj-input-modern_disabled": u.disabled
|
|
250
250
|
}])
|
|
251
251
|
}, [
|
|
252
|
-
|
|
252
|
+
d("input", {
|
|
253
253
|
class: "adj-input-modern__input",
|
|
254
254
|
value: u.modelValue,
|
|
255
255
|
placeholder: u.placeholder,
|
|
@@ -260,13 +260,13 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
260
260
|
}, null, 40, m1)
|
|
261
261
|
], 2));
|
|
262
262
|
}
|
|
263
|
-
}), G1 = /* @__PURE__ */ f(_1, [["__scopeId", "data-v-
|
|
263
|
+
}), G1 = /* @__PURE__ */ f(_1, [["__scopeId", "data-v-6fe7f2f2"]]), C1 = {
|
|
264
264
|
key: 0,
|
|
265
265
|
class: "adj-select__title"
|
|
266
266
|
}, h1 = { key: 0 }, v1 = { class: "adj-select__comment" }, j1 = { key: 1 }, L1 = {
|
|
267
267
|
key: 0,
|
|
268
268
|
class: "adj-select__items adj-effect-overlay-normal"
|
|
269
|
-
}, k1 = ["onClick"],
|
|
269
|
+
}, k1 = ["onClick"], w1 = /* @__PURE__ */ j({
|
|
270
270
|
__name: "AdjSelect",
|
|
271
271
|
props: {
|
|
272
272
|
titlePosition: { default: "top" },
|
|
@@ -281,16 +281,16 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
281
281
|
},
|
|
282
282
|
emits: ["update:modelValue"],
|
|
283
283
|
setup(r, { emit: e }) {
|
|
284
|
-
const o = r,
|
|
284
|
+
const o = r, s = e, i = B("refElement");
|
|
285
285
|
G(i, () => m());
|
|
286
286
|
const L = B("refInput");
|
|
287
287
|
R(L, { initialValue: !0 });
|
|
288
|
-
const p =
|
|
288
|
+
const p = w(!1), u = w("");
|
|
289
289
|
function m() {
|
|
290
290
|
p.value = !1;
|
|
291
291
|
}
|
|
292
292
|
function a(n) {
|
|
293
|
-
|
|
293
|
+
s("update:modelValue", n);
|
|
294
294
|
}
|
|
295
295
|
const _ = y(() => o.showSearch ? o.items.filter((n) => n.name.match(RegExp(u.value, "i"))) : o.items);
|
|
296
296
|
return A(p, () => {
|
|
@@ -305,11 +305,11 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
305
305
|
D(C(n.title) + " ", 1),
|
|
306
306
|
n.required ? (t(), l("span", h1, "*")) : h("", !0)
|
|
307
307
|
])) : h("", !0),
|
|
308
|
-
|
|
308
|
+
d("div", {
|
|
309
309
|
class: c(["adj-select__name adj-text-14", { "adj-select__name_active": n.showSearch && p.value }]),
|
|
310
310
|
onClick: v[3] || (v[3] = (k) => n.disabled ? 0 : p.value = !p.value)
|
|
311
311
|
}, [
|
|
312
|
-
|
|
312
|
+
d("div", v1, C(n.comment), 1),
|
|
313
313
|
n.showSearch && p.value ? H((t(), l("input", {
|
|
314
314
|
key: 0,
|
|
315
315
|
type: "text",
|
|
@@ -320,16 +320,16 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
320
320
|
}, null, 512)), [
|
|
321
321
|
[N, u.value]
|
|
322
322
|
]) : (t(), l("span", j1, C(($ = n.modelValue) == null ? void 0 : $.name), 1)),
|
|
323
|
-
v[4] || (v[4] =
|
|
324
|
-
|
|
325
|
-
default:
|
|
323
|
+
v[4] || (v[4] = d("i", { class: "icon-arrow-down" }, null, -1)),
|
|
324
|
+
g(M, { name: "adj-fade" }, {
|
|
325
|
+
default: b(() => [
|
|
326
326
|
p.value ? (t(), l("div", L1, [
|
|
327
|
-
|
|
327
|
+
g(E, {
|
|
328
328
|
maxHeight: "238px",
|
|
329
329
|
white: ""
|
|
330
330
|
}, {
|
|
331
|
-
default:
|
|
332
|
-
|
|
331
|
+
default: b(() => [
|
|
332
|
+
d("div", null, [
|
|
333
333
|
(t(!0), l(S, null, Z(_.value, (k) => {
|
|
334
334
|
var V;
|
|
335
335
|
return t(), l("div", {
|
|
@@ -356,22 +356,22 @@ const U = { class: "adj-button-checkbox__title" }, z = /* @__PURE__ */ j({
|
|
|
356
356
|
], 2);
|
|
357
357
|
};
|
|
358
358
|
}
|
|
359
|
-
}), R1 = /* @__PURE__ */ f(
|
|
359
|
+
}), R1 = /* @__PURE__ */ f(w1, [["__scopeId", "data-v-7493a68d"]]), g1 = {}, b1 = {
|
|
360
360
|
viewBox: "0 0 40 40",
|
|
361
361
|
xmlns: "http://www.w3.org/2000/svg"
|
|
362
362
|
};
|
|
363
363
|
function y1(r, e) {
|
|
364
|
-
return t(), l("svg",
|
|
365
|
-
|
|
364
|
+
return t(), l("svg", b1, e[0] || (e[0] = [
|
|
365
|
+
d("circle", {
|
|
366
366
|
cx: "20",
|
|
367
367
|
cy: "20",
|
|
368
368
|
r: "19",
|
|
369
369
|
"stroke-width": "2"
|
|
370
370
|
}, null, -1),
|
|
371
|
-
|
|
371
|
+
d("path", { d: "M27.6359 15.1348L24.8103 12.3092C24.4415 11.9628 23.9582 11.764 23.4525 11.7507C22.9467 11.7374 22.4536 11.9105 22.0671 12.237L12.7858 21.5184C12.4524 21.8545 12.2449 22.2951 12.198 22.7662L11.7545 27.0665C11.7406 27.2176 11.7602 27.3698 11.8119 27.5124C11.8636 27.655 11.9461 27.7845 12.0536 27.8915C12.1499 27.9871 12.2642 28.0627 12.3899 28.1141C12.5155 28.1654 12.6501 28.1914 12.7858 28.1906H12.8786L17.179 27.7987C17.65 27.7518 18.0906 27.5443 18.4268 27.2109L27.7081 17.9296C28.0684 17.549 28.2631 17.0411 28.2495 16.5173C28.236 15.9934 28.0153 15.4963 27.6359 15.1348V15.1348ZM16.9933 25.7362L13.8995 26.025L14.178 22.9312L20.0046 17.1767L22.789 19.9612L16.9933 25.7362ZM24.1297 18.5793L21.3659 15.8155L23.3768 13.753L26.1922 16.5683L24.1297 18.5793Z" }, null, -1)
|
|
372
372
|
]));
|
|
373
373
|
}
|
|
374
|
-
const U1 = /* @__PURE__ */ f(
|
|
374
|
+
const U1 = /* @__PURE__ */ f(g1, [["render", y1], ["__scopeId", "data-v-ba0f7601"]]), A1 = {}, $1 = {
|
|
375
375
|
viewBox: "0 0 330 252",
|
|
376
376
|
xmlns: "http://www.w3.org/2000/svg"
|
|
377
377
|
};
|
|
@@ -386,10 +386,10 @@ const z1 = /* @__PURE__ */ f(A1, [["render", V1]]), B1 = {}, I1 = {
|
|
|
386
386
|
};
|
|
387
387
|
function M1(r, e) {
|
|
388
388
|
return t(), l("svg", I1, e[0] || (e[0] = [
|
|
389
|
-
|
|
389
|
+
d("path", { d: "M29.983 8.48911C29.972 7.88611 29.924 7.1241 29.841 6.2041C29.757 5.2831 29.637 4.46011 29.481 3.73511C29.302 2.92011 28.915 2.2341 28.318 1.6761C27.721 1.1181 27.026 0.794109 26.234 0.705109C23.756 0.426109 20.012 0.287109 15.001 0.287109C9.98998 0.287109 6.24597 0.427109 3.76797 0.705109C2.97497 0.794109 2.28299 1.1181 1.69199 1.6761C1.09999 2.2341 0.714987 2.92011 0.536987 3.73511C0.369987 4.46111 0.243988 5.2841 0.159988 6.2041C0.0759884 7.1251 0.0289749 7.88611 0.0179749 8.48911C0.00697485 9.0921 0.000976562 9.92911 0.000976562 11.0001C0.000976562 12.0711 0.00697485 12.9091 0.0179749 13.5111C0.0289749 14.1141 0.0769884 14.8761 0.159988 15.7961C0.243988 16.7171 0.363974 17.5401 0.519974 18.2661C0.698974 19.0811 1.08598 19.7671 1.68298 20.3251C2.27998 20.8831 2.97498 21.2071 3.76698 21.2961C6.24498 21.5751 9.98899 21.7151 15 21.7151C20.011 21.7151 23.755 21.5761 26.233 21.2961C27.026 21.2071 27.717 20.8831 28.309 20.3251C28.901 19.7671 29.285 19.0801 29.464 18.2661C29.631 17.5411 29.757 16.7171 29.841 15.7961C29.924 14.8761 29.972 14.1141 29.983 13.5111C29.994 12.9081 30 12.0711 30 11.0001C30 9.92811 29.994 9.09111 29.983 8.48911ZM20.926 11.9041L12.355 17.2611C12.199 17.3731 12.009 17.4281 11.786 17.4281C11.619 17.4281 11.446 17.3831 11.267 17.2941C10.899 17.0931 10.715 16.7811 10.715 16.3571V5.6431C10.715 5.2191 10.899 4.9061 11.267 4.7061C11.647 4.5051 12.009 4.51611 12.355 4.73911L20.926 10.0961C21.261 10.2851 21.428 10.5871 21.428 11.0001C21.428 11.4131 21.261 11.7141 20.926 11.9041Z" }, null, -1)
|
|
390
390
|
]));
|
|
391
391
|
}
|
|
392
|
-
const O1 = /* @__PURE__ */ f(B1, [["render", M1], ["__scopeId", "data-v-
|
|
392
|
+
const O1 = /* @__PURE__ */ f(B1, [["render", M1], ["__scopeId", "data-v-de2d985f"]]);
|
|
393
393
|
export {
|
|
394
394
|
K1 as AdjButton,
|
|
395
395
|
T1 as AdjButtonCheckbox,
|
|
@@ -412,8 +412,8 @@ export {
|
|
|
412
412
|
R1 as AdjSelect,
|
|
413
413
|
ae as AdjSelectModern,
|
|
414
414
|
ne as AdjSkeleton,
|
|
415
|
-
|
|
416
|
-
|
|
415
|
+
de as AdjSkeletonItem,
|
|
416
|
+
se as AdjSvgActive,
|
|
417
417
|
U1 as AdjSvgEdit,
|
|
418
418
|
z1 as AdjSvgFly,
|
|
419
419
|
O1 as AdjSvgYoutube,
|