index.99e0cf1f.js 5.1 KB

1
  1. import{t as K,v as E,z as L,w as D,d as U,R as Z,r as j,aq as re,x as ve,y as d,W as F,Z as $,aN as fe,at as de,b0 as he,$ as G,aO as ge,aP as we,b1 as me,ab as be,a0 as ye,c as A,aA as q,_ as J,a4 as Se,aV as I,aZ as R,D as Q,C as xe}from"./index.5f7ffb46.js";const[ee,M]=K("swipe"),pe={loop:E,width:L,height:L,vertical:Boolean,autoplay:D(0),duration:D(500),touchable:E,lazyRender:Boolean,initialSwipe:D(0),indicatorColor:String,showIndicators:E,stopPropagation:E},te=Symbol(ee);var Te=U({name:ee,props:pe,emits:["change","dragStart","dragEnd"],setup(a,{emit:y,slots:g}){const u=Z(),h=Z(),t=j({rect:null,width:0,height:0,offset:0,active:0,swiping:!1});let S=!1;const r=re(),{children:w,linkChildren:s}=ve(te),i=d(()=>w.length),o=d(()=>t[a.vertical?"height":"width"]),v=d(()=>a.vertical?r.deltaY.value:r.deltaX.value),b=d(()=>t.rect?(a.vertical?t.rect.height:t.rect.width)-o.value*i.value:0),O=d(()=>o.value?Math.ceil(Math.abs(b.value)/o.value):i.value),_=d(()=>i.value*o.value),x=d(()=>(t.active+i.value)%i.value),B=d(()=>{const e=a.vertical?"vertical":"horizontal";return r.direction.value===e}),ae=d(()=>{const e={transitionDuration:`${t.swiping?0:a.duration}ms`,transform:`translate${a.vertical?"Y":"X"}(${t.offset}px)`};if(o.value){const l=a.vertical?"height":"width",n=a.vertical?"width":"height";e[l]=`${_.value}px`,e[n]=a[n]?`${a[n]}px`:""}return e}),ie=e=>{const{active:l}=t;return e?a.loop?R(l+e,-1,i.value):R(l+e,0,O.value):l},Y=(e,l=0)=>{let n=e*o.value;a.loop||(n=Math.min(n,-b.value));let f=l-n;return a.loop||(f=R(f,b.value,0)),f},m=({pace:e=0,offset:l=0,emitChange:n})=>{if(i.value<=1)return;const{active:f}=t,c=ie(e),C=Y(c,l);if(a.loop){if(w[0]&&C!==b.value){const k=C<b.value;w[0].setOffset(k?_.value:0)}if(w[i.value-1]&&C!==0){const k=C>0;w[i.value-1].setOffset(k?-_.value:0)}}t.active=c,t.offset=C,n&&c!==f&&y("change",x.value)},z=()=>{t.swiping=!0,t.active<=-1?m({pace:i.value}):t.active>=i.value&&m({pace:-i.value})},ne=()=>{z(),r.reset(),I(()=>{t.swiping=!1,m({pace:-1,emitChange:!0})})},N=()=>{z(),r.reset(),I(()=>{t.swiping=!1,m({pace:1,emitChange:!0})})};let V;const T=()=>clearTimeout(V),P=()=>{T(),+a.autoplay>0&&i.value>1&&(V=setTimeout(()=>{N(),P()},+a.autoplay))},p=(e=+a.initialSwipe)=>{if(!u.value)return;const l=()=>{var n,f;if(!q(u)){const c={width:u.value.offsetWidth,height:u.value.offsetHeight};t.rect=c,t.width=+((n=a.width)!=null?n:c.width),t.height=+((f=a.height)!=null?f:c.height)}i.value&&(e=Math.min(i.value-1,e),e===-1&&(e=i.value-1)),t.active=e,t.swiping=!0,t.offset=Y(e),w.forEach(c=>{c.setOffset(0)}),P()};q(u)?J().then(l):l()},W=()=>p(t.active);let X;const le=e=>{!a.touchable||e.touches.length>1||(r.start(e),S=!1,X=Date.now(),T(),z())},oe=e=>{a.touchable&&t.swiping&&(r.move(e),B.value&&(!a.loop&&(t.active===0&&v.value>0||t.active===i.value-1&&v.value<0)||(Se(e,a.stopPropagation),m({offset:v.value}),S||(y("dragStart",{index:x.value}),S=!0))))},H=()=>{if(!a.touchable||!t.swiping)return;const e=Date.now()-X,l=v.value/e;if((Math.abs(l)>.25||Math.abs(v.value)>o.value/2)&&B.value){const f=a.vertical?r.offsetY.value:r.offsetX.value;let c=0;a.loop?c=f>0?v.value>0?-1:1:0:c=-Math[v.value>0?"ceil":"floor"](v.value/o.value),m({pace:c,emitChange:!0})}else v.value&&m({pace:0});S=!1,t.swiping=!1,y("dragEnd",{index:x.value}),P()},se=(e,l={})=>{z(),r.reset(),I(()=>{let n;a.loop&&e===i.value?n=t.active===0?0:e:n=e%i.value,l.immediate?I(()=>{t.swiping=!1}):t.swiping=!1,m({pace:n-t.active,emitChange:!0})})},ce=(e,l)=>{const n=l===x.value,f=n?{backgroundColor:a.indicatorColor}:void 0;return A("i",{style:f,class:M("indicator",{active:n})},null)},ue=()=>{if(g.indicator)return g.indicator({active:x.value,total:i.value});if(a.showIndicators&&i.value>1)return A("div",{class:M("indicators",{vertical:a.vertical})},[Array(i.value).fill("").map(ce)])};return F({prev:ne,next:N,state:t,resize:W,swipeTo:se}),s({size:o,props:a,count:i,activeIndicator:x}),$(()=>a.initialSwipe,e=>p(+e)),$(i,()=>p(t.active)),$(()=>a.autoplay,P),$([fe,de,()=>a.width,()=>a.height],W),$(he(),e=>{e==="visible"?P():T()}),G(p),ge(()=>p(t.active)),we(()=>p(t.active)),me(T),be(T),ye("touchmove",oe,{target:h}),()=>{var e;return A("div",{ref:u,class:M()},[A("div",{ref:h,style:ae.value,class:M("track",{vertical:a.vertical}),onTouchstartPassive:le,onTouchend:H,onTouchcancel:H},[(e=g.default)==null?void 0:e.call(g)]),ue()])}}});const ze=Q(Te),[Pe,Ce]=K("swipe-item");var $e=U({name:Pe,setup(a,{slots:y}){let g;const u=j({offset:0,inited:!1,mounted:!1}),{parent:h,index:t}=xe(te);if(!h){console.error("[Vant] <SwipeItem> must be a child component of <Swipe>.");return}const S=d(()=>{const s={},{vertical:i}=h.props;return h.size.value&&(s[i?"height":"width"]=`${h.size.value}px`),u.offset&&(s.transform=`translate${i?"Y":"X"}(${u.offset}px)`),s}),r=d(()=>{const{loop:s,lazyRender:i}=h.props;if(!i||g)return!0;if(!u.mounted)return!1;const o=h.activeIndicator.value,v=h.count.value-1,b=o===0&&s?v:o-1,O=o===v&&s?0:o+1;return g=t.value===o||t.value===b||t.value===O,g}),w=s=>{u.offset=s};return G(()=>{J(()=>{u.mounted=!0})}),F({setOffset:w}),()=>{var s;return A("div",{class:Ce(),style:S.value},[r.value?(s=y.default)==null?void 0:s.call(y):null])}}});const Ee=Q($e);export{ze as S,Ee as a};