chunk-07434f8d.032280ff.js 15 KB

1
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-07434f8d"],{"0789":function(e,t,i){"use strict";i.d(t,"c",(function(){return c})),i.d(t,"d",(function(){return u})),i.d(t,"e",(function(){return d})),i.d(t,"a",(function(){return p})),i.d(t,"b",(function(){return h}));var s=i("d9f7");function n(e=[],...t){return Array().concat(e,...t)}function r(e,t="top center 0",i){return{name:e,functional:!0,props:{group:{type:Boolean,default:!1},hideOnLeave:{type:Boolean,default:!1},leaveAbsolute:{type:Boolean,default:!1},mode:{type:String,default:i},origin:{type:String,default:t}},render(t,i){const r="transition"+(i.props.group?"-group":""),a={props:{name:e,mode:i.props.mode},on:{beforeEnter(e){e.style.transformOrigin=i.props.origin,e.style.webkitTransformOrigin=i.props.origin}}};return i.props.leaveAbsolute&&(a.on.leave=n(a.on.leave,e=>e.style.position="absolute")),i.props.hideOnLeave&&(a.on.leave=n(a.on.leave,e=>e.style.display="none")),t(r,Object(s["a"])(i.data,a),i.children)}}}function a(e,t,i="in-out"){return{name:e,functional:!0,props:{mode:{type:String,default:i}},render(i,n){return i("transition",Object(s["a"])(n.data,{props:{name:e},on:t}),n.children)}}}var o=i("80d2"),l=function(e="",t=!1){const i=t?"width":"height",s="offset"+Object(o["E"])(i);return{beforeEnter(e){e._parent=e.parentNode,e._initialStyle={transition:e.style.transition,overflow:e.style.overflow,[i]:e.style[i]}},enter(t){const n=t._initialStyle;t.style.setProperty("transition","none","important"),t.style.overflow="hidden";const r=t[s]+"px";t.style[i]="0",t.offsetHeight,t.style.transition=n.transition,e&&t._parent&&t._parent.classList.add(e),requestAnimationFrame(()=>{t.style[i]=r})},afterEnter:r,enterCancelled:r,leave(e){e._initialStyle={transition:"",overflow:e.style.overflow,[i]:e.style[i]},e.style.overflow="hidden",e.style[i]=e[s]+"px",e.offsetHeight,requestAnimationFrame(()=>e.style[i]="0")},afterLeave:n,leaveCancelled:n};function n(t){e&&t._parent&&t._parent.classList.remove(e),r(t)}function r(e){const t=e._initialStyle[i];e.style.overflow=e._initialStyle.overflow,null!=t&&(e.style[i]=t),delete e._initialStyle}};r("carousel-transition"),r("carousel-reverse-transition"),r("tab-transition"),r("tab-reverse-transition"),r("menu-transition");const c=r("fab-transition","center center","out-in"),u=(r("dialog-transition"),r("dialog-bottom-transition"),r("fade-transition")),d=(r("scale-transition"),r("scroll-x-transition"),r("scroll-x-reverse-transition"),r("scroll-y-transition"),r("scroll-y-reverse-transition"),r("slide-x-transition")),p=(r("slide-x-reverse-transition"),r("slide-y-transition"),r("slide-y-reverse-transition"),a("expand-transition",l())),h=a("expand-x-transition",l("",!0))},"1c87":function(e,t,i){"use strict";var s=i("2b0e"),n=i("5607"),r=i("80d2");t["a"]=s["default"].extend({name:"routable",directives:{Ripple:n["a"]},props:{activeClass:String,append:Boolean,disabled:Boolean,exact:{type:Boolean,default:void 0},exactActiveClass:String,link:Boolean,href:[String,Object],to:[String,Object],nuxt:Boolean,replace:Boolean,ripple:{type:[Boolean,Object],default:null},tag:String,target:String},data:()=>({isActive:!1,proxyClass:""}),computed:{classes(){const e={};return this.to||(this.activeClass&&(e[this.activeClass]=this.isActive),this.proxyClass&&(e[this.proxyClass]=this.isActive)),e},computedRipple(){var e;return null!=(e=this.ripple)?e:!this.disabled&&this.isClickable},isClickable(){return!this.disabled&&Boolean(this.isLink||this.$listeners.click||this.$listeners["!click"]||this.$attrs.tabindex)},isLink(){return this.to||this.href||this.link},styles:()=>({})},watch:{$route:"onRouteChange"},methods:{click(e){this.$emit("click",e)},generateRouteLink(){let e,t=this.exact;const i={attrs:{tabindex:"tabindex"in this.$attrs?this.$attrs.tabindex:void 0},class:this.classes,style:this.styles,props:{},directives:[{name:"ripple",value:this.computedRipple}],[this.to?"nativeOn":"on"]:{...this.$listeners,click:this.click},ref:"link"};if("undefined"===typeof this.exact&&(t="/"===this.to||this.to===Object(this.to)&&"/"===this.to.path),this.to){let s=this.activeClass,n=this.exactActiveClass||s;this.proxyClass&&(s=`${s} ${this.proxyClass}`.trim(),n=`${n} ${this.proxyClass}`.trim()),e=this.nuxt?"nuxt-link":"router-link",Object.assign(i.props,{to:this.to,exact:t,activeClass:s,exactActiveClass:n,append:this.append,replace:this.replace})}else e=(this.href?"a":this.tag)||"div","a"===e&&this.href&&(i.attrs.href=this.href);return this.target&&(i.attrs.target=this.target),{tag:e,data:i}},onRouteChange(){if(!this.to||!this.$refs.link||!this.$route)return;const e=`${this.activeClass} ${this.proxyClass||""}`.trim(),t="_vnode.data.class."+e;this.$nextTick(()=>{Object(r["o"])(this.$refs.link,t)&&this.toggle()})},toggle:()=>{}}})},"24b2":function(e,t,i){"use strict";var s=i("80d2"),n=i("2b0e");t["a"]=n["default"].extend({name:"measurable",props:{height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},computed:{measurableStyles(){const e={},t=Object(s["g"])(this.height),i=Object(s["g"])(this.minHeight),n=Object(s["g"])(this.minWidth),r=Object(s["g"])(this.maxHeight),a=Object(s["g"])(this.maxWidth),o=Object(s["g"])(this.width);return t&&(e.height=t),i&&(e.minHeight=i),n&&(e.minWidth=n),r&&(e.maxHeight=r),a&&(e.maxWidth=a),o&&(e.width=o),e}}})},"25a8":function(e,t,i){},3206:function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"b",(function(){return o}));var s=i("2b0e"),n=i("d9bd");function r(e,t){return()=>Object(n["c"])(`The ${e} component must be used inside a ${t}`)}function a(e,t,i){const n=t&&i?{register:r(t,i),unregister:r(t,i)}:null;return s["default"].extend({name:"registrable-inject",inject:{[e]:{default:n}}})}function o(e,t=!1){return s["default"].extend({name:"registrable-provide",provide(){return{[e]:t?this:{register:this.register,unregister:this.unregister}}}})}},"4e82":function(e,t,i){"use strict";i.d(t,"a",(function(){return n}));var s=i("3206");function n(e,t,i){return Object(s["a"])(e,t,i).extend({name:"groupable",props:{activeClass:{type:String,default(){if(this[e])return this[e].activeClass}},disabled:Boolean},data(){return{isActive:!1}},computed:{groupClasses(){return this.activeClass?{[this.activeClass]:this.isActive}:{}}},created(){this[e]&&this[e].register(this)},beforeDestroy(){this[e]&&this[e].unregister(this)},methods:{toggle(){this.$emit("change")}}})}n("itemGroup")},5607:function(e,t,i){"use strict";i("7435");var s=i("80d2");const n=80;function r(e,t){e.style["transform"]=t,e.style["webkitTransform"]=t}function a(e,t){e.style["opacity"]=t.toString()}function o(e){return"TouchEvent"===e.constructor.name}function l(e){return"KeyboardEvent"===e.constructor.name}const c=(e,t,i={})=>{let s=0,n=0;if(!l(e)){const i=t.getBoundingClientRect(),r=o(e)?e.touches[e.touches.length-1]:e;s=r.clientX-i.left,n=r.clientY-i.top}let r=0,a=.3;t._ripple&&t._ripple.circle?(a=.15,r=t.clientWidth/2,r=i.center?r:r+Math.sqrt((s-r)**2+(n-r)**2)/4):r=Math.sqrt(t.clientWidth**2+t.clientHeight**2)/2;const c=(t.clientWidth-2*r)/2+"px",u=(t.clientHeight-2*r)/2+"px",d=i.center?c:s-r+"px",p=i.center?u:n-r+"px";return{radius:r,scale:a,x:d,y:p,centerX:c,centerY:u}},u={show(e,t,i={}){if(!t._ripple||!t._ripple.enabled)return;const s=document.createElement("span"),n=document.createElement("span");s.appendChild(n),s.className="v-ripple__container",i.class&&(s.className+=" "+i.class);const{radius:o,scale:l,x:u,y:d,centerX:p,centerY:h}=c(e,t,i),m=2*o+"px";n.className="v-ripple__animation",n.style.width=m,n.style.height=m,t.appendChild(s);const v=window.getComputedStyle(t);v&&"static"===v.position&&(t.style.position="relative",t.dataset.previousPosition="static"),n.classList.add("v-ripple__animation--enter"),n.classList.add("v-ripple__animation--visible"),r(n,`translate(${u}, ${d}) scale3d(${l},${l},${l})`),a(n,0),n.dataset.activated=String(performance.now()),setTimeout(()=>{n.classList.remove("v-ripple__animation--enter"),n.classList.add("v-ripple__animation--in"),r(n,`translate(${p}, ${h}) scale3d(1,1,1)`),a(n,.25)},0)},hide(e){if(!e||!e._ripple||!e._ripple.enabled)return;const t=e.getElementsByClassName("v-ripple__animation");if(0===t.length)return;const i=t[t.length-1];if(i.dataset.isHiding)return;i.dataset.isHiding="true";const s=performance.now()-Number(i.dataset.activated),n=Math.max(250-s,0);setTimeout(()=>{i.classList.remove("v-ripple__animation--in"),i.classList.add("v-ripple__animation--out"),a(i,0),setTimeout(()=>{const t=e.getElementsByClassName("v-ripple__animation");1===t.length&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),i.parentNode&&e.removeChild(i.parentNode)},300)},n)}};function d(e){return"undefined"===typeof e||!!e}function p(e){const t={},i=e.currentTarget;if(i&&i._ripple&&!i._ripple.touched){if(o(e))i._ripple.touched=!0,i._ripple.isTouch=!0;else if(i._ripple.isTouch)return;if(t.center=i._ripple.centered||l(e),i._ripple.class&&(t.class=i._ripple.class),o(e)){if(i._ripple.showTimerCommit)return;i._ripple.showTimerCommit=()=>{u.show(e,i,t)},i._ripple.showTimer=window.setTimeout(()=>{i&&i._ripple&&i._ripple.showTimerCommit&&(i._ripple.showTimerCommit(),i._ripple.showTimerCommit=null)},n)}else u.show(e,i,t)}}function h(e){const t=e.currentTarget;if(t&&t._ripple){if(window.clearTimeout(t._ripple.showTimer),"touchend"===e.type&&t._ripple.showTimerCommit)return t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null,void(t._ripple.showTimer=setTimeout(()=>{h(e)}));window.setTimeout(()=>{t._ripple&&(t._ripple.touched=!1)}),u.hide(t)}}function m(e){const t=e.currentTarget;t&&t._ripple&&(t._ripple.showTimerCommit&&(t._ripple.showTimerCommit=null),window.clearTimeout(t._ripple.showTimer))}let v=!1;function f(e){v||e.keyCode!==s["x"].enter&&e.keyCode!==s["x"].space||(v=!0,p(e))}function g(e){v=!1,h(e)}function b(e,t,i){const s=d(t.value);s||u.hide(e),e._ripple=e._ripple||{},e._ripple.enabled=s;const n=t.value||{};n.center&&(e._ripple.centered=!0),n.class&&(e._ripple.class=t.value.class),n.circle&&(e._ripple.circle=n.circle),s&&!i?(e.addEventListener("touchstart",p,{passive:!0}),e.addEventListener("touchend",h,{passive:!0}),e.addEventListener("touchmove",m,{passive:!0}),e.addEventListener("touchcancel",h),e.addEventListener("mousedown",p),e.addEventListener("mouseup",h),e.addEventListener("mouseleave",h),e.addEventListener("keydown",f),e.addEventListener("keyup",g),e.addEventListener("dragstart",h,{passive:!0})):!s&&i&&y(e)}function y(e){e.removeEventListener("mousedown",p),e.removeEventListener("touchstart",p),e.removeEventListener("touchend",h),e.removeEventListener("touchmove",m),e.removeEventListener("touchcancel",h),e.removeEventListener("mouseup",h),e.removeEventListener("mouseleave",h),e.removeEventListener("keydown",f),e.removeEventListener("keyup",g),e.removeEventListener("dragstart",h)}function x(e,t,i){b(e,t,!1)}function _(e){delete e._ripple,y(e)}function w(e,t){if(t.value===t.oldValue)return;const i=d(t.oldValue);b(e,t,i)}const C={bind:x,unbind:_,update:w};t["a"]=C},7435:function(e,t,i){},"7e2b":function(e,t,i){"use strict";var s=i("2b0e");function n(e){return function(t,i){for(const s in i)Object.prototype.hasOwnProperty.call(t,s)||this.$delete(this.$data[e],s);for(const s in t)this.$set(this.$data[e],s,t[s])}}t["a"]=s["default"].extend({data:()=>({attrs$:{},listeners$:{}}),created(){this.$watch("$attrs",n("attrs$"),{immediate:!0}),this.$watch("$listeners",n("listeners$"),{immediate:!0})}})},"8dd9":function(e,t,i){"use strict";i("25a8");var s=i("7e2b"),n=i("a9ad"),r=i("2b0e"),a=r["default"].extend({name:"elevatable",props:{elevation:[Number,String]},computed:{computedElevation(){return this.elevation},elevationClasses(){const e=this.computedElevation;return null==e||isNaN(parseInt(e))?{}:{["elevation-"+this.elevation]:!0}}}}),o=i("24b2"),l=i("a236"),c=i("7560"),u=i("58df");t["a"]=Object(u["a"])(s["a"],n["a"],a,o["a"],l["a"],c["a"]).extend({name:"v-sheet",props:{outlined:Boolean,shaped:Boolean,tag:{type:String,default:"div"}},computed:{classes(){return{"v-sheet":!0,"v-sheet--outlined":this.outlined,"v-sheet--shaped":this.shaped,...this.themeClasses,...this.elevationClasses,...this.roundedClasses}},styles(){return this.measurableStyles}},render(e){const t={class:this.classes,style:this.styles,on:this.listeners$};return e(this.tag,this.setBackgroundColor(this.color,t),this.$slots.default)}})},a236:function(e,t,i){"use strict";var s=i("2b0e");t["a"]=s["default"].extend({name:"roundable",props:{rounded:[Boolean,String],tile:Boolean},computed:{roundedClasses(){const e=[],t="string"===typeof this.rounded?String(this.rounded):!0===this.rounded;if(this.tile)e.push("rounded-0");else if("string"===typeof t){const i=t.split(" ");for(const t of i)e.push("rounded-"+t)}else t&&e.push("rounded");return e.length>0?{[e.join(" ")]:!0}:{}}}})},a452:function(e,t,i){"use strict";var s=i("2b0e");function n(e="value",t="change"){return s["default"].extend({name:"proxyable",model:{prop:e,event:t},props:{[e]:{required:!1}},data(){return{internalLazyValue:this[e]}},computed:{internalValue:{get(){return this.internalLazyValue},set(e){e!==this.internalLazyValue&&(this.internalLazyValue=e,this.$emit(t,e))}}},watch:{[e](e){this.internalLazyValue=e}}})}const r=n();t["a"]=r},a9ad:function(e,t,i){"use strict";var s=i("2b0e"),n=i("d9bd"),r=i("7bc6");t["a"]=s["default"].extend({name:"colorable",props:{color:String},methods:{setBackgroundColor(e,t={}){return"string"===typeof t.style?(Object(n["b"])("style must be an object",this),t):"string"===typeof t.class?(Object(n["b"])("class must be an object",this),t):(Object(r["d"])(e)?t.style={...t.style,"background-color":""+e,"border-color":""+e}:e&&(t.class={...t.class,[e]:!0}),t)},setTextColor(e,t={}){if("string"===typeof t.style)return Object(n["b"])("style must be an object",this),t;if("string"===typeof t.class)return Object(n["b"])("class must be an object",this),t;if(Object(r["d"])(e))t.style={...t.style,color:""+e,"caret-color":""+e};else if(e){const[i,s]=e.toString().trim().split(" ",2);t.class={...t.class,[i+"--text"]:!0},s&&(t.class["text--"+s]=!0)}return t}}})},af2b:function(e,t,i){"use strict";var s=i("2b0e");t["a"]=s["default"].extend({name:"sizeable",props:{large:Boolean,small:Boolean,xLarge:Boolean,xSmall:Boolean},computed:{medium(){return Boolean(!this.xSmall&&!this.small&&!this.large&&!this.xLarge)},sizeableClasses(){return{"v-size--x-small":this.xSmall,"v-size--small":this.small,"v-size--default":this.medium,"v-size--large":this.large,"v-size--x-large":this.xLarge}}}})},f2e7:function(e,t,i){"use strict";i.d(t,"b",(function(){return n}));var s=i("2b0e");function n(e="value",t="input"){return s["default"].extend({name:"toggleable",model:{prop:e,event:t},props:{[e]:{required:!1}},data(){return{isActive:!!this[e]}},watch:{[e](e){this.isActive=!!e},isActive(i){!!i!==this[e]&&this.$emit(t,i)}}})}const r=n();t["a"]=r}}]);