12 |
- "use strict";const e=require("../../libs/config/props.js"),o={props:{show:{type:Boolean,default:()=>e.defProps.popup.show},overlay:{type:Boolean,default:()=>e.defProps.popup.overlay},mode:{type:String,default:()=>e.defProps.popup.mode},duration:{type:[String,Number],default:()=>e.defProps.popup.duration},closeable:{type:Boolean,default:()=>e.defProps.popup.closeable},overlayStyle:{type:[Object,String],default:()=>e.defProps.popup.overlayStyle},closeOnClickOverlay:{type:Boolean,default:()=>e.defProps.popup.closeOnClickOverlay},zIndex:{type:[String,Number],default:()=>e.defProps.popup.zIndex},safeAreaInsetBottom:{type:Boolean,default:()=>e.defProps.popup.safeAreaInsetBottom},safeAreaInsetTop:{type:Boolean,default:()=>e.defProps.popup.safeAreaInsetTop},closeIconPos:{type:String,default:()=>e.defProps.popup.closeIconPos},round:{type:[Boolean,String,Number],default:()=>e.defProps.popup.round},zoom:{type:Boolean,default:()=>e.defProps.popup.zoom},bgColor:{type:String,default:()=>e.defProps.popup.bgColor},overlayOpacity:{type:[Number,String],default:()=>e.defProps.popup.overlayOpacity}}};exports.props=o;
- //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-popup/props.js.map
|