weex-flymeui
Version:
A Flyme Style UI library based on Weex for Creator.
3 lines (2 loc) • 10.2 kB
JavaScript
// { "framework": "Vue" }
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["npm/weex-flymeui/components/fm-snack-bar/index"]=t():e["npm/weex-flymeui/components/fm-snack-bar/index"]=t()}("undefined"!=typeof self?self:this,function(){return function(e){var t={};function n(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,i){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,get:i})},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="/",n(n.s=179)}({0:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={biaoqing:"",bofang:"",bianji:"",bofang2:"",cebianlan:"",caijian:"",chakan:"",chexiao:"",chuangkouhua:"",daojishi:"",dianzan:"",chuangkouhua2:"",dianhua:"",diannao:"",dingwei2:"",dingwei:"",dingyue:"",erweima:"",fanhui:"",fasong:"",fujian:"",fenlei:"",fanhui2:"ູ",fenxiang:"",fuzhi:"",gengduo:"",gouwuche:"",gongjuxiang:"",gengduo2:"",guanbi:"",jishi:"",hongxin:"",jingyin:"",jianpan:"",jiesuo:"",jisuanqi:"󦰶",liangdu:"",lvjing:"",paixu:"",paihang:"",paizhao:"",pingmutoushe:"",riqi:"",shanchu:"",shangchaun:"",shangyishou:"",shezhi:"",shizhong:"",shezhi1:"",sousuo:"",shuqian:"",shuoming:"",shuaxin:"",suoding:"",shipin:"",tuichu:"",tupian:"",tianjia:"",tixing:"",wancheng:"",wengao:"",xiayishou:"",xinxi:"",xiazai:"",xingxing:"",xinxi1:"",xuanxiangliebiao:"",yidu:"",yinliang:"",yinbi:"",yuyin:"",zanting:"",yonghu:"",youjian:"",zhiding:"",chongzuo:"",zhuye:"",ziti:"",VPN:"","Wi-Fi":"",zhuti:"",lanya:"",quanping:"",pingmufanzhuan:"",gouwu:"",saomiao:""}},1:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.use=t.t=void 0;var i=function(e){return e&&e.__esModule?e:{default:e}}(n(8)).default,o=t.t=function(e,t){for(var n=void 0,o=e.split("."),r=i,a=0,s=o.length;a<s;a++){if(n=r[o[a]],a===s-1)return n;if(!n)return"";r=n}return""},r=t.use=function(e){i=e||i};t.default={t:o,use:r}},179:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(180);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return function(e){return e&&e.__esModule?e:{default:e}}(i).default}})},180:function(e,t,n){var i,o,r=[];r.push(n(181)),i=n(182);var a=n(183);o=i=i||{},"object"!=typeof i.default&&"function"!=typeof i.default||(Object.keys(i).some(function(e){return"default"!==e&&"__esModule"!==e})&&console.error("named exports are not supported in *.vue files."),o=i=i.default),"function"==typeof o&&(o=o.options),o.__file="/Users/suen/Documents/develop/project/weex-flymeui/packages/fm-snack-bar/index.vue",o.render=a.render,o.staticRenderFns=a.staticRenderFns,o._scopeId="data-v-bf51ca56",o.style=o.style||{},r.forEach(function(e){for(var t in e)o.style[t]=e[t]}),"function"==typeof __register_static_styles__&&__register_static_styles__(o._scopeId,r),e.exports=i},181:function(e,t){e.exports={"fm-snack-bar":{position:"fixed",left:0,right:0,backgroundColor:"#FFFFFF",flexDirection:"row",paddingTop:0,paddingRight:"72",paddingBottom:0,paddingLeft:"72",justifyContent:"space-between",alignItems:"center",minHeight:0},title:{fontSize:"42",fontFamily:"sans-serif-medium",fontWeight:"500"},closeText:{fontSize:"42",fontFamily:"sans-serif-medium",fontWeight:"500"},rotate:{fontSize:"54",height:"54",fontWeight:"700",transform:"rotate(180deg)"}}},182:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},o=s(n(2)),r=s(n(7)),a=n(1);function s(e){return e&&e.__esModule?e:{default:e}}var u=weex.requireModule("animation");t.default={name:"FmSnackBar",mixins:[r.default],components:{FmIcon:o.default},props:{show:{type:Boolean,default:!1},backgroundColor:{type:String,default:"#323232"},title:String,titleColor:{type:String,default:"#FFFFFF"},closeText:{type:String,default:function(){return(0,a.t)("el.common.close")}},closeColor:{type:String,default:"#198DED"},height:{type:Number,default:144},animation:{type:Object,default:function(){return{timingFunction:"ease-out"}}},autoClose:{type:Boolean,default:!0},stayTime:{type:Number,default:3e3},type:{type:String,default:"normal"},clickCb:Function,dismissCb:Function},computed:{barStyle:function(){var e=this.height;return{backgroundColor:this.backgroundColor,bottom:-e+"px",height:e+"px"}},isNeedShow:function(){var e=this;return setTimeout(function(){e.appearBar(e.show)},50),this.show}},data:function(){return{timer:null}},methods:{appearBar:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:150;this.isShow=e;var o=this.$refs["fm-snack-bar"];o&&u.transition(o,i({styles:{transform:this.getTransform(this.height,e)},duration:n,delay:0},this.animation),function(){var n=t.autoClose,i=t.stayTime;e&&n?t.timer=setTimeout(function(){t.appearBar(!1)},i):e||(t.dismissCb&&t.dismissCb(),t.$emit("fmSnackBarDismissed",{pos:t.pos}))})},getTransform:function(e,t){return t||(e=0),"translateY(-"+e+"px)"},hide:function(){this.timer&&(clearTimeout(this.timer),this.timer=null),this.appearBar(!1)},ctrClick:function(){this.clickCb&&this.clickCb(),this.hide()},snackClick:function(){"jump"===this.type&&(this.clickCb&&this.clickCb(),this.hide()),this.$emit("fmSnackBarBeClicked",{})}}}},183:function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.show?n("div",{ref:"fm-snack-bar",staticClass:["fm-snack-bar"],style:e.barStyle,attrs:{hack:e.isNeedShow},on:{click:e.snackClick}},[e._t("title",[n("text",{staticClass:["title"],style:{color:e.titleColor}},[e._v(e._s(e.title))])]),e._t("right",["jump"===e.type?n("fm-icon",{staticClass:["rotate"],style:{color:e.titleColor},attrs:{name:"fanhui"}}):"normal"===e.type?n("text",{staticClass:["closeText"],style:{color:e.closeColor},on:{click:e.ctrClick}},[e._v(e._s(e.closeText))]):e._e()])],2):e._e()},staticRenderFns:[]},e.exports.render._withStripped=!0},2:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(3);Object.defineProperty(t,"default",{enumerable:!0,get:function(){return function(e){return e&&e.__esModule?e:{default:e}}(i).default}})},3:function(e,t,n){var i,o,r=[];r.push(n(4)),i=n(5);var a=n(6);o=i=i||{},"object"!=typeof i.default&&"function"!=typeof i.default||(Object.keys(i).some(function(e){return"default"!==e&&"__esModule"!==e})&&console.error("named exports are not supported in *.vue files."),o=i=i.default),"function"==typeof o&&(o=o.options),o.__file="/Users/suen/Documents/develop/project/weex-flymeui/packages/fm-icon/index.vue",o.render=a.render,o.staticRenderFns=a.staticRenderFns,o._scopeId="data-v-08d175ee",o.style=o.style||{},r.forEach(function(e){for(var t in e)o.style[t]=e[t]}),"function"==typeof __register_static_styles__&&__register_static_styles__(o._scopeId,r),e.exports=i},4:function(e,t){e.exports={}},5:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},o=function(e){return e&&e.__esModule?e:{default:e}}(n(0));var r=weex.requireModule("dom");t.default={name:"FmIcon",props:{name:{default:"wancheng",type:String},value:{type:String,default:""},iconStyle:{type:[Number,Object,String],default:42},color:{type:String,default:"#666666"}},data:function(){return{Icon:o.default}},computed:{getIcon:function(){var e=this.Icon,t=this.name,n=this.value;return s(""===n?e[t]||"wancheng":n)},mergeStyle:function(){var e=this.iconStyle,t={fontFamily:"flymeicon",color:this.color};return"object"!==Object.prototype.toString.call(this.iconStyle).slice(8,-1).toLowerCase()?(t.fontSize=e+"px",t.height=e+"px"):t=Object.assign({},t,i({},e)),t}},beforeCreate:function(){this.isCreator||r.addRule("fontFace",{fontFamily:"flymeicon",src:"url('http://weixin-res.flyme.cn/resources/weex-flymeui/assets/iconfont.ttf')"})},methods:{itemClicked:function(e){this.$emit("fmIconClicked",{name:e})}}};var a=/&([^;]{2,});?/g,s=function(e){return e=e.replace(a,function(e,t){if("#"===t.charAt(0)){var n=0;if(n="x"===t.charAt(1).toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10),!isNaN(n)&&n>=-32768&&n<=65535)return String.fromCharCode(n)}return e})}},6:function(e,t){e.exports={render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("text",{style:e.mergeStyle,on:{click:function(t){e.itemClicked(e.name)}}},[e._v(e._s(e.getIcon))])},staticRenderFns:[]},e.exports.render._withStripped=!0},7:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=n(1);t.default={methods:{t:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return i.t.apply(this,t)}}}},8:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={el:{common:{delete:"删除",cancel:"取消",confirm:"确认",close:"关闭",title:"标题",more:"更多"},titlebar:{title:"标题"},searchbar:{search:"搜索"},foldabletext:{more:"更多"},input:{placeholder:"请输入",inputError:"输入有误"},tag:{tagName:"标签"}}}}})});