mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
29 lines
2 KiB
JavaScript
29 lines
2 KiB
JavaScript
import{o as x,p as C,u as _,v as u,w as l,x as R}from"../entries/src_pages_Home.page.16dc467b.js";import{i as B}from"./chunk-26a03a7a.js";import{d as y,c as a,h as d}from"./chunk-449c23a2.js";const L=x("input-group-label",`
|
|
position: relative;
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
box-sizing: border-box;
|
|
padding: 0 12px;
|
|
display: inline-block;
|
|
border-radius: var(--n-border-radius);
|
|
background-color: var(--n-group-label-color);
|
|
color: var(--n-group-label-text-color);
|
|
font-size: var(--n-font-size);
|
|
line-height: var(--n-height);
|
|
height: var(--n-height);
|
|
flex-shrink: 0;
|
|
white-space: nowrap;
|
|
transition:
|
|
color .3s var(--n-bezier),
|
|
background-color .3s var(--n-bezier),
|
|
box-shadow .3s var(--n-bezier);
|
|
`,[C("border",`
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
border-radius: inherit;
|
|
border: var(--n-group-label-border);
|
|
transition: border-color .3s var(--n-bezier);
|
|
`)]),k=Object.assign(Object.assign({},u.props),{size:{type:String,default:"medium"},bordered:{type:Boolean,default:void 0}}),I=y({name:"InputGroupLabel",props:k,setup(e){const{mergedBorderedRef:i,mergedClsPrefixRef:r,inlineThemeDisabled:n}=_(e),b=u("Input","-input-group-label",L,B,e,r),s=a(()=>{const{size:t}=e,{common:{cubicBezierEaseInOut:c},self:{groupLabelColor:p,borderRadius:g,groupLabelTextColor:h,lineHeight:m,groupLabelBorder:f,[l("fontSize",t)]:v,[l("height",t)]:z}}=b.value;return{"--n-bezier":c,"--n-group-label-color":p,"--n-group-label-border":f,"--n-border-radius":g,"--n-group-label-text-color":h,"--n-font-size":v,"--n-line-height":m,"--n-height":z}}),o=n?R("input-group-label",a(()=>e.size[0]),s,e):void 0;return{mergedClsPrefix:r,mergedBordered:i,cssVars:n?void 0:s,themeClass:o?.themeClass,onRender:o?.onRender}},render(){var e,i,r;const{mergedClsPrefix:n}=this;return(e=this.onRender)===null||e===void 0||e.call(this),d("div",{class:[`${n}-input-group-label`,this.themeClass],style:this.cssVars},(r=(i=this.$slots).default)===null||r===void 0?void 0:r.call(i),this.mergedBordered?d("div",{class:`${n}-input-group-label__border`}):null)}});export{I as _};
|