You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
9.6 KiB
1 line
9.6 KiB
|
1 year ago
|
(self["webpackChunkuview2_0_cli"]=self["webpackChunkuview2_0_cli"]||[]).push([[7900],{35397:function(t,o,e){var n=e(91340);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var i=e(56).Z;i("522838eb",n,!0,{sourceMap:!1,shadowMode:!1})},88888:function(t,o,e){var n=e(32489);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var i=e(56).Z;i("63c2130b",n,!0,{sourceMap:!1,shadowMode:!1})},81009:function(t,o,e){var n=e(42422);n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.id,n,""]]),n.locals&&(t.exports=n.locals);var i=e(56).Z;i("2be7183f",n,!0,{sourceMap:!1,shadowMode:!1})},12682:function(t,o,e){"use strict";e.d(o,{Z:function(){return c}});var n,i={uTransition:e(46800).Z},u=function(){var t=this,o=t.$createElement,e=t._self._c||o;return e("u-transition",{attrs:{show:t.show,"custom-class":"u-overlay",duration:t.duration,"custom-style":t.overlayStyle},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.clickHandler.apply(void 0,arguments)}}},[t._t("default")],2)},r=[],s=(e(9653),{props:{show:{type:Boolean,default:uni.$u.props.overlay.show},zIndex:{type:[String,Number],default:uni.$u.props.overlay.zIndex},duration:{type:[String,Number],default:uni.$u.props.overlay.duration},opacity:{type:[String,Number],default:uni.$u.props.overlay.opacity}}}),a={name:"u-overlay",mixins:[uni.$u.mpMixin,uni.$u.mixin,s],computed:{overlayStyle:function(){var t={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":"rgba(0, 0, 0, ".concat(this.opacity,")")};return uni.$u.deepMerge(t,uni.$u.addStyle(this.customStyle))}},methods:{clickHandler:function(){this.$emit("click")}}},p=a,l=(e(35397),e(69453)),d=(0,l.Z)(p,u,r,!1,null,"ed62b646",null,!1,i,n),c=d.exports},64606:function(t,o,e){"use strict";e.d(o,{Z:function(){return c}});var n,i={uOverlay:e(12682).Z,uTransition:e(46800).Z,uStatusBar:e(94898).Z,uIcon:e(38275).Z,uSafeBottom:e(93809).Z},u=function(){var t=this,o=t.$createElement,e=t._self._c||o;return e("v-uni-view",{staticClass:"u-popup"},[t.overlay?e("u-overlay",{attrs:{show:t.show,duration:t.overlayDuration,customStyle:t.overlayStyle,opacity:t.overlayOpacity},on:{click:function(o){arguments[0]=o=t.$handleEvent(o),t.overlayClick.apply(void 0,arguments)}}}):t._e(),e("u-transition",{attrs:{show:t.show,customStyle:t.transitionStyle,mode:t.position,duration:t.duration},on:{afterEnter:function(o){arguments[0]=o=t.$handleEvent(o),t.afterEnter.apply(void 0,arguments)},click:function(o){arguments[0]=o=t.$handleEvent(o),t.clickHandler.apply(void 0,arguments)}}},[e("v-uni-view",{staticClass:"u-popup__content",style:[t.contentStyle],on:{click:function(o){o.stopPropagation(),arguments[0]=o=t.$handleEvent(o),t.noop.apply(void 0,arguments)}}},[t.safeAreaInsetTop?e("u-status-bar"):t._e(),t._t("default"),t.closeable?e("v-uni-view",{staticClass:"u-popup__content__close",class:["u-popup__content__close--"+t.closeIconPos],attrs:{"hover-class":"u-popup__content__close--hover","hover-stay-time":"150"},on:{click:function(o){o.stopPropagation(),arguments[0]=o=t.$handleEvent(o),t.close.apply(void 0,arguments)}}},[e("u-icon",{attrs:{name:"close",color:"#909399",size:"18",bold:!0}})],1):t._e(),t.safeAreaInsetBottom?e("u-safe-bottom"):t._e()],2)],1)],1)},r=[],s=(e(9653),{props:{show:{type:Boolean,default:uni.$u.props.popup.show},overlay:{type:Boolean,default:uni.$u.props.popup.overlay},mode:{type:String,default:uni.$u.props.popup.mode},duration:{type:[String,Number],default:uni.$u.props.popup.duration},closeable:{type:Boolean,default:uni.$u.props.popup.closeable},overlayStyle:{type:[Object,String],default:uni.$u.props.popup.overlayStyle},closeOnClickOverlay:{type:Boolean,default:uni.$u.props.popup.closeOnClickOverlay},zIndex:{type:[String,Number],default:uni.$u.props.popup.zIndex},safeAreaInsetBottom:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetBottom},safeAreaInsetTop:{type:Boolean,default:uni.$u.props.popup.safeAreaInsetTop},closeIconPos:{type:String,default:uni.$u.props.popup.closeIconPos},round:{type:[Boolean,String,Numbe
|