1234567891011 |
- (global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["tuniao-ui/components/tn-toast/tn-toast"],{466:function(t,n,e){"use strict";e.r(n);var i=e(467),o=e(469);for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);e(471);var s,u=e(36),a=Object(u["default"])(o["default"],i["render"],i["staticRenderFns"],!1,null,"37b79408",null,!1,i["components"],s);a.options.__file="tuniao-ui/components/tn-toast/tn-toast.vue",n["default"]=a.exports},467:function(t,n,e){"use strict";e.r(n);var i=e(468);e.d(n,"render",(function(){return i["render"]})),e.d(n,"staticRenderFns",(function(){return i["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return i["recyclableRender"]})),e.d(n,"components",(function(){return i["components"]}))},468:function(t,n,e){"use strict";var i;e.r(n),e.d(n,"render",(function(){return o})),e.d(n,"staticRenderFns",(function(){return s})),e.d(n,"recyclableRender",(function(){return r})),e.d(n,"components",(function(){return i}));var o=function(){var t=this,n=t.$createElement,e=(t._self._c,t.visible?t.__get_style([t.toastStyle]):null),i=t.visible?t.__get_style([t.maskStyle]):null;t.$mp.data=Object.assign({},{$root:{s0:e,s1:i}})},r=!1,s=[];o._withStripped=!0},469:function(t,n,e){"use strict";e.r(n);var i=e(470),o=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(r);n["default"]=o.a},470:function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i={name:"tn-toast",props:{zIndex:{type:Number,default:0}},computed:{toastClass:function(){var t="";return this.visible&&(t+=" tn-toast--show"),this.content&&(t+=" tn-toast--padding"),(this.icon||this.image)&&(t+=" tn-toast--unicon"),t},toastStyle:function(){var t={width:"auto"};return this.icon||this.image,t.zIndex=this.zIndex?this.zIndex:this.$t.zIndex.toast,t},maskStyle:function(){var t={},n=this.zIndex?this.zIndex:this.$t.zIndex.toast;return t.zIndex=n-1,t},haveIcon:function(){return this.icon||this.image},haveContent:function(){return this.content}},data:function(){return{timer:null,visible:!1,title:"操作成功",content:"",icon:"",image:""}},methods:{show:function(){var t=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=n.duration,i=void 0===e?2e3:e,o=n.title,r=void 0===o?"":o,s=n.content,u=void 0===s?"":s,a=n.icon,c=void 0===a?"":a,d=n.image,l=void 0===d?"":d;if(null!==this.timer&&clearTimeout(this.timer),!c&&!l&&!r&&!u)return this._clearOptions(),void this.$emit("closed");this.visible=!0,this.title=r,this.content=u,this.icon=c,c||(this.image=l),this.timer=setTimeout((function(){t.visible=!1,clearTimeout(t.timer),t.timer=null,t._clearOptions(),t.$emit("closed")}),i)},_clearOptions:function(){this.title="",this.content="",this.icon="",this.image=""}}};n.default=i},471:function(t,n,e){"use strict";e.r(n);var i=e(472),o=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(r);n["default"]=o.a},472:function(t,n,e){}}]);
- //# sourceMappingURL=../../../../.sourcemap/mp-weixin/tuniao-ui/components/tn-toast/tn-toast.js.map
- ;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
- 'tuniao-ui/components/tn-toast/tn-toast-create-component',
- {
- 'tuniao-ui/components/tn-toast/tn-toast-create-component':(function(module, exports, __webpack_require__){
- __webpack_require__('2')['createComponent'](__webpack_require__(466))
- })
- },
- [['tuniao-ui/components/tn-toast/tn-toast-create-component']]
- ]);
|