(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["analise-venda"],{1681:function(t,a,e){},"215b":function(t,a,e){},"3a2f":function(t,a,e){"use strict";e("9734");var o=e("4ad4"),n=e("a9ad"),r=e("16b7"),i=e("b848"),s=e("f573"),c=e("80d2"),l=e("d9bd"),u=e("58df");a["a"]=Object(u["a"])(n["a"],r["a"],i["a"],s["a"]).extend({name:"v-tooltip",props:{closeDelay:{type:[Number,String],default:0},disabled:Boolean,openDelay:{type:[Number,String],default:0},openOnHover:{type:Boolean,default:!0},openOnFocus:{type:Boolean,default:!0},tag:{type:String,default:"span"},transition:String},data:()=>({calculatedMinWidth:0,closeDependents:!1}),computed:{calculatedLeft(){const{activator:t,content:a}=this.dimensions,e=!this.bottom&&!this.left&&!this.top&&!this.right,o=!1!==this.attach?t.offsetLeft:t.left;let n=0;return this.top||this.bottom||e?n=o+t.width/2-a.width/2:(this.left||this.right)&&(n=o+(this.right?t.width:-a.width)+(this.right?10:-10)),this.nudgeLeft&&(n-=parseInt(this.nudgeLeft)),this.nudgeRight&&(n+=parseInt(this.nudgeRight)),this.calcXOverflow(n,this.dimensions.content.width)+"px"},calculatedTop(){const{activator:t,content:a}=this.dimensions,e=!1!==this.attach?t.offsetTop:t.top;let o=0;return this.top||this.bottom?o=e+(this.bottom?t.height:-a.height)+(this.bottom?10:-10):(this.left||this.right)&&(o=e+t.height/2-a.height/2),this.nudgeTop&&(o-=parseInt(this.nudgeTop)),this.nudgeBottom&&(o+=parseInt(this.nudgeBottom)),!1===this.attach&&(o+=this.pageYOffset),this.calcYOverflow(o)+"px"},classes(){return{"v-tooltip--top":this.top,"v-tooltip--right":this.right,"v-tooltip--bottom":this.bottom,"v-tooltip--left":this.left,"v-tooltip--attached":""===this.attach||!0===this.attach||"attach"===this.attach}},computedTransition(){return this.transition?this.transition:this.isActive?"scale-transition":"fade-transition"},offsetY(){return this.top||this.bottom},offsetX(){return this.left||this.right},styles(){return{left:this.calculatedLeft,maxWidth:Object(c["h"])(this.maxWidth),minWidth:Object(c["h"])(this.minWidth),top:this.calculatedTop,zIndex:this.zIndex||this.activeZIndex}}},beforeMount(){this.$nextTick(()=>{this.value&&this.callActivate()})},mounted(){"v-slot"===Object(c["t"])(this,"activator",!0)&&Object(l["b"])("v-tooltip's activator slot must be bound, try '