@vlalg-nimbus/nb-inputs 7.0.2 → 7.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
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)}}}});
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[w,m]of r)u[w]=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 w=Object.keys(u);w.length!==2&&(r=!0),w.every(O=>["value","text"].includes(O))||(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=>({"63057c4e":te.value,"6d2148c5":ge.value,"73ed536a":me.value,"0bccd482":ce.value,"0af040e8":de.value,e60e51f2:ie.value,"16d82e98":se.value,c61d13e0:ye.value,"134eb614":xe.value,f7e68d8e:fe.value,"1444b3e6":pe.value})),e.onMounted(()=>{ae()});const u=r,w=t,m=e.ref(null),{ariaLabel:O,ariaAttrs:x,currentOption:D,valueType:q,display:B,options:W,theme:U,lightTextColor:H,lightColor:h,lightColorHover:z,darkTextColor:F,darkColor:C,darkColorHover:_,hoverEffect:P,activeHoverEffect:Q,itemGap:E,internalGap:L,scale:V,disabled:T,fontFamily:X,fontSize:R,fontWeight:A}=e.toRefs(w),y=e.computed(()=>{const n=T.value?"component-disabled":"",d=B.value!=="b"?"inline-block":"block",$=X.value?X.value:"'Lato', sans-serif",g=R.value?R.value:"1.6em",N=A.value!==0&&!A.value||A.value<0?200:A.value,le=[!1,!0].includes(P.value)?P.value:!1,k=[!1,!0].includes(Q.value)?Q.value:!1,Z=E.value!==0&&!E.value||E.value<0?15:E.value,l=L.value!==0&&!L.value||L.value<0?6:L.value,i=V.value!==0&&!V.value||V.value<0?1:V.value;return{disabled:n,display:d,hoverEffect:le,activeHoverEffect:k,itemGap:Z,internalGap:l,scale:i,font:$,fontSize:g,fontWeight:N}}),S=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(W.value)&&W.value.constructor===Array&&W.value.length>0),J=e.computed(()=>U.value==="dark"?"component__theme--dark":"component__theme--light"),te=e.computed(()=>y.value.font),ie=e.computed(()=>H.value),se=e.computed(()=>h.value),de=e.computed(()=>y.value.hoverEffect?z.value:h.value),ce=e.computed(()=>y.value.activeHoverEffect?z.value:h.value),fe=e.computed(()=>F.value),pe=e.computed(()=>C.value),xe=e.computed(()=>y.value.hoverEffect?_.value:C.value),ye=e.computed(()=>y.value.activeHoverEffect?_.value:C.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})),ve=e.computed(()=>{const n={};x.value&&Object.keys(x.value).forEach(g=>n[`aria-${g}`]=x.value[g]);const d={"aria-label":O.value,"aria-disabled":T.value,...n};return Object.fromEntries(Object.entries(d).filter(([$,g])=>g!=null))}),ae=()=>{const n=D.value;n&&["string"].includes(q.value)?m.value=n.toString().toLowerCase():m.value=n},he=()=>{u("clicked")};return e.watch(D,(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",S.value]),style:e.normalizeStyle([c.value,be.value])},[e.createElementVNode("div",e.mergeProps({id:t.nbId,role:"radiogroup"},ve.value,{class:["nb-reset","component",ee.value,J.value]}),[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(W),($,g)=>(e.openBlock(),e.createElementBlock("div",{key:g,class:"component-radio__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${$.value}`,"onUpdate:modelValue":d[0]||(d[0]=N=>m.value=N),type:"radio",class:"component-radio__item--input",disabled:e.unref(T),value:$.value,name:t.groupName,onClick:he},null,8,rt),[[e.vModelRadio,m.value]]),e.createElementVNode("label",{for:`${t.nbId}-${$.value}`,tabindex:e.unref(T)?-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(N=>!e.unref(T)&&t.hasTabIndexEnter&&N.target.click(),["prevent"]),["enter"])),d[2]||(d[2]=e.withKeys(e.withModifiers(N=>!e.unref(T)&&t.hasTabIndexSpace&&N.target.click(),["prevent"]),["space"]))]},[d[3]||(d[3]=e.createElementVNode("div",null,null,-1)),e.createElementVNode("span",{style:e.normalizeStyle([Y.value])},e.toDisplayString($.text),5)],40,ut)]))),128))],16,nt)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-01a4e4c4"]]),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 w=Object.keys(u);w.length!==2&&(r=!0),w.every(O=>["value","text"].includes(O))||(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=>({"3da3c754":se.value,a292c67c:$.value,af8fd636:d.value,fae33e32:n.value,"7136033f":pe.value,"70c2fd36":fe.value,"16c426a4":xe.value,"5c748e17":ce.value,"1f7212ea":de.value,"30d23ab4":he.value,af0e089a:be.value,ee5c3e4e:ge.value,edaa5bd0:ve.value,"024f53ba":me.value,"494a1614":ye.value})),e.onMounted(()=>{k()});const u=r,w=t,m=e.ref(null),{ariaLabel:O,ariaAttrs:x,currentOption:D,display:q,options:B,theme:W,lightTextColor:U,lightColor:H,lightColorHover:h,darkTextColor:z,darkColor:F,darkColorHover:C,boxRadius:_,hoverEffect:P,activeHoverEffect:Q,itemGap:E,internalGap:L,scale:V,type:T,background:X,disabled:R,fontFamily:A,fontSize:y,fontWeight:S}=e.toRefs(w),c=e.computed(()=>{const l=R.value?"component-disabled":"",i=q.value!=="b"?"inline-block":"block",j=A.value?A.value:"'Lato', sans-serif",v=y.value?y.value:"1.6em",p=S.value!==0&&!S.value||S.value<0?200:S.value,oe=_.value!==0&&!_.value||_.value<0?0:_.value,I=[!1,!0].includes(P.value)?P.value:!1,Be=[!1,!0].includes(Q.value)?Q.value:!1,_e=E.value!==0&&!E.value||E.value<0?15:E.value,Ee=L.value!==0&&!L.value||L.value<0?6:L.value,we=["box","circle"].includes(T.value)?T.value:"box",Te=V.value!==0&&!V.value||V.value<0?1:V.value,Ce=[!1,!0].includes(X.value)?X.value:!1;return{disabled:l,display:i,boxRadius:oe,hoverEffect:I,activeHoverEffect:Be,itemGap:_e,internalGap:Ee,scale:Te,type:we,font:j,background:Ce,fontSize:v,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(B.value)&&B.value.constructor===Array&&B.value.length>0),ie=e.computed(()=>W.value==="dark"?"component__theme--dark":"component__theme--light"),se=e.computed(()=>c.value.font),de=e.computed(()=>U.value),ce=e.computed(()=>H.value),fe=e.computed(()=>c.value.hoverEffect?h.value:H.value),pe=e.computed(()=>c.value.activeHoverEffect?h.value:H.value),xe=e.computed(()=>{const l=c.value;return l.activeHoverEffect&&l.background?`${h.value}80`:h.value}),ye=e.computed(()=>z.value),me=e.computed(()=>F.value),ge=e.computed(()=>c.value.hoverEffect?C.value:F.value),be=e.computed(()=>c.value.activeHoverEffect?C.value:F.value),ve=e.computed(()=>{const l=c.value;return l.activeHoverEffect&&l.background?`${C.value}80`:C.value}),ae=e.computed(()=>c.value.background?"component-checkbox__item--with-background":"component-checkbox__item--without-background"),he=e.computed(()=>{const l=c.value,i=W.value==="dark"?z.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`}),$=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":""),N=e.computed(()=>({zoom:c.value.scale})),le=e.computed(()=>{const l={};x.value&&Object.keys(x.value).forEach(v=>l[`aria-${v}`]=x.value[v]);const i={"aria-label":O.value,"aria-disabled":R.value,...l};return Object.fromEntries(Object.entries(i).filter(([j,v])=>v!=null))}),k=()=>{m.value=D.value},Z=()=>{u("clicked")};return e.watch(D,(l,i)=>{l!==i&&k()}),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,N.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(B),(j,v)=>(e.openBlock(),e.createElementBlock("div",{key:v,class:"component-checkbox__item"},[e.withDirectives(e.createElementVNode("input",{id:`${t.nbId}-${j.value}`,"onUpdate:modelValue":i[0]||(i[0]=p=>m.value=p),type:"checkbox",class:"component-checkbox__item--input",disabled:e.unref(R),value:j.value,name:t.groupName,onClick:Z},null,8,dt),[[e.vModelCheckbox,m.value]]),e.createElementVNode("label",{for:`${t.nbId}-${j.value}`,class:e.normalizeClass([[g.value],"component-checkbox__item--label"]),tabindex:e.unref(R)?-1:Array.isArray(t.tabIndex)?t.tabIndex[v]:t.tabIndex>=0?t.tabIndex:v+1,onKeydown:[i[1]||(i[1]=e.withKeys(e.withModifiers(p=>!e.unref(R)&&t.hasTabIndexEnter&&p.target.click(),["prevent"]),["enter"])),i[2]||(i[2]=e.withKeys(e.withModifiers(p=>!e.unref(R)&&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(j.text),5)],42,ct)]))),128))],16,st)],6)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-9de547d7"]]),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"],vt=["for"],ht=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=>({"25f791c3":He.value,"3d5c00a6":ze.value,"84e89398":e.unref(me),f2f5a786:o.value,dc59d062:b.value,"006a87a7":M.value,"0d8a7f28":e.unref(n),fbddcb1a:e.unref(oe),"3b2c30d3":e.unref(d),"3489fa7f":e.unref(Te),"7dd8fc90":e.unref(he),b903a192:e.unref(ve),b82bd5c6:e.unref(ae),ff8e3f30:It.value,a7168458:e.unref(ge),"2469a938":e.unref(be),"4f809d0d":e.unref(p),"737f3c0b":e.unref($),a160bcce:e.unref(we),"9811fd00":e.unref(ye),"694bf26f":e.unref(pe),"0d768e55":e.unref(xe),"6a98859c":e.unref(ce),"7735009c":e.unref(fe),b7e1fae0:xt.value,"5c5f065b":_t.value,"67536bb8":Et.value,ec1de058:wt.value,ab1b6c12:ot.value,"4cd94e38":e.unref(g),"362fd65b":tt.value,"6587d678":Fe.value,"7d815303":je.value,e9061d28:Pe.value,"4faa4b74":Le.value,48298054:a.styleButtonColor,"8fff680e":qe.value})),e.onMounted(()=>{G.value=J.value}),e.onUnmounted(()=>{At()});const u=r,w=t,{display:m,hasTabIndexEnter:O,ariaLabel:x,ariaAttrs:D,textColor:q,caretColor:B,selectionBgColor:W,selectionTextColor:U,hasBorderRadius:H,borderRadius:h,disabled:z,fontFamily:F,fontSize:C,fontWeight:_,fontFamilyMsg:P,fontSizeMsg:Q,fontWeightMsg:E,textMessageColor:L,inputWidth:V,inputStyle:T,activeTextStyle:X,sizeMediaQuery:R,inputReadonly:A,showInputEye:y,inputType:S,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:ve,darkEyeBgColorActive:ae,darkDisabledBgColor:he,darkTextColor:n,darkDisabledEyeBgColor:d,lightDisabledEyeBgColor:$,textAlign:g,showMsg:N,hasMsg:le,hasIcon:k,iconDirection:Z,iconPadding:l,iconPaddingInput:i,iconMargin:j,iconBorderRadius:v,iconLightTextColor:p,iconDarkTextColor:oe,iconLightBgColor:I,iconDarkBgColor:Be,iconLightBgColorActive:_e,iconDarkBgColorActive:Ee,iconLightDisabledBgColor:we,iconDarkDisabledBgColor:Te,iconWidth:Ce,iconSize:Ae}=e.toRefs(w),G=e.ref(""),Ve=e.ref(""),ne=e.ref(!1),Se=e.ref(!1),s=e.computed(()=>{const a=z.value?"component-disabled":"",f=m.value!=="b"?"inline-block":"block",re=q?q.value:"ffffff",ke=B.value?B.value:"",Lt=W.value?W.value:"",Rt=U.value?U.value:"",$t=H.value?H.value:!1,Mt=h.value!==0&&!h.value||h.value<0?0:h.value,Ot=F.value?F.value:"'Lato', sans-serif",Wt=C.value&&C.value>=0?C.value:null,Ht=_.value!==0&&!_.value||_.value<0?100:_.value,Ft=P.value?P.value:"'Lato', sans-serif",jt=Q.value?Q.value:"1em",Pt=E.value!==0&&!E.value||E.value<0?100:E.value,qt=L.value?L.value:"#f15574",Gt=V.value?V.value:200,Kt=X.value?X.value:"normal",Ut=R.value?R.value:"xs",Qt=A.value?A.value:!1,Xt=y.value?y.value:!1,Yt=S.value?S.value:"text",Jt=ee.value?ee.value:!1,Zt=te.value?te.value:"normal",ea=g.value?g.value:"left",ta=T.value?T.value:"background",aa=l.value?l.value:"5px 10px",la=j.value?j.value:"0",oa=i.value?i.value:10,na=p.value?p.value:"#000000",ra=oe.value?oe.value:"#000000",ua=I.value?I.value:"transparent",ia=Be.value?Be.value:"transparent",sa=v.value!==0&&!v.value||v.value<0?0:v.value,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")}),M=e.computed(()=>{const a=s.value;return a.selectionTextColor||(a.theme==="dark"?"#000000":"#ffffff")}),K=e.computed(()=>{const a=s.value;return a.display==="block"?{width:"100%"}:{width:`${a.inputWidth}px`}}),Ge=e.computed(()=>{switch(T.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(()=>!!(N.value&&le.value)),lt=e.computed(()=>{const a={};D.value&&Object.keys(D.value).forEach(ke=>a[`aria-${ke}`]=D.value[ke]);const f={"aria-label":x.value,"aria-disabled":z.value,...a};return Object.fromEntries(Object.entries(f).filter(([re,ke])=>ke!=null))}),ot=e.computed(()=>k.value?`${Ae.value}rem`:"0"),xt=e.computed(()=>k.value?`${Ce.value}px`:"0"),Bt=e.computed(()=>k.value?`component__icon--${Z.value}`:""),_t=e.computed(()=>{const a=s.value;return k.value?a.iconPadding:"0"}),Et=e.computed(()=>{const a=s.value;return k.value?a.iconMargin:"0"}),It=e.computed(()=>{const a=s.value;return k.value?a.theme==="dark"?a.iconDarkBgColor:a.iconLightBgColor:"transparent"}),wt=e.computed(()=>{const a=s.value;return k.value?`${a.iconBorderRadius}rem`:"0"}),Tt=e.computed(()=>{const a=s.value;return k.value?Z.value==="left"?{paddingLeft:`${a.iconPaddingInput}px`}:{paddingRight:`${a.iconPaddingInput}px`}:{}}),At=()=>{G.value=J.value,Ve.value=S.value},Nt=()=>{const a=s.value;if(a.inputReadonly||a.disabled)return;const f=!ne.value;f?Ve.value="text":Ve.value=S.value,ne.value=f},Dt=()=>{u("clicked")},zt=()=>{z.value||s.value.inputReadonly||!O.value||u("entered",G.value)};return e.watch(S,a=>{Ve.value=a},{immediate:!0}),e.watch(J,a=>{a!==G.value&&(G.value=a)},{immediate:!0}),e.watch(G,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(G,a=>{c.value&&(a=a.trim()),u("current-value",a)}),e.watch(S,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,K.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,K.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=>G.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(z)||e.unref(A),required:t.required,readonly:e.unref(A),autocomplete:t.inputAutocomplete,tabindex:e.unref(z)||e.unref(A)?-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(z)&&e.unref(O)&&zt(),["enter"]))},null,46,bt),[[e.vModelDynamic,G.value]]),e.unref(k)?(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,vt)):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-66f1b6ed"]]),ha="",Ct=["id"],Vt={class:"chip-text"},St=["onClick"],kt=["name","placeholder","readonly","autocomplete","required","tabindex"],$e={NbInputRadio:it,NbInputCheckbox:ft,NbInput:ht,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=>({"9f3dabd4":Ce.value,"99630b2e":G.value,"28fd42c7":e.unref(ie),"301a1aef":e.unref(ee),"0344bae8":e.unref(ue),"440e2083":e.unref(se),"1006335b":e.unref(de),"0db24924":e.unref(ce),"3828550e":e.unref(be),aadc9bbe:e.unref(pe),"864d2dcc":e.unref(ye),"04ba6296":e.unref(ve),"91afc5e6":e.unref(ae),"74008e56":e.unref(he),"5c923ad0":e.unref(J),"7fe6c844":e.unref(me),ed759bec:ne.value,"6018cfdc":Se.value,54227074:s.value,c52b97b2:o.styleButtonColor,"2371d88c":Ae.value,"4f4393d3":e.unref(te),"0d7f21cc":e.unref(fe),"94dc4df6":e.unref(ge),"6be37dfe":e.unref(n)})),e.onMounted(()=>{h.value.length>0&&(p.value=h.value)});const u=r,w=t,{display:m,textColor:O,paddingX:x,paddingY:D,borderRadius:q,disabled:B,fontFamily:W,fontSize:U,fontWeight:H,currentList:h,allowDuplicates:z,minChips:F,maxChips:C,inputPosition:_,width:P,inputName:Q,inputPlaceholder:E,inputUppercase:L,inputReadonly:V,inputAutocomplete:T,required:X,textAlign:R,hasBorderRadius:A,activeTextStyle:y,theme:S,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:ve,darkChipTextColor:ae,darkChipRemoveColor:he,darkDisabledBorderColor:n,tabIndex:d,hasTabIndexEnter:$,ariaLabel:g,ariaAttrs:N,caretColor:le,selectionBgColor:k,selectionTextColor:Z}=e.toRefs(w),l=e.ref(""),i=e.ref(null),j=e.ref(null),v=e.ref(null),p=e.ref([]),oe=e.ref(!1),I=e.computed(()=>{const o=B.value?"component-disabled":"",b=m.value!=="b"?"inline-block":"block",M=!P.value||P.value<185?185:P.value,K=O?O.value:"ffffff",Ge=le.value?le.value:"",Ke=k.value?k.value:"",Ue=Z.value?Z.value:"",Qe=x.value!==0&&!x.value||x.value<0?1:x.value,Xe=D.value!==0&&!D.value||D.value<0?.2:D.value,Ye=q.value!==0&&!q.value||q.value<0?0:q.value,Re=W.value?W.value:"'Lato', sans-serif",Je=U.value?U.value:"1.6rem",Ze=H.value!==0&&!H.value||H.value<0?100:H.value,et=F.value!==0&&!F.value||F.value<0?0:F.value,tt=C.value!==0&&!C.value||C.value<0?10:C.value,at=!_.value||!["top","bottom"].includes(_.value)?"bottom":_.value,lt=!c.value||!["background","line","border"].includes(c.value)?"background":c.value,ot=S.value?S.value:"light";return{disabled:o,display:b,width:M,font:Re,fontSize:Je,fontWeight:Ze,textColor:K,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(()=>I.value.disabled),_e=e.computed(()=>({display:I.value.display})),Ee=e.computed(()=>{const o=I.value;return{color:o.textColor,padding:`${o.paddingY}rem ${o.paddingX}rem`,fontSize:o.fontSize,fontWeight:o.fontWeight,textAlign:R.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=I.value;return o.inputStyle!=="line"&&A.value?{borderRadius:`${o.borderRadius}rem`}:{}}),Ce=e.computed(()=>I.value.font),Ae=e.computed(()=>I.value.textColor),G=e.computed(()=>I.value.inputPosition==="top"?"column":"column-reverse"),Ve=e.computed(()=>{const o={};N.value&&Object.keys(N.value).forEach(K=>o[`aria-${K}`]=N.value[K]);const b={"aria-label":g.value,"aria-disabled":B.value,...o};return Object.fromEntries(Object.entries(b).filter(([M,K])=>K!=null))}),ne=e.computed(()=>{const o=I.value;return o.caretColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),Se=e.computed(()=>{const o=I.value;return o.selectionBgColor||(o.theme==="dark"?"#00d4ff":"#007bff")}),s=e.computed(()=>{const o=I.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=I.value,b={width:`${o.width}px`};return o.display==="block"?{width:"auto"}:b}),We=e.computed(()=>{switch(S.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(!(B.value||V.value)&&o.key==="Enter"&&l.value.trim()!==""){o.preventDefault();let b=l.value.trim();L.value&&(b=b.toUpperCase()),(z.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(h,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:v,class:"chips"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(p.value,M=>(e.openBlock(),e.createElementBlock("div",{key:M,class:"chip"},[e.renderSlot(o.$slots,"chip",{chips:p.value,chip:M,removeChip:Le},()=>[e.createElementVNode("span",Vt,e.toDisplayString(M),1),!e.unref(B)&&!e.unref(V)?(e.openBlock(),e.createElementBlock("span",{key:0,class:"chip-remove",onClick:K=>Le(M)},"×",8,St)):e.createCommentVNode("",!0)],!0)]))),128))],512)):e.createCommentVNode("",!0),e.withDirectives(e.createElementVNode("input",{ref_key:"chipInput",ref:j,type:"text","onUpdate:modelValue":b[0]||(b[0]=M=>l.value=M),name:e.unref(Q),placeholder:e.unref(E),readonly:e.unref(V),autocomplete:e.unref(T),required:e.unref(X),tabindex:e.unref(B)||e.unref(V)?-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(M=>!e.unref(B)&&e.unref($)&&Pe(M),["enter"])),onFocus:Fe,onBlur:je},null,46,kt),[[e.vModelText,l.value]])],14,Ct)],16)):e.createCommentVNode("",!0)}}),[["__scopeId","data-v-c52ee364"]])};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-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}
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-01a4e4c4]{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-01a4e4c4]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-01a4e4c4] *{margin:0;padding:0}.nb-reset[data-v-01a4e4c4] *,.nb-reset[data-v-01a4e4c4] *:before,.nb-reset[data-v-01a4e4c4] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-01a4e4c4]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--63057c4e);-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-01a4e4c4],.component.component-radio__item--display-inline[data-v-01a4e4c4]{display:flex;flex-wrap:wrap;gap:var(--6d2148c5);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-radio__item--display-block[data-v-01a4e4c4]{flex-direction:column}.component.component-radio__item--display-inline[data-v-01a4e4c4]{flex-direction:row}.component .component-radio__item[data-v-01a4e4c4]{position:relative}.component .component-radio__item .component-radio__item--input[data-v-01a4e4c4]{display:none}.component .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-01a4e4c4]: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-01a4e4c4]{display:flex;flex-direction:row;gap:var(--73ed536a);align-items:center}.component .component-radio__item .component-radio__item--label[data-v-01a4e4c4]:hover{cursor:pointer}.component .component-radio__item .component-radio__item--label[data-v-01a4e4c4]:focus{outline-offset:2px}.component .component-radio__item .component-radio__item--label div[data-v-01a4e4c4]{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-01a4e4c4]{border:2px solid var(--0bccd482);color:var(--0bccd482)}.component.component__theme--light .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-01a4e4c4]:before{color:var(--0af040e8)}.component.component__theme--light .component-radio__item .component-radio__item--label[data-v-01a4e4c4]{--disabled-color: var(--e60e51f2);color:var(--disabled-color)!important}.component.component__theme--light .component-radio__item .component-radio__item--label:hover div[data-v-01a4e4c4]{border:2px solid var(--0af040e8)}.component.component__theme--light .component-radio__item .component-radio__item--label div[data-v-01a4e4c4]{border:2px solid var(--16d82e98)}.component.component__theme--dark .component-radio__item .component-radio__item--input:checked+.component-radio__item--label:hover div[data-v-01a4e4c4]{border:2px solid var(--c61d13e0);color:var(--c61d13e0)}.component.component__theme--dark .component-radio__item .component-radio__item--input:checked+.component-radio__item--label div[data-v-01a4e4c4]:before{color:var(--134eb614)}.component.component__theme--dark .component-radio__item .component-radio__item--label[data-v-01a4e4c4]{--disabled-color: var(--f7e68d8e);color:var(--disabled-color)!important}.component.component__theme--dark .component-radio__item .component-radio__item--label:hover div[data-v-01a4e4c4]{border:2px solid var(--134eb614)}.component.component__theme--dark .component-radio__item .component-radio__item--label div[data-v-01a4e4c4]{border:2px solid var(--1444b3e6)}.component-disabled[data-v-01a4e4c4]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-01a4e4c4]{opacity:.7;border-radius:inherit}.component-disabled .component.component__theme--light[data-v-01a4e4c4]{--disabled-color: var(--e60e51f2);color:var(--disabled-color)!important}.component-disabled .component.component__theme--dark[data-v-01a4e4c4]{--disabled-color: var(--f7e68d8e);color:var(--disabled-color)!important}.nb-wrapper[data-v-9de547d7]{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-9de547d7]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-9de547d7] *{margin:0;padding:0}.nb-reset[data-v-9de547d7] *,.nb-reset[data-v-9de547d7] *:before,.nb-reset[data-v-9de547d7] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-9de547d7]{margin:0;box-sizing:border-box;line-height:16px;font-family:Lato,sans-serif;font-family:var(--3da3c754);-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-9de547d7],.component.component-checkbox__item--display-inline[data-v-9de547d7]{display:flex;flex-wrap:wrap;gap:var(--a292c67c);width:auto;word-break:break-word;overflow-wrap:break-word;white-space:normal}.component.component-checkbox__item--display-block[data-v-9de547d7]{flex-direction:column}.component.component-checkbox__item--display-inline[data-v-9de547d7]{flex-direction:row}.component .component-checkbox__item[data-v-9de547d7]{position:relative}.component .component-checkbox__item .component-checkbox__item--input[data-v-9de547d7]{display:none}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-9de547d7]: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-9de547d7]{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-9de547d7]{font-size:1em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-9de547d7]{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-9de547d7]{font-size:1.2em}.component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div[data-v-9de547d7]: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(--af8fd636);border:0}.component .component-checkbox__item .component-checkbox__item--label[data-v-9de547d7]{display:flex;flex-direction:row;gap:var(--fae33e32);align-items:center}.component .component-checkbox__item .component-checkbox__item--label[data-v-9de547d7]:hover{cursor:pointer}.component .component-checkbox__item .component-checkbox__item--label[data-v-9de547d7]:focus{outline-offset:2px}.component .component-checkbox__item .component-checkbox__item--label div[data-v-9de547d7]{width:19px;height:19px;flex-shrink:0;text-shadow:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-radius:var(--af8fd636);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-9de547d7]{border-radius:50%!important}.component .component-checkbox__item .component-checkbox__item--label.custom-checkbox__input--type-circle div[data-v-9de547d7]: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-9de547d7]{border:2px solid var(--7136033f);color:var(--70c2fd36)}.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-9de547d7]{background:var(--16c426a4)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-9de547d7]{border:2px solid var(--5c748e17);color:var(--70c2fd36)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--70c2fd36);background:var(--70c2fd36)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label[data-v-9de547d7]{--disabled-color: var(--1f7212ea);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-9de547d7],.component.component__theme--light .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--70c2fd36)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--without-background[data-v-9de547d7]{border:2px solid var(--5c748e17);color:var(--5c748e17)}.component.component__theme--light .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--5c748e17);color:var(--30d23ab4)}.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-9de547d7]{border:2px solid var(--af0e089a);color:var(--ee5c3e4e)}.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-9de547d7]{background:var(--edaa5bd0)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--without-background[data-v-9de547d7]{border:2px solid var(--024f53ba);color:var(--ee5c3e4e)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--ee5c3e4e);background:var(--ee5c3e4e)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label[data-v-9de547d7]{--disabled-color: var(--494a1614);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-9de547d7],.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label:hover div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--ee5c3e4e)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--without-background[data-v-9de547d7]{border:2px solid var(--024f53ba);color:var(--024f53ba)}.component.component__theme--dark .component-checkbox__item .component-checkbox__item--label div.component-checkbox__item--with-background[data-v-9de547d7]{border:2px solid var(--024f53ba);color:var(--30d23ab4)}.component-disabled[data-v-9de547d7]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.component-disabled .component[data-v-9de547d7]{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-9de547d7]{border:2px solid var(--7136033f);color:var(--70c2fd36)}.component-disabled .component .component-checkbox__item .component-checkbox__item--input:checked+.component-checkbox__item--label div.component-checkbox__item--with-background[data-v-9de547d7]{background:var(--16c426a4)}.component-disabled .component.component__theme--light[data-v-9de547d7]{--disabled-color: var(--1f7212ea);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-9de547d7]{border:2px solid var(--7136033f);color:var(--70c2fd36)}.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-9de547d7]{background:var(--16c426a4)}.component-disabled .component.component__theme--dark[data-v-9de547d7]{--disabled-color: var(--494a1614);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-9de547d7]{border:2px solid var(--af0e089a);color:var(--ee5c3e4e)}.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-9de547d7]{background:var(--edaa5bd0)}.nb-wrapper[data-v-66f1b6ed]{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-66f1b6ed]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-66f1b6ed] *{margin:0;padding:0}.nb-reset[data-v-66f1b6ed] *,.nb-reset[data-v-66f1b6ed] *:before,.nb-reset[data-v-66f1b6ed] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-66f1b6ed]{box-sizing:border-box;line-height:1.42857143;font-family:var(--25f791c3);-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-66f1b6ed]{height:32.39px;max-height:32.39px}.component.component__sm .component__eye[data-v-66f1b6ed]{padding:5px 10px}.component.component__sm .component__input[data-v-66f1b6ed]{font-size:var(--3d5c00a6)}.component.component__sm .component__icon[data-v-66f1b6ed]{padding:5px 10px}.component.component__md[data-v-66f1b6ed]{height:48px;max-height:48px}.component.component__md .component__eye[data-v-66f1b6ed]{padding:10px}.component.component__md .component__input[data-v-66f1b6ed]{font-size:var(--3d5c00a6)}.component.component__md .component__icon[data-v-66f1b6ed]{padding:10px}.component.component__lg[data-v-66f1b6ed]{height:58px;max-height:58px}.component.component__lg .component__eye[data-v-66f1b6ed]{padding:17px 10px}.component.component__lg .component__input[data-v-66f1b6ed]{font-size:var(--3d5c00a6)}.component .component__eye[data-v-66f1b6ed],.component .component__icon[data-v-66f1b6ed]{color:var(--84e89398)}.component .component__input[data-v-66f1b6ed]{color:var(--84e89398);caret-color:var(--f2f5a786)}.component .component__input[data-v-66f1b6ed]::selection{background-color:var(--dc59d062);color:var(--006a87a7)}.component .component__input[data-v-66f1b6ed]::-moz-selection{background-color:var(--dc59d062);color:var(--006a87a7)}.component.component__theme--dark .component__eye[data-v-66f1b6ed]{color:var(--0d8a7f28)}.component.component__theme--dark .component__icon[data-v-66f1b6ed]{color:var(--fbddcb1a)}.component.component__theme--dark .component__input[data-v-66f1b6ed]{color:var(--0d8a7f28)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-66f1b6ed]{background-color:var(--3b2c30d3)}.component.component__theme--dark.component__input--disabled.component__input--background .component__eye[data-v-66f1b6ed]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__eye[data-v-66f1b6ed]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-66f1b6ed]{background-color:var(--3489fa7f)}.component.component__theme--dark.component__input--disabled.component__input--background .component__icon[data-v-66f1b6ed]:hover,.component.component__theme--dark.component__input--read-only.component__input--background .component__icon[data-v-66f1b6ed]:hover{cursor:not-allowed}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]{background-color:var(--7dd8fc90)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active{background-color:var(--7dd8fc90)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus{background-color:var(--7dd8fc90)}.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--dark.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--dark.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus{background-color:var(--7dd8fc90)}.component.component__theme--dark.component__input--disabled.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--disabled.component__input--line .component__icon[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--line .component__icon[data-v-66f1b6ed]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]{border-bottom:1px solid var(--3b2c30d3)}.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed]:active,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]:active{border-bottom:1px solid var(--3b2c30d3)}.component.component__theme--dark.component__input--disabled.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--disabled.component__input--border .component__icon[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--border .component__icon[data-v-66f1b6ed]{opacity:.2}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed],.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]{border:1px solid var(--3b2c30d3)}.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed]:active,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]:active{border:1px solid var(--3b2c30d3)}.component.component__theme--dark.component__input--background .component__eye[data-v-66f1b6ed]{background-color:var(--b903a192)}.component.component__theme--dark.component__input--background .component__eye.component__input--active[data-v-66f1b6ed]{background-color:var(--b82bd5c6)}.component.component__theme--dark.component__input--background .component__eye.component__input--no-active[data-v-66f1b6ed]{background-color:var(--b903a192)}.component.component__theme--dark.component__input--background .component__icon[data-v-66f1b6ed]{background-color:var(--ff8e3f30)}.component.component__theme--dark.component__input--background .component__icon[data-v-66f1b6ed]:hover{cursor:pointer}.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]{background-color:var(--a7168458)}.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:active{background-color:var(--2469a938)}.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--dark.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus{opacity:.5}.component.component__theme--dark.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--line .component__icon[data-v-66f1b6ed]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--line .component__input[data-v-66f1b6ed]{background-color:transparent;border:0;border-bottom:1px solid var(--b903a192)}.component.component__theme--dark.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--line .component__input[data-v-66f1b6ed]:active{background-color:transparent;border:0;border-bottom:1px solid var(--b82bd5c6)}.component.component__theme--dark.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--dark.component__input--border .component__icon[data-v-66f1b6ed]{background-color:transparent;opacity:1}.component.component__theme--dark.component__input--border .component__input[data-v-66f1b6ed]{background-color:transparent;border:1px solid var(--b903a192)}.component.component__theme--dark.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--dark.component__input--border .component__input[data-v-66f1b6ed]:active{background-color:transparent;border:1px solid var(--b82bd5c6)}.component.component__theme--light .component__eye[data-v-66f1b6ed]{color:var(--84e89398)}.component.component__theme--light .component__icon[data-v-66f1b6ed]{color:var(--4f809d0d)}.component.component__theme--light .component__input[data-v-66f1b6ed]{color:var(--84e89398)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-66f1b6ed]{background-color:var(--737f3c0b)}.component.component__theme--light.component__input--disabled.component__input--background .component__eye[data-v-66f1b6ed]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__eye[data-v-66f1b6ed]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-66f1b6ed]{background-color:var(--a160bcce)}.component.component__theme--light.component__input--disabled.component__input--background .component__icon[data-v-66f1b6ed]:hover,.component.component__theme--light.component__input--read-only.component__input--background .component__icon[data-v-66f1b6ed]:hover{cursor:not-allowed}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]{background-color:var(--9811fd00)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active{background-color:var(--9811fd00)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus{background-color:var(--9811fd00)}.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--light.component__input--disabled.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--light.component__input--read-only.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus{background-color:var(--9811fd00)}.component.component__theme--light.component__input--disabled.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--disabled.component__input--line .component__icon[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--line .component__icon[data-v-66f1b6ed]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]{border-bottom:1px solid var(--737f3c0b)}.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--disabled.component__input--line .component__input[data-v-66f1b6ed]:active,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--read-only.component__input--line .component__input[data-v-66f1b6ed]:active{border-bottom:1px solid var(--737f3c0b)}.component.component__theme--light.component__input--disabled.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--disabled.component__input--border .component__icon[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--border .component__icon[data-v-66f1b6ed]{opacity:.2}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed],.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]{border:1px solid var(--737f3c0b)}.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--disabled.component__input--border .component__input[data-v-66f1b6ed]:active,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--read-only.component__input--border .component__input[data-v-66f1b6ed]:active{border:1px solid var(--737f3c0b)}.component.component__theme--light.component__input--background .component__eye[data-v-66f1b6ed]{background-color:var(--694bf26f)}.component.component__theme--light.component__input--background .component__eye.component__input--active[data-v-66f1b6ed]{background-color:var(--0d768e55)}.component.component__theme--light.component__input--background .component__eye.component__input--no-active[data-v-66f1b6ed]{background-color:var(--694bf26f)}.component.component__theme--light.component__input--background .component__icon[data-v-66f1b6ed]{background-color:var(--ff8e3f30)}.component.component__theme--light.component__input--background .component__icon[data-v-66f1b6ed]:hover{cursor:pointer}.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]{background-color:var(--6a98859c)}.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:active{background-color:var(--7735009c)}.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:focus::placeholder:focus,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]:active::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]::placeholder,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]::placeholder:active,.component.component__theme--light.component__input--background .component__input[data-v-66f1b6ed]::placeholder:focus{opacity:.5}.component.component__theme--light.component__input--line .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--line .component__icon[data-v-66f1b6ed]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--line .component__input[data-v-66f1b6ed]{background-color:transparent;border:0;border-bottom:1px solid var(--694bf26f)}.component.component__theme--light.component__input--line .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--line .component__input[data-v-66f1b6ed]:active{background-color:transparent;border:0;border-bottom:1px solid var(--0d768e55)}.component.component__theme--light.component__input--border .component__eye[data-v-66f1b6ed],.component.component__theme--light.component__input--border .component__icon[data-v-66f1b6ed]{background-color:transparent;opacity:1}.component.component__theme--light.component__input--border .component__input[data-v-66f1b6ed]{background-color:transparent;border:1px solid var(--694bf26f)}.component.component__theme--light.component__input--border .component__input[data-v-66f1b6ed]:focus,.component.component__theme--light.component__input--border .component__input[data-v-66f1b6ed]:active{background-color:transparent;border:1px solid var(--0d768e55)}.component.component__input--read-only .component__input[data-v-66f1b6ed]{filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55}.component.component__input--read-only .component__input[data-v-66f1b6ed]:focus,.component.component__input--read-only .component__input[data-v-66f1b6ed]:active,.component.component__input--read-only .component__input[data-v-66f1b6ed]:hover{cursor:not-allowed}.component .component__eye[data-v-66f1b6ed]{position:absolute;top:0;bottom:0;right:0;padding:1px 10px;margin:2px 2px 2px 0;z-index:1}.component .component__eye[data-v-66f1b6ed]:hover{cursor:pointer}.component .component__icon[data-v-66f1b6ed]{position:absolute;width:var(--b7e1fae0);top:0;bottom:0;padding:var(--5c5f065b);margin:var(--67536bb8);border-radius:var(--ec1de058);z-index:1;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:var(--ab1b6c12)}.component .component__icon.component__icon--left[data-v-66f1b6ed]{right:auto;left:0}.component .component__icon.component__icon--right[data-v-66f1b6ed]{right:0;left:auto}.component .component__icon[data-v-66f1b6ed]:hover{cursor:pointer}.component .component__input[data-v-66f1b6ed]{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(--4cd94e38);padding:var(--362fd65b)}.component .component__input[data-v-66f1b6ed]:focus,.component .component__input[data-v-66f1b6ed]:active{border:0}.component .component__input.component__input__eye-default--hidden[data-v-66f1b6ed]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.component .component__input.component__input__eye-default--hidden[data-v-66f1b6ed]::-ms-reveal,.component .component__input.component__input__eye-default--hidden[data-v-66f1b6ed]::-ms-clear{display:none;width:0;height:0}.component .component__input.component__input__eye-default--hidden[data-v-66f1b6ed]::-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-66f1b6ed]::-moz-textfield-decoration-container{display:none!important}.component .component__input.component__input--active--italic[data-v-66f1b6ed]:focus,.component .component__input.component__input--active--italic[data-v-66f1b6ed]:active{font-style:italic}.component .component__input.component__input--active--oblique[data-v-66f1b6ed]:focus,.component .component__input.component__input--active--oblique[data-v-66f1b6ed]:active{font-style:oblique}.component .component__input.component__input--active--normal[data-v-66f1b6ed]:focus,.component .component__input.component__input--active--normal[data-v-66f1b6ed]:active{font-style:normal}.component .component__input.component__input--uppercase[data-v-66f1b6ed]{text-transform:uppercase}.component .component__input.component__input--uppercase[data-v-66f1b6ed]::placeholder{text-transform:none}.component__message.component__message--default[data-v-66f1b6ed]{font-family:var(--6587d678);font-size:var(--7d815303);font-weight:var(--e9061d28);color:var(--4faa4b74);padding-left:2px;margin-top:2px}.component-disabled[data-v-66f1b6ed]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#fff;opacity:.8}.component-disabled .component[data-v-66f1b6ed]{--disabled-button-color: var(--48298054);--disabled-color: var(--8fff680e);background-color:var(--disabled-button-color)!important;color:var(--disabled-color)!important;border-radius:inherit}.component-disabled .component .component__eye[data-v-66f1b6ed]{background-color:#f155744d}.component-disabled .component .component__eye[data-v-66f1b6ed]:hover{cursor:not-allowed}.component-disabled .component .component__input[data-v-66f1b6ed]:focus,.component-disabled .component .component__input[data-v-66f1b6ed]:active{background-color:#f15574}.nb-wrapper[data-v-c52ee364]{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-c52ee364]{font-family:Lato,sans-serif;font-style:normal;font-weight:light;line-height:1.42857143}.nb-reset[data-v-c52ee364] *{margin:0;padding:0}.nb-reset[data-v-c52ee364] *,.nb-reset[data-v-c52ee364] *:before,.nb-reset[data-v-c52ee364] *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.component[data-v-c52ee364]{margin:0;padding:0;box-sizing:border-box;line-height:1.42857143;font-family:var(--9f3dabd4);-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(--99630b2e);overflow:hidden}.component.component__theme--light[data-v-c52ee364]{color:var(--28fd42c7)}.component.component__theme--light.component__input--background[data-v-c52ee364]{background-color:var(--301a1aef);border:0}.component.component__theme--light.component__input--line[data-v-c52ee364]{background-color:transparent;border:0;border-bottom:1px solid var(--0344bae8)}.component.component__theme--light.component__input--border[data-v-c52ee364]{background-color:transparent;border:1px solid var(--0344bae8)}.component.component__theme--light .chips .chip[data-v-c52ee364]{background-color:var(--440e2083);color:var(--1006335b)}.component.component__theme--light .chips .chip .chip-remove[data-v-c52ee364]{color:var(--0db24924)}.component.component__theme--light .chips-input[data-v-c52ee364]{color:var(--28fd42c7)}.component.component__theme--dark[data-v-c52ee364]{color:var(--3828550e)}.component.component__theme--dark.component__input--background[data-v-c52ee364]{background-color:var(--aadc9bbe);border:0}.component.component__theme--dark.component__input--line[data-v-c52ee364]{background-color:transparent;border:0;border-bottom:1px solid var(--864d2dcc)}.component.component__theme--dark.component__input--border[data-v-c52ee364]{background-color:transparent;border:1px solid var(--864d2dcc)}.component.component__theme--dark .chips .chip[data-v-c52ee364]{background-color:var(--04ba6296);color:var(--91afc5e6)}.component.component__theme--dark .chips .chip .chip-remove[data-v-c52ee364]{color:var(--74008e56)}.component.component__theme--dark .chips-input[data-v-c52ee364]{color:var(--3828550e)}.component.component__input--line[data-v-c52ee364]:focus-within{border-bottom:1px solid var(--5c923ad0)}.component.component__input--line.component__theme--dark[data-v-c52ee364]:focus-within{border-bottom:1px solid var(--7fe6c844)}.component.component__input--border[data-v-c52ee364]:focus-within{border:1px solid var(--5c923ad0)}.component.component__input--border.component__theme--dark[data-v-c52ee364]:focus-within{border:1px solid var(--7fe6c844)}.component .chips[data-v-c52ee364]{text-align:left;overflow:hidden;display:flex;flex-wrap:wrap}.component .chips .chip[data-v-c52ee364]{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-c52ee364]{cursor:pointer;font-weight:700}.component .chips-input[data-v-c52ee364]{border:none;outline:none;flex:1;min-width:100px;margin:5px;font-size:14px;background-color:transparent;caret-color:var(--ed759bec)}.component .chips-input[data-v-c52ee364]::selection{background-color:var(--6018cfdc);color:var(--54227074)}.component .chips-input[data-v-c52ee364]::-moz-selection{background-color:var(--6018cfdc);color:var(--54227074)}.component .chips-input.component__text--italic[data-v-c52ee364]{font-style:italic}.component .chips-input.component__text--oblique[data-v-c52ee364]{font-style:oblique}.component .chips-input.component__text--normal[data-v-c52ee364]{font-style:normal}.component-disabled[data-v-c52ee364]{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.8}.component-disabled .component[data-v-c52ee364]{--disabled-button-color: var(--c52b97b2);--disabled-color: var(--2371d88c);border-radius:inherit}.component-disabled .component.component__theme--light.component__input--background[data-v-c52ee364]{background-color:var(--4f4393d3)!important}.component-disabled .component.component__theme--light.component__input--line[data-v-c52ee364]{border-bottom:1px solid var(--0d7f21cc)!important}.component-disabled .component.component__theme--light.component__input--border[data-v-c52ee364]{border:1px solid var(--0d7f21cc)!important}.component-disabled .component.component__theme--dark.component__input--background[data-v-c52ee364]{background-color:var(--94dc4df6)!important}.component-disabled .component.component__theme--dark.component__input--line[data-v-c52ee364]{border-bottom:1px solid var(--6be37dfe)!important}.component-disabled .component.component__theme--dark.component__input--border[data-v-c52ee364]{border:1px solid var(--6be37dfe)!important}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vlalg-nimbus/nb-inputs",
3
3
  "description": "Input components for Vuejs 3",
4
- "version": "7.0.2",
4
+ "version": "7.0.3",
5
5
  "type": "module",
6
6
  "main": "./dist/nb-inputs.umd.js",
7
7
  "module": "./dist/nb-inputs.js",