1 |
- System.register(["./index-legacy-e6be1dcb.js","./index-legacy-cdd7affc.js"],(function(t,e){"use strict";var o,i,s,d,n,a,c;return{setters:[t=>{o=t.d,i=t.x,s=t.r,d=t.y,n=t.w,a=t.a},t=>{c=t.d}],execute:function(){var e=document.createElement("style");e.textContent="._sticky_4d2w6_1{position:sticky;top:0;z-index:99}._white_4d2w6_6{background-color:#fff}._white_4d2w6_6>div{padding-top:.4rem;box-shadow:0 0 .26667rem rgba(216,216,216,.5)}\n",document.head.appendChild(e);const f="_sticky_4d2w6_1";t("M",o({name:"m-sticky",props:{position:{type:String,default:"top"},mode:{type:String,default:"fixed"},offsetTop:{type:String,default:"0px"},offsetBottom:{default:"0px"},varName:{type:String,default:"--header-height"}},emits:["barHeight"],setup(t,{slots:e,emit:o,expose:h}){const l=i({divStyle:{},heightV:0,sectionStyle:{width:"100%",height:"auto",left:"0"}}),r=e=>{l.sectionStyle.height=`${e}px`,l.heightV=e,document.documentElement.style.setProperty(t.varName,`${e}px`),o("barHeight",e)},y=s(),p=s();return d((()=>{"top"===t.position?l.divStyle.top=t.offsetTop||"0px":l.divStyle.bottom=t.offsetBottom||"0px";try{c(y.value,(t=>{const e=t[0],{height:o}=e.contentRect;Math.abs(o-l.heightV)>1&&setTimeout((()=>{r(o)}),10)}))}catch(e){}})),n((()=>t.offsetTop),(()=>{l.divStyle.top=t.offsetTop})),n((()=>t.offsetBottom),(()=>{l.divStyle.bottom=t.offsetBottom})),h({onChnageHeight:()=>{try{c(p.value,(t=>{const e=t[0],{height:o}=e.contentRect;Math.abs(o-l.heightV)>1&&setTimeout((()=>{r(o)}),10)}))}catch(t){}}}),()=>a("div",{style:[l.sectionStyle],class:"sticky"===t.mode&&f},[a("div",{ref:y,class:["van-sticky","fixed"===t.mode?"van-sticky--fixed":""],style:[l.divStyle,l.sectionStyle]},[a("div",{ref:p},[e.default&&e.default()])])])}}))}}}));
|