1 |
- import{t as E,u as k,d as P,C as N,W as T,c as b,w as O,x as V,N as B,E as I,R as x,G as z,D as _,b6 as D,Z as $,aX as H,_ as M,aI as j,am as A,v as G,ac as K,ay as W}from"./index.f2940478.js";import{c as w,C as X}from"./index.d77afd61.js";const[L,Y]=E("collapse"),S=Symbol(L),Z={border:k,accordion:Boolean,modelValue:{type:[String,Number,Array],default:""}};function q(a,o){return o&&Array.isArray(a)?(console.error('[Vant] Collapse: "v-model" should not be Array in accordion mode'),!1):!o&&!Array.isArray(a)?(console.error('[Vant] Collapse: "v-model" should be Array in non-accordion mode'),!1):!0}var F=P({name:L,props:Z,emits:["change","update:modelValue"],setup(a,{emit:o,slots:l}){const{linkChildren:v,children:m}=N(S),d=e=>{o("change",e),o("update:modelValue",e)},p=(e,t)=>{const{accordion:r,modelValue:u}=a;d(r?e===u?"":e:t?u.concat(e):u.filter(h=>h!==e))},s=(e={})=>{if(a.accordion)return;typeof e=="boolean"&&(e={expanded:e});const{expanded:t,skipDisabled:r}=e,h=m.filter(c=>c.disabled&&r?c.expanded.value:t!=null?t:!c.expanded.value).map(c=>c.itemName.value);d(h)},i=e=>{const{accordion:t,modelValue:r}=a;return q(r,t)?t?r===e:r.includes(e):!1};return T({toggleAll:s}),v({toggle:p,isExpanded:i}),()=>{var e;return b("div",{class:[Y(),{[O]:a.border}]},[(e=l.default)==null?void 0:e.call(l)])}}});const le=V(F),[J,C]=E("collapse-item"),Q=["icon","title","value","label","right-icon"],U=B({},w,{name:I,isLink:k,disabled:Boolean,readonly:Boolean,lazyRender:k});var ee=P({name:J,props:U,setup(a,{slots:o}){const l=x(),v=x(),{parent:m,index:d}=z(S);if(!m){console.error("[Vant] <CollapseItem> must be a child component of <Collapse>.");return}const p=_(()=>{var n;return(n=a.name)!=null?n:d.value}),s=_(()=>m.isExpanded(p.value)),i=x(s.value),e=D(()=>i.value||!a.lazyRender),t=()=>{s.value?l.value&&(l.value.style.height=""):i.value=!1};$(s,(n,y)=>{if(y===null)return;n&&(i.value=!0),(n?M:j)(()=>{if(!v.value||!l.value)return;const{offsetHeight:f}=v.value;if(f){const R=`${f}px`;l.value.style.height=n?"0":R,H(()=>{l.value&&(l.value.style.height=n?R:"0")})}else t()})});const r=(n=!s.value)=>{m.toggle(p.value,n)},u=()=>{!a.disabled&&!a.readonly&&r()},h=()=>{const{border:n,disabled:y,readonly:g}=a,f=A(a,Object.keys(w));return g&&(f.isLink=!1),(y||g)&&(f.clickable=!1),b(X,G({role:"button",class:C("title",{disabled:y,expanded:s.value,borderless:!n}),"aria-expanded":String(s.value),onClick:u},f),A(o,Q))},c=e(()=>{var n;return K(b("div",{ref:l,class:C("wrapper"),onTransitionend:t},[b("div",{ref:v,class:C("content")},[(n=o.default)==null?void 0:n.call(o)])]),[[W,i.value]])});return T({toggle:r,expanded:s,itemName:p}),()=>b("div",{class:[C({border:d.value&&a.border})]},[h(),c()])}});const te=V(ee);export{le as C,te as a};
|