jak-project/docs/js/chunk-4c8decd5.5cd61028.js
2022-01-05 02:06:42 +00:00

2 lines
28 KiB
JavaScript

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-4c8decd5"],{"0fd9":function(t,e,r){"use strict";var n=r("ade3"),i=r("5530"),a=(r("caad"),r("2532"),r("99af"),r("b64b"),r("ac1f"),r("5319"),r("4ec9"),r("d3b7"),r("3ca3"),r("ddb0"),r("159b"),r("4b85"),r("2b0e")),o=r("d9f7"),s=r("80d2"),c=["sm","md","lg","xl"],u=["start","end","center"];function l(t,e){return c.reduce((function(r,n){return r[t+Object(s["o"])(n)]=e(),r}),{})}var d=function(t){return[].concat(u,["baseline","stretch"]).includes(t)},h=l("align",(function(){return{type:String,default:null,validator:d}})),f=function(t){return[].concat(u,["space-between","space-around"]).includes(t)},v=l("justify",(function(){return{type:String,default:null,validator:f}})),g=function(t){return[].concat(u,["space-between","space-around","stretch"]).includes(t)},p=l("alignContent",(function(){return{type:String,default:null,validator:g}})),m={align:Object.keys(h),justify:Object.keys(v),alignContent:Object.keys(p)},b={align:"align",justify:"justify",alignContent:"align-content"};function y(t,e,r){var n=b[t];if(null!=r){if(e){var i=e.replace(t,"");n+="-".concat(i)}return n+="-".concat(r),n.toLowerCase()}}var S=new Map;e["a"]=a["a"].extend({name:"v-row",functional:!0,props:Object(i["a"])(Object(i["a"])(Object(i["a"])({tag:{type:String,default:"div"},dense:Boolean,noGutters:Boolean,align:{type:String,default:null,validator:d}},h),{},{justify:{type:String,default:null,validator:f}},v),{},{alignContent:{type:String,default:null,validator:g}},p),render:function(t,e){var r=e.props,i=e.data,a=e.children,s="";for(var c in r)s+=String(r[c]);var u=S.get(s);return u||function(){var t,e;for(e in u=[],m)m[e].forEach((function(t){var n=r[t],i=y(e,t,n);i&&u.push(i)}));u.push((t={"no-gutters":r.noGutters,"row--dense":r.dense},Object(n["a"])(t,"align-".concat(r.align),r.align),Object(n["a"])(t,"justify-".concat(r.justify),r.justify),Object(n["a"])(t,"align-content-".concat(r.alignContent),r.alignContent),t)),S.set(s,u)}(),t(r.tag,Object(o["a"])(i,{staticClass:"row",class:u}),a)}})},"1da1":function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));r("d3b7");function n(t,e,r,n,i,a,o){try{var s=t[a](o),c=s.value}catch(u){return void r(u)}s.done?e(c):Promise.resolve(c).then(n,i)}function i(t){return function(){var e=this,r=arguments;return new Promise((function(i,a){var o=t.apply(e,r);function s(t){n(o,i,a,s,c,"next",t)}function c(t){n(o,i,a,s,c,"throw",t)}s(void 0)}))}}},"20f6":function(t,e,r){},"24b2":function(t,e,r){"use strict";r("a9e3");var n=r("80d2"),i=r("2b0e");e["a"]=i["a"].extend({name:"measurable",props:{height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},computed:{measurableStyles:function(){var t={},e=Object(n["d"])(this.height),r=Object(n["d"])(this.minHeight),i=Object(n["d"])(this.minWidth),a=Object(n["d"])(this.maxHeight),o=Object(n["d"])(this.maxWidth),s=Object(n["d"])(this.width);return e&&(t.height=e),r&&(t.minHeight=r),i&&(t.minWidth=i),a&&(t.maxHeight=a),o&&(t.maxWidth=o),s&&(t.width=s),t}}})},"36a7":function(t,e,r){},"490a":function(t,e,r){"use strict";r("a9e3"),r("99af"),r("8d4f");var n=r("a9ad"),i=r("80d2");e["a"]=n["a"].extend({name:"v-progress-circular",props:{button:Boolean,indeterminate:Boolean,rotate:{type:[Number,String],default:0},size:{type:[Number,String],default:32},width:{type:[Number,String],default:4},value:{type:[Number,String],default:0}},data:function(){return{radius:20}},computed:{calculatedSize:function(){return Number(this.size)+(this.button?8:0)},circumference:function(){return 2*Math.PI*this.radius},classes:function(){return{"v-progress-circular--indeterminate":this.indeterminate,"v-progress-circular--button":this.button}},normalizedValue:function(){return this.value<0?0:this.value>100?100:parseFloat(this.value)},strokeDashArray:function(){return Math.round(1e3*this.circumference)/1e3},strokeDashOffset:function(){return(100-this.normalizedValue)/100*this.circumference+"px"},strokeWidth:function(){return Number(this.width)/+this.size*this.viewBoxSize*2},styles:function(){return{height:Object(i["d"])(this.calculatedSize),width:Object(i["d"])(this.calculatedSize)}},svgStyles:function(){return{transform:"rotate(".concat(Number(this.rotate),"deg)")}},viewBoxSize:function(){return this.radius/(1-Number(this.width)/+this.size)}},methods:{genCircle:function(t,e){return this.$createElement("circle",{class:"v-progress-circular__".concat(t),attrs:{fill:"transparent",cx:2*this.viewBoxSize,cy:2*this.viewBoxSize,r:this.radius,"stroke-width":this.strokeWidth,"stroke-dasharray":this.strokeDashArray,"stroke-dashoffset":e}})},genSvg:function(){var t=[this.indeterminate||this.genCircle("underlay",0),this.genCircle("overlay",this.strokeDashOffset)];return this.$createElement("svg",{style:this.svgStyles,attrs:{xmlns:"http://www.w3.org/2000/svg",viewBox:"".concat(this.viewBoxSize," ").concat(this.viewBoxSize," ").concat(2*this.viewBoxSize," ").concat(2*this.viewBoxSize)}},t)},genInfo:function(){return this.$createElement("div",{staticClass:"v-progress-circular__info"},this.$slots.default)}},render:function(t){return t("div",this.setTextColor(this.color,{staticClass:"v-progress-circular",attrs:{role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":this.indeterminate?void 0:this.normalizedValue},class:this.classes,style:this.styles,on:this.$listeners}),[this.genSvg(),this.genInfo()])}})},"4b85":function(t,e,r){},"4ec9":function(t,e,r){"use strict";var n=r("6d61"),i=r("6566");t.exports=n("Map",(function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}}),i)},"62ad":function(t,e,r){"use strict";var n=r("ade3"),i=r("5530"),a=(r("a9e3"),r("b64b"),r("ac1f"),r("5319"),r("4ec9"),r("d3b7"),r("3ca3"),r("ddb0"),r("caad"),r("159b"),r("2ca0"),r("4b85"),r("2b0e")),o=r("d9f7"),s=r("80d2"),c=["sm","md","lg","xl"],u=function(){return c.reduce((function(t,e){return t[e]={type:[Boolean,String,Number],default:!1},t}),{})}(),l=function(){return c.reduce((function(t,e){return t["offset"+Object(s["o"])(e)]={type:[String,Number],default:null},t}),{})}(),d=function(){return c.reduce((function(t,e){return t["order"+Object(s["o"])(e)]={type:[String,Number],default:null},t}),{})}(),h={col:Object.keys(u),offset:Object.keys(l),order:Object.keys(d)};function f(t,e,r){var n=t;if(null!=r&&!1!==r){if(e){var i=e.replace(t,"");n+="-".concat(i)}return"col"!==t||""!==r&&!0!==r?(n+="-".concat(r),n.toLowerCase()):n.toLowerCase()}}var v=new Map;e["a"]=a["a"].extend({name:"v-col",functional:!0,props:Object(i["a"])(Object(i["a"])(Object(i["a"])(Object(i["a"])({cols:{type:[Boolean,String,Number],default:!1}},u),{},{offset:{type:[String,Number],default:null}},l),{},{order:{type:[String,Number],default:null}},d),{},{alignSelf:{type:String,default:null,validator:function(t){return["auto","start","end","center","baseline","stretch"].includes(t)}},tag:{type:String,default:"div"}}),render:function(t,e){var r=e.props,i=e.data,a=e.children,s=(e.parent,"");for(var c in r)s+=String(r[c]);var u=v.get(s);return u||function(){var t,e;for(e in u=[],h)h[e].forEach((function(t){var n=r[t],i=f(e,t,n);i&&u.push(i)}));var i=u.some((function(t){return t.startsWith("col-")}));u.push((t={col:!i||!r.cols},Object(n["a"])(t,"col-".concat(r.cols),r.cols),Object(n["a"])(t,"offset-".concat(r.offset),r.offset),Object(n["a"])(t,"order-".concat(r.order),r.order),Object(n["a"])(t,"align-self-".concat(r.alignSelf),r.alignSelf),t)),v.set(s,u)}(),t(r.tag,Object(o["a"])(i,{class:u}),a)}})},6566:function(t,e,r){"use strict";var n=r("9bf2").f,i=r("7c73"),a=r("e2cc"),o=r("0366"),s=r("19aa"),c=r("2266"),u=r("7dd0"),l=r("2626"),d=r("83ab"),h=r("f183").fastKey,f=r("69f3"),v=f.set,g=f.getterFor;t.exports={getConstructor:function(t,e,r,u){var l=t((function(t,n){s(t,l,e),v(t,{type:e,index:i(null),first:void 0,last:void 0,size:0}),d||(t.size=0),void 0!=n&&c(n,t[u],{that:t,AS_ENTRIES:r})})),f=g(e),p=function(t,e,r){var n,i,a=f(t),o=m(t,e);return o?o.value=r:(a.last=o={index:i=h(e,!0),key:e,value:r,previous:n=a.last,next:void 0,removed:!1},a.first||(a.first=o),n&&(n.next=o),d?a.size++:t.size++,"F"!==i&&(a.index[i]=o)),t},m=function(t,e){var r,n=f(t),i=h(e);if("F"!==i)return n.index[i];for(r=n.first;r;r=r.next)if(r.key==e)return r};return a(l.prototype,{clear:function(){var t=this,e=f(t),r=e.index,n=e.first;while(n)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete r[n.index],n=n.next;e.first=e.last=void 0,d?e.size=0:t.size=0},delete:function(t){var e=this,r=f(e),n=m(e,t);if(n){var i=n.next,a=n.previous;delete r.index[n.index],n.removed=!0,a&&(a.next=i),i&&(i.previous=a),r.first==n&&(r.first=i),r.last==n&&(r.last=a),d?r.size--:e.size--}return!!n},forEach:function(t){var e,r=f(this),n=o(t,arguments.length>1?arguments[1]:void 0,3);while(e=e?e.next:r.first){n(e.value,e.key,this);while(e&&e.removed)e=e.previous}},has:function(t){return!!m(this,t)}}),a(l.prototype,r?{get:function(t){var e=m(this,t);return e&&e.value},set:function(t,e){return p(this,0===t?0:t,e)}}:{add:function(t){return p(this,t=0===t?0:t,t)}}),d&&n(l.prototype,"size",{get:function(){return f(this).size}}),l},setStrong:function(t,e,r){var n=e+" Iterator",i=g(e),a=g(n);u(t,e,(function(t,e){v(this,{type:n,target:t,state:i(t),kind:e,last:void 0})}),(function(){var t=a(this),e=t.kind,r=t.last;while(r&&r.removed)r=r.previous;return t.target&&(t.last=r=r?r.next:t.state.first)?"keys"==e?{value:r.key,done:!1}:"values"==e?{value:r.value,done:!1}:{value:[r.key,r.value],done:!1}:(t.target=void 0,{value:void 0,done:!0})}),r?"entries":"values",!r,!0),l(e)}}},"6d61":function(t,e,r){"use strict";var n=r("23e7"),i=r("da84"),a=r("94ca"),o=r("6eeb"),s=r("f183"),c=r("2266"),u=r("19aa"),l=r("861d"),d=r("d039"),h=r("1c7e"),f=r("d44e"),v=r("7156");t.exports=function(t,e,r){var g=-1!==t.indexOf("Map"),p=-1!==t.indexOf("Weak"),m=g?"set":"add",b=i[t],y=b&&b.prototype,S=b,w={},j=function(t){var e=y[t];o(y,t,"add"==t?function(t){return e.call(this,0===t?0:t),this}:"delete"==t?function(t){return!(p&&!l(t))&&e.call(this,0===t?0:t)}:"get"==t?function(t){return p&&!l(t)?void 0:e.call(this,0===t?0:t)}:"has"==t?function(t){return!(p&&!l(t))&&e.call(this,0===t?0:t)}:function(t,r){return e.call(this,0===t?0:t,r),this})},O=a(t,"function"!=typeof b||!(p||y.forEach&&!d((function(){(new b).entries().next()}))));if(O)S=r.getConstructor(e,t,g,m),s.REQUIRED=!0;else if(a(t,!0)){var x=new S,_=x[m](p?{}:-0,1)!=x,k=d((function(){x.has(1)})),z=h((function(t){new b(t)})),E=!p&&d((function(){var t=new b,e=5;while(e--)t[m](e,e);return!t.has(-0)}));z||(S=e((function(e,r){u(e,S,t);var n=v(new b,e,S);return void 0!=r&&c(r,n[m],{that:n,AS_ENTRIES:g}),n})),S.prototype=y,y.constructor=S),(k||E)&&(j("delete"),j("has"),g&&j("get")),(E||_)&&j(m),p&&y.clear&&delete y.clear}return w[t]=S,n({global:!0,forced:S!=b},w),f(S,t),p||r.setStrong(S,t,g),S}},"8a79":function(t,e,r){"use strict";var n=r("23e7"),i=r("06cf").f,a=r("50c4"),o=r("5a34"),s=r("1d80"),c=r("ab13"),u=r("c430"),l="".endsWith,d=Math.min,h=c("endsWith"),f=!u&&!h&&!!function(){var t=i(String.prototype,"endsWith");return t&&!t.writable}();n({target:"String",proto:!0,forced:!f&&!h},{endsWith:function(t){var e=String(s(this));o(t);var r=arguments.length>1?arguments[1]:void 0,n=a(e.length),i=void 0===r?n:d(a(r),n),c=String(t);return l?l.call(e,c,i):e.slice(i-c.length,i)===c}})},"8d4f":function(t,e,r){},"8efc":function(t,e,r){},"96cf":function(t,e,r){var n=function(t){"use strict";var e,r=Object.prototype,n=r.hasOwnProperty,i="function"===typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",o=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(W){c=function(t,e,r){return t[e]=r}}function u(t,e,r,n){var i=e&&e.prototype instanceof p?e:p,a=Object.create(i.prototype),o=new L(n||[]);return a._invoke=_(t,r,o),a}function l(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(W){return{type:"throw",arg:W}}}t.wrap=u;var d="suspendedStart",h="suspendedYield",f="executing",v="completed",g={};function p(){}function m(){}function b(){}var y={};y[a]=function(){return this};var S=Object.getPrototypeOf,w=S&&S(S(C([])));w&&w!==r&&n.call(w,a)&&(y=w);var j=b.prototype=p.prototype=Object.create(y);function O(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){function r(i,a,o,s){var c=l(t[i],t,a);if("throw"!==c.type){var u=c.arg,d=u.value;return d&&"object"===typeof d&&n.call(d,"__await")?e.resolve(d.__await).then((function(t){r("next",t,o,s)}),(function(t){r("throw",t,o,s)})):e.resolve(d).then((function(t){u.value=t,o(u)}),(function(t){return r("throw",t,o,s)}))}s(c.arg)}var i;function a(t,n){function a(){return new e((function(e,i){r(t,n,e,i)}))}return i=i?i.then(a,a):a()}this._invoke=a}function _(t,e,r){var n=d;return function(i,a){if(n===f)throw new Error("Generator is already running");if(n===v){if("throw"===i)throw a;return N()}r.method=i,r.arg=a;while(1){var o=r.delegate;if(o){var s=k(o,r);if(s){if(s===g)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if(n===d)throw n=v,r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n=f;var c=l(t,e,r);if("normal"===c.type){if(n=r.done?v:h,c.arg===g)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n=v,r.method="throw",r.arg=c.arg)}}}function k(t,r){var n=t.iterator[r.method];if(n===e){if(r.delegate=null,"throw"===r.method){if(t.iterator["return"]&&(r.method="return",r.arg=e,k(t,r),"throw"===r.method))return g;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return g}var i=l(n,t.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,g;var a=i.arg;return a?a.done?(r[t.resultName]=a.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=e),r.delegate=null,g):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,g)}function z(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function L(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(z,this),this.reset(!0)}function C(t){if(t){var r=t[a];if(r)return r.call(t);if("function"===typeof t.next)return t;if(!isNaN(t.length)){var i=-1,o=function r(){while(++i<t.length)if(n.call(t,i))return r.value=t[i],r.done=!1,r;return r.value=e,r.done=!0,r};return o.next=o}}return{next:N}}function N(){return{value:e,done:!0}}return m.prototype=j.constructor=b,b.constructor=m,m.displayName=c(b,s,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"===typeof t&&t.constructor;return!!e&&(e===m||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,b):(t.__proto__=b,c(t,s,"GeneratorFunction")),t.prototype=Object.create(j),t},t.awrap=function(t){return{__await:t}},O(x.prototype),x.prototype[o]=function(){return this},t.AsyncIterator=x,t.async=function(e,r,n,i,a){void 0===a&&(a=Promise);var o=new x(u(e,r,n,i),a);return t.isGeneratorFunction(r)?o:o.next().then((function(t){return t.done?t.value:o.next()}))},O(j),c(j,s,"Generator"),j[a]=function(){return this},j.toString=function(){return"[object Generator]"},t.keys=function(t){var e=[];for(var r in t)e.push(r);return e.reverse(),function r(){while(e.length){var n=e.pop();if(n in t)return r.value=n,r.done=!1,r}return r.done=!0,r}},t.values=C,L.prototype={constructor:L,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=e,this.done=!1,this.delegate=null,this.method="next",this.arg=e,this.tryEntries.forEach(E),!t)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=e)},stop:function(){this.done=!0;var t=this.tryEntries[0],e=t.completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var r=this;function i(n,i){return s.type="throw",s.arg=t,r.next=n,i&&(r.method="next",r.arg=e),!!i}for(var a=this.tryEntries.length-1;a>=0;--a){var o=this.tryEntries[a],s=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var c=n.call(o,"catchLoc"),u=n.call(o,"finallyLoc");if(c&&u){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var i=this.tryEntries[r];if(i.tryLoc<=this.prev&&n.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var a=i;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var o=a?a.completion:{};return o.type=t,o.arg=e,a?(this.method="next",this.next=a.finallyLoc,g):this.complete(o)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),g},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),E(r),g}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var i=n.arg;E(r)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:C(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),g}},t}(t.exports);try{regeneratorRuntime=n}catch(i){Function("r","regeneratorRuntime = r")(n)}},a523:function(t,e,r){"use strict";r("4de4"),r("b64b"),r("2ca0"),r("99af"),r("20f6"),r("4b85"),r("498a"),r("a15b");var n=r("2b0e");function i(t){return n["a"].extend({name:"v-".concat(t),functional:!0,props:{id:String,tag:{type:String,default:"div"}},render:function(e,r){var n=r.props,i=r.data,a=r.children;i.staticClass="".concat(t," ").concat(i.staticClass||"").trim();var o=i.attrs;if(o){i.attrs={};var s=Object.keys(o).filter((function(t){if("slot"===t)return!1;var e=o[t];return t.startsWith("data-")?(i.attrs[t]=e,!1):e||"string"===typeof e}));s.length&&(i.staticClass+=" ".concat(s.join(" ")))}return n.id&&(i.domProps=i.domProps||{},i.domProps.id=n.id),e(n.tag,i,a)}})}var a=r("d9f7");e["a"]=i("container").extend({name:"v-container",functional:!0,props:{id:String,tag:{type:String,default:"div"},fluid:{type:Boolean,default:!1}},render:function(t,e){var r,n=e.props,i=e.data,o=e.children,s=i.attrs;return s&&(i.attrs={},r=Object.keys(s).filter((function(t){if("slot"===t)return!1;var e=s[t];return t.startsWith("data-")?(i.attrs[t]=e,!1):e||"string"===typeof e}))),n.id&&(i.domProps=i.domProps||{},i.domProps.id=n.id),t(n.tag,Object(a["a"])(i,{staticClass:"container",class:Array({"container--fluid":n.fluid}).concat(r||[])}),o)}})},a9ad:function(t,e,r){"use strict";var n=r("3835"),i=r("ade3"),a=r("5530"),o=(r("ac1f"),r("1276"),r("498a"),r("d3b7"),r("25f0"),r("2b0e")),s=r("d9bd"),c=r("7bc6");e["a"]=o["a"].extend({name:"colorable",props:{color:String},methods:{setBackgroundColor:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"===typeof e.style?(Object(s["b"])("style must be an object",this),e):"string"===typeof e.class?(Object(s["b"])("class must be an object",this),e):(Object(c["d"])(t)?e.style=Object(a["a"])(Object(a["a"])({},e.style),{},{"background-color":"".concat(t),"border-color":"".concat(t)}):t&&(e.class=Object(a["a"])(Object(a["a"])({},e.class),{},Object(i["a"])({},t,!0))),e)},setTextColor:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("string"===typeof e.style)return Object(s["b"])("style must be an object",this),e;if("string"===typeof e.class)return Object(s["b"])("class must be an object",this),e;if(Object(c["d"])(t))e.style=Object(a["a"])(Object(a["a"])({},e.style),{},{color:"".concat(t),"caret-color":"".concat(t)});else if(t){var r=t.toString().trim().split(" ",2),o=Object(n["a"])(r,2),u=o[0],l=o[1];e.class=Object(a["a"])(Object(a["a"])({},e.class),{},Object(i["a"])({},u+"--text",!0)),l&&(e.class["text--"+l]=!0)}return e}}})},adda:function(t,e,r){"use strict";var n=r("53ca");r("a9e3"),r("a15b"),r("8a79"),r("2ca0"),r("8efc"),r("7db0");function i(t,e){var r=e.modifiers||{},i=e.value,o="object"===Object(n["a"])(i)?i:{handler:i,options:{}},s=o.handler,c=o.options,u=new IntersectionObserver((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1?arguments[1]:void 0;if(t._observe){if(s&&(!r.quiet||t._observe.init)){var i=Boolean(e.find((function(t){return t.isIntersecting})));s(e,n,i)}t._observe.init&&r.once?a(t):t._observe.init=!0}}),c);t._observe={init:!1,observer:u},u.observe(t)}function a(t){t._observe&&(t._observe.observer.unobserve(t),delete t._observe)}var o={inserted:i,unbind:a},s=o,c=(r("36a7"),r("24b2")),u=r("58df"),l=Object(u["a"])(c["a"]).extend({name:"v-responsive",props:{aspectRatio:[String,Number],contentClass:String},computed:{computedAspectRatio:function(){return Number(this.aspectRatio)},aspectStyle:function(){return this.computedAspectRatio?{paddingBottom:1/this.computedAspectRatio*100+"%"}:void 0},__cachedSizer:function(){return this.aspectStyle?this.$createElement("div",{style:this.aspectStyle,staticClass:"v-responsive__sizer"}):[]}},methods:{genContent:function(){return this.$createElement("div",{staticClass:"v-responsive__content",class:this.contentClass},this.$slots.default)}},render:function(t){return t("div",{staticClass:"v-responsive",style:this.measurableStyles,on:this.$listeners},[this.__cachedSizer,this.genContent()])}}),d=l,h=r("7560"),f=r("d9f7"),v=r("d9bd"),g="undefined"!==typeof window&&"IntersectionObserver"in window;e["a"]=Object(u["a"])(d,h["a"]).extend({name:"v-img",directives:{intersect:s},props:{alt:String,contain:Boolean,eager:Boolean,gradient:String,lazySrc:String,options:{type:Object,default:function(){return{root:void 0,rootMargin:void 0,threshold:void 0}}},position:{type:String,default:"center center"},sizes:String,src:{type:[String,Object],default:""},srcset:String,transition:{type:[Boolean,String],default:"fade-transition"}},data:function(){return{currentSrc:"",image:null,isLoading:!0,calculatedAspectRatio:void 0,naturalWidth:void 0,hasError:!1}},computed:{computedAspectRatio:function(){return Number(this.normalisedSrc.aspect||this.calculatedAspectRatio)},normalisedSrc:function(){return this.src&&"object"===Object(n["a"])(this.src)?{src:this.src.src,srcset:this.srcset||this.src.srcset,lazySrc:this.lazySrc||this.src.lazySrc,aspect:Number(this.aspectRatio||this.src.aspect)}:{src:this.src,srcset:this.srcset,lazySrc:this.lazySrc,aspect:Number(this.aspectRatio||0)}},__cachedImage:function(){if(!(this.normalisedSrc.src||this.normalisedSrc.lazySrc||this.gradient))return[];var t=[],e=this.isLoading?this.normalisedSrc.lazySrc:this.currentSrc;this.gradient&&t.push("linear-gradient(".concat(this.gradient,")")),e&&t.push('url("'.concat(e,'")'));var r=this.$createElement("div",{staticClass:"v-image__image",class:{"v-image__image--preload":this.isLoading,"v-image__image--contain":this.contain,"v-image__image--cover":!this.contain},style:{backgroundImage:t.join(", "),backgroundPosition:this.position},key:+this.isLoading});return this.transition?this.$createElement("transition",{attrs:{name:this.transition,mode:"in-out"}},[r]):r}},watch:{src:function(){this.isLoading?this.loadImage():this.init(void 0,void 0,!0)},"$vuetify.breakpoint.width":"getSrc"},mounted:function(){this.init()},methods:{init:function(t,e,r){if(!g||r||this.eager){if(this.normalisedSrc.lazySrc){var n=new Image;n.src=this.normalisedSrc.lazySrc,this.pollForSize(n,null)}this.normalisedSrc.src&&this.loadImage()}},onLoad:function(){this.getSrc(),this.isLoading=!1,this.$emit("load",this.src),this.image&&(this.normalisedSrc.src.endsWith(".svg")||this.normalisedSrc.src.startsWith("data:image/svg+xml"))&&(this.image.naturalHeight&&this.image.naturalWidth?(this.naturalWidth=this.image.naturalWidth,this.calculatedAspectRatio=this.image.naturalWidth/this.image.naturalHeight):this.calculatedAspectRatio=1)},onError:function(){this.hasError=!0,this.$emit("error",this.src)},getSrc:function(){this.image&&(this.currentSrc=this.image.currentSrc||this.image.src)},loadImage:function(){var t=this,e=new Image;this.image=e,e.onload=function(){e.decode?e.decode().catch((function(e){Object(v["c"])("Failed to decode image, trying to render anyway\n\n"+"src: ".concat(t.normalisedSrc.src)+(e.message?"\nOriginal error: ".concat(e.message):""),t)})).then(t.onLoad):t.onLoad()},e.onerror=this.onError,this.hasError=!1,this.sizes&&(e.sizes=this.sizes),this.normalisedSrc.srcset&&(e.srcset=this.normalisedSrc.srcset),e.src=this.normalisedSrc.src,this.aspectRatio||this.pollForSize(e),this.getSrc()},pollForSize:function(t){var e=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:100,n=function n(){var i=t.naturalHeight,a=t.naturalWidth;i||a?(e.naturalWidth=a,e.calculatedAspectRatio=a/i):t.complete||!e.isLoading||e.hasError||null==r||setTimeout(n,r)};n()},genContent:function(){var t=d.options.methods.genContent.call(this);return this.naturalWidth&&this._b(t.data,"div",{style:{width:"".concat(this.naturalWidth,"px")}}),t},__genPlaceholder:function(){if(this.$slots.placeholder){var t=this.isLoading?[this.$createElement("div",{staticClass:"v-image__placeholder"},this.$slots.placeholder)]:[];return this.transition?this.$createElement("transition",{props:{appear:!0,name:this.transition}},t):t[0]}}},render:function(t){var e=d.options.render.call(this,t),r=Object(f["a"])(e.data,{staticClass:"v-image",attrs:{"aria-label":this.alt,role:this.alt?"img":void 0},class:this.themeClasses,directives:g?[{name:"intersect",modifiers:{once:!0},value:{handler:this.init,options:this.options}}]:void 0});return e.children=[this.__cachedSizer,this.__cachedImage,this.__genPlaceholder(),this.genContent()],t(e.tag,r,e.children)}})},b85c:function(t,e,r){"use strict";r.d(e,"a",(function(){return i}));r("a4d3"),r("e01a"),r("d3b7"),r("d28b"),r("3ca3"),r("ddb0");var n=r("06c5");function i(t,e){var r="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Object(n["a"])(t))||e&&t&&"number"===typeof t.length){r&&(t=r);var i=0,a=function(){};return{s:a,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return s=t.done,t},e:function(t){c=!0,o=t},f:function(){try{s||null==r["return"]||r["return"]()}finally{if(c)throw o}}}}},d9f7:function(t,e,r){"use strict";r.d(e,"a",(function(){return u}));var n=r("5530"),i=r("3835"),a=r("b85c"),o=(r("ac1f"),r("1276"),r("498a"),r("b64b"),r("99af"),r("80d2")),s={styleList:/;(?![^(]*\))/g,styleProp:/:(.*)/};function c(t){var e,r={},n=Object(a["a"])(t.split(s.styleList));try{for(n.s();!(e=n.n()).done;){var c=e.value,u=c.split(s.styleProp),l=Object(i["a"])(u,2),d=l[0],h=l[1];d=d.trim(),d&&("string"===typeof h&&(h=h.trim()),r[Object(o["a"])(d)]=h)}}catch(f){n.e(f)}finally{n.f()}return r}function u(){var t,e={},r=arguments.length;while(r--)for(var i=0,a=Object.keys(arguments[r]);i<a.length;i++)switch(t=a[i],t){case"class":case"directives":arguments[r][t]&&(e[t]=d(e[t],arguments[r][t]));break;case"style":arguments[r][t]&&(e[t]=l(e[t],arguments[r][t]));break;case"staticClass":if(!arguments[r][t])break;void 0===e[t]&&(e[t]=""),e[t]&&(e[t]+=" "),e[t]+=arguments[r][t].trim();break;case"on":case"nativeOn":arguments[r][t]&&(e[t]=h(e[t],arguments[r][t]));break;case"attrs":case"props":case"domProps":case"scopedSlots":case"staticStyle":case"hook":case"transition":if(!arguments[r][t])break;e[t]||(e[t]={}),e[t]=Object(n["a"])(Object(n["a"])({},arguments[r][t]),e[t]);break;default:e[t]||(e[t]=arguments[r][t])}return e}function l(t,e){return t?e?(t=Object(o["p"])("string"===typeof t?c(t):t),t.concat("string"===typeof e?c(e):e)):t:e}function d(t,e){return e?t&&t?Object(o["p"])(t).concat(e):e:t}function h(){if(!(arguments.length<=0?void 0:arguments[0]))return arguments.length<=1?void 0:arguments[1];if(!(arguments.length<=1?void 0:arguments[1]))return arguments.length<=0?void 0:arguments[0];for(var t={},e=2;e--;){var r=e<0||arguments.length<=e?void 0:arguments[e];for(var n in r)r[n]&&(t[n]?t[n]=[].concat(r[n],t[n]):t[n]=r[n])}return t}}}]);
//# sourceMappingURL=chunk-4c8decd5.5cd61028.js.map