@vlalg-nimbus/nb-inputs 7.0.0 → 7.0.2
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/README.md +46 -44
- package/dist/nb-inputs.js +719 -671
- package/dist/nb-inputs.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/nb-inputs.umd.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,Ee){typeof exports=="object"&&typeof module<"u"?module.exports=Ee(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Ee):(e=typeof globalThis<"u"?globalThis:e||self,e.NbInputs=Ee(e.Vue))})(this,function(e){"use strict";const Ee="",Ie=(t,u)=>{const r=t.__vccOpts||t;for(const[V,y]of u)r[V]=y;return r},nt=["id"],rt=["id","disabled","value","name"],ut=["for","tabindex"],it=Ie(Object.assign({name:"NbInputRadio",inheritAttrs:!1},{__name:"NbInputRadio",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const u=t?t.toLowerCase():"";return["b","ib"].includes(u)}},tabIndex:{type:[Number,Array],default:0,validator:(t,u)=>Array.isArray(t)?t.length===u.options.length:!0},hasTabIndexEnter:{type:Boolean,default:!0},hasTabIndexSpace:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},groupName:{type:String,default:"",required:!0,validator:t=>t.toString().toLowerCase()},options:{type:Array,required:!0,default:()=>[],validator:t=>{if(!t.length)return!1;let u=!1;for(const r of t){const V=Object.keys(r);V.length!==2&&(u=!0),V.every(M=>["value","text"].includes(M))||(u=!0)}if(!u)return t}},currentOption:{type:[String,Number,Boolean],default:null},valueType:{type:String,default:"boolean",validator:t=>["boolean","string","number"].indexOf(t)!==-1},textColor:{type:String,default:"black"},color:{type:String,default:"#767676"},hoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},activeHoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},colorHover:{type:String,default:"#a6a6a6"},itemGap:{type:Number,default:15},internalGap:{type:Number,default:6},scale:{type:Number,default:1},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||200}},emits:["current-value","changed","clicked"],setup(t,{emit:u}){e.useCssVars(n=>({"2ff4bfca":K.value,"29d66636":de.value,"1c590c29":Z.value,"032c8a58":e.unref(x),"541cdd40":ae.value,"6d04505b":le.value,"284d01cf":se.value,"8cc41926":J.value})),e.onMounted(()=>{oe()});const r=u,V=t,y=e.ref(null),{ariaLabel:M,ariaAttrs:S,currentOption:$,valueType:Y,display:h,options:L,textColor:O,color:j,hoverEffect:W,activeHoverEffect:B,colorHover:x,itemGap:v,internalGap:C,scale:_,disabled:E,fontFamily:P,fontSize:I,fontWeight:w}=e.toRefs(V),p=e.computed(()=>{const n=E.value?"component-disabled":"",d=h.value!=="b"?"inline-block":"block",A=P.value?P.value:"'Lato', sans-serif",g=I.value?I.value:"1.6em",F=!w.value||w.value<0?200:w.value,ne=O.value?O.value:"black",ye=j.value?j.value:"#767676",l=[!1,!0].includes(W.value)?W.value:!1,s=[!1,!0].includes(B.value)?B.value:!1,T=x.value?x.value:"#a6a6a6",b=!v.value||v.value<0?15:v.value,H=!C.value||C.value<0?6:C.value,ee=!_.value||_.value<0?1:_.value;return{disabled:n,display:d,textColor:ne,color:ye,hoverEffect:l,activeHoverEffect:s,colorHover:T,itemGap:b,internalGap:H,scale:ee,font:A,fontSize:g,fontWeight:F}}),q=e.computed(()=>p.value.disabled),f=e.computed(()=>({display:p.value.display})),G=e.computed(()=>p.value.display==="inline-block"?"component-radio__item--display-inline":"component-radio__item--display-block"),te=e.computed(()=>{const n=p.value;return{fontSize:n.fontSize,fontWeight:n.fontWeight}}),N=e.computed(()=>Array.isArray(L.value)&&L.value.constructor===Array&&L.value.length>0),K=e.computed(()=>p.value.font),ae=e.computed(()=>p.value.textColor),J=e.computed(()=>p.value.color),se=e.computed(()=>{const n=p.value;return n.hoverEffect?n.colorHover:n.color}),Z=e.computed(()=>{const n=p.value;return n.activeHoverEffect?n.colorHover:n.color}),le=e.computed(()=>{const d=p.value.internalGap;return!d||d<0?0:`${d}px`}),de=e.computed(()=>{const d=p.value.itemGap;return!d||d<0?0:`${d}px`}),ce=e.computed(()=>({zoom:p.value.scale})),fe=e.computed(()=>{const n={};S.value&&Object.keys(S.value).forEach(g=>n[`aria-${g}`]=S.value[g]);const d={"aria-label":M.value,"aria-disabled":E.value,...n};return Object.fromEntries(Object.entries(d).filter(([A,g])=>g!=null))}),oe=()=>{const n=$.value;n&&["string"].includes(Y.value)?y.value=n.toString().toLowerCase():y.value=n},pe=()=>{r("clicked")};return e.watch($,(n,d)=>{n!==d&&oe()}),e.watch(y,(n,d)=>{n!==d&&(r("current-value",n),r("changed",n))}),(n,d)=>t.nbId&&N.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nb-wrapper",q.value]),style:e.normalizeStyle([f.value,ce.value])},[e.createElementVNode("div",e.mergeProps({id:t.nbId,role:"radiogroup"},fe.value,{class:["nb-reset","component",G.value]}),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(L),(A,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"component-radio__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${A.value}`,"onUpdate:modelValue":d[0]||(d[0]=F=>y.value=F),type:"radio",class:"component-radio__item--input",disabled:e.unref(E),value:A.value,name:t.groupName,onClick:pe},null,8,rt),[[e.vModelRadio,y.value]]),e.createElementVNode("label",{for:`${t.nbId}-${A.value}`,tabindex:e.unref(E)?-1:Array.isArray(t.tabIndex)?t.tabIndex[g]:t.tabIndex>=0?t.tabIndex:g+1,class:"component-radio__item--label",onKeydown:[d[1]||(d[1]=e.withKeys(e.withModifiers(F=>!e.unref(E)&&t.hasTabIndexEnter&&F.target.click(),["prevent"]),["enter"])),d[2]||(d[2]=e.withKeys(e.withModifiers(F=>!e.unref(E)&&t.hasTabIndexSpace&&F.target.click(),["prevent"]),["space"]))]},[d[3]||(d[3]=e.createElementVNode("div",null,null,-1)),e.createElementVNode("span",{style:e.normalizeStyle([te.value])},e.toDisplayString(A.text),5)],40,ut)]))),128))],16,nt)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-7b02a5bf"]]),ma="",st=["id"],dt=["id","disabled","value","name"],ct=["for","tabindex"],ft=Ie(Object.assign({name:"NbInputCheckbox",inheritAttrs:!1},{__name:"NbInputCheckbox",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const u=t?t.toLowerCase():"";return["b","ib"].includes(u)}},tabIndex:{type:[Number,Array],default:0,validator:(t,u)=>Array.isArray(t)?t.length===u.options.length:!0},hasTabIndexEnter:{type:Boolean,default:!0},hasTabIndexSpace:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},groupName:{type:String,default:"",required:!0,validator:t=>t.toString().toLowerCase()},options:{type:Array,required:!0,default:()=>[],validator:t=>{if(!t.length)return!1;let u=!1;for(const r of t){const V=Object.keys(r);V.length!==2&&(u=!0),V.every(M=>["value","text"].includes(M))||(u=!0)}if(!u)return t}},currentOption:{type:Array,default:()=>[]},textColor:{type:String,default:"black"},boxRadius:{type:Number,default:0},color:{type:String,default:"#767676"},hoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},activeHoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},colorHover:{type:String,default:"#a6a6a6"},itemGap:{type:Number,default:15},internalGap:{type:Number,default:6},scale:{type:Number,default:1},type:{type:String,default:"box",validator:t=>["box","circle"].indexOf(t)!==-1},background:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||200}},emits:["current-value","changed","clicked"],setup(t,{emit:u}){e.useCssVars(l=>({"22160a8e":J.value,"410caefa":d.value,"3b6621e5":de.value,"2130e298":e.unref(x),"156733ca":ce.value,"4735c99e":Z.value,"204a4b1d":n.value,"287af9f8":se.value,"0abed1c2":pe.value,f547d6ea:le.value,"5546b8ec":oe.value})),e.onMounted(()=>{ne()});const r=u,V=t,y=e.ref(null),{ariaLabel:M,ariaAttrs:S,currentOption:$,display:Y,options:h,textColor:L,boxRadius:O,color:j,hoverEffect:W,activeHoverEffect:B,colorHover:x,itemGap:v,internalGap:C,scale:_,type:E,background:P,disabled:I,fontFamily:w,fontSize:p,fontWeight:q}=e.toRefs(V),f=e.computed(()=>{const l=I.value?"component-disabled":"",s=Y.value!=="b"?"inline-block":"block",T=w.value?w.value:"'Lato', sans-serif",b=p.value?p.value:"1.6em",H=q.value!==0&&!q.value||q.value<0?200:q.value,ee=L.value?L.value:"black",me=O.value!==0&&!O.value||O.value<0?0:O.value,Ce=j.value?j.value:"#767676",z=[!1,!0].includes(W.value)?W.value:!1,ge=[!1,!0].includes(B.value)?B.value:!1,U=x.value?x.value:"#a6a6a6",Ve=v.value!==0&&!v.value||v.value<0?15:v.value,Se=C.value!==0&&!C.value||C.value<0?6:C.value,xe=["box","circle"].includes(E.value)?E.value:"box",k=!_.value||_.value<0?1:_.value,re=[!1,!0].includes(P.value)?P.value:!1;return{disabled:l,display:s,textColor:ee,boxRadius:me,color:Ce,hoverEffect:z,activeHoverEffect:ge,colorHover:U,itemGap:Ve,internalGap:Se,scale:k,type:xe,font:T,background:re,fontSize:b,fontWeight:H}}),G=e.computed(()=>f.value.disabled),te=e.computed(()=>({display:f.value.display})),N=e.computed(()=>f.value.display==="inline-block"?"component-checkbox__item--display-inline":"component-checkbox__item--display-block"),K=e.computed(()=>{const l=f.value;return{fontSize:l.fontSize,fontWeight:l.fontWeight}}),ae=e.computed(()=>Array.isArray(h.value)&&h.value.constructor===Array&&h.value.length>0),J=e.computed(()=>f.value.font),se=e.computed(()=>f.value.textColor),Z=e.computed(()=>f.value.color),le=e.computed(()=>{const l=f.value;return l.hoverEffect?l.colorHover:l.color}),de=e.computed(()=>{const l=f.value;return l.activeHoverEffect?l.colorHover:l.color}),ce=e.computed(()=>{const l=f.value;return l.activeHoverEffect&&l.background?`${l.colorHover}80`:x.value}),fe=e.computed(()=>f.value.background?"component-checkbox__item--with-background":"component-checkbox__item--without-background"),oe=e.computed(()=>{const l=f.value;return l.background?"#ffffff":l.textColor});e.computed(()=>f.value.background?"19px":"auto");const pe=e.computed(()=>{const s=f.value.internalGap;return!s||s<0?0:`${s}px`}),n=e.computed(()=>{const l=f.value;return`${l.boxRadius>7?7:l.boxRadius}px`}),d=e.computed(()=>{const s=f.value.itemGap;return!s||s<0?0:`${s}px`}),A=e.computed(()=>f.value.type==="circle"?"custom-checkbox__input--type-circle":""),g=e.computed(()=>({zoom:f.value.scale})),F=e.computed(()=>{const l={};S.value&&Object.keys(S.value).forEach(b=>l[`aria-${b}`]=S.value[b]);const s={"aria-label":M.value,"aria-disabled":I.value,...l};return Object.fromEntries(Object.entries(s).filter(([T,b])=>b!=null))}),ne=()=>{y.value=$.value},ye=()=>{r("clicked")};return e.watch($,(l,s)=>{l!==s&&ne()}),e.watch(y,(l,s)=>{l!==s&&(r("current-value",l),r("changed",l))}),(l,s)=>t.nbId&&ae.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nb-wrapper",G.value]),style:e.normalizeStyle([te.value,g.value])},[e.createElementVNode("div",e.mergeProps({id:t.nbId,role:"group"},F.value,{class:["nb-reset","component",N.value]}),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(h),(T,b)=>(e.openBlock(),e.createElementBlock("div",{key:b,class:"component-checkbox__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${T.value}`,"onUpdate:modelValue":s[0]||(s[0]=H=>y.value=H),type:"checkbox",class:"component-checkbox__item--input",disabled:e.unref(I),value:T.value,name:t.groupName,onClick:ye},null,8,dt),[[e.vModelCheckbox,y.value]]),e.createElementVNode("label",{for:`${t.nbId}-${T.value}`,class:e.normalizeClass([[A.value],"component-checkbox__item--label"]),tabindex:e.unref(I)?-1:Array.isArray(t.tabIndex)?t.tabIndex[b]:t.tabIndex>=0?t.tabIndex:b+1,onKeydown:[s[1]||(s[1]=e.withKeys(e.withModifiers(H=>!e.unref(I)&&t.hasTabIndexEnter&&H.target.click(),["prevent"]),["enter"])),s[2]||(s[2]=e.withKeys(e.withModifiers(H=>!e.unref(I)&&t.hasTabIndexSpace&&H.target.click(),["prevent"]),["space"]))]},[e.createElementVNode("div",{class:e.normalizeClass([fe.value])},null,2),e.createElementVNode("span",{style:e.normalizeStyle([K.value])},e.toDisplayString(T.text),5)],42,ct)]))),128))],16,st)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-80f01756"]]),ba="",pt=["id"],yt={class:e.normalizeClass(["component__eye-icon","fas"])},mt={key:0},gt={key:1},bt=["id","name","type","placeholder","disabled","required","readonly","autocomplete","tabindex"],ht=["for"],vt=Ie(Object.assign({name:"NbInput",inheritAttrs:!1},{__name:"NbInput",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const u=t.toLowerCase();return["b","ib"].includes(u)}},tabIndex:{type:Number,default:0},hasTabIndexEnter:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},textColor:{type:String,default:"#ffffff"},caretColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionBgColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionTextColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},theme:{type:String,default:"light",validator:t=>["dark","light"].indexOf(t)!==-1},hasBorderRadius:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},borderRadius:{type:Number,default:.5},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:null},fontWeight:{type:Number,default:400,validator:t=>t||700},fontFamilyMsg:{type:String,default:"'Lato', sans-serif"},fontSizeMsg:{type:String,default:"1em",validator:t=>t||"1em"},fontWeightMsg:{type:Number,default:400,validator:t=>t||700},textMessageColor:{type:String,default:"#f15574"},textAlign:{type:String,default:"left",validator:t=>["center","left","right"].indexOf(t)!==-1},inputText:{type:String,default:""},inputType:{type:String,default:"text",validator:t=>["text","number","email","password"].indexOf(t)!==-1},hasTrim:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputName:{type:String,required:!0},inputPlaceholder:{type:String,default:""},showInputEye:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputEyeIcon:{type:String,default:"🫣"},inputEyeIconHidden:{type:String,default:"😎"},inputEyeCustomIcon:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},activeTextStyle:{type:String,default:"normal",validator:t=>["normal","italic","oblique"].indexOf(t)!==-1},sizeMediaQuery:{type:String,default:"sm",validator:t=>["xs","sm","md","lg"].indexOf(t)!==-1},required:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputReadonly:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputAutocomplete:{type:String,default:"on",validator:t=>["on","off"].indexOf(t)!==-1},inputUppercase:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputWidth:{type:Number,default:200},inputStyle:{type:String,default:"background",validator:t=>["background","line","border"].indexOf(t)!==-1},lightBgColor:{type:String,default:"#f8f8f2"},lightBgColorFocus:{type:String,default:"#eaeaea"},lightEyeBgColor:{type:String,default:"#353734"},lightEyeBgColorActive:{type:String,default:"#272936"},lightDisabledBgColor:{type:String,default:"#dfdfd9"},lightTextColor:{type:String,default:"#000000"},darkBgColor:{type:String,default:"#353734"},darkBgColorFocus:{type:String,default:"#272936"},darkEyeBgColor:{type:String,default:"#353734"},darkEyeBgColorActive:{type:String,default:"#272936"},darkDisabledBgColor:{type:String,default:"rgba(40, 42, 54, 1)"},darkTextColor:{type:String,default:"#000000"},darkDisabledEyeBgColor:{type:String,default:"rgba(68, 71, 90, 0.3)"},lightDisabledEyeBgColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},tabindex:{type:[String,Number],default:0},showMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},hasMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},message:{type:String,default:"Default message text"},hasCustomMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},hasIcon:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},iconWidth:{type:Number,default:32},iconDirection:{type:String,default:"left",validator:t=>["left","right"].includes(t)},iconPadding:{type:String,default:"5px 10px",validator:t=>typeof t=="string"&&t.split(" ").length===2},iconPaddingInput:{type:Number,default:35},iconMargin:{type:String,default:"0"},iconLightTextColor:{type:String,default:"#f8f8f2"},iconDarkTextColor:{type:String,default:"#f8f8f2"},iconLightBgColor:{type:String,default:"#353734"},iconLightBgColorActive:{type:String,default:"#272936"},iconDarkBgColor:{type:String,default:"#353734"},iconDarkBgColorActive:{type:String,default:"#272936"},iconDarkDisabledBgColor:{type:String,default:"rgba(68, 71, 90, 0.3)"},iconLightDisabledBgColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},iconBorderRadius:{type:Number,default:0},iconSize:{type:Number,default:1}},emits:["current-value","changed","focused","blurred","show-input-eye","clicked","entered"],setup(t,{emit:u}){e.useCssVars(a=>({"7db11dc6":Fe.value,"465ec593":Te.value,"0bd0a5e4":e.unref(g),"490fdeba":o.value,"09c697b5":m.value,"497da60d":R.value,"5e478652":e.unref(T),"65dc7d59":e.unref(re),"7caea4a6":e.unref(b),"7d9d18e5":e.unref($e),"40dc79c4":e.unref(s),"3febb3de":e.unref(ye),55340077:e.unref(l),"6cbaee7c":It.value,ccb4758c:e.unref(F),"3734d3be":e.unref(ne),"35bcd232":e.unref(k),"86db4b1e":e.unref(H),eebf601a:e.unref(Me),"6540ecda":e.unref(A),83825256:e.unref(n),f52be38a:e.unref(d),"23886af6":e.unref(oe),"5b006382":e.unref(pe),"3eca0d2c":kt.value,b46ea296:_t.value,"21492e8a":Et.value,"01e48fba":wt.value,"0f7f0fdd":ot.value,"060b01ca":e.unref(ee),"21c08896":tt.value,"8b25c7ac":He.value,"5b17912e":je.value,"6f485452":Pe.value,"501e5a2c":ze.value,dcd9aea4:a.styleButtonColor,"16e77a5a":qe.value})),e.onMounted(()=>{Q.value=Z.value}),e.onUnmounted(()=>{At()});const r=u,V=t,{display:y,hasTabIndexEnter:M,ariaLabel:S,ariaAttrs:$,textColor:Y,caretColor:h,selectionBgColor:L,selectionTextColor:O,hasBorderRadius:j,borderRadius:W,disabled:B,fontFamily:x,fontSize:v,fontWeight:C,fontFamilyMsg:_,fontSizeMsg:E,fontWeightMsg:P,textMessageColor:I,inputWidth:w,inputStyle:p,activeTextStyle:q,sizeMediaQuery:f,inputReadonly:G,showInputEye:te,inputType:N,hasTrim:K,inputUppercase:ae,inputName:J,inputPlaceholder:se,inputText:Z,theme:le,inputEyeIcon:de,tabindex:ce,inputEyeIconHidden:fe,lightBgColor:oe,lightBgColorFocus:pe,lightEyeBgColor:n,lightEyeBgColorActive:d,lightDisabledBgColor:A,lightTextColor:g,darkBgColor:F,darkBgColorFocus:ne,darkEyeBgColor:ye,darkEyeBgColorActive:l,darkDisabledBgColor:s,darkTextColor:T,darkDisabledEyeBgColor:b,lightDisabledEyeBgColor:H,textAlign:ee,showMsg:me,hasMsg:Ce,hasIcon:z,iconDirection:ge,iconPadding:U,iconPaddingInput:Ve,iconMargin:Se,iconBorderRadius:xe,iconLightTextColor:k,iconDarkTextColor:re,iconLightBgColor:D,iconDarkBgColor:we,iconLightBgColorActive:Ne,iconDarkBgColorActive:Ae,iconLightDisabledBgColor:Me,iconDarkDisabledBgColor:$e,iconWidth:Be,iconSize:_e}=e.toRefs(V),Q=e.ref(""),be=e.ref(""),ue=e.ref(!1),he=e.ref(!1),i=e.computed(()=>{const a=B.value?"component-disabled":"",c=y.value!=="b"?"inline-block":"block",ie=Y?Y.value:"ffffff",ve=h.value?h.value:"",Rt=L.value?L.value:"",Mt=O.value?O.value:"",$t=j.value?j.value:!1,Lt=!W.value||W.value<0?0:W.value,Ot=x.value?x.value:"'Lato', sans-serif",Wt=v.value&&v.value>=0?v.value:null,Ft=!C.value||C.value<0?100:C.value,Ht=_.value?_.value:"'Lato', sans-serif",jt=E.value?E.value:"1em",Pt=!P.value||P.value<0?100:P.value,qt=I.value?I.value:"#f15574",Gt=w.value?w.value:200,Kt=q.value?q.value:"normal",Ut=f.value?f.value:"xs",Qt=G.value?G.value:!1,Xt=te.value?te.value:!1,Yt=N.value?N.value:"text",Jt=ae.value?ae.value:!1,Zt=le.value?le.value:"normal",ea=ee.value?ee.value:"left",ta=p.value?p.value:"background",aa=U.value?U.value:"5px 10px",la=Se.value?Se.value:"0",oa=Ve.value?Ve.value:10,na=k.value?k.value:"#000000",ra=re.value?re.value:"#000000",ua=D.value?D.value:"transparent",ia=we.value?we.value:"transparent",sa=xe.value?xe.value:0,da=Ne.value?Ne.value:"transparent",ca=Ae.value?Ae.value:"transparent",fa=Be.value?Be.value:32,pa=_e.value?_e.value:1;return{disabled:a,display:c,font:Ot,fontSize:Wt,fontWeight:Ft,fontFamilyMsg:Ht,fontSizeMsg:jt,fontWeightMsg:Pt,textMessageColor:qt,textColor:ie,caretColor:ve,selectionBgColor:Rt,selectionTextColor:Mt,hasBorderRadius:$t,borderRadius:Lt,textAlign:ea,inputWidth:Gt,activeTextStyle:Kt,sizeMediaQuery:Ut,inputReadonly:Qt,showInputEye:Xt,inputType:Yt,inputUppercase:Jt,theme:Zt,inputStyle:ta,iconPadding:aa,iconMargin:la,iconPaddingInput:oa,iconLightTextColor:na,iconDarkTextColor:ra,iconLightBgColor:ua,iconDarkBgColor:ia,iconBorderRadius:sa,iconLightBgColorActive:da,iconDarkBgColorActive:ca,iconWidth:fa,iconSize:pa}}),Le=e.computed(()=>i.value.disabled),Oe=e.computed(()=>({display:i.value.display})),Te=e.computed(()=>{const a=i.value;if(a.fontSize)return`${a.fontSize}em`;let c="";switch(a.sizeMediaQuery){case"sm":return"1.2em";case"md":return"1.6em";case"lg":return"2em";default:c="1.2em"}return c}),We=e.computed(()=>{const a=i.value;return{fontSize:Te.value,fontWeight:a.fontWeight}}),ke=e.computed(()=>{const a=i.value;return a.inputStyle!=="line"&&a.hasBorderRadius?{borderRadius:`${a.borderRadius}rem`}:{}}),Fe=e.computed(()=>i.value.font),He=e.computed(()=>i.value.fontFamilyMsg),je=e.computed(()=>i.value.fontSizeMsg),Pe=e.computed(()=>i.value.fontWeightMsg),qe=e.computed(()=>i.value.textColor),ze=e.computed(()=>i.value.textMessageColor),o=e.computed(()=>{const a=i.value;return a.caretColor||(a.theme==="dark"?"#00d4ff":"#007bff")}),m=e.computed(()=>{const a=i.value;return a.selectionBgColor||(a.theme==="dark"?"#00d4ff":"#007bff")}),R=e.computed(()=>{const a=i.value;return a.selectionTextColor||(a.theme==="dark"?"#000000":"#ffffff")}),X=e.computed(()=>{const a=i.value;return a.display==="block"?{width:"100%"}:{width:`${a.inputWidth}px`}}),Ge=e.computed(()=>{switch(p.value){case"line":return"component__input--line";case"border":return"component__input--border";default:return"component__input--background"}}),Ke=e.computed(()=>{switch(i.value.activeTextStyle){case"italic":return"component__input--active--italic";case"oblique":return"component__input--active--oblique";default:return"component__input--active--normal"}}),Ue=e.computed(()=>{switch(i.value.sizeMediaQuery){case"sm":return"component__sm";case"md":return"component__md";case"lg":return"component__lg";default:return""}}),Qe=e.computed(()=>{switch(i.value.theme){case"dark":return"component__theme--dark";default:return"component__theme--light"}}),Xe=e.computed(()=>i.value.inputReadonly?"component__input--read-only":""),Ye=e.computed(()=>i.value.inputUppercase?"component__input--uppercase":""),De=e.computed(()=>{const a=i.value;return!!(a.showInputEye&&a.inputType==="password")}),Je=e.computed(()=>ue.value?de.value:fe.value),Ze=e.computed(()=>i.value.inputType==="password"?"component__input__eye-default--hidden":""),et=e.computed(()=>he.value?"component__input--active":"component__input--no-active"),tt=e.computed(()=>De.value?"6px 50px 6px 10px":"6px 10px"),at=e.computed(()=>!!(me.value&&Ce.value)),lt=e.computed(()=>{const a={};$.value&&Object.keys($.value).forEach(ve=>a[`aria-${ve}`]=$.value[ve]);const c={"aria-label":S.value,"aria-disabled":B.value,...a};return Object.fromEntries(Object.entries(c).filter(([ie,ve])=>ve!=null))}),ot=e.computed(()=>z.value?`${_e.value}rem`:"0"),kt=e.computed(()=>z.value?`${Be.value}px`:"0"),Bt=e.computed(()=>z.value?`component__icon--${ge.value}`:""),_t=e.computed(()=>{const a=i.value;return z.value?a.iconPadding:"0"}),Et=e.computed(()=>{const a=i.value;return z.value?a.iconMargin:"0"}),It=e.computed(()=>{const a=i.value;return z.value?a.theme==="dark"?a.iconDarkBgColor:a.iconLightBgColor:"transparent"}),wt=e.computed(()=>{const a=i.value;return z.value?`${a.iconBorderRadius}rem`:"0"}),Nt=e.computed(()=>{const a=i.value;return z.value?ge.value==="left"?{paddingLeft:`${a.iconPaddingInput}px`}:{paddingRight:`${a.iconPaddingInput}px`}:{}}),At=()=>{Q.value=Z.value,be.value=N.value},Tt=()=>{const a=i.value;if(a.inputReadonly||a.disabled)return;const c=!ue.value;c?be.value="text":be.value=N.value,ue.value=c},zt=()=>{r("clicked")},Dt=()=>{B.value||i.value.inputReadonly||!M.value||r("entered",Q.value)};return e.watch(N,a=>{be.value=a},{immediate:!0}),e.watch(Z,a=>{a!==Q.value&&(Q.value=a)},{immediate:!0}),e.watch(Q,a=>{K.value&&(a=a.trim()),r("changed",a)}),e.watch(he,a=>{r(a?"focused":"blurred")}),e.watch(ue,a=>{r("show-input-eye",a)},{immediate:!0}),e.watch(Q,a=>{K.value&&(a=a.trim()),r("current-value",a)}),e.watch(N,a=>{a==="password"&&nextTick(()=>{const c=document.getElementById(J.value);c&&(c.type="password",c.removeAttribute("autocomplete"))})}),(a,c)=>t.nbId?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:["nb-wrapper",Le.value],style:[Oe.value,X.value,ke.value],role:"input"},lt.value),[e.createElementVNode("div",{id:t.nbId,class:e.normalizeClass(["nb-reset","component",Ue.value,Qe.value,Xe.value,Ge.value]),style:e.normalizeStyle([We.value,X.value,ke.value]),onClick:zt},[De.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["component__eye",et.value]),style:e.normalizeStyle([ke.value]),onClick:Tt},[e.createElementVNode("span",yt,[t.inputEyeCustomIcon?(e.openBlock(),e.createElementBlock("span",gt,[ue.value?e.renderSlot(a.$slots,"eye-icon-show",{key:0},()=>[c[4]||(c[4]=e.createTextVNode("show"))],!0):e.renderSlot(a.$slots,"eye-icon-hidden",{key:1},()=>[c[5]||(c[5]=e.createTextVNode("hidden"))],!0)])):(e.openBlock(),e.createElementBlock("span",mt,e.toDisplayString(Je.value),1))])],6)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":c[0]||(c[0]=ie=>Q.value=ie),id:e.unref(J),name:e.unref(J),type:be.value,class:e.normalizeClass(["component__input",[Ye.value,Ze.value,Ke.value]]),placeholder:e.unref(se),disabled:e.unref(B)||e.unref(G),required:t.required,readonly:e.unref(G),autocomplete:t.inputAutocomplete,tabindex:e.unref(B)||e.unref(G)?-1:e.unref(ce),role:"input",style:e.normalizeStyle([ke.value,Nt.value]),onFocus:c[1]||(c[1]=ie=>he.value=!0),onBlur:c[2]||(c[2]=ie=>he.value=!1),onKeydown:c[3]||(c[3]=e.withKeys(ie=>!e.unref(B)&&e.unref(M)&&Dt(),["enter"]))},null,46,bt),[[e.vModelDynamic,Q.value]]),e.unref(z)?(e.openBlock(),e.createElementBlock("label",{key:1,for:e.unref(J),class:e.normalizeClass(["component__icon",Bt.value])},[e.renderSlot(a.$slots,"icon",{},()=>[c[6]||(c[6]=e.createElementVNode("span",null,"♥",-1))],!0)],10,ht)):e.createCommentVNode("",!0)],14,pt),at.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["component__message",t.hasCustomMsg?"component__message--custom":"component__message--default"])},[e.renderSlot(a.$slots,"message",{},()=>[e.createTextVNode(e.toDisplayString(t.message),1)],!0)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-d689f281"]]),va="",Ct=["id"],Vt={class:"chip-text"},St=["onClick"],xt=["name","placeholder","readonly","autocomplete","required","tabindex"],Re={NbInputRadio:it,NbInputCheckbox:ft,NbInput:vt,NbInputChip:Ie(Object.assign({name:"NbInputChip",inheritAttrs:!1},{__name:"NbInputChip",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const u=t.toLowerCase();return["b","ib"].includes(u)}},tabIndex:{type:Number,default:0},hasTabIndexEnter:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Input Chip"},ariaAttrs:{type:Object,default:()=>({})},caretColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},width:{type:Number,default:185,validator:t=>t||185},textColor:{type:String,default:"#ffffff"},selectionBgColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionTextColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},paddingX:{type:Number,default:.2,validator:t=>t||1},paddingY:{type:Number,default:.2,validator:t=>t||.2},hasBorderRadius:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},borderRadius:{type:Number,default:.375},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||700},currentList:{type:Array,default:()=>[],validator:t=>Array.isArray(t)},allowDuplicates:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},minChips:{type:Number,default:0},maxChips:{type:Number,default:10},inputPosition:{type:String,default:"bottom",validator:t=>["top","bottom"].includes(t)},inputName:{type:String,default:""},inputPlaceholder:{type:String,default:"Type and press Enter"},inputUppercase:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputReadonly:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputAutocomplete:{type:String,default:"on",validator:t=>["on","off"].indexOf(t)!==-1},required:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},textAlign:{type:String,default:"left",validator:t=>["center","left","right"].indexOf(t)!==-1},activeTextStyle:{type:String,default:"normal",validator:t=>["normal","italic","oblique"].indexOf(t)!==-1},theme:{type:String,default:"light",validator:t=>["dark","light"].indexOf(t)!==-1},inputStyle:{type:String,default:"background",validator:t=>["background","line","border"].indexOf(t)!==-1},lightBgColor:{type:String,default:"#f8f8f2"},lightBgColorFocus:{type:String,default:"#eaeaea"},lightBorderColor:{type:String,default:"#353734"},lightBorderColorFocus:{type:String,default:"#272936"},lightDisabledBgColor:{type:String,default:"#dfdfd9"},lightTextColor:{type:String,default:"#000000"},lightChipBgColor:{type:String,default:"#e0e0e0"},lightChipTextColor:{type:String,default:"#000000"},lightChipRemoveColor:{type:String,default:"#f44336"},lightDisabledBorderColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},darkBgColor:{type:String,default:"#353734"},darkBgColorFocus:{type:String,default:"#272936"},darkBorderColor:{type:String,default:"#44475a"},darkBorderColorFocus:{type:String,default:"rgba(68, 71, 90, 0.4)"},darkDisabledBgColor:{type:String,default:"rgba(40, 42, 54, 1)"},darkTextColor:{type:String,default:"#ffffff"},darkChipBgColor:{type:String,default:"#44475a"},darkChipTextColor:{type:String,default:"#ffffff"},darkChipRemoveColor:{type:String,default:"#f44336"},darkDisabledBorderColor:{type:String,default:"rgba(68, 71, 90, 0.3)"}},emits:["clicked","changed","removed","added","input-changed","focused","blurred"],setup(t,{emit:u}){e.useCssVars(o=>({"1549ffc9":Be.value,"73ec4a48":Q.value,"1eee568c":e.unref(de),"6d90e4bc":e.unref(ae),"16339c1b":e.unref(se),"56fd01b6":e.unref(ce),"22c193ce":e.unref(fe),"5f1758d7":e.unref(oe),"6e7cb926":e.unref(ne),"6d719d0e":e.unref(n),"327fd4f2":e.unref(A),"27897b22":e.unref(ye),"0215623a":e.unref(l),"8e9d877a":e.unref(s),"37cf217d":e.unref(Z),"1171ab91":e.unref(g),"99a84312":ue.value,"3b55b689":he.value,"53c05fe1":i.value,"9f4dd54c":o.styleButtonColor,"2a052b02":_e.value,beaeb8f4:e.unref(le),"019f1fff":e.unref(pe),"0b7af21c":e.unref(F),"6b816d6b":e.unref(T)})),e.onMounted(()=>{W.value.length>0&&(k.value=W.value)});const r=u,V=t,{display:y,textColor:M,paddingX:S,paddingY:$,borderRadius:Y,disabled:h,fontFamily:L,fontSize:O,fontWeight:j,currentList:W,allowDuplicates:B,minChips:x,maxChips:v,inputPosition:C,width:_,inputName:E,inputPlaceholder:P,inputUppercase:I,inputReadonly:w,inputAutocomplete:p,required:q,textAlign:f,hasBorderRadius:G,activeTextStyle:te,theme:N,inputStyle:K,lightBgColor:ae,lightBgColorFocus:J,lightBorderColor:se,lightBorderColorFocus:Z,lightDisabledBgColor:le,lightTextColor:de,lightChipBgColor:ce,lightChipTextColor:fe,lightChipRemoveColor:oe,lightDisabledBorderColor:pe,darkBgColor:n,darkBgColorFocus:d,darkBorderColor:A,darkBorderColorFocus:g,darkDisabledBgColor:F,darkTextColor:ne,darkChipBgColor:ye,darkChipTextColor:l,darkChipRemoveColor:s,darkDisabledBorderColor:T,tabIndex:b,hasTabIndexEnter:H,ariaLabel:ee,ariaAttrs:me,caretColor:Ce,selectionBgColor:z,selectionTextColor:ge}=e.toRefs(V),U=e.ref(""),Ve=e.ref(null),Se=e.ref(null),xe=e.ref(null),k=e.ref([]),re=e.ref(!1),D=e.computed(()=>{const o=h.value?"component-disabled":"",m=y.value!=="b"?"inline-block":"block",R=!_.value||_.value<185?185:_.value,X=M?M.value:"ffffff",Ge=Ce.value?Ce.value:"",Ke=z.value?z.value:"",Ue=ge.value?ge.value:"",Qe=!S.value||S.value<0?1:S.value,Xe=!$.value||$.value<0?.2:$.value,Ye=!Y.value||Y.value<0?0:Y.value,De=L.value?L.value:"'Lato', sans-serif",Je=O.value?O.value:"1.6rem",Ze=!j.value||j.value<0?100:j.value,et=!x.value||x.value<0?0:x.value,tt=!v.value||v.value<0?10:v.value,at=!C.value||!["top","bottom"].includes(C.value)?"bottom":C.value,lt=!K.value||!["background","line","border"].includes(K.value)?"background":K.value,ot=N.value?N.value:"light";return{disabled:o,display:m,width:R,font:De,fontSize:Je,fontWeight:Ze,textColor:X,caretColor:Ge,selectionBgColor:Ke,selectionTextColor:Ue,paddingX:Qe,paddingY:Xe,borderRadius:Ye,minChips:et,maxChips:tt,inputPosition:at,inputStyle:lt,theme:ot}}),we=e.computed(()=>D.value.disabled),Ne=e.computed(()=>({display:D.value.display})),Ae=e.computed(()=>{const o=D.value;return{color:o.textColor,padding:`${o.paddingY}rem ${o.paddingX}rem`,fontSize:o.fontSize,fontWeight:o.fontWeight,textAlign:f.value}}),Me=e.computed(()=>{switch(te.value){case"italic":return"component__text--italic";case"oblique":return"component__text--oblique";default:return"component__text--normal"}}),$e=e.computed(()=>{const o=D.value;return o.inputStyle!=="line"&&G.value?{borderRadius:`${o.borderRadius}rem`}:{}}),Be=e.computed(()=>D.value.font),_e=e.computed(()=>D.value.textColor),Q=e.computed(()=>D.value.inputPosition==="top"?"column":"column-reverse"),be=e.computed(()=>{const o={};me.value&&Object.keys(me.value).forEach(X=>o[`aria-${X}`]=me.value[X]);const m={"aria-label":ee.value,"aria-disabled":h.value,...o};return Object.fromEntries(Object.entries(m).filter(([R,X])=>X!=null))}),ue=e.computed(()=>{const o=D.value;return o.caretColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),he=e.computed(()=>{const o=D.value;return o.selectionBgColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),i=e.computed(()=>{const o=D.value;return o.selectionTextColor||(o.theme==="dark"?"#000000":"#ffffff")}),Le=e.computed(()=>({caretColor:ue.value})),Oe=e.computed(()=>({"--selection-bg-color":he.value,"--selection-text-color":i.value})),Te=e.computed(()=>{const o=D.value,m={width:`${o.width}px`};return o.display==="block"?{width:"auto"}:m}),We=e.computed(()=>{switch(N.value){case"dark":return"component__theme--dark";default:return"component__theme--light"}}),ke=e.computed(()=>{switch(K.value){case"line":return"component__input--line";case"border":return"component__input--border";default:return"component__input--background"}}),Fe=()=>{r("clicked")},He=()=>{re.value=!0,r("focused")},je=()=>{re.value=!1,r("blurred")},Pe=o=>{if(!(h.value||w.value)&&o.key==="Enter"&&U.value.trim()!==""){o.preventDefault();let m=U.value.trim();I.value&&(m=m.toUpperCase()),(B.value||!k.value.includes(m))&&qe(m),U.value=""}},qe=o=>{k.value.push(o),r("added",o)},ze=o=>{k.value=k.value.filter(m=>m!==o),r("removed",o)};return e.watch(W,o=>{k.value=o,r("changed",o)}),e.watch(U,o=>{r("input-changed",o)}),(o,m)=>t.nbId?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:["nb-wrapper",we.value],style:[Ne.value],role:"input"},be.value,{onClick:Fe}),[e.createElementVNode("div",{id:t.nbId,ref_key:"chipsContainer",ref:Ve,class:e.normalizeClass(["nb-reset","component",We.value,ke.value]),style:e.normalizeStyle([Ae.value,Te.value,$e.value])},[k.value.length>0?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"chips",ref:xe,class:"chips"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(k.value,R=>(e.openBlock(),e.createElementBlock("div",{key:R,class:"chip"},[e.renderSlot(o.$slots,"chip",{chips:k.value,chip:R,removeChip:ze},()=>[e.createElementVNode("span",Vt,e.toDisplayString(R),1),!e.unref(h)&&!e.unref(w)?(e.openBlock(),e.createElementBlock("span",{key:0,class:"chip-remove",onClick:X=>ze(R)},"×",8,St)):e.createCommentVNode("",!0)],!0)]))),128))],512)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{ref_key:"chipInput",ref:Se,type:"text","onUpdate:modelValue":m[0]||(m[0]=R=>U.value=R),name:e.unref(E),placeholder:e.unref(P),readonly:e.unref(w),autocomplete:e.unref(p),required:e.unref(q),tabindex:e.unref(h)||e.unref(w)?-1:e.unref(b),class:e.normalizeClass(["chips-input",Me.value]),style:e.normalizeStyle([Le.value,Oe.value]),onKeydown:m[1]||(m[1]=e.withKeys(R=>!e.unref(h)&&e.unref(H)&&Pe(R),["enter"])),onFocus:He,onBlur:je},null,46,xt),[[e.vModelText,U.value]])],14,Ct)],16)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-4af4ff9b"]])};return{install(t){for(const u in Re)if(Object.prototype.hasOwnProperty.call(Re,u)){const r=Re[u];t.component(r.name,r)}}}});
|
|
1
|
+
(function(e,Ne){typeof exports=="object"&&typeof module<"u"?module.exports=Ne(require("vue")):typeof define=="function"&&define.amd?define(["vue"],Ne):(e=typeof globalThis<"u"?globalThis:e||self,e.NbInputs=Ne(e.Vue))})(this,function(e){"use strict";const Ne="",De=(t,r)=>{const u=t.__vccOpts||t;for(const[B,m]of r)u[B]=m;return u},nt=["id"],rt=["id","disabled","value","name"],ut=["for","tabindex"],it=De(Object.assign({name:"NbInputRadio",inheritAttrs:!1},{__name:"NbInputRadio",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const r=t?t.toLowerCase():"";return["b","ib"].includes(r)}},tabIndex:{type:[Number,Array],default:0,validator:(t,r)=>Array.isArray(t)?t.length===r.options.length:!0},hasTabIndexEnter:{type:Boolean,default:!0},hasTabIndexSpace:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},groupName:{type:String,default:"",required:!0,validator:t=>t.toString().toLowerCase()},options:{type:Array,required:!0,default:()=>[],validator:t=>{if(!t.length)return!1;let r=!1;for(const u of t){const B=Object.keys(u);B.length!==2&&(r=!0),B.every($=>["value","text"].includes($))||(r=!0)}if(!r)return t}},currentOption:{type:[String,Number,Boolean],default:null},valueType:{type:String,default:"boolean",validator:t=>["boolean","string","number"].indexOf(t)!==-1},theme:{type:String,default:"light",validator:t=>{const r=t?t.toLowerCase():"";return["light","dark"].includes(r)}},lightTextColor:{type:String,default:"#333333"},lightColor:{type:String,default:"#cccccc"},lightColorHover:{type:String,default:"#bbbbbb"},darkTextColor:{type:String,default:"#e0e0e0"},darkColor:{type:String,default:"#555555"},darkColorHover:{type:String,default:"#666666"},hoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},activeHoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},itemGap:{type:Number,default:15},internalGap:{type:Number,default:6},scale:{type:Number,default:1},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||200}},emits:["current-value","changed","clicked"],setup(t,{emit:r}){e.useCssVars(n=>({a1fa0ca8:te.value,bcde41d0:ge.value,"1f33883d":me.value,"26009c15":ce.value,"2b29f2bb":de.value,"22a81ed4":ie.value,"53911f01":se.value,"2a2cf01d":ye.value,e7f0267a:xe.value,fec27868:fe.value,"06d0fff9":pe.value})),e.onMounted(()=>{ae()});const u=r,B=t,m=e.ref(null),{ariaLabel:$,ariaAttrs:_,currentOption:M,valueType:K,display:C,options:O,theme:U,lightTextColor:F,lightColor:V,lightColorHover:A,darkTextColor:j,darkColor:S,darkColorHover:E,hoverEffect:P,activeHoverEffect:Q,itemGap:N,internalGap:W,scale:I,disabled:w,fontFamily:X,fontSize:D,fontWeight:z}=e.toRefs(B),y=e.computed(()=>{const n=w.value?"component-disabled":"",d=C.value!=="b"?"inline-block":"block",L=X.value?X.value:"'Lato', sans-serif",g=D.value?D.value:"1.6em",T=!z.value||z.value<0?200:z.value,le=[!1,!0].includes(P.value)?P.value:!1,v=[!1,!0].includes(Q.value)?Q.value:!1,Z=!N.value||N.value<0?15:N.value,l=!W.value||W.value<0?6:W.value,i=!I.value||I.value<0?1:I.value;return{disabled:n,display:d,hoverEffect:le,activeHoverEffect:v,itemGap:Z,internalGap:l,scale:i,font:L,fontSize:g,fontWeight:T}}),h=e.computed(()=>y.value.disabled),c=e.computed(()=>({display:y.value.display})),ee=e.computed(()=>y.value.display==="inline-block"?"component-radio__item--display-inline":"component-radio__item--display-block"),Y=e.computed(()=>{const n=y.value;return{fontSize:n.fontSize,fontWeight:n.fontWeight}}),ue=e.computed(()=>Array.isArray(O.value)&&O.value.constructor===Array&&O.value.length>0),J=e.computed(()=>U.value==="dark"?"component__theme--dark":"component__theme--light"),te=e.computed(()=>y.value.font),ie=e.computed(()=>F.value),se=e.computed(()=>V.value),de=e.computed(()=>y.value.hoverEffect?A.value:V.value),ce=e.computed(()=>y.value.activeHoverEffect?A.value:V.value),fe=e.computed(()=>j.value),pe=e.computed(()=>S.value),xe=e.computed(()=>y.value.hoverEffect?E.value:S.value),ye=e.computed(()=>y.value.activeHoverEffect?E.value:S.value),me=e.computed(()=>{const d=y.value.internalGap;return!d||d<0?0:`${d}px`}),ge=e.computed(()=>{const d=y.value.itemGap;return!d||d<0?0:`${d}px`}),be=e.computed(()=>({zoom:y.value.scale})),he=e.computed(()=>{const n={};_.value&&Object.keys(_.value).forEach(g=>n[`aria-${g}`]=_.value[g]);const d={"aria-label":$.value,"aria-disabled":w.value,...n};return Object.fromEntries(Object.entries(d).filter(([L,g])=>g!=null))}),ae=()=>{const n=M.value;n&&["string"].includes(K.value)?m.value=n.toString().toLowerCase():m.value=n},ve=()=>{u("clicked")};return e.watch(M,(n,d)=>{n!==d&&ae()}),e.watch(m,(n,d)=>{n!==d&&(u("current-value",n),u("changed",n))}),(n,d)=>t.nbId&&ue.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nb-wrapper",h.value]),style:e.normalizeStyle([c.value,be.value])},[e.createElementVNode("div",e.mergeProps({id:t.nbId,role:"radiogroup"},he.value,{class:["nb-reset","component",ee.value,J.value]}),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(O),(L,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"component-radio__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${L.value}`,"onUpdate:modelValue":d[0]||(d[0]=T=>m.value=T),type:"radio",class:"component-radio__item--input",disabled:e.unref(w),value:L.value,name:t.groupName,onClick:ve},null,8,rt),[[e.vModelRadio,m.value]]),e.createElementVNode("label",{for:`${t.nbId}-${L.value}`,tabindex:e.unref(w)?-1:Array.isArray(t.tabIndex)?t.tabIndex[g]:t.tabIndex>=0?t.tabIndex:g+1,class:"component-radio__item--label",onKeydown:[d[1]||(d[1]=e.withKeys(e.withModifiers(T=>!e.unref(w)&&t.hasTabIndexEnter&&T.target.click(),["prevent"]),["enter"])),d[2]||(d[2]=e.withKeys(e.withModifiers(T=>!e.unref(w)&&t.hasTabIndexSpace&&T.target.click(),["prevent"]),["space"]))]},[d[3]||(d[3]=e.createElementVNode("div",null,null,-1)),e.createElementVNode("span",{style:e.normalizeStyle([Y.value])},e.toDisplayString(L.text),5)],40,ut)]))),128))],16,nt)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-e82994f8"]]),ma="",st=["id"],dt=["id","disabled","value","name"],ct=["for","tabindex"],ft=De(Object.assign({name:"NbInputCheckbox",inheritAttrs:!1},{__name:"NbInputCheckbox",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const r=t?t.toLowerCase():"";return["b","ib"].includes(r)}},tabIndex:{type:[Number,Array],default:0,validator:(t,r)=>Array.isArray(t)?t.length===r.options.length:!0},hasTabIndexEnter:{type:Boolean,default:!0},hasTabIndexSpace:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},groupName:{type:String,default:"",required:!0,validator:t=>t.toString().toLowerCase()},options:{type:Array,required:!0,default:()=>[],validator:t=>{if(!t.length)return!1;let r=!1;for(const u of t){const B=Object.keys(u);B.length!==2&&(r=!0),B.every($=>["value","text"].includes($))||(r=!0)}if(!r)return t}},currentOption:{type:Array,default:()=>[]},theme:{type:String,default:"light",validator:t=>{const r=t?t.toLowerCase():"";return["light","dark"].includes(r)}},lightTextColor:{type:String,default:"#333333"},lightColor:{type:String,default:"#cccccc"},lightColorHover:{type:String,default:"#bbbbbb"},darkTextColor:{type:String,default:"#e0e0e0"},darkColor:{type:String,default:"#555555"},darkColorHover:{type:String,default:"#666666"},boxRadius:{type:Number,default:0},color:{type:String,default:"#767676"},hoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},activeHoverEffect:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},itemGap:{type:Number,default:15},internalGap:{type:Number,default:6},scale:{type:Number,default:1},type:{type:String,default:"box",validator:t=>["box","circle"].indexOf(t)!==-1},background:{type:Boolean,default:!1,validator:t=>[!0,!1].indexOf(t)!==-1},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||200}},emits:["current-value","changed","clicked"],setup(t,{emit:r}){e.useCssVars(l=>({"0519fcd8":se.value,b12a9a00:L.value,"605adc23":d.value,"3ab12825":n.value,ced77406:pe.value,"589d2aa3":fe.value,"40c69c3c":xe.value,"73a49619":ce.value,e10b6c28:de.value,"7c5e381c":ve.value,"59ef2d96":be.value,"0e4bd04a":ge.value,"4d94e71a":he.value,"396645e1":me.value,"39ced5b4":ye.value})),e.onMounted(()=>{v()});const u=r,B=t,m=e.ref(null),{ariaLabel:$,ariaAttrs:_,currentOption:M,display:K,options:C,theme:O,lightTextColor:U,lightColor:F,lightColorHover:V,darkTextColor:A,darkColor:j,darkColorHover:S,boxRadius:E,hoverEffect:P,activeHoverEffect:Q,itemGap:N,internalGap:W,scale:I,type:w,background:X,disabled:D,fontFamily:z,fontSize:y,fontWeight:h}=e.toRefs(B),c=e.computed(()=>{const l=D.value?"component-disabled":"",i=K.value!=="b"?"inline-block":"block",H=z.value?z.value:"'Lato', sans-serif",k=y.value?y.value:"1.6em",p=h.value!==0&&!h.value||h.value<0?200:h.value,oe=E.value!==0&&!E.value||E.value<0?0:E.value,x=[!1,!0].includes(P.value)?P.value:!1,Be=[!1,!0].includes(Q.value)?Q.value:!1,_e=N.value!==0&&!N.value||N.value<0?15:N.value,Ee=W.value!==0&&!W.value||W.value<0?6:W.value,we=["box","circle"].includes(w.value)?w.value:"box",Te=!I.value||I.value<0?1:I.value,Ce=[!1,!0].includes(X.value)?X.value:!1;return{disabled:l,display:i,boxRadius:oe,hoverEffect:x,activeHoverEffect:Be,itemGap:_e,internalGap:Ee,scale:Te,type:we,font:H,background:Ce,fontSize:k,fontWeight:p}}),ee=e.computed(()=>c.value.disabled),Y=e.computed(()=>({display:c.value.display})),ue=e.computed(()=>c.value.display==="inline-block"?"component-checkbox__item--display-inline":"component-checkbox__item--display-block"),J=e.computed(()=>{const l=c.value;return{fontSize:l.fontSize,fontWeight:l.fontWeight}}),te=e.computed(()=>Array.isArray(C.value)&&C.value.constructor===Array&&C.value.length>0),ie=e.computed(()=>O.value==="dark"?"component__theme--dark":"component__theme--light"),se=e.computed(()=>c.value.font),de=e.computed(()=>U.value),ce=e.computed(()=>F.value),fe=e.computed(()=>c.value.hoverEffect?V.value:F.value),pe=e.computed(()=>c.value.activeHoverEffect?V.value:F.value),xe=e.computed(()=>{const l=c.value;return l.activeHoverEffect&&l.background?`${V.value}80`:V.value}),ye=e.computed(()=>A.value),me=e.computed(()=>j.value),ge=e.computed(()=>c.value.hoverEffect?S.value:j.value),be=e.computed(()=>c.value.activeHoverEffect?S.value:j.value),he=e.computed(()=>{const l=c.value;return l.activeHoverEffect&&l.background?`${S.value}80`:S.value}),ae=e.computed(()=>c.value.background?"component-checkbox__item--with-background":"component-checkbox__item--without-background"),ve=e.computed(()=>{const l=c.value,i=O.value==="dark"?A.value:U.value;return l.background?"#ffffff":i});e.computed(()=>c.value.background?"19px":"auto");const n=e.computed(()=>{const i=c.value.internalGap;return!i||i<0?0:`${i}px`}),d=e.computed(()=>{const l=c.value;return`${l.boxRadius>7?7:l.boxRadius}px`}),L=e.computed(()=>{const i=c.value.itemGap;return!i||i<0?0:`${i}px`}),g=e.computed(()=>c.value.type==="circle"?"custom-checkbox__input--type-circle":""),T=e.computed(()=>({zoom:c.value.scale})),le=e.computed(()=>{const l={};_.value&&Object.keys(_.value).forEach(k=>l[`aria-${k}`]=_.value[k]);const i={"aria-label":$.value,"aria-disabled":D.value,...l};return Object.fromEntries(Object.entries(i).filter(([H,k])=>k!=null))}),v=()=>{m.value=M.value},Z=()=>{u("clicked")};return e.watch(M,(l,i)=>{l!==i&&v()}),e.watch(m,(l,i)=>{l!==i&&(u("current-value",l),u("changed",l))}),(l,i)=>t.nbId&&te.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["nb-wrapper",ee.value]),style:e.normalizeStyle([Y.value,T.value])},[e.createElementVNode("div",e.mergeProps({id:t.nbId,role:"group"},le.value,{class:["nb-reset","component",ue.value,ie.value]}),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(C),(H,k)=>(e.openBlock(),e.createElementBlock("div",{key:k,class:"component-checkbox__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${H.value}`,"onUpdate:modelValue":i[0]||(i[0]=p=>m.value=p),type:"checkbox",class:"component-checkbox__item--input",disabled:e.unref(D),value:H.value,name:t.groupName,onClick:Z},null,8,dt),[[e.vModelCheckbox,m.value]]),e.createElementVNode("label",{for:`${t.nbId}-${H.value}`,class:e.normalizeClass([[g.value],"component-checkbox__item--label"]),tabindex:e.unref(D)?-1:Array.isArray(t.tabIndex)?t.tabIndex[k]:t.tabIndex>=0?t.tabIndex:k+1,onKeydown:[i[1]||(i[1]=e.withKeys(e.withModifiers(p=>!e.unref(D)&&t.hasTabIndexEnter&&p.target.click(),["prevent"]),["enter"])),i[2]||(i[2]=e.withKeys(e.withModifiers(p=>!e.unref(D)&&t.hasTabIndexSpace&&p.target.click(),["prevent"]),["space"]))]},[e.createElementVNode("div",{class:e.normalizeClass([ae.value])},null,2),e.createElementVNode("span",{style:e.normalizeStyle([J.value])},e.toDisplayString(H.text),5)],42,ct)]))),128))],16,st)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-4be141a9"]]),ba="",pt=["id"],yt={class:e.normalizeClass(["component__eye-icon","fas"])},mt={key:0},gt={key:1},bt=["id","name","type","placeholder","disabled","required","readonly","autocomplete","tabindex"],ht=["for"],vt=De(Object.assign({name:"NbInput",inheritAttrs:!1},{__name:"NbInput",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const r=t.toLowerCase();return["b","ib"].includes(r)}},tabIndex:{type:Number,default:0},hasTabIndexEnter:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Alternate Text Button"},ariaAttrs:{type:Object,default:()=>({})},textColor:{type:String,default:"#ffffff"},caretColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionBgColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionTextColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},theme:{type:String,default:"light",validator:t=>["dark","light"].indexOf(t)!==-1},hasBorderRadius:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},borderRadius:{type:Number,default:.5},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:null},fontWeight:{type:Number,default:400,validator:t=>t||700},fontFamilyMsg:{type:String,default:"'Lato', sans-serif"},fontSizeMsg:{type:String,default:"1em",validator:t=>t||"1em"},fontWeightMsg:{type:Number,default:400,validator:t=>t||700},textMessageColor:{type:String,default:"#f15574"},textAlign:{type:String,default:"left",validator:t=>["center","left","right"].indexOf(t)!==-1},inputText:{type:String,default:""},inputType:{type:String,default:"text",validator:t=>["text","number","email","password"].indexOf(t)!==-1},hasTrim:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputName:{type:String,required:!0},inputPlaceholder:{type:String,default:""},showInputEye:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputEyeIcon:{type:String,default:"🫣"},inputEyeIconHidden:{type:String,default:"😎"},inputEyeCustomIcon:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},activeTextStyle:{type:String,default:"normal",validator:t=>["normal","italic","oblique"].indexOf(t)!==-1},sizeMediaQuery:{type:String,default:"sm",validator:t=>["xs","sm","md","lg"].indexOf(t)!==-1},required:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputReadonly:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputAutocomplete:{type:String,default:"on",validator:t=>["on","off"].indexOf(t)!==-1},inputUppercase:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputWidth:{type:Number,default:200},inputStyle:{type:String,default:"background",validator:t=>["background","line","border"].indexOf(t)!==-1},lightBgColor:{type:String,default:"#f8f8f2"},lightBgColorFocus:{type:String,default:"#eaeaea"},lightEyeBgColor:{type:String,default:"#353734"},lightEyeBgColorActive:{type:String,default:"#272936"},lightDisabledBgColor:{type:String,default:"#dfdfd9"},lightTextColor:{type:String,default:"#000000"},darkBgColor:{type:String,default:"#353734"},darkBgColorFocus:{type:String,default:"#272936"},darkEyeBgColor:{type:String,default:"#353734"},darkEyeBgColorActive:{type:String,default:"#272936"},darkDisabledBgColor:{type:String,default:"rgba(40, 42, 54, 1)"},darkTextColor:{type:String,default:"#000000"},darkDisabledEyeBgColor:{type:String,default:"rgba(68, 71, 90, 0.3)"},lightDisabledEyeBgColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},tabindex:{type:[String,Number],default:0},showMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},hasMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},message:{type:String,default:"Default message text"},hasCustomMsg:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},hasIcon:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},iconWidth:{type:Number,default:32},iconDirection:{type:String,default:"left",validator:t=>["left","right"].includes(t)},iconPadding:{type:String,default:"5px 10px",validator:t=>typeof t=="string"&&t.split(" ").length===2},iconPaddingInput:{type:Number,default:35},iconMargin:{type:String,default:"0"},iconLightTextColor:{type:String,default:"#f8f8f2"},iconDarkTextColor:{type:String,default:"#f8f8f2"},iconLightBgColor:{type:String,default:"#353734"},iconLightBgColorActive:{type:String,default:"#272936"},iconDarkBgColor:{type:String,default:"#353734"},iconDarkBgColorActive:{type:String,default:"#272936"},iconDarkDisabledBgColor:{type:String,default:"rgba(68, 71, 90, 0.3)"},iconLightDisabledBgColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},iconBorderRadius:{type:Number,default:0},iconSize:{type:Number,default:1}},emits:["current-value","changed","focused","blurred","show-input-eye","clicked","entered"],setup(t,{emit:r}){e.useCssVars(a=>({"7db11dc6":He.value,"465ec593":ze.value,"0bd0a5e4":e.unref(me),"490fdeba":o.value,"09c697b5":b.value,"497da60d":R.value,"5e478652":e.unref(n),"65dc7d59":e.unref(oe),"7caea4a6":e.unref(d),"7d9d18e5":e.unref(Te),"40dc79c4":e.unref(ve),"3febb3de":e.unref(he),55340077:e.unref(ae),"6cbaee7c":It.value,ccb4758c:e.unref(ge),"3734d3be":e.unref(be),"35bcd232":e.unref(p),"86db4b1e":e.unref(L),eebf601a:e.unref(we),"6540ecda":e.unref(ye),83825256:e.unref(pe),f52be38a:e.unref(xe),"23886af6":e.unref(ce),"5b006382":e.unref(fe),"3eca0d2c":xt.value,b46ea296:_t.value,"21492e8a":Et.value,"01e48fba":wt.value,"0f7f0fdd":ot.value,"060b01ca":e.unref(g),"21c08896":tt.value,"8b25c7ac":Fe.value,"5b17912e":je.value,"6f485452":Pe.value,"501e5a2c":Le.value,dcd9aea4:a.styleButtonColor,"16e77a5a":qe.value})),e.onMounted(()=>{q.value=J.value}),e.onUnmounted(()=>{At()});const u=r,B=t,{display:m,hasTabIndexEnter:$,ariaLabel:_,ariaAttrs:M,textColor:K,caretColor:C,selectionBgColor:O,selectionTextColor:U,hasBorderRadius:F,borderRadius:V,disabled:A,fontFamily:j,fontSize:S,fontWeight:E,fontFamilyMsg:P,fontSizeMsg:Q,fontWeightMsg:N,textMessageColor:W,inputWidth:I,inputStyle:w,activeTextStyle:X,sizeMediaQuery:D,inputReadonly:z,showInputEye:y,inputType:h,hasTrim:c,inputUppercase:ee,inputName:Y,inputPlaceholder:ue,inputText:J,theme:te,inputEyeIcon:ie,tabindex:se,inputEyeIconHidden:de,lightBgColor:ce,lightBgColorFocus:fe,lightEyeBgColor:pe,lightEyeBgColorActive:xe,lightDisabledBgColor:ye,lightTextColor:me,darkBgColor:ge,darkBgColorFocus:be,darkEyeBgColor:he,darkEyeBgColorActive:ae,darkDisabledBgColor:ve,darkTextColor:n,darkDisabledEyeBgColor:d,lightDisabledEyeBgColor:L,textAlign:g,showMsg:T,hasMsg:le,hasIcon:v,iconDirection:Z,iconPadding:l,iconPaddingInput:i,iconMargin:H,iconBorderRadius:k,iconLightTextColor:p,iconDarkTextColor:oe,iconLightBgColor:x,iconDarkBgColor:Be,iconLightBgColorActive:_e,iconDarkBgColorActive:Ee,iconLightDisabledBgColor:we,iconDarkDisabledBgColor:Te,iconWidth:Ce,iconSize:Ae}=e.toRefs(B),q=e.ref(""),Ve=e.ref(""),ne=e.ref(!1),Se=e.ref(!1),s=e.computed(()=>{const a=A.value?"component-disabled":"",f=m.value!=="b"?"inline-block":"block",re=K?K.value:"ffffff",ke=C.value?C.value:"",Lt=O.value?O.value:"",Rt=U.value?U.value:"",$t=F.value?F.value:!1,Mt=!V.value||V.value<0?0:V.value,Ot=j.value?j.value:"'Lato', sans-serif",Wt=S.value&&S.value>=0?S.value:null,Ht=!E.value||E.value<0?100:E.value,Ft=P.value?P.value:"'Lato', sans-serif",jt=Q.value?Q.value:"1em",Pt=!N.value||N.value<0?100:N.value,qt=W.value?W.value:"#f15574",Gt=I.value?I.value:200,Kt=X.value?X.value:"normal",Ut=D.value?D.value:"xs",Qt=z.value?z.value:!1,Xt=y.value?y.value:!1,Yt=h.value?h.value:"text",Jt=ee.value?ee.value:!1,Zt=te.value?te.value:"normal",ea=g.value?g.value:"left",ta=w.value?w.value:"background",aa=l.value?l.value:"5px 10px",la=H.value?H.value:"0",oa=i.value?i.value:10,na=p.value?p.value:"#000000",ra=oe.value?oe.value:"#000000",ua=x.value?x.value:"transparent",ia=Be.value?Be.value:"transparent",sa=k.value?k.value:0,da=_e.value?_e.value:"transparent",ca=Ee.value?Ee.value:"transparent",fa=Ce.value?Ce.value:32,pa=Ae.value?Ae.value:1;return{disabled:a,display:f,font:Ot,fontSize:Wt,fontWeight:Ht,fontFamilyMsg:Ft,fontSizeMsg:jt,fontWeightMsg:Pt,textMessageColor:qt,textColor:re,caretColor:ke,selectionBgColor:Lt,selectionTextColor:Rt,hasBorderRadius:$t,borderRadius:Mt,textAlign:ea,inputWidth:Gt,activeTextStyle:Kt,sizeMediaQuery:Ut,inputReadonly:Qt,showInputEye:Xt,inputType:Yt,inputUppercase:Jt,theme:Zt,inputStyle:ta,iconPadding:aa,iconMargin:la,iconPaddingInput:oa,iconLightTextColor:na,iconDarkTextColor:ra,iconLightBgColor:ua,iconDarkBgColor:ia,iconBorderRadius:sa,iconLightBgColorActive:da,iconDarkBgColorActive:ca,iconWidth:fa,iconSize:pa}}),Me=e.computed(()=>s.value.disabled),Oe=e.computed(()=>({display:s.value.display})),ze=e.computed(()=>{const a=s.value;if(a.fontSize)return`${a.fontSize}em`;let f="";switch(a.sizeMediaQuery){case"sm":return"1.2em";case"md":return"1.6em";case"lg":return"2em";default:f="1.2em"}return f}),We=e.computed(()=>{const a=s.value;return{fontSize:ze.value,fontWeight:a.fontWeight}}),Ie=e.computed(()=>{const a=s.value;return a.inputStyle!=="line"&&a.hasBorderRadius?{borderRadius:`${a.borderRadius}rem`}:{}}),He=e.computed(()=>s.value.font),Fe=e.computed(()=>s.value.fontFamilyMsg),je=e.computed(()=>s.value.fontSizeMsg),Pe=e.computed(()=>s.value.fontWeightMsg),qe=e.computed(()=>s.value.textColor),Le=e.computed(()=>s.value.textMessageColor),o=e.computed(()=>{const a=s.value;return a.caretColor||(a.theme==="dark"?"#00d4ff":"#007bff")}),b=e.computed(()=>{const a=s.value;return a.selectionBgColor||(a.theme==="dark"?"#00d4ff":"#007bff")}),R=e.computed(()=>{const a=s.value;return a.selectionTextColor||(a.theme==="dark"?"#000000":"#ffffff")}),G=e.computed(()=>{const a=s.value;return a.display==="block"?{width:"100%"}:{width:`${a.inputWidth}px`}}),Ge=e.computed(()=>{switch(w.value){case"line":return"component__input--line";case"border":return"component__input--border";default:return"component__input--background"}}),Ke=e.computed(()=>{switch(s.value.activeTextStyle){case"italic":return"component__input--active--italic";case"oblique":return"component__input--active--oblique";default:return"component__input--active--normal"}}),Ue=e.computed(()=>{switch(s.value.sizeMediaQuery){case"sm":return"component__sm";case"md":return"component__md";case"lg":return"component__lg";default:return""}}),Qe=e.computed(()=>{switch(s.value.theme){case"dark":return"component__theme--dark";default:return"component__theme--light"}}),Xe=e.computed(()=>s.value.inputReadonly?"component__input--read-only":""),Ye=e.computed(()=>s.value.inputUppercase?"component__input--uppercase":""),Re=e.computed(()=>{const a=s.value;return!!(a.showInputEye&&a.inputType==="password")}),Je=e.computed(()=>ne.value?ie.value:de.value),Ze=e.computed(()=>s.value.inputType==="password"?"component__input__eye-default--hidden":""),et=e.computed(()=>Se.value?"component__input--active":"component__input--no-active"),tt=e.computed(()=>Re.value?"6px 50px 6px 10px":"6px 10px"),at=e.computed(()=>!!(T.value&&le.value)),lt=e.computed(()=>{const a={};M.value&&Object.keys(M.value).forEach(ke=>a[`aria-${ke}`]=M.value[ke]);const f={"aria-label":_.value,"aria-disabled":A.value,...a};return Object.fromEntries(Object.entries(f).filter(([re,ke])=>ke!=null))}),ot=e.computed(()=>v.value?`${Ae.value}rem`:"0"),xt=e.computed(()=>v.value?`${Ce.value}px`:"0"),Bt=e.computed(()=>v.value?`component__icon--${Z.value}`:""),_t=e.computed(()=>{const a=s.value;return v.value?a.iconPadding:"0"}),Et=e.computed(()=>{const a=s.value;return v.value?a.iconMargin:"0"}),It=e.computed(()=>{const a=s.value;return v.value?a.theme==="dark"?a.iconDarkBgColor:a.iconLightBgColor:"transparent"}),wt=e.computed(()=>{const a=s.value;return v.value?`${a.iconBorderRadius}rem`:"0"}),Tt=e.computed(()=>{const a=s.value;return v.value?Z.value==="left"?{paddingLeft:`${a.iconPaddingInput}px`}:{paddingRight:`${a.iconPaddingInput}px`}:{}}),At=()=>{q.value=J.value,Ve.value=h.value},Nt=()=>{const a=s.value;if(a.inputReadonly||a.disabled)return;const f=!ne.value;f?Ve.value="text":Ve.value=h.value,ne.value=f},Dt=()=>{u("clicked")},zt=()=>{A.value||s.value.inputReadonly||!$.value||u("entered",q.value)};return e.watch(h,a=>{Ve.value=a},{immediate:!0}),e.watch(J,a=>{a!==q.value&&(q.value=a)},{immediate:!0}),e.watch(q,a=>{c.value&&(a=a.trim()),u("changed",a)}),e.watch(Se,a=>{u(a?"focused":"blurred")}),e.watch(ne,a=>{u("show-input-eye",a)},{immediate:!0}),e.watch(q,a=>{c.value&&(a=a.trim()),u("current-value",a)}),e.watch(h,a=>{a==="password"&&nextTick(()=>{const f=document.getElementById(Y.value);f&&(f.type="password",f.removeAttribute("autocomplete"))})}),(a,f)=>t.nbId?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:["nb-wrapper",Me.value],style:[Oe.value,G.value,Ie.value],role:"input"},lt.value),[e.createElementVNode("div",{id:t.nbId,class:e.normalizeClass(["nb-reset","component",Ue.value,Qe.value,Xe.value,Ge.value]),style:e.normalizeStyle([We.value,G.value,Ie.value]),onClick:Dt},[Re.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["component__eye",et.value]),style:e.normalizeStyle([Ie.value]),onClick:Nt},[e.createElementVNode("span",yt,[t.inputEyeCustomIcon?(e.openBlock(),e.createElementBlock("span",gt,[ne.value?e.renderSlot(a.$slots,"eye-icon-show",{key:0},()=>[f[4]||(f[4]=e.createTextVNode("show"))],!0):e.renderSlot(a.$slots,"eye-icon-hidden",{key:1},()=>[f[5]||(f[5]=e.createTextVNode("hidden"))],!0)])):(e.openBlock(),e.createElementBlock("span",mt,e.toDisplayString(Je.value),1))])],6)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{"onUpdate:modelValue":f[0]||(f[0]=re=>q.value=re),id:e.unref(Y),name:e.unref(Y),type:Ve.value,class:e.normalizeClass(["component__input",[Ye.value,Ze.value,Ke.value]]),placeholder:e.unref(ue),disabled:e.unref(A)||e.unref(z),required:t.required,readonly:e.unref(z),autocomplete:t.inputAutocomplete,tabindex:e.unref(A)||e.unref(z)?-1:e.unref(se),role:"input",style:e.normalizeStyle([Ie.value,Tt.value]),onFocus:f[1]||(f[1]=re=>Se.value=!0),onBlur:f[2]||(f[2]=re=>Se.value=!1),onKeydown:f[3]||(f[3]=e.withKeys(re=>!e.unref(A)&&e.unref($)&&zt(),["enter"]))},null,46,bt),[[e.vModelDynamic,q.value]]),e.unref(v)?(e.openBlock(),e.createElementBlock("label",{key:1,for:e.unref(Y),class:e.normalizeClass(["component__icon",Bt.value])},[e.renderSlot(a.$slots,"icon",{},()=>[f[6]||(f[6]=e.createElementVNode("span",null,"♥",-1))],!0)],10,ht)):e.createCommentVNode("",!0)],14,pt),at.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["component__message",t.hasCustomMsg?"component__message--custom":"component__message--default"])},[e.renderSlot(a.$slots,"message",{},()=>[e.createTextVNode(e.toDisplayString(t.message),1)],!0)],2)):e.createCommentVNode("",!0)],16)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-d689f281"]]),va="",Ct=["id"],Vt={class:"chip-text"},St=["onClick"],kt=["name","placeholder","readonly","autocomplete","required","tabindex"],$e={NbInputRadio:it,NbInputCheckbox:ft,NbInput:vt,NbInputChip:De(Object.assign({name:"NbInputChip",inheritAttrs:!1},{__name:"NbInputChip",props:{nbId:{type:String,required:!0},display:{type:String,default:"b",validator:(t="b")=>{const r=t.toLowerCase();return["b","ib"].includes(r)}},tabIndex:{type:Number,default:0},hasTabIndexEnter:{type:Boolean,default:!0},ariaLabel:{type:String,default:"Input Chip"},ariaAttrs:{type:Object,default:()=>({})},caretColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},width:{type:Number,default:185,validator:t=>t||185},textColor:{type:String,default:"#ffffff"},selectionBgColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},selectionTextColor:{type:String,default:"",validator:t=>!t||typeof t=="string"},paddingX:{type:Number,default:.2,validator:t=>t||1},paddingY:{type:Number,default:.2,validator:t=>t||.2},hasBorderRadius:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},borderRadius:{type:Number,default:.375},disabled:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},fontFamily:{type:String,default:"'Lato', sans-serif"},fontSize:{type:String,default:"1.6em",validator:t=>t||"1.6em"},fontWeight:{type:Number,default:400,validator:t=>t||700},currentList:{type:Array,default:()=>[],validator:t=>Array.isArray(t)},allowDuplicates:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},minChips:{type:Number,default:0},maxChips:{type:Number,default:10},inputPosition:{type:String,default:"bottom",validator:t=>["top","bottom"].includes(t)},inputName:{type:String,default:""},inputPlaceholder:{type:String,default:"Type and press Enter"},inputUppercase:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputReadonly:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},inputAutocomplete:{type:String,default:"on",validator:t=>["on","off"].indexOf(t)!==-1},required:{type:Boolean,default:!1,validator:t=>typeof t=="boolean"&&[!0,!1].includes(t)},textAlign:{type:String,default:"left",validator:t=>["center","left","right"].indexOf(t)!==-1},activeTextStyle:{type:String,default:"normal",validator:t=>["normal","italic","oblique"].indexOf(t)!==-1},theme:{type:String,default:"light",validator:t=>["dark","light"].indexOf(t)!==-1},inputStyle:{type:String,default:"background",validator:t=>["background","line","border"].indexOf(t)!==-1},lightBgColor:{type:String,default:"#f8f8f2"},lightBgColorFocus:{type:String,default:"#eaeaea"},lightBorderColor:{type:String,default:"#353734"},lightBorderColorFocus:{type:String,default:"#272936"},lightDisabledBgColor:{type:String,default:"#dfdfd9"},lightTextColor:{type:String,default:"#000000"},lightChipBgColor:{type:String,default:"#e0e0e0"},lightChipTextColor:{type:String,default:"#000000"},lightChipRemoveColor:{type:String,default:"#f44336"},lightDisabledBorderColor:{type:String,default:"rgba(53, 55, 52, 0.3)"},darkBgColor:{type:String,default:"#353734"},darkBgColorFocus:{type:String,default:"#272936"},darkBorderColor:{type:String,default:"#44475a"},darkBorderColorFocus:{type:String,default:"rgba(68, 71, 90, 0.4)"},darkDisabledBgColor:{type:String,default:"rgba(40, 42, 54, 1)"},darkTextColor:{type:String,default:"#ffffff"},darkChipBgColor:{type:String,default:"#44475a"},darkChipTextColor:{type:String,default:"#ffffff"},darkChipRemoveColor:{type:String,default:"#f44336"},darkDisabledBorderColor:{type:String,default:"rgba(68, 71, 90, 0.3)"}},emits:["clicked","changed","removed","added","input-changed","focused","blurred"],setup(t,{emit:r}){e.useCssVars(o=>({"1549ffc9":Ce.value,"73ec4a48":q.value,"1eee568c":e.unref(ie),"6d90e4bc":e.unref(ee),"16339c1b":e.unref(ue),"56fd01b6":e.unref(se),"22c193ce":e.unref(de),"5f1758d7":e.unref(ce),"6e7cb926":e.unref(be),"6d719d0e":e.unref(pe),"327fd4f2":e.unref(ye),"27897b22":e.unref(he),"0215623a":e.unref(ae),"8e9d877a":e.unref(ve),"37cf217d":e.unref(J),"1171ab91":e.unref(me),"99a84312":ne.value,"3b55b689":Se.value,"53c05fe1":s.value,"9f4dd54c":o.styleButtonColor,"2a052b02":Ae.value,beaeb8f4:e.unref(te),"019f1fff":e.unref(fe),"0b7af21c":e.unref(ge),"6b816d6b":e.unref(n)})),e.onMounted(()=>{V.value.length>0&&(p.value=V.value)});const u=r,B=t,{display:m,textColor:$,paddingX:_,paddingY:M,borderRadius:K,disabled:C,fontFamily:O,fontSize:U,fontWeight:F,currentList:V,allowDuplicates:A,minChips:j,maxChips:S,inputPosition:E,width:P,inputName:Q,inputPlaceholder:N,inputUppercase:W,inputReadonly:I,inputAutocomplete:w,required:X,textAlign:D,hasBorderRadius:z,activeTextStyle:y,theme:h,inputStyle:c,lightBgColor:ee,lightBgColorFocus:Y,lightBorderColor:ue,lightBorderColorFocus:J,lightDisabledBgColor:te,lightTextColor:ie,lightChipBgColor:se,lightChipTextColor:de,lightChipRemoveColor:ce,lightDisabledBorderColor:fe,darkBgColor:pe,darkBgColorFocus:xe,darkBorderColor:ye,darkBorderColorFocus:me,darkDisabledBgColor:ge,darkTextColor:be,darkChipBgColor:he,darkChipTextColor:ae,darkChipRemoveColor:ve,darkDisabledBorderColor:n,tabIndex:d,hasTabIndexEnter:L,ariaLabel:g,ariaAttrs:T,caretColor:le,selectionBgColor:v,selectionTextColor:Z}=e.toRefs(B),l=e.ref(""),i=e.ref(null),H=e.ref(null),k=e.ref(null),p=e.ref([]),oe=e.ref(!1),x=e.computed(()=>{const o=C.value?"component-disabled":"",b=m.value!=="b"?"inline-block":"block",R=!P.value||P.value<185?185:P.value,G=$?$.value:"ffffff",Ge=le.value?le.value:"",Ke=v.value?v.value:"",Ue=Z.value?Z.value:"",Qe=!_.value||_.value<0?1:_.value,Xe=!M.value||M.value<0?.2:M.value,Ye=!K.value||K.value<0?0:K.value,Re=O.value?O.value:"'Lato', sans-serif",Je=U.value?U.value:"1.6rem",Ze=!F.value||F.value<0?100:F.value,et=!j.value||j.value<0?0:j.value,tt=!S.value||S.value<0?10:S.value,at=!E.value||!["top","bottom"].includes(E.value)?"bottom":E.value,lt=!c.value||!["background","line","border"].includes(c.value)?"background":c.value,ot=h.value?h.value:"light";return{disabled:o,display:b,width:R,font:Re,fontSize:Je,fontWeight:Ze,textColor:G,caretColor:Ge,selectionBgColor:Ke,selectionTextColor:Ue,paddingX:Qe,paddingY:Xe,borderRadius:Ye,minChips:et,maxChips:tt,inputPosition:at,inputStyle:lt,theme:ot}}),Be=e.computed(()=>x.value.disabled),_e=e.computed(()=>({display:x.value.display})),Ee=e.computed(()=>{const o=x.value;return{color:o.textColor,padding:`${o.paddingY}rem ${o.paddingX}rem`,fontSize:o.fontSize,fontWeight:o.fontWeight,textAlign:D.value}}),we=e.computed(()=>{switch(y.value){case"italic":return"component__text--italic";case"oblique":return"component__text--oblique";default:return"component__text--normal"}}),Te=e.computed(()=>{const o=x.value;return o.inputStyle!=="line"&&z.value?{borderRadius:`${o.borderRadius}rem`}:{}}),Ce=e.computed(()=>x.value.font),Ae=e.computed(()=>x.value.textColor),q=e.computed(()=>x.value.inputPosition==="top"?"column":"column-reverse"),Ve=e.computed(()=>{const o={};T.value&&Object.keys(T.value).forEach(G=>o[`aria-${G}`]=T.value[G]);const b={"aria-label":g.value,"aria-disabled":C.value,...o};return Object.fromEntries(Object.entries(b).filter(([R,G])=>G!=null))}),ne=e.computed(()=>{const o=x.value;return o.caretColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),Se=e.computed(()=>{const o=x.value;return o.selectionBgColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),s=e.computed(()=>{const o=x.value;return o.selectionTextColor||(o.theme==="dark"?"#000000":"#ffffff")}),Me=e.computed(()=>({caretColor:ne.value})),Oe=e.computed(()=>({"--selection-bg-color":Se.value,"--selection-text-color":s.value})),ze=e.computed(()=>{const o=x.value,b={width:`${o.width}px`};return o.display==="block"?{width:"auto"}:b}),We=e.computed(()=>{switch(h.value){case"dark":return"component__theme--dark";default:return"component__theme--light"}}),Ie=e.computed(()=>{switch(c.value){case"line":return"component__input--line";case"border":return"component__input--border";default:return"component__input--background"}}),He=()=>{u("clicked")},Fe=()=>{oe.value=!0,u("focused")},je=()=>{oe.value=!1,u("blurred")},Pe=o=>{if(!(C.value||I.value)&&o.key==="Enter"&&l.value.trim()!==""){o.preventDefault();let b=l.value.trim();W.value&&(b=b.toUpperCase()),(A.value||!p.value.includes(b))&&qe(b),l.value=""}},qe=o=>{p.value.push(o),u("added",o)},Le=o=>{p.value=p.value.filter(b=>b!==o),u("removed",o)};return e.watch(V,o=>{p.value=o,u("changed",o)}),e.watch(l,o=>{u("input-changed",o)}),(o,b)=>t.nbId?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:["nb-wrapper",Be.value],style:[_e.value],role:"input"},Ve.value,{onClick:He}),[e.createElementVNode("div",{id:t.nbId,ref_key:"chipsContainer",ref:i,class:e.normalizeClass(["nb-reset","component",We.value,Ie.value]),style:e.normalizeStyle([Ee.value,ze.value,Te.value])},[p.value.length>0?(e.openBlock(),e.createElementBlock("div",{key:0,ref_key:"chips",ref:k,class:"chips"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,R=>(e.openBlock(),e.createElementBlock("div",{key:R,class:"chip"},[e.renderSlot(o.$slots,"chip",{chips:p.value,chip:R,removeChip:Le},()=>[e.createElementVNode("span",Vt,e.toDisplayString(R),1),!e.unref(C)&&!e.unref(I)?(e.openBlock(),e.createElementBlock("span",{key:0,class:"chip-remove",onClick:G=>Le(R)},"×",8,St)):e.createCommentVNode("",!0)],!0)]))),128))],512)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{ref_key:"chipInput",ref:H,type:"text","onUpdate:modelValue":b[0]||(b[0]=R=>l.value=R),name:e.unref(Q),placeholder:e.unref(N),readonly:e.unref(I),autocomplete:e.unref(w),required:e.unref(X),tabindex:e.unref(C)||e.unref(I)?-1:e.unref(d),class:e.normalizeClass(["chips-input",we.value]),style:e.normalizeStyle([Me.value,Oe.value]),onKeydown:b[1]||(b[1]=e.withKeys(R=>!e.unref(C)&&e.unref(L)&&Pe(R),["enter"])),onFocus:Fe,onBlur:je},null,46,kt),[[e.vModelText,l.value]])],14,Ct)],16)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-4af4ff9b"]])};return{install(t){for(const r in $e)if(Object.prototype.hasOwnProperty.call($e,r)){const u=$e[r];t.component(u.name,u)}}}});
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";.nb-wrapper[data-v-7b02a5bf]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:text-bottom}.nb-reset[data-v-7b02a5bf]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-7b02a5bf] *{margin:0;padding:0}.nb-reset[data-v-7b02a5bf] *,.nb-reset[data-v-7b02a5bf] *:before,.nb-reset[data-v-7b02a5bf] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-7b02a5bf]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--2ff4bfca);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;outline:0;position:relative}.component.component-radio__item--display-block[data-v-7b02a5bf],.component.component-radio__item--display-inline[data-v-7b02a5bf]{display:flex;flex-wrap:wrap;gap:var(--29d66636);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-radio__item--display-block[data-v-7b02a5bf]{flex-direction:column}.component.component-radio__item--display-inline[data-v-7b02a5bf]{flex-direction:row}.component .component-radio__item[data-v-7b02a5bf]{position:relative}.component .component-radio__item .component-radio__item--input[data-v-7b02a5bf]{display:none}.component .component-radio__item .component-radio__item--input:checked+.component-radio__item--label:hover div[data-v-7b02a5bf]{border:2px solid var(--1c590c29);color:var(--1c590c29)}.component .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-7b02a5bf]:before{content:"⏺";font-size:1.15em;text-shadow:0;display:flex;align-items:center;text-align:center;justify-content:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;color:var(--032c8a58);border-radius:50%}.component .component-radio__item .component-radio__item--label[data-v-7b02a5bf]{--disabled-color: var(--541cdd40);color:var(--disabled-color)!important;display:flex;flex-direction:row;gap:var(--6d04505b);align-items:center}.component .component-radio__item .component-radio__item--label[data-v-7b02a5bf]:hover{cursor:pointer}.component .component-radio__item .component-radio__item--label:hover div[data-v-7b02a5bf]{border:2px solid var(--284d01cf)}.component .component-radio__item .component-radio__item--label[data-v-7b02a5bf]:focus{outline-offset:2px}.component .component-radio__item .component-radio__item--label div[data-v-7b02a5bf]{width:19px;height:19px;flex-shrink:0;border-radius:50%;text-shadow:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:2px solid var(--8cc41926);font-family:Lato,sans-serif!important}.component-disabled[data-v-7b02a5bf]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-7b02a5bf]{--disabled-color: var(--541cdd40);color:var(--disabled-color)!important;opacity:.7;border-radius:inherit}.nb-wrapper[data-v-80f01756]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:text-bottom}.nb-reset[data-v-80f01756]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-80f01756] *{margin:0;padding:0}.nb-reset[data-v-80f01756] *,.nb-reset[data-v-80f01756] *:before,.nb-reset[data-v-80f01756] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-80f01756]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--22160a8e);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;outline:0;position:relative}.component.component-checkbox__item--display-block[data-v-80f01756],.component.component-checkbox__item--display-inline[data-v-80f01756]{display:flex;flex-wrap:wrap;gap:var(--410caefa);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-checkbox__item--display-block[data-v-80f01756]{flex-direction:column}.component.component-checkbox__item--display-inline[data-v-80f01756]{flex-direction:row}.component .component-checkbox__item[data-v-80f01756]{position:relative}.component .component-checkbox__item .component-checkbox__item--input[data-v-80f01756]{display:none}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-80f01756]{border:2px solid var(--3b6621e5);color:var(--2130e298)}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-80f01756]{background:var(--156733ca)}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-80f01756]:before{margin-top:0;margin-left:-1px}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div.component-checkbox__item--without-background[data-v-80f01756]{font-size:1em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div.component-checkbox__item--with-background[data-v-80f01756]{font-size:1em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-80f01756]{font-size:1.2em;border:2px solid var(--4735c99e);color:var(--2130e298)}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-80f01756]{font-size:1.2em;border:2px solid var(--2130e298);background:var(--2130e298)}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div[data-v-80f01756]:before{content:"✔";text-shadow:0;display:flex;align-items:center;text-align:center;justify-content:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:var(--204a4b1d);border:0}.component .component-checkbox__item .component-checkbox__item--label[data-v-80f01756]{--disabled-color: var(--287af9f8);color:var(--disabled-color)!important;display:flex;flex-direction:row;gap:var(--0abed1c2);align-items:center}.component .component-checkbox__item .component-checkbox__item--label[data-v-80f01756]:hover{cursor:pointer}.component .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-80f01756],.component .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-80f01756]{border:2px solid var(--f547d6ea)}.component .component-checkbox__item .component-checkbox__item--label[data-v-80f01756]:focus{outline-offset:2px}.component .component-checkbox__item .component-checkbox__item--label div[data-v-80f01756]{width:19px;height:19px;flex-shrink:0;text-shadow:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:var(--204a4b1d);font-family:Lato,sans-serif!important;font-weight:700}.component .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--without-background[data-v-80f01756]{border:2px solid var(--4735c99e);color:var(--4735c99e)}.component .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--with-background[data-v-80f01756]{border:2px solid var(--4735c99e);color:var(--5546b8ec)}.component .component-checkbox__item .component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-80f01756]{border-radius:50%!important}.component .component-checkbox__item .component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-80f01756]:before{border-radius:50%!important}.component-disabled[data-v-80f01756]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-80f01756]{--disabled-color: var(--287af9f8);color:var(--disabled-color)!important;opacity:.4;border-radius:inherit}.component-disabled .component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-80f01756]{border:2px solid var(--3b6621e5);color:var(--2130e298)}.component-disabled .component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-80f01756]{background:var(--156733ca)}.nb-wrapper[data-v-d689f281]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:bottom}.nb-reset[data-v-d689f281]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-d689f281] *{margin:0;padding:0}.nb-reset[data-v-d689f281] *,.nb-reset[data-v-d689f281] *:before,.nb-reset[data-v-d689f281] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-d689f281]{box-sizing:border-box;line-height:1.42857143;font-family:var(--7db11dc6);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;text-align:left;position:relative;margin:0;padding:0;height:28px;max-height:28px;display:inline-block}.component.component__sm[data-v-d689f281]{height:32.39px;max-height:32.39px}.component.component__sm .component__eye[data-v-d689f281]{padding:5px 10px}.component.component__sm .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component.component__sm .component__icon[data-v-d689f281]{padding:5px 10px}.component.component__md[data-v-d689f281]{height:48px;max-height:48px}.component.component__md .component__eye[data-v-d689f281]{padding:10px}.component.component__md .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component.component__md .component__icon[data-v-d689f281]{padding:10px}.component.component__lg[data-v-d689f281]{height:58px;max-height:58px}.component.component__lg .component__eye[data-v-d689f281]{padding:17px 10px}.component.component__lg .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component .component__eye[data-v-d689f281],.component .component__icon[data-v-d689f281]{color:var(--0bd0a5e4)}.component .component__input[data-v-d689f281]{color:var(--0bd0a5e4);caret-color:var(--490fdeba)}.component .component__input[data-v-d689f281]::selection{background-color:var(--09c697b5);color:var(--497da60d)}.component .component__input[data-v-d689f281]::-moz-selection{background-color:var(--09c697b5);color:var(--497da60d)}.component.component__theme--dark .component__eye[data-v-d689f281]{color:var(--5e478652)}.component.component__theme--dark .component__icon[data-v-d689f281]{color:var(--65dc7d59)}.component.component__theme--dark .component__input[data-v-d689f281]{color:var(--5e478652)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-d689f281]{background-color:var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-d689f281]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-d689f281]{background-color:var(--7d9d18e5)}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-d689f281]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:focus{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--disabled.component__input--line .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]{border-bottom:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]:active{border-bottom:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--disabled.component__input--border .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]{border:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]:active{border:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--background .component__eye[data-v-d689f281]{background-color:var(--3febb3de)}.component.component__theme--dark.component__input--background .component__eye.component__input--active[data-v-d689f281]{background-color:var(--55340077)}.component.component__theme--dark.component__input--background .component__eye.component__input--no-active[data-v-d689f281]{background-color:var(--3febb3de)}.component.component__theme--dark.component__input--background .component__icon[data-v-d689f281]{background-color:var(--6cbaee7c)}.component.component__theme--dark.component__input--background .component__icon[data-v-d689f281]:hover{cursor:pointer}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]{background-color:var(--ccb4758c)}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--3734d3be)}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--line .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]{background-color:transparent;border:0;border-bottom:1px solid var(--3febb3de)}.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]:active{background-color:transparent;border:0;border-bottom:1px solid var(--55340077)}.component.component__theme--dark.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--border .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]{background-color:transparent;border:1px solid var(--3febb3de)}.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]:active{background-color:transparent;border:1px solid var(--55340077)}.component.component__theme--light .component__eye[data-v-d689f281]{color:var(--0bd0a5e4)}.component.component__theme--light .component__icon[data-v-d689f281]{color:var(--35bcd232)}.component.component__theme--light .component__input[data-v-d689f281]{color:var(--0bd0a5e4)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-d689f281]{background-color:var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-d689f281]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-d689f281]{background-color:var(--eebf601a)}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-d689f281]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:focus{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--disabled.component__input--line .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]{border-bottom:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]:active{border-bottom:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--disabled.component__input--border .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]{border:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]:active{border:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--background .component__eye[data-v-d689f281]{background-color:var(--83825256)}.component.component__theme--light.component__input--background .component__eye.component__input--active[data-v-d689f281]{background-color:var(--f52be38a)}.component.component__theme--light.component__input--background .component__eye.component__input--no-active[data-v-d689f281]{background-color:var(--83825256)}.component.component__theme--light.component__input--background .component__icon[data-v-d689f281]{background-color:var(--6cbaee7c)}.component.component__theme--light.component__input--background .component__icon[data-v-d689f281]:hover{cursor:pointer}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]{background-color:var(--23886af6)}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--5b006382)}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--line .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--line .component__input[data-v-d689f281]{background-color:transparent;border:0;border-bottom:1px solid var(--83825256)}.component.component__theme--light.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--line .component__input[data-v-d689f281]:active{background-color:transparent;border:0;border-bottom:1px solid var(--f52be38a)}.component.component__theme--light.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--border .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--border .component__input[data-v-d689f281]{background-color:transparent;border:1px solid var(--83825256)}.component.component__theme--light.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--border .component__input[data-v-d689f281]:active{background-color:transparent;border:1px solid var(--f52be38a)}.component.component__input--read-only .component__input[data-v-d689f281]{filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55}.component.component__input--read-only .component__input[data-v-d689f281]:focus,.component.component__input--read-only .component__input[data-v-d689f281]:active,.component.component__input--read-only .component__input[data-v-d689f281]:hover{cursor:not-allowed}.component .component__eye[data-v-d689f281]{position:absolute;top:0;bottom:0;right:0;padding:1px 10px;margin:2px 2px 2px 0;z-index:1}.component .component__eye[data-v-d689f281]:hover{cursor:pointer}.component .component__icon[data-v-d689f281]{position:absolute;width:var(--3eca0d2c);top:0;bottom:0;padding:var(--b46ea296);margin:var(--21492e8a);border-radius:var(--01e48fba);z-index:1;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:var(--0f7f0fdd)}.component .component__icon.component__icon--left[data-v-d689f281]{right:auto;left:0}.component .component__icon.component__icon--right[data-v-d689f281]{right:0;left:auto}.component .component__icon[data-v-d689f281]:hover{cursor:pointer}.component .component__input[data-v-d689f281]{width:100%;height:100%;font-family:inherit;font-style:normal;font-weight:400;font-size:1em;line-height:1.5;border:0;border-radius:0;text-shadow:0;position:relative;outline:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-align:var(--060b01ca);padding:var(--21c08896)}.component .component__input[data-v-d689f281]:focus,.component .component__input[data-v-d689f281]:active{border:0}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-ms-reveal,.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-ms-clear{display:none;width:0;height:0}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-webkit-credentials-auto-fill-button{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;right:-9999px!important;width:0!important;height:0!important}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-moz-textfield-decoration-container{display:none!important}.component .component__input.component__input--active--italic[data-v-d689f281]:focus,.component .component__input.component__input--active--italic[data-v-d689f281]:active{font-style:italic}.component .component__input.component__input--active--oblique[data-v-d689f281]:focus,.component .component__input.component__input--active--oblique[data-v-d689f281]:active{font-style:oblique}.component .component__input.component__input--active--normal[data-v-d689f281]:focus,.component .component__input.component__input--active--normal[data-v-d689f281]:active{font-style:normal}.component .component__input.component__input--uppercase[data-v-d689f281]{text-transform:uppercase}.component .component__input.component__input--uppercase[data-v-d689f281]::placeholder{text-transform:none}.component__message.component__message--default[data-v-d689f281]{font-family:var(--8b25c7ac);font-size:var(--5b17912e);font-weight:var(--6f485452);color:var(--501e5a2c);padding-left:2px;margin-top:2px}.component-disabled[data-v-d689f281]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#fff;opacity:.8}.component-disabled .component[data-v-d689f281]{--disabled-button-color: var(--dcd9aea4);--disabled-color: var(--16e77a5a);background-color:var(--disabled-button-color)!important;color:var(--disabled-color)!important;border-radius:inherit}.component-disabled .component .component__eye[data-v-d689f281]{background-color:#f155744d}.component-disabled .component .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component-disabled .component .component__input[data-v-d689f281]:focus,.component-disabled .component .component__input[data-v-d689f281]:active{background-color:#f15574}.nb-wrapper[data-v-4af4ff9b]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:bottom}.nb-reset[data-v-4af4ff9b]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-4af4ff9b] *{margin:0;padding:0}.nb-reset[data-v-4af4ff9b] *,.nb-reset[data-v-4af4ff9b] *:before,.nb-reset[data-v-4af4ff9b] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-4af4ff9b]{margin:0;padding:0;box-sizing:border-box;line-height:1.42857143;font-family:var(--1549ffc9);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;display:flex;flex-wrap:wrap;flex-direction:var(--73ec4a48);overflow:hidden}.component.component__theme--light[data-v-4af4ff9b]{color:var(--1eee568c)}.component.component__theme--light.component__input--background[data-v-4af4ff9b]{background-color:var(--6d90e4bc);border:0}.component.component__theme--light.component__input--line[data-v-4af4ff9b]{background-color:transparent;border:0;border-bottom:1px solid var(--16339c1b)}.component.component__theme--light.component__input--border[data-v-4af4ff9b]{background-color:transparent;border:1px solid var(--16339c1b)}.component.component__theme--light .chips .chip[data-v-4af4ff9b]{background-color:var(--56fd01b6);color:var(--22c193ce)}.component.component__theme--light .chips .chip .chip-remove[data-v-4af4ff9b]{color:var(--5f1758d7)}.component.component__theme--light .chips-input[data-v-4af4ff9b]{color:var(--1eee568c)}.component.component__theme--dark[data-v-4af4ff9b]{color:var(--6e7cb926)}.component.component__theme--dark.component__input--background[data-v-4af4ff9b]{background-color:var(--6d719d0e);border:0}.component.component__theme--dark.component__input--line[data-v-4af4ff9b]{background-color:transparent;border:0;border-bottom:1px solid var(--327fd4f2)}.component.component__theme--dark.component__input--border[data-v-4af4ff9b]{background-color:transparent;border:1px solid var(--327fd4f2)}.component.component__theme--dark .chips .chip[data-v-4af4ff9b]{background-color:var(--27897b22);color:var(--0215623a)}.component.component__theme--dark .chips .chip .chip-remove[data-v-4af4ff9b]{color:var(--8e9d877a)}.component.component__theme--dark .chips-input[data-v-4af4ff9b]{color:var(--6e7cb926)}.component.component__input--line[data-v-4af4ff9b]:focus-within{border-bottom:1px solid var(--37cf217d)}.component.component__input--line.component__theme--dark[data-v-4af4ff9b]:focus-within{border-bottom:1px solid var(--1171ab91)}.component.component__input--border[data-v-4af4ff9b]:focus-within{border:1px solid var(--37cf217d)}.component.component__input--border.component__theme--dark[data-v-4af4ff9b]:focus-within{border:1px solid var(--1171ab91)}.component .chips[data-v-4af4ff9b]{text-align:left;overflow:hidden;display:flex;flex-wrap:wrap}.component .chips .chip[data-v-4af4ff9b]{display:inline-flex;justify-content:space-between;gap:10px;white-space:break-spaces;align-items:center;width:fit-content;max-width:100%;min-width:81px;border-radius:16px;padding:5px 10px;margin:5px;font-size:14px;overflow-wrap:anywhere}.component .chips .chip .chip-remove[data-v-4af4ff9b]{cursor:pointer;font-weight:700}.component .chips-input[data-v-4af4ff9b]{border:none;outline:none;flex:1;min-width:100px;margin:5px;font-size:14px;background-color:transparent;caret-color:var(--99a84312)}.component .chips-input[data-v-4af4ff9b]::selection{background-color:var(--3b55b689);color:var(--53c05fe1)}.component .chips-input[data-v-4af4ff9b]::-moz-selection{background-color:var(--3b55b689);color:var(--53c05fe1)}.component .chips-input.component__text--italic[data-v-4af4ff9b]{font-style:italic}.component .chips-input.component__text--oblique[data-v-4af4ff9b]{font-style:oblique}.component .chips-input.component__text--normal[data-v-4af4ff9b]{font-style:normal}.component-disabled[data-v-4af4ff9b]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.8}.component-disabled .component[data-v-4af4ff9b]{--disabled-button-color: var(--9f4dd54c);--disabled-color: var(--2a052b02);border-radius:inherit}.component-disabled .component.component__theme--light.component__input--background[data-v-4af4ff9b]{background-color:var(--beaeb8f4)!important}.component-disabled .component.component__theme--light.component__input--line[data-v-4af4ff9b]{border-bottom:1px solid var(--019f1fff)!important}.component-disabled .component.component__theme--light.component__input--border[data-v-4af4ff9b]{border:1px solid var(--019f1fff)!important}.component-disabled .component.component__theme--dark.component__input--background[data-v-4af4ff9b]{background-color:var(--0b7af21c)!important}.component-disabled .component.component__theme--dark.component__input--line[data-v-4af4ff9b]{border-bottom:1px solid var(--6b816d6b)!important}.component-disabled .component.component__theme--dark.component__input--border[data-v-4af4ff9b]{border:1px solid var(--6b816d6b)!important}
|
|
1
|
+
@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";.nb-wrapper[data-v-e82994f8]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:text-bottom}.nb-reset[data-v-e82994f8]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-e82994f8] *{margin:0;padding:0}.nb-reset[data-v-e82994f8] *,.nb-reset[data-v-e82994f8] *:before,.nb-reset[data-v-e82994f8] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-e82994f8]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--a1fa0ca8);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;outline:0;position:relative}.component.component-radio__item--display-block[data-v-e82994f8],.component.component-radio__item--display-inline[data-v-e82994f8]{display:flex;flex-wrap:wrap;gap:var(--bcde41d0);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-radio__item--display-block[data-v-e82994f8]{flex-direction:column}.component.component-radio__item--display-inline[data-v-e82994f8]{flex-direction:row}.component .component-radio__item[data-v-e82994f8]{position:relative}.component .component-radio__item .component-radio__item--input[data-v-e82994f8]{display:none}.component .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-e82994f8]:before{content:"⏺";font-size:1.15em;text-shadow:0;display:flex;align-items:center;text-align:center;justify-content:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:50%}.component .component-radio__item .component-radio__item--label[data-v-e82994f8]{display:flex;flex-direction:row;gap:var(--1f33883d);align-items:center}.component .component-radio__item .component-radio__item--label[data-v-e82994f8]:hover{cursor:pointer}.component .component-radio__item .component-radio__item--label[data-v-e82994f8]:focus{outline-offset:2px}.component .component-radio__item .component-radio__item--label div[data-v-e82994f8]{width:19px;height:19px;flex-shrink:0;border-radius:50%;text-shadow:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;font-family:Lato,sans-serif!important}.component.component__theme--light .component-radio__item .component-radio__item--input:checked+.component-radio__item--label:hover div[data-v-e82994f8]{border:2px solid var(--26009c15);color:var(--26009c15)}.component.component__theme--light .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-e82994f8]:before{color:var(--2b29f2bb)}.component.component__theme--light .component-radio__item .component-radio__item--label[data-v-e82994f8]{--disabled-color: var(--22a81ed4);color:var(--disabled-color)!important}.component.component__theme--light .component-radio__item .component-radio__item--label:hover div[data-v-e82994f8]{border:2px solid var(--2b29f2bb)}.component.component__theme--light .component-radio__item .component-radio__item--label div[data-v-e82994f8]{border:2px solid var(--53911f01)}.component.component__theme--dark .component-radio__item .component-radio__item--input:checked+.component-radio__item--label:hover div[data-v-e82994f8]{border:2px solid var(--2a2cf01d);color:var(--2a2cf01d)}.component.component__theme--dark .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-e82994f8]:before{color:var(--e7f0267a)}.component.component__theme--dark .component-radio__item .component-radio__item--label[data-v-e82994f8]{--disabled-color: var(--fec27868);color:var(--disabled-color)!important}.component.component__theme--dark .component-radio__item .component-radio__item--label:hover div[data-v-e82994f8]{border:2px solid var(--e7f0267a)}.component.component__theme--dark .component-radio__item .component-radio__item--label div[data-v-e82994f8]{border:2px solid var(--06d0fff9)}.component-disabled[data-v-e82994f8]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-e82994f8]{opacity:.7;border-radius:inherit}.component-disabled .component.component__theme--light[data-v-e82994f8]{--disabled-color: var(--22a81ed4);color:var(--disabled-color)!important}.component-disabled .component.component__theme--dark[data-v-e82994f8]{--disabled-color: var(--fec27868);color:var(--disabled-color)!important}.nb-wrapper[data-v-4be141a9]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:text-bottom}.nb-reset[data-v-4be141a9]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-4be141a9] *{margin:0;padding:0}.nb-reset[data-v-4be141a9] *,.nb-reset[data-v-4be141a9] *:before,.nb-reset[data-v-4be141a9] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-4be141a9]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--0519fcd8);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;outline:0;position:relative}.component.component-checkbox__item--display-block[data-v-4be141a9],.component.component-checkbox__item--display-inline[data-v-4be141a9]{display:flex;flex-wrap:wrap;gap:var(--b12a9a00);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-checkbox__item--display-block[data-v-4be141a9]{flex-direction:column}.component.component-checkbox__item--display-inline[data-v-4be141a9]{flex-direction:row}.component .component-checkbox__item[data-v-4be141a9]{position:relative}.component .component-checkbox__item .component-checkbox__item--input[data-v-4be141a9]{display:none}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-4be141a9]:before{margin-top:0;margin-left:-1px}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div.component-checkbox__item--without-background[data-v-4be141a9]{font-size:1em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div.component-checkbox__item--with-background[data-v-4be141a9]{font-size:1em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{font-size:1.2em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{font-size:1.2em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div[data-v-4be141a9]:before{content:"✔";text-shadow:0;display:flex;align-items:center;text-align:center;justify-content:center;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:var(--605adc23);border:0}.component .component-checkbox__item .component-checkbox__item--label[data-v-4be141a9]{display:flex;flex-direction:row;gap:var(--3ab12825);align-items:center}.component .component-checkbox__item .component-checkbox__item--label[data-v-4be141a9]:hover{cursor:pointer}.component .component-checkbox__item .component-checkbox__item--label[data-v-4be141a9]:focus{outline-offset:2px}.component .component-checkbox__item .component-checkbox__item--label div[data-v-4be141a9]{width:19px;height:19px;flex-shrink:0;text-shadow:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:var(--605adc23);font-family:Lato,sans-serif!important;font-weight:700}.component .component-checkbox__item .component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-4be141a9]{border-radius:50%!important}.component .component-checkbox__item .component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-4be141a9]:before{border-radius:50%!important}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--ced77406);color:var(--589d2aa3)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-4be141a9]{background:var(--40c69c3c)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--73a49619);color:var(--589d2aa3)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--589d2aa3);background:var(--589d2aa3)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label[data-v-4be141a9]{--disabled-color: var(--e10b6c28);color:var(--disabled-color)!important}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-4be141a9],.component.component__theme--light .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--589d2aa3)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--73a49619);color:var(--73a49619)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--73a49619);color:var(--7c5e381c)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--59ef2d96);color:var(--0e4bd04a)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-4be141a9]{background:var(--4d94e71a)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--396645e1);color:var(--0e4bd04a)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--0e4bd04a);background:var(--0e4bd04a)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label[data-v-4be141a9]{--disabled-color: var(--39ced5b4);color:var(--disabled-color)!important}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--without-background[data-v-4be141a9],.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--0e4bd04a)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--396645e1);color:var(--396645e1)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{border:2px solid var(--396645e1);color:var(--7c5e381c)}.component-disabled[data-v-4be141a9]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-4be141a9]{opacity:.4;border-radius:inherit}.component-disabled .component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--ced77406);color:var(--589d2aa3)}.component-disabled .component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{background:var(--40c69c3c)}.component-disabled .component.component__theme--light[data-v-4be141a9]{--disabled-color: var(--e10b6c28);color:var(--disabled-color)!important}.component-disabled .component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--ced77406);color:var(--589d2aa3)}.component-disabled .component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{background:var(--40c69c3c)}.component-disabled .component.component__theme--dark[data-v-4be141a9]{--disabled-color: var(--39ced5b4);color:var(--disabled-color)!important}.component-disabled .component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-4be141a9]{border:2px solid var(--59ef2d96);color:var(--0e4bd04a)}.component-disabled .component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-4be141a9]{background:var(--4d94e71a)}.nb-wrapper[data-v-d689f281]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:bottom}.nb-reset[data-v-d689f281]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-d689f281] *{margin:0;padding:0}.nb-reset[data-v-d689f281] *,.nb-reset[data-v-d689f281] *:before,.nb-reset[data-v-d689f281] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-d689f281]{box-sizing:border-box;line-height:1.42857143;font-family:var(--7db11dc6);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;text-align:center;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;text-align:left;position:relative;margin:0;padding:0;height:28px;max-height:28px;display:inline-block}.component.component__sm[data-v-d689f281]{height:32.39px;max-height:32.39px}.component.component__sm .component__eye[data-v-d689f281]{padding:5px 10px}.component.component__sm .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component.component__sm .component__icon[data-v-d689f281]{padding:5px 10px}.component.component__md[data-v-d689f281]{height:48px;max-height:48px}.component.component__md .component__eye[data-v-d689f281]{padding:10px}.component.component__md .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component.component__md .component__icon[data-v-d689f281]{padding:10px}.component.component__lg[data-v-d689f281]{height:58px;max-height:58px}.component.component__lg .component__eye[data-v-d689f281]{padding:17px 10px}.component.component__lg .component__input[data-v-d689f281]{font-size:var(--465ec593)}.component .component__eye[data-v-d689f281],.component .component__icon[data-v-d689f281]{color:var(--0bd0a5e4)}.component .component__input[data-v-d689f281]{color:var(--0bd0a5e4);caret-color:var(--490fdeba)}.component .component__input[data-v-d689f281]::selection{background-color:var(--09c697b5);color:var(--497da60d)}.component .component__input[data-v-d689f281]::-moz-selection{background-color:var(--09c697b5);color:var(--497da60d)}.component.component__theme--dark .component__eye[data-v-d689f281]{color:var(--5e478652)}.component.component__theme--dark .component__icon[data-v-d689f281]{color:var(--65dc7d59)}.component.component__theme--dark .component__input[data-v-d689f281]{color:var(--5e478652)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-d689f281]{background-color:var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-d689f281]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-d689f281]{background-color:var(--7d9d18e5)}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-d689f281]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:focus{background-color:var(--40dc79c4)}.component.component__theme--dark.component__input--disabled.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--disabled.component__input--line .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]{border-bottom:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-d689f281]:active{border-bottom:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--disabled.component__input--border .component__icon[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281],.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]{border:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-d689f281]:active,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-d689f281]:active{border:1px solid var(--7caea4a6)}.component.component__theme--dark.component__input--background .component__eye[data-v-d689f281]{background-color:var(--3febb3de)}.component.component__theme--dark.component__input--background .component__eye.component__input--active[data-v-d689f281]{background-color:var(--55340077)}.component.component__theme--dark.component__input--background .component__eye.component__input--no-active[data-v-d689f281]{background-color:var(--3febb3de)}.component.component__theme--dark.component__input--background .component__icon[data-v-d689f281]{background-color:var(--6cbaee7c)}.component.component__theme--dark.component__input--background .component__icon[data-v-d689f281]:hover{cursor:pointer}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]{background-color:var(--ccb4758c)}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--3734d3be)}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-d689f281]::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--line .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--line .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]{background-color:transparent;border:0;border-bottom:1px solid var(--3febb3de)}.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--line .component__input[data-v-d689f281]:active{background-color:transparent;border:0;border-bottom:1px solid var(--55340077)}.component.component__theme--dark.component__input--border .component__eye[data-v-d689f281],.component.component__theme--dark.component__input--border .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]{background-color:transparent;border:1px solid var(--3febb3de)}.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--dark.component__input--border .component__input[data-v-d689f281]:active{background-color:transparent;border:1px solid var(--55340077)}.component.component__theme--light .component__eye[data-v-d689f281]{color:var(--0bd0a5e4)}.component.component__theme--light .component__icon[data-v-d689f281]{color:var(--35bcd232)}.component.component__theme--light .component__input[data-v-d689f281]{color:var(--0bd0a5e4)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-d689f281]{background-color:var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-d689f281]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-d689f281]{background-color:var(--eebf601a)}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-d689f281]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-d689f281]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-d689f281]::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-d689f281]::placeholder:focus{background-color:var(--6540ecda)}.component.component__theme--light.component__input--disabled.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--disabled.component__input--line .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]{border-bottom:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-d689f281]:active{border-bottom:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--disabled.component__input--border .component__icon[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__icon[data-v-d689f281]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281],.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]{border:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-d689f281]:active,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-d689f281]:active{border:1px solid var(--86db4b1e)}.component.component__theme--light.component__input--background .component__eye[data-v-d689f281]{background-color:var(--83825256)}.component.component__theme--light.component__input--background .component__eye.component__input--active[data-v-d689f281]{background-color:var(--f52be38a)}.component.component__theme--light.component__input--background .component__eye.component__input--no-active[data-v-d689f281]{background-color:var(--83825256)}.component.component__theme--light.component__input--background .component__icon[data-v-d689f281]{background-color:var(--6cbaee7c)}.component.component__theme--light.component__input--background .component__icon[data-v-d689f281]:hover{cursor:pointer}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]{background-color:var(--23886af6)}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active{background-color:var(--5b006382)}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:focus::placeholder:focus,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]:active::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-d689f281]::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--line .component__eye[data-v-d689f281],.component.component__theme--light.component__input--line .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--line .component__input[data-v-d689f281]{background-color:transparent;border:0;border-bottom:1px solid var(--83825256)}.component.component__theme--light.component__input--line .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--line .component__input[data-v-d689f281]:active{background-color:transparent;border:0;border-bottom:1px solid var(--f52be38a)}.component.component__theme--light.component__input--border .component__eye[data-v-d689f281],.component.component__theme--light.component__input--border .component__icon[data-v-d689f281]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--border .component__input[data-v-d689f281]{background-color:transparent;border:1px solid var(--83825256)}.component.component__theme--light.component__input--border .component__input[data-v-d689f281]:focus,.component.component__theme--light.component__input--border .component__input[data-v-d689f281]:active{background-color:transparent;border:1px solid var(--f52be38a)}.component.component__input--read-only .component__input[data-v-d689f281]{filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55}.component.component__input--read-only .component__input[data-v-d689f281]:focus,.component.component__input--read-only .component__input[data-v-d689f281]:active,.component.component__input--read-only .component__input[data-v-d689f281]:hover{cursor:not-allowed}.component .component__eye[data-v-d689f281]{position:absolute;top:0;bottom:0;right:0;padding:1px 10px;margin:2px 2px 2px 0;z-index:1}.component .component__eye[data-v-d689f281]:hover{cursor:pointer}.component .component__icon[data-v-d689f281]{position:absolute;width:var(--3eca0d2c);top:0;bottom:0;padding:var(--b46ea296);margin:var(--21492e8a);border-radius:var(--01e48fba);z-index:1;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:var(--0f7f0fdd)}.component .component__icon.component__icon--left[data-v-d689f281]{right:auto;left:0}.component .component__icon.component__icon--right[data-v-d689f281]{right:0;left:auto}.component .component__icon[data-v-d689f281]:hover{cursor:pointer}.component .component__input[data-v-d689f281]{width:100%;height:100%;font-family:inherit;font-style:normal;font-weight:400;font-size:1em;line-height:1.5;border:0;border-radius:0;text-shadow:0;position:relative;outline:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;text-align:var(--060b01ca);padding:var(--21c08896)}.component .component__input[data-v-d689f281]:focus,.component .component__input[data-v-d689f281]:active{border:0}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-ms-reveal,.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-ms-clear{display:none;width:0;height:0}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-webkit-credentials-auto-fill-button{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;right:-9999px!important;width:0!important;height:0!important}.component .component__input.component__input__eye-default--hidden[data-v-d689f281]::-moz-textfield-decoration-container{display:none!important}.component .component__input.component__input--active--italic[data-v-d689f281]:focus,.component .component__input.component__input--active--italic[data-v-d689f281]:active{font-style:italic}.component .component__input.component__input--active--oblique[data-v-d689f281]:focus,.component .component__input.component__input--active--oblique[data-v-d689f281]:active{font-style:oblique}.component .component__input.component__input--active--normal[data-v-d689f281]:focus,.component .component__input.component__input--active--normal[data-v-d689f281]:active{font-style:normal}.component .component__input.component__input--uppercase[data-v-d689f281]{text-transform:uppercase}.component .component__input.component__input--uppercase[data-v-d689f281]::placeholder{text-transform:none}.component__message.component__message--default[data-v-d689f281]{font-family:var(--8b25c7ac);font-size:var(--5b17912e);font-weight:var(--6f485452);color:var(--501e5a2c);padding-left:2px;margin-top:2px}.component-disabled[data-v-d689f281]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#fff;opacity:.8}.component-disabled .component[data-v-d689f281]{--disabled-button-color: var(--dcd9aea4);--disabled-color: var(--16e77a5a);background-color:var(--disabled-button-color)!important;color:var(--disabled-color)!important;border-radius:inherit}.component-disabled .component .component__eye[data-v-d689f281]{background-color:#f155744d}.component-disabled .component .component__eye[data-v-d689f281]:hover{cursor:not-allowed}.component-disabled .component .component__input[data-v-d689f281]:focus,.component-disabled .component .component__input[data-v-d689f281]:active{background-color:#f15574}.nb-wrapper[data-v-4af4ff9b]{margin:0;padding:0;font-size:62.5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;vertical-align:bottom}.nb-reset[data-v-4af4ff9b]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-4af4ff9b] *{margin:0;padding:0}.nb-reset[data-v-4af4ff9b] *,.nb-reset[data-v-4af4ff9b] *:before,.nb-reset[data-v-4af4ff9b] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-4af4ff9b]{margin:0;padding:0;box-sizing:border-box;line-height:1.42857143;font-family:var(--1549ffc9);-webkit-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;-webkit-text-decoration-line:none;text-decoration-line:none;white-space:nowrap;display:flex;flex-wrap:wrap;flex-direction:var(--73ec4a48);overflow:hidden}.component.component__theme--light[data-v-4af4ff9b]{color:var(--1eee568c)}.component.component__theme--light.component__input--background[data-v-4af4ff9b]{background-color:var(--6d90e4bc);border:0}.component.component__theme--light.component__input--line[data-v-4af4ff9b]{background-color:transparent;border:0;border-bottom:1px solid var(--16339c1b)}.component.component__theme--light.component__input--border[data-v-4af4ff9b]{background-color:transparent;border:1px solid var(--16339c1b)}.component.component__theme--light .chips .chip[data-v-4af4ff9b]{background-color:var(--56fd01b6);color:var(--22c193ce)}.component.component__theme--light .chips .chip .chip-remove[data-v-4af4ff9b]{color:var(--5f1758d7)}.component.component__theme--light .chips-input[data-v-4af4ff9b]{color:var(--1eee568c)}.component.component__theme--dark[data-v-4af4ff9b]{color:var(--6e7cb926)}.component.component__theme--dark.component__input--background[data-v-4af4ff9b]{background-color:var(--6d719d0e);border:0}.component.component__theme--dark.component__input--line[data-v-4af4ff9b]{background-color:transparent;border:0;border-bottom:1px solid var(--327fd4f2)}.component.component__theme--dark.component__input--border[data-v-4af4ff9b]{background-color:transparent;border:1px solid var(--327fd4f2)}.component.component__theme--dark .chips .chip[data-v-4af4ff9b]{background-color:var(--27897b22);color:var(--0215623a)}.component.component__theme--dark .chips .chip .chip-remove[data-v-4af4ff9b]{color:var(--8e9d877a)}.component.component__theme--dark .chips-input[data-v-4af4ff9b]{color:var(--6e7cb926)}.component.component__input--line[data-v-4af4ff9b]:focus-within{border-bottom:1px solid var(--37cf217d)}.component.component__input--line.component__theme--dark[data-v-4af4ff9b]:focus-within{border-bottom:1px solid var(--1171ab91)}.component.component__input--border[data-v-4af4ff9b]:focus-within{border:1px solid var(--37cf217d)}.component.component__input--border.component__theme--dark[data-v-4af4ff9b]:focus-within{border:1px solid var(--1171ab91)}.component .chips[data-v-4af4ff9b]{text-align:left;overflow:hidden;display:flex;flex-wrap:wrap}.component .chips .chip[data-v-4af4ff9b]{display:inline-flex;justify-content:space-between;gap:10px;white-space:break-spaces;align-items:center;width:fit-content;max-width:100%;min-width:81px;border-radius:16px;padding:5px 10px;margin:5px;font-size:14px;overflow-wrap:anywhere}.component .chips .chip .chip-remove[data-v-4af4ff9b]{cursor:pointer;font-weight:700}.component .chips-input[data-v-4af4ff9b]{border:none;outline:none;flex:1;min-width:100px;margin:5px;font-size:14px;background-color:transparent;caret-color:var(--99a84312)}.component .chips-input[data-v-4af4ff9b]::selection{background-color:var(--3b55b689);color:var(--53c05fe1)}.component .chips-input[data-v-4af4ff9b]::-moz-selection{background-color:var(--3b55b689);color:var(--53c05fe1)}.component .chips-input.component__text--italic[data-v-4af4ff9b]{font-style:italic}.component .chips-input.component__text--oblique[data-v-4af4ff9b]{font-style:oblique}.component .chips-input.component__text--normal[data-v-4af4ff9b]{font-style:normal}.component-disabled[data-v-4af4ff9b]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.8}.component-disabled .component[data-v-4af4ff9b]{--disabled-button-color: var(--9f4dd54c);--disabled-color: var(--2a052b02);border-radius:inherit}.component-disabled .component.component__theme--light.component__input--background[data-v-4af4ff9b]{background-color:var(--beaeb8f4)!important}.component-disabled .component.component__theme--light.component__input--line[data-v-4af4ff9b]{border-bottom:1px solid var(--019f1fff)!important}.component-disabled .component.component__theme--light.component__input--border[data-v-4af4ff9b]{border:1px solid var(--019f1fff)!important}.component-disabled .component.component__theme--dark.component__input--background[data-v-4af4ff9b]{background-color:var(--0b7af21c)!important}.component-disabled .component.component__theme--dark.component__input--line[data-v-4af4ff9b]{border-bottom:1px solid var(--6b816d6b)!important}.component-disabled .component.component__theme--dark.component__input--border[data-v-4af4ff9b]{border:1px solid var(--6b816d6b)!important}
|