1 |
- System.register(["./index-legacy.8fb17c63.js","./index-legacy.8724ec7b.js"],(function(e){"use strict";var t,o,n,s,a;return{setters:[function(e){t=e.A},function(e){o=e.d,n=e.r,s=e.Z,a=e.c}],execute:function(){e("O",o({name:"o-action-sheet",props:{show:{type:Boolean,default:!1},actions:{type:Array,required:!0,default:()=>[]},cancelText:{type:String,default:"取消"},teleport:{type:[String,Element],default:""}},emits:["update:show","select"],setup(e,{emit:o}){const c=n({oPopover:e.show});return s((()=>c.oPopover),(()=>{o("update:show",c.oPopover)})),s((()=>e.show),(()=>{c.oPopover=e.show})),()=>a(t,{show:c.oPopover,"onUpdate:show":e=>c.oPopover=e,teleport:e.teleport},{default:()=>[a("div",{class:["van-sheet_content van-hairline--bottom"]},[e.actions.map((e=>a("div",{class:["van-sheet-item",e.selected&&"van-sheet-item-active"],onClick:()=>(e=>{o("select",e),o("update:show",!1)})(e)},[e.name])))]),a("button",{type:"button",class:"van-action-sheet__cancel van-action-sheet_bottom__cancel",onClick:()=>o("update:show",!1)},[e.cancelText])]})}}))}}}));
|