1 line
2.9 KiB
JavaScript
1 line
2.9 KiB
JavaScript
|
|
var o={transitionDuration:"{transition.duration}"},r={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},e={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",borderColor:"{treetable.border.color}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",gap:"0.5rem",padding:"0.75rem 1rem",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},t={fontWeight:"600"},c={background:"{content.background}",hoverBackground:"{content.hover.background}",selectedBackground:"{highlight.background}",color:"{content.color}",hoverColor:"{content.hover.color}",selectedColor:"{highlight.color}",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"-1px",shadow:"{focus.ring.shadow}"}},n={borderColor:"{treetable.border.color}",padding:"0.75rem 1rem",gap:"0.5rem"},l={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",padding:"0.75rem 1rem"},d={fontWeight:"600"},a={background:"{content.background}",borderColor:"{treetable.border.color}",color:"{content.color}",borderWidth:"0 0 1px 0",padding:"0.75rem 1rem"},i={width:"0.5rem"},g={width:"1px",color:"{primary.color}"},s={color:"{text.muted.color}",hoverColor:"{text.hover.muted.color}",size:"0.875rem"},u={size:"2rem"},b={hoverBackground:"{content.hover.background}",selectedHoverBackground:"{content.background}",color:"{text.muted.color}",hoverColor:"{text.color}",selectedHoverColor:"{primary.color}",size:"1.75rem",borderRadius:"50%",focusRing:{width:"{focus.ring.width}",style:"{focus.ring.style}",color:"{focus.ring.color}",offset:"{focus.ring.offset}",shadow:"{focus.ring.shadow}"}},h={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},m={borderColor:"{content.border.color}",borderWidth:"0 0 1px 0"},f={light:{root:{borderColor:"{content.border.color}"},bodyCell:{selectedBorderColor:"{primary.100}"}},dark:{root:{borderColor:"{surface.800}"},bodyCell:{selectedBorderColor:"{primary.900}"}}},css="\n .p-treetable-mask.p-overlay-mask {\n --px-mask-background: light-dark(rgba(255,255,255,0.5),rgba(0,0,0,0.3));\n }\n",k={root:o,header:r,headerCell:e,columnTitle:t,row:c,bodyCell:n,footerCell:l,columnFooter:d,footer:a,columnResizer:i,resizeIndicator:g,sortIcon:s,loadingIcon:u,nodeToggleButton:b,paginatorTop:h,paginatorBottom:m,colorScheme:f,css:css};export{n as bodyCell,f as colorScheme,d as columnFooter,i as columnResizer,t as columnTitle,css,k as default,a as footer,l as footerCell,r as header,e as headerCell,u as loadingIcon,b as nodeToggleButton,m as paginatorBottom,h as paginatorTop,g as resizeIndicator,o as root,c as row,s as sortIcon};//# sourceMappingURL=index.mjs.map
|