UNPKG

magix-components

Version:
1 lines 1.49 kB
define("mx-progress/index",["magix","$"],function(e,i,t){var n=e("magix"),a=e("$");n.applyStyle("z",".eo{height:32px;cursor:default;line-height:32px;display:inline-block}.ep{background:#eaeaea;position:relative;display:inline-block;top:-2px}.ep,.eq{height:4px;border-radius:2px}.eq{background:#6363e6;left:0;top:0}.er,.eq{position:absolute;-webkit-transition:all .15s;transition:all .15s}.er{font-size:9px;pointer-events:none;top:-15px;line-height:normal}.es{cursor:not-allowed}.es .ep{background-color:#fbfbfb}.es .eq{background-color:#eaeaea}"),t.exports=n.View.extend({tmpl:{html:'<div mx-guid="g0" class="ep" mx-contextmenu="__D()" style="width:<%=$$.width%>px"><div class="eq"></div><div class="er"></div></div>',subs:[{keys:["width"],path:'div[mx-guid="g0"]',attr:'style="width:<%=$$.width%>px"',attrs:[{n:"style"}]}]},init:function(e){var i=this;i.__h=a("#"+i.id),i.__h.addClass("eo"),i.assign(e)},assign:function(e){var i=this;return i.__cW=+e.width||340,i.__bB=e.disabled+""=="true",i.__bN=+e.value||0,i.__d_=+e.fixed||0,!0},render:function(){var e=this;e.updater.digest({width:e.__cW}),e.__h[e.__bB?"addClass":"removeClass"]("es"),e.val(e.__bN)},val:function(e){var i=this,t=+e;if(t||0===t){t<0?t=0:t>1&&(t=1);var n=i.__h.find(".ep").width(),a=n*t;i.__h.find(".eq").width(a);var s=i.__h.find(".er"),d=(100*t).toFixed(i.__d_)+"%";s.html(d);var r=s.width();(a-=r/2)<0?a=0:a>n-r&&(a=n-r),s.css({left:a}),i.__bN=t}return i.__bN},"__D<contextmenu>":function(e){e.preventDefault()}})});