index-legacy.291b694d.js 1.2 KB

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