Path: blob/master/phs/ola-otpbypass/index_files/ow-toast.1349c6a6.js.download
996 views
"use strict";Vue.component("ow-toast",{owCSS:"#ow-toast{position:fixed;top:0;right:0;left:0;color:#fff;padding:15px;font-size:16px;width:100%;opacity:0!important;text-align:center;will-change:transform;transform:translate3d(0,-100%,0);-webkit-transform:translate3d(0,-100%,0);-webkit-transition-property:opacity,transform,opacity;-webkit-transition-duration:.2s;transition-property:opacity,transform,opacity;transition-duration:.2s;z-index:1000;margin:0 auto;box-sizing:border-box}#ow-toast.bottom{top:auto;bottom:16px;font-size:14px;font-weight:300;transform:translate3d(0,100%,0);-webkit-transform:translate3d(0,100%,0)}#ow-toast.opened{opacity:1!important;transform:translateZ(0)}#ow-toast.warning{background-color:#fe554c}#ow-toast.success{background-color:#6db043}#ow-toast.blackbg{background-color:rgba(50,50,50,.95)}",render:function(){var t=this,o=t.$createElement;return(t._self._c||o)("div",{class:[t.toastType,t.position,{opened:t.showToast}],style:t.style,attrs:{id:"ow-toast"}},[t._v("\n "+t._s(t.content)+"\n")])},staticRenderFns:[],name:"owToast",props:{toastType:{type:String,required:!0},content:{type:String,required:!0},showToast:{type:Boolean},showTime:{type:Number},style:Object,position:String},computed:{timeToShow:function(){return this.showTime||3e3}},watch:{showToast:function(t){t&&this.setCloseTimeout()}},methods:{setCloseTimeout:function(){var t=this;setTimeout(function(){t.$emit("close")},t.timeToShow)}}}); //# sourceMappingURL=../sourcemap/ow-components/ow-toast.1349c6a6.js.map