6a4f744.js 8.5 KB

12
  1. (window.webpackJsonp=window.webpackJsonp||[]).push([[23,22,43,45],{521:function(t,e,n){"use strict";var o=n(2),r=n(26),l=n(10),h=n(6),path=n(317),c=n(4),f=n(117),d=n(13),v=n(215),m=n(59),w=n(116),y=n(316),E=n(3),k=n(97).f,D=n(60).f,P=n(27).f,N=n(522),x=n(318).trim,$="Number",I=h[$],L=path[$],T=I.prototype,_=h.TypeError,C=c("".slice),S=c("".charCodeAt),F=function(t){var e,n,o,r,l,h,c,code,f=y(t,"number");if(w(f))throw new _("Cannot convert a Symbol value to a number");if("string"==typeof f&&f.length>2)if(f=x(f),43===(e=S(f,0))||45===e){if(88===(n=S(f,2))||120===n)return NaN}else if(48===e){switch(S(f,1)){case 66:case 98:o=2,r=49;break;case 79:case 111:o=8,r=55;break;default:return+f}for(h=(l=C(f,2)).length,c=0;c<h;c++)if((code=S(l,c))<48||code>r)return NaN;return parseInt(l,o)}return+f},X=f($,!I(" 0o1")||!I("0b1")||I("+0x1")),Y=function(t){var e,n=arguments.length<1?0:I(function(t){var e=y(t,"number");return"bigint"==typeof e?e:F(e)}(t));return m(T,e=this)&&E((function(){N(e)}))?v(Object(n),this,Y):n};Y.prototype=T,X&&!r&&(T.constructor=Y),o({global:!0,constructor:!0,wrap:!0,forced:X},{Number:Y});var A=function(t,source){for(var e,n=l?k(source):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)d(source,e=n[o])&&!d(t,e)&&P(t,e,D(source,e))};r&&L&&A(path[$],L),(X||r)&&A(path[$],I)},522:function(t,e,n){"use strict";var o=n(4);t.exports=o(1..valueOf)},523:function(t,e,n){"use strict";var o=n(2),r=n(4),l=n(80),h=n(522),c=n(319),f=n(3),d=RangeError,v=String,m=Math.floor,w=r(c),y=r("".slice),E=r(1..toFixed),k=function(t,e,n){return 0===e?n:e%2==1?k(t,e-1,n*t):k(t*t,e/2,n)},D=function(data,t,e){for(var n=-1,o=e;++n<6;)o+=t*data[n],data[n]=o%1e7,o=m(o/1e7)},P=function(data,t){for(var e=6,n=0;--e>=0;)n+=data[e],data[e]=m(n/t),n=n%t*1e7},N=function(data){for(var t=6,s="";--t>=0;)if(""!==s||0===t||0!==data[t]){var e=v(data[t]);s=""===s?e:s+w("0",7-e.length)+e}return s};o({target:"Number",proto:!0,forced:f((function(){return"0.000"!==E(8e-5,3)||"1"!==E(.9,0)||"1.25"!==E(1.255,2)||"1000000000000000128"!==E(0xde0b6b3a7640080,0)}))||!f((function(){E({})}))},{toFixed:function(t){var e,n,o,r,c=h(this),f=l(t),data=[0,0,0,0,0,0],m="",E="0";if(f<0||f>20)throw new d("Incorrect fraction digits");if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return v(c);if(c<0&&(m="-",c=-c),c>1e-21)if(n=(e=function(t){for(var e=0,n=t;n>=4096;)e+=12,n/=4096;for(;n>=2;)e+=1,n/=2;return e}(c*k(2,69,1))-69)<0?c*k(2,-e,1):c/k(2,e,1),n*=4503599627370496,(e=52-e)>0){for(D(data,0,n),o=f;o>=7;)D(data,1e7,0),o-=7;for(D(data,k(10,o,1),0),o=e-1;o>=23;)P(data,1<<23),o-=23;P(data,1<<o),D(data,1,1),P(data,2),E=N(data)}else D(data,0,n),D(data,1<<-e,0),E=N(data)+w("0",f);return E=f>0?m+((r=E.length)<=f?"0."+w("0",f-r)+E:y(E,0,r-f)+"."+y(E,r-f)):m+E}})},711:function(t,e,n){"use strict";n.r(e);n(320),n(64),n(521),n(523),n(46),n(79);var o={name:"ElSliderButton",components:{},props:{value:{type:Number,default:0},vertical:{type:Boolean,default:!1},tooltipClass:String,marks:Object},data:function(){return{hovering:!1,dragging:!1,isClick:!1,startX:0,currentX:0,startY:0,currentY:0,startPosition:0,newPosition:null,oldValue:this.value}},computed:{disabled:function(){return this.$parent.sliderDisabled},max:function(){return this.$parent.max},min:function(){return this.$parent.min},step:function(){return this.$parent.step},showTooltip:function(){return this.$parent.showTooltip},precision:function(){return this.$parent.precision},currentPosition:function(){var t=this;if(this.marks){var e=Object.keys(this.marks).map(Number),n=e.findIndex((function(i){return t.value<i}));if(-1===n)return"100%";var o=(n-1)/(e.length-1)+(this.value-e[n-1])/(e[n]-e[n-1])/(e.length-1);return o>1?"100%":"".concat(100*o,"%")}return"".concat((this.value-this.min)/(this.max-this.min)*100,"%")},enableFormat:function(){return this.$parent.formatTooltip instanceof Function},formatValue:function(){return this.enableFormat&&this.$parent.formatTooltip(this.value)||this.value},wrapperStyle:function(){return this.vertical?{bottom:this.currentPosition}:{left:this.currentPosition}}},watch:{dragging:function(t){this.$parent.dragging=t}},methods:{displayTooltip:function(){this.$refs.tooltip&&(this.$refs.tooltip.showPopper=!0)},hideTooltip:function(){this.$refs.tooltip&&(this.$refs.tooltip.showPopper=!1)},handleMouseEnter:function(){this.hovering=!0,this.displayTooltip()},handleMouseLeave:function(){this.hovering=!1,this.hideTooltip()},onButtonDown:function(t){this.disabled||(t.preventDefault(),this.onDragStart(t),window.addEventListener("mousemove",this.onDragging),window.addEventListener("touchmove",this.onDragging),window.addEventListener("mouseup",this.onDragEnd),window.addEventListener("touchend",this.onDragEnd),window.addEventListener("contextmenu",this.onDragEnd))},onLeftKeyDown:function(){this.disabled||(this.newPosition=parseFloat(this.currentPosition)-this.step/(this.max-this.min)*100,this.setPosition(this.newPosition),this.$parent.emitChange())},onRightKeyDown:function(){this.disabled||(this.newPosition=parseFloat(this.currentPosition)+this.step/(this.max-this.min)*100,this.setPosition(this.newPosition),this.$parent.emitChange())},onDragStart:function(t){this.dragging=!0,this.isClick=!0,"touchstart"===t.type&&(t.clientY=t.touches[0].clientY,t.clientX=t.touches[0].clientX),this.vertical?this.startY=t.clientY:this.startX=t.clientX,this.startPosition=parseFloat(this.currentPosition),this.newPosition=this.startPosition},onDragging:function(t){if(this.dragging){this.isClick=!1,this.displayTooltip(),this.$parent.resetSize();var e=0;"touchmove"===t.type&&(t.clientY=t.touches[0].clientY,t.clientX=t.touches[0].clientX),this.vertical?(this.currentY=t.clientY,e=(this.startY-this.currentY)/this.$parent.sliderSize*100):(this.currentX=t.clientX,e=(this.currentX-this.startX)/this.$parent.sliderSize*100),this.newPosition=this.startPosition+e,this.setPosition(this.newPosition)}},onDragEnd:function(){var t=this;this.dragging&&(setTimeout((function(){t.dragging=!1,t.hideTooltip(),t.isClick||(t.setPosition(t.newPosition),t.$parent.emitChange())}),0),window.removeEventListener("mousemove",this.onDragging),window.removeEventListener("touchmove",this.onDragging),window.removeEventListener("mouseup",this.onDragEnd),window.removeEventListener("touchend",this.onDragEnd),window.removeEventListener("contextmenu",this.onDragEnd))},setPosition:function(t){var e=this;if(null!==t&&!isNaN(t)){t<0?t=0:t>100&&(t=100);var n=100/((this.max-this.min)/this.step),o=Math.round(t/n)*n*(this.max-this.min)*.01+this.min;if(this.marks){var r=Object.keys(this.marks).map((function(t,e,n){return{value:Number(t),perc:100*e/(n.length-1)}}));if(100===t)o=r[r.length-1].value;else{var l=r.findIndex((function(e){return e.perc>t}));o=-1===l?r[r.length-2].value+(r.length-1)*((t-r[r.length-2].perc)/100*(r[r.length-1].value-r[r.length-2].value)):r[l-1].value+(r.length-1)*((t-r[l-1].perc)/100*(r[l].value-r[l-1].value))}}o=parseFloat(o.toFixed(this.precision)),this.$emit("input",o),this.$nextTick((function(){e.displayTooltip(),e.$refs.tooltip&&e.$refs.tooltip.updatePopper()})),this.dragging||this.value===this.oldValue||(this.oldValue=this.value)}}}},r=n(22),component=Object(r.a)(o,(function(){var t=this,e=t._self._c;return e("div",{ref:"button",staticClass:"el-slider__button-wrapper",class:{hover:t.hovering,dragging:t.dragging},style:t.wrapperStyle,attrs:{tabindex:"0"},on:{mouseenter:t.handleMouseEnter,mouseleave:t.handleMouseLeave,mousedown:t.onButtonDown,touchstart:t.onButtonDown,focus:t.handleMouseEnter,blur:t.handleMouseLeave,keydown:[function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"left",37,e.key,["Left","ArrowLeft"])||"button"in e&&0!==e.button?null:t.onLeftKeyDown.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"right",39,e.key,["Right","ArrowRight"])||"button"in e&&2!==e.button?null:t.onRightKeyDown.apply(null,arguments)},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"down",40,e.key,["Down","ArrowDown"])?null:(e.preventDefault(),t.onLeftKeyDown.apply(null,arguments))},function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"up",38,e.key,["Up","ArrowUp"])?null:(e.preventDefault(),t.onRightKeyDown.apply(null,arguments))}]}},[e("el-tooltip",{ref:"tooltip",attrs:{placement:"top","popper-class":t.tooltipClass,disabled:!t.showTooltip}},[e("span",{attrs:{slot:"content"},slot:"content"},[t._v(t._s(t.formatValue))]),t._v(" "),e("div",{staticClass:"el-slider__button",class:{hover:t.hovering,dragging:t.dragging}})])],1)}),[],!1,null,null,null);e.default=component.exports}}]);
  2. //# sourceMappingURL=6a4f744.js.map