profoundjs-swagger-stats 1.1.4 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +64 -0
  2. package/dashboards/prometheus/swagger-stats dashboard v3.json +1269 -0
  3. package/examples/authtest/authtest.js +5 -10
  4. package/examples/fastify/fasifytest.js +24 -5
  5. package/examples/hapijstest/hapijstest.js +17 -2
  6. package/examples/restify/restifytest.js +16 -1
  7. package/examples/spectest/spectest.js +7 -9
  8. package/examples/testapp/petstore.json +1699 -0
  9. package/examples/testapp/testapp.js +6 -62
  10. package/lib/sws-api-swagger.yaml +1 -1
  11. package/lib/swsAPIStats.js +6 -1
  12. package/lib/swsAuth.js +140 -0
  13. package/lib/swsElasticEmitter.js +103 -45
  14. package/lib/swsHapi.js +29 -34
  15. package/lib/swsInterface.js +40 -189
  16. package/lib/swsProcessor.js +1 -1
  17. package/lib/swsReqResStats.js +1 -1
  18. package/lib/swsUtil.js +7 -21
  19. package/lib/swssettings.js +8 -2
  20. package/package.json +90 -91
  21. package/schema/elasticsearch/api_index_template.json +1 -1
  22. package/schema/elasticsearch/api_index_template_7x.json +185 -0
  23. package/scripts/elasticsearch/elastic7/docker-compose.yml +6 -17
  24. package/scripts/elasticsearch/elastic8/docker-compose.yml +34 -0
  25. package/ux/css/app.dc22c4da.css +7 -0
  26. package/ux/css/chunk-vendors.a6da6d7a.css +10 -0
  27. package/ux/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.4aa2e698.woff +0 -0
  28. package/ux/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.40bcb2b8.woff +0 -0
  29. package/ux/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.ea60988b.woff +0 -0
  30. package/ux/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.0774a8b7.woff +0 -0
  31. package/ux/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.bcb7c7e2.woff +0 -0
  32. package/ux/fonts/KFOmCnqEu92Fr1Mu4mxM.d3907d0c.woff +0 -0
  33. package/ux/fonts/fa-brands-400.1a575a41.woff +0 -0
  34. package/ux/fonts/fa-brands-400.ed311c7a.woff2 +0 -0
  35. package/ux/fonts/fa-regular-400.b91d376b.woff2 +0 -0
  36. package/ux/fonts/fa-regular-400.d1d7e3b4.woff +0 -0
  37. package/ux/fonts/fa-solid-900.d745348d.woff +0 -0
  38. package/ux/fonts/fa-solid-900.d824df7e.woff2 +0 -0
  39. package/ux/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.3e1afe59.woff +0 -0
  40. package/ux/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.a4160421.woff2 +0 -0
  41. package/ux/index.html +1 -1
  42. package/ux/js/app.d095d0d6.js +1 -0
  43. package/ux/js/chunk-2d0b90b4.afe783bc.js +8 -0
  44. package/ux/js/chunk-2d0daf1e.a05fda31.js +11 -0
  45. package/ux/js/chunk-461883cd.a2aa4876.js +82 -0
  46. package/ux/js/chunk-vendors.4f167dc9.js +39 -0
  47. package/ux/logo.png +0 -0
  48. package/.editorconfig +0 -21
  49. package/.travis.yml +0 -23
  50. package/dashboards/prometheus/swagger-stats dashboard.json +0 -1118
  51. package/dist/css/sws.min.css +0 -18
  52. package/dist/fonts/FontAwesome.otf +0 -0
  53. package/dist/fonts/fontawesome-webfont.eot +0 -0
  54. package/dist/fonts/fontawesome-webfont.svg +0 -2671
  55. package/dist/fonts/fontawesome-webfont.ttf +0 -0
  56. package/dist/fonts/fontawesome-webfont.woff +0 -0
  57. package/dist/fonts/fontawesome-webfont.woff2 +0 -0
  58. package/dist/fonts/glyphicons-halflings-regular.eot +0 -0
  59. package/dist/fonts/glyphicons-halflings-regular.svg +0 -288
  60. package/dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  61. package/dist/fonts/glyphicons-halflings-regular.woff +0 -0
  62. package/dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  63. package/dist/images/favicon.png +0 -0
  64. package/dist/js/sws.min.js +0 -1
  65. package/gulpfile.js +0 -103
  66. package/karma.conf.js +0 -153
  67. package/ux/css/app.71245b0e.css +0 -7
  68. package/ux/css/chunk-vendors.809c52d1.css +0 -10
  69. package/ux/fonts/KFOkCnqEu92Fr1MmgVxIIzQ.5cb7edfc.woff +0 -0
  70. package/ux/fonts/KFOlCnqEu92Fr1MmEU9fBBc-.87284894.woff +0 -0
  71. package/ux/fonts/KFOlCnqEu92Fr1MmSU5fBBc-.b00849e0.woff +0 -0
  72. package/ux/fonts/KFOlCnqEu92Fr1MmWUlfBBc-.adcde98f.woff +0 -0
  73. package/ux/fonts/KFOlCnqEu92Fr1MmYUtfBBc-.bb1e4dc6.woff +0 -0
  74. package/ux/fonts/KFOmCnqEu92Fr1Mu4mxM.60fa3c06.woff +0 -0
  75. package/ux/fonts/fa-brands-400.c5e0f14f.woff +0 -0
  76. package/ux/fonts/fa-brands-400.cccc9d29.woff2 +0 -0
  77. package/ux/fonts/fa-regular-400.c4f508e7.woff +0 -0
  78. package/ux/fonts/fa-regular-400.f5f2566b.woff2 +0 -0
  79. package/ux/fonts/fa-solid-900.333bae20.woff +0 -0
  80. package/ux/fonts/fa-solid-900.44d537ab.woff2 +0 -0
  81. package/ux/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.29b882f0.woff +0 -0
  82. package/ux/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.0509ab09.woff2 +0 -0
  83. package/ux/js/app.0159ef6a.js +0 -1
  84. package/ux/js/chunk-2d0b90b4.92f1ea49.js +0 -8
  85. package/ux/js/chunk-461883cd.442efb25.js +0 -76
  86. package/ux/js/chunk-vendors.31d3ce30.js +0 -33
  87. /package/ux/js/{chunk-2d0de2f2.553bf976.js → chunk-2d0de2f2.2848649c.js} +0 -0
@@ -1,33 +0,0 @@
1
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-vendors"],{"0016":function(t,e,n){"use strict";n("99af"),n("b0c0"),n("2ca0");var r=n("2b0e"),i=n("6642"),o=n("dde5");e["a"]=r["a"].extend({name:"QIcon",mixins:[i["a"]],props:{name:String,color:String,left:Boolean,right:Boolean},computed:{type:function(){var t,e=this.name;if(!e)return{cls:void 0,content:void 0};var n="q-icon"+(!0===this.left?" on-left":"")+(!0===this.right?" on-right":"")+(void 0!==this.color?" text-".concat(this.color):"");if(void 0!==this.$q.iconMapFn){var r=this.$q.iconMapFn(e);if(void 0!==r){if(void 0===r.icon)return{cls:r.cls+" "+n,content:void 0!==r.content?r.content:" "};e=r.icon}}if(!0===e.startsWith("img:"))return{img:!0,cls:n,src:e.substring(4)};var i=" ";return/^fa[s|r|l|b|d]{0,1} /.test(e)||!0===e.startsWith("icon-")?t=e:!0===e.startsWith("bt-")?t="bt ".concat(e):!0===e.startsWith("eva-")?t="eva ".concat(e):!0===/^ion-(md|ios|logo)/.test(e)?t="ionicons ".concat(e):!0===e.startsWith("ion-")?t="ionicons ion-".concat(!0===this.$q.platform.is.ios?"ios":"md").concat(e.substr(3)):!0===e.startsWith("mdi-")?t="mdi ".concat(e):!0===e.startsWith("iconfont ")?t="".concat(e):!0===e.startsWith("ti-")?t="themify-icon ".concat(e):(t="material-icons",!0===e.startsWith("o_")?(e=e.substring(2),t+="-outlined"):!0===e.startsWith("r_")?(e=e.substring(2),t+="-round"):!0===e.startsWith("s_")&&(e=e.substring(2),t+="-sharp"),i=e),{cls:t+" "+n,content:i}}},render:function(t){return!0===this.type.img?t("img",{staticClass:this.type.cls,style:this.sizeStyle,on:this.$listeners,attrs:{src:this.type.src}}):t("i",{staticClass:this.type.cls,style:this.sizeStyle,on:this.$listeners,attrs:{"aria-hidden":!0}},Object(o["a"])([this.type.content],this,"default"))}})},"0049":function(t,e,n){"use strict";var r=n("65ee").IteratorPrototype,i=n("6756"),o=n("8d23"),a=n("77da"),s=n("ca70"),c=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),a(t,u,!1,!0),s[u]=c,t}},"00ee":function(t,e,n){var r=n("b622"),i=r("toStringTag"),o={};o[i]="z",t.exports="[object z]"===String(o)},"0170":function(t,e,n){"use strict";n("a9e3"),n("e25e");var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QItemLabel",props:{overline:Boolean,caption:Boolean,header:Boolean,lines:[Number,String]},computed:{classes:function(){return{"q-item__label--overline text-overline":this.overline,"q-item__label--caption text-caption":this.caption,"q-item__label--header":this.header,ellipsis:1===parseInt(this.lines,10)}},style:function(){if(void 0!==this.lines&&parseInt(this.lines,10)>1)return{overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":this.lines}}},render:function(t){return t("div",{staticClass:"q-item__label",style:this.style,class:this.classes,on:this.$listeners},Object(i["c"])(this,"default"))}})},"0209":function(t,e,n){var r=n("0828"),i=Function.toString;t.exports=r("inspectSource",(function(t){return i.call(t)}))},"0278":function(t,e,n){"use strict";var r=n("d73f"),i=n("2fc8");function o(t){var e,n=[];while(!(e=t.next()).done)n.push(e.value);return n}function a(t,e,n){var r=0,i=n.length;while(r<i){if(t(e,n[r]))return!0;r+=1}return!1}function s(t){var e=String(t).match(/^function (\w*)/);return null==e?"":e[1]}function c(t,e){return Object.prototype.hasOwnProperty.call(e,t)}function u(t,e){return t===e?0!==t||1/t===1/e:t!==t&&e!==e}var l="function"===typeof Object.is?Object.is:u,f=n("4aa2"),d=Object.prototype.toString,h=function(){return"[object Arguments]"===d.call(arguments)?function(t){return"[object Arguments]"===d.call(t)}:function(t){return c("callee",t)}}(),p=h,v=!{toString:null}.propertyIsEnumerable("toString"),g=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],m=function(){return arguments.propertyIsEnumerable("length")}(),b=function(t,e){var n=0;while(n<t.length){if(t[n]===e)return!0;n+=1}return!1},y="function"!==typeof Object.keys||m?Object(f["a"])((function(t){if(Object(t)!==t)return[];var e,n,r=[],i=m&&p(t);for(e in t)!c(e,t)||i&&"length"===e||(r[r.length]=e);if(v){n=g.length-1;while(n>=0)e=g[n],c(e,t)&&!b(r,e)&&(r[r.length]=e),n-=1}return r})):Object(f["a"])((function(t){return Object(t)!==t?[]:Object.keys(t)})),_=y,w=Object(f["a"])((function(t){return null===t?"Null":void 0===t?"Undefined":Object.prototype.toString.call(t).slice(8,-1)})),x=w;function S(t,e,n,r){var i=o(t),s=o(e);function c(t,e){return O(t,e,n.slice(),r.slice())}return!a((function(t,e){return!a(c,e,t)}),s,i)}function O(t,e,n,r){if(l(t,e))return!0;var i=x(t);if(i!==x(e))return!1;if(null==t||null==e)return!1;if("function"===typeof t["fantasy-land/equals"]||"function"===typeof e["fantasy-land/equals"])return"function"===typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e)&&"function"===typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t);if("function"===typeof t.equals||"function"===typeof e.equals)return"function"===typeof t.equals&&t.equals(e)&&"function"===typeof e.equals&&e.equals(t);switch(i){case"Arguments":case"Array":case"Object":if("function"===typeof t.constructor&&"Promise"===s(t.constructor))return t===e;break;case"Boolean":case"Number":case"String":if(typeof t!==typeof e||!l(t.valueOf(),e.valueOf()))return!1;break;case"Date":if(!l(t.valueOf(),e.valueOf()))return!1;break;case"Error":return t.name===e.name&&t.message===e.message;case"RegExp":if(t.source!==e.source||t.global!==e.global||t.ignoreCase!==e.ignoreCase||t.multiline!==e.multiline||t.sticky!==e.sticky||t.unicode!==e.unicode)return!1;break}var o=n.length-1;while(o>=0){if(n[o]===t)return r[o]===e;o-=1}switch(i){case"Map":return t.size===e.size&&S(t.entries(),e.entries(),n.concat([t]),r.concat([e]));case"Set":return t.size===e.size&&S(t.values(),e.values(),n.concat([t]),r.concat([e]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var a=_(t);if(a.length!==_(e).length)return!1;var u=n.concat([t]),f=r.concat([e]);o=a.length-1;while(o>=0){var d=a[o];if(!c(d,e)||!O(e[d],t[d],u,f))return!1;o-=1}return!0}var C=Object(i["a"])((function(t,e){return O(t,e,[],[])})),k=C,j=Object(r["a"])((function(t,e,n){return k(e,n[t])}));e["a"]=j},"0368":function(t,e,n){var r=n("a714");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"03ed":function(t,e,n){"use strict";var r=n("2fc8"),i=Array.isArray||function(t){return null!=t&&t.length>=0&&"[object Array]"===Object.prototype.toString.call(t)};function o(t){return null!=t&&"function"===typeof t["@@transducer/step"]}function a(t,e,n){return function(){if(0===arguments.length)return n();var r=Array.prototype.slice.call(arguments,0),a=r.pop();if(!i(a)){var s=0;while(s<t.length){if("function"===typeof a[t[s]])return a[t[s]].apply(a,r);s+=1}if(o(a)){var c=e.apply(null,r);return c(a)}}return n.apply(this,arguments)}}function s(t){return t&&t["@@transducer/reduced"]?t:{"@@transducer/value":t,"@@transducer/reduced":!0}}var c={init:function(){return this.xf["@@transducer/init"]()},result:function(t){return this.xf["@@transducer/result"](t)}},u=function(){function t(t,e){this.xf=e,this.f=t,this.idx=-1,this.found=!1}return t.prototype["@@transducer/init"]=c.init,t.prototype["@@transducer/result"]=function(t){return this.found||(t=this.xf["@@transducer/step"](t,-1)),this.xf["@@transducer/result"](t)},t.prototype["@@transducer/step"]=function(t,e){return this.idx+=1,this.f(e)&&(this.found=!0,t=s(this.xf["@@transducer/step"](t,this.idx))),t},t}(),l=Object(r["a"])((function(t,e){return new u(t,e)})),f=l,d=Object(r["a"])(a([],f,(function(t,e){var n=0,r=e.length;while(n<r){if(t(e[n]))return n;n+=1}return-1})));e["a"]=d},"0481":function(t,e,n){"use strict";var r=n("23e7"),i=n("a2bf"),o=n("7b0b"),a=n("50c4"),s=n("a691"),c=n("65f0");r({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),n=a(e.length),r=c(e,0);return r.length=i(r,e,e,n,0,void 0===t?1:s(t)),r}})},"0558":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"chart",staticClass:"db-easy-pie",attrs:{"data-percent":t.percent}},[n("div",{staticClass:"inner-text",style:{fontSize:t.fontSize,lineHeight:t.pieSize+"px"}},[t._t("default",[t._v(" "+t._s(t.percent)+"% ")])],2)])},i=[],o=(n("a4d3"),n("e01a"),n("d28b"),n("a9e3"),n("b680"),n("d3b7"),n("3ca3"),n("ddb0"),n("f4f4")),a=n.n(o),s=n("6af3"),c={name:"DbEasyPie",data:function(){return{pieChart:void 0,pieSize:150}},mixins:[s["a"]],props:{value:{type:Number,default:0},barColor:{type:String,default:"#ef1e25"},fontSize:{type:String,default:"20px"},trackColor:{type:String,default:null},scaleColor:{type:String,default:"#dfe0e0"},scaleLength:{type:Number,default:5},lineCap:{type:String,default:"round"},lineWidth:{type:Number,default:3},size:{type:Number,default:0},rotate:{type:Number,default:0},duration:{type:Number,default:1e3},animated:{type:Boolean,default:!0},percentRanges:{type:Array,default:function(){return[]}}},computed:{percent:function(){return this.value.toFixed(2)},hasRanges:function(){return Array.isArray(this.percentRanges)&&this.percentRanges.length>0},epTrackColor:function(){return this.trackColor?this.trackColor:this.dark?"#37474f":"#f2f2f2"}},watch:{percent:function(t){this.update(t)},duration:function(t){this.pieChart.options.animate.duration=t,this.update(this.percent)},animated:function(t){this.pieChart.options.animate.enabled=t,this.update(this.percent)},dark:function(){var t=this;this.$nextTick((function(){t.render()}))}},mounted:function(){var t=this;window.addEventListener("resize",this.handleResize),this.$nextTick((function(){t.render()}))},beforeDestroy:function(){window.removeEventListener("resize",this.handleResize)},methods:{update:function(t){this.pieChart.update(t)},getOptions:function(){},initSize:function(){if(0!=this.size)this.pieSize=this.size;else if(this.$refs.chart){var t=this.$refs.chart.clientHeight,e=this.$refs.chart.clientWidth;this.pieSize=t>e?e:t}},handleResize:function(){var t=this;this.$nextTick((function(){t.render()}))},getBarColor:function(t){if(!this.hasRanges)return this.barColor;var e=!0,n=!1,r=void 0;try{for(var i,o=this.percentRanges[Symbol.iterator]();!(e=(i=o.next()).done);e=!0){var a=i.value;if(a.value>t)return a.color}}catch(s){n=!0,r=s}finally{try{e||null==o.return||o.return()}finally{if(n)throw r}}},render:function(){this.$refs.chart&&(this.initSize(),this.pieChart&&this.$refs.chart.removeChild(this.$refs.chart.lastChild),this.pieChart=new a.a(this.$refs.chart,{barColor:this.getBarColor,trackColor:this.epTrackColor,scaleColor:this.scaleColor,scaleLength:this.scaleLength,lineCap:this.lineCap,lineWidth:this.lineWidth,size:this.pieSize,rotate:this.rotate,animate:{duration:this.duration,enabled:this.animated}}))}}},u=c,l=n("2877"),f=Object(l["a"])(u,r,i,!1,null,null,null);e["a"]=f.exports},"057f":function(t,e,n){var r=n("fc6a"),i=n("241c").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(t){try{return i(t)}catch(e){return a.slice()}};t.exports.f=function(t){return a&&"[object Window]"==o.call(t)?s(t):i(r(t))}},"05c0":function(t,e,n){"use strict";n("d81d"),n("a9e3"),n("18a5");var r=n("2b0e"),i=n("c474"),o=n("7ee0"),a=n("9e62"),s=n("7562"),c=n("0831"),u=n("3627"),l=n("2248"),f=n("dde5"),d=n("ab41");e["a"]=r["a"].extend({name:"QTooltip",mixins:[i["a"],o["a"],a["b"],s["a"]],props:{maxHeight:{type:String,default:null},maxWidth:{type:String,default:null},transitionShow:{default:"jump-down"},transitionHide:{default:"jump-up"},anchor:{type:String,default:"bottom middle",validator:d["d"]},self:{type:String,default:"top middle",validator:d["d"]},offset:{type:Array,default:function(){return[14,14]},validator:d["c"]},delay:{type:Number,default:0}},computed:{anchorOrigin:function(){return Object(d["a"])(this.anchor)},selfOrigin:function(){return Object(d["a"])(this.self)},hideOnRouteChange:function(){return!0!==this.persistent}},methods:{__show:function(t){var e=this;this.__showPortal(),this.__nextTick((function(){e.updatePosition(),e.__configureScrollTarget()})),this.__setTimeout((function(){e.$emit("show",t)}),300)},__hide:function(t){var e=this;this.__anchorCleanup(),this.__setTimeout((function(){e.__hidePortal(),e.$emit("hide",t)}),300)},__anchorCleanup:function(){this.__unconfigureScrollTarget(),Object(u["b"])(this,"tooltipTemp")},updatePosition:function(){if(void 0!==this.anchorEl&&void 0!==this.__portal){var t=this.__portal.$el;8!==t.nodeType?Object(d["b"])({el:t,offset:this.offset,anchorEl:this.anchorEl,anchorOrigin:this.anchorOrigin,selfOrigin:this.selfOrigin,maxHeight:this.maxHeight,maxWidth:this.maxWidth}):setTimeout(this.updatePosition,25)}},__delayShow:function(t){var e=this;if(!0===this.$q.platform.is.mobile){Object(l["a"])(),document.body.classList.add("non-selectable");var n=Object(u["d"])(this.anchorEl),r=["touchmove","touchcancel","touchend","click"].map((function(t){return[n,t,"__delayHide","passiveCapture"]}));Object(u["a"])(this,"tooltipTemp",r)}this.__setTimeout((function(){e.show(t)}),this.delay)},__delayHide:function(t){this.__clearTimeout(),!0===this.$q.platform.is.mobile&&(Object(u["b"])(this,"tooltipTemp"),Object(l["a"])(),setTimeout((function(){document.body.classList.remove("non-selectable")}),10)),this.hide(t)},__configureAnchorEl:function(){if(!0!==this.noParentEvent&&void 0!==this.anchorEl){var t=!0===this.$q.platform.is.mobile?[[this.anchorEl,"touchstart","__delayShow","passive"]]:[[this.anchorEl,"mouseenter","__delayShow","passive"],[this.anchorEl,"mouseleave","__delayHide","passive"]];Object(u["a"])(this,"anchor",t)}},__unconfigureScrollTarget:function(){void 0!==this.scrollTarget&&(this.__changeScrollEvent(this.scrollTarget),this.scrollTarget=void 0)},__configureScrollTarget:function(){if(void 0!==this.anchorEl){this.scrollTarget=Object(c["c"])(this.anchorEl);var t=!0===this.noParentEvent?this.updatePosition:this.hide;this.__changeScrollEvent(this.scrollTarget,t)}},__renderPortal:function(t){return t("transition",{props:{name:this.transition}},[!0===this.showing?t("div",{staticClass:"q-tooltip no-pointer-events",class:this.contentClass,style:this.contentStyle,attrs:{role:"complementary"}},Object(f["c"])(this,"default")):null])}},mounted:function(){this.__processModelChange(this.value)}})},"06cf":function(t,e,n){var r=n("83ab"),i=n("d1e7"),o=n("5c6c"),a=n("fc6a"),s=n("c04e"),c=n("5135"),u=n("0cfb"),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),u)try{return l(t,e)}catch(n){}if(c(t,e))return o(!i.f.call(t,e),t[e])}},"0761":function(t,e,n){var r=n("d0c8"),i=n("caad1"),o=n("09d1"),a=n("c938"),s=n("c35a"),c=n("cf9e"),u=function(t,e){this.stopped=t,this.result=e},l=t.exports=function(t,e,n,l,f){var d,h,p,v,g,m,b,y=a(e,n,l?2:1);if(f)d=t;else{if(h=s(t),"function"!=typeof h)throw TypeError("Target is not iterable");if(i(h)){for(p=0,v=o(t.length);v>p;p++)if(g=l?y(r(b=t[p])[0],b[1]):y(t[p]),g&&g instanceof u)return g;return new u(!1)}d=h.call(t)}m=d.next;while(!(b=m.call(d)).done)if(g=c(d,y,b.value,l),"object"==typeof g&&g&&g instanceof u)return g;return new u(!1)};l.stop=function(t){return new u(!0,t)}},"0828":function(t,e,n){var r=n("0f33"),i=n("db8f");(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.4.7",mode:r?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"0831":function(t,e,n){"use strict";n.d(e,"c",(function(){return o})),n.d(e,"b",(function(){return a})),n.d(e,"a",(function(){return s})),n.d(e,"g",(function(){return d})),n.d(e,"f",(function(){return h})),n.d(e,"d",(function(){return p})),n.d(e,"e",(function(){return v}));n("caad");var r,i=n("f303");function o(t){return t.closest(".scroll,.scroll-y,.overflow-auto")||window}function a(t){return t===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:t.scrollTop}function s(t){return t===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:t.scrollLeft}function c(t,e,n){var r=a(t);n<=0?r!==e&&l(t,e):requestAnimationFrame((function(){var i=r+(e-r)/Math.max(16,n)*16;l(t,i),i!==e&&c(t,e,n-16)}))}function u(t,e,n){var r=s(t);n<=0?r!==e&&f(t,e):requestAnimationFrame((function(){var i=r+(e-r)/Math.max(16,n)*16;f(t,i),i!==e&&u(t,e,n-16)}))}function l(t,e){t!==window?t.scrollTop=e:window.scrollTo(0,e)}function f(t,e){t!==window?t.scrollLeft=e:window.scrollTo(e,0)}function d(t,e,n){n?c(t,e,n):l(t,e)}function h(t,e,n){n?u(t,e,n):f(t,e)}function p(){if(void 0!==r)return r;var t=document.createElement("p"),e=document.createElement("div");Object(i["b"])(t,{width:"100%",height:"200px"}),Object(i["b"])(e,{position:"absolute",top:"0px",left:"0px",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);var n=t.offsetWidth;e.style.overflow="scroll";var o=t.offsetWidth;return n===o&&(o=e.clientWidth),e.remove(),r=n-o,r}function v(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return!(!t||t.nodeType!==Node.ELEMENT_NODE)&&(e?t.scrollHeight>t.clientHeight&&(t.classList.contains("scroll")||t.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(t)["overflow-y"])):t.scrollWidth>t.clientWidth&&(t.classList.contains("scroll")||t.classList.contains("overflow-auto")||["auto","scroll"].includes(window.getComputedStyle(t)["overflow-x"])))}},"08a8":function(t,e,n){"use strict";n.d(e,"b",(function(){return o}));var r=n("66d1"),i=n("8d05"),o=new Array(3).concat("fc8d59ffffbf99d594","d7191cfdae61abdda42b83ba","d7191cfdae61ffffbfabdda42b83ba","d53e4ffc8d59fee08be6f59899d5943288bd","d53e4ffc8d59fee08bffffbfe6f59899d5943288bd","d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd","d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd","9e0142d53e4ff46d43fdae61fee08be6f598abdda466c2a53288bd5e4fa2","9e0142d53e4ff46d43fdae61fee08bffffbfe6f598abdda466c2a53288bd5e4fa2").map(r["a"]);e["a"]=Object(i["a"])(o)},"0967":function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"c",(function(){return c})),n.d(e,"e",(function(){return u})),n.d(e,"a",(function(){return v}));n("a4d3"),n("4de4"),n("4160"),n("c975"),n("e439"),n("dbb4"),n("b64b"),n("e25e"),n("ac1f"),n("159b");var r=n("ade3"),i=n("2b0e");function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function a(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var s="undefined"===typeof window,c=!1,u=s;function l(t,e){var n=/(edge|edga|edgios)\/([\w.]+)/.exec(t)||/(opr)[\/]([\w.]+)/.exec(t)||/(vivaldi)[\/]([\w.]+)/.exec(t)||/(chrome|crios)[\/]([\w.]+)/.exec(t)||/(iemobile)[\/]([\w.]+)/.exec(t)||/(version)(applewebkit)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(t)||/(webkit)[\/]([\w.]+).*(version)[\/]([\w.]+).*(safari)[\/]([\w.]+)/.exec(t)||/(firefox|fxios)[\/]([\w.]+)/.exec(t)||/(webkit)[\/]([\w.]+)/.exec(t)||/(opera)(?:.*version|)[\/]([\w.]+)/.exec(t)||/(msie) ([\w.]+)/.exec(t)||t.indexOf("trident")>=0&&/(rv)(?::| )([\w.]+)/.exec(t)||t.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(t)||[];return{browser:n[5]||n[3]||n[1]||"",version:n[2]||n[4]||"0",versionNumber:n[4]||n[2]||"0",platform:e[0]||""}}function f(t){return/(ipad)/.exec(t)||/(ipod)/.exec(t)||/(windows phone)/.exec(t)||/(iphone)/.exec(t)||/(kindle)/.exec(t)||/(silk)/.exec(t)||/(android)/.exec(t)||/(win)/.exec(t)||/(mac)/.exec(t)||/(linux)/.exec(t)||/(cros)/.exec(t)||/(playbook)/.exec(t)||/(bb)/.exec(t)||/(blackberry)/.exec(t)||[]}function d(t){var e=f(t),n=l(t,e),r={};n.browser&&(r[n.browser]=!0,r.version=n.version,r.versionNumber=parseInt(n.versionNumber,10)),n.platform&&(r[n.platform]=!0);var i=r.android||r.ios||r.bb||r.blackberry||r.ipad||r.iphone||r.ipod||r.kindle||r.playbook||r.silk||r["windows phone"];return!0===i||t.indexOf("mobile")>-1?(r.mobile=!0,r.edga||r.edgios?(r.edge=!0,n.browser="edge"):r.crios?(r.chrome=!0,n.browser="chrome"):r.fxios&&(r.firefox=!0,n.browser="firefox")):r.desktop=!0,(r.ipod||r.ipad||r.iphone)&&(r.ios=!0),r["windows phone"]&&(r.winphone=!0,delete r["windows phone"]),(r.chrome||r.opr||r.safari||r.vivaldi||!0===r.mobile&&!0!==r.ios&&!0!==i)&&(r.webkit=!0),(r.rv||r.iemobile)&&(n.browser="ie",r.ie=!0),(r.safari&&r.blackberry||r.bb)&&(n.browser="blackberry",r.blackberry=!0),r.safari&&r.playbook&&(n.browser="playbook",r.playbook=!0),r.opr&&(n.browser="opera",r.opera=!0),r.safari&&r.android&&(n.browser="android",r.android=!0),r.safari&&r.kindle&&(n.browser="kindle",r.kindle=!0),r.safari&&r.silk&&(n.browser="silk",r.silk=!0),r.vivaldi&&(n.browser="vivaldi",r.vivaldi=!0),r.name=n.browser,r.platform=n.platform,!1===s&&(t.indexOf("electron")>-1?r.electron=!0:document.location.href.indexOf("-extension://")>-1?r.bex=!0:void 0!==window.Capacitor?(r.capacitor=!0,r.nativeMobile=!0,r.nativeMobileWrapper="capacitor"):void 0===window._cordovaNative&&void 0===window.cordova||(r.cordova=!0,r.nativeMobile=!0,r.nativeMobileWrapper="cordova"),c=void 0===r.nativeMobile&&void 0===r.electron&&!!document.querySelector("[data-server-rendered]"),!0===c&&(u=!0)),r}var h=!1===s?(navigator.userAgent||navigator.vendor||window.opera).toLowerCase():"",p={has:{touch:!1,webStorage:!1},within:{iframe:!1}},v=!1===s?{userAgent:h,is:d(h),has:{touch:function(){return"ontouchstart"in window||window.navigator.maxTouchPoints>0}(),webStorage:function(){try{if(window.localStorage)return!0}catch(t){}return!1}()},within:{iframe:window.self!==window.top}}:p,g={install:function(t,e){var n=this;!0===s?e.server.push((function(t,e){t.platform=n.parseSSR(e.ssr)})):!0===c?(Object.assign(this,v,p),e.takeover.push((function(t){u=c=!1,Object.assign(t.platform,v)})),i["a"].util.defineReactive(t,"platform",this)):(Object.assign(this,v),t.platform=this)}};!0===s&&(g.parseSSR=function(t){var e=(t.req.headers["user-agent"]||t.req.headers["User-Agent"]||"").toLowerCase();return a({},v,{userAgent:e,is:d(e)})}),e["b"]=g},"09b8":function(t,e,n){"use strict";n.d(e,"a",(function(){return f})),n.d(e,"d",(function(){return d})),n.d(e,"c",(function(){return h})),n.d(e,"e",(function(){return p})),n.d(e,"f",(function(){return v})),n.d(e,"g",(function(){return g})),n.d(e,"h",(function(){return m})),n.d(e,"b",(function(){return b})),n.d(e,"i",(function(){return y}));var r=n("1a7c"),i=n("f4a6"),o=n("686d"),a=n("3c4e"),s=n.n(a),c=n("6af3");let u=null;function l(t,e){return{render:function(t){return t("div",{style:this.styles,class:this.cssClasses},[t("canvas",{attrs:{id:this.chartId,width:this.width,height:this.height},ref:"canvas"})])},mixins:[c["a"]],props:{chartId:{default:t,type:String},width:{default:100,type:Number},height:{default:100,type:Number},cssClasses:{type:String,default:""},styles:{type:Object},plugins:{type:Array,default(){return[]}},data:Object,options:{type:Object}},data(){return{_chart:null,_plugins:this.plugins,chartOptions:{},chartData:{}}},computed:{defaultOptions:function(){return{responsive:!0,maintainAspectRatio:!1,onClick:(t,e)=>{this.onClick(t,e)},legend:{labels:{fontColor:this.dark?"#AAA":"#666"}},plugins:{labels:{fontColor:this.dark?"#AAA":"#666"}}}},defaultColors:function(){return r["a"].getColors(this.dark)}},watch:{_updated:function(){o["a"].debug("DbChartjs: _updated prop changed"),this.scheduleUpdate(!0,!1)},data:{handler(){o["a"].debug("DbChartjs: data prop changed"),this.scheduleUpdate(!0,!1)},deep:!0},options:{handler(){o["a"].debug("DbChartjs: options prop changed"),this.scheduleUpdate(!1,!0)},deep:!0},dark:function(){o["a"].debug("DbChartjs: dark prop changed"),this.scheduleUpdate(!0,!0)}},mounted(){this.chartData=JSON.parse(JSON.stringify(this.data||{})),this.preProcess(!0),n.e("chunk-2d0b90b4").then(n.t.bind(null,"30ef",7)).then(t=>{o["a"].info("chart.js: imported"),u=t.default,n.e("chunk-2d0de2f2").then(n.t.bind(null,"8521",7)).then(t=>{this.$nextTick(()=>{this.renderChart(this.chartData,this.chartOptions)})})})},methods:{scheduleUpdate(t,e){o["a"].debug("DbChartjs: schedule update"),this.$nextTick(()=>{t&&this.updateData(),this.preProcess(e),this.$data._chart&&(e&&(this.$data._chart.options=this.chartOptions),this.$data._chart.update())})},preProcess(t){if(t&&this.setupOptions(),this.chartData&&"datasets"in this.chartData&&Array.isArray(this.chartData.datasets))for(let e=0;e<this.chartData.datasets.length;e++)this.setupDataset(this.chartData.datasets[e],e)},updateData(){if(this.data)if("labels"in this.data&&(this.chartData.labels=this.data.labels),"datasets"in this.data&&Array.isArray(this.data.datasets))for(let t=0;t<this.data.datasets.length;t++){let e=this.data.datasets[t];if(t<this.chartData.datasets.length){let n=Object.assign({_meta:this.chartData.datasets[t]._meta},s()({},e));this.chartData.datasets[t]=n}else this.chartData.datasets.push(s()({},e)),this.setupDataset(this.chartData.datasets[t],t)}else this.chartData.datasets=[]},setupDataset(t,e){"borderColor"in t||"backgroundColor"in t||(["pie-chart","doughnut-chart","polar-chart"].includes(this.chartId)?(t.borderWidth=1,t.borderColor="rgba(255, 255, 255, 0.2)",t.backgroundColor=this.defaultColors.map(t=>r["a"].hex2RGBA(t,.5))):(t.borderWidth=t.borderWidth||1,t.borderColor=this.defaultColors[e],t.backgroundColor=r["a"].hex2RGBA(this.defaultColors[e],.5)))},setupOptions(){o["a"].debug("DbChartjs: setting up options");let t=null;["radar-chart","polar-chart"].includes(this.chartId)?t=s.a.all([this.defaultOptions,{scale:{angleLines:{lineWidth:1,color:this.dark?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)"},gridLines:{color:this.dark?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.2)",zeroLineColor:"#FFF"},ticks:{showLabelBackdrop:!this.dark,fontColor:this.getAxesColor()}}},this.options||{}]):["pie-chart","doughnut-chart"].includes(this.chartId)?t=s()(this.defaultOptions,this.options||{}):(t=s()(this.defaultOptions,this.options||{}),i["a"].ensureProperty(t,"scales",{}),i["a"].ensureProperty(t.scales,"xAxes",[{}]),t.scales.xAxes=t.scales.xAxes.map(t=>this.setupScale(t)),i["a"].ensureProperty(t.scales,"yAxes",[{}]),t.scales.yAxes=t.scales.yAxes.map(t=>this.setupScale(t))),this.chartOptions=t},setupScale(t){return s()({gridLines:{color:this.dark?"rgba(255, 255, 255, 0.2)":"rgba(0, 0, 0, 0.1)",zeroLineColor:"#EEE"},ticks:{fontColor:this.getAxesColor()}},t)},getAxesColor(){return this.dark?"#BBB":"#666"},addPlugin(t){this.$data._plugins.push(t)},generateLegend(){if(this.$data._chart)return this.$data._chart.generateLegend()},generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map((function(n,r){var i=t.getDatasetMeta(0),o=e.datasets[0],a=i.data[r],s=a&&a.custom||{},c=u.helpers.getValueAtIndexOrDefault,l=t.options.elements.arc,f=s.backgroundColor?s.backgroundColor:c(o.backgroundColor,r,l.backgroundColor),d=s.borderColor?s.borderColor:c(o.borderColor,r,l.borderColor),h=s.borderWidth?s.borderWidth:c(o.borderWidth,r,l.borderWidth);return{text:o.data[r]+" "+n,fillStyle:f,strokeStyle:d,lineWidth:h,hidden:isNaN(o.data[r])||i.data[r].hidden,index:r}})):[]},renderChart(t,n){this.$nextTick(()=>{this.$data._chart&&this.$data._chart.destroy(),this.$data._chart=new u(this.$refs.canvas.getContext("2d"),{type:e,data:t,options:n,plugins:this.$data._plugins})})}},beforeDestroy(){this.$data._chart&&this.$data._chart.destroy()}}}const f=l("bar-chart","bar"),d=l("horizontalbar-chart","horizontalBar"),h=l("doughnut-chart","doughnut"),p=l("line-chart","line"),v=l("pie-chart","pie"),g=l("polar-chart","polarArea"),m=l("radar-chart","radar"),b=l("bubble-chart","bubble"),y=l("scatter-chart","scatter")},"09d1":function(t,e,n){var r=n("59c2"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},"09e3":function(t,e,n){"use strict";var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QPageContainer",inject:{layout:{default:function(){console.error("QPageContainer needs to be child of QLayout")}}},provide:{pageContainer:!0},computed:{style:function(){var t={};return!0===this.layout.header.space&&(t.paddingTop="".concat(this.layout.header.size,"px")),!0===this.layout.right.space&&(t["padding".concat(!0===this.$q.lang.rtl?"Left":"Right")]="".concat(this.layout.right.size,"px")),!0===this.layout.footer.space&&(t.paddingBottom="".concat(this.layout.footer.size,"px")),!0===this.layout.left.space&&(t["padding".concat(!0===this.$q.lang.rtl?"Right":"Left")]="".concat(this.layout.left.size,"px")),t}},render:function(t){return t("div",{staticClass:"q-page-container",style:this.style,on:this.$listeners},Object(i["c"])(this,"default"))}})},"09e4":function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},"0a06":function(t,e,n){"use strict";var r=n("c532"),i=n("30b5"),o=n("f6b4"),a=n("5270"),s=n("4a7b");function c(t){this.defaults=t,this.interceptors={request:new o,response:new o}}c.prototype.request=function(t){"string"===typeof t?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=s(this.defaults,t),t.method=t.method?t.method.toLowerCase():"get";var e=[a,void 0],n=Promise.resolve(t);this.interceptors.request.forEach((function(t){e.unshift(t.fulfilled,t.rejected)})),this.interceptors.response.forEach((function(t){e.push(t.fulfilled,t.rejected)}));while(e.length)n=n.then(e.shift(),e.shift());return n},c.prototype.getUri=function(t){return t=s(this.defaults,t),i(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},r.forEach(["delete","get","head","options"],(function(t){c.prototype[t]=function(e,n){return this.request(r.merge(n||{},{method:t,url:e}))}})),r.forEach(["post","put","patch"],(function(t){c.prototype[t]=function(e,n,i){return this.request(r.merge(i||{},{method:t,url:e,data:n}))}})),t.exports=c},"0cfb":function(t,e,n){var r=n("83ab"),i=n("d039"),o=n("cc12");t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"0d03":function(t,e,n){var r=n("6eeb"),i=Date.prototype,o="Invalid Date",a="toString",s=i[a],c=i.getTime;new Date(NaN)+""!=o&&r(i,a,(function(){var t=c.call(this);return t===t?s.call(this):o}))},"0d05":function(t,e,n){var r=n("09e4"),i=n("0209"),o=r.WeakMap;t.exports="function"===typeof o&&/native code/.test(i(o))},"0d58":function(t,e,n){var r=n("0ee6");t.exports=r("navigator","userAgent")||""},"0d59":function(t,e,n){"use strict";n("a9e3");var r=n("2b0e"),i=n("6642"),o={props:{color:String,size:{type:[Number,String],default:"1em"}},computed:{cSize:function(){return this.size in i["b"]?"".concat(i["b"][this.size],"px"):this.size},classes:function(){if(this.color)return"text-".concat(this.color)}}};e["a"]=r["a"].extend({name:"QSpinner",mixins:[o],props:{thickness:{type:Number,default:5}},render:function(t){return t("svg",{staticClass:"q-spinner q-spinner-mat",class:this.classes,on:this.$listeners,attrs:{focusable:"false",width:this.cSize,height:this.cSize,viewBox:"25 25 50 50"}},[t("circle",{staticClass:"path",attrs:{cx:"50",cy:"50",r:"20",fill:"none",stroke:"currentColor","stroke-width":this.thickness,"stroke-miterlimit":"10"}})])}})},"0df6":function(t,e,n){"use strict";t.exports=function(t){return function(e){return t.apply(null,e)}}},"0e17":function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},"0ee6":function(t,e,n){var r=n("d1d7"),i=n("09e4"),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t])||o(i[t]):r[t]&&r[t][e]||i[t]&&i[t][e]}},"0f33":function(t,e){t.exports=!1},"0fd9":function(t,e,n){var r,i,o,a=n("09e4"),s=n("a714"),c=n("d714"),u=n("c938"),l=n("68d9"),f=n("c4dd"),d=n("7252"),h=a.location,p=a.setImmediate,v=a.clearImmediate,g=a.process,m=a.MessageChannel,b=a.Dispatch,y=0,_={},w="onreadystatechange",x=function(t){if(_.hasOwnProperty(t)){var e=_[t];delete _[t],e()}},S=function(t){return function(){x(t)}},O=function(t){x(t.data)},C=function(t){a.postMessage(t+"",h.protocol+"//"+h.host)};p&&v||(p=function(t){var e=[],n=1;while(arguments.length>n)e.push(arguments[n++]);return _[++y]=function(){("function"==typeof t?t:Function(t)).apply(void 0,e)},r(y),y},v=function(t){delete _[t]},"process"==c(g)?r=function(t){g.nextTick(S(t))}:b&&b.now?r=function(t){b.now(S(t))}:m&&!d?(i=new m,o=i.port2,i.port1.onmessage=O,r=u(o.postMessage,o,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||s(C)?r=w in f("script")?function(t){l.appendChild(f("script"))[w]=function(){l.removeChild(this),x(t)}}:function(t){setTimeout(S(t),0)}:(r=C,a.addEventListener("message",O,!1))),t.exports={set:p,clear:v}},1148:function(t,e,n){"use strict";var r=n("a691"),i=n("1d80");t.exports="".repeat||function(t){var e=String(i(this)),n="",o=r(t);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(e+=e))1&o&&(n+=e);return n}},1276:function(t,e,n){"use strict";var r=n("d784"),i=n("44e7"),o=n("825a"),a=n("1d80"),s=n("4840"),c=n("8aa5"),u=n("50c4"),l=n("14c3"),f=n("9263"),d=n("d039"),h=[].push,p=Math.min,v=4294967295,g=!d((function(){return!RegExp(v,"y")}));r("split",2,(function(t,e,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(t,n){var r=String(a(this)),o=void 0===n?v:n>>>0;if(0===o)return[];if(void 0===t)return[r];if(!i(t))return e.call(r,t,o);var s,c,u,l=[],d=(t.ignoreCase?"i":"")+(t.multiline?"m":"")+(t.unicode?"u":"")+(t.sticky?"y":""),p=0,g=new RegExp(t.source,d+"g");while(s=f.call(g,r)){if(c=g.lastIndex,c>p&&(l.push(r.slice(p,s.index)),s.length>1&&s.index<r.length&&h.apply(l,s.slice(1)),u=s[0].length,p=c,l.length>=o))break;g.lastIndex===s.index&&g.lastIndex++}return p===r.length?!u&&g.test("")||l.push(""):l.push(r.slice(p)),l.length>o?l.slice(0,o):l}:"0".split(void 0,0).length?function(t,n){return void 0===t&&0===n?[]:e.call(this,t,n)}:e,[function(e,n){var i=a(this),o=void 0==e?void 0:e[t];return void 0!==o?o.call(e,i,n):r.call(String(i),e,n)},function(t,i){var a=n(r,t,this,i,r!==e);if(a.done)return a.value;var f=o(t),d=String(this),h=s(f,RegExp),m=f.unicode,b=(f.ignoreCase?"i":"")+(f.multiline?"m":"")+(f.unicode?"u":"")+(g?"y":"g"),y=new h(g?f:"^(?:"+f.source+")",b),_=void 0===i?v:i>>>0;if(0===_)return[];if(0===d.length)return null===l(y,d)?[d]:[];var w=0,x=0,S=[];while(x<d.length){y.lastIndex=g?x:0;var O,C=l(y,g?d:d.slice(x));if(null===C||(O=p(u(y.lastIndex+(g?0:x)),d.length))===w)x=c(d,x,m);else{if(S.push(d.slice(w,x)),S.length===_)return S;for(var k=1;k<=C.length-1;k++)if(S.push(C[k]),S.length===_)return S;x=w=O}}return S.push(d.slice(w)),S}]}),!g)},"13d5":function(t,e,n){"use strict";var r=n("23e7"),i=n("d58f").left,o=n("b301");r({target:"Array",proto:!0,forced:o("reduce")},{reduce:function(t){return i(this,t,arguments.length,arguments.length>1?arguments[1]:void 0)}})},"14c3":function(t,e,n){var r=n("c6b6"),i=n("9263");t.exports=function(t,e){var n=t.exec;if("function"===typeof n){var o=n.call(t,e);if("object"!==typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(t))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(t,e)}},"159b":function(t,e,n){var r=n("da84"),i=n("fdbc"),o=n("17c2"),a=n("9112");for(var s in i){var c=r[s],u=c&&c.prototype;if(u&&u.forEach!==o)try{a(u,"forEach",o)}catch(l){u.forEach=o}}},"15a7":function(t,e,n){"use strict";n.d(e,"a",(function(){return v}));var r=n("63ad"),i=n("166a"),o=n("530a"),a=-.14861,s=1.78277,c=-.29227,u=-.90649,l=1.97294,f=l*u,d=l*s,h=s*c-u*a;function p(t){if(t instanceof g)return new g(t.h,t.s,t.l,t.opacity);t instanceof i["b"]||(t=Object(i["h"])(t));var e=t.r/255,n=t.g/255,r=t.b/255,a=(h*r+f*e-d*n)/(h+f-d),s=r-a,p=(l*(n-a)-c*s)/u,v=Math.sqrt(p*p+s*s)/(l*a*(1-a)),m=v?Math.atan2(p,s)*o["b"]-120:NaN;return new g(m<0?m+360:m,v,a,t.opacity)}function v(t,e,n,r){return 1===arguments.length?p(t):new g(t,e,n,null==r?1:r)}function g(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}Object(r["a"])(g,v,Object(r["b"])(i["a"],{brighter:function(t){return t=null==t?i["c"]:Math.pow(i["c"],t),new g(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?i["d"]:Math.pow(i["d"],t),new g(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=isNaN(this.h)?0:(this.h+120)*o["a"],e=+this.l,n=isNaN(this.s)?0:this.s*e*(1-e),r=Math.cos(t),f=Math.sin(t);return new i["b"](255*(e+n*(a*r+s*f)),255*(e+n*(c*r+u*f)),255*(e+n*(l*r)),this.opacity)}}))},"166a":function(t,e,n){"use strict";n.d(e,"a",(function(){return i})),n.d(e,"d",(function(){return o})),n.d(e,"c",(function(){return a})),n.d(e,"e",(function(){return w})),n.d(e,"h",(function(){return O})),n.d(e,"g",(function(){return C})),n.d(e,"b",(function(){return k})),n.d(e,"f",(function(){return M}));var r=n("63ad");function i(){}var o=.7,a=1/o,s="\\s*([+-]?\\d+)\\s*",c="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)\\s*",u="\\s*([+-]?\\d*\\.?\\d+(?:[eE][+-]?\\d+)?)%\\s*",l=/^#([0-9a-f]{3,8})$/,f=new RegExp("^rgb\\("+[s,s,s]+"\\)$"),d=new RegExp("^rgb\\("+[u,u,u]+"\\)$"),h=new RegExp("^rgba\\("+[s,s,s,c]+"\\)$"),p=new RegExp("^rgba\\("+[u,u,u,c]+"\\)$"),v=new RegExp("^hsl\\("+[c,u,u]+"\\)$"),g=new RegExp("^hsla\\("+[c,u,u,c]+"\\)$"),m={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function b(){return this.rgb().formatHex()}function y(){return E(this).formatHsl()}function _(){return this.rgb().formatRgb()}function w(t){var e,n;return t=(t+"").trim().toLowerCase(),(e=l.exec(t))?(n=e[1].length,e=parseInt(e[1],16),6===n?x(e):3===n?new k(e>>8&15|e>>4&240,e>>4&15|240&e,(15&e)<<4|15&e,1):8===n?new k(e>>24&255,e>>16&255,e>>8&255,(255&e)/255):4===n?new k(e>>12&15|e>>8&240,e>>8&15|e>>4&240,e>>4&15|240&e,((15&e)<<4|15&e)/255):null):(e=f.exec(t))?new k(e[1],e[2],e[3],1):(e=d.exec(t))?new k(255*e[1]/100,255*e[2]/100,255*e[3]/100,1):(e=h.exec(t))?S(e[1],e[2],e[3],e[4]):(e=p.exec(t))?S(255*e[1]/100,255*e[2]/100,255*e[3]/100,e[4]):(e=v.exec(t))?A(e[1],e[2]/100,e[3]/100,1):(e=g.exec(t))?A(e[1],e[2]/100,e[3]/100,e[4]):m.hasOwnProperty(t)?x(m[t]):"transparent"===t?new k(NaN,NaN,NaN,0):null}function x(t){return new k(t>>16&255,t>>8&255,255&t,1)}function S(t,e,n,r){return r<=0&&(t=e=n=NaN),new k(t,e,n,r)}function O(t){return t instanceof i||(t=w(t)),t?(t=t.rgb(),new k(t.r,t.g,t.b,t.opacity)):new k}function C(t,e,n,r){return 1===arguments.length?O(t):new k(t,e,n,null==r?1:r)}function k(t,e,n,r){this.r=+t,this.g=+e,this.b=+n,this.opacity=+r}function j(){return"#"+P(this.r)+P(this.g)+P(this.b)}function T(){var t=this.opacity;return t=isNaN(t)?1:Math.max(0,Math.min(1,t)),(1===t?"rgb(":"rgba(")+Math.max(0,Math.min(255,Math.round(this.r)||0))+", "+Math.max(0,Math.min(255,Math.round(this.g)||0))+", "+Math.max(0,Math.min(255,Math.round(this.b)||0))+(1===t?")":", "+t+")")}function P(t){return t=Math.max(0,Math.min(255,Math.round(t)||0)),(t<16?"0":"")+t.toString(16)}function A(t,e,n,r){return r<=0?t=e=n=NaN:n<=0||n>=1?t=e=NaN:e<=0&&(t=NaN),new D(t,e,n,r)}function E(t){if(t instanceof D)return new D(t.h,t.s,t.l,t.opacity);if(t instanceof i||(t=w(t)),!t)return new D;if(t instanceof D)return t;t=t.rgb();var e=t.r/255,n=t.g/255,r=t.b/255,o=Math.min(e,n,r),a=Math.max(e,n,r),s=NaN,c=a-o,u=(a+o)/2;return c?(s=e===a?(n-r)/c+6*(n<r):n===a?(r-e)/c+2:(e-n)/c+4,c/=u<.5?a+o:2-a-o,s*=60):c=u>0&&u<1?0:s,new D(s,c,u,t.opacity)}function M(t,e,n,r){return 1===arguments.length?E(t):new D(t,e,n,null==r?1:r)}function D(t,e,n,r){this.h=+t,this.s=+e,this.l=+n,this.opacity=+r}function $(t,e,n){return 255*(t<60?e+(n-e)*t/60:t<180?n:t<240?e+(n-e)*(240-t)/60:e)}Object(r["a"])(i,w,{copy:function(t){return Object.assign(new this.constructor,this,t)},displayable:function(){return this.rgb().displayable()},hex:b,formatHex:b,formatHsl:y,formatRgb:_,toString:_}),Object(r["a"])(k,C,Object(r["b"])(i,{brighter:function(t){return t=null==t?a:Math.pow(a,t),new k(this.r*t,this.g*t,this.b*t,this.opacity)},darker:function(t){return t=null==t?o:Math.pow(o,t),new k(this.r*t,this.g*t,this.b*t,this.opacity)},rgb:function(){return this},displayable:function(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:j,formatHex:j,formatRgb:T,toString:T})),Object(r["a"])(D,M,Object(r["b"])(i,{brighter:function(t){return t=null==t?a:Math.pow(a,t),new D(this.h,this.s,this.l*t,this.opacity)},darker:function(t){return t=null==t?o:Math.pow(o,t),new D(this.h,this.s,this.l*t,this.opacity)},rgb:function(){var t=this.h%360+360*(this.h<0),e=isNaN(t)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*e,i=2*n-r;return new k($(t>=240?t-240:t+120,i,r),$(t,i,r),$(t<120?t+240:t-120,i,r),this.opacity)},displayable:function(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl:function(){var t=this.opacity;return t=isNaN(t)?1:Math.max(0,Math.min(1,t)),(1===t?"hsl(":"hsla(")+(this.h||0)+", "+100*(this.s||0)+"%, "+100*(this.l||0)+"%"+(1===t?")":", "+t+")")}}))},"17c2":function(t,e,n){"use strict";var r=n("b727").forEach,i=n("b301");t.exports=i("forEach")?function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}:[].forEach},"189d":function(t,e){t.exports=function(t){try{return{error:!1,value:t()}}catch(e){return{error:!0,value:e}}}},"18a5":function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),o=n("eae9");r({target:"String",proto:!0,forced:o("anchor")},{anchor:function(t){return i(this,"a","name",t)}})},"199f":function(t,e,n){var r=n("09e4"),i=n("2439").f,o=n("3261"),a=n("7024"),s=n("79ae"),c=n("2d0a"),u=n("25d0");t.exports=function(t,e){var n,l,f,d,h,p,v=t.target,g=t.global,m=t.stat;if(l=g?r:m?r[v]||s(v,{}):(r[v]||{}).prototype,l)for(f in e){if(h=e[f],t.noTargetGet?(p=i(l,f),d=p&&p.value):d=l[f],n=u(g?f:v+(m?".":"#")+f,t.forced),!n&&void 0!==d){if(typeof h===typeof d)continue;c(h,d)}(t.sham||d&&d.sham)&&o(h,"sham",!0),a(l,f,h,t)}}},"1a7c":function(t,e,n){"use strict";var r=n("c644"),i=n("a1eb"),o=n("08a8"),a=n("c3a6"),s=n("482f"),c=n("166a");const u=["#7EB26D","#EAB839","#6ED0E0","#EF843C","#E24D42","#1F78C1","#BA43A9","#705DA0","#508642","#CCA300","#447EBC","#C15C17","#890F02","#0A437C","#6D1F62","#584477","#B7DBAB","#F4D598","#70DBED","#F9BA8F","#F29191","#82B5D8","#E5A8E2","#AEA2E0","#629E51","#E5AC0E","#64B0C8","#E0752D","#BF1B00","#0A50A1","#962D82","#614D93","#9AC48A","#F2C96D","#65C5DB","#F9934E","#EA6460","#5195CE","#D683CE","#806EB7","#3F6833","#967302","#2F575E","#99440A","#58140C","#052B51","#511749","#3F2B5B","#E0F9D7","#FCEACA","#CFFAFF","#F9E2D2","#FCE2DE","#BADFF4","#F9D9F9","#DEDAF7"];const l={light:r["a"],dark:u};class f{constructor(){this.d3ScaleChromatic=i,this.d3Color=s,this.grafanaColors=u,this.colorSchemes={default:l},this.spectralDiverging=o["b"][4],this.a=a["b"][6],this.b=this.a.reverse()}setColorScheme(t,e){this.colorSchemes[t]=e}getColorScheme(t){let e=t||"default";return e in this.colorSchemes?this.colorSchemes[e]:this.colorSchemes["default"]}getColors(t,e){t=t||!1,e=e||"default";let n=this.getColorScheme(e)||l;return t?n["dark"]:n["light"]}hex2RGBA(t,e){let n=c["e"](t);return n.opacity=e,n+""}}let d=new f;e["a"]=d},"1b3f":function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("e439"),n("dbb4"),n("b64b"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("0967"),a=(n("99af"),n("caad"),n("c975"),n("26e9"),n("a434"),n("7937")),s=o["d"]?null:XMLHttpRequest,c=o["d"]?null:s.prototype.send,u=[],l=[],f=0;function d(t){var e=t.p,n=t.pos,r=t.active,i=t.horiz,o=t.reverse,a=t.dir,s=1,c=1;return i?(o&&(s=-1),"bottom"===n&&(c=-1),{transform:"translate3d(".concat(s*(e-100),"%,").concat(r?0:-200*c,"%,0)")}):(o&&(c=-1),"right"===n&&(s=-1),{transform:"translate3d(".concat(r?0:a*s*-200,"%,").concat(c*(e-100),"%,0)")})}function h(t,e){return"number"!==typeof e&&(e=t<25?3*Math.random()+3:t<65?3*Math.random():t<85?2*Math.random():t<99?.6:0),Object(a["a"])(t+e,0,100)}function p(t,e){function n(){l.forEach((function(t){t()}))}u.push(t),l.push(e),f++,f>1||(s.prototype.send=function(){u.forEach((function(t){t()})),this.addEventListener("loadend",n,!1),c.apply(this,arguments)})}function v(t,e){u.splice(u.indexOf(t),1),l.splice(l.indexOf(e),1),f=Math.max(0,f-1),f||(s.prototype.send=c)}var g=i["a"].extend({name:"QAjaxBar",props:{position:{type:String,default:"top",validator:function(t){return["top","right","bottom","left"].includes(t)}},size:{type:String,default:"2px"},color:{type:String,default:"red"},skipHijack:Boolean,reverse:Boolean},data:function(){return{calls:0,progress:0,onScreen:!1,animate:!0}},computed:{classes:function(){return"q-loading-bar q-loading-bar--".concat(this.position," bg-").concat(this.color)+(!0===this.animate?"":" no-transition")},style:function(){var t=this.onScreen,e=d({p:this.progress,pos:this.position,active:t,horiz:this.horizontal,reverse:!0===this.$q.lang.rtl&&["top","bottom"].includes(this.position)?!this.reverse:this.reverse,dir:!0===this.$q.lang.rtl?-1:1});return e[this.sizeProp]=this.size,e.opacity=t?1:0,e},horizontal:function(){return"top"===this.position||"bottom"===this.position},sizeProp:function(){return this.horizontal?"height":"width"}},methods:{start:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:300,n=this.speed;this.speed=Math.max(0,e)||0,this.calls++,this.calls>1?0===n&&e>0?this.__work():n>0&&e<=0&&clearTimeout(this.timer):(clearTimeout(this.timer),this.$emit("start"),this.progress=0,!0!==this.onScreen&&(this.onScreen=!0,this.animate=!1,this.timer=setTimeout((function(){t.animate=!0,e>0&&t.__work()}),100)))},increment:function(t){this.calls>0&&(this.progress=h(this.progress,t))},stop:function(){var t=this;if(this.calls=Math.max(0,this.calls-1),!(this.calls>0)){clearTimeout(this.timer),this.$emit("stop");var e=function(){t.animate=!0,t.progress=100,t.timer=setTimeout((function(){t.onScreen=!1}),1e3)};0===this.progress?this.timer=setTimeout(e,1):e()}},__work:function(){var t=this;this.progress<100&&(this.timer=setTimeout((function(){t.increment(),t.__work()}),this.speed))}},mounted:function(){!0!==this.skipHijack&&(this.hijacked=!0,p(this.start,this.stop))},beforeDestroy:function(){clearTimeout(this.timer),this.hijacked&&v(this.start,this.stop)},render:function(t){return t("div",{class:this.classes,style:this.style})}});function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e["a"]={isActive:!1,start:function(){},stop:function(){},increment:function(){},setDefaults:function(){},install:function(t){var e=this,n=t.$q,r=t.cfg;if(!0!==o["d"]){var a=void 0!==r.loadingBar?b({},r.loadingBar):{},s=n.loadingBar=new i["a"]({name:"LoadingBar",render:function(t){return t(g,{ref:"bar",props:a})}}).$mount().$refs.bar;Object.assign(this,{start:function(t){s.start(t),e.isActive=s.isActive=s.calls>0},stop:function(){s.stop(),e.isActive=s.isActive=s.calls>0},increment:s.increment,setDefaults:function(t){t===Object(t)&&Object.assign(a,t),s.$parent.$forceUpdate()}}),i["a"].util.defineReactive(this,"isActive",this.isActive),i["a"].util.defineReactive(s,"isActive",this.isActive),s.setDefaults=this.setDefaults,document.body.appendChild(s.$parent.$el)}else n.loadingBar=this}}},"1be4":function(t,e,n){var r=n("d066");t.exports=r("document","documentElement")},"1c0b":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"1c16":function(t,e,n){"use strict";e["a"]=function(t){var e,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:250,r=arguments.length>2?arguments[2]:void 0;function i(){var i=this,o=arguments,a=function(){e=void 0,!0!==r&&t.apply(i,o)};clearTimeout(e),!0===r&&void 0===e&&t.apply(this,o),e=setTimeout(a,n)}return i.cancel=function(){clearTimeout(e)},i}},"1c1c":function(t,e,n){"use strict";var r=n("2b0e"),i=n("b7fa"),o=n("dde5");e["a"]=r["a"].extend({name:"QList",mixins:[i["a"]],props:{bordered:Boolean,dense:Boolean,separator:Boolean,padding:Boolean},computed:{classes:function(){return"q-list"+(!0===this.bordered?" q-list--bordered":"")+(!0===this.dense?" q-list--dense":"")+(!0===this.separator?" q-list--separator":"")+(!0===this.isDark?" q-list--dark":"")+(!0===this.padding?" q-list--padding":"")}},render:function(t){return t("div",{class:this.classes,on:this.$listeners},Object(o["c"])(this,"default"))}})},"1c7e":function(t,e,n){var r=n("b622"),i=r("iterator"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(c){}return n}},"1d2b":function(t,e,n){"use strict";t.exports=function(t,e){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return t.apply(e,n)}}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"1dde":function(t,e,n){var r=n("d039"),i=n("b622"),o=n("60ae"),a=i("species");t.exports=function(t){return o>=51||!r((function(){var e=[],n=e.constructor={};return n[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"1fc1":function(t,e){t.exports={}},"20a7":function(t,e,n){var r=n("a714");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},2248:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n("0967");function i(){if(void 0!==window.getSelection){var t=window.getSelection();void 0!==t.empty?t.empty():void 0!==t.removeAllRanges&&(t.removeAllRanges(),!0!==r["b"].is.mobile&&t.addRange(document.createRange()))}else void 0!==document.selection&&document.selection.empty()}},"23cb":function(t,e,n){var r=n("a691"),i=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):o(n,e)}},"23e7":function(t,e,n){var r=n("da84"),i=n("06cf").f,o=n("9112"),a=n("6eeb"),s=n("ce4e"),c=n("e893"),u=n("94ca");t.exports=function(t,e){var n,l,f,d,h,p,v=t.target,g=t.global,m=t.stat;if(l=g?r:m?r[v]||s(v,{}):(r[v]||{}).prototype,l)for(f in e){if(h=e[f],t.noTargetGet?(p=i(l,f),d=p&&p.value):d=l[f],n=u(g?f:v+(m?".":"#")+f,t.forced),!n&&void 0!==d){if(typeof h===typeof d)continue;c(h,d)}(t.sham||d&&d.sham)&&o(h,"sham",!0),a(l,f,h,t)}}},"241c":function(t,e,n){var r=n("ca84"),i=n("7839"),o=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},2439:function(t,e,n){var r=n("0368"),i=n("0e17"),o=n("8d23"),a=n("a84f"),s=n("fe68"),c=n("7f34"),u=n("bf45"),l=Object.getOwnPropertyDescriptor;e.f=r?l:function(t,e){if(t=a(t),e=s(e,!0),u)try{return l(t,e)}catch(n){}if(c(t,e))return o(!i.f.call(t,e),t[e])}},2444:function(t,e,n){"use strict";(function(e){var r=n("c532"),i=n("c8af"),o={"Content-Type":"application/x-www-form-urlencoded"};function a(t,e){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}function s(){var t;return"undefined"!==typeof e&&"[object process]"===Object.prototype.toString.call(e)?t=n("b50d"):"undefined"!==typeof XMLHttpRequest&&(t=n("b50d")),t}var c={adapter:s(),transformRequest:[function(t,e){return i(e,"Accept"),i(e,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(e,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"===typeof t)try{t=JSON.parse(t)}catch(e){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),r.forEach(["post","put","patch"],(function(t){c.headers[t]=r.merge(o)})),t.exports=c}).call(this,n("4362"))},2532:function(t,e,n){"use strict";var r=n("23e7"),i=n("5a34"),o=n("1d80"),a=n("ab13");r({target:"String",proto:!0,forced:!a("includes")},{includes:function(t){return!!~String(o(this)).indexOf(i(t),arguments.length>1?arguments[1]:void 0)}})},"25d0":function(t,e,n){var r=n("a714"),i=/#|\.prototype\./,o=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=o.data={},c=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},"25f0":function(t,e,n){"use strict";var r=n("6eeb"),i=n("825a"),o=n("d039"),a=n("ad6d"),s="toString",c=RegExp.prototype,u=c[s],l=o((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),f=u.name!=s;(l||f)&&r(RegExp.prototype,s,(function(){var t=i(this),e=String(t.source),n=t.flags,r=String(void 0===n&&t instanceof RegExp&&!("flags"in c)?a.call(t):n);return"/"+e+"/"+r}),{unsafe:!0})},2626:function(t,e,n){"use strict";var r=n("d066"),i=n("9bf2"),o=n("b622"),a=n("83ab"),s=o("species");t.exports=function(t){var e=r(t),n=i.f;a&&e&&!e[s]&&n(e,s,{configurable:!0,get:function(){return this}})}},"26e9":function(t,e,n){"use strict";var r=n("23e7"),i=n("e8b5"),o=[].reverse,a=[1,2];r({target:"Array",proto:!0,forced:String(a)===String(a.reverse())},{reverse:function(){return i(this)&&(this.length=this.length),o.call(this)}})},2877:function(t,e,n){"use strict";function r(t,e,n,r,i,o,a,s){var c,u="function"===typeof t?t.options:t;if(e&&(u.render=e,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(c=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),i&&i.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):i&&(c=s?function(){i.call(this,this.$root.$options.shadowRoot)}:i),c)if(u.functional){u._injectStyles=c;var l=u.render;u.render=function(t,e){return c.call(e),l(t,e)}}else{var f=u.beforeCreate;u.beforeCreate=f?[].concat(f,c):[c]}return{exports:t,options:u}}n.d(e,"a",(function(){return r}))},2909:function(t,e,n){"use strict";function r(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}n("a4d3"),n("e01a"),n("d28b"),n("a630"),n("e260"),n("0d03"),n("d3b7"),n("25f0"),n("3ca3"),n("ddb0");function i(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}function o(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function a(t){return r(t)||i(t)||o()}n.d(e,"a",(function(){return a}))},"2b0e":function(t,e,n){"use strict";(function(t){
2
- /*!
3
- * Vue.js v2.6.10
4
- * (c) 2014-2019 Evan You
5
- * Released under the MIT License.
6
- */
7
- var n=Object.freeze({});function r(t){return void 0===t||null===t}function i(t){return void 0!==t&&null!==t}function o(t){return!0===t}function a(t){return!1===t}function s(t){return"string"===typeof t||"number"===typeof t||"symbol"===typeof t||"boolean"===typeof t}function c(t){return null!==t&&"object"===typeof t}var u=Object.prototype.toString;function l(t){return"[object Object]"===u.call(t)}function f(t){return"[object RegExp]"===u.call(t)}function d(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function h(t){return i(t)&&"function"===typeof t.then&&"function"===typeof t.catch}function p(t){return null==t?"":Array.isArray(t)||l(t)&&t.toString===u?JSON.stringify(t,null,2):String(t)}function v(t){var e=parseFloat(t);return isNaN(e)?t:e}function g(t,e){for(var n=Object.create(null),r=t.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}g("slot,component",!0);var m=g("key,ref,slot,slot-scope,is");function b(t,e){if(t.length){var n=t.indexOf(e);if(n>-1)return t.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function _(t,e){return y.call(t,e)}function w(t){var e=Object.create(null);return function(n){var r=e[n];return r||(e[n]=t(n))}}var x=/-(\w)/g,S=w((function(t){return t.replace(x,(function(t,e){return e?e.toUpperCase():""}))})),O=w((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),C=/\B([A-Z])/g,k=w((function(t){return t.replace(C,"-$1").toLowerCase()}));function j(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n}function T(t,e){return t.bind(e)}var P=Function.prototype.bind?T:j;function A(t,e){e=e||0;var n=t.length-e,r=new Array(n);while(n--)r[n]=t[n+e];return r}function E(t,e){for(var n in e)t[n]=e[n];return t}function M(t){for(var e={},n=0;n<t.length;n++)t[n]&&E(e,t[n]);return e}function D(t,e,n){}var $=function(t,e,n){return!1},R=function(t){return t};function q(t,e){if(t===e)return!0;var n=c(t),r=c(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var i=Array.isArray(t),o=Array.isArray(e);if(i&&o)return t.length===e.length&&t.every((function(t,n){return q(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(i||o)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return q(t[n],e[n])}))}catch(u){return!1}}function L(t,e){for(var n=0;n<t.length;n++)if(q(t[n],e))return n;return-1}function F(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}var N="data-server-rendered",I=["component","directive","filter"],z=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],B={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:$,isReservedAttr:$,isUnknownElement:$,getTagNamespace:D,parsePlatformTagName:R,mustUseProp:$,async:!0,_lifecycleHooks:z},U=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function H(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function Y(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var V=new RegExp("[^"+U.source+".$_\\d]");function W(t){if(!V.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}var G,Q="__proto__"in{},X="undefined"!==typeof window,K="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,Z=K&&WXEnvironment.platform.toLowerCase(),J=X&&window.navigator.userAgent.toLowerCase(),tt=J&&/msie|trident/.test(J),et=J&&J.indexOf("msie 9.0")>0,nt=J&&J.indexOf("edge/")>0,rt=(J&&J.indexOf("android"),J&&/iphone|ipad|ipod|ios/.test(J)||"ios"===Z),it=(J&&/chrome\/\d+/.test(J),J&&/phantomjs/.test(J),J&&J.match(/firefox\/(\d+)/)),ot={}.watch,at=!1;if(X)try{var st={};Object.defineProperty(st,"passive",{get:function(){at=!0}}),window.addEventListener("test-passive",null,st)}catch(Sa){}var ct=function(){return void 0===G&&(G=!X&&!K&&"undefined"!==typeof t&&(t["process"]&&"server"===t["process"].env.VUE_ENV)),G},ut=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function lt(t){return"function"===typeof t&&/native code/.test(t.toString())}var ft,dt="undefined"!==typeof Symbol&&lt(Symbol)&&"undefined"!==typeof Reflect&&lt(Reflect.ownKeys);ft="undefined"!==typeof Set&&lt(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ht=D,pt=0,vt=function(){this.id=pt++,this.subs=[]};vt.prototype.addSub=function(t){this.subs.push(t)},vt.prototype.removeSub=function(t){b(this.subs,t)},vt.prototype.depend=function(){vt.target&&vt.target.addDep(this)},vt.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e<n;e++)t[e].update()},vt.target=null;var gt=[];function mt(t){gt.push(t),vt.target=t}function bt(){gt.pop(),vt.target=gt[gt.length-1]}var yt=function(t,e,n,r,i,o,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},_t={child:{configurable:!0}};_t.child.get=function(){return this.componentInstance},Object.defineProperties(yt.prototype,_t);var wt=function(t){void 0===t&&(t="");var e=new yt;return e.text=t,e.isComment=!0,e};function xt(t){return new yt(void 0,void 0,void 0,String(t))}function St(t){var e=new yt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var Ot=Array.prototype,Ct=Object.create(Ot),kt=["push","pop","shift","unshift","splice","sort","reverse"];kt.forEach((function(t){var e=Ot[t];Y(Ct,t,(function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];var i,o=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2);break}return i&&a.observeArray(i),a.dep.notify(),o}))}));var jt=Object.getOwnPropertyNames(Ct),Tt=!0;function Pt(t){Tt=t}var At=function(t){this.value=t,this.dep=new vt,this.vmCount=0,Y(t,"__ob__",this),Array.isArray(t)?(Q?Et(t,Ct):Mt(t,Ct,jt),this.observeArray(t)):this.walk(t)};function Et(t,e){t.__proto__=e}function Mt(t,e,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];Y(t,o,e[o])}}function Dt(t,e){var n;if(c(t)&&!(t instanceof yt))return _(t,"__ob__")&&t.__ob__ instanceof At?n=t.__ob__:Tt&&!ct()&&(Array.isArray(t)||l(t))&&Object.isExtensible(t)&&!t._isVue&&(n=new At(t)),e&&n&&n.vmCount++,n}function $t(t,e,n,r,i){var o=new vt,a=Object.getOwnPropertyDescriptor(t,e);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(n=t[e]);var u=!i&&Dt(n);Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=s?s.call(t):n;return vt.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(e)&&Lt(e))),e},set:function(e){var r=s?s.call(t):n;e===r||e!==e&&r!==r||s&&!c||(c?c.call(t,e):n=e,u=!i&&Dt(e),o.notify())}})}}function Rt(t,e,n){if(Array.isArray(t)&&d(e))return t.length=Math.max(t.length,e),t.splice(e,1,n),n;if(e in t&&!(e in Object.prototype))return t[e]=n,n;var r=t.__ob__;return t._isVue||r&&r.vmCount?n:r?($t(r.value,e,n),r.dep.notify(),n):(t[e]=n,n)}function qt(t,e){if(Array.isArray(t)&&d(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||_(t,e)&&(delete t[e],n&&n.dep.notify())}}function Lt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)e=t[n],e&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&Lt(e)}At.prototype.walk=function(t){for(var e=Object.keys(t),n=0;n<e.length;n++)$t(t,e[n])},At.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Dt(t[e])};var Ft=B.optionMergeStrategies;function Nt(t,e){if(!e)return t;for(var n,r,i,o=dt?Reflect.ownKeys(e):Object.keys(e),a=0;a<o.length;a++)n=o[a],"__ob__"!==n&&(r=t[n],i=e[n],_(t,n)?r!==i&&l(r)&&l(i)&&Nt(r,i):Rt(t,n,i));return t}function It(t,e,n){return n?function(){var r="function"===typeof e?e.call(n,n):e,i="function"===typeof t?t.call(n,n):t;return r?Nt(r,i):i}:e?t?function(){return Nt("function"===typeof e?e.call(this,this):e,"function"===typeof t?t.call(this,this):t)}:e:t}function zt(t,e){var n=e?t?t.concat(e):Array.isArray(e)?e:[e]:t;return n?Bt(n):n}function Bt(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}function Ut(t,e,n,r){var i=Object.create(t||null);return e?E(i,e):i}Ft.data=function(t,e,n){return n?It(t,e,n):e&&"function"!==typeof e?t:It(t,e)},z.forEach((function(t){Ft[t]=zt})),I.forEach((function(t){Ft[t+"s"]=Ut})),Ft.watch=function(t,e,n,r){if(t===ot&&(t=void 0),e===ot&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var o in E(i,t),e){var a=i[o],s=e[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},Ft.props=Ft.methods=Ft.inject=Ft.computed=function(t,e,n,r){if(!t)return e;var i=Object.create(null);return E(i,t),e&&E(i,e),i},Ft.provide=It;var Ht=function(t,e){return void 0===e?t:e};function Yt(t,e){var n=t.props;if(n){var r,i,o,a={};if(Array.isArray(n)){r=n.length;while(r--)i=n[r],"string"===typeof i&&(o=S(i),a[o]={type:null})}else if(l(n))for(var s in n)i=n[s],o=S(s),a[o]=l(i)?i:{type:i};else 0;t.props=a}}function Vt(t,e){var n=t.inject;if(n){var r=t.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(l(n))for(var o in n){var a=n[o];r[o]=l(a)?E({from:o},a):{from:a}}else 0}}function Wt(t){var e=t.directives;if(e)for(var n in e){var r=e[n];"function"===typeof r&&(e[n]={bind:r,update:r})}}function Gt(t,e,n){if("function"===typeof e&&(e=e.options),Yt(e,n),Vt(e,n),Wt(e),!e._base&&(e.extends&&(t=Gt(t,e.extends,n)),e.mixins))for(var r=0,i=e.mixins.length;r<i;r++)t=Gt(t,e.mixins[r],n);var o,a={};for(o in t)s(o);for(o in e)_(t,o)||s(o);function s(r){var i=Ft[r]||Ht;a[r]=i(t[r],e[r],n,r)}return a}function Qt(t,e,n,r){if("string"===typeof n){var i=t[e];if(_(i,n))return i[n];var o=S(n);if(_(i,o))return i[o];var a=O(o);if(_(i,a))return i[a];var s=i[n]||i[o]||i[a];return s}}function Xt(t,e,n,r){var i=e[t],o=!_(n,t),a=n[t],s=te(Boolean,i.type);if(s>-1)if(o&&!_(i,"default"))a=!1;else if(""===a||a===k(t)){var c=te(String,i.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=Kt(r,i,t);var u=Tt;Pt(!0),Dt(a),Pt(u)}return a}function Kt(t,e,n){if(_(e,"default")){var r=e.default;return t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n]?t._props[n]:"function"===typeof r&&"Function"!==Zt(e.type)?r.call(t):r}}function Zt(t){var e=t&&t.toString().match(/^\s*function (\w+)/);return e?e[1]:""}function Jt(t,e){return Zt(t)===Zt(e)}function te(t,e){if(!Array.isArray(e))return Jt(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Jt(e[n],t))return n;return-1}function ee(t,e,n){mt();try{if(e){var r=e;while(r=r.$parent){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{var a=!1===i[o].call(r,t,e,n);if(a)return}catch(Sa){re(Sa,r,"errorCaptured hook")}}}re(t,e,n)}finally{bt()}}function ne(t,e,n,r,i){var o;try{o=n?t.apply(e,n):t.call(e),o&&!o._isVue&&h(o)&&!o._handled&&(o.catch((function(t){return ee(t,r,i+" (Promise/async)")})),o._handled=!0)}catch(Sa){ee(Sa,r,i)}return o}function re(t,e,n){if(B.errorHandler)try{return B.errorHandler.call(null,t,e,n)}catch(Sa){Sa!==t&&ie(Sa,null,"config.errorHandler")}ie(t,e,n)}function ie(t,e,n){if(!X&&!K||"undefined"===typeof console)throw t;console.error(t)}var oe,ae=!1,se=[],ce=!1;function ue(){ce=!1;var t=se.slice(0);se.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!==typeof Promise&&lt(Promise)){var le=Promise.resolve();oe=function(){le.then(ue),rt&&setTimeout(D)},ae=!0}else if(tt||"undefined"===typeof MutationObserver||!lt(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())oe="undefined"!==typeof setImmediate&&lt(setImmediate)?function(){setImmediate(ue)}:function(){setTimeout(ue,0)};else{var fe=1,de=new MutationObserver(ue),he=document.createTextNode(String(fe));de.observe(he,{characterData:!0}),oe=function(){fe=(fe+1)%2,he.data=String(fe)},ae=!0}function pe(t,e){var n;if(se.push((function(){if(t)try{t.call(e)}catch(Sa){ee(Sa,e,"nextTick")}else n&&n(e)})),ce||(ce=!0,oe()),!t&&"undefined"!==typeof Promise)return new Promise((function(t){n=t}))}var ve=new ft;function ge(t){me(t,ve),ve.clear()}function me(t,e){var n,r,i=Array.isArray(t);if(!(!i&&!c(t)||Object.isFrozen(t)||t instanceof yt)){if(t.__ob__){var o=t.__ob__.dep.id;if(e.has(o))return;e.add(o)}if(i){n=t.length;while(n--)me(t[n],e)}else{r=Object.keys(t),n=r.length;while(n--)me(t[r[n]],e)}}}var be=w((function(t){var e="&"===t.charAt(0);t=e?t.slice(1):t;var n="~"===t.charAt(0);t=n?t.slice(1):t;var r="!"===t.charAt(0);return t=r?t.slice(1):t,{name:t,once:n,capture:r,passive:e}}));function ye(t,e){function n(){var t=arguments,r=n.fns;if(!Array.isArray(r))return ne(r,null,arguments,e,"v-on handler");for(var i=r.slice(),o=0;o<i.length;o++)ne(i[o],null,t,e,"v-on handler")}return n.fns=t,n}function _e(t,e,n,i,a,s){var c,u,l,f;for(c in t)u=t[c],l=e[c],f=be(c),r(u)||(r(l)?(r(u.fns)&&(u=t[c]=ye(u,s)),o(f.once)&&(u=t[c]=a(f.name,u,f.capture)),n(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[c]=l));for(c in e)r(t[c])&&(f=be(c),i(f.name,e[c],f.capture))}function we(t,e,n){var a;t instanceof yt&&(t=t.data.hook||(t.data.hook={}));var s=t[e];function c(){n.apply(this,arguments),b(a.fns,c)}r(s)?a=ye([c]):i(s.fns)&&o(s.merged)?(a=s,a.fns.push(c)):a=ye([s,c]),a.merged=!0,t[e]=a}function xe(t,e,n){var o=e.options.props;if(!r(o)){var a={},s=t.attrs,c=t.props;if(i(s)||i(c))for(var u in o){var l=k(u);Se(a,c,u,l,!0)||Se(a,s,u,l,!1)}return a}}function Se(t,e,n,r,o){if(i(e)){if(_(e,n))return t[n]=e[n],o||delete e[n],!0;if(_(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function Oe(t){for(var e=0;e<t.length;e++)if(Array.isArray(t[e]))return Array.prototype.concat.apply([],t);return t}function Ce(t){return s(t)?[xt(t)]:Array.isArray(t)?je(t):void 0}function ke(t){return i(t)&&i(t.text)&&a(t.isComment)}function je(t,e){var n,a,c,u,l=[];for(n=0;n<t.length;n++)a=t[n],r(a)||"boolean"===typeof a||(c=l.length-1,u=l[c],Array.isArray(a)?a.length>0&&(a=je(a,(e||"")+"_"+n),ke(a[0])&&ke(u)&&(l[c]=xt(u.text+a[0].text),a.shift()),l.push.apply(l,a)):s(a)?ke(u)?l[c]=xt(u.text+a):""!==a&&l.push(xt(a)):ke(a)&&ke(u)?l[c]=xt(u.text+a.text):(o(t._isVList)&&i(a.tag)&&r(a.key)&&i(e)&&(a.key="__vlist"+e+"_"+n+"__"),l.push(a)));return l}function Te(t){var e=t.$options.provide;e&&(t._provided="function"===typeof e?e.call(t):e)}function Pe(t){var e=Ae(t.$options.inject,t);e&&(Pt(!1),Object.keys(e).forEach((function(n){$t(t,n,e[n])})),Pt(!0))}function Ae(t,e){if(t){for(var n=Object.create(null),r=dt?Reflect.ownKeys(t):Object.keys(t),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){var a=t[o].from,s=e;while(s){if(s._provided&&_(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[o]){var c=t[o].default;n[o]="function"===typeof c?c.call(e):c}else 0}}return n}}function Ee(t,e){if(!t||!t.length)return{};for(var n={},r=0,i=t.length;r<i;r++){var o=t[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==e&&o.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===o.tag?c.push.apply(c,o.children||[]):c.push(o)}}for(var u in n)n[u].every(Me)&&delete n[u];return n}function Me(t){return t.isComment&&!t.asyncFactory||" "===t.text}function De(t,e,r){var i,o=Object.keys(e).length>0,a=t?!!t.$stable:!o,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(a&&r&&r!==n&&s===r.$key&&!o&&!r.$hasNormal)return r;for(var c in i={},t)t[c]&&"$"!==c[0]&&(i[c]=$e(e,c,t[c]))}else i={};for(var u in e)u in i||(i[u]=Re(e,u));return t&&Object.isExtensible(t)&&(t._normalized=i),Y(i,"$stable",a),Y(i,"$key",s),Y(i,"$hasNormal",o),i}function $e(t,e,n){var r=function(){var t=arguments.length?n.apply(null,arguments):n({});return t=t&&"object"===typeof t&&!Array.isArray(t)?[t]:Ce(t),t&&(0===t.length||1===t.length&&t[0].isComment)?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:r,enumerable:!0,configurable:!0}),r}function Re(t,e){return function(){return t[e]}}function qe(t,e){var n,r,o,a,s;if(Array.isArray(t)||"string"===typeof t)for(n=new Array(t.length),r=0,o=t.length;r<o;r++)n[r]=e(t[r],r);else if("number"===typeof t)for(n=new Array(t),r=0;r<t;r++)n[r]=e(r+1,r);else if(c(t))if(dt&&t[Symbol.iterator]){n=[];var u=t[Symbol.iterator](),l=u.next();while(!l.done)n.push(e(l.value,n.length)),l=u.next()}else for(a=Object.keys(t),n=new Array(a.length),r=0,o=a.length;r<o;r++)s=a[r],n[r]=e(t[s],s,r);return i(n)||(n=[]),n._isVList=!0,n}function Le(t,e,n,r){var i,o=this.$scopedSlots[t];o?(n=n||{},r&&(n=E(E({},r),n)),i=o(n)||e):i=this.$slots[t]||e;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function Fe(t){return Qt(this.$options,"filters",t,!0)||R}function Ne(t,e){return Array.isArray(t)?-1===t.indexOf(e):t!==e}function Ie(t,e,n,r,i){var o=B.keyCodes[e]||n;return i&&r&&!B.keyCodes[e]?Ne(i,r):o?Ne(o,t):r?k(r)!==e:void 0}function ze(t,e,n,r,i){if(n)if(c(n)){var o;Array.isArray(n)&&(n=M(n));var a=function(a){if("class"===a||"style"===a||m(a))o=t;else{var s=t.attrs&&t.attrs.type;o=r||B.mustUseProp(e,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=S(a),u=k(a);if(!(c in o)&&!(u in o)&&(o[a]=n[a],i)){var l=t.on||(t.on={});l["update:"+a]=function(t){n[a]=t}}};for(var s in n)a(s)}else;return t}function Be(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e?r:(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),He(r,"__static__"+t,!1),r)}function Ue(t,e,n){return He(t,"__once__"+e+(n?"_"+n:""),!0),t}function He(t,e,n){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!==typeof t[r]&&Ye(t[r],e+"_"+r,n);else Ye(t,e,n)}function Ye(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function Ve(t,e){if(e)if(l(e)){var n=t.on=t.on?E({},t.on):{};for(var r in e){var i=n[r],o=e[r];n[r]=i?[].concat(i,o):o}}else;return t}function We(t,e,n,r){e=e||{$stable:!n};for(var i=0;i<t.length;i++){var o=t[i];Array.isArray(o)?We(o,e,n):o&&(o.proxy&&(o.fn.proxy=!0),e[o.key]=o.fn)}return r&&(e.$key=r),e}function Ge(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"===typeof r&&r&&(t[e[n]]=e[n+1])}return t}function Qe(t,e){return"string"===typeof t?e+t:t}function Xe(t){t._o=Ue,t._n=v,t._s=p,t._l=qe,t._t=Le,t._q=q,t._i=L,t._m=Be,t._f=Fe,t._k=Ie,t._b=ze,t._v=xt,t._e=wt,t._u=We,t._g=Ve,t._d=Ge,t._p=Qe}function Ke(t,e,r,i,a){var s,c=this,u=a.options;_(i,"_uid")?(s=Object.create(i),s._original=i):(s=i,i=i._original);var l=o(u._compiled),f=!l;this.data=t,this.props=e,this.children=r,this.parent=i,this.listeners=t.on||n,this.injections=Ae(u.inject,i),this.slots=function(){return c.$slots||De(t.scopedSlots,c.$slots=Ee(r,i)),c.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return De(t.scopedSlots,this.slots())}}),l&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=De(t.scopedSlots,this.$slots)),u._scopeId?this._c=function(t,e,n,r){var o=fn(s,t,e,n,r,f);return o&&!Array.isArray(o)&&(o.fnScopeId=u._scopeId,o.fnContext=i),o}:this._c=function(t,e,n,r){return fn(s,t,e,n,r,f)}}function Ze(t,e,r,o,a){var s=t.options,c={},u=s.props;if(i(u))for(var l in u)c[l]=Xt(l,u,e||n);else i(r.attrs)&&tn(c,r.attrs),i(r.props)&&tn(c,r.props);var f=new Ke(r,c,a,o,t),d=s.render.call(null,f._c,f);if(d instanceof yt)return Je(d,r,f.parent,s,f);if(Array.isArray(d)){for(var h=Ce(d)||[],p=new Array(h.length),v=0;v<h.length;v++)p[v]=Je(h[v],r,f.parent,s,f);return p}}function Je(t,e,n,r,i){var o=St(t);return o.fnContext=n,o.fnOptions=r,e.slot&&((o.data||(o.data={})).slot=e.slot),o}function tn(t,e){for(var n in e)t[S(n)]=e[n]}Xe(Ke.prototype);var en={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;en.prepatch(n,n)}else{var r=t.componentInstance=on(t,An);r.$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions,r=e.componentInstance=t.componentInstance;Rn(r,n.propsData,n.listeners,e,n.children)},insert:function(t){var e=t.context,n=t.componentInstance;n._isMounted||(n._isMounted=!0,Nn(n,"mounted")),t.data.keepAlive&&(e._isMounted?Zn(n):Ln(n,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?Fn(e,!0):e.$destroy())}},nn=Object.keys(en);function rn(t,e,n,a,s){if(!r(t)){var u=n.$options._base;if(c(t)&&(t=u.extend(t)),"function"===typeof t){var l;if(r(t.cid)&&(l=t,t=wn(l,u),void 0===t))return _n(l,e,n,a,s);e=e||{},wr(t),i(e.model)&&cn(t.options,e);var f=xe(e,t,s);if(o(t.options.functional))return Ze(t,f,e,n,a);var d=e.on;if(e.on=e.nativeOn,o(t.options.abstract)){var h=e.slot;e={},h&&(e.slot=h)}an(e);var p=t.options.name||s,v=new yt("vue-component-"+t.cid+(p?"-"+p:""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:f,listeners:d,tag:s,children:a},l);return v}}}function on(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;return i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new t.componentOptions.Ctor(n)}function an(t){for(var e=t.hook||(t.hook={}),n=0;n<nn.length;n++){var r=nn[n],i=e[r],o=en[r];i===o||i&&i._merged||(e[r]=i?sn(o,i):o)}}function sn(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}function cn(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var o=e.on||(e.on={}),a=o[r],s=e.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[r]=[s].concat(a)):o[r]=s}var un=1,ln=2;function fn(t,e,n,r,i,a){return(Array.isArray(n)||s(n))&&(i=r,r=n,n=void 0),o(a)&&(i=ln),dn(t,e,n,r,i)}function dn(t,e,n,r,o){if(i(n)&&i(n.__ob__))return wt();if(i(n)&&i(n.is)&&(e=n.is),!e)return wt();var a,s,c;(Array.isArray(r)&&"function"===typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),o===ln?r=Ce(r):o===un&&(r=Oe(r)),"string"===typeof e)?(s=t.$vnode&&t.$vnode.ns||B.getTagNamespace(e),a=B.isReservedTag(e)?new yt(B.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!i(c=Qt(t.$options,"components",e))?new yt(e,n,r,void 0,void 0,t):rn(c,n,t,r,e)):a=rn(e,n,t,r);return Array.isArray(a)?a:i(a)?(i(s)&&hn(a,s),i(n)&&pn(n),a):wt()}function hn(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),i(t.children))for(var a=0,s=t.children.length;a<s;a++){var c=t.children[a];i(c.tag)&&(r(c.ns)||o(n)&&"svg"!==c.tag)&&hn(c,e,n)}}function pn(t){c(t.style)&&ge(t.style),c(t.class)&&ge(t.class)}function vn(t){t._vnode=null,t._staticTrees=null;var e=t.$options,r=t.$vnode=e._parentVnode,i=r&&r.context;t.$slots=Ee(e._renderChildren,i),t.$scopedSlots=n,t._c=function(e,n,r,i){return fn(t,e,n,r,i,!1)},t.$createElement=function(e,n,r,i){return fn(t,e,n,r,i,!0)};var o=r&&r.data;$t(t,"$attrs",o&&o.attrs||n,null,!0),$t(t,"$listeners",e._parentListeners||n,null,!0)}var gn,mn=null;function bn(t){Xe(t.prototype),t.prototype.$nextTick=function(t){return pe(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,i=n._parentVnode;i&&(e.$scopedSlots=De(i.data.scopedSlots,e.$slots,e.$scopedSlots)),e.$vnode=i;try{mn=e,t=r.call(e._renderProxy,e.$createElement)}catch(Sa){ee(Sa,e,"render"),t=e._vnode}finally{mn=null}return Array.isArray(t)&&1===t.length&&(t=t[0]),t instanceof yt||(t=wt()),t.parent=i,t}}function yn(t,e){return(t.__esModule||dt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?e.extend(t):t}function _n(t,e,n,r,i){var o=wt();return o.asyncFactory=t,o.asyncMeta={data:e,context:n,children:r,tag:i},o}function wn(t,e){if(o(t.error)&&i(t.errorComp))return t.errorComp;if(i(t.resolved))return t.resolved;var n=mn;if(n&&i(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),o(t.loading)&&i(t.loadingComp))return t.loadingComp;if(n&&!i(t.owners)){var a=t.owners=[n],s=!0,u=null,l=null;n.$on("hook:destroyed",(function(){return b(a,n)}));var f=function(t){for(var e=0,n=a.length;e<n;e++)a[e].$forceUpdate();t&&(a.length=0,null!==u&&(clearTimeout(u),u=null),null!==l&&(clearTimeout(l),l=null))},d=F((function(n){t.resolved=yn(n,e),s?a.length=0:f(!0)})),p=F((function(e){i(t.errorComp)&&(t.error=!0,f(!0))})),v=t(d,p);return c(v)&&(h(v)?r(t.resolved)&&v.then(d,p):h(v.component)&&(v.component.then(d,p),i(v.error)&&(t.errorComp=yn(v.error,e)),i(v.loading)&&(t.loadingComp=yn(v.loading,e),0===v.delay?t.loading=!0:u=setTimeout((function(){u=null,r(t.resolved)&&r(t.error)&&(t.loading=!0,f(!1))}),v.delay||200)),i(v.timeout)&&(l=setTimeout((function(){l=null,r(t.resolved)&&p(null)}),v.timeout)))),s=!1,t.loading?t.loadingComp:t.resolved}}function xn(t){return t.isComment&&t.asyncFactory}function Sn(t){if(Array.isArray(t))for(var e=0;e<t.length;e++){var n=t[e];if(i(n)&&(i(n.componentOptions)||xn(n)))return n}}function On(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Tn(t,e)}function Cn(t,e){gn.$on(t,e)}function kn(t,e){gn.$off(t,e)}function jn(t,e){var n=gn;return function r(){var i=e.apply(null,arguments);null!==i&&n.$off(t,r)}}function Tn(t,e,n){gn=t,_e(e,n||{},Cn,kn,jn,t),gn=void 0}function Pn(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(Array.isArray(t))for(var i=0,o=t.length;i<o;i++)r.$on(t[i],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(t)){for(var r=0,i=t.length;r<i;r++)n.$off(t[r],e);return n}var o,a=n._events[t];if(!a)return n;if(!e)return n._events[t]=null,n;var s=a.length;while(s--)if(o=a[s],o===e||o.fn===e){a.splice(s,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?A(n):n;for(var r=A(arguments,1),i='event handler for "'+t+'"',o=0,a=n.length;o<a;o++)ne(n[o],e,r,e,i)}return e}}var An=null;function En(t){var e=An;return An=t,function(){An=e}}function Mn(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}function Dn(t){t.prototype._update=function(t,e){var n=this,r=n.$el,i=n._vnode,o=En(n);n._vnode=t,n.$el=i?n.__patch__(i,t):n.__patch__(n.$el,t,e,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},t.prototype.$forceUpdate=function(){var t=this;t._watcher&&t._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){Nn(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||b(e.$children,t),t._watcher&&t._watcher.teardown();var n=t._watchers.length;while(n--)t._watchers[n].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),Nn(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}function $n(t,e,n){var r;return t.$el=e,t.$options.render||(t.$options.render=wt),Nn(t,"beforeMount"),r=function(){t._update(t._render(),n)},new nr(t,r,D,{before:function(){t._isMounted&&!t._isDestroyed&&Nn(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,Nn(t,"mounted")),t}function Rn(t,e,r,i,o){var a=i.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key),u=!!(o||t.$options._renderChildren||c);if(t.$options._parentVnode=i,t.$vnode=i,t._vnode&&(t._vnode.parent=i),t.$options._renderChildren=o,t.$attrs=i.data.attrs||n,t.$listeners=r||n,e&&t.$options.props){Pt(!1);for(var l=t._props,f=t.$options._propKeys||[],d=0;d<f.length;d++){var h=f[d],p=t.$options.props;l[h]=Xt(h,p,e,t)}Pt(!0),t.$options.propsData=e}r=r||n;var v=t.$options._parentListeners;t.$options._parentListeners=r,Tn(t,r,v),u&&(t.$slots=Ee(o,i.context),t.$forceUpdate())}function qn(t){while(t&&(t=t.$parent))if(t._inactive)return!0;return!1}function Ln(t,e){if(e){if(t._directInactive=!1,qn(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)Ln(t.$children[n]);Nn(t,"activated")}}function Fn(t,e){if((!e||(t._directInactive=!0,!qn(t)))&&!t._inactive){t._inactive=!0;for(var n=0;n<t.$children.length;n++)Fn(t.$children[n]);Nn(t,"deactivated")}}function Nn(t,e){mt();var n=t.$options[e],r=e+" hook";if(n)for(var i=0,o=n.length;i<o;i++)ne(n[i],t,null,t,r);t._hasHookEvent&&t.$emit("hook:"+e),bt()}var In=[],zn=[],Bn={},Un=!1,Hn=!1,Yn=0;function Vn(){Yn=In.length=zn.length=0,Bn={},Un=Hn=!1}var Wn=0,Gn=Date.now;if(X&&!tt){var Qn=window.performance;Qn&&"function"===typeof Qn.now&&Gn()>document.createEvent("Event").timeStamp&&(Gn=function(){return Qn.now()})}function Xn(){var t,e;for(Wn=Gn(),Hn=!0,In.sort((function(t,e){return t.id-e.id})),Yn=0;Yn<In.length;Yn++)t=In[Yn],t.before&&t.before(),e=t.id,Bn[e]=null,t.run();var n=zn.slice(),r=In.slice();Vn(),Jn(n),Kn(r),ut&&B.devtools&&ut.emit("flush")}function Kn(t){var e=t.length;while(e--){var n=t[e],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Nn(r,"updated")}}function Zn(t){t._inactive=!1,zn.push(t)}function Jn(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,Ln(t[e],!0)}function tr(t){var e=t.id;if(null==Bn[e]){if(Bn[e]=!0,Hn){var n=In.length-1;while(n>Yn&&In[n].id>t.id)n--;In.splice(n+1,0,t)}else In.push(t);Un||(Un=!0,pe(Xn))}}var er=0,nr=function(t,e,n,r,i){this.vm=t,i&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++er,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ft,this.newDepIds=new ft,this.expression="","function"===typeof e?this.getter=e:(this.getter=W(e),this.getter||(this.getter=D)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var t;mt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(Sa){if(!this.user)throw Sa;ee(Sa,e,'getter for watcher "'+this.expression+'"')}finally{this.deep&&ge(t),bt(),this.cleanupDeps()}return t},nr.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},nr.prototype.cleanupDeps=function(){var t=this.deps.length;while(t--){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():tr(this)},nr.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var e=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,e)}catch(Sa){ee(Sa,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,e)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var t=this.deps.length;while(t--)this.deps[t].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||b(this.vm._watchers,this);var t=this.deps.length;while(t--)this.deps[t].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:D,set:D};function ir(t,e,n){rr.get=function(){return this[e][n]},rr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,rr)}function or(t){t._watchers=[];var e=t.$options;e.props&&ar(t,e.props),e.methods&&pr(t,e.methods),e.data?sr(t):Dt(t._data={},!0),e.computed&&lr(t,e.computed),e.watch&&e.watch!==ot&&vr(t,e.watch)}function ar(t,e){var n=t.$options.propsData||{},r=t._props={},i=t.$options._propKeys=[],o=!t.$parent;o||Pt(!1);var a=function(o){i.push(o);var a=Xt(o,e,n,t);$t(r,o,a),o in t||ir(t,"_props",o)};for(var s in e)a(s);Pt(!0)}function sr(t){var e=t.$options.data;e=t._data="function"===typeof e?cr(e,t):e||{},l(e)||(e={});var n=Object.keys(e),r=t.$options.props,i=(t.$options.methods,n.length);while(i--){var o=n[i];0,r&&_(r,o)||H(o)||ir(t,"_data",o)}Dt(e,!0)}function cr(t,e){mt();try{return t.call(e,e)}catch(Sa){return ee(Sa,e,"data()"),{}}finally{bt()}}var ur={lazy:!0};function lr(t,e){var n=t._computedWatchers=Object.create(null),r=ct();for(var i in e){var o=e[i],a="function"===typeof o?o:o.get;0,r||(n[i]=new nr(t,a||D,D,ur)),i in t||fr(t,i,o)}}function fr(t,e,n){var r=!ct();"function"===typeof n?(rr.get=r?dr(e):hr(n),rr.set=D):(rr.get=n.get?r&&!1!==n.cache?dr(e):hr(n.get):D,rr.set=n.set||D),Object.defineProperty(t,e,rr)}function dr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),vt.target&&e.depend(),e.value}}function hr(t){return function(){return t.call(this,this)}}function pr(t,e){t.$options.props;for(var n in e)t[n]="function"!==typeof e[n]?D:P(e[n],t)}function vr(t,e){for(var n in e){var r=e[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)gr(t,n,r[i]);else gr(t,n,r)}}function gr(t,e,n,r){return l(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=t[n]),t.$watch(e,n,r)}function mr(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Rt,t.prototype.$delete=qt,t.prototype.$watch=function(t,e,n){var r=this;if(l(e))return gr(r,t,e,n);n=n||{},n.user=!0;var i=new nr(r,t,e,n);if(n.immediate)try{e.call(r,i.value)}catch(o){ee(o,r,'callback for immediate watcher "'+i.expression+'"')}return function(){i.teardown()}}}var br=0;function yr(t){t.prototype._init=function(t){var e=this;e._uid=br++,e._isVue=!0,t&&t._isComponent?_r(e,t):e.$options=Gt(wr(e.constructor),t||{},e),e._renderProxy=e,e._self=e,Mn(e),On(e),vn(e),Nn(e,"beforeCreate"),Pe(e),or(e),Te(e),Nn(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}function _r(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}function wr(t){var e=t.options;if(t.super){var n=wr(t.super),r=t.superOptions;if(n!==r){t.superOptions=n;var i=xr(t);i&&E(t.extendOptions,i),e=t.options=Gt(n,t.extendOptions),e.name&&(e.components[e.name]=t)}}return e}function xr(t){var e,n=t.options,r=t.sealedOptions;for(var i in n)n[i]!==r[i]&&(e||(e={}),e[i]=n[i]);return e}function Sr(t){this._init(t)}function Or(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=A(arguments,1);return n.unshift(this),"function"===typeof t.install?t.install.apply(t,n):"function"===typeof t&&t.apply(null,n),e.push(t),this}}function Cr(t){t.mixin=function(t){return this.options=Gt(this.options,t),this}}function kr(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,i=t._Ctor||(t._Ctor={});if(i[r])return i[r];var o=t.name||n.options.name;var a=function(t){this._init(t)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=e++,a.options=Gt(n.options,t),a["super"]=n,a.options.props&&jr(a),a.options.computed&&Tr(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,I.forEach((function(t){a[t]=n[t]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=E({},a.options),i[r]=a,a}}function jr(t){var e=t.options.props;for(var n in e)ir(t.prototype,"_props",n)}function Tr(t){var e=t.options.computed;for(var n in e)fr(t.prototype,n,e[n])}function Pr(t){I.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&l(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"===typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}function Ar(t){return t&&(t.Ctor.options.name||t.tag)}function Er(t,e){return Array.isArray(t)?t.indexOf(e)>-1:"string"===typeof t?t.split(",").indexOf(e)>-1:!!f(t)&&t.test(e)}function Mr(t,e){var n=t.cache,r=t.keys,i=t._vnode;for(var o in n){var a=n[o];if(a){var s=Ar(a.componentOptions);s&&!e(s)&&Dr(n,o,r,i)}}}function Dr(t,e,n,r){var i=t[e];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),t[e]=null,b(n,e)}yr(Sr),mr(Sr),Pn(Sr),Dn(Sr),bn(Sr);var $r=[String,RegExp,Array],Rr={name:"keep-alive",abstract:!0,props:{include:$r,exclude:$r,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Dr(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",(function(e){Mr(t,(function(t){return Er(e,t)}))})),this.$watch("exclude",(function(e){Mr(t,(function(t){return!Er(e,t)}))}))},render:function(){var t=this.$slots.default,e=Sn(t),n=e&&e.componentOptions;if(n){var r=Ar(n),i=this,o=i.include,a=i.exclude;if(o&&(!r||!Er(o,r))||a&&r&&Er(a,r))return e;var s=this,c=s.cache,u=s.keys,l=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;c[l]?(e.componentInstance=c[l].componentInstance,b(u,l),u.push(l)):(c[l]=e,u.push(l),this.max&&u.length>parseInt(this.max)&&Dr(c,u[0],u,this._vnode)),e.data.keepAlive=!0}return e||t&&t[0]}},qr={KeepAlive:Rr};function Lr(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:ht,extend:E,mergeOptions:Gt,defineReactive:$t},t.set=Rt,t.delete=qt,t.nextTick=pe,t.observable=function(t){return Dt(t),t},t.options=Object.create(null),I.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,E(t.options.components,qr),Or(t),Cr(t),kr(t),Pr(t)}Lr(Sr),Object.defineProperty(Sr.prototype,"$isServer",{get:ct}),Object.defineProperty(Sr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(Sr,"FunctionalRenderContext",{value:Ke}),Sr.version="2.6.10";var Fr=g("style,class"),Nr=g("input,textarea,option,select,progress"),Ir=function(t,e,n){return"value"===n&&Nr(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},zr=g("contenteditable,draggable,spellcheck"),Br=g("events,caret,typing,plaintext-only"),Ur=function(t,e){return Gr(e)||"false"===e?"false":"contenteditable"===t&&Br(e)?e:"true"},Hr=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Yr="http://www.w3.org/1999/xlink",Vr=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Wr=function(t){return Vr(t)?t.slice(6,t.length):""},Gr=function(t){return null==t||!1===t};function Qr(t){var e=t.data,n=t,r=t;while(i(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(e=Xr(r.data,e));while(i(n=n.parent))n&&n.data&&(e=Xr(e,n.data));return Kr(e.staticClass,e.class)}function Xr(t,e){return{staticClass:Zr(t.staticClass,e.staticClass),class:i(t.class)?[t.class,e.class]:e.class}}function Kr(t,e){return i(t)||i(e)?Zr(t,Jr(e)):""}function Zr(t,e){return t?e?t+" "+e:t:e||""}function Jr(t){return Array.isArray(t)?ti(t):c(t)?ei(t):"string"===typeof t?t:""}function ti(t){for(var e,n="",r=0,o=t.length;r<o;r++)i(e=Jr(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}function ei(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}var ni={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ri=g("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),ii=g("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),oi=function(t){return ri(t)||ii(t)};function ai(t){return ii(t)?"svg":"math"===t?"math":void 0}var si=Object.create(null);function ci(t){if(!X)return!0;if(oi(t))return!1;if(t=t.toLowerCase(),null!=si[t])return si[t];var e=document.createElement(t);return t.indexOf("-")>-1?si[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:si[t]=/HTMLUnknownElement/.test(e.toString())}var ui=g("text,number,password,search,email,tel,url");function li(t){if("string"===typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}function fi(t,e){var n=document.createElement(t);return"select"!==t?n:(e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function di(t,e){return document.createElementNS(ni[t],e)}function hi(t){return document.createTextNode(t)}function pi(t){return document.createComment(t)}function vi(t,e,n){t.insertBefore(e,n)}function gi(t,e){t.removeChild(e)}function mi(t,e){t.appendChild(e)}function bi(t){return t.parentNode}function yi(t){return t.nextSibling}function _i(t){return t.tagName}function wi(t,e){t.textContent=e}function xi(t,e){t.setAttribute(e,"")}var Si=Object.freeze({createElement:fi,createElementNS:di,createTextNode:hi,createComment:pi,insertBefore:vi,removeChild:gi,appendChild:mi,parentNode:bi,nextSibling:yi,tagName:_i,setTextContent:wi,setStyleScope:xi}),Oi={create:function(t,e){Ci(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Ci(t,!0),Ci(e))},destroy:function(t){Ci(t,!0)}};function Ci(t,e){var n=t.data.ref;if(i(n)){var r=t.context,o=t.componentInstance||t.elm,a=r.$refs;e?Array.isArray(a[n])?b(a[n],o):a[n]===o&&(a[n]=void 0):t.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var ki=new yt("",{},[]),ji=["create","activate","update","remove","destroy"];function Ti(t,e){return t.key===e.key&&(t.tag===e.tag&&t.isComment===e.isComment&&i(t.data)===i(e.data)&&Pi(t,e)||o(t.isAsyncPlaceholder)&&t.asyncFactory===e.asyncFactory&&r(e.asyncFactory.error))}function Pi(t,e){if("input"!==t.tag)return!0;var n,r=i(n=t.data)&&i(n=n.attrs)&&n.type,o=i(n=e.data)&&i(n=n.attrs)&&n.type;return r===o||ui(r)&&ui(o)}function Ai(t,e,n){var r,o,a={};for(r=e;r<=n;++r)o=t[r].key,i(o)&&(a[o]=r);return a}function Ei(t){var e,n,a={},c=t.modules,u=t.nodeOps;for(e=0;e<ji.length;++e)for(a[ji[e]]=[],n=0;n<c.length;++n)i(c[n][ji[e]])&&a[ji[e]].push(c[n][ji[e]]);function l(t){return new yt(u.tagName(t).toLowerCase(),{},[],void 0,t)}function f(t,e){function n(){0===--n.listeners&&d(t)}return n.listeners=e,n}function d(t){var e=u.parentNode(t);i(e)&&u.removeChild(e,t)}function h(t,e,n,r,a,s,c){if(i(t.elm)&&i(s)&&(t=s[c]=St(t)),t.isRootInsert=!a,!p(t,e,n,r)){var l=t.data,f=t.children,d=t.tag;i(d)?(t.elm=t.ns?u.createElementNS(t.ns,d):u.createElement(d,t),x(t),y(t,f,e),i(l)&&w(t,e),b(n,t.elm,r)):o(t.isComment)?(t.elm=u.createComment(t.text),b(n,t.elm,r)):(t.elm=u.createTextNode(t.text),b(n,t.elm,r))}}function p(t,e,n,r){var a=t.data;if(i(a)){var s=i(t.componentInstance)&&a.keepAlive;if(i(a=a.hook)&&i(a=a.init)&&a(t,!1),i(t.componentInstance))return v(t,e),b(n,t.elm,r),o(s)&&m(t,e,n,r),!0}}function v(t,e){i(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,_(t)?(w(t,e),x(t)):(Ci(t),e.push(t))}function m(t,e,n,r){var o,s=t;while(s.componentInstance)if(s=s.componentInstance._vnode,i(o=s.data)&&i(o=o.transition)){for(o=0;o<a.activate.length;++o)a.activate[o](ki,s);e.push(s);break}b(n,t.elm,r)}function b(t,e,n){i(t)&&(i(n)?u.parentNode(n)===t&&u.insertBefore(t,e,n):u.appendChild(t,e))}function y(t,e,n){if(Array.isArray(e)){0;for(var r=0;r<e.length;++r)h(e[r],n,t.elm,null,!0,e,r)}else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function _(t){while(t.componentInstance)t=t.componentInstance._vnode;return i(t.tag)}function w(t,n){for(var r=0;r<a.create.length;++r)a.create[r](ki,t);e=t.data.hook,i(e)&&(i(e.create)&&e.create(ki,t),i(e.insert)&&n.push(t))}function x(t){var e;if(i(e=t.fnScopeId))u.setStyleScope(t.elm,e);else{var n=t;while(n)i(e=n.context)&&i(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e),n=n.parent}i(e=An)&&e!==t.context&&e!==t.fnContext&&i(e=e.$options._scopeId)&&u.setStyleScope(t.elm,e)}function S(t,e,n,r,i,o){for(;r<=i;++r)h(n[r],o,t,e,!1,n,r)}function O(t){var e,n,r=t.data;if(i(r))for(i(e=r.hook)&&i(e=e.destroy)&&e(t),e=0;e<a.destroy.length;++e)a.destroy[e](t);if(i(e=t.children))for(n=0;n<t.children.length;++n)O(t.children[n])}function C(t,e,n,r){for(;n<=r;++n){var o=e[n];i(o)&&(i(o.tag)?(k(o),O(o)):d(o.elm))}}function k(t,e){if(i(e)||i(t.data)){var n,r=a.remove.length+1;for(i(e)?e.listeners+=r:e=f(t.elm,r),i(n=t.componentInstance)&&i(n=n._vnode)&&i(n.data)&&k(n,e),n=0;n<a.remove.length;++n)a.remove[n](t,e);i(n=t.data.hook)&&i(n=n.remove)?n(t,e):e()}else d(t.elm)}function j(t,e,n,o,a){var s,c,l,f,d=0,p=0,v=e.length-1,g=e[0],m=e[v],b=n.length-1,y=n[0],_=n[b],w=!a;while(d<=v&&p<=b)r(g)?g=e[++d]:r(m)?m=e[--v]:Ti(g,y)?(P(g,y,o,n,p),g=e[++d],y=n[++p]):Ti(m,_)?(P(m,_,o,n,b),m=e[--v],_=n[--b]):Ti(g,_)?(P(g,_,o,n,b),w&&u.insertBefore(t,g.elm,u.nextSibling(m.elm)),g=e[++d],_=n[--b]):Ti(m,y)?(P(m,y,o,n,p),w&&u.insertBefore(t,m.elm,g.elm),m=e[--v],y=n[++p]):(r(s)&&(s=Ai(e,d,v)),c=i(y.key)?s[y.key]:T(y,e,d,v),r(c)?h(y,o,t,g.elm,!1,n,p):(l=e[c],Ti(l,y)?(P(l,y,o,n,p),e[c]=void 0,w&&u.insertBefore(t,l.elm,g.elm)):h(y,o,t,g.elm,!1,n,p)),y=n[++p]);d>v?(f=r(n[b+1])?null:n[b+1].elm,S(t,f,n,p,b,o)):p>b&&C(t,e,d,v)}function T(t,e,n,r){for(var o=n;o<r;o++){var a=e[o];if(i(a)&&Ti(t,a))return o}}function P(t,e,n,s,c,l){if(t!==e){i(e.elm)&&i(s)&&(e=s[c]=St(e));var f=e.elm=t.elm;if(o(t.isAsyncPlaceholder))i(e.asyncFactory.resolved)?M(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(o(e.isStatic)&&o(t.isStatic)&&e.key===t.key&&(o(e.isCloned)||o(e.isOnce)))e.componentInstance=t.componentInstance;else{var d,h=e.data;i(h)&&i(d=h.hook)&&i(d=d.prepatch)&&d(t,e);var p=t.children,v=e.children;if(i(h)&&_(e)){for(d=0;d<a.update.length;++d)a.update[d](t,e);i(d=h.hook)&&i(d=d.update)&&d(t,e)}r(e.text)?i(p)&&i(v)?p!==v&&j(f,p,v,n,l):i(v)?(i(t.text)&&u.setTextContent(f,""),S(f,null,v,0,v.length-1,n)):i(p)?C(f,p,0,p.length-1):i(t.text)&&u.setTextContent(f,""):t.text!==e.text&&u.setTextContent(f,e.text),i(h)&&i(d=h.hook)&&i(d=d.postpatch)&&d(t,e)}}}function A(t,e,n){if(o(n)&&i(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var E=g("attrs,class,staticClass,staticStyle,key");function M(t,e,n,r){var a,s=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,o(e.isComment)&&i(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(i(c)&&(i(a=c.hook)&&i(a=a.init)&&a(e,!0),i(a=e.componentInstance)))return v(e,n),!0;if(i(s)){if(i(u))if(t.hasChildNodes())if(i(a=c)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,d=0;d<u.length;d++){if(!f||!M(f,u[d],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else y(e,u,n);if(i(c)){var h=!1;for(var p in c)if(!E(p)){h=!0,w(e,n);break}!h&&c["class"]&&ge(c["class"])}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,s){if(!r(e)){var c=!1,f=[];if(r(t))c=!0,h(e,f);else{var d=i(t.nodeType);if(!d&&Ti(t,e))P(t,e,f,null,null,s);else{if(d){if(1===t.nodeType&&t.hasAttribute(N)&&(t.removeAttribute(N),n=!0),o(n)&&M(t,e,f))return A(e,f,!0),t;t=l(t)}var p=t.elm,v=u.parentNode(p);if(h(e,f,p._leaveCb?null:v,u.nextSibling(p)),i(e.parent)){var g=e.parent,m=_(e);while(g){for(var b=0;b<a.destroy.length;++b)a.destroy[b](g);if(g.elm=e.elm,m){for(var y=0;y<a.create.length;++y)a.create[y](ki,g);var w=g.data.hook.insert;if(w.merged)for(var x=1;x<w.fns.length;x++)w.fns[x]()}else Ci(g);g=g.parent}}i(v)?C(v,[t],0,0):i(t.tag)&&O(t)}}return A(e,f,c),e.elm}i(t)&&O(t)}}var Mi={create:Di,update:Di,destroy:function(t){Di(t,ki)}};function Di(t,e){(t.data.directives||e.data.directives)&&$i(t,e)}function $i(t,e){var n,r,i,o=t===ki,a=e===ki,s=qi(t.data.directives,t.context),c=qi(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],i=c[n],r?(i.oldValue=r.value,i.oldArg=r.arg,Fi(i,"update",e,t),i.def&&i.def.componentUpdated&&l.push(i)):(Fi(i,"bind",e,t),i.def&&i.def.inserted&&u.push(i));if(u.length){var f=function(){for(var n=0;n<u.length;n++)Fi(u[n],"inserted",e,t)};o?we(e,"insert",f):f()}if(l.length&&we(e,"postpatch",(function(){for(var n=0;n<l.length;n++)Fi(l[n],"componentUpdated",e,t)})),!o)for(n in s)c[n]||Fi(s[n],"unbind",t,t,a)}var Ri=Object.create(null);function qi(t,e){var n,r,i=Object.create(null);if(!t)return i;for(n=0;n<t.length;n++)r=t[n],r.modifiers||(r.modifiers=Ri),i[Li(r)]=r,r.def=Qt(e.$options,"directives",r.name,!0);return i}function Li(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function Fi(t,e,n,r,i){var o=t.def&&t.def[e];if(o)try{o(n.elm,t,n,r,i)}catch(Sa){ee(Sa,n.context,"directive "+t.name+" "+e+" hook")}}var Ni=[Oi,Mi];function Ii(t,e){var n=e.componentOptions;if((!i(n)||!1!==n.Ctor.options.inheritAttrs)&&(!r(t.data.attrs)||!r(e.data.attrs))){var o,a,s,c=e.elm,u=t.data.attrs||{},l=e.data.attrs||{};for(o in i(l.__ob__)&&(l=e.data.attrs=E({},l)),l)a=l[o],s=u[o],s!==a&&zi(c,o,a);for(o in(tt||nt)&&l.value!==u.value&&zi(c,"value",l.value),u)r(l[o])&&(Vr(o)?c.removeAttributeNS(Yr,Wr(o)):zr(o)||c.removeAttribute(o))}}function zi(t,e,n){t.tagName.indexOf("-")>-1?Bi(t,e,n):Hr(e)?Gr(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):zr(e)?t.setAttribute(e,Ur(e,n)):Vr(e)?Gr(n)?t.removeAttributeNS(Yr,Wr(e)):t.setAttributeNS(Yr,e,n):Bi(t,e,n)}function Bi(t,e,n){if(Gr(n))t.removeAttribute(e);else{if(tt&&!et&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Ui={create:Ii,update:Ii};function Hi(t,e){var n=e.elm,o=e.data,a=t.data;if(!(r(o.staticClass)&&r(o.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Qr(e),c=n._transitionClasses;i(c)&&(s=Zr(s,Jr(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Yi,Vi={create:Hi,update:Hi},Wi="__r",Gi="__c";function Qi(t){if(i(t[Wi])){var e=tt?"change":"input";t[e]=[].concat(t[Wi],t[e]||[]),delete t[Wi]}i(t[Gi])&&(t.change=[].concat(t[Gi],t.change||[]),delete t[Gi])}function Xi(t,e,n){var r=Yi;return function i(){var o=e.apply(null,arguments);null!==o&&Ji(t,i,n,r)}}var Ki=ae&&!(it&&Number(it[1])<=53);function Zi(t,e,n,r){if(Ki){var i=Wn,o=e;e=o._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=i||t.timeStamp<=0||t.target.ownerDocument!==document)return o.apply(this,arguments)}}Yi.addEventListener(t,e,at?{capture:n,passive:r}:n)}function Ji(t,e,n,r){(r||Yi).removeEventListener(t,e._wrapper||e,n)}function to(t,e){if(!r(t.data.on)||!r(e.data.on)){var n=e.data.on||{},i=t.data.on||{};Yi=e.elm,Qi(n),_e(n,i,Zi,Ji,Xi,e.context),Yi=void 0}}var eo,no={create:to,update:to};function ro(t,e){if(!r(t.data.domProps)||!r(e.data.domProps)){var n,o,a=e.elm,s=t.data.domProps||{},c=e.data.domProps||{};for(n in i(c.__ob__)&&(c=e.data.domProps=E({},c)),s)n in c||(a[n]="");for(n in c){if(o=c[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=o;var u=r(o)?"":String(o);io(a,u)&&(a.value=u)}else if("innerHTML"===n&&ii(a.tagName)&&r(a.innerHTML)){eo=eo||document.createElement("div"),eo.innerHTML="<svg>"+o+"</svg>";var l=eo.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(l.firstChild)a.appendChild(l.firstChild)}else if(o!==s[n])try{a[n]=o}catch(Sa){}}}}function io(t,e){return!t.composing&&("OPTION"===t.tagName||oo(t,e)||ao(t,e))}function oo(t,e){var n=!0;try{n=document.activeElement!==t}catch(Sa){}return n&&t.value!==e}function ao(t,e){var n=t.value,r=t._vModifiers;if(i(r)){if(r.number)return v(n)!==v(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}var so={create:ro,update:ro},co=w((function(t){var e={},n=/;(?![^(]*\))/g,r=/:(.+)/;return t.split(n).forEach((function(t){if(t){var n=t.split(r);n.length>1&&(e[n[0].trim()]=n[1].trim())}})),e}));function uo(t){var e=lo(t.style);return t.staticStyle?E(t.staticStyle,e):e}function lo(t){return Array.isArray(t)?M(t):"string"===typeof t?co(t):t}function fo(t,e){var n,r={};if(e){var i=t;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=uo(i.data))&&E(r,n)}(n=uo(t.data))&&E(r,n);var o=t;while(o=o.parent)o.data&&(n=uo(o.data))&&E(r,n);return r}var ho,po=/^--/,vo=/\s*!important$/,go=function(t,e,n){if(po.test(e))t.style.setProperty(e,n);else if(vo.test(n))t.style.setProperty(k(e),n.replace(vo,""),"important");else{var r=bo(e);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)t.style[r]=n[i];else t.style[r]=n}},mo=["Webkit","Moz","ms"],bo=w((function(t){if(ho=ho||document.createElement("div").style,t=S(t),"filter"!==t&&t in ho)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<mo.length;n++){var r=mo[n]+e;if(r in ho)return r}}));function yo(t,e){var n=e.data,o=t.data;if(!(r(n.staticStyle)&&r(n.style)&&r(o.staticStyle)&&r(o.style))){var a,s,c=e.elm,u=o.staticStyle,l=o.normalizedStyle||o.style||{},f=u||l,d=lo(e.data.style)||{};e.data.normalizedStyle=i(d.__ob__)?E({},d):d;var h=fo(e,!0);for(s in f)r(h[s])&&go(c,s,"");for(s in h)a=h[s],a!==f[s]&&go(c,s,null==a?"":a)}}var _o={create:yo,update:yo},wo=/\s+/;function xo(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(wo).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function So(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(wo).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{var n=" "+(t.getAttribute("class")||"")+" ",r=" "+e+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?t.setAttribute("class",n):t.removeAttribute("class")}}function Oo(t){if(t){if("object"===typeof t){var e={};return!1!==t.css&&E(e,Co(t.name||"v")),E(e,t),e}return"string"===typeof t?Co(t):void 0}}var Co=w((function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}})),ko=X&&!et,jo="transition",To="animation",Po="transition",Ao="transitionend",Eo="animation",Mo="animationend";ko&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Po="WebkitTransition",Ao="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Eo="WebkitAnimation",Mo="webkitAnimationEnd"));var Do=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function $o(t){Do((function(){Do(t)}))}function Ro(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),xo(t,e))}function qo(t,e){t._transitionClasses&&b(t._transitionClasses,e),So(t,e)}function Lo(t,e,n){var r=No(t,e),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===jo?Ao:Mo,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),o+1),t.addEventListener(s,l)}var Fo=/\b(transform|all)(,|$)/;function No(t,e){var n,r=window.getComputedStyle(t),i=(r[Po+"Delay"]||"").split(", "),o=(r[Po+"Duration"]||"").split(", "),a=Io(i,o),s=(r[Eo+"Delay"]||"").split(", "),c=(r[Eo+"Duration"]||"").split(", "),u=Io(s,c),l=0,f=0;e===jo?a>0&&(n=jo,l=a,f=o.length):e===To?u>0&&(n=To,l=u,f=c.length):(l=Math.max(a,u),n=l>0?a>u?jo:To:null,f=n?n===jo?o.length:c.length:0);var d=n===jo&&Fo.test(r[Po+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:d}}function Io(t,e){while(t.length<e.length)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return zo(e)+zo(t[n])})))}function zo(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Bo(t,e){var n=t.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=Oo(t.data.transition);if(!r(o)&&!i(n._enterCb)&&1===n.nodeType){var a=o.css,s=o.type,u=o.enterClass,l=o.enterToClass,f=o.enterActiveClass,d=o.appearClass,h=o.appearToClass,p=o.appearActiveClass,g=o.beforeEnter,m=o.enter,b=o.afterEnter,y=o.enterCancelled,_=o.beforeAppear,w=o.appear,x=o.afterAppear,S=o.appearCancelled,O=o.duration,C=An,k=An.$vnode;while(k&&k.parent)C=k.context,k=k.parent;var j=!C._isMounted||!t.isRootInsert;if(!j||w||""===w){var T=j&&d?d:u,P=j&&p?p:f,A=j&&h?h:l,E=j&&_||g,M=j&&"function"===typeof w?w:m,D=j&&x||b,$=j&&S||y,R=v(c(O)?O.enter:O);0;var q=!1!==a&&!et,L=Yo(M),N=n._enterCb=F((function(){q&&(qo(n,A),qo(n,P)),N.cancelled?(q&&qo(n,T),$&&$(n)):D&&D(n),n._enterCb=null}));t.data.show||we(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),M&&M(n,N)})),E&&E(n),q&&(Ro(n,T),Ro(n,P),$o((function(){qo(n,T),N.cancelled||(Ro(n,A),L||(Ho(R)?setTimeout(N,R):Lo(n,s,N)))}))),t.data.show&&(e&&e(),M&&M(n,N)),q||L||N()}}}function Uo(t,e){var n=t.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var o=Oo(t.data.transition);if(r(o)||1!==n.nodeType)return e();if(!i(n._leaveCb)){var a=o.css,s=o.type,u=o.leaveClass,l=o.leaveToClass,f=o.leaveActiveClass,d=o.beforeLeave,h=o.leave,p=o.afterLeave,g=o.leaveCancelled,m=o.delayLeave,b=o.duration,y=!1!==a&&!et,_=Yo(h),w=v(c(b)?b.leave:b);0;var x=n._leaveCb=F((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),y&&(qo(n,l),qo(n,f)),x.cancelled?(y&&qo(n,u),g&&g(n)):(e(),p&&p(n)),n._leaveCb=null}));m?m(S):S()}function S(){x.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),d&&d(n),y&&(Ro(n,u),Ro(n,f),$o((function(){qo(n,u),x.cancelled||(Ro(n,l),_||(Ho(w)?setTimeout(x,w):Lo(n,s,x)))}))),h&&h(n,x),y||_||x())}}function Ho(t){return"number"===typeof t&&!isNaN(t)}function Yo(t){if(r(t))return!1;var e=t.fns;return i(e)?Yo(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Vo(t,e){!0!==e.data.show&&Bo(e)}var Wo=X?{create:Vo,activate:Vo,remove:function(t,e){!0!==t.data.show?Uo(t,e):e()}}:{},Go=[Ui,Vi,no,so,_o,Wo],Qo=Go.concat(Ni),Xo=Ei({nodeOps:Si,modules:Qo});et&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&ia(t,"input")}));var Ko={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?we(n,"postpatch",(function(){Ko.componentUpdated(t,e,n)})):Zo(t,e,n.context),t._vOptions=[].map.call(t.options,ea)):("textarea"===n.tag||ui(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",na),t.addEventListener("compositionend",ra),t.addEventListener("change",ra),et&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Zo(t,e,n.context);var r=t._vOptions,i=t._vOptions=[].map.call(t.options,ea);if(i.some((function(t,e){return!q(t,r[e])}))){var o=t.multiple?e.value.some((function(t){return ta(t,i)})):e.value!==e.oldValue&&ta(e.value,i);o&&ia(t,"change")}}}};function Zo(t,e,n){Jo(t,e,n),(tt||nt)&&setTimeout((function(){Jo(t,e,n)}),0)}function Jo(t,e,n){var r=e.value,i=t.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],i)o=L(r,ea(a))>-1,a.selected!==o&&(a.selected=o);else if(q(ea(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));i||(t.selectedIndex=-1)}}function ta(t,e){return e.every((function(e){return!q(e,t)}))}function ea(t){return"_value"in t?t._value:t.value}function na(t){t.target.composing=!0}function ra(t){t.target.composing&&(t.target.composing=!1,ia(t.target,"input"))}function ia(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function oa(t){return!t.componentInstance||t.data&&t.data.transition?t:oa(t.componentInstance._vnode)}var aa={bind:function(t,e,n){var r=e.value;n=oa(n);var i=n.data&&n.data.transition,o=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&i?(n.data.show=!0,Bo(n,(function(){t.style.display=o}))):t.style.display=r?o:"none"},update:function(t,e,n){var r=e.value,i=e.oldValue;if(!r!==!i){n=oa(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,r?Bo(n,(function(){t.style.display=t.__vOriginalDisplay})):Uo(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none"}},unbind:function(t,e,n,r,i){i||(t.style.display=t.__vOriginalDisplay)}},sa={model:Ko,show:aa},ca={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ua(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?ua(Sn(e.children)):t}function la(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var i=n._parentListeners;for(var o in i)e[S(o)]=i[o];return e}function fa(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}function da(t){while(t=t.parent)if(t.data.transition)return!0}function ha(t,e){return e.key===t.key&&e.tag===t.tag}var pa=function(t){return t.tag||xn(t)},va=function(t){return"show"===t.name},ga={name:"transition",props:ca,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(pa),n.length)){0;var r=this.mode;0;var i=n[0];if(da(this.$vnode))return i;var o=ua(i);if(!o)return i;if(this._leaving)return fa(t,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var c=(o.data||(o.data={})).transition=la(this),u=this._vnode,l=ua(u);if(o.data.directives&&o.data.directives.some(va)&&(o.data.show=!0),l&&l.data&&!ha(o,l)&&!xn(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=E({},c);if("out-in"===r)return this._leaving=!0,we(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),fa(t,i);if("in-out"===r){if(xn(o))return u;var d,h=function(){d()};we(c,"afterEnter",h),we(c,"enterCancelled",h),we(f,"delayLeave",(function(t){d=t}))}}return i}}},ma=E({tag:String,moveClass:String},ca);delete ma.mode;var ba={props:ma,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var i=En(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,i(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=la(this),s=0;s<i.length;s++){var c=i[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))o.push(c),n[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],l=[],f=0;f<r.length;f++){var d=r[f];d.data.transition=a,d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?u.push(d):l.push(d)}this.kept=t(e,null,u),this.removed=l}return t(e,null,o)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(ya),t.forEach(_a),t.forEach(wa),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Ro(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Ao,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Ao,t),n._moveCb=null,qo(n,e))})}})))},methods:{hasMove:function(t,e){if(!ko)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){So(n,t)})),xo(n,e),n.style.display="none",this.$el.appendChild(n);var r=No(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ya(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function _a(t){t.data.newPos=t.elm.getBoundingClientRect()}function wa(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,i=e.top-n.top;if(r||i){t.data.moved=!0;var o=t.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}var xa={Transition:ga,TransitionGroup:ba};Sr.config.mustUseProp=Ir,Sr.config.isReservedTag=oi,Sr.config.isReservedAttr=Fr,Sr.config.getTagNamespace=ai,Sr.config.isUnknownElement=ci,E(Sr.options.directives,sa),E(Sr.options.components,xa),Sr.prototype.__patch__=X?Xo:D,Sr.prototype.$mount=function(t,e){return t=t&&X?li(t):void 0,$n(this,t,e)},X&&setTimeout((function(){B.devtools&&ut&&ut.emit("init",Sr)}),0),e["a"]=Sr}).call(this,n("c8ba"))},"2ba0":function(t,e,n){var r=n("7024");t.exports=function(t,e,n){for(var i in e)r(t,i,e[i],n);return t}},"2c75":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));n("4160"),n("159b");var r=n("0967");function i(t){for(var e=t;null!==e;e=e.parentNode){if(null===e.__vue__)return;if(void 0!==e.__vue__)return e.__vue__}}function o(t,e){for(var n=t;void 0!==n;n=n.$parent)if(n===e)return!0;return!1}function a(t,e,n){if(!0===r["d"])return n;var i="__qcache_".concat(e);return void 0===t[i]?t[i]=n:t[i]}},"2c91":function(t,e,n){"use strict";var r=n("2b0e");e["a"]=r["a"].extend({name:"QSpace",render:function(t){return t("div",{staticClass:"q-space"})}})},"2ca0":function(t,e,n){"use strict";var r=n("23e7"),i=n("06cf").f,o=n("50c4"),a=n("5a34"),s=n("1d80"),c=n("ab13"),u=n("c430"),l="".startsWith,f=Math.min,d=c("startsWith"),h=!u&&!d&&!!function(){var t=i(String.prototype,"startsWith");return t&&!t.writable}();r({target:"String",proto:!0,forced:!h&&!d},{startsWith:function(t){var e=String(s(this));a(t);var n=o(f(arguments.length>1?arguments[1]:void 0,e.length)),r=String(t);return l?l.call(e,r,n):e.slice(n,n+r.length)===r}})},"2d0a":function(t,e,n){var r=n("7f34"),i=n("b973"),o=n("2439"),a=n("4c07");t.exports=function(t,e){for(var n=i(e),s=a.f,c=o.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||s(t,l,c(e,l))}}},"2d83":function(t,e,n){"use strict";var r=n("387f");t.exports=function(t,e,n,i,o){var a=new Error(t);return r(a,e,n,i,o)}},"2e67":function(t,e,n){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},"2f62":function(t,e,n){"use strict";(function(t){
8
- /**
9
- * vuex v3.1.2
10
- * (c) 2019 Evan You
11
- * @license MIT
12
- */
13
- function r(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:r});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[r].concat(t.init):r,n.call(this,t)}}function r(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"c",(function(){return E})),n.d(e,"b",(function(){return $}));var i="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},o=i.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t){o&&(t._devtoolHook=o,o.emit("vuex:init",t),o.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){o.emit("vuex:mutation",t,e)})))}function s(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function c(t){return null!==t&&"object"===typeof t}function u(t){return t&&"function"===typeof t.then}function l(t,e){return function(){return t(e)}}var f=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},d={namespaced:{configurable:!0}};d.namespaced.get=function(){return!!this._rawModule.namespaced},f.prototype.addChild=function(t,e){this._children[t]=e},f.prototype.removeChild=function(t){delete this._children[t]},f.prototype.getChild=function(t){return this._children[t]},f.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},f.prototype.forEachChild=function(t){s(this._children,t)},f.prototype.forEachGetter=function(t){this._rawModule.getters&&s(this._rawModule.getters,t)},f.prototype.forEachAction=function(t){this._rawModule.actions&&s(this._rawModule.actions,t)},f.prototype.forEachMutation=function(t){this._rawModule.mutations&&s(this._rawModule.mutations,t)},Object.defineProperties(f.prototype,d);var h=function(t){this.register([],t,!1)};function p(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;p(t.concat(r),e.getChild(r),n.modules[r])}}h.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},h.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},h.prototype.update=function(t){p([],this.root,t)},h.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var i=new f(e,n);if(0===t.length)this.root=i;else{var o=this.get(t.slice(0,-1));o.addChild(t[t.length-1],i)}e.modules&&s(e.modules,(function(e,i){r.register(t.concat(i),e,n)}))},h.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var v;var g=function(t){var e=this;void 0===t&&(t={}),!v&&"undefined"!==typeof window&&window.Vue&&A(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new h(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new v,this._makeLocalGettersCache=Object.create(null);var i=this,o=this,s=o.dispatch,c=o.commit;this.dispatch=function(t,e){return s.call(i,t,e)},this.commit=function(t,e,n){return c.call(i,t,e,n)},this.strict=r;var u=this._modules.root.state;w(this,u,[],this._modules.root),_(this,u),n.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtools:v.config.devtools;l&&a(this)},m={state:{configurable:!0}};function b(t,e){return e.indexOf(t)<0&&e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function y(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;w(t,n,[],t._modules.root,!0),_(t,n,e)}function _(t,e,n){var r=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var i=t._wrappedGetters,o={};s(i,(function(e,n){o[n]=l(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var a=v.config.silent;v.config.silent=!0,t._vm=new v({data:{$$state:e},computed:o}),v.config.silent=a,t.strict&&j(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),v.nextTick((function(){return r.$destroy()})))}function w(t,e,n,r,i){var o=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a],t._modulesNamespaceMap[a]=r),!o&&!i){var s=T(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit((function(){v.set(s,c,r.state)}))}var u=r.context=x(t,a,n);r.forEachMutation((function(e,n){var r=a+n;O(t,r,e,u)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,i=e.handler||e;C(t,r,i,u)})),r.forEachGetter((function(e,n){var r=a+n;k(t,r,e,u)})),r.forEachChild((function(r,o){w(t,e,n.concat(o),r,i)}))}function x(t,e,n){var r=""===e,i={dispatch:r?t.dispatch:function(n,r,i){var o=P(n,r,i),a=o.payload,s=o.options,c=o.type;return s&&s.root||(c=e+c),t.dispatch(c,a)},commit:r?t.commit:function(n,r,i){var o=P(n,r,i),a=o.payload,s=o.options,c=o.type;s&&s.root||(c=e+c),t.commit(c,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return t.getters}:function(){return S(t,e)}},state:{get:function(){return T(t.state,n)}}}),i}function S(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach((function(i){if(i.slice(0,r)===e){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return t.getters[i]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}function O(t,e,n,r){var i=t._mutations[e]||(t._mutations[e]=[]);i.push((function(e){n.call(t,r.state,e)}))}function C(t,e,n,r){var i=t._actions[e]||(t._actions[e]=[]);i.push((function(e){var i=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e);return u(i)||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}function k(t,e,n,r){t._wrappedGetters[e]||(t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)})}function j(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function T(t,e){return e.length?e.reduce((function(t,e){return t[e]}),t):t}function P(t,e,n){return c(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function A(t){v&&t===v||(v=t,r(v))}m.state.get=function(){return this._vm._data.$$state},m.state.set=function(t){0},g.prototype.commit=function(t,e,n){var r=this,i=P(t,e,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),c=this._mutations[o];c&&(this._withCommit((function(){c.forEach((function(t){t(a)}))})),this._subscribers.forEach((function(t){return t(s,r.state)})))},g.prototype.dispatch=function(t,e){var n=this,r=P(t,e),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(u){0}var c=s.length>1?Promise.all(s.map((function(t){return t(o)}))):s[0](o);return c.then((function(t){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(u){0}return t}))}},g.prototype.subscribe=function(t){return b(t,this._subscribers)},g.prototype.subscribeAction=function(t){var e="function"===typeof t?{before:t}:t;return b(e,this._actionSubscribers)},g.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},g.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},g.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"===typeof t&&(t=[t]),this._modules.register(t,e),w(this,this.state,t,this._modules.get(t),n.preserveState),_(this,this.state)},g.prototype.unregisterModule=function(t){var e=this;"string"===typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=T(e.state,t.slice(0,-1));v.delete(n,t[t.length-1])})),y(this)},g.prototype.hotUpdate=function(t){this._modules.update(t),y(this,!0)},g.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(g.prototype,m);var E=F((function(t,e){var n={};return q(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=N(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,e,n):e[i]},n[r].vuex=!0})),n})),M=F((function(t,e){var n={};return q(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.commit;if(t){var o=N(this.$store,"mapMutations",t);if(!o)return;r=o.context.commit}return"function"===typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),D=F((function(t,e){var n={};return q(e).forEach((function(e){var r=e.key,i=e.val;i=t+i,n[r]=function(){if(!t||N(this.$store,"mapGetters",t))return this.$store.getters[i]},n[r].vuex=!0})),n})),$=F((function(t,e){var n={};return q(e).forEach((function(e){var r=e.key,i=e.val;n[r]=function(){var e=[],n=arguments.length;while(n--)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var o=N(this.$store,"mapActions",t);if(!o)return;r=o.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(e)):r.apply(this.$store,[i].concat(e))}})),n})),R=function(t){return{mapState:E.bind(null,t),mapGetters:D.bind(null,t),mapMutations:M.bind(null,t),mapActions:$.bind(null,t)}};function q(t){return L(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function L(t){return Array.isArray(t)||c(t)}function F(t){return function(e,n){return"string"!==typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function N(t,e,n){var r=t._modulesNamespaceMap[n];return r}var I={Store:g,install:A,version:"3.1.2",mapState:E,mapMutations:M,mapGetters:D,mapActions:$,createNamespacedHelpers:R};e["a"]=I}).call(this,n("c8ba"))},"2fc8":function(t,e,n){"use strict";n.d(e,"a",(function(){return o}));var r=n("4aa2"),i=n("9ebd");function o(t){return function e(n,o){switch(arguments.length){case 0:return e;case 1:return Object(i["a"])(n)?e:Object(r["a"])((function(e){return t(n,e)}));default:return Object(i["a"])(n)&&Object(i["a"])(o)?e:Object(i["a"])(n)?Object(r["a"])((function(e){return t(e,o)})):Object(i["a"])(o)?Object(r["a"])((function(e){return t(n,e)})):t(n,o)}}}},"30b5":function(t,e,n){"use strict";var r=n("c532");function i(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,e,n){if(!e)return t;var o;if(n)o=n(e);else if(r.isURLSearchParams(e))o=e.toString();else{var a=[];r.forEach(e,(function(t,e){null!==t&&"undefined"!==typeof t&&(r.isArray(t)?e+="[]":t=[t],r.forEach(t,(function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(i(e)+"="+i(t))})))})),o=a.join("&")}if(o){var s=t.indexOf("#");-1!==s&&(t=t.slice(0,s)),t+=(-1===t.indexOf("?")?"?":"&")+o}return t}},"317b":function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"container",staticClass:"db-dygraphs"})},i=[],o=(n("99af"),n("4160"),n("a15b"),n("d81d"),n("d3b7"),n("159b"),n("1a7c")),a=n("6af3"),s=(n("ff8b"),n("686d")),c=null,u={name:"DbDygraphs",mixins:[a["a"]],props:{data:{type:Array,default:function(){return[]}},options:{type:Object}},data:function(){return{graph:null,needUpdate:!1,needOptionsUpdate:!1,optionsChanged:!1}},computed:{graphOptions:{get:function(){return Object.assign({},this.defaultOptions,this.options)},set:function(){}},defaultOptions:function(){return{colors:o["a"].getColors(this.dark,this.colorScheme),animatedZooms:!0,labelsDiv:this.$refs.dbdylabels,legend:"follow",legendFormatter:this.legendFormatter,zoomCallback:this.handleZoom,clickCallback:this.handleClick}}},mounted:function(){var t=this;n.e("chunk-461883cd").then(n.bind(null,"11f9")).then((function(e){s["a"].info("dygraphs: imported"),c=e.default,t.$nextTick((function(){t.render()}))}))},watch:{_updated:function(){s["a"].info("_updated prop changed"),this.scheduleUpdate()},data:{handler:function(){s["a"].info("data prop changed"),this.scheduleUpdate()},deep:!0},options:{handler:function(){this.optionsChanged=!0,this.scheduleUpdate()},deep:!0},dark:function(){this.optionsChanged=!0,this.scheduleUpdate()}},methods:{render:function(){this.graph=new c(this.$refs.container,this.getData(),this.graphOptions)},getData:function(){if(!Array.isArray(this.data))return this.data;if(this.data.length<=0)return this.data;if(Array.isArray(this.data[0]))return this.data;var t=0;return this.data.map((function(e){return[t++,e]}))},scheduleUpdate:function(){var t=this;this.needUpdate=!0,this.$nextTick((function(){t.update()}))},update:function(){this.needUpdate&&(this.needUpdate=!1,this.optionsChanged&&(this.optionsChanged=!1,s["a"].info("DbDygraphs: updating options ..."),this.graph.updateOptions(this.graphOptions)),s["a"].info("DbDygraphs: updating data ..."),this.graph.updateOptions({file:this.getData()}))},legendFormatter:function(t){if(null==t.x)return""+t.series.map((function(t){return t.dashHTML+" "+t.labelHTML})).join(" ");var e=this.graph.getLabels()[0]+": "+t.xHTML;return t.series.forEach((function(t){if(t.isVisible){var n=t.labelHTML+": "+t.yHTML;t.isHighlighted&&(n="<b>"+n+"</b>"),e+="<br>"+t.dashHTML+" "+n}})),e},handleClick:function(t,e,n){s["a"].debug("handleClick: x:".concat(e,", points:").concat(JSON.stringify(n))),this.$emit("db-event",{type:"click",x:e,points:n})},handleZoom:function(t,e,n){s["a"].debug("handleZoom: minDate:"+t+", maxDate:"+e+", yRanges:"+n),this.$emit("db-event",{type:"zoom",minDate:Math.floor(t),maxDate:Math.floor(e),yRanges:n})}}},l=u,f=n("2877"),d=Object(f["a"])(l,r,i,!1,null,null,null);e["default"]=d.exports},3261:function(t,e,n){var r=n("0368"),i=n("4c07"),o=n("8d23");t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},"35a1":function(t,e,n){var r=n("f5df"),i=n("3f8c"),o=n("b622"),a=o("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||i[r(t)]}},3627:function(t,e,n){"use strict";n.d(e,"c",(function(){return s})),n.d(e,"e",(function(){return c})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return l})),n.d(e,"d",(function(){return f}));n("99af"),n("4160"),n("c975"),n("45fc"),n("b64b"),n("159b");var r=n("0967"),i=n("d882"),o=["left","right","up","down","horizontal","vertical"],a={left:!0,right:!0,up:!0,down:!0,horizontal:!0,vertical:!0,all:!0};function s(t){var e={};return o.forEach((function(n){t[n]&&(e[n]=!0)})),0===Object.keys(e).length?a:(!0===e.horizontal&&(e.left=e.right=!0),!0===e.vertical&&(e.up=e.down=!0),!0===e.left&&!0===e.right&&(e.horizontal=!0),!0===e.up&&!0===e.down&&(e.vertical=!0),!0===e.horizontal&&!0===e.vertical&&(e.all=!0),e)}function c(t,e){var n=e.oldValue,r=e.value,i=e.modifiers;n!==r&&(t.handler=r),o.some((function(e){return i[e]!==t.modifiers[e]}))&&(t.modifiers=i,t.direction=s(i))}function u(t,e,n){e+="Evt",void 0!==t[e]?t[e]=t[e].concat(n):t[e]=n,n.forEach((function(e){e[0].addEventListener(e[1],t[e[2]],i["e"][e[3]])}))}function l(t,e){e+="Evt",void 0!==t[e]&&(t[e].forEach((function(e){e[0].removeEventListener(e[1],t[e[2]],i["e"][e[3]])})),t[e]=void 0)}var f=!1===r["d"]&&(!0===r["a"].is.ios||!0===r["a"].is.mac&&!0===r["a"].has.touch||window.navigator.vendor.toLowerCase().indexOf("apple")>-1)?function(){return document}:function(t){return t}},"37e1":function(t,e,n){"use strict";var r=n("199f"),i=n("0f33"),o=n("c85d"),a=n("a714"),s=n("0ee6"),c=n("894d"),u=n("8fe4"),l=n("7024"),f=!!o&&a((function(){o.prototype["finally"].call({then:function(){}},(function(){}))}));r({target:"Promise",proto:!0,real:!0,forced:f},{finally:function(t){var e=c(this,s("Promise")),n="function"==typeof t;return this.then(n?function(n){return u(e,t()).then((function(){return n}))}:t,n?function(n){return u(e,t()).then((function(){throw n}))}:t)}}),i||"function"!=typeof o||o.prototype["finally"]||l(o.prototype,"finally",s("Promise").prototype["finally"])},"37e8":function(t,e,n){var r=n("83ab"),i=n("9bf2"),o=n("825a"),a=n("df75");t.exports=r?Object.defineProperties:function(t,e){o(t);var n,r=a(e),s=r.length,c=0;while(s>c)i.f(t,n=r[c++],e[n]);return t}},"387f":function(t,e,n){"use strict";t.exports=function(t,e,n,r,i){return t.config=e,n&&(t.code=n),t.request=r,t.response=i,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t}},"38fd":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("db-dygraphs",{ref:"dygraph",attrs:{_updated:t._updated,data:t.data,options:t.graphOptions,dark:t.dark},on:{"db-event":t.handleDbEvent}})},i=[],o=(n("a9e3"),n("317b")),a={name:"DbDygraphsLine",components:{DbDygraphs:o["default"]},props:{_updated:{type:Number,default:0},data:{type:Array,default:function(){return[]}},options:{type:Object},dark:{type:Boolean,default:!1}},data:function(){return{defaultOptions:{includeZero:!0,panEdgeFraction:1e-8,fillGraph:!0,fillAlpha:.2,axes:{x:{drawGrid:!0}}}}},mounted:function(){},computed:{graphOptions:{get:function(){return Object.assign({},this.defaultOptions,this.options)},set:function(){}}},methods:{handleDbEvent:function(t){this.$emit("db-event",t)}}},s=a,c=n("2877"),u=Object(c["a"])(s,r,i,!1,null,null,null);e["a"]=u.exports},3934:function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){var t,e=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(t){var r=t;return e&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return t=i(window.location.href),function(e){var n=r.isString(e)?i(e):e;return n.protocol===t.protocol&&n.host===t.host}}():function(){return function(){return!0}}()},3980:function(t,e,n){"use strict";n("a9e3");var r=n("2b0e"),i=n("d882"),o=n("0967"),a={data:function(){return{canRender:!o["e"]}},mounted:function(){!1===this.canRender&&(this.canRender=!0)}},s=n("2c75");e["a"]=r["a"].extend({name:"QResizeObserver",mixins:[a],props:{debounce:{type:[String,Number],default:100}},data:function(){return!0===this.hasObserver?{}:{url:!0===this.$q.platform.is.ie?null:"about:blank"}},methods:{trigger:function(t){!0===t||0===this.debounce||"0"===this.debounce?this.__onResize():this.timer||(this.timer=setTimeout(this.__onResize,this.debounce))},__onResize:function(){if(this.timer=null,this.$el&&this.$el.parentNode){var t=this.$el.parentNode,e={width:t.offsetWidth,height:t.offsetHeight};e.width===this.size.width&&e.height===this.size.height||(this.size=e,this.$emit("resize",this.size))}},__cleanup:function(){void 0!==this.curDocView&&(void 0!==this.curDocView.removeEventListener&&this.curDocView.removeEventListener("resize",this.trigger,i["e"].passive),this.curDocView=void 0)},__onObjLoad:function(){this.__cleanup(),this.$el.contentDocument&&(this.curDocView=this.$el.contentDocument.defaultView,this.curDocView.addEventListener("resize",this.trigger,i["e"].passive)),this.__onResize()}},render:function(t){if(!1!==this.canRender&&!0!==this.hasObserver)return t("object",{style:this.style,attrs:{tabindex:-1,type:"text/html",data:this.url,"aria-hidden":!0},on:Object(s["a"])(this,"load",{load:this.__onObjLoad})})},beforeCreate:function(){this.size={width:-1,height:-1},!0!==o["d"]&&(this.hasObserver="undefined"!==typeof ResizeObserver,!0!==this.hasObserver&&(this.style="".concat(this.$q.platform.is.ie?"visibility:hidden;":"","display:block;position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1;")))},mounted:function(){if(!0===this.hasObserver)return this.observer=new ResizeObserver(this.trigger),this.observer.observe(this.$el.parentNode),void this.__onResize();!0===this.$q.platform.is.ie?(this.url="about:blank",this.__onResize()):this.__onObjLoad()},beforeDestroy:function(){clearTimeout(this.timer),!0!==this.hasObserver?this.__cleanup():this.$el.parentNode&&this.observer.unobserve(this.$el.parentNode)}})},"3b73":function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("fb6a"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("66e5"),a=n("4074"),s=n("0170"),c=n("0016"),u=n("dde5"),l=n("2c75"),f=i["a"].extend({name:"QSlideTransition",props:{appear:Boolean,duration:{type:Number,default:300}},methods:{__begin:function(t,e,n){t.style.overflowY="hidden",void 0!==e&&(t.style.height="".concat(e,"px")),t.style.transition="height ".concat(this.duration,"ms cubic-bezier(.25, .8, .50, 1)"),this.animating=!0,this.done=n},__end:function(t,e){t.style.overflowY=null,t.style.height=null,t.style.transition=null,this.__cleanup(),e!==this.lastEvent&&this.$emit(e)},__cleanup:function(){this.done&&this.done(),this.done=null,this.animating=!1,clearTimeout(this.timer),clearTimeout(this.timerFallback),void 0!==this.el&&this.el.removeEventListener("transitionend",this.animListener),this.animListener=null}},beforeDestroy:function(){this.animating&&this.__cleanup()},render:function(t){var e=this;return t("transition",{props:{css:!1,appear:this.appear},on:Object(l["a"])(this,"tr",{enter:function(t,n){var r=0;e.el=t,!0===e.animating?(e.__cleanup(),r=t.offsetHeight===t.scrollHeight?0:void 0):e.lastEvent="hide",e.__begin(t,r,n),e.timer=setTimeout((function(){t.style.height="".concat(t.scrollHeight,"px"),e.animListener=function(n){Object(n)===n&&n.target!==t||e.__end(t,"show")},t.addEventListener("transitionend",e.animListener),e.timerFallback=setTimeout(e.animListener,1.1*e.duration)}),100)},leave:function(t,n){var r;e.el=t,!0===e.animating?e.__cleanup():(e.lastEvent="show",r=t.scrollHeight),e.__begin(t,r,n),e.timer=setTimeout((function(){t.style.height=0,e.animListener=function(n){Object(n)===n&&n.target!==t||e.__end(t,"hide")},t.addEventListener("transitionend",e.animListener),e.timerFallback=setTimeout(e.animListener,1.1*e.duration)}),100)}})},Object(u["c"])(this,"default"))}}),d=n("eb85"),h=n("8716"),p=n("7ee0"),v=n("b7fa"),g=n("d882");function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var y="q:expansion-item:close";e["a"]=i["a"].extend({name:"QExpansionItem",mixins:[v["a"],h["a"],p["a"]],props:{icon:String,label:String,labelLines:[Number,String],caption:String,captionLines:[Number,String],dense:Boolean,expandIcon:String,expandedIcon:String,expandIconClass:[Array,String,Object],duration:Number,headerInsetLevel:Number,contentInsetLevel:Number,expandSeparator:Boolean,defaultOpened:Boolean,expandIconToggle:Boolean,switchToggleSide:Boolean,denseToggle:Boolean,group:String,popup:Boolean,headerStyle:[Array,String,Object],headerClass:[Array,String,Object]},data:function(){return{showing:void 0!==this.value?this.value:this.defaultOpened}},watch:{showing:function(t){!0===t&&void 0!==this.group&&this.$root.$emit(y,this)},group:function(t,e){void 0!==t&&void 0===e?this.$root.$on(y,this.__eventHandler):void 0===t&&void 0!==e&&this.$root.$off(y,this.__eventHandler)}},computed:{classes:function(){return"q-expansion-item--".concat(!0===this.showing?"expanded":"collapsed")+" q-expansion-item--".concat(!0===this.popup?"popup":"standard")},contentStyle:function(){if(void 0!==this.contentInsetLevel){var t=!0===this.$q.lang.rtl?"Right":"Left";return Object(r["a"])({},"padding"+t,56*this.contentInsetLevel+"px")}},isClickable:function(){return!0===this.hasRouterLink||!0!==this.expandIconToggle},expansionIcon:function(){return void 0!==this.expandedIcon&&!0===this.showing?this.expandedIcon:this.expandIcon||this.$q.iconSet.expansionItem[!0===this.denseToggle?"denseIcon":"icon"]},activeToggleIcon:function(){return!0!==this.disable&&(!0===this.hasRouterLink||!0===this.expandIconToggle)}},methods:{__onHeaderClick:function(t){!0!==this.hasRouterLink&&this.toggle(t),this.$emit("click",t)},__toggleIconKeyboard:function(t){13===t.keyCode&&this.__toggleIcon(t,!0)},__toggleIcon:function(t,e){!0!==e&&void 0!==this.$refs.blurTarget&&this.$refs.blurTarget.focus(),this.toggle(t),Object(g["j"])(t)},__eventHandler:function(t){this!==t&&this.group===t.group&&this.hide()},__getToggleIcon:function(t){return t(a["a"],{staticClass:"cursor-pointer".concat(!0===this.denseToggle&&!0===this.switchToggleSide?" items-end":""),class:this.expandIconClass,props:{side:!0!==this.switchToggleSide,avatar:this.switchToggleSide},on:!0===this.activeToggleIcon?Object(l["a"])(this,"inpExt",{click:this.__toggleIcon,keyup:this.__toggleIconKeyboard}):void 0},[t(c["a"],{staticClass:"q-expansion-item__toggle-icon q-focusable",class:{"rotate-180":void 0===this.expandedIcon&&this.showing,invisible:this.disable},props:{name:this.expansionIcon},attrs:!0===this.activeToggleIcon?{tabindex:0}:void 0},[t("div",{staticClass:"q-focus-helper q-focus-helper--round",attrs:{tabindex:-1},ref:"blurTarget"})])])},__getHeader:function(t){var e;void 0!==this.$scopedSlots.header?e=this.$scopedSlots.header().slice():(e=[t(a["a"],[t(s["a"],{props:{lines:this.labelLines}},[this.label||""]),this.caption?t(s["a"],{props:{lines:this.captionLines,caption:!0}},[this.caption]):null])],this.icon&&e[!0===this.switchToggleSide?"push":"unshift"](t(a["a"],{props:{side:!0===this.switchToggleSide,avatar:!0!==this.switchToggleSide}},[t(c["a"],{props:{name:this.icon}})]))),e[!0===this.switchToggleSide?"unshift":"push"](this.__getToggleIcon(t));var n={ref:"item",style:this.headerStyle,class:this.headerClass,props:{dark:this.isDark,disable:this.disable,dense:this.dense,insetLevel:this.headerInsetLevel}};if(!0===this.isClickable){var r=!0===this.hasRouterLink?"nativeOn":"on";n.props.clickable=!0,n[r]=b({},this.$listeners,{click:this.__onHeaderClick}),!0===this.hasRouterLink&&Object.assign(n.props,this.routerLinkProps)}return t(o["a"],n,e)},__getContent:function(t){var e=[this.__getHeader(t),t(f,{props:{duration:this.duration}},[t("div",{staticClass:"q-expansion-item__content relative-position",style:this.contentStyle,directives:[{name:"show",value:this.showing}]},Object(u["c"])(this,"default"))])];return this.expandSeparator&&e.push(t(d["a"],{staticClass:"q-expansion-item__border q-expansion-item__border--top absolute-top",props:{dark:this.isDark}}),t(d["a"],{staticClass:"q-expansion-item__border q-expansion-item__border--bottom absolute-bottom",props:{dark:this.isDark}})),e}},render:function(t){return t("div",{staticClass:"q-expansion-item q-item-type",class:this.classes},[t("div",{staticClass:"q-expansion-item__container relative-position"},this.__getContent(t))])},created:function(){void 0!==this.group&&this.$root.$on(y,this.__eventHandler)},beforeDestroy:function(){void 0!==this.group&&this.$root.$off(y,this.__eventHandler)}})},"3bbe":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3c4e":function(t,e,n){"use strict";var r=function(t){return i(t)&&!o(t)};function i(t){return!!t&&"object"===typeof t}function o(t){var e=Object.prototype.toString.call(t);return"[object RegExp]"===e||"[object Date]"===e||c(t)}var a="function"===typeof Symbol&&Symbol.for,s=a?Symbol.for("react.element"):60103;function c(t){return t.$$typeof===s}function u(t){return Array.isArray(t)?[]:{}}function l(t,e){return!1!==e.clone&&e.isMergeableObject(t)?b(u(t),t,e):t}function f(t,e,n){return t.concat(e).map((function(t){return l(t,n)}))}function d(t,e){if(!e.customMerge)return b;var n=e.customMerge(t);return"function"===typeof n?n:b}function h(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter((function(e){return t.propertyIsEnumerable(e)})):[]}function p(t){return Object.keys(t).concat(h(t))}function v(t,e){try{return e in t}catch(n){return!1}}function g(t,e){return v(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e))}function m(t,e,n){var r={};return n.isMergeableObject(t)&&p(t).forEach((function(e){r[e]=l(t[e],n)})),p(e).forEach((function(i){g(t,i)||(v(t,i)&&n.isMergeableObject(e[i])?r[i]=d(i,n)(t[i],e[i],n):r[i]=l(e[i],n))})),r}function b(t,e,n){n=n||{},n.arrayMerge=n.arrayMerge||f,n.isMergeableObject=n.isMergeableObject||r,n.cloneUnlessOtherwiseSpecified=l;var i=Array.isArray(e),o=Array.isArray(t),a=i===o;return a?i?n.arrayMerge(t,e,n):m(t,e,n):l(e,n)}b.all=function(t,e){if(!Array.isArray(t))throw new Error("first argument should be an array");return t.reduce((function(t,n){return b(t,n,e)}),{})};var y=b;t.exports=y},"3ca3":function(t,e,n){"use strict";var r=n("6547").charAt,i=n("69f3"),o=n("7dd0"),a="String Iterator",s=i.set,c=i.getterFor(a);o(String,"String",(function(t){s(this,{type:a,string:String(t),index:0})}),(function(){var t,e=c(this),n=e.string,i=e.index;return i>=n.length?{value:void 0,done:!0}:(t=r(n,i),e.index+=t.length,{value:t,done:!1})}))},"3d69":function(t,e,n){"use strict";var r=n("714f");e["a"]={directives:{Ripple:r["a"]},props:{ripple:{type:[Boolean,Object],default:!0}}}},"3ea4":function(t,e,n){"use strict";var r=n("2b0e"),i=n("3efc");class o{constructor(){this._updated=Date.now()}setWData(t,e){r["a"].set(this,t,e),r["a"].set(this[t],"_updated",Date.now()),this["_updated"]=Date.now()}setUpdated(t){r["a"].set(this[t],"_updated",Date.now()),r["a"].set(this,"_updated",Date.now())}touch(t){r["a"].set(this[t],"_updated",Date.now()),r["a"].set(this,"_updated",Date.now())}getWData(t){return Object(i["a"])(null,[t],this)}}e["a"]=o},"3efc":function(t,e,n){"use strict";var r=n("d73f"),i=n("2fc8"),o=Object(i["a"])((function(t,e){return null==e||e!==e?t:e})),a=o,s=Object(i["a"])((function(t,e){var n=e,r=0;while(r<t.length){if(null==n)return;n=n[t[r]],r+=1}return n})),c=s,u=Object(r["a"])((function(t,e,n){return a(t,c(e,n))}));e["a"]=u},"3f8c":function(t,e){t.exports={}},4069:function(t,e,n){var r=n("44d2");r("flat")},4074:function(t,e,n){"use strict";var r=n("ade3"),i=n("2b0e"),o=n("dde5");e["a"]=i["a"].extend({name:"QItemSection",props:{avatar:Boolean,thumbnail:Boolean,side:Boolean,top:Boolean,noWrap:Boolean},computed:{classes:function(){var t=this.avatar||this.side||this.thumbnail;return Object(r["a"])({"q-item__section--top":this.top,"q-item__section--avatar":this.avatar,"q-item__section--thumbnail":this.thumbnail,"q-item__section--side":t,"q-item__section--nowrap":this.noWrap,"q-item__section--main":!t},"justify-".concat(this.top?"start":"center"),!0)}},render:function(t){return t("div",{staticClass:"q-item__section column",class:this.classes,on:this.$listeners},Object(o["c"])(this,"default"))}})},"408a":function(t,e,n){var r=n("c6b6");t.exports=function(t){if("number"!=typeof t&&"Number"!=r(t))throw TypeError("Incorrect invocation");return+t}},4160:function(t,e,n){"use strict";var r=n("23e7"),i=n("17c2");r({target:"Array",proto:!0,forced:[].forEach!=i},{forEach:i})},"428f":function(t,e,n){var r=n("da84");t.exports=r},4362:function(t,e,n){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,r="/";e.cwd=function(){return r},e.chdir=function(e){t||(t=n("df7c")),r=t.resolve(e,r)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},"44ad":function(t,e,n){var r=n("d039"),i=n("c6b6"),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},"44d2":function(t,e,n){var r=n("b622"),i=n("7c73"),o=n("9112"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&o(s,a,i(null)),t.exports=function(t){s[a][t]=!0}},"44e7":function(t,e,n){var r=n("861d"),i=n("c6b6"),o=n("b622"),a=o("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[a])?!!e:"RegExp"==i(t))}},"45fc":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").some,o=n("b301");r({target:"Array",proto:!0,forced:o("some")},{some:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},"467f":function(t,e,n){"use strict";var r=n("2d83");t.exports=function(t,e,n){var i=n.config.validateStatus;!i||i(n.status)?t(n):e(r("Request failed with status code "+n.status,n.config,null,n.request,n))}},"482f":function(t,e,n){"use strict";n.r(e);var r=n("166a"),i=n("63ad"),o=n("530a"),a=18,s=.96422,c=1,u=.82521,l=4/29,f=6/29,d=3*f*f,h=f*f*f;function p(t){if(t instanceof m)return new m(t.l,t.a,t.b,t.opacity);if(t instanceof C)return k(t);t instanceof r["b"]||(t=Object(r["h"])(t));var e,n,i=w(t.r),o=w(t.g),a=w(t.b),l=b((.2225045*i+.7168786*o+.0606169*a)/c);return i===o&&o===a?e=n=l:(e=b((.4360747*i+.3850649*o+.1430804*a)/s),n=b((.0139322*i+.0971045*o+.7141733*a)/u)),new m(116*l-16,500*(e-l),200*(l-n),t.opacity)}function v(t,e){return new m(t,0,0,null==e?1:e)}function g(t,e,n,r){return 1===arguments.length?p(t):new m(t,e,n,null==r?1:r)}function m(t,e,n,r){this.l=+t,this.a=+e,this.b=+n,this.opacity=+r}function b(t){return t>h?Math.pow(t,1/3):t/d+l}function y(t){return t>f?t*t*t:d*(t-l)}function _(t){return 255*(t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055)}function w(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function x(t){if(t instanceof C)return new C(t.h,t.c,t.l,t.opacity);if(t instanceof m||(t=p(t)),0===t.a&&0===t.b)return new C(NaN,0<t.l&&t.l<100?0:NaN,t.l,t.opacity);var e=Math.atan2(t.b,t.a)*o["b"];return new C(e<0?e+360:e,Math.sqrt(t.a*t.a+t.b*t.b),t.l,t.opacity)}function S(t,e,n,r){return 1===arguments.length?x(t):new C(n,e,t,null==r?1:r)}function O(t,e,n,r){return 1===arguments.length?x(t):new C(t,e,n,null==r?1:r)}function C(t,e,n,r){this.h=+t,this.c=+e,this.l=+n,this.opacity=+r}function k(t){if(isNaN(t.h))return new m(t.l,0,0,t.opacity);var e=t.h*o["a"];return new m(t.l,Math.cos(e)*t.c,Math.sin(e)*t.c,t.opacity)}Object(i["a"])(m,g,Object(i["b"])(r["a"],{brighter:function(t){return new m(this.l+a*(null==t?1:t),this.a,this.b,this.opacity)},darker:function(t){return new m(this.l-a*(null==t?1:t),this.a,this.b,this.opacity)},rgb:function(){var t=(this.l+16)/116,e=isNaN(this.a)?t:t+this.a/500,n=isNaN(this.b)?t:t-this.b/200;return e=s*y(e),t=c*y(t),n=u*y(n),new r["b"](_(3.1338561*e-1.6168667*t-.4906146*n),_(-.9787684*e+1.9161415*t+.033454*n),_(.0719453*e-.2289914*t+1.4052427*n),this.opacity)}})),Object(i["a"])(C,O,Object(i["b"])(r["a"],{brighter:function(t){return new C(this.h,this.c,this.l+a*(null==t?1:t),this.opacity)},darker:function(t){return new C(this.h,this.c,this.l-a*(null==t?1:t),this.opacity)},rgb:function(){return k(this).rgb()}}));var j=n("15a7");n.d(e,"color",(function(){return r["e"]})),n.d(e,"rgb",(function(){return r["g"]})),n.d(e,"hsl",(function(){return r["f"]})),n.d(e,"lab",(function(){return g})),n.d(e,"hcl",(function(){return O})),n.d(e,"lch",(function(){return S})),n.d(e,"gray",(function(){return v})),n.d(e,"cubehelix",(function(){return j["a"]}))},4840:function(t,e,n){var r=n("825a"),i=n("1c0b"),o=n("b622"),a=o("species");t.exports=function(t,e){var n,o=r(t).constructor;return void 0===o||void 0==(n=r(o)[a])?e:i(n)}},4930:function(t,e,n){var r=n("d039");t.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},4983:function(t,e,n){"use strict";n("a9e3");var r=n("2b0e"),i=n("7937"),o=n("d882"),a=n("0831"),s=n("dde5"),c=n("2c75"),u=n("3980"),l=n("ed5e"),f=n("75c3");e["a"]=r["a"].extend({name:"QScrollArea",directives:{TouchPan:f["a"]},props:{barStyle:[Array,String,Object],thumbStyle:Object,contentStyle:[Array,String,Object],contentActiveStyle:[Array,String,Object],delay:{type:[String,Number],default:1e3},visible:{type:Boolean,default:null},horizontal:Boolean},data:function(){return{active:!1,hover:!0===this.visible,containerWidth:0,containerHeight:0,scrollPosition:0,scrollSize:0}},watch:{visible:function(t){this.hover=!0===t}},computed:{thumbHidden:function(){return this.scrollSize<=this.containerSize||!1===this.active&&!1===this.hover},thumbSize:function(){return Math.round(Object(i["a"])(this.containerSize*this.containerSize/this.scrollSize,50,this.containerSize))},style:function(){var t=this.scrollPercentage*(this.containerSize-this.thumbSize);return Object.assign({},this.thumbStyle,!0===this.horizontal?{left:"".concat(t,"px"),width:"".concat(this.thumbSize,"px")}:{top:"".concat(t,"px"),height:"".concat(this.thumbSize,"px")})},mainStyle:function(){return!0===this.thumbHidden?this.contentStyle:this.contentActiveStyle},scrollPercentage:function(){var t=Object(i["a"])(this.scrollPosition/(this.scrollSize-this.containerSize),0,1);return Math.round(1e4*t)/1e4},direction:function(){return!0===this.horizontal?"right":"down"},containerSize:function(){return!0===this.horizontal?this.containerWidth:this.containerHeight},dirProps:function(){return!0===this.horizontal?{el:"scrollLeft",wheel:"x"}:{el:"scrollTop",wheel:"y"}},thumbClass:function(){return"q-scrollarea__thumb--".concat(!0===this.horizontal?"h absolute-bottom":"v absolute-right")+(!0===this.thumbHidden?" q-scrollarea__thumb--invisible":"")},barClass:function(){return"q-scrollarea__bar--".concat(!0===this.horizontal?"h absolute-bottom":"v absolute-right")+(!0===this.thumbHidden?" q-scrollarea__bar--invisible":"")}},methods:{getScrollTarget:function(){return this.$refs.target},getScrollPosition:function(){return!0===this.$q.platform.is.desktop?this.scrollPosition:this.$refs.target[this.dirProps.el]},setScrollPosition:function(t,e){var n=!0===this.horizontal?a["f"]:a["g"];n(this.$refs.target,t,e)},__updateContainer:function(t){var e=t.height,n=t.width;this.containerWidth!==n&&(this.containerWidth=n,this.__setActive(!0,!0)),this.containerHeight!==e&&(this.containerHeight=e,this.__setActive(!0,!0))},__updateScroll:function(t){var e=t.position;this.scrollPosition!==e&&(this.scrollPosition=e,this.__setActive(!0,!0))},__updateScrollSize:function(t){var e=t.height,n=t.width;this.horizontal?this.scrollSize!==n&&(this.scrollSize=n,this.__setActive(!0,!0)):this.scrollSize!==e&&(this.scrollSize=e,this.__setActive(!0,!0))},__panThumb:function(t){!0===t.isFirst&&(this.refPos=this.scrollPosition,this.__setActive(!0,!0)),!0===t.isFinal&&this.__setActive(!1);var e=(this.scrollSize-this.containerSize)/(this.containerSize-this.thumbSize),n=this.horizontal?t.distance.x:t.distance.y,r=this.refPos+(t.direction===this.direction?1:-1)*n*e;this.__setScroll(r)},__panContainer:function(t){!0===t.isFirst&&(this.refPos=this.scrollPosition,this.__setActive(!0,!0)),!0===t.isFinal&&this.__setActive(!1);var e=t.distance[!0===this.horizontal?"x":"y"],n=this.refPos+(t.direction===this.direction?-1:1)*e;this.__setScroll(n),n>0&&n+this.containerSize<this.scrollSize&&Object(o["g"])(t.evt)},__mouseWheel:function(t){var e=this.$refs.target;e[this.dirProps.el]+=Object(o["c"])(t)[this.dirProps.wheel],e[this.dirProps.el]>0&&e[this.dirProps.el]+this.containerSize<this.scrollSize&&Object(o["g"])(t)},__setActive:function(t,e){clearTimeout(this.timer),t!==this.active?t?(this.active=!0,e&&this.__startTimer()):this.active=!1:t&&this.timer&&this.__startTimer()},__startTimer:function(){var t=this;this.timer=setTimeout((function(){t.active=!1,t.timer=null}),this.delay)},__setScroll:function(t){this.$refs.target[this.dirProps.el]=t}},render:function(t){var e=this;return!0!==this.$q.platform.is.desktop?t("div",{staticClass:"q-scrollarea",style:this.contentStyle},[t("div",{ref:"target",staticClass:"scroll relative-position fit"},Object(s["c"])(this,"default"))]):t("div",{staticClass:"q-scrollarea",on:null===this.visible?Object(c["a"])(this,"desk",{mouseenter:function(){e.hover=!0},mouseleave:function(){e.hover=!1}}):null},[t("div",{ref:"target",staticClass:"scroll relative-position fit hide-scrollbar",on:Object(c["a"])(this,"wheel",{wheel:this.__mouseWheel}),directives:Object(c["a"])(this,"touch#"+this.horizontal,[{name:"touch-pan",modifiers:{vertical:!0!==this.horizontal,horizontal:this.horizontal,mightPrevent:!0},value:this.__panContainer}])},[t("div",{staticClass:"absolute",style:this.mainStyle,class:"full-".concat(!0===this.horizontal?"height":"width")},Object(s["a"])([t(u["a"],{on:Object(c["a"])(this,"resizeIn",{resize:this.__updateScrollSize})})],this,"default")),t(l["a"],{props:{horizontal:this.horizontal},on:Object(c["a"])(this,"scroll",{scroll:this.__updateScroll})})]),t(u["a"],{on:Object(c["a"])(this,"resizeOut",{resize:this.__updateContainer})}),t("div",{staticClass:"q-scrollarea__bar",style:this.barStyle,class:this.barClass,on:Object(c["a"])(this,"bar",{click:function(t){var n=t["offset".concat(!0===e.horizontal?"X":"Y")]-e.thumbSize/2;e.__setScroll(n/e.containerSize*e.scrollSize)}})}),t("div",{staticClass:"q-scrollarea__thumb",style:this.style,class:this.thumbClass,directives:!0===this.thumbHidden?null:Object(c["a"])(this,"thumb#"+this.horizontal,[{name:"touch-pan",modifiers:{vertical:!this.horizontal,horizontal:this.horizontal,prevent:!0,mouse:!0,mouseAllDir:!0},value:this.__panThumb}])})])}})},"498a":function(t,e,n){"use strict";var r=n("23e7"),i=n("58a8").trim,o=n("e070");r({target:"String",proto:!0,forced:o("trim")},{trim:function(){return i(this)}})},"4a7b":function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){e=e||{};var n={};return r.forEach(["url","method","params","data"],(function(t){"undefined"!==typeof e[t]&&(n[t]=e[t])})),r.forEach(["headers","auth","proxy"],(function(i){r.isObject(e[i])?n[i]=r.deepMerge(t[i],e[i]):"undefined"!==typeof e[i]?n[i]=e[i]:r.isObject(t[i])?n[i]=r.deepMerge(t[i]):"undefined"!==typeof t[i]&&(n[i]=t[i])})),r.forEach(["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"],(function(r){"undefined"!==typeof e[r]?n[r]=e[r]:"undefined"!==typeof t[r]&&(n[r]=t[r])})),n}},"4aa2":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));var r=n("9ebd");function i(t){return function e(n){return 0===arguments.length||Object(r["a"])(n)?e:t.apply(this,arguments)}}},"4c07":function(t,e,n){var r=n("0368"),i=n("bf45"),o=n("d0c8"),a=n("fe68"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(o(t),e=a(e,!0),o(n),i)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"4d5a":function(t,e,n){"use strict";n("ac1f"),n("1276");var r=n("ade3"),i=n("2b0e"),o=n("ed5e"),a=n("3980"),s=n("0967"),c=n("0831"),u=n("dde5"),l=n("2c75");e["a"]=i["a"].extend({name:"QLayout",provide:function(){return{layout:this}},props:{container:Boolean,view:{type:String,default:"hhh lpr fff",validator:function(t){return/^(h|l)h(h|r) lpr (f|l)f(f|r)$/.test(t.toLowerCase())}}},data:function(){return{height:this.$q.screen.height,width:!0===this.container?0:this.$q.screen.width,containerHeight:0,scrollbarWidth:!0===s["e"]?0:Object(c["d"])(),header:{size:0,offset:0,space:!1},right:{size:300,offset:0,space:!1},footer:{size:0,offset:0,space:!1},left:{size:300,offset:0,space:!1},scroll:{position:0,direction:"down"}}},computed:{rows:function(){var t=this.view.toLowerCase().split(" ");return{top:t[0].split(""),middle:t[1].split(""),bottom:t[2].split("")}},style:function(){return!0===this.container?null:{minHeight:this.$q.screen.height+"px"}},targetStyle:function(){if(0!==this.scrollbarWidth)return Object(r["a"])({},!0===this.$q.lang.rtl?"left":"right","".concat(this.scrollbarWidth,"px"))},targetChildStyle:function(){var t;if(0!==this.scrollbarWidth)return t={},Object(r["a"])(t,!0===this.$q.lang.rtl?"right":"left",0),Object(r["a"])(t,!0===this.$q.lang.rtl?"left":"right","-".concat(this.scrollbarWidth,"px")),Object(r["a"])(t,"width","calc(100% + ".concat(this.scrollbarWidth,"px)")),t},totalWidth:function(){return this.width+this.scrollbarWidth}},created:function(){this.instances={}},render:function(t){var e=t("div",{staticClass:"q-layout q-layout--"+(!0===this.container?"containerized":"standard"),style:this.style},Object(u["a"])([t(o["a"],{on:Object(l["a"])(this,"scroll",{scroll:this.__onPageScroll})}),t(a["a"],{on:Object(l["a"])(this,"resizeOut",{resize:this.__onPageResize})})],this,"default"));return!0===this.container?t("div",{staticClass:"q-layout-container overflow-hidden"},[t(a["a"],{on:Object(l["a"])(this,"resizeIn",{resize:this.__onContainerResize})}),t("div",{staticClass:"absolute-full",style:this.targetStyle},[t("div",{staticClass:"scroll",style:this.targetChildStyle},[e])])]):e},methods:{__animate:function(){var t=this;void 0!==this.timer?clearTimeout(this.timer):document.body.classList.add("q-body--layout-animate"),this.timer=setTimeout((function(){document.body.classList.remove("q-body--layout-animate"),t.timer=void 0}),150)},__onPageScroll:function(t){this.scroll=t,void 0!==this.$listeners.scroll&&this.$emit("scroll",t)},__onPageResize:function(t){var e=t.height,n=t.width,r=!1;this.height!==e&&(r=!0,this.height=e,void 0!==this.$listeners["scroll-height"]&&this.$emit("scroll-height",e),this.__updateScrollbarWidth()),this.width!==n&&(r=!0,this.width=n),!0===r&&void 0!==this.$listeners.resize&&this.$emit("resize",{height:e,width:n})},__onContainerResize:function(t){var e=t.height;this.containerHeight!==e&&(this.containerHeight=e,this.__updateScrollbarWidth())},__updateScrollbarWidth:function(){if(!0===this.container){var t=this.height>this.containerHeight?Object(c["d"])():0;this.scrollbarWidth!==t&&(this.scrollbarWidth=t)}}}})},"4d63":function(t,e,n){var r=n("83ab"),i=n("da84"),o=n("94ca"),a=n("7156"),s=n("9bf2").f,c=n("241c").f,u=n("44e7"),l=n("ad6d"),f=n("6eeb"),d=n("d039"),h=n("2626"),p=n("b622"),v=p("match"),g=i.RegExp,m=g.prototype,b=/a/g,y=/a/g,_=new g(b)!==b,w=r&&o("RegExp",!_||d((function(){return y[v]=!1,g(b)!=b||g(y)==y||"/a/i"!=g(b,"i")})));if(w){var x=function(t,e){var n=this instanceof x,r=u(t),i=void 0===e;return!n&&r&&t.constructor===x&&i?t:a(_?new g(r&&!i?t.source:t,e):g((r=t instanceof x)?t.source:t,r&&i?l.call(t):e),n?this:m,x)},S=function(t){t in x||s(x,t,{configurable:!0,get:function(){return g[t]},set:function(e){g[t]=e}})},O=c(g),C=0;while(O.length>C)S(O[C++]);m.constructor=x,x.prototype=m,f(i,"RegExp",x)}h("RegExp")},"4d64":function(t,e,n){var r=n("fc6a"),i=n("50c4"),o=n("23cb"),a=function(t){return function(e,n,a){var s,c=r(e),u=i(c.length),l=o(a,u);if(t&&n!=n){while(u>l)if(s=c[l++],s!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},"4de4":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").filter,o=n("d039"),a=n("1dde"),s=a("filter"),c=s&&!o((function(){[].filter.call({length:-1,0:1},(function(t){throw t}))}));r({target:"Array",proto:!0,forced:!s||!c},{filter:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(t,e,n){"use strict";var r=n("f8c2"),i=n("7b0b"),o=n("9bdd"),a=n("e95a"),s=n("50c4"),c=n("8418"),u=n("35a1");t.exports=function(t){var e,n,l,f,d,h=i(t),p="function"==typeof this?this:Array,v=arguments.length,g=v>1?arguments[1]:void 0,m=void 0!==g,b=0,y=u(h);if(m&&(g=r(g,v>2?arguments[2]:void 0,2)),void 0==y||p==Array&&a(y))for(e=s(h.length),n=new p(e);e>b;b++)c(n,b,m?g(h[b],b):h[b]);else for(f=y.call(h),d=f.next,n=new p;!(l=d.call(f)).done;b++)c(n,b,m?o(f,g,[l.value,b],!0):l.value);return n.length=b,n}},"4e37":function(t,e,n){},"4e82":function(t,e,n){"use strict";var r=n("23e7"),i=n("1c0b"),o=n("7b0b"),a=n("d039"),s=n("b301"),c=[],u=c.sort,l=a((function(){c.sort(void 0)})),f=a((function(){c.sort(null)})),d=s("sort"),h=l||!f||d;r({target:"Array",proto:!0,forced:h},{sort:function(t){return void 0===t?u.call(o(this)):u.call(o(this),i(t))}})},"50c4":function(t,e,n){var r=n("a691"),i=Math.min;t.exports=function(t){return t>0?i(r(t),9007199254740991):0}},5135:function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"51d2":function(t,e,n){"use strict";var r=n("0368"),i=n("a714"),o=n("f14a"),a=n("a5b6"),s=n("0e17"),c=n("ebca"),u=n("774c"),l=Object.assign,f=Object.defineProperty;t.exports=!l||i((function(){if(r&&1!==l({b:1},l(f({},"a",{enumerable:!0,get:function(){f(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||o(l({},e)).join("")!=i}))?function(t,e){var n=c(t),i=arguments.length,l=1,f=a.f,d=s.f;while(i>l){var h,p=u(arguments[l++]),v=f?o(p).concat(f(p)):o(p),g=v.length,m=0;while(g>m)h=v[m++],r&&!d.call(p,h)||(n[h]=p[h])}return n}:l},5270:function(t,e,n){"use strict";var r=n("c532"),i=n("c401"),o=n("2e67"),a=n("2444"),s=n("d925"),c=n("e683");function u(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){u(t),t.baseURL&&!s(t.url)&&(t.url=c(t.baseURL,t.url)),t.headers=t.headers||{},t.data=i(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete t.headers[e]}));var e=t.adapter||a.adapter;return e(t).then((function(e){return u(t),e.data=i(e.data,e.headers,t.transformResponse),e}),(function(e){return o(e)||(u(t),e&&e.response&&(e.response.data=i(e.response.data,e.response.headers,t.transformResponse))),Promise.reject(e)}))}},"530a":function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));var r=Math.PI/180,i=180/Math.PI},5319:function(t,e,n){"use strict";var r=n("d784"),i=n("825a"),o=n("7b0b"),a=n("50c4"),s=n("a691"),c=n("1d80"),u=n("8aa5"),l=n("14c3"),f=Math.max,d=Math.min,h=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g,g=function(t){return void 0===t?t:String(t)};r("replace",2,(function(t,e,n){return[function(n,r){var i=c(this),o=void 0==n?void 0:n[t];return void 0!==o?o.call(n,i,r):e.call(String(i),n,r)},function(t,o){var c=n(e,t,this,o);if(c.done)return c.value;var h=i(t),p=String(this),v="function"===typeof o;v||(o=String(o));var m=h.global;if(m){var b=h.unicode;h.lastIndex=0}var y=[];while(1){var _=l(h,p);if(null===_)break;if(y.push(_),!m)break;var w=String(_[0]);""===w&&(h.lastIndex=u(p,a(h.lastIndex),b))}for(var x="",S=0,O=0;O<y.length;O++){_=y[O];for(var C=String(_[0]),k=f(d(s(_.index),p.length),0),j=[],T=1;T<_.length;T++)j.push(g(_[T]));var P=_.groups;if(v){var A=[C].concat(j,k,p);void 0!==P&&A.push(P);var E=String(o.apply(void 0,A))}else E=r(C,p,k,j,P,o);k>=S&&(x+=p.slice(S,k)+E,S=k+C.length)}return x+p.slice(S)}];function r(t,n,r,i,a,s){var c=r+t.length,u=i.length,l=v;return void 0!==a&&(a=o(a),l=p),e.call(s,l,(function(e,o){var s;switch(o.charAt(0)){case"$":return"$";case"&":return t;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":s=a[o.slice(1,-1)];break;default:var l=+o;if(0===l)return e;if(l>u){var f=h(l/10);return 0===f?e:f<=u?void 0===i[f-1]?o.charAt(1):i[f-1]+o.charAt(1):e}s=i[l-1]}return void 0===s?"":s}))}}))},5692:function(t,e,n){var r=n("c430"),i=n("c6cd");(t.exports=function(t,e){return i[t]||(i[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.5.0",mode:r?"pure":"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,n){var r=n("d066"),i=n("241c"),o=n("7418"),a=n("825a");t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(a(t)),n=o.f;return n?e.concat(n(t)):e}},"573e":function(t,e,n){},"582c":function(t,e,n){"use strict";n("c975"),n("a434");var r=n("0967"),i=function(){return!0};e["a"]={__history:[],add:function(){},remove:function(){},install:function(t,e){var n=this;if(!0!==r["d"]&&!0===t.platform.is.cordova){this.add=function(t){void 0===t.condition&&(t.condition=i),n.__history.push(t)},this.remove=function(t){var e=n.__history.indexOf(t);e>=0&&n.__history.splice(e,1)};var o=void 0===e.cordova||!1!==e.cordova.backButtonExit;document.addEventListener("deviceready",(function(){document.addEventListener("backbutton",(function(){if(n.__history.length){var t=n.__history[n.__history.length-1];!0===t.condition()&&(n.__history.pop(),t.handler())}else o&&"#/"===window.location.hash?navigator.app.exitApp():window.history.back()}),!1)}))}}}},5899:function(t,e){t.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"58a8":function(t,e,n){var r=n("1d80"),i=n("5899"),o="["+i+"]",a=RegExp("^"+o+o+"*"),s=RegExp(o+o+"*$"),c=function(t){return function(e){var n=String(r(e));return 1&t&&(n=n.replace(a,"")),2&t&&(n=n.replace(s,"")),n}};t.exports={start:c(1),end:c(2),trim:c(3)}},"58a81":function(t,e,n){"use strict";n("caad"),n("a9e3");var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QBadge",props:{color:String,textColor:String,floating:Boolean,transparent:Boolean,multiLine:Boolean,outline:Boolean,label:[Number,String],align:{type:String,validator:function(t){return["top","middle","bottom"].includes(t)}}},computed:{style:function(){if(void 0!==this.align)return{verticalAlign:this.align}},classes:function(){var t=!0===this.outline&&this.color||this.textColor;return"q-badge flex inline items-center no-wrap"+" q-badge--".concat(!0===this.multiLine?"multi":"single","-line")+(!0===this.outline?" q-badge--outline":void 0!==this.color?" bg-".concat(this.color):"")+(void 0!==t?" text-".concat(t):"")+(!0===this.floating?" q-badge--floating":"")+(!0===this.transparent?" q-badge--transparent":"")}},render:function(t){return t("div",{style:this.style,class:this.classes,on:this.$listeners},void 0!==this.label?[this.label]:Object(i["c"])(this,"default"))}})},"58e5":function(t,e,n){"use strict";var r=n("582c");e["a"]={methods:{__addHistory:function(){var t=this;this.__historyEntry={condition:function(){return!0===t.hideOnRouteChange},handler:this.hide},r["a"].add(this.__historyEntry)},__removeHistory:function(){void 0!==this.__historyEntry&&(r["a"].remove(this.__historyEntry),this.__historyEntry=void 0)}},beforeDestroy:function(){!0===this.showing&&this.__removeHistory()}}},5923:function(t,e,n){var r,i,o,a,s,c,u,l,f=n("09e4"),d=n("2439").f,h=n("d714"),p=n("0fd9").set,v=n("7252"),g=f.MutationObserver||f.WebKitMutationObserver,m=f.process,b=f.Promise,y="process"==h(m),_=d(f,"queueMicrotask"),w=_&&_.value;w||(r=function(){var t,e;y&&(t=m.domain)&&t.exit();while(i){e=i.fn,i=i.next;try{e()}catch(n){throw i?a():o=void 0,n}}o=void 0,t&&t.enter()},y?a=function(){m.nextTick(r)}:g&&!v?(s=!0,c=document.createTextNode(""),new g(r).observe(c,{characterData:!0}),a=function(){c.data=s=!s}):b&&b.resolve?(u=b.resolve(void 0),l=u.then,a=function(){l.call(u,r)}):a=function(){p.call(f,r)}),t.exports=w||function(t){var e={fn:t,next:void 0};o&&(o.next=e),i||(i=e,a()),o=e}},"59c2":function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},"5a34":function(t,e,n){var r=n("44e7");t.exports=function(t){if(r(t))throw TypeError("The method doesn't accept regular expressions");return t}},"5c6c":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"5c7d":function(t,e,n){var r,i;(function(o,a){"use strict";r=a,i="function"===typeof r?r.call(e,n,e,t):r,void 0===i||(t.exports=i)})(0,(function(){"use strict";var t=function(){},e="undefined",n=typeof window!==e&&/Trident\/|MSIE /.test(window.navigator.userAgent),r=["trace","debug","info","warn","error"];function i(t,e){var n=t[e];if("function"===typeof n.bind)return n.bind(t);try{return Function.prototype.bind.call(n,t)}catch(r){return function(){return Function.prototype.apply.apply(n,[t,arguments])}}}function o(){console.log&&(console.log.apply?console.log.apply(console,arguments):Function.prototype.apply.apply(console.log,[console,arguments])),console.trace&&console.trace()}function a(r){return"debug"===r&&(r="log"),typeof console!==e&&("trace"===r&&n?o:void 0!==console[r]?i(console,r):void 0!==console.log?i(console,"log"):t)}function s(e,n){for(var i=0;i<r.length;i++){var o=r[i];this[o]=i<e?t:this.methodFactory(o,e,n)}this.log=this.debug}function c(t,n,r){return function(){typeof console!==e&&(s.call(this,n,r),this[t].apply(this,arguments))}}function u(t,e,n){return a(t)||c.apply(this,arguments)}function l(t,n,i){var o,a=this,c="loglevel";function l(t){var n=(r[t]||"silent").toUpperCase();if(typeof window!==e){try{return void(window.localStorage[c]=n)}catch(i){}try{window.document.cookie=encodeURIComponent(c)+"="+n+";"}catch(i){}}}function f(){var t;if(typeof window!==e){try{t=window.localStorage[c]}catch(i){}if(typeof t===e)try{var n=window.document.cookie,r=n.indexOf(encodeURIComponent(c)+"=");-1!==r&&(t=/^([^;]+)/.exec(n.slice(r))[1])}catch(i){}return void 0===a.levels[t]&&(t=void 0),t}}t&&(c+=":"+t),a.name=t,a.levels={TRACE:0,DEBUG:1,INFO:2,WARN:3,ERROR:4,SILENT:5},a.methodFactory=i||u,a.getLevel=function(){return o},a.setLevel=function(n,r){if("string"===typeof n&&void 0!==a.levels[n.toUpperCase()]&&(n=a.levels[n.toUpperCase()]),!("number"===typeof n&&n>=0&&n<=a.levels.SILENT))throw"log.setLevel() called with invalid level: "+n;if(o=n,!1!==r&&l(n),s.call(a,n,t),typeof console===e&&n<a.levels.SILENT)return"No console available for logging"},a.setDefaultLevel=function(t){f()||a.setLevel(t,!1)},a.enableAll=function(t){a.setLevel(a.levels.TRACE,t)},a.disableAll=function(t){a.setLevel(a.levels.SILENT,t)};var d=f();null==d&&(d=null==n?"WARN":n),a.setLevel(d,!1)}var f=new l,d={};f.getLogger=function(t){if("string"!==typeof t||""===t)throw new TypeError("You must supply a name when creating a logger.");var e=d[t];return e||(e=d[t]=new l(t,f.getLevel(),f.methodFactory)),e};var h=typeof window!==e?window.log:void 0;return f.noConflict=function(){return typeof window!==e&&window.log===f&&(window.log=h),f},f.getLoggers=function(){return d},f}))},"5dc8":function(t,e,n){var r=n("199f"),i=n("51d2");r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},"5ff7":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i})),n.d(e,"c",(function(){return o}));n("a623"),n("0d03"),n("b64b"),n("d3b7"),n("25f0");function r(t,e){if(t===e)return!0;if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(t!==Object(t)||e!==Object(e))return!1;var n=Object.keys(t);return n.length===Object.keys(e).length&&n.every((function(n){return r(t[n],e[n])}))}function i(t){return"[object Date]"===Object.prototype.toString.call(t)}function o(t){return"number"===typeof t&&isFinite(t)}},"60ae":function(t,e,n){var r,i,o=n("da84"),a=n("b39a"),s=o.process,c=s&&s.versions,u=c&&c.v8;u?(r=u.split("."),i=r[0]+r[1]):a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(i=r[1]))),t.exports=i&&+i},6117:function(t,e,n){var r=n("8b0e"),i=r("toStringTag"),o={};o[i]="z",t.exports="[object z]"===String(o)},"613f":function(t,e,n){var r=n("8b0e"),i=n("6756"),o=n("3261"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&o(s,a,i(null)),t.exports=function(t){s[a][t]=!0}},"62e4":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},"63ad":function(t,e,n){"use strict";function r(t,e){var n=Object.create(t.prototype);for(var r in e)n[r]=e[r];return n}n.d(e,"b",(function(){return r})),e["a"]=function(t,e,n){t.prototype=e.prototype=n,n.constructor=t}},6547:function(t,e,n){var r=n("a691"),i=n("1d80"),o=function(t){return function(e,n){var o,a,s=String(i(e)),c=r(n),u=s.length;return c<0||c>=u?t?"":void 0:(o=s.charCodeAt(c),o<55296||o>56319||c+1===u||(a=s.charCodeAt(c+1))<56320||a>57343?t?s.charAt(c):o:t?s.slice(c,c+2):a-56320+(o-55296<<10)+65536)}};t.exports={codeAt:o(!1),charAt:o(!0)}},"65ac":function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.getDbClass()},[n(t.layoutComponent,{tag:"component",attrs:{dbspec:t.dbspec,dbdata:t.dbdata,dark:t.dark},on:{"db-event":t.handleDbEvent}})],1)},i=[],o=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.getClass()},t._l(t.dbspec.widgets,(function(e){return n("db-widget-container",{key:e.id,style:e.style,attrs:{layoutClass:t.getWidgetClass(e),wspec:e,wdata:t.dbdata[e.id],dark:t.dark},on:{"db-event":t.handleDbEvent}})})),1)},a=[],s=n("3efc"),c=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.getClass(),style:t.getWidgetStyle()},[n(t.wspec.type,t._b({tag:"component",style:t.getItemStyle(),attrs:{wspec:t.wspec,wdata:t.wdata,dark:t.dark},on:{"db-event":t.handleDbEvent}},"component",t.getWidgetProperties(),!1))],1)},u=[],l=(n("b0c0"),n("686d")),f={name:"DbWidgetContainer",props:{layoutClass:String,wspec:Object,wdata:Object,dark:{type:Boolean,default:!1}},data:function(){return{test:"test"}},methods:{getClass:function(){var t="db-widget-container ";return t+=this.layoutClass,"class"in this.wspec&&(t+=" "+this.wspec.class),t},getWidgetStyle:function(){var t="min-height: 50px; position: relative;display:flex;";return"style"in this.wspec&&(t+=this.wspec.style),t},getWidgetProperties:function(){var t=Object.assign({},Object(s["a"])({},["properties"],this.wspec),this.wdata);return t},getItemStyle:function(){var t="position: relative;min-height:100%;width:100%;";return"height"in this.wspec?t+="height:"+this.wspec.height+"px;":t+="height:100%",t},handleDbEvent:function(t){l["a"].debug("DbWidgetContainer:db-event: ".concat(JSON.stringify(t))),this.$emit("db-event",Object.assign({},{id:this.wspec.name},t))}}},d=f,h=n("2877"),p=Object(h["a"])(d,c,u,!1,null,null,null),v=p.exports,g={name:"DbGridLayout",components:{DbWidgetContainer:v},props:{dbspec:Object,dbdata:Object,dark:{type:Boolean,default:!1}},watch:{},methods:{getClass:function(){var t=Object(s["a"])(16,["layout","size"],this.dbspec);return 16===t?"db-grid-layout":"db-grid-layout-12"},getWidgetClass:function(t){var e="",n=Object(s["a"])(null,["cspan"],t);n&&(e+=" cspan-"+n);var r=Object(s["a"])(null,["rspan"],t);return r&&(e+=" rspan-"+r),e},getWidgetData:function(t){return this.dbdata[t.id]},handleDbEvent:function(t){this.$emit("db-event",t)}}},m=g,b=Object(h["a"])(m,o,a,!1,null,null,null),y=b.exports;const _=Object.freeze({grid:"DbGridLayout"});function w(t){return t in _?_[t]:"DbGridLayout"}var x={DB_LAYOUT:_,components:{DbGridLayout:y},resolve:w},S={name:"DbDashboard",components:x.components,props:{dbspec:Object,dbdata:Object,dark:{type:Boolean,default:!1},themeClass:{type:String,default:""},loglevel:{type:String,default:"debug"}},data:function(){return{layoutComponent:null}},computed:{},watch:{dbspec:function(){l["a"].info("Dashboard specification updated"),this.$nextTick((function(){window.dispatchEvent(new Event("resize"))}))}},created:function(){l["a"].info("Dashboard created"),l["a"].setLevel(this.loglevel),this.layoutComponent=x.resolve(this.dbspec.layout.type)},methods:{getDbClass:function(){var t="db-dashboard ";return t+=this.themeClass?this.themeClass:"db-theme-default ",t+=this.dark?" db-dark":"",t},handleDbEvent:function(t){l["a"].debug("DbDashboard:db-event: ".concat(JSON.stringify(t))),this.$emit("db-event",t)}}},O=S,C=Object(h["a"])(O,r,i,!1,null,null,null);e["a"]=C.exports},"65c6":function(t,e,n){"use strict";var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QToolbar",props:{inset:Boolean},render:function(t){return t("div",{staticClass:"q-toolbar row no-wrap items-center",class:this.inset?"q-toolbar--inset":null,on:this.$listeners},Object(i["c"])(this,"default"))}})},"65ee":function(t,e,n){"use strict";var r,i,o,a=n("9aed"),s=n("3261"),c=n("7f34"),u=n("8b0e"),l=n("0f33"),f=u("iterator"),d=!1,h=function(){return this};[].keys&&(o=[].keys(),"next"in o?(i=a(a(o)),i!==Object.prototype&&(r=i)):d=!0),void 0==r&&(r={}),l||c(r,f)||s(r,f,h),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},"65f0":function(t,e,n){var r=n("861d"),i=n("e8b5"),o=n("b622"),a=o("species");t.exports=function(t,e){var n;return i(t)&&(n=t.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===e?0:e)}},6642:function(t,e,n){"use strict";n.d(e,"b",(function(){return r}));var r={xs:18,sm:24,md:32,lg:38,xl:46};e["a"]={props:{size:String},computed:{sizeStyle:function(){if(void 0!==this.size)return{fontSize:this.size in r?"".concat(r[this.size],"px"):this.size}}}}},"66d1":function(t,e,n){"use strict";e["a"]=function(t){var e=t.length/6|0,n=new Array(e),r=0;while(r<e)n[r]="#"+t.slice(6*r,6*++r);return n}},"66e5":function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("b7fa"),a=n("8716"),s=n("dde5"),c=n("d882"),u=n("d728");function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e["a"]=i["a"].extend({name:"QItem",mixins:[o["a"],a["a"]],props:{active:Boolean,clickable:Boolean,dense:Boolean,insetLevel:Number,tabindex:[String,Number],tag:{type:String,default:"div"},focused:Boolean,manualFocus:Boolean},computed:{isClickable:function(){return!0!==this.disable&&(!0===this.clickable||!0===this.hasRouterLink||"a"===this.tag||"label"===this.tag)},classes:function(){var t;return t={"q-item--clickable q-link cursor-pointer":this.isClickable,"q-focusable q-hoverable":!0===this.isClickable&&!1===this.manualFocus,"q-manual-focusable":!0===this.isClickable&&!0===this.manualFocus,"q-manual-focusable--focused":!0===this.isClickable&&!0===this.focused,"q-item--dense":this.dense,"q-item--dark":this.isDark,"q-item--active":this.active},Object(r["a"])(t,this.activeClass,!0===this.active&&!0!==this.hasRouterLink&&void 0!==this.activeClass),Object(r["a"])(t,"disabled",this.disable),t},style:function(){if(void 0!==this.insetLevel){var t=!0===this.$q.lang.rtl?"Right":"Left";return Object(r["a"])({},"padding"+t,16+56*this.insetLevel+"px")}}},methods:{__getContent:function(t){var e=Object(s["d"])(this,"default",[]);return!0===this.isClickable&&e.unshift(t("div",{staticClass:"q-focus-helper",attrs:{tabindex:-1},ref:"blurTarget"})),e},__onClick:function(t){!0===this.isClickable&&(void 0!==this.$refs.blurTarget&&(!0!==t.qKeyEvent&&document.activeElement===this.$el?this.$refs.blurTarget.focus():document.activeElement===this.$refs.blurTarget&&this.$el.focus()),this.$emit("click",t))},__onKeyup:function(t){if(!0===this.isClickable&&!0===Object(u["a"])(t,13)){Object(c["j"])(t),t.qKeyEvent=!0;var e=new MouseEvent("click",t);e.qKeyEvent=!0,this.$el.dispatchEvent(e)}this.$emit("keyup",t)}},render:function(t){var e={staticClass:"q-item q-item-type row no-wrap",class:this.classes,style:this.style},n=!0===this.hasRouterLink?"nativeOn":"on";return e[n]=f({},this.$listeners,{click:this.__onClick,keyup:this.__onKeyup}),!0===this.isClickable&&(e.attrs={tabindex:this.tabindex||"0"}),!0===this.hasRouterLink?(e.tag="a",e.props=this.routerLinkProps,t("router-link",e,this.__getContent(t))):t(this.tag,e,this.__getContent(t))}})},6756:function(t,e,n){var r=n("d0c8"),i=n("df84"),o=n("c51e"),a=n("1fc1"),s=n("68d9"),c=n("c4dd"),u=n("816e"),l=u("IE_PROTO"),f="prototype",d=function(){},h=function(){var t,e=c("iframe"),n=o.length,r="<",i="script",a=">",u="java"+i+":";e.style.display="none",s.appendChild(e),e.src=String(u),t=e.contentWindow.document,t.open(),t.write(r+i+a+"document.F=Object"+r+"/"+i+a),t.close(),h=t.F;while(n--)delete h[f][o[n]];return h()};t.exports=Object.create||function(t,e){var n;return null!==t?(d[f]=r(t),n=new d,d[f]=null,n[l]=t):n=h(),void 0===e?n:i(n,e)},a[l]=!0},"686d":function(t,e,n){"use strict";var r=n("5c7d"),i=n("c1df"),o=n.n(i);let a="info",s=r["methodFactory"];r["methodFactory"]=function(t,e,n){let r=s(t,e,n);return function(e){const n=o()([]).format("hh:mm:ss"),i=`${n} [${t.toUpperCase()}] [DB]: ${e}`;r(i)}},r["setLevel"](a),e["a"]=r},"68d9":function(t,e,n){var r=n("0ee6");t.exports=r("document","documentElement")},"69f3":function(t,e,n){var r,i,o,a=n("7f9a"),s=n("da84"),c=n("861d"),u=n("9112"),l=n("5135"),f=n("f772"),d=n("d012"),h=s.WeakMap,p=function(t){return o(t)?i(t):r(t,{})},v=function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var g=new h,m=g.get,b=g.has,y=g.set;r=function(t,e){return y.call(g,t,e),e},i=function(t){return m.call(g,t)||{}},o=function(t){return b.call(g,t)}}else{var _=f("state");d[_]=!0,r=function(t,e){return u(t,_,e),e},i=function(t){return l(t,_)?t[_]:{}},o=function(t){return l(t,_)}}t.exports={set:r,get:i,has:o,enforce:p,getterFor:v}},"6a67":function(t,e,n){"use strict";n("a623"),n("0481"),n("d81d"),n("4069");var r=n("2b0e"),i=n("9c40"),o=(n("4de4"),n("a15b"),n("dde5")),a=r["a"].extend({name:"QBtnGroup",props:{unelevated:Boolean,outline:Boolean,flat:Boolean,rounded:Boolean,push:Boolean,stretch:Boolean,glossy:Boolean,spread:Boolean},computed:{classes:function(){var t=this;return["unelevated","outline","flat","rounded","push","stretch","glossy"].filter((function(e){return!0===t[e]})).map((function(t){return"q-btn-group--".concat(t)})).join(" ")}},render:function(t){return t("div",{staticClass:"q-btn-group row no-wrap "+(!0===this.spread?"q-btn-group--spread":"inline"),class:this.classes,on:this.$listeners},Object(o["c"])(this,"default"))}}),s=n("3d69");e["a"]=r["a"].extend({name:"QBtnToggle",mixins:[s["a"]],props:{value:{required:!0},options:{type:Array,required:!0,validator:function(t){return t.every((function(t){return("label"in t||"icon"in t||"slot"in t)&&"value"in t}))}},color:String,textColor:String,toggleColor:{type:String,default:"primary"},toggleTextColor:String,outline:Boolean,flat:Boolean,unelevated:Boolean,rounded:Boolean,push:Boolean,glossy:Boolean,size:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,readonly:Boolean,disable:Boolean,stack:Boolean,stretch:Boolean,spread:Boolean,clearable:Boolean},computed:{val:function(){var t=this;return this.options.map((function(e){return e.value===t.value}))}},methods:{__set:function(t,e){!0!==this.readonly&&(this.value===t?!0===this.clearable&&(this.$emit("input",null,null),this.$emit("clear")):this.$emit("input",t,e))}},render:function(t){var e=this;return t(a,{staticClass:"q-btn-toggle",props:{outline:this.outline,flat:this.flat,rounded:this.rounded,push:this.push,stretch:this.stretch,unelevated:this.unelevated,glossy:this.glossy,spread:this.spread},on:this.$listeners},this.options.map((function(n,r){return t(i["a"],{key:r,on:{click:function(){return e.__set(n.value,n)}},props:{disable:e.disable||n.disable,label:n.label,color:!0===e.val[r]?n.toggleColor||e.toggleColor:n.color||e.color,textColor:!0===e.val[r]?n.toggleTextColor||e.toggleTextColor:n.textColor||e.textColor,icon:n.icon,iconRight:n.iconRight,noCaps:!0===e.noCaps||!0===n.noCaps,noWrap:!0===e.noWrap||!0===n.noWrap,outline:e.outline,flat:e.flat,rounded:e.rounded,push:e.push,unelevated:e.unelevated,size:e.size,dense:e.dense,ripple:void 0!==e.ripple?e.ripple:n.ripple,stack:!0===e.stack||!0===n.stack,tabindex:n.tabindex,stretch:e.stretch}},void 0!==n.slot?Object(o["c"])(e,n.slot):void 0)})))}})},"6ac5":function(t,e,n){"use strict";var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QToolbarTitle",props:{shrink:Boolean},render:function(t){return t("div",{staticClass:"q-toolbar__title ellipsis",class:!0===this.shrink?"col-shrink":null,on:this.$listeners},Object(i["c"])(this,"default"))}})},"6af3":function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));const r={props:{_updated:{type:Number,default:0},dark:{type:Boolean,default:!1},colorScheme:{type:String,default:"default"}}}},"6eeb":function(t,e,n){var r=n("da84"),i=n("9112"),o=n("5135"),a=n("ce4e"),s=n("8925"),c=n("69f3"),u=c.get,l=c.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var c=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||o(n,"name")||i(n,"name",e),l(n).source=f.join("string"==typeof e?e:"")),t!==r?(c?!d&&t[e]&&(u=!0):delete t[e],u?t[e]=n:i(t,e,n)):u?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},"6fe5":function(t,e,n){var r=n("da84"),i=n("58a8").trim,o=n("5899"),a=r.parseFloat,s=1/a(o+"-0")!==-1/0;t.exports=s?function(t){var e=i(String(t)),n=a(e);return 0===n&&"-"==e.charAt(0)?-0:n}:a},7024:function(t,e,n){var r=n("09e4"),i=n("3261"),o=n("7f34"),a=n("79ae"),s=n("0209"),c=n("a547"),u=c.get,l=c.enforce,f=String(String).split("String");(t.exports=function(t,e,n,s){var c=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,d=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof e||o(n,"name")||i(n,"name",e),l(n).source=f.join("string"==typeof e?e:"")),t!==r?(c?!d&&t[e]&&(u=!0):delete t[e],u?t[e]=n:i(t,e,n)):u?t[e]=n:a(e,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},"714f":function(t,e,n){"use strict";n("99af"),n("4160"),n("c975"),n("a434"),n("159b");var r=n("f303"),i=n("d882"),o=n("d728"),a=n("0967");function s(t,e,n,o){!0===n.modifiers.stop&&Object(i["i"])(t);var a=n.modifiers,s=a.center,c=a.color;s=!0===s||!0===o;var u=document.createElement("span"),l=document.createElement("span"),f=Object(i["f"])(t),d=e.getBoundingClientRect(),h=d.left,p=d.top,v=d.width,g=d.height,m=Math.sqrt(v*v+g*g),b=m/2,y="".concat((v-m)/2,"px"),_=s?y:"".concat(f.left-h-b,"px"),w="".concat((g-m)/2,"px"),x=s?w:"".concat(f.top-p-b,"px");l.className="q-ripple__inner",Object(r["b"])(l,{height:"".concat(m,"px"),width:"".concat(m,"px"),transform:"translate3d(".concat(_,", ").concat(x,", 0) scale3d(0.2, 0.2, 1)"),opacity:0}),u.className="q-ripple".concat(c?" text-"+c:""),u.setAttribute("dir","ltr"),u.appendChild(l),e.appendChild(u);var S=function(){u.remove(),clearTimeout(O)};n.abort.push(S);var O=setTimeout((function(){l.classList.add("q-ripple__inner--enter"),l.style.transform="translate3d(".concat(y,", ").concat(w,", 0) scale3d(1, 1, 1)"),l.style.opacity=.2,O=setTimeout((function(){l.classList.remove("q-ripple__inner--enter"),l.classList.add("q-ripple__inner--leave"),l.style.opacity=0,O=setTimeout((function(){u.remove(),n.abort.splice(n.abort.indexOf(S),1)}),275)}),250)}),50)}function c(t,e){var n=e.value,r=e.modifiers,i=e.arg;t.enabled=!1!==n,!0===t.enabled&&(t.modifiers=Object(n)===n?{stop:!0===n.stop||!0===r.stop,center:!0===n.center||!0===r.center,color:n.color||i,keyCodes:[].concat(n.keyCodes||13)}:{stop:r.stop,center:r.center,color:i,keyCodes:[13]})}e["a"]={name:"ripple",inserted:function(t,e){var n={modifiers:{},abort:[],click:function(e){!0===n.enabled&&(!0!==a["a"].is.ie||e.clientX>=0)&&s(e,t,n,!0===e.qKeyEvent)},keyup:function(e){!0===n.enabled&&!0===Object(o["a"])(e,n.modifiers.keyCodes)&&s(e,t,n,!0)}};c(n,e),t.__qripple&&(t.__qripple_old=t.__qripple),t.__qripple=n,t.addEventListener("click",n.click,i["e"].passive),t.addEventListener("keyup",n.keyup,i["e"].passive)},update:function(t,e){void 0!==t.__qripple&&c(t.__qripple,e)},unbind:function(t){var e=t.__qripple_old||t.__qripple;void 0!==e&&(e.abort.forEach((function(t){t()})),t.removeEventListener("click",e.click,i["e"].passive),t.removeEventListener("keyup",e.keyup,i["e"].passive),delete t[t.__qripple_old?"__qripple_old":"__qripple"])}}},7156:function(t,e,n){var r=n("861d"),i=n("d2bb");t.exports=function(t,e,n){var o,a;return i&&"function"==typeof(o=e.constructor)&&o!==n&&r(a=o.prototype)&&a!==n.prototype&&i(t,a),t}},7252:function(t,e,n){var r=n("0d58");t.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"746f":function(t,e,n){var r=n("428f"),i=n("5135"),o=n("c032"),a=n("9bf2").f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});i(e,t)||a(e,t,{value:o.f(t)})}},7562:function(t,e,n){"use strict";e["a"]={props:{transitionShow:{type:String,default:"fade"},transitionHide:{type:String,default:"fade"}},data:function(){return{transitionState:this.showing}},watch:{showing:function(t){var e=this;this.transitionShow!==this.transitionHide&&this.$nextTick((function(){e.transitionState=t}))}},computed:{transition:function(){return"q-transition--"+(!0===this.transitionState?this.transitionHide:this.transitionShow)}}}},"75c3":function(t,e,n){"use strict";n("99af"),n("c975"),n("0d03");var r=n("0967"),i=n("3627"),o=n("d882"),a=n("2248");function s(t,e,n){var r,i=Object(o["f"])(t),a=i.left-e.event.x,s=i.top-e.event.y,c=Math.abs(a),u=Math.abs(s),l=e.direction;!0===l.horizontal&&!0!==l.vertical?r=a<0?"left":"right":!0!==l.horizontal&&!0===l.vertical?r=s<0?"up":"down":!0===l.up&&s<0?(r="up",c>u&&(!0===l.left&&a<0?r="left":!0===l.right&&a>0&&(r="right"))):!0===l.down&&s>0?(r="down",c>u&&(!0===l.left&&a<0?r="left":!0===l.right&&a>0&&(r="right"))):!0===l.left&&a<0?(r="left",c<u&&(!0===l.up&&s<0?r="up":!0===l.down&&s>0&&(r="down"))):!0===l.right&&a>0&&(r="right",c<u&&(!0===l.up&&s<0?r="up":!0===l.down&&s>0&&(r="down")));var f=!1;if(void 0===r&&!0!==n){if(!0===e.event.isFirst||void 0===e.event.lastDir)return{};r=e.event.lastDir,f=!0,"left"===r||"right"===r?(i.left-=a,c=0,a=0):(i.top-=s,u=0,s=0)}return{synthetic:f,payload:{evt:t,touch:!0!==e.event.mouse,mouse:!0===e.event.mouse,position:i,direction:r,isFirst:e.event.isFirst,isFinal:!0===n,duration:Date.now()-e.event.time,distance:{x:c,y:u},offset:{x:a,y:s},delta:{x:i.left-e.event.lastX,y:i.top-e.event.lastY}}}}var c=0;e["a"]={name:"touch-pan",bind:function(t,e){var n=e.value,u=e.modifiers;if(!0===u.mouse||!0===r["a"].has.touch){var l={uid:"qvtp_"+c++,handler:n,modifiers:u,direction:Object(i["c"])(u),noop:function(){},mouseStart:function(t){void 0!==l.event||void 0===t.target||!0===t.target.draggable||!0!==Object(o["d"])(t)||void 0!==t.qClonedBy&&-1!==t.qClonedBy.indexOf(l.uid)||(Object(i["a"])(l,"temp",[[document,"mousemove","move","notPassiveCapture"],[document,"mouseup","end","passiveCapture"]]),l.start(t,!0))},touchStart:function(t){if(void 0===l.event&&void 0!==t.target&&!0!==t.target.draggable&&(void 0===t.qClonedBy||-1===t.qClonedBy.indexOf(l.uid))){var e=Object(i["d"])(t.target);Object(i["a"])(l,"temp",[[e,"touchmove","move","notPassiveCapture"],[e,"touchcancel","end","passiveCapture"],[e,"touchend","end","passiveCapture"]]),l.start(t)}},start:function(e,n){!0===r["a"].is.firefox&&Object(o["h"])(t,!0);var i=Object(o["f"])(e);if(!0===n&&!0===u.mouseAllDir||!0!==n&&!0===u.stop){var a=e.type.indexOf("mouse")>-1?new MouseEvent(e.type,e):new TouchEvent(e.type,e);!0===e.defaultPrevented&&Object(o["g"])(a),!0===e.cancelBubble&&Object(o["i"])(a),a.qClonedBy=void 0===e.qClonedBy?[l.uid]:e.qClonedBy.concat(l.uid),a.qKeyEvent=e.qKeyEvent,a.qClickOutside=e.qClickOutside,l.initialEvent={target:e.target,event:a},Object(o["i"])(e)}l.event={x:i.left,y:i.top,time:Date.now(),mouse:!0===n,detected:!1,isFirst:!0,isFinal:!1,lastX:i.left,lastY:i.top}},move:function(t){if(void 0!==l.event)if(!0!==l.event.detected){if(!0===l.direction.all)return l.event.detected=!0,void l.move(t);var e=Object(o["f"])(t),n=e.left-l.event.x,r=e.top-l.event.y,i=Math.abs(n),c=Math.abs(r);i!==c&&(!0===l.direction.horizontal&&i>c||!0===l.direction.vertical&&i<c||!0===l.direction.up&&i<c&&r<0||!0===l.direction.down&&i<c&&r>0||!0===l.direction.left&&i>c&&n<0||!0===l.direction.right&&i>c&&n>0?(l.event.detected=!0,l.move(t)):(!0!==l.event.mouse||!0!==u.mouseAllDir||Date.now()-l.event.time>200)&&l.end(t,!0))}else{!0!==l.event.isFirst&&f(t,l.event.mouse);var d=s(t,l,!1),h=d.payload,p=d.synthetic;void 0!==h&&(!1===l.handler(h)?l.end(t):(!0===l.event.isFirst&&(f(t,l.event.mouse),document.documentElement.style.cursor="grabbing",!0===l.event.mouse&&document.body.classList.add("no-pointer-events"),document.body.classList.add("non-selectable"),Object(a["a"])()),l.event.lastX=h.position.left,l.event.lastY=h.position.top,l.event.lastDir=!0===p?void 0:h.direction,l.event.isFirst=!1))}},end:function(e,n){void 0!==l.event&&(Object(i["b"])(l,"temp"),!0===r["a"].is.firefox&&Object(o["h"])(t,!1),document.documentElement.style.cursor="",document.body.classList.remove("non-selectable"),!0===l.event.detected&&!0===l.event.mouse&&setTimeout((function(){document.body.classList.remove("no-pointer-events")}),50),!0!==n&&!0===l.event.detected&&!0!==l.event.isFirst&&l.handler(s(e,l,!0).payload),!0===n&&!0!==l.event.detected&&void 0!==l.initialEvent&&l.initialEvent.target.dispatchEvent(l.initialEvent.event),l.event=void 0,l.initialEvent=void 0)}};t.__qtouchpan&&(t.__qtouchpan_old=t.__qtouchpan),t.__qtouchpan=l,!0===u.mouse&&Object(i["a"])(l,"main",[[t,"mousedown","mouseStart","passive".concat(!0===u.mouseCapture?"Capture":"")]]),!0===r["a"].has.touch&&Object(i["a"])(l,"main",[[t,"touchstart","touchStart","passive".concat(!0===u.capture?"Capture":"")],[t,"touchmove","noop","notPassiveCapture"]])}function f(t,e){!0===u.mouse&&!0===e?Object(o["j"])(t):(!0===u.stop&&Object(o["i"])(t),!0===u.prevent&&Object(o["g"])(t))}},update:function(t,e){var n=t.__qtouchpan;void 0!==n&&Object(i["e"])(n,e)},unbind:function(t){var e=t.__qtouchpan_old||t.__qtouchpan;void 0!==e&&(Object(i["b"])(e,"main"),Object(i["b"])(e,"temp"),!0===r["a"].is.firefox&&Object(o["h"])(t,!1),document.documentElement.style.cursor="",document.body.classList.remove("non-selectable"),void 0!==e.event&&!0===e.event.detected&&!0===e.event.mouse&&document.body.classList.remove("no-pointer-events"),delete t[t.__qtouchpan_old?"__qtouchpan_old":"__qtouchpan"])}}},"761e":function(t,e,n){"use strict";var r=n("90c5"),i=function(t){var e,n;this.promise=new t((function(t,r){if(void 0!==e||void 0!==n)throw TypeError("Bad Promise constructor");e=t,n=r})),this.resolve=r(e),this.reject=r(n)};t.exports.f=function(t){return new i(t)}},"76af":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"774c":function(t,e,n){var r=n("a714"),i=n("d714"),o="".split;t.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?o.call(t,""):Object(t)}:Object},"77da":function(t,e,n){var r=n("4c07").f,i=n("7f34"),o=n("8b0e"),a=o("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},7820:function(t,e,n){var r=n("6117"),i=n("d714"),o=n("8b0e"),a=o("toStringTag"),s="Arguments"==i(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(n){}};t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=Object(t),a))?n:s?i(e):"Object"==(r=i(e))&&"function"==typeof e.callee?"Arguments":r}},"782f":function(t,e,n){var r,i,o=n("09e4"),a=n("0d58"),s=o.process,c=s&&s.versions,u=c&&c.v8;u?(r=u.split("."),i=r[0]+r[1]):a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(i=r[1]))),t.exports=i&&+i},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7937:function(t,e,n){"use strict";n.d(e,"a",(function(){return r})),n.d(e,"b",(function(){return i}));n("99af"),n("a15b"),n("fb6a"),n("b680"),n("e25e");function r(t,e,n){return n<=e?e:Math.min(n,Math.max(e,t))}function i(t,e,n){if(n<=e)return e;var r=n-e+1,i=e+(t-e)%r;return i<e&&(i=r+i),0===i?0:i}},"793f":function(t,e,n){"use strict";var r=n("0ee6"),i=n("4c07"),o=n("8b0e"),a=n("0368"),s=o("species");t.exports=function(t){var e=r(t),n=i.f;a&&e&&!e[s]&&n(e,s,{configurable:!0,get:function(){return this}})}},"79ae":function(t,e,n){var r=n("09e4"),i=n("3261");t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},"7a77":function(t,e,n){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},"7aac":function(t,e,n){"use strict";var r=n("c532");t.exports=r.isStandardBrowserEnv()?function(){return{write:function(t,e,n,i,o,a){var s=[];s.push(t+"="+encodeURIComponent(e)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0b":function(t,e,n){var r=n("1d80");t.exports=function(t){return Object(r(t))}},"7c73":function(t,e,n){var r=n("825a"),i=n("37e8"),o=n("7839"),a=n("d012"),s=n("1be4"),c=n("cc12"),u=n("f772"),l=u("IE_PROTO"),f="prototype",d=function(){},h=function(){var t,e=c("iframe"),n=o.length,r="<",i="script",a=">",u="java"+i+":";e.style.display="none",s.appendChild(e),e.src=String(u),t=e.contentWindow.document,t.open(),t.write(r+i+a+"document.F=Object"+r+"/"+i+a),t.close(),h=t.F;while(n--)delete h[f][o[n]];return h()};t.exports=Object.create||function(t,e){var n;return null!==t?(d[f]=r(t),n=new d,d[f]=null,n[l]=t):n=h(),void 0===e?n:i(n,e)},a[l]=!0},"7d6e":function(t,e,n){},"7db0":function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").find,o=n("44d2"),a="find",s=!0;a in[]&&Array(1)[a]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{find:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o(a)},"7dd0":function(t,e,n){"use strict";var r=n("23e7"),i=n("9ed3"),o=n("e163"),a=n("d2bb"),s=n("d44e"),c=n("9112"),u=n("6eeb"),l=n("b622"),f=n("c430"),d=n("3f8c"),h=n("ae93"),p=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,g=l("iterator"),m="keys",b="values",y="entries",_=function(){return this};t.exports=function(t,e,n,l,h,w,x){i(n,e,l);var S,O,C,k=function(t){if(t===h&&E)return E;if(!v&&t in P)return P[t];switch(t){case m:return function(){return new n(this,t)};case b:return function(){return new n(this,t)};case y:return function(){return new n(this,t)}}return function(){return new n(this)}},j=e+" Iterator",T=!1,P=t.prototype,A=P[g]||P["@@iterator"]||h&&P[h],E=!v&&A||k(h),M="Array"==e&&P.entries||A;if(M&&(S=o(M.call(new t)),p!==Object.prototype&&S.next&&(f||o(S)===p||(a?a(S,p):"function"!=typeof S[g]&&c(S,g,_)),s(S,j,!0,!0),f&&(d[j]=_))),h==b&&A&&A.name!==b&&(T=!0,E=function(){return A.call(this)}),f&&!x||P[g]===E||c(P,g,E),d[e]=E,h)if(O={values:k(b),keys:w?E:k(m),entries:k(y)},x)for(C in O)!v&&!T&&C in P||u(P,C,O[C]);else r({target:e,proto:!0,forced:v||T},O);return O}},"7ee0":function(t,e,n){"use strict";var r=n("0967"),i={methods:{__nextTick:function(t){this.__tickFn=t},__prepareTick:function(){var t=this;if(void 0!==this.__tickFn){var e=this.__tickFn;this.$nextTick((function(){t.__tickFn===e&&(t.__tickFn(),t.__tickFn=void 0)}))}},__clearTick:function(){this.__tickFn=void 0},__setTimeout:function(t,e){clearTimeout(this.__timer),this.__timer=setTimeout(t,e)},__clearTimeout:function(){clearTimeout(this.__timer)}},beforeDestroy:function(){this.__tickFn=void 0,clearTimeout(this.__timer)}};e["a"]={mixins:[i],props:{value:{type:Boolean,default:void 0}},data:function(){return{showing:!1}},watch:{value:function(t){this.__processModelChange(t)},$route:function(){!0===this.hideOnRouteChange&&this.hide()}},methods:{toggle:function(t){this[!0===this.showing?"hide":"show"](t)},show:function(t){var e=this;!0===this.disable||void 0!==this.__showCondition&&!0!==this.__showCondition(t)||(void 0!==this.$listeners.input&&!1===r["d"]&&(this.$emit("input",!0),this.payload=t,this.$nextTick((function(){e.payload===t&&(e.payload=void 0)}))),void 0!==this.value&&void 0!==this.$listeners.input&&!0!==r["d"]||this.__processShow(t))},__processShow:function(t){!0!==this.showing&&(void 0!==this.__preparePortal&&this.__preparePortal(),this.showing=!0,this.$emit("before-show",t),void 0!==this.__show?(this.__clearTick(),this.__show(t),this.__prepareTick()):this.$emit("show",t))},hide:function(t){var e=this;!0!==this.disable&&(void 0!==this.$listeners.input&&!1===r["d"]&&(this.$emit("input",!1),this.payload=t,this.$nextTick((function(){e.payload===t&&(e.payload=void 0)}))),void 0!==this.value&&void 0!==this.$listeners.input&&!0!==r["d"]||this.__processHide(t))},__processHide:function(t){!1!==this.showing&&(this.showing=!1,this.$emit("before-hide",t),void 0!==this.__hide?(this.__clearTick(),this.__hide(t),this.__prepareTick()):this.$emit("hide",t))},__processModelChange:function(t){!0===this.disable&&!0===t?void 0!==this.$listeners.input&&this.$emit("input",!1):!0===t!==this.showing&&this["__process".concat(!0===t?"Show":"Hide")](this.payload)}}}},"7f34":function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},"7f9a":function(t,e,n){var r=n("da84"),i=n("8925"),o=r.WeakMap;t.exports="function"===typeof o&&/native code/.test(i(o))},"808c":function(t,e,n){var r=n("8b0e"),i=r("iterator"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(c){}t.exports=function(t,e){if(!e&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},t(r)}catch(c){}return n}},"816e":function(t,e,n){var r=n("0828"),i=n("f385"),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},"81d5":function(t,e,n){"use strict";var r=n("7b0b"),i=n("23cb"),o=n("50c4");t.exports=function(t){var e=r(this),n=o(e.length),a=arguments.length,s=i(a>1?arguments[1]:void 0,n),c=a>2?arguments[2]:void 0,u=void 0===c?n:i(c,n);while(u>s)e[s++]=t;return e}},"825a":function(t,e,n){var r=n("861d");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},"83ab":function(t,e,n){var r=n("d039");t.exports=!r((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},8418:function(t,e,n){"use strict";var r=n("c04e"),i=n("9bf2"),o=n("5c6c");t.exports=function(t,e,n){var a=r(e);a in t?i.f(t,a,o(0,n)):t[a]=n}},8547:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));const r={install(t,e){e.components&&Object.keys(e.components).forEach(n=>{if(!(n in["DashBlocks","DbData","dbColors","dbUtils"])){const r=e.components[n];t.component(n,r)}})}}},8562:function(t,e,n){"use strict";n("caad"),n("26e9"),n("a9e3");var r=n("ade3"),i=n("2b0e"),o=n("75c3"),a=n("b7fa"),s=n("dde5"),c=n("d882"),u=n("2c75");e["a"]=i["a"].extend({name:"QSplitter",mixins:[a["a"]],directives:{TouchPan:o["a"]},props:{value:{type:Number,required:!0},reverse:Boolean,unit:{type:String,default:"%",validator:function(t){return["%","px"].includes(t)}},limits:{type:Array,validator:function(t){return 2===t.length&&("number"===typeof t[0]&&"number"===typeof t[1]&&(t[0]>=0&&t[0]<=t[1]))}},emitImmediately:Boolean,horizontal:Boolean,disable:Boolean,beforeClass:[Array,String,Object],afterClass:[Array,String,Object],separatorClass:[Array,String,Object],separatorStyle:[Array,String,Object]},watch:{value:{immediate:!0,handler:function(t){this.__normalize(t,this.computedLimits)}},limits:{deep:!0,handler:function(){var t=this;this.$nextTick((function(){t.__normalize(t.value,t.computedLimits)}))}}},computed:{classes:function(){return(!0===this.horizontal?"column":"row")+" q-splitter--".concat(!0===this.horizontal?"horizontal":"vertical")+" q-splitter--".concat(!0===this.disable?"disabled":"workable")+(!0===this.isDark?" q-splitter--dark":"")},prop:function(){return!0===this.horizontal?"height":"width"},side:function(){return!0!==this.reverse?"before":"after"},computedLimits:function(){return void 0!==this.limits?this.limits:"%"===this.unit?[10,90]:[50,1/0]},styles:function(){return Object(r["a"])({},this.side,Object(r["a"])({},this.prop,this.__getCSSValue(this.value)))}},methods:{__pan:function(t){if(!0===t.isFirst){var e=this.$el.getBoundingClientRect()[this.prop];return this.__dir=!0===this.horizontal?"up":"left",this.__maxValue="%"===this.unit?100:e,this.__value=Math.min(this.__maxValue,this.computedLimits[1],Math.max(this.computedLimits[0],this.value)),this.__multiplier=(!0!==this.reverse?1:-1)*(!0===this.horizontal?1:!0===this.$q.lang.rtl?-1:1)*("%"===this.unit?0===e?0:100/e:1),void this.$el.classList.add("q-splitter--active")}if(!0===t.isFinal)return this.__normalized!==this.value&&this.$emit("input",this.__normalized),void this.$el.classList.remove("q-splitter--active");var n=this.__value+this.__multiplier*(t.direction===this.__dir?-1:1)*t.distance[!0===this.horizontal?"y":"x"];this.__normalized=Math.min(this.__maxValue,this.computedLimits[1],Math.max(this.computedLimits[0],n)),this.$refs[this.side].style[this.prop]=this.__getCSSValue(this.__normalized),!0===this.emitImmediately&&this.value!==this.__normalized&&this.$emit("input",this.__normalized)},__normalize:function(t,e){t<e[0]?this.$emit("input",e[0]):t>e[1]&&this.$emit("input",e[1])},__getCSSValue:function(t){return("%"===this.unit?t:Math.round(t))+this.unit}},render:function(t){var e=[t("div",{ref:"before",staticClass:"q-splitter__panel q-splitter__before"+(!0===this.reverse?" col":""),style:this.styles.before,class:this.beforeClass,on:Object(u["a"])(this,"stop",{input:c["i"]})},Object(s["c"])(this,"before")),t("div",{staticClass:"q-splitter__separator",style:this.separatorStyle,class:this.separatorClass},[t("div",{staticClass:"absolute-full q-splitter__separator-area",directives:!0===this.disable?void 0:Object(u["a"])(this,"dir#"+this.horizontal,[{name:"touch-pan",value:this.__pan,modifiers:{horizontal:!0!==this.horizontal,vertical:this.horizontal,prevent:!0,stop:!0,mouse:!0,mouseAllDir:!0}}])},Object(s["c"])(this,"separator"))]),t("div",{ref:"after",staticClass:"q-splitter__panel q-splitter__after"+(!0===this.reverse?"":" col"),style:this.styles.after,class:this.afterClass,on:Object(u["a"])(this,"stop",{input:c["i"]})},Object(s["c"])(this,"after"))];return t("div",{staticClass:"q-splitter no-wrap",class:this.classes,on:this.$listeners},Object(s["a"])(e,this,"default"))}})},"857a":function(t,e,n){var r=n("1d80"),i=/"/g;t.exports=function(t,e,n,o){var a=String(r(t)),s="<"+e;return""!==n&&(s+=" "+n+'="'+String(o).replace(i,"&quot;")+'"'),s+">"+a+"</"+e+">"}},"85fc":function(t,e,n){"use strict";n("99af"),n("c975"),n("fb6a"),n("a434"),n("a9e3");var r=n("b7fa"),i=n("d882");e["a"]={mixins:[r["a"]],props:{value:{required:!0},val:{},trueValue:{default:!0},falseValue:{default:!1},label:String,leftLabel:Boolean,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},computed:{isTrue:function(){return this.modelIsArray?this.index>-1:this.value===this.trueValue},isFalse:function(){return this.modelIsArray?-1===this.index:this.value===this.falseValue},index:function(){if(!0===this.modelIsArray)return this.value.indexOf(this.val)},modelIsArray:function(){return void 0!==this.val&&Array.isArray(this.value)},computedTabindex:function(){return!0===this.disable?-1:this.tabindex||0}},methods:{toggle:function(t){var e;(void 0!==t&&Object(i["j"])(t),!0!==this.disable)&&(!0===this.modelIsArray?!0===this.isTrue?(e=this.value.slice(),e.splice(this.index,1)):e=this.value.concat([this.val]):e=!0===this.isTrue?!0===this.toggleIndeterminate?this.indeterminateValue:this.falseValue:!0===this.isFalse?this.trueValue:this.falseValue,this.$emit("input",e))},__onKeydown:function(t){13!==t.keyCode&&32!==t.keyCode||Object(i["j"])(t)},__onKeyup:function(t){13!==t.keyCode&&32!==t.keyCode||this.toggle(t)}}}},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},8716:function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("ac1f"),n("5319");var r={to:[String,Object],exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,disable:Boolean},i={props:r,computed:{hasRouterLink:function(){return!0!==this.disable&&void 0!==this.to&&null!==this.to&&""!==this.to},routerLinkProps:function(){return{to:this.to,exact:this.exact,append:this.append,replace:this.replace,activeClass:this.activeClass||"q-router-link--active",exactActiveClass:this.exactActiveClass||"q-router-link--exact-active",event:!0===this.disable?"":void 0}}}}},8779:function(t,e,n){var r=n("a714");t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},8925:function(t,e,n){var r=n("c6cd"),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(t){return i.call(t)}),t.exports=r.inspectSource},"894d":function(t,e,n){var r=n("d0c8"),i=n("90c5"),o=n("8b0e"),a=o("species");t.exports=function(t,e){var n,o=r(t).constructor;return void 0===o||void 0==(n=r(o)[a])?e:i(n)}},"8aa5":function(t,e,n){"use strict";var r=n("6547").charAt;t.exports=function(t,e,n){return e+(n?r(t,e).length:1)}},"8b0e":function(t,e,n){var r=n("09e4"),i=n("0828"),o=n("7f34"),a=n("f385"),s=n("20a7"),c=n("aa51"),u=i("wks"),l=r.Symbol,f=c?l:a;t.exports=function(t){return o(u,t)||(s&&o(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},"8c4f":function(t,e,n){"use strict";
14
- /*!
15
- * vue-router v3.1.3
16
- * (c) 2019 Evan You
17
- * @license MIT
18
- */function r(t,e){0}function i(t){return Object.prototype.toString.call(t).indexOf("Error")>-1}function o(t,e){return e instanceof t||e&&(e.name===t.name||e._name===t._name)}function a(t,e){for(var n in e)t[n]=e[n];return t}var s={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(t,e){var n=e.props,r=e.children,i=e.parent,o=e.data;o.routerView=!0;var s=i.$createElement,u=n.name,l=i.$route,f=i._routerViewCache||(i._routerViewCache={}),d=0,h=!1;while(i&&i._routerRoot!==i){var p=i.$vnode&&i.$vnode.data;p&&(p.routerView&&d++,p.keepAlive&&i._inactive&&(h=!0)),i=i.$parent}if(o.routerViewDepth=d,h)return s(f[u],o,r);var v=l.matched[d];if(!v)return f[u]=null,s();var g=f[u]=v.components[u];o.registerRouteInstance=function(t,e){var n=v.instances[u];(e&&n!==t||!e&&n===t)&&(v.instances[u]=e)},(o.hook||(o.hook={})).prepatch=function(t,e){v.instances[u]=e.componentInstance},o.hook.init=function(t){t.data.keepAlive&&t.componentInstance&&t.componentInstance!==v.instances[u]&&(v.instances[u]=t.componentInstance)};var m=o.props=c(l,v.props&&v.props[u]);if(m){m=o.props=a({},m);var b=o.attrs=o.attrs||{};for(var y in m)g.props&&y in g.props||(b[y]=m[y],delete m[y])}return s(g,o,r)}};function c(t,e){switch(typeof e){case"undefined":return;case"object":return e;case"function":return e(t);case"boolean":return e?t.params:void 0;default:0}}var u=/[!'()*]/g,l=function(t){return"%"+t.charCodeAt(0).toString(16)},f=/%2C/g,d=function(t){return encodeURIComponent(t).replace(u,l).replace(f,",")},h=decodeURIComponent;function p(t,e,n){void 0===e&&(e={});var r,i=n||v;try{r=i(t||"")}catch(a){r={}}for(var o in e)r[o]=e[o];return r}function v(t){var e={};return t=t.trim().replace(/^(\?|#|&)/,""),t?(t.split("&").forEach((function(t){var n=t.replace(/\+/g," ").split("="),r=h(n.shift()),i=n.length>0?h(n.join("=")):null;void 0===e[r]?e[r]=i:Array.isArray(e[r])?e[r].push(i):e[r]=[e[r],i]})),e):e}function g(t){var e=t?Object.keys(t).map((function(e){var n=t[e];if(void 0===n)return"";if(null===n)return d(e);if(Array.isArray(n)){var r=[];return n.forEach((function(t){void 0!==t&&(null===t?r.push(d(e)):r.push(d(e)+"="+d(t)))})),r.join("&")}return d(e)+"="+d(n)})).filter((function(t){return t.length>0})).join("&"):null;return e?"?"+e:""}var m=/\/?$/;function b(t,e,n,r){var i=r&&r.options.stringifyQuery,o=e.query||{};try{o=y(o)}catch(s){}var a={name:e.name||t&&t.name,meta:t&&t.meta||{},path:e.path||"/",hash:e.hash||"",query:o,params:e.params||{},fullPath:x(e,i),matched:t?w(t):[]};return n&&(a.redirectedFrom=x(n,i)),Object.freeze(a)}function y(t){if(Array.isArray(t))return t.map(y);if(t&&"object"===typeof t){var e={};for(var n in t)e[n]=y(t[n]);return e}return t}var _=b(null,{path:"/"});function w(t){var e=[];while(t)e.unshift(t),t=t.parent;return e}function x(t,e){var n=t.path,r=t.query;void 0===r&&(r={});var i=t.hash;void 0===i&&(i="");var o=e||g;return(n||"/")+o(r)+i}function S(t,e){return e===_?t===e:!!e&&(t.path&&e.path?t.path.replace(m,"")===e.path.replace(m,"")&&t.hash===e.hash&&O(t.query,e.query):!(!t.name||!e.name)&&(t.name===e.name&&t.hash===e.hash&&O(t.query,e.query)&&O(t.params,e.params)))}function O(t,e){if(void 0===t&&(t={}),void 0===e&&(e={}),!t||!e)return t===e;var n=Object.keys(t),r=Object.keys(e);return n.length===r.length&&n.every((function(n){var r=t[n],i=e[n];return"object"===typeof r&&"object"===typeof i?O(r,i):String(r)===String(i)}))}function C(t,e){return 0===t.path.replace(m,"/").indexOf(e.path.replace(m,"/"))&&(!e.hash||t.hash===e.hash)&&k(t.query,e.query)}function k(t,e){for(var n in e)if(!(n in t))return!1;return!0}function j(t,e,n){var r=t.charAt(0);if("/"===r)return t;if("?"===r||"#"===r)return e+t;var i=e.split("/");n&&i[i.length-1]||i.pop();for(var o=t.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function T(t){var e="",n="",r=t.indexOf("#");r>=0&&(e=t.slice(r),t=t.slice(0,r));var i=t.indexOf("?");return i>=0&&(n=t.slice(i+1),t=t.slice(0,i)),{path:t,query:n,hash:e}}function P(t){return t.replace(/\/\//g,"/")}var A=Array.isArray||function(t){return"[object Array]"==Object.prototype.toString.call(t)},E=X,M=L,D=F,$=z,R=Q,q=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function L(t,e){var n,r=[],i=0,o=0,a="",s=e&&e.delimiter||"/";while(null!=(n=q.exec(t))){var c=n[0],u=n[1],l=n.index;if(a+=t.slice(o,l),o=l+c.length,u)a+=u[1];else{var f=t[o],d=n[2],h=n[3],p=n[4],v=n[5],g=n[6],m=n[7];a&&(r.push(a),a="");var b=null!=d&&null!=f&&f!==d,y="+"===g||"*"===g,_="?"===g||"*"===g,w=n[2]||s,x=p||v;r.push({name:h||i++,prefix:d||"",delimiter:w,optional:_,repeat:y,partial:b,asterisk:!!m,pattern:x?U(x):m?".*":"[^"+B(w)+"]+?"})}}return o<t.length&&(a+=t.substr(o)),a&&r.push(a),r}function F(t,e){return z(L(t,e))}function N(t){return encodeURI(t).replace(/[\/?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function I(t){return encodeURI(t).replace(/[?#]/g,(function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()}))}function z(t){for(var e=new Array(t.length),n=0;n<t.length;n++)"object"===typeof t[n]&&(e[n]=new RegExp("^(?:"+t[n].pattern+")$"));return function(n,r){for(var i="",o=n||{},a=r||{},s=a.pretty?N:encodeURIComponent,c=0;c<t.length;c++){var u=t[c];if("string"!==typeof u){var l,f=o[u.name];if(null==f){if(u.optional){u.partial&&(i+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(A(f)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(f)+"`");if(0===f.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var d=0;d<f.length;d++){if(l=s(f[d]),!e[c].test(l))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(l)+"`");i+=(0===d?u.prefix:u.delimiter)+l}}else{if(l=u.asterisk?I(f):s(f),!e[c].test(l))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+l+'"');i+=u.prefix+l}}else i+=u}return i}}function B(t){return t.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function U(t){return t.replace(/([=!:$\/()])/g,"\\$1")}function H(t,e){return t.keys=e,t}function Y(t){return t.sensitive?"":"i"}function V(t,e){var n=t.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)e.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return H(t,e)}function W(t,e,n){for(var r=[],i=0;i<t.length;i++)r.push(X(t[i],e,n).source);var o=new RegExp("(?:"+r.join("|")+")",Y(n));return H(o,e)}function G(t,e,n){return Q(L(t,n),e,n)}function Q(t,e,n){A(e)||(n=e||n,e=[]),n=n||{};for(var r=n.strict,i=!1!==n.end,o="",a=0;a<t.length;a++){var s=t[a];if("string"===typeof s)o+=B(s);else{var c=B(s.prefix),u="(?:"+s.pattern+")";e.push(s),s.repeat&&(u+="(?:"+c+u+")*"),u=s.optional?s.partial?c+"("+u+")?":"(?:"+c+"("+u+"))?":c+"("+u+")",o+=u}}var l=B(n.delimiter||"/"),f=o.slice(-l.length)===l;return r||(o=(f?o.slice(0,-l.length):o)+"(?:"+l+"(?=$))?"),o+=i?"$":r&&f?"":"(?="+l+"|$)",H(new RegExp("^"+o,Y(n)),e)}function X(t,e,n){return A(e)||(n=e||n,e=[]),n=n||{},t instanceof RegExp?V(t,e):A(t)?W(t,e,n):G(t,e,n)}E.parse=M,E.compile=D,E.tokensToFunction=$,E.tokensToRegExp=R;var K=Object.create(null);function Z(t,e,n){e=e||{};try{var r=K[t]||(K[t]=E.compile(t));return e.pathMatch&&(e[0]=e.pathMatch),r(e,{pretty:!0})}catch(i){return""}finally{delete e[0]}}function J(t,e,n,r){var i="string"===typeof t?{path:t}:t;if(i._normalized)return i;if(i.name)return a({},t);if(!i.path&&i.params&&e){i=a({},i),i._normalized=!0;var o=a(a({},e.params),i.params);if(e.name)i.name=e.name,i.params=o;else if(e.matched.length){var s=e.matched[e.matched.length-1].path;i.path=Z(s,o,"path "+e.path)}else 0;return i}var c=T(i.path||""),u=e&&e.path||"/",l=c.path?j(c.path,u,n||i.append):u,f=p(c.query,i.query,r&&r.options.parseQuery),d=i.hash||c.hash;return d&&"#"!==d.charAt(0)&&(d="#"+d),{_normalized:!0,path:l,query:f,hash:d}}var tt,et=[String,Object],nt=[String,Array],rt=function(){},it={name:"RouterLink",props:{to:{type:et,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:nt,default:"click"}},render:function(t){var e=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),o=i.location,s=i.route,c=i.href,u={},l=n.options.linkActiveClass,f=n.options.linkExactActiveClass,d=null==l?"router-link-active":l,h=null==f?"router-link-exact-active":f,p=null==this.activeClass?d:this.activeClass,v=null==this.exactActiveClass?h:this.exactActiveClass,g=s.redirectedFrom?b(null,J(s.redirectedFrom),null,n):s;u[v]=S(r,g),u[p]=this.exact?u[v]:C(r,g);var m=function(t){ot(t)&&(e.replace?n.replace(o,rt):n.push(o,rt))},y={click:ot};Array.isArray(this.event)?this.event.forEach((function(t){y[t]=m})):y[this.event]=m;var _={class:u},w=!this.$scopedSlots.$hasNormal&&this.$scopedSlots.default&&this.$scopedSlots.default({href:c,route:s,navigate:m,isActive:u[p],isExactActive:u[v]});if(w){if(1===w.length)return w[0];if(w.length>1||!w.length)return 0===w.length?t():t("span",{},w)}if("a"===this.tag)_.on=y,_.attrs={href:c};else{var x=at(this.$slots.default);if(x){x.isStatic=!1;var O=x.data=a({},x.data);for(var k in O.on=O.on||{},O.on){var j=O.on[k];k in y&&(O.on[k]=Array.isArray(j)?j:[j])}for(var T in y)T in O.on?O.on[T].push(y[T]):O.on[T]=m;var P=x.data.attrs=a({},x.data.attrs);P.href=c}else _.on=y}return t(this.tag,_,this.$slots.default)}};function ot(t){if(!(t.metaKey||t.altKey||t.ctrlKey||t.shiftKey)&&!t.defaultPrevented&&(void 0===t.button||0===t.button)){if(t.currentTarget&&t.currentTarget.getAttribute){var e=t.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(e))return}return t.preventDefault&&t.preventDefault(),!0}}function at(t){if(t)for(var e,n=0;n<t.length;n++){if(e=t[n],"a"===e.tag)return e;if(e.children&&(e=at(e.children)))return e}}function st(t){if(!st.installed||tt!==t){st.installed=!0,tt=t;var e=function(t){return void 0!==t},n=function(t,n){var r=t.$options._parentVnode;e(r)&&e(r=r.data)&&e(r=r.registerRouteInstance)&&r(t,n)};t.mixin({beforeCreate:function(){e(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),t.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(t.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(t.prototype,"$route",{get:function(){return this._routerRoot._route}}),t.component("RouterView",s),t.component("RouterLink",it);var r=t.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var ct="undefined"!==typeof window;function ut(t,e,n,r){var i=e||[],o=n||Object.create(null),a=r||Object.create(null);t.forEach((function(t){lt(i,o,a,t)}));for(var s=0,c=i.length;s<c;s++)"*"===i[s]&&(i.push(i.splice(s,1)[0]),c--,s--);return{pathList:i,pathMap:o,nameMap:a}}function lt(t,e,n,r,i,o){var a=r.path,s=r.name;var c=r.pathToRegexpOptions||{},u=dt(a,i,c.strict);"boolean"===typeof r.caseSensitive&&(c.sensitive=r.caseSensitive);var l={path:u,regex:ft(u,c),components:r.components||{default:r.component},instances:{},name:s,parent:i,matchAs:o,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var i=o?P(o+"/"+r.path):void 0;lt(t,e,n,r,l,i)})),e[l.path]||(t.push(l.path),e[l.path]=l),void 0!==r.alias)for(var f=Array.isArray(r.alias)?r.alias:[r.alias],d=0;d<f.length;++d){var h=f[d];0;var p={path:h,children:r.children};lt(t,e,n,p,i,l.path||"/")}s&&(n[s]||(n[s]=l))}function ft(t,e){var n=E(t,[],e);return n}function dt(t,e,n){return n||(t=t.replace(/\/$/,"")),"/"===t[0]?t:null==e?t:P(e.path+"/"+t)}function ht(t,e){var n=ut(t),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(t){ut(t,r,i,o)}function s(t,n,a){var s=J(t,n,!1,e),c=s.name;if(c){var u=o[c];if(!u)return l(null,s);var f=u.regex.keys.filter((function(t){return!t.optional})).map((function(t){return t.name}));if("object"!==typeof s.params&&(s.params={}),n&&"object"===typeof n.params)for(var d in n.params)!(d in s.params)&&f.indexOf(d)>-1&&(s.params[d]=n.params[d]);return s.path=Z(u.path,s.params,'named route "'+c+'"'),l(u,s,a)}if(s.path){s.params={};for(var h=0;h<r.length;h++){var p=r[h],v=i[p];if(pt(v.regex,s.path,s.params))return l(v,s,a)}}return l(null,s)}function c(t,n){var r=t.redirect,i="function"===typeof r?r(b(t,n,null,e)):r;if("string"===typeof i&&(i={path:i}),!i||"object"!==typeof i)return l(null,n);var a=i,c=a.name,u=a.path,f=n.query,d=n.hash,h=n.params;if(f=a.hasOwnProperty("query")?a.query:f,d=a.hasOwnProperty("hash")?a.hash:d,h=a.hasOwnProperty("params")?a.params:h,c){o[c];return s({_normalized:!0,name:c,query:f,hash:d,params:h},void 0,n)}if(u){var p=vt(u,t),v=Z(p,h,'redirect route with path "'+p+'"');return s({_normalized:!0,path:v,query:f,hash:d},void 0,n)}return l(null,n)}function u(t,e,n){var r=Z(n,e.params,'aliased route with path "'+n+'"'),i=s({_normalized:!0,path:r});if(i){var o=i.matched,a=o[o.length-1];return e.params=i.params,l(a,e)}return l(null,e)}function l(t,n,r){return t&&t.redirect?c(t,r||n):t&&t.matchAs?u(t,n,t.matchAs):b(t,n,r,e)}return{match:s,addRoutes:a}}function pt(t,e,n){var r=e.match(t);if(!r)return!1;if(!n)return!0;for(var i=1,o=r.length;i<o;++i){var a=t.keys[i-1],s="string"===typeof r[i]?decodeURIComponent(r[i]):r[i];a&&(n[a.name||"pathMatch"]=s)}return!0}function vt(t,e){return j(t,e.parent?e.parent.path:"/",!0)}var gt=ct&&window.performance&&window.performance.now?window.performance:Date;function mt(){return gt.now().toFixed(3)}var bt=mt();function yt(){return bt}function _t(t){return bt=t}var wt=Object.create(null);function xt(){var t=window.location.protocol+"//"+window.location.host,e=window.location.href.replace(t,"");window.history.replaceState({key:yt()},"",e),window.addEventListener("popstate",(function(t){Ot(),t.state&&t.state.key&&_t(t.state.key)}))}function St(t,e,n,r){if(t.app){var i=t.options.scrollBehavior;i&&t.app.$nextTick((function(){var o=Ct(),a=i.call(t,e,n,r?o:null);a&&("function"===typeof a.then?a.then((function(t){Mt(t,o)})).catch((function(t){0})):Mt(a,o))}))}}function Ot(){var t=yt();t&&(wt[t]={x:window.pageXOffset,y:window.pageYOffset})}function Ct(){var t=yt();if(t)return wt[t]}function kt(t,e){var n=document.documentElement,r=n.getBoundingClientRect(),i=t.getBoundingClientRect();return{x:i.left-r.left-e.x,y:i.top-r.top-e.y}}function jt(t){return At(t.x)||At(t.y)}function Tt(t){return{x:At(t.x)?t.x:window.pageXOffset,y:At(t.y)?t.y:window.pageYOffset}}function Pt(t){return{x:At(t.x)?t.x:0,y:At(t.y)?t.y:0}}function At(t){return"number"===typeof t}var Et=/^#\d/;function Mt(t,e){var n="object"===typeof t;if(n&&"string"===typeof t.selector){var r=Et.test(t.selector)?document.getElementById(t.selector.slice(1)):document.querySelector(t.selector);if(r){var i=t.offset&&"object"===typeof t.offset?t.offset:{};i=Pt(i),e=kt(r,i)}else jt(t)&&(e=Tt(t))}else n&&jt(t)&&(e=Tt(t));e&&window.scrollTo(e.x,e.y)}var Dt=ct&&function(){var t=window.navigator.userAgent;return(-1===t.indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&(window.history&&"pushState"in window.history)}();function $t(t,e){Ot();var n=window.history;try{e?n.replaceState({key:yt()},"",t):n.pushState({key:_t(mt())},"",t)}catch(r){window.location[e?"replace":"assign"](t)}}function Rt(t){$t(t,!0)}function qt(t,e,n){var r=function(i){i>=t.length?n():t[i]?e(t[i],(function(){r(i+1)})):r(i+1)};r(0)}function Lt(t){return function(e,n,r){var o=!1,a=0,s=null;Ft(t,(function(t,e,n,c){if("function"===typeof t&&void 0===t.cid){o=!0,a++;var u,l=Bt((function(e){zt(e)&&(e=e.default),t.resolved="function"===typeof e?e:tt.extend(e),n.components[c]=e,a--,a<=0&&r()})),f=Bt((function(t){var e="Failed to resolve async component "+c+": "+t;s||(s=i(t)?t:new Error(e),r(s))}));try{u=t(l,f)}catch(h){f(h)}if(u)if("function"===typeof u.then)u.then(l,f);else{var d=u.component;d&&"function"===typeof d.then&&d.then(l,f)}}})),o||r()}}function Ft(t,e){return Nt(t.map((function(t){return Object.keys(t.components).map((function(n){return e(t.components[n],t.instances[n],t,n)}))})))}function Nt(t){return Array.prototype.concat.apply([],t)}var It="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function zt(t){return t.__esModule||It&&"Module"===t[Symbol.toStringTag]}function Bt(t){var e=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!e)return e=!0,t.apply(this,n)}}var Ut=function(t){function e(e){t.call(this),this.name=this._name="NavigationDuplicated",this.message='Navigating to current location ("'+e.fullPath+'") is not allowed',Object.defineProperty(this,"stack",{value:(new t).stack,writable:!0,configurable:!0})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Error);Ut._name="NavigationDuplicated";var Ht=function(t,e){this.router=t,this.base=Yt(e),this.current=_,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Yt(t){if(!t)if(ct){var e=document.querySelector("base");t=e&&e.getAttribute("href")||"/",t=t.replace(/^https?:\/\/[^\/]+/,"")}else t="/";return"/"!==t.charAt(0)&&(t="/"+t),t.replace(/\/$/,"")}function Vt(t,e){var n,r=Math.max(t.length,e.length);for(n=0;n<r;n++)if(t[n]!==e[n])break;return{updated:e.slice(0,n),activated:e.slice(n),deactivated:t.slice(n)}}function Wt(t,e,n,r){var i=Ft(t,(function(t,r,i,o){var a=Gt(t,e);if(a)return Array.isArray(a)?a.map((function(t){return n(t,r,i,o)})):n(a,r,i,o)}));return Nt(r?i.reverse():i)}function Gt(t,e){return"function"!==typeof t&&(t=tt.extend(t)),t.options[e]}function Qt(t){return Wt(t,"beforeRouteLeave",Kt,!0)}function Xt(t){return Wt(t,"beforeRouteUpdate",Kt)}function Kt(t,e){if(e)return function(){return t.apply(e,arguments)}}function Zt(t,e,n){return Wt(t,"beforeRouteEnter",(function(t,r,i,o){return Jt(t,i,o,e,n)}))}function Jt(t,e,n,r,i){return function(o,a,s){return t(o,a,(function(t){"function"===typeof t&&r.push((function(){te(t,e.instances,n,i)})),s(t)}))}}function te(t,e,n,r){e[n]&&!e[n]._isBeingDestroyed?t(e[n]):r()&&setTimeout((function(){te(t,e,n,r)}),16)}Ht.prototype.listen=function(t){this.cb=t},Ht.prototype.onReady=function(t,e){this.ready?t():(this.readyCbs.push(t),e&&this.readyErrorCbs.push(e))},Ht.prototype.onError=function(t){this.errorCbs.push(t)},Ht.prototype.transitionTo=function(t,e,n){var r=this,i=this.router.match(t,this.current);this.confirmTransition(i,(function(){r.updateRoute(i),e&&e(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach((function(t){t(i)})))}),(function(t){n&&n(t),t&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach((function(e){e(t)})))}))},Ht.prototype.confirmTransition=function(t,e,n){var a=this,s=this.current,c=function(t){!o(Ut,t)&&i(t)&&(a.errorCbs.length?a.errorCbs.forEach((function(e){e(t)})):(r(!1,"uncaught error during route navigation:"),console.error(t))),n&&n(t)};if(S(t,s)&&t.matched.length===s.matched.length)return this.ensureURL(),c(new Ut(t));var u=Vt(this.current.matched,t.matched),l=u.updated,f=u.deactivated,d=u.activated,h=[].concat(Qt(f),this.router.beforeHooks,Xt(l),d.map((function(t){return t.beforeEnter})),Lt(d));this.pending=t;var p=function(e,n){if(a.pending!==t)return c();try{e(t,s,(function(t){!1===t||i(t)?(a.ensureURL(!0),c(t)):"string"===typeof t||"object"===typeof t&&("string"===typeof t.path||"string"===typeof t.name)?(c(),"object"===typeof t&&t.replace?a.replace(t):a.push(t)):n(t)}))}catch(r){c(r)}};qt(h,p,(function(){var n=[],r=function(){return a.current===t},i=Zt(d,n,r),o=i.concat(a.router.resolveHooks);qt(o,p,(function(){if(a.pending!==t)return c();a.pending=null,e(t),a.router.app&&a.router.app.$nextTick((function(){n.forEach((function(t){t()}))}))}))}))},Ht.prototype.updateRoute=function(t){var e=this.current;this.current=t,this.cb&&this.cb(t),this.router.afterHooks.forEach((function(n){n&&n(t,e)}))};var ee=function(t){function e(e,n){var r=this;t.call(this,e,n);var i=e.options.scrollBehavior,o=Dt&&i;o&&xt();var a=ne(this.base);window.addEventListener("popstate",(function(t){var n=r.current,i=ne(r.base);r.current===_&&i===a||r.transitionTo(i,(function(t){o&&St(e,t,n,!0)}))}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.go=function(t){window.history.go(t)},e.prototype.push=function(t,e,n){var r=this,i=this,o=i.current;this.transitionTo(t,(function(t){$t(P(r.base+t.fullPath)),St(r.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,i=this,o=i.current;this.transitionTo(t,(function(t){Rt(P(r.base+t.fullPath)),St(r.router,t,o,!1),e&&e(t)}),n)},e.prototype.ensureURL=function(t){if(ne(this.base)!==this.current.fullPath){var e=P(this.base+this.current.fullPath);t?$t(e):Rt(e)}},e.prototype.getCurrentLocation=function(){return ne(this.base)},e}(Ht);function ne(t){var e=decodeURI(window.location.pathname);return t&&0===e.indexOf(t)&&(e=e.slice(t.length)),(e||"/")+window.location.search+window.location.hash}var re=function(t){function e(e,n,r){t.call(this,e,n),r&&ie(this.base)||oe()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setupListeners=function(){var t=this,e=this.router,n=e.options.scrollBehavior,r=Dt&&n;r&&xt(),window.addEventListener(Dt?"popstate":"hashchange",(function(){var e=t.current;oe()&&t.transitionTo(ae(),(function(n){r&&St(t.router,n,e,!0),Dt||ue(n.fullPath)}))}))},e.prototype.push=function(t,e,n){var r=this,i=this,o=i.current;this.transitionTo(t,(function(t){ce(t.fullPath),St(r.router,t,o,!1),e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this,i=this,o=i.current;this.transitionTo(t,(function(t){ue(t.fullPath),St(r.router,t,o,!1),e&&e(t)}),n)},e.prototype.go=function(t){window.history.go(t)},e.prototype.ensureURL=function(t){var e=this.current.fullPath;ae()!==e&&(t?ce(e):ue(e))},e.prototype.getCurrentLocation=function(){return ae()},e}(Ht);function ie(t){var e=ne(t);if(!/^\/#/.test(e))return window.location.replace(P(t+"/#"+e)),!0}function oe(){var t=ae();return"/"===t.charAt(0)||(ue("/"+t),!1)}function ae(){var t=window.location.href,e=t.indexOf("#");if(e<0)return"";t=t.slice(e+1);var n=t.indexOf("?");if(n<0){var r=t.indexOf("#");t=r>-1?decodeURI(t.slice(0,r))+t.slice(r):decodeURI(t)}else n>-1&&(t=decodeURI(t.slice(0,n))+t.slice(n));return t}function se(t){var e=window.location.href,n=e.indexOf("#"),r=n>=0?e.slice(0,n):e;return r+"#"+t}function ce(t){Dt?$t(se(t)):window.location.hash=t}function ue(t){Dt?Rt(se(t)):window.location.replace(se(t))}var le=function(t){function e(e,n){t.call(this,e,n),this.stack=[],this.index=-1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.push=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index+1).concat(t),r.index++,e&&e(t)}),n)},e.prototype.replace=function(t,e,n){var r=this;this.transitionTo(t,(function(t){r.stack=r.stack.slice(0,r.index).concat(t),e&&e(t)}),n)},e.prototype.go=function(t){var e=this,n=this.index+t;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){e.index=n,e.updateRoute(r)}),(function(t){o(Ut,t)&&(e.index=n)}))}},e.prototype.getCurrentLocation=function(){var t=this.stack[this.stack.length-1];return t?t.fullPath:"/"},e.prototype.ensureURL=function(){},e}(Ht),fe=function(t){void 0===t&&(t={}),this.app=null,this.apps=[],this.options=t,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=ht(t.routes||[],this);var e=t.mode||"hash";switch(this.fallback="history"===e&&!Dt&&!1!==t.fallback,this.fallback&&(e="hash"),ct||(e="abstract"),this.mode=e,e){case"history":this.history=new ee(this,t.base);break;case"hash":this.history=new re(this,t.base,this.fallback);break;case"abstract":this.history=new le(this,t.base);break;default:0}},de={currentRoute:{configurable:!0}};function he(t,e){return t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function pe(t,e,n){var r="hash"===n?"#"+e:e;return t?P(t+"/"+r):r}fe.prototype.match=function(t,e,n){return this.matcher.match(t,e,n)},de.currentRoute.get=function(){return this.history&&this.history.current},fe.prototype.init=function(t){var e=this;if(this.apps.push(t),t.$once("hook:destroyed",(function(){var n=e.apps.indexOf(t);n>-1&&e.apps.splice(n,1),e.app===t&&(e.app=e.apps[0]||null)})),!this.app){this.app=t;var n=this.history;if(n instanceof ee)n.transitionTo(n.getCurrentLocation());else if(n instanceof re){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(t){e.apps.forEach((function(e){e._route=t}))}))}},fe.prototype.beforeEach=function(t){return he(this.beforeHooks,t)},fe.prototype.beforeResolve=function(t){return he(this.resolveHooks,t)},fe.prototype.afterEach=function(t){return he(this.afterHooks,t)},fe.prototype.onReady=function(t,e){this.history.onReady(t,e)},fe.prototype.onError=function(t){this.history.onError(t)},fe.prototype.push=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.push(t,e,n)}));this.history.push(t,e,n)},fe.prototype.replace=function(t,e,n){var r=this;if(!e&&!n&&"undefined"!==typeof Promise)return new Promise((function(e,n){r.history.replace(t,e,n)}));this.history.replace(t,e,n)},fe.prototype.go=function(t){this.history.go(t)},fe.prototype.back=function(){this.go(-1)},fe.prototype.forward=function(){this.go(1)},fe.prototype.getMatchedComponents=function(t){var e=t?t.matched?t:this.resolve(t).route:this.currentRoute;return e?[].concat.apply([],e.matched.map((function(t){return Object.keys(t.components).map((function(e){return t.components[e]}))}))):[]},fe.prototype.resolve=function(t,e,n){e=e||this.history.current;var r=J(t,e,n,this),i=this.match(r,e),o=i.redirectedFrom||i.fullPath,a=this.history.base,s=pe(a,o,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},fe.prototype.addRoutes=function(t){this.matcher.addRoutes(t),this.history.current!==_&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(fe.prototype,de),fe.install=st,fe.version="3.1.3",ct&&window.Vue&&window.Vue.use(fe),e["a"]=fe},"8d05":function(t,e,n){"use strict";var r=n("e360");e["a"]=function(t){return Object(r["b"])(t[t.length-1])}},"8d23":function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"8df4":function(t,e,n){"use strict";var r=n("7a77");function i(t){if("function"!==typeof t)throw new TypeError("executor must be a function.");var e;this.promise=new Promise((function(t){e=t}));var n=this;t((function(t){n.reason||(n.reason=new r(t),e(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var t,e=new i((function(e){t=e}));return{token:e,cancel:t}},t.exports=i},"8f08":function(t,e){t.exports=function(t,e,n){if(!(t instanceof e))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return t}},"8fe4":function(t,e,n){var r=n("d0c8"),i=n("bb6e"),o=n("761e");t.exports=function(t,e){if(r(t),i(e)&&e.constructor===t)return e;var n=o.f(t),a=n.resolve;return a(e),n.promise}},"90c5":function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(String(t)+" is not a function");return t}},"90e3":function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},9112:function(t,e,n){var r=n("83ab"),i=n("9bf2"),o=n("5c6c");t.exports=r?function(t,e,n){return i.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},9263:function(t,e,n){"use strict";var r=n("ad6d"),i=RegExp.prototype.exec,o=String.prototype.replace,a=i,s=function(){var t=/a/,e=/b*/g;return i.call(t,"a"),i.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),c=void 0!==/()??/.exec("")[1],u=s||c;u&&(a=function(t){var e,n,a,u,l=this;return c&&(n=new RegExp("^"+l.source+"$(?!\\s)",r.call(l))),s&&(e=l.lastIndex),a=i.call(l,t),s&&a&&(l.lastIndex=l.global?a.index+a[0].length:e),c&&a&&a.length>1&&o.call(a[0],n,(function(){for(u=1;u<arguments.length-2;u++)void 0===arguments[u]&&(a[u]=void 0)})),a}),t.exports=a},9404:function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("caad"),n("c975"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("c7cd"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("58e5"),a=n("7ee0"),s=n("efe6"),c=n("b7fa"),u=n("75c3"),l=n("7937"),f=n("dde5"),d=n("2c75");function h(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?h(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):h(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var v=150,g={name:"touch-pan",modifiers:{horizontal:!0,mouse:!0,mouseAllDir:!0}},m=["mouseover","mouseout","mouseenter","mouseleave"];e["a"]=i["a"].extend({name:"QDrawer",inject:{layout:{default:function(){console.error("QDrawer needs to be child of QLayout")}}},mixins:[c["a"],o["a"],a["a"],s["a"]],directives:{TouchPan:u["a"]},props:{side:{type:String,default:"left",validator:function(t){return["left","right"].includes(t)}},width:{type:Number,default:300},mini:Boolean,miniToOverlay:Boolean,miniWidth:{type:Number,default:57},breakpoint:{type:Number,default:1023},showIfAbove:Boolean,behavior:{type:String,validator:function(t){return["default","desktop","mobile"].includes(t)},default:"default"},bordered:Boolean,elevated:Boolean,contentStyle:[String,Object,Array],contentClass:[String,Object,Array],overlay:Boolean,persistent:Boolean,noSwipeOpen:Boolean,noSwipeClose:Boolean,noSwipeBackdrop:Boolean},data:function(){var t="mobile"===this.behavior||"desktop"!==this.behavior&&this.layout.totalWidth<=this.breakpoint;return{belowBreakpoint:t,showing:!0===this.showIfAbove&&!1===t||!0===this.value}},watch:{belowBreakpoint:function(t){!0===t?(this.lastDesktopState=this.showing,!0===this.showing&&this.hide(!1)):!1===this.overlay&&"mobile"!==this.behavior&&!1!==this.lastDesktopState&&(!0===this.showing?(this.__applyPosition(0),this.__applyBackdrop(0),this.__cleanup()):this.show(!1))},"layout.totalWidth":function(t){this.__updateLocal("belowBreakpoint","mobile"===this.behavior||"desktop"!==this.behavior&&t<=this.breakpoint)},side:function(t,e){this.layout[e].space=!1,this.layout[e].offset=0},behavior:function(t){this.__updateLocal("belowBreakpoint","mobile"===t||"desktop"!==t&&this.layout.totalWidth<=this.breakpoint)},breakpoint:function(t){this.__updateLocal("belowBreakpoint","mobile"===this.behavior||"desktop"!==this.behavior&&this.layout.totalWidth<=t)},"layout.container":function(t){!0===this.showing&&this.__preventScroll(!0!==t)},"layout.scrollbarWidth":function(){this.__applyPosition(!0===this.showing?0:void 0)},offset:function(t){this.__update("offset",t)},onLayout:function(t){this.$emit("on-layout",t),this.__update("space",t)},rightSide:function(){this.__applyPosition()},size:function(t){this.__applyPosition(),this.__updateSizeOnLayout(this.miniToOverlay,t)},miniToOverlay:function(t){this.__updateSizeOnLayout(t,this.size)},"$q.lang.rtl":function(){this.__applyPosition()},mini:function(){!0===this.value&&(this.__animateMini(),this.layout.__animate())},isMini:function(t){this.$emit("mini-state",t)}},computed:{rightSide:function(){return"right"===this.side},offset:function(){return!0===this.showing&&!1===this.belowBreakpoint&&!1===this.overlay?!0===this.miniToOverlay?this.miniWidth:this.size:0},size:function(){return!0===this.isMini?this.miniWidth:this.width},fixed:function(){return!0===this.overlay||!0===this.miniToOverlay||this.layout.view.indexOf(this.rightSide?"R":"L")>-1||this.$q.platform.is.ios&&!0===this.layout.container},onLayout:function(){return!0===this.showing&&!1===this.belowBreakpoint&&!1===this.overlay},onScreenOverlay:function(){return!0===this.showing&&!1===this.belowBreakpoint&&!0===this.overlay},backdropClass:function(){return!1===this.showing?"no-pointer-events":null},headerSlot:function(){return!0===this.rightSide?"r"===this.layout.rows.top[2]:"l"===this.layout.rows.top[0]},footerSlot:function(){return!0===this.rightSide?"r"===this.layout.rows.bottom[2]:"l"===this.layout.rows.bottom[0]},aboveStyle:function(){var t={};return!0===this.layout.header.space&&!1===this.headerSlot&&(!0===this.fixed?t.top="".concat(this.layout.header.offset,"px"):!0===this.layout.header.space&&(t.top="".concat(this.layout.header.size,"px"))),!0===this.layout.footer.space&&!1===this.footerSlot&&(!0===this.fixed?t.bottom="".concat(this.layout.footer.offset,"px"):!0===this.layout.footer.space&&(t.bottom="".concat(this.layout.footer.size,"px"))),t},style:function(){var t={width:"".concat(this.size,"px")};return!0===this.belowBreakpoint?t:Object.assign(t,this.aboveStyle)},classes:function(){return"q-drawer--".concat(this.side)+(!0===this.bordered?" q-drawer--bordered":"")+(!0===this.isDark?" q-drawer--dark q-dark":"")+(!0===this.belowBreakpoint?" fixed q-drawer--on-top q-drawer--mobile q-drawer--top-padding":" q-drawer--".concat(!0===this.isMini?"mini":"standard")+(!0===this.fixed||!0!==this.onLayout?" fixed":"")+(!0===this.overlay||!0===this.miniToOverlay?" q-drawer--on-top":"")+(!0===this.headerSlot?" q-drawer--top-padding":""))},stateDirection:function(){return(!0===this.$q.lang.rtl?-1:1)*(!0===this.rightSide?1:-1)},isMini:function(){return!0===this.mini&&!0!==this.belowBreakpoint},onNativeEvents:function(){var t=this;if(!0!==this.belowBreakpoint){var e={"!click":function(e){t.$emit("click",e)}};return m.forEach((function(n){e[n]=function(e){void 0!==t.$listeners[n]&&t.$emit(n,e)}})),e}},hideOnRouteChange:function(){return!0!==this.persistent&&(!0===this.belowBreakpoint||!0===this.onScreenOverlay)},openDirective:function(){if(!0===this.belowBreakpoint)return[p({},g,{value:this.__openByTouch})]},closeDirective:function(){if(!0===this.belowBreakpoint)return[p({},g,{value:this.__closeByTouch})]}},methods:{__applyPosition:function(t){var e=this;void 0===t?this.$nextTick((function(){t=!0===e.showing?0:e.size,e.__applyPosition(e.stateDirection*t)})):void 0!==this.$refs.content&&(!0!==this.layout.container||!0!==this.rightSide||!0!==this.belowBreakpoint&&Math.abs(t)!==this.size||(t+=this.stateDirection*this.layout.scrollbarWidth),this.__lastPosition!==t&&(this.$refs.content.style.transform="translateX(".concat(t,"px)"),this.__lastPosition=t))},__applyBackdrop:function(t,e){var n=this;void 0!==this.$refs.backdrop?this.$refs.backdrop.style.backgroundColor=this.lastBackdropBg="rgba(0,0,0,".concat(.4*t,")"):!0!==e&&this.$nextTick((function(){n.__applyBackdrop(t,!0)}))},__setScrollable:function(t){var e=!0===t?"remove":!0!==this.layout.container?"add":"";""!==e&&document.body.classList[e]("q-body--drawer-toggle")},__animateMini:function(){var t=this;void 0!==this.timerMini?clearTimeout(this.timerMini):void 0!==this.$el&&this.$el.classList.add("q-drawer--mini-animate"),this.timerMini=setTimeout((function(){void 0!==t.$el&&t.$el.classList.remove("q-drawer--mini-animate"),t.timerMini=void 0}),150)},__openByTouch:function(t){if(!1===this.showing){var e=this.size,n=Object(l["a"])(t.distance.x,0,e);if(!0===t.isFinal){var r=this.$refs.content,i=n>=Math.min(75,e);return r.classList.remove("no-transition"),void(!0===i?this.show():(this.layout.__animate(),this.__applyBackdrop(0),this.__applyPosition(this.stateDirection*e),r.classList.remove("q-drawer--delimiter")))}if(this.__applyPosition((!0===this.$q.lang.rtl?!this.rightSide:this.rightSide)?Math.max(e-n,0):Math.min(0,n-e)),this.__applyBackdrop(Object(l["a"])(n/e,0,1)),!0===t.isFirst){var o=this.$refs.content;o.classList.add("no-transition"),o.classList.add("q-drawer--delimiter")}}},__closeByTouch:function(t){if(!0===this.showing){var e=this.size,n=t.direction===this.side,r=(!0===this.$q.lang.rtl?!n:n)?Object(l["a"])(t.distance.x,0,e):0;if(!0===t.isFinal){var i=Math.abs(r)<Math.min(75,e);return this.$refs.content.classList.remove("no-transition"),void(!0===i?(this.layout.__animate(),this.__applyBackdrop(1),this.__applyPosition(0)):this.hide())}this.__applyPosition(this.stateDirection*r),this.__applyBackdrop(Object(l["a"])(1-r/e,0,1)),!0===t.isFirst&&this.$refs.content.classList.add("no-transition")}},__show:function(t,e){var n=this;if(this.__addHistory(),!1!==t&&this.layout.__animate(),this.__applyPosition(0),!0===this.belowBreakpoint){var r=this.layout.instances[!0===this.rightSide?"left":"right"];void 0!==r&&!0===r.belowBreakpoint&&r.hide(!1),this.__applyBackdrop(1),!0!==this.layout.container&&this.__preventScroll(!0)}else this.__applyBackdrop(0),!1!==t&&this.__setScrollable(!1);this.__setTimeout((function(){!1!==t&&n.__setScrollable(!0),!0!==e&&n.$emit("show",t)}),v)},__hide:function(t,e){var n=this;this.__removeHistory(),!1!==t&&this.layout.__animate(),this.__applyBackdrop(0),this.__applyPosition(this.stateDirection*this.size),this.__cleanup(),!0!==e&&this.__setTimeout((function(){n.$emit("hide",t)}),v)},__cleanup:function(){this.__preventScroll(!1),this.__setScrollable(!0)},__update:function(t,e){this.layout[this.side][t]!==e&&(this.layout[this.side][t]=e)},__updateLocal:function(t,e){this[t]!==e&&(this[t]=e)},__updateSizeOnLayout:function(t,e){this.__update("size",!0===t?this.miniWidth:e)}},created:function(){this.layout.instances[this.side]=this,this.__updateSizeOnLayout(this.miniToOverlay,this.size),this.__update("space",this.onLayout),this.__update("offset",this.offset),!0===this.showIfAbove&&!0!==this.value&&!0===this.showing&&void 0!==this.$listeners.input&&this.$emit("input",!0)},mounted:function(){var t=this;this.$emit("on-layout",this.onLayout),this.$emit("mini-state",this.isMini);var e=function(){var e=!0===t.showing?"show":"hide";t["__".concat(e)](!1,!0)};0===this.layout.totalWidth?this.watcher=this.$watch("layout.totalWidth",(function(){t.watcher(),t.watcher=void 0,!1===t.showing&&!0===t.showIfAbove&&!1===t.belowBreakpoint?t.show(!1):e()})):e()},beforeDestroy:function(){void 0!==this.watcher&&this.watcher(),clearTimeout(this.timerMini),!0===this.showing&&this.__cleanup(),this.layout.instances[this.side]===this&&(this.layout.instances[this.side]=void 0,this.__update("size",0),this.__update("offset",0),this.__update("space",!1))},render:function(t){var e=[];!0!==this.noSwipeOpen&&!0===this.belowBreakpoint&&e.push(t("div",{staticClass:"q-drawer__opener fixed-".concat(this.side),directives:this.openDirective})),!0===this.belowBreakpoint&&e.push(t("div",{ref:"backdrop",staticClass:"fullscreen q-drawer__backdrop",class:this.backdropClass,style:void 0!==this.lastBackdropBg?{backgroundColor:this.lastBackdropBg}:null,on:Object(d["a"])(this,"bkdrop",{click:this.hide}),directives:!0!==this.noSwipeBackdrop?this.closeDirective:void 0}));var n=[t("div",{staticClass:"q-drawer__content fit "+(!0===this.layout.container?"overflow-auto":"scroll"),class:this.contentClass,style:this.contentStyle},!0===this.isMini&&void 0!==this.$scopedSlots.mini?this.$scopedSlots.mini():Object(f["c"])(this,"default"))];return!0===this.elevated&&!0===this.showing&&n.push(t("div",{staticClass:"q-layout__shadow absolute-full overflow-hidden no-pointer-events"})),e.push(t("aside",{ref:"content",staticClass:"q-drawer",class:this.classes,style:this.style,on:this.onNativeEvents,directives:!0!==this.noSwipeClose?this.closeDirective:void 0},n)),t("div",{staticClass:"q-drawer-container"},e)}})},"94ca":function(t,e,n){var r=n("d039"),i=/#|\.prototype\./,o=function(t,e){var n=s[a(t)];return n==u||n!=c&&("function"==typeof e?r(e):!!e)},a=o.normalize=function(t){return String(t).replace(i,".").toLowerCase()},s=o.data={},c=o.NATIVE="N",u=o.POLYFILL="P";t.exports=o},9564:function(t,e,n){"use strict";var r=n("2b0e"),i=n("85fc"),o=n("0016"),a=n("dde5"),s=n("2c75");e["a"]=r["a"].extend({name:"QToggle",mixins:[i["a"]],props:{icon:String,checkedIcon:String,uncheckedIcon:String},computed:{classes:function(){return{disabled:this.disable,"q-toggle--dark":this.isDark,"q-toggle--dense":this.dense,reverse:this.leftLabel}},innerClass:function(){return!0===this.isTrue?"q-toggle__inner--active"+(void 0!==this.color?" text-"+this.color:""):!0===this.keepColor&&void 0!==this.color?"text-"+this.color:void 0},computedIcon:function(){return(!0===this.isTrue?this.checkedIcon:this.uncheckedIcon)||this.icon}},render:function(t){var e=[t("div",{staticClass:"q-toggle__track"}),t("div",{staticClass:"q-toggle__thumb-container absolute"},[t("div",{staticClass:"q-toggle__thumb row flex-center"},void 0!==this.computedIcon?[t(o["a"],{props:{name:this.computedIcon}})]:void 0)])];!0!==this.disable&&e.unshift(t("input",{staticClass:"q-toggle__native absolute q-ma-none q-pa-none invisible",attrs:{type:"checkbox"}}));var n=[t("div",{staticClass:"q-toggle__inner relative-position no-pointer-events",class:this.innerClass},e)],r=void 0!==this.label?Object(a["a"])([this.label],this,"default"):Object(a["c"])(this,"default");return void 0!==r&&n.push(t("div",{staticClass:"q-toggle__label q-anchor--skip"},r)),t("div",{staticClass:"q-toggle cursor-pointer no-outline row inline no-wrap items-center",class:this.classes,attrs:{tabindex:this.computedTabindex},on:Object(s["a"])(this,"inpExt",{click:this.toggle,keydown:this.__onKeydown,keyup:this.__onKeyup})},n)}})},"96cf":function(t,e){!function(e){"use strict";var n,r=Object.prototype,i=r.hasOwnProperty,o="function"===typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",c=o.toStringTag||"@@toStringTag",u="object"===typeof t,l=e.regeneratorRuntime;if(l)u&&(t.exports=l);else{l=e.regeneratorRuntime=u?t.exports:{},l.wrap=_;var f="suspendedStart",d="suspendedYield",h="executing",p="completed",v={},g={};g[a]=function(){return this};var m=Object.getPrototypeOf,b=m&&m(m(M([])));b&&b!==r&&i.call(b,a)&&(g=b);var y=O.prototype=x.prototype=Object.create(g);S.prototype=y.constructor=O,O.constructor=S,O[c]=S.displayName="GeneratorFunction",l.isGeneratorFunction=function(t){var e="function"===typeof t&&t.constructor;return!!e&&(e===S||"GeneratorFunction"===(e.displayName||e.name))},l.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,O):(t.__proto__=O,c in t||(t[c]="GeneratorFunction")),t.prototype=Object.create(y),t},l.awrap=function(t){return{__await:t}},C(k.prototype),k.prototype[s]=function(){return this},l.AsyncIterator=k,l.async=function(t,e,n,r){var i=new k(_(t,e,n,r));return l.isGeneratorFunction(e)?i:i.next().then((function(t){return t.done?t.value:i.next()}))},C(y),y[c]="Generator",y[a]=function(){return this},y.toString=function(){return"[object Generator]"},l.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){while(e.length){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},l.values=M,E.prototype={constructor:E,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=n)},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 e=this;function r(r,i){return s.type="throw",s.arg=t,e.next=r,i&&(e.method="next",e.arg=n),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var c=i.call(a,"catchLoc"),u=i.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,v):this.complete(a)},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),v},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),v}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;A(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:M(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=n),v}}}function _(t,e,n,r){var i=e&&e.prototype instanceof x?e:x,o=Object.create(i.prototype),a=new E(r||[]);return o._invoke=j(t,n,a),o}function w(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(r){return{type:"throw",arg:r}}}function x(){}function S(){}function O(){}function C(t){["next","throw","return"].forEach((function(e){t[e]=function(t){return this._invoke(e,t)}}))}function k(t){function e(n,r,o,a){var s=w(t[n],t,r);if("throw"!==s.type){var c=s.arg,u=c.value;return u&&"object"===typeof u&&i.call(u,"__await")?Promise.resolve(u.__await).then((function(t){e("next",t,o,a)}),(function(t){e("throw",t,o,a)})):Promise.resolve(u).then((function(t){c.value=t,o(c)}),a)}a(s.arg)}var n;function r(t,r){function i(){return new Promise((function(n,i){e(t,r,n,i)}))}return n=n?n.then(i,i):i()}this._invoke=r}function j(t,e,n){var r=f;return function(i,o){if(r===h)throw new Error("Generator is already running");if(r===p){if("throw"===i)throw o;return D()}n.method=i,n.arg=o;while(1){var a=n.delegate;if(a){var s=T(a,n);if(s){if(s===v)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===f)throw r=p,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=h;var c=w(t,e,n);if("normal"===c.type){if(r=n.done?p:d,c.arg===v)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=p,n.method="throw",n.arg=c.arg)}}}function T(t,e){var r=t.iterator[e.method];if(r===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=n,T(t,e),"throw"===e.method))return v;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return v}var i=w(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,v;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=n),e.delegate=null,v):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,v)}function P(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 A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function M(t){if(t){var e=t[a];if(e)return e.call(t);if("function"===typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){while(++r<t.length)if(i.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=n,e.done=!0,e};return o.next=o}}return{next:D}}function D(){return{value:n,done:!0}}}(function(){return this}()||Function("return this")())},"997c":function(t,e,n){var r=n("d0c8"),i=n("ba83");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(o){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},9989:function(t,e,n){"use strict";var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QPage",inject:{pageContainer:{default:function(){console.error("QPage needs to be child of QPageContainer")}},layout:{}},props:{padding:Boolean,styleFn:Function},computed:{style:function(){var t=(!0===this.layout.header.space?this.layout.header.size:0)+(!0===this.layout.footer.space?this.layout.footer.size:0);return"function"===typeof this.styleFn?this.styleFn(t):{minHeight:!0===this.layout.container?this.layout.containerHeight-t+"px":0===this.$q.screen.height?"calc(100vh - ".concat(t,"px)"):this.$q.screen.height-t+"px"}},classes:function(){if(!0===this.padding)return"q-layout-padding"}},render:function(t){return t("main",{staticClass:"q-page",style:this.style,class:this.classes,on:this.$listeners},Object(i["c"])(this,"default"))}})},"99af":function(t,e,n){"use strict";var r=n("23e7"),i=n("d039"),o=n("e8b5"),a=n("861d"),s=n("7b0b"),c=n("50c4"),u=n("8418"),l=n("65f0"),f=n("1dde"),d=n("b622"),h=n("60ae"),p=d("isConcatSpreadable"),v=9007199254740991,g="Maximum allowed index exceeded",m=h>=51||!i((function(){var t=[];return t[p]=!1,t.concat()[0]!==t})),b=f("concat"),y=function(t){if(!a(t))return!1;var e=t[p];return void 0!==e?!!e:o(t)},_=!m||!b;r({target:"Array",proto:!0,forced:_},{concat:function(t){var e,n,r,i,o,a=s(this),f=l(a,0),d=0;for(e=-1,r=arguments.length;e<r;e++)if(o=-1===e?a:arguments[e],y(o)){if(i=c(o.length),d+i>v)throw TypeError(g);for(n=0;n<i;n++,d++)n in o&&u(f,d,o[n])}else{if(d>=v)throw TypeError(g);u(f,d++,o)}return f.length=d,f}})},"9aed":function(t,e,n){var r=n("7f34"),i=n("ebca"),o=n("816e"),a=n("8779"),s=o("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},"9bdd":function(t,e,n){var r=n("825a");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(a){var o=t["return"];throw void 0!==o&&r(o.call(t)),a}}},"9bf2":function(t,e,n){var r=n("83ab"),i=n("0cfb"),o=n("825a"),a=n("c04e"),s=Object.defineProperty;e.f=r?s:function(t,e,n){if(o(t),e=a(e,!0),o(n),i)try{return s(t,e,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"9c40":function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("ac1f"),n("5319"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("0016"),a=n("0d59"),s=(n("99af"),n("0481"),n("4069"),n("caad"),n("2532"),{left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"}),c=Object.keys(s),u={props:{align:{type:String,validator:function(t){return c.includes(t)}}},computed:{alignClass:function(){var t=void 0===this.align?!0===this.vertical?"stretch":"left":this.align;return"".concat(!0===this.vertical?"items":"justify","-").concat(s[t])}}},l=n("3d69"),f={xs:8,sm:10,md:14,lg:20,xl:24},d={mixins:[l["a"],u],props:{type:String,to:[Object,String],replace:Boolean,label:[Number,String],icon:String,iconRight:String,round:Boolean,outline:Boolean,flat:Boolean,unelevated:Boolean,rounded:Boolean,push:Boolean,glossy:Boolean,size:String,fab:Boolean,fabMini:Boolean,color:String,textColor:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,tabindex:[Number,String],align:{default:"center"},stack:Boolean,stretch:Boolean,loading:{type:Boolean,default:null},disable:Boolean},computed:{style:function(){if(!1===this.fab&&!1===this.fabMini&&this.size)return{fontSize:this.size in f?"".concat(f[this.size],"px"):this.size}},isRound:function(){return!0===this.round||!0===this.fab||!0===this.fabMini},isActionable:function(){return!0!==this.disable&&!0!==this.loading},computedTabIndex:function(){return!0===this.isActionable?this.tabindex||0:-1},hasRouterLink:function(){return!0!==this.disable&&void 0!==this.to&&null!==this.to&&""!==this.to},isLink:function(){return"a"===this.type||!0===this.hasRouterLink},design:function(){return!0===this.flat?"flat":!0===this.outline?"outline":!0===this.push?"push":!0===this.unelevated?"unelevated":"standard"},attrs:function(){var t={tabindex:this.computedTabIndex};return"a"!==this.type&&(t.type=this.type||"button"),!0===this.hasRouterLink&&(t.href=this.$router.resolve(this.to).href),!0===this.disable&&(t.disabled=!0),t},classes:function(){var t;return void 0!==this.color?t=!0===this.flat||!0===this.outline?"text-".concat(this.textColor||this.color):"bg-".concat(this.color," text-").concat(this.textColor||"white"):this.textColor&&(t="text-".concat(this.textColor)),"q-btn--".concat(this.design," q-btn--").concat(!0===this.isRound?"round":"rectangle")+(void 0!==t?" "+t:"")+(!0===this.isActionable?" q-btn--actionable q-focusable q-hoverable":!0===this.disable?" disabled":"")+(!0===this.fab?" q-btn--fab":!0===this.fabMini?" q-btn--fab-mini":"")+(!0===this.noCaps?" q-btn--no-uppercase":"")+(!0===this.rounded&&!0!==this.isRound?" q-btn--rounded":"")+(!0===this.dense?" q-btn--dense":"")+(!0===this.stretch?" no-border-radius self-stretch":"")+(!0===this.glossy?" glossy":"")},innerClasses:function(){return this.alignClass+(!0===this.stack?" column":" row")+(!0===this.noWrap?" no-wrap text-no-wrap":"")+(!0===this.loading?" q-btn__content--hidden":"")}}},h=n("dde5"),p=n("d882"),v=n("3627"),g=n("d728");function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function b(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var y=p["e"].passiveCapture,_=void 0,w=void 0,x=void 0;e["a"]=i["a"].extend({name:"QBtn",mixins:[d],props:{percentage:Number,darkPercentage:Boolean},computed:{hasLabel:function(){return void 0!==this.label&&null!==this.label&&""!==this.label},computedRipple:function(){return!1!==this.ripple&&Object.assign({keyCodes:[]},!0===this.ripple?{}:this.ripple)},percentageStyle:function(){var t=Math.max(0,Math.min(100,this.percentage));if(t>0)return{transition:"transform 0.6s",transform:"translateX(".concat(t-100,"%)")}}},methods:{click:function(t){var e=this;if(void 0!==t){if(!0===t.defaultPrevented)return;var n=document.activeElement;if("submit"===this.type&&(!0===this.$q.platform.is.ie&&(t.clientX<0||t.clientY<0)||n!==document.body&&!1===this.$el.contains(n)&&!1===n.contains(this.$el))){this.$el.focus();var r=function t(){document.removeEventListener("keydown",p["j"],!0),document.removeEventListener("keyup",t,y),void 0!==e.$el&&e.$el.removeEventListener("blur",t,y)};document.addEventListener("keydown",p["j"],!0),document.addEventListener("keyup",r,y),this.$el.addEventListener("blur",r,y)}!0===this.hasRouterLink&&Object(p["j"])(t)}var i=function(){var t=e.$router[!0===e.replace?"replace":"push"](e.to);void 0!==t&&"function"===typeof t.catch&&t.catch((function(){}))};this.$emit("click",t,i),!0===this.hasRouterLink&&!1!==t.navigate&&i()},__onKeydown:function(t){!0===Object(g["a"])(t,[13,32])&&(Object(p["j"])(t),w!==this.$el&&(void 0!==w&&this.__cleanup(),this.$el.focus(),w=this.$el,this.$el.classList.add("q-btn--active"),document.addEventListener("keyup",this.__onPressEnd,!0),this.$el.addEventListener("blur",this.__onPressEnd,y))),this.$emit("keydown",t)},__onTouchstart:function(t){if(_!==this.$el){void 0!==_&&this.__cleanup(),_=t.target;var e=Object(v["d"])(_);e.addEventListener("touchcancel",this.__onPressEnd,y),e.addEventListener("touchend",this.__onPressEnd,y)}this.$emit("touchstart",t)},__onMousedown:function(t){x!==this.$el&&(void 0!==x&&this.__cleanup(),x=this.$el,document.addEventListener("mouseup",this.__onPressEnd,y)),this.$emit("mousedown",t)},__onPressEnd:function(t){if(void 0===t||"blur"!==t.type||document.activeElement!==this.$el){if(void 0!==t&&"keyup"===t.type){if(w===this.$el&&!0===Object(g["a"])(t,[13,32])){var e=new MouseEvent("click",t);e.qKeyEvent=!0,!0===t.defaultPrevented&&Object(p["g"])(e),!0===t.cancelBubble&&Object(p["i"])(e),this.$el.dispatchEvent(e),Object(p["j"])(t),t.qKeyEvent=!0}this.$emit("keyup",t)}this.__cleanup()}},__cleanup:function(t){if(!0===t||_!==this.$el&&x!==this.$el||void 0===this.$refs.blurTarget||this.$refs.blurTarget===document.activeElement||this.$refs.blurTarget.focus(),_===this.$el){var e=Object(v["d"])(_);e.removeEventListener("touchcancel",this.__onPressEnd,y),e.removeEventListener("touchend",this.__onPressEnd,y),_=void 0}x===this.$el&&(document.removeEventListener("mouseup",this.__onPressEnd,y),x=void 0),w===this.$el&&(document.removeEventListener("keyup",this.__onPressEnd,!0),void 0!==this.$el&&this.$el.removeEventListener("blur",this.__onPressEnd,y),w=void 0),void 0!==this.$el&&this.$el.classList.remove("q-btn--active")}},beforeDestroy:function(){this.__cleanup(!0)},render:function(t){var e=[],n={staticClass:"q-btn q-btn-item non-selectable no-outline",class:this.classes,style:this.style,attrs:this.attrs};!0===this.isActionable&&(n.on=b({},this.$listeners,{click:this.click,keydown:this.__onKeydown,mousedown:this.__onMousedown}),!0===this.$q.platform.has.touch&&(n.on.touchstart=this.__onTouchstart)),!0!==this.disable&&!1!==this.ripple&&(n.directives=[{name:"ripple",value:this.computedRipple,modifiers:{center:this.isRound}}]),void 0!==this.icon&&e.push(t(o["a"],{props:{name:this.icon,left:!1===this.stack&&!0===this.hasLabel}})),!0===this.hasLabel&&e.push(t("div",[this.label])),e=Object(h["a"])(e,this,"default"),void 0!==this.iconRight&&!1===this.isRound&&e.push(t(o["a"],{props:{name:this.iconRight,right:!1===this.stack&&!0===this.hasLabel}}));var r=[t("div",{staticClass:"q-focus-helper",ref:"blurTarget",attrs:{tabindex:-1}})];return!0===this.loading&&void 0!==this.percentage&&r.push(t("div",{staticClass:"q-btn__progress absolute-full overflow-hidden"},[t("div",{staticClass:"q-btn__progress-indicator fit",class:!0===this.darkPercentage?"q-btn__progress--dark":"",style:this.percentageStyle})])),r.push(t("div",{staticClass:"q-btn__wrapper col row no-wrap q-anchor--skip"},[t("div",{staticClass:"q-btn__content text-center col items-center q-anchor--skip",class:this.innerClasses},e)])),null!==this.loading&&r.push(t("transition",{props:{name:"q-transition--fade"}},!0===this.loading?[t("div",{key:"loading",staticClass:"absolute-full flex flex-center"},void 0!==this.$scopedSlots.loading?this.$scopedSlots.loading():[t(a["a"])])]:void 0)),t(!0===this.isLink?"a":"button",n,r)}})},"9e62":function(t,e,n){"use strict";n.d(e,"a",(function(){return i}));n("b0c0");var r=n("2b0e");function i(t,e){do{if("QMenu"===t.$options.name){if(t.hide(e),!0===t.separateClosePopup)return t.$parent}else if(void 0!==t.__renderPortal)return void 0!==t.$parent&&"QPopupProxy"===t.$parent.$options.name?(t.hide(e),t.$parent):t;t=t.$parent}while(void 0!==t)}e["b"]={inheritAttrs:!1,props:{contentClass:[Array,String,Object],contentStyle:[Array,String,Object]},methods:{__showPortal:function(){void 0!==this.__portal&&document.body.appendChild(this.__portal.$el)},__hidePortal:function(){void 0!==this.__portal&&(this.__portal.$destroy(),this.__portal.$el.remove(),this.__portal=void 0)},__preparePortal:function(){var t=this;void 0===this.__portal&&(this.__portal=new r["a"]({name:"QPortal",parent:this,inheritAttrs:!1,render:function(e){return t.__renderPortal(e)},components:this.$options.components,directives:this.$options.directives}).$mount())}},render:function(){void 0!==this.__portal&&this.__portal.$forceUpdate()},beforeDestroy:function(){this.__hidePortal()}}},"9ebd":function(t,e,n){"use strict";function r(t){return null!=t&&"object"===typeof t&&!0===t["@@functional/placeholder"]}n.d(e,"a",(function(){return r}))},"9ed3":function(t,e,n){"use strict";var r=n("ae93").IteratorPrototype,i=n("7c73"),o=n("5c6c"),a=n("d44e"),s=n("3f8c"),c=function(){return this};t.exports=function(t,e,n){var u=e+" Iterator";return t.prototype=i(r,{next:o(1,n)}),a(t,u,!1,!0),s[u]=c,t}},a15b:function(t,e,n){"use strict";var r=n("23e7"),i=n("44ad"),o=n("fc6a"),a=n("b301"),s=[].join,c=i!=Object,u=a("join",",");r({target:"Array",proto:!0,forced:c||u},{join:function(t){return s.call(o(this),void 0===t?",":t)}})},a1eb:function(t,e,n){"use strict";n.r(e);var r=n("66d1"),i=Object(r["a"])("1f77b4ff7f0e2ca02cd627289467bd8c564be377c27f7f7fbcbd2217becf"),o=Object(r["a"])("7fc97fbeaed4fdc086ffff99386cb0f0027fbf5b17666666"),a=Object(r["a"])("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"),s=Object(r["a"])("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"),c=Object(r["a"])("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"),u=Object(r["a"])("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"),l=Object(r["a"])("e41a1c377eb84daf4a984ea3ff7f00ffff33a65628f781bf999999"),f=Object(r["a"])("66c2a5fc8d628da0cbe78ac3a6d854ffd92fe5c494b3b3b3"),d=Object(r["a"])("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"),h=n("c644"),p=n("8d05"),v=new Array(3).concat("d8b365f5f5f55ab4ac","a6611adfc27d80cdc1018571","a6611adfc27df5f5f580cdc1018571","8c510ad8b365f6e8c3c7eae55ab4ac01665e","8c510ad8b365f6e8c3f5f5f5c7eae55ab4ac01665e","8c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e","8c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e","5430058c510abf812ddfc27df6e8c3c7eae580cdc135978f01665e003c30","5430058c510abf812ddfc27df6e8c3f5f5f5c7eae580cdc135978f01665e003c30").map(r["a"]),g=Object(p["a"])(v),m=new Array(3).concat("af8dc3f7f7f77fbf7b","7b3294c2a5cfa6dba0008837","7b3294c2a5cff7f7f7a6dba0008837","762a83af8dc3e7d4e8d9f0d37fbf7b1b7837","762a83af8dc3e7d4e8f7f7f7d9f0d37fbf7b1b7837","762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b7837","762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b7837","40004b762a839970abc2a5cfe7d4e8d9f0d3a6dba05aae611b783700441b","40004b762a839970abc2a5cfe7d4e8f7f7f7d9f0d3a6dba05aae611b783700441b").map(r["a"]),b=Object(p["a"])(m),y=new Array(3).concat("e9a3c9f7f7f7a1d76a","d01c8bf1b6dab8e1864dac26","d01c8bf1b6daf7f7f7b8e1864dac26","c51b7de9a3c9fde0efe6f5d0a1d76a4d9221","c51b7de9a3c9fde0eff7f7f7e6f5d0a1d76a4d9221","c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221","c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221","8e0152c51b7dde77aef1b6dafde0efe6f5d0b8e1867fbc414d9221276419","8e0152c51b7dde77aef1b6dafde0eff7f7f7e6f5d0b8e1867fbc414d9221276419").map(r["a"]),_=Object(p["a"])(y),w=new Array(3).concat("998ec3f7f7f7f1a340","5e3c99b2abd2fdb863e66101","5e3c99b2abd2f7f7f7fdb863e66101","542788998ec3d8daebfee0b6f1a340b35806","542788998ec3d8daebf7f7f7fee0b6f1a340b35806","5427888073acb2abd2d8daebfee0b6fdb863e08214b35806","5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b35806","2d004b5427888073acb2abd2d8daebfee0b6fdb863e08214b358067f3b08","2d004b5427888073acb2abd2d8daebf7f7f7fee0b6fdb863e08214b358067f3b08").map(r["a"]),x=Object(p["a"])(w),S=new Array(3).concat("ef8a62f7f7f767a9cf","ca0020f4a58292c5de0571b0","ca0020f4a582f7f7f792c5de0571b0","b2182bef8a62fddbc7d1e5f067a9cf2166ac","b2182bef8a62fddbc7f7f7f7d1e5f067a9cf2166ac","b2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac","b2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac","67001fb2182bd6604df4a582fddbc7d1e5f092c5de4393c32166ac053061","67001fb2182bd6604df4a582fddbc7f7f7f7d1e5f092c5de4393c32166ac053061").map(r["a"]),O=Object(p["a"])(S),C=new Array(3).concat("ef8a62ffffff999999","ca0020f4a582bababa404040","ca0020f4a582ffffffbababa404040","b2182bef8a62fddbc7e0e0e09999994d4d4d","b2182bef8a62fddbc7ffffffe0e0e09999994d4d4d","b2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d","b2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d","67001fb2182bd6604df4a582fddbc7e0e0e0bababa8787874d4d4d1a1a1a","67001fb2182bd6604df4a582fddbc7ffffffe0e0e0bababa8787874d4d4d1a1a1a").map(r["a"]),k=Object(p["a"])(C),j=n("c3a6"),T=new Array(3).concat("fc8d59ffffbf91cf60","d7191cfdae61a6d96a1a9641","d7191cfdae61ffffbfa6d96a1a9641","d73027fc8d59fee08bd9ef8b91cf601a9850","d73027fc8d59fee08bffffbfd9ef8b91cf601a9850","d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850","d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850","a50026d73027f46d43fdae61fee08bd9ef8ba6d96a66bd631a9850006837","a50026d73027f46d43fdae61fee08bffffbfd9ef8ba6d96a66bd631a9850006837").map(r["a"]),P=Object(p["a"])(T),A=n("08a8"),E=new Array(3).concat("e5f5f999d8c92ca25f","edf8fbb2e2e266c2a4238b45","edf8fbb2e2e266c2a42ca25f006d2c","edf8fbccece699d8c966c2a42ca25f006d2c","edf8fbccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45005824","f7fcfde5f5f9ccece699d8c966c2a441ae76238b45006d2c00441b").map(r["a"]),M=Object(p["a"])(E),D=new Array(3).concat("e0ecf49ebcda8856a7","edf8fbb3cde38c96c688419d","edf8fbb3cde38c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68856a7810f7c","edf8fbbfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d6e016b","f7fcfde0ecf4bfd3e69ebcda8c96c68c6bb188419d810f7c4d004b").map(r["a"]),$=Object(p["a"])(D),R=new Array(3).concat("e0f3dba8ddb543a2ca","f0f9e8bae4bc7bccc42b8cbe","f0f9e8bae4bc7bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc443a2ca0868ac","f0f9e8ccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe08589e","f7fcf0e0f3dbccebc5a8ddb57bccc44eb3d32b8cbe0868ac084081").map(r["a"]),q=Object(p["a"])(R),L=new Array(3).concat("fee8c8fdbb84e34a33","fef0d9fdcc8afc8d59d7301f","fef0d9fdcc8afc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59e34a33b30000","fef0d9fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301f990000","fff7ecfee8c8fdd49efdbb84fc8d59ef6548d7301fb300007f0000").map(r["a"]),F=Object(p["a"])(L),N=new Array(3).concat("ece2f0a6bddb1c9099","f6eff7bdc9e167a9cf02818a","f6eff7bdc9e167a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf1c9099016c59","f6eff7d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016450","fff7fbece2f0d0d1e6a6bddb67a9cf3690c002818a016c59014636").map(r["a"]),I=Object(p["a"])(N),z=new Array(3).concat("ece7f2a6bddb2b8cbe","f1eef6bdc9e174a9cf0570b0","f1eef6bdc9e174a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf2b8cbe045a8d","f1eef6d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0034e7b","fff7fbece7f2d0d1e6a6bddb74a9cf3690c00570b0045a8d023858").map(r["a"]),B=Object(p["a"])(z),U=new Array(3).concat("e7e1efc994c7dd1c77","f1eef6d7b5d8df65b0ce1256","f1eef6d7b5d8df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0dd1c77980043","f1eef6d4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125691003f","f7f4f9e7e1efd4b9dac994c7df65b0e7298ace125698004367001f").map(r["a"]),H=Object(p["a"])(U),Y=new Array(3).concat("fde0ddfa9fb5c51b8a","feebe2fbb4b9f768a1ae017e","feebe2fbb4b9f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1c51b8a7a0177","feebe2fcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a0177","fff7f3fde0ddfcc5c0fa9fb5f768a1dd3497ae017e7a017749006a").map(r["a"]),V=Object(p["a"])(Y),W=new Array(3).concat("edf8b17fcdbb2c7fb8","ffffcca1dab441b6c4225ea8","ffffcca1dab441b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c42c7fb8253494","ffffccc7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea80c2c84","ffffd9edf8b1c7e9b47fcdbb41b6c41d91c0225ea8253494081d58").map(r["a"]),G=Object(p["a"])(W),Q=new Array(3).concat("f7fcb9addd8e31a354","ffffccc2e69978c679238443","ffffccc2e69978c67931a354006837","ffffccd9f0a3addd8e78c67931a354006837","ffffccd9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443005a32","ffffe5f7fcb9d9f0a3addd8e78c67941ab5d238443006837004529").map(r["a"]),X=Object(p["a"])(Q),K=new Array(3).concat("fff7bcfec44fd95f0e","ffffd4fed98efe9929cc4c02","ffffd4fed98efe9929d95f0e993404","ffffd4fee391fec44ffe9929d95f0e993404","ffffd4fee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c028c2d04","ffffe5fff7bcfee391fec44ffe9929ec7014cc4c02993404662506").map(r["a"]),Z=Object(p["a"])(K),J=new Array(3).concat("ffeda0feb24cf03b20","ffffb2fecc5cfd8d3ce31a1c","ffffb2fecc5cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cf03b20bd0026","ffffb2fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cb10026","ffffccffeda0fed976feb24cfd8d3cfc4e2ae31a1cbd0026800026").map(r["a"]),tt=Object(p["a"])(J),et=new Array(3).concat("deebf79ecae13182bd","eff3ffbdd7e76baed62171b5","eff3ffbdd7e76baed63182bd08519c","eff3ffc6dbef9ecae16baed63182bd08519c","eff3ffc6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b5084594","f7fbffdeebf7c6dbef9ecae16baed64292c62171b508519c08306b").map(r["a"]),nt=Object(p["a"])(et),rt=new Array(3).concat("e5f5e0a1d99b31a354","edf8e9bae4b374c476238b45","edf8e9bae4b374c47631a354006d2c","edf8e9c7e9c0a1d99b74c47631a354006d2c","edf8e9c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45005a32","f7fcf5e5f5e0c7e9c0a1d99b74c47641ab5d238b45006d2c00441b").map(r["a"]),it=Object(p["a"])(rt),ot=new Array(3).concat("f0f0f0bdbdbd636363","f7f7f7cccccc969696525252","f7f7f7cccccc969696636363252525","f7f7f7d9d9d9bdbdbd969696636363252525","f7f7f7d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525","fffffff0f0f0d9d9d9bdbdbd969696737373525252252525000000").map(r["a"]),at=Object(p["a"])(ot),st=new Array(3).concat("efedf5bcbddc756bb1","f2f0f7cbc9e29e9ac86a51a3","f2f0f7cbc9e29e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8756bb154278f","f2f0f7dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a34a1486","fcfbfdefedf5dadaebbcbddc9e9ac8807dba6a51a354278f3f007d").map(r["a"]),ct=Object(p["a"])(st),ut=new Array(3).concat("fee0d2fc9272de2d26","fee5d9fcae91fb6a4acb181d","fee5d9fcae91fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4ade2d26a50f15","fee5d9fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181d99000d","fff5f0fee0d2fcbba1fc9272fb6a4aef3b2ccb181da50f1567000d").map(r["a"]),lt=Object(p["a"])(ut),ft=new Array(3).concat("fee6cefdae6be6550d","feeddefdbe85fd8d3cd94701","feeddefdbe85fd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3ce6550da63603","feeddefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d948018c2d04","fff5ebfee6cefdd0a2fdae6bfd8d3cf16913d94801a636037f2704").map(r["a"]),dt=Object(p["a"])(ft),ht=function(t){return t=Math.max(0,Math.min(1,t)),"rgb("+Math.max(0,Math.min(255,Math.round(-4.54-t*(35.34-t*(2381.73-t*(6402.7-t*(7024.72-2710.57*t)))))))+", "+Math.max(0,Math.min(255,Math.round(32.49+t*(170.73+t*(52.82-t*(131.46-t*(176.58-67.37*t)))))))+", "+Math.max(0,Math.min(255,Math.round(81.24+t*(442.36-t*(2482.43-t*(6167.24-t*(6614.94-2475.67*t)))))))+")"},pt=n("15a7"),vt=n("b055");function gt(t){return function e(n){function r(e,r){var i=t((e=Object(pt["a"])(e)).h,(r=Object(pt["a"])(r)).h),o=Object(vt["a"])(e.s,r.s),a=Object(vt["a"])(e.l,r.l),s=Object(vt["a"])(e.opacity,r.opacity);return function(t){return e.h=i(t),e.s=o(t),e.l=a(Math.pow(t,n)),e.opacity=s(t),e+""}}return n=+n,r.gamma=e,r}(1)}gt(vt["c"]);var mt=gt(vt["a"]),bt=mt(Object(pt["a"])(300,.5,0),Object(pt["a"])(-240,.5,1)),yt=mt(Object(pt["a"])(-100,.75,.35),Object(pt["a"])(80,1.5,.8)),_t=mt(Object(pt["a"])(260,.75,.35),Object(pt["a"])(80,1.5,.8)),wt=Object(pt["a"])(),xt=function(t){(t<0||t>1)&&(t-=Math.floor(t));var e=Math.abs(t-.5);return wt.h=360*t-100,wt.s=1.5-1.5*e,wt.l=.8-.9*e,wt+""},St=n("166a"),Ot=Object(St["g"])(),Ct=Math.PI/3,kt=2*Math.PI/3,jt=function(t){var e;return t=(.5-t)*Math.PI,Ot.r=255*(e=Math.sin(t))*e,Ot.g=255*(e=Math.sin(t+Ct))*e,Ot.b=255*(e=Math.sin(t+kt))*e,Ot+""},Tt=function(t){return t=Math.max(0,Math.min(1,t)),"rgb("+Math.max(0,Math.min(255,Math.round(34.61+t*(1172.33-t*(10793.56-t*(33300.12-t*(38394.49-14825.05*t)))))))+", "+Math.max(0,Math.min(255,Math.round(23.31+t*(557.33+t*(1225.33-t*(3574.96-t*(1073.77+707.56*t)))))))+", "+Math.max(0,Math.min(255,Math.round(27.2+t*(3211.1-t*(15327.97-t*(27814-t*(22569.18-6838.66*t)))))))+")"};function Pt(t){var e=t.length;return function(n){return t[Math.max(0,Math.min(e-1,Math.floor(n*e)))]}}var At=Pt(Object(r["a"])("44015444025645045745055946075a46085c460a5d460b5e470d60470e6147106347116447136548146748166848176948186a481a6c481b6d481c6e481d6f481f70482071482173482374482475482576482677482878482979472a7a472c7a472d7b472e7c472f7d46307e46327e46337f463480453581453781453882443983443a83443b84433d84433e85423f854240864241864142874144874045884046883f47883f48893e49893e4a893e4c8a3d4d8a3d4e8a3c4f8a3c508b3b518b3b528b3a538b3a548c39558c39568c38588c38598c375a8c375b8d365c8d365d8d355e8d355f8d34608d34618d33628d33638d32648e32658e31668e31678e31688e30698e306a8e2f6b8e2f6c8e2e6d8e2e6e8e2e6f8e2d708e2d718e2c718e2c728e2c738e2b748e2b758e2a768e2a778e2a788e29798e297a8e297b8e287c8e287d8e277e8e277f8e27808e26818e26828e26828e25838e25848e25858e24868e24878e23888e23898e238a8d228b8d228c8d228d8d218e8d218f8d21908d21918c20928c20928c20938c1f948c1f958b1f968b1f978b1f988b1f998a1f9a8a1e9b8a1e9c891e9d891f9e891f9f881fa0881fa1881fa1871fa28720a38620a48621a58521a68522a78522a88423a98324aa8325ab8225ac8226ad8127ad8128ae8029af7f2ab07f2cb17e2db27d2eb37c2fb47c31b57b32b67a34b67935b77937b87838b9773aba763bbb753dbc743fbc7340bd7242be7144bf7046c06f48c16e4ac16d4cc26c4ec36b50c46a52c56954c56856c66758c7655ac8645cc8635ec96260ca6063cb5f65cb5e67cc5c69cd5b6ccd5a6ece5870cf5773d05675d05477d1537ad1517cd2507fd34e81d34d84d44b86d54989d5488bd6468ed64590d74393d74195d84098d83e9bd93c9dd93ba0da39a2da37a5db36a8db34aadc32addc30b0dd2fb2dd2db5de2bb8de29bade28bddf26c0df25c2df23c5e021c8e020cae11fcde11dd0e11cd2e21bd5e21ad8e219dae319dde318dfe318e2e418e5e419e7e419eae51aece51befe51cf1e51df4e61ef6e620f8e621fbe723fde725")),Et=Pt(Object(r["a"])("00000401000501010601010802010902020b02020d03030f03031204041405041606051806051a07061c08071e0907200a08220b09240c09260d0a290e0b2b100b2d110c2f120d31130d34140e36150e38160f3b180f3d19103f1a10421c10441d11471e114920114b21114e22115024125325125527125829115a2a115c2c115f2d11612f116331116533106734106936106b38106c390f6e3b0f703d0f713f0f72400f74420f75440f764510774710784910784a10794c117a4e117b4f127b51127c52137c54137d56147d57157e59157e5a167e5c167f5d177f5f187f601880621980641a80651a80671b80681c816a1c816b1d816d1d816e1e81701f81721f817320817521817621817822817922827b23827c23827e24828025828125818326818426818627818827818928818b29818c29818e2a81902a81912b81932b80942c80962c80982d80992d809b2e7f9c2e7f9e2f7fa02f7fa1307ea3307ea5317ea6317da8327daa337dab337cad347cae347bb0357bb2357bb3367ab5367ab73779b83779ba3878bc3978bd3977bf3a77c03a76c23b75c43c75c53c74c73d73c83e73ca3e72cc3f71cd4071cf4070d0416fd2426fd3436ed5446dd6456cd8456cd9466bdb476adc4869de4968df4a68e04c67e24d66e34e65e44f64e55064e75263e85362e95462ea5661eb5760ec5860ed5a5fee5b5eef5d5ef05f5ef1605df2625df2645cf3655cf4675cf4695cf56b5cf66c5cf66e5cf7705cf7725cf8745cf8765cf9785df9795df97b5dfa7d5efa7f5efa815ffb835ffb8560fb8761fc8961fc8a62fc8c63fc8e64fc9065fd9266fd9467fd9668fd9869fd9a6afd9b6bfe9d6cfe9f6dfea16efea36ffea571fea772fea973feaa74feac76feae77feb078feb27afeb47bfeb67cfeb77efeb97ffebb81febd82febf84fec185fec287fec488fec68afec88cfeca8dfecc8ffecd90fecf92fed194fed395fed597fed799fed89afdda9cfddc9efddea0fde0a1fde2a3fde3a5fde5a7fde7a9fde9aafdebacfcecaefceeb0fcf0b2fcf2b4fcf4b6fcf6b8fcf7b9fcf9bbfcfbbdfcfdbf")),Mt=Pt(Object(r["a"])("00000401000501010601010802010a02020c02020e03021004031204031405041706041907051b08051d09061f0a07220b07240c08260d08290e092b10092d110a30120a32140b34150b37160b39180c3c190c3e1b0c411c0c431e0c451f0c48210c4a230c4c240c4f260c51280b53290b552b0b572d0b592f0a5b310a5c320a5e340a5f3609613809623909633b09643d09653e0966400a67420a68440a68450a69470b6a490b6a4a0c6b4c0c6b4d0d6c4f0d6c510e6c520e6d540f6d550f6d57106e59106e5a116e5c126e5d126e5f136e61136e62146e64156e65156e67166e69166e6a176e6c186e6d186e6f196e71196e721a6e741a6e751b6e771c6d781c6d7a1d6d7c1d6d7d1e6d7f1e6c801f6c82206c84206b85216b87216b88226a8a226a8c23698d23698f24699025689225689326679526679727669827669a28659b29649d29649f2a63a02a63a22b62a32c61a52c60a62d60a82e5fa92e5eab2f5ead305dae305cb0315bb1325ab3325ab43359b63458b73557b93556ba3655bc3754bd3853bf3952c03a51c13a50c33b4fc43c4ec63d4dc73e4cc83f4bca404acb4149cc4248ce4347cf4446d04545d24644d34743d44842d54a41d74b3fd84c3ed94d3dda4e3cdb503bdd513ade5238df5337e05536e15635e25734e35933e45a31e55c30e65d2fe75e2ee8602de9612bea632aeb6429eb6628ec6726ed6925ee6a24ef6c23ef6e21f06f20f1711ff1731df2741cf3761bf37819f47918f57b17f57d15f67e14f68013f78212f78410f8850ff8870ef8890cf98b0bf98c0af98e09fa9008fa9207fa9407fb9606fb9706fb9906fb9b06fb9d07fc9f07fca108fca309fca50afca60cfca80dfcaa0ffcac11fcae12fcb014fcb216fcb418fbb61afbb81dfbba1ffbbc21fbbe23fac026fac228fac42afac62df9c72ff9c932f9cb35f8cd37f8cf3af7d13df7d340f6d543f6d746f5d949f5db4cf4dd4ff4df53f4e156f3e35af3e55df2e661f2e865f2ea69f1ec6df1ed71f1ef75f1f179f2f27df2f482f3f586f3f68af4f88ef5f992f6fa96f8fb9af9fc9dfafda1fcffa4")),Dt=Pt(Object(r["a"])("0d088710078813078916078a19068c1b068d1d068e20068f2206902406912605912805922a05932c05942e05952f059631059733059735049837049938049a3a049a3c049b3e049c3f049c41049d43039e44039e46039f48039f4903a04b03a14c02a14e02a25002a25102a35302a35502a45601a45801a45901a55b01a55c01a65e01a66001a66100a76300a76400a76600a76700a86900a86a00a86c00a86e00a86f00a87100a87201a87401a87501a87701a87801a87a02a87b02a87d03a87e03a88004a88104a78305a78405a78606a68707a68808a68a09a58b0aa58d0ba58e0ca48f0da4910ea3920fa39410a29511a19613a19814a099159f9a169f9c179e9d189d9e199da01a9ca11b9ba21d9aa31e9aa51f99a62098a72197a82296aa2395ab2494ac2694ad2793ae2892b02991b12a90b22b8fb32c8eb42e8db52f8cb6308bb7318ab83289ba3388bb3488bc3587bd3786be3885bf3984c03a83c13b82c23c81c33d80c43e7fc5407ec6417dc7427cc8437bc9447aca457acb4679cc4778cc4977cd4a76ce4b75cf4c74d04d73d14e72d24f71d35171d45270d5536fd5546ed6556dd7566cd8576bd9586ada5a6ada5b69db5c68dc5d67dd5e66de5f65de6164df6263e06363e16462e26561e26660e3685fe4695ee56a5de56b5de66c5ce76e5be76f5ae87059e97158e97257ea7457eb7556eb7655ec7754ed7953ed7a52ee7b51ef7c51ef7e50f07f4ff0804ef1814df1834cf2844bf3854bf3874af48849f48948f58b47f58c46f68d45f68f44f79044f79143f79342f89441f89540f9973ff9983ef99a3efa9b3dfa9c3cfa9e3bfb9f3afba139fba238fca338fca537fca636fca835fca934fdab33fdac33fdae32fdaf31fdb130fdb22ffdb42ffdb52efeb72dfeb82cfeba2cfebb2bfebd2afebe2afec029fdc229fdc328fdc527fdc627fdc827fdca26fdcb26fccd25fcce25fcd025fcd225fbd324fbd524fbd724fad824fada24f9dc24f9dd25f8df25f8e125f7e225f7e425f6e626f6e826f5e926f5eb27f4ed27f3ee27f3f027f2f227f1f426f1f525f0f724f0f921"));n.d(e,"schemeCategory10",(function(){return i})),n.d(e,"schemeAccent",(function(){return o})),n.d(e,"schemeDark2",(function(){return a})),n.d(e,"schemePaired",(function(){return s})),n.d(e,"schemePastel1",(function(){return c})),n.d(e,"schemePastel2",(function(){return u})),n.d(e,"schemeSet1",(function(){return l})),n.d(e,"schemeSet2",(function(){return f})),n.d(e,"schemeSet3",(function(){return d})),n.d(e,"schemeTableau10",(function(){return h["a"]})),n.d(e,"interpolateBrBG",(function(){return g})),n.d(e,"schemeBrBG",(function(){return v})),n.d(e,"interpolatePRGn",(function(){return b})),n.d(e,"schemePRGn",(function(){return m})),n.d(e,"interpolatePiYG",(function(){return _})),n.d(e,"schemePiYG",(function(){return y})),n.d(e,"interpolatePuOr",(function(){return x})),n.d(e,"schemePuOr",(function(){return w})),n.d(e,"interpolateRdBu",(function(){return O})),n.d(e,"schemeRdBu",(function(){return S})),n.d(e,"interpolateRdGy",(function(){return k})),n.d(e,"schemeRdGy",(function(){return C})),n.d(e,"interpolateRdYlBu",(function(){return j["a"]})),n.d(e,"schemeRdYlBu",(function(){return j["b"]})),n.d(e,"interpolateRdYlGn",(function(){return P})),n.d(e,"schemeRdYlGn",(function(){return T})),n.d(e,"interpolateSpectral",(function(){return A["a"]})),n.d(e,"schemeSpectral",(function(){return A["b"]})),n.d(e,"interpolateBuGn",(function(){return M})),n.d(e,"schemeBuGn",(function(){return E})),n.d(e,"interpolateBuPu",(function(){return $})),n.d(e,"schemeBuPu",(function(){return D})),n.d(e,"interpolateGnBu",(function(){return q})),n.d(e,"schemeGnBu",(function(){return R})),n.d(e,"interpolateOrRd",(function(){return F})),n.d(e,"schemeOrRd",(function(){return L})),n.d(e,"interpolatePuBuGn",(function(){return I})),n.d(e,"schemePuBuGn",(function(){return N})),n.d(e,"interpolatePuBu",(function(){return B})),n.d(e,"schemePuBu",(function(){return z})),n.d(e,"interpolatePuRd",(function(){return H})),n.d(e,"schemePuRd",(function(){return U})),n.d(e,"interpolateRdPu",(function(){return V})),n.d(e,"schemeRdPu",(function(){return Y})),n.d(e,"interpolateYlGnBu",(function(){return G})),n.d(e,"schemeYlGnBu",(function(){return W})),n.d(e,"interpolateYlGn",(function(){return X})),n.d(e,"schemeYlGn",(function(){return Q})),n.d(e,"interpolateYlOrBr",(function(){return Z})),n.d(e,"schemeYlOrBr",(function(){return K})),n.d(e,"interpolateYlOrRd",(function(){return tt})),n.d(e,"schemeYlOrRd",(function(){return J})),n.d(e,"interpolateBlues",(function(){return nt})),n.d(e,"schemeBlues",(function(){return et})),n.d(e,"interpolateGreens",(function(){return it})),n.d(e,"schemeGreens",(function(){return rt})),n.d(e,"interpolateGreys",(function(){return at})),n.d(e,"schemeGreys",(function(){return ot})),n.d(e,"interpolatePurples",(function(){return ct})),n.d(e,"schemePurples",(function(){return st})),n.d(e,"interpolateReds",(function(){return lt})),n.d(e,"schemeReds",(function(){return ut})),n.d(e,"interpolateOranges",(function(){return dt})),n.d(e,"schemeOranges",(function(){return ft})),n.d(e,"interpolateCividis",(function(){return ht})),n.d(e,"interpolateCubehelixDefault",(function(){return bt})),n.d(e,"interpolateRainbow",(function(){return xt})),n.d(e,"interpolateWarm",(function(){return yt})),n.d(e,"interpolateCool",(function(){return _t})),n.d(e,"interpolateSinebow",(function(){return jt})),n.d(e,"interpolateTurbo",(function(){return Tt})),n.d(e,"interpolateViridis",(function(){return At})),n.d(e,"interpolateMagma",(function(){return Et})),n.d(e,"interpolateInferno",(function(){return Mt})),n.d(e,"interpolatePlasma",(function(){return Dt}))},a2bf:function(t,e,n){"use strict";var r=n("e8b5"),i=n("50c4"),o=n("f8c2"),a=function(t,e,n,s,c,u,l,f){var d,h=c,p=0,v=!!l&&o(l,f,3);while(p<s){if(p in n){if(d=v?v(n[p],p,e):n[p],u>0&&r(d))h=a(t,e,d,i(d.length),h,u-1)-1;else{if(h>=9007199254740991)throw TypeError("Exceed the acceptable array length");t[h]=d}h++}p++}return h};t.exports=a},a370:function(t,e,n){"use strict";var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QCardSection",render:function(t){return t("div",{staticClass:"q-card__section",on:this.$listeners},Object(i["c"])(this,"default"))}})},a434:function(t,e,n){"use strict";var r=n("23e7"),i=n("23cb"),o=n("a691"),a=n("50c4"),s=n("7b0b"),c=n("65f0"),u=n("8418"),l=n("1dde"),f=Math.max,d=Math.min,h=9007199254740991,p="Maximum allowed length exceeded";r({target:"Array",proto:!0,forced:!l("splice")},{splice:function(t,e){var n,r,l,v,g,m,b=s(this),y=a(b.length),_=i(t,y),w=arguments.length;if(0===w?n=r=0:1===w?(n=0,r=y-_):(n=w-2,r=d(f(o(e),0),y-_)),y+n-r>h)throw TypeError(p);for(l=c(b,r),v=0;v<r;v++)g=_+v,g in b&&u(l,v,b[g]);if(l.length=r,n<r){for(v=_;v<y-r;v++)g=v+r,m=v+n,g in b?b[m]=b[g]:delete b[m];for(v=y;v>y-r+n;v--)delete b[v-1]}else if(n>r)for(v=y-r;v>_;v--)g=v+r-1,m=v+n-1,g in b?b[m]=b[g]:delete b[m];for(v=0;v<n;v++)b[v+_]=arguments[v+2];return b.length=y-r+n,l}})},a4d3:function(t,e,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("d066"),a=n("c430"),s=n("83ab"),c=n("4930"),u=n("fdbf"),l=n("d039"),f=n("5135"),d=n("e8b5"),h=n("861d"),p=n("825a"),v=n("7b0b"),g=n("fc6a"),m=n("c04e"),b=n("5c6c"),y=n("7c73"),_=n("df75"),w=n("241c"),x=n("057f"),S=n("7418"),O=n("06cf"),C=n("9bf2"),k=n("d1e7"),j=n("9112"),T=n("6eeb"),P=n("5692"),A=n("f772"),E=n("d012"),M=n("90e3"),D=n("b622"),$=n("c032"),R=n("746f"),q=n("d44e"),L=n("69f3"),F=n("b727").forEach,N=A("hidden"),I="Symbol",z="prototype",B=D("toPrimitive"),U=L.set,H=L.getterFor(I),Y=Object[z],V=i.Symbol,W=o("JSON","stringify"),G=O.f,Q=C.f,X=x.f,K=k.f,Z=P("symbols"),J=P("op-symbols"),tt=P("string-to-symbol-registry"),et=P("symbol-to-string-registry"),nt=P("wks"),rt=i.QObject,it=!rt||!rt[z]||!rt[z].findChild,ot=s&&l((function(){return 7!=y(Q({},"a",{get:function(){return Q(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=G(Y,e);r&&delete Y[e],Q(t,e,n),r&&t!==Y&&Q(Y,e,r)}:Q,at=function(t,e){var n=Z[t]=y(V[z]);return U(n,{type:I,tag:t,description:e}),s||(n.description=e),n},st=c&&"symbol"==typeof V.iterator?function(t){return"symbol"==typeof t}:function(t){return Object(t)instanceof V},ct=function(t,e,n){t===Y&&ct(J,e,n),p(t);var r=m(e,!0);return p(n),f(Z,r)?(n.enumerable?(f(t,N)&&t[N][r]&&(t[N][r]=!1),n=y(n,{enumerable:b(0,!1)})):(f(t,N)||Q(t,N,b(1,{})),t[N][r]=!0),ot(t,r,n)):Q(t,r,n)},ut=function(t,e){p(t);var n=g(e),r=_(n).concat(pt(n));return F(r,(function(e){s&&!ft.call(n,e)||ct(t,e,n[e])})),t},lt=function(t,e){return void 0===e?y(t):ut(y(t),e)},ft=function(t){var e=m(t,!0),n=K.call(this,e);return!(this===Y&&f(Z,e)&&!f(J,e))&&(!(n||!f(this,e)||!f(Z,e)||f(this,N)&&this[N][e])||n)},dt=function(t,e){var n=g(t),r=m(e,!0);if(n!==Y||!f(Z,r)||f(J,r)){var i=G(n,r);return!i||!f(Z,r)||f(n,N)&&n[N][r]||(i.enumerable=!0),i}},ht=function(t){var e=X(g(t)),n=[];return F(e,(function(t){f(Z,t)||f(E,t)||n.push(t)})),n},pt=function(t){var e=t===Y,n=X(e?J:g(t)),r=[];return F(n,(function(t){!f(Z,t)||e&&!f(Y,t)||r.push(Z[t])})),r};if(c||(V=function(){if(this instanceof V)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,e=M(t),n=function(t){this===Y&&n.call(J,t),f(this,N)&&f(this[N],e)&&(this[N][e]=!1),ot(this,e,b(1,t))};return s&&it&&ot(Y,e,{configurable:!0,set:n}),at(e,t)},T(V[z],"toString",(function(){return H(this).tag})),k.f=ft,C.f=ct,O.f=dt,w.f=x.f=ht,S.f=pt,s&&(Q(V[z],"description",{configurable:!0,get:function(){return H(this).description}}),a||T(Y,"propertyIsEnumerable",ft,{unsafe:!0}))),u||($.f=function(t){return at(D(t),t)}),r({global:!0,wrap:!0,forced:!c,sham:!c},{Symbol:V}),F(_(nt),(function(t){R(t)})),r({target:I,stat:!0,forced:!c},{for:function(t){var e=String(t);if(f(tt,e))return tt[e];var n=V(e);return tt[e]=n,et[n]=e,n},keyFor:function(t){if(!st(t))throw TypeError(t+" is not a symbol");if(f(et,t))return et[t]},useSetter:function(){it=!0},useSimple:function(){it=!1}}),r({target:"Object",stat:!0,forced:!c,sham:!s},{create:lt,defineProperty:ct,defineProperties:ut,getOwnPropertyDescriptor:dt}),r({target:"Object",stat:!0,forced:!c},{getOwnPropertyNames:ht,getOwnPropertySymbols:pt}),r({target:"Object",stat:!0,forced:l((function(){S.f(1)}))},{getOwnPropertySymbols:function(t){return S.f(v(t))}}),W){var vt=!c||l((function(){var t=V();return"[null]"!=W([t])||"{}"!=W({a:t})||"{}"!=W(Object(t))}));r({target:"JSON",stat:!0,forced:vt},{stringify:function(t,e,n){var r,i=[t],o=1;while(arguments.length>o)i.push(arguments[o++]);if(r=e,(h(e)||void 0!==t)&&!st(t))return d(e)||(e=function(t,e){if("function"==typeof r&&(e=r.call(this,t,e)),!st(e))return e}),i[1]=e,W.apply(null,i)}})}V[z][B]||j(V[z],B,V[z].valueOf),q(V,I),E[N]=!0},a547:function(t,e,n){var r,i,o,a=n("0d05"),s=n("09e4"),c=n("bb6e"),u=n("3261"),l=n("7f34"),f=n("816e"),d=n("1fc1"),h=s.WeakMap,p=function(t){return o(t)?i(t):r(t,{})},v=function(t){return function(e){var n;if(!c(e)||(n=i(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return n}};if(a){var g=new h,m=g.get,b=g.has,y=g.set;r=function(t,e){return y.call(g,t,e),e},i=function(t){return m.call(g,t)||{}},o=function(t){return b.call(g,t)}}else{var _=f("state");d[_]=!0,r=function(t,e){return u(t,_,e),e},i=function(t){return l(t,_)?t[_]:{}},o=function(t){return l(t,_)}}t.exports={set:r,get:i,has:o,enforce:p,getterFor:v}},a580:function(t,e,n){"use strict";var r=n("199f"),i=n("0049"),o=n("9aed"),a=n("997c"),s=n("77da"),c=n("3261"),u=n("7024"),l=n("8b0e"),f=n("0f33"),d=n("ca70"),h=n("65ee"),p=h.IteratorPrototype,v=h.BUGGY_SAFARI_ITERATORS,g=l("iterator"),m="keys",b="values",y="entries",_=function(){return this};t.exports=function(t,e,n,l,h,w,x){i(n,e,l);var S,O,C,k=function(t){if(t===h&&E)return E;if(!v&&t in P)return P[t];switch(t){case m:return function(){return new n(this,t)};case b:return function(){return new n(this,t)};case y:return function(){return new n(this,t)}}return function(){return new n(this)}},j=e+" Iterator",T=!1,P=t.prototype,A=P[g]||P["@@iterator"]||h&&P[h],E=!v&&A||k(h),M="Array"==e&&P.entries||A;if(M&&(S=o(M.call(new t)),p!==Object.prototype&&S.next&&(f||o(S)===p||(a?a(S,p):"function"!=typeof S[g]&&c(S,g,_)),s(S,j,!0,!0),f&&(d[j]=_))),h==b&&A&&A.name!==b&&(T=!0,E=function(){return A.call(this)}),f&&!x||P[g]===E||c(P,g,E),d[e]=E,h)if(O={values:k(b),keys:w?E:k(m),entries:k(y)},x)for(C in O)!v&&!T&&C in P||u(P,C,O[C]);else r({target:e,proto:!0,forced:v||T},O);return O}},a5b6:function(t,e){e.f=Object.getOwnPropertySymbols},a623:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").every,o=n("b301");r({target:"Array",proto:!0,forced:o("every")},{every:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},a630:function(t,e,n){var r=n("23e7"),i=n("4df4"),o=n("1c7e"),a=!o((function(t){Array.from(t)}));r({target:"Array",stat:!0,forced:a},{from:i})},a691:function(t,e){var n=Math.ceil,r=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?r:n)(t)}},a714:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},a84f:function(t,e,n){var r=n("774c"),i=n("76af");t.exports=function(t){return r(i(t))}},a9e3:function(t,e,n){"use strict";var r=n("83ab"),i=n("da84"),o=n("94ca"),a=n("6eeb"),s=n("5135"),c=n("c6b6"),u=n("7156"),l=n("c04e"),f=n("d039"),d=n("7c73"),h=n("241c").f,p=n("06cf").f,v=n("9bf2").f,g=n("58a8").trim,m="Number",b=i[m],y=b.prototype,_=c(d(y))==m,w=function(t){var e,n,r,i,o,a,s,c,u=l(t,!1);if("string"==typeof u&&u.length>2)if(u=g(u),e=u.charCodeAt(0),43===e||45===e){if(n=u.charCodeAt(2),88===n||120===n)return NaN}else if(48===e){switch(u.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(o=u.slice(2),a=o.length,s=0;s<a;s++)if(c=o.charCodeAt(s),c<48||c>i)return NaN;return parseInt(o,r)}return+u};if(o(m,!b(" 0o1")||!b("0b1")||b("+0x1"))){for(var x,S=function(t){var e=arguments.length<1?0:t,n=this;return n instanceof S&&(_?f((function(){y.valueOf.call(n)})):c(n)!=m)?u(new b(w(e)),n,S):w(e)},O=r?h(b):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),C=0;O.length>C;C++)s(b,x=O[C])&&!s(S,x)&&v(S,x,p(b,x));S.prototype=y,y.constructor=S,a(i,m,S)}},aa51:function(t,e,n){var r=n("20a7");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol()},ab13:function(t,e,n){var r=n("b622"),i=r("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[i]=!1,"/./"[t](e)}catch(r){}}return!1}},ab41:function(t,e,n){"use strict";n.d(e,"d",(function(){return s})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return u})),n.d(e,"b",(function(){return d}));n("caad"),n("ac1f"),n("1276");var r,i,o=n("0831"),a=n("0967");function s(t){var e=t.split(" ");return 2===e.length&&(["top","center","bottom"].includes(e[0])?!!["left","middle","right"].includes(e[1])||(console.error("Anchor/Self position must end with one of left/middle/right"),!1):(console.error("Anchor/Self position must start with one of top/center/bottom"),!1))}function c(t){return!t||2===t.length&&("number"===typeof t[0]&&"number"===typeof t[1])}function u(t){var e=t.split(" ");return{vertical:e[0],horizontal:e[1]}}function l(t,e){var n=t.getBoundingClientRect(),r=n.top,i=n.left,o=n.right,a=n.bottom,s=n.width,c=n.height;return void 0!==e&&(r-=e[1],i-=e[0],a+=e[1],o+=e[0],s+=e[0],c+=e[1]),{top:r,left:i,right:o,bottom:a,width:s,height:c,middle:i+(o-i)/2,center:r+(a-r)/2}}function f(t){return{top:0,center:t.offsetHeight/2,bottom:t.offsetHeight,left:0,middle:t.offsetWidth/2,right:t.offsetWidth}}function d(t){if(!0===a["a"].is.ios&&void 0!==window.visualViewport){var e=document.body.style,n=window.visualViewport,o=n.offsetLeft,s=n.offsetTop;o!==r&&(e.setProperty("--q-vp-left",o+"px"),r=o),s!==i&&(e.setProperty("--q-vp-top",s+"px"),i=s)}var c,u=t.el.scrollTop;if(t.el.style.maxHeight=t.maxHeight,t.el.style.maxWidth=t.maxWidth,void 0===t.absoluteOffset)c=l(t.anchorEl,!0===t.cover?[0,0]:t.offset);else{var d=t.anchorEl.getBoundingClientRect(),p=d.top,v=d.left,g=p+t.absoluteOffset.top,m=v+t.absoluteOffset.left;c={top:g,left:m,width:1,height:1,right:m+1,center:g,middle:m,bottom:g+1}}!0!==t.fit&&!0!==t.cover||(t.el.style.minWidth=c.width+"px",!0===t.cover&&(t.el.style.minHeight=c.height+"px"));var b=f(t.el),y={top:c[t.anchorOrigin.vertical]-b[t.selfOrigin.vertical],left:c[t.anchorOrigin.horizontal]-b[t.selfOrigin.horizontal]};h(y,c,b,t.anchorOrigin,t.selfOrigin),t.el.style.top=Math.max(0,Math.floor(y.top))+"px",t.el.style.left=Math.max(0,Math.floor(y.left))+"px",void 0!==y.maxHeight&&(t.el.style.maxHeight=Math.floor(y.maxHeight)+"px"),void 0!==y.maxWidth&&(t.el.style.maxWidth=Math.floor(y.maxWidth)+"px"),t.el.scrollTop!==u&&(t.el.scrollTop=u)}function h(t,e,n,r,i){var a=Object(o["d"])(),s=window,c=s.innerHeight,u=s.innerWidth;if(c-=a,u-=a,t.top<0||t.top+n.bottom>c)if("center"===i.vertical)t.top=e[i.vertical]>c/2?c-n.bottom:0,t.maxHeight=Math.min(n.bottom,c);else if(e[i.vertical]>c/2){var l=Math.min(c,"center"===r.vertical?e.center:r.vertical===i.vertical?e.bottom:e.top);t.maxHeight=Math.min(n.bottom,l),t.top=Math.max(0,l-t.maxHeight)}else t.top="center"===r.vertical?e.center:r.vertical===i.vertical?e.top:e.bottom,t.maxHeight=Math.min(n.bottom,c-t.top);if(t.left<0||t.left+n.right>u)if(t.maxWidth=Math.min(n.right,u),"middle"===i.horizontal)t.left=e[i.horizontal]>u/2?u-n.right:0;else if(e[i.horizontal]>u/2){var f=Math.min(u,"middle"===r.horizontal?e.center:r.horizontal===i.horizontal?e.right:e.left);t.maxWidth=Math.min(n.right,f),t.left=Math.max(0,f-t.maxWidth)}else t.left="middle"===r.horizontal?e.center:r.horizontal===i.horizontal?e.left:e.right,t.maxWidth=Math.min(n.right,u-t.left)}},ac1f:function(t,e,n){"use strict";var r=n("23e7"),i=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},acd8:function(t,e,n){var r=n("23e7"),i=n("6fe5");r({global:!0,forced:parseFloat!=i},{parseFloat:i})},ad6d:function(t,e,n){"use strict";var r=n("825a");t.exports=function(){var t=r(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},ade3:function(t,e,n){"use strict";function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}n.d(e,"a",(function(){return r}))},ae93:function(t,e,n){"use strict";var r,i,o,a=n("e163"),s=n("9112"),c=n("5135"),u=n("b622"),l=n("c430"),f=u("iterator"),d=!1,h=function(){return this};[].keys&&(o=[].keys(),"next"in o?(i=a(a(o)),i!==Object.prototype&&(r=i)):d=!0),void 0==r&&(r={}),l||c(r,f)||s(r,f,h),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},b041:function(t,e,n){"use strict";var r=n("00ee"),i=n("f5df");t.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b055:function(t,e,n){"use strict";n.d(e,"c",(function(){return a})),n.d(e,"b",(function(){return s})),n.d(e,"a",(function(){return c}));var r=n("c698");function i(t,e){return function(n){return t+n*e}}function o(t,e,n){return t=Math.pow(t,n),e=Math.pow(e,n)-t,n=1/n,function(r){return Math.pow(t+r*e,n)}}function a(t,e){var n=e-t;return n?i(t,n>180||n<-180?n-360*Math.round(n/360):n):Object(r["a"])(isNaN(t)?e:t)}function s(t){return 1===(t=+t)?c:function(e,n){return n-e?o(e,n,t):Object(r["a"])(isNaN(e)?n:e)}}function c(t,e){var n=e-t;return n?i(t,n):Object(r["a"])(isNaN(t)?e:t)}},b05d:function(t,e,n){"use strict";n("4160"),n("caad"),n("b0c0"),n("b64b"),n("2532"),n("159b");var r=n("c0a8"),i=n("0967"),o=(n("e25e"),n("2b0e")),a=n("d882"),s=n("1c16"),c=["sm","md","lg","xl"],u={width:0,height:0,name:"xs",sizes:{sm:600,md:1024,lg:1440,xl:1920},lt:{sm:!0,md:!0,lg:!0,xl:!0},gt:{xs:!1,sm:!1,md:!1,lg:!1},xs:!0,sm:!1,md:!1,lg:!1,xl:!1,setSizes:function(){},setDebounce:function(){},install:function(t,e,n){var r=this;if(!0!==i["d"]){var u,l=void 0!==n.screen&&!0===n.screen.bodyClasses,f=function(t){var e=window.innerWidth,n=window.innerHeight;if(n!==r.height&&(r.height=n),e!==r.width)r.width=e;else if(!0!==t)return;var i=r.sizes;r.gt.xs=e>=i.sm,r.gt.sm=e>=i.md,r.gt.md=e>=i.lg,r.gt.lg=e>=i.xl,r.lt.sm=e<i.sm,r.lt.md=e<i.md,r.lt.lg=e<i.lg,r.lt.xl=e<i.xl,r.xs=r.lt.sm,r.sm=!0===r.gt.xs&&!0===r.lt.md,r.md=!0===r.gt.sm&&!0===r.lt.lg,r.lg=!0===r.gt.md&&!0===r.lt.xl,r.xl=r.gt.lg,i=(!0===r.xs?"xs":!0===r.sm&&"sm")||!0===r.md&&"md"||!0===r.lg&&"lg"||"xl",i!==r.name&&(!0===l&&(document.body.classList.remove("screen--".concat(r.name)),document.body.classList.add("screen--".concat(i))),r.name=i)},d={},h=16;this.setSizes=function(t){c.forEach((function(e){void 0!==t[e]&&(d[e]=t[e])}))},this.setDebounce=function(t){h=t};var p=function(){var t=getComputedStyle(document.body),e=void 0!==window.visualViewport?window.visualViewport:window;t.getPropertyValue("--q-size-sm")&&c.forEach((function(e){r.sizes[e]=parseInt(t.getPropertyValue("--q-size-".concat(e)),10)})),r.setSizes=function(t){c.forEach((function(e){t[e]&&(r.sizes[e]=t[e])})),f(!0)},r.setDebounce=function(t){void 0!==u&&e.removeEventListener("resize",u,a["e"].passive),u=t>0?Object(s["a"])(f,t):f,e.addEventListener("resize",u,a["e"].passive)},r.setDebounce(h),Object.keys(d).length>0?(r.setSizes(d),d=void 0):f()};!0===i["c"]?e.takeover.push(p):p(),o["a"].util.defineReactive(t,"screen",this)}else t.screen=this}},l=(n("ac1f"),n("5319"),{isActive:!1,mode:!1,install:function(t,e,n){var r=this,a=n.dark;if(this.isActive=!0===a,!0===i["d"])return e.server.push((function(t,e){t.dark={isActive:!1,mode:!1,set:function(n){e.ssr.Q_BODY_CLASSES=e.ssr.Q_BODY_CLASSES.replace(" body--light","").replace(" body--dark","")+" body--".concat(!0===n?"dark":"light"),t.dark.isActive=!0===n,t.dark.mode=n},toggle:function(){t.dark.set(!1===t.dark.isActive)}},t.dark.set(a)})),void(this.set=function(){});if(!0===i["c"]){var s=function(t){r.__fromSSR=t},c=this.set;this.set=s,s(a),e.takeover.push((function(){r.set=c,r.set(r.__fromSSR)}))}else this.set(a);o["a"].util.defineReactive(this,"isActive",this.isActive),o["a"].util.defineReactive(t,"dark",this)},set:function(t){var e=this;this.mode=t,"auto"===t?(void 0===this.__media&&(this.__media=window.matchMedia("(prefers-color-scheme: dark)"),this.__updateMedia=function(){e.set("auto")},this.__media.addListener(this.__updateMedia)),t=this.__media.matches):void 0!==this.__media&&(this.__media.removeListener(this.__updateMedia),this.__media=void 0),this.isActive=!0===t,document.body.classList.remove("body--".concat(!0===t?"light":"dark")),document.body.classList.add("body--".concat(!0===t?"dark":"light"))},toggle:function(){l.set(!1===l.isActive)},__media:void 0}),f=l,d=n("582c"),h=(n("99af"),n("a15b"),n("d81d"),n("1276"),{isoName:"en-us",nativeName:"English (US)",label:{clear:"Clear",ok:"OK",cancel:"Cancel",close:"Close",set:"Set",select:"Select",reset:"Reset",remove:"Remove",update:"Update",create:"Create",search:"Search",filter:"Filter",refresh:"Refresh"},date:{days:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),daysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),firstDayOfWeek:0,format24h:!1},table:{noData:"No data available",noResults:"No matching records found",loading:"Loading...",selectedRecords:function(t){return 1===t?"1 record selected.":(0===t?"No":t)+" records selected."},recordsPerPage:"Records per page:",allRows:"All",pagination:function(t,e,n){return t+"-"+e+" of "+n},columns:"Columns"},editor:{url:"URL",bold:"Bold",italic:"Italic",strikethrough:"Strikethrough",underline:"Underline",unorderedList:"Unordered List",orderedList:"Ordered List",subscript:"Subscript",superscript:"Superscript",hyperlink:"Hyperlink",toggleFullscreen:"Toggle Fullscreen",quote:"Quote",left:"Left align",center:"Center align",right:"Right align",justify:"Justify align",print:"Print",outdent:"Decrease indentation",indent:"Increase indentation",removeFormat:"Remove formatting",formatting:"Formatting",fontSize:"Font Size",align:"Align",hr:"Insert Horizontal Rule",undo:"Undo",redo:"Redo",heading1:"Heading 1",heading2:"Heading 2",heading3:"Heading 3",heading4:"Heading 4",heading5:"Heading 5",heading6:"Heading 6",paragraph:"Paragraph",code:"Code",size1:"Very small",size2:"A bit small",size3:"Normal",size4:"Medium-large",size5:"Big",size6:"Very big",size7:"Maximum",defaultFont:"Default Font",viewSource:"View Source"},tree:{noNodes:"No nodes available",noResults:"No matching nodes found"}}),p={install:function(t,e,n){var r=this;!0===i["d"]&&e.server.push((function(t,e){var n={lang:t.lang.isoName,dir:!0===t.lang.rtl?"rtl":"ltr"},r=e.ssr.setHtmlAttrs;"function"===typeof r?r(n):e.ssr.Q_HTML_ATTRS=Object.keys(n).map((function(t){return"".concat(t,"=").concat(n[t])})).join(" ")})),this.set=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:h;if(e.set=r.set,e.getLocale=r.getLocale,e.rtl=!0===e.rtl||!1,!1===i["d"]){var n=document.documentElement;n.setAttribute("dir",e.rtl?"rtl":"ltr"),n.setAttribute("lang",e.isoName)}!0===i["d"]||void 0!==t.lang?t.lang=e:o["a"].util.defineReactive(t,"lang",e),r.isoName=e.isoName,r.nativeName=e.nativeName,r.props=e},this.set(n)},getLocale:function(){if(!0!==i["d"]){var t=navigator.language||navigator.languages[0]||navigator.browserLanguage||navigator.userLanguage||navigator.systemLanguage;return t?t.toLowerCase():void 0}}};n("c975"),n("fb6a"),n("0d03"),n("d3b7"),n("acd8"),n("25f0"),n("2ca0"),n("498a");function v(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:document.body;if("string"!==typeof t)throw new TypeError("Expected a string as color");if("string"!==typeof e)throw new TypeError("Expected a string as value");if(!(n instanceof Element))throw new TypeError("Expected a DOM element");n.style.setProperty("--q-color-".concat(t),e)}var g=n("d728");function m(t){return!0===t.ios?"ios":!0===t.android?"android":void 0}function b(t,e){var n=t.is,r=t.has,i=t.within,o=[!0===n.desktop?"desktop":"mobile","".concat(!1===r.touch?"no-":"","touch")];if(!0===n.mobile){var a=m(n);void 0!==a&&o.push("platform-"+a)}if(!0===n.nativeMobile){var s=n.nativeMobileWrapper;o.push(s),o.push("native-mobile"),!0!==n.ios||void 0!==e[s]&&!1===e[s].iosStatusBarPadding||o.push("q-ios-padding")}else!0===n.electron?o.push("electron"):!0===n.bex&&o.push("bex");return!0===i.iframe&&o.push("within-iframe"),o}function y(t){!0===i["a"].is.ie&&11===i["a"].is.versionNumber?t.forEach((function(t){return document.body.classList.add(t)})):document.body.classList.add.apply(document.body.classList,t)}function _(){var t=[];!0===i["a"].has.touch&&(document.body.classList.remove("no-touch"),t.push("touch")),!0===i["a"].within.iframe&&t.push("within-iframe"),t.length>0&&y(t)}function w(t){for(var e in t)v(e,t[e])}var x={install:function(t,e){!0===i["d"]?t.server.push((function(t,n){var r=b(t.platform,e),i=n.ssr.setBodyClasses;void 0!==e.screen&&!0===e.screen.bodyClass&&r.push("screen--xs"),"function"===typeof i?i(r):n.ssr.Q_BODY_CLASSES=r.join(" ")})):(!0===i["c"]?_():y(b(i["a"],e)),void 0!==e.brand&&w(e.brand),!0===i["a"].is.ios&&document.body.addEventListener("touchstart",(function(){})),window.addEventListener("keydown",g["b"],!0))}},S={name:"material-icons",type:{positive:"check_circle",negative:"warning",info:"info",warning:"priority_high"},arrow:{up:"arrow_upward",right:"arrow_forward",down:"arrow_downward",left:"arrow_back",dropdown:"arrow_drop_down"},chevron:{left:"chevron_left",right:"chevron_right"},colorPicker:{spectrum:"gradient",tune:"tune",palette:"style"},pullToRefresh:{icon:"refresh"},carousel:{left:"chevron_left",right:"chevron_right",navigationIcon:"lens",thumbnails:"view_carousel"},chip:{remove:"cancel",selected:"check"},datetime:{arrowLeft:"chevron_left",arrowRight:"chevron_right",now:"access_time",today:"today"},editor:{bold:"format_bold",italic:"format_italic",strikethrough:"strikethrough_s",underline:"format_underlined",unorderedList:"format_list_bulleted",orderedList:"format_list_numbered",subscript:"vertical_align_bottom",superscript:"vertical_align_top",hyperlink:"link",toggleFullscreen:"fullscreen",quote:"format_quote",left:"format_align_left",center:"format_align_center",right:"format_align_right",justify:"format_align_justify",print:"print",outdent:"format_indent_decrease",indent:"format_indent_increase",removeFormat:"format_clear",formatting:"text_format",fontSize:"format_size",align:"format_align_left",hr:"remove",undo:"undo",redo:"redo",heading:"format_size",code:"code",size:"format_size",font:"font_download",viewSource:"code"},expansionItem:{icon:"keyboard_arrow_down",denseIcon:"arrow_drop_down"},fab:{icon:"add",activeIcon:"close"},field:{clear:"cancel",error:"error"},pagination:{first:"first_page",prev:"keyboard_arrow_left",next:"keyboard_arrow_right",last:"last_page"},rating:{icon:"grade"},stepper:{done:"check",active:"edit",error:"warning"},tabs:{left:"chevron_left",right:"chevron_right",up:"keyboard_arrow_up",down:"keyboard_arrow_down"},table:{arrowUp:"arrow_upward",warning:"warning",prevPage:"chevron_left",nextPage:"chevron_right"},tree:{icon:"play_arrow"},uploader:{done:"done",clear:"clear",add:"add_box",upload:"cloud_upload",removeQueue:"clear_all",removeUploaded:"done_all"}},O={install:function(t,e){var n=this;this.set=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:S;e.set=n.set,!0===i["d"]||void 0!==t.iconSet?t.iconSet=e:o["a"].util.defineReactive(t,"iconSet",e),n.name=e.name,n.def=e},this.set(e),!0!==i["d"]&&o["a"].util.defineReactive(t,"iconMapFn",void 0)}},C=[i["b"],u,f],k={server:[],takeover:[]},j={version:r["a"]},T=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!0!==this.__qInstalled){this.__qInstalled=!0;var n=e.config||{};if(i["b"].install(j,k),x.install(k,n),f.install(j,k,n),u.install(j,k,n),d["a"].install(j,n),p.install(j,k,e.lang),O.install(j,e.iconSet),!0===i["d"]?t.mixin({beforeCreate:function(){this.$q=this.$root.$options.$q}}):t.prototype.$q=j,e.components&&Object.keys(e.components).forEach((function(n){var r=e.components[n];"function"===typeof r&&t.component(r.options.name,r)})),e.directives&&Object.keys(e.directives).forEach((function(n){var r=e.directives[n];void 0!==r.name&&void 0!==r.unbind&&t.directive(r.name,r)})),e.plugins){var r={$q:j,queues:k,cfg:n};Object.keys(e.plugins).forEach((function(t){var n=e.plugins[t];"function"===typeof n.install&&!1===C.includes(n)&&n.install(r)}))}}},P=(n("a4d3"),n("4de4"),n("e439"),n("dbb4"),n("ade3"));function A(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?A(Object(n),!0).forEach((function(e){Object(P["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):A(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var M={mounted:function(){var t=this;k.takeover.forEach((function(e){e(t.$q)}))}},D=function(t){if(t.ssr){var e=E({},j);Object.assign(t.ssr,{Q_HEAD_TAGS:"",Q_BODY_ATTRS:"",Q_BODY_TAGS:""}),k.server.forEach((function(n){n(e,t)})),t.app.$q=e}else{var n=t.app.mixins||[];!1===n.includes(M)&&(t.app.mixins=n.concat(M))}};e["a"]={version:r["a"],install:T,lang:p,iconSet:O,ssrUpdate:D}},b0c0:function(t,e,n){var r=n("83ab"),i=n("9bf2").f,o=Function.prototype,a=o.toString,s=/^\s*function ([^ (]*)/,c="name";!r||c in o||i(o,c,{configurable:!0,get:function(){try{return a.call(this).match(s)[1]}catch(t){return""}}})},b1b0:function(t,e,n){var r=n("09e4");t.exports=function(t,e){var n=r.console;n&&n.error&&(1===arguments.length?n.error(t):n.error(t,e))}},b301:function(t,e,n){"use strict";var r=n("d039");t.exports=function(t,e){var n=[][t];return!n||!r((function(){n.call(null,e||function(){throw 1},1)}))}},b39a:function(t,e,n){var r=n("d066");t.exports=r("navigator","userAgent")||""},b50d:function(t,e,n){"use strict";var r=n("c532"),i=n("467f"),o=n("30b5"),a=n("c345"),s=n("3934"),c=n("2d83");t.exports=function(t){return new Promise((function(e,u){var l=t.data,f=t.headers;r.isFormData(l)&&delete f["Content-Type"];var d=new XMLHttpRequest;if(t.auth){var h=t.auth.username||"",p=t.auth.password||"";f.Authorization="Basic "+btoa(h+":"+p)}if(d.open(t.method.toUpperCase(),o(t.url,t.params,t.paramsSerializer),!0),d.timeout=t.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in d?a(d.getAllResponseHeaders()):null,r=t.responseType&&"text"!==t.responseType?d.response:d.responseText,o={data:r,status:d.status,statusText:d.statusText,headers:n,config:t,request:d};i(e,u,o),d=null}},d.onabort=function(){d&&(u(c("Request aborted",t,"ECONNABORTED",d)),d=null)},d.onerror=function(){u(c("Network Error",t,null,d)),d=null},d.ontimeout=function(){u(c("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED",d)),d=null},r.isStandardBrowserEnv()){var v=n("7aac"),g=(t.withCredentials||s(t.url))&&t.xsrfCookieName?v.read(t.xsrfCookieName):void 0;g&&(f[t.xsrfHeaderName]=g)}if("setRequestHeader"in d&&r.forEach(f,(function(t,e){"undefined"===typeof l&&"content-type"===e.toLowerCase()?delete f[e]:d.setRequestHeader(e,t)})),t.withCredentials&&(d.withCredentials=!0),t.responseType)try{d.responseType=t.responseType}catch(m){if("json"!==t.responseType)throw m}"function"===typeof t.onDownloadProgress&&d.addEventListener("progress",t.onDownloadProgress),"function"===typeof t.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then((function(t){d&&(d.abort(),u(t),d=null)})),void 0===l&&(l=null),d.send(l)}))}},b5f7:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{ref:"chart",staticStyle:{height:"60px"}},[n("canvas",{ref:"canvas",staticStyle:{position:"absolute"}})])},i=[],o=(n("cb29"),n("d81d"),n("a9e3"),function(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}),a=function(t){return 1===t.length&&(t=s(t)),{left:function(e,n,r,i){null==r&&(r=0),null==i&&(i=e.length);while(r<i){var o=r+i>>>1;t(e[o],n)<0?r=o+1:i=o}return r},right:function(e,n,r,i){null==r&&(r=0),null==i&&(i=e.length);while(r<i){var o=r+i>>>1;t(e[o],n)>0?i=o:r=o+1}return r}}};function s(t){return function(e,n){return o(t(e),n)}}var c=a(o),u=c.right,l=(c.left,u);var f=Array.prototype,d=(f.slice,f.map,Math.sqrt(50)),h=Math.sqrt(10),p=Math.sqrt(2),v=function(t,e,n){var r,i,o,a,s=-1;if(e=+e,t=+t,n=+n,t===e&&n>0)return[t];if((r=e<t)&&(i=t,t=e,e=i),0===(a=g(t,e,n))||!isFinite(a))return[];if(a>0){t=Math.ceil(t/a),e=Math.floor(e/a),o=new Array(i=Math.ceil(e-t+1));while(++s<i)o[s]=(t+s)*a}else{t=Math.floor(t*a),e=Math.ceil(e*a),o=new Array(i=Math.ceil(t-e+1));while(++s<i)o[s]=(t-s)/a}return r&&o.reverse(),o};function g(t,e,n){var r=(e-t)/Math.max(0,n),i=Math.floor(Math.log(r)/Math.LN10),o=r/Math.pow(10,i);return i>=0?(o>=d?10:o>=h?5:o>=p?2:1)*Math.pow(10,i):-Math.pow(10,-i)/(o>=d?10:o>=h?5:o>=p?2:1)}function m(t,e,n){var r=Math.abs(e-t)/Math.max(0,n),i=Math.pow(10,Math.floor(Math.log(r)/Math.LN10)),o=r/i;return o>=d?i*=10:o>=h?i*=5:o>=p&&(i*=2),e<t?-i:i}var b=function(t,e){var n,r,i=t.length,o=-1;if(null==e){while(++o<i)if(null!=(n=t[o])&&n>=n){r=n;while(++o<i)null!=(n=t[o])&&n>r&&(r=n)}}else while(++o<i)if(null!=(n=e(t[o],o,t))&&n>=n){r=n;while(++o<i)null!=(n=e(t[o],o,t))&&n>r&&(r=n)}return r},y=function(t,e){var n,r,i=t.length,o=-1;if(null==e){while(++o<i)if(null!=(n=t[o])&&n>=n){r=n;while(++o<i)null!=(n=t[o])&&r>n&&(r=n)}}else while(++o<i)if(null!=(n=e(t[o],o,t))&&n>=n){r=n;while(++o<i)null!=(n=e(t[o],o,t))&&r>n&&(r=n)}return r};Array.prototype.slice;var _={value:function(){}};function w(){for(var t,e=0,n=arguments.length,r={};e<n;++e){if(!(t=arguments[e]+"")||t in r||/[\s.]/.test(t))throw new Error("illegal type: "+t);r[t]=[]}return new x(r)}function x(t){this._=t}function S(t,e){return t.trim().split(/^|\s+/).map((function(t){var n="",r=t.indexOf(".");if(r>=0&&(n=t.slice(r+1),t=t.slice(0,r)),t&&!e.hasOwnProperty(t))throw new Error("unknown type: "+t);return{type:t,name:n}}))}function O(t,e){for(var n,r=0,i=t.length;r<i;++r)if((n=t[r]).name===e)return n.value}function C(t,e,n){for(var r=0,i=t.length;r<i;++r)if(t[r].name===e){t[r]=_,t=t.slice(0,r).concat(t.slice(r+1));break}return null!=n&&t.push({name:e,value:n}),t}x.prototype=w.prototype={constructor:x,on:function(t,e){var n,r=this._,i=S(t+"",r),o=-1,a=i.length;if(!(arguments.length<2)){if(null!=e&&"function"!==typeof e)throw new Error("invalid callback: "+e);while(++o<a)if(n=(t=i[o]).type)r[n]=C(r[n],t.name,e);else if(null==e)for(n in r)r[n]=C(r[n],t.name,null);return this}while(++o<a)if((n=(t=i[o]).type)&&(n=O(r[n],t.name)))return n},copy:function(){var t={},e=this._;for(var n in e)t[n]=e[n].slice();return new x(t)},call:function(t,e){if((n=arguments.length-2)>0)for(var n,r,i=new Array(n),o=0;o<n;++o)i[o]=arguments[o+2];if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(r=this._[t],o=0,n=r.length;o<n;++o)r[o].value.apply(e,i)},apply:function(t,e,n){if(!this._.hasOwnProperty(t))throw new Error("unknown type: "+t);for(var r=this._[t],i=0,o=r.length;i<o;++i)r[i].value.apply(e,n)}};var k=w;function j(){}var T=function(t){return null==t?j:function(){return this.querySelector(t)}},P=function(t){"function"!==typeof t&&(t=T(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a,s=e[i],c=s.length,u=r[i]=new Array(c),l=0;l<c;++l)(o=s[l])&&(a=t.call(o,o.__data__,l,s))&&("__data__"in o&&(a.__data__=o.__data__),u[l]=a);return new pe(r,this._parents)};function A(){return[]}var E=function(t){return null==t?A:function(){return this.querySelectorAll(t)}},M=function(t){"function"!==typeof t&&(t=E(t));for(var e=this._groups,n=e.length,r=[],i=[],o=0;o<n;++o)for(var a,s=e[o],c=s.length,u=0;u<c;++u)(a=s[u])&&(r.push(t.call(a,a.__data__,u,s)),i.push(a));return new pe(r,i)},D=function(t){return function(){return this.matches(t)}},$=function(t){"function"!==typeof t&&(t=D(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a=e[i],s=a.length,c=r[i]=[],u=0;u<s;++u)(o=a[u])&&t.call(o,o.__data__,u,a)&&c.push(o);return new pe(r,this._parents)},R=function(t){return new Array(t.length)},q=function(){return new pe(this._enter||this._groups.map(R),this._parents)};function L(t,e){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.namespaceURI,this._next=null,this._parent=t,this.__data__=e}L.prototype={constructor:L,appendChild:function(t){return this._parent.insertBefore(t,this._next)},insertBefore:function(t,e){return this._parent.insertBefore(t,e)},querySelector:function(t){return this._parent.querySelector(t)},querySelectorAll:function(t){return this._parent.querySelectorAll(t)}};var F=function(t){return function(){return t}},N="$";function I(t,e,n,r,i,o){for(var a,s=0,c=e.length,u=o.length;s<u;++s)(a=e[s])?(a.__data__=o[s],r[s]=a):n[s]=new L(t,o[s]);for(;s<c;++s)(a=e[s])&&(i[s]=a)}function z(t,e,n,r,i,o,a){var s,c,u,l={},f=e.length,d=o.length,h=new Array(f);for(s=0;s<f;++s)(c=e[s])&&(h[s]=u=N+a.call(c,c.__data__,s,e),u in l?i[s]=c:l[u]=c);for(s=0;s<d;++s)u=N+a.call(t,o[s],s,o),(c=l[u])?(r[s]=c,c.__data__=o[s],l[u]=null):n[s]=new L(t,o[s]);for(s=0;s<f;++s)(c=e[s])&&l[h[s]]===c&&(i[s]=c)}var B=function(t,e){if(!t)return h=new Array(this.size()),u=-1,this.each((function(t){h[++u]=t})),h;var n=e?z:I,r=this._parents,i=this._groups;"function"!==typeof t&&(t=F(t));for(var o=i.length,a=new Array(o),s=new Array(o),c=new Array(o),u=0;u<o;++u){var l=r[u],f=i[u],d=f.length,h=t.call(l,l&&l.__data__,u,r),p=h.length,v=s[u]=new Array(p),g=a[u]=new Array(p),m=c[u]=new Array(d);n(l,f,v,g,m,h,e);for(var b,y,_=0,w=0;_<p;++_)if(b=v[_]){_>=w&&(w=_+1);while(!(y=g[w])&&++w<p);b._next=y||null}}return a=new pe(a,r),a._enter=s,a._exit=c,a},U=function(){return new pe(this._exit||this._groups.map(R),this._parents)},H=function(t,e,n){var r=this.enter(),i=this,o=this.exit();return r="function"===typeof t?t(r):r.append(t+""),null!=e&&(i=e(i)),null==n?o.remove():n(o),r&&i?r.merge(i).order():i},Y=function(t){for(var e=this._groups,n=t._groups,r=e.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var c,u=e[s],l=n[s],f=u.length,d=a[s]=new Array(f),h=0;h<f;++h)(c=u[h]||l[h])&&(d[h]=c);for(;s<r;++s)a[s]=e[s];return new pe(a,this._parents)},V=function(){for(var t=this._groups,e=-1,n=t.length;++e<n;)for(var r,i=t[e],o=i.length-1,a=i[o];--o>=0;)(r=i[o])&&(a&&4^r.compareDocumentPosition(a)&&a.parentNode.insertBefore(r,a),a=r);return this},W=function(t){function e(e,n){return e&&n?t(e.__data__,n.__data__):!e-!n}t||(t=G);for(var n=this._groups,r=n.length,i=new Array(r),o=0;o<r;++o){for(var a,s=n[o],c=s.length,u=i[o]=new Array(c),l=0;l<c;++l)(a=s[l])&&(u[l]=a);u.sort(e)}return new pe(i,this._parents).order()};function G(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}var Q=function(){var t=arguments[0];return arguments[0]=this,t.apply(null,arguments),this},X=function(){var t=new Array(this.size()),e=-1;return this.each((function(){t[++e]=this})),t},K=function(){for(var t=this._groups,e=0,n=t.length;e<n;++e)for(var r=t[e],i=0,o=r.length;i<o;++i){var a=r[i];if(a)return a}return null},Z=function(){var t=0;return this.each((function(){++t})),t},J=function(){return!this.node()},tt=function(t){for(var e=this._groups,n=0,r=e.length;n<r;++n)for(var i,o=e[n],a=0,s=o.length;a<s;++a)(i=o[a])&&t.call(i,i.__data__,a,o);return this},et="http://www.w3.org/1999/xhtml",nt={svg:"http://www.w3.org/2000/svg",xhtml:et,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"},rt=function(t){var e=t+="",n=e.indexOf(":");return n>=0&&"xmlns"!==(e=t.slice(0,n))&&(t=t.slice(n+1)),nt.hasOwnProperty(e)?{space:nt[e],local:t}:t};function it(t){return function(){this.removeAttribute(t)}}function ot(t){return function(){this.removeAttributeNS(t.space,t.local)}}function at(t,e){return function(){this.setAttribute(t,e)}}function st(t,e){return function(){this.setAttributeNS(t.space,t.local,e)}}function ct(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttribute(t):this.setAttribute(t,n)}}function ut(t,e){return function(){var n=e.apply(this,arguments);null==n?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}}var lt=function(t,e){var n=rt(t);if(arguments.length<2){var r=this.node();return n.local?r.getAttributeNS(n.space,n.local):r.getAttribute(n)}return this.each((null==e?n.local?ot:it:"function"===typeof e?n.local?ut:ct:n.local?st:at)(n,e))},ft=function(t){return t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView};function dt(t){return function(){this.style.removeProperty(t)}}function ht(t,e,n){return function(){this.style.setProperty(t,e,n)}}function pt(t,e,n){return function(){var r=e.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,n)}}var vt=function(t,e,n){return arguments.length>1?this.each((null==e?dt:"function"===typeof e?pt:ht)(t,e,null==n?"":n)):gt(this.node(),t)};function gt(t,e){return t.style.getPropertyValue(e)||ft(t).getComputedStyle(t,null).getPropertyValue(e)}function mt(t){return function(){delete this[t]}}function bt(t,e){return function(){this[t]=e}}function yt(t,e){return function(){var n=e.apply(this,arguments);null==n?delete this[t]:this[t]=n}}var _t=function(t,e){return arguments.length>1?this.each((null==e?mt:"function"===typeof e?yt:bt)(t,e)):this.node()[t]};function wt(t){return t.trim().split(/^|\s+/)}function xt(t){return t.classList||new St(t)}function St(t){this._node=t,this._names=wt(t.getAttribute("class")||"")}function Ot(t,e){var n=xt(t),r=-1,i=e.length;while(++r<i)n.add(e[r])}function Ct(t,e){var n=xt(t),r=-1,i=e.length;while(++r<i)n.remove(e[r])}function kt(t){return function(){Ot(this,t)}}function jt(t){return function(){Ct(this,t)}}function Tt(t,e){return function(){(e.apply(this,arguments)?Ot:Ct)(this,t)}}St.prototype={add:function(t){var e=this._names.indexOf(t);e<0&&(this._names.push(t),this._node.setAttribute("class",this._names.join(" ")))},remove:function(t){var e=this._names.indexOf(t);e>=0&&(this._names.splice(e,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(t){return this._names.indexOf(t)>=0}};var Pt=function(t,e){var n=wt(t+"");if(arguments.length<2){var r=xt(this.node()),i=-1,o=n.length;while(++i<o)if(!r.contains(n[i]))return!1;return!0}return this.each(("function"===typeof e?Tt:e?kt:jt)(n,e))};function At(){this.textContent=""}function Et(t){return function(){this.textContent=t}}function Mt(t){return function(){var e=t.apply(this,arguments);this.textContent=null==e?"":e}}var Dt=function(t){return arguments.length?this.each(null==t?At:("function"===typeof t?Mt:Et)(t)):this.node().textContent};function $t(){this.innerHTML=""}function Rt(t){return function(){this.innerHTML=t}}function qt(t){return function(){var e=t.apply(this,arguments);this.innerHTML=null==e?"":e}}var Lt=function(t){return arguments.length?this.each(null==t?$t:("function"===typeof t?qt:Rt)(t)):this.node().innerHTML};function Ft(){this.nextSibling&&this.parentNode.appendChild(this)}var Nt=function(){return this.each(Ft)};function It(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}var zt=function(){return this.each(It)};function Bt(t){return function(){var e=this.ownerDocument,n=this.namespaceURI;return n===et&&e.documentElement.namespaceURI===et?e.createElement(t):e.createElementNS(n,t)}}function Ut(t){return function(){return this.ownerDocument.createElementNS(t.space,t.local)}}var Ht=function(t){var e=rt(t);return(e.local?Ut:Bt)(e)},Yt=function(t){var e="function"===typeof t?t:Ht(t);return this.select((function(){return this.appendChild(e.apply(this,arguments))}))};function Vt(){return null}var Wt=function(t,e){var n="function"===typeof t?t:Ht(t),r=null==e?Vt:"function"===typeof e?e:T(e);return this.select((function(){return this.insertBefore(n.apply(this,arguments),r.apply(this,arguments)||null)}))};function Gt(){var t=this.parentNode;t&&t.removeChild(this)}var Qt=function(){return this.each(Gt)};function Xt(){var t=this.cloneNode(!1),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}function Kt(){var t=this.cloneNode(!0),e=this.parentNode;return e?e.insertBefore(t,this.nextSibling):t}var Zt=function(t){return this.select(t?Kt:Xt)},Jt=function(t){return arguments.length?this.property("__data__",t):this.node().__data__},te={},ee=null;if("undefined"!==typeof document){var ne=document.documentElement;"onmouseenter"in ne||(te={mouseenter:"mouseover",mouseleave:"mouseout"})}function re(t,e,n){return t=ie(t,e,n),function(e){var n=e.relatedTarget;n&&(n===this||8&n.compareDocumentPosition(this))||t.call(this,e)}}function ie(t,e,n){return function(r){var i=ee;ee=r;try{t.call(this,this.__data__,e,n)}finally{ee=i}}}function oe(t){return t.trim().split(/^|\s+/).map((function(t){var e="",n=t.indexOf(".");return n>=0&&(e=t.slice(n+1),t=t.slice(0,n)),{type:t,name:e}}))}function ae(t){return function(){var e=this.__on;if(e){for(var n,r=0,i=-1,o=e.length;r<o;++r)n=e[r],t.type&&n.type!==t.type||n.name!==t.name?e[++i]=n:this.removeEventListener(n.type,n.listener,n.capture);++i?e.length=i:delete this.__on}}}function se(t,e,n){var r=te.hasOwnProperty(t.type)?re:ie;return function(i,o,a){var s,c=this.__on,u=r(e,o,a);if(c)for(var l=0,f=c.length;l<f;++l)if((s=c[l]).type===t.type&&s.name===t.name)return this.removeEventListener(s.type,s.listener,s.capture),this.addEventListener(s.type,s.listener=u,s.capture=n),void(s.value=e);this.addEventListener(t.type,u,n),s={type:t.type,name:t.name,value:e,listener:u,capture:n},c?c.push(s):this.__on=[s]}}var ce=function(t,e,n){var r,i,o=oe(t+""),a=o.length;if(!(arguments.length<2)){for(s=e?se:ae,null==n&&(n=!1),r=0;r<a;++r)this.each(s(o[r],e,n));return this}var s=this.node().__on;if(s)for(var c,u=0,l=s.length;u<l;++u)for(r=0,c=s[u];r<a;++r)if((i=o[r]).type===c.type&&i.name===c.name)return c.value};function ue(t,e,n){var r=ft(t),i=r.CustomEvent;"function"===typeof i?i=new i(e,n):(i=r.document.createEvent("Event"),n?(i.initEvent(e,n.bubbles,n.cancelable),i.detail=n.detail):i.initEvent(e,!1,!1)),t.dispatchEvent(i)}function le(t,e){return function(){return ue(this,t,e)}}function fe(t,e){return function(){return ue(this,t,e.apply(this,arguments))}}var de=function(t,e){return this.each(("function"===typeof e?fe:le)(t,e))},he=[null];function pe(t,e){this._groups=t,this._parents=e}function ve(){return new pe([[document.documentElement]],he)}pe.prototype=ve.prototype={constructor:pe,select:P,selectAll:M,filter:$,data:B,enter:q,exit:U,join:H,merge:Y,order:V,sort:W,call:Q,nodes:X,node:K,size:Z,empty:J,each:tt,attr:lt,style:vt,property:_t,classed:Pt,text:Dt,html:Lt,raise:Nt,lower:zt,append:Yt,insert:Wt,remove:Qt,clone:Zt,datum:Jt,on:ce,dispatch:de};var ge=ve;var me=n("166a"),be=n("e360"),ye=function(t,e){e||(e=[]);var n,r=t?Math.min(e.length,t.length):0,i=e.slice();return function(o){for(n=0;n<r;++n)i[n]=t[n]*(1-o)+e[n]*o;return i}};function _e(t){return ArrayBuffer.isView(t)&&!(t instanceof DataView)}function we(t,e){var n,r=e?e.length:0,i=t?Math.min(r,t.length):0,o=new Array(i),a=new Array(r);for(n=0;n<i;++n)o[n]=De(t[n],e[n]);for(;n<r;++n)a[n]=e[n];return function(t){for(n=0;n<i;++n)a[n]=o[n](t);return a}}var xe=function(t,e){var n=new Date;return t=+t,e=+e,function(r){return n.setTime(t*(1-r)+e*r),n}},Se=function(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}},Oe=function(t,e){var n,r={},i={};for(n in null!==t&&"object"===typeof t||(t={}),null!==e&&"object"===typeof e||(e={}),e)n in t?r[n]=De(t[n],e[n]):i[n]=e[n];return function(t){for(n in r)i[n]=r[n](t);return i}},Ce=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ke=new RegExp(Ce.source,"g");function je(t){return function(){return t}}function Te(t){return function(e){return t(e)+""}}var Pe,Ae,Ee=function(t,e){var n,r,i,o=Ce.lastIndex=ke.lastIndex=0,a=-1,s=[],c=[];t+="",e+="";while((n=Ce.exec(t))&&(r=ke.exec(e)))(i=r.index)>o&&(i=e.slice(o,i),s[a]?s[a]+=i:s[++a]=i),(n=n[0])===(r=r[0])?s[a]?s[a]+=r:s[++a]=r:(s[++a]=null,c.push({i:a,x:Se(n,r)})),o=ke.lastIndex;return o<e.length&&(i=e.slice(o),s[a]?s[a]+=i:s[++a]=i),s.length<2?c[0]?Te(c[0].x):je(e):(e=c.length,function(t){for(var n,r=0;r<e;++r)s[(n=c[r]).i]=n.x(t);return s.join("")})},Me=n("c698"),De=function(t,e){var n,r=typeof e;return null==e||"boolean"===r?Object(Me["a"])(e):("number"===r?Se:"string"===r?(n=Object(me["e"])(e))?(e=n,be["a"]):Ee:e instanceof me["e"]?be["a"]:e instanceof Date?xe:_e(e)?ye:Array.isArray(e)?we:"function"!==typeof e.valueOf&&"function"!==typeof e.toString||isNaN(e)?Oe:Se)(t,e)},$e=0,Re=0,qe=0,Le=1e3,Fe=0,Ne=0,Ie=0,ze="object"===typeof performance&&performance.now?performance:Date,Be="object"===typeof window&&window.requestAnimationFrame?window.requestAnimationFrame.bind(window):function(t){setTimeout(t,17)};function Ue(){return Ne||(Be(He),Ne=ze.now()+Ie)}function He(){Ne=0}function Ye(){this._call=this._time=this._next=null}function Ve(t,e,n){var r=new Ye;return r.restart(t,e,n),r}function We(){Ue(),++$e;var t,e=Pe;while(e)(t=Ne-e._time)>=0&&e._call.call(null,t),e=e._next;--$e}function Ge(){Ne=(Fe=ze.now())+Ie,$e=Re=0;try{We()}finally{$e=0,Xe(),Ne=0}}function Qe(){var t=ze.now(),e=t-Fe;e>Le&&(Ie-=e,Fe=t)}function Xe(){var t,e,n=Pe,r=1/0;while(n)n._call?(r>n._time&&(r=n._time),t=n,n=n._next):(e=n._next,n._next=null,n=t?t._next=e:Pe=e);Ae=t,Ke(r)}function Ke(t){if(!$e){Re&&(Re=clearTimeout(Re));var e=t-Ne;e>24?(t<1/0&&(Re=setTimeout(Ge,t-ze.now()-Ie)),qe&&(qe=clearInterval(qe))):(qe||(Fe=ze.now(),qe=setInterval(Qe,Le)),$e=1,Be(Ge))}}Ye.prototype=Ve.prototype={constructor:Ye,restart:function(t,e,n){if("function"!==typeof t)throw new TypeError("callback is not a function");n=(null==n?Ue():+n)+(null==e?0:+e),this._next||Ae===this||(Ae?Ae._next=this:Pe=this,Ae=this),this._call=t,this._time=n,Ke()},stop:function(){this._call&&(this._call=null,this._time=1/0,Ke())}};var Ze=function(t,e,n){var r=new Ye;return e=null==e?0:+e,r.restart((function(n){r.stop(),t(n+e)}),e,n),r},Je=k("start","end","cancel","interrupt"),tn=[],en=0,nn=1,rn=2,on=3,an=4,sn=5,cn=6,un=function(t,e,n,r,i,o){var a=t.__transition;if(a){if(n in a)return}else t.__transition={};hn(t,n,{name:e,index:r,group:i,on:Je,tween:tn,time:o.time,delay:o.delay,duration:o.duration,ease:o.ease,timer:null,state:en})};function ln(t,e){var n=dn(t,e);if(n.state>en)throw new Error("too late; already scheduled");return n}function fn(t,e){var n=dn(t,e);if(n.state>on)throw new Error("too late; already running");return n}function dn(t,e){var n=t.__transition;if(!n||!(n=n[e]))throw new Error("transition not found");return n}function hn(t,e,n){var r,i=t.__transition;function o(t){n.state=nn,n.timer.restart(a,n.delay,n.time),n.delay<=t&&a(t-n.delay)}function a(o){var u,l,f,d;if(n.state!==nn)return c();for(u in i)if(d=i[u],d.name===n.name){if(d.state===on)return Ze(a);d.state===an?(d.state=cn,d.timer.stop(),d.on.call("interrupt",t,t.__data__,d.index,d.group),delete i[u]):+u<e&&(d.state=cn,d.timer.stop(),d.on.call("cancel",t,t.__data__,d.index,d.group),delete i[u])}if(Ze((function(){n.state===on&&(n.state=an,n.timer.restart(s,n.delay,n.time),s(o))})),n.state=rn,n.on.call("start",t,t.__data__,n.index,n.group),n.state===rn){for(n.state=on,r=new Array(f=n.tween.length),u=0,l=-1;u<f;++u)(d=n.tween[u].value.call(t,t.__data__,n.index,n.group))&&(r[++l]=d);r.length=l+1}}function s(e){var i=e<n.duration?n.ease.call(null,e/n.duration):(n.timer.restart(c),n.state=sn,1),o=-1,a=r.length;while(++o<a)r[o].call(t,i);n.state===sn&&(n.on.call("end",t,t.__data__,n.index,n.group),c())}function c(){for(var r in n.state=cn,n.timer.stop(),delete i[e],i)return;delete t.__transition}i[e]=n,n.timer=Ve(o,0,n.time)}var pn,vn,gn,mn,bn=function(t,e){var n,r,i,o=t.__transition,a=!0;if(o){for(i in e=null==e?null:e+"",o)(n=o[i]).name===e?(r=n.state>rn&&n.state<sn,n.state=cn,n.timer.stop(),n.on.call(r?"interrupt":"cancel",t,t.__data__,n.index,n.group),delete o[i]):a=!1;a&&delete t.__transition}},yn=function(t){return this.each((function(){bn(this,t)}))},_n=180/Math.PI,wn={translateX:0,translateY:0,rotate:0,skewX:0,scaleX:1,scaleY:1},xn=function(t,e,n,r,i,o){var a,s,c;return(a=Math.sqrt(t*t+e*e))&&(t/=a,e/=a),(c=t*n+e*r)&&(n-=t*c,r-=e*c),(s=Math.sqrt(n*n+r*r))&&(n/=s,r/=s,c/=s),t*r<e*n&&(t=-t,e=-e,c=-c,a=-a),{translateX:i,translateY:o,rotate:Math.atan2(e,t)*_n,skewX:Math.atan(c)*_n,scaleX:a,scaleY:s}};function Sn(t){return"none"===t?wn:(pn||(pn=document.createElement("DIV"),vn=document.documentElement,gn=document.defaultView),pn.style.transform=t,t=gn.getComputedStyle(vn.appendChild(pn),null).getPropertyValue("transform"),vn.removeChild(pn),t=t.slice(7,-1).split(","),xn(+t[0],+t[1],+t[2],+t[3],+t[4],+t[5]))}function On(t){return null==t?wn:(mn||(mn=document.createElementNS("http://www.w3.org/2000/svg","g")),mn.setAttribute("transform",t),(t=mn.transform.baseVal.consolidate())?(t=t.matrix,xn(t.a,t.b,t.c,t.d,t.e,t.f)):wn)}function Cn(t,e,n,r){function i(t){return t.length?t.pop()+" ":""}function o(t,r,i,o,a,s){if(t!==i||r!==o){var c=a.push("translate(",null,e,null,n);s.push({i:c-4,x:Se(t,i)},{i:c-2,x:Se(r,o)})}else(i||o)&&a.push("translate("+i+e+o+n)}function a(t,e,n,o){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),o.push({i:n.push(i(n)+"rotate(",null,r)-2,x:Se(t,e)})):e&&n.push(i(n)+"rotate("+e+r)}function s(t,e,n,o){t!==e?o.push({i:n.push(i(n)+"skewX(",null,r)-2,x:Se(t,e)}):e&&n.push(i(n)+"skewX("+e+r)}function c(t,e,n,r,o,a){if(t!==n||e!==r){var s=o.push(i(o)+"scale(",null,",",null,")");a.push({i:s-4,x:Se(t,n)},{i:s-2,x:Se(e,r)})}else 1===n&&1===r||o.push(i(o)+"scale("+n+","+r+")")}return function(e,n){var r=[],i=[];return e=t(e),n=t(n),o(e.translateX,e.translateY,n.translateX,n.translateY,r,i),a(e.rotate,n.rotate,r,i),s(e.skewX,n.skewX,r,i),c(e.scaleX,e.scaleY,n.scaleX,n.scaleY,r,i),e=n=null,function(t){var e,n=-1,o=i.length;while(++n<o)r[(e=i[n]).i]=e.x(t);return r.join("")}}}var kn=Cn(Sn,"px, ","px)","deg)"),jn=Cn(On,", ",")",")");function Tn(t,e){var n,r;return function(){var i=fn(this,t),o=i.tween;if(o!==n){r=n=o;for(var a=0,s=r.length;a<s;++a)if(r[a].name===e){r=r.slice(),r.splice(a,1);break}}i.tween=r}}function Pn(t,e,n){var r,i;if("function"!==typeof n)throw new Error;return function(){var o=fn(this,t),a=o.tween;if(a!==r){i=(r=a).slice();for(var s={name:e,value:n},c=0,u=i.length;c<u;++c)if(i[c].name===e){i[c]=s;break}c===u&&i.push(s)}o.tween=i}}var An=function(t,e){var n=this._id;if(t+="",arguments.length<2){for(var r,i=dn(this.node(),n).tween,o=0,a=i.length;o<a;++o)if((r=i[o]).name===t)return r.value;return null}return this.each((null==e?Tn:Pn)(n,t,e))};function En(t,e,n){var r=t._id;return t.each((function(){var t=fn(this,r);(t.value||(t.value={}))[e]=n.apply(this,arguments)})),function(t){return dn(t,r).value[e]}}var Mn=function(t,e){var n;return("number"===typeof e?Se:e instanceof me["e"]?be["a"]:(n=Object(me["e"])(e))?(e=n,be["a"]):Ee)(t,e)};function Dn(t){return function(){this.removeAttribute(t)}}function $n(t){return function(){this.removeAttributeNS(t.space,t.local)}}function Rn(t,e,n){var r,i,o=n+"";return function(){var a=this.getAttribute(t);return a===o?null:a===r?i:i=e(r=a,n)}}function qn(t,e,n){var r,i,o=n+"";return function(){var a=this.getAttributeNS(t.space,t.local);return a===o?null:a===r?i:i=e(r=a,n)}}function Ln(t,e,n){var r,i,o;return function(){var a,s,c=n(this);if(null!=c)return a=this.getAttribute(t),s=c+"",a===s?null:a===r&&s===i?o:(i=s,o=e(r=a,c));this.removeAttribute(t)}}function Fn(t,e,n){var r,i,o;return function(){var a,s,c=n(this);if(null!=c)return a=this.getAttributeNS(t.space,t.local),s=c+"",a===s?null:a===r&&s===i?o:(i=s,o=e(r=a,c));this.removeAttributeNS(t.space,t.local)}}var Nn=function(t,e){var n=rt(t),r="transform"===n?jn:Mn;return this.attrTween(t,"function"===typeof e?(n.local?Fn:Ln)(n,r,En(this,"attr."+t,e)):null==e?(n.local?$n:Dn)(n):(n.local?qn:Rn)(n,r,e))};function In(t,e){return function(n){this.setAttribute(t,e.call(this,n))}}function zn(t,e){return function(n){this.setAttributeNS(t.space,t.local,e.call(this,n))}}function Bn(t,e){var n,r;function i(){var i=e.apply(this,arguments);return i!==r&&(n=(r=i)&&zn(t,i)),n}return i._value=e,i}function Un(t,e){var n,r;function i(){var i=e.apply(this,arguments);return i!==r&&(n=(r=i)&&In(t,i)),n}return i._value=e,i}var Hn=function(t,e){var n="attr."+t;if(arguments.length<2)return(n=this.tween(n))&&n._value;if(null==e)return this.tween(n,null);if("function"!==typeof e)throw new Error;var r=rt(t);return this.tween(n,(r.local?Bn:Un)(r,e))};function Yn(t,e){return function(){ln(this,t).delay=+e.apply(this,arguments)}}function Vn(t,e){return e=+e,function(){ln(this,t).delay=e}}var Wn=function(t){var e=this._id;return arguments.length?this.each(("function"===typeof t?Yn:Vn)(e,t)):dn(this.node(),e).delay};function Gn(t,e){return function(){fn(this,t).duration=+e.apply(this,arguments)}}function Qn(t,e){return e=+e,function(){fn(this,t).duration=e}}var Xn=function(t){var e=this._id;return arguments.length?this.each(("function"===typeof t?Gn:Qn)(e,t)):dn(this.node(),e).duration};function Kn(t,e){if("function"!==typeof e)throw new Error;return function(){fn(this,t).ease=e}}var Zn=function(t){var e=this._id;return arguments.length?this.each(Kn(e,t)):dn(this.node(),e).ease},Jn=function(t){"function"!==typeof t&&(t=D(t));for(var e=this._groups,n=e.length,r=new Array(n),i=0;i<n;++i)for(var o,a=e[i],s=a.length,c=r[i]=[],u=0;u<s;++u)(o=a[u])&&t.call(o,o.__data__,u,a)&&c.push(o);return new Tr(r,this._parents,this._name,this._id)},tr=function(t){if(t._id!==this._id)throw new Error;for(var e=this._groups,n=t._groups,r=e.length,i=n.length,o=Math.min(r,i),a=new Array(r),s=0;s<o;++s)for(var c,u=e[s],l=n[s],f=u.length,d=a[s]=new Array(f),h=0;h<f;++h)(c=u[h]||l[h])&&(d[h]=c);for(;s<r;++s)a[s]=e[s];return new Tr(a,this._parents,this._name,this._id)};function er(t){return(t+"").trim().split(/^|\s+/).every((function(t){var e=t.indexOf(".");return e>=0&&(t=t.slice(0,e)),!t||"start"===t}))}function nr(t,e,n){var r,i,o=er(e)?ln:fn;return function(){var a=o(this,t),s=a.on;s!==r&&(i=(r=s).copy()).on(e,n),a.on=i}}var rr=function(t,e){var n=this._id;return arguments.length<2?dn(this.node(),n).on.on(t):this.each(nr(n,t,e))};function ir(t){return function(){var e=this.parentNode;for(var n in this.__transition)if(+n!==t)return;e&&e.removeChild(this)}}var or=function(){return this.on("end.remove",ir(this._id))},ar=function(t){var e=this._name,n=this._id;"function"!==typeof t&&(t=T(t));for(var r=this._groups,i=r.length,o=new Array(i),a=0;a<i;++a)for(var s,c,u=r[a],l=u.length,f=o[a]=new Array(l),d=0;d<l;++d)(s=u[d])&&(c=t.call(s,s.__data__,d,u))&&("__data__"in s&&(c.__data__=s.__data__),f[d]=c,un(f[d],e,n,d,f,dn(s,n)));return new Tr(o,this._parents,e,n)},sr=function(t){var e=this._name,n=this._id;"function"!==typeof t&&(t=E(t));for(var r=this._groups,i=r.length,o=[],a=[],s=0;s<i;++s)for(var c,u=r[s],l=u.length,f=0;f<l;++f)if(c=u[f]){for(var d,h=t.call(c,c.__data__,f,u),p=dn(c,n),v=0,g=h.length;v<g;++v)(d=h[v])&&un(d,e,n,v,h,p);o.push(h),a.push(c)}return new Tr(o,a,e,n)},cr=ge.prototype.constructor,ur=function(){return new cr(this._groups,this._parents)};function lr(t,e){var n,r,i;return function(){var o=gt(this,t),a=(this.style.removeProperty(t),gt(this,t));return o===a?null:o===n&&a===r?i:i=e(n=o,r=a)}}function fr(t){return function(){this.style.removeProperty(t)}}function dr(t,e,n){var r,i,o=n+"";return function(){var a=gt(this,t);return a===o?null:a===r?i:i=e(r=a,n)}}function hr(t,e,n){var r,i,o;return function(){var a=gt(this,t),s=n(this),c=s+"";return null==s&&(this.style.removeProperty(t),c=s=gt(this,t)),a===c?null:a===r&&c===i?o:(i=c,o=e(r=a,s))}}function pr(t,e){var n,r,i,o,a="style."+e,s="end."+a;return function(){var c=fn(this,t),u=c.on,l=null==c.value[a]?o||(o=fr(e)):void 0;u===n&&i===l||(r=(n=u).copy()).on(s,i=l),c.on=r}}var vr=function(t,e,n){var r="transform"===(t+="")?kn:Mn;return null==e?this.styleTween(t,lr(t,r)).on("end.style."+t,fr(t)):"function"===typeof e?this.styleTween(t,hr(t,r,En(this,"style."+t,e))).each(pr(this._id,t)):this.styleTween(t,dr(t,r,e),n).on("end.style."+t,null)};function gr(t,e,n){return function(r){this.style.setProperty(t,e.call(this,r),n)}}function mr(t,e,n){var r,i;function o(){var o=e.apply(this,arguments);return o!==i&&(r=(i=o)&&gr(t,o,n)),r}return o._value=e,o}var br=function(t,e,n){var r="style."+(t+="");if(arguments.length<2)return(r=this.tween(r))&&r._value;if(null==e)return this.tween(r,null);if("function"!==typeof e)throw new Error;return this.tween(r,mr(t,e,null==n?"":n))};function yr(t){return function(){this.textContent=t}}function _r(t){return function(){var e=t(this);this.textContent=null==e?"":e}}var wr=function(t){return this.tween("text","function"===typeof t?_r(En(this,"text",t)):yr(null==t?"":t+""))};function xr(t){return function(e){this.textContent=t.call(this,e)}}function Sr(t){var e,n;function r(){var r=t.apply(this,arguments);return r!==n&&(e=(n=r)&&xr(r)),e}return r._value=t,r}var Or=function(t){var e="text";if(arguments.length<1)return(e=this.tween(e))&&e._value;if(null==t)return this.tween(e,null);if("function"!==typeof t)throw new Error;return this.tween(e,Sr(t))},Cr=function(){for(var t=this._name,e=this._id,n=Ar(),r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],c=s.length,u=0;u<c;++u)if(a=s[u]){var l=dn(a,e);un(a,t,n,u,s,{time:l.time+l.delay+l.duration,delay:0,duration:l.duration,ease:l.ease})}return new Tr(r,this._parents,t,n)},kr=function(){var t,e,n=this,r=n._id,i=n.size();return new Promise((function(o,a){var s={value:a},c={value:function(){0===--i&&o()}};n.each((function(){var n=fn(this,r),i=n.on;i!==t&&(e=(t=i).copy(),e._.cancel.push(s),e._.interrupt.push(s),e._.end.push(c)),n.on=e}))}))},jr=0;function Tr(t,e,n,r){this._groups=t,this._parents=e,this._name=n,this._id=r}function Pr(t){return ge().transition(t)}function Ar(){return++jr}var Er=ge.prototype;function Mr(t){return((t*=2)<=1?t*t*t:(t-=2)*t*t+2)/2}Tr.prototype=Pr.prototype={constructor:Tr,select:ar,selectAll:sr,filter:Jn,merge:tr,selection:ur,transition:Cr,call:Er.call,nodes:Er.nodes,node:Er.node,size:Er.size,empty:Er.empty,each:Er.each,on:rr,attr:Nn,attrTween:Hn,style:vr,styleTween:br,text:wr,textTween:Or,remove:or,tween:An,delay:Wn,duration:Xn,ease:Zn,end:kr};var Dr={time:null,delay:0,duration:250,ease:Mr};function $r(t,e){var n;while(!(n=t.__transition)||!(n=n[e]))if(!(t=t.parentNode))return Dr.time=Ue(),Dr;return n}var Rr=function(t){var e,n;t instanceof Tr?(e=t._id,t=t._name):(e=Ar(),(n=Dr).time=Ue(),t=null==t?null:t+"");for(var r=this._groups,i=r.length,o=0;o<i;++o)for(var a,s=r[o],c=s.length,u=0;u<c;++u)(a=s[u])&&un(a,t,e,u,s,n||$r(a,e));return new Tr(r,this._parents,t,e)};ge.prototype.interrupt=yn,ge.prototype.transition=Rr;function qr(t){return[+t[0],+t[1]]}function Lr(t){return[qr(t[0]),qr(t[1])]}["w","e"].map(Fr),["n","s"].map(Fr),["n","w","e","s","nw","ne","sw","se"].map(Fr);function Fr(t){return{type:t}}Math.cos,Math.sin,Math.PI,Math.max;Array.prototype.slice,n("eadc");var Nr="$";function Ir(){}function zr(t,e){var n=new Ir;if(t instanceof Ir)t.each((function(t,e){n.set(e,t)}));else if(Array.isArray(t)){var r,i=-1,o=t.length;if(null==e)while(++i<o)n.set(i,t[i]);else while(++i<o)n.set(e(r=t[i],i,t),r)}else if(t)for(var a in t)n.set(a,t[a]);return n}Ir.prototype=zr.prototype={constructor:Ir,has:function(t){return Nr+t in this},get:function(t){return this[Nr+t]},set:function(t,e){return this[Nr+t]=e,this},remove:function(t){var e=Nr+t;return e in this&&delete this[e]},clear:function(){for(var t in this)t[0]===Nr&&delete this[t]},keys:function(){var t=[];for(var e in this)e[0]===Nr&&t.push(e.slice(1));return t},values:function(){var t=[];for(var e in this)e[0]===Nr&&t.push(this[e]);return t},entries:function(){var t=[];for(var e in this)e[0]===Nr&&t.push({key:e.slice(1),value:this[e]});return t},size:function(){var t=0;for(var e in this)e[0]===Nr&&++t;return t},empty:function(){for(var t in this)if(t[0]===Nr)return!1;return!0},each:function(t){for(var e in this)e[0]===Nr&&t(this[e],e.slice(1),this)}};var Br=zr;function Ur(){}var Hr=Br.prototype;function Yr(t,e){var n=new Ur;if(t instanceof Ur)t.each((function(t){n.add(t)}));else if(t){var r=-1,i=t.length;if(null==e)while(++r<i)n.add(t[r]);else while(++r<i)n.add(e(t[r],r,t))}return n}Ur.prototype=Yr.prototype={constructor:Ur,has:Hr.has,add:function(t){return t+="",this[Nr+t]=t,this},remove:Hr.remove,clear:Hr.clear,values:Hr.keys,size:Hr.size,empty:Hr.empty,each:Hr.each};var Vr=Array.prototype;Vr.slice;var Wr={},Gr={},Qr=34,Xr=10,Kr=13;function Zr(t){return new Function("d","return {"+t.map((function(t,e){return JSON.stringify(t)+": d["+e+'] || ""'})).join(",")+"}")}function Jr(t,e){var n=Zr(t);return function(r,i){return e(n(r),i,t)}}function ti(t){var e=Object.create(null),n=[];return t.forEach((function(t){for(var r in t)r in e||n.push(e[r]=r)})),n}function ei(t,e){var n=t+"",r=n.length;return r<e?new Array(e-r+1).join(0)+n:n}function ni(t){return t<0?"-"+ei(-t,6):t>9999?"+"+ei(t,6):ei(t,4)}function ri(t){var e=t.getUTCHours(),n=t.getUTCMinutes(),r=t.getUTCSeconds(),i=t.getUTCMilliseconds();return isNaN(t)?"Invalid Date":ni(t.getUTCFullYear(),4)+"-"+ei(t.getUTCMonth()+1,2)+"-"+ei(t.getUTCDate(),2)+(i?"T"+ei(e,2)+":"+ei(n,2)+":"+ei(r,2)+"."+ei(i,3)+"Z":r?"T"+ei(e,2)+":"+ei(n,2)+":"+ei(r,2)+"Z":n||e?"T"+ei(e,2)+":"+ei(n,2)+"Z":"")}var ii=function(t){var e=new RegExp('["'+t+"\n\r]"),n=t.charCodeAt(0);function r(t,e){var n,r,o=i(t,(function(t,i){if(n)return n(t,i-1);r=t,n=e?Jr(t,e):Zr(t)}));return o.columns=r||[],o}function i(t,e){var r,i=[],o=t.length,a=0,s=0,c=o<=0,u=!1;function l(){if(c)return Gr;if(u)return u=!1,Wr;var e,r,i=a;if(t.charCodeAt(i)===Qr){while(a++<o&&t.charCodeAt(a)!==Qr||t.charCodeAt(++a)===Qr);return(e=a)>=o?c=!0:(r=t.charCodeAt(a++))===Xr?u=!0:r===Kr&&(u=!0,t.charCodeAt(a)===Xr&&++a),t.slice(i+1,e-1).replace(/""/g,'"')}while(a<o){if((r=t.charCodeAt(e=a++))===Xr)u=!0;else if(r===Kr)u=!0,t.charCodeAt(a)===Xr&&++a;else if(r!==n)continue;return t.slice(i,e)}return c=!0,t.slice(i,o)}t.charCodeAt(o-1)===Xr&&--o,t.charCodeAt(o-1)===Kr&&--o;while((r=l())!==Gr){var f=[];while(r!==Wr&&r!==Gr)f.push(r),r=l();e&&null==(f=e(f,s++))||i.push(f)}return i}function o(e,n){return e.map((function(e){return n.map((function(t){return l(e[t])})).join(t)}))}function a(e,n){return null==n&&(n=ti(e)),[n.map(l).join(t)].concat(o(e,n)).join("\n")}function s(t,e){return null==e&&(e=ti(t)),o(t,e).join("\n")}function c(t){return t.map(u).join("\n")}function u(e){return e.map(l).join(t)}function l(t){return null==t?"":t instanceof Date?ri(t):e.test(t+="")?'"'+t.replace(/"/g,'""')+'"':t}return{parse:r,parseRows:i,format:a,formatBody:s,formatRows:c,formatRow:u,formatValue:l}},oi=ii(","),ai=oi.parse,si=(oi.parseRows,oi.format,oi.formatBody,oi.formatRows,oi.formatRow,oi.formatValue,ii("\t")),ci=si.parse;si.parseRows,si.format,si.formatBody,si.formatRows,si.formatRow,si.formatValue;function ui(t){if(!t.ok)throw new Error(t.status+" "+t.statusText);return t.text()}var li=function(t,e){return fetch(t,e).then(ui)};function fi(t){return function(e,n,r){return 2===arguments.length&&"function"===typeof n&&(r=n,n=void 0),li(e,n).then((function(e){return t(e,r)}))}}fi(ai),fi(ci);function di(t){return function(e,n){return li(e,n).then((function(e){return(new DOMParser).parseFromString(e,t)}))}}di("application/xml"),di("text/html"),di("image/svg+xml");var hi=function(t){var e=+this._x.call(null,t),n=+this._y.call(null,t);return pi(this.cover(e,n),e,n,t)};function pi(t,e,n,r){if(isNaN(e)||isNaN(n))return t;var i,o,a,s,c,u,l,f,d,h=t._root,p={data:r},v=t._x0,g=t._y0,m=t._x1,b=t._y1;if(!h)return t._root=p,t;while(h.length)if((u=e>=(o=(v+m)/2))?v=o:m=o,(l=n>=(a=(g+b)/2))?g=a:b=a,i=h,!(h=h[f=l<<1|u]))return i[f]=p,t;if(s=+t._x.call(null,h.data),c=+t._y.call(null,h.data),e===s&&n===c)return p.next=h,i?i[f]=p:t._root=p,t;do{i=i?i[f]=new Array(4):t._root=new Array(4),(u=e>=(o=(v+m)/2))?v=o:m=o,(l=n>=(a=(g+b)/2))?g=a:b=a}while((f=l<<1|u)===(d=(c>=a)<<1|s>=o));return i[d]=h,i[f]=p,t}function vi(t){var e,n,r,i,o=t.length,a=new Array(o),s=new Array(o),c=1/0,u=1/0,l=-1/0,f=-1/0;for(n=0;n<o;++n)isNaN(r=+this._x.call(null,e=t[n]))||isNaN(i=+this._y.call(null,e))||(a[n]=r,s[n]=i,r<c&&(c=r),r>l&&(l=r),i<u&&(u=i),i>f&&(f=i));if(c>l||u>f)return this;for(this.cover(c,u).cover(l,f),n=0;n<o;++n)pi(this,a[n],s[n],t[n]);return this}var gi=function(t,e){if(isNaN(t=+t)||isNaN(e=+e))return this;var n=this._x0,r=this._y0,i=this._x1,o=this._y1;if(isNaN(n))i=(n=Math.floor(t))+1,o=(r=Math.floor(e))+1;else{var a,s,c=i-n,u=this._root;while(n>t||t>=i||r>e||e>=o)switch(s=(e<r)<<1|t<n,a=new Array(4),a[s]=u,u=a,c*=2,s){case 0:i=n+c,o=r+c;break;case 1:n=i-c,o=r+c;break;case 2:i=n+c,r=o-c;break;case 3:n=i-c,r=o-c;break}this._root&&this._root.length&&(this._root=u)}return this._x0=n,this._y0=r,this._x1=i,this._y1=o,this},mi=function(){var t=[];return this.visit((function(e){if(!e.length)do{t.push(e.data)}while(e=e.next)})),t},bi=function(t){return arguments.length?this.cover(+t[0][0],+t[0][1]).cover(+t[1][0],+t[1][1]):isNaN(this._x0)?void 0:[[this._x0,this._y0],[this._x1,this._y1]]},yi=function(t,e,n,r,i){this.node=t,this.x0=e,this.y0=n,this.x1=r,this.y1=i},_i=function(t,e,n){var r,i,o,a,s,c,u,l=this._x0,f=this._y0,d=this._x1,h=this._y1,p=[],v=this._root;v&&p.push(new yi(v,l,f,d,h)),null==n?n=1/0:(l=t-n,f=e-n,d=t+n,h=e+n,n*=n);while(c=p.pop())if(!(!(v=c.node)||(i=c.x0)>d||(o=c.y0)>h||(a=c.x1)<l||(s=c.y1)<f))if(v.length){var g=(i+a)/2,m=(o+s)/2;p.push(new yi(v[3],g,m,a,s),new yi(v[2],i,m,g,s),new yi(v[1],g,o,a,m),new yi(v[0],i,o,g,m)),(u=(e>=m)<<1|t>=g)&&(c=p[p.length-1],p[p.length-1]=p[p.length-1-u],p[p.length-1-u]=c)}else{var b=t-+this._x.call(null,v.data),y=e-+this._y.call(null,v.data),_=b*b+y*y;if(_<n){var w=Math.sqrt(n=_);l=t-w,f=e-w,d=t+w,h=e+w,r=v.data}}return r},wi=function(t){if(isNaN(o=+this._x.call(null,t))||isNaN(a=+this._y.call(null,t)))return this;var e,n,r,i,o,a,s,c,u,l,f,d,h=this._root,p=this._x0,v=this._y0,g=this._x1,m=this._y1;if(!h)return this;if(h.length)while(1){if((u=o>=(s=(p+g)/2))?p=s:g=s,(l=a>=(c=(v+m)/2))?v=c:m=c,e=h,!(h=h[f=l<<1|u]))return this;if(!h.length)break;(e[f+1&3]||e[f+2&3]||e[f+3&3])&&(n=e,d=f)}while(h.data!==t)if(r=h,!(h=h.next))return this;return(i=h.next)&&delete h.next,r?(i?r.next=i:delete r.next,this):e?(i?e[f]=i:delete e[f],(h=e[0]||e[1]||e[2]||e[3])&&h===(e[3]||e[2]||e[1]||e[0])&&!h.length&&(n?n[d]=h:this._root=h),this):(this._root=i,this)};function xi(t){for(var e=0,n=t.length;e<n;++e)this.remove(t[e]);return this}var Si=function(){return this._root},Oi=function(){var t=0;return this.visit((function(e){if(!e.length)do{++t}while(e=e.next)})),t},Ci=function(t){var e,n,r,i,o,a,s=[],c=this._root;c&&s.push(new yi(c,this._x0,this._y0,this._x1,this._y1));while(e=s.pop())if(!t(c=e.node,r=e.x0,i=e.y0,o=e.x1,a=e.y1)&&c.length){var u=(r+o)/2,l=(i+a)/2;(n=c[3])&&s.push(new yi(n,u,l,o,a)),(n=c[2])&&s.push(new yi(n,r,l,u,a)),(n=c[1])&&s.push(new yi(n,u,i,o,l)),(n=c[0])&&s.push(new yi(n,r,i,u,l))}return this},ki=function(t){var e,n=[],r=[];this._root&&n.push(new yi(this._root,this._x0,this._y0,this._x1,this._y1));while(e=n.pop()){var i=e.node;if(i.length){var o,a=e.x0,s=e.y0,c=e.x1,u=e.y1,l=(a+c)/2,f=(s+u)/2;(o=i[0])&&n.push(new yi(o,a,s,l,f)),(o=i[1])&&n.push(new yi(o,l,s,c,f)),(o=i[2])&&n.push(new yi(o,a,f,l,u)),(o=i[3])&&n.push(new yi(o,l,f,c,u))}r.push(e)}while(e=r.pop())t(e.node,e.x0,e.y0,e.x1,e.y1);return this};function ji(t){return t[0]}var Ti=function(t){return arguments.length?(this._x=t,this):this._x};function Pi(t){return t[1]}var Ai=function(t){return arguments.length?(this._y=t,this):this._y};function Ei(t,e,n){var r=new Mi(null==e?ji:e,null==n?Pi:n,NaN,NaN,NaN,NaN);return null==t?r:r.addAll(t)}function Mi(t,e,n,r,i,o){this._x=t,this._y=e,this._x0=n,this._y0=r,this._x1=i,this._y1=o,this._root=void 0}function Di(t){var e={data:t.data},n=e;while(t=t.next)n=n.next={data:t.data};return e}var $i=Ei.prototype=Mi.prototype;$i.copy=function(){var t,e,n=new Mi(this._x,this._y,this._x0,this._y0,this._x1,this._y1),r=this._root;if(!r)return n;if(!r.length)return n._root=Di(r),n;t=[{source:r,target:n._root=new Array(4)}];while(r=t.pop())for(var i=0;i<4;++i)(e=r.source[i])&&(e.length?t.push({source:e,target:r.target[i]=new Array(4)}):r.target[i]=Di(e));return n},$i.add=hi,$i.addAll=vi,$i.cover=gi,$i.data=mi,$i.extent=bi,$i.find=_i,$i.remove=wi,$i.removeAll=xi,$i.root=Si,$i.size=Oi,$i.visit=Ci,$i.visitAfter=ki,$i.x=Ti,$i.y=Ai;Math.PI,Math.sqrt(5);var Ri=function(){return Math.random()},qi=(function t(e){function n(t,n){return t=null==t?0:+t,n=null==n?1:+n,1===arguments.length?(n=t,t=0):n-=t,function(){return e()*n+t}}return n.source=t,n}(Ri),function t(e){function n(t,n){var r,i;return t=null==t?0:+t,n=null==n?1:+n,function(){var o;if(null!=r)o=r,r=null;else do{r=2*e()-1,o=2*e()-1,i=r*r+o*o}while(!i||i>1);return t+n*o*Math.sqrt(-2*Math.log(i)/i)}}return n.source=t,n}(Ri)),Li=(function t(e){function n(){var t=qi.source(e).apply(this,arguments);return function(){return Math.exp(t())}}return n.source=t,n}(Ri),function t(e){function n(t){return function(){for(var n=0,r=0;r<t;++r)n+=e();return n}}return n.source=t,n}(Ri));(function t(e){function n(t){var n=Li.source(e)(t);return function(){return n()/t}}return n.source=t,n})(Ri),function t(e){function n(t){return function(){return-Math.log(1-e())/t}}return n.source=t,n}(Ri);function Fi(t,e){switch(arguments.length){case 0:break;case 1:this.range(t);break;default:this.range(e).domain(t);break}return this}var Ni=Array.prototype,Ii=Ni.map,zi=Ni.slice;var Bi=function(t,e){return t=+t,e=+e,function(n){return Math.round(t*(1-n)+e*n)}},Ui=function(t){return function(){return t}},Hi=function(t){return+t},Yi=[0,1];function Vi(t){return t}function Wi(t,e){return(e-=t=+t)?function(n){return(n-t)/e}:Ui(isNaN(e)?NaN:.5)}function Gi(t){var e,n=t[0],r=t[t.length-1];return n>r&&(e=n,n=r,r=e),function(t){return Math.max(n,Math.min(r,t))}}function Qi(t,e,n){var r=t[0],i=t[1],o=e[0],a=e[1];return i<r?(r=Wi(i,r),o=n(a,o)):(r=Wi(r,i),o=n(o,a)),function(t){return o(r(t))}}function Xi(t,e,n){var r=Math.min(t.length,e.length)-1,i=new Array(r),o=new Array(r),a=-1;t[r]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());while(++a<r)i[a]=Wi(t[a],t[a+1]),o[a]=n(e[a],e[a+1]);return function(e){var n=l(t,e,1,r)-1;return o[n](i[n](e))}}function Ki(t,e){return e.domain(t.domain()).range(t.range()).interpolate(t.interpolate()).clamp(t.clamp()).unknown(t.unknown())}function Zi(){var t,e,n,r,i,o,a=Yi,s=Yi,c=De,u=Vi;function l(){return r=Math.min(a.length,s.length)>2?Xi:Qi,i=o=null,f}function f(e){return isNaN(e=+e)?n:(i||(i=r(a.map(t),s,c)))(t(u(e)))}return f.invert=function(n){return u(e((o||(o=r(s,a.map(t),Se)))(n)))},f.domain=function(t){return arguments.length?(a=Ii.call(t,Hi),u===Vi||(u=Gi(a)),l()):a.slice()},f.range=function(t){return arguments.length?(s=zi.call(t),l()):s.slice()},f.rangeRound=function(t){return s=zi.call(t),c=Bi,l()},f.clamp=function(t){return arguments.length?(u=t?Gi(a):Vi,f):u!==Vi},f.interpolate=function(t){return arguments.length?(c=t,l()):c},f.unknown=function(t){return arguments.length?(n=t,f):n},function(n,r){return t=n,e=r,l()}}function Ji(t,e){return Zi()(t,e)}var to=/^(?:(.)?([<>=^]))?([+\-( ])?([$#])?(0)?(\d+)?(,)?(\.\d+)?(~)?([a-z%])?$/i;function eo(t){if(!(e=to.exec(t)))throw new Error("invalid format: "+t);var e;return new no({fill:e[1],align:e[2],sign:e[3],symbol:e[4],zero:e[5],width:e[6],comma:e[7],precision:e[8]&&e[8].slice(1),trim:e[9],type:e[10]})}function no(t){this.fill=void 0===t.fill?" ":t.fill+"",this.align=void 0===t.align?">":t.align+"",this.sign=void 0===t.sign?"-":t.sign+"",this.symbol=void 0===t.symbol?"":t.symbol+"",this.zero=!!t.zero,this.width=void 0===t.width?void 0:+t.width,this.comma=!!t.comma,this.precision=void 0===t.precision?void 0:+t.precision,this.trim=!!t.trim,this.type=void 0===t.type?"":t.type+""}eo.prototype=no.prototype,no.prototype.toString=function(){return this.fill+this.align+this.sign+this.symbol+(this.zero?"0":"")+(void 0===this.width?"":Math.max(1,0|this.width))+(this.comma?",":"")+(void 0===this.precision?"":"."+Math.max(0,0|this.precision))+(this.trim?"~":"")+this.type};var ro,io,oo,ao,so=function(t,e){if((n=(t=e?t.toExponential(e-1):t.toExponential()).indexOf("e"))<0)return null;var n,r=t.slice(0,n);return[r.length>1?r[0]+r.slice(2):r,+t.slice(n+1)]},co=function(t){return t=so(Math.abs(t)),t?t[1]:NaN},uo=function(t,e){return Math.max(0,3*Math.max(-8,Math.min(8,Math.floor(co(e)/3)))-co(Math.abs(t)))},lo=function(t,e){return function(n,r){var i=n.length,o=[],a=0,s=t[0],c=0;while(i>0&&s>0){if(c+s+1>r&&(s=Math.max(1,r-c)),o.push(n.substring(i-=s,i+s)),(c+=s+1)>r)break;s=t[a=(a+1)%t.length]}return o.reverse().join(e)}},fo=function(t){return function(e){return e.replace(/[0-9]/g,(function(e){return t[+e]}))}},ho=function(t){t:for(var e,n=t.length,r=1,i=-1;r<n;++r)switch(t[r]){case".":i=e=r;break;case"0":0===i&&(i=r),e=r;break;default:if(i>0){if(!+t[r])break t;i=0}break}return i>0?t.slice(0,i)+t.slice(e+1):t},po=function(t,e){var n=so(t,e);if(!n)return t+"";var r=n[0],i=n[1],o=i-(ro=3*Math.max(-8,Math.min(8,Math.floor(i/3))))+1,a=r.length;return o===a?r:o>a?r+new Array(o-a+1).join("0"):o>0?r.slice(0,o)+"."+r.slice(o):"0."+new Array(1-o).join("0")+so(t,Math.max(0,e+o-1))[0]},vo=function(t,e){var n=so(t,e);if(!n)return t+"";var r=n[0],i=n[1];return i<0?"0."+new Array(-i).join("0")+r:r.length>i+1?r.slice(0,i+1)+"."+r.slice(i+1):r+new Array(i-r.length+2).join("0")},go={"%":function(t,e){return(100*t).toFixed(e)},b:function(t){return Math.round(t).toString(2)},c:function(t){return t+""},d:function(t){return Math.round(t).toString(10)},e:function(t,e){return t.toExponential(e)},f:function(t,e){return t.toFixed(e)},g:function(t,e){return t.toPrecision(e)},o:function(t){return Math.round(t).toString(8)},p:function(t,e){return vo(100*t,e)},r:vo,s:po,X:function(t){return Math.round(t).toString(16).toUpperCase()},x:function(t){return Math.round(t).toString(16)}},mo=function(t){return t},bo=Array.prototype.map,yo=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"],_o=function(t){var e=void 0===t.grouping||void 0===t.thousands?mo:lo(bo.call(t.grouping,Number),t.thousands+""),n=void 0===t.currency?"":t.currency[0]+"",r=void 0===t.currency?"":t.currency[1]+"",i=void 0===t.decimal?".":t.decimal+"",o=void 0===t.numerals?mo:fo(bo.call(t.numerals,String)),a=void 0===t.percent?"%":t.percent+"",s=void 0===t.minus?"-":t.minus+"",c=void 0===t.nan?"NaN":t.nan+"";function u(t){t=eo(t);var u=t.fill,l=t.align,f=t.sign,d=t.symbol,h=t.zero,p=t.width,v=t.comma,g=t.precision,m=t.trim,b=t.type;"n"===b?(v=!0,b="g"):go[b]||(void 0===g&&(g=12),m=!0,b="g"),(h||"0"===u&&"="===l)&&(h=!0,u="0",l="=");var y="$"===d?n:"#"===d&&/[boxX]/.test(b)?"0"+b.toLowerCase():"",_="$"===d?r:/[%p]/.test(b)?a:"",w=go[b],x=/[defgprs%]/.test(b);function S(t){var n,r,a,d=y,S=_;if("c"===b)S=w(t)+S,t="";else{t=+t;var O=t<0;if(t=isNaN(t)?c:w(Math.abs(t),g),m&&(t=ho(t)),O&&0===+t&&(O=!1),d=(O?"("===f?f:s:"-"===f||"("===f?"":f)+d,S=("s"===b?yo[8+ro/3]:"")+S+(O&&"("===f?")":""),x){n=-1,r=t.length;while(++n<r)if(a=t.charCodeAt(n),48>a||a>57){S=(46===a?i+t.slice(n+1):t.slice(n))+S,t=t.slice(0,n);break}}}v&&!h&&(t=e(t,1/0));var C=d.length+t.length+S.length,k=C<p?new Array(p-C+1).join(u):"";switch(v&&h&&(t=e(k+t,k.length?p-S.length:1/0),k=""),l){case"<":t=d+t+S+k;break;case"=":t=d+k+t+S;break;case"^":t=k.slice(0,C=k.length>>1)+d+t+S+k.slice(C);break;default:t=k+d+t+S;break}return o(t)}return g=void 0===g?6:/[gprs]/.test(b)?Math.max(1,Math.min(21,g)):Math.max(0,Math.min(20,g)),S.toString=function(){return t+""},S}function l(t,e){var n=u((t=eo(t),t.type="f",t)),r=3*Math.max(-8,Math.min(8,Math.floor(co(e)/3))),i=Math.pow(10,-r),o=yo[8+r/3];return function(t){return n(i*t)+o}}return{format:u,formatPrefix:l}};function wo(t){return io=_o(t),oo=io.format,ao=io.formatPrefix,io}wo({decimal:".",thousands:",",grouping:[3],currency:["$",""],minus:"-"});var xo=function(t,e){return t=Math.abs(t),e=Math.abs(e)-t,Math.max(0,co(e)-co(t))+1},So=function(t){return Math.max(0,-co(Math.abs(t)))},Oo=function(t,e,n,r){var i,o=m(t,e,n);switch(r=eo(null==r?",f":r),r.type){case"s":var a=Math.max(Math.abs(t),Math.abs(e));return null!=r.precision||isNaN(i=uo(o,a))||(r.precision=i),ao(r,a);case"":case"e":case"g":case"p":case"r":null!=r.precision||isNaN(i=xo(o,Math.max(Math.abs(t),Math.abs(e))))||(r.precision=i-("e"===r.type));break;case"f":case"%":null!=r.precision||isNaN(i=So(o))||(r.precision=i-2*("%"===r.type));break}return oo(r)};function Co(t){var e=t.domain;return t.ticks=function(t){var n=e();return v(n[0],n[n.length-1],null==t?10:t)},t.tickFormat=function(t,n){var r=e();return Oo(r[0],r[r.length-1],null==t?10:t,n)},t.nice=function(n){null==n&&(n=10);var r,i=e(),o=0,a=i.length-1,s=i[o],c=i[a];return c<s&&(r=s,s=c,c=r,r=o,o=a,a=r),r=g(s,c,n),r>0?(s=Math.floor(s/r)*r,c=Math.ceil(c/r)*r,r=g(s,c,n)):r<0&&(s=Math.ceil(s*r)/r,c=Math.floor(c*r)/r,r=g(s,c,n)),r>0?(i[o]=Math.floor(s/r)*r,i[a]=Math.ceil(c/r)*r,e(i)):r<0&&(i[o]=Math.ceil(s*r)/r,i[a]=Math.floor(c*r)/r,e(i)),t},t}function ko(){var t=Ji(Vi,Vi);return t.copy=function(){return Ki(t,ko())},Fi.apply(t,arguments),Co(t)}var jo=new Date,To=new Date;function Po(t,e,n,r){function i(e){return t(e=0===arguments.length?new Date:new Date(+e)),e}return i.floor=function(e){return t(e=new Date(+e)),e},i.ceil=function(n){return t(n=new Date(n-1)),e(n,1),t(n),n},i.round=function(t){var e=i(t),n=i.ceil(t);return t-e<n-t?e:n},i.offset=function(t,n){return e(t=new Date(+t),null==n?1:Math.floor(n)),t},i.range=function(n,r,o){var a,s=[];if(n=i.ceil(n),o=null==o?1:Math.floor(o),!(n<r)||!(o>0))return s;do{s.push(a=new Date(+n)),e(n,o),t(n)}while(a<n&&n<r);return s},i.filter=function(n){return Po((function(e){if(e>=e)while(t(e),!n(e))e.setTime(e-1)}),(function(t,r){if(t>=t)if(r<0)while(++r<=0)while(e(t,-1),!n(t));else while(--r>=0)while(e(t,1),!n(t));}))},n&&(i.count=function(e,r){return jo.setTime(+e),To.setTime(+r),t(jo),t(To),Math.floor(n(jo,To))},i.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?i.filter(r?function(e){return r(e)%t===0}:function(e){return i.count(0,e)%t===0}):i:null}),i}var Ao=Po((function(t){t.setMonth(0,1),t.setHours(0,0,0,0)}),(function(t,e){t.setFullYear(t.getFullYear()+e)}),(function(t,e){return e.getFullYear()-t.getFullYear()}),(function(t){return t.getFullYear()}));Ao.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Po((function(e){e.setFullYear(Math.floor(e.getFullYear()/t)*t),e.setMonth(0,1),e.setHours(0,0,0,0)}),(function(e,n){e.setFullYear(e.getFullYear()+n*t)})):null};var Eo=Ao,Mo=(Ao.range,Po((function(t){t.setDate(1),t.setHours(0,0,0,0)}),(function(t,e){t.setMonth(t.getMonth()+e)}),(function(t,e){return e.getMonth()-t.getMonth()+12*(e.getFullYear()-t.getFullYear())}),(function(t){return t.getMonth()}))),Do=(Mo.range,1e3),$o=6e4,Ro=36e5,qo=864e5,Lo=6048e5;function Fo(t){return Po((function(e){e.setDate(e.getDate()-(e.getDay()+7-t)%7),e.setHours(0,0,0,0)}),(function(t,e){t.setDate(t.getDate()+7*e)}),(function(t,e){return(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*$o)/Lo}))}var No=Fo(0),Io=Fo(1),zo=Fo(2),Bo=Fo(3),Uo=Fo(4),Ho=Fo(5),Yo=Fo(6),Vo=(No.range,Io.range,zo.range,Bo.range,Uo.range,Ho.range,Yo.range,Po((function(t){t.setHours(0,0,0,0)}),(function(t,e){t.setDate(t.getDate()+e)}),(function(t,e){return(e-t-(e.getTimezoneOffset()-t.getTimezoneOffset())*$o)/qo}),(function(t){return t.getDate()-1}))),Wo=Vo,Go=(Vo.range,Po((function(t){t.setTime(t-t.getMilliseconds()-t.getSeconds()*Do-t.getMinutes()*$o)}),(function(t,e){t.setTime(+t+e*Ro)}),(function(t,e){return(e-t)/Ro}),(function(t){return t.getHours()}))),Qo=(Go.range,Po((function(t){t.setTime(t-t.getMilliseconds()-t.getSeconds()*Do)}),(function(t,e){t.setTime(+t+e*$o)}),(function(t,e){return(e-t)/$o}),(function(t){return t.getMinutes()}))),Xo=(Qo.range,Po((function(t){t.setTime(t-t.getMilliseconds())}),(function(t,e){t.setTime(+t+e*Do)}),(function(t,e){return(e-t)/Do}),(function(t){return t.getUTCSeconds()}))),Ko=(Xo.range,Po((function(){}),(function(t,e){t.setTime(+t+e)}),(function(t,e){return e-t})));Ko.every=function(t){return t=Math.floor(t),isFinite(t)&&t>0?t>1?Po((function(e){e.setTime(Math.floor(e/t)*t)}),(function(e,n){e.setTime(+e+n*t)}),(function(e,n){return(n-e)/t})):Ko:null};Ko.range;function Zo(t){return Po((function(e){e.setUTCDate(e.getUTCDate()-(e.getUTCDay()+7-t)%7),e.setUTCHours(0,0,0,0)}),(function(t,e){t.setUTCDate(t.getUTCDate()+7*e)}),(function(t,e){return(e-t)/Lo}))}var Jo=Zo(0),ta=Zo(1),ea=Zo(2),na=Zo(3),ra=Zo(4),ia=Zo(5),oa=Zo(6),aa=(Jo.range,ta.range,ea.range,na.range,ra.range,ia.range,oa.range,Po((function(t){t.setUTCHours(0,0,0,0)}),(function(t,e){t.setUTCDate(t.getUTCDate()+e)}),(function(t,e){return(e-t)/qo}),(function(t){return t.getUTCDate()-1}))),sa=aa,ca=(aa.range,Po((function(t){t.setUTCMonth(0,1),t.setUTCHours(0,0,0,0)}),(function(t,e){t.setUTCFullYear(t.getUTCFullYear()+e)}),(function(t,e){return e.getUTCFullYear()-t.getUTCFullYear()}),(function(t){return t.getUTCFullYear()})));ca.every=function(t){return isFinite(t=Math.floor(t))&&t>0?Po((function(e){e.setUTCFullYear(Math.floor(e.getUTCFullYear()/t)*t),e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0)}),(function(e,n){e.setUTCFullYear(e.getUTCFullYear()+n*t)})):null};var ua=ca;ca.range;function la(t){if(0<=t.y&&t.y<100){var e=new Date(-1,t.m,t.d,t.H,t.M,t.S,t.L);return e.setFullYear(t.y),e}return new Date(t.y,t.m,t.d,t.H,t.M,t.S,t.L)}function fa(t){if(0<=t.y&&t.y<100){var e=new Date(Date.UTC(-1,t.m,t.d,t.H,t.M,t.S,t.L));return e.setUTCFullYear(t.y),e}return new Date(Date.UTC(t.y,t.m,t.d,t.H,t.M,t.S,t.L))}function da(t,e,n){return{y:t,m:e,d:n,H:0,M:0,S:0,L:0}}function ha(t){var e=t.dateTime,n=t.date,r=t.time,i=t.periods,o=t.days,a=t.shortDays,s=t.months,c=t.shortMonths,u=wa(i),l=xa(i),f=wa(o),d=xa(o),h=wa(a),p=xa(a),v=wa(s),g=xa(s),m=wa(c),b=xa(c),y={a:D,A:$,b:R,B:q,c:null,d:Ua,e:Ua,f:Ga,H:Ha,I:Ya,j:Va,L:Wa,m:Qa,M:Xa,p:L,q:F,Q:Os,s:Cs,S:Ka,u:Za,U:Ja,V:ts,w:es,W:ns,x:null,X:null,y:rs,Y:is,Z:os,"%":Ss},_={a:N,A:I,b:z,B:B,c:null,d:as,e:as,f:fs,H:ss,I:cs,j:us,L:ls,m:ds,M:hs,p:U,q:H,Q:Os,s:Cs,S:ps,u:vs,U:gs,V:ms,w:bs,W:ys,x:null,X:null,y:_s,Y:ws,Z:xs,"%":Ss},w={a:k,A:j,b:T,B:P,c:A,d:Da,e:Da,f:Na,H:Ra,I:Ra,j:$a,L:Fa,m:Ma,M:qa,p:C,q:Ea,Q:za,s:Ba,S:La,u:Oa,U:Ca,V:ka,w:Sa,W:ja,x:E,X:M,y:Pa,Y:Ta,Z:Aa,"%":Ia};function x(t,e){return function(n){var r,i,o,a=[],s=-1,c=0,u=t.length;n instanceof Date||(n=new Date(+n));while(++s<u)37===t.charCodeAt(s)&&(a.push(t.slice(c,s)),null!=(i=va[r=t.charAt(++s)])?r=t.charAt(++s):i="e"===r?" ":"0",(o=e[r])&&(r=o(n,i)),a.push(r),c=s+1);return a.push(t.slice(c,s)),a.join("")}}function S(t,e){return function(n){var r,i,o=da(1900,void 0,1),a=O(o,t,n+="",0);if(a!=n.length)return null;if("Q"in o)return new Date(o.Q);if("s"in o)return new Date(1e3*o.s+("L"in o?o.L:0));if(!e||"Z"in o||(o.Z=0),"p"in o&&(o.H=o.H%12+12*o.p),void 0===o.m&&(o.m="q"in o?o.q:0),"V"in o){if(o.V<1||o.V>53)return null;"w"in o||(o.w=1),"Z"in o?(r=fa(da(o.y,0,1)),i=r.getUTCDay(),r=i>4||0===i?ta.ceil(r):ta(r),r=sa.offset(r,7*(o.V-1)),o.y=r.getUTCFullYear(),o.m=r.getUTCMonth(),o.d=r.getUTCDate()+(o.w+6)%7):(r=la(da(o.y,0,1)),i=r.getDay(),r=i>4||0===i?Io.ceil(r):Io(r),r=Wo.offset(r,7*(o.V-1)),o.y=r.getFullYear(),o.m=r.getMonth(),o.d=r.getDate()+(o.w+6)%7)}else("W"in o||"U"in o)&&("w"in o||(o.w="u"in o?o.u%7:"W"in o?1:0),i="Z"in o?fa(da(o.y,0,1)).getUTCDay():la(da(o.y,0,1)).getDay(),o.m=0,o.d="W"in o?(o.w+6)%7+7*o.W-(i+5)%7:o.w+7*o.U-(i+6)%7);return"Z"in o?(o.H+=o.Z/100|0,o.M+=o.Z%100,fa(o)):la(o)}}function O(t,e,n,r){var i,o,a=0,s=e.length,c=n.length;while(a<s){if(r>=c)return-1;if(i=e.charCodeAt(a++),37===i){if(i=e.charAt(a++),o=w[i in va?e.charAt(a++):i],!o||(r=o(t,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}function C(t,e,n){var r=u.exec(e.slice(n));return r?(t.p=l[r[0].toLowerCase()],n+r[0].length):-1}function k(t,e,n){var r=h.exec(e.slice(n));return r?(t.w=p[r[0].toLowerCase()],n+r[0].length):-1}function j(t,e,n){var r=f.exec(e.slice(n));return r?(t.w=d[r[0].toLowerCase()],n+r[0].length):-1}function T(t,e,n){var r=m.exec(e.slice(n));return r?(t.m=b[r[0].toLowerCase()],n+r[0].length):-1}function P(t,e,n){var r=v.exec(e.slice(n));return r?(t.m=g[r[0].toLowerCase()],n+r[0].length):-1}function A(t,n,r){return O(t,e,n,r)}function E(t,e,r){return O(t,n,e,r)}function M(t,e,n){return O(t,r,e,n)}function D(t){return a[t.getDay()]}function $(t){return o[t.getDay()]}function R(t){return c[t.getMonth()]}function q(t){return s[t.getMonth()]}function L(t){return i[+(t.getHours()>=12)]}function F(t){return 1+~~(t.getMonth()/3)}function N(t){return a[t.getUTCDay()]}function I(t){return o[t.getUTCDay()]}function z(t){return c[t.getUTCMonth()]}function B(t){return s[t.getUTCMonth()]}function U(t){return i[+(t.getUTCHours()>=12)]}function H(t){return 1+~~(t.getUTCMonth()/3)}return(y.x=x(n,y),y.X=x(r,y),y.c=x(e,y),_.x=x(n,_),_.X=x(r,_),_.c=x(e,_),{format:function(t){var e=x(t+="",y);return e.toString=function(){return t},e},parse:function(t){var e=S(t+="",!1);return e.toString=function(){return t},e},utcFormat:function(t){var e=x(t+="",_);return e.toString=function(){return t},e},utcParse:function(t){var e=S(t+="",!0);return e.toString=function(){return t},e}})}var pa,va={"-":"",_:" ",0:"0"},ga=/^\s*\d+/,ma=/^%/,ba=/[\\^$*+?|[\]().{}]/g;function ya(t,e,n){var r=t<0?"-":"",i=(r?-t:t)+"",o=i.length;return r+(o<n?new Array(n-o+1).join(e)+i:i)}function _a(t){return t.replace(ba,"\\$&")}function wa(t){return new RegExp("^(?:"+t.map(_a).join("|")+")","i")}function xa(t){var e={},n=-1,r=t.length;while(++n<r)e[t[n].toLowerCase()]=n;return e}function Sa(t,e,n){var r=ga.exec(e.slice(n,n+1));return r?(t.w=+r[0],n+r[0].length):-1}function Oa(t,e,n){var r=ga.exec(e.slice(n,n+1));return r?(t.u=+r[0],n+r[0].length):-1}function Ca(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.U=+r[0],n+r[0].length):-1}function ka(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.V=+r[0],n+r[0].length):-1}function ja(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.W=+r[0],n+r[0].length):-1}function Ta(t,e,n){var r=ga.exec(e.slice(n,n+4));return r?(t.y=+r[0],n+r[0].length):-1}function Pa(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.y=+r[0]+(+r[0]>68?1900:2e3),n+r[0].length):-1}function Aa(t,e,n){var r=/^(Z)|([+-]\d\d)(?::?(\d\d))?/.exec(e.slice(n,n+6));return r?(t.Z=r[1]?0:-(r[2]+(r[3]||"00")),n+r[0].length):-1}function Ea(t,e,n){var r=ga.exec(e.slice(n,n+1));return r?(t.q=3*r[0]-3,n+r[0].length):-1}function Ma(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.m=r[0]-1,n+r[0].length):-1}function Da(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.d=+r[0],n+r[0].length):-1}function $a(t,e,n){var r=ga.exec(e.slice(n,n+3));return r?(t.m=0,t.d=+r[0],n+r[0].length):-1}function Ra(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.H=+r[0],n+r[0].length):-1}function qa(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.M=+r[0],n+r[0].length):-1}function La(t,e,n){var r=ga.exec(e.slice(n,n+2));return r?(t.S=+r[0],n+r[0].length):-1}function Fa(t,e,n){var r=ga.exec(e.slice(n,n+3));return r?(t.L=+r[0],n+r[0].length):-1}function Na(t,e,n){var r=ga.exec(e.slice(n,n+6));return r?(t.L=Math.floor(r[0]/1e3),n+r[0].length):-1}function Ia(t,e,n){var r=ma.exec(e.slice(n,n+1));return r?n+r[0].length:-1}function za(t,e,n){var r=ga.exec(e.slice(n));return r?(t.Q=+r[0],n+r[0].length):-1}function Ba(t,e,n){var r=ga.exec(e.slice(n));return r?(t.s=+r[0],n+r[0].length):-1}function Ua(t,e){return ya(t.getDate(),e,2)}function Ha(t,e){return ya(t.getHours(),e,2)}function Ya(t,e){return ya(t.getHours()%12||12,e,2)}function Va(t,e){return ya(1+Wo.count(Eo(t),t),e,3)}function Wa(t,e){return ya(t.getMilliseconds(),e,3)}function Ga(t,e){return Wa(t,e)+"000"}function Qa(t,e){return ya(t.getMonth()+1,e,2)}function Xa(t,e){return ya(t.getMinutes(),e,2)}function Ka(t,e){return ya(t.getSeconds(),e,2)}function Za(t){var e=t.getDay();return 0===e?7:e}function Ja(t,e){return ya(No.count(Eo(t)-1,t),e,2)}function ts(t,e){var n=t.getDay();return t=n>=4||0===n?Uo(t):Uo.ceil(t),ya(Uo.count(Eo(t),t)+(4===Eo(t).getDay()),e,2)}function es(t){return t.getDay()}function ns(t,e){return ya(Io.count(Eo(t)-1,t),e,2)}function rs(t,e){return ya(t.getFullYear()%100,e,2)}function is(t,e){return ya(t.getFullYear()%1e4,e,4)}function os(t){var e=t.getTimezoneOffset();return(e>0?"-":(e*=-1,"+"))+ya(e/60|0,"0",2)+ya(e%60,"0",2)}function as(t,e){return ya(t.getUTCDate(),e,2)}function ss(t,e){return ya(t.getUTCHours(),e,2)}function cs(t,e){return ya(t.getUTCHours()%12||12,e,2)}function us(t,e){return ya(1+sa.count(ua(t),t),e,3)}function ls(t,e){return ya(t.getUTCMilliseconds(),e,3)}function fs(t,e){return ls(t,e)+"000"}function ds(t,e){return ya(t.getUTCMonth()+1,e,2)}function hs(t,e){return ya(t.getUTCMinutes(),e,2)}function ps(t,e){return ya(t.getUTCSeconds(),e,2)}function vs(t){var e=t.getUTCDay();return 0===e?7:e}function gs(t,e){return ya(Jo.count(ua(t)-1,t),e,2)}function ms(t,e){var n=t.getUTCDay();return t=n>=4||0===n?ra(t):ra.ceil(t),ya(ra.count(ua(t),t)+(4===ua(t).getUTCDay()),e,2)}function bs(t){return t.getUTCDay()}function ys(t,e){return ya(ta.count(ua(t)-1,t),e,2)}function _s(t,e){return ya(t.getUTCFullYear()%100,e,2)}function ws(t,e){return ya(t.getUTCFullYear()%1e4,e,4)}function xs(){return"+0000"}function Ss(){return"%"}function Os(t){return+t}function Cs(t){return Math.floor(+t/1e3)}function ks(t){return pa=ha(t),pa.format,pa.parse,pa.utcFormat,pa.utcParse,pa}ks({dateTime:"%x, %X",date:"%-m/%-d/%Y",time:"%-I:%M:%S %p",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});var js=Po((function(t){t.setUTCDate(1),t.setUTCHours(0,0,0,0)}),(function(t,e){t.setUTCMonth(t.getUTCMonth()+e)}),(function(t,e){return e.getUTCMonth()-t.getUTCMonth()+12*(e.getUTCFullYear()-t.getUTCFullYear())}),(function(t){return t.getUTCMonth()})),Ts=(js.range,Po((function(t){t.setUTCMinutes(0,0,0)}),(function(t,e){t.setTime(+t+e*Ro)}),(function(t,e){return(e-t)/Ro}),(function(t){return t.getUTCHours()}))),Ps=(Ts.range,Po((function(t){t.setUTCSeconds(0,0)}),(function(t,e){t.setTime(+t+e*$o)}),(function(t,e){return(e-t)/$o}),(function(t){return t.getUTCMinutes()})));Ps.range;var As=n("f1df");function Es(){this._=null}function Ms(t){t.U=t.C=t.L=t.R=t.P=t.N=null}function Ds(t,e){var n=e,r=e.R,i=n.U;i?i.L===n?i.L=r:i.R=r:t._=r,r.U=i,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function $s(t,e){var n=e,r=e.L,i=n.U;i?i.L===n?i.L=r:i.R=r:t._=r,r.U=i,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function Rs(t){while(t.L)t=t.L;return t}Es.prototype={constructor:Es,insert:function(t,e){var n,r,i;if(t){if(e.P=t,e.N=t.N,t.N&&(t.N.P=e),t.N=e,t.R){t=t.R;while(t.L)t=t.L;t.L=e}else t.R=e;n=t}else this._?(t=Rs(this._),e.P=null,e.N=t,t.P=t.L=e,n=t):(e.P=e.N=null,this._=e,n=null);e.L=e.R=null,e.U=n,e.C=!0,t=e;while(n&&n.C)r=n.U,n===r.L?(i=r.R,i&&i.C?(n.C=i.C=!1,r.C=!0,t=r):(t===n.R&&(Ds(this,n),t=n,n=t.U),n.C=!1,r.C=!0,$s(this,r))):(i=r.L,i&&i.C?(n.C=i.C=!1,r.C=!0,t=r):(t===n.L&&($s(this,n),t=n,n=t.U),n.C=!1,r.C=!0,Ds(this,r))),n=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var e,n,r,i=t.U,o=t.L,a=t.R;if(n=o?a?Rs(a):o:a,i?i.L===t?i.L=n:i.R=n:this._=n,o&&a?(r=n.C,n.C=t.C,n.L=o,o.U=n,n!==a?(i=n.U,n.U=t.U,t=n.R,i.L=t,n.R=a,a.U=n):(n.U=i,i=n,t=n.R)):(r=t.C,t=n),t&&(t.U=i),!r)if(t&&t.C)t.C=!1;else{do{if(t===this._)break;if(t===i.L){if(e=i.R,e.C&&(e.C=!1,i.C=!0,Ds(this,i),e=i.R),e.L&&e.L.C||e.R&&e.R.C){e.R&&e.R.C||(e.L.C=!1,e.C=!0,$s(this,e),e=i.R),e.C=i.C,i.C=e.R.C=!1,Ds(this,i),t=this._;break}}else if(e=i.L,e.C&&(e.C=!1,i.C=!0,$s(this,i),e=i.L),e.L&&e.L.C||e.R&&e.R.C){e.L&&e.L.C||(e.R.C=!1,e.C=!0,Ds(this,e),e=i.L),e.C=i.C,i.C=e.L.C=!1,$s(this,i),t=this._;break}e.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}};var qs=Es;function Ls(t,e,n,r){var i=[null,null],o=fc.push(i)-1;return i.left=t,i.right=e,n&&Ns(i,t,e,n),r&&Ns(i,e,t,r),uc[t.index].halfedges.push(o),uc[e.index].halfedges.push(o),i}function Fs(t,e,n){var r=[e,n];return r.left=t,r}function Ns(t,e,n,r){t[0]||t[1]?t.left===n?t[1]=r:t[0]=r:(t[0]=r,t.left=e,t.right=n)}function Is(t,e,n,r,i){var o,a=t[0],s=t[1],c=a[0],u=a[1],l=s[0],f=s[1],d=0,h=1,p=l-c,v=f-u;if(o=e-c,p||!(o>0)){if(o/=p,p<0){if(o<d)return;o<h&&(h=o)}else if(p>0){if(o>h)return;o>d&&(d=o)}if(o=r-c,p||!(o<0)){if(o/=p,p<0){if(o>h)return;o>d&&(d=o)}else if(p>0){if(o<d)return;o<h&&(h=o)}if(o=n-u,v||!(o>0)){if(o/=v,v<0){if(o<d)return;o<h&&(h=o)}else if(v>0){if(o>h)return;o>d&&(d=o)}if(o=i-u,v||!(o<0)){if(o/=v,v<0){if(o>h)return;o>d&&(d=o)}else if(v>0){if(o<d)return;o<h&&(h=o)}return!(d>0||h<1)||(d>0&&(t[0]=[c+d*p,u+d*v]),h<1&&(t[1]=[c+h*p,u+h*v]),!0)}}}}}function zs(t,e,n,r,i){var o=t[1];if(o)return!0;var a,s,c=t[0],u=t.left,l=t.right,f=u[0],d=u[1],h=l[0],p=l[1],v=(f+h)/2,g=(d+p)/2;if(p===d){if(v<e||v>=r)return;if(f>h){if(c){if(c[1]>=i)return}else c=[v,n];o=[v,i]}else{if(c){if(c[1]<n)return}else c=[v,i];o=[v,n]}}else if(a=(f-h)/(p-d),s=g-a*v,a<-1||a>1)if(f>h){if(c){if(c[1]>=i)return}else c=[(n-s)/a,n];o=[(i-s)/a,i]}else{if(c){if(c[1]<n)return}else c=[(i-s)/a,i];o=[(n-s)/a,n]}else if(d<p){if(c){if(c[0]>=r)return}else c=[e,a*e+s];o=[r,a*r+s]}else{if(c){if(c[0]<e)return}else c=[r,a*r+s];o=[e,a*e+s]}return t[0]=c,t[1]=o,!0}function Bs(t,e,n,r){var i,o=fc.length;while(o--)zs(i=fc[o],t,e,n,r)&&Is(i,t,e,n,r)&&(Math.abs(i[0][0]-i[1][0])>dc||Math.abs(i[0][1]-i[1][1])>dc)||delete fc[o]}function Us(t){return uc[t.index]={site:t,halfedges:[]}}function Hs(t,e){var n=t.site,r=e.left,i=e.right;return n===i&&(i=r,r=n),i?Math.atan2(i[1]-r[1],i[0]-r[0]):(n===r?(r=e[1],i=e[0]):(r=e[0],i=e[1]),Math.atan2(r[0]-i[0],i[1]-r[1]))}function Ys(t,e){return e[+(e.left!==t.site)]}function Vs(t,e){return e[+(e.left===t.site)]}function Ws(){for(var t,e,n,r,i=0,o=uc.length;i<o;++i)if((t=uc[i])&&(r=(e=t.halfedges).length)){var a=new Array(r),s=new Array(r);for(n=0;n<r;++n)a[n]=n,s[n]=Hs(t,fc[e[n]]);for(a.sort((function(t,e){return s[e]-s[t]})),n=0;n<r;++n)s[n]=e[a[n]];for(n=0;n<r;++n)e[n]=s[n]}}function Gs(t,e,n,r){var i,o,a,s,c,u,l,f,d,h,p,v,g=uc.length,m=!0;for(i=0;i<g;++i)if(o=uc[i]){a=o.site,c=o.halfedges,s=c.length;while(s--)fc[c[s]]||c.splice(s,1);s=0,u=c.length;while(s<u)h=Vs(o,fc[c[s]]),p=h[0],v=h[1],l=Ys(o,fc[c[++s%u]]),f=l[0],d=l[1],(Math.abs(p-f)>dc||Math.abs(v-d)>dc)&&(c.splice(s,0,fc.push(Fs(a,h,Math.abs(p-t)<dc&&r-v>dc?[t,Math.abs(f-t)<dc?d:r]:Math.abs(v-r)<dc&&n-p>dc?[Math.abs(d-r)<dc?f:n,r]:Math.abs(p-n)<dc&&v-e>dc?[n,Math.abs(f-n)<dc?d:e]:Math.abs(v-e)<dc&&p-t>dc?[Math.abs(d-e)<dc?f:t,e]:null))-1),++u);u&&(m=!1)}if(m){var b,y,_,w=1/0;for(i=0,m=null;i<g;++i)(o=uc[i])&&(a=o.site,b=a[0]-t,y=a[1]-e,_=b*b+y*y,_<w&&(w=_,m=o));if(m){var x=[t,e],S=[t,r],O=[n,r],C=[n,e];m.halfedges.push(fc.push(Fs(a=m.site,x,S))-1,fc.push(Fs(a,S,O))-1,fc.push(Fs(a,O,C))-1,fc.push(Fs(a,C,x))-1)}}for(i=0;i<g;++i)(o=uc[i])&&(o.halfedges.length||delete uc[i])}var Qs,Xs=[];function Ks(){Ms(this),this.x=this.y=this.arc=this.site=this.cy=null}function Zs(t){var e=t.P,n=t.N;if(e&&n){var r=e.site,i=t.site,o=n.site;if(r!==o){var a=i[0],s=i[1],c=r[0]-a,u=r[1]-s,l=o[0]-a,f=o[1]-s,d=2*(c*f-u*l);if(!(d>=-hc)){var h=c*c+u*u,p=l*l+f*f,v=(f*h-u*p)/d,g=(c*p-l*h)/d,m=Xs.pop()||new Ks;m.arc=t,m.site=i,m.x=v+a,m.y=(m.cy=g+s)+Math.sqrt(v*v+g*g),t.circle=m;var b=null,y=lc._;while(y)if(m.y<y.y||m.y===y.y&&m.x<=y.x){if(!y.L){b=y.P;break}y=y.L}else{if(!y.R){b=y;break}y=y.R}lc.insert(b,m),b||(Qs=m)}}}}function Js(t){var e=t.circle;e&&(e.P||(Qs=e.N),lc.remove(e),Xs.push(e),Ms(e),t.circle=null)}var tc=[];function ec(){Ms(this),this.edge=this.site=this.circle=null}function nc(t){var e=tc.pop()||new ec;return e.site=t,e}function rc(t){Js(t),cc.remove(t),tc.push(t),Ms(t)}function ic(t){var e=t.circle,n=e.x,r=e.cy,i=[n,r],o=t.P,a=t.N,s=[t];rc(t);var c=o;while(c.circle&&Math.abs(n-c.circle.x)<dc&&Math.abs(r-c.circle.cy)<dc)o=c.P,s.unshift(c),rc(c),c=o;s.unshift(c),Js(c);var u=a;while(u.circle&&Math.abs(n-u.circle.x)<dc&&Math.abs(r-u.circle.cy)<dc)a=u.N,s.push(u),rc(u),u=a;s.push(u),Js(u);var l,f=s.length;for(l=1;l<f;++l)u=s[l],c=s[l-1],Ns(u.edge,c.site,u.site,i);c=s[0],u=s[f-1],u.edge=Ls(c.site,u.site,null,i),Zs(c),Zs(u)}function oc(t){var e,n,r,i,o=t[0],a=t[1],s=cc._;while(s)if(r=ac(s,a)-o,r>dc)s=s.L;else{if(i=o-sc(s,a),!(i>dc)){r>-dc?(e=s.P,n=s):i>-dc?(e=s,n=s.N):e=n=s;break}if(!s.R){e=s;break}s=s.R}Us(t);var c=nc(t);if(cc.insert(e,c),e||n){if(e===n)return Js(e),n=nc(e.site),cc.insert(c,n),c.edge=n.edge=Ls(e.site,c.site),Zs(e),void Zs(n);if(n){Js(e),Js(n);var u=e.site,l=u[0],f=u[1],d=t[0]-l,h=t[1]-f,p=n.site,v=p[0]-l,g=p[1]-f,m=2*(d*g-h*v),b=d*d+h*h,y=v*v+g*g,_=[(g*b-h*y)/m+l,(d*y-v*b)/m+f];Ns(n.edge,u,p,_),c.edge=Ls(u,t,null,_),n.edge=Ls(t,p,null,_),Zs(e),Zs(n)}else c.edge=Ls(e.site,c.site)}}function ac(t,e){var n=t.site,r=n[0],i=n[1],o=i-e;if(!o)return r;var a=t.P;if(!a)return-1/0;n=a.site;var s=n[0],c=n[1],u=c-e;if(!u)return s;var l=s-r,f=1/o-1/u,d=l/u;return f?(-d+Math.sqrt(d*d-2*f*(l*l/(-2*u)-c+u/2+i-o/2)))/f+r:(r+s)/2}function sc(t,e){var n=t.N;if(n)return ac(n,e);var r=t.site;return r[1]===e?r[0]:1/0}var cc,uc,lc,fc,dc=1e-6,hc=1e-12;function pc(t,e,n){return(t[0]-n[0])*(e[1]-t[1])-(t[0]-e[0])*(n[1]-t[1])}function vc(t,e){return e[1]-t[1]||e[0]-t[0]}function gc(t,e){var n,r,i,o=t.sort(vc).pop();fc=[],uc=new Array(t.length),cc=new qs,lc=new qs;while(1)if(i=Qs,o&&(!i||o[1]<i.y||o[1]===i.y&&o[0]<i.x))o[0]===n&&o[1]===r||(oc(o),n=o[0],r=o[1]),o=t.pop();else{if(!i)break;ic(i.arc)}if(Ws(),e){var a=+e[0][0],s=+e[0][1],c=+e[1][0],u=+e[1][1];Bs(a,s,c,u),Gs(a,s,c,u)}this.edges=fc,this.cells=uc,cc=lc=fc=uc=null}gc.prototype={constructor:gc,polygons:function(){var t=this.edges;return this.cells.map((function(e){var n=e.halfedges.map((function(n){return Ys(e,t[n])}));return n.data=e.site.data,n}))},triangles:function(){var t=[],e=this.edges;return this.cells.forEach((function(n,r){if(o=(i=n.halfedges).length){var i,o,a,s=n.site,c=-1,u=e[i[o-1]],l=u.left===s?u.right:u.left;while(++c<o)a=l,u=e[i[c]],l=u.left===s?u.right:u.left,a&&l&&r<a.index&&r<l.index&&pc(s,a,l)<0&&t.push([s.data,a.data,l.data])}})),t},links:function(){return this.edges.filter((function(t){return t.right})).map((function(t){return{source:t.left.data,target:t.right.data}}))},find:function(t,e,n){var r,i,o=this,a=o._found||0,s=o.cells.length;while(!(i=o.cells[a]))if(++a>=s)return null;var c=t-i.site[0],u=e-i.site[1],l=c*c+u*u;do{i=o.cells[r=a],a=null,i.halfedges.forEach((function(n){var r=o.edges[n],s=r.left;if(s!==i.site&&s||(s=r.right)){var c=t-s[0],u=e-s[1],f=c*c+u*u;f<l&&(l=f,a=s.index)}}))}while(null!==a);return o._found=r,null==n||l<=n*n?i.site:null}};Math.SQRT2;function mc(t,e,n){this.k=t,this.x=e,this.y=n}mc.prototype={constructor:mc,scale:function(t){return 1===t?this:new mc(this.k*t,this.x,this.y)},translate:function(t,e){return 0===t&0===e?this:new mc(this.k,this.x+this.k*t,this.y+this.k*e)},apply:function(t){return[t[0]*this.k+this.x,t[1]*this.k+this.y]},applyX:function(t){return t*this.k+this.x},applyY:function(t){return t*this.k+this.y},invert:function(t){return[(t[0]-this.x)/this.k,(t[1]-this.y)/this.k]},invertX:function(t){return(t-this.x)/this.k},invertY:function(t){return(t-this.y)/this.k},rescaleX:function(t){return t.copy().domain(t.range().map(this.invertX,this).map(t.invert,t))},rescaleY:function(t){return t.copy().domain(t.range().map(this.invertY,this).map(t.invert,t))},toString:function(){return"translate("+this.x+","+this.y+") scale("+this.k+")"}};var bc=new mc(1,0,0);function yc(t){while(!t.__zoom)if(!(t=t.parentNode))return bc;return t.__zoom}yc.prototype=mc.prototype;var _c=n("1a7c"),wc={name:"DbSparkline",components:{},data:function(){return{canvasWidth:100,canvasHeight:100}},props:{_updated:{type:Number,default:0},height:{type:Number,default:60},max:{type:Number,default:null},data:{type:Array,default:function(){return[]}}},watch:{_updated:function(){this.$nextTick((function(){this.render()}))}},mounted:function(){var t=this;window.addEventListener("resize",this.handleResize),this.$nextTick((function(){t.render()}))},methods:{initSize:function(){this.canvasHeight=this.height?this.height:this.$refs.chart.clientHeight,this.canvasWidth=this.width?this.width:this.$refs.chart.clientWidth},handleResize:function(){var t=this;this.$nextTick((function(){t.render()}))},render:function(){this.initSize();var t=this.$refs.canvas;t.width=this.canvasWidth,t.height=this.canvasHeight;var e=t.getContext("2d");if(e.clearRect(0,0,t.width,t.height),this.data&&!(this.data.length<=0)){var n=ko().domain([0,this.data.length-1]).range([0,t.width]),r=y(this.data),i=this.max||b(this.data);0===i&&0===r?(i=1,r=0):r>0&&(r=0);var o=ko().domain([r,i]).range([t.height,0]),a=this.data.map((function(t,e){return{x:e,y:t}})),s=As["c"]().x((function(t){return n(t.x)})).y((function(t){return o(t.y)})).curve(As["b"]);s.context(e);var c=As["a"]().x((function(t){return n(t.x)})).y1((function(t){return o(t.y)})).y0(t.height).curve(As["b"]);c.context(e),e.beginPath(),c(a),e.fillStyle=_c["a"].hex2RGBA("#78909c",.2),e.fill()}}}},xc=wc,Sc=n("2877"),Oc=Object(Sc["a"])(xc,r,i,!1,null,null,null);e["a"]=Oc.exports},b622:function(t,e,n){var r=n("da84"),i=n("5692"),o=n("5135"),a=n("90e3"),s=n("4930"),c=n("fdbf"),u=i("wks"),l=r.Symbol,f=c?l:a;t.exports=function(t){return o(u,t)||(s&&o(l,t)?u[t]=l[t]:u[t]=f("Symbol."+t)),u[t]}},b64b:function(t,e,n){var r=n("23e7"),i=n("7b0b"),o=n("df75"),a=n("d039"),s=a((function(){o(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(t){return o(i(t))}})},b680:function(t,e,n){"use strict";var r=n("23e7"),i=n("a691"),o=n("408a"),a=n("1148"),s=n("d039"),c=1..toFixed,u=Math.floor,l=function(t,e,n){return 0===e?n:e%2===1?l(t,e-1,n*t):l(t*t,e/2,n)},f=function(t){var e=0,n=t;while(n>=4096)e+=12,n/=4096;while(n>=2)e+=1,n/=2;return e},d=c&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!s((function(){c.call({})}));r({target:"Number",proto:!0,forced:d},{toFixed:function(t){var e,n,r,s,c=o(this),d=i(t),h=[0,0,0,0,0,0],p="",v="0",g=function(t,e){var n=-1,r=e;while(++n<6)r+=t*h[n],h[n]=r%1e7,r=u(r/1e7)},m=function(t){var e=6,n=0;while(--e>=0)n+=h[e],h[e]=u(n/t),n=n%t*1e7},b=function(){var t=6,e="";while(--t>=0)if(""!==e||0===t||0!==h[t]){var n=String(h[t]);e=""===e?n:e+a.call("0",7-n.length)+n}return e};if(d<0||d>20)throw RangeError("Incorrect fraction digits");if(c!=c)return"NaN";if(c<=-1e21||c>=1e21)return String(c);if(c<0&&(p="-",c=-c),c>1e-21)if(e=f(c*l(2,69,1))-69,n=e<0?c*l(2,-e,1):c/l(2,e,1),n*=4503599627370496,e=52-e,e>0){g(0,n),r=d;while(r>=7)g(1e7,0),r-=7;g(l(10,r,1),0),r=e-1;while(r>=23)m(1<<23),r-=23;m(1<<r),g(1,1),m(2),v=b()}else g(0,n),g(1<<-e,0),v=b()+a.call("0",d);return d>0?(s=v.length,v=p+(s<=d?"0."+a.call("0",d-s)+v:v.slice(0,s-d)+"."+v.slice(s-d))):v=p+v,v}})},b727:function(t,e,n){var r=n("f8c2"),i=n("44ad"),o=n("7b0b"),a=n("50c4"),s=n("65f0"),c=[].push,u=function(t){var e=1==t,n=2==t,u=3==t,l=4==t,f=6==t,d=5==t||f;return function(h,p,v,g){for(var m,b,y=o(h),_=i(y),w=r(p,v,3),x=a(_.length),S=0,O=g||s,C=e?O(h,x):n?O(h,0):void 0;x>S;S++)if((d||S in _)&&(m=_[S],b=w(m,S,y),t))if(e)C[S]=b;else if(b)switch(t){case 3:return!0;case 5:return m;case 6:return S;case 2:c.call(C,m)}else if(l)return!1;return f?-1:u||l?l:C}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},b7fa:function(t,e,n){"use strict";e["a"]={props:{dark:{type:Boolean,default:null}},computed:{isDark:function(){return null===this.dark?this.$q.dark.isActive:this.dark}}}},b973:function(t,e,n){var r=n("0ee6"),i=n("fdbe"),o=n("a5b6"),a=n("d0c8");t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(a(t)),n=o.f;return n?e.concat(n(t)):e}},ba83:function(t,e,n){var r=n("bb6e");t.exports=function(t){if(!r(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},bb6e:function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},bc3a:function(t,e,n){t.exports=n("cee4")},bee2:function(t,e,n){"use strict";function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function i(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),t}n.d(e,"a",(function(){return i}))},bf45:function(t,e,n){var r=n("0368"),i=n("a714"),o=n("c4dd");t.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},c032:function(t,e,n){var r=n("b622");e.f=r},c04e:function(t,e,n){var r=n("861d");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},c0a8:function(t){t.exports=JSON.parse('{"a":"1.5.4"}')},c197:function(t,e,n){(function(e){var n="undefined"!==typeof window?window:"undefined"!==typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{},r=function(t){var e=/\blang(?:uage)?-([\w-]+)\b/i,n=0,r={manual:t.Prism&&t.Prism.manual,disableWorkerMessageHandler:t.Prism&&t.Prism.disableWorkerMessageHandler,util:{encode:function(t){return t instanceof i?new i(t.type,r.util.encode(t.content),t.alias):Array.isArray(t)?t.map(r.util.encode):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/\u00a0/g," ")},type:function(t){return Object.prototype.toString.call(t).slice(8,-1)},objId:function(t){return t["__id"]||Object.defineProperty(t,"__id",{value:++n}),t["__id"]},clone:function t(e,n){var i,o,a=r.util.type(e);switch(n=n||{},a){case"Object":if(o=r.util.objId(e),n[o])return n[o];for(var s in i={},n[o]=i,e)e.hasOwnProperty(s)&&(i[s]=t(e[s],n));return i;case"Array":return o=r.util.objId(e),n[o]?n[o]:(i=[],n[o]=i,e.forEach((function(e,r){i[r]=t(e,n)})),i);default:return e}}},languages:{extend:function(t,e){var n=r.util.clone(r.languages[t]);for(var i in e)n[i]=e[i];return n},insertBefore:function(t,e,n,i){i=i||r.languages;var o=i[t],a={};for(var s in o)if(o.hasOwnProperty(s)){if(s==e)for(var c in n)n.hasOwnProperty(c)&&(a[c]=n[c]);n.hasOwnProperty(s)||(a[s]=o[s])}var u=i[t];return i[t]=a,r.languages.DFS(r.languages,(function(e,n){n===u&&e!=t&&(this[e]=a)})),a},DFS:function t(e,n,i,o){o=o||{};var a=r.util.objId;for(var s in e)if(e.hasOwnProperty(s)){n.call(e,s,e[s],i||s);var c=e[s],u=r.util.type(c);"Object"!==u||o[a(c)]?"Array"!==u||o[a(c)]||(o[a(c)]=!0,t(c,n,s,o)):(o[a(c)]=!0,t(c,n,null,o))}}},plugins:{},highlightAll:function(t,e){r.highlightAllUnder(document,t,e)},highlightAllUnder:function(t,e,n){var i={callback:n,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};r.hooks.run("before-highlightall",i);for(var o,a=t.querySelectorAll(i.selector),s=0;o=a[s++];)r.highlightElement(o,!0===e,i.callback)},highlightElement:function(n,i,o){var a,s="none",c=n;while(c&&!e.test(c.className))c=c.parentNode;c&&(s=(c.className.match(e)||[,"none"])[1].toLowerCase(),a=r.languages[s]),n.className=n.className.replace(e,"").replace(/\s+/g," ")+" language-"+s,n.parentNode&&(c=n.parentNode,/pre/i.test(c.nodeName)&&(c.className=c.className.replace(e,"").replace(/\s+/g," ")+" language-"+s));var u=n.textContent,l={element:n,language:s,grammar:a,code:u},f=function(t){l.highlightedCode=t,r.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,r.hooks.run("after-highlight",l),r.hooks.run("complete",l),o&&o.call(l.element)};if(r.hooks.run("before-sanity-check",l),l.code)if(r.hooks.run("before-highlight",l),l.grammar)if(i&&t.Worker){var d=new Worker(r.filename);d.onmessage=function(t){f(t.data)},d.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else f(r.highlight(l.code,l.grammar,l.language));else f(r.util.encode(l.code));else r.hooks.run("complete",l)},highlight:function(t,e,n){var o={code:t,grammar:e,language:n};return r.hooks.run("before-tokenize",o),o.tokens=r.tokenize(o.code,o.grammar),r.hooks.run("after-tokenize",o),i.stringify(r.util.encode(o.tokens),o.language)},matchGrammar:function(t,e,n,o,a,s,c){for(var u in n)if(n.hasOwnProperty(u)&&n[u]){if(u==c)return;var l=n[u];l="Array"===r.util.type(l)?l:[l];for(var f=0;f<l.length;++f){var d=l[f],h=d.inside,p=!!d.lookbehind,v=!!d.greedy,g=0,m=d.alias;if(v&&!d.pattern.global){var b=d.pattern.toString().match(/[imuy]*$/)[0];d.pattern=RegExp(d.pattern.source,b+"g")}d=d.pattern||d;for(var y=o,_=a;y<e.length;_+=e[y].length,++y){var w=e[y];if(e.length>t.length)return;if(!(w instanceof i)){if(v&&y!=e.length-1){d.lastIndex=_;var x=d.exec(t);if(!x)break;for(var S=x.index+(p?x[1].length:0),O=x.index+x[0].length,C=y,k=_,j=e.length;C<j&&(k<O||!e[C].type&&!e[C-1].greedy);++C)k+=e[C].length,S>=k&&(++y,_=k);if(e[y]instanceof i)continue;T=C-y,w=t.slice(_,k),x.index-=_}else{d.lastIndex=0;x=d.exec(w);var T=1}if(x){p&&(g=x[1]?x[1].length:0);S=x.index+g,x=x[0].slice(g),O=S+x.length;var P=w.slice(0,S),A=w.slice(O),E=[y,T];P&&(++y,_+=P.length,E.push(P));var M=new i(u,h?r.tokenize(x,h):x,m,x,v);if(E.push(M),A&&E.push(A),Array.prototype.splice.apply(e,E),1!=T&&r.matchGrammar(t,e,n,y,_,!0,u),s)break}else if(s)break}}}}},tokenize:function(t,e){var n=[t],i=e.rest;if(i){for(var o in i)e[o]=i[o];delete e.rest}return r.matchGrammar(t,n,e,0,0,!1),n},hooks:{all:{},add:function(t,e){var n=r.hooks.all;n[t]=n[t]||[],n[t].push(e)},run:function(t,e){var n=r.hooks.all[t];if(n&&n.length)for(var i,o=0;i=n[o++];)i(e)}},Token:i};function i(t,e,n,r,i){this.type=t,this.content=e,this.alias=n,this.length=0|(r||"").length,this.greedy=!!i}if(t.Prism=r,i.stringify=function(t,e){if("string"==typeof t)return t;if(Array.isArray(t))return t.map((function(t){return i.stringify(t,e)})).join("");var n={type:t.type,content:i.stringify(t.content,e),tag:"span",classes:["token",t.type],attributes:{},language:e};if(t.alias){var o=Array.isArray(t.alias)?t.alias:[t.alias];Array.prototype.push.apply(n.classes,o)}r.hooks.run("wrap",n);var a=Object.keys(n.attributes).map((function(t){return t+'="'+(n.attributes[t]||"").replace(/"/g,"&quot;")+'"'})).join(" ");return"<"+n.tag+' class="'+n.classes.join(" ")+'"'+(a?" "+a:"")+">"+n.content+"</"+n.tag+">"},!t.document)return t.addEventListener?(r.disableWorkerMessageHandler||t.addEventListener("message",(function(e){var n=JSON.parse(e.data),i=n.language,o=n.code,a=n.immediateClose;t.postMessage(r.highlight(o,r.languages[i],i)),a&&t.close()}),!1),r):r;var o=document.currentScript||[].slice.call(document.getElementsByTagName("script")).pop();return o&&(r.filename=o.src,r.manual||o.hasAttribute("data-manual")||("loading"!==document.readyState?window.requestAnimationFrame?window.requestAnimationFrame(r.highlightAll):window.setTimeout(r.highlightAll,16):document.addEventListener("DOMContentLoaded",r.highlightAll))),r}(n);t.exports&&(t.exports=r),"undefined"!==typeof e&&(e.Prism=r),r.languages.markup={comment:/<!--[\s\S]*?-->/,prolog:/<\?[\s\S]+?\?>/,doctype:/<!DOCTYPE[\s\S]+?>/i,cdata:/<!\[CDATA\[[\s\S]*?]]>/i,tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/i,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/i,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/i,inside:{punctuation:[/^=/,{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:/&#?[\da-z]{1,8};/i},r.languages.markup["tag"].inside["attr-value"].inside["entity"]=r.languages.markup["entity"],r.hooks.add("wrap",(function(t){"entity"===t.type&&(t.attributes["title"]=t.content.replace(/&amp;/,"&"))})),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(t,e){var n={};n["language-"+e]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:r.languages[e]},n["cdata"]=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};i["language-"+e]={pattern:/[\s\S]+/,inside:r.languages[e]};var o={};o[t]={pattern:RegExp(/(<__[\s\S]*?>)(?:<!\[CDATA\[[\s\S]*?\]\]>\s*|[\s\S])*?(?=<\/__>)/.source.replace(/__/g,t),"i"),lookbehind:!0,greedy:!0,inside:i},r.languages.insertBefore("markup","cdata",o)}}),r.languages.xml=r.languages.extend("markup",{}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,function(t){var e=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;t.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-]+[\s\S]*?(?:;|(?=\s*\{))/,inside:{rule:/@[\w-]+/}},url:{pattern:RegExp("url\\((?:"+e.source+"|[^\n\r()]*)\\)","i"),inside:{function:/^url/i,punctuation:/^\(|\)$/}},selector:RegExp("[^{}\\s](?:[^{};\"']|"+e.source+")*?(?=\\s*\\{)"),string:{pattern:e,greedy:!0},property:/[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i,important:/!important\b/i,function:/[-a-z0-9]+(?=\()/i,punctuation:/[(){};:,]/},t.languages.css["atrule"].inside.rest=t.languages.css;var n=t.languages.markup;n&&(n.tag.addInlined("style","css"),t.languages.insertBefore("inside","attr-value",{"style-attr":{pattern:/\s*style=("|')(?:\\[\s\S]|(?!\1)[^\\])*\1/i,inside:{"attr-name":{pattern:/^\s*style/i,inside:n.tag.inside},punctuation:/^\s*=\s*['"]|['"]\s*$/,"attr-value":{pattern:/.+/i,inside:t.languages.css}},alias:"language-css"}},n.tag))}(r),r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(?:true|false)\b/,function:/\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/,punctuation:/[{}[\];(),.:]/},r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])[_$A-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|})\s*)(?:catch|finally)\b/,lookbehind:!0},{pattern:/(^|[^.])\b(?:as|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],number:/\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/,function:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,operator:/-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyus]{0,6}(?=\s*($|[\r\n,.;})\]]))/,lookbehind:!0,greedy:!0},"function-variable":{pattern:/#?[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|[_$a-zA-Z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)?\s*\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=>)/i,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:[_$A-Za-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*\s*)\(\s*)(?!\s)(?:[^()]|\([^()]*\))+?(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{"template-string":{pattern:/`(?:\\[\s\S]|\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}|(?!\${)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\${(?:[^{}]|{(?:[^{}]|{[^}]*})*})+}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\${|}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}}}),r.languages.markup&&r.languages.markup.tag.addInlined("script","javascript"),r.languages.js=r.languages.javascript,function(){"undefined"!==typeof self&&self.Prism&&self.document&&document.querySelector&&(self.Prism.fileHighlight=function(t){t=t||document;var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"};Array.prototype.slice.call(t.querySelectorAll("pre[data-src]")).forEach((function(t){if(!t.hasAttribute("data-src-loaded")){var n,i=t.getAttribute("data-src"),o=t,a=/\blang(?:uage)?-([\w-]+)\b/i;while(o&&!a.test(o.className))o=o.parentNode;if(o&&(n=(t.className.match(a)||[,""])[1]),!n){var s=(i.match(/\.(\w+)$/)||[,""])[1];n=e[s]||s}var c=document.createElement("code");c.className="language-"+n,t.textContent="",c.textContent="Loading…",t.appendChild(c);var u=new XMLHttpRequest;u.open("GET",i,!0),u.onreadystatechange=function(){4==u.readyState&&(u.status<400&&u.responseText?(c.textContent=u.responseText,r.highlightElement(c),t.setAttribute("data-src-loaded","")):u.status>=400?c.textContent="✖ Error "+u.status+" while fetching file: "+u.statusText:c.textContent="✖ Error: File does not exist or is empty")},u.send(null)}})),r.plugins.toolbar&&r.plugins.toolbar.registerButton("download-file",(function(t){var e=t.element.parentNode;if(e&&/pre/i.test(e.nodeName)&&e.hasAttribute("data-src")&&e.hasAttribute("data-download-link")){var n=e.getAttribute("data-src"),r=document.createElement("a");return r.textContent=e.getAttribute("data-download-link-label")||"Download",r.setAttribute("download",""),r.href=n,r}}))},document.addEventListener("DOMContentLoaded",(function(){self.Prism.fileHighlight()})))}()}).call(this,n("c8ba"))},c1df:function(t,e,n){(function(t){(function(e,n){t.exports=n()})(0,(function(){"use strict";var e,n;function r(){return e.apply(null,arguments)}function i(t){e=t}function o(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function a(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function s(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(t.hasOwnProperty(e))return!1;return!0}function c(t){return void 0===t}function u(t){return"number"===typeof t||"[object Number]"===Object.prototype.toString.call(t)}function l(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function f(t,e){var n,r=[];for(n=0;n<t.length;++n)r.push(e(t[n],n));return r}function d(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function h(t,e){for(var n in e)d(e,n)&&(t[n]=e[n]);return d(e,"toString")&&(t.toString=e.toString),d(e,"valueOf")&&(t.valueOf=e.valueOf),t}function p(t,e,n,r){return Wn(t,e,n,r,!0).utc()}function v(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(t){return null==t._pf&&(t._pf=v()),t._pf}function m(t){if(null==t._isValid){var e=g(t),r=n.call(e.parsedDateParts,(function(t){return null!=t})),i=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&r);if(t._strict&&(i=i&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return i;t._isValid=i}return t._isValid}function b(t){var e=p(NaN);return null!=t?h(g(e),t):g(e).userInvalidated=!0,e}n=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,r=0;r<n;r++)if(r in e&&t.call(this,e[r],r,e))return!0;return!1};var y=r.momentProperties=[];function _(t,e){var n,r,i;if(c(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),c(e._i)||(t._i=e._i),c(e._f)||(t._f=e._f),c(e._l)||(t._l=e._l),c(e._strict)||(t._strict=e._strict),c(e._tzm)||(t._tzm=e._tzm),c(e._isUTC)||(t._isUTC=e._isUTC),c(e._offset)||(t._offset=e._offset),c(e._pf)||(t._pf=g(e)),c(e._locale)||(t._locale=e._locale),y.length>0)for(n=0;n<y.length;n++)r=y[n],i=e[r],c(i)||(t[r]=i);return t}var w=!1;function x(t){_(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===w&&(w=!0,r.updateOffset(this),w=!1)}function S(t){return t instanceof x||null!=t&&null!=t._isAMomentObject}function O(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function C(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=O(e)),n}function k(t,e,n){var r,i=Math.min(t.length,e.length),o=Math.abs(t.length-e.length),a=0;for(r=0;r<i;r++)(n&&t[r]!==e[r]||!n&&C(t[r])!==C(e[r]))&&a++;return a+o}function j(t){!1===r.suppressDeprecationWarnings&&"undefined"!==typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function T(t,e){var n=!0;return h((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,t),n){for(var i,o=[],a=0;a<arguments.length;a++){if(i="","object"===typeof arguments[a]){for(var s in i+="\n["+a+"] ",arguments[0])i+=s+": "+arguments[0][s]+", ";i=i.slice(0,-2)}else i=arguments[a];o.push(i)}j(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),n=!1}return e.apply(this,arguments)}),e)}var P,A={};function E(t,e){null!=r.deprecationHandler&&r.deprecationHandler(t,e),A[t]||(j(e),A[t]=!0)}function M(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function D(t){var e,n;for(n in t)e=t[n],M(e)?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function $(t,e){var n,r=h({},t);for(n in e)d(e,n)&&(a(t[n])&&a(e[n])?(r[n]={},h(r[n],t[n]),h(r[n],e[n])):null!=e[n]?r[n]=e[n]:delete r[n]);for(n in t)d(t,n)&&!d(e,n)&&a(t[n])&&(r[n]=h({},r[n]));return r}function R(t){null!=t&&this.set(t)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,P=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)d(t,e)&&n.push(e);return n};var q={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function L(t,e,n){var r=this._calendar[t]||this._calendar["sameElse"];return M(r)?r.call(e,n):r}var F={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function N(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,(function(t){return t.slice(1)})),this._longDateFormat[t])}var I="Invalid date";function z(){return this._invalidDate}var B="%d",U=/\d{1,2}/;function H(t){return this._ordinal.replace("%d",t)}var Y={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function V(t,e,n,r){var i=this._relativeTime[n];return M(i)?i(t,e,n,r):i.replace(/%d/i,t)}function W(t,e){var n=this._relativeTime[t>0?"future":"past"];return M(n)?n(e):n.replace(/%s/i,e)}var G={};function Q(t,e){var n=t.toLowerCase();G[n]=G[n+"s"]=G[e]=t}function X(t){return"string"===typeof t?G[t]||G[t.toLowerCase()]:void 0}function K(t){var e,n,r={};for(n in t)d(t,n)&&(e=X(n),e&&(r[e]=t[n]));return r}var Z={};function J(t,e){Z[t]=e}function tt(t){var e=[];for(var n in t)e.push({unit:n,priority:Z[n]});return e.sort((function(t,e){return t.priority-e.priority})),e}function et(t,e,n){var r=""+Math.abs(t),i=e-r.length,o=t>=0;return(o?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var nt=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,rt=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,it={},ot={};function at(t,e,n,r){var i=r;"string"===typeof r&&(i=function(){return this[r]()}),t&&(ot[t]=i),e&&(ot[e[0]]=function(){return et(i.apply(this,arguments),e[1],e[2])}),n&&(ot[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function st(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function ct(t){var e,n,r=t.match(nt);for(e=0,n=r.length;e<n;e++)ot[r[e]]?r[e]=ot[r[e]]:r[e]=st(r[e]);return function(e){var i,o="";for(i=0;i<n;i++)o+=M(r[i])?r[i].call(e,t):r[i];return o}}function ut(t,e){return t.isValid()?(e=lt(e,t.localeData()),it[e]=it[e]||ct(e),it[e](t)):t.localeData().invalidDate()}function lt(t,e){var n=5;function r(t){return e.longDateFormat(t)||t}rt.lastIndex=0;while(n>=0&&rt.test(t))t=t.replace(rt,r),rt.lastIndex=0,n-=1;return t}var ft=/\d/,dt=/\d\d/,ht=/\d{3}/,pt=/\d{4}/,vt=/[+-]?\d{6}/,gt=/\d\d?/,mt=/\d\d\d\d?/,bt=/\d\d\d\d\d\d?/,yt=/\d{1,3}/,_t=/\d{1,4}/,wt=/[+-]?\d{1,6}/,xt=/\d+/,St=/[+-]?\d+/,Ot=/Z|[+-]\d\d:?\d\d/gi,Ct=/Z|[+-]\d\d(?::?\d\d)?/gi,kt=/[+-]?\d+(\.\d{1,3})?/,jt=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,Tt={};function Pt(t,e,n){Tt[t]=M(e)?e:function(t,r){return t&&n?n:e}}function At(t,e){return d(Tt,t)?Tt[t](e._strict,e._locale):new RegExp(Et(t))}function Et(t){return Mt(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,n,r,i){return e||n||r||i})))}function Mt(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var Dt={};function $t(t,e){var n,r=e;for("string"===typeof t&&(t=[t]),u(e)&&(r=function(t,n){n[e]=C(t)}),n=0;n<t.length;n++)Dt[t[n]]=r}function Rt(t,e){$t(t,(function(t,n,r,i){r._w=r._w||{},e(t,r._w,r,i)}))}function qt(t,e,n){null!=e&&d(Dt,t)&&Dt[t](e,n._a,n,t)}var Lt=0,Ft=1,Nt=2,It=3,zt=4,Bt=5,Ut=6,Ht=7,Yt=8;function Vt(t){return Wt(t)?366:365}function Wt(t){return t%4===0&&t%100!==0||t%400===0}at("Y",0,0,(function(){var t=this.year();return t<=9999?""+t:"+"+t})),at(0,["YY",2],0,(function(){return this.year()%100})),at(0,["YYYY",4],0,"year"),at(0,["YYYYY",5],0,"year"),at(0,["YYYYYY",6,!0],0,"year"),Q("year","y"),J("year",1),Pt("Y",St),Pt("YY",gt,dt),Pt("YYYY",_t,pt),Pt("YYYYY",wt,vt),Pt("YYYYYY",wt,vt),$t(["YYYYY","YYYYYY"],Lt),$t("YYYY",(function(t,e){e[Lt]=2===t.length?r.parseTwoDigitYear(t):C(t)})),$t("YY",(function(t,e){e[Lt]=r.parseTwoDigitYear(t)})),$t("Y",(function(t,e){e[Lt]=parseInt(t,10)})),r.parseTwoDigitYear=function(t){return C(t)+(C(t)>68?1900:2e3)};var Gt,Qt=Kt("FullYear",!0);function Xt(){return Wt(this.year())}function Kt(t,e){return function(n){return null!=n?(Jt(this,t,n),r.updateOffset(this,e),this):Zt(this,t)}}function Zt(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function Jt(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&Wt(t.year())&&1===t.month()&&29===t.date()?t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),re(n,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](n))}function te(t){return t=X(t),M(this[t])?this[t]():this}function ee(t,e){if("object"===typeof t){t=K(t);for(var n=tt(t),r=0;r<n.length;r++)this[n[r].unit](t[n[r].unit])}else if(t=X(t),M(this[t]))return this[t](e);return this}function ne(t,e){return(t%e+e)%e}function re(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=ne(e,12);return t+=(e-n)/12,1===n?Wt(t)?29:28:31-n%7%2}Gt=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},at("M",["MM",2],"Mo",(function(){return this.month()+1})),at("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),at("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Q("month","M"),J("month",8),Pt("M",gt),Pt("MM",gt,dt),Pt("MMM",(function(t,e){return e.monthsShortRegex(t)})),Pt("MMMM",(function(t,e){return e.monthsRegex(t)})),$t(["M","MM"],(function(t,e){e[Ft]=C(t)-1})),$t(["MMM","MMMM"],(function(t,e,n,r){var i=n._locale.monthsParse(t,r,n._strict);null!=i?e[Ft]=i:g(n).invalidMonth=t}));var ie=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,oe="January_February_March_April_May_June_July_August_September_October_November_December".split("_");function ae(t,e){return t?o(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||ie).test(e)?"format":"standalone"][t.month()]:o(this._months)?this._months:this._months["standalone"]}var se="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function ce(t,e){return t?o(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[ie.test(e)?"format":"standalone"][t.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort["standalone"]}function ue(t,e,n){var r,i,o,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)o=p([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===e?(i=Gt.call(this._shortMonthsParse,a),-1!==i?i:null):(i=Gt.call(this._longMonthsParse,a),-1!==i?i:null):"MMM"===e?(i=Gt.call(this._shortMonthsParse,a),-1!==i?i:(i=Gt.call(this._longMonthsParse,a),-1!==i?i:null)):(i=Gt.call(this._longMonthsParse,a),-1!==i?i:(i=Gt.call(this._shortMonthsParse,a),-1!==i?i:null))}function le(t,e,n){var r,i,o;if(this._monthsParseExact)return ue.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=p([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(o="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[r].test(t))return r;if(n&&"MMM"===e&&this._shortMonthsParse[r].test(t))return r;if(!n&&this._monthsParse[r].test(t))return r}}function fe(t,e){var n;if(!t.isValid())return t;if("string"===typeof e)if(/^\d+$/.test(e))e=C(e);else if(e=t.localeData().monthsParse(e),!u(e))return t;return n=Math.min(t.date(),re(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function de(t){return null!=t?(fe(this,t),r.updateOffset(this,!0),this):Zt(this,"Month")}function he(){return re(this.year(),this.month())}var pe=jt;function ve(t){return this._monthsParseExact?(d(this,"_monthsRegex")||be.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=pe),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}var ge=jt;function me(t){return this._monthsParseExact?(d(this,"_monthsRegex")||be.call(this),t?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=ge),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function be(){function t(t,e){return e.length-t.length}var e,n,r=[],i=[],o=[];for(e=0;e<12;e++)n=p([2e3,e]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(r.sort(t),i.sort(t),o.sort(t),e=0;e<12;e++)r[e]=Mt(r[e]),i[e]=Mt(i[e]);for(e=0;e<24;e++)o[e]=Mt(o[e]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function ye(t,e,n,r,i,o,a){var s;return t<100&&t>=0?(s=new Date(t+400,e,n,r,i,o,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,e,n,r,i,o,a),s}function _e(t){var e;if(t<100&&t>=0){var n=Array.prototype.slice.call(arguments);n[0]=t+400,e=new Date(Date.UTC.apply(null,n)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)}else e=new Date(Date.UTC.apply(null,arguments));return e}function we(t,e,n){var r=7+e-n,i=(7+_e(t,0,r).getUTCDay()-e)%7;return-i+r-1}function xe(t,e,n,r,i){var o,a,s=(7+n-r)%7,c=we(t,r,i),u=1+7*(e-1)+s+c;return u<=0?(o=t-1,a=Vt(o)+u):u>Vt(t)?(o=t+1,a=u-Vt(t)):(o=t,a=u),{year:o,dayOfYear:a}}function Se(t,e,n){var r,i,o=we(t.year(),e,n),a=Math.floor((t.dayOfYear()-o-1)/7)+1;return a<1?(i=t.year()-1,r=a+Oe(i,e,n)):a>Oe(t.year(),e,n)?(r=a-Oe(t.year(),e,n),i=t.year()+1):(i=t.year(),r=a),{week:r,year:i}}function Oe(t,e,n){var r=we(t,e,n),i=we(t+1,e,n);return(Vt(t)-r+i)/7}function Ce(t){return Se(t,this._week.dow,this._week.doy).week}at("w",["ww",2],"wo","week"),at("W",["WW",2],"Wo","isoWeek"),Q("week","w"),Q("isoWeek","W"),J("week",5),J("isoWeek",5),Pt("w",gt),Pt("ww",gt,dt),Pt("W",gt),Pt("WW",gt,dt),Rt(["w","ww","W","WW"],(function(t,e,n,r){e[r.substr(0,1)]=C(t)}));var ke={dow:0,doy:6};function je(){return this._week.dow}function Te(){return this._week.doy}function Pe(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")}function Ae(t){var e=Se(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")}function Ee(t,e){return"string"!==typeof t?t:isNaN(t)?(t=e.weekdaysParse(t),"number"===typeof t?t:null):parseInt(t,10)}function Me(t,e){return"string"===typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function De(t,e){return t.slice(e,7).concat(t.slice(0,e))}at("d",0,"do","day"),at("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),at("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),at("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),at("e",0,0,"weekday"),at("E",0,0,"isoWeekday"),Q("day","d"),Q("weekday","e"),Q("isoWeekday","E"),J("day",11),J("weekday",11),J("isoWeekday",11),Pt("d",gt),Pt("e",gt),Pt("E",gt),Pt("dd",(function(t,e){return e.weekdaysMinRegex(t)})),Pt("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),Pt("dddd",(function(t,e){return e.weekdaysRegex(t)})),Rt(["dd","ddd","dddd"],(function(t,e,n,r){var i=n._locale.weekdaysParse(t,r,n._strict);null!=i?e.d=i:g(n).invalidWeekday=t})),Rt(["d","e","E"],(function(t,e,n,r){e[r]=C(t)}));var $e="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_");function Re(t,e){var n=o(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?De(n,this._week.dow):t?n[t.day()]:n}var qe="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_");function Le(t){return!0===t?De(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort}var Fe="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function Ne(t){return!0===t?De(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin}function Ie(t,e,n){var r,i,o,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)o=p([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===e?(i=Gt.call(this._weekdaysParse,a),-1!==i?i:null):"ddd"===e?(i=Gt.call(this._shortWeekdaysParse,a),-1!==i?i:null):(i=Gt.call(this._minWeekdaysParse,a),-1!==i?i:null):"dddd"===e?(i=Gt.call(this._weekdaysParse,a),-1!==i?i:(i=Gt.call(this._shortWeekdaysParse,a),-1!==i?i:(i=Gt.call(this._minWeekdaysParse,a),-1!==i?i:null))):"ddd"===e?(i=Gt.call(this._shortWeekdaysParse,a),-1!==i?i:(i=Gt.call(this._weekdaysParse,a),-1!==i?i:(i=Gt.call(this._minWeekdaysParse,a),-1!==i?i:null))):(i=Gt.call(this._minWeekdaysParse,a),-1!==i?i:(i=Gt.call(this._weekdaysParse,a),-1!==i?i:(i=Gt.call(this._shortWeekdaysParse,a),-1!==i?i:null)))}function ze(t,e,n){var r,i,o;if(this._weekdaysParseExact)return Ie.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=p([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(o="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[r].test(t))return r;if(n&&"ddd"===e&&this._shortWeekdaysParse[r].test(t))return r;if(n&&"dd"===e&&this._minWeekdaysParse[r].test(t))return r;if(!n&&this._weekdaysParse[r].test(t))return r}}function Be(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=Ee(t,this.localeData()),this.add(t-e,"d")):e}function Ue(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")}function He(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=Me(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7}var Ye=jt;function Ve(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ke.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Ye),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}var We=jt;function Ge(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ke.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=We),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}var Qe=jt;function Xe(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Ke.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Qe),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Ke(){function t(t,e){return e.length-t.length}var e,n,r,i,o,a=[],s=[],c=[],u=[];for(e=0;e<7;e++)n=p([2e3,1]).day(e),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),o=this.weekdays(n,""),a.push(r),s.push(i),c.push(o),u.push(r),u.push(i),u.push(o);for(a.sort(t),s.sort(t),c.sort(t),u.sort(t),e=0;e<7;e++)s[e]=Mt(s[e]),c[e]=Mt(c[e]),u[e]=Mt(u[e]);this._weekdaysRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Ze(){return this.hours()%12||12}function Je(){return this.hours()||24}function tn(t,e){at(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function en(t,e){return e._meridiemParse}function nn(t){return"p"===(t+"").toLowerCase().charAt(0)}at("H",["HH",2],0,"hour"),at("h",["hh",2],0,Ze),at("k",["kk",2],0,Je),at("hmm",0,0,(function(){return""+Ze.apply(this)+et(this.minutes(),2)})),at("hmmss",0,0,(function(){return""+Ze.apply(this)+et(this.minutes(),2)+et(this.seconds(),2)})),at("Hmm",0,0,(function(){return""+this.hours()+et(this.minutes(),2)})),at("Hmmss",0,0,(function(){return""+this.hours()+et(this.minutes(),2)+et(this.seconds(),2)})),tn("a",!0),tn("A",!1),Q("hour","h"),J("hour",13),Pt("a",en),Pt("A",en),Pt("H",gt),Pt("h",gt),Pt("k",gt),Pt("HH",gt,dt),Pt("hh",gt,dt),Pt("kk",gt,dt),Pt("hmm",mt),Pt("hmmss",bt),Pt("Hmm",mt),Pt("Hmmss",bt),$t(["H","HH"],It),$t(["k","kk"],(function(t,e,n){var r=C(t);e[It]=24===r?0:r})),$t(["a","A"],(function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t})),$t(["h","hh"],(function(t,e,n){e[It]=C(t),g(n).bigHour=!0})),$t("hmm",(function(t,e,n){var r=t.length-2;e[It]=C(t.substr(0,r)),e[zt]=C(t.substr(r)),g(n).bigHour=!0})),$t("hmmss",(function(t,e,n){var r=t.length-4,i=t.length-2;e[It]=C(t.substr(0,r)),e[zt]=C(t.substr(r,2)),e[Bt]=C(t.substr(i)),g(n).bigHour=!0})),$t("Hmm",(function(t,e,n){var r=t.length-2;e[It]=C(t.substr(0,r)),e[zt]=C(t.substr(r))})),$t("Hmmss",(function(t,e,n){var r=t.length-4,i=t.length-2;e[It]=C(t.substr(0,r)),e[zt]=C(t.substr(r,2)),e[Bt]=C(t.substr(i))}));var rn=/[ap]\.?m?\.?/i;function on(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"}var an,sn=Kt("Hours",!0),cn={calendar:q,longDateFormat:F,invalidDate:I,ordinal:B,dayOfMonthOrdinalParse:U,relativeTime:Y,months:oe,monthsShort:se,week:ke,weekdays:$e,weekdaysMin:Fe,weekdaysShort:qe,meridiemParse:rn},un={},ln={};function fn(t){return t?t.toLowerCase().replace("_","-"):t}function dn(t){var e,n,r,i,o=0;while(o<t.length){i=fn(t[o]).split("-"),e=i.length,n=fn(t[o+1]),n=n?n.split("-"):null;while(e>0){if(r=hn(i.slice(0,e).join("-")),r)return r;if(n&&n.length>=e&&k(i,n,!0)>=e-1)break;e--}o++}return an}function hn(e){var n=null;if(!un[e]&&"undefined"!==typeof t&&t&&t.exports)try{n=an._abbr;!function(){var t=new Error("Cannot find module 'undefined'");throw t.code="MODULE_NOT_FOUND",t}(),pn(n)}catch(r){}return un[e]}function pn(t,e){var n;return t&&(n=c(e)?mn(t):vn(t,e),n?an=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),an._abbr}function vn(t,e){if(null!==e){var n,r=cn;if(e.abbr=t,null!=un[t])E("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=un[t]._config;else if(null!=e.parentLocale)if(null!=un[e.parentLocale])r=un[e.parentLocale]._config;else{if(n=hn(e.parentLocale),null==n)return ln[e.parentLocale]||(ln[e.parentLocale]=[]),ln[e.parentLocale].push({name:t,config:e}),null;r=n._config}return un[t]=new R($(r,e)),ln[t]&&ln[t].forEach((function(t){vn(t.name,t.config)})),pn(t),un[t]}return delete un[t],null}function gn(t,e){if(null!=e){var n,r,i=cn;r=hn(t),null!=r&&(i=r._config),e=$(i,e),n=new R(e),n.parentLocale=un[t],un[t]=n,pn(t)}else null!=un[t]&&(null!=un[t].parentLocale?un[t]=un[t].parentLocale:null!=un[t]&&delete un[t]);return un[t]}function mn(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return an;if(!o(t)){if(e=hn(t),e)return e;t=[t]}return dn(t)}function bn(){return P(un)}function yn(t){var e,n=t._a;return n&&-2===g(t).overflow&&(e=n[Ft]<0||n[Ft]>11?Ft:n[Nt]<1||n[Nt]>re(n[Lt],n[Ft])?Nt:n[It]<0||n[It]>24||24===n[It]&&(0!==n[zt]||0!==n[Bt]||0!==n[Ut])?It:n[zt]<0||n[zt]>59?zt:n[Bt]<0||n[Bt]>59?Bt:n[Ut]<0||n[Ut]>999?Ut:-1,g(t)._overflowDayOfYear&&(e<Lt||e>Nt)&&(e=Nt),g(t)._overflowWeeks&&-1===e&&(e=Ht),g(t)._overflowWeekday&&-1===e&&(e=Yt),g(t).overflow=e),t}function _n(t,e,n){return null!=t?t:null!=e?e:n}function wn(t){var e=new Date(r.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}function xn(t){var e,n,r,i,o,a=[];if(!t._d){for(r=wn(t),t._w&&null==t._a[Nt]&&null==t._a[Ft]&&Sn(t),null!=t._dayOfYear&&(o=_n(t._a[Lt],r[Lt]),(t._dayOfYear>Vt(o)||0===t._dayOfYear)&&(g(t)._overflowDayOfYear=!0),n=_e(o,0,t._dayOfYear),t._a[Ft]=n.getUTCMonth(),t._a[Nt]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=r[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[It]&&0===t._a[zt]&&0===t._a[Bt]&&0===t._a[Ut]&&(t._nextDay=!0,t._a[It]=0),t._d=(t._useUTC?_e:ye).apply(null,a),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[It]=24),t._w&&"undefined"!==typeof t._w.d&&t._w.d!==i&&(g(t).weekdayMismatch=!0)}}function Sn(t){var e,n,r,i,o,a,s,c;if(e=t._w,null!=e.GG||null!=e.W||null!=e.E)o=1,a=4,n=_n(e.GG,t._a[Lt],Se(Gn(),1,4).year),r=_n(e.W,1),i=_n(e.E,1),(i<1||i>7)&&(c=!0);else{o=t._locale._week.dow,a=t._locale._week.doy;var u=Se(Gn(),o,a);n=_n(e.gg,t._a[Lt],u.year),r=_n(e.w,u.week),null!=e.d?(i=e.d,(i<0||i>6)&&(c=!0)):null!=e.e?(i=e.e+o,(e.e<0||e.e>6)&&(c=!0)):i=o}r<1||r>Oe(n,o,a)?g(t)._overflowWeeks=!0:null!=c?g(t)._overflowWeekday=!0:(s=xe(n,r,i,o,a),t._a[Lt]=s.year,t._dayOfYear=s.dayOfYear)}var On=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Cn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/Z|[+-]\d\d(?::?\d\d)?/,jn=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Tn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Pn=/^\/?Date\((\-?\d+)/i;function An(t){var e,n,r,i,o,a,s=t._i,c=On.exec(s)||Cn.exec(s);if(c){for(g(t).iso=!0,e=0,n=jn.length;e<n;e++)if(jn[e][1].exec(c[1])){i=jn[e][0],r=!1!==jn[e][2];break}if(null==i)return void(t._isValid=!1);if(c[3]){for(e=0,n=Tn.length;e<n;e++)if(Tn[e][1].exec(c[3])){o=(c[2]||" ")+Tn[e][0];break}if(null==o)return void(t._isValid=!1)}if(!r&&null!=o)return void(t._isValid=!1);if(c[4]){if(!kn.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=i+(o||"")+(a||""),In(t)}else t._isValid=!1}var En=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function Mn(t,e,n,r,i,o){var a=[Dn(t),se.indexOf(e),parseInt(n,10),parseInt(r,10),parseInt(i,10)];return o&&a.push(parseInt(o,10)),a}function Dn(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function $n(t){return t.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Rn(t,e,n){if(t){var r=qe.indexOf(t),i=new Date(e[0],e[1],e[2]).getDay();if(r!==i)return g(n).weekdayMismatch=!0,n._isValid=!1,!1}return!0}var qn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Ln(t,e,n){if(t)return qn[t];if(e)return 0;var r=parseInt(n,10),i=r%100,o=(r-i)/100;return 60*o+i}function Fn(t){var e=En.exec($n(t._i));if(e){var n=Mn(e[4],e[3],e[2],e[5],e[6],e[7]);if(!Rn(e[1],n,t))return;t._a=n,t._tzm=Ln(e[8],e[9],e[10]),t._d=_e.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),g(t).rfc2822=!0}else t._isValid=!1}function Nn(t){var e=Pn.exec(t._i);null===e?(An(t),!1===t._isValid&&(delete t._isValid,Fn(t),!1===t._isValid&&(delete t._isValid,r.createFromInputFallback(t)))):t._d=new Date(+e[1])}function In(t){if(t._f!==r.ISO_8601)if(t._f!==r.RFC_2822){t._a=[],g(t).empty=!0;var e,n,i,o,a,s=""+t._i,c=s.length,u=0;for(i=lt(t._f,t._locale).match(nt)||[],e=0;e<i.length;e++)o=i[e],n=(s.match(At(o,t))||[])[0],n&&(a=s.substr(0,s.indexOf(n)),a.length>0&&g(t).unusedInput.push(a),s=s.slice(s.indexOf(n)+n.length),u+=n.length),ot[o]?(n?g(t).empty=!1:g(t).unusedTokens.push(o),qt(o,n,t)):t._strict&&!n&&g(t).unusedTokens.push(o);g(t).charsLeftOver=c-u,s.length>0&&g(t).unusedInput.push(s),t._a[It]<=12&&!0===g(t).bigHour&&t._a[It]>0&&(g(t).bigHour=void 0),g(t).parsedDateParts=t._a.slice(0),g(t).meridiem=t._meridiem,t._a[It]=zn(t._locale,t._a[It],t._meridiem),xn(t),yn(t)}else Fn(t);else An(t)}function zn(t,e,n){var r;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?(r=t.isPM(n),r&&e<12&&(e+=12),r||12!==e||(e=0),e):e}function Bn(t){var e,n,r,i,o;if(0===t._f.length)return g(t).invalidFormat=!0,void(t._d=new Date(NaN));for(i=0;i<t._f.length;i++)o=0,e=_({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[i],In(e),m(e)&&(o+=g(e).charsLeftOver,o+=10*g(e).unusedTokens.length,g(e).score=o,(null==r||o<r)&&(r=o,n=e));h(t,n||e)}function Un(t){if(!t._d){var e=K(t._i);t._a=f([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),xn(t)}}function Hn(t){var e=new x(yn(Yn(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function Yn(t){var e=t._i,n=t._f;return t._locale=t._locale||mn(t._l),null===e||void 0===n&&""===e?b({nullInput:!0}):("string"===typeof e&&(t._i=e=t._locale.preparse(e)),S(e)?new x(yn(e)):(l(e)?t._d=e:o(n)?Bn(t):n?In(t):Vn(t),m(t)||(t._d=null),t))}function Vn(t){var e=t._i;c(e)?t._d=new Date(r.now()):l(e)?t._d=new Date(e.valueOf()):"string"===typeof e?Nn(t):o(e)?(t._a=f(e.slice(0),(function(t){return parseInt(t,10)})),xn(t)):a(e)?Un(t):u(e)?t._d=new Date(e):r.createFromInputFallback(t)}function Wn(t,e,n,r,i){var c={};return!0!==n&&!1!==n||(r=n,n=void 0),(a(t)&&s(t)||o(t)&&0===t.length)&&(t=void 0),c._isAMomentObject=!0,c._useUTC=c._isUTC=i,c._l=n,c._i=t,c._f=e,c._strict=r,Hn(c)}function Gn(t,e,n,r){return Wn(t,e,n,r,!1)}r.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Qn=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Gn.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:b()})),Xn=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Gn.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:b()}));function Kn(t,e){var n,r;if(1===e.length&&o(e[0])&&(e=e[0]),!e.length)return Gn();for(n=e[0],r=1;r<e.length;++r)e[r].isValid()&&!e[r][t](n)||(n=e[r]);return n}function Zn(){var t=[].slice.call(arguments,0);return Kn("isBefore",t)}function Jn(){var t=[].slice.call(arguments,0);return Kn("isAfter",t)}var tr=function(){return Date.now?Date.now():+new Date},er=["year","quarter","month","week","day","hour","minute","second","millisecond"];function nr(t){for(var e in t)if(-1===Gt.call(er,e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,r=0;r<er.length;++r)if(t[er[r]]){if(n)return!1;parseFloat(t[er[r]])!==C(t[er[r]])&&(n=!0)}return!0}function rr(){return this._isValid}function ir(){return kr(NaN)}function or(t){var e=K(t),n=e.year||0,r=e.quarter||0,i=e.month||0,o=e.week||e.isoWeek||0,a=e.day||0,s=e.hour||0,c=e.minute||0,u=e.second||0,l=e.millisecond||0;this._isValid=nr(e),this._milliseconds=+l+1e3*u+6e4*c+1e3*s*60*60,this._days=+a+7*o,this._months=+i+3*r+12*n,this._data={},this._locale=mn(),this._bubble()}function ar(t){return t instanceof or}function sr(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function cr(t,e){at(t,0,0,(function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+et(~~(t/60),2)+e+et(~~t%60,2)}))}cr("Z",":"),cr("ZZ",""),Pt("Z",Ct),Pt("ZZ",Ct),$t(["Z","ZZ"],(function(t,e,n){n._useUTC=!0,n._tzm=lr(Ct,t)}));var ur=/([\+\-]|\d\d)/gi;function lr(t,e){var n=(e||"").match(t);if(null===n)return null;var r=n[n.length-1]||[],i=(r+"").match(ur)||["-",0,0],o=60*i[1]+C(i[2]);return 0===o?0:"+"===i[0]?o:-o}function fr(t,e){var n,i;return e._isUTC?(n=e.clone(),i=(S(t)||l(t)?t.valueOf():Gn(t).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+i),r.updateOffset(n,!1),n):Gn(t).local()}function dr(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function hr(t,e,n){var i,o=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"===typeof t){if(t=lr(Ct,t),null===t)return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&e&&(i=dr(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==t&&(!e||this._changeInProgress?Er(this,kr(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:dr(this)}function pr(t,e){return null!=t?("string"!==typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function vr(t){return this.utcOffset(0,t)}function gr(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(dr(this),"m")),this}function mr(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"===typeof this._i){var t=lr(Ot,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this}function br(t){return!!this.isValid()&&(t=t?Gn(t).utcOffset():0,(this.utcOffset()-t)%60===0)}function yr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function _r(){if(!c(this._isDSTShifted))return this._isDSTShifted;var t={};if(_(t,this),t=Yn(t),t._a){var e=t._isUTC?p(t._a):Gn(t._a);this._isDSTShifted=this.isValid()&&k(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function wr(){return!!this.isValid()&&!this._isUTC}function xr(){return!!this.isValid()&&this._isUTC}function Sr(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}r.updateOffset=function(){};var Or=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Cr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function kr(t,e){var n,r,i,o=t,a=null;return ar(t)?o={ms:t._milliseconds,d:t._days,M:t._months}:u(t)?(o={},e?o[e]=t:o.milliseconds=t):(a=Or.exec(t))?(n="-"===a[1]?-1:1,o={y:0,d:C(a[Nt])*n,h:C(a[It])*n,m:C(a[zt])*n,s:C(a[Bt])*n,ms:C(sr(1e3*a[Ut]))*n}):(a=Cr.exec(t))?(n="-"===a[1]?-1:1,o={y:jr(a[2],n),M:jr(a[3],n),w:jr(a[4],n),d:jr(a[5],n),h:jr(a[6],n),m:jr(a[7],n),s:jr(a[8],n)}):null==o?o={}:"object"===typeof o&&("from"in o||"to"in o)&&(i=Pr(Gn(o.from),Gn(o.to)),o={},o.ms=i.milliseconds,o.M=i.months),r=new or(o),ar(t)&&d(t,"_locale")&&(r._locale=t._locale),r}function jr(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Tr(t,e){var n={};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Pr(t,e){var n;return t.isValid()&&e.isValid()?(e=fr(e,t),t.isBefore(e)?n=Tr(t,e):(n=Tr(e,t),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Ar(t,e){return function(n,r){var i,o;return null===r||isNaN(+r)||(E(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=r,r=o),n="string"===typeof n?+n:n,i=kr(n,r),Er(this,i,t),this}}function Er(t,e,n,i){var o=e._milliseconds,a=sr(e._days),s=sr(e._months);t.isValid()&&(i=null==i||i,s&&fe(t,Zt(t,"Month")+s*n),a&&Jt(t,"Date",Zt(t,"Date")+a*n),o&&t._d.setTime(t._d.valueOf()+o*n),i&&r.updateOffset(t,a||s))}kr.fn=or.prototype,kr.invalid=ir;var Mr=Ar(1,"add"),Dr=Ar(-1,"subtract");function $r(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Rr(t,e){var n=t||Gn(),i=fr(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",a=e&&(M(e[o])?e[o].call(this,n):e[o]);return this.format(a||this.localeData().calendar(o,this,Gn(n)))}function qr(){return new x(this)}function Lr(t,e){var n=S(t)?t:Gn(t);return!(!this.isValid()||!n.isValid())&&(e=X(e)||"millisecond","millisecond"===e?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())}function Fr(t,e){var n=S(t)?t:Gn(t);return!(!this.isValid()||!n.isValid())&&(e=X(e)||"millisecond","millisecond"===e?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())}function Nr(t,e,n,r){var i=S(t)?t:Gn(t),o=S(e)?e:Gn(e);return!!(this.isValid()&&i.isValid()&&o.isValid())&&(r=r||"()",("("===r[0]?this.isAfter(i,n):!this.isBefore(i,n))&&(")"===r[1]?this.isBefore(o,n):!this.isAfter(o,n)))}function Ir(t,e){var n,r=S(t)?t:Gn(t);return!(!this.isValid()||!r.isValid())&&(e=X(e)||"millisecond","millisecond"===e?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))}function zr(t,e){return this.isSame(t,e)||this.isAfter(t,e)}function Br(t,e){return this.isSame(t,e)||this.isBefore(t,e)}function Ur(t,e,n){var r,i,o;if(!this.isValid())return NaN;if(r=fr(t,this),!r.isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),e=X(e),e){case"year":o=Hr(this,r)/12;break;case"month":o=Hr(this,r);break;case"quarter":o=Hr(this,r)/3;break;case"second":o=(this-r)/1e3;break;case"minute":o=(this-r)/6e4;break;case"hour":o=(this-r)/36e5;break;case"day":o=(this-r-i)/864e5;break;case"week":o=(this-r-i)/6048e5;break;default:o=this-r}return n?o:O(o)}function Hr(t,e){var n,r,i=12*(e.year()-t.year())+(e.month()-t.month()),o=t.clone().add(i,"months");return e-o<0?(n=t.clone().add(i-1,"months"),r=(e-o)/(o-n)):(n=t.clone().add(i+1,"months"),r=(e-o)/(n-o)),-(i+r)||0}function Yr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Vr(t){if(!this.isValid())return null;var e=!0!==t,n=e?this.clone().utc():this;return n.year()<0||n.year()>9999?ut(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):M(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",ut(n,"Z")):ut(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function Wr(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i="-MM-DD[T]HH:mm:ss.SSS",o=e+'[")]';return this.format(n+r+i+o)}function Gr(t){t||(t=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var e=ut(this,t);return this.localeData().postformat(e)}function Qr(t,e){return this.isValid()&&(S(t)&&t.isValid()||Gn(t).isValid())?kr({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function Xr(t){return this.from(Gn(),t)}function Kr(t,e){return this.isValid()&&(S(t)&&t.isValid()||Gn(t).isValid())?kr({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function Zr(t){return this.to(Gn(),t)}function Jr(t){var e;return void 0===t?this._locale._abbr:(e=mn(t),null!=e&&(this._locale=e),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ti=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function ei(){return this._locale}var ni=1e3,ri=60*ni,ii=60*ri,oi=3506328*ii;function ai(t,e){return(t%e+e)%e}function si(t,e,n){return t<100&&t>=0?new Date(t+400,e,n)-oi:new Date(t,e,n).valueOf()}function ci(t,e,n){return t<100&&t>=0?Date.UTC(t+400,e,n)-oi:Date.UTC(t,e,n)}function ui(t){var e;if(t=X(t),void 0===t||"millisecond"===t||!this.isValid())return this;var n=this._isUTC?ci:si;switch(t){case"year":e=n(this.year(),0,1);break;case"quarter":e=n(this.year(),this.month()-this.month()%3,1);break;case"month":e=n(this.year(),this.month(),1);break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=n(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=ai(e+(this._isUTC?0:this.utcOffset()*ri),ii);break;case"minute":e=this._d.valueOf(),e-=ai(e,ri);break;case"second":e=this._d.valueOf(),e-=ai(e,ni);break}return this._d.setTime(e),r.updateOffset(this,!0),this}function li(t){var e;if(t=X(t),void 0===t||"millisecond"===t||!this.isValid())return this;var n=this._isUTC?ci:si;switch(t){case"year":e=n(this.year()+1,0,1)-1;break;case"quarter":e=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=n(this.year(),this.month()+1,1)-1;break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=ii-ai(e+(this._isUTC?0:this.utcOffset()*ri),ii)-1;break;case"minute":e=this._d.valueOf(),e+=ri-ai(e,ri)-1;break;case"second":e=this._d.valueOf(),e+=ni-ai(e,ni)-1;break}return this._d.setTime(e),r.updateOffset(this,!0),this}function fi(){return this._d.valueOf()-6e4*(this._offset||0)}function di(){return Math.floor(this.valueOf()/1e3)}function hi(){return new Date(this.valueOf())}function pi(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function vi(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function gi(){return this.isValid()?this.toISOString():null}function mi(){return m(this)}function bi(){return h({},g(this))}function yi(){return g(this).overflow}function _i(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function wi(t,e){at(0,[t,t.length],0,e)}function xi(t){return ki.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Si(t){return ki.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Oi(){return Oe(this.year(),1,4)}function Ci(){var t=this.localeData()._week;return Oe(this.year(),t.dow,t.doy)}function ki(t,e,n,r,i){var o;return null==t?Se(this,r,i).year:(o=Oe(t,r,i),e>o&&(e=o),ji.call(this,t,e,n,r,i))}function ji(t,e,n,r,i){var o=xe(t,e,n,r,i),a=_e(o.year,0,o.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}function Ti(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}at(0,["gg",2],0,(function(){return this.weekYear()%100})),at(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),wi("gggg","weekYear"),wi("ggggg","weekYear"),wi("GGGG","isoWeekYear"),wi("GGGGG","isoWeekYear"),Q("weekYear","gg"),Q("isoWeekYear","GG"),J("weekYear",1),J("isoWeekYear",1),Pt("G",St),Pt("g",St),Pt("GG",gt,dt),Pt("gg",gt,dt),Pt("GGGG",_t,pt),Pt("gggg",_t,pt),Pt("GGGGG",wt,vt),Pt("ggggg",wt,vt),Rt(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,n,r){e[r.substr(0,2)]=C(t)})),Rt(["gg","GG"],(function(t,e,n,i){e[i]=r.parseTwoDigitYear(t)})),at("Q",0,"Qo","quarter"),Q("quarter","Q"),J("quarter",7),Pt("Q",ft),$t("Q",(function(t,e){e[Ft]=3*(C(t)-1)})),at("D",["DD",2],"Do","date"),Q("date","D"),J("date",9),Pt("D",gt),Pt("DD",gt,dt),Pt("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),$t(["D","DD"],Nt),$t("Do",(function(t,e){e[Nt]=C(t.match(gt)[0])}));var Pi=Kt("Date",!0);function Ai(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")}at("DDD",["DDDD",3],"DDDo","dayOfYear"),Q("dayOfYear","DDD"),J("dayOfYear",4),Pt("DDD",yt),Pt("DDDD",ht),$t(["DDD","DDDD"],(function(t,e,n){n._dayOfYear=C(t)})),at("m",["mm",2],0,"minute"),Q("minute","m"),J("minute",14),Pt("m",gt),Pt("mm",gt,dt),$t(["m","mm"],zt);var Ei=Kt("Minutes",!1);at("s",["ss",2],0,"second"),Q("second","s"),J("second",15),Pt("s",gt),Pt("ss",gt,dt),$t(["s","ss"],Bt);var Mi,Di=Kt("Seconds",!1);for(at("S",0,0,(function(){return~~(this.millisecond()/100)})),at(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),at(0,["SSS",3],0,"millisecond"),at(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),at(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),at(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),at(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),at(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),at(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Q("millisecond","ms"),J("millisecond",16),Pt("S",yt,ft),Pt("SS",yt,dt),Pt("SSS",yt,ht),Mi="SSSS";Mi.length<=9;Mi+="S")Pt(Mi,xt);function $i(t,e){e[Ut]=C(1e3*("0."+t))}for(Mi="S";Mi.length<=9;Mi+="S")$t(Mi,$i);var Ri=Kt("Milliseconds",!1);function qi(){return this._isUTC?"UTC":""}function Li(){return this._isUTC?"Coordinated Universal Time":""}at("z",0,0,"zoneAbbr"),at("zz",0,0,"zoneName");var Fi=x.prototype;function Ni(t){return Gn(1e3*t)}function Ii(){return Gn.apply(null,arguments).parseZone()}function zi(t){return t}Fi.add=Mr,Fi.calendar=Rr,Fi.clone=qr,Fi.diff=Ur,Fi.endOf=li,Fi.format=Gr,Fi.from=Qr,Fi.fromNow=Xr,Fi.to=Kr,Fi.toNow=Zr,Fi.get=te,Fi.invalidAt=yi,Fi.isAfter=Lr,Fi.isBefore=Fr,Fi.isBetween=Nr,Fi.isSame=Ir,Fi.isSameOrAfter=zr,Fi.isSameOrBefore=Br,Fi.isValid=mi,Fi.lang=ti,Fi.locale=Jr,Fi.localeData=ei,Fi.max=Xn,Fi.min=Qn,Fi.parsingFlags=bi,Fi.set=ee,Fi.startOf=ui,Fi.subtract=Dr,Fi.toArray=pi,Fi.toObject=vi,Fi.toDate=hi,Fi.toISOString=Vr,Fi.inspect=Wr,Fi.toJSON=gi,Fi.toString=Yr,Fi.unix=di,Fi.valueOf=fi,Fi.creationData=_i,Fi.year=Qt,Fi.isLeapYear=Xt,Fi.weekYear=xi,Fi.isoWeekYear=Si,Fi.quarter=Fi.quarters=Ti,Fi.month=de,Fi.daysInMonth=he,Fi.week=Fi.weeks=Pe,Fi.isoWeek=Fi.isoWeeks=Ae,Fi.weeksInYear=Ci,Fi.isoWeeksInYear=Oi,Fi.date=Pi,Fi.day=Fi.days=Be,Fi.weekday=Ue,Fi.isoWeekday=He,Fi.dayOfYear=Ai,Fi.hour=Fi.hours=sn,Fi.minute=Fi.minutes=Ei,Fi.second=Fi.seconds=Di,Fi.millisecond=Fi.milliseconds=Ri,Fi.utcOffset=hr,Fi.utc=vr,Fi.local=gr,Fi.parseZone=mr,Fi.hasAlignedHourOffset=br,Fi.isDST=yr,Fi.isLocal=wr,Fi.isUtcOffset=xr,Fi.isUtc=Sr,Fi.isUTC=Sr,Fi.zoneAbbr=qi,Fi.zoneName=Li,Fi.dates=T("dates accessor is deprecated. Use date instead.",Pi),Fi.months=T("months accessor is deprecated. Use month instead",de),Fi.years=T("years accessor is deprecated. Use year instead",Qt),Fi.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",pr),Fi.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",_r);var Bi=R.prototype;function Ui(t,e,n,r){var i=mn(),o=p().set(r,e);return i[n](o,t)}function Hi(t,e,n){if(u(t)&&(e=t,t=void 0),t=t||"",null!=e)return Ui(t,e,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=Ui(t,r,n,"month");return i}function Yi(t,e,n,r){"boolean"===typeof t?(u(e)&&(n=e,e=void 0),e=e||""):(e=t,n=e,t=!1,u(e)&&(n=e,e=void 0),e=e||"");var i,o=mn(),a=t?o._week.dow:0;if(null!=n)return Ui(e,(n+a)%7,r,"day");var s=[];for(i=0;i<7;i++)s[i]=Ui(e,(i+a)%7,r,"day");return s}function Vi(t,e){return Hi(t,e,"months")}function Wi(t,e){return Hi(t,e,"monthsShort")}function Gi(t,e,n){return Yi(t,e,n,"weekdays")}function Qi(t,e,n){return Yi(t,e,n,"weekdaysShort")}function Xi(t,e,n){return Yi(t,e,n,"weekdaysMin")}Bi.calendar=L,Bi.longDateFormat=N,Bi.invalidDate=z,Bi.ordinal=H,Bi.preparse=zi,Bi.postformat=zi,Bi.relativeTime=V,Bi.pastFuture=W,Bi.set=D,Bi.months=ae,Bi.monthsShort=ce,Bi.monthsParse=le,Bi.monthsRegex=me,Bi.monthsShortRegex=ve,Bi.week=Ce,Bi.firstDayOfYear=Te,Bi.firstDayOfWeek=je,Bi.weekdays=Re,Bi.weekdaysMin=Ne,Bi.weekdaysShort=Le,Bi.weekdaysParse=ze,Bi.weekdaysRegex=Ve,Bi.weekdaysShortRegex=Ge,Bi.weekdaysMinRegex=Xe,Bi.isPM=nn,Bi.meridiem=on,pn("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10,n=1===C(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th";return t+n}}),r.lang=T("moment.lang is deprecated. Use moment.locale instead.",pn),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",mn);var Ki=Math.abs;function Zi(){var t=this._data;return this._milliseconds=Ki(this._milliseconds),this._days=Ki(this._days),this._months=Ki(this._months),t.milliseconds=Ki(t.milliseconds),t.seconds=Ki(t.seconds),t.minutes=Ki(t.minutes),t.hours=Ki(t.hours),t.months=Ki(t.months),t.years=Ki(t.years),this}function Ji(t,e,n,r){var i=kr(e,n);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function to(t,e){return Ji(this,t,e,1)}function eo(t,e){return Ji(this,t,e,-1)}function no(t){return t<0?Math.floor(t):Math.ceil(t)}function ro(){var t,e,n,r,i,o=this._milliseconds,a=this._days,s=this._months,c=this._data;return o>=0&&a>=0&&s>=0||o<=0&&a<=0&&s<=0||(o+=864e5*no(oo(s)+a),a=0,s=0),c.milliseconds=o%1e3,t=O(o/1e3),c.seconds=t%60,e=O(t/60),c.minutes=e%60,n=O(e/60),c.hours=n%24,a+=O(n/24),i=O(io(a)),s+=i,a-=no(oo(i)),r=O(s/12),s%=12,c.days=a,c.months=s,c.years=r,this}function io(t){return 4800*t/146097}function oo(t){return 146097*t/4800}function ao(t){if(!this.isValid())return NaN;var e,n,r=this._milliseconds;if(t=X(t),"month"===t||"quarter"===t||"year"===t)switch(e=this._days+r/864e5,n=this._months+io(e),t){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(e=this._days+Math.round(oo(this._months)),t){case"week":return e/7+r/6048e5;case"day":return e+r/864e5;case"hour":return 24*e+r/36e5;case"minute":return 1440*e+r/6e4;case"second":return 86400*e+r/1e3;case"millisecond":return Math.floor(864e5*e)+r;default:throw new Error("Unknown unit "+t)}}function so(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*C(this._months/12):NaN}function co(t){return function(){return this.as(t)}}var uo=co("ms"),lo=co("s"),fo=co("m"),ho=co("h"),po=co("d"),vo=co("w"),go=co("M"),mo=co("Q"),bo=co("y");function yo(){return kr(this)}function _o(t){return t=X(t),this.isValid()?this[t+"s"]():NaN}function wo(t){return function(){return this.isValid()?this._data[t]:NaN}}var xo=wo("milliseconds"),So=wo("seconds"),Oo=wo("minutes"),Co=wo("hours"),ko=wo("days"),jo=wo("months"),To=wo("years");function Po(){return O(this.days()/7)}var Ao=Math.round,Eo={ss:44,s:45,m:45,h:22,d:26,M:11};function Mo(t,e,n,r,i){return i.relativeTime(e||1,!!n,t,r)}function Do(t,e,n){var r=kr(t).abs(),i=Ao(r.as("s")),o=Ao(r.as("m")),a=Ao(r.as("h")),s=Ao(r.as("d")),c=Ao(r.as("M")),u=Ao(r.as("y")),l=i<=Eo.ss&&["s",i]||i<Eo.s&&["ss",i]||o<=1&&["m"]||o<Eo.m&&["mm",o]||a<=1&&["h"]||a<Eo.h&&["hh",a]||s<=1&&["d"]||s<Eo.d&&["dd",s]||c<=1&&["M"]||c<Eo.M&&["MM",c]||u<=1&&["y"]||["yy",u];return l[2]=e,l[3]=+t>0,l[4]=n,Mo.apply(null,l)}function $o(t){return void 0===t?Ao:"function"===typeof t&&(Ao=t,!0)}function Ro(t,e){return void 0!==Eo[t]&&(void 0===e?Eo[t]:(Eo[t]=e,"s"===t&&(Eo.ss=e-1),!0))}function qo(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=Do(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)}var Lo=Math.abs;function Fo(t){return(t>0)-(t<0)||+t}function No(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,r=Lo(this._milliseconds)/1e3,i=Lo(this._days),o=Lo(this._months);t=O(r/60),e=O(t/60),r%=60,t%=60,n=O(o/12),o%=12;var a=n,s=o,c=i,u=e,l=t,f=r?r.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var h=d<0?"-":"",p=Fo(this._months)!==Fo(d)?"-":"",v=Fo(this._days)!==Fo(d)?"-":"",g=Fo(this._milliseconds)!==Fo(d)?"-":"";return h+"P"+(a?p+a+"Y":"")+(s?p+s+"M":"")+(c?v+c+"D":"")+(u||l||f?"T":"")+(u?g+u+"H":"")+(l?g+l+"M":"")+(f?g+f+"S":"")}var Io=or.prototype;return Io.isValid=rr,Io.abs=Zi,Io.add=to,Io.subtract=eo,Io.as=ao,Io.asMilliseconds=uo,Io.asSeconds=lo,Io.asMinutes=fo,Io.asHours=ho,Io.asDays=po,Io.asWeeks=vo,Io.asMonths=go,Io.asQuarters=mo,Io.asYears=bo,Io.valueOf=so,Io._bubble=ro,Io.clone=yo,Io.get=_o,Io.milliseconds=xo,Io.seconds=So,Io.minutes=Oo,Io.hours=Co,Io.days=ko,Io.weeks=Po,Io.months=jo,Io.years=To,Io.humanize=qo,Io.toISOString=No,Io.toString=No,Io.toJSON=No,Io.locale=Jr,Io.localeData=ei,Io.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",No),Io.lang=ti,at("X",0,0,"unix"),at("x",0,0,"valueOf"),Pt("x",St),Pt("X",kt),$t("X",(function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))})),$t("x",(function(t,e,n){n._d=new Date(C(t))})),r.version="2.24.0",i(Gn),r.fn=Fi,r.min=Zn,r.max=Jn,r.now=tr,r.utc=p,r.unix=Ni,r.months=Vi,r.isDate=l,r.locale=pn,r.invalid=b,r.duration=kr,r.isMoment=S,r.weekdays=Gi,r.parseZone=Ii,r.localeData=mn,r.isDuration=ar,r.monthsShort=Wi,r.weekdaysMin=Xi,r.defineLocale=vn,r.updateLocale=gn,r.locales=bn,r.weekdaysShort=Qi,r.normalizeUnits=X,r.relativeTimeRounding=$o,r.relativeTimeThreshold=Ro,r.calendarFormat=$r,r.prototype=Fi,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}))}).call(this,n("62e4")(t))},c272:function(t,e,n){var r=n("a84f"),i=n("09d1"),o=n("fb8a"),a=function(t){return function(e,n,a){var s,c=r(e),u=i(c.length),l=o(a,u);if(t&&n!=n){while(u>l)if(s=c[l++],s!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},c345:function(t,e,n){"use strict";var r=n("c532"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var e,n,o,a={};return t?(r.forEach(t.split("\n"),(function(t){if(o=t.indexOf(":"),e=r.trim(t.substr(0,o)).toLowerCase(),n=r.trim(t.substr(o+1)),e){if(a[e]&&i.indexOf(e)>=0)return;a[e]="set-cookie"===e?(a[e]?a[e]:[]).concat([n]):a[e]?a[e]+", "+n:n}})),a):a}},c35a:function(t,e,n){var r=n("7820"),i=n("ca70"),o=n("8b0e"),a=o("iterator");t.exports=function(t){if(void 0!=t)return t[a]||t["@@iterator"]||i[r(t)]}},c3a6:function(t,e,n){"use strict";n.d(e,"b",(function(){return o}));var r=n("66d1"),i=n("8d05"),o=new Array(3).concat("fc8d59ffffbf91bfdb","d7191cfdae61abd9e92c7bb6","d7191cfdae61ffffbfabd9e92c7bb6","d73027fc8d59fee090e0f3f891bfdb4575b4","d73027fc8d59fee090ffffbfe0f3f891bfdb4575b4","d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4","d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4","a50026d73027f46d43fdae61fee090e0f3f8abd9e974add14575b4313695","a50026d73027f46d43fdae61fee090ffffbfe0f3f8abd9e974add14575b4313695").map(r["a"]);e["a"]=Object(i["a"])(o)},c401:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e,n){return r.forEach(n,(function(n){t=n(t,e)})),t}},c430:function(t,e){t.exports=!1},c474:function(t,e,n){"use strict";var r=n("2248"),i=n("d882"),o=n("3627"),a=n("d728");e["a"]={props:{target:{type:[Boolean,String],default:!0},noParentEvent:Boolean,contextMenu:Boolean},watch:{contextMenu:function(t){void 0!==this.anchorEl&&(this.__unconfigureAnchorEl(),this.__configureAnchorEl(t))},target:function(){void 0!==this.anchorEl&&this.__unconfigureAnchorEl(),this.__pickAnchorEl()},noParentEvent:function(t){void 0!==this.anchorEl&&(!0===t?this.__unconfigureAnchorEl():this.__configureAnchorEl())}},methods:{__showCondition:function(t){return void 0!==this.anchorEl&&(void 0===t||(void 0===t.touches||t.touches.length<=1))},__contextClick:function(t){var e=this;this.hide(t),this.$nextTick((function(){e.show(t)})),Object(i["g"])(t)},__toggleKey:function(t){!0===Object(a["a"])(t,13)&&this.toggle(t)},__mobileCleanup:function(t){this.anchorEl.classList.remove("non-selectable"),clearTimeout(this.touchTimer),!0===this.showing&&void 0!==t&&Object(r["a"])()},__mobilePrevent:i["g"],__mobileTouch:function(t){var e=this;if(this.__mobileCleanup(t),!0===this.__showCondition(t)){this.hide(t),this.anchorEl.classList.add("non-selectable");var n=Object(o["d"])(t.target);Object(o["a"])(this,"anchor",[[n,"touchmove","__mobileCleanup","passive"],[n,"touchend","__mobileCleanup","passive"],[n,"touchcancel","__mobileCleanup","passive"],[this.anchorEl,"contextmenu","__mobilePrevent","notPassive"]]),this.touchTimer=setTimeout((function(){e.show(t)}),300)}},__unconfigureAnchorEl:function(){Object(o["b"])(this,"anchor")},__configureAnchorEl:function(){var t,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.contextMenu;!0!==this.noParentEvent&&void 0!==this.anchorEl&&(t=!0===e?!0===this.$q.platform.is.mobile?[[this.anchorEl,"touchstart","__mobileTouch","passive"]]:[[this.anchorEl,"click","hide","passive"],[this.anchorEl,"contextmenu","__contextClick","notPassive"]]:[[this.anchorEl,"click","toggle","passive"],[this.anchorEl,"keyup","__toggleKey","passive"]],Object(o["a"])(this,"anchor",t))},__setAnchorEl:function(t){this.anchorEl=t;while(this.anchorEl.classList.contains("q-anchor--skip"))this.anchorEl=this.anchorEl.parentNode;this.__configureAnchorEl()},__pickAnchorEl:function(){if(this.target&&"string"===typeof this.target){var t=document.querySelector(this.target);null!==t?(this.anchorEl=t,this.__configureAnchorEl()):(this.anchorEl=void 0,console.error('Anchor: target "'.concat(this.target,'" not found'),this))}else!1!==this.target?this.__setAnchorEl(this.parentEl):this.anchorEl=void 0},__changeScrollEvent:function(t,e){var n="".concat(void 0!==e?"add":"remove","EventListener"),r=void 0!==e?e:this.__scrollFn;t!==window&&t[n]("scroll",r,i["e"].passive),window[n]("scroll",r,i["e"].passive),this.__scrollFn=e}},created:function(){var t=this;"function"===typeof this.__configureScrollTarget&&"function"===typeof this.__unconfigureScrollTarget&&(this.noParentEventWatcher=this.$watch("noParentEvent",(function(){void 0!==t.scrollTarget&&(t.__unconfigureScrollTarget(),t.__configureScrollTarget())})))},mounted:function(){this.parentEl=this.$el.parentNode,this.__pickAnchorEl(),!0===this.value&&void 0===this.anchorEl&&this.$emit("input",!1)},beforeDestroy:function(){clearTimeout(this.touchTimer),void 0!==this.noParentEventWatcher&&this.noParentEventWatcher(),void 0!==this.__anchorCleanup&&this.__anchorCleanup(),this.__unconfigureAnchorEl()}}},c4dd:function(t,e,n){var r=n("09e4"),i=n("bb6e"),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},c51e:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},c532:function(t,e,n){"use strict";var r=n("1d2b"),i=n("c7ce"),o=Object.prototype.toString;function a(t){return"[object Array]"===o.call(t)}function s(t){return"[object ArrayBuffer]"===o.call(t)}function c(t){return"undefined"!==typeof FormData&&t instanceof FormData}function u(t){var e;return e="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer,e}function l(t){return"string"===typeof t}function f(t){return"number"===typeof t}function d(t){return"undefined"===typeof t}function h(t){return null!==t&&"object"===typeof t}function p(t){return"[object Date]"===o.call(t)}function v(t){return"[object File]"===o.call(t)}function g(t){return"[object Blob]"===o.call(t)}function m(t){return"[object Function]"===o.call(t)}function b(t){return h(t)&&m(t.pipe)}function y(t){return"undefined"!==typeof URLSearchParams&&t instanceof URLSearchParams}function _(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}function w(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product&&"NativeScript"!==navigator.product&&"NS"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function x(t,e){if(null!==t&&"undefined"!==typeof t)if("object"!==typeof t&&(t=[t]),a(t))for(var n=0,r=t.length;n<r;n++)e.call(null,t[n],n,t);else for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.call(null,t[i],i,t)}function S(){var t={};function e(e,n){"object"===typeof t[n]&&"object"===typeof e?t[n]=S(t[n],e):t[n]=e}for(var n=0,r=arguments.length;n<r;n++)x(arguments[n],e);return t}function O(){var t={};function e(e,n){"object"===typeof t[n]&&"object"===typeof e?t[n]=O(t[n],e):t[n]="object"===typeof e?O({},e):e}for(var n=0,r=arguments.length;n<r;n++)x(arguments[n],e);return t}function C(t,e,n){return x(e,(function(e,i){t[i]=n&&"function"===typeof e?r(e,n):e})),t}t.exports={isArray:a,isArrayBuffer:s,isBuffer:i,isFormData:c,isArrayBufferView:u,isString:l,isNumber:f,isObject:h,isUndefined:d,isDate:p,isFile:v,isBlob:g,isFunction:m,isStream:b,isURLSearchParams:y,isStandardBrowserEnv:w,forEach:x,merge:S,deepMerge:O,extend:C,trim:_}},c644:function(t,e,n){"use strict";var r=n("66d1");e["a"]=Object(r["a"])("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab")},c698:function(t,e,n){"use strict";e["a"]=function(t){return function(){return t}}},c6b6:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},c6cd:function(t,e,n){var r=n("da84"),i=n("ce4e"),o="__core-js_shared__",a=r[o]||i(o,{});t.exports=a},c740:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").findIndex,o=n("44d2"),a="findIndex",s=!0;a in[]&&Array(1)[a]((function(){s=!1})),r({target:"Array",proto:!0,forced:s},{findIndex:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o(a)},c7cd:function(t,e,n){"use strict";var r=n("23e7"),i=n("857a"),o=n("eae9");r({target:"String",proto:!0,forced:o("fixed")},{fixed:function(){return i(this,"tt","","")}})},c7ce:function(t,e){
19
- /*!
20
- * Determine if an object is a Buffer
21
- *
22
- * @author Feross Aboukhadijeh <https://feross.org>
23
- * @license MIT
24
- */
25
- t.exports=function(t){return null!=t&&null!=t.constructor&&"function"===typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}},c85d:function(t,e,n){var r=n("09e4");t.exports=r.Promise},c8af:function(t,e,n){"use strict";var r=n("c532");t.exports=function(t,e){r.forEach(t,(function(n,r){r!==e&&r.toUpperCase()===e.toUpperCase()&&(t[e]=n,delete t[r])}))}},c8ba:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}t.exports=n},c938:function(t,e,n){var r=n("90c5");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},c975:function(t,e,n){"use strict";var r=n("23e7"),i=n("4d64").indexOf,o=n("b301"),a=[].indexOf,s=!!a&&1/[1].indexOf(1,-0)<0,c=o("indexOf");r({target:"Array",proto:!0,forced:s||c},{indexOf:function(t){return s?a.apply(this,arguments)||0:i(this,t,arguments.length>1?arguments[1]:void 0)}})},ca70:function(t,e){t.exports={}},ca84:function(t,e,n){var r=n("5135"),i=n("fc6a"),o=n("4d64").indexOf,a=n("d012");t.exports=function(t,e){var n,s=i(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);while(e.length>c)r(s,n=e[c++])&&(~o(u,n)||u.push(n));return u}},caad:function(t,e,n){"use strict";var r=n("23e7"),i=n("4d64").includes,o=n("44d2");r({target:"Array",proto:!0},{includes:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}}),o("includes")},caad1:function(t,e,n){var r=n("8b0e"),i=n("ca70"),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},cb29:function(t,e,n){var r=n("23e7"),i=n("81d5"),o=n("44d2");r({target:"Array",proto:!0},{fill:i}),o("fill")},cb32:function(t,e,n){"use strict";var r=n("ade3"),i=n("2b0e"),o=n("6642"),a=n("0016"),s=n("dde5");e["a"]=i["a"].extend({name:"QAvatar",mixins:[o["a"]],props:{fontSize:String,color:String,textColor:String,icon:String,square:Boolean,rounded:Boolean},computed:{contentClass:function(){var t;return t={},Object(r["a"])(t,"bg-".concat(this.color),this.color),Object(r["a"])(t,"text-".concat(this.textColor," q-chip--colored"),this.textColor),Object(r["a"])(t,"q-avatar__content--square",this.square),Object(r["a"])(t,"rounded-borders",this.rounded),t},contentStyle:function(){if(this.fontSize)return{fontSize:this.fontSize}}},render:function(t){var e=void 0!==this.icon?[t(a["a"],{props:{name:this.icon}})]:void 0;return t("div",{staticClass:"q-avatar",style:this.sizeStyle,on:this.$listeners},[t("div",{staticClass:"q-avatar__content row flex-center overflow-hidden",class:this.contentClass,style:this.contentStyle},Object(s["b"])(e,this,"default"))])}})},cc12:function(t,e,n){var r=n("da84"),i=n("861d"),o=r.document,a=i(o)&&i(o.createElement);t.exports=function(t){return a?o.createElement(t):{}}},ce4e:function(t,e,n){var r=n("da84"),i=n("9112");t.exports=function(t,e){try{i(r,t,e)}catch(n){r[t]=e}return e}},cee4:function(t,e,n){"use strict";var r=n("c532"),i=n("1d2b"),o=n("0a06"),a=n("4a7b"),s=n("2444");function c(t){var e=new o(t),n=i(o.prototype.request,e);return r.extend(n,o.prototype,e),r.extend(n,e),n}var u=c(s);u.Axios=o,u.create=function(t){return c(a(u.defaults,t))},u.Cancel=n("7a77"),u.CancelToken=n("8df4"),u.isCancel=n("2e67"),u.all=function(t){return Promise.all(t)},u.spread=n("0df6"),t.exports=u,t.exports.default=u},cf9e:function(t,e,n){var r=n("d0c8");t.exports=function(t,e,n,i){try{return i?e(r(n)[0],n[1]):e(n)}catch(a){var o=t["return"];throw void 0!==o&&r(o.call(t)),a}}},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,n){var r=n("428f"),i=n("da84"),o=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?o(r[t])||o(i[t]):r[t]&&r[t][e]||i[t]&&i[t][e]}},d0c8:function(t,e,n){var r=n("bb6e");t.exports=function(t){if(!r(t))throw TypeError(String(t)+" is not an object");return t}},d1d7:function(t,e,n){var r=n("09e4");t.exports=r},d1e7:function(t,e,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);e.f=o?function(t){var e=i(this,t);return!!e&&e.enumerable}:r},d28b:function(t,e,n){var r=n("746f");r("iterator")},d2bb:function(t,e,n){var r=n("825a"),i=n("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(n,[]),e=n instanceof Array}catch(o){}return function(n,o){return r(n),i(o),e?t.call(n,o):n.__proto__=o,n}}():void 0)},d3b7:function(t,e,n){var r=n("00ee"),i=n("6eeb"),o=n("b041");r||i(Object.prototype,"toString",o,{unsafe:!0})},d44e:function(t,e,n){var r=n("9bf2").f,i=n("5135"),o=n("b622"),a=o("toStringTag");t.exports=function(t,e,n){t&&!i(t=n?t:t.prototype,a)&&r(t,a,{configurable:!0,value:e})}},d4ec:function(t,e,n){"use strict";function r(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}n.d(e,"a",(function(){return r}))},d58f:function(t,e,n){var r=n("1c0b"),i=n("7b0b"),o=n("44ad"),a=n("50c4"),s=function(t){return function(e,n,s,c){r(n);var u=i(e),l=o(u),f=a(u.length),d=t?f-1:0,h=t?-1:1;if(s<2)while(1){if(d in l){c=l[d],d+=h;break}if(d+=h,t?d<0:f<=d)throw TypeError("Reduce of empty array with no initial value")}for(;t?d>=0:f>d;d+=h)d in l&&(c=n(c,l[d],d,u));return c}};t.exports={left:s(!1),right:s(!0)}},d714:function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},d728:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));n("99af"),n("caad"),n("2532");var r=!1;function i(t){r=!0===t.isComposing}function o(t){return!0===r||t!==Object(t)||!0===t.isComposing||!0===t.qKeyEvent}function a(t,e){return!0!==r&&t===Object(t)&&!0!==t.isComposing&&!0!==t.qKeyEvent&&[].concat(e).includes(t.keyCode)}},d73f:function(t,e,n){"use strict";n.d(e,"a",(function(){return a}));var r=n("4aa2"),i=n("2fc8"),o=n("9ebd");function a(t){return function e(n,a,s){switch(arguments.length){case 0:return e;case 1:return Object(o["a"])(n)?e:Object(i["a"])((function(e,r){return t(n,e,r)}));case 2:return Object(o["a"])(n)&&Object(o["a"])(a)?e:Object(o["a"])(n)?Object(i["a"])((function(e,n){return t(e,a,n)})):Object(o["a"])(a)?Object(i["a"])((function(e,r){return t(n,e,r)})):Object(r["a"])((function(e){return t(n,a,e)}));default:return Object(o["a"])(n)&&Object(o["a"])(a)&&Object(o["a"])(s)?e:Object(o["a"])(n)&&Object(o["a"])(a)?Object(i["a"])((function(e,n){return t(e,n,s)})):Object(o["a"])(n)&&Object(o["a"])(s)?Object(i["a"])((function(e,n){return t(e,a,n)})):Object(o["a"])(a)&&Object(o["a"])(s)?Object(i["a"])((function(e,r){return t(n,e,r)})):Object(o["a"])(n)?Object(r["a"])((function(e){return t(e,a,s)})):Object(o["a"])(a)?Object(r["a"])((function(e){return t(n,e,s)})):Object(o["a"])(s)?Object(r["a"])((function(e){return t(n,a,e)})):t(n,a,s)}}}},d784:function(t,e,n){"use strict";var r=n("9112"),i=n("6eeb"),o=n("d039"),a=n("b622"),s=n("9263"),c=a("species"),u=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")})),l=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var n="ab".split(t);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));t.exports=function(t,e,n,f){var d=a(t),h=!o((function(){var e={};return e[d]=function(){return 7},7!=""[t](e)})),p=h&&!o((function(){var e=!1,n=/a/;return"split"===t&&(n={},n.constructor={},n.constructor[c]=function(){return n},n.flags="",n[d]=/./[d]),n.exec=function(){return e=!0,null},n[d](""),!e}));if(!h||!p||"replace"===t&&!u||"split"===t&&!l){var v=/./[d],g=n(d,""[t],(function(t,e,n,r,i){return e.exec===s?h&&!i?{done:!0,value:v.call(e,n,r)}:{done:!0,value:t.call(n,e,r)}:{done:!1}})),m=g[0],b=g[1];i(String.prototype,t,m),i(RegExp.prototype,d,2==e?function(t,e){return b.call(t,this,e)}:function(t){return b.call(t,this)}),f&&r(RegExp.prototype[d],"sham",!0)}}},d81d:function(t,e,n){"use strict";var r=n("23e7"),i=n("b727").map,o=n("d039"),a=n("1dde"),s=a("map"),c=s&&!o((function(){[].map.call({length:-1,0:1},(function(t){throw t}))}));r({target:"Array",proto:!0,forced:!s||!c},{map:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}})},d839:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("db-dygraphs",{ref:"dygraph",attrs:{_updated:t._updated,data:t.data,options:t.graphOptions,dark:t.dark,colorScheme:t.colorScheme},on:{"db-event":t.handleDbEvent}})},i=[],o=(n("a9e3"),n("d3b7"),n("6af3")),a=n("1a7c"),s={name:"DbDygraphsBar",components:{DbDygraphs:function(){return Promise.resolve().then(n.bind(null,"317b"))}},mixins:[o["a"]],props:{data:{type:Array,default:function(){return[]}},options:{type:Object},opacity:{type:Number,default:.6}},data:function(){return{defaultOptions:{legend:"follow",includeZero:!0,panEdgeFraction:1e-8,axes:{x:{drawGrid:!1}},plotter:this.barChartPlotter}}},computed:{graphOptions:{get:function(){return Object.assign({},this.defaultOptions,this.options)},set:function(){}}},methods:{barChartPlotter:function(t){var e=t.drawingContext,n=t.points,r=t.dygraph.toDomYCoord(0),i=a["a"].hex2RGBA(t.color,this.opacity);e.fillStyle=i,e.strokeStyle=i;for(var o=1/0,s=1;s<n.length;s++){var c=n[s].canvasx-n[s-1].canvasx;c<o&&(o=c)}for(var u=Math.floor(2/3*o),l=0;l<n.length;l++){var f=n[l],d=f.canvasx;e.fillRect(d-u/2,f.canvasy,u,r-f.canvasy),e.strokeRect(d-u/2,f.canvasy,u,r-f.canvasy)}},handleDbEvent:function(t){this.$emit("db-event",t)}}},c=s,u=n("2877"),l=Object(u["a"])(c,r,i,!1,null,null,null);e["a"]=l.exports},d882:function(t,e,n){"use strict";n.d(e,"e",(function(){return r})),n.d(e,"d",(function(){return o})),n.d(e,"f",(function(){return a})),n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return l})),n.d(e,"i",(function(){return f})),n.d(e,"g",(function(){return d})),n.d(e,"j",(function(){return h})),n.d(e,"h",(function(){return p})),n.d(e,"a",(function(){return v}));n("4160"),n("159b");var r={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{var i=Object.defineProperty({},"passive",{get:function(){Object.assign(r,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,i),window.removeEventListener("qtest",null,i)}catch(g){}function o(t){return 0===t.button}function a(t){return t.touches&&t.touches[0]?t=t.touches[0]:t.changedTouches&&t.changedTouches[0]?t=t.changedTouches[0]:t.targetTouches&&t.targetTouches[0]&&(t=t.targetTouches[0]),{top:t.clientY,left:t.clientX}}function s(t){if(t.path)return t.path;if(t.composedPath)return t.composedPath();var e=[],n=t.target;while(n){if(e.push(n),"HTML"===n.tagName)return e.push(document),e.push(window),e;n=n.parentElement}}var c=40,u=800;function l(t){var e=t.deltaX,n=t.deltaY;if((e||n)&&t.deltaMode){var r=1===t.deltaMode?c:u;e*=r,n*=r}if(t.shiftKey&&!e){var i=[e,n];n=i[0],e=i[1]}return{x:e,y:n}}function f(t){t.stopPropagation()}function d(t){!1!==t.cancelable&&t.preventDefault()}function h(t){!1!==t.cancelable&&t.preventDefault(),t.stopPropagation()}function p(t,e){if(void 0!==t&&(!0!==e||!0!==t.__dragPrevented)){var n=!0===e?function(t){t.__dragPrevented=!0,t.addEventListener("dragstart",d,r.notPassiveCapture)}:function(t){delete t.__dragPrevented,t.removeEventListener("dragstart",d,r.notPassiveCapture)};t.querySelectorAll("a, img").forEach(n)}}function v(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.bubbles,r=void 0!==n&&n,i=e.cancelable,o=void 0!==i&&i;try{return new Event(t,{bubbles:r,cancelable:o})}catch(g){var a=document.createEvent("Event");return a.initEvent(t,r,o),a}}},d925:function(t,e,n){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},da84:function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n("c8ba"))},dac4:function(t,e,n){},db8f:function(t,e,n){var r=n("09e4"),i=n("79ae"),o="__core-js_shared__",a=r[o]||i(o,{});t.exports=a},dbb4:function(t,e,n){var r=n("23e7"),i=n("83ab"),o=n("56ef"),a=n("fc6a"),s=n("06cf"),c=n("8418");r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(t){var e,n,r=a(t),i=s.f,u=o(r),l={},f=0;while(u.length>f)n=i(r,e=u[f++]),void 0!==n&&c(l,e,n);return l}})},ddb0:function(t,e,n){var r=n("da84"),i=n("fdbc"),o=n("e260"),a=n("9112"),s=n("b622"),c=s("iterator"),u=s("toStringTag"),l=o.values;for(var f in i){var d=r[f],h=d&&d.prototype;if(h){if(h[c]!==l)try{a(h,c,l)}catch(v){h[c]=l}if(h[u]||a(h,u,f),i[f])for(var p in o)if(h[p]!==o[p])try{a(h,p,o[p])}catch(v){h[p]=o[p]}}}},ddd8:function(t,e,n){"use strict";n("a4d3"),n("99af"),n("4de4"),n("7db0"),n("c740"),n("4160"),n("caad"),n("a15b"),n("d81d"),n("fb6a"),n("45fc"),n("a434"),n("0d03"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("4d63"),n("ac1f"),n("25f0"),n("1276"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("0016"),a=n("0d59"),s=(n("d3b7"),n("3ca3"),n("ddb0"),/^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/),c=/^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/,u=/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/,l=/^rgb\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5])\)$/,f=/^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/,d={date:function(t){return/^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(t)},time:function(t){return/^([0-1]?\d|2[0-3]):[0-5]\d$/.test(t)},fulltime:function(t){return/^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(t)},timeOrFulltime:function(t){return/^([0-1]?\d|2[0-3]):[0-5]\d(:[0-5]\d)?$/.test(t)},hexColor:function(t){return s.test(t)},hexaColor:function(t){return c.test(t)},hexOrHexaColor:function(t){return u.test(t)},rgbColor:function(t){return l.test(t)},rgbaColor:function(t){return f.test(t)},rgbOrRgbaColor:function(t){return l.test(t)||f.test(t)},hexOrRgbColor:function(t){return s.test(t)||l.test(t)},hexaOrRgbaColor:function(t){return c.test(t)||f.test(t)},anyColor:function(t){return u.test(t)||l.test(t)||f.test(t)}},h={props:{value:{},error:{type:Boolean,default:null},errorMessage:String,noErrorIcon:Boolean,rules:Array,lazyRules:Boolean},data:function(){return{isDirty:!1,innerError:!1,innerErrorMessage:void 0}},watch:{value:function(t){void 0!==this.rules&&(!0===this.lazyRules&&!1===this.isDirty||this.validate(t))},focused:function(t){!1===t&&this.__triggerValidation()}},computed:{hasError:function(){return!0===this.error||!0===this.innerError},computedErrorMessage:function(){return"string"===typeof this.errorMessage&&this.errorMessage.length>0?this.errorMessage:this.innerErrorMessage}},mounted:function(){this.validateIndex=0,void 0===this.focused&&this.$el.addEventListener("focusout",this.__triggerValidation)},beforeDestroy:function(){void 0===this.focused&&this.$el.removeEventListener("focusout",this.__triggerValidation)},methods:{resetValidation:function(){this.validateIndex++,this.innerLoading=!1,this.isDirty=!1,this.innerError=!1,this.innerErrorMessage=void 0},validate:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:this.value;if(!this.rules||0===this.rules.length)return!0;this.validateIndex++,!0!==this.innerLoading&&!0!==this.lazyRules&&(this.isDirty=!0);for(var n=function(e,n){t.innerError!==e&&(t.innerError=e);var r=n||void 0;t.innerErrorMessage!==r&&(t.innerErrorMessage=r),!1!==t.innerLoading&&(t.innerLoading=!1)},r=[],i=0;i<this.rules.length;i++){var o=this.rules[i],a=void 0;if("function"===typeof o?a=o(e):"string"===typeof o&&void 0!==d[o]&&(a=d[o](e)),!1===a||"string"===typeof a)return n(!0,a),!1;!0!==a&&void 0!==a&&r.push(a)}if(0===r.length)return n(!1),!0;!0!==this.innerLoading&&(this.innerLoading=!0);var s=this.validateIndex;return Promise.all(r).then((function(e){if(s!==t.validateIndex)return!0;if(void 0===e||!1===Array.isArray(e)||0===e.length)return n(!1),!0;var r=e.find((function(t){return!1===t||"string"===typeof t}));return n(void 0!==r,r),void 0===r}),(function(e){return s!==t.validateIndex||(console.error(e),n(!0),!1)}))},__triggerValidation:function(){!1===this.isDirty&&void 0!==this.rules&&(this.isDirty=!0,this.validate(this.value))}}},p=n("b7fa"),v=n("dde5"),g=n("d882");function m(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var b=function(){return m()+m()+"-"+m()+"-"+m()+"-"+m()+"-"+m()+m()+m()};function y(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function _(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?y(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):y(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var w,x=i["a"].extend({name:"QField",mixins:[p["a"],h],inheritAttrs:!1,props:{label:String,stackLabel:Boolean,hint:String,hideHint:Boolean,prefix:String,suffix:String,color:String,bgColor:String,filled:Boolean,outlined:Boolean,borderless:Boolean,standout:[Boolean,String],square:Boolean,loading:Boolean,bottomSlots:Boolean,hideBottomSpace:Boolean,rounded:Boolean,dense:Boolean,itemAligned:Boolean,counter:Boolean,clearable:Boolean,clearIcon:String,disable:Boolean,readonly:Boolean,autofocus:Boolean,for:[String],maxlength:[Number,String],maxValues:[Number,String]},data:function(){return{focused:!1,innerLoading:!1,targetUid:void 0===this.for?"qf_"+b():this.for}},computed:{editable:function(){return!0!==this.disable&&!0!==this.readonly},hasValue:function(){var t=void 0===this.__getControl?this.value:this.innerValue;return void 0!==t&&null!==t&&(""+t).length>0},computedCounter:function(){if(!1!==this.counter){var t="string"===typeof this.value||"number"===typeof this.value?(""+this.value).length:!0===Array.isArray(this.value)?this.value.length:0,e=void 0!==this.maxlength?this.maxlength:this.maxValues;return t+(void 0!==e?" / "+e:"")}},floatingLabel:function(){return!0===this.hasError||!0===this.stackLabel||!0===this.focused||(void 0!==this.inputValue&&!0===this.hideSelected?this.inputValue.length>0:!0===this.hasValue)||void 0!==this.displayValue&&null!==this.displayValue&&(""+this.displayValue).length>0},shouldRenderBottom:function(){return!0===this.bottomSlots||void 0!==this.hint||void 0!==this.rules||!0===this.counter||null!==this.error},classes:function(){var t;return t={},Object(r["a"])(t,this.fieldClass,void 0!==this.fieldClass),Object(r["a"])(t,"q-field--".concat(this.styleType),!0),Object(r["a"])(t,"q-field--rounded",this.rounded),Object(r["a"])(t,"q-field--square",this.square),Object(r["a"])(t,"q-field--focused",!0===this.focused||!0===this.hasError),Object(r["a"])(t,"q-field--float",this.floatingLabel),Object(r["a"])(t,"q-field--labeled",void 0!==this.label),Object(r["a"])(t,"q-field--dense",this.dense),Object(r["a"])(t,"q-field--item-aligned q-item-type",this.itemAligned),Object(r["a"])(t,"q-field--dark",this.isDark),Object(r["a"])(t,"q-field--auto-height",void 0===this.__getControl),Object(r["a"])(t,"q-field--with-bottom",!0!==this.hideBottomSpace&&!0===this.shouldRenderBottom),Object(r["a"])(t,"q-field--error",this.hasError),Object(r["a"])(t,"q-field--readonly",!0===this.readonly&&!0!==this.disable),Object(r["a"])(t,"q-field--disabled",this.disable),t},styleType:function(){return!0===this.filled?"filled":!0===this.outlined?"outlined":!0===this.borderless?"borderless":this.standout?"standout":"standard"},contentClass:function(){var t=[];if(!0===this.hasError)t.push("text-negative");else{if("string"===typeof this.standout&&this.standout.length>0&&!0===this.focused)return this.standout;void 0!==this.color&&t.push("text-"+this.color)}return void 0!==this.bgColor&&t.push("bg-".concat(this.bgColor)),t},controlSlotScope:function(){return{id:this.targetUid,field:this.$el,editable:this.editable,focused:this.focused,floatingLabel:this.floatingLabel,value:this.value,emitValue:this.__emitValue}}},methods:{focus:function(){void 0===this.showPopup||!0!==this.hasDialog?this.__focus():this.showPopup()},blur:function(){var t=document.activeElement;null!==t&&this.$el.contains(t)&&t.blur()},__focus:function(){var t=document.activeElement,e=this.$refs.target;void 0===e||null!==t&&t.id===this.targetUid||(!0===e.hasAttribute("tabindex")||(e=e.querySelector("[tabindex]")),null!==e&&e!==t&&e.focus())},__getContent:function(t){var e=[];return void 0!==this.$scopedSlots.prepend&&e.push(t("div",{staticClass:"q-field__prepend q-field__marginal row no-wrap items-center",key:"prepend",on:this.slotsEvents},this.$scopedSlots.prepend())),e.push(t("div",{staticClass:"q-field__control-container col relative-position row no-wrap q-anchor--skip"},this.__getControlContainer(t))),void 0!==this.$scopedSlots.append&&e.push(t("div",{staticClass:"q-field__append q-field__marginal row no-wrap items-center",key:"append",on:this.slotsEvents},this.$scopedSlots.append())),!0===this.hasError&&!1===this.noErrorIcon&&e.push(this.__getInnerAppendNode(t,"error",[t(o["a"],{props:{name:this.$q.iconSet.field.error,color:"negative"}})])),!0===this.loading||!0===this.innerLoading?e.push(this.__getInnerAppendNode(t,"inner-loading-append",void 0!==this.$scopedSlots.loading?this.$scopedSlots.loading():[t(a["a"],{props:{color:this.color}})])):!0===this.clearable&&!0===this.hasValue&&!0===this.editable&&e.push(this.__getInnerAppendNode(t,"inner-clearable-append",[t(o["a"],{staticClass:"cursor-pointer",props:{name:this.clearIcon||this.$q.iconSet.field.clear},on:this.clearableEvents})])),void 0!==this.__getInnerAppend&&e.push(this.__getInnerAppendNode(t,"inner-append",this.__getInnerAppend(t))),void 0!==this.__getPopup&&e.push(this.__getPopup(t)),e},__getControlContainer:function(t){var e=[];return void 0!==this.prefix&&null!==this.prefix&&e.push(t("div",{staticClass:"q-field__prefix no-pointer-events row items-center"},[this.prefix])),void 0!==this.__getControl?e.push(this.__getControl(t)):void 0!==this.$scopedSlots.rawControl?e.push(this.$scopedSlots.rawControl()):void 0!==this.$scopedSlots.control&&e.push(t("div",{ref:"target",staticClass:"q-field__native row",attrs:_({},this.$attrs,{autofocus:this.autofocus})},this.$scopedSlots.control(this.controlSlotScope))),void 0!==this.label&&e.push(t("div",{staticClass:"q-field__label no-pointer-events absolute ellipsis"},[this.label])),void 0!==this.suffix&&null!==this.suffix&&e.push(t("div",{staticClass:"q-field__suffix no-pointer-events row items-center"},[this.suffix])),e.concat(void 0!==this.__getDefaultSlot?this.__getDefaultSlot(t):Object(v["c"])(this,"default"))},__getBottom:function(t){var e,n;!0===this.hasError?void 0!==this.computedErrorMessage?(e=[t("div",[this.computedErrorMessage])],n=this.computedErrorMessage):(e=Object(v["c"])(this,"error"),n="q--slot-error"):!0===this.hideHint&&!0!==this.focused||(void 0!==this.hint?(e=[t("div",[this.hint])],n=this.hint):(e=Object(v["c"])(this,"hint"),n="q--slot-hint"));var r=!0===this.counter||void 0!==this.$scopedSlots.counter;if(!0!==this.hideBottomSpace||!1!==r||void 0!==e){var i=t("div",{key:n,staticClass:"q-field__messages col"},e);return t("div",{staticClass:"q-field__bottom row items-start q-field__bottom--"+(!0!==this.hideBottomSpace?"animated":"stale")},[!0===this.hideBottomSpace?i:t("transition",{props:{name:"q-transition--field-message"}},[i]),!0===r?t("div",{staticClass:"q-field__counter"},void 0!==this.$scopedSlots.counter?this.$scopedSlots.counter():[this.computedCounter]):null])}},__getInnerAppendNode:function(t,e,n){return null===n?null:t("div",{staticClass:"q-field__append q-field__marginal row no-wrap items-center q-anchor--skip",key:e},n)},__onControlPopupShow:function(t){void 0!==t&&Object(g["i"])(t),this.$emit("popup-show",t),this.hasPopupOpen=!0,this.__onControlFocusin(t)},__onControlPopupHide:function(t){void 0!==t&&Object(g["i"])(t),this.$emit("popup-hide",t),this.hasPopupOpen=!1,this.__onControlFocusout(t)},__onControlFocusin:function(t){!0===this.editable&&!1===this.focused&&(this.focused=!0,this.$emit("focus",t))},__onControlFocusout:function(t,e){var n=this;clearTimeout(this.focusoutTimer),this.focusoutTimer=setTimeout((function(){(!0!==document.hasFocus()||!0!==n.hasPopupOpen&&void 0!==n.$refs&&void 0!==n.$refs.control&&!1===n.$refs.control.contains(document.activeElement))&&(!0===n.focused&&(n.focused=!1,n.$emit("blur",t)),void 0!==e&&e())}))},__clearValue:function(t){Object(g["i"])(t),"file"===this.type&&(Object(g["g"])(t),this.$refs.input.value=null),this.$emit("input",null),this.$emit("clear",this.value)},__emitValue:function(t){this.$emit("input",t)}},render:function(t){return void 0!==this.__onPreRender&&this.__onPreRender(),void 0!==this.__onPostRender&&this.$nextTick(this.__onPostRender),t("label",{staticClass:"q-field row no-wrap items-start",class:this.classes,attrs:{for:this.targetUid}},[void 0!==this.$scopedSlots.before?t("div",{staticClass:"q-field__before q-field__marginal row no-wrap items-center",on:this.slotsEvents},this.$scopedSlots.before()):null,t("div",{staticClass:"q-field__inner relative-position col self-stretch column justify-center"},[t("div",{ref:"control",staticClass:"q-field__control relative-position row no-wrap",class:this.contentClass,attrs:{tabindex:-1},on:this.controlEvents},this.__getContent(t)),!0===this.shouldRenderBottom?this.__getBottom(t):null]),void 0!==this.$scopedSlots.after?t("div",{staticClass:"q-field__after q-field__marginal row no-wrap items-center",on:this.slotsEvents},this.$scopedSlots.after()):null])},created:function(){void 0!==this.__onPreRender&&this.__onPreRender(),this.slotsEvents={click:g["g"]},this.clearableEvents={click:this.__clearValue},this.controlEvents=void 0!==this.__getControlEvents?this.__getControlEvents():{focusin:this.__onControlFocusin,focusout:this.__onControlFocusout,"popup-show":this.__onControlPopupShow,"popup-hide":this.__onControlPopupHide}},mounted:function(){!0===this.autofocus&&this.focus()},beforeDestroy:function(){clearTimeout(this.focusoutTimer)}}),S=n("3d69"),O=n("6642"),C=n("2c75"),k={xs:8,sm:10,md:14,lg:20,xl:24},j=i["a"].extend({name:"QChip",mixins:[S["a"],O["a"],p["a"]],model:{event:"remove"},props:{dense:Boolean,icon:String,iconRight:String,label:[String,Number],color:String,textColor:String,value:{type:Boolean,default:!0},selected:{type:Boolean,default:null},size:String,square:Boolean,outline:Boolean,clickable:Boolean,removable:Boolean,tabindex:[String,Number],disable:Boolean},computed:{classes:function(){var t,e=!0===this.outline&&this.color||this.textColor;return t={},Object(r["a"])(t,"bg-".concat(this.color),!1===this.outline&&void 0!==this.color),Object(r["a"])(t,"text-".concat(e," q-chip--colored"),e),Object(r["a"])(t,"disabled",this.disable),Object(r["a"])(t,"q-chip--dense",this.dense),Object(r["a"])(t,"q-chip--outline",this.outline),Object(r["a"])(t,"q-chip--selected",this.selected),Object(r["a"])(t,"q-chip--clickable cursor-pointer non-selectable q-hoverable",this.isClickable),Object(r["a"])(t,"q-chip--square",this.square),Object(r["a"])(t,"q-chip--dark q-dark",this.isDark),t},style:function(){if(void 0!==this.size)return{fontSize:this.size in k?"".concat(k[this.size],"px"):this.size}},hasLeftIcon:function(){return!0===this.selected||void 0!==this.icon},isClickable:function(){return!1===this.disable&&(!0===this.clickable||null!==this.selected)},computedTabindex:function(){return!0===this.disable?-1:this.tabindex||0}},methods:{__onKeyup:function(t){13===t.keyCode&&this.__onClick(t)},__onClick:function(t){this.disable||(this.$emit("update:selected",!this.selected),this.$emit("click",t))},__onRemove:function(t){void 0!==t.keyCode&&13!==t.keyCode||(Object(g["j"])(t),!this.disable&&this.$emit("remove",!1))},__getContent:function(t){var e=[];!0===this.isClickable&&e.push(t("div",{staticClass:"q-focus-helper"})),!0===this.hasLeftIcon&&e.push(t(o["a"],{staticClass:"q-chip__icon q-chip__icon--left",props:{name:!0===this.selected?this.$q.iconSet.chip.selected:this.icon}}));var n=void 0!==this.label?[this.label]:void 0;return e.push(t("div",{staticClass:"q-chip__content row no-wrap items-center q-anchor--skip"},Object(v["b"])(n,this,"default"))),this.iconRight&&e.push(t(o["a"],{staticClass:"q-chip__icon q-chip__icon--right",props:{name:this.iconRight}})),this.removable&&e.push(t(o["a"],{staticClass:"q-chip__icon q-chip__icon--remove cursor-pointer",props:{name:this.$q.iconSet.chip.remove},attrs:{tabindex:this.computedTabindex},nativeOn:{click:this.__onRemove,keyup:this.__onRemove}})),e}},render:function(t){if(!1!==this.value){var e={staticClass:"q-chip row inline no-wrap items-center",class:this.classes,style:this.style};return!0===this.isClickable&&Object.assign(e,{attrs:{tabindex:this.computedTabindex},on:Object(C["a"])(this,"click",{click:this.__onClick,keyup:this.__onKeyup}),directives:[{name:"ripple",value:this.ripple}]}),t("div",e,this.__getContent(t))}}}),T=n("66e5"),P=n("4074"),A=n("0170"),E=(n("18a5"),n("c474")),M=n("7ee0"),D=n("9e62"),$=n("7562"),R=g["e"].notPassiveCapture,q=g["e"].passiveCapture,L={click:[],focus:[]};function F(t,e){for(var n=t.length-1;n>=0;n--)if(void 0===t[n](e))return}function N(t){clearTimeout(w),"focusin"===t.type?w=setTimeout((function(){F(L.focus,t)}),200):F(L.click,t)}var I={name:"click-outside",bind:function(t,e,n){var r=e.value,i=e.arg,o=n.componentInstance||n.context,a={trigger:r,toggleEl:i,handler:function(t){var e=t.target;if(void 0!==e&&8!==e.nodeType&&e!==document.documentElement&&!1===e.classList.contains("no-pointer-events")&&(void 0===a.toggleEl||!1===a.toggleEl.contains(e))&&(e===document.body||!1===Object(C["c"])(Object(C["b"])(e),o)))return t.qClickOutside=!0,a.trigger(t)}};t.__qclickoutside&&(t.__qclickoutside_old=t.__qclickoutside),t.__qclickoutside=a,0===L.click.length&&(document.addEventListener("click",N,R),document.addEventListener("touchstart",N,R),document.addEventListener("focusin",N,q)),L.click.push(a.handler),a.timerFocusin=setTimeout((function(){L.focus.push(a.handler)}),500)},update:function(t,e){var n=e.value,r=e.oldValue,i=e.arg,o=t.__qclickoutside;n!==r&&(o.trigger=n),i!==o.arg&&(o.toggleEl=i)},unbind:function(t){var e=t.__qclickoutside_old||t.__qclickoutside;if(void 0!==e){clearTimeout(e.timerFocusin);var n=L.click.findIndex((function(t){return t===e.handler})),r=L.focus.findIndex((function(t){return t===e.handler}));n>-1&&L.click.splice(n,1),r>-1&&L.focus.splice(r,1),0===L.click.length&&(clearTimeout(w),document.removeEventListener("click",N,R),document.removeEventListener("touchstart",N,R),document.removeEventListener("focusin",N,q)),delete t[t.__qclickoutside_old?"__qclickoutside_old":"__qclickoutside"]}}},z=n("0831"),B=n("d728"),U=[],H={__install:function(){this.__installed=!0,window.addEventListener("keyup",(function(t){0!==U.length&&!0===Object(B["a"])(t,27)&&U[U.length-1].fn(t)}))},register:function(t,e){!0===t.$q.platform.is.desktop&&(!0!==this.__installed&&this.__install(),U.push({comp:t,fn:e}))},pop:function(t){if(!0===t.$q.platform.is.desktop){var e=U.findIndex((function(e){return e.comp===t}));e>-1&&U.splice(e,1)}}},Y=n("ab41");function V(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function W(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?V(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):V(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var G=i["a"].extend({name:"QMenu",mixins:[p["a"],E["a"],M["a"],D["b"],$["a"]],directives:{ClickOutside:I},props:{persistent:Boolean,autoClose:Boolean,separateClosePopup:Boolean,noRefocus:Boolean,noFocus:Boolean,fit:Boolean,cover:Boolean,square:Boolean,anchor:{type:String,validator:Y["d"]},self:{type:String,validator:Y["d"]},offset:{type:Array,validator:Y["c"]},touchPosition:Boolean,maxHeight:{type:String,default:null},maxWidth:{type:String,default:null}},computed:{horizSide:function(){return!0===this.$q.lang.rtl?"right":"left"},anchorOrigin:function(){return Object(Y["a"])(this.anchor||(!0===this.cover?"center middle":"bottom ".concat(this.horizSide)))},selfOrigin:function(){return!0===this.cover?this.anchorOrigin:Object(Y["a"])(this.self||"top ".concat(this.horizSide))},menuClass:function(){return(!0===this.square?" q-menu--square":"")+(!0===this.isDark?" q-menu--dark q-dark":"")},hideOnRouteChange:function(){return!0!==this.persistent}},methods:{focus:function(){var t=void 0!==this.__portal&&void 0!==this.__portal.$refs?this.__portal.$refs.inner:void 0;void 0!==t&&!0!==t.contains(document.activeElement)&&(t=t.querySelector("[autofocus]")||t,t.focus())},__show:function(t){var e=this;if(this.__refocusTarget=!1===this.noRefocus&&null!==document.activeElement?document.activeElement:void 0,H.register(this,(function(){!0!==e.persistent&&(e.$emit("escape-key"),e.hide())})),this.__showPortal(),this.__configureScrollTarget(),this.absoluteOffset=void 0,void 0!==t&&(this.touchPosition||this.contextMenu)){var n=Object(g["f"])(t);if(void 0!==n.left){var r=this.anchorEl.getBoundingClientRect(),i=r.top,o=r.left;this.absoluteOffset={left:n.left-o,top:n.top-i}}}void 0===this.unwatch&&(this.unwatch=this.$watch((function(){return e.$q.screen.width+"|"+e.$q.screen.height}),this.updatePosition)),this.$el.dispatchEvent(Object(g["a"])("popup-show",{bubbles:!0})),!0!==this.noFocus&&null!==document.activeElement&&document.activeElement.blur(),this.__nextTick((function(){e.updatePosition(),!0!==e.noFocus&&e.focus()})),this.__setTimeout((function(){!0===e.$q.platform.is.ios&&(e.__avoidAutoClose=e.autoClose,e.__portal.$el.click()),e.$emit("show",t)}),300)},__hide:function(t){var e=this;this.__anchorCleanup(!0),void 0===this.__refocusTarget||null===this.__refocusTarget||void 0!==t&&!0===t.qClickOutside||this.__refocusTarget.focus(),this.$el.dispatchEvent(Object(g["a"])("popup-hide",{bubbles:!0})),this.__setTimeout((function(){e.__hidePortal(),e.$emit("hide",t)}),300)},__anchorCleanup:function(t){this.absoluteOffset=void 0,void 0!==this.unwatch&&(this.unwatch(),this.unwatch=void 0),!0!==t&&!0!==this.showing||(H.pop(this),this.__unconfigureScrollTarget())},__unconfigureScrollTarget:function(){void 0!==this.scrollTarget&&(this.__changeScrollEvent(this.scrollTarget),this.scrollTarget=void 0)},__configureScrollTarget:function(){void 0!==this.anchorEl&&(this.scrollTarget=Object(z["c"])(this.anchorEl),this.__changeScrollEvent(this.scrollTarget,this.updatePosition))},__onAutoClose:function(t){!0!==this.__avoidAutoClose?(Object(D["a"])(this,t),void 0!==this.$listeners.click&&this.$emit("click",t)):this.__avoidAutoClose=!1},updatePosition:function(){if(void 0!==this.__portal){var t=this.__portal.$el;8!==t.nodeType?Object(Y["b"])({el:t,offset:this.offset,anchorEl:this.anchorEl,anchorOrigin:this.anchorOrigin,selfOrigin:this.selfOrigin,absoluteOffset:this.absoluteOffset,fit:this.fit,cover:this.cover,maxHeight:this.maxHeight,maxWidth:this.maxWidth}):setTimeout(this.updatePosition,25)}},__onClickOutside:function(t){if(!0!==this.persistent&&!0===this.showing){var e=t.target.classList;return this.hide(t),("touchstart"===t.type||e.contains("q-dialog__backdrop"))&&Object(g["j"])(t),!0}},__renderPortal:function(t){var e=W({},this.$listeners,{input:g["i"],"popup-show":g["i"],"popup-hide":g["i"]});return!0===this.autoClose&&(e.click=this.__onAutoClose),t("transition",{props:{name:this.transition}},[!0===this.showing?t("div",{ref:"inner",staticClass:"q-menu scroll"+this.menuClass,class:this.contentClass,style:this.contentStyle,attrs:W({tabindex:-1},this.$attrs),on:e,directives:[{name:"click-outside",value:this.__onClickOutside,arg:this.anchorEl}]},Object(v["c"])(this,"default")):null])}},mounted:function(){this.__processModelChange(this.value)},beforeDestroy:function(){!0===this.showing&&void 0!==this.anchorEl&&this.anchorEl.dispatchEvent(Object(g["a"])("popup-hide",{bubbles:!0}))}}),Q=n("58e5"),X=n("efe6"),K=n("f303");function Z(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function J(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?Z(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):Z(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var tt=0,et={standard:"fixed-full flex-center",top:"fixed-top justify-center",bottom:"fixed-bottom justify-center",right:"fixed-right items-center",left:"fixed-left items-center"},nt={standard:["scale","scale"],top:["slide-down","slide-up"],bottom:["slide-up","slide-down"],right:["slide-left","slide-right"],left:["slide-right","slide-left"]},rt=i["a"].extend({name:"QDialog",mixins:[Q["a"],M["a"],D["b"],X["a"]],props:{persistent:Boolean,autoClose:Boolean,noEscDismiss:Boolean,noBackdropDismiss:Boolean,noRouteDismiss:Boolean,noRefocus:Boolean,noFocus:Boolean,seamless:Boolean,maximized:Boolean,fullWidth:Boolean,fullHeight:Boolean,square:Boolean,position:{type:String,default:"standard",validator:function(t){return"standard"===t||["top","bottom","left","right"].includes(t)}},transitionShow:String,transitionHide:String},data:function(){return{transitionState:this.showing}},watch:{showing:function(t){var e=this;this.transitionShowComputed!==this.transitionHideComputed&&this.$nextTick((function(){e.transitionState=t}))},maximized:function(t,e){!0===this.showing&&(this.__updateState(!1,e),this.__updateState(!0,t))},useBackdrop:function(t){this.__preventScroll(t),this.__preventFocusout(t)}},computed:{classes:function(){return"q-dialog__inner--".concat(!0===this.maximized?"maximized":"minimized"," ")+"q-dialog__inner--".concat(this.position," ").concat(et[this.position])+(!0===this.fullWidth?" q-dialog__inner--fullwidth":"")+(!0===this.fullHeight?" q-dialog__inner--fullheight":"")+(!0===this.square?" q-dialog__inner--square":"")},transitionShowComputed:function(){return"q-transition--"+(void 0===this.transitionShow?nt[this.position][0]:this.transitionShow)},transitionHideComputed:function(){return"q-transition--"+(void 0===this.transitionHide?nt[this.position][1]:this.transitionHide)},transition:function(){return!0===this.transitionState?this.transitionHideComputed:this.transitionShowComputed},useBackdrop:function(){return!0===this.showing&&!0!==this.seamless},hideOnRouteChange:function(){return!0!==this.persistent&&!0!==this.noRouteDismiss&&!0!==this.seamless}},methods:{focus:function(){var t=this.__getInnerNode();void 0!==t&&!0!==t.contains(document.activeElement)&&(t=t.querySelector("[autofocus]")||t,t.focus())},shake:function(){this.focus();var t=this.__getInnerNode();void 0!==t&&(t.classList.remove("q-animate--scale"),t.classList.add("q-animate--scale"),clearTimeout(this.shakeTimeout),this.shakeTimeout=setTimeout((function(){t.classList.remove("q-animate--scale")}),170))},__getInnerNode:function(){return void 0!==this.__portal&&void 0!==this.__portal.$refs?this.__portal.$refs.inner:void 0},__show:function(t){var e=this;this.__addHistory(),this.__refocusTarget=!1===this.noRefocus&&null!==document.activeElement?document.activeElement:void 0,this.$el.dispatchEvent(Object(g["a"])("popup-show",{bubbles:!0})),this.__updateState(!0,this.maximized),H.register(this,(function(){!0!==e.seamless&&(!0===e.persistent||!0===e.noEscDismiss?!0!==e.maximized&&e.shake():(e.$emit("escape-key"),e.hide()))})),this.__showPortal(),!0!==this.noFocus&&(null!==document.activeElement&&document.activeElement.blur(),this.__nextTick(this.focus)),this.__setTimeout((function(){if(!0===e.$q.platform.is.ios&&document.activeElement){var n=document.activeElement.getBoundingClientRect(),r=n.top;r<0&&(document.scrollingElement.scrollTop+=r-window.innerHeight/2),document.activeElement.scrollIntoView()}!0===e.$q.platform.is.ios&&e.__portal.$el.click(),e.$emit("show",t)}),300)},__hide:function(t){var e=this;this.__removeHistory(),this.__cleanup(!0),void 0!==this.__refocusTarget&&null!==this.__refocusTarget&&this.__refocusTarget.focus(),this.$el.dispatchEvent(Object(g["a"])("popup-hide",{bubbles:!0})),this.__setTimeout((function(){e.__hidePortal(),e.$emit("hide",t)}),300)},__cleanup:function(t){clearTimeout(this.shakeTimeout),!0!==t&&!0!==this.showing||(H.pop(this),this.__updateState(!1,this.maximized),!0===this.useBackdrop&&(this.__preventScroll(!1),this.__preventFocusout(!1)))},__updateState:function(t,e){!0===e&&(!0===t?tt<1&&document.body.classList.add("q-body--dialog"):tt<2&&document.body.classList.remove("q-body--dialog"),tt+=!0===t?1:-1)},__preventFocusout:function(t){if(!0===this.$q.platform.is.desktop){var e="".concat(!0===t?"add":"remove","EventListener");document.body[e]("focusin",this.__onFocusChange)}},__onAutoClose:function(t){this.hide(t),void 0!==this.$listeners.click&&this.$emit("click",t)},__onBackdropClick:function(t){!0!==this.persistent&&!0!==this.noBackdropDismiss?this.hide(t):this.shake()},__onFocusChange:function(t){!0===this.showing&&void 0!==this.__portal&&!0!==Object(K["a"])(this.__portal.$el,t.target)&&this.focus()},__renderPortal:function(t){var e=J({},this.$listeners,{input:g["i"],"popup-show":g["i"],"popup-hide":g["i"]});return!0===this.autoClose&&(e.click=this.__onAutoClose),t("div",{staticClass:"q-dialog fullscreen no-pointer-events",class:this.contentClass,style:this.contentStyle,attrs:this.$attrs},[t("transition",{props:{name:"q-transition--fade"}},!0===this.useBackdrop?[t("div",{staticClass:"q-dialog__backdrop fixed-full",on:Object(C["a"])(this,"bkdrop",{click:this.__onBackdropClick})})]:null),t("transition",{props:{name:this.transition}},[!0===this.showing?t("div",{ref:"inner",staticClass:"q-dialog__inner flex no-pointer-events",class:this.classes,attrs:{tabindex:-1},on:e},Object(v["c"])(this,"default")):null])])}},mounted:function(){this.__processModelChange(this.value)},beforeDestroy:function(){this.__cleanup()}}),it=n("5ff7"),ot=n("7937"),at=n("e48b"),st=/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/,ct=/(?:[\u3300-\u4DBF\u4E00-\u9FFF\uF900-\uFAFF\uFE30-\uFE4F]|[\uD840-\uD868\uD86A-\uD872][\uDC00-\uDFFF]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD873[\uDC00-\uDEAF]|\uD87E[\uDC00-\uDE1F])/,ut={methods:{__onComposition:function(t){if("compositionend"===t.type||"change"===t.type){if(!0!==t.target.composing)return;t.target.composing=!1,this.__onInput(t)}else"compositionupdate"===t.type?"string"===typeof t.data&&!1===st.test(t.data)&&!1===ct.test(t.data)&&(t.target.composing=!1):t.target.composing=!0}}};function lt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function ft(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?lt(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):lt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var dt=function(t){return["add","add-unique","toggle"].includes(t)};e["a"]=i["a"].extend({name:"QSelect",mixins:[x,at["b"],ut],props:{value:{required:!0},multiple:Boolean,displayValue:[String,Number],displayValueSanitize:Boolean,dropdownIcon:String,options:{type:Array,default:function(){return[]}},optionValue:[Function,String],optionLabel:[Function,String],optionDisable:[Function,String],hideSelected:Boolean,hideDropdownIcon:Boolean,fillInput:Boolean,maxValues:[Number,String],optionsDense:Boolean,optionsDark:Boolean,optionsSelectedClass:String,optionsCover:Boolean,optionsSanitize:Boolean,popupContentClass:String,popupContentStyle:[String,Array,Object],useInput:Boolean,useChips:Boolean,newValueMode:{type:String,validator:dt},mapOptions:Boolean,emitValue:Boolean,inputDebounce:{type:[Number,String],default:500},inputClass:[Array,String,Object],inputStyle:[Array,String,Object],tabindex:{type:[String,Number],default:0},transitionShow:String,transitionHide:String,behavior:{type:String,validator:function(t){return["default","menu","dialog"].includes(t)},default:"default"}},data:function(){return{menu:!1,dialog:!1,optionIndex:-1,inputValue:"",dialogFieldFocused:!1}},watch:{innerValue:{handler:function(){!0===this.useInput&&!0===this.fillInput&&!0!==this.multiple&&!0!==this.innerLoading&&(!0!==this.dialog&&!0!==this.menu||!0!==this.hasValue)&&(this.__resetInputValue(),!0!==this.dialog&&!0!==this.menu||this.filter(""))},immediate:!0},menu:function(t){this.__updateMenu(t)}},computed:{isOptionsDark:function(){return!0===this.isDark||!0===this.optionsDark},virtualScrollLength:function(){return Array.isArray(this.options)?this.options.length:0},fieldClass:function(){return"q-select q-field--auto-height q-select--with".concat(!0!==this.useInput?"out":"","-input")},computedInputClass:function(){return!0===this.hideSelected||0===this.innerValue.length?this.inputClass:void 0===this.inputClass?"q-select__input--padding":[this.inputClass,"q-select__input--padding"]},menuContentClass:function(){return(!0===this.virtualScrollHorizontal?"q-virtual-scroll--horizontal":"")+(this.popupContentClass?" "+this.popupContentClass:"")},innerValue:function(){var t=this,e=!0===this.mapOptions&&!0!==this.multiple,n=void 0===this.value||null===this.value&&!0!==e?[]:!0===this.multiple&&Array.isArray(this.value)?this.value:[this.value];return!0===this.mapOptions&&!0===Array.isArray(this.options)?null===this.value&&!0===e?n.map((function(e){return t.__getOption(e)})).filter((function(t){return null!==t})):n.map((function(e){return t.__getOption(e)})):n},noOptions:function(){return 0===this.virtualScrollLength},selectedString:function(){var t=this;return this.innerValue.map((function(e){return t.__getOptionLabel(e)})).join(", ")},displayAsText:function(){return!0===this.displayValueSanitize||void 0===this.displayValue&&(!0===this.optionsSanitize||this.innerValue.some((function(t){return null!==t&&!0===t.sanitize})))},computedTabindex:function(){return!0===this.focused?this.tabindex:-1},selectedScope:function(){var t=this;return this.innerValue.map((function(e,n){return{index:n,opt:e,sanitize:!0===t.optionsSanitize||!0===e.sanitize,selected:!0,removeAtIndex:t.__removeAtIndexAndFocus,toggleOption:t.toggleOption,tabindex:t.computedTabindex}}))},optionScope:function(){var t=this;if(0===this.virtualScrollLength)return[];var e=this.virtualScrollSliceRange,n=e.from,r=e.to;return this.options.slice(n,r).map((function(e,r){var i=t.__isDisabled(e),o=n+r,a={clickable:!0,active:!1,activeClass:t.computedOptionsSelectedClass,manualFocus:!0,focused:!1,disable:i,tabindex:-1,dense:t.optionsDense,dark:t.isOptionsDark};!0!==i&&(!0===t.__isSelected(e)&&(a.active=!0),t.optionIndex===o&&(a.focused=!0));var s={click:function(){t.toggleOption(e)}};return!0===t.$q.platform.is.desktop&&(s.mousemove=function(){t.setOptionIndex(o)}),{index:o,opt:e,sanitize:!0===t.optionsSanitize||!0===e.sanitize,selected:a.active,focused:a.focused,toggleOption:t.toggleOption,setOptionIndex:t.setOptionIndex,itemProps:a,itemEvents:s}}))},dropdownArrowIcon:function(){return void 0!==this.dropdownIcon?this.dropdownIcon:this.$q.iconSet.arrow.dropdown},squaredMenu:function(){return!1===this.optionsCover&&!0!==this.outlined&&!0!==this.standout&&!0!==this.borderless&&!0!==this.rounded},computedOptionsSelectedClass:function(){return void 0!==this.optionsSelectedClass?this.optionsSelectedClass:void 0!==this.color?"text-".concat(this.color):""}},methods:{removeAtIndex:function(t){if(t>-1&&t<this.innerValue.length)if(!0===this.multiple){var e=this.value.slice();this.$emit("remove",{index:t,value:e.splice(t,1)}),this.$emit("input",e)}else this.$emit("input",null)},__removeAtIndexAndFocus:function(t){this.removeAtIndex(t),this.__focus()},add:function(t,e){var n=!0===this.emitValue?this.__getOptionValue(t):t;if(!0===this.multiple){if(0===this.innerValue.length)return this.$emit("add",{index:0,value:n}),void this.$emit("input",!0===this.multiple?[n]:n);if((!0!==e||!0!==this.__isSelected(t))&&!(void 0!==this.maxValues&&this.value.length>=this.maxValues)){var r=this.value.slice();this.$emit("add",{index:r.length,value:n}),r.push(n),this.$emit("input",r)}}else this.$emit("input",n)},toggleOption:function(t){var e=this;if(!0===this.editable&&void 0!==t&&!0!==this.__isDisabled(t)){var n=this.__getOptionValue(t);if(!0!==this.multiple)return this.updateInputValue(!0===this.fillInput?this.__getOptionLabel(t):"",!0,!0),void 0!==this.$refs.target&&this.$refs.target.focus(),this.hidePopup(),void(!0!==Object(it["b"])(this.__getOptionValue(this.value),n)&&this.$emit("input",!0===this.emitValue?n:t));if((!0!==this.hasDialog||!0===this.dialogFieldFocused)&&this.__focus(),0===this.innerValue.length){var r=!0===this.emitValue?n:t;return this.$emit("add",{index:0,value:r}),void this.$emit("input",!0===this.multiple?[r]:r)}var i=this.value.slice(),o=this.value.findIndex((function(t){return Object(it["b"])(e.__getOptionValue(t),n)}));if(o>-1)this.$emit("remove",{index:o,value:i.splice(o,1)});else{if(void 0!==this.maxValues&&i.length>=this.maxValues)return;var a=!0===this.emitValue?n:t;this.$emit("add",{index:i.length,value:a}),i.push(a)}this.$emit("input",i)}},setOptionIndex:function(t){if(!0===this.$q.platform.is.desktop){var e=t>-1&&t<this.virtualScrollLength?t:-1;this.optionIndex!==e&&(this.optionIndex=e)}},__getOption:function(t){var e=this;return this.options.find((function(n){return Object(it["b"])(e.__getOptionValue(n),t)}))||t},__getOptionValue:function(t){return"function"===typeof this.optionValue?this.optionValue(t):Object(t)===t?"string"===typeof this.optionValue?t[this.optionValue]:t.value:t},__getOptionLabel:function(t){return"function"===typeof this.optionLabel?this.optionLabel(t):Object(t)===t?"string"===typeof this.optionLabel?t[this.optionLabel]:t.label:t},__isDisabled:function(t){return"function"===typeof this.optionDisable?!0===this.optionDisable(t):Object(t)===t&&("string"===typeof this.optionDisable?!0===t[this.optionDisable]:!0===t.disable)},__isSelected:function(t){var e=this,n=this.__getOptionValue(t);return void 0!==this.innerValue.find((function(t){return Object(it["b"])(e.__getOptionValue(t),n)}))},__onTargetKeyup:function(t){!0===Object(B["a"])(t,27)&&!0===this.menu&&(Object(g["i"])(t),this.hidePopup()),this.$emit("keyup",t)},__onTargetKeypress:function(t){this.$emit("keypress",t)},__onTargetKeydown:function(t){var e=this;if(this.$emit("keydown",t),!0!==Object(B["c"])(t)){var n=!0!==t.shiftKey&&!0!==this.multiple&&this.optionIndex>-1;if(27!==t.keyCode)if(9!==t.keyCode||!1!==n){if(t.target===this.$refs.target){if(40===t.keyCode&&!0!==this.innerLoading&&!1===this.menu)return Object(g["j"])(t),void this.showPopup();if(8===t.keyCode&&!0===this.multiple&&0===this.inputValue.length&&Array.isArray(this.value))this.removeAtIndex(this.value.length-1);else{var r=this.virtualScrollLength;if((38===t.keyCode||40===t.keyCode)&&(Object(g["j"])(t),!0===this.menu)){var i=this.optionIndex;do{i=Object(ot["b"])(i+(38===t.keyCode?-1:1),-1,r-1)}while(-1!==i&&i!==this.optionIndex&&!0===this.__isDisabled(this.options[i]));if(this.optionIndex!==i&&(this.setOptionIndex(i),this.scrollTo(i),i>=0&&!0===this.useInput&&!0===this.fillInput)){var o=this.__getOptionLabel(this.options[i]);this.inputValue!==o&&(this.inputValue=o)}}if(r>0&&!0!==this.useInput&&t.keyCode>=48&&t.keyCode<=90){!0!==this.menu&&this.showPopup(t),(void 0===this.searchBuffer||this.searchBufferExp<Date.now())&&(this.searchBuffer="");var a=String.fromCharCode(t.keyCode).toLocaleLowerCase(),s=1===this.searchBuffer.length&&this.searchBuffer[0]===a;this.searchBufferExp=Date.now()+1500,!1===s&&(this.searchBuffer+=a);var c=new RegExp("^"+this.searchBuffer.split("").join(".*"),"i"),u=this.optionIndex;if(!0===s||!0!==c.test(this.__getOptionLabel(this.options[u])))do{u=Object(ot["b"])(u+1,-1,r-1)}while(u!==this.optionIndex&&(!0===this.__isDisabled(this.options[u])||!0!==c.test(this.__getOptionLabel(this.options[u]))));this.optionIndex!==u&&this.$nextTick((function(){if(e.setOptionIndex(u),e.scrollTo(u),u>=0&&!0===e.useInput&&!0===e.fillInput){var t=e.__getOptionLabel(e.options[u]);e.inputValue!==t&&(e.inputValue=t)}}))}else if(t.target===this.$refs.target&&(13===t.keyCode||!0!==this.useInput&&32===t.keyCode||!1!==n&&9===t.keyCode))if(9!==t.keyCode&&Object(g["j"])(t),this.optionIndex>-1&&this.optionIndex<r)this.toggleOption(this.options[this.optionIndex]);else{if(this.inputValue.length>0&&(void 0!==this.newValueMode||void 0!==this.$listeners["new-value"])){var l=function(t,n){if(n){if(!0!==dt(n))return void console.error("QSelect: invalid new value mode - "+n)}else n=e.newValueMode;void 0!==t&&null!==t&&e["toggle"===n?"toggleOption":"add"](t,"add-unique"===n),e.updateInputValue("",!0!==e.multiple,!0)};if(void 0!==this.$listeners["new-value"]){if(this.$emit("new-value",this.inputValue,l),!0!==this.multiple)return}else l(this.inputValue)}!0===this.menu?this.__closeMenu():!0!==this.innerLoading&&this.showPopup()}}}}else this.__closeMenu()}},__getVirtualScrollEl:function(){return!0===this.hasDialog?this.$refs.menuContent:void 0!==this.$refs.menu&&void 0!==this.$refs.menu.__portal?this.$refs.menu.__portal.$el:void 0},__getVirtualScrollTarget:function(){return this.__getVirtualScrollEl()},__getSelection:function(t,e){var n=this;return!0===this.hideSelected?!0!==e&&!0===this.hasDialog?[t("span",{domProps:{textContent:this.inputValue}})]:[]:void 0!==this.$scopedSlots["selected-item"]?this.selectedScope.map((function(t){return n.$scopedSlots["selected-item"](t)})).slice():void 0!==this.$scopedSlots.selected?this.$scopedSlots.selected().slice():!0===this.useChips?this.selectedScope.map((function(e,i){return t(j,{key:"option-"+i,props:{removable:!0!==n.__isDisabled(e.opt),dense:!0,textColor:n.color,tabindex:n.computedTabindex},on:Object(C["a"])(n,"rem#"+i,{remove:function(){e.removeAtIndex(i)}})},[t("span",{domProps:Object(r["a"])({},!0===e.sanitize?"textContent":"innerHTML",n.__getOptionLabel(e.opt))})])})):[t("span",{domProps:Object(r["a"])({},this.displayAsText?"textContent":"innerHTML",void 0!==this.displayValue?this.displayValue:this.selectedString)})]},__getControl:function(t,e){var n=this.__getSelection(t,e);if(!0!==this.useInput||!0!==e&&!1!==this.hasDialog){if(!0===this.editable){var r=!0===this.hasDialog&&!0!==e&&!0===this.menu;n.push(t("div",{ref:!0===r?void 0:"target",staticClass:"no-outline",attrs:{tabindex:this.tabindex,id:!0===r?void 0:this.targetUid},on:Object(C["a"])(this,"ctrl",{keydown:this.__onTargetKeydown,keyup:this.__onTargetKeyup,keypress:this.__onTargetKeypress})}))}}else n.push(this.__getInput(t,e));return t("div",{staticClass:"q-field__native row items-center",attrs:this.$attrs},n)},__getOptions:function(t){var e=this;if(!0===this.menu){var n=void 0!==this.$scopedSlots.option?this.$scopedSlots.option:function(n){return t(T["a"],{key:n.index,props:n.itemProps,on:n.itemEvents},[t(P["a"],[t(A["a"],{domProps:Object(r["a"])({},!0===n.sanitize?"textContent":"innerHTML",e.__getOptionLabel(n.opt))})])])},i=this.__padVirtualScroll(t,"div",this.optionScope.map(n));return void 0!==this.$scopedSlots["before-options"]&&(i=this.$scopedSlots["before-options"]().concat(i)),Object(v["a"])(i,this,"after-options")}},__getInnerAppend:function(t){return!0!==this.loading&&!0!==this.innerLoading&&!0!==this.hideDropdownIcon?[t(o["a"],{staticClass:"q-select__dropdown-icon",props:{name:this.dropdownArrowIcon}})]:null},__getInput:function(t,e){var n={input:this.__onInput,change:this.__onChange,keydown:this.__onTargetKeydown,keyup:this.__onTargetKeyup,keypress:this.__onTargetKeypress};return n.compositionstart=n.compositionupdate=n.compositionend=this.__onComposition,!0===this.hasDialog&&(n.click=g["i"]),t("input",{ref:"target",staticClass:"q-select__input q-placeholder col",style:this.inputStyle,class:this.computedInputClass,domProps:{value:this.inputValue},attrs:ft({type:"search"},this.$attrs,{tabindex:this.tabindex,autofocus:!0!==e&&this.autofocus,id:this.targetUid,disabled:!0===this.disable,readonly:!0===this.readonly}),on:Object(C["a"])(this,"inp#"+this.hasDialog,n)})},__onChange:function(t){this.__onComposition(t)},__onInput:function(t){var e=this;clearTimeout(this.inputTimer),t&&t.target&&!0===t.target.composing||(this.inputValue=t.target.value||"",this.userInputValue=!0,void 0!==this.$listeners.filter&&(this.inputTimer=setTimeout((function(){e.filter(e.inputValue)}),this.inputDebounce)))},updateInputValue:function(t,e,n){this.userInputValue=!0!==n,!0===this.useInput&&(this.inputValue!==t&&(this.inputValue=t),!0!==e&&this.filter(t))},filter:function(t){var e=this;if(void 0!==this.$listeners.filter&&!0===this.focused){!0===this.innerLoading?this.$emit("filter-abort"):this.innerLoading=!0,""!==t&&!0!==this.multiple&&this.innerValue.length>0&&!0!==this.userInputValue&&t===this.__getOptionLabel(this.innerValue[0])&&(t="");var n=setTimeout((function(){!0===e.menu&&(e.menu=!1)}),10);clearTimeout(this.filterId),this.filterId=n,this.$emit("filter",t,(function(t){!0===e.focused&&e.filterId===n&&(clearTimeout(e.filterId),"function"===typeof t&&t(),e.$nextTick((function(){e.innerLoading=!1,!0===e.menu?e.__updateMenu(!0):e.menu=!0})))}),(function(){!0===e.focused&&e.filterId===n&&(clearTimeout(e.filterId),e.innerLoading=!1),!0===e.menu&&(e.menu=!1)}))}},__getControlEvents:function(){var t=this,e=function(e){t.__onControlFocusout(e,(function(){t.__resetInputValue(),t.__closeMenu()}))};return{focusin:this.__onControlFocusin,focusout:e,"popup-show":this.__onControlPopupShow,"popup-hide":function(n){void 0!==n&&Object(g["i"])(n),t.$emit("popup-hide",n),t.hasPopupOpen=!1,e(n)},click:function(e){if(!0!==t.hasDialog){if(!0===t.useInput&&!0!==e.target.classList.contains("q-select__input")||!0!==t.useInput&&!0===e.target.classList.contains("no-outline"))return;if(!0===t.menu)return t.__closeMenu(),void(void 0!==t.$refs.target&&t.$refs.target.focus())}t.showPopup(e)}}},__getPopup:function(t){if(!1!==this.editable&&(!0===this.dialog||!0!==this.noOptions||void 0!==this.$scopedSlots["no-option"]))return this["__get".concat(!0===this.hasDialog?"Dialog":"Menu")](t)},__getMenu:function(t){var e=!0===this.noOptions?void 0!==this.$scopedSlots["no-option"]?this.$scopedSlots["no-option"]({inputValue:this.inputValue}):null:this.__getOptions(t);return t(G,{ref:"menu",props:{value:this.menu,fit:!0,cover:!0===this.optionsCover&&!0!==this.noOptions&&!0!==this.useInput,contentClass:this.menuContentClass,contentStyle:this.popupContentStyle,dark:this.isOptionsDark,noParentEvent:!0,noRefocus:!0,noFocus:!0,square:this.squaredMenu,transitionShow:this.transitionShow,transitionHide:this.transitionHide,separateClosePopup:!0},on:Object(C["a"])(this,"menu",{"&scroll":this.__onVirtualScrollEvt,"before-hide":this.__closeMenu})},e)},__onDialogFieldFocus:function(t){Object(g["i"])(t),void 0!==this.$refs.target&&this.$refs.target.focus(),this.dialogFieldFocused=!0,window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,0)},__onDialogFieldBlur:function(t){var e=this;Object(g["i"])(t),this.$nextTick((function(){e.dialogFieldFocused=!1}))},__getDialog:function(t){var e=this,n=[t(x,{staticClass:"col-auto ".concat(this.fieldClass),attrs:{for:this.targetUid},props:ft({},this.$props,{dark:this.isOptionsDark,square:!0,loading:this.innerLoading,filled:!0,stackLabel:this.inputValue.length>0}),on:ft({},this.$listeners,{focus:this.__onDialogFieldFocus,blur:this.__onDialogFieldBlur}),scopedSlots:ft({},this.$scopedSlots,{rawControl:function(){return e.__getControl(t,!0)},before:void 0,after:void 0})})];return!0===this.menu&&n.push(t("div",{ref:"menuContent",staticClass:"scroll",class:this.menuContentClass,style:this.popupContentStyle,on:Object(C["a"])(this,"virtMenu",{click:g["g"],"&scroll":this.__onVirtualScrollEvt})},!0===this.noOptions?void 0!==this.$scopedSlots["no-option"]?this.$scopedSlots["no-option"]({inputValue:this.inputValue}):null:this.__getOptions(t))),t(rt,{ref:"dialog",props:{value:this.dialog,dark:this.isOptionsDark,position:!0===this.useInput?"top":void 0,transitionShow:this.transitionShowComputed,transitionHide:this.transitionHide},on:Object(C["a"])(this,"dialog",{"before-hide":this.__onDialogBeforeHide,hide:this.__onDialogHide,show:this.__onDialogShow})},[t("div",{staticClass:"q-select__dialog"+(!0===this.isOptionsDark?" q-select__dialog--dark q-dark":"")+(!0===this.dialogFieldFocused?" q-select__dialog--focused":"")},n)])},__onDialogBeforeHide:function(){this.$refs.dialog.__refocusTarget=this.$el.querySelector(".q-field__native > [tabindex]:last-child"),this.focused=!1},__onDialogHide:function(t){this.hidePopup(),this.$emit("blur",t),this.__resetInputValue()},__onDialogShow:function(){var t=document.activeElement;null!==t&&t.id===this.targetUid||this.$refs.target===t||void 0===this.$refs.target||this.$refs.target.focus()},__closeMenu:function(){!0!==this.dialog&&(!0===this.menu&&(this.menu=!1),!1===this.focused&&(clearTimeout(this.filterId),this.filterId=void 0,!0===this.innerLoading&&(this.$emit("filter-abort"),this.innerLoading=!1)))},showPopup:function(t){!0===this.hasDialog?(this.__onControlFocusin(t),this.dialog=!0):this.__focus(),void 0!==this.$listeners.filter?this.filter(this.inputValue):!0===this.noOptions&&void 0===this.$scopedSlots["no-option"]||(this.menu=!0)},hidePopup:function(){this.dialog=!1,this.__closeMenu()},__resetInputValue:function(){!0===this.useInput&&this.updateInputValue(!0!==this.multiple&&!0===this.fillInput&&this.innerValue.length>0&&this.__getOptionLabel(this.innerValue[0])||"",!0,!0)},__updateMenu:function(t){var e=this,n=-1;if(!0===t){if(this.innerValue.length>0){var r=this.__getOptionValue(this.innerValue[0]);n=this.options.findIndex((function(t){return Object(it["b"])(e.__getOptionValue(t),r)}))}this.__resetVirtualScroll(n)}this.setOptionIndex(n)},__onPreRender:function(){this.hasDialog=(!0===this.$q.platform.is.mobile||"dialog"===this.behavior)&&("menu"!==this.behavior&&(!0!==this.useInput||(void 0!==this.$scopedSlots["no-option"]||void 0!==this.$listeners.filter||!1===this.noOptions))),this.transitionShowComputed=!0===this.hasDialog&&!0===this.useInput&&!0===this.$q.platform.is.ios?"fade":this.transitionShow},__onPostRender:function(){!1===this.dialog&&void 0!==this.$refs.menu&&this.$refs.menu.updatePosition()},updateMenuPosition:function(){this.__onPostRender()}},beforeDestroy:function(){clearTimeout(this.inputTimer)}})},dde5:function(t,e,n){"use strict";n.d(e,"c",(function(){return r})),n.d(e,"d",(function(){return i})),n.d(e,"a",(function(){return o})),n.d(e,"b",(function(){return a}));n("99af"),n("fb6a");function r(t,e,n){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]():n}function i(t,e,n){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]().slice():n}function o(t,e,n){return void 0!==e.$scopedSlots[n]?t.concat(e.$scopedSlots[n]()):t}function a(t,e,n){if(void 0===e.$scopedSlots[n])return t;var r=e.$scopedSlots[n]();return void 0!==t?t.concat(r):r}},de5e:function(t,e,n){"use strict";n("99af"),n("caad"),n("c975");var r=n("2b0e"),i=n("dde5");e["a"]=r["a"].extend({name:"QPageSticky",inject:{layout:{default:function(){console.error("QPageSticky needs to be child of QLayout")}}},props:{position:{type:String,default:"bottom-right",validator:function(t){return["top-right","top-left","bottom-right","bottom-left","top","right","bottom","left"].includes(t)}},offset:{type:Array,validator:function(t){return 2===t.length}},expand:Boolean},computed:{attach:function(){var t=this.position;return{top:t.indexOf("top")>-1,right:t.indexOf("right")>-1,bottom:t.indexOf("bottom")>-1,left:t.indexOf("left")>-1,vertical:"top"===t||"bottom"===t,horizontal:"left"===t||"right"===t}},top:function(){return this.layout.header.offset},right:function(){return this.layout.right.offset},bottom:function(){return this.layout.footer.offset},left:function(){return this.layout.left.offset},style:function(){var t=0,e=0,n=this.attach,r=!0===this.$q.lang.rtl?-1:1;!0===n.top&&0!==this.top?e="".concat(this.top,"px"):!0===n.bottom&&0!==this.bottom&&(e="".concat(-this.bottom,"px")),!0===n.left&&0!==this.left?t="".concat(r*this.left,"px"):!0===n.right&&0!==this.right&&(t="".concat(-r*this.right,"px"));var i={transform:"translate(".concat(t,", ").concat(e,")")};return this.offset&&(i.margin="".concat(this.offset[1],"px ").concat(this.offset[0],"px")),!0===n.vertical?(0!==this.left&&(i[!0===this.$q.lang.rtl?"right":"left"]="".concat(this.left,"px")),0!==this.right&&(i[!0===this.$q.lang.rtl?"left":"right"]="".concat(this.right,"px"))):!0===n.horizontal&&(0!==this.top&&(i.top="".concat(this.top,"px")),0!==this.bottom&&(i.bottom="".concat(this.bottom,"px"))),i},classes:function(){return"fixed-".concat(this.position," q-page-sticky--").concat(!0===this.expand?"expand":"shrink")}},render:function(t){var e=Object(i["c"])(this,"default");return t("div",{staticClass:"q-page-sticky row flex-center",class:this.classes,style:this.style},!0===this.expand?e:[t("div",e)])}})},df75:function(t,e,n){var r=n("ca84"),i=n("7839");t.exports=Object.keys||function(t){return r(t,i)}},df7c:function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var i=t[r];"."===i?t.splice(r,1):".."===i?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function r(t){"string"!==typeof t&&(t+="");var e,n=0,r=-1,i=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!i){n=e+1;break}}else-1===r&&(i=!1,r=e+1);return-1===r?"":t.slice(n,r)}function i(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r<t.length;r++)e(t[r],r,t)&&n.push(t[r]);return n}e.resolve=function(){for(var e="",r=!1,o=arguments.length-1;o>=-1&&!r;o--){var a=o>=0?arguments[o]:t.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(e=a+"/"+e,r="/"===a.charAt(0))}return e=n(i(e.split("/"),(function(t){return!!t})),!r).join("/"),(r?"/":"")+e||"."},e.normalize=function(t){var r=e.isAbsolute(t),a="/"===o(t,-1);return t=n(i(t.split("/"),(function(t){return!!t})),!r).join("/"),t||r||(t="."),t&&a&&(t+="/"),(r?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(i(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e<t.length;e++)if(""!==t[e])break;for(var n=t.length-1;n>=0;n--)if(""!==t[n])break;return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var i=r(t.split("/")),o=r(n.split("/")),a=Math.min(i.length,o.length),s=a,c=0;c<a;c++)if(i[c]!==o[c]){s=c;break}var u=[];for(c=s;c<i.length;c++)u.push("..");return u=u.concat(o.slice(s)),u.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){if("string"!==typeof t&&(t+=""),0===t.length)return".";for(var e=t.charCodeAt(0),n=47===e,r=-1,i=!0,o=t.length-1;o>=1;--o)if(e=t.charCodeAt(o),47===e){if(!i){r=o;break}}else i=!1;return-1===r?n?"/":".":n&&1===r?"/":t.slice(0,r)},e.basename=function(t,e){var n=r(t);return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,n=0,r=-1,i=!0,o=0,a=t.length-1;a>=0;--a){var s=t.charCodeAt(a);if(47!==s)-1===r&&(i=!1,r=a+1),46===s?-1===e?e=a:1!==o&&(o=1):-1!==e&&(o=-1);else if(!i){n=a+1;break}}return-1===e||-1===r||0===o||1===o&&e===r-1&&e===n+1?"":t.slice(e,r)};var o="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(this,n("4362"))},df84:function(t,e,n){var r=n("0368"),i=n("4c07"),o=n("d0c8"),a=n("f14a");t.exports=r?Object.defineProperties:function(t,e){o(t);var n,r=a(e),s=r.length,c=0;while(s>c)i.f(t,n=r[c++],e[n]);return t}},e01a:function(t,e,n){"use strict";var r=n("23e7"),i=n("83ab"),o=n("da84"),a=n("5135"),s=n("861d"),c=n("9bf2").f,u=n("e893"),l=o.Symbol;if(i&&"function"==typeof l&&(!("description"in l.prototype)||void 0!==l().description)){var f={},d=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),e=this instanceof d?new l(t):void 0===t?l():l(t);return""===t&&(f[e]=!0),e};u(d,l);var h=d.prototype=l.prototype;h.constructor=d;var p=h.toString,v="Symbol(test)"==String(l("test")),g=/^Symbol\((.*)\)[^)]+$/;c(h,"description",{configurable:!0,get:function(){var t=s(this)?this.valueOf():this,e=p.call(t);if(a(f,t))return"";var n=v?e.slice(7,-1):e.replace(g,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:d})}},e070:function(t,e,n){var r=n("d039"),i=n("5899"),o="​…᠎";t.exports=function(t){return r((function(){return!!i[t]()||o[t]()!=o||i[t].name!==t}))}},e163:function(t,e,n){var r=n("5135"),i=n("7b0b"),o=n("f772"),a=n("e177"),s=o("IE_PROTO"),c=Object.prototype;t.exports=a?Object.getPrototypeOf:function(t){return t=i(t),r(t,s)?t[s]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?c:null}},e177:function(t,e,n){var r=n("d039");t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},e19f:function(t,e,n){var r;!function(){"use strict";var i={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function o(t){return s(u(t),arguments)}function a(t,e){return o.apply(null,[t].concat(e||[]))}function s(t,e){var n,r,a,s,c,u,l,f,d,h=1,p=t.length,v="";for(r=0;r<p;r++)if("string"===typeof t[r])v+=t[r];else if("object"===typeof t[r]){if(s=t[r],s.keys)for(n=e[h],a=0;a<s.keys.length;a++){if(void 0==n)throw new Error(o('[sprintf] Cannot access property "%s" of undefined value "%s"',s.keys[a],s.keys[a-1]));n=n[s.keys[a]]}else n=s.param_no?e[s.param_no]:e[h++];if(i.not_type.test(s.type)&&i.not_primitive.test(s.type)&&n instanceof Function&&(n=n()),i.numeric_arg.test(s.type)&&"number"!==typeof n&&isNaN(n))throw new TypeError(o("[sprintf] expecting number but found %T",n));switch(i.number.test(s.type)&&(f=n>=0),s.type){case"b":n=parseInt(n,10).toString(2);break;case"c":n=String.fromCharCode(parseInt(n,10));break;case"d":case"i":n=parseInt(n,10);break;case"j":n=JSON.stringify(n,null,s.width?parseInt(s.width):0);break;case"e":n=s.precision?parseFloat(n).toExponential(s.precision):parseFloat(n).toExponential();break;case"f":n=s.precision?parseFloat(n).toFixed(s.precision):parseFloat(n);break;case"g":n=s.precision?String(Number(n.toPrecision(s.precision))):parseFloat(n);break;case"o":n=(parseInt(n,10)>>>0).toString(8);break;case"s":n=String(n),n=s.precision?n.substring(0,s.precision):n;break;case"t":n=String(!!n),n=s.precision?n.substring(0,s.precision):n;break;case"T":n=Object.prototype.toString.call(n).slice(8,-1).toLowerCase(),n=s.precision?n.substring(0,s.precision):n;break;case"u":n=parseInt(n,10)>>>0;break;case"v":n=n.valueOf(),n=s.precision?n.substring(0,s.precision):n;break;case"x":n=(parseInt(n,10)>>>0).toString(16);break;case"X":n=(parseInt(n,10)>>>0).toString(16).toUpperCase();break}i.json.test(s.type)?v+=n:(!i.number.test(s.type)||f&&!s.sign?d="":(d=f?"+":"-",n=n.toString().replace(i.sign,"")),u=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",l=s.width-(d+n).length,c=s.width&&l>0?u.repeat(l):"",v+=s.align?d+n+c:"0"===u?d+c+n:c+d+n)}return v}var c=Object.create(null);function u(t){if(c[t])return c[t];var e,n=t,r=[],o=0;while(n){if(null!==(e=i.text.exec(n)))r.push(e[0]);else if(null!==(e=i.modulo.exec(n)))r.push("%");else{if(null===(e=i.placeholder.exec(n)))throw new SyntaxError("[sprintf] unexpected placeholder");if(e[2]){o|=1;var a=[],s=e[2],u=[];if(null===(u=i.key.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1]);while(""!==(s=s.substring(u[0].length)))if(null!==(u=i.key_access.exec(s)))a.push(u[1]);else{if(null===(u=i.index_access.exec(s)))throw new SyntaxError("[sprintf] failed to parse named argument key");a.push(u[1])}e[2]=a}else o|=2;if(3===o)throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported");r.push({placeholder:e[0],param_no:e[1],keys:e[2],sign:e[3],pad_char:e[4],align:e[5],width:e[6],precision:e[7],type:e[8]})}n=n.substring(e[0].length)}return c[t]=r}e["sprintf"]=o,e["vsprintf"]=a,"undefined"!==typeof window&&(window["sprintf"]=o,window["vsprintf"]=a,r=function(){return{sprintf:o,vsprintf:a}}.call(e,n,e,t),void 0===r||(t.exports=r))}()},e25e:function(t,e,n){var r=n("23e7"),i=n("e583");r({global:!0,forced:parseInt!=i},{parseInt:i})},e260:function(t,e,n){"use strict";var r=n("fc6a"),i=n("44d2"),o=n("3f8c"),a=n("69f3"),s=n("7dd0"),c="Array Iterator",u=a.set,l=a.getterFor(c);t.exports=s(Array,"Array",(function(t,e){u(this,{type:c,target:r(t),index:0,kind:e})}),(function(){var t=l(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},e359:function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("c975"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("e25e"),n("c7cd"),n("159b");var r=n("ade3"),i=n("2b0e"),o=n("3980"),a=n("dde5"),s=n("d882"),c=n("2c75");function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function l(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e["a"]=i["a"].extend({name:"QHeader",inject:{layout:{default:function(){console.error("QHeader needs to be child of QLayout")}}},props:{value:{type:Boolean,default:!0},reveal:Boolean,revealOffset:{type:Number,default:250},bordered:Boolean,elevated:Boolean,heightHint:{type:[String,Number],default:50}},data:function(){return{size:parseInt(this.heightHint,10),revealed:!0}},watch:{value:function(t){this.__update("space",t),this.__updateLocal("revealed",!0),this.layout.__animate()},offset:function(t){this.__update("offset",t)},reveal:function(t){!1===t&&this.__updateLocal("revealed",this.value)},revealed:function(t){this.layout.__animate(),this.$emit("reveal",t)},"layout.scroll":function(t){!0===this.reveal&&this.__updateLocal("revealed","up"===t.direction||t.position<=this.revealOffset||t.position-t.inflexionPosition<100)}},computed:{fixed:function(){return!0===this.reveal||this.layout.view.indexOf("H")>-1||!0===this.layout.container},offset:function(){if(!0!==this.value)return 0;if(!0===this.fixed)return!0===this.revealed?this.size:0;var t=this.size-this.layout.scroll.position;return t>0?t:0},classes:function(){return(!0===this.fixed?"fixed":"absolute")+"-top"+(!0===this.bordered?" q-header--bordered":"")+(!0!==this.value||!0===this.fixed&&!0!==this.revealed?" q-header--hidden":"")},style:function(){var t=this.layout.rows.top,e={};return"l"===t[0]&&!0===this.layout.left.space&&(e[!0===this.$q.lang.rtl?"right":"left"]="".concat(this.layout.left.size,"px")),"r"===t[2]&&!0===this.layout.right.space&&(e[!0===this.$q.lang.rtl?"left":"right"]="".concat(this.layout.right.size,"px")),e}},render:function(t){var e=Object(a["a"])([t(o["a"],{props:{debounce:0},on:Object(c["a"])(this,"resize",{resize:this.__onResize})})],this,"default");return!0===this.elevated&&e.push(t("div",{staticClass:"q-layout__shadow absolute-full overflow-hidden no-pointer-events"})),t("header",{staticClass:"q-header q-layout__section--marginal",class:this.classes,style:this.style,on:l({},this.$listeners,{input:s["i"]})},e)},created:function(){this.layout.instances.header=this,!0===this.value&&this.__update("size",this.size),this.__update("space",this.value),this.__update("offset",this.offset)},beforeDestroy:function(){this.layout.instances.header===this&&(this.layout.instances.header=void 0,this.__update("size",0),this.__update("offset",0),this.__update("space",!1))},methods:{__onResize:function(t){var e=t.height;this.__updateLocal("size",e),this.__update("size",e)},__update:function(t,e){this.layout.header[t]!==e&&(this.layout.header[t]=e)},__updateLocal:function(t,e){this[t]!==e&&(this[t]=e)}}})},e360:function(t,e,n){"use strict";var r=n("166a");function i(t,e,n,r,i){var o=t*t,a=o*t;return((1-3*t+3*o-a)*e+(4-6*o+3*a)*n+(1+3*t+3*o-3*a)*r+a*i)/6}var o=function(t){var e=t.length-1;return function(n){var r=n<=0?n=0:n>=1?(n=1,e-1):Math.floor(n*e),o=t[r],a=t[r+1],s=r>0?t[r-1]:2*o-a,c=r<e-1?t[r+2]:2*a-o;return i((n-r/e)*e,s,o,a,c)}},a=function(t){var e=t.length;return function(n){var r=Math.floor(((n%=1)<0?++n:n)*e),o=t[(r+e-1)%e],a=t[r%e],s=t[(r+1)%e],c=t[(r+2)%e];return i((n-r/e)*e,o,a,s,c)}},s=n("b055");n.d(e,"b",(function(){return u}));e["a"]=function t(e){var n=Object(s["b"])(e);function i(t,e){var i=n((t=Object(r["g"])(t)).r,(e=Object(r["g"])(e)).r),o=n(t.g,e.g),a=n(t.b,e.b),c=Object(s["a"])(t.opacity,e.opacity);return function(e){return t.r=i(e),t.g=o(e),t.b=a(e),t.opacity=c(e),t+""}}return i.gamma=t,i}(1);function c(t){return function(e){var n,i,o=e.length,a=new Array(o),s=new Array(o),c=new Array(o);for(n=0;n<o;++n)i=Object(r["g"])(e[n]),a[n]=i.r||0,s[n]=i.g||0,c[n]=i.b||0;return a=t(a),s=t(s),c=t(c),i.opacity=1,function(t){return i.r=a(t),i.g=s(t),i.b=c(t),i+""}}}var u=c(o);c(a)},e379:function(t,e,n){"use strict";var r,i,o,a,s=n("199f"),c=n("0f33"),u=n("09e4"),l=n("0ee6"),f=n("c85d"),d=n("7024"),h=n("2ba0"),p=n("77da"),v=n("793f"),g=n("bb6e"),m=n("90c5"),b=n("8f08"),y=n("d714"),_=n("0209"),w=n("0761"),x=n("808c"),S=n("894d"),O=n("0fd9").set,C=n("5923"),k=n("8fe4"),j=n("b1b0"),T=n("761e"),P=n("189d"),A=n("a547"),E=n("25d0"),M=n("8b0e"),D=n("782f"),$=M("species"),R="Promise",q=A.get,L=A.set,F=A.getterFor(R),N=f,I=u.TypeError,z=u.document,B=u.process,U=l("fetch"),H=T.f,Y=H,V="process"==y(B),W=!!(z&&z.createEvent&&u.dispatchEvent),G="unhandledrejection",Q="rejectionhandled",X=0,K=1,Z=2,J=1,tt=2,et=E(R,(function(){var t=_(N)!==String(N);if(!t){if(66===D)return!0;if(!V&&"function"!=typeof PromiseRejectionEvent)return!0}if(c&&!N.prototype["finally"])return!0;if(D>=51&&/native code/.test(N))return!1;var e=N.resolve(1),n=function(t){t((function(){}),(function(){}))},r=e.constructor={};return r[$]=n,!(e.then((function(){}))instanceof n)})),nt=et||!x((function(t){N.all(t)["catch"]((function(){}))})),rt=function(t){var e;return!(!g(t)||"function"!=typeof(e=t.then))&&e},it=function(t,e,n){if(!e.notified){e.notified=!0;var r=e.reactions;C((function(){var i=e.value,o=e.state==K,a=0;while(r.length>a){var s,c,u,l=r[a++],f=o?l.ok:l.fail,d=l.resolve,h=l.reject,p=l.domain;try{f?(o||(e.rejection===tt&&ct(t,e),e.rejection=J),!0===f?s=i:(p&&p.enter(),s=f(i),p&&(p.exit(),u=!0)),s===l.promise?h(I("Promise-chain cycle")):(c=rt(s))?c.call(s,d,h):d(s)):h(i)}catch(v){p&&!u&&p.exit(),h(v)}}e.reactions=[],e.notified=!1,n&&!e.rejection&&at(t,e)}))}},ot=function(t,e,n){var r,i;W?(r=z.createEvent("Event"),r.promise=e,r.reason=n,r.initEvent(t,!1,!0),u.dispatchEvent(r)):r={promise:e,reason:n},(i=u["on"+t])?i(r):t===G&&j("Unhandled promise rejection",n)},at=function(t,e){O.call(u,(function(){var n,r=e.value,i=st(e);if(i&&(n=P((function(){V?B.emit("unhandledRejection",r,t):ot(G,t,r)})),e.rejection=V||st(e)?tt:J,n.error))throw n.value}))},st=function(t){return t.rejection!==J&&!t.parent},ct=function(t,e){O.call(u,(function(){V?B.emit("rejectionHandled",t):ot(Q,t,e.value)}))},ut=function(t,e,n,r){return function(i){t(e,n,i,r)}},lt=function(t,e,n,r){e.done||(e.done=!0,r&&(e=r),e.value=n,e.state=Z,it(t,e,!0))},ft=function(t,e,n,r){if(!e.done){e.done=!0,r&&(e=r);try{if(t===n)throw I("Promise can't be resolved itself");var i=rt(n);i?C((function(){var r={done:!1};try{i.call(n,ut(ft,t,r,e),ut(lt,t,r,e))}catch(o){lt(t,r,o,e)}})):(e.value=n,e.state=K,it(t,e,!1))}catch(o){lt(t,{done:!1},o,e)}}};et&&(N=function(t){b(this,N,R),m(t),r.call(this);var e=q(this);try{t(ut(ft,this,e),ut(lt,this,e))}catch(n){lt(this,e,n)}},r=function(t){L(this,{type:R,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:X,value:void 0})},r.prototype=h(N.prototype,{then:function(t,e){var n=F(this),r=H(S(this,N));return r.ok="function"!=typeof t||t,r.fail="function"==typeof e&&e,r.domain=V?B.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=X&&it(this,n,!1),r.promise},catch:function(t){return this.then(void 0,t)}}),i=function(){var t=new r,e=q(t);this.promise=t,this.resolve=ut(ft,t,e),this.reject=ut(lt,t,e)},T.f=H=function(t){return t===N||t===o?new i(t):Y(t)},c||"function"!=typeof f||(a=f.prototype.then,d(f.prototype,"then",(function(t,e){var n=this;return new N((function(t,e){a.call(n,t,e)})).then(t,e)}),{unsafe:!0}),"function"==typeof U&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(t){return k(N,U.apply(u,arguments))}}))),s({global:!0,wrap:!0,forced:et},{Promise:N}),p(N,R,!1,!0),v(R),o=l(R),s({target:R,stat:!0,forced:et},{reject:function(t){var e=H(this);return e.reject.call(void 0,t),e.promise}}),s({target:R,stat:!0,forced:c||et},{resolve:function(t){return k(c&&this===o?N:this,t)}}),s({target:R,stat:!0,forced:nt},{all:function(t){var e=this,n=H(e),r=n.resolve,i=n.reject,o=P((function(){var n=m(e.resolve),o=[],a=0,s=1;w(t,(function(t){var c=a++,u=!1;o.push(void 0),s++,n.call(e,t).then((function(t){u||(u=!0,o[c]=t,--s||r(o))}),i)})),--s||r(o)}));return o.error&&i(o.value),n.promise},race:function(t){var e=this,n=H(e),r=n.reject,i=P((function(){var i=m(e.resolve);w(t,(function(t){i.call(e,t).then(n.resolve,r)}))}));return i.error&&r(i.value),n.promise}})},e439:function(t,e,n){var r=n("23e7"),i=n("d039"),o=n("fc6a"),a=n("06cf").f,s=n("83ab"),c=i((function(){a(1)})),u=!s||c;r({target:"Object",stat:!0,forced:u,sham:!s},{getOwnPropertyDescriptor:function(t,e){return a(o(t),e)}})},e48b:function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("4160"),n("a15b"),n("d81d"),n("13d5"),n("fb6a"),n("a9e3"),n("e439"),n("dbb4"),n("b64b"),n("e25e"),n("159b");var r=n("ade3"),i=n("1c16"),o=function(t){var e,n,r=!1;function i(){var i=this;n=arguments,!0!==r&&(r=!0,e=requestAnimationFrame((function(){t.apply(i,n),n=void 0,r=!1})))}return i.cancel=function(){window.cancelAnimationFrame(e),r=!1},i};function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}n.d(e,"a",(function(){return p}));var c=1e3;function u(t,e){return t+e}function l(t,e,n,r,i,o,a){var s=t===window?document.scrollingElement||document.documentElement:t,c=!0===i?"offsetWidth":"offsetHeight",u={scrollStart:0,scrollViewSize:-o-a,scrollMaxSize:0,offsetStart:-o,offsetEnd:-a};if(!0===i?(t===window?(u.scrollStart=window.pageXOffset||window.scrollX||document.body.scrollLeft||0,u.scrollViewSize+=window.innerWidth):(u.scrollStart=s.scrollLeft,u.scrollViewSize+=s.clientWidth),u.scrollMaxSize=s.scrollWidth):(t===window?(u.scrollStart=window.pageYOffset||window.scrollY||document.body.scrollTop||0,u.scrollViewSize+=window.innerHeight):(u.scrollStart=s.scrollTop,u.scrollViewSize+=s.clientHeight),u.scrollMaxSize=s.scrollHeight),void 0!==n)for(var l=n.previousElementSibling;null!==l;l=l.previousElementSibling)u.offsetStart+=l[c];if(void 0!==r)for(var f=r.nextElementSibling;null!==f;f=f.nextElementSibling)u.offsetEnd+=f[c];if(e!==t){var d=s.getBoundingClientRect(),h=e.getBoundingClientRect();!0===i?(u.offsetStart+=h.left-d.left,u.offsetEnd-=h.width):(u.offsetStart+=h.top-d.top,u.offsetEnd-=h.height),t!==window&&(u.offsetStart+=u.scrollStart),u.offsetEnd+=u.scrollMaxSize-u.offsetStart}return u}function f(t,e,n){t===window?!0===n?window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0):window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e):t[!0===n?"scrollLeft":"scrollTop"]=e}function d(t,e,n,r){if(n>=r)return 0;var i=e.length,o=Math.floor(n/c),a=Math.floor((r-1)/c)+1,s=t.slice(o,a).reduce(u,0);return n%c!==0&&(s-=e.slice(o*c,n).reduce(u,0)),r%c!==0&&r!==i&&(s-=e.slice(r,a*c).reduce(u,0)),s}var h={virtualScrollSliceSize:{type:Number,default:30},virtualScrollItemSize:{type:Number,default:24},virtualScrollStickySizeStart:{type:Number,default:0},virtualScrollStickySizeEnd:{type:Number,default:0}},p=Object.keys(h);e["b"]={props:s({virtualScrollHorizontal:Boolean},h),data:function(){return{virtualScrollSliceRange:{from:0,to:0}}},watch:{virtualScrollHorizontal:function(){this.__setVirtualScrollSize()},needsReset:function(){this.reset()}},computed:{needsReset:function(){var t=this;return["virtualScrollItemSize","virtualScrollHorizontal"].map((function(e){return t[e]})).join(";")}},methods:{reset:function(){this.__resetVirtualScroll(this.prevToIndex,!0)},scrollTo:function(t){var e=this.__getVirtualScrollTarget();void 0!==e&&null!==e&&8!==e.nodeType&&this.__setVirtualScrollSliceRange(e,l(e,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd),Math.min(this.virtualScrollLength-1,Math.max(0,parseInt(t,10)||0)),0,this.prevToIndex>-1&&t>this.prevToIndex?"end":"start")},__onVirtualScrollEvt:function(){var t=this.__getVirtualScrollTarget();if(void 0!==t&&null!==t&&8!==t.nodeType){var e=l(t,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd),n=e.scrollMaxSize-Math.max(e.scrollViewSize,e.offsetEnd),r=this.virtualScrollLength-1;if(this.prevScrollStart!==e.scrollStart)if(this.prevScrollStart=void 0,this.__updateVirtualScrollSizes(this.virtualScrollSliceRange.from),n>0&&e.scrollStart>=n)this.__setVirtualScrollSliceRange(t,e,this.virtualScrollLength-1,n-this.virtualScrollSizesAgg.reduce(u,0));else{for(var i=0,o=e.scrollStart-e.offsetStart,a=o,s=0;o>=this.virtualScrollSizesAgg[s]&&i<r;s++)o-=this.virtualScrollSizesAgg[s],i+=c;while(o>0&&i<r)o-=this.virtualScrollSizes[i],o>-e.scrollViewSize?(i++,a=o):a=this.virtualScrollSizes[i]+o;this.__setVirtualScrollSliceRange(t,e,i,a)}}},__setVirtualScrollSliceRange:function(t,e,n,r,i){var o=this,a=Math.max(0,Math.ceil(n-(void 0===i?3:2)*this.virtualScrollSliceSizeComputed/6)),s=a+this.virtualScrollSliceSizeComputed;s>this.virtualScrollLength&&(s=this.virtualScrollLength,a=Math.max(0,s-this.virtualScrollSliceSizeComputed)),this.__emitScroll(n);var c=a!==this.virtualScrollSliceRange.from||s!==this.virtualScrollSliceRange.to;!1===c&&void 0===i||(!0===c&&(this.virtualScrollSliceRange={from:a,to:s},this.virtualScrollPaddingBefore=d(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,a),this.virtualScrollPaddingAfter=d(this.virtualScrollSizesAgg,this.virtualScrollSizes,s,this.virtualScrollLength)),this.$nextTick((function(){!0===c&&o.__updateVirtualScrollSizes(a);var s=o.virtualScrollSizes.slice(a,n).reduce(u,e.offsetStart+o.virtualScrollPaddingBefore),l=s+o.virtualScrollSizes[n],f=s+r;void 0!==i&&(f=e.scrollStart<s&&l<e.scrollStart+e.scrollViewSize?e.scrollStart:"end"===i?l-e.scrollViewSize:s),o.prevScrollStart=f,o.__setScroll(t,f,o.virtualScrollHorizontal)})))},__updateVirtualScrollSizes:function(t){var e=this.$refs.content;if(void 0!==e)for(var n=e.children,r=!0===this.virtualScrollHorizontal?"offsetWidth":"offsetHeight",i=n.length-1;i>=0;i--){var o=t+i,a=n[i][r]-this.virtualScrollSizes[o];0!==a&&(this.virtualScrollSizes[o]+=a,this.virtualScrollSizesAgg[Math.floor(o/c)]+=a)}},__resetVirtualScroll:function(t,e){var n=this,r=this.virtualScrollItemSize;!0!==e&&!1!==Array.isArray(this.virtualScrollSizes)||(this.virtualScrollSizes=[]);var i=this.virtualScrollSizes.length;this.virtualScrollSizes.length=this.virtualScrollLength;for(var o=this.virtualScrollLength-1;o>=i;o--)this.virtualScrollSizes[o]=r;var a=Math.floor((this.virtualScrollLength-1)/c);this.virtualScrollSizesAgg=[];for(var s=0;s<=a;s++){for(var u=0,l=Math.min((s+1)*c,this.virtualScrollLength),f=s*c;f<l;f++)u+=this.virtualScrollSizes[f];this.virtualScrollSizesAgg.push(u)}this.prevToIndex=-1,this.prevScrollStart=void 0,t>=0?this.$nextTick((function(){n.scrollTo(t)})):(this.virtualScrollPaddingBefore=d(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,this.virtualScrollSliceRange.from),this.virtualScrollPaddingAfter=d(this.virtualScrollSizesAgg,this.virtualScrollSizes,this.virtualScrollSliceRange.to,this.virtualScrollLength),this.__onVirtualScrollEvt())},__setVirtualScrollSize:function(){!0===this.virtualScrollHorizontal?this.virtualScrollSliceSizeComputed="undefined"===typeof window?this.virtualScrollSliceSize:Math.max(this.virtualScrollSliceSize,Math.ceil(window.innerWidth/this.virtualScrollItemSize*2)):this.virtualScrollSliceSizeComputed="undefined"===typeof window?this.virtualScrollSliceSize:Math.max(this.virtualScrollSliceSize,Math.ceil(window.innerHeight/this.virtualScrollItemSize*2))},__padVirtualScroll:function(t,e,n){var i=!0===this.virtualScrollHorizontal?"width":"height";return["tbody"===e?t(e,{staticClass:"q-virtual-scroll__padding",key:"before",ref:"before"},[t("tr",[t("td",{style:Object(r["a"])({},i,"".concat(this.virtualScrollPaddingBefore,"px")),attrs:{colspan:"100%"}})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"before",ref:"before",style:Object(r["a"])({},i,"".concat(this.virtualScrollPaddingBefore,"px"))}),t(e,{staticClass:"q-virtual-scroll__content",key:"content",ref:"content"},n),"tbody"===e?t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after"},[t("tr",[t("td",{style:Object(r["a"])({},i,"".concat(this.virtualScrollPaddingAfter,"px")),attrs:{colspan:"100%"}})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after",style:Object(r["a"])({},i,"".concat(this.virtualScrollPaddingAfter,"px"))})]},__emitScroll:function(t){this.prevToIndex!==t&&(void 0!==this.$listeners["virtual-scroll"]&&this.$emit("virtual-scroll",{index:t,from:this.virtualScrollSliceRange.from,to:this.virtualScrollSliceRange.to-1,direction:t<this.prevToIndex?"decrease":"increase"}),this.prevToIndex=t)}},created:function(){this.__setVirtualScrollSize()},beforeMount:function(){this.__onVirtualScrollEvt=Object(i["a"])(this.__onVirtualScrollEvt,70),this.__setScroll=o(f),this.__setVirtualScrollSize()}}},e54f:function(t,e,n){},e583:function(t,e,n){var r=n("da84"),i=n("58a8").trim,o=n("5899"),a=r.parseInt,s=/^[+-]?0[Xx]/,c=8!==a(o+"08")||22!==a(o+"0x16");t.exports=c?function(t,e){var n=i(String(t));return a(n,e>>>0||(s.test(n)?16:10))}:a},e623:function(t,e,n){"use strict";var r=n("a84f"),i=n("613f"),o=n("ca70"),a=n("a547"),s=n("a580"),c="Array Iterator",u=a.set,l=a.getterFor(c);t.exports=s(Array,"Array",(function(t,e){u(this,{type:c,target:r(t),index:0,kind:e})}),(function(){var t=l(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:e[r],done:!1}:{value:[r,e[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},e683:function(t,e,n){"use strict";t.exports=function(t,e){return e?t.replace(/\/+$/,"")+"/"+e.replace(/^\/+/,""):t}},e893:function(t,e,n){var r=n("5135"),i=n("56ef"),o=n("06cf"),a=n("9bf2");t.exports=function(t,e){for(var n=i(e),s=a.f,c=o.f,u=0;u<n.length;u++){var l=n[u];r(t,l)||s(t,l,c(e,l))}}},e8b5:function(t,e,n){var r=n("c6b6");t.exports=Array.isArray||function(t){return"Array"==r(t)}},e95a:function(t,e,n){var r=n("b622"),i=n("3f8c"),o=r("iterator"),a=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||a[o]===t)}},eaac:function(t,e,n){"use strict";n("a4d3"),n("4de4"),n("0481"),n("4160"),n("caad"),n("a15b"),n("d81d"),n("fb6a"),n("4069"),n("e439"),n("dbb4"),n("b64b"),n("159b");var r=n("ade3"),i=n("2b0e"),o={computed:{marginalsProps:function(){return{pagination:this.computedPagination,pagesNumber:this.pagesNumber,isFirstPage:this.isFirstPage,isLastPage:this.isLastPage,prevPage:this.prevPage,nextPage:this.nextPage,inFullscreen:this.inFullscreen,toggleFullscreen:this.toggleFullscreen}}},methods:{getTop:function(t){var e,n=this.$scopedSlots.top,r=this.$scopedSlots["top-left"],i=this.$scopedSlots["top-right"],o=this.$scopedSlots["top-selection"],a=!0===this.hasSelectionMode&&void 0!==o&&this.rowsSelectedNumber>0,s="q-table__top relative-position row items-center";return void 0!==n?t("div",{staticClass:s},[n(this.marginalsProps)]):(!0===a?e=o(this.marginalsProps).slice():(e=[],void 0!==r?e.push(t("div",{staticClass:"q-table-control"},[r(this.marginalsProps)])):this.title&&e.push(t("div",{staticClass:"q-table__control"},[t("div",{staticClass:"q-table__title"},this.title)]))),void 0!==i&&(e.push(t("div",{staticClass:"q-table__separator col"})),e.push(t("div",{staticClass:"q-table__control"},[i(this.marginalsProps)]))),0!==e.length?t("div",{staticClass:s},e):void 0)}}},a=(n("4e82"),n("b0c0"),n("85fc")),s=n("dde5"),c=n("2c75"),u=i["a"].extend({name:"QCheckbox",mixins:[a["a"]],props:{toggleIndeterminate:Boolean,indeterminateValue:{default:null}},computed:{isIndeterminate:function(){return void 0===this.value||this.value===this.indeterminateValue},classes:function(){return{disabled:this.disable,"q-checkbox--dark":this.isDark,"q-checkbox--dense":this.dense,reverse:this.leftLabel}},innerClass:function(){return!0===this.isTrue?"q-checkbox__inner--active"+(void 0!==this.color?" text-"+this.color:""):!0===this.isIndeterminate?"q-checkbox__inner--indeterminate"+(void 0!==this.color?" text-"+this.color:""):!0===this.keepColor&&void 0!==this.color?"text-"+this.color:void 0}},render:function(t){var e=[t("div",{staticClass:"q-checkbox__bg absolute"},[t("svg",{staticClass:"q-checkbox__check fit absolute-full",attrs:{focusable:"false",viewBox:"0 0 24 24"}},[t("path",{attrs:{fill:"none",d:"M1.73,12.91 8.1,19.28 22.79,4.59"}})]),t("div",{staticClass:"q-checkbox__check-indet absolute"})])];!0!==this.disable&&e.unshift(t("input",{staticClass:"q-checkbox__native q-ma-none q-pa-none invisible",attrs:{type:"checkbox"}}));var n=[t("div",{staticClass:"q-checkbox__inner relative-position no-pointer-events",class:this.innerClass},e)],r=void 0!==this.label?Object(s["a"])([this.label],this,"default"):Object(s["c"])(this,"default");return void 0!==r&&n.push(t("div",{staticClass:"q-checkbox__label q-anchor--skip"},r)),t("div",{staticClass:"q-checkbox cursor-pointer no-outline row inline no-wrap items-center",class:this.classes,attrs:{tabindex:this.computedTabindex},on:Object(c["a"])(this,"inpExt",{click:this.toggle,keydown:this.__onKeydown,keyup:this.__onKeyup})},n)}}),l=n("0016");function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function d(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var h=i["a"].extend({name:"QTh",props:{props:Object,autoWidth:Boolean},render:function(t){var e,n,r=this,i=this.$listeners;if(void 0===this.props)return t("th",{on:i,class:!0===this.autoWidth?"q-table--col-auto-width":null},Object(s["c"])(this,"default"));var o=this.$vnode.key;if(o){if(e=this.props.colsMap[o],void 0===e)return}else e=this.props.col;if(!0===e.sortable){var a="right"===e.align?"unshift":"push";n=Object(s["d"])(this,"default",[]),n[a](t(l["a"],{props:{name:this.$q.iconSet.table.arrowUp},staticClass:e.__iconClass}))}else n=Object(s["c"])(this,"default");var c=!0===e.sortable?{click:function(t){r.props.sort(e),r.$emit("click",t)}}:{};return t("th",{on:d({},i,{},c),style:e.__thStyle,class:e.__thClass+(!0===this.autoWidth?" q-table--col-auto-width":"")},n)}}),p={methods:{getTableHeader:function(t){var e=this.getTableHeaderRow(t);return!0===this.loading&&e.push(t("tr",{staticClass:"q-table__progress"},[t("th",{staticClass:"relative-position",attrs:{colspan:"100%"}},this.__getProgress(t))])),t("thead",e)},getTableHeaderRow:function(t){var e,n=this,r=this.$scopedSlots.header,i=this.$scopedSlots["header-cell"];if(void 0!==r)return r(this.addTableHeaderRowMeta({header:!0,cols:this.computedCols,sort:this.sort,colsMap:this.computedColsMap})).slice();e=void 0!==i?function(t){return i({col:t,cols:n.computedCols,sort:n.sort,colsMap:n.computedColsMap})}:function(e){var r={col:e,cols:n.computedCols,sort:n.sort,colsMap:n.computedColsMap},i=n.$scopedSlots["header-cell-".concat(e.name)];return void 0!==i?i(r):t(h,{key:e.name,props:{props:r},style:e.headerStyle,class:e.headerClasses},e.label)};var o=this.computedCols.map(e);return!0===this.singleSelection&&!0!==this.grid?o.unshift(t("th",{staticClass:"q-table--col-auto-width"},[" "])):!0===this.multipleSelection&&o.unshift(t("th",{staticClass:"q-table--col-auto-width"},[t(u,{props:{color:this.color,value:!0===this.someRowsSelected?null:this.allRowsSelected,dark:this.isDark,dense:this.dense},on:Object(c["a"])(this,"inp",{input:function(t){!0===n.someRowsSelected&&(t=!1),n.__updateSelection(n.computedRows.map(n.getRowKey),n.computedRows,t)}})})])),[t("tr",{style:this.tableHeaderStyle,class:this.tableHeaderClass},o)]},addTableHeaderRowMeta:function(t){var e=this;return!0===this.multipleSelection&&(Object.defineProperty(t,"selected",{get:function(){return!0===e.someRowsSelected?"some":e.allRowsSelected},set:function(t){!0===e.someRowsSelected&&(t=!1),e.__updateSelection(e.computedRows.map(e.getRowKey),e.computedRows,t)},configurable:!0,enumerable:!0}),t.partialSelected=this.someRowsSelected,t.multipleSelect=!0),t}}};n("99af");function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function g(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var m={methods:{getTableRowBody:function(t,e){var n=this.getRowKey(t),r=this.isRowSelected(n);return e(this.addBodyRowMeta({key:n,row:t,cols:this.computedCols,colsMap:this.computedColsMap,__trClass:r?"selected":""}))},getTableRow:function(t,e){var n=this,r=this.$scopedSlots["body-cell"],i=this.getRowKey(e),o=this.isRowSelected(i),a=r?this.computedCols.map((function(t){return r(n.addBodyCellMetaData({row:e,col:t}))})):this.computedCols.map((function(r){var i=n.$scopedSlots["body-cell-".concat(r.name)];return void 0!==i?i(n.addBodyCellMetaData({row:e,col:r})):t("td",{class:r.__tdClass,style:r.__tdStyle},n.getCellValue(r,e))}));!0===this.hasSelectionMode&&a.unshift(t("td",{staticClass:"q-table--col-auto-width"},[t(u,{props:{value:o,color:this.color,dark:this.isDark,dense:this.dense},on:{input:function(t){n.__updateSelection([i],[e],t)}}})]));var s={key:i,class:{selected:o}};return void 0!==this.$listeners["row-click"]&&(s.on={click:function(t){n.$emit("row-click",t,e)}}),t("tr",s,a)},getTableBody:function(t){var e=this,n=this.$scopedSlots.body,r=this.$scopedSlots["top-row"],i=this.$scopedSlots["bottom-row"],o=void 0!==n?function(t){return e.getTableRowBody(t,n)}:function(n){return e.getTableRow(t,n)},a=this.computedRows.map(o);return void 0!==r&&(a=r({cols:this.computedCols}).concat(a)),void 0!==i&&(a=a.concat(i({cols:this.computedCols}))),t("tbody",a)},getTableRowVirtual:function(t){var e=this,n=this.$scopedSlots.body;return void 0!==n?function(t){return e.getTableRowBody(t.item,n)}:function(n){return e.getTableRow(t,n.item)}},addBodyRowMeta:function(t){var e=this;return!0===this.hasSelectionMode&&Object.defineProperty(t,"selected",{get:function(){return e.isRowSelected(t.key)},set:function(n){e.__updateSelection([t.key],[t.row],n)},configurable:!0,enumerable:!0}),Object.defineProperty(t,"expand",{get:function(){return!0===e.rowsExpanded[t.key]},set:function(n){e.$set(e.rowsExpanded,t.key,n)},configurable:!0,enumerable:!0}),t.cols=t.cols.map((function(n){var r=g({},n);return Object.defineProperty(r,"value",{get:function(){return e.getCellValue(n,t.row)},configurable:!0,enumerable:!0}),r})),t},addBodyCellMetaData:function(t){var e=this;return Object.defineProperty(t,"value",{get:function(){return e.getCellValue(t.col,t.row)},configurable:!0,enumerable:!0}),t},getCellValue:function(t,e){var n="function"===typeof t.field?t.field(e):e[t.field];return void 0!==t.format?t.format(n,e):n}}},b=(n("26e9"),n("ddd8")),y=n("9c40"),_={computed:{navIcon:function(){var t=[this.$q.iconSet.table.prevPage,this.$q.iconSet.table.nextPage];return!0===this.$q.lang.rtl?t.reverse():t}},methods:{getBottom:function(t){if(!0!==this.hideBottom){if(!0===this.nothingToDisplay){var e=this.filter?this.noResultsLabel||this.$q.lang.table.noResults:!0===this.loading?this.loadingLabel||this.$q.lang.table.loading:this.noDataLabel||this.$q.lang.table.noData,n=this.$scopedSlots["no-data"],r=void 0!==n?[n({message:e,icon:this.$q.iconSet.table.warning,filter:this.filter})]:[t(l["a"],{staticClass:"q-table__bottom-nodata-icon",props:{name:this.$q.iconSet.table.warning}}),e];return t("div",{staticClass:"q-table__bottom row items-center q-table__bottom--nodata"},r)}var i=this.$scopedSlots.bottom;return t("div",{staticClass:"q-table__bottom row items-center",class:void 0!==i?null:"justify-end"},void 0!==i?[i(this.marginalsProps)]:this.getPaginationRow(t))}},getPaginationRow:function(t){var e,n=this,r=this.computedPagination.rowsPerPage,i=this.paginationLabel||this.$q.lang.table.pagination,o=this.$scopedSlots.pagination,a=this.rowsPerPageOptions.length>1,s=[t("div",{staticClass:"q-table__control"},[t("div",[!0===this.hasSelectionMode&&this.rowsSelectedNumber>0?(this.selectedRowsLabel||this.$q.lang.table.selectedRecords)(this.rowsSelectedNumber):""])]),t("div",{staticClass:"q-table__separator col"})];return!0===a&&s.push(t("div",{staticClass:"q-table__control"},[t("span",{staticClass:"q-table__bottom-item"},[this.rowsPerPageLabel||this.$q.lang.table.recordsPerPage]),t(b["a"],{staticClass:"inline q-table__bottom-item",props:{color:this.color,value:r,options:this.computedRowsPerPageOptions,displayValue:0===r?this.$q.lang.table.allRows:r,dark:this.isDark,borderless:!0,dense:!0,optionsDense:!0,optionsCover:!0},on:Object(c["a"])(this,"pgSize",{input:function(t){n.setPagination({page:1,rowsPerPage:t.value})}})})])),void 0!==o?e=o(this.marginalsProps):(e=[t("span",0!==r?{staticClass:"q-table__bottom-item"}:{},[r?i(this.firstRowIndex+1,Math.min(this.lastRowIndex,this.computedRowsNumber),this.computedRowsNumber):i(1,this.computedRowsNumber,this.computedRowsNumber)])],0!==r&&e.push(t(y["a"],{props:{color:this.color,round:!0,icon:this.navIcon[0],dense:!0,flat:!0,disable:this.isFirstPage},on:Object(c["a"])(this,"pgPrev",{click:this.prevPage})}),t(y["a"],{props:{color:this.color,round:!0,icon:this.navIcon[1],dense:!0,flat:!0,disable:this.isLastPage},on:Object(c["a"])(this,"pgNext",{click:this.nextPage})}))),s.push(t("div",{staticClass:"q-table__control"},e)),s}}},w=n("eb85"),x={methods:{getGridBody:function(t){var e=this,n=void 0!==this.$scopedSlots.item?this.$scopedSlots.item:function(n){var r=n.cols.map((function(e){return t("div",{staticClass:"q-table__grid-item-row"},[t("div",{staticClass:"q-table__grid-item-title"},[e.label]),t("div",{staticClass:"q-table__grid-item-value"},[e.value])])}));!0===e.hasSelectionMode&&r.unshift(t("div",{staticClass:"q-table__grid-item-row"},[t(u,{props:{value:n.selected,color:e.color,dark:e.isDark,dense:!0},on:{input:function(t){n.selected=t}}})]),t(w["a"],{props:{dark:e.isDark}}));var i={staticClass:"q-table__grid-item-card"+e.cardDefaultClass,class:e.cardClass,style:e.cardStyle};return void 0!==e.$listeners["row-click"]&&(i.on={click:function(t){e.$emit("row-click",t,n.row)}}),t("div",{staticClass:"q-table__grid-item col-xs-12 col-sm-6 col-md-4 col-lg-3",class:!0===n.selected?"q-table__grid-item--selected":""},[t("div",i,r)])};return t("div",{staticClass:"row",class:this.cardContainerClass,style:this.cardContainerStyle},this.computedRows.map((function(t){var r=e.getRowKey(t),i=e.isRowSelected(r);return n(e.addBodyRowMeta({key:r,row:t,cols:e.computedCols,colsMap:e.computedColsMap,__trClass:i?"selected":""}))})))},getGridHeader:function(t){var e=!0===this.gridHeader?[t("table",{staticClass:"q-table"},[this.getTableHeader(t)])]:!0===this.loading?this.__getProgress(t):void 0;return t("div",{staticClass:"q-table__middle"},e)}}},S=(n("a9e3"),n("e25e"),n("1c1c")),O=n("b7fa"),C=i["a"].extend({name:"QMarkupTable",mixins:[O["a"]],props:{dense:Boolean,flat:Boolean,bordered:Boolean,square:Boolean,separator:{type:String,default:"horizontal",validator:function(t){return["horizontal","vertical","cell","none"].includes(t)}},wrapCells:Boolean},computed:{classes:function(){return"q-table--".concat(this.separator,"-separator")+(!0===this.isDark?" q-table--dark q-table__card--dark q-dark":"")+(!0===this.dense?" q-table--dense":"")+(!0===this.flat?" q-table--flat":"")+(!0===this.bordered?" q-table--bordered":"")+(!0===this.square?" q-table--square":"")+(!1===this.wrapCells?" q-table--no-wrap":"")}},render:function(t){return t("div",{staticClass:"q-markup-table q-table__container q-table__card",class:this.classes,on:this.$listeners},[t("table",{staticClass:"q-table"},Object(s["c"])(this,"default"))])}});function k(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function j(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?k(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var T=function(t,e,n){return t("div",j({},e,{staticClass:"q-table__middle"+(void 0!==e.staticClass?" "+e.staticClass:"")}),[t("table",{staticClass:"q-table"},n)])},P=n("e48b"),A=n("d882"),E={list:S["a"],table:C},M=i["a"].extend({name:"QVirtualScroll",mixins:[P["b"]],props:{type:{type:String,default:"list",validator:function(t){return["list","table","__qtable"].includes(t)}},items:{type:Array,default:function(){return[]}},itemsFn:Function,itemsSize:Number,scrollTarget:{default:void 0}},computed:{virtualScrollLength:function(){return this.itemsSize>=0&&void 0!==this.itemsFn?parseInt(this.itemsSize,10):Array.isArray(this.items)?this.items.length:0},virtualScrollScope:function(){var t=this;if(0===this.virtualScrollLength)return[];var e=function(e,n){return{index:t.virtualScrollSliceRange.from+n,item:e}};return void 0===this.itemsFn?this.items.slice(this.virtualScrollSliceRange.from,this.virtualScrollSliceRange.to).map(e):this.itemsFn(this.virtualScrollSliceRange.from,this.virtualScrollSliceRange.to-this.virtualScrollSliceRange.from).map(e)},classes:function(){return"q-virtual-scroll q-virtual-scroll"+(!0===this.virtualScrollHorizontal?"--horizontal":"--vertical")+(void 0!==this.scrollTarget?"":" scroll")},attrs:function(){return void 0!==this.scrollTarget?void 0:{tabindex:0}}},watch:{virtualScrollLength:function(){this.__resetVirtualScroll()},scrollTarget:function(){this.__unconfigureScrollTarget(),this.__configureScrollTarget()}},methods:{__getVirtualScrollEl:function(){return this.$el},__getVirtualScrollTarget:function(){return this.__scrollTarget},__configureScrollTarget:function(){var t="string"===typeof this.scrollTarget?document.querySelector(this.scrollTarget):this.scrollTarget;void 0===t?t=this.$el:t!==document&&t!==document.body&&t!==document.scrollingElement&&t!==document.documentElement||(t=window),this.__scrollTarget=t,t.addEventListener("scroll",this.__onVirtualScrollEvt,A["e"].passive)},__unconfigureScrollTarget:function(){void 0!==this.__scrollTarget&&(this.__scrollTarget.removeEventListener("scroll",this.__onVirtualScrollEvt,A["e"].passive),this.__scrollTarget=void 0)}},beforeMount:function(){this.__resetVirtualScroll()},mounted:function(){this.__configureScrollTarget()},beforeDestroy:function(){this.__unconfigureScrollTarget()},render:function(t){if(void 0!==this.$scopedSlots.default){var e=this.__padVirtualScroll(t,"list"===this.type?"div":"tbody",this.virtualScrollScope.map(this.$scopedSlots.default));return void 0!==this.$scopedSlots.before&&(e=this.$scopedSlots.before().concat(e)),e=Object(s["a"])(e,this,"after"),"__qtable"===this.type?T(t,{staticClass:this.classes},e):t(E[this.type],{class:this.classes,attrs:this.attrs,props:this.$attrs,on:this.$listeners},e)}console.error("QVirtualScroll: default scoped slot is required for rendering",this)}});function D(t){return{transform:"scale3d(".concat(t,",1,1)")}}var $={xs:2,sm:4,md:6,lg:10,xl:14},R=i["a"].extend({name:"QLinearProgress",mixins:[O["a"]],props:{value:{type:Number,default:0},buffer:Number,size:String,color:String,trackColor:String,reverse:Boolean,stripe:Boolean,indeterminate:Boolean,query:Boolean,rounded:Boolean},computed:{sizeStyle:function(){if(void 0!==this.size)return{height:this.size in $?"".concat($[this.size],"px"):this.size}},motion:function(){return this.indeterminate||this.query},classes:function(){var t;return t={},Object(r["a"])(t,"text-".concat(this.color),void 0!==this.color),Object(r["a"])(t,"q-linear-progress--reverse",!0===this.reverse||!0===this.query),Object(r["a"])(t,"rounded-borders",!0===this.rounded),t},trackStyle:function(){return D(void 0!==this.buffer?this.buffer:1)},trackClass:function(){return"q-linear-progress__track--"+(!0===this.isDark?"dark":"light")+(void 0!==this.trackColor?" bg-".concat(this.trackColor):"")},modelStyle:function(){return D(this.motion?1:this.value)},modelClasses:function(){return"q-linear-progress__model--".concat(this.motion?"in":"","determinate")},stripeStyle:function(){return{width:100*this.value+"%"}}},render:function(t){var e=[t("div",{staticClass:"q-linear-progress__track absolute-full",style:this.trackStyle,class:this.trackClass}),t("div",{staticClass:"q-linear-progress__model absolute-full",style:this.modelStyle,class:this.modelClasses})];return!0===this.stripe&&!1===this.motion&&e.push(t("div",{staticClass:"q-linear-progress__stripe absolute-full",style:this.stripeStyle})),t("div",{staticClass:"q-linear-progress",style:this.sizeStyle,class:this.classes,on:this.$listeners},Object(s["a"])(e,this,"default"))}});n("7db0");function q(t){if(Array.isArray(t))return t}n("e01a"),n("d28b"),n("e260"),n("0d03"),n("d3b7"),n("25f0"),n("3ca3"),n("ddb0");function L(t,e){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),e&&n.length===e)break}catch(c){i=!0,o=c}finally{try{r||null==s["return"]||s["return"]()}finally{if(i)throw o}}return n}}function F(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}function N(t,e){return q(t)||L(t,e)||F()}function I(t,e){return new Date(t)-new Date(e)}var z=n("5ff7"),B={props:{sortMethod:{type:Function,default:function(t,e,n){var r=this.columns.find((function(t){return t.name===e}));if(void 0===r||void 0===r.field)return t;var i=!0===n?-1:1,o="function"===typeof r.field?function(t){return r.field(t)}:function(t){return t[r.field]};return t.sort((function(t,e){var n=o(t),a=o(e);if(null===n||void 0===n)return-1*i;if(null===a||void 0===a)return 1*i;if(void 0!==r.sort)return r.sort(n,a,t,e)*i;if(!0===Object(z["c"])(n)&&!0===Object(z["c"])(a))return(n-a)*i;if(!0===Object(z["a"])(n)&&!0===Object(z["a"])(a))return I(n,a)*i;if("boolean"===typeof n&&"boolean"===typeof a)return(n-a)*i;var s=[n,a].map((function(t){return(t+"").toLocaleString().toLowerCase()})),c=N(s,2);return n=c[0],a=c[1],n<a?-1*i:n===a?0:i}))}}},computed:{columnToSort:function(){var t=this.computedPagination.sortBy;if(t)return this.columns.find((function(e){return e.name===t}))||null}},methods:{sort:function(t){t===Object(t)&&(t=t.name);var e=this.computedPagination,n=e.sortBy,r=e.descending;n!==t?(n=t,r=!1):!0===this.binaryStateSort?r=!r:!0===r?n=null:r=!0,this.setPagination({sortBy:n,descending:r,page:1})}}},U=(n("c975"),n("45fc"),{props:{filter:[String,Object],filterMethod:{type:Function,default:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.computedCols,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.getCellValue,i=e?e.toLowerCase():"";return t.filter((function(t){return n.some((function(e){return-1!==(r(e,t)+"").toLowerCase().indexOf(i)}))}))}}},watch:{filter:{handler:function(){var t=this;this.$nextTick((function(){t.setPagination({page:1},!0)}))},deep:!0}}});function H(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Y(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?H(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):H(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function V(t,e){for(var n in e)if(e[n]!==t[n])return!1;return!0}function W(t){return t.page<1&&(t.page=1),void 0!==t.rowsPerPage&&t.rowsPerPage<1&&(t.rowsPerPage=0),t}var G={props:{pagination:Object,rowsPerPageOptions:{type:Array,default:function(){return[3,5,7,10,15,20,25,50,0]}}},computed:{computedPagination:function(){return W(Y({},this.innerPagination,{},this.pagination))},firstRowIndex:function(){var t=this.computedPagination,e=t.page,n=t.rowsPerPage;return(e-1)*n},lastRowIndex:function(){var t=this.computedPagination,e=t.page,n=t.rowsPerPage;return e*n},isFirstPage:function(){return 1===this.computedPagination.page},pagesNumber:function(){return 0===this.computedPagination.rowsPerPage?1:Math.max(1,Math.ceil(this.computedRowsNumber/this.computedPagination.rowsPerPage))},isLastPage:function(){return 0===this.lastRowIndex||this.computedPagination.page>=this.pagesNumber},computedRowsPerPageOptions:function(){var t=this;return this.rowsPerPageOptions.map((function(e){return{label:0===e?t.$q.lang.table.allRows:""+e,value:e}}))}},watch:{pagesNumber:function(t,e){if(t!==e){var n=this.computedPagination.page;t&&!n?this.setPagination({page:1}):t<n&&this.setPagination({page:t})}}},methods:{__sendServerRequest:function(t){this.requestServerInteraction({pagination:t,filter:this.filter})},setPagination:function(t,e){var n=W(Y({},this.computedPagination,{},t));V(this.computedPagination,n)?this.isServerSide&&e&&this.__sendServerRequest(n):this.isServerSide?this.__sendServerRequest(n):this.pagination?this.$emit("update:pagination",n):this.innerPagination=n},prevPage:function(){var t=this.computedPagination.page;t>1&&this.setPagination({page:t-1})},nextPage:function(){var t=this.computedPagination,e=t.page,n=t.rowsPerPage;this.lastRowIndex>0&&e*n<this.computedRowsNumber&&this.setPagination({page:e+1})}},created:function(){this.$emit("update:pagination",Y({},this.computedPagination))}},Q=(n("a623"),n("2532"),{props:{selection:{type:String,default:"none",validator:function(t){return["single","multiple","none"].includes(t)}},selected:{type:Array,default:function(){return[]}}},computed:{selectedKeys:function(){var t={};return this.selected.map(this.getRowKey).forEach((function(e){t[e]=!0})),t},hasSelectionMode:function(){return"none"!==this.selection},singleSelection:function(){return"single"===this.selection},multipleSelection:function(){return"multiple"===this.selection},allRowsSelected:function(){var t=this;return this.computedRows.every((function(e){return!0===t.selectedKeys[t.getRowKey(e)]}))},someRowsSelected:function(){var t=this;return!0!==this.allRowsSelected&&this.computedRows.some((function(e){return!0===t.selectedKeys[t.getRowKey(e)]}))},rowsSelectedNumber:function(){return this.selected.length}},methods:{isRowSelected:function(t){return!0===this.selectedKeys[t]},clearSelection:function(){this.$emit("update:selected",[])},__updateSelection:function(t,e,n){var r=this;this.$emit("selection",{rows:e,added:n,keys:t});var i=!0===this.singleSelection?!0===n?e:[]:!0===n?this.selected.concat(e):this.selected.filter((function(e){return!1===t.includes(r.getRowKey(e))}));this.$emit("update:selected",i)}}}),X={props:{visibleColumns:Array},computed:{computedCols:function(){var t=this,e=this.computedPagination,n=e.sortBy,r=e.descending,i=void 0!==this.visibleColumns?this.columns.filter((function(e){return!0===e.required||!0===t.visibleColumns.includes(e.name)})):this.columns;return i.map((function(t){return t.align=t.align||"right",t.__iconClass="q-table__sort-icon q-table__sort-icon--".concat(t.align),t.__thClass="text-".concat(t.align).concat(void 0!==t.headerClasses?" "+t.headerClasses:"").concat(!0===t.sortable?" sortable":"").concat(t.name===n?" sorted ".concat(!0===r?"sort-desc":""):""),t.__tdClass="text-".concat(t.align).concat(void 0!==t.classes?" "+t.classes:""),t.__thStyle=void 0!==t.headerStyle?t.headerStyle:null,t.__tdStyle=void 0!==t.style?t.style:null,t}))},computedColsMap:function(){var t={};return this.computedCols.forEach((function(e){t[e.name]=e})),t}}},K=n("582c"),Z={props:{fullscreen:Boolean,noRouteFullscreenExit:Boolean},data:function(){return{inFullscreen:!1}},watch:{$route:function(){!0!==this.noRouteFullscreenExit&&this.exitFullscreen()},fullscreen:function(t){this.inFullscreen!==t&&this.toggleFullscreen()},inFullscreen:function(t){this.$emit("update:fullscreen",t),this.$emit("fullscreen",t)}},methods:{toggleFullscreen:function(){!0===this.inFullscreen?this.exitFullscreen():this.setFullscreen()},setFullscreen:function(){!0!==this.inFullscreen&&(this.inFullscreen=!0,this.container=this.$el.parentNode,this.container.replaceChild(this.fullscreenFillerNode,this.$el),document.body.appendChild(this.$el),document.body.classList.add("q-body--fullscreen-mixin"),this.__historyFullscreen={handler:this.exitFullscreen},K["a"].add(this.__historyFullscreen))},exitFullscreen:function(){var t=this;!0===this.inFullscreen&&(void 0!==this.__historyFullscreen&&(K["a"].remove(this.__historyFullscreen),this.__historyFullscreen=void 0),this.container.replaceChild(this.$el,this.fullscreenFillerNode),document.body.classList.remove("q-body--fullscreen-mixin"),this.inFullscreen=!1,void 0!==this.$el.scrollIntoView&&setTimeout((function(){t.$el.scrollIntoView()})))}},beforeMount:function(){this.fullscreenFillerNode=document.createElement("span")},mounted:function(){!0===this.fullscreen&&this.setFullscreen()},beforeDestroy:function(){this.exitFullscreen()}};function J(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function tt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?J(Object(n),!0).forEach((function(e){Object(r["a"])(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):J(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var et={};P["a"].forEach((function(t){et[t]={}}));e["a"]=i["a"].extend({name:"QTable",mixins:[O["a"],Z,o,p,m,_,x,B,U,G,Q,X],props:tt({data:{type:Array,default:function(){return[]}},rowKey:{type:[String,Function],default:"id"},columns:Array,loading:Boolean,binaryStateSort:Boolean,title:String,hideHeader:Boolean,hideBottom:Boolean,grid:Boolean,gridHeader:Boolean,dense:Boolean,flat:Boolean,bordered:Boolean,square:Boolean,separator:{type:String,default:"horizontal",validator:function(t){return["horizontal","vertical","cell","none"].includes(t)}},wrapCells:Boolean,virtualScroll:Boolean},et,{noDataLabel:String,noResultsLabel:String,loadingLabel:String,selectedRowsLabel:Function,rowsPerPageLabel:String,paginationLabel:Function,color:{type:String,default:"grey-8"},tableStyle:[String,Array,Object],tableClass:[String,Array,Object],tableHeaderStyle:[String,Array,Object],tableHeaderClass:[String,Array,Object],cardContainerClass:[String,Array,Object],cardContainerStyle:[String,Array,Object],cardStyle:[String,Array,Object],cardClass:[String,Array,Object]}),data:function(){return{rowsExpanded:{},innerPagination:{sortBy:null,descending:!1,page:1,rowsPerPage:5}}},watch:{needsReset:function(){!0===this.hasVirtScroll&&this.$refs.virtScroll.reset()}},computed:{getRowKey:function(){var t=this;return"function"===typeof this.rowKey?this.rowKey:function(e){return e[t.rowKey]}},hasVirtScroll:function(){return!0!==this.grid&&!0===this.virtualScroll},needsReset:function(){var t=this;return["tableStyle","tableClass","tableHeaderStyle","tableHeaderClass","containerClass"].map((function(e){return t[e]})).join(";")},computedData:function(){var t=this.data;if(0===t.length)return{rowsNumber:0,rows:t};if(!0===this.isServerSide)return{rows:t};var e=this.computedPagination,n=e.sortBy,r=e.descending,i=e.rowsPerPage;this.filter&&(t=this.filterMethod(t,this.filter,this.computedCols,this.getCellValue)),void 0!==this.columnToSort&&(t=this.sortMethod(this.data===t?t.slice():t,n,r));var o=t.length;return 0!==i&&(0===this.firstRowIndex&&this.data!==t?t.length=this.lastRowIndex:t=t.slice(this.firstRowIndex,this.lastRowIndex)),{rowsNumber:o,rows:t}},computedRows:function(){return this.computedData.rows},computedRowsNumber:function(){return!0===this.isServerSide?this.computedPagination.rowsNumber||0:this.computedData.rowsNumber},nothingToDisplay:function(){return 0===this.computedRows.length},isServerSide:function(){return void 0!==this.computedPagination.rowsNumber},cardDefaultClass:function(){return" q-table__card"+(!0===this.isDark?" q-table__card--dark q-dark":"")+(!0===this.square?" q-table--square":"")+(!0===this.flat?" q-table--flat":"")+(!0===this.bordered?" q-table--bordered":"")},containerClass:function(){return"q-table__container q-table--".concat(this.separator,"-separator")+(!0===this.loading?" q-table--loading":"")+(!0===this.grid?" q-table--grid":this.cardDefaultClass)+(!0===this.isDark?" q-table--dark":"")+(!0===this.dense?" q-table--dense":"")+(!1===this.wrapCells?" q-table--no-wrap":"")+(!0===this.inFullscreen?" fullscreen scroll":"")},virtProps:function(){var t=this,e={};return P["a"].forEach((function(n){e[n]=t[n]})),void 0===e.virtualScrollItemSize&&(e.virtualScrollItemSize=!0===this.dense?28:48),e}},render:function(t){var e={staticClass:this.containerClass};return!1===this.grid&&(e.class=this.cardClass,e.style=this.cardStyle),t("div",e,[this.getTop(t),!0===this.grid?this.getGridHeader(t):null,this.getBody(t),this.getBottom(t)])},methods:{requestServerInteraction:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.$nextTick((function(){t.$emit("request",{pagination:e.pagination||t.computedPagination,filter:e.filter||t.filter,getCellValue:t.getCellValue})}))},resetVirtualScroll:function(){!0===this.hasVirtScroll&&this.$refs.virtScroll.reset()},getBody:function(t){if(!0===this.grid)return this.getGridBody(t);var e=!0!==this.hideHeader?this.getTableHeader(t):null;return!0===this.hasVirtScroll?t(M,{ref:"virtScroll",props:tt({},this.virtProps,{items:this.computedRows,type:"__qtable"}),on:Object(c["a"])(this,"vs",{"virtual-scroll":this.__onVScroll}),class:this.tableClass,style:this.tableStyle,scopedSlots:{before:null===e?void 0:function(){return e},default:this.getTableRowVirtual(t)}}):T(t,{staticClass:"scroll",class:this.tableClass,style:this.tableStyle},[e,this.getTableBody(t)])},__onVScroll:function(t){this.$emit("virtual-scroll",t)},__getProgress:function(t){return[t(R,{staticClass:"q-table__linear-progress",props:{color:this.color,dark:this.isDark,indeterminate:!0,trackColor:"transparent"}})]}}})},eadc:function(t,e,n){"use strict";var r=Math.PI,i=2*r,o=1e-6,a=i-o;function s(){this._x0=this._y0=this._x1=this._y1=null,this._=""}function c(){return new s}s.prototype=c.prototype={constructor:s,moveTo:function(t,e){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+e)},closePath:function(){null!==this._x1&&(this._x1=this._x0,this._y1=this._y0,this._+="Z")},lineTo:function(t,e){this._+="L"+(this._x1=+t)+","+(this._y1=+e)},quadraticCurveTo:function(t,e,n,r){this._+="Q"+ +t+","+ +e+","+(this._x1=+n)+","+(this._y1=+r)},bezierCurveTo:function(t,e,n,r,i,o){this._+="C"+ +t+","+ +e+","+ +n+","+ +r+","+(this._x1=+i)+","+(this._y1=+o)},arcTo:function(t,e,n,i,a){t=+t,e=+e,n=+n,i=+i,a=+a;var s=this._x1,c=this._y1,u=n-t,l=i-e,f=s-t,d=c-e,h=f*f+d*d;if(a<0)throw new Error("negative radius: "+a);if(null===this._x1)this._+="M"+(this._x1=t)+","+(this._y1=e);else if(h>o)if(Math.abs(d*u-l*f)>o&&a){var p=n-s,v=i-c,g=u*u+l*l,m=p*p+v*v,b=Math.sqrt(g),y=Math.sqrt(h),_=a*Math.tan((r-Math.acos((g+h-m)/(2*b*y)))/2),w=_/y,x=_/b;Math.abs(w-1)>o&&(this._+="L"+(t+w*f)+","+(e+w*d)),this._+="A"+a+","+a+",0,0,"+ +(d*p>f*v)+","+(this._x1=t+x*u)+","+(this._y1=e+x*l)}else this._+="L"+(this._x1=t)+","+(this._y1=e);else;},arc:function(t,e,n,s,c,u){t=+t,e=+e,n=+n,u=!!u;var l=n*Math.cos(s),f=n*Math.sin(s),d=t+l,h=e+f,p=1^u,v=u?s-c:c-s;if(n<0)throw new Error("negative radius: "+n);null===this._x1?this._+="M"+d+","+h:(Math.abs(this._x1-d)>o||Math.abs(this._y1-h)>o)&&(this._+="L"+d+","+h),n&&(v<0&&(v=v%i+i),v>a?this._+="A"+n+","+n+",0,1,"+p+","+(t-l)+","+(e-f)+"A"+n+","+n+",0,1,"+p+","+(this._x1=d)+","+(this._y1=h):v>o&&(this._+="A"+n+","+n+",0,"+ +(v>=r)+","+p+","+(this._x1=t+n*Math.cos(c))+","+(this._y1=e+n*Math.sin(c))))},rect:function(t,e,n,r){this._+="M"+(this._x0=this._x1=+t)+","+(this._y0=this._y1=+e)+"h"+ +n+"v"+ +r+"h"+-n+"Z"},toString:function(){return this._}},e["a"]=c},eae9:function(t,e,n){var r=n("d039");t.exports=function(t){return r((function(){var e=""[t]('"');return e!==e.toLowerCase()||e.split('"').length>3}))}},eb85:function(t,e,n){"use strict";var r=n("ade3"),i=n("2b0e"),o=n("b7fa");e["a"]=i["a"].extend({name:"QSeparator",mixins:[o["a"]],props:{spaced:Boolean,inset:[Boolean,String],vertical:Boolean,color:String},computed:{classes:function(){var t;return t={},Object(r["a"])(t,"bg-".concat(this.color),this.color),Object(r["a"])(t,"q-separator--dark",this.isDark),Object(r["a"])(t,"q-separator--spaced",this.spaced),Object(r["a"])(t,"q-separator--inset",!0===this.inset),Object(r["a"])(t,"q-separator--item-inset","item"===this.inset),Object(r["a"])(t,"q-separator--item-thumbnail-inset","item-thumbnail"===this.inset),Object(r["a"])(t,"q-separator--".concat(this.vertical?"vertical self-stretch":"horizontal col-grow"),!0),t}},render:function(t){return t("hr",{staticClass:"q-separator",class:this.classes})}})},ebca:function(t,e,n){var r=n("76af");t.exports=function(t){return Object(r(t))}},ed5e:function(t,e,n){"use strict";n("a9e3");var r=n("2b0e"),i=n("0831"),o=n("d882");e["a"]=r["a"].extend({name:"QScrollObserver",props:{debounce:[String,Number],horizontal:Boolean},render:function(){},data:function(){return{pos:0,dir:!0===this.horizontal?"right":"down",dirChanged:!1,dirChangePos:0}},methods:{getPosition:function(){return{position:this.pos,direction:this.dir,directionChanged:this.dirChanged,inflexionPosition:this.dirChangePos}},trigger:function(t){!0===t||0===this.debounce||"0"===this.debounce?this.__emit():this.timer||(this.timer=this.debounce?setTimeout(this.__emit,this.debounce):requestAnimationFrame(this.__emit))},__emit:function(){var t=Math.max(0,!0===this.horizontal?Object(i["a"])(this.target):Object(i["b"])(this.target)),e=t-this.pos,n=this.horizontal?e<0?"left":"right":e<0?"up":"down";this.dirChanged=this.dir!==n,this.dirChanged&&(this.dir=n,this.dirChangePos=this.pos),this.timer=null,this.pos=t,this.$emit("scroll",this.getPosition())}},mounted:function(){this.target=Object(i["c"])(this.$el.parentNode),this.target.addEventListener("scroll",this.trigger,o["e"].passive),this.trigger(!0)},beforeDestroy:function(){clearTimeout(this.timer),cancelAnimationFrame(this.timer),void 0!==this.target&&this.target.removeEventListener("scroll",this.trigger,o["e"].passive)}})},efe6:function(t,e,n){"use strict";var r,i,o,a,s,c=n("d882"),u=n("0831"),l=0;function f(t){d(t)&&Object(c["j"])(t)}function d(t){if(t.target===document.body||t.target.classList.contains("q-layout__backdrop"))return!0;for(var e=Object(c["b"])(t),n=t.shiftKey&&!t.deltaX,r=!n&&Math.abs(t.deltaX)<=Math.abs(t.deltaY),i=n||r?t.deltaY:t.deltaX,o=0;o<e.length;o++){var a=e[o];if(Object(u["e"])(a,r))return r?i<0&&0===a.scrollTop||i>0&&a.scrollTop+a.clientHeight===a.scrollHeight:i<0&&0===a.scrollLeft||i>0&&a.scrollLeft+a.clientWidth===a.scrollWidth}return!0}function h(t){t.target===document&&(document.scrollingElement.scrollTop=document.scrollingElement.scrollTop)}function p(t,e){var n=document.body;if("add"===t){var s=window.getComputedStyle(n).overflowY;r=Object(u["a"])(window),i=Object(u["b"])(window),o=n.style.left,a=n.style.top,n.style.left="-".concat(r,"px"),n.style.top="-".concat(i,"px"),"hidden"!==s&&("scroll"===s||n.scrollHeight>window.innerHeight)&&n.classList.add("q-body--force-scrollbar"),n.classList.add("q-body--prevent-scroll"),!0===e.ios&&window.addEventListener("scroll",h,c["e"].passiveCapture)}!0===e.desktop&&!0===e.mac&&window["".concat(t,"EventListener")]("wheel",f,c["e"].notPassive),"remove"===t&&(!0===e.ios&&window.removeEventListener("scroll",h,c["e"].passiveCapture),n.classList.remove("q-body--prevent-scroll"),n.classList.remove("q-body--force-scrollbar"),n.style.left=o,n.style.top=a,window.scrollTo(r,i))}function v(t,e){var n="add";if(!0===t){if(l++,void 0!==s)return clearTimeout(s),void(s=void 0);if(l>1)return}else{if(0===l)return;if(l--,l>0)return;if(n="remove",!0===e.ios&&!0===e.nativeMobile)return clearTimeout(s),void(s=setTimeout((function(){p(n,e),s=void 0}),100))}p(n,e)}e["a"]={methods:{__preventScroll:function(t){t===this.preventedScroll||void 0===this.preventedScroll&&!0!==t||(this.preventedScroll=t,v(t,this.$q.platform.is))}}}},f09f:function(t,e,n){"use strict";n("0481"),n("4069");var r=n("2b0e"),i=n("b7fa"),o=n("dde5");e["a"]=r["a"].extend({name:"QCard",mixins:[i["a"]],props:{square:Boolean,flat:Boolean,bordered:Boolean},render:function(t){return t("div",{staticClass:"q-card",class:{"q-card--dark q-dark":this.isDark,"q-card--bordered":this.bordered,"q-card--square no-border-radius":this.square,"q-card--flat no-shadow":this.flat},on:this.$listeners},Object(o["c"])(this,"default"))}})},f14a:function(t,e,n){var r=n("f55b"),i=n("c51e");t.exports=Object.keys||function(t){return r(t,i)}},f1df:function(t,e,n){"use strict";var r=n("eadc"),i=function(t){return function(){return t}};function o(t){this._context=t}o.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._point=0},lineEnd:function(){(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2;default:this._context.lineTo(t,e);break}}};var a=function(t){return new o(t)};function s(t){return t[0]}function c(t){return t[1]}var u=function(){var t=s,e=c,n=i(!0),o=null,u=a,l=null;function f(i){var a,s,c,f=i.length,d=!1;for(null==o&&(l=u(c=Object(r["a"])())),a=0;a<=f;++a)!(a<f&&n(s=i[a],a,i))===d&&((d=!d)?l.lineStart():l.lineEnd()),d&&l.point(+t(s,a,i),+e(s,a,i));if(c)return l=null,c+""||null}return f.x=function(e){return arguments.length?(t="function"===typeof e?e:i(+e),f):t},f.y=function(t){return arguments.length?(e="function"===typeof t?t:i(+t),f):e},f.defined=function(t){return arguments.length?(n="function"===typeof t?t:i(!!t),f):n},f.curve=function(t){return arguments.length?(u=t,null!=o&&(l=u(o)),f):u},f.context=function(t){return arguments.length?(null==t?o=l=null:l=u(o=t),f):o},f},l=function(){var t=s,e=null,n=i(0),o=c,l=i(!0),f=null,d=a,h=null;function p(i){var a,s,c,u,p,v=i.length,g=!1,m=new Array(v),b=new Array(v);for(null==f&&(h=d(p=Object(r["a"])())),a=0;a<=v;++a){if(!(a<v&&l(u=i[a],a,i))===g)if(g=!g)s=a,h.areaStart(),h.lineStart();else{for(h.lineEnd(),h.lineStart(),c=a-1;c>=s;--c)h.point(m[c],b[c]);h.lineEnd(),h.areaEnd()}g&&(m[a]=+t(u,a,i),b[a]=+n(u,a,i),h.point(e?+e(u,a,i):m[a],o?+o(u,a,i):b[a]))}if(p)return h=null,p+""||null}function v(){return u().defined(l).curve(d).context(f)}return p.x=function(n){return arguments.length?(t="function"===typeof n?n:i(+n),e=null,p):t},p.x0=function(e){return arguments.length?(t="function"===typeof e?e:i(+e),p):t},p.x1=function(t){return arguments.length?(e=null==t?null:"function"===typeof t?t:i(+t),p):e},p.y=function(t){return arguments.length?(n="function"===typeof t?t:i(+t),o=null,p):n},p.y0=function(t){return arguments.length?(n="function"===typeof t?t:i(+t),p):n},p.y1=function(t){return arguments.length?(o=null==t?null:"function"===typeof t?t:i(+t),p):o},p.lineX0=p.lineY0=function(){return v().x(t).y(n)},p.lineY1=function(){return v().x(t).y(o)},p.lineX1=function(){return v().x(e).y(n)},p.defined=function(t){return arguments.length?(l="function"===typeof t?t:i(!!t),p):l},p.curve=function(t){return arguments.length?(d=t,null!=f&&(h=d(f)),p):d},p.context=function(t){return arguments.length?(null==t?f=h=null:h=d(f=t),p):f},p};function f(t,e,n){t._context.bezierCurveTo(t._x1+t._k*(t._x2-t._x0),t._y1+t._k*(t._y2-t._y0),t._x2+t._k*(t._x1-e),t._y2+t._k*(t._y1-n),t._x2,t._y2)}function d(t,e){this._context=t,this._k=(1-e)/6}d.prototype={areaStart:function(){this._line=0},areaEnd:function(){this._line=NaN},lineStart:function(){this._x0=this._x1=this._x2=this._y0=this._y1=this._y2=NaN,this._point=0},lineEnd:function(){switch(this._point){case 2:this._context.lineTo(this._x2,this._y2);break;case 3:f(this,this._x1,this._y1);break}(this._line||0!==this._line&&1===this._point)&&this._context.closePath(),this._line=1-this._line},point:function(t,e){switch(t=+t,e=+e,this._point){case 0:this._point=1,this._line?this._context.lineTo(t,e):this._context.moveTo(t,e);break;case 1:this._point=2,this._x1=t,this._y1=e;break;case 2:this._point=3;default:f(this,t,e);break}this._x0=this._x1,this._x1=this._x2,this._x2=t,this._y0=this._y1,this._y1=this._y2,this._y2=e}};var h=function t(e){function n(t){return new d(t,e)}return n.tension=function(e){return t(+e)},n}(0);n.d(e,"a",(function(){return l})),n.d(e,"c",(function(){return u})),n.d(e,"b",(function(){return h}))},f303:function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"a",(function(){return i}));n("4160"),n("b64b"),n("159b");function r(t,e){var n=t.style;Object.keys(e).forEach((function(t){n[t]=e[t]}))}function i(t,e){if(void 0===t||!0===t.contains(e))return!0;for(var n=t.nextElementSibling;null!==n;n=n.nextElementSibling)if(n.contains(e))return!0;return!1}},f35e:function(t,e,n){"use strict";var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"db-number"},[n("div",{staticClass:"db-n-content"},[t.hasTrend?n("div",{staticClass:"db-n-layer"},[n("db-sparkline",{staticStyle:{position:"absolute",bottom:"0",width:"100%"},attrs:{_updated:t._updated,data:t.trend,max:t.trendMax,height:60}})],1):t._e(),t.hasIcon?n("div",{staticClass:"db-n-layer",staticStyle:{"text-align":"right"}},[n("div",{},[n("i",{class:t.iconClass})])]):t._e(),t.hasPct?n("div",{staticClass:"db-n-layer",staticStyle:{"text-align":"right"}},[n("div",{staticStyle:{float:"right"}},[n("db-easy-pie",{attrs:{_updated:t._updated,value:t.percentValue,percentRanges:t.percentRanges,lineWidth:8,size:86,dark:t.dark,fontSize:"14px"}})],1)]):t._e(),n("div",{staticClass:"db-n-main"},[n("div",{staticClass:"db-n-hdr"},[n("span",{staticClass:"text-md db-txt-faded"},[t._v(t._s(t.title))])]),n("div",[n("div",{staticClass:"db-n-value db-txt-highlight"},[t._v(t._s(t.formattedValue))]),n("div",{staticClass:"text-sm db-txt-faded"},[t._v(t._s(t.subtitle))]),n("div"),n("div",{staticClass:"text-xxs db-txt-faded db-n-footer"},[t._v(t._s(t.footer))])])])])])},i=[],o=(n("a9e3"),n("b5f7")),a=n("0558"),s=n("6af3"),c=n("e19f"),u={name:"DbNumber",components:{DbSparkline:o["a"],DbEasyPie:a["a"]},mixins:[s["a"]],props:{value:{type:Number,default:0},format:{type:String,default:"%d"},total:{type:Number,default:0},trend:{type:Array,default:function(){return[]}},trendMax:{type:Number,default:null},ranges:{type:Array,default:function(){return[]}},percentRanges:{type:Array,default:function(){return[]}},icon:{type:String,default:""},title:String,subtitle:String,qualifier:{type:String,default:""},footer:{type:String,default:""},badge:{type:String,default:""}},data:function(){return{trendGradient:["#DCEDC8","#FFF9C4","#FFCCBC"]}},computed:{hasTrend:function(){return this.trend&&Array.isArray(this.trend)&&this.trend.length>0},hasRanges:function(){return this.ranges&&Array.isArray(this.ranges)&&2==this.ranges.length},hasIcon:function(){return""!==this.icon},hasPct:function(){return this.total>0},iconClass:function(){return this.icon+" db-n-icon "+this.getRangeClass()},formattedValue:function(){return Object(c["sprintf"])(this.format,this.value,this.qualifier)},percentValue:function(){return this.total>0?this.value/this.total*100:0}},methods:{getRangeClass:function(){return this.hasRanges?this.value<=this.ranges[0]?"text-success":this.value<=this.ranges[1]?"text-warning":"text-alarm":"db-txt-faded"}}},l=u,f=n("2877"),d=Object(f["a"])(l,r,i,!1,null,null,null);e["a"]=d.exports},f385:function(t,e){var n=0,r=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++n+r).toString(36)}},f393:function(t,e){Prism.languages.json={property:{pattern:/"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,greedy:!0},string:{pattern:/"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,greedy:!0},comment:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,number:/-?\d+\.?\d*(e[+-]?\d+)?/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:true|false)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}}},f4a6:function(t,e,n){"use strict";let r=n("c1df");class i{constructor(){this.minAllowedGroupingEntries=3,this.maxAllowedGroupingEntries=1e3,this.groupingIntervals=[{title:"Auto",value:"auto",divider:1e10},{title:"1s",value:"second",divider:1e3},{title:"30s",value:"30s",divider:3e4},{title:"1m",value:"minute",divider:6e4},{title:"5m",value:"5m",divider:3e5},{title:"15m",value:"15m",divider:9e5},{title:"30m",value:"30m",divider:18e5},{title:"1h",value:"hour",divider:36e5},{title:"12h",value:"12h",divider:432e5},{title:"Day",value:"day",divider:864e5}]}ensureProperty(t,e,n){e in t||(t[e]=n)}pathSet(t,e){for(let n=0;n<e.length;n++)t=t[e[n]]=t[e[n]]||{};return t}pathOr(t,e,n){for(let r=0;r<e.length;r++){if(!n[e[r]])return t;n=n[e[r]]}return n}getTimeIntervalInfo(t,e){let n=null,i=null,o=Date.now();i=o;let a=e;if("now"!==a){let t=parseInt(a);Number.isNaN(t)||(i=t)}let s=t,c=3e5;if(s.startsWith("P")){let t=r.duration(s);t.isValid()&&(c=t.asMilliseconds()),n=i-c}else{let t=parseInt(s);n=Number.isNaN(t)?i-c:t}let u=i-n;return{tiFrom:n,tiTo:i,tiDuration:u}}getDateTimeGroupingInterval(t){let e=t/1e3;return e<=900?"second":e<=86400?"minute":e<=604800?"hour":"day"}validateGroupingInterval(t,e,n){if("auto"===n)return n;let{tiDuration:r}=this.getTimeIntervalInfo(t,e);for(let i of this.groupingIntervals)if(i.value===n){let t=r/i.divider;if(t>=this.minAllowedGroupingEntries&&t<this.maxAllowedGroupingEntries)return n}return"auto"}filterGroupingIntervals(t,e){let{tiDuration:n}=this.getTimeIntervalInfo(t,e),r=[];for(let i of this.groupingIntervals)if("auto"===i.value)r.push(i);else{let t=n/i.divider;t>=this.minAllowedGroupingEntries&&t<this.maxAllowedGroupingEntries&&r.push(i)}return r}}const o=new i;e["a"]=o},f4f4:function(t,e,n){var r,i;
26
- /**!
27
- * easy-pie-chart
28
- * Lightweight plugin to render simple, animated and retina optimized pie charts
29
- *
30
- * @license
31
- * @author Robert Fleischmann <rendro87@gmail.com> (http://robert-fleischmann.de)
32
- * @version 2.1.7
33
- **/(function(n,o){r=[],i=function(){return n["EasyPieChart"]=o()}.apply(e,r),void 0===i||(t.exports=i)})(this,(function(){var t=function(t,e){var n,r=document.createElement("canvas");t.appendChild(r),"object"===typeof G_vmlCanvasManager&&G_vmlCanvasManager.initElement(r);var i=r.getContext("2d");r.width=r.height=e.size;var o=1;window.devicePixelRatio>1&&(o=window.devicePixelRatio,r.style.width=r.style.height=[e.size,"px"].join(""),r.width=r.height=e.size*o,i.scale(o,o)),i.translate(e.size/2,e.size/2),i.rotate((e.rotate/180-.5)*Math.PI);var a=(e.size-e.lineWidth)/2;e.scaleColor&&e.scaleLength&&(a-=e.scaleLength+2),Date.now=Date.now||function(){return+new Date};var s=function(t,e,n){n=Math.min(Math.max(-1,n||0),1);var r=n<=0;i.beginPath(),i.arc(0,0,a,0,2*Math.PI*n,r),i.strokeStyle=t,i.lineWidth=e,i.stroke()},c=function(){var t,n;i.lineWidth=1,i.fillStyle=e.scaleColor,i.save();for(var r=24;r>0;--r)r%6===0?(n=e.scaleLength,t=0):(n=.6*e.scaleLength,t=e.scaleLength-n),i.fillRect(-e.size/2+t,0,n,1),i.rotate(Math.PI/12);i.restore()},u=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,1e3/60)}}(),l=function(){e.scaleColor&&c(),e.trackColor&&s(e.trackColor,e.trackWidth||e.lineWidth,1)};this.getCanvas=function(){return r},this.getCtx=function(){return i},this.clear=function(){i.clearRect(e.size/-2,e.size/-2,e.size,e.size)},this.draw=function(t){var r;e.scaleColor||e.trackColor?i.getImageData&&i.putImageData?n?i.putImageData(n,0,0):(l(),n=i.getImageData(0,0,e.size*o,e.size*o)):(this.clear(),l()):this.clear(),i.lineCap=e.lineCap,r="function"===typeof e.barColor?e.barColor(t):e.barColor,s(r,e.lineWidth,t/100)}.bind(this),this.animate=function(t,n){var r=Date.now();e.onStart(t,n);var i=function(){var o=Math.min(Date.now()-r,e.animate.duration),a=e.easing(this,o,t,n-t,e.animate.duration);this.draw(a),e.onStep(t,n,a),o>=e.animate.duration?e.onStop(t,n):u(i)}.bind(this);u(i)}.bind(this)},e=function(e,n){var r={barColor:"#ef1e25",trackColor:"#f9f9f9",scaleColor:"#dfe0e0",scaleLength:5,lineCap:"round",lineWidth:3,trackWidth:void 0,size:110,rotate:0,animate:{duration:1e3,enabled:!0},easing:function(t,e,n,r,i){return e/=i/2,e<1?r/2*e*e+n:-r/2*(--e*(e-2)-1)+n},onStart:function(t,e){},onStep:function(t,e,n){},onStop:function(t,e){}};if("undefined"!==typeof t)r.renderer=t;else{if("undefined"===typeof SVGRenderer)throw new Error("Please load either the SVG- or the CanvasRenderer");r.renderer=SVGRenderer}var i={},o=0,a=function(){for(var t in this.el=e,this.options=i,r)r.hasOwnProperty(t)&&(i[t]=n&&"undefined"!==typeof n[t]?n[t]:r[t],"function"===typeof i[t]&&(i[t]=i[t].bind(this)));"string"===typeof i.easing&&"undefined"!==typeof jQuery&&jQuery.isFunction(jQuery.easing[i.easing])?i.easing=jQuery.easing[i.easing]:i.easing=r.easing,"number"===typeof i.animate&&(i.animate={duration:i.animate,enabled:!0}),"boolean"!==typeof i.animate||i.animate||(i.animate={duration:1e3,enabled:i.animate}),this.renderer=new i.renderer(e,i),this.renderer.draw(o),e.dataset&&e.dataset.percent?this.update(parseFloat(e.dataset.percent)):e.getAttribute&&e.getAttribute("data-percent")&&this.update(parseFloat(e.getAttribute("data-percent")))}.bind(this);this.update=function(t){return t=parseFloat(t),i.animate.enabled?this.renderer.animate(o,t):this.renderer.draw(t),o=t,this}.bind(this),this.disableAnimation=function(){return i.animate.enabled=!1,this},this.enableAnimation=function(){return i.animate.enabled=!0,this},a()};return e}))},f55b:function(t,e,n){var r=n("7f34"),i=n("a84f"),o=n("c272").indexOf,a=n("1fc1");t.exports=function(t,e){var n,s=i(t),c=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);while(e.length>c)r(s,n=e[c++])&&(~o(u,n)||u.push(n));return u}},f5df:function(t,e,n){var r=n("00ee"),i=n("c6b6"),o=n("b622"),a=o("toStringTag"),s="Arguments"==i(function(){return arguments}()),c=function(t,e){try{return t[e]}catch(n){}};t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=c(e=Object(t),a))?n:s?i(e):"Object"==(r=i(e))&&"function"==typeof e.callee?"Arguments":r}},f617:function(t,e,n){"use strict";(function(t){function n(t){return n="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"===typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},n(t)}function r(t,e){return a(t)||c(t,e)||l()}function i(t){return o(t)||s(t)||u()}function o(t){if(Array.isArray(t)){for(var e=0,n=new Array(t.length);e<t.length;e++)n[e]=t[e];return n}}function a(t){if(Array.isArray(t))return t}function s(t){if(Symbol.iterator in Object(t)||"[object Arguments]"===Object.prototype.toString.call(t))return Array.from(t)}function c(t,e){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=t[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),e&&n.length===e)break}catch(c){i=!0,o=c}finally{try{r||null==s["return"]||s["return"]()}finally{if(i)throw o}}return n}function u(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function l(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}var f=9007199254740991,d="[object Arguments]",h="[object Function]",p="[object GeneratorFunction]",v=/^(?:0|[1-9]\d*)$/;function g(t,e){var n=-1,r=t?t.length:0;while(++n<r)if(!1===e(t[n],n,t))break;return t}function m(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function b(t,e){return function(n){return t(e(n))}}var y=Object.prototype,_=y.hasOwnProperty,w=y.toString,x=y.propertyIsEnumerable,S=b(Object.keys,Object);function O(t,e){var n=R(t)||$(t)?m(t.length,String):[],r=n.length,i=!!r;for(var o in t)!e&&!_.call(t,o)||i&&("length"==o||E(o,r))||n.push(o);return n}var C=P(j),k=A();function j(t,e){return t&&k(t,e,B)}function T(t){if(!M(t))return S(t);var e=[];for(var n in Object(t))_.call(t,n)&&"constructor"!=n&&e.push(n);return e}function P(t,e){return function(n,r){if(null==n)return n;if(!q(n))return t(n,r);var i=n.length,o=e?i:-1,a=Object(n);while(e?o--:++o<i)if(!1===r(a[o],o,a))break;return n}}function A(t){return function(e,n,r){var i=-1,o=Object(e),a=r(e),s=a.length;while(s--){var c=a[t?s:++i];if(!1===n(o[c],c,o))break}return e}}function E(t,e){return e=null==e?f:e,!!e&&("number"==typeof t||v.test(t))&&t>-1&&t%1==0&&t<e}function M(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||y;return t===n}function D(t,e){var n=R(t)?g:C;return n(t,"function"==typeof e?e:U)}function $(t){return L(t)&&_.call(t,"callee")&&(!x.call(t,"callee")||w.call(t)==d)}var R=Array.isArray;function q(t){return null!=t&&N(t.length)&&!F(t)}function L(t){return z(t)&&q(t)}function F(t){var e=I(t)?w.call(t):"";return e==h||e==p}function N(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=f}function I(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function z(t){return!!t&&"object"==typeof t}function B(t){return q(t)?O(t):T(t)}function U(t){return t}var H=D,Y=9007199254740991,V="[object Arguments]",W="[object Function]",G="[object GeneratorFunction]",Q=/^(?:0|[1-9]\d*)$/;function X(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function K(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function Z(t,e){return function(n){return t(e(n))}}var J=Object.prototype,tt=J.hasOwnProperty,et=J.toString,nt=J.propertyIsEnumerable,rt=Z(Object.keys,Object),it=Math.max,ot=!nt.call({valueOf:1},"valueOf");function at(t,e){var n=mt(t)||gt(t)?K(t.length,String):[],r=n.length,i=!!r;for(var o in t)!e&&!tt.call(t,o)||i&&("length"==o||dt(o,r))||n.push(o);return n}function st(t,e,n){var r=t[e];tt.call(t,e)&&vt(r,n)&&(void 0!==n||e in t)||(t[e]=n)}function ct(t){if(!pt(t))return rt(t);var e=[];for(var n in Object(t))tt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function ut(t,e){return e=it(void 0===e?t.length-1:e,0),function(){var n=arguments,r=-1,i=it(n.length-e,0),o=Array(i);while(++r<i)o[r]=n[e+r];r=-1;var a=Array(e+1);while(++r<e)a[r]=n[r];return a[e]=o,X(t,this,a)}}function lt(t,e,n,r){n||(n={});var i=-1,o=e.length;while(++i<o){var a=e[i],s=r?r(n[a],t[a],a,n,t):void 0;st(n,a,void 0===s?t[a]:s)}return n}function ft(t){return ut((function(e,n){var r=-1,i=n.length,o=i>1?n[i-1]:void 0,a=i>2?n[2]:void 0;o=t.length>3&&"function"==typeof o?(i--,o):void 0,a&&ht(n[0],n[1],a)&&(o=i<3?void 0:o,i=1),e=Object(e);while(++r<i){var s=n[r];s&&t(e,s,r,o)}return e}))}function dt(t,e){return e=null==e?Y:e,!!e&&("number"==typeof t||Q.test(t))&&t>-1&&t%1==0&&t<e}function ht(t,e,n){if(!xt(n))return!1;var r=typeof e;return!!("number"==r?bt(n)&&dt(e,n.length):"string"==r&&e in n)&&vt(n[e],t)}function pt(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||J;return t===n}function vt(t,e){return t===e||t!==t&&e!==e}function gt(t){return yt(t)&&tt.call(t,"callee")&&(!nt.call(t,"callee")||et.call(t)==V)}var mt=Array.isArray;function bt(t){return null!=t&&wt(t.length)&&!_t(t)}function yt(t){return St(t)&&bt(t)}function _t(t){var e=xt(t)?et.call(t):"";return e==W||e==G}function wt(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=Y}function xt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function St(t){return!!t&&"object"==typeof t}var Ot=ft((function(t,e){if(ot||pt(e)||bt(e))lt(e,Ct(e),t);else for(var n in e)tt.call(e,n)&&st(t,n,e[n])}));function Ct(t){return bt(t)?at(t):ct(t)}var kt=Ot,jt="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof t?t:"undefined"!==typeof self?self:{};function Tt(t,e){return e={exports:{}},t(e,e.exports),e.exports}var Pt=Tt((function(t,e){var n=200,r="__lodash_hash_undefined__",i=9007199254740991,o="[object Arguments]",a="[object Array]",s="[object Boolean]",c="[object Date]",u="[object Error]",l="[object Function]",f="[object GeneratorFunction]",d="[object Map]",h="[object Number]",p="[object Object]",v="[object Promise]",g="[object RegExp]",m="[object Set]",b="[object String]",y="[object Symbol]",_="[object WeakMap]",w="[object ArrayBuffer]",x="[object DataView]",S="[object Float32Array]",O="[object Float64Array]",C="[object Int8Array]",k="[object Int16Array]",j="[object Int32Array]",T="[object Uint8Array]",P="[object Uint8ClampedArray]",A="[object Uint16Array]",E="[object Uint32Array]",M=/[\\^$.*+?()[\]{}|]/g,D=/\w*$/,$=/^\[object .+?Constructor\]$/,R=/^(?:0|[1-9]\d*)$/,q={};q[o]=q[a]=q[w]=q[x]=q[s]=q[c]=q[S]=q[O]=q[C]=q[k]=q[j]=q[d]=q[h]=q[p]=q[g]=q[m]=q[b]=q[y]=q[T]=q[P]=q[A]=q[E]=!0,q[u]=q[l]=q[_]=!1;var L="object"==typeof jt&&jt&&jt.Object===Object&&jt,F="object"==typeof self&&self&&self.Object===Object&&self,N=L||F||Function("return this")(),I=e&&!e.nodeType&&e,z=I&&t&&!t.nodeType&&t,B=z&&z.exports===I;function U(t,e){return t.set(e[0],e[1]),t}function H(t,e){return t.add(e),t}function Y(t,e){var n=-1,r=t?t.length:0;while(++n<r)if(!1===e(t[n],n,t))break;return t}function V(t,e){var n=-1,r=e.length,i=t.length;while(++n<r)t[i+n]=e[n];return t}function W(t,e,n,r){var i=-1,o=t?t.length:0;r&&o&&(n=t[++i]);while(++i<o)n=e(n,t[i],i,t);return n}function G(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function Q(t,e){return null==t?void 0:t[e]}function X(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(n){}return e}function K(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function Z(t,e){return function(n){return t(e(n))}}function J(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var tt=Array.prototype,et=Function.prototype,nt=Object.prototype,rt=N["__core-js_shared__"],it=function(){var t=/[^.]+$/.exec(rt&&rt.keys&&rt.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),ot=et.toString,at=nt.hasOwnProperty,st=nt.toString,ct=RegExp("^"+ot.call(at).replace(M,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ut=B?N.Buffer:void 0,lt=N.Symbol,ft=N.Uint8Array,dt=Z(Object.getPrototypeOf,Object),ht=Object.create,pt=nt.propertyIsEnumerable,vt=tt.splice,gt=Object.getOwnPropertySymbols,mt=ut?ut.isBuffer:void 0,bt=Z(Object.keys,Object),yt=ke(N,"DataView"),_t=ke(N,"Map"),wt=ke(N,"Promise"),xt=ke(N,"Set"),St=ke(N,"WeakMap"),Ot=ke(Object,"create"),Ct=qe(yt),kt=qe(_t),Tt=qe(wt),Pt=qe(xt),At=qe(St),Et=lt?lt.prototype:void 0,Mt=Et?Et.valueOf:void 0;function Dt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function $t(){this.__data__=Ot?Ot(null):{}}function Rt(t){return this.has(t)&&delete this.__data__[t]}function qt(t){var e=this.__data__;if(Ot){var n=e[t];return n===r?void 0:n}return at.call(e,t)?e[t]:void 0}function Lt(t){var e=this.__data__;return Ot?void 0!==e[t]:at.call(e,t)}function Ft(t,e){var n=this.__data__;return n[t]=Ot&&void 0===e?r:e,this}function Nt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function It(){this.__data__=[]}function zt(t){var e=this.__data__,n=oe(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():vt.call(e,n,1),!0}function Bt(t){var e=this.__data__,n=oe(e,t);return n<0?void 0:e[n][1]}function Ut(t){return oe(this.__data__,t)>-1}function Ht(t,e){var n=this.__data__,r=oe(n,t);return r<0?n.push([t,e]):n[r][1]=e,this}function Yt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Vt(){this.__data__={hash:new Dt,map:new(_t||Nt),string:new Dt}}function Wt(t){return Ce(this,t)["delete"](t)}function Gt(t){return Ce(this,t).get(t)}function Qt(t){return Ce(this,t).has(t)}function Xt(t,e){return Ce(this,t).set(t,e),this}function Kt(t){this.__data__=new Nt(t)}function Zt(){this.__data__=new Nt}function Jt(t){return this.__data__["delete"](t)}function te(t){return this.__data__.get(t)}function ee(t){return this.__data__.has(t)}function ne(t,e){var r=this.__data__;if(r instanceof Nt){var i=r.__data__;if(!_t||i.length<n-1)return i.push([t,e]),this;r=this.__data__=new Yt(i)}return r.set(t,e),this}function re(t,e){var n=Ie(t)||Ne(t)?G(t.length,String):[],r=n.length,i=!!r;for(var o in t)!e&&!at.call(t,o)||i&&("length"==o||Me(o,r))||n.push(o);return n}function ie(t,e,n){var r=t[e];at.call(t,e)&&Fe(r,n)&&(void 0!==n||e in t)||(t[e]=n)}function oe(t,e){var n=t.length;while(n--)if(Fe(t[n][0],e))return n;return-1}function ae(t,e){return t&&xe(e,Ge(e),t)}function se(t,e,n,r,i,a,s){var c;if(r&&(c=a?r(t,i,a,s):r(t)),void 0!==c)return c;if(!Ve(t))return t;var u=Ie(t);if(u){if(c=Pe(t),!e)return we(t,c)}else{var d=Te(t),h=d==l||d==f;if(Ue(t))return he(t,e);if(d==p||d==o||h&&!a){if(X(t))return a?t:{};if(c=Ae(h?{}:t),!e)return Se(t,ae(c,t))}else{if(!q[d])return a?t:{};c=Ee(t,d,se,e)}}s||(s=new Kt);var v=s.get(t);if(v)return v;if(s.set(t,c),!u)var g=n?Oe(t):Ge(t);return Y(g||t,(function(i,o){g&&(o=i,i=t[o]),ie(c,o,se(i,e,n,r,o,t,s))})),c}function ce(t){return Ve(t)?ht(t):{}}function ue(t,e,n){var r=e(t);return Ie(t)?r:V(r,n(t))}function le(t){return st.call(t)}function fe(t){if(!Ve(t)||$e(t))return!1;var e=He(t)||X(t)?ct:$;return e.test(qe(t))}function de(t){if(!Re(t))return bt(t);var e=[];for(var n in Object(t))at.call(t,n)&&"constructor"!=n&&e.push(n);return e}function he(t,e){if(e)return t.slice();var n=new t.constructor(t.length);return t.copy(n),n}function pe(t){var e=new t.constructor(t.byteLength);return new ft(e).set(new ft(t)),e}function ve(t,e){var n=e?pe(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function ge(t,e,n){var r=e?n(K(t),!0):K(t);return W(r,U,new t.constructor)}function me(t){var e=new t.constructor(t.source,D.exec(t));return e.lastIndex=t.lastIndex,e}function be(t,e,n){var r=e?n(J(t),!0):J(t);return W(r,H,new t.constructor)}function ye(t){return Mt?Object(Mt.call(t)):{}}function _e(t,e){var n=e?pe(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function we(t,e){var n=-1,r=t.length;e||(e=Array(r));while(++n<r)e[n]=t[n];return e}function xe(t,e,n,r){n||(n={});var i=-1,o=e.length;while(++i<o){var a=e[i],s=r?r(n[a],t[a],a,n,t):void 0;ie(n,a,void 0===s?t[a]:s)}return n}function Se(t,e){return xe(t,je(t),e)}function Oe(t){return ue(t,Ge,je)}function Ce(t,e){var n=t.__data__;return De(e)?n["string"==typeof e?"string":"hash"]:n.map}function ke(t,e){var n=Q(t,e);return fe(n)?n:void 0}Dt.prototype.clear=$t,Dt.prototype["delete"]=Rt,Dt.prototype.get=qt,Dt.prototype.has=Lt,Dt.prototype.set=Ft,Nt.prototype.clear=It,Nt.prototype["delete"]=zt,Nt.prototype.get=Bt,Nt.prototype.has=Ut,Nt.prototype.set=Ht,Yt.prototype.clear=Vt,Yt.prototype["delete"]=Wt,Yt.prototype.get=Gt,Yt.prototype.has=Qt,Yt.prototype.set=Xt,Kt.prototype.clear=Zt,Kt.prototype["delete"]=Jt,Kt.prototype.get=te,Kt.prototype.has=ee,Kt.prototype.set=ne;var je=gt?Z(gt,Object):Qe,Te=le;function Pe(t){var e=t.length,n=t.constructor(e);return e&&"string"==typeof t[0]&&at.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Ae(t){return"function"!=typeof t.constructor||Re(t)?{}:ce(dt(t))}function Ee(t,e,n,r){var i=t.constructor;switch(e){case w:return pe(t);case s:case c:return new i(+t);case x:return ve(t,r);case S:case O:case C:case k:case j:case T:case P:case A:case E:return _e(t,r);case d:return ge(t,r,n);case h:case b:return new i(t);case g:return me(t);case m:return be(t,r,n);case y:return ye(t)}}function Me(t,e){return e=null==e?i:e,!!e&&("number"==typeof t||R.test(t))&&t>-1&&t%1==0&&t<e}function De(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function $e(t){return!!it&&it in t}function Re(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||nt;return t===n}function qe(t){if(null!=t){try{return ot.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Le(t){return se(t,!0,!0)}function Fe(t,e){return t===e||t!==t&&e!==e}function Ne(t){return Be(t)&&at.call(t,"callee")&&(!pt.call(t,"callee")||st.call(t)==o)}(yt&&Te(new yt(new ArrayBuffer(1)))!=x||_t&&Te(new _t)!=d||wt&&Te(wt.resolve())!=v||xt&&Te(new xt)!=m||St&&Te(new St)!=_)&&(Te=function(t){var e=st.call(t),n=e==p?t.constructor:void 0,r=n?qe(n):void 0;if(r)switch(r){case Ct:return x;case kt:return d;case Tt:return v;case Pt:return m;case At:return _}return e});var Ie=Array.isArray;function ze(t){return null!=t&&Ye(t.length)&&!He(t)}function Be(t){return We(t)&&ze(t)}var Ue=mt||Xe;function He(t){var e=Ve(t)?st.call(t):"";return e==l||e==f}function Ye(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function Ve(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function We(t){return!!t&&"object"==typeof t}function Ge(t){return ze(t)?re(t):de(t)}function Qe(){return[]}function Xe(){return!1}t.exports=Le})),At=Tt((function(t,e){var n=200,r="Expected a function",i="__lodash_hash_undefined__",o=1,a=2,s=1/0,c=9007199254740991,u="[object Arguments]",l="[object Array]",f="[object Boolean]",d="[object Date]",h="[object Error]",p="[object Function]",v="[object GeneratorFunction]",g="[object Map]",m="[object Number]",b="[object Object]",y="[object Promise]",_="[object RegExp]",w="[object Set]",x="[object String]",S="[object Symbol]",O="[object WeakMap]",C="[object ArrayBuffer]",k="[object DataView]",j="[object Float32Array]",T="[object Float64Array]",P="[object Int8Array]",A="[object Int16Array]",E="[object Int32Array]",M="[object Uint8Array]",D="[object Uint8ClampedArray]",$="[object Uint16Array]",R="[object Uint32Array]",q=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,L=/^\w*$/,F=/^\./,N=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,I=/[\\^$.*+?()[\]{}|]/g,z=/\\(\\)?/g,B=/^\[object .+?Constructor\]$/,U=/^(?:0|[1-9]\d*)$/,H={};H[j]=H[T]=H[P]=H[A]=H[E]=H[M]=H[D]=H[$]=H[R]=!0,H[u]=H[l]=H[C]=H[f]=H[k]=H[d]=H[h]=H[p]=H[g]=H[m]=H[b]=H[_]=H[w]=H[x]=H[O]=!1;var Y="object"==typeof jt&&jt&&jt.Object===Object&&jt,V="object"==typeof self&&self&&self.Object===Object&&self,W=Y||V||Function("return this")(),G=e&&!e.nodeType&&e,Q=G&&t&&!t.nodeType&&t,X=Q&&Q.exports===G,K=X&&Y.process,Z=function(){try{return K&&K.binding("util")}catch(t){}}(),J=Z&&Z.isTypedArray;function tt(t,e){var n=-1,r=t?t.length:0,i=0,o=[];while(++n<r){var a=t[n];e(a,n,t)&&(o[i++]=a)}return o}function et(t,e){var n=-1,r=t?t.length:0;while(++n<r)if(e(t[n],n,t))return!0;return!1}function nt(t){return function(e){return null==e?void 0:e[t]}}function rt(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function it(t){return function(e){return t(e)}}function ot(t,e){return null==t?void 0:t[e]}function at(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(n){}return e}function st(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function ct(t,e){return function(n){return t(e(n))}}function ut(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var lt=Array.prototype,ft=Function.prototype,dt=Object.prototype,ht=W["__core-js_shared__"],pt=function(){var t=/[^.]+$/.exec(ht&&ht.keys&&ht.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),vt=ft.toString,gt=dt.hasOwnProperty,mt=dt.toString,bt=RegExp("^"+vt.call(gt).replace(I,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),yt=W.Symbol,_t=W.Uint8Array,wt=dt.propertyIsEnumerable,xt=lt.splice,St=ct(Object.keys,Object),Ot=Ie(W,"DataView"),Ct=Ie(W,"Map"),kt=Ie(W,"Promise"),Tt=Ie(W,"Set"),Pt=Ie(W,"WeakMap"),At=Ie(Object,"create"),Et=Ze(Ot),Mt=Ze(Ct),Dt=Ze(kt),$t=Ze(Tt),Rt=Ze(Pt),qt=yt?yt.prototype:void 0,Lt=qt?qt.valueOf:void 0,Ft=qt?qt.toString:void 0;function Nt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function It(){this.__data__=At?At(null):{}}function zt(t){return this.has(t)&&delete this.__data__[t]}function Bt(t){var e=this.__data__;if(At){var n=e[t];return n===i?void 0:n}return gt.call(e,t)?e[t]:void 0}function Ut(t){var e=this.__data__;return At?void 0!==e[t]:gt.call(e,t)}function Ht(t,e){var n=this.__data__;return n[t]=At&&void 0===e?i:e,this}function Yt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Vt(){this.__data__=[]}function Wt(t){var e=this.__data__,n=he(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():xt.call(e,n,1),!0}function Gt(t){var e=this.__data__,n=he(e,t);return n<0?void 0:e[n][1]}function Qt(t){return he(this.__data__,t)>-1}function Xt(t,e){var n=this.__data__,r=he(n,t);return r<0?n.push([t,e]):n[r][1]=e,this}function Kt(t){var e=-1,n=t?t.length:0;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Zt(){this.__data__={hash:new Nt,map:new(Ct||Yt),string:new Nt}}function Jt(t){return Fe(this,t)["delete"](t)}function te(t){return Fe(this,t).get(t)}function ee(t){return Fe(this,t).has(t)}function ne(t,e){return Fe(this,t).set(t,e),this}function re(t){var e=-1,n=t?t.length:0;this.__data__=new Kt;while(++e<n)this.add(t[e])}function ie(t){return this.__data__.set(t,i),this}function oe(t){return this.__data__.has(t)}function ae(t){this.__data__=new Yt(t)}function se(){this.__data__=new Yt}function ce(t){return this.__data__["delete"](t)}function ue(t){return this.__data__.get(t)}function le(t){return this.__data__.has(t)}function fe(t,e){var r=this.__data__;if(r instanceof Yt){var i=r.__data__;if(!Ct||i.length<n-1)return i.push([t,e]),this;r=this.__data__=new Kt(i)}return r.set(t,e),this}function de(t,e){var n=rn(t)||nn(t)?rt(t.length,String):[],r=n.length,i=!!r;for(var o in t)!e&&!gt.call(t,o)||i&&("length"==o||Ue(o,r))||n.push(o);return n}function he(t,e){var n=t.length;while(n--)if(en(t[n][0],e))return n;return-1}Nt.prototype.clear=It,Nt.prototype["delete"]=zt,Nt.prototype.get=Bt,Nt.prototype.has=Ut,Nt.prototype.set=Ht,Yt.prototype.clear=Vt,Yt.prototype["delete"]=Wt,Yt.prototype.get=Gt,Yt.prototype.has=Qt,Yt.prototype.set=Xt,Kt.prototype.clear=Zt,Kt.prototype["delete"]=Jt,Kt.prototype.get=te,Kt.prototype.has=ee,Kt.prototype.set=ne,re.prototype.add=re.prototype.push=ie,re.prototype.has=oe,ae.prototype.clear=se,ae.prototype["delete"]=ce,ae.prototype.get=ue,ae.prototype.has=le,ae.prototype.set=fe;var pe=De(me);function ve(t,e){var n=[];return pe(t,(function(t,r,i){e(t,r,i)&&n.push(t)})),n}var ge=$e();function me(t,e){return t&&ge(t,e,gn)}function be(t,e){e=He(e,t)?[e]:Me(e);var n=0,r=e.length;while(null!=t&&n<r)t=t[Ke(e[n++])];return n&&n==r?t:void 0}function ye(t){return mt.call(t)}function _e(t,e){return null!=t&&e in Object(t)}function we(t,e,n,r,i){return t===e||(null==t||null==e||!un(t)&&!ln(e)?t!==t&&e!==e:xe(t,e,we,n,r,i))}function xe(t,e,n,r,i,o){var s=rn(t),c=rn(e),f=l,d=l;s||(f=ze(t),f=f==u?b:f),c||(d=ze(e),d=d==u?b:d);var h=f==b&&!at(t),p=d==b&&!at(e),v=f==d;if(v&&!h)return o||(o=new ae),s||dn(t)?Re(t,e,n,r,i,o):qe(t,e,f,n,r,i,o);if(!(i&a)){var g=h&&gt.call(t,"__wrapped__"),m=p&&gt.call(e,"__wrapped__");if(g||m){var y=g?t.value():t,_=m?e.value():e;return o||(o=new ae),n(y,_,r,i,o)}}return!!v&&(o||(o=new ae),Le(t,e,n,r,i,o))}function Se(t,e,n,r){var i=n.length,s=i,c=!r;if(null==t)return!s;t=Object(t);while(i--){var u=n[i];if(c&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}while(++i<s){u=n[i];var l=u[0],f=t[l],d=u[1];if(c&&u[2]){if(void 0===f&&!(l in t))return!1}else{var h=new ae;if(r)var p=r(f,d,l,t,e,h);if(!(void 0===p?we(d,f,r,o|a,h):p))return!1}}return!0}function Oe(t){if(!un(t)||Ve(t))return!1;var e=sn(t)||at(t)?bt:B;return e.test(Ze(t))}function Ce(t){return ln(t)&&cn(t.length)&&!!H[mt.call(t)]}function ke(t){return"function"==typeof t?t:null==t?mn:"object"==typeof t?rn(t)?Pe(t[0],t[1]):Te(t):bn(t)}function je(t){if(!We(t))return St(t);var e=[];for(var n in Object(t))gt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Te(t){var e=Ne(t);return 1==e.length&&e[0][2]?Qe(e[0][0],e[0][1]):function(n){return n===t||Se(n,t,e)}}function Pe(t,e){return He(t)&&Ge(e)?Qe(Ke(t),e):function(n){var r=pn(n,t);return void 0===r&&r===e?vn(n,t):we(e,r,void 0,o|a)}}function Ae(t){return function(e){return be(e,t)}}function Ee(t){if("string"==typeof t)return t;if(fn(t))return Ft?Ft.call(t):"";var e=t+"";return"0"==e&&1/t==-s?"-0":e}function Me(t){return rn(t)?t:Xe(t)}function De(t,e){return function(n,r){if(null==n)return n;if(!on(n))return t(n,r);var i=n.length,o=e?i:-1,a=Object(n);while(e?o--:++o<i)if(!1===r(a[o],o,a))break;return n}}function $e(t){return function(e,n,r){var i=-1,o=Object(e),a=r(e),s=a.length;while(s--){var c=a[t?s:++i];if(!1===n(o[c],c,o))break}return e}}function Re(t,e,n,r,i,s){var c=i&a,u=t.length,l=e.length;if(u!=l&&!(c&&l>u))return!1;var f=s.get(t);if(f&&s.get(e))return f==e;var d=-1,h=!0,p=i&o?new re:void 0;s.set(t,e),s.set(e,t);while(++d<u){var v=t[d],g=e[d];if(r)var m=c?r(g,v,d,e,t,s):r(v,g,d,t,e,s);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!et(e,(function(t,e){if(!p.has(e)&&(v===t||n(v,t,r,i,s)))return p.add(e)}))){h=!1;break}}else if(v!==g&&!n(v,g,r,i,s)){h=!1;break}}return s["delete"](t),s["delete"](e),h}function qe(t,e,n,r,i,s,c){switch(n){case k:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case C:return!(t.byteLength!=e.byteLength||!r(new _t(t),new _t(e)));case f:case d:case m:return en(+t,+e);case h:return t.name==e.name&&t.message==e.message;case _:case x:return t==e+"";case g:var u=st;case w:var l=s&a;if(u||(u=ut),t.size!=e.size&&!l)return!1;var p=c.get(t);if(p)return p==e;s|=o,c.set(t,e);var v=Re(u(t),u(e),r,i,s,c);return c["delete"](t),v;case S:if(Lt)return Lt.call(t)==Lt.call(e)}return!1}function Le(t,e,n,r,i,o){var s=i&a,c=gn(t),u=c.length,l=gn(e),f=l.length;if(u!=f&&!s)return!1;var d=u;while(d--){var h=c[d];if(!(s?h in e:gt.call(e,h)))return!1}var p=o.get(t);if(p&&o.get(e))return p==e;var v=!0;o.set(t,e),o.set(e,t);var g=s;while(++d<u){h=c[d];var m=t[h],b=e[h];if(r)var y=s?r(b,m,h,e,t,o):r(m,b,h,t,e,o);if(!(void 0===y?m===b||n(m,b,r,i,o):y)){v=!1;break}g||(g="constructor"==h)}if(v&&!g){var _=t.constructor,w=e.constructor;_!=w&&"constructor"in t&&"constructor"in e&&!("function"==typeof _&&_ instanceof _&&"function"==typeof w&&w instanceof w)&&(v=!1)}return o["delete"](t),o["delete"](e),v}function Fe(t,e){var n=t.__data__;return Ye(e)?n["string"==typeof e?"string":"hash"]:n.map}function Ne(t){var e=gn(t),n=e.length;while(n--){var r=e[n],i=t[r];e[n]=[r,i,Ge(i)]}return e}function Ie(t,e){var n=ot(t,e);return Oe(n)?n:void 0}var ze=ye;function Be(t,e,n){e=He(e,t)?[e]:Me(e);var r,i=-1,o=e.length;while(++i<o){var a=Ke(e[i]);if(!(r=null!=t&&n(t,a)))break;t=t[a]}if(r)return r;o=t?t.length:0;return!!o&&cn(o)&&Ue(a,o)&&(rn(t)||nn(t))}function Ue(t,e){return e=null==e?c:e,!!e&&("number"==typeof t||U.test(t))&&t>-1&&t%1==0&&t<e}function He(t,e){if(rn(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!fn(t))||(L.test(t)||!q.test(t)||null!=e&&t in Object(e))}function Ye(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function Ve(t){return!!pt&&pt in t}function We(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||dt;return t===n}function Ge(t){return t===t&&!un(t)}function Qe(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}(Ot&&ze(new Ot(new ArrayBuffer(1)))!=k||Ct&&ze(new Ct)!=g||kt&&ze(kt.resolve())!=y||Tt&&ze(new Tt)!=w||Pt&&ze(new Pt)!=O)&&(ze=function(t){var e=mt.call(t),n=e==b?t.constructor:void 0,r=n?Ze(n):void 0;if(r)switch(r){case Et:return k;case Mt:return g;case Dt:return y;case $t:return w;case Rt:return O}return e});var Xe=tn((function(t){t=hn(t);var e=[];return F.test(t)&&e.push(""),t.replace(N,(function(t,n,r,i){e.push(r?i.replace(z,"$1"):n||t)})),e}));function Ke(t){if("string"==typeof t||fn(t))return t;var e=t+"";return"0"==e&&1/t==-s?"-0":e}function Ze(t){if(null!=t){try{return vt.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Je(t,e){var n=rn(t)?tt:ve;return n(t,ke(e))}function tn(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(r);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],o=n.cache;if(o.has(i))return o.get(i);var a=t.apply(this,r);return n.cache=o.set(i,a),a};return n.cache=new(tn.Cache||Kt),n}function en(t,e){return t===e||t!==t&&e!==e}function nn(t){return an(t)&&gt.call(t,"callee")&&(!wt.call(t,"callee")||mt.call(t)==u)}tn.Cache=Kt;var rn=Array.isArray;function on(t){return null!=t&&cn(t.length)&&!sn(t)}function an(t){return ln(t)&&on(t)}function sn(t){var e=un(t)?mt.call(t):"";return e==p||e==v}function cn(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=c}function un(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function ln(t){return!!t&&"object"==typeof t}function fn(t){return"symbol"==typeof t||ln(t)&&mt.call(t)==S}var dn=J?it(J):Ce;function hn(t){return null==t?"":Ee(t)}function pn(t,e,n){var r=null==t?void 0:be(t,e);return void 0===r?n:r}function vn(t,e){return null!=t&&Be(t,e,_e)}function gn(t){return on(t)?de(t):je(t)}function mn(t){return t}function bn(t){return He(t)?nt(Ke(t)):Ae(t)}t.exports=Je})),Et=Tt((function(t,e){var n=200,r="__lodash_hash_undefined__",i=1,o=2,a=9007199254740991,s="[object Arguments]",c="[object Array]",u="[object AsyncFunction]",l="[object Boolean]",f="[object Date]",d="[object Error]",h="[object Function]",p="[object GeneratorFunction]",v="[object Map]",g="[object Number]",m="[object Null]",b="[object Object]",y="[object Promise]",_="[object Proxy]",w="[object RegExp]",x="[object Set]",S="[object String]",O="[object Symbol]",C="[object Undefined]",k="[object WeakMap]",j="[object ArrayBuffer]",T="[object DataView]",P="[object Float32Array]",A="[object Float64Array]",E="[object Int8Array]",M="[object Int16Array]",D="[object Int32Array]",$="[object Uint8Array]",R="[object Uint8ClampedArray]",q="[object Uint16Array]",L="[object Uint32Array]",F=/[\\^$.*+?()[\]{}|]/g,N=/^\[object .+?Constructor\]$/,I=/^(?:0|[1-9]\d*)$/,z={};z[P]=z[A]=z[E]=z[M]=z[D]=z[$]=z[R]=z[q]=z[L]=!0,z[s]=z[c]=z[j]=z[l]=z[T]=z[f]=z[d]=z[h]=z[v]=z[g]=z[b]=z[w]=z[x]=z[S]=z[k]=!1;var B="object"==typeof jt&&jt&&jt.Object===Object&&jt,U="object"==typeof self&&self&&self.Object===Object&&self,H=B||U||Function("return this")(),Y=e&&!e.nodeType&&e,V=Y&&t&&!t.nodeType&&t,W=V&&V.exports===Y,G=W&&B.process,Q=function(){try{return G&&G.binding&&G.binding("util")}catch(t){}}(),X=Q&&Q.isTypedArray;function K(t,e){var n=-1,r=null==t?0:t.length,i=0,o=[];while(++n<r){var a=t[n];e(a,n,t)&&(o[i++]=a)}return o}function Z(t,e){var n=-1,r=e.length,i=t.length;while(++n<r)t[i+n]=e[n];return t}function J(t,e){var n=-1,r=null==t?0:t.length;while(++n<r)if(e(t[n],n,t))return!0;return!1}function tt(t,e){var n=-1,r=Array(t);while(++n<t)r[n]=e(n);return r}function et(t){return function(e){return t(e)}}function nt(t,e){return t.has(e)}function rt(t,e){return null==t?void 0:t[e]}function it(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n}function ot(t,e){return function(n){return t(e(n))}}function at(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}var st=Array.prototype,ct=Function.prototype,ut=Object.prototype,lt=H["__core-js_shared__"],ft=ct.toString,dt=ut.hasOwnProperty,ht=function(){var t=/[^.]+$/.exec(lt&&lt.keys&&lt.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),pt=ut.toString,vt=RegExp("^"+ft.call(dt).replace(F,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),gt=W?H.Buffer:void 0,mt=H.Symbol,bt=H.Uint8Array,yt=ut.propertyIsEnumerable,_t=st.splice,wt=mt?mt.toStringTag:void 0,xt=Object.getOwnPropertySymbols,St=gt?gt.isBuffer:void 0,Ot=ot(Object.keys,Object),Ct=je(H,"DataView"),kt=je(H,"Map"),Tt=je(H,"Promise"),Pt=je(H,"Set"),At=je(H,"WeakMap"),Et=je(Object,"create"),Mt=qe(Ct),Dt=qe(kt),$t=qe(Tt),Rt=qe(Pt),qt=qe(At),Lt=mt?mt.prototype:void 0,Ft=Lt?Lt.valueOf:void 0;function Nt(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function It(){this.__data__=Et?Et(null):{},this.size=0}function zt(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function Bt(t){var e=this.__data__;if(Et){var n=e[t];return n===r?void 0:n}return dt.call(e,t)?e[t]:void 0}function Ut(t){var e=this.__data__;return Et?void 0!==e[t]:dt.call(e,t)}function Ht(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=Et&&void 0===e?r:e,this}function Yt(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Vt(){this.__data__=[],this.size=0}function Wt(t){var e=this.__data__,n=he(e,t);if(n<0)return!1;var r=e.length-1;return n==r?e.pop():_t.call(e,n,1),--this.size,!0}function Gt(t){var e=this.__data__,n=he(e,t);return n<0?void 0:e[n][1]}function Qt(t){return he(this.__data__,t)>-1}function Xt(t,e){var n=this.__data__,r=he(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}function Kt(t){var e=-1,n=null==t?0:t.length;this.clear();while(++e<n){var r=t[e];this.set(r[0],r[1])}}function Zt(){this.size=0,this.__data__={hash:new Nt,map:new(kt||Yt),string:new Nt}}function Jt(t){var e=ke(this,t)["delete"](t);return this.size-=e?1:0,e}function te(t){return ke(this,t).get(t)}function ee(t){return ke(this,t).has(t)}function ne(t,e){var n=ke(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}function re(t){var e=-1,n=null==t?0:t.length;this.__data__=new Kt;while(++e<n)this.add(t[e])}function ie(t){return this.__data__.set(t,r),this}function oe(t){return this.__data__.has(t)}function ae(t){var e=this.__data__=new Yt(t);this.size=e.size}function se(){this.__data__=new Yt,this.size=0}function ce(t){var e=this.__data__,n=e["delete"](t);return this.size=e.size,n}function ue(t){return this.__data__.get(t)}function le(t){return this.__data__.has(t)}function fe(t,e){var r=this.__data__;if(r instanceof Yt){var i=r.__data__;if(!kt||i.length<n-1)return i.push([t,e]),this.size=++r.size,this;r=this.__data__=new Kt(i)}return r.set(t,e),this.size=r.size,this}function de(t,e){var n=Ne(t),r=!n&&Fe(t),i=!n&&!r&&ze(t),o=!n&&!r&&!i&&We(t),a=n||r||i||o,s=a?tt(t.length,String):[],c=s.length;for(var u in t)!e&&!dt.call(t,u)||a&&("length"==u||i&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||Ee(u,c))||s.push(u);return s}function he(t,e){var n=t.length;while(n--)if(Le(t[n][0],e))return n;return-1}function pe(t,e,n){var r=e(t);return Ne(t)?r:Z(r,n(t))}function ve(t){return null==t?void 0===t?C:m:wt&&wt in Object(t)?Te(t):Re(t)}function ge(t){return Ve(t)&&ve(t)==s}function me(t,e,n,r,i){return t===e||(null==t||null==e||!Ve(t)&&!Ve(e)?t!==t&&e!==e:be(t,e,n,r,me,i))}function be(t,e,n,r,o,a){var u=Ne(t),l=Ne(e),f=u?c:Ae(t),d=l?c:Ae(e);f=f==s?b:f,d=d==s?b:d;var h=f==b,p=d==b,v=f==d;if(v&&ze(t)){if(!ze(e))return!1;u=!0,h=!1}if(v&&!h)return a||(a=new ae),u||We(t)?xe(t,e,n,r,o,a):Se(t,e,f,n,r,o,a);if(!(n&i)){var g=h&&dt.call(t,"__wrapped__"),m=p&&dt.call(e,"__wrapped__");if(g||m){var y=g?t.value():t,_=m?e.value():e;return a||(a=new ae),o(y,_,n,r,a)}}return!!v&&(a||(a=new ae),Oe(t,e,n,r,o,a))}function ye(t){if(!Ye(t)||De(t))return!1;var e=Ue(t)?vt:N;return e.test(qe(t))}function _e(t){return Ve(t)&&He(t.length)&&!!z[ve(t)]}function we(t){if(!$e(t))return Ot(t);var e=[];for(var n in Object(t))dt.call(t,n)&&"constructor"!=n&&e.push(n);return e}function xe(t,e,n,r,a,s){var c=n&i,u=t.length,l=e.length;if(u!=l&&!(c&&l>u))return!1;var f=s.get(t);if(f&&s.get(e))return f==e;var d=-1,h=!0,p=n&o?new re:void 0;s.set(t,e),s.set(e,t);while(++d<u){var v=t[d],g=e[d];if(r)var m=c?r(g,v,d,e,t,s):r(v,g,d,t,e,s);if(void 0!==m){if(m)continue;h=!1;break}if(p){if(!J(e,(function(t,e){if(!nt(p,e)&&(v===t||a(v,t,n,r,s)))return p.push(e)}))){h=!1;break}}else if(v!==g&&!a(v,g,n,r,s)){h=!1;break}}return s["delete"](t),s["delete"](e),h}function Se(t,e,n,r,a,s,c){switch(n){case T:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case j:return!(t.byteLength!=e.byteLength||!s(new bt(t),new bt(e)));case l:case f:case g:return Le(+t,+e);case d:return t.name==e.name&&t.message==e.message;case w:case S:return t==e+"";case v:var u=it;case x:var h=r&i;if(u||(u=at),t.size!=e.size&&!h)return!1;var p=c.get(t);if(p)return p==e;r|=o,c.set(t,e);var m=xe(u(t),u(e),r,a,s,c);return c["delete"](t),m;case O:if(Ft)return Ft.call(t)==Ft.call(e)}return!1}function Oe(t,e,n,r,o,a){var s=n&i,c=Ce(t),u=c.length,l=Ce(e),f=l.length;if(u!=f&&!s)return!1;var d=u;while(d--){var h=c[d];if(!(s?h in e:dt.call(e,h)))return!1}var p=a.get(t);if(p&&a.get(e))return p==e;var v=!0;a.set(t,e),a.set(e,t);var g=s;while(++d<u){h=c[d];var m=t[h],b=e[h];if(r)var y=s?r(b,m,h,e,t,a):r(m,b,h,t,e,a);if(!(void 0===y?m===b||o(m,b,n,r,a):y)){v=!1;break}g||(g="constructor"==h)}if(v&&!g){var _=t.constructor,w=e.constructor;_!=w&&"constructor"in t&&"constructor"in e&&!("function"==typeof _&&_ instanceof _&&"function"==typeof w&&w instanceof w)&&(v=!1)}return a["delete"](t),a["delete"](e),v}function Ce(t){return pe(t,Ge,Pe)}function ke(t,e){var n=t.__data__;return Me(e)?n["string"==typeof e?"string":"hash"]:n.map}function je(t,e){var n=rt(t,e);return ye(n)?n:void 0}function Te(t){var e=dt.call(t,wt),n=t[wt];try{t[wt]=void 0;var r=!0}catch(o){}var i=pt.call(t);return r&&(e?t[wt]=n:delete t[wt]),i}Nt.prototype.clear=It,Nt.prototype["delete"]=zt,Nt.prototype.get=Bt,Nt.prototype.has=Ut,Nt.prototype.set=Ht,Yt.prototype.clear=Vt,Yt.prototype["delete"]=Wt,Yt.prototype.get=Gt,Yt.prototype.has=Qt,Yt.prototype.set=Xt,Kt.prototype.clear=Zt,Kt.prototype["delete"]=Jt,Kt.prototype.get=te,Kt.prototype.has=ee,Kt.prototype.set=ne,re.prototype.add=re.prototype.push=ie,re.prototype.has=oe,ae.prototype.clear=se,ae.prototype["delete"]=ce,ae.prototype.get=ue,ae.prototype.has=le,ae.prototype.set=fe;var Pe=xt?function(t){return null==t?[]:(t=Object(t),K(xt(t),(function(e){return yt.call(t,e)})))}:Qe,Ae=ve;function Ee(t,e){return e=null==e?a:e,!!e&&("number"==typeof t||I.test(t))&&t>-1&&t%1==0&&t<e}function Me(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function De(t){return!!ht&&ht in t}function $e(t){var e=t&&t.constructor,n="function"==typeof e&&e.prototype||ut;return t===n}function Re(t){return pt.call(t)}function qe(t){if(null!=t){try{return ft.call(t)}catch(e){}try{return t+""}catch(e){}}return""}function Le(t,e){return t===e||t!==t&&e!==e}(Ct&&Ae(new Ct(new ArrayBuffer(1)))!=T||kt&&Ae(new kt)!=v||Tt&&Ae(Tt.resolve())!=y||Pt&&Ae(new Pt)!=x||At&&Ae(new At)!=k)&&(Ae=function(t){var e=ve(t),n=e==b?t.constructor:void 0,r=n?qe(n):"";if(r)switch(r){case Mt:return T;case Dt:return v;case $t:return y;case Rt:return x;case qt:return k}return e});var Fe=ge(function(){return arguments}())?ge:function(t){return Ve(t)&&dt.call(t,"callee")&&!yt.call(t,"callee")},Ne=Array.isArray;function Ie(t){return null!=t&&He(t.length)&&!Ue(t)}var ze=St||Xe;function Be(t,e){return me(t,e)}function Ue(t){if(!Ye(t))return!1;var e=ve(t);return e==h||e==p||e==u||e==_}function He(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=a}function Ye(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ve(t){return null!=t&&"object"==typeof t}var We=X?et(X):_e;function Ge(t){return Ie(t)?de(t):we(t)}function Qe(){return[]}function Xe(){return!1}t.exports=Be})),Mt={a:["a","à","á","â","ã","ä","å","æ","ā","ă","ą","ǎ","ǟ","ǡ","ǻ","ȁ","ȃ","ȧ","ɐ","ɑ","ɒ","ͣ","а","ӑ","ӓ","ᵃ","ᵄ","ᶏ","ḁ","ẚ","ạ","ả","ấ","ầ","ẩ","ẫ","ậ","ắ","ằ","ẳ","ẵ","ặ","ₐ","ⱥ","a"],A:["A","À","Á","Â","Ã","Ä","Å","Ā","Ă","Ą","Ǎ","Ǟ","Ǡ","Ǻ","Ȁ","Ȃ","Ȧ","Ⱥ","А","Ӑ","Ӓ","ᴀ","ᴬ","Ḁ","Ạ","Ả","Ấ","Ầ","Ẩ","Ẫ","Ậ","Ắ","Ằ","Ẳ","Ẵ","Ặ","A"],b:["b","ƀ","ƃ","ɓ","ᖯ","ᵇ","ᵬ","ᶀ","ḃ","ḅ","ḇ","b"],B:["B","Ɓ","Ƃ","Ƀ","ʙ","ᛒ","ᴃ","ᴮ","ᴯ","Ḃ","Ḅ","Ḇ","B"],c:["c","ç","ć","ĉ","ċ","č","ƈ","ȼ","ɕ","ͨ","ᴄ","ᶜ","ḉ","ↄ","c"],C:["C","Ç","Ć","Ĉ","Ċ","Č","Ƈ","Ȼ","ʗ","Ḉ","C"],d:["d","ď","đ","Ƌ","ƌ","ȡ","ɖ","ɗ","ͩ","ᵈ","ᵭ","ᶁ","ᶑ","ḋ","ḍ","ḏ","ḑ","ḓ","d"],D:["D","Ď","Đ","Ɖ","Ɗ","ᴰ","Ḋ","Ḍ","Ḏ","Ḑ","Ḓ","D"],e:["e","è","é","ê","ë","ē","ĕ","ė","ę","ě","ǝ","ȅ","ȇ","ȩ","ɇ","ɘ","ͤ","ᵉ","ᶒ","ḕ","ḗ","ḙ","ḛ","ḝ","ẹ","ẻ","ẽ","ế","ề","ể","ễ","ệ","ₑ","e"],E:["E","È","É","Ê","Ë","Ē","Ĕ","Ė","Ę","Ě","Œ","Ǝ","Ɛ","Ȅ","Ȇ","Ȩ","Ɇ","ɛ","ɜ","ɶ","Є","Э","э","є","Ӭ","ӭ","ᴇ","ᴈ","ᴱ","ᴲ","ᵋ","ᵌ","ᶓ","ᶔ","ᶟ","Ḕ","Ḗ","Ḙ","Ḛ","Ḝ","Ẹ","Ẻ","Ẽ","Ế","Ề","Ể","Ễ","Ệ","E","𐐁","𐐩"],f:["f","ƒ","ᵮ","ᶂ","ᶠ","ḟ","f"],F:["F","Ƒ","Ḟ","ⅎ","F"],g:["g","ĝ","ğ","ġ","ģ","ǥ","ǧ","ǵ","ɠ","ɡ","ᵍ","ᵷ","ᵹ","ᶃ","ᶢ","ḡ","g"],G:["G","Ĝ","Ğ","Ġ","Ģ","Ɠ","Ǥ","Ǧ","Ǵ","ɢ","ʛ","ᴳ","Ḡ","G"],h:["h","ĥ","ħ","ƕ","ȟ","ɥ","ɦ","ʮ","ʯ","ʰ","ʱ","ͪ","Һ","һ","ᑋ","ᶣ","ḣ","ḥ","ḧ","ḩ","ḫ","ⱨ","h"],H:["H","Ĥ","Ħ","Ȟ","ʜ","ᕼ","ᚺ","ᚻ","ᴴ","Ḣ","Ḥ","Ḧ","Ḩ","Ḫ","Ⱨ","H"],i:["i","ì","í","î","ï","ĩ","ī","ĭ","į","ǐ","ȉ","ȋ","ɨ","ͥ","ᴉ","ᵎ","ᵢ","ᶖ","ᶤ","ḭ","ḯ","ỉ","ị","i"],I:["I","Ì","Í","Î","Ï","Ĩ","Ī","Ĭ","Į","İ","Ǐ","Ȉ","Ȋ","ɪ","І","ᴵ","ᵻ","ᶦ","ᶧ","Ḭ","Ḯ","Ỉ","Ị","I"],j:["j","ĵ","ǰ","ɉ","ʝ","ʲ","ᶡ","ᶨ","j"],J:["J","Ĵ","ᴊ","ᴶ","J"],k:["k","ķ","ƙ","ǩ","ʞ","ᵏ","ᶄ","ḱ","ḳ","ḵ","ⱪ","k"],K:["K","Ķ","Ƙ","Ǩ","ᴷ","Ḱ","Ḳ","Ḵ","Ⱪ","K"],l:["l","ĺ","ļ","ľ","ŀ","ł","ƚ","ȴ","ɫ","ɬ","ɭ","ˡ","ᶅ","ᶩ","ᶪ","ḷ","ḹ","ḻ","ḽ","ℓ","ⱡ"],L:["L","Ĺ","Ļ","Ľ","Ŀ","Ł","Ƚ","ʟ","ᴌ","ᴸ","ᶫ","Ḷ","Ḹ","Ḻ","Ḽ","Ⱡ","Ɫ"],m:["m","ɯ","ɰ","ɱ","ͫ","ᴟ","ᵐ","ᵚ","ᵯ","ᶆ","ᶬ","ᶭ","ḿ","ṁ","ṃ","㎡","㎥","m"],M:["M","Ɯ","ᴍ","ᴹ","Ḿ","Ṁ","Ṃ","M"],n:["n","ñ","ń","ņ","ň","ʼn","ƞ","ǹ","ȵ","ɲ","ɳ","ᵰ","ᶇ","ᶮ","ᶯ","ṅ","ṇ","ṉ","ṋ","ⁿ","n"],N:["N","Ñ","Ń","Ņ","Ň","Ɲ","Ǹ","Ƞ","ɴ","ᴎ","ᴺ","ᴻ","ᶰ","Ṅ","Ṇ","Ṉ","Ṋ","N"],o:["o","ò","ó","ô","õ","ö","ø","ō","ŏ","ő","ơ","ǒ","ǫ","ǭ","ǿ","ȍ","ȏ","ȫ","ȭ","ȯ","ȱ","ɵ","ͦ","о","ӧ","ө","ᴏ","ᴑ","ᴓ","ᴼ","ᵒ","ᶱ","ṍ","ṏ","ṑ","ṓ","ọ","ỏ","ố","ồ","ổ","ỗ","ộ","ớ","ờ","ở","ỡ","ợ","ₒ","o","𐐬"],O:["O","Ò","Ó","Ô","Õ","Ö","Ø","Ō","Ŏ","Ő","Ɵ","Ơ","Ǒ","Ǫ","Ǭ","Ǿ","Ȍ","Ȏ","Ȫ","Ȭ","Ȯ","Ȱ","О","Ӧ","Ө","Ṍ","Ṏ","Ṑ","Ṓ","Ọ","Ỏ","Ố","Ồ","Ổ","Ỗ","Ộ","Ớ","Ờ","Ở","Ỡ","Ợ","O","𐐄"],p:["p","ᵖ","ᵱ","ᵽ","ᶈ","ṕ","ṗ","p"],P:["P","Ƥ","ᴘ","ᴾ","Ṕ","Ṗ","Ᵽ","P"],q:["q","ɋ","ʠ","ᛩ","q"],Q:["Q","Ɋ","Q"],r:["r","ŕ","ŗ","ř","ȑ","ȓ","ɍ","ɹ","ɻ","ʳ","ʴ","ʵ","ͬ","ᵣ","ᵲ","ᶉ","ṙ","ṛ","ṝ","ṟ"],R:["R","Ŕ","Ŗ","Ř","Ʀ","Ȑ","Ȓ","Ɍ","ʀ","ʁ","ʶ","ᚱ","ᴙ","ᴚ","ᴿ","Ṙ","Ṛ","Ṝ","Ṟ","Ɽ"],s:["s","ś","ŝ","ş","š","ș","ʂ","ᔆ","ᶊ","ṡ","ṣ","ṥ","ṧ","ṩ","s"],S:["S","Ś","Ŝ","Ş","Š","Ș","ȿ","ˢ","ᵴ","Ṡ","Ṣ","Ṥ","Ṧ","Ṩ","S"],t:["t","ţ","ť","ŧ","ƫ","ƭ","ț","ʇ","ͭ","ᵀ","ᵗ","ᵵ","ᶵ","ṫ","ṭ","ṯ","ṱ","ẗ","t"],T:["T","Ţ","Ť","Ƭ","Ʈ","Ț","Ⱦ","ᴛ","ᵀ","Ṫ","Ṭ","Ṯ","Ṱ","T"],u:["u","ù","ú","û","ü","ũ","ū","ŭ","ů","ű","ų","ư","ǔ","ǖ","ǘ","ǚ","ǜ","ȕ","ȗ","ͧ","ߎ","ᵘ","ᵤ","ṳ","ṵ","ṷ","ṹ","ṻ","ụ","ủ","ứ","ừ","ử","ữ","ự","u"],U:["U","Ù","Ú","Û","Ü","Ũ","Ū","Ŭ","Ů","Ű","Ų","Ư","Ǔ","Ǖ","Ǘ","Ǚ","Ǜ","Ȕ","Ȗ","Ʉ","ᴜ","ᵁ","ᵾ","Ṳ","Ṵ","Ṷ","Ṹ","Ṻ","Ụ","Ủ","Ứ","Ừ","Ử","Ữ","Ự","U"],v:["v","ʋ","ͮ","ᵛ","ᵥ","ᶹ","ṽ","ṿ","ⱱ","v","ⱴ"],V:["V","Ʋ","Ʌ","ʌ","ᴠ","ᶌ","Ṽ","Ṿ","V"],w:["w","ŵ","ʷ","ᵂ","ẁ","ẃ","ẅ","ẇ","ẉ","ẘ","ⱳ","w"],W:["W","Ŵ","ʍ","ᴡ","Ẁ","Ẃ","Ẅ","Ẇ","Ẉ","Ⱳ","W"],x:["x","̽","͓","ᶍ","ͯ","ẋ","ẍ","ₓ","x"],X:["X","ˣ","ͯ","Ẋ","Ẍ","☒","✕","✖","✗","✘","X"],y:["y","ý","ÿ","ŷ","ȳ","ɏ","ʸ","ẏ","ỳ","ỵ","ỷ","ỹ","y"],Y:["Y","Ý","Ŷ","Ÿ","Ƴ","ƴ","Ȳ","Ɏ","ʎ","ʏ","Ẏ","Ỳ","Ỵ","Ỷ","Ỹ","Y"],z:["z","ź","ż","ž","ƶ","ȥ","ɀ","ʐ","ʑ","ᙆ","ᙇ","ᶻ","ᶼ","ᶽ","ẑ","ẓ","ẕ","ⱬ","z"],Z:["Z","Ź","Ż","Ž","Ƶ","Ȥ","ᴢ","ᵶ","Ẑ","Ẓ","Ẕ","Ⱬ","Z"]},Dt=function(t){for(var e=[],n=0;n<t.length;n++){var r=t.charAt(n),i=!1;for(var o in Mt){var a=Mt[o].indexOf(r);if(-1!==a){e.push(o),i=!0;break}}i||e.push(r)}return e.join("")},$t=function(t){return t.replace(/[\\^$*+?.()|[\]{}]/g,"\\$&")},Rt={format:function(t){return t},filterPredicate:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];if("undefined"===typeof t||null===t)return!1;var i=n?String(t).toLowerCase():Dt($t(String(t)).toLowerCase()),o=n?e.toLowerCase():Dt($t(e).toLowerCase());return r?i===o:i.indexOf(o)>-1},compare:function(t,e){function n(t){return"undefined"===typeof t||null===t?"":Dt(t.toLowerCase())}return t=n(t),e=n(e),t<e?-1:t>e?1:0}},qt={name:"VgtPaginationPageInfo",props:{currentPage:{default:1},lastPage:{default:1},totalRecords:{default:0},ofText:{default:"of",type:String},pageText:{default:"page",type:String}},data:function(){return{}},computed:{pageInfo:function(){return"".concat(this.ofText," ").concat(this.lastPage)}},methods:{changePage:function(t){var e=parseInt(t.target.value,10);if(Number.isNaN(e)||e>this.lastPage||e<1)return t.target.value=this.currentPage,!1;t.target.value=e,this.$emit("page-changed",e)}},mounted:function(){},components:{}};function Lt(t,e,n,r,i,o,a,s,c,u){"boolean"!==typeof a&&(c=s,s=a,a=!1);var l,f="function"===typeof n?n.options:n;if(t&&t.render&&(f.render=t.render,f.staticRenderFns=t.staticRenderFns,f._compiled=!0,i&&(f.functional=!0)),r&&(f._scopeId=r),o?(l=function(t){t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,t||"undefined"===typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),e&&e.call(this,c(t)),t&&t._registeredComponents&&t._registeredComponents.add(o)},f._ssrRegister=l):e&&(l=a?function(){e.call(this,u(this.$root.$options.shadowRoot))}:function(t){e.call(this,s(t))}),l)if(f.functional){var d=f.render;f.render=function(t,e){return l.call(e),d(t,e)}}else{var h=f.beforeCreate;f.beforeCreate=h?[].concat(h,l):[l]}return n}var Ft=Lt,Nt=qt,It=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"footer__navigation__page-info"},[t._v("\n "+t._s(t.pageText)+" "),n("input",{staticClass:"footer__navigation__page-info__current-entry",attrs:{type:"text"},domProps:{value:t.currentPage},on:{keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.stopPropagation(),t.changePage(e))}}}),t._v(" "+t._s(t.pageInfo)+"\n")])},zt=[],Bt=void 0,Ut="data-v-9a8cd1f4",Ht=void 0,Yt=!1,Vt=Ft({render:It,staticRenderFns:zt},Bt,Nt,Ut,Yt,Ht,void 0,void 0),Wt=[10,20,30,40,50],Gt={name:"VgtPagination",props:{styleClass:{default:"table table-bordered"},total:{default:null},perPage:{},rtl:{default:!1},customRowsPerPageDropdown:{default:function(){return[]}},paginateDropdownAllowAll:{default:!0},mode:{default:"records"},nextText:{default:"Next"},prevText:{default:"Prev"},rowsPerPageText:{default:"Rows per page:"},ofText:{default:"of"},pageText:{default:"page"},allText:{default:"All"}},data:function(){return{currentPage:1,prevPage:0,currentPerPage:10,rowsPerPageOptions:[]}},watch:{perPage:{handler:function(t,e){this.handlePerPage(),this.perPageChanged(e)},immediate:!0},customRowsPerPageDropdown:function(){this.handlePerPage()}},computed:{pagesCount:function(){var t=Math.floor(this.total/this.currentPerPage),e=this.total%this.currentPerPage;return 0===e?t:t+1},paginatedInfo:function(){var t=(this.currentPage-1)*this.currentPerPage+1,e=Math.min(this.total,this.currentPage*this.currentPerPage);return 0===e&&(t=0),"".concat(t," - ").concat(e," ").concat(this.ofText," ").concat(this.total)},nextIsPossible:function(){return this.currentPage<this.pagesCount},prevIsPossible:function(){return this.currentPage>1}},methods:{changePage:function(t){var e=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];t>0&&this.total>this.currentPerPage*(t-1)&&(this.prevPage=this.currentPage,this.currentPage=t,e&&this.pageChanged())},nextPage:function(){this.nextIsPossible&&(this.prevPage=this.currentPage,++this.currentPage,this.pageChanged())},previousPage:function(){this.prevIsPossible&&(this.prevPage=this.currentPage,--this.currentPage,this.pageChanged())},pageChanged:function(){this.$emit("page-changed",{currentPage:this.currentPage,prevPage:this.prevPage})},perPageChanged:function(t){t&&this.$emit("per-page-changed",{currentPerPage:this.currentPerPage}),this.changePage(1,!1)},handlePerPage:function(){if(null!==this.customRowsPerPageDropdown&&Array.isArray(this.customRowsPerPageDropdown)&&0!==this.customRowsPerPageDropdown.length?this.rowsPerPageOptions=Pt(this.customRowsPerPageDropdown):this.rowsPerPageOptions=Pt(Wt),this.perPage){this.currentPerPage=this.perPage;for(var t=!1,e=0;e<this.rowsPerPageOptions.length;e++)this.rowsPerPageOptions[e]===this.perPage&&(t=!0);t||-1===this.perPage||this.rowsPerPageOptions.unshift(this.perPage)}else this.currentPerPage=10}},mounted:function(){},components:{"pagination-page-info":Vt}},Qt=Gt,Xt=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"vgt-wrap__footer vgt-clearfix"},[n("div",{staticClass:"footer__row-count vgt-pull-left"},[n("span",{staticClass:"footer__row-count__label"},[t._v(t._s(t.rowsPerPageText))]),t._v(" "),n("select",{directives:[{name:"model",rawName:"v-model",value:t.currentPerPage,expression:"currentPerPage"}],staticClass:"footer__row-count__select",attrs:{autocomplete:"off",name:"perPageSelect"},on:{change:[function(e){var n=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){var e="_value"in t?t._value:t.value;return e}));t.currentPerPage=e.target.multiple?n:n[0]},t.perPageChanged]}},[t._l(t.rowsPerPageOptions,(function(e,r){return n("option",{key:"rows-dropdown-option-"+r,domProps:{value:e}},[t._v("\n "+t._s(e)+"\n ")])})),t._v(" "),t.paginateDropdownAllowAll?n("option",{domProps:{value:t.total}},[t._v(t._s(t.allText))]):t._e()],2)]),t._v(" "),n("div",{staticClass:"footer__navigation vgt-pull-right"},[n("a",{staticClass:"footer__navigation__page-btn",class:{disabled:!t.prevIsPossible},attrs:{href:"javascript:undefined",tabindex:"0"},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.previousPage(e)}}},[n("span",{staticClass:"chevron",class:{left:!t.rtl,right:t.rtl}}),t._v(" "),n("span",[t._v(t._s(t.prevText))])]),t._v(" "),"pages"===t.mode?n("pagination-page-info",{attrs:{totalRecords:t.total,lastPage:t.pagesCount,currentPage:t.currentPage,ofText:t.ofText,pageText:t.pageText},on:{"page-changed":t.changePage}}):n("div",{staticClass:"footer__navigation__info"},[t._v(t._s(t.paginatedInfo))]),t._v(" "),n("a",{staticClass:"footer__navigation__page-btn",class:{disabled:!t.nextIsPossible},attrs:{href:"javascript:undefined",tabindex:"0"},on:{click:function(e){return e.preventDefault(),e.stopPropagation(),t.nextPage(e)}}},[n("span",[t._v(t._s(t.nextText))]),t._v(" "),n("span",{staticClass:"chevron",class:{right:!t.rtl,left:t.rtl}})])],1)])},Kt=[],Zt=void 0,Jt=void 0,te=void 0,ee=!1,ne=Ft({render:Xt,staticRenderFns:Kt},Zt,Qt,Jt,ee,te,void 0,void 0),re={name:"VgtGlobalSearch",props:["value","searchEnabled","globalSearchPlaceholder"],data:function(){return{globalSearchTerm:null}},computed:{showControlBar:function(){return!!this.searchEnabled||!(!this.$slots||!this.$slots["internal-table-actions"])}},methods:{updateValue:function(t){this.$emit("input",t),this.$emit("on-keyup",t)},entered:function(t){this.$emit("on-enter",t)}}},ie=re,oe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.showControlBar?n("div",{staticClass:"vgt-global-search vgt-clearfix"},[n("div",{staticClass:"vgt-global-search__input vgt-pull-left"},[t.searchEnabled?n("span",{staticClass:"input__icon"},[n("div",{staticClass:"magnifying-glass"})]):t._e(),t._v(" "),t.searchEnabled?n("input",{staticClass:"vgt-input vgt-pull-left",attrs:{type:"text",placeholder:t.globalSearchPlaceholder},domProps:{value:t.value},on:{input:function(e){return t.updateValue(e.target.value)},keyup:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:t.entered(e.target.value)}}}):t._e()]),t._v(" "),n("div",{staticClass:"vgt-global-search__actions vgt-pull-right"},[t._t("internal-table-actions")],2)]):t._e()},ae=[],se=void 0,ce=void 0,ue=void 0,le=!1,fe=Ft({render:oe,staticRenderFns:ae},se,ie,ce,le,ue,void 0,void 0),de={name:"VgtFilterRow",props:["lineNumbers","columns","typedColumns","globalSearchEnabled","selectable","mode"],watch:{columns:{handler:function(t,e){this.populateInitialFilters()},deep:!0,immediate:!0}},data:function(){return{columnFilters:{},timer:null}},computed:{hasFilterRow:function(){for(var t=0;t<this.columns.length;t++){var e=this.columns[t];if(e.filterOptions&&e.filterOptions.enabled)return!0}return!1}},methods:{reset:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0];this.columnFilters={},t&&this.$emit("filter-changed",this.columnFilters)},isFilterable:function(t){return t.filterOptions&&t.filterOptions.enabled},isDropdown:function(t){return this.isFilterable(t)&&t.filterOptions.filterDropdownItems&&t.filterOptions.filterDropdownItems.length},isDropdownObjects:function(t){return this.isDropdown(t)&&"object"===n(t.filterOptions.filterDropdownItems[0])},isDropdownArray:function(t){return this.isDropdown(t)&&"object"!==n(t.filterOptions.filterDropdownItems[0])},getPlaceholder:function(t){var e=this.isFilterable(t)&&t.filterOptions.placeholder||"Filter ".concat(t.label);return e},updateFiltersOnEnter:function(t,e){this.timer&&clearTimeout(this.timer),this.updateFiltersImmediately(t,e)},updateFiltersOnKeyup:function(t,e){"enter"!==t.filterOptions.trigger&&this.updateFilters(t,e)},updateFilters:function(t,e){var n=this;this.timer&&clearTimeout(this.timer),this.timer=setTimeout((function(){n.updateFiltersImmediately(t,e)}),400)},updateFiltersImmediately:function(t,e){this.$set(this.columnFilters,t.field,e),this.$emit("filter-changed",this.columnFilters)},populateInitialFilters:function(){for(var t=0;t<this.columns.length;t++){var e=this.columns[t];this.isFilterable(e)&&"undefined"!==typeof e.filterOptions.filterValue&&null!==e.filterOptions.filterValue&&this.$set(this.columnFilters,e.field,e.filterOptions.filterValue)}this.$emit("filter-changed",this.columnFilters)}}},he=de,pe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.hasFilterRow?n("tr",[t.lineNumbers?n("th"):t._e(),t._v(" "),t.selectable?n("th"):t._e(),t._v(" "),t._l(t.columns,(function(e,r){return e.hidden?t._e():n("th",{key:r,staticClass:"filter-th"},[t.isFilterable(e)?n("div",[t.isDropdown(e)?t._e():n("input",{staticClass:"vgt-input",attrs:{type:"text",placeholder:t.getPlaceholder(e)},domProps:{value:t.columnFilters[e.field]},on:{keyup:function(n){return!n.type.indexOf("key")&&t._k(n.keyCode,"enter",13,n.key,"Enter")?null:t.updateFiltersOnEnter(e,n.target.value)},input:function(n){return t.updateFiltersOnKeyup(e,n.target.value)}}}),t._v(" "),t.isDropdownArray(e)?n("select",{staticClass:"vgt-select",domProps:{value:t.columnFilters[e.field]},on:{change:function(n){return t.updateFilters(e,n.target.value)}}},[n("option",{key:"-1",attrs:{value:""}},[t._v(t._s(t.getPlaceholder(e)))]),t._v(" "),t._l(e.filterOptions.filterDropdownItems,(function(e,r){return n("option",{key:r,domProps:{value:e}},[t._v("\n "+t._s(e)+"\n ")])}))],2):t._e(),t._v(" "),t.isDropdownObjects(e)?n("select",{staticClass:"vgt-select",domProps:{value:t.columnFilters[e.field]},on:{change:function(n){return t.updateFilters(e,n.target.value,!0)}}},[n("option",{key:"-1",attrs:{value:""}},[t._v(t._s(t.getPlaceholder(e)))]),t._v(" "),t._l(e.filterOptions.filterDropdownItems,(function(e,r){return n("option",{key:r,domProps:{value:e.value}},[t._v(t._s(e.text))])}))],2):t._e()]):t._e()])}))],2):t._e()},ve=[],ge=void 0,me="data-v-836b007c",be=void 0,ye=!1,_e=Ft({render:pe,staticRenderFns:ve},ge,he,me,ye,be,void 0,void 0);function we(t){return"asc"===t?"desc":"asc"}function xe(t,e){for(var n=0;n<t.length;n++)if(e.field===t[n].field)return n;return-1}var Se=function(t,e){if(t.length&&1===t.length&&t[0].field===e.field){var n=we(t[0].type);n?t[0].type=we(t[0].type):t=[]}else t=[{field:e.field,type:"asc"}];return t},Oe=function(t,e){var n=xe(t,e);if(-1===n)t.push({field:e.field,type:"asc"});else{var r=we(t[n].type);r?t[n].type=r:t.splice(n,1)}return t},Ce={name:"VgtTableHeader",props:{lineNumbers:{default:!1,type:Boolean},selectable:{default:!1,type:Boolean},allSelected:{default:!1,type:Boolean},allSelectedIndeterminate:{default:!1,type:Boolean},columns:{type:Array},mode:{type:String},typedColumns:{},sortable:{type:Boolean},getClasses:{type:Function},searchEnabled:{type:Boolean},tableRef:{},paginated:{}},watch:{tableRef:{handler:function(){this.setColumnStyles()},immediate:!0},paginated:{handler:function(){this.tableRef&&this.setColumnStyles()},deep:!0}},data:function(){return{timer:null,checkBoxThStyle:{},lineNumberThStyle:{},columnStyles:[],sorts:[]}},computed:{},methods:{reset:function(){this.$refs["filter-row"].reset(!0)},toggleSelectAll:function(){this.$emit("on-toggle-select-all")},isSortableColumn:function(t){var e=t.sortable,n="boolean"===typeof e?e:this.sortable;return n},sort:function(t,e){this.isSortableColumn(e)&&(t.shiftKey?this.sorts=Oe(this.sorts,e):this.sorts=Se(this.sorts,e),this.$emit("on-sort-change",this.sorts))},setInitialSort:function(t){this.sorts=t,this.$emit("on-sort-change",this.sorts)},getColumnSort:function(t){for(var e=0;e<this.sorts.length;e+=1)if(this.sorts[e].field===t.field)return this.sorts[e].type||"asc";return null},getHeaderClasses:function(t,e){var n=kt({},this.getClasses(e,"th"),{sortable:this.isSortableColumn(t),"sorting sorting-desc":"desc"===this.getColumnSort(t),"sorting sorting-asc":"asc"===this.getColumnSort(t)});return n},filterRows:function(t){this.$emit("filter-changed",t)},getWidthStyle:function(t){if(window&&window.getComputedStyle&&t){var e=window.getComputedStyle(t,null);return{width:e.width}}return{width:"auto"}},setColumnStyles:function(){var t=this,e=[];this.timer&&clearTimeout(this.timer),this.timer=setTimeout((function(){for(var n=0;n<t.columns.length;n++)if(t.tableRef){var r=0;t.selectable&&r++,t.lineNumbers&&r++;var i=t.tableRef.rows[0].cells[n+r];e.push(t.getWidthStyle(i))}else e.push({minWidth:t.columns[n].width?t.columns[n].width:"auto",maxWidth:t.columns[n].width?t.columns[n].width:"auto",width:t.columns[n].width?t.columns[n].width:"auto"});t.columnStyles=e}),200)},getColumnStyle:function(t,e){var n={minWidth:t.width?t.width:"auto",maxWidth:t.width?t.width:"auto",width:t.width?t.width:"auto"};if(this.tableRef){this.selectable&&e++,this.lineNumbers&&e++;var r=this.tableRef.rows[0].cells[e],i=window.getComputedStyle(r,null);n.width=i.width}return n}},mounted:function(){window.addEventListener("resize",this.setColumnStyles)},beforeDestroy:function(){this.timer&&clearTimeout(this.timer),window.removeEventListener("resize",this.setColumnStyles)},components:{"vgt-filter-row":_e}},ke=Ce,je=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("thead",[n("tr",[t.lineNumbers?n("th",{staticClass:"line-numbers"}):t._e(),t._v(" "),t.selectable?n("th",{staticClass:"vgt-checkbox-col"},[n("input",{attrs:{type:"checkbox"},domProps:{checked:t.allSelected,indeterminate:t.allSelectedIndeterminate},on:{change:t.toggleSelectAll}})]):t._e(),t._v(" "),t._l(t.columns,(function(e,r){return e.hidden?t._e():n("th",{key:r,class:t.getHeaderClasses(e,r),style:t.columnStyles[r],on:{click:function(n){return t.sort(n,e)}}},[t._t("table-column",[n("span",[t._v(t._s(e.label))])],{column:e})],2)}))],2),t._v(" "),n("vgt-filter-row",{ref:"filter-row",tag:"tr",attrs:{"global-search-enabled":t.searchEnabled,"line-numbers":t.lineNumbers,selectable:t.selectable,columns:t.columns,mode:t.mode,"typed-columns":t.typedColumns},on:{"filter-changed":t.filterRows}})],1)},Te=[],Pe=void 0,Ae="data-v-13ae5fa3",Ee=void 0,Me=!1,De=Ft({render:je,staticRenderFns:Te},Pe,ke,Ae,Me,Ee,void 0,void 0),$e={name:"VgtHeaderRow",props:{headerRow:{type:Object},columns:{type:Array},lineNumbers:{type:Boolean},selectable:{type:Boolean},collectFormatted:{type:Function},formattedRow:{type:Function},getClasses:{type:Function},fullColspan:{type:Number}},data:function(){return{}},computed:{},methods:{},mounted:function(){},components:{}},Re=$e,qe=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("tr",["span"===t.headerRow.mode?n("th",{staticClass:"vgt-left-align vgt-row-header",attrs:{colspan:t.fullColspan}},[t._t("table-header-row",[t.headerRow.html?n("span",{domProps:{innerHTML:t._s(t.headerRow.label)}}):n("span",[t._v("\n "+t._s(t.headerRow.label)+"\n ")])],{row:t.headerRow})],2):t._e(),t._v(" "),"span"!==t.headerRow.mode&&t.lineNumbers?n("th",{staticClass:"vgt-row-header"}):t._e(),t._v(" "),"span"!==t.headerRow.mode&&t.selectable?n("th",{staticClass:"vgt-row-header"}):t._e(),t._v(" "),t._l(t.columns,(function(e,r){return"span"===t.headerRow.mode||e.hidden?t._e():n("th",{key:r,staticClass:"vgt-row-header",class:t.getClasses(r,"td")},[t._t("table-header-row",[e.html?t._e():n("span",[t._v("\n "+t._s(t.collectFormatted(t.headerRow,e,!0))+"\n ")]),t._v(" "),e.html?n("span",{domProps:{innerHTML:t._s(t.collectFormatted(t.headerRow,e,!0))}}):t._e()],{row:t.headerRow,column:e,formattedRow:t.formattedRow(t.headerRow,!0)})],2)}))],2)},Le=[],Fe=void 0,Ne=void 0,Ie=void 0,ze=!1,Be=Ft({render:qe,staticRenderFns:Le},Fe,Re,Ne,ze,Ie,void 0,void 0);function Ue(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Object.prototype.toString.call(t);return t instanceof Date||"object"===typeof t&&"[object Date]"===e?new Date(t.getTime()):"number"===typeof t||"[object Number]"===e?new Date(t):("string"!==typeof t&&"[object String]"!==e||"undefined"===typeof console||(console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as arguments. Please use `parseISO` to parse strings. See: https://git.io/fjule"),console.warn((new Error).stack)),new Date(NaN))}function He(t){if(null===t||!0===t||!1===t)return NaN;var e=Number(t);return isNaN(e)?e:e<0?Math.ceil(e):Math.floor(e)}function Ye(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var n=Ue(t).getTime(),r=He(e);return new Date(n+r)}var Ve=6e4;function We(t){var e=new Date(t.getTime()),n=e.getTimezoneOffset();e.setSeconds(0,0);var r=e.getTime()%Ve;return n*Ve+r}function Ge(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var n=Ue(t),r=Ue(e),i=n.getTime()-r.getTime();return i<0?-1:i>0?1:i}function Qe(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Ue(t);return!isNaN(e)}var Xe={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}};function Ke(t,e,n){var r;return n=n||{},r="string"===typeof Xe[t]?Xe[t]:1===e?Xe[t].one:Xe[t].other.replace("{{count}}",e),n.addSuffix?n.comparison>0?"in "+r:r+" ago":r}function Ze(t){return function(e){var n=e||{},r=n.width?String(n.width):t.defaultWidth,i=t.formats[r]||t.formats[t.defaultWidth];return i}}var Je={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},tn={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},en={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"},nn={date:Ze({formats:Je,defaultWidth:"full"}),time:Ze({formats:tn,defaultWidth:"full"}),dateTime:Ze({formats:en,defaultWidth:"full"})},rn={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"};function on(t,e,n,r){return rn[t]}function an(t){return function(e,n){var r,i=n||{},o=i.context?String(i.context):"standalone";if("formatting"===o&&t.formattingValues){var a=t.defaultFormattingWidth||t.defaultWidth,s=i.width?String(i.width):a;r=t.formattingValues[s]||t.formattingValues[a]}else{var c=t.defaultWidth,u=i.width?String(i.width):t.defaultWidth;r=t.values[u]||t.values[c]}var l=t.argumentCallback?t.argumentCallback(e):e;return r[l]}}var sn={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},cn={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},un={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},ln={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},fn={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},dn={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}};function hn(t,e){var n=Number(t),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"}var pn={ordinalNumber:hn,era:an({values:sn,defaultWidth:"wide"}),quarter:an({values:cn,defaultWidth:"wide",argumentCallback:function(t){return Number(t)-1}}),month:an({values:un,defaultWidth:"wide"}),day:an({values:ln,defaultWidth:"wide"}),dayPeriod:an({values:fn,defaultWidth:"wide",formattingValues:dn,defaultFormattingWidth:"wide"})};function vn(t){return function(e,n){var r=String(e),i=n||{},o=r.match(t.matchPattern);if(!o)return null;var a=o[0],s=r.match(t.parsePattern);if(!s)return null;var c=t.valueCallback?t.valueCallback(s[0]):s[0];return c=i.valueCallback?i.valueCallback(c):c,{value:c,rest:r.slice(a.length)}}}function gn(t){return function(e,n){var r=String(e),i=n||{},o=i.width,a=o&&t.matchPatterns[o]||t.matchPatterns[t.defaultMatchWidth],s=r.match(a);if(!s)return null;var c,u=s[0],l=o&&t.parsePatterns[o]||t.parsePatterns[t.defaultParseWidth];return c="[object Array]"===Object.prototype.toString.call(l)?l.findIndex((function(t){return t.test(r)})):mn(l,(function(t){return t.test(r)})),c=t.valueCallback?t.valueCallback(c):c,c=i.valueCallback?i.valueCallback(c):c,{value:c,rest:r.slice(u.length)}}}function mn(t,e){for(var n in t)if(t.hasOwnProperty(n)&&e(t[n]))return n}var bn=/^(\d+)(th|st|nd|rd)?/i,yn=/\d+/i,_n={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},wn={any:[/^b/i,/^(a|c)/i]},xn={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},Sn={any:[/1/i,/2/i,/3/i,/4/i]},On={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},Cn={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},kn={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},jn={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},Tn={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},Pn={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}},An={ordinalNumber:vn({matchPattern:bn,parsePattern:yn,valueCallback:function(t){return parseInt(t,10)}}),era:gn({matchPatterns:_n,defaultMatchWidth:"wide",parsePatterns:wn,defaultParseWidth:"any"}),quarter:gn({matchPatterns:xn,defaultMatchWidth:"wide",parsePatterns:Sn,defaultParseWidth:"any",valueCallback:function(t){return t+1}}),month:gn({matchPatterns:On,defaultMatchWidth:"wide",parsePatterns:Cn,defaultParseWidth:"any"}),day:gn({matchPatterns:kn,defaultMatchWidth:"wide",parsePatterns:jn,defaultParseWidth:"any"}),dayPeriod:gn({matchPatterns:Tn,defaultMatchWidth:"any",parsePatterns:Pn,defaultParseWidth:"any"})},En={formatDistance:Ke,formatLong:nn,formatRelative:on,localize:pn,match:An,options:{weekStartsOn:0,firstWeekContainsDate:1}};function Mn(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var n=He(e);return Ye(t,-n)}function Dn(t,e){var n=t<0?"-":"",r=Math.abs(t).toString();while(r.length<e)r="0"+r;return n+r}var $n={y:function(t,e){var n=t.getUTCFullYear(),r=n>0?n:1-n;return Dn("yy"===e?r%100:r,e.length)},M:function(t,e){var n=t.getUTCMonth();return"M"===e?String(n+1):Dn(n+1,2)},d:function(t,e){return Dn(t.getUTCDate(),e.length)},a:function(t,e){var n=t.getUTCHours()/12>=1?"pm":"am";switch(e){case"a":case"aa":case"aaa":return n.toUpperCase();case"aaaaa":return n[0];case"aaaa":default:return"am"===n?"a.m.":"p.m."}},h:function(t,e){return Dn(t.getUTCHours()%12||12,e.length)},H:function(t,e){return Dn(t.getUTCHours(),e.length)},m:function(t,e){return Dn(t.getUTCMinutes(),e.length)},s:function(t,e){return Dn(t.getUTCSeconds(),e.length)},S:function(t,e){var n=e.length,r=t.getUTCMilliseconds(),i=Math.floor(r*Math.pow(10,n-3));return Dn(i,e.length)}},Rn=864e5;function qn(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Ue(t),n=e.getTime();e.setUTCMonth(0,1),e.setUTCHours(0,0,0,0);var r=e.getTime(),i=n-r;return Math.floor(i/Rn)+1}function Ln(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=1,n=Ue(t),r=n.getUTCDay(),i=(r<e?7:0)+r-e;return n.setUTCDate(n.getUTCDate()-i),n.setUTCHours(0,0,0,0),n}function Fn(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Ue(t),n=e.getUTCFullYear(),r=new Date(0);r.setUTCFullYear(n+1,0,4),r.setUTCHours(0,0,0,0);var i=Ln(r),o=new Date(0);o.setUTCFullYear(n,0,4),o.setUTCHours(0,0,0,0);var a=Ln(o);return e.getTime()>=i.getTime()?n+1:e.getTime()>=a.getTime()?n:n-1}function Nn(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Fn(t),n=new Date(0);n.setUTCFullYear(e,0,4),n.setUTCHours(0,0,0,0);var r=Ln(n);return r}var In=6048e5;function zn(t){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var e=Ue(t),n=Ln(e).getTime()-Nn(e).getTime();return Math.round(n/In)+1}function Bn(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var n=e||{},r=n.locale,i=r&&r.options&&r.options.weekStartsOn,o=null==i?0:He(i),a=null==n.weekStartsOn?o:He(n.weekStartsOn);if(!(a>=0&&a<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var s=Ue(t),c=s.getUTCDay(),u=(c<a?7:0)+c-a;return s.setUTCDate(s.getUTCDate()-u),s.setUTCHours(0,0,0,0),s}function Un(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var n=Ue(t,e),r=n.getUTCFullYear(),i=e||{},o=i.locale,a=o&&o.options&&o.options.firstWeekContainsDate,s=null==a?1:He(a),c=null==i.firstWeekContainsDate?s:He(i.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=new Date(0);u.setUTCFullYear(r+1,0,c),u.setUTCHours(0,0,0,0);var l=Bn(u,e),f=new Date(0);f.setUTCFullYear(r,0,c),f.setUTCHours(0,0,0,0);var d=Bn(f,e);return n.getTime()>=l.getTime()?r+1:n.getTime()>=d.getTime()?r:r-1}function Hn(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var n=e||{},r=n.locale,i=r&&r.options&&r.options.firstWeekContainsDate,o=null==i?1:He(i),a=null==n.firstWeekContainsDate?o:He(n.firstWeekContainsDate),s=Un(t,e),c=new Date(0);c.setUTCFullYear(s,0,a),c.setUTCHours(0,0,0,0);var u=Bn(c,e);return u}var Yn=6048e5;function Vn(t,e){if(arguments.length<1)throw new TypeError("1 argument required, but only "+arguments.length+" present");var n=Ue(t),r=Bn(n,e).getTime()-Hn(n,e).getTime();return Math.round(r/Yn)+1}var Wn={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},Gn={G:function(t,e,n){var r=t.getUTCFullYear()>0?1:0;switch(e){case"G":case"GG":case"GGG":return n.era(r,{width:"abbreviated"});case"GGGGG":return n.era(r,{width:"narrow"});case"GGGG":default:return n.era(r,{width:"wide"})}},y:function(t,e,n){if("yo"===e){var r=t.getUTCFullYear(),i=r>0?r:1-r;return n.ordinalNumber(i,{unit:"year"})}return $n.y(t,e)},Y:function(t,e,n,r){var i=Un(t,r),o=i>0?i:1-i;if("YY"===e){var a=o%100;return Dn(a,2)}return"Yo"===e?n.ordinalNumber(o,{unit:"year"}):Dn(o,e.length)},R:function(t,e){var n=Fn(t);return Dn(n,e.length)},u:function(t,e){var n=t.getUTCFullYear();return Dn(n,e.length)},Q:function(t,e,n){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"Q":return String(r);case"QQ":return Dn(r,2);case"Qo":return n.ordinalNumber(r,{unit:"quarter"});case"QQQ":return n.quarter(r,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(r,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(r,{width:"wide",context:"formatting"})}},q:function(t,e,n){var r=Math.ceil((t.getUTCMonth()+1)/3);switch(e){case"q":return String(r);case"qq":return Dn(r,2);case"qo":return n.ordinalNumber(r,{unit:"quarter"});case"qqq":return n.quarter(r,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(r,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(r,{width:"wide",context:"standalone"})}},M:function(t,e,n){var r=t.getUTCMonth();switch(e){case"M":case"MM":return $n.M(t,e);case"Mo":return n.ordinalNumber(r+1,{unit:"month"});case"MMM":return n.month(r,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(r,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(r,{width:"wide",context:"formatting"})}},L:function(t,e,n){var r=t.getUTCMonth();switch(e){case"L":return String(r+1);case"LL":return Dn(r+1,2);case"Lo":return n.ordinalNumber(r+1,{unit:"month"});case"LLL":return n.month(r,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(r,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(r,{width:"wide",context:"standalone"})}},w:function(t,e,n,r){var i=Vn(t,r);return"wo"===e?n.ordinalNumber(i,{unit:"week"}):Dn(i,e.length)},I:function(t,e,n){var r=zn(t);return"Io"===e?n.ordinalNumber(r,{unit:"week"}):Dn(r,e.length)},d:function(t,e,n){return"do"===e?n.ordinalNumber(t.getUTCDate(),{unit:"date"}):$n.d(t,e)},D:function(t,e,n){var r=qn(t);return"Do"===e?n.ordinalNumber(r,{unit:"dayOfYear"}):Dn(r,e.length)},E:function(t,e,n){var r=t.getUTCDay();switch(e){case"E":case"EE":case"EEE":return n.day(r,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(r,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(r,{width:"short",context:"formatting"});case"EEEE":default:return n.day(r,{width:"wide",context:"formatting"})}},e:function(t,e,n,r){var i=t.getUTCDay(),o=(i-r.weekStartsOn+8)%7||7;switch(e){case"e":return String(o);case"ee":return Dn(o,2);case"eo":return n.ordinalNumber(o,{unit:"day"});case"eee":return n.day(i,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(i,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(i,{width:"short",context:"formatting"});case"eeee":default:return n.day(i,{width:"wide",context:"formatting"})}},c:function(t,e,n,r){var i=t.getUTCDay(),o=(i-r.weekStartsOn+8)%7||7;switch(e){case"c":return String(o);case"cc":return Dn(o,e.length);case"co":return n.ordinalNumber(o,{unit:"day"});case"ccc":return n.day(i,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(i,{width:"narrow",context:"standalone"});case"cccccc":return n.day(i,{width:"short",context:"standalone"});case"cccc":default:return n.day(i,{width:"wide",context:"standalone"})}},i:function(t,e,n){var r=t.getUTCDay(),i=0===r?7:r;switch(e){case"i":return String(i);case"ii":return Dn(i,e.length);case"io":return n.ordinalNumber(i,{unit:"day"});case"iii":return n.day(r,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(r,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(r,{width:"short",context:"formatting"});case"iiii":default:return n.day(r,{width:"wide",context:"formatting"})}},a:function(t,e,n){var r=t.getUTCHours(),i=r/12>=1?"pm":"am";switch(e){case"a":case"aa":case"aaa":return n.dayPeriod(i,{width:"abbreviated",context:"formatting"});case"aaaaa":return n.dayPeriod(i,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(i,{width:"wide",context:"formatting"})}},b:function(t,e,n){var r,i=t.getUTCHours();switch(r=12===i?Wn.noon:0===i?Wn.midnight:i/12>=1?"pm":"am",e){case"b":case"bb":case"bbb":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"bbbbb":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},B:function(t,e,n){var r,i=t.getUTCHours();switch(r=i>=17?Wn.evening:i>=12?Wn.afternoon:i>=4?Wn.morning:Wn.night,e){case"B":case"BB":case"BBB":return n.dayPeriod(r,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(r,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(r,{width:"wide",context:"formatting"})}},h:function(t,e,n){if("ho"===e){var r=t.getUTCHours()%12;return 0===r&&(r=12),n.ordinalNumber(r,{unit:"hour"})}return $n.h(t,e)},H:function(t,e,n){return"Ho"===e?n.ordinalNumber(t.getUTCHours(),{unit:"hour"}):$n.H(t,e)},K:function(t,e,n){var r=t.getUTCHours()%12;return"Ko"===e?n.ordinalNumber(r,{unit:"hour"}):Dn(r,e.length)},k:function(t,e,n){var r=t.getUTCHours();return 0===r&&(r=24),"ko"===e?n.ordinalNumber(r,{unit:"hour"}):Dn(r,e.length)},m:function(t,e,n){return"mo"===e?n.ordinalNumber(t.getUTCMinutes(),{unit:"minute"}):$n.m(t,e)},s:function(t,e,n){return"so"===e?n.ordinalNumber(t.getUTCSeconds(),{unit:"second"}):$n.s(t,e)},S:function(t,e){return $n.S(t,e)},X:function(t,e,n,r){var i=r._originalDate||t,o=i.getTimezoneOffset();if(0===o)return"Z";switch(e){case"X":return Xn(o);case"XXXX":case"XX":return Kn(o);case"XXXXX":case"XXX":default:return Kn(o,":")}},x:function(t,e,n,r){var i=r._originalDate||t,o=i.getTimezoneOffset();switch(e){case"x":return Xn(o);case"xxxx":case"xx":return Kn(o);case"xxxxx":case"xxx":default:return Kn(o,":")}},O:function(t,e,n,r){var i=r._originalDate||t,o=i.getTimezoneOffset();switch(e){case"O":case"OO":case"OOO":return"GMT"+Qn(o,":");case"OOOO":default:return"GMT"+Kn(o,":")}},z:function(t,e,n,r){var i=r._originalDate||t,o=i.getTimezoneOffset();switch(e){case"z":case"zz":case"zzz":return"GMT"+Qn(o,":");case"zzzz":default:return"GMT"+Kn(o,":")}},t:function(t,e,n,r){var i=r._originalDate||t,o=Math.floor(i.getTime()/1e3);return Dn(o,e.length)},T:function(t,e,n,r){var i=r._originalDate||t,o=i.getTime();return Dn(o,e.length)}};function Qn(t,e){var n=t>0?"-":"+",r=Math.abs(t),i=Math.floor(r/60),o=r%60;if(0===o)return n+String(i);var a=e||"";return n+String(i)+a+Dn(o,2)}function Xn(t,e){if(t%60===0){var n=t>0?"-":"+";return n+Dn(Math.abs(t)/60,2)}return Kn(t,e)}function Kn(t,e){var n=e||"",r=t>0?"-":"+",i=Math.abs(t),o=Dn(Math.floor(i/60),2),a=Dn(i%60,2);return r+o+n+a}function Zn(t,e){switch(t){case"P":return e.date({width:"short"});case"PP":return e.date({width:"medium"});case"PPP":return e.date({width:"long"});case"PPPP":default:return e.date({width:"full"})}}function Jn(t,e){switch(t){case"p":return e.time({width:"short"});case"pp":return e.time({width:"medium"});case"ppp":return e.time({width:"long"});case"pppp":default:return e.time({width:"full"})}}function tr(t,e){var n,r=t.match(/(P+)(p+)?/),i=r[1],o=r[2];if(!o)return Zn(t,e);switch(i){case"P":n=e.dateTime({width:"short"});break;case"PP":n=e.dateTime({width:"medium"});break;case"PPP":n=e.dateTime({width:"long"});break;case"PPPP":default:n=e.dateTime({width:"full"});break}return n.replace("{{date}}",Zn(i,e)).replace("{{time}}",Jn(o,e))}var er={p:Jn,P:tr},nr=["D","DD"],rr=["YY","YYYY"];function ir(t){return-1!==nr.indexOf(t)}function or(t){return-1!==rr.indexOf(t)}function ar(t){if("YYYY"===t)throw new RangeError("Use `yyyy` instead of `YYYY` for formatting years; see: https://git.io/fxCyr");if("YY"===t)throw new RangeError("Use `yy` instead of `YY` for formatting years; see: https://git.io/fxCyr");if("D"===t)throw new RangeError("Use `d` instead of `D` for formatting days of the month; see: https://git.io/fxCyr");if("DD"===t)throw new RangeError("Use `dd` instead of `DD` for formatting days of the month; see: https://git.io/fxCyr")}var sr=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,cr=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,ur=/^'(.*?)'?$/,lr=/''/g,fr=/[a-zA-Z]/;function dr(t,e,n){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=String(e),i=n||{},o=i.locale||En,a=o.options&&o.options.firstWeekContainsDate,s=null==a?1:He(a),c=null==i.firstWeekContainsDate?s:He(i.firstWeekContainsDate);if(!(c>=1&&c<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var u=o.options&&o.options.weekStartsOn,l=null==u?0:He(u),f=null==i.weekStartsOn?l:He(i.weekStartsOn);if(!(f>=0&&f<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(!o.localize)throw new RangeError("locale must contain localize property");if(!o.formatLong)throw new RangeError("locale must contain formatLong property");var d=Ue(t);if(!Qe(d))throw new RangeError("Invalid time value");var h=We(d),p=Mn(d,h),v={firstWeekContainsDate:c,weekStartsOn:f,locale:o,_originalDate:d},g=r.match(cr).map((function(t){var e=t[0];if("p"===e||"P"===e){var n=er[e];return n(t,o.formatLong,v)}return t})).join("").match(sr).map((function(t){if("''"===t)return"'";var e=t[0];if("'"===e)return hr(t);var n=Gn[e];if(n)return!i.useAdditionalWeekYearTokens&&or(t)&&ar(t),!i.useAdditionalDayOfYearTokens&&ir(t)&&ar(t),n(p,t,o.localize,v);if(e.match(fr))throw new RangeError("Format string contains an unescaped latin alphabet character `"+e+"`");return t})).join("");return g}function hr(t){return t.match(ur)[1].replace(lr,"'")}function pr(t,e){if(null==t)throw new TypeError("assign requires that input parameter not be null or undefined");for(var n in e=e||{},e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t}function vr(t,e,n){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=n||{},i=r.locale,o=i&&i.options&&i.options.weekStartsOn,a=null==o?0:He(o),s=null==r.weekStartsOn?a:He(r.weekStartsOn);if(!(s>=0&&s<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");var c=Ue(t),u=He(e),l=c.getUTCDay(),f=u%7,d=(f+7)%7,h=(d<s?7:0)+u-l;return c.setUTCDate(c.getUTCDate()+h),c}function gr(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var n=He(e);n%7===0&&(n-=7);var r=1,i=Ue(t),o=i.getUTCDay(),a=n%7,s=(a+7)%7,c=(s<r?7:0)+n-o;return i.setUTCDate(i.getUTCDate()+c),i}function mr(t,e){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var n=Ue(t),r=He(e),i=zn(n)-r;return n.setUTCDate(n.getUTCDate()-7*i),n}function br(t,e,n){if(arguments.length<2)throw new TypeError("2 arguments required, but only "+arguments.length+" present");var r=Ue(t),i=He(e),o=Vn(r,n)-i;return r.setUTCDate(r.getUTCDate()-7*o),r}var yr=36e5,_r=6e4,wr=1e3,xr={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/},Sr={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};function Or(t,e,n){var r=e.match(t);if(!r)return null;var i=parseInt(r[0],10);return{value:n?n(i):i,rest:e.slice(r[0].length)}}function Cr(t,e){var n=e.match(t);if(!n)return null;if("Z"===n[0])return{value:0,rest:e.slice(1)};var r="+"===n[1]?1:-1,i=n[2]?parseInt(n[2],10):0,o=n[3]?parseInt(n[3],10):0,a=n[5]?parseInt(n[5],10):0;return{value:r*(i*yr+o*_r+a*wr),rest:e.slice(n[0].length)}}function kr(t,e){return Or(xr.anyDigitsSigned,t,e)}function jr(t,e,n){switch(t){case 1:return Or(xr.singleDigit,e,n);case 2:return Or(xr.twoDigits,e,n);case 3:return Or(xr.threeDigits,e,n);case 4:return Or(xr.fourDigits,e,n);default:return Or(new RegExp("^\\d{1,"+t+"}"),e,n)}}function Tr(t,e,n){switch(t){case 1:return Or(xr.singleDigitSigned,e,n);case 2:return Or(xr.twoDigitsSigned,e,n);case 3:return Or(xr.threeDigitsSigned,e,n);case 4:return Or(xr.fourDigitsSigned,e,n);default:return Or(new RegExp("^-?\\d{1,"+t+"}"),e,n)}}function Pr(t){switch(t){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function Ar(t,e){var n,r=e>0,i=r?e:1-e;if(i<=50)n=t||100;else{var o=i+50,a=100*Math.floor(o/100),s=t>=o%100;n=t+a-(s?100:0)}return r?n:1-n}var Er=[31,28,31,30,31,30,31,31,30,31,30,31],Mr=[31,29,31,30,31,30,31,31,30,31,30,31];function Dr(t){return t%400===0||t%4===0&&t%100!==0}var $r={G:{priority:140,parse:function(t,e,n,r){switch(e){case"G":case"GG":case"GGG":return n.era(t,{width:"abbreviated"})||n.era(t,{width:"narrow"});case"GGGGG":return n.era(t,{width:"narrow"});case"GGGG":default:return n.era(t,{width:"wide"})||n.era(t,{width:"abbreviated"})||n.era(t,{width:"narrow"})}},set:function(t,e,n,r){return e.era=n,t.setUTCFullYear(n,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["R","u","t","T"]},y:{priority:130,parse:function(t,e,n,r){var i=function(t){return{year:t,isTwoDigitYear:"yy"===e}};switch(e){case"y":return jr(4,t,i);case"yo":return n.ordinalNumber(t,{unit:"year",valueCallback:i});default:return jr(e.length,t,i)}},validate:function(t,e,n){return e.isTwoDigitYear||e.year>0},set:function(t,e,n,r){var i=t.getUTCFullYear();if(n.isTwoDigitYear){var o=Ar(n.year,i);return t.setUTCFullYear(o,0,1),t.setUTCHours(0,0,0,0),t}var a="era"in e&&1!==e.era?1-n.year:n.year;return t.setUTCFullYear(a,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","u","w","I","i","e","c","t","T"]},Y:{priority:130,parse:function(t,e,n,r){var i=function(t){return{year:t,isTwoDigitYear:"YY"===e}};switch(e){case"Y":return jr(4,t,i);case"Yo":return n.ordinalNumber(t,{unit:"year",valueCallback:i});default:return jr(e.length,t,i)}},validate:function(t,e,n){return e.isTwoDigitYear||e.year>0},set:function(t,e,n,r){var i=Un(t,r);if(n.isTwoDigitYear){var o=Ar(n.year,i);return t.setUTCFullYear(o,0,r.firstWeekContainsDate),t.setUTCHours(0,0,0,0),Bn(t,r)}var a="era"in e&&1!==e.era?1-n.year:n.year;return t.setUTCFullYear(a,0,r.firstWeekContainsDate),t.setUTCHours(0,0,0,0),Bn(t,r)},incompatibleTokens:["y","R","u","Q","q","M","L","I","d","D","i","t","T"]},R:{priority:130,parse:function(t,e,n,r){return Tr("R"===e?4:e.length,t)},set:function(t,e,n,r){var i=new Date(0);return i.setUTCFullYear(n,0,4),i.setUTCHours(0,0,0,0),Ln(i)},incompatibleTokens:["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"]},u:{priority:130,parse:function(t,e,n,r){return Tr("u"===e?4:e.length,t)},set:function(t,e,n,r){return t.setUTCFullYear(n,0,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["G","y","Y","R","w","I","i","e","c","t","T"]},Q:{priority:120,parse:function(t,e,n,r){switch(e){case"Q":case"QQ":return jr(e.length,t);case"Qo":return n.ordinalNumber(t,{unit:"quarter"});case"QQQ":return n.quarter(t,{width:"abbreviated",context:"formatting"})||n.quarter(t,{width:"narrow",context:"formatting"});case"QQQQQ":return n.quarter(t,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(t,{width:"wide",context:"formatting"})||n.quarter(t,{width:"abbreviated",context:"formatting"})||n.quarter(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,n){return e>=1&&e<=4},set:function(t,e,n,r){return t.setUTCMonth(3*(n-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"]},q:{priority:120,parse:function(t,e,n,r){switch(e){case"q":case"qq":return jr(e.length,t);case"qo":return n.ordinalNumber(t,{unit:"quarter"});case"qqq":return n.quarter(t,{width:"abbreviated",context:"standalone"})||n.quarter(t,{width:"narrow",context:"standalone"});case"qqqqq":return n.quarter(t,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(t,{width:"wide",context:"standalone"})||n.quarter(t,{width:"abbreviated",context:"standalone"})||n.quarter(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,n){return e>=1&&e<=4},set:function(t,e,n,r){return t.setUTCMonth(3*(n-1),1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"]},M:{priority:110,parse:function(t,e,n,r){var i=function(t){return t-1};switch(e){case"M":return Or(xr.month,t,i);case"MM":return jr(2,t,i);case"Mo":return n.ordinalNumber(t,{unit:"month",valueCallback:i});case"MMM":return n.month(t,{width:"abbreviated",context:"formatting"})||n.month(t,{width:"narrow",context:"formatting"});case"MMMMM":return n.month(t,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(t,{width:"wide",context:"formatting"})||n.month(t,{width:"abbreviated",context:"formatting"})||n.month(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,n){return e>=0&&e<=11},set:function(t,e,n,r){return t.setUTCMonth(n,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]},L:{priority:110,parse:function(t,e,n,r){var i=function(t){return t-1};switch(e){case"L":return Or(xr.month,t,i);case"LL":return jr(2,t,i);case"Lo":return n.ordinalNumber(t,{unit:"month",valueCallback:i});case"LLL":return n.month(t,{width:"abbreviated",context:"standalone"})||n.month(t,{width:"narrow",context:"standalone"});case"LLLLL":return n.month(t,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(t,{width:"wide",context:"standalone"})||n.month(t,{width:"abbreviated",context:"standalone"})||n.month(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,n){return e>=0&&e<=11},set:function(t,e,n,r){return t.setUTCMonth(n,1),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","M","w","I","D","i","e","c","t","T"]},w:{priority:100,parse:function(t,e,n,r){switch(e){case"w":return Or(xr.week,t);case"wo":return n.ordinalNumber(t,{unit:"week"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=1&&e<=53},set:function(t,e,n,r){return Bn(br(t,n,r),r)},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","i","t","T"]},I:{priority:100,parse:function(t,e,n,r){switch(e){case"I":return Or(xr.week,t);case"Io":return n.ordinalNumber(t,{unit:"week"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=1&&e<=53},set:function(t,e,n,r){return Ln(mr(t,n,r),r)},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"]},d:{priority:90,parse:function(t,e,n,r){switch(e){case"d":return Or(xr.date,t);case"do":return n.ordinalNumber(t,{unit:"date"});default:return jr(e.length,t)}},validate:function(t,e,n){var r=t.getUTCFullYear(),i=Dr(r),o=t.getUTCMonth();return i?e>=1&&e<=Mr[o]:e>=1&&e<=Er[o]},set:function(t,e,n,r){return t.setUTCDate(n),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","w","I","D","i","e","c","t","T"]},D:{priority:90,parse:function(t,e,n,r){switch(e){case"D":case"DD":return Or(xr.dayOfYear,t);case"Do":return n.ordinalNumber(t,{unit:"date"});default:return jr(e.length,t)}},validate:function(t,e,n){var r=t.getUTCFullYear(),i=Dr(r);return i?e>=1&&e<=366:e>=1&&e<=365},set:function(t,e,n,r){return t.setUTCMonth(0,n),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"]},E:{priority:90,parse:function(t,e,n,r){switch(e){case"E":case"EE":case"EEE":return n.day(t,{width:"abbreviated",context:"formatting"})||n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"});case"EEEEE":return n.day(t,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"});case"EEEE":default:return n.day(t,{width:"wide",context:"formatting"})||n.day(t,{width:"abbreviated",context:"formatting"})||n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,n){return e>=0&&e<=6},set:function(t,e,n,r){return t=vr(t,n,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["D","i","e","c","t","T"]},e:{priority:90,parse:function(t,e,n,r){var i=function(t){var e=7*Math.floor((t-1)/7);return(t+r.weekStartsOn+6)%7+e};switch(e){case"e":case"ee":return jr(e.length,t,i);case"eo":return n.ordinalNumber(t,{unit:"day",valueCallback:i});case"eee":return n.day(t,{width:"abbreviated",context:"formatting"})||n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"});case"eeeee":return n.day(t,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"});case"eeee":default:return n.day(t,{width:"wide",context:"formatting"})||n.day(t,{width:"abbreviated",context:"formatting"})||n.day(t,{width:"short",context:"formatting"})||n.day(t,{width:"narrow",context:"formatting"})}},validate:function(t,e,n){return e>=0&&e<=6},set:function(t,e,n,r){return t=vr(t,n,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"]},c:{priority:90,parse:function(t,e,n,r){var i=function(t){var e=7*Math.floor((t-1)/7);return(t+r.weekStartsOn+6)%7+e};switch(e){case"c":case"cc":return jr(e.length,t,i);case"co":return n.ordinalNumber(t,{unit:"day",valueCallback:i});case"ccc":return n.day(t,{width:"abbreviated",context:"standalone"})||n.day(t,{width:"short",context:"standalone"})||n.day(t,{width:"narrow",context:"standalone"});case"ccccc":return n.day(t,{width:"narrow",context:"standalone"});case"cccccc":return n.day(t,{width:"short",context:"standalone"})||n.day(t,{width:"narrow",context:"standalone"});case"cccc":default:return n.day(t,{width:"wide",context:"standalone"})||n.day(t,{width:"abbreviated",context:"standalone"})||n.day(t,{width:"short",context:"standalone"})||n.day(t,{width:"narrow",context:"standalone"})}},validate:function(t,e,n){return e>=0&&e<=6},set:function(t,e,n,r){return t=vr(t,n,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"]},i:{priority:90,parse:function(t,e,n,r){var i=function(t){return 0===t?7:t};switch(e){case"i":case"ii":return jr(e.length,t);case"io":return n.ordinalNumber(t,{unit:"day"});case"iii":return n.day(t,{width:"abbreviated",context:"formatting",valueCallback:i})||n.day(t,{width:"short",context:"formatting",valueCallback:i})||n.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiiii":return n.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiiiii":return n.day(t,{width:"short",context:"formatting",valueCallback:i})||n.day(t,{width:"narrow",context:"formatting",valueCallback:i});case"iiii":default:return n.day(t,{width:"wide",context:"formatting",valueCallback:i})||n.day(t,{width:"abbreviated",context:"formatting",valueCallback:i})||n.day(t,{width:"short",context:"formatting",valueCallback:i})||n.day(t,{width:"narrow",context:"formatting",valueCallback:i})}},validate:function(t,e,n){return e>=1&&e<=7},set:function(t,e,n,r){return t=gr(t,n,r),t.setUTCHours(0,0,0,0),t},incompatibleTokens:["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"]},a:{priority:80,parse:function(t,e,n,r){switch(e){case"a":case"aa":case"aaa":return n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaaa":return n.dayPeriod(t,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(t,{width:"wide",context:"formatting"})||n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,n,r){return t.setUTCHours(Pr(n),0,0,0),t},incompatibleTokens:["b","B","H","K","k","t","T"]},b:{priority:80,parse:function(t,e,n,r){switch(e){case"b":case"bb":case"bbb":return n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbbb":return n.dayPeriod(t,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(t,{width:"wide",context:"formatting"})||n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,n,r){return t.setUTCHours(Pr(n),0,0,0),t},incompatibleTokens:["a","B","H","K","k","t","T"]},B:{priority:80,parse:function(t,e,n,r){switch(e){case"B":case"BB":case"BBB":return n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBBB":return n.dayPeriod(t,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(t,{width:"wide",context:"formatting"})||n.dayPeriod(t,{width:"abbreviated",context:"formatting"})||n.dayPeriod(t,{width:"narrow",context:"formatting"})}},set:function(t,e,n,r){return t.setUTCHours(Pr(n),0,0,0),t},incompatibleTokens:["a","b","t","T"]},h:{priority:70,parse:function(t,e,n,r){switch(e){case"h":return Or(xr.hour12h,t);case"ho":return n.ordinalNumber(t,{unit:"hour"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=1&&e<=12},set:function(t,e,n,r){var i=t.getUTCHours()>=12;return i&&n<12?t.setUTCHours(n+12,0,0,0):i||12!==n?t.setUTCHours(n,0,0,0):t.setUTCHours(0,0,0,0),t},incompatibleTokens:["H","K","k","t","T"]},H:{priority:70,parse:function(t,e,n,r){switch(e){case"H":return Or(xr.hour23h,t);case"Ho":return n.ordinalNumber(t,{unit:"hour"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=0&&e<=23},set:function(t,e,n,r){return t.setUTCHours(n,0,0,0),t},incompatibleTokens:["a","b","h","K","k","t","T"]},K:{priority:70,parse:function(t,e,n,r){switch(e){case"K":return Or(xr.hour11h,t);case"Ko":return n.ordinalNumber(t,{unit:"hour"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=0&&e<=11},set:function(t,e,n,r){var i=t.getUTCHours()>=12;return i&&n<12?t.setUTCHours(n+12,0,0,0):t.setUTCHours(n,0,0,0),t},incompatibleTokens:["a","b","h","H","k","t","T"]},k:{priority:70,parse:function(t,e,n,r){switch(e){case"k":return Or(xr.hour24h,t);case"ko":return n.ordinalNumber(t,{unit:"hour"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=1&&e<=24},set:function(t,e,n,r){var i=n<=24?n%24:n;return t.setUTCHours(i,0,0,0),t},incompatibleTokens:["a","b","h","H","K","t","T"]},m:{priority:60,parse:function(t,e,n,r){switch(e){case"m":return Or(xr.minute,t);case"mo":return n.ordinalNumber(t,{unit:"minute"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=0&&e<=59},set:function(t,e,n,r){return t.setUTCMinutes(n,0,0),t},incompatibleTokens:["t","T"]},s:{priority:50,parse:function(t,e,n,r){switch(e){case"s":return Or(xr.second,t);case"so":return n.ordinalNumber(t,{unit:"second"});default:return jr(e.length,t)}},validate:function(t,e,n){return e>=0&&e<=59},set:function(t,e,n,r){return t.setUTCSeconds(n,0),t},incompatibleTokens:["t","T"]},S:{priority:30,parse:function(t,e,n,r){var i=function(t){return Math.floor(t*Math.pow(10,3-e.length))};return jr(e.length,t,i)},set:function(t,e,n,r){return t.setUTCMilliseconds(n),t},incompatibleTokens:["t","T"]},X:{priority:10,parse:function(t,e,n,r){switch(e){case"X":return Cr(Sr.basicOptionalMinutes,t);case"XX":return Cr(Sr.basic,t);case"XXXX":return Cr(Sr.basicOptionalSeconds,t);case"XXXXX":return Cr(Sr.extendedOptionalSeconds,t);case"XXX":default:return Cr(Sr.extended,t)}},set:function(t,e,n,r){return e.timestampIsSet?t:new Date(t.getTime()-n)},incompatibleTokens:["t","T","x"]},x:{priority:10,parse:function(t,e,n,r){switch(e){case"x":return Cr(Sr.basicOptionalMinutes,t);case"xx":return Cr(Sr.basic,t);case"xxxx":return Cr(Sr.basicOptionalSeconds,t);case"xxxxx":return Cr(Sr.extendedOptionalSeconds,t);case"xxx":default:return Cr(Sr.extended,t)}},set:function(t,e,n,r){return e.timestampIsSet?t:new Date(t.getTime()-n)},incompatibleTokens:["t","T","X"]},t:{priority:40,parse:function(t,e,n,r){return kr(t)},set:function(t,e,n,r){return[new Date(1e3*n),{timestampIsSet:!0}]},incompatibleTokens:"*"},T:{priority:20,parse:function(t,e,n,r){return kr(t)},set:function(t,e,n,r){return[new Date(n),{timestampIsSet:!0}]},incompatibleTokens:"*"}},Rr=10,qr=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,Lr=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,Fr=/^'(.*?)'?$/,Nr=/''/g,Ir=/\S/,zr=/[a-zA-Z]/;function Br(t,e,n,r){if(arguments.length<3)throw new TypeError("3 arguments required, but only "+arguments.length+" present");var i=String(t),o=String(e),a=r||{},s=a.locale||En;if(!s.match)throw new RangeError("locale must contain match property");var c=s.options&&s.options.firstWeekContainsDate,u=null==c?1:He(c),l=null==a.firstWeekContainsDate?u:He(a.firstWeekContainsDate);if(!(l>=1&&l<=7))throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");var f=s.options&&s.options.weekStartsOn,d=null==f?0:He(f),h=null==a.weekStartsOn?d:He(a.weekStartsOn);if(!(h>=0&&h<=6))throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");if(""===o)return""===i?Ue(n):new Date(NaN);var p,v={firstWeekContainsDate:l,weekStartsOn:h,locale:s},g=[{priority:Rr,set:Ur,index:0}],m=o.match(Lr).map((function(t){var e=t[0];if("p"===e||"P"===e){var n=er[e];return n(t,s.formatLong,v)}return t})).join("").match(qr),b=[];for(p=0;p<m.length;p++){var y=m[p];!a.useAdditionalWeekYearTokens&&or(y)&&ar(y),!a.useAdditionalDayOfYearTokens&&ir(y)&&ar(y);var _=y[0],w=$r[_];if(w){var x=w.incompatibleTokens;if(Array.isArray(x)){for(var S=void 0,O=0;O<b.length;O++){var C=b[O].token;if(-1!==x.indexOf(C)||C===_){S=b[O];break}}if(S)throw new RangeError("The format string mustn't contain `".concat(S.fullToken,"` and `").concat(y,"` at the same time"))}else if("*"===w.incompatibleTokens&&b.length)throw new RangeError("The format string mustn't contain `".concat(y,"` and any other token at the same time"));b.push({token:_,fullToken:y});var k=w.parse(i,y,s.match,v);if(!k)return new Date(NaN);g.push({priority:w.priority,set:w.set,validate:w.validate,value:k.value,index:g.length}),i=k.rest}else{if(_.match(zr))throw new RangeError("Format string contains an unescaped latin alphabet character `"+_+"`");if("''"===y?y="'":"'"===_&&(y=Hr(y)),0!==i.indexOf(y))return new Date(NaN);i=i.slice(y.length)}}if(i.length>0&&Ir.test(i))return new Date(NaN);var j=g.map((function(t){return t.priority})).sort((function(t,e){return e-t})).filter((function(t,e,n){return n.indexOf(t)===e})).map((function(t){return g.filter((function(e){return e.priority===t})).reverse()})).map((function(t){return t[0]})),T=Ue(n);if(isNaN(T))return new Date(NaN);var P=Mn(T,We(T)),A={};for(p=0;p<j.length;p++){var E=j[p];if(E.validate&&!E.validate(P,E.value,v))return new Date(NaN);var M=E.set(P,A,E.value,v);M[0]?(P=M[0],pr(A,M[1])):P=M}return P}function Ur(t,e){if(e.timestampIsSet)return t;var n=new Date(0);return n.setFullYear(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()),n.setHours(t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),t.getUTCMilliseconds()),n}function Hr(t){return t.match(Fr)[1].replace(Nr,"'")}var Yr=Pt(Rt);Yr.isRight=!0,Yr.compare=function(t,e,n){function r(t){return n&&n.dateInputFormat?Br("".concat(t),"".concat(n.dateInputFormat),new Date):t}return t=r(t),e=r(e),Qe(t)?Qe(e)?Ge(t,e):1:-1},Yr.format=function(t,e){if(void 0===t||null===t)return"";var n=Br(t,e.dateInputFormat,new Date);return Qe(n)?dr(n,e.dateOutputFormat):(console.error('Not a valid date: "'.concat(t,'"')),null)};var Vr=Object.freeze({default:Yr}),Wr=Pt(Rt);Wr.isRight=!0,Wr.filterPredicate=function(t,e){return 0===Wr.compare(t,e)},Wr.compare=function(t,e){function n(t){return void 0===t||null===t?-1/0:t.indexOf(".")>=0?parseFloat(t):parseInt(t,10)}return t="number"===typeof t?t:n(t),e="number"===typeof e?e:n(e),t<e?-1:t>e?1:0};var Gr=Object.freeze({default:Wr}),Qr=Pt(Wr);Qr.format=function(t){return void 0===t||null===t?"":parseFloat(Math.round(100*t)/100).toFixed(2)};var Xr=Object.freeze({default:Qr}),Kr=Pt(Wr);Kr.format=function(t){return void 0===t||null===t?"":"".concat(parseFloat(100*t).toFixed(2),"%")};var Zr=Object.freeze({default:Kr}),Jr=Pt(Rt);Jr.isRight=!0,Jr.filterPredicate=function(t,e){return 0===Jr.compare(t,e)},Jr.compare=function(t,e){function n(t){return"boolean"===typeof t?t?1:0:"string"===typeof t?"true"===t?1:0:-1/0}return t=n(t),e=n(e),t<e?-1:t>e?1:0};var ti=Object.freeze({default:Jr}),ei={date:Vr,decimal:Xr,number:Gr,percentage:Zr,boolean:ti},ni={},ri=ei;H(Object.keys(ri),(function(t){var e=t.replace(/^\.\//,"").replace(/\.js/,"");ni[e]=ri[t]["default"]}));var ii={name:"vue-good-table",props:{isLoading:{default:null,type:Boolean},maxHeight:{default:null,type:String},fixedHeader:{default:!1,type:Boolean},theme:{default:""},mode:{default:"local"},totalRows:{},styleClass:{default:"vgt-table bordered"},columns:{},rows:{},lineNumbers:{default:!1},responsive:{default:!0},rtl:{default:!1},rowStyleClass:{default:null,type:[Function,String]},groupOptions:{default:function(){return{enabled:!1}}},selectOptions:{default:function(){return{enabled:!1,selectionInfoClass:"",selectionText:"rows selected",clearSelectionText:"clear",disableSelectInfo:!1}}},sortOptions:{default:function(){return{enabled:!0,initialSortBy:{}}}},paginationOptions:{default:function(){return{enabled:!1,perPage:10,perPageDropdown:null,position:"bottom",dropdownAllowAll:!0,mode:"records"}}},searchOptions:{default:function(){return{enabled:!1,trigger:null,externalQuery:null,searchFn:null,placeholder:"Search Table"}}}},data:function(){return{tableLoading:!1,nextText:"Next",prevText:"Prev",rowsPerPageText:"Rows per page",ofText:"of",allText:"All",pageText:"page",selectable:!1,selectOnCheckboxOnly:!1,selectAllByPage:!0,disableSelectInfo:!1,selectionInfoClass:"",selectionText:"rows selected",clearSelectionText:"clear",sortable:!0,defaultSortBy:null,searchEnabled:!1,searchTrigger:null,externalSearchQuery:null,searchFn:null,searchPlaceholder:"Search Table",searchSkipDiacritics:!1,perPage:null,paginate:!1,paginateOnTop:!1,paginateOnBottom:!0,customRowsPerPageDropdown:[],paginateDropdownAllowAll:!0,paginationMode:"records",currentPage:1,currentPerPage:10,sorts:[],globalSearchTerm:"",filteredRows:[],columnFilters:{},forceSearch:!1,sortChanged:!1,dataTypes:ni||{}}},watch:{rows:{handler:function(){this.$emit("update:isLoading",!1),this.filterRows(this.columnFilters,!1)},deep:!0,immediate:!0},selectOptions:{handler:function(){this.initializeSelect()},deep:!0,immediate:!0},paginationOptions:{handler:function(t,e){Et(t,e)||this.initializePagination()},deep:!0,immediate:!0},searchOptions:{handler:function(){void 0!==this.searchOptions.externalQuery&&this.searchOptions.externalQuery!==this.searchTerm&&(this.externalSearchQuery=this.searchOptions.externalQuery,this.handleSearch()),this.initializeSearch()},deep:!0,immediate:!0},sortOptions:{handler:function(t,e){Et(t,e)||this.initializeSort()},deep:!0},selectedRows:function(t,e){Et(t,e)||this.$emit("on-selected-rows-change",{selectedRows:this.selectedRows})}},computed:{hasFooterSlot:function(){return!!this.$slots["table-actions-bottom"]},wrapperStyles:function(){return{overflow:"scroll-y",maxHeight:this.maxHeight?this.maxHeight:"auto"}},hasHeaderRowTemplate:function(){return!!this.$slots["table-header-row"]||!!this.$scopedSlots["table-header-row"]},showEmptySlot:function(){return!this.paginated.length||"no groups"===this.paginated[0].label&&!this.paginated[0].children.length},allSelected:function(){return this.selectedRowCount>0&&(this.selectAllByPage&&this.selectedPageRowsCount===this.totalPageRowCount||!this.selectAllByPage&&this.selectedRowCount===this.totalRowCount)},allSelectedIndeterminate:function(){return!this.allSelected&&(this.selectAllByPage&&this.selectedPageRowsCount>0||!this.selectAllByPage&&this.selectedRowCount>0)},selectionInfo:function(){return"".concat(this.selectedRowCount," ").concat(this.selectionText)},selectedRowCount:function(){return this.selectedRows.length},selectedPageRowsCount:function(){return this.selectedPageRows.length},selectedPageRows:function(){var t=[];return H(this.paginated,(function(e){H(e.children,(function(e){e.vgtSelected&&t.push(e)}))})),t},selectedRows:function(){var t=[];return H(this.processedRows,(function(e){H(e.children,(function(e){e.vgtSelected&&t.push(e)}))})),t.sort((function(t,e){return t.originalIndex-e.originalIndex}))},fullColspan:function(){for(var t=0,e=0;e<this.columns.length;e+=1)this.columns[e].hidden||(t+=1);return this.lineNumbers&&t++,this.selectable&&t++,t},groupHeaderOnTop:function(){return!(this.groupOptions&&this.groupOptions.enabled&&this.groupOptions.headerPosition&&"bottom"===this.groupOptions.headerPosition)&&!(!this.groupOptions||!this.groupOptions.enabled)},groupHeaderOnBottom:function(){return!!(this.groupOptions&&this.groupOptions.enabled&&this.groupOptions.headerPosition&&"bottom"===this.groupOptions.headerPosition)},totalRowCount:function(){var t=0;return H(this.processedRows,(function(e){t+=e.children?e.children.length:0})),t},totalPageRowCount:function(){var t=0;return H(this.paginated,(function(e){t+=e.children?e.children.length:0})),t},wrapStyleClasses:function(){var t="vgt-wrap";return this.rtl&&(t+=" rtl"),t+=" ".concat(this.theme),t},tableStyleClasses:function(){var t=this.styleClass;return t+=" ".concat(this.theme),t},searchTerm:function(){return null!=this.externalSearchQuery?this.externalSearchQuery:this.globalSearchTerm},globalSearchAllowed:function(){return!(!this.searchEnabled||!this.globalSearchTerm||"enter"===this.searchTrigger)||(null!=this.externalSearchQuery&&"enter"!==this.searchTrigger||!!this.forceSearch&&(this.forceSearch=!1,!0))},processedRows:function(){var t=this,e=this.filteredRows;if("remote"===this.mode)return e;if(this.globalSearchAllowed){var n=[];H(this.filteredRows,(function(t){n.push.apply(n,i(t.children))}));var r=[];H(n,(function(e){H(t.columns,(function(n){if(!n.globalSearchDisabled)if(t.searchFn){var i=t.searchFn(e,n,t.collectFormatted(e,n),t.searchTerm);if(i)return r.push(e),!1}else{var o=Rt.filterPredicate(t.collectFormatted(e,n),t.searchTerm,t.searchSkipDiacritics);if(o)return r.push(e),!1}}))})),this.$emit("on-search",{searchTerm:this.searchTerm,rowCount:r.length}),e=[],H(this.filteredRows,(function(t){var n=t.vgt_header_id,i=At(r,["vgt_id",n]);if(i.length){var o=Pt(t);o.children=i,e.push(o)}}))}return this.sorts.length&&e.forEach((function(e){e.children.sort((function(e,n){for(var r,i=0;i<t.sorts.length;i+=1){var o=t.getColumnForField(t.sorts[i].field),a=t.collect(e,t.sorts[i].field),s=t.collect(n,t.sorts[i].field),c=o.sortFn;r=c&&"function"===typeof c?r||c(a,s,o,e,n)*("desc"===t.sorts[i].type?-1:1):r||o.typeDef.compare(a,s,o)*("desc"===t.sorts[i].type?-1:1)}return r}))})),"enter"===this.searchTrigger&&(this.filteredRows=e),e},paginated:function(){if(!this.processedRows.length)return[];if("remote"===this.mode)return this.processedRows;var t=[];if(H(this.processedRows,(function(e){var n;(n=t).push.apply(n,i(e.children))})),this.paginate){var e=(this.currentPage-1)*this.currentPerPage;(e>=t.length||-1===this.currentPerPage)&&(this.currentPage=1,e=0);var n=t.length+1;-1!==this.currentPerPage&&(n=this.currentPage*this.currentPerPage),t=t.slice(e,n)}var r=[];return H(this.processedRows,(function(e){var n=e.vgt_header_id,i=At(t,["vgt_id",n]);if(i.length){var o=Pt(e);o.children=i,r.push(o)}})),r},originalRows:function(){var t=Pt(this.rows),e=[];e=this.groupOptions.enabled?this.handleGrouped(t):this.handleGrouped([{label:"no groups",children:t}]);var n=0;return H(e,(function(t,e){H(t.children,(function(t,e){t.originalIndex=n++}))})),e},typedColumns:function(){for(var t=kt(this.columns,[]),e=0;e<this.columns.length;e++){var n=t[e];n.typeDef=this.dataTypes[n.type]||Rt}return t},hasRowClickListener:function(){return this.$listeners&&this.$listeners["on-row-click"]}},methods:{getColumnForField:function(t){for(var e=0;e<this.typedColumns.length;e+=1)if(this.typedColumns[e].field===t)return this.typedColumns[e]},handleSearch:function(){this.resetTable(),"remote"===this.mode&&this.$emit("on-search",{searchTerm:this.searchTerm})},reset:function(){this.initializeSort(),this.changePage(1),this.$refs["table-header-primary"].reset(!0),this.$refs["table-header-secondary"]&&this.$refs["table-header-secondary"].reset(!0)},emitSelectedRows:function(){this.$emit("on-select-all",{selected:this.selectedRowCount===this.totalRowCount,selectedRows:this.selectedRows})},unselectAllInternal:function(t){var e=this,n=this.selectAllByPage&&!t?this.paginated:this.filteredRows;H(n,(function(t,n){H(t.children,(function(t,n){e.$set(t,"vgtSelected",!1)}))})),this.emitSelectedRows()},toggleSelectAll:function(){var t=this;if(this.allSelected)this.unselectAllInternal();else{var e=this.selectAllByPage?this.paginated:this.filteredRows;H(e,(function(e){H(e.children,(function(e){t.$set(e,"vgtSelected",!0)}))})),this.emitSelectedRows()}},changePage:function(t){if(this.paginationOptions.enabled){var e=this.$refs.paginationBottom;"top"===this.paginationOptions.position&&(e=this.$refs.paginationTop),e&&(e.currentPage=t,this.currentPage=t)}},pageChangedEvent:function(){return{currentPage:this.currentPage,currentPerPage:this.currentPerPage,total:Math.floor(this.totalRowCount/this.currentPerPage)}},pageChanged:function(t){this.currentPage=t.currentPage;var e=this.pageChangedEvent();e.prevPage=t.prevPage,this.$emit("on-page-change",e),"remote"===this.mode&&this.$emit("update:isLoading",!0)},perPageChanged:function(t){this.currentPerPage=t.currentPerPage;var e=this.pageChangedEvent();this.$emit("on-per-page-change",e),"remote"===this.mode&&this.$emit("update:isLoading",!0)},changeSort:function(t){this.sorts=t,this.$emit("on-sort-change",t),this.changePage(1),"remote"!==this.mode?this.sortChanged=!0:this.$emit("update:isLoading",!0)},onCheckboxClicked:function(t,e,n){this.$set(t,"vgtSelected",!t.vgtSelected),this.$emit("on-row-click",{row:t,pageIndex:e,selected:!!t.vgtSelected,event:n})},onRowDoubleClicked:function(t,e,n){this.$emit("on-row-dblclick",{row:t,pageIndex:e,selected:!!t.vgtSelected,event:n})},onRowClicked:function(t,e,n){this.selectable&&!this.selectOnCheckboxOnly&&this.$set(t,"vgtSelected",!t.vgtSelected),this.$emit("on-row-click",{row:t,pageIndex:e,selected:!!t.vgtSelected,event:n})},onRowAuxClicked:function(t,e,n){this.$emit("on-row-aux-click",{row:t,pageIndex:e,selected:!!t.vgtSelected,event:n})},onCellClicked:function(t,e,n,r){this.$emit("on-cell-click",{row:t,column:e,rowIndex:n,event:r})},onMouseenter:function(t,e){this.$emit("on-row-mouseenter",{row:t,pageIndex:e})},onMouseleave:function(t,e){this.$emit("on-row-mouseleave",{row:t,pageIndex:e})},searchTableOnEnter:function(){"enter"===this.searchTrigger&&(this.handleSearch(),this.filteredRows=Pt(this.originalRows),this.forceSearch=!0,this.sortChanged=!0)},searchTableOnKeyUp:function(){"enter"!==this.searchTrigger&&this.handleSearch()},resetTable:function(){this.unselectAllInternal(!0),this.changePage(1)},collect:function(t,e){function n(t,e){for(var n=t,r=e.split("."),i=0;i<r.length;i++){if("undefined"===typeof n||null===n)return;n=n[r[i]]}return n}return"function"===typeof e?e(t):"string"===typeof e?n(t,e):void 0},collectFormatted:function(t,e){var n,r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(n=r&&e.headerField?this.collect(t,e.headerField):this.collect(t,e.field),void 0===n)return"";if(e.formatFn&&"function"===typeof e.formatFn)return e.formatFn(n,t);var i=e.typeDef;return i||(i=this.dataTypes[e.type]||Rt),i.format(n,e)},formattedRow:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n={},r=0;r<this.typedColumns.length;r++){var i=this.typedColumns[r];i.field&&(n[i.field]=this.collectFormatted(t,i,e))}return n},getClasses:function(t,e,n){var r=this.typedColumns[t],i=r.typeDef,o=r["".concat(e,"Class")],a=i.isRight;this.rtl&&(a=!0);var s={"vgt-right-align":a,"vgt-left-align":!a};return"function"===typeof o?s[o(n)]=!0:"string"===typeof o&&(s[o]=!0),s},filterRows:function(t){var e=this,r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];this.columnFilters=t;var i=Pt(this.originalRows);if(this.columnFilters&&Object.keys(this.columnFilters).length){if(("remote"!==this.mode||r)&&this.changePage(1),r&&this.$emit("on-column-filter",{columnFilters:this.columnFilters}),"remote"===this.mode)return void(r?this.$emit("update:isLoading",!0):this.filteredRows=i);for(var o=function(t){var r=e.typedColumns[t];e.columnFilters[r.field]&&(i=H(i,(function(t){var i=t.children.filter((function(t){if(r.filterOptions&&"function"===typeof r.filterOptions.filterFn)return r.filterOptions.filterFn(e.collect(t,r.field),e.columnFilters[r.field]);var i=r.typeDef;return i.filterPredicate(e.collect(t,r.field),e.columnFilters[r.field],!1,r.filterOptions&&"object"===n(r.filterOptions.filterDropdownItems))}));t.children=i})))},a=0;a<this.typedColumns.length;a++)o(a)}this.filteredRows=i},getCurrentIndex:function(t){return(this.currentPage-1)*this.currentPerPage+t+1},getRowStyleClass:function(t){var e,n="";return this.hasRowClickListener&&(n+="clickable"),e="function"===typeof this.rowStyleClass?this.rowStyleClass(t):this.rowStyleClass,e&&(n+=" ".concat(e)),n},handleGrouped:function(t){return H(t,(function(t,e){t.vgt_header_id=e,H(t.children,(function(t){t.vgt_id=e}))})),t},initializePagination:function(){var t=this,e=this.paginationOptions,n=e.enabled,i=e.perPage,o=e.position,a=e.perPageDropdown,s=e.dropdownAllowAll,c=e.nextLabel,u=e.prevLabel,l=e.rowsPerPageLabel,f=e.ofLabel,d=e.pageLabel,h=e.allLabel,p=e.setCurrentPage,v=e.mode;if("boolean"===typeof n&&(this.paginate=n),"number"===typeof i&&(this.perPage=i),"top"===o?(this.paginateOnTop=!0,this.paginateOnBottom=!1):"both"===o&&(this.paginateOnTop=!0,this.paginateOnBottom=!0),Array.isArray(a)&&a.length&&(this.customRowsPerPageDropdown=a,!this.perPage)){var g=r(a,1);this.perPage=g[0]}"boolean"===typeof s&&(this.paginateDropdownAllowAll=s),"string"===typeof v&&(this.paginationMode=v),"string"===typeof c&&(this.nextText=c),"string"===typeof u&&(this.prevText=u),"string"===typeof l&&(this.rowsPerPageText=l),"string"===typeof f&&(this.ofText=f),"string"===typeof d&&(this.pageText=d),"string"===typeof h&&(this.allText=h),"number"===typeof p&&setTimeout((function(){t.changePage(p)}),500)},initializeSearch:function(){var t=this.searchOptions,e=t.enabled,n=t.trigger,r=t.externalQuery,i=t.searchFn,o=t.placeholder,a=t.skipDiacritics;"boolean"===typeof e&&(this.searchEnabled=e),"enter"===n&&(this.searchTrigger=n),"string"===typeof r&&(this.externalSearchQuery=r),"function"===typeof i&&(this.searchFn=i),"string"===typeof o&&(this.searchPlaceholder=o),"boolean"===typeof a&&(this.searchSkipDiacritics=a)},initializeSort:function(){var t=this.sortOptions,e=t.enabled,r=t.initialSortBy;if("boolean"===typeof e&&(this.sortable=e),"object"===n(r)){var i=this.fixedHeader?this.$refs["table-header-secondary"]:this.$refs["table-header-primary"];if(Array.isArray(r))i.setInitialSort(r);else{var o=Object.prototype.hasOwnProperty.call(r,"field");o&&i.setInitialSort([r])}}},initializeSelect:function(){var t=this.selectOptions,e=t.enabled,n=t.selectionInfoClass,r=t.selectionText,i=t.clearSelectionText,o=t.selectOnCheckboxOnly,a=t.selectAllByPage,s=t.disableSelectInfo;"boolean"===typeof e&&(this.selectable=e),"boolean"===typeof o&&(this.selectOnCheckboxOnly=o),"boolean"===typeof a&&(this.selectAllByPage=a),"boolean"===typeof s&&(this.disableSelectInfo=s),"string"===typeof n&&(this.selectionInfoClass=n),"string"===typeof r&&(this.selectionText=r),"string"===typeof i&&(this.clearSelectionText=i)}},mounted:function(){this.perPage&&(this.currentPerPage=this.perPage),this.initializeSort()},components:{"vgt-pagination":ne,"vgt-global-search":fe,"vgt-header-row":Be,"vgt-table-header":De}},oi=ii,ai=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{class:t.wrapStyleClasses},[t.isLoading?n("div",{staticClass:"vgt-loading vgt-center-align"},[t._t("loadingContent",[n("span",{staticClass:"vgt-loading__content"},[t._v("\n Loading...\n ")])])],2):t._e(),t._v(" "),n("div",{staticClass:"vgt-inner-wrap",class:{"is-loading":t.isLoading}},[t.paginate&&t.paginateOnTop?t._t("pagination-top",[n("vgt-pagination",{ref:"paginationTop",attrs:{perPage:t.perPage,rtl:t.rtl,total:t.totalRows||t.totalRowCount,mode:t.paginationMode,nextText:t.nextText,prevText:t.prevText,rowsPerPageText:t.rowsPerPageText,customRowsPerPageDropdown:t.customRowsPerPageDropdown,paginateDropdownAllowAll:t.paginateDropdownAllowAll,ofText:t.ofText,pageText:t.pageText,allText:t.allText},on:{"page-changed":t.pageChanged,"per-page-changed":t.perPageChanged}})],{pageChanged:t.pageChanged,perPageChanged:t.perPageChanged,total:t.totalRows||t.totalRowCount}):t._e(),t._v(" "),n("vgt-global-search",{attrs:{"search-enabled":t.searchEnabled&&null==t.externalSearchQuery,"global-search-placeholder":t.searchPlaceholder},on:{"on-keyup":t.searchTableOnKeyUp,"on-enter":t.searchTableOnEnter},model:{value:t.globalSearchTerm,callback:function(e){t.globalSearchTerm=e},expression:"globalSearchTerm"}},[n("template",{slot:"internal-table-actions"},[t._t("table-actions")],2)],2),t._v(" "),t.selectedRowCount&&!t.disableSelectInfo?n("div",{staticClass:"vgt-selection-info-row clearfix",class:t.selectionInfoClass},[t._v("\n "+t._s(t.selectionInfo)+"\n "),n("a",{attrs:{href:""},on:{click:function(e){return e.preventDefault(),t.unselectAllInternal(!0)}}},[t._v("\n "+t._s(t.clearSelectionText)+"\n ")]),t._v(" "),n("div",{staticClass:"vgt-selection-info-row__actions vgt-pull-right"},[t._t("selected-row-actions")],2)]):t._e(),t._v(" "),n("div",{staticClass:"vgt-fixed-header"},[t.fixedHeader?n("table",{class:t.tableStyleClasses},[n("vgt-table-header",{ref:"table-header-secondary",tag:"thead",attrs:{columns:t.columns,"line-numbers":t.lineNumbers,selectable:t.selectable,"all-selected":t.allSelected,"all-selected-indeterminate":t.allSelectedIndeterminate,mode:t.mode,sortable:t.sortable,"typed-columns":t.typedColumns,getClasses:t.getClasses,searchEnabled:t.searchEnabled,paginated:t.paginated,"table-ref":t.$refs.table},on:{"on-toggle-select-all":t.toggleSelectAll,"on-sort-change":t.changeSort,"filter-changed":t.filterRows},scopedSlots:t._u([{key:"table-column",fn:function(e){return[t._t("table-column",[n("span",[t._v(t._s(e.column.label))])],{column:e.column})]}}],null,!0)})],1):t._e()]),t._v(" "),n("div",{class:{"vgt-responsive":t.responsive},style:t.wrapperStyles},[n("table",{ref:"table",class:t.tableStyleClasses},[n("vgt-table-header",{ref:"table-header-primary",tag:"thead",attrs:{columns:t.columns,"line-numbers":t.lineNumbers,selectable:t.selectable,"all-selected":t.allSelected,"all-selected-indeterminate":t.allSelectedIndeterminate,mode:t.mode,sortable:t.sortable,"typed-columns":t.typedColumns,getClasses:t.getClasses,searchEnabled:t.searchEnabled},on:{"on-toggle-select-all":t.toggleSelectAll,"on-sort-change":t.changeSort,"filter-changed":t.filterRows},scopedSlots:t._u([{key:"table-column",fn:function(e){return[t._t("table-column",[n("span",[t._v(t._s(e.column.label))])],{column:e.column})]}}],null,!0)}),t._v(" "),t._l(t.paginated,(function(e,r){return n("tbody",{key:r},[t.groupHeaderOnTop?n("vgt-header-row",{attrs:{"header-row":e,columns:t.columns,"line-numbers":t.lineNumbers,selectable:t.selectable,"collect-formatted":t.collectFormatted,"formatted-row":t.formattedRow,"get-classes":t.getClasses,"full-colspan":t.fullColspan},scopedSlots:t._u([{key:"table-header-row",fn:function(e){return t.hasHeaderRowTemplate?[t._t("table-header-row",null,{column:e.column,formattedRow:e.formattedRow,row:e.row})]:void 0}}],null,!0)}):t._e(),t._v(" "),t._l(e.children,(function(e,r){return n("tr",{key:e.originalIndex,class:t.getRowStyleClass(e),on:{mouseenter:function(n){return t.onMouseenter(e,r)},mouseleave:function(n){return t.onMouseleave(e,r)},dblclick:function(n){return t.onRowDoubleClicked(e,r,n)},click:function(n){return t.onRowClicked(e,r,n)},auxclick:function(n){return t.onRowAuxClicked(e,r,n)}}},[t.lineNumbers?n("th",{staticClass:"line-numbers"},[t._v("\n "+t._s(t.getCurrentIndex(r))+"\n ")]):t._e(),t._v(" "),t.selectable?n("th",{staticClass:"vgt-checkbox-col",on:{click:function(n){return n.stopPropagation(),t.onCheckboxClicked(e,r,n)}}},[n("input",{attrs:{type:"checkbox"},domProps:{checked:e.vgtSelected}})]):t._e(),t._v(" "),t._l(t.columns,(function(i,o){return!i.hidden&&i.field?n("td",{key:o,class:t.getClasses(o,"td",e),on:{click:function(n){return t.onCellClicked(e,i,r,n)}}},[t._t("table-row",[i.html?t._e():n("span",[t._v("\n "+t._s(t.collectFormatted(e,i))+"\n ")]),t._v(" "),i.html?n("span",{domProps:{innerHTML:t._s(t.collect(e,i.field))}}):t._e()],{row:e,column:i,formattedRow:t.formattedRow(e),index:r})],2):t._e()}))],2)})),t._v(" "),t.groupHeaderOnBottom?n("vgt-header-row",{attrs:{"header-row":e,columns:t.columns,"line-numbers":t.lineNumbers,selectable:t.selectable,"collect-formatted":t.collectFormatted,"formatted-row":t.formattedRow,"get-classes":t.getClasses,"full-colspan":t.fullColspan},scopedSlots:t._u([{key:"table-header-row",fn:function(e){return t.hasHeaderRowTemplate?[t._t("table-header-row",null,{column:e.column,formattedRow:e.formattedRow,row:e.row})]:void 0}}],null,!0)}):t._e()],2)})),t._v(" "),t.showEmptySlot?n("tbody",[n("tr",[n("td",{attrs:{colspan:t.fullColspan}},[t._t("emptystate",[n("div",{staticClass:"vgt-center-align vgt-text-disabled"},[t._v("\n No data for table\n ")])])],2)])]):t._e()],2)]),t._v(" "),t.hasFooterSlot?n("div",{staticClass:"vgt-wrap__actions-footer"},[t._t("table-actions-bottom")],2):t._e(),t._v(" "),t.paginate&&t.paginateOnBottom?t._t("pagination-bottom",[n("vgt-pagination",{ref:"paginationBottom",attrs:{perPage:t.perPage,rtl:t.rtl,total:t.totalRows||t.totalRowCount,mode:t.paginationMode,nextText:t.nextText,prevText:t.prevText,rowsPerPageText:t.rowsPerPageText,customRowsPerPageDropdown:t.customRowsPerPageDropdown,paginateDropdownAllowAll:t.paginateDropdownAllowAll,ofText:t.ofText,pageText:t.pageText,allText:t.allText},on:{"page-changed":t.pageChanged,"per-page-changed":t.perPageChanged}})],{pageChanged:t.pageChanged,perPageChanged:t.perPageChanged,total:t.totalRows||t.totalRowCount}):t._e()],2)])},si=[],ci=void 0,ui=void 0,li=void 0,fi=!1,di=Ft({render:ai,staticRenderFns:si},ci,oi,ui,fi,li,void 0,void 0),hi={install:function(t,e){t.component(di.name,di)}};"undefined"!==typeof window&&window.Vue&&window.Vue.use(hi),e["a"]=hi}).call(this,n("c8ba"))},f6b4:function(t,e,n){"use strict";var r=n("c532");function i(){this.handlers=[]}i.prototype.use=function(t,e){return this.handlers.push({fulfilled:t,rejected:e}),this.handlers.length-1},i.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},i.prototype.forEach=function(t){r.forEach(this.handlers,(function(e){null!==e&&t(e)}))},t.exports=i},f772:function(t,e,n){var r=n("5692"),i=n("90e3"),o=r("keys");t.exports=function(t){return o[t]||(o[t]=i(t))}},f8c2:function(t,e,n){var r=n("1c0b");t.exports=function(t,e,n){if(r(t),void 0===e)return t;switch(n){case 0:return function(){return t.call(e)};case 1:return function(n){return t.call(e,n)};case 2:return function(n,r){return t.call(e,n,r)};case 3:return function(n,r,i){return t.call(e,n,r,i)}}return function(){return t.apply(e,arguments)}}},fb6a:function(t,e,n){"use strict";var r=n("23e7"),i=n("861d"),o=n("e8b5"),a=n("23cb"),s=n("50c4"),c=n("fc6a"),u=n("8418"),l=n("1dde"),f=n("b622"),d=f("species"),h=[].slice,p=Math.max;r({target:"Array",proto:!0,forced:!l("slice")},{slice:function(t,e){var n,r,l,f=c(this),v=s(f.length),g=a(t,v),m=a(void 0===e?v:e,v);if(o(f)&&(n=f.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?i(n)&&(n=n[d],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return h.call(f,g,m);for(r=new(void 0===n?Array:n)(p(m-g,0)),l=0;g<m;g++,l++)g in f&&u(r,l,f[g]);return r.length=l,r}})},fb8a:function(t,e,n){var r=n("59c2"),i=Math.max,o=Math.min;t.exports=function(t,e){var n=r(t);return n<0?i(n+e,0):o(n,e)}},fc6a:function(t,e,n){var r=n("44ad"),i=n("1d80");t.exports=function(t){return r(i(t))}},fdbc:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbe:function(t,e,n){var r=n("f55b"),i=n("c51e"),o=i.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},fdbf:function(t,e,n){var r=n("4930");t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol()},fe68:function(t,e,n){var r=n("bb6e");t.exports=function(t,e){if(!r(t))return t;var n,i;if(e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;if("function"==typeof(n=t.valueOf)&&!r(i=n.call(t)))return i;if(!e&&"function"==typeof(n=t.toString)&&!r(i=n.call(t)))return i;throw TypeError("Can't convert object to primitive value")}},ff8b:function(t,e,n){}}]);