12 |
- /*! For license information please see npm.quasar.71cbd0363a3dc849e7db.0.1.0.js.LICENSE.txt */
- (window.webpackJsonp=window.webpackJsonp||[]).push([["npm.quasar"],{"0016":function(t,e,i){"use strict";i("99af"),i("d81d"),i("b0c0"),i("ac1f"),i("1276"),i("2ca0");var n=i("5530"),s=i("3835"),o=i("a026"),r=i("6642"),a=i("e2fa"),l=i("87e8"),c=i("dde5");e.a=o.default.extend({name:"QIcon",mixins:[l.a,r.a,a.a],props:{tag:{default:"i"},name:String,color:String,left:Boolean,right:Boolean},computed:{classes:function(){return"q-icon notranslate"+(!0===this.left?" on-left":"")+(!0===this.right?" on-right":"")+(void 0!==this.color?" text-".concat(this.color):"")},type:function(){var t,e=this,i=this.name;if(!i)return{none:!0,cls:this.classes};if(void 0!==this.$q.iconMapFn){var n=this.$q.iconMapFn(i);if(void 0!==n){if(void 0===n.icon)return{cls:n.cls+" "+this.classes,content:void 0!==n.content?n.content:" "};i=n.icon}}if(!0===i.startsWith("M")){var o=i.split("|"),r=Object(s.a)(o,2),a=r[0],l=r[1];return{svg:!0,cls:this.classes,nodes:a.split("&&").map((function(t){var i=t.split("@@"),n=Object(s.a)(i,3),o=n[0],r=n[1],a=n[2];return e.$createElement("path",{attrs:{d:o,transform:a},style:r})})),viewBox:void 0!==l?l:"0 0 24 24"}}if(!0===i.startsWith("img:"))return{img:!0,cls:this.classes,src:i.substring(4)};var c=" ";return/^[l|f]a[s|r|l|b|d]{0,1} /.test(i)||!0===i.startsWith("icon-")?t=i:!0===i.startsWith("bt-")?t="bt ".concat(i):!0===i.startsWith("eva-")?t="eva ".concat(i):!0===/^ion-(md|ios|logo)/.test(i)?t="ionicons ".concat(i):!0===i.startsWith("ion-")?t="ionicons ion-".concat(!0===this.$q.platform.is.ios?"ios":"md").concat(i.substr(3)):!0===i.startsWith("mdi-")?t="mdi ".concat(i):!0===i.startsWith("iconfont ")?t="".concat(i):!0===i.startsWith("ti-")?t="themify-icon ".concat(i):(t="material-icons",!0===i.startsWith("o_")?(i=i.substring(2),t+="-outlined"):!0===i.startsWith("r_")?(i=i.substring(2),t+="-round"):!0===i.startsWith("s_")&&(i=i.substring(2),t+="-sharp"),c=i),{cls:t+" "+this.classes,content:c}}},render:function(t){var e={class:this.type.cls,style:this.sizeStyle,on:Object(n.a)({},this.qListeners),attrs:{"aria-hidden":"true",role:"presentation"}};return!0===this.type.none?t(this.tag,e,Object(c.c)(this,"default")):!0===this.type.img?(e.attrs.src=this.type.src,t("img",e)):!0===this.type.svg?(e.attrs.focusable="false",e.attrs.viewBox=this.type.viewBox,t("svg",e,Object(c.a)(this.type.nodes,this,"default"))):t(this.tag,e,Object(c.a)([this.type.content],this,"default"))}})},"0170":function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QItemLabel",mixins:[o.a],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:Object(n.a)({},this.qListeners)},Object(r.c)(this,"default"))}})},"068f":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("0d59"),r=(i("a9e3"),{props:{ratio:[String,Number]},computed:{ratioStyle:function(){var t=this.ratio||this.naturalRatio;if(void 0!==t)return{paddingBottom:"".concat(100/t,"%")}}}}),a=i("87e8"),l=i("dde5");e.a=s.default.extend({name:"QImg",mixins:[a.a,r],props:{src:String,srcset:String,sizes:String,alt:String,width:String,height:String,placeholderSrc:String,basic:Boolean,contain:Boolean,position:{type:String,default:"50% 50%"},transition:{type:String,default:"fade"},imgClass:[Array,String,Object],imgStyle:Object,nativeContextMenu:Boolean,noDefaultSpinner:Boolean,spinnerColor:String,spinnerSize:String},data:function(){return{currentSrc:"",image:null,isLoading:!!this.src,hasError:!1,naturalRatio:void 0}},watch:{src:function(){this.__load()},srcset:function(t){this.__updateWatcher(t)}},computed:{url:function(){return this.currentSrc||this.placeholderSrc||void 0},attrs:function(){var t={role:"img"};return void 0!==this.alt&&(t["aria-label"]=this.alt),t},imgContainerStyle:function(){return Object.assign({backgroundSize:!0===this.contain?"contain":"cover",backgroundPosition:this.position},this.imgStyle,{backgroundImage:'url("'.concat(this.url,'")')})},style:function(){return{width:this.width,height:this.height}},classes:function(){return"q-img overflow-hidden"+(!0===this.nativeContextMenu?" q-img--menu":"")}},methods:{__onLoad:function(t){this.isLoading=!1,this.hasError=!1,this.__computeRatio(t),this.__updateSrc(),this.__updateWatcher(this.srcset),this.$emit("load",this.currentSrc)},__onError:function(t){clearTimeout(this.ratioTimer),this.isLoading=!1,this.hasError=!0,this.currentSrc="",this.$emit("error",t)},__updateSrc:function(){if(void 0!==this.image&&!1===this.isLoading){var t=this.image.currentSrc||this.image.src;this.currentSrc!==t&&(this.currentSrc=t)}},__updateWatcher:function(t){t?void 0===this.unwatch&&(this.unwatch=this.$watch("$q.screen.width",this.__updateSrc)):void 0!==this.unwatch&&(this.unwatch(),this.unwatch=void 0)},__load:function(){var t=this;if(clearTimeout(this.ratioTimer),this.hasError=!1,!this.src)return this.isLoading=!1,this.image=void 0,void(this.currentSrc="");this.isLoading=!0;var e=new Image;this.image=e,e.onerror=function(i){t.image===e&&!0!==t.destroyed&&t.__onError(i)},e.onload=function(){!0!==t.destroyed&&t.image===e&&(void 0!==e.decode?e.decode().catch((function(i){t.image===e&&!0!==t.destroyed&&t.__onError(i)})).then((function(){t.image===e&&!0!==t.destroyed&&t.__onLoad(e)})):t.__onLoad(e))},e.src=this.src,this.srcset&&(e.srcset=this.srcset),void 0!==this.sizes?e.sizes=this.sizes:Object.assign(e,{height:this.height,width:this.width})},__computeRatio:function(t){var e=this,i=t.naturalHeight,n=t.naturalWidth;i||n?this.naturalRatio=0===i?1:n/i:this.ratioTimer=setTimeout((function(){e.image===t&&!0!==e.destroyed&&e.__computeRatio(t)}),100)},__getImage:function(t){var e=!0===this.nativeContextMenu?[t("img",{staticClass:"absolute-full fit",attrs:{src:this.url,"aria-hidden":"true"}})]:void 0,i=void 0!==this.url?t("div",{key:this.url,staticClass:"q-img__image absolute-full",class:this.imgClass,style:this.imgContainerStyle},e):null;return!0===this.basic?i:t("transition",{props:{name:"q-transition--"+this.transition}},[i])},__getContent:function(t){var e=Object(l.c)(this,!0===this.hasError?"error":"default");if(!0===this.basic)return t("div",{key:"content",staticClass:"q-img__content absolute-full"},e);var i=!0===this.isLoading?t("div",{key:"placeholder",staticClass:"q-img__loading absolute-full flex flex-center"},void 0!==this.$scopedSlots.loading?this.$scopedSlots.loading():!1===this.noDefaultSpinner?[t(o.a,{props:{color:this.spinnerColor,size:this.spinnerSize}})]:void 0):t("div",{key:"content",staticClass:"q-img__content absolute-full"},e);return t("transition",{props:{name:"q-transition--fade"}},[i])}},render:function(t){return t("div",{class:this.classes,style:this.style,attrs:this.attrs,on:Object(n.a)({},this.qListeners)},[t("div",{style:this.ratioStyle}),this.__getImage(t),this.__getContent(t)])},beforeMount:function(){if(void 0!==this.placeholderSrc&&void 0===this.ratio){var t=new Image;t.src=this.placeholderSrc,this.__computeRatio(t)}!0===this.isLoading&&this.__load()},beforeDestroy:function(){this.destroyed=!0,clearTimeout(this.ratioTimer),void 0!==this.unwatch&&this.unwatch()}})},"0831":function(t,e,i){"use strict";i.d(e,"d",(function(){return a})),i.d(e,"b",(function(){return l})),i.d(e,"c",(function(){return c})),i.d(e,"a",(function(){return u})),i.d(e,"h",(function(){return f})),i.d(e,"g",(function(){return p})),i.d(e,"e",(function(){return v})),i.d(e,"f",(function(){return m})),i("caad"),i("2532");var n,s=i("0967"),o=i("f303"),r=!1===s.f?[null,document,document.body,document.scrollingElement,document.documentElement]:[];function a(t,e){if("string"==typeof e)try{e=document.querySelector(e)}catch(t){e=void 0}return null==e?e=t.closest(".scroll,.scroll-y,.overflow-auto"):!0===e._isVue&&void 0!==e.$el&&(e=e.$el),r.includes(e)?window:e}function l(t){return(t===window?document.body:t).scrollHeight}function c(t){return t===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:t.scrollTop}function u(t){return t===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:t.scrollLeft}function h(t,e){t!==window?t.scrollTop=e:window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e)}function d(t,e){t!==window?t.scrollLeft=e:window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0)}function f(t,e,i){i?function t(e,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=c(e);n<=0?s!==i&&h(e,i):requestAnimationFrame((function(){var o=s+(i-s)/Math.max(16,n)*16;h(e,o),o!==i&&t(e,i,n-16)}))}(t,e,i):h(t,e)}function p(t,e,i){i?function t(e,i){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0,s=u(e);n<=0?s!==i&&d(e,i):requestAnimationFrame((function(){var o=s+(i-s)/Math.max(16,n)*16;d(e,o),o!==i&&t(e,i,n-16)}))}(t,e,i):d(t,e)}function v(){if(void 0!==n)return n;var t=document.createElement("p"),e=document.createElement("div");Object(o.b)(t,{width:"100%",height:"200px"}),Object(o.b)(e,{position:"absolute",top:"0px",left:"0px",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);var i=t.offsetWidth;e.style.overflow="scroll";var s=t.offsetWidth;return i===s&&(s=e.clientWidth),e.remove(),n=i-s}function m(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"])))}},"0967":function(t,e,i){"use strict";i.d(e,"f",(function(){return a})),i.d(e,"c",(function(){return l})),i.d(e,"g",(function(){return c})),i.d(e,"e",(function(){return u})),i.d(e,"d",(function(){return n})),i.d(e,"a",(function(){return m})),i("c975"),i("ac1f");var n,s=i("5530"),o=i("ade3"),r=i("a026"),a="undefined"==typeof window,l=!1,c=a,u=!1;var h=!1===a&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function d(t){n={is:Object.assign({},t)},delete t.mac,delete t.desktop;var e=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(t,Object(o.a)({mobile:!0,ios:!0,platform:e},e,!0))}function f(t){var e=t.toLowerCase(),i=function(t,e){var i=/(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:i[5]||i[3]||i[1]||"",version:i[2]||i[4]||"0",versionNumber:i[4]||i[2]||"0",platform:e[0]||""}}(e,function(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)||[]}(e)),n={};i.browser&&(n[i.browser]=!0,n.version=i.version,n.versionNumber=parseInt(i.versionNumber,10)),i.platform&&(n[i.platform]=!0);var s=n.android||n.ios||n.bb||n.blackberry||n.ipad||n.iphone||n.ipod||n.kindle||n.playbook||n.silk||n["windows phone"];return!0===s||e.indexOf("mobile")>-1?(n.mobile=!0,n.edga||n.edgios?(n.edge=!0,i.browser="edge"):n.crios?(n.chrome=!0,i.browser="chrome"):n.fxios&&(n.firefox=!0,i.browser="firefox")):n.desktop=!0,(n.ipod||n.ipad||n.iphone)&&(n.ios=!0),n["windows phone"]&&(n.winphone=!0,delete n["windows phone"]),(n.chrome||n.opr||n.safari||n.vivaldi||!0===n.mobile&&!0!==n.ios&&!0!==s)&&(n.webkit=!0),(n.rv||n.iemobile)&&(i.browser="ie",n.ie=!0),(n.safari&&n.blackberry||n.bb)&&(i.browser="blackberry",n.blackberry=!0),n.safari&&n.playbook&&(i.browser="playbook",n.playbook=!0),n.opr&&(i.browser="opera",n.opera=!0),n.safari&&n.android&&(i.browser="android",n.android=!0),n.safari&&n.kindle&&(i.browser="kindle",n.kindle=!0),n.safari&&n.silk&&(i.browser="silk",n.silk=!0),n.vivaldi&&(i.browser="vivaldi",n.vivaldi=!0),n.name=i.browser,n.platform=i.platform,!1===a&&(e.indexOf("electron")>-1?n.electron=!0:document.location.href.indexOf("-extension://")>-1?n.bex=!0:(void 0!==window.Capacitor?(n.capacitor=!0,n.nativeMobile=!0,n.nativeMobileWrapper="capacitor"):void 0===window._cordovaNative&&void 0===window.cordova||(n.cordova=!0,n.nativeMobile=!0,n.nativeMobileWrapper="cordova"),!0===h&&!0===n.mac&&(!0===n.desktop&&!0===n.safari||!0===n.nativeMobile&&!0!==n.android&&!0!==n.ios&&!0!==n.ipad)&&d(n)),!0===(l=void 0===n.nativeMobile&&void 0===n.electron&&null!==document.querySelector("[data-server-rendered]"))&&(c=!0)),n}var p=!0!==a?navigator.userAgent||navigator.vendor||window.opera:"",v={has:{touch:!1,webStorage:!1},within:{iframe:!1}},m=!1===a?{userAgent:p,is:f(p),has:{touch:h,webStorage:function(){try{if(window.localStorage)return!0}catch(t){}return!1}()},within:{iframe:window.self!==window.top}}:v,g={install:function(t,e){var i=this;!0===a?e.server.push((function(t,e){t.platform=i.parseSSR(e.ssr)})):!0===l?(Object.assign(this,m,n,v),e.takeover.push((function(t){c=l=!1,Object.assign(t.platform,m),n=void 0})),r.default.util.defineReactive(t,"platform",this)):(Object.assign(this,m),t.platform=this)}};!0===a?g.parseSSR=function(t){var e=t.req.headers["user-agent"]||t.req.headers["User-Agent"]||"";return Object(s.a)(Object(s.a)({},m),{},{userAgent:e,is:f(e)})}:u=!0===m.is.ios&&-1===window.navigator.vendor.toLowerCase().indexOf("apple"),e.b=g},"09e3":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QPageContainer",mixins:[o.a],inject:{layout:{default:function(){}}},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:Object(n.a)({},this.qListeners)},Object(r.c)(this,"default"))}})},"0cd3":function(t,e,i){"use strict";i.d(e,"a",(function(){return o})),i.d(e,"b",(function(){return r}));var n=i("ade3"),s=i("0967");function o(t,e,i){if(!0===s.f)return i;var n="__qcache_".concat(e);return void 0===t[n]?t[n]=i:t[n]}function r(t,e){return{data:function(){return Object(n.a)({},e,{})},watch:Object(n.a)({},t,{immediate:!0,handler:function(t,i){var n=this[e];if(void 0!==i)for(var s in i)void 0===t[s]&&this.$delete(n,s);for(var o in t)n[o]!==t[o]&&this.$set(n,o,t[o])}})}}},"0d59":function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("a026"),o=i("594d");e.a=s.default.extend({name:"QSpinner",mixins:[o.a],props:{thickness:{type:Number,default:5}},render:function(t){return t("svg",{staticClass:"q-spinner q-spinner-mat",class:this.classes,on:Object(n.a)({},this.qListeners),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"}})])}})},"12c5":function(t,e,i){"use strict";i("4160"),i("ac1f"),i("1276"),i("159b");var n=i("0967"),s=i("3627"),o=i("d882"),r=i("2248");function a(t){var e=[.06,6,50];return"string"==typeof t&&t.length&&t.split(":").forEach((function(t,i){var n=parseFloat(t);n&&(e[i]=n)})),e}e.a={name:"touch-swipe",bind:function(t,e){var i=e.value,l=e.arg,c=e.modifiers;if(!0===c.mouse||!0===n.a.has.touch){var u=!0===c.mouseCapture?"Capture":"",h={handler:i,sensitivity:a(l),modifiers:c,direction:Object(s.c)(c),noop:o.e,mouseStart:function(t){Object(s.e)(t,h)&&Object(o.c)(t)&&(Object(s.a)(h,"temp",[[document,"mousemove","move","notPassive".concat(u)],[document,"mouseup","end","notPassiveCapture"]]),h.start(t,!0))},touchStart:function(t){if(Object(s.e)(t,h)){var e=Object(s.d)(t.target);Object(s.a)(h,"temp",[[e,"touchmove","move","notPassiveCapture"],[e,"touchcancel","end","notPassiveCapture"],[e,"touchend","end","notPassiveCapture"]]),h.start(t)}},start:function(e,i){!0===n.a.is.firefox&&Object(o.h)(t,!0);var s=Object(o.f)(e);h.event={x:s.left,y:s.top,time:Date.now(),mouse:!0===i,dir:!1}},move:function(t){if(void 0!==h.event)if(!1===h.event.dir){var e=Date.now()-h.event.time;if(0!==e){var i=Object(o.f)(t),n=i.left-h.event.x,s=Math.abs(n),a=i.top-h.event.y,l=Math.abs(a);if(!0!==h.event.mouse){if(s<h.sensitivity[1]&&l<h.sensitivity[1])return void h.end(t)}else if(s<h.sensitivity[2]&&l<h.sensitivity[2])return;var c=s/e,u=l/e;!0===h.direction.vertical&&s<l&&s<100&&u>h.sensitivity[0]&&(h.event.dir=a<0?"up":"down"),!0===h.direction.horizontal&&s>l&&l<100&&c>h.sensitivity[0]&&(h.event.dir=n<0?"left":"right"),!0===h.direction.up&&s<l&&a<0&&s<100&&u>h.sensitivity[0]&&(h.event.dir="up"),!0===h.direction.down&&s<l&&a>0&&s<100&&u>h.sensitivity[0]&&(h.event.dir="down"),!0===h.direction.left&&s>l&&n<0&&l<100&&c>h.sensitivity[0]&&(h.event.dir="left"),!0===h.direction.right&&s>l&&n>0&&l<100&&c>h.sensitivity[0]&&(h.event.dir="right"),!1!==h.event.dir?(Object(o.j)(t),!0===h.event.mouse&&(document.body.classList.add("no-pointer-events--children"),document.body.classList.add("non-selectable"),Object(r.a)(),h.styleCleanup=function(t){h.styleCleanup=void 0,document.body.classList.remove("non-selectable");var e=function(){document.body.classList.remove("no-pointer-events--children")};!0===t?setTimeout(e,50):e()}),h.handler({evt:t,touch:!0!==h.event.mouse,mouse:h.event.mouse,direction:h.event.dir,duration:e,distance:{x:s,y:l}})):h.end(t)}}else Object(o.j)(t)},end:function(e){void 0!==h.event&&(Object(s.b)(h,"temp"),!0===n.a.is.firefox&&Object(o.h)(t,!1),void 0!==h.styleCleanup&&h.styleCleanup(!0),void 0!==e&&!1!==h.event.dir&&Object(o.j)(e),h.event=void 0)}};t.__qtouchswipe&&(t.__qtouchswipe_old=t.__qtouchswipe),t.__qtouchswipe=h,!0===c.mouse&&Object(s.a)(h,"main",[[t,"mousedown","mouseStart","passive".concat(u)]]),!0===n.a.has.touch&&Object(s.a)(h,"main",[[t,"touchstart","touchStart","passive".concat(!0===c.capture?"Capture":"")],[t,"touchmove","noop","notPassiveCapture"]])}},update:function(t,e){void 0!==t.__qtouchswipe&&Object(s.f)(t.__qtouchswipe,e)},unbind:function(t){var e=t.__qtouchswipe_old||t.__qtouchswipe;void 0!==e&&(Object(s.b)(e,"main"),Object(s.b)(e,"temp"),!0===n.a.is.firefox&&Object(o.h)(t,!1),void 0!==e.styleCleanup&&e.styleCleanup(),delete t[t.__qtouchswipe_old?"__qtouchswipe_old":"__qtouchswipe"])}}},"1c16":function(t,e,i){"use strict";e.a=function(t){var e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:250,n=arguments.length>2?arguments[2]:void 0;function s(){var s=this,o=arguments,r=function(){e=void 0,!0!==n&&t.apply(s,o)};clearTimeout(e),!0===n&&void 0===e&&t.apply(this,o),e=setTimeout(r,i)}return s.cancel=function(){clearTimeout(e)},s}},"1c1c":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("b7fa"),r=i("87e8"),a=i("dde5");e.a=s.default.extend({name:"QList",mixins:[r.a,o.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:Object(n.a)({},this.qListeners)},Object(a.c)(this,"default"))}})},"21e1":function(t,e,i){"use strict";var n=/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/,s=/(?:[\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])/,o=/[\u3131-\u314e\u314f-\u3163\uac00-\ud7a3]/;e.a={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===n.test(t.data)&&!1===s.test(t.data)&&!1===o.test(t.data)&&(t.target.composing=!1):t.target.composing=!0}}}},2248:function(t,e,i){"use strict";i.d(e,"a",(function(){return s}));var n=i("0967");function s(){if(void 0!==window.getSelection){var t=window.getSelection();void 0!==t.empty?t.empty():void 0!==t.removeAllRanges&&(t.removeAllRanges(),!0!==n.b.is.mobile&&t.addRange(document.createRange()))}else void 0!==document.selection&&document.selection.empty()}},"24e8":function(t,e,i){"use strict";i("99af"),i("caad");var n=i("5530"),s=i("a026"),o=i("582c"),r={methods:{__addHistory:function(){var t=this;this.__historyEntry={condition:function(){return!0===t.hideOnRouteChange},handler:this.hide},o.a.add(this.__historyEntry)},__removeHistory:function(){void 0!==this.__historyEntry&&(o.a.remove(this.__historyEntry),this.__historyEntry=void 0)}},beforeDestroy:function(){!0===this.showing&&this.__removeHistory()}},a=i("7ee0"),l=i("9e62"),c=i("efe6"),u=i("f376"),h=i("f303"),d=i("a267"),f=i("dde5"),p=i("d882"),v=i("0cd3"),m=0,g={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"},_={standard:["scale","scale"],top:["slide-down","slide-up"],bottom:["slide-up","slide-down"],right:["slide-left","slide-right"],left:["slide-right","slide-left"]};e.a=s.default.extend({name:"QDialog",mixins:[u.a,r,a.a,l.b,c.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){!0===this.showing&&this.__updateMaximized(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(g[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?_[this.position][0]:this.transitionShow)},transitionHideComputed:function(){return"q-transition--"+(void 0===this.transitionHide?_[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},onEvents:function(){var t=Object(n.a)(Object(n.a)({},this.qListeners),{},{input:p.i,"popup-show":p.i,"popup-hide":p.i});return!0===this.autoClose&&(t.click=this.__onAutoClose),t}},methods:{focus:function(){var t=this.__getInnerNode();void 0!==t&&!0!==t.contains(document.activeElement)&&(t=t.querySelector("[autofocus], [data-autofocus]")||t).focus()},shake:function(){this.focus(),this.$emit("shake");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(p.a)("popup-show",{bubbles:!0})),this.__updateMaximized(this.maximized),d.a.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){if(!0!==e.seamless&&document.activeElement){var i=document.activeElement.getBoundingClientRect(),n=i.top,s=i.bottom,o=window.innerHeight,r=void 0!==window.visualViewport?window.visualViewport.height:o;if(n>0&&s>r/2){var a=Math.min(document.scrollingElement.scrollHeight-r,s>=o?1/0:Math.ceil(document.scrollingElement.scrollTop+s-r/2));!function t(){requestAnimationFrame((function(){document.scrollingElement.scrollTop+=Math.ceil((a-document.scrollingElement.scrollTop)/8),document.scrollingElement.scrollTop!==a&&t()}))}()}document.activeElement.scrollIntoView()}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(p.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||(d.a.pop(this),this.__updateMaximized(!1),!0!==this.seamless&&(this.__preventScroll(!1),this.__preventFocusout(!1)))},__updateMaximized:function(t){!0===t?!0!==this.isMaximized&&(m<1&&document.body.classList.add("q-body--dialog"),m++,this.isMaximized=!0):!0===this.isMaximized&&(m<2&&document.body.classList.remove("q-body--dialog"),m--,this.isMaximized=!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.qListeners.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(h.a)(this.__portal.$el,t.target)&&this.focus()},__renderPortal:function(t){return t("div",{staticClass:"q-dialog fullscreen no-pointer-events",class:this.contentClass,style:this.contentStyle,attrs:this.qAttrs},[t("transition",{props:{name:"q-transition--fade"}},!0===this.useBackdrop?[t("div",{staticClass:"q-dialog__backdrop fixed-full",on:Object(v.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:this.onEvents},Object(f.c)(this,"default")):null])])}},mounted:function(){this.__processModelChange(this.value)},beforeDestroy:function(){this.__cleanup()}})},"27f9":function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("a026"),o=i("8572"),r=i("f89c"),a=(i("4de4"),i("4160"),i("a630"),i("caad"),i("d81d"),i("13d5"),i("fb6a"),i("45fc"),i("b0c0"),i("ac1f"),i("8a79"),i("2532"),i("3ca3"),i("1276"),i("2ca0"),i("498a"),i("159b"),i("d882"));i("0cd3");Boolean;var l={computed:{formDomProps:function(){if("file"===this.type)try{var t="DataTransfer"in window?new DataTransfer:"ClipboardEvent"in window?new ClipboardEvent("").clipboardData:void 0;return Object(this.value)===this.value&&("length"in this.value?Array.from(this.value):[this.value]).forEach((function(e){t.items.add(e)})),{files:t.files}}catch(t){return{files:void 0}}}}},c=(i("c975"),i("a15b"),i("b64b"),i("4d63"),i("25f0"),i("5319"),i("2909")),u=i("d728"),h={date:"####/##/##",datetime:"####/##/## ##:##",time:"##:##",fulltime:"##:##:##",phone:"(###) ### - ####",card:"#### #### #### ####"},d={"#":{pattern:"[\\d]",negate:"[^\\d]"},S:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]"},N:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]"},A:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]",transform:function(t){return t.toLocaleUpperCase()}},a:{pattern:"[a-zA-Z]",negate:"[^a-zA-Z]",transform:function(t){return t.toLocaleLowerCase()}},X:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]",transform:function(t){return t.toLocaleUpperCase()}},x:{pattern:"[0-9a-zA-Z]",negate:"[^0-9a-zA-Z]",transform:function(t){return t.toLocaleLowerCase()}}},f=Object.keys(d);f.forEach((function(t){d[t].regex=new RegExp(d[t].pattern)}));var p=new RegExp("\\\\([^.*+?^${}()|([\\]])|([.*+?^${}()|[\\]])|(["+f.join("")+"])|(.)","g"),v=/[.*+?^${}()|[\]\\]/g,m=String.fromCharCode(1),g={props:{mask:String,reverseFillMask:Boolean,fillMask:[Boolean,String],unmaskedValue:Boolean},watch:{type:function(){this.__updateMaskInternals()},mask:function(t){if(void 0!==t)this.__updateMaskValue(this.innerValue,!0);else{var e=this.__unmask(this.innerValue);this.__updateMaskInternals(),this.value!==e&&this.$emit("input",e)}},fillMask:function(){!0===this.hasMask&&this.__updateMaskValue(this.innerValue,!0)},reverseFillMask:function(){!0===this.hasMask&&this.__updateMaskValue(this.innerValue,!0)},unmaskedValue:function(){!0===this.hasMask&&this.__updateMaskValue(this.innerValue)}},methods:{__getInitialMaskedValue:function(){if(this.__updateMaskInternals(),!0===this.hasMask){var t=this.__mask(this.__unmask(this.value));return!1!==this.fillMask?this.__fillWithMask(t):t}return this.value},__getPaddedMaskMarked:function(t){if(t<this.maskMarked.length)return this.maskMarked.slice(-t);var e=this.maskMarked,i=e.indexOf(m),n="";if(i>-1){for(var s=t-e.length;s>0;s--)n+=m;e=e.slice(0,i)+n+e.slice(i)}return e},__updateMaskInternals:function(){var t=this;if(this.hasMask=void 0!==this.mask&&this.mask.length>0&&["text","search","url","tel","password"].includes(this.type),!1===this.hasMask)return this.computedUnmask=void 0,this.maskMarked="",void(this.maskReplaced="");var e=void 0===h[this.mask]?this.mask:h[this.mask],i="string"==typeof this.fillMask&&this.fillMask.length>0?this.fillMask.slice(0,1):"_",n=i.replace(v,"\\$&"),s=[],o=[],r=[],a=!0===this.reverseFillMask,l="",u="";e.replace(p,(function(t,e,i,n,c){if(void 0!==n){var h=d[n];r.push(h),u=h.negate,!0===a&&(o.push("(?:"+u+"+)?("+h.pattern+"+)?(?:"+u+"+)?("+h.pattern+"+)?"),a=!1),o.push("(?:"+u+"+)?("+h.pattern+")?")}else if(void 0!==i)l="\\"+("\\"===i?"":i),r.push(i),s.push("([^"+l+"]+)?"+l+"?");else{var f=void 0!==e?e:c;l="\\"===f?"\\\\\\\\":f.replace(v,"\\\\$&"),r.push(f),s.push("([^"+l+"]+)?"+l+"?")}}));var f=new RegExp("^"+s.join("")+"("+(""===l?".":"[^"+l+"]")+"+)?$"),g=o.length-1,_=o.map((function(e,i){return 0===i&&!0===t.reverseFillMask?new RegExp("^"+n+"*"+e):i===g?new RegExp("^"+e+"("+(""===u?".":u)+"+)?"+(!0===t.reverseFillMask?"$":n+"*")):new RegExp("^"+e)}));this.computedMask=r,this.computedUnmask=function(t){var e=f.exec(t);null!==e&&(t=e.slice(1).join(""));for(var i=[],n=_.length,s=0,o=t;s<n;s++){var r=_[s].exec(o);if(null===r)break;o=o.slice(r.shift().length),i.push.apply(i,Object(c.a)(r))}return i.length>0?i.join(""):t},this.maskMarked=r.map((function(t){return"string"==typeof t?t:m})).join(""),this.maskReplaced=this.maskMarked.split(m).join(i)},__updateMaskValue:function(t,e,i){var n=this,s=this.$refs.input,o=s.selectionEnd,r=s.value.length-o,a=this.__unmask(t);!0===e&&this.__updateMaskInternals();var l=this.__mask(a),c=!1!==this.fillMask?this.__fillWithMask(l):l,u=this.innerValue!==c;s.value!==c&&(s.value=c),!0===u&&(this.innerValue=c),this.$nextTick((function(){if(c!==n.maskReplaced)if("insertFromPaste"!==i||!0===n.reverseFillMask)if(["deleteContentBackward","deleteContentForward"].indexOf(i)>-1){var t=!0===n.reverseFillMask?Math.max(0,c.length-(c===n.maskReplaced?0:Math.min(l.length,r)+1))+1:o;s.setSelectionRange(t,t,"forward")}else if(!0===n.reverseFillMask)if(!0===u){var e=Math.max(0,c.length-(c===n.maskReplaced?0:Math.min(l.length,r+1)));n.__moveCursorRightReverse(s,e,e)}else{var a=c.length-r;s.setSelectionRange(a,a,"backward")}else if(!0===u){var h=Math.max(0,n.maskMarked.indexOf(m),Math.min(l.length,o)-1);n.__moveCursorRight(s,h,h)}else{var d=o-1;n.__moveCursorRight(s,d,d)}else{var f=o-1;n.__moveCursorRight(s,f,f)}else{var p=!0===n.reverseFillMask?n.maskReplaced.length:0;s.setSelectionRange(p,p,"forward")}}));var h=!0===this.unmaskedValue?this.__unmask(c):c;this.value!==h&&this.__emitValue(h,!0)},__moveCursorForPaste:function(t,e,i){var n=this.__mask(this.__unmask(t.value));e=Math.max(0,this.maskMarked.indexOf(m),Math.min(n.length,e)),t.setSelectionRange(e,i,"forward")},__moveCursorLeft:function(t,e,i,n){for(var s=-1===this.maskMarked.slice(e-1).indexOf(m),o=Math.max(0,e-1);o>=0;o--)if(this.maskMarked[o]===m){e=o,!0===s&&e++;break}if(o<0&&void 0!==this.maskMarked[e]&&this.maskMarked[e]!==m)return this.__moveCursorRight(t,0,0);e>=0&&t.setSelectionRange(e,!0===n?i:e,"backward")},__moveCursorRight:function(t,e,i,n){for(var s=t.value.length,o=Math.min(s,i+1);o<=s;o++){if(this.maskMarked[o]===m){i=o;break}this.maskMarked[o-1]===m&&(i=o)}if(o>s&&void 0!==this.maskMarked[i-1]&&this.maskMarked[i-1]!==m)return this.__moveCursorLeft(t,s,s);t.setSelectionRange(n?e:i,i,"forward")},__moveCursorLeftReverse:function(t,e,i,n){for(var s=this.__getPaddedMaskMarked(t.value.length),o=Math.max(0,e-1);o>=0;o--){if(s[o-1]===m){e=o;break}if(s[o]===m&&(e=o,0===o))break}if(o<0&&void 0!==s[e]&&s[e]!==m)return this.__moveCursorRightReverse(t,0,0);e>=0&&t.setSelectionRange(e,!0===n?i:e,"backward")},__moveCursorRightReverse:function(t,e,i,n){for(var s=t.value.length,o=this.__getPaddedMaskMarked(s),r=-1===o.slice(0,i+1).indexOf(m),a=Math.min(s,i+1);a<=s;a++)if(o[a-1]===m){(i=a)>0&&!0===r&&i--;break}if(a>s&&void 0!==o[i-1]&&o[i-1]!==m)return this.__moveCursorLeftReverse(t,s,s);t.setSelectionRange(!0===n?e:i,i,"forward")},__onMaskedKeydown:function(t){if(!0!==Object(u.c)(t)){var e=this.$refs.input,i=e.selectionStart,n=e.selectionEnd;if(37===t.keyCode||39===t.keyCode){var s=this["__moveCursor"+(39===t.keyCode?"Right":"Left")+(!0===this.reverseFillMask?"Reverse":"")];t.preventDefault(),s(e,i,n,t.shiftKey)}else 8===t.keyCode&&!0!==this.reverseFillMask&&i===n?this.__moveCursorLeft(e,i,n,!0):46===t.keyCode&&!0===this.reverseFillMask&&i===n&&this.__moveCursorRightReverse(e,i,n,!0);this.$emit("keydown",t)}},__mask:function(t){if(null==t||""===t)return"";if(!0===this.reverseFillMask)return this.__maskReverse(t);for(var e=this.computedMask,i=0,n="",s=0;s<e.length;s++){var o=t[i],r=e[s];if("string"==typeof r)n+=r,o===r&&i++;else{if(void 0===o||!r.regex.test(o))return n;n+=void 0!==r.transform?r.transform(o):o,i++}}return n},__maskReverse:function(t){for(var e=this.computedMask,i=this.maskMarked.indexOf(m),n=t.length-1,s="",o=e.length-1;o>=0;o--){var r=e[o],a=t[n];if("string"==typeof r)s=r+s,a===r&&n--;else{if(void 0===a||!r.regex.test(a))return s;do{s=(void 0!==r.transform?r.transform(a):a)+s,a=t[--n]}while(i===o&&void 0!==a&&r.regex.test(a))}}return s},__unmask:function(t){return"string"!=typeof t||void 0===this.computedUnmask?"number"==typeof t?this.computedUnmask(""+t):t:this.computedUnmask(t)},__fillWithMask:function(t){return this.maskReplaced.length-t.length<=0?t:!0===this.reverseFillMask&&t.length>0?this.maskReplaced.slice(0,-t.length)+t:t+this.maskReplaced.slice(t.length)}}},_=i("21e1"),b=i("87e8");e.a=s.default.extend({name:"QInput",mixins:[o.a,g,_.a,r.a,l,b.a],props:{value:{required:!1},shadowText:String,type:{type:String,default:"text"},debounce:[String,Number],autogrow:Boolean,inputClass:[Array,String,Object],inputStyle:[Array,String,Object]},watch:{value:function(t){if(!0===this.hasMask){if(!0===this.stopValueWatcher)return void(this.stopValueWatcher=!1);this.__updateMaskValue(t)}else this.innerValue!==t&&(this.innerValue=t,"number"===this.type&&!0===this.hasOwnProperty("tempValue")&&(!0===this.typedNumber?this.typedNumber=!1:delete this.tempValue));!0===this.autogrow&&this.$nextTick(this.__adjustHeight)},autogrow:function(t){if(!0===t)this.$nextTick(this.__adjustHeight);else if(this.qAttrs.rows>0&&void 0!==this.$refs.input){this.$refs.input.style.height="auto"}},dense:function(){!0===this.autogrow&&this.$nextTick(this.__adjustHeight)}},data:function(){return{innerValue:this.__getInitialMaskedValue()}},computed:{isTextarea:function(){return"textarea"===this.type||!0===this.autogrow},fieldClass:function(){return"q-".concat(!0===this.isTextarea?"textarea":"input")+(!0===this.autogrow?" q-textarea--autogrow":"")},hasShadow:function(){return"file"!==this.type&&"string"==typeof this.shadowText&&this.shadowText.length>0},onEvents:function(){var t=Object(n.a)(Object(n.a)({},this.qListeners),{},{input:this.__onInput,paste:this.__onPaste,change:this.__onChange,blur:this.__onFinishEditing,focus:a.i});return t.compositionstart=t.compositionupdate=t.compositionend=this.__onComposition,!0===this.hasMask&&(t.keydown=this.__onMaskedKeydown),!0===this.autogrow&&(t.animationend=this.__adjustHeight),t},inputAttrs:function(){var t=Object(n.a)(Object(n.a)({tabindex:0,"data-autofocus":this.autofocus,rows:"textarea"===this.type?6:void 0,"aria-label":this.label,name:this.nameProp},this.qAttrs),{},{id:this.targetUid,type:this.type,maxlength:this.maxlength,disabled:!0===this.disable,readonly:!0===this.readonly});return!0===this.autogrow&&(t.rows=1),t}},methods:{focus:function(){var t=document.activeElement;void 0===this.$refs.input||this.$refs.input===t||null!==t&&t.id===this.targetUid||this.$refs.input.focus()},select:function(){void 0!==this.$refs.input&&this.$refs.input.select()},__onPaste:function(t){if(!0===this.hasMask&&!0!==this.reverseFillMask){var e=t.target;this.__moveCursorForPaste(e,e.selectionStart,e.selectionEnd)}},__onInput:function(t){if(!t||!t.target||!0!==t.target.composing)if("file"!==this.type){var e=t.target.value;!0===this.hasMask?this.__updateMaskValue(e,!1,t.inputType):this.__emitValue(e),!0===this.autogrow&&this.__adjustHeight()}else this.$emit("input",t.target.files)},__emitValue:function(t,e){var i=this;this.emitValueFn=function(){"number"!==i.type&&!0===i.hasOwnProperty("tempValue")&&delete i.tempValue,i.value!==t&&(!0===e&&(i.stopValueWatcher=!0),i.$emit("input",t)),i.emitValueFn=void 0},"number"===this.type&&(this.typedNumber=!0,this.tempValue=t),void 0!==this.debounce?(clearTimeout(this.emitTimer),this.tempValue=t,this.emitTimer=setTimeout(this.emitValueFn,this.debounce)):this.emitValueFn()},__adjustHeight:function(){var t=this.$refs.input;if(void 0!==t){var e=t.parentNode.style;e.marginBottom=t.scrollHeight-1+"px",t.style.height="1px",t.style.height=t.scrollHeight+"px",e.marginBottom=""}},__onChange:function(t){this.__onComposition(t),clearTimeout(this.emitTimer),void 0!==this.emitValueFn&&this.emitValueFn(),this.$emit("change",t)},__onFinishEditing:function(t){var e=this;void 0!==t&&Object(a.i)(t),clearTimeout(this.emitTimer),void 0!==this.emitValueFn&&this.emitValueFn(),this.typedNumber=!1,this.stopValueWatcher=!1,delete this.tempValue,"file"!==this.type&&this.$nextTick((function(){void 0!==e.$refs.input&&(e.$refs.input.value=void 0!==e.innerValue?e.innerValue:"")}))},__getCurValue:function(){return!0===this.hasOwnProperty("tempValue")?this.tempValue:void 0!==this.innerValue?this.innerValue:""},__getShadowControl:function(t){return t("div",{staticClass:"q-field__native q-field__shadow absolute-full no-pointer-events"},[t("span",{staticClass:"invisible"},this.__getCurValue()),t("span",this.shadowText)])},__getControl:function(t){return t(!0===this.isTextarea?"textarea":"input",{ref:"input",staticClass:"q-field__native q-placeholder",style:this.inputStyle,class:this.inputClass,attrs:this.inputAttrs,on:this.onEvents,domProps:"file"!==this.type?{value:this.__getCurValue()}:this.formDomProps})}},mounted:function(){!0===this.autogrow&&this.__adjustHeight()},beforeDestroy:function(){this.__onFinishEditing()}})},"2a19":function(t,e,i){"use strict";i("99af"),i("4160"),i("caad"),i("c975"),i("a15b"),i("d81d"),i("a434");var n=i("5530"),s=i("15fd"),o=i("a026"),r=i("cb32"),a=i("0016"),l=i("9c40"),c=i("d882"),u=i("0967"),h=0,d={},f={role:"alert"},p=["top-left","top-right","bottom-left","bottom-right","top","bottom","left","right","center"],v=["top-left","top-right","bottom-left","bottom-right"],m={positive:{icon:function(){return this.$q.iconSet.type.positive},color:"positive"},negative:{icon:function(){return this.$q.iconSet.type.negative},color:"negative"},warning:{icon:function(){return this.$q.iconSet.type.warning},color:"warning",textColor:"dark"},info:{icon:function(){return this.$q.iconSet.type.info},color:"info"}},g={},_={},b={name:"QNotifications",created:function(){var t=this;this.notifs={},p.forEach((function(e){t.notifs[e]=[];var i=["left","center","right"].includes(e)?"center":e.indexOf("top")>-1?"top":"bottom",n=e.indexOf("left")>-1?"start":e.indexOf("right")>-1?"end":"center",s=["left","right"].includes(e)?"items-".concat("left"===e?"start":"end"," justify-center"):"center"===e?"flex-center":"items-".concat(n);_[e]="q-notifications__list q-notifications__list--".concat(i," fixed column no-wrap ").concat(s)}))},methods:{add:function(t){var e=this;if(!t)return!1;var i={textColor:"white"};if("string"!=typeof t&&!0===t.ignoreDefaults||Object.assign(i,d),Object(t)===t?(Object.assign(i,m[t.type],t),"function"==typeof i.icon&&(i.icon=i.icon.call(this))):Object.assign(i,{message:t}),i.meta={hasMedia:Boolean(i.icon||i.avatar)},i.position){if(!1===p.includes(i.position))return!1}else i.position="bottom";if(void 0===i.timeout)i.timeout=5e3;else{var o=parseInt(i.timeout,10);if(isNaN(o)||o<0)return!1;i.timeout=o}0===i.timeout?i.progress=!1:!0===i.progress&&(i.meta.progressStyle={animationDuration:"".concat(i.timeout+1e3,"ms")});var r=(!0===Array.isArray(t.actions)?t.actions:[]).concat(!0!==t.ignoreDefaults&&!0===Array.isArray(d.actions)?d.actions:[]).concat(void 0!==m[t.type]&&!0===Array.isArray(m[t.type].actions)?m[t.type].actions:[]);i.closeBtn&&r.push({label:"string"==typeof i.closeBtn?i.closeBtn:this.$q.lang.label.close}),i.actions=r.map((function(t){var e=t.handler,o=t.noDismiss,r=Object(s.a)(t,["handler","noDismiss"]);return{props:Object(n.a)({flat:!0},r),on:{click:"function"==typeof e?function(){e(),!0!==o&&i.meta.close()}:function(){i.meta.close()}}}})),void 0===i.multiLine&&(i.multiLine=i.actions.length>1),Object.assign(i.meta,{staticClass:"q-notification row items-stretch"+" q-notification--".concat(!0===i.multiLine?"multi-line":"standard")+(void 0!==i.color?" bg-".concat(i.color):"")+(void 0!==i.textColor?" text-".concat(i.textColor):"")+(void 0!==i.classes?" ".concat(i.classes):""),wrapperClass:"q-notification__wrapper col relative-position border-radius-inherit "+(!0===i.multiLine?"column no-wrap justify-center":"row items-center"),contentClass:"q-notification__content row items-center"+(!0===i.multiLine?"":" col")}),!1===i.group?i.group=void 0:(void 0!==i.group&&!0!==i.group||(i.group=[i.message,i.caption,i.multiline].concat(i.actions.map((function(t){return"".concat(t.props.label,"*").concat(t.props.icon)}))).join("|")),i.group+="|"+i.position),0===i.actions.length?i.actions=void 0:i.meta.actionsClass="q-notification__actions row items-center "+(!0===i.multiLine?"justify-end":"col-auto")+(!0===i.meta.hasMedia?" q-notification__actions--with-media":"");var a=g[i.group];if(void 0===a){if(i.meta.uid=h++,i.meta.badge=1,-1!==["left","right","center"].indexOf(i.position))this.notifs[i.position].splice(Math.floor(this.notifs[i.position].length/2),0,i);else{var l=i.position.indexOf("top")>-1?"unshift":"push";this.notifs[i.position][l](i)}void 0!==i.group&&(g[i.group]=i)}else{void 0!==a.meta.timer&&clearTimeout(a.meta.timer);var c=g[i.group];if(void 0!==i.badgePosition){if(!1===v.includes(i.badgePosition))return!1}else i.badgePosition="top-".concat(i.position.indexOf("left")>-1?"right":"left");i.meta.uid=c.meta.uid,i.meta.badge=c.meta.badge+1,i.meta.badgeStaticClass="q-notification__badge q-notification__badge--".concat(i.badgePosition)+(void 0!==i.badgeColor?" bg-".concat(i.badgeColor):"")+(void 0!==i.badgeTextColor?" text-".concat(i.badgeTextColor):"");var u=this.notifs[i.position].indexOf(c);this.notifs[i.position][u]=g[i.group]=i}return i.meta.close=function(){e.remove(i)},this.$forceUpdate(),i.timeout>0&&(i.meta.timer=setTimeout((function(){i.meta.close()}),i.timeout+1e3)),i.meta.close},remove:function(t){clearTimeout(t.meta.timer);var e=this.notifs[t.position].indexOf(t);if(-1!==e){void 0!==t.group&&delete g[t.group];var i=this.$refs["notif_".concat(t.meta.uid)];if(i){var n=getComputedStyle(i),s=n.width,o=n.height;i.style.left="".concat(i.offsetLeft,"px"),i.style.width=s,i.style.height=o}this.notifs[t.position].splice(e,1),this.$forceUpdate(),"function"==typeof t.onDismiss&&t.onDismiss()}}},render:function(t){var e=this;return t("div",{staticClass:"q-notifications"},p.map((function(i){return t("transition-group",{key:i,staticClass:_[i],tag:"div",props:{name:"q-notification--".concat(i),mode:"out-in"}},e.notifs[i].map((function(e){var i,n=e.meta,s={staticClass:"q-notification__message col"};if(!0===e.html)s.domProps={innerHTML:e.caption?"<div>".concat(e.message,'</div><div class="q-notification__caption">').concat(e.caption,"</div>"):e.message};else{var o=[e.message];i=e.caption?[t("div",o),t("div",{staticClass:"q-notification__caption"},[e.caption])]:o}var c=[];!0===n.hasMedia&&(e.icon?c.push(t(a.a,{staticClass:"q-notification__icon col-auto",attrs:{role:"img"},props:{name:e.icon}})):e.avatar&&c.push(t(r.a,{staticClass:"q-notification__avatar col-auto"},[t("img",{attrs:{src:e.avatar,"aria-hidden":"true"}})]))),c.push(t("div",s,i));var u=[t("div",{staticClass:n.contentClass},c)];return!0===e.progress&&u.push(t("div",{key:"".concat(n.uid,"|p|").concat(n.badge),staticClass:"q-notification__progress",style:n.progressStyle,class:e.progressClass})),void 0!==e.actions&&u.push(t("div",{staticClass:n.actionsClass},e.actions.map((function(e){return t(l.a,{props:e.props,on:e.on})})))),n.badge>1&&u.push(t("div",{key:"".concat(n.uid,"|").concat(n.badge),staticClass:n.badgeStaticClass,style:e.badgeStyle,class:e.badgeClass},[n.badge])),t("div",{ref:"notif_".concat(n.uid),key:n.uid,staticClass:n.staticClass,attrs:f},[t("div",{staticClass:n.wrapperClass},u)])})))})))}};e.a={create:function(t){return!0===u.f?c.e:this.__vm.add(t)},setDefaults:function(t){t===Object(t)&&Object.assign(d,t)},registerType:function(t,e){!0!==u.f&&e===Object(e)&&(m[t]=e)},install:function(t){var e=t.cfg,i=t.$q;if(!0===u.f)return i.notify=c.e,void(i.notify.setDefaults=c.e);this.setDefaults(e.notify),i.notify=this.create.bind(this),i.notify.setDefaults=this.setDefaults,i.notify.registerType=this.registerType;var n=document.createElement("div");document.body.appendChild(n),this.__vm=new o.default(b),this.__vm.$mount(n)}}},"2b69":function(t,e,i){"use strict";i("c975"),e.a={computed:{__refocusTargetEl:function(){if(!0!==this.disable)return this.$createElement("span",{ref:"refocusTarget",staticClass:"no-outline",attrs:{tabindex:-1}})}},methods:{__refocusTarget:function(t){void 0!==t&&0===t.type.indexOf("key")?document.activeElement!==this.$el&&!0===this.$el.contains(document.activeElement)&&this.$el.focus():void 0!==t&&!0!==this.$el.contains(t.target)||void 0===this.$refs.refocusTarget||this.$refs.refocusTarget.focus()}}}},3627:function(t,e,i){"use strict";i.d(e,"c",(function(){return a})),i.d(e,"f",(function(){return l})),i.d(e,"a",(function(){return c})),i.d(e,"b",(function(){return u})),i.d(e,"d",(function(){return h})),i.d(e,"e",(function(){return d})),i("99af"),i("4160"),i("c975"),i("45fc"),i("b64b"),i("159b");var n=i("0967"),s=i("d882"),o=["left","right","up","down","horizontal","vertical"],r={left:!0,right:!0,up:!0,down:!0,horizontal:!0,vertical:!0,all:!0};function a(t){var e={};return o.forEach((function(i){t[i]&&(e[i]=!0)})),0===Object.keys(e).length?r:(!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 l(t,e){var i=e.oldValue,n=e.value,s=e.modifiers;i!==n&&("function"!=typeof n&&t.end(),t.handler=n),(t.modifiers.mouseAllDir!==s.mouseAllDir||o.some((function(e){return s[e]!==t.modifiers[e]})))&&(t.modifiers=s,t.direction=a(s))}function c(t,e,i){t[e+="Evt"]=void 0!==t[e]?t[e].concat(i):i,i.forEach((function(e){e[0].addEventListener(e[1],t[e[2]],s.d[e[3]])}))}function u(t,e){void 0!==t[e+="Evt"]&&(t[e].forEach((function(e){e[0].removeEventListener(e[1],t[e[2]],s.d[e[3]])})),t[e]=void 0)}var h=!1===n.f&&!0!==n.e&&(!0===n.a.is.ios||window.navigator.vendor.toLowerCase().indexOf("apple")>-1)?function(){return document}:function(t){return t};function d(t,e){return void 0===e.event&&void 0!==t.target&&!0!==t.target.draggable&&"function"==typeof e.handler&&"INPUT"!==t.target.nodeName.toUpperCase()&&(void 0===t.qClonedBy||-1===t.qClonedBy.indexOf(e.uid))}},3980:function(t,e,i){"use strict";i("a9e3");var n=i("a026"),s=i("d882"),o=i("0967"),r={data:function(){return{canRender:!o.g}},mounted:function(){!1===this.canRender&&(this.canRender=!0)}},a=i("0cd3");e.a=n.default.extend({name:"QResizeObserver",mixins:[r],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,s.d.passive),this.curDocView=void 0)},__onObjLoad:function(){this.__cleanup(),this.$el.contentDocument&&(this.curDocView=this.$el.contentDocument.defaultView,this.curDocView.addEventListener("resize",this.trigger,s.d.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":"true"},on:Object(a.a)(this,"load",{load:this.__onObjLoad})})},beforeCreate:function(){this.size={width:-1,height:-1},!0!==o.f&&(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():void 0!==this.observer&&this.$el.parentNode&&this.observer.unobserve(this.$el.parentNode)}})},"3b73":function(t,e,i){"use strict";i("fb6a"),i("a9e3");var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("66e5"),a=i("4074"),l=i("0170"),c=i("0016"),u=i("dde5"),h=i("0cd3"),d=o.default.extend({name:"QSlideTransition",props:{appear:Boolean,duration:{type:Number,default:300}},methods:{__begin:function(t,e,i){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=i},__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(h.a)(this,"tr",{enter:function(t,i){var n=0;e.el=t,!0===e.animating?(e.__cleanup(),n=t.offsetHeight===t.scrollHeight?0:void 0):e.lastEvent="hide",e.__begin(t,n,i),e.timer=setTimeout((function(){t.style.height="".concat(t.scrollHeight,"px"),e.animListener=function(i){Object(i)===i&&i.target!==t||e.__end(t,"show")},t.addEventListener("transitionend",e.animListener),e.timerFallback=setTimeout(e.animListener,1.1*e.duration)}),100)},leave:function(t,i){var n;e.el=t,!0===e.animating?e.__cleanup():(e.lastEvent="show",n=t.scrollHeight),e.__begin(t,n,i),e.timer=setTimeout((function(){t.style.height=0,e.animListener=function(i){Object(i)===i&&i.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"))}}),f=i("eb85"),p=i("8716"),v=i("7ee0"),m=i("b7fa"),g=i("d882"),_="q:expansion-item:close";e.a=o.default.extend({name:"QExpansionItem",mixins:[m.a,p.a,v.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(_,this)},group:function(t,e){void 0!==t&&void 0===e?this.$root.$on(_,this.__eventHandler):void 0===t&&void 0!==e&&this.$root.$off(_,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(s.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){var e={staticClass:"q-focusable relative-position cursor-pointer".concat(!0===this.denseToggle&&!0===this.switchToggleSide?" items-end":""),class:this.expandIconClass,props:{side:!0!==this.switchToggleSide,avatar:this.switchToggleSide}},i=[t(c.a,{staticClass:"q-expansion-item__toggle-icon",class:void 0===this.expandedIcon&&!0===this.showing?"q-expansion-item__toggle-icon--rotated":void 0,props:{name:this.expansionIcon}})];return!0===this.activeToggleIcon&&(Object.assign(e,{attrs:{tabindex:0},on:Object(h.a)(this,"inpExt",{click:this.__toggleIcon,keyup:this.__toggleIconKeyboard})}),i.unshift(t("div",{ref:"blurTarget",staticClass:"q-expansion-item__toggle-focus q-icon q-focus-helper q-focus-helper--rounded",attrs:{tabindex:-1}}))),t(a.a,e,i)},__getHeader:function(t){var e;void 0!==this.$scopedSlots.header?e=this.$scopedSlots.header().slice():(e=[t(a.a,[t(l.a,{props:{lines:this.labelLines}},[this.label||""]),this.caption?t(l.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}})]))),!0!==this.disable&&e[!0===this.switchToggleSide?"unshift":"push"](this.__getToggleIcon(t));var i={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 s=!0===this.hasRouterLink?"nativeOn":"on";i.props.clickable=!0,i[s]=Object(n.a)(Object(n.a)({},this.qListeners),{},{click:this.__onHeaderClick}),!0===this.hasRouterLink&&Object.assign(i.props,this.routerLinkProps)}return t(r.a,i,e)},__getContent:function(t){var e=this,i=[this.__getHeader(t),t(d,{props:{duration:this.duration},on:Object(h.a)(this,"slide",{show:function(){e.$emit("after-show")},hide:function(){e.$emit("after-hide")}})},[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&&i.push(t(f.a,{staticClass:"q-expansion-item__border q-expansion-item__border--top absolute-top",props:{dark:this.isDark}}),t(f.a,{staticClass:"q-expansion-item__border q-expansion-item__border--bottom absolute-bottom",props:{dark:this.isDark}})),i}},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(_,this.__eventHandler)},beforeDestroy:function(){void 0!==this.group&&this.$root.$off(_,this.__eventHandler)}})},"3d69":function(t,e,i){"use strict";var n=i("714f");e.a={directives:{Ripple:n.a},props:{ripple:{type:[Boolean,Object],default:!0}}}},4074:function(t,e,i){"use strict";var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("87e8"),a=i("dde5");e.a=o.default.extend({name:"QItemSection",mixins:[r.a],props:{avatar:Boolean,thumbnail:Boolean,side:Boolean,top:Boolean,noWrap:Boolean},computed:{classes:function(){var t=this.avatar||this.side||this.thumbnail;return Object(s.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:Object(n.a)({},this.qListeners)},Object(a.c)(this,"default"))}})},"429bb":function(t,e,i){"use strict";i("99af"),i("4de4"),i("7db0"),i("caad"),i("d81d"),i("b0c0"),i("a9e3");var n=i("5530"),s=i("a026"),o=i("0016"),r=i("3980"),a=i("463c"),l=i("87e8"),c=i("d882"),u=i("dde5"),h=i("0cd3");function d(t,e,i){var n=!0===i?["left","right"]:["top","bottom"];return"absolute-".concat(!0===e?n[0]:n[1]).concat(t?" text-".concat(t):"")}function f(t,e){return t.priorityMatched===e.priorityMatched?e.priorityHref-t.priorityHref:e.priorityMatched-t.priorityMatched}function p(t){return t.selected=!1,t}var v=[function(t){return!0===t.selected&&!0===t.exact&&!0!==t.redirected},function(t){return!0===t.selected&&!0===t.exact},function(t){return!0===t.selected&&!0!==t.redirected},function(t){return!0===t.selected},function(t){return!0===t.exact&&!0!==t.redirected},function(t){return!0!==t.redirected},function(t){return!0===t.exact},function(t){return!0}],m=v.length;e.a=s.default.extend({name:"QTabs",mixins:[a.a,l.a],provide:function(){return{tabs:this.tabs,__recalculateScroll:this.__recalculateScroll,__activateTab:this.__activateTab,__activateRoute:this.__activateRoute}},props:{value:[Number,String],align:{type:String,default:"center",validator:function(t){return["left","center","right","justify"].includes(t)}},breakpoint:{type:[String,Number],default:600},vertical:Boolean,shrink:Boolean,stretch:Boolean,activeColor:String,activeBgColor:String,indicatorColor:String,leftIcon:String,rightIcon:String,switchIndicator:Boolean,narrowIndicator:Boolean,inlineLabel:Boolean,noCaps:Boolean,dense:Boolean},data:function(){return{tabs:{current:this.value,activeColor:this.activeColor,activeBgColor:this.activeBgColor,indicatorClass:d(this.indicatorColor,this.switchIndicator,this.vertical),narrowIndicator:this.narrowIndicator,inlineLabel:this.inlineLabel,noCaps:this.noCaps},scrollable:!1,leftArrow:!0,rightArrow:!1,justify:!1}},watch:{value:function(t){this.__activateTab(t,!0,!0)},activeColor:function(t){this.tabs.activeColor=t},activeBgColor:function(t){this.tabs.activeBgColor=t},vertical:function(t){this.tabs.indicatorClass=d(this.indicatorColor,this.switchIndicator,t)},indicatorColor:function(t){this.tabs.indicatorClass=d(t,this.switchIndicator,this.vertical)},switchIndicator:function(t){this.tabs.indicatorClass=d(this.indicatorColor,t,this.vertical)},narrowIndicator:function(t){this.tabs.narrowIndicator=t},inlineLabel:function(t){this.tabs.inlineLabel=t},noCaps:function(t){this.tabs.noCaps=t}},computed:{alignClass:function(){var t=!0===this.scrollable?"left":!0===this.justify?"justify":this.align;return"q-tabs__content--align-".concat(t)},classes:function(){return"q-tabs--".concat(!0===this.scrollable?"":"not-","scrollable")+" q-tabs--".concat(!0===this.vertical?"vertical":"horizontal")+(!0===this.dense?" q-tabs--dense":"")+(!0===this.shrink?" col-shrink":"")+(!0===this.stretch?" self-stretch":"")},domProps:function(){return!0===this.vertical?{container:"height",content:"scrollHeight",posLeft:"top",posRight:"bottom"}:{container:"width",content:"scrollWidth",posLeft:"left",posRight:"right"}},onEvents:function(){return Object(n.a)({input:c.i},this.qListeners)}},methods:{__activateTab:function(t,e,i){this.tabs.current!==t&&(!0!==i&&this.$emit("input",t),!0!==e&&void 0!==this.qListeners.input||(this.__animate(this.tabs.current,t),this.tabs.current=t))},__activateRoute:function(t){var e=this;this.bufferRoute!==this.$route&&this.buffer.length>0&&(clearTimeout(this.bufferTimer),this.bufferTimer=void 0,this.buffer.length=0),this.bufferRoute=this.$route,void 0!==t&&(!0===t.remove?this.buffer=this.buffer.filter((function(e){return e.name!==t.name})):this.buffer.push(t)),void 0===this.bufferTimer&&(this.bufferTimer=setTimeout((function(){for(var t=[],i=0;i<m&&0===t.length;i++)t=e.buffer.filter(v[i]);t.sort(f),e.__activateTab(0===t.length?null:t[0].name,!0),e.buffer=e.buffer.map(p),e.bufferTimer=void 0}),1))},__recalculateScroll:function(){var t=this;this.__nextTick((function(){!0!==t._isDestroyed&&t.__updateContainer({width:t.$el.offsetWidth,height:t.$el.offsetHeight})})),this.__prepareTick()},__updateContainer:function(t){var e=this,i=t[this.domProps.container],n=this.$refs.content[this.domProps.content],s=i>0&&n>i;this.scrollable!==s&&(this.scrollable=s),!0===s&&this.$nextTick((function(){return e.__updateArrows()}));var o=i<parseInt(this.breakpoint,10);this.justify!==o&&(this.justify=o)},__animate:function(t,e){var i=this,n=null!=t&&""!==t?this.$children.find((function(e){return e.name===t})):null,s=null!=e&&""!==e?this.$children.find((function(t){return t.name===e})):null;if(n&&s){var o=n.$el.getElementsByClassName("q-tab__indicator")[0],r=s.$el.getElementsByClassName("q-tab__indicator")[0];clearTimeout(this.animateTimer),o.style.transition="none",o.style.transform="none",r.style.transition="none",r.style.transform="none";var a=o.getBoundingClientRect(),l=r.getBoundingClientRect();r.style.transform=!0===this.vertical?"translate3d(0,".concat(a.top-l.top,"px,0) scale3d(1,").concat(l.height?a.height/l.height:1,",1)"):"translate3d(".concat(a.left-l.left,"px,0,0) scale3d(").concat(l.width?a.width/l.width:1,",1,1)"),this.$nextTick((function(){i.animateTimer=setTimeout((function(){r.style.transition="transform .25s cubic-bezier(.4, 0, .2, 1)",r.style.transform="none"}),30)}))}if(s&&!0===this.scrollable){var c=this.$refs.content.getBoundingClientRect(),u=c.left,h=c.width,d=c.top,f=c.height,p=s.$el.getBoundingClientRect(),v=!0===this.vertical?p.top-d:p.left-u;if(v<0)return this.$refs.content[!0===this.vertical?"scrollTop":"scrollLeft"]+=Math.floor(v),void this.__updateArrows();(v+=!0===this.vertical?p.height-f:p.width-h)>0&&(this.$refs.content[!0===this.vertical?"scrollTop":"scrollLeft"]+=Math.ceil(v),this.__updateArrows())}},__updateArrows:function(){var t=this.$refs.content,e=t.getBoundingClientRect(),i=!0===this.vertical?t.scrollTop:t.scrollLeft;this.leftArrow=i>0,this.rightArrow=!0===this.vertical?Math.ceil(i+e.height)<t.scrollHeight:Math.ceil(i+e.width)<t.scrollWidth},__animScrollTo:function(t){var e=this;this.__stopAnimScroll(),this.__scrollTowards(t),this.scrollTimer=setInterval((function(){e.__scrollTowards(t)&&e.__stopAnimScroll()}),5)},__scrollToStart:function(){this.__animScrollTo(0)},__scrollToEnd:function(){this.__animScrollTo(9999)},__stopAnimScroll:function(){clearInterval(this.scrollTimer)},__scrollTowards:function(t){var e=this.$refs.content,i=!0===this.vertical?e.scrollTop:e.scrollLeft,n=t<i?-1:1,s=!1;return(i+=5*n)<0?(s=!0,i=0):(-1===n&&i<=t||1===n&&i>=t)&&(s=!0,i=t),e[!0===this.vertical?"scrollTop":"scrollLeft"]=i,this.__updateArrows(),s}},created:function(){this.buffer=[],!0!==this.$q.platform.is.desktop&&(this.__updateArrows=c.e)},beforeDestroy:function(){clearTimeout(this.bufferTimer),clearTimeout(this.animateTimer)},render:function(t){var e=[t(r.a,{on:Object(h.a)(this,"resize",{resize:this.__updateContainer})}),t("div",{ref:"content",staticClass:"q-tabs__content row no-wrap items-center self-stretch hide-scrollbar",class:this.alignClass},Object(u.c)(this,"default"))];return!0===this.$q.platform.is.desktop&&e.push(t(o.a,{staticClass:"q-tabs__arrow q-tabs__arrow--left absolute q-tab__icon",class:!0===this.leftArrow?"":"q-tabs__arrow--faded",props:{name:this.leftIcon||(!0===this.vertical?this.$q.iconSet.tabs.up:this.$q.iconSet.tabs.left)},on:Object(h.a)(this,"onL",{mousedown:this.__scrollToStart,touchstart:this.__scrollToStart,mouseup:this.__stopAnimScroll,mouseleave:this.__stopAnimScroll,touchend:this.__stopAnimScroll})}),t(o.a,{staticClass:"q-tabs__arrow q-tabs__arrow--right absolute q-tab__icon",class:!0===this.rightArrow?"":"q-tabs__arrow--faded",props:{name:this.rightIcon||(!0===this.vertical?this.$q.iconSet.tabs.down:this.$q.iconSet.tabs.right)},on:Object(h.a)(this,"onR",{mousedown:this.__scrollToEnd,touchstart:this.__scrollToEnd,mouseup:this.__stopAnimScroll,mouseleave:this.__stopAnimScroll,touchend:this.__stopAnimScroll})})),t("div",{staticClass:"q-tabs row no-wrap items-center",class:this.classes,on:this.onEvents,attrs:{role:"tablist"}},e)}})},"436b":function(t,e,i){"use strict";i("caad");var n=i("5530"),s=i("a026"),o=i("24e8"),r=i("9c40"),a=i("d728"),l=i("f09f"),c=i("a370"),u=(i("99af"),i("99b6")),h=i("87e8"),d=i("dde5"),f=s.default.extend({name:"QCardActions",mixins:[h.a,u.a],props:{vertical:Boolean},computed:{classes:function(){return"q-card__actions--".concat(!0===this.vertical?"vert column":"horiz row"," ").concat(this.alignClass)}},render:function(t){return t("div",{staticClass:"q-card__actions",class:this.classes,on:Object(n.a)({},this.qListeners)},Object(d.c)(this,"default"))}}),p=i("27f9"),v=(i("a623"),i("d81d"),i("fb6a"),i("b0c0"),i("b64b"),i("2532"),i("a9e3"),i("b7fa")),m=i("ff7b"),g=i("f89c"),_=i("2b69"),b=i("d882"),y=i("0cd3"),S=s.default.extend({name:"QRadio",mixins:[v.a,m.a,g.b,_.a],props:{value:{required:!0},val:{required:!0},label:String,leftLabel:Boolean,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},computed:{isTrue:function(){return this.value===this.val},classes:function(){return"q-radio cursor-pointer no-outline row inline no-wrap items-center"+(!0===this.disable?" disabled":"")+(!0===this.isDark?" q-radio--dark":"")+(!0===this.dense?" q-radio--dense":"")+(!0===this.leftLabel?" reverse":"")},innerClass:function(){var t=void 0===this.color||!0!==this.keepColor&&!0!==this.isTrue?"":" text-".concat(this.color);return"q-radio__inner--".concat(!0===this.isTrue?"truthy":"falsy").concat(t)},computedTabindex:function(){return!0===this.disable?-1:this.tabindex||0},formAttrs:function(){var t={type:"radio"};return void 0!==this.name&&Object.assign(t,{name:this.name,value:this.val}),t},formDomProps:function(){if(void 0!==this.name&&!0===this.isTrue)return{checked:!0}},attrs:function(){var t={tabindex:this.computedTabindex,role:"radio","aria-label":this.label,"aria-checked":!0===this.isTrue?"true":"false"};return!0===this.disable&&(t["aria-disabled"]=""),t}},methods:{set:function(t){void 0!==t&&(Object(b.j)(t),this.__refocusTarget(t)),!0!==this.disable&&!0!==this.isTrue&&this.$emit("input",this.val,t)}},render:function(t){var e=this,i=[t("svg",{staticClass:"q-radio__bg absolute",attrs:{focusable:"false",viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,22a10,10 0 0 1 -10,-10a10,10 0 0 1 10,-10a10,10 0 0 1 10,10a10,10 0 0 1 -10,10m0,-22a12,12 0 0 0 -12,12a12,12 0 0 0 12,12a12,12 0 0 0 12,-12a12,12 0 0 0 -12,-12"}}),t("path",{staticClass:"q-radio__check",attrs:{d:"M12,6a6,6 0 0 0 -6,6a6,6 0 0 0 6,6a6,6 0 0 0 6,-6a6,6 0 0 0 -6,-6"}})])];!0!==this.disable&&this.__injectFormInput(i,"unshift","q-radio__native q-ma-none q-pa-none invisible");var n=[t("div",{staticClass:"q-radio__inner relative-position no-pointer-events",class:this.innerClass,style:this.sizeStyle},i)];void 0!==this.__refocusTargetEl&&n.push(this.__refocusTargetEl);var s=void 0!==this.label?Object(d.a)([this.label],this,"default"):Object(d.c)(this,"default");return void 0!==s&&n.push(t("div",{staticClass:"q-radio__label q-anchor--skip"},s)),t("div",{class:this.classes,attrs:this.attrs,on:Object(y.a)(this,"inpExt",{click:this.set,keydown:function(t){13!==t.keyCode&&32!==t.keyCode||Object(b.j)(t)},keyup:function(t){13!==t.keyCode&&32!==t.keyCode||e.set(t)}})},n)}}),w=i("8f8e"),C=i("9564"),x={radio:S,checkbox:w.a,toggle:C.a},k=Object.keys(x),q=s.default.extend({name:"QOptionGroup",mixins:[v.a,h.a],props:{value:{required:!0},options:{type:Array,validator:function(t){return t.every((function(t){return"value"in t&&"label"in t}))}},name:String,type:{default:"radio",validator:function(t){return k.includes(t)}},color:String,keepColor:Boolean,dense:Boolean,size:String,leftLabel:Boolean,inline:Boolean,disable:Boolean},computed:{component:function(){return x[this.type]},model:function(){return Array.isArray(this.value)?this.value.slice():this.value},classes:function(){return"q-option-group q-gutter-x-sm"+(!0===this.inline?" q-option-group--inline":"")},attrs:function(){if("radio"===this.type){var t={role:"radiogroup"};return!0===this.disable&&(t["aria-disabled"]=""),t}}},methods:{__update:function(t){this.$emit("input",t)}},created:function(){Array.isArray(this.value);this.type},render:function(t){var e=this;return t("div",{class:this.classes,attrs:this.attrs,on:Object(n.a)({},this.qListeners)},this.options.map((function(i){return t("div",[t(e.component,{props:{value:e.value,val:i.value,name:e.name||i.name,disable:e.disable||i.disable,label:i.label,leftLabel:e.leftLabel||i.leftLabel,color:i.color||e.color,checkedIcon:i.checkedIcon,uncheckedIcon:i.uncheckedIcon,dark:i.dark||e.isDark,size:i.size||e.size,dense:e.dense,keepColor:i.keepColor||e.keepColor},on:Object(y.a)(e,"inp",{input:e.__update})})])})))}}),O=i("f376"),j=s.default.extend({name:"DialogPlugin",mixins:[v.a,O.a],inheritAttrs:!1,props:{title:String,message:String,prompt:Object,options:Object,html:Boolean,ok:{type:[String,Object,Boolean],default:!0},cancel:[String,Object,Boolean],focus:{type:String,default:"ok",validator:function(t){return["ok","cancel","none"].includes(t)}},stackButtons:Boolean,color:String,cardClass:[String,Array,Object],cardStyle:[String,Array,Object]},computed:{hasForm:function(){return void 0!==this.prompt||void 0!==this.options},okLabel:function(){return Object(this.ok)===this.ok||!0===this.ok?this.$q.lang.label.ok:this.ok},cancelLabel:function(){return Object(this.cancel)===this.cancel||!0===this.cancel?this.$q.lang.label.cancel:this.cancel},vmColor:function(){return this.color||(!0===this.isDark?"amber":"primary")},okDisabled:function(){return void 0!==this.prompt?void 0!==this.prompt.isValid&&!0!==this.prompt.isValid(this.prompt.model):void 0!==this.options?void 0!==this.options.isValid&&!0!==this.options.isValid(this.options.model):void 0},okProps:function(){return Object.assign({color:this.vmColor,label:this.okLabel,ripple:!1},Object(this.ok)===this.ok?this.ok:{flat:!0},{disable:this.okDisabled})},cancelProps:function(){return Object.assign({color:this.vmColor,label:this.cancelLabel,ripple:!1},Object(this.cancel)===this.cancel?this.cancel:{flat:!0})}},methods:{show:function(){this.$refs.dialog.show()},hide:function(){this.$refs.dialog.hide()},getPrompt:function(t){var e=this;return[t(p.a,{props:{value:this.prompt.model,type:this.prompt.type,label:this.prompt.label,stackLabel:this.prompt.stackLabel,outlined:this.prompt.outlined,filled:this.prompt.filled,standout:this.prompt.standout,color:this.vmColor,dense:!0,autofocus:!0,dark:this.isDark},attrs:this.prompt.attrs,on:Object(y.a)(this,"prompt",{input:function(t){e.prompt.model=t},keyup:function(t){!0!==e.okDisabled&&"textarea"!==e.prompt.type&&!0===Object(a.a)(t,13)&&e.onOk()}})})]},getOptions:function(t){var e=this;return[t(q,{props:{value:this.options.model,type:this.options.type,color:this.vmColor,inline:this.options.inline,options:this.options.items,dark:this.isDark},on:Object(y.a)(this,"opts",{input:function(t){e.options.model=t}})})]},getButtons:function(t){var e=[];if(this.cancel&&e.push(t(r.a,{props:this.cancelProps,attrs:{"data-autofocus":"cancel"===this.focus&&!0!==this.hasForm},on:Object(y.a)(this,"cancel",{click:this.onCancel})})),this.ok&&e.push(t(r.a,{props:this.okProps,attrs:{"data-autofocus":"ok"===this.focus&&!0!==this.hasForm},on:Object(y.a)(this,"ok",{click:this.onOk})})),e.length>0)return t(f,{staticClass:!0===this.stackButtons?"items-end":null,props:{vertical:this.stackButtons,align:"right"}},e)},onOk:function(){this.$emit("ok",function(t){var e=JSON.stringify(t);if(e)return JSON.parse(e)}(this.getData())),this.hide()},onCancel:function(){this.hide()},getData:function(){return void 0!==this.prompt?this.prompt.model:void 0!==this.options?this.options.model:void 0},getSection:function(t,e,i){return!0===this.html?t(c.a,{staticClass:e,domProps:{innerHTML:i}}):t(c.a,{staticClass:e},[i])}},render:function(t){var e=this,i=[];return this.title&&i.push(this.getSection(t,"q-dialog__title",this.title)),this.message&&i.push(this.getSection(t,"q-dialog__message scroll",this.message)),!0===this.hasForm&&i.push(t(c.a,{staticClass:"scroll"},void 0!==this.prompt?this.getPrompt(t):this.getOptions(t))),(this.ok||this.cancel)&&i.push(this.getButtons(t)),t(o.a,{ref:"dialog",props:Object(n.a)(Object(n.a)({},this.qAttrs),{},{value:this.value}),on:Object(y.a)(this,"hide",{hide:function(){e.$emit("hide")}})},[t(l.a,{staticClass:"q-dialog-plugin"+(!0===this.isDark?" q-dialog-plugin--dark q-dark":""),style:this.cardStyle,class:this.cardClass,props:{dark:this.isDark}},i)])}}),$=(i("4160"),i("15fd")),T=i("0967"),E={onOk:function(){return E},okCancel:function(){return E},hide:function(){return E}};e.a={install:function(t){var e=t.$q;this.create=e.dialog=function(t){return function(e){e.className;var i=e.class,n=e.style,o=e.component,r=e.root,a=e.parent,l=Object($.a)(e,["className","class","style","component","root","parent"]);if(!0===T.f)return E;void 0!==i&&(l.cardClass=i),void 0!==n&&(l.cardStyle=n);var c=[],u=[],h={onOk:function(t){return c.push(t),h},onCancel:function(t){return u.push(t),h},onDismiss:function(t){return c.push(t),u.push(t),h},hide:function(){return g.$refs.dialog.hide(),h}},d=document.createElement("div");document.body.appendChild(d);var f=!1,p={ok:function(t){f=!0,c.forEach((function(e){e(t)}))},hide:function(){g.$destroy(),g.$el.remove(),g=null,!0!==f&&u.forEach((function(t){t()}))}};s.default.observable(l);var v=void 0!==o?o:t,m=void 0===o?l:void 0,g=new s.default({name:"QGlobalDialog",el:d,parent:void 0===a?r:a,render:function(t){return t(v,{ref:"dialog",props:l,attrs:m,on:p})},mounted:function(){this.$refs.dialog.show()}});return h}}(j)}}},"463c":function(t,e,i){"use strict";e.a={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)}}},4983:function(t,e,i){"use strict";i("a9e3");var n=i("a026"),s=i("7937"),o=i("0831"),r=i("dde5"),a=i("0cd3"),l=i("1c16"),c=i("3980"),u=i("ed5e"),h=i("75c3"),d=i("b7fa");e.a=n.default.extend({name:"QScrollArea",mixins:[d.a],directives:{TouchPan:h.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{tempShowing:!1,panning:!1,hover:!1,containerWidth:0,containerHeight:0,scrollPosition:0,scrollSize:0}},computed:{classes:function(){return"q-scrollarea"+(!0===this.isDark?" q-scrollarea--dark":"")},thumbHidden:function(){return!0!==(null===this.visible?this.hover:this.visible)&&!1===this.tempShowing&&!1===this.panning||this.scrollSize<=this.containerSize},thumbSize:function(){return Math.round(Object(s.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(s.a)(this.scrollPosition/(this.scrollSize-this.containerSize),0,1);return Math.round(1e4*t)/1e4},containerSize:function(){return this["container".concat(this.dirProps.suffix)]},dirProps:function(){return!0===this.horizontal?{prefix:"horizontal",suffix:"Width",scroll:"scrollLeft",classSuffix:"h absolute-bottom",dir:"right",dist:"x"}:{prefix:"vertical",suffix:"Height",scroll:"scrollTop",classSuffix:"v absolute-right",dir:"down",dist:"y"}},thumbClass:function(){return"q-scrollarea__thumb--".concat(this.dirProps.classSuffix)+(!0===this.thumbHidden?" q-scrollarea__thumb--invisible":"")},barClass:function(){return"q-scrollarea__bar--".concat(this.dirProps.classSuffix)+(!0===this.thumbHidden?" q-scrollarea__bar--invisible":"")}},methods:{getScrollTarget:function(){return this.$refs.target},getScrollPosition:function(){return this.scrollPosition},setScrollPosition:function(t,e){(!0===this.horizontal?o.g:o.h)(this.$refs.target,t,e)},__updateContainer:function(t){var e=t.height,i=t.width,n=!1;this.containerWidth!==i&&(this.containerWidth=i,n=!0),this.containerHeight!==e&&(this.containerHeight=e,n=!0),!0===n&&this.__startTimer()},__updateScroll:function(t){this.scrollPosition!==t.position&&(this.scrollPosition=t.position,this.__startTimer())},__updateScrollSize:function(t){var e=t.height,i=t.width;!0===this.horizontal?this.scrollSize!==i&&(this.scrollSize=i,this.__startTimer()):this.scrollSize!==e&&(this.scrollSize=e,this.__startTimer())},__panThumb:function(t){if(!0===t.isFirst){if(!0===this.thumbHidden)return;this.refPos=this.scrollPosition,this.panning=!0}else if(!0!==this.panning)return;!0===t.isFinal&&(this.panning=!1);var e=(this.scrollSize-this.containerSize)/(this.containerSize-this.thumbSize),i=t.distance[this.dirProps.dist],n=this.refPos+(t.direction===this.dirProps.dir?1:-1)*i*e;this.__setScroll(n)},__mouseDown:function(t){if(!0!==this.thumbHidden){var e=t["offset".concat(!0===this.horizontal?"X":"Y")]-this.thumbSize/2;this.__setScroll(e/this.containerSize*this.scrollSize),void 0!==this.$refs.thumb&&this.$refs.thumb.dispatchEvent(new MouseEvent(t.type,t))}},__startTimer:function(){var t=this;!0===this.tempShowing?clearTimeout(this.timer):this.tempShowing=!0,this.timer=setTimeout((function(){t.tempShowing=!1}),this.delay),this.__emitScroll()},__setScroll:function(t){this.$refs.target[this.dirProps.scroll]=t}},render:function(t){var e=this;return t("div",{class:this.classes,on:Object(a.a)(this,"desk",{mouseenter:function(){e.hover=!0},mouseleave:function(){e.hover=!1}})},[t("div",{ref:"target",staticClass:"scroll relative-position fit hide-scrollbar"},[t("div",{staticClass:"absolute",style:this.mainStyle,class:"full-".concat(!0===this.horizontal?"height":"width")},Object(r.a)([t(c.a,{on:Object(a.a)(this,"resizeIn",{resize:this.__updateScrollSize})})],this,"default")),t(u.a,{props:{horizontal:this.horizontal},on:Object(a.a)(this,"scroll",{scroll:this.__updateScroll})})]),t(c.a,{on:Object(a.a)(this,"resizeOut",{resize:this.__updateContainer})}),t("div",{staticClass:"q-scrollarea__bar",style:this.barStyle,class:this.barClass,on:Object(a.a)(this,"bar",{mousedown:this.__mouseDown})}),t("div",{ref:"thumb",staticClass:"q-scrollarea__thumb",style:this.style,class:this.thumbClass,directives:Object(a.a)(this,"thumb#"+this.horizontal,[{name:"touch-pan",modifiers:{vertical:!0!==this.horizontal,horizontal:this.horizontal,prevent:!0,mouse:!0,mouseAllDir:!0},value:this.__panThumb}])})])},created:function(){var t=this;this.__emitScroll=Object(l.a)((function(){if(void 0!==t.$listeners.scroll){var e={ref:t},i=t.dirProps.prefix;e[i+"Position"]=t.scrollPosition,e[i+"Percentage"]=t.scrollPercentage,e[i+"Size"]=t.scrollSize,e[i+"ContainerSize"]=t.containerSize,t.$emit("scroll",e)}}),0)}})},"4d5a":function(t,e,i){"use strict";i("ac1f"),i("1276");var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("0967"),a=i("ed5e"),l=i("3980"),c=i("87e8"),u=i("0831"),h=i("dde5"),d=i("0cd3");e.a=o.default.extend({name:"QLayout",mixins:[c.a],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===r.g?0:Object(u.e)(),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(s.a)({},!0===this.$q.lang.rtl?"left":"right","".concat(this.scrollbarWidth,"px"))},targetChildStyle:function(){var t;if(0!==this.scrollbarWidth)return t={},Object(s.a)(t,!0===this.$q.lang.rtl?"right":"left",0),Object(s.a)(t,!0===this.$q.lang.rtl?"left":"right","-".concat(this.scrollbarWidth,"px")),Object(s.a)(t,"width","calc(100% + ".concat(this.scrollbarWidth,"px)")),t},totalWidth:function(){return this.width+this.scrollbarWidth},classes:function(){return"q-layout q-layout--"+(!0===this.container?"containerized":"standard")}},created:function(){this.instances={}},render:function(t){var e=t("div",{class:this.classes,style:this.style,on:Object(n.a)({},this.qListeners)},Object(h.a)([t(a.a,{on:Object(d.a)(this,"scroll",{scroll:this.__onPageScroll})}),t(l.a,{on:Object(d.a)(this,"resizeOut",{resize:this.__onPageResize})})],this,"default"));return!0===this.container?t("div",{staticClass:"q-layout-container overflow-hidden"},[t(l.a,{on:Object(d.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){!0!==this.container&&!0===document.qScrollPrevented||(this.scroll=t),void 0!==this.qListeners.scroll&&this.$emit("scroll",t)},__onPageResize:function(t){var e=t.height,i=t.width,n=!1;this.height!==e&&(n=!0,this.height=e,void 0!==this.qListeners["scroll-height"]&&this.$emit("scroll-height",e),this.__updateScrollbarWidth()),this.width!==i&&(n=!0,this.width=i),!0===n&&void 0!==this.qListeners.resize&&this.$emit("resize",{height:e,width:i})},__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(u.e)():0;this.scrollbarWidth!==t&&(this.scrollbarWidth=t)}}}})},5096:function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("a026"),o=i("de5e"),r=i("0831");e.a=s.default.extend({name:"QPageScroller",mixins:[o.a],props:{scrollOffset:{type:Number,default:1e3},reverse:Boolean,duration:{type:Number,default:300},offset:{default:function(){return[18,18]}}},inject:{layout:{default:function(){}}},data:function(){return{showing:this.__isVisible()}},computed:{height:function(){return!0===this.layout.container?this.layout.containerHeight:this.layout.height},onEvents:function(){return Object(n.a)(Object(n.a)({},this.qListeners),{},{click:this.__onClick})}},watch:{"layout.scroll.position":function(){this.__updateVisibility()},reverse:{handler:function(t){!0===t?void 0===this.heightWatcher&&(this.heightWatcher=this.$watch("height",this.__updateVisibility)):void 0!==this.heightWatcher&&this.__cleanup()},immediate:!0}},methods:{__isVisible:function(){return!0===this.reverse?this.height-this.layout.scroll.position>this.scrollOffset:this.layout.scroll.position>this.scrollOffset},__onClick:function(t){var e=!0===this.layout.container?Object(r.d)(this.$el):Object(r.d)(this.layout.$el);Object(r.h)(e,!0===this.reverse?this.layout.height:0,this.duration),this.$emit("click",t)},__updateVisibility:function(){var t=this.__isVisible();this.showing!==t&&(this.showing=t)},__cleanup:function(){this.heightWatcher(),this.heightWatcher=void 0}},render:function(t){return t("transition",{props:{name:"q-transition--fade"}},!0===this.showing?[t("div",{staticClass:"q-page-scroller",on:this.onEvents},[o.a.options.render.call(this,t)])]:null)},beforeDestroy:function(){void 0!==this.heightWatcher&&this.__cleanup()}})},"54e1":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("b7fa"),r=i("87e8"),a=i("dde5"),l={role:"alert"};e.a=s.default.extend({name:"QBanner",mixins:[r.a,o.a],props:{inlineActions:Boolean,dense:Boolean,rounded:Boolean},render:function(t){var e=Object(a.c)(this,"action"),i=[t("div",{staticClass:"q-banner__avatar col-auto row items-center self-start"},Object(a.c)(this,"avatar")),t("div",{staticClass:"q-banner__content col text-body2"},Object(a.c)(this,"default"))];return void 0!==e&&i.push(t("div",{staticClass:"q-banner__actions row items-center justify-end",class:"col-".concat(!0===this.inlineActions?"auto":"all")},e)),t("div",{staticClass:"q-banner row items-center",class:{"q-banner--top-padding":void 0!==e&&!this.inlineActions,"q-banner--dense":this.dense,"q-banner--dark q-dark":this.isDark,"rounded-borders":this.rounded},attrs:l,on:Object(n.a)({},this.qListeners)},i)}})},"582c":function(t,e,i){"use strict";i("c975"),i("a434");var n=i("0967"),s=i("d882"),o=function(){return!0};e.a={__history:[],add:s.e,remove:s.e,install:function(t){var e=this;if(!0!==n.f){var i=n.a.is,s=i.cordova,r=i.capacitor;if(!0===s||!0===r){this.add=function(t){void 0===t.condition&&(t.condition=o),e.__history.push(t)},this.remove=function(t){var i=e.__history.indexOf(t);i>=0&&e.__history.splice(i,1)};var a=function(){if(e.__history.length){var t=e.__history[e.__history.length-1];!0===t.condition()&&(e.__history.pop(),t.handler())}else c&&"#/"===window.location.hash?navigator.app.exitApp():window.history.back()},l=!0===s?"cordova":"capacitor",c=void 0===t[l]||!1!==t[l].backButtonExit;!0===s?document.addEventListener("deviceready",(function(){document.addEventListener("backbutton",a,!1)})):window.Capacitor.Plugins.App.addListener("backButton",a)}}}}},"58a81":function(t,e,i){"use strict";i("caad"),i("a9e3");var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QBadge",mixins:[o.a],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":"")},attrs:function(){return{role:"alert","aria-label":this.label}}},render:function(t){return t("div",{style:this.style,class:this.classes,attrs:this.attrs,on:Object(n.a)({},this.qListeners)},void 0!==this.label?[this.label]:Object(r.c)(this,"default"))}})},"594d":function(t,e,i){"use strict";i("a9e3");var n=i("6642"),s=i("87e8");e.a={mixins:[s.a],props:{color:String,size:{type:[Number,String],default:"1em"}},computed:{cSize:function(){return this.size in n.c?"".concat(n.c[this.size],"px"):this.size},classes:function(){if(this.color)return"text-".concat(this.color)}}}},"5c7d":function(t,e,i){(function(t,e){i("7db0"),i("c740"),i("4160"),i("caad"),i("c975"),i("ace4"),i("a9e3"),i("8ba4"),i("d3b7"),i("4d63"),i("ac1f"),i("25f0"),i("8a79"),i("2532"),i("5319"),i("1276"),i("2ca0"),i("8a59"),i("9a8c"),i("a975"),i("735e"),i("c1ac"),i("d139"),i("3a7b"),i("d5d6"),i("82f8"),i("e91f"),i("60bd"),i("5f96"),i("3280"),i("3fcc"),i("ca91"),i("25a1"),i("cd26"),i("3c5d"),i("2954"),i("649e"),i("219c"),i("170b"),i("b39a"),i("72f7"),i("159b");var n=i("7037");function s(t){return"function"==typeof t}"undefined"!=typeof window&&function(t){[Element.prototype,CharacterData.prototype,DocumentType.prototype].forEach((function(t){t.hasOwnProperty("remove")||Object.defineProperty(t,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){null!==this.parentNode&&this.parentNode.removeChild(this)}})}));try{new MouseEvent("test")}catch(i){var e=function(e,i){i=i||{bubbles:!1,cancelable:!1};var n=document.createEvent("MouseEvent");return n.initMouseEvent(e,i.bubbles,i.cancelable,t,0,i.screenX||0,i.screenY||0,i.clientX||0,i.clientY||0,i.ctrlKey||!1,i.altKey||!1,i.shiftKey||!1,i.metaKey||!1,i.button||0,i.relatedTarget||null),n};e.prototype=Event.prototype,t.MouseEvent=e}"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(t,e){var i=arguments;if(null==t)throw new TypeError("Cannot convert undefined or null to object");for(var n=Object(t),s=1;s<arguments.length;s++){var o=i[s];if(null!=o)for(var r in o)Object.prototype.hasOwnProperty.call(o,r)&&(n[r]=o[r])}return n},writable:!0,configurable:!0}),String.prototype.startsWith||Object.defineProperty(String.prototype,"startsWith",{value:function(t,e){var i=e>0?0|e:0;return this.substring(i,i+t.length)===t}}),String.prototype.endsWith||(String.prototype.endsWith=function(t,e){return(void 0===e||e>this.length)&&(e=this.length),this.substring(e-t.length,e)===t}),Number.isInteger||(Number.isInteger=function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t}),Array.prototype.includes||(Array.prototype.includes=function(t){return!!~this.indexOf(t)}),Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector),Element.prototype.closest||(Element.prototype.closest=function(t){var e=this;do{if(e.matches(t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(t){if(null==this)throw TypeError('"this" is null or not defined');var e=Object(this),i=e.length>>>0;if("function"!=typeof t)throw TypeError("predicate must be a function");for(var n=arguments[1],s=0;s<i;){var o=e[s];if(t.call(n,o,s,e))return o;s++}},configurable:!0,writable:!0}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(t){if(null==this)throw new TypeError("Array.prototype.findIndex called on null or undefined");if("function"!=typeof t)throw new TypeError("predicate must be a function");for(var e=Object(this),i=e.length>>>0,n=arguments[1],s=0;s<i;s++)if(t.call(n,e[s],s,e))return s;return-1}}),"classList"in SVGElement.prototype||Object.defineProperty(SVGElement.prototype,"classList",{get:function(){var t=this;return{contains:function(e){return-1!==t.className.baseVal.split(" ").indexOf(e)},add:function(e){return t.setAttribute("class",t.getAttribute("class")+" "+e)},remove:function(e){var i=t.getAttribute("class").replace(new RegExp("(\\s|^)".concat(e,"(\\s|$)"),"g"),"$2");t.classList.contains(e)&&t.setAttribute("class",i)},toggle:function(t){this.contains(t)?this.remove(t):this.add(t)}}}})}(window);var o=Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},r=0,a=void 0,l=void 0,c=function(t,e){m[r]=t,m[r+1]=e,2===(r+=2)&&(l?l(g):_())};var u="undefined"!=typeof window?window:void 0,h=u||{},d=h.MutationObserver||h.WebKitMutationObserver,f="undefined"==typeof self&&void 0!==t&&"[object process]"==={}.toString.call(t),p="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function v(){var t=setTimeout;return function(){return t(g,1)}}var m=new Array(1e3);function g(){for(var t=0;t<r;t+=2)(0,m[t])(m[t+1]),m[t]=void 0,m[t+1]=void 0;r=0}var _=void 0;function b(t,e){var i=this,n=new this.constructor(w);void 0===n[S]&&B(n);var s=i._state;if(s){var o=arguments[s-1];c((function(){return z(s,n,o,i._result)}))}else E(i,n,t,e);return n}function y(t){if(t&&"object"==n(t)&&t.constructor===this)return t;var e=new this(w);return O(e,t),e}_=f?function(){return t.nextTick(g)}:d?function(){var t=0,e=new d(g),i=document.createTextNode("");return e.observe(i,{characterData:!0}),function(){i.data=t=++t%2}}():p?function(){var t=new MessageChannel;return t.port1.onmessage=g,function(){return t.port2.postMessage(0)}}():void 0===u?function(){try{var t=Function("return this")().require("vertx");return void 0!==(a=t.runOnLoop||t.runOnContext)?function(){a(g)}:v()}catch(t){return v()}}():v();var S=Math.random().toString(36).substring(2);function w(){}var C=void 0,x={error:null};function k(t){try{return t.then}catch(t){return x.error=t,x}}function q(t,e,i){e.constructor===t.constructor&&i===b&&e.constructor.resolve===y?function(t,e){1===e._state?$(t,e._result):2===e._state?T(t,e._result):E(e,void 0,(function(e){return O(t,e)}),(function(e){return T(t,e)}))}(t,e):i===x?(T(t,x.error),x.error=null):void 0===i?$(t,e):s(i)?function(t,e,i){c((function(t){var n=!1,s=function(t,e,i,n){try{t.call(e,i,n)}catch(t){return t}}(i,e,(function(i){n||(n=!0,e!==i?O(t,i):$(t,i))}),(function(e){n||(n=!0,T(t,e))}),t._label);!n&&s&&(n=!0,T(t,s))}),t)}(t,e,i):$(t,e)}function O(t,e){t===e?T(t,new TypeError("You cannot resolve a promise with itself")):function(t){var e=n(t);return null!==t&&("object"===e||"function"===e)}(e)?q(t,e,k(e)):$(t,e)}function j(t){t._onerror&&t._onerror(t._result),L(t)}function $(t,e){t._state===C&&(t._result=e,t._state=1,0!==t._subscribers.length&&c(L,t))}function T(t,e){t._state===C&&(t._state=2,t._result=e,c(j,t))}function E(t,e,i,n){var s=t._subscribers,o=s.length;t._onerror=null,s[o]=e,s[o+1]=i,s[o+2]=n,0===o&&t._state&&c(L,t)}function L(t){var e=t._subscribers,i=t._state;if(0!==e.length){for(var n=void 0,s=void 0,o=t._result,r=0;r<e.length;r+=3)n=e[r],s=e[r+i],n?z(i,n,s,o):s(o);t._subscribers.length=0}}function z(t,e,i,n){var o=s(i),r=void 0,a=void 0,l=void 0,c=void 0;if(o){if((r=function(t,e){try{return t(e)}catch(t){return x.error=t,x}}(i,n))===x?(c=!0,a=r.error,r.error=null):l=!0,e===r)return void T(e,new TypeError("A promises callback cannot return that same promise."))}else r=n,l=!0;e._state!==C||(o&&l?O(e,r):c?T(e,a):1===t?$(e,r):2===t&&T(e,r))}var P=0;function B(t){t[S]=id++,t._state=void 0,t._result=void 0,t._subscribers=[]}var R=function(){function t(t,e){this._instanceConstructor=t,this.promise=new t(w),this.promise[S]||B(this.promise),o(e)?(this.length=e.length,this._remaining=e.length,this._result=new Array(this.length),0===this.length?$(this.promise,this._result):(this.length=this.length||0,this._enumerate(e),0===this._remaining&&$(this.promise,this._result))):T(this.promise,new Error("Array Methods must be provided an Array"))}return t.prototype._enumerate=function(t){for(var e=0;this._state===C&&e<t.length;e++)this._eachEntry(t[e],e)},t.prototype._eachEntry=function(t,e){var i=this._instanceConstructor,n=i.resolve;if(n===y){var s=k(t);if(s===b&&t._state!==C)this._settledAt(t._state,e,t._result);else if("function"!=typeof s)this._remaining--,this._result[e]=t;else if(i===A){var o=new i(w);q(o,t,s),this._willSettleAt(o,e)}else this._willSettleAt(new i((function(e){return e(t)})),e)}else this._willSettleAt(n(t),e)},t.prototype._settledAt=function(t,e,i){var n=this.promise;n._state===C&&(this._remaining--,2===t?T(n,i):this._result[e]=i),0===this._remaining&&$(n,this._result)},t.prototype._willSettleAt=function(t,e){var i=this;E(t,void 0,(function(t){return i._settledAt(1,e,t)}),(function(t){return i._settledAt(2,e,t)}))},t}();var A=function(){function t(e){this[S]=P++,this._result=this._state=void 0,this._subscribers=[],w!==e&&("function"!=typeof e&&function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof t?function(t,e){try{e((function(e){O(t,e)}),(function(e){T(t,e)}))}catch(e){T(t,e)}}(this,e):function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}())}return t.prototype.catch=function(t){return this.then(null,t)},t.prototype.finally=function(t){var e=this.constructor;return this.then((function(i){return e.resolve(t()).then((function(){return i}))}),(function(i){return e.resolve(t()).then((function(){throw i}))}))},t}();A.prototype.then=b,A.all=function(t){return new R(this,t).promise},A.race=function(t){var e=this;return o(t)?new e((function(i,n){for(var s=t.length,o=0;o<s;o++)e.resolve(t[o]).then(i,n)})):new e((function(t,e){return e(new TypeError("You must pass an array to race."))}))},A.resolve=y,A.reject=function(t){var e=new this(w);return T(e,t),e},A._setScheduler=function(t){l=t},A._setAsap=function(t){c=t},A._asap=c,function(){var t=void 0;if(void 0!==e)t=e;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var i=t.Promise;if(i){var n=null;try{n=Object.prototype.toString.call(i.resolve())}catch(t){}if("[object Promise]"===n&&!i.cast)return}t.Promise=A}()}).call(this,i("4362"),i("c8ba"))},"5ff7":function(t,e,i){"use strict";i.d(e,"b",(function(){return a})),i.d(e,"a",(function(){return l})),i.d(e,"c",(function(){return c})),i("c19f"),i("ace4"),i("4ec9"),i("b64b"),i("d3b7"),i("4d63"),i("ac1f"),i("5377"),i("25f0"),i("6062"),i("3ca3"),i("ddb0");var n=i("53ca"),s="function"==typeof Map,o="function"==typeof Set,r="function"==typeof ArrayBuffer;function a(t,e){if(t===e)return!0;if(null!==t&&null!==e&&"object"===Object(n.a)(t)&&"object"===Object(n.a)(e)){if(t.constructor!==e.constructor)return!1;var i,l,c;if(t.constructor===Array){if((i=t.length)!==e.length)return!1;for(l=i;0!=l--;)if(!0!==a(t[l],e[l]))return!1;return!0}if(!0===s&&t.constructor===Map){if(t.size!==e.size)return!1;for(l=t.entries().next();!0!==l.done;){if(!0!==e.has(l.value[0]))return!1;l=l.next()}for(l=t.entries().next();!0!==l.done;){if(!0!==a(l.value[1],e.get(l.value[0])))return!1;l=l.next()}return!0}if(!0===o&&t.constructor===Set){if(t.size!==e.size)return!1;for(l=t.entries().next();!0!==l.done;){if(!0!==e.has(l.value[0]))return!1;l=l.next()}return!0}if(!0===r&&null!=t.buffer&&t.buffer.constructor===ArrayBuffer){if((i=t.length)!==e.length)return!1;for(l=i;0!=l--;)if(t[l]!==e[l])return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===e.toString();if((i=(c=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(l=i;0!=l--;){var u=c[l];if(!0!==a(t[u],e[u]))return!1}return!0}return t!=t&&e!=e}function l(t){return"[object Date]"===Object.prototype.toString.call(t)}function c(t){return"number"==typeof t&&isFinite(t)}},"65c6":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QToolbar",mixins:[o.a],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:Object(n.a)({},this.qListeners)},Object(r.c)(this,"default"))}})},6642:function(t,e,i){"use strict";i.d(e,"c",(function(){return n})),i.d(e,"b",(function(){return s}));var n={xs:18,sm:24,md:32,lg:38,xl:46};function s(t){return{props:{size:String},computed:{sizeStyle:function(){if(void 0!==this.size)return{fontSize:this.size in t?"".concat(t[this.size],"px"):this.size}}}}}e.a=s(n)},"66e5":function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("b7fa"),a=i("e2fa"),l=i("8716"),c=i("87e8"),u=i("dde5"),h=i("d882"),d=i("d728");e.a=o.default.extend({name:"QItem",mixins:[r.a,l.a,a.a,c.a],props:{active:Boolean,clickable:Boolean,dense:Boolean,insetLevel:Number,tabindex:[String,Number],focused:Boolean,manualFocus:Boolean},computed:{isActionable:function(){return!0===this.clickable||!0===this.hasRouterLink||"a"===this.tag||"label"===this.tag},isClickable:function(){return!0!==this.disable&&!0===this.isActionable},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(s.a)(t,this.activeClass,!0===this.active&&!0!==this.hasRouterLink&&void 0!==this.activeClass),Object(s.a)(t,"disabled",this.disable),t},style:function(){if(void 0!==this.insetLevel){var t=!0===this.$q.lang.rtl?"Right":"Left";return Object(s.a)({},"padding"+t,16+56*this.insetLevel+"px")}},onEvents:function(){return Object(n.a)(Object(n.a)({},this.qListeners),{},{click:this.__onClick,keyup:this.__onKeyup})}},methods:{__getContent:function(t){var e=Object(u.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(d.a)(t,13)){Object(h.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=Object(s.a)({staticClass:"q-item q-item-type row no-wrap",class:this.classes,style:this.style},!0===this.hasRouterLink?"nativeOn":"on",this.onEvents);return!0===this.isClickable?e.attrs={tabindex:this.tabindex||"0"}:!0===this.isActionable&&(e.attrs={"aria-disabled":""}),!0===this.hasRouterLink?(e.tag="a",e.props=this.routerLinkProps,t("router-link",e,this.__getContent(t))):t(this.tag,e,this.__getContent(t))}})},"6a67":function(t,e,i){"use strict";i("a623"),i("7db0"),i("0481"),i("d81d"),i("4069"),i("b0c0");var n=i("5530"),s=i("a026"),o=i("9c40"),r=(i("4de4"),i("a15b"),i("87e8")),a=i("dde5"),l=s.default.extend({name:"QBtnGroup",mixin:[r.a],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:Object(n.a)({},this.qListeners)},Object(a.c)(this,"default"))}}),c=i("f89c"),u=i("3d69");e.a=s.default.extend({name:"QBtnToggle",mixins:[r.a,u.a,c.b],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:{hasActiveValue:function(){var t=this;return void 0!==this.options.find((function(e){return e.value===t.value}))},formAttrs:function(){return{type:"hidden",name:this.name,value:this.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,i=this.options.map((function(i,n){return t(o.a,{key:n,on:{click:function(){return e.__set(i.value,i)}},props:{disable:e.disable||i.disable,label:i.label,color:i.value===e.value?i.toggleColor||e.toggleColor:i.color||e.color,textColor:i.value===e.value?i.toggleTextColor||e.toggleTextColor:i.textColor||e.textColor,icon:i.icon,iconRight:i.iconRight,noCaps:!0===e.noCaps||!0===i.noCaps,noWrap:!0===e.noWrap||!0===i.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:i.ripple,stack:!0===e.stack||!0===i.stack,tabindex:i.tabindex,stretch:e.stretch}},void 0!==i.slot?Object(a.c)(e,i.slot):void 0)}));return void 0!==this.name&&!0!==this.disable&&!0===this.hasActiveValue&&this.__injectFormInput(i,"push"),t(l,{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:Object(n.a)({},this.qListeners)},i)}})},"6ac5d":function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QToolbarTitle",mixins:[o.a],props:{shrink:Boolean},computed:{classes:function(){return"q-toolbar__title ellipsis"+(!0===this.shrink?" col-shrink":"")}},render:function(t){return t("div",{class:this.classes,on:Object(n.a)({},this.qListeners)},Object(r.c)(this,"default"))}})},"714f":function(t,e,i){"use strict";i("99af"),i("4160"),i("caad"),i("c975"),i("a434"),i("159b");var n=i("f303"),s=i("d882"),o=i("3627"),r=i("d728"),a=i("0967"),l=function(t){var e,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:250,n=!1;return function(){return!1===n&&(n=!0,setTimeout((function(){n=!1}),i),e=t.apply(this,arguments)),e}},c=i("81e7");function u(t,e,i,o){!0===i.modifiers.stop&&Object(s.i)(t);var r=i.modifiers,a=r.center,l=r.color;a=!0===a||!0===o;var c=document.createElement("span"),u=document.createElement("span"),h=Object(s.f)(t),d=e.getBoundingClientRect(),f=d.left,p=d.top,v=d.width,m=d.height,g=Math.sqrt(v*v+m*m),_=g/2,b="".concat((v-g)/2,"px"),y=a?b:"".concat(h.left-f-_,"px"),S="".concat((m-g)/2,"px"),w=a?S:"".concat(h.top-p-_,"px");u.className="q-ripple__inner",Object(n.b)(u,{height:"".concat(g,"px"),width:"".concat(g,"px"),transform:"translate3d(".concat(y,",").concat(w,",0) scale3d(.2,.2,1)"),opacity:0}),c.className="q-ripple".concat(l?" text-"+l:""),c.setAttribute("dir","ltr"),c.appendChild(u),e.appendChild(c);var C=function(){c.remove(),clearTimeout(x)};i.abort.push(C);var x=setTimeout((function(){u.classList.add("q-ripple__inner--enter"),u.style.transform="translate3d(".concat(b,",").concat(S,",0) scale3d(1,1,1)"),u.style.opacity=.2,x=setTimeout((function(){u.classList.remove("q-ripple__inner--enter"),u.classList.add("q-ripple__inner--leave"),u.style.opacity=0,x=setTimeout((function(){c.remove(),i.abort.splice(i.abort.indexOf(C),1)}),275)}),250)}),50)}function h(t,e){var i=e.value,n=e.modifiers,s=e.arg;if(t.enabled=!1!==i,!0===t.enabled){var o=Object.assign({},c.a.config.ripple,n,i);t.modifiers={early:!0===o.early,stop:!0===o.stop,center:!0===o.center,color:o.color||s,keyCodes:[].concat(o.keyCodes||13)}}}e.a={name:"ripple",inserted:function(t,e){var i={modifiers:{},abort:[],start:function(e){!0===i.enabled&&!0!==e.qSkipRipple&&(!0!==a.a.is.ie||e.clientX>=0)&&(!0===i.modifiers.early?!0===["mousedown","touchstart"].includes(e.type):"click"===e.type)&&u(e,t,i,!0===e.qKeyEvent)},keystart:l((function(e){!0===i.enabled&&!0!==e.qSkipRipple&&!0===Object(r.a)(e,i.modifiers.keyCodes)&&e.type==="key".concat(!0===i.modifiers.early?"down":"up")&&u(e,t,i,!0)}),300)};h(i,e),t.__qripple&&(t.__qripple_old=t.__qripple),t.__qripple=i,Object(o.a)(i,"main",[[t,"mousedown","start","passive"],[t,"touchstart","start","passive"],[t,"click","start","passive"],[t,"keydown","keystart","passive"],[t,"keyup","keystart","passive"]])},update:function(t,e){void 0!==t.__qripple&&h(t.__qripple,e)},unbind:function(t){var e=t.__qripple_old||t.__qripple;void 0!==e&&(e.abort.forEach((function(t){t()})),Object(o.b)(e,"main"),delete t[t.__qripple_old?"__qripple_old":"__qripple"])}}},7460:function(t,e,i){"use strict";i("b0c0"),i("a9e3");var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("0016"),a=i("3d69"),l=i("87e8"),c=i("d882"),u=i("dde5"),h=i("d728"),d=0;e.a=o.default.extend({name:"QTab",mixins:[a.a,l.a],inject:{tabs:{default:function(){}},__activateTab:{},__recalculateScroll:{}},props:{icon:String,label:[Number,String],alert:[Boolean,String],alertIcon:String,name:{type:[Number,String],default:function(){return"t_".concat(d++)}},noCaps:Boolean,tabindex:[String,Number],disable:Boolean},computed:{isActive:function(){return this.tabs.current===this.name},classes:function(){var t;return t={},Object(s.a)(t,"q-tab--".concat(this.isActive?"":"in","active"),!0),Object(s.a)(t,"text-".concat(this.tabs.activeColor),this.isActive&&this.tabs.activeColor),Object(s.a)(t,"bg-".concat(this.tabs.activeBgColor),this.isActive&&this.tabs.activeBgColor),Object(s.a)(t,"q-tab--full",this.icon&&this.label&&!this.tabs.inlineLabel),Object(s.a)(t,"q-tab--no-caps",!0===this.noCaps||!0===this.tabs.noCaps),Object(s.a)(t,"q-focusable q-hoverable cursor-pointer",!this.disable),Object(s.a)(t,"disabled",this.disable),t},computedTabIndex:function(){return!0===this.disable||!0===this.isActive?-1:this.tabindex||0},onEvents:function(){return Object(n.a)(Object(n.a)({input:c.i},this.qListeners),{},{click:this.__activate,keyup:this.__onKeyup})},attrs:function(){var t={tabindex:this.computedTabIndex,role:"tab","aria-selected":this.isActive};return!0===this.disable&&(t["aria-disabled"]=""),t}},methods:{__activate:function(t,e){!0!==e&&void 0!==this.$refs.blurTarget&&this.$refs.blurTarget.focus(),!0!==this.disable&&(void 0!==this.qListeners.click&&this.$emit("click",t),this.__activateTab(this.name))},__onKeyup:function(t){!0===Object(h.a)(t,13)&&this.__activate(t,!0)},__getContent:function(t){var e=this.tabs.narrowIndicator,i=[],n=t("div",{staticClass:"q-tab__indicator",class:this.tabs.indicatorClass});void 0!==this.icon&&i.push(t(r.a,{staticClass:"q-tab__icon",props:{name:this.icon}})),void 0!==this.label&&i.push(t("div",{staticClass:"q-tab__label"},[this.label])),!1!==this.alert&&i.push(void 0!==this.alertIcon?t(r.a,{staticClass:"q-tab__alert-icon",props:{color:!0!==this.alert?this.alert:void 0,name:this.alertIcon}}):t("div",{staticClass:"q-tab__alert",class:!0!==this.alert?"text-".concat(this.alert):null})),!0===e&&i.push(n);var s=[t("div",{staticClass:"q-focus-helper",attrs:{tabindex:-1},ref:"blurTarget"}),t("div",{staticClass:"q-tab__content self-stretch flex-center relative-position q-anchor--skip non-selectable",class:!0===this.tabs.inlineLabel?"row no-wrap q-tab__content--inline":"column"},Object(u.a)(i,this,"default"))];return!1===e&&s.push(n),s},__renderTab:function(t,e,i){var n=Object(s.a)({staticClass:"q-tab relative-position self-stretch flex flex-center text-center",class:this.classes,attrs:this.attrs,directives:!1!==this.ripple&&!0===this.disable?null:[{name:"ripple",value:this.ripple}]},"div"===e?"on":"nativeOn",this.onEvents);return void 0!==i&&(n.props=i),t(e,n,this.__getContent(t))}},mounted:function(){this.__recalculateScroll()},beforeDestroy:function(){this.__recalculateScroll()},render:function(t){return this.__renderTab(t,"div")}})},"75c3":function(t,e,i){"use strict";i("99af"),i("c975");var n=i("0967"),s=i("3627"),o=i("d882"),r=i("2248");function a(t,e,i){var n,s=Object(o.f)(t),r=s.left-e.event.x,a=s.top-e.event.y,l=Math.abs(r),c=Math.abs(a),u=e.direction;!0===u.horizontal&&!0!==u.vertical?n=r<0?"left":"right":!0!==u.horizontal&&!0===u.vertical?n=a<0?"up":"down":!0===u.up&&a<0?(n="up",l>c&&(!0===u.left&&r<0?n="left":!0===u.right&&r>0&&(n="right"))):!0===u.down&&a>0?(n="down",l>c&&(!0===u.left&&r<0?n="left":!0===u.right&&r>0&&(n="right"))):!0===u.left&&r<0?(n="left",l<c&&(!0===u.up&&a<0?n="up":!0===u.down&&a>0&&(n="down"))):!0===u.right&&r>0&&(n="right",l<c&&(!0===u.up&&a<0?n="up":!0===u.down&&a>0&&(n="down")));var h=!1;if(void 0===n&&!1===i){if(!0===e.event.isFirst||void 0===e.event.lastDir)return{};h=!0,"left"===(n=e.event.lastDir)||"right"===n?(s.left-=r,l=0,r=0):(s.top-=a,c=0,a=0)}return{synthetic:h,payload:{evt:t,touch:!0!==e.event.mouse,mouse:!0===e.event.mouse,position:s,direction:n,isFirst:e.event.isFirst,isFinal:!0===i,duration:Date.now()-e.event.time,distance:{x:l,y:c},offset:{x:r,y:a},delta:{x:s.left-e.event.lastX,y:s.top-e.event.lastY}}}}var l=0;e.a={name:"touch-pan",bind:function(t,e){var i=e.value,c=e.modifiers;if(!0===c.mouse||!0===n.a.has.touch){var u={uid:"qvtp_"+l++,handler:i,modifiers:c,direction:Object(s.c)(c),noop:o.e,mouseStart:function(t){Object(s.e)(t,u)&&Object(o.c)(t)&&(Object(s.a)(u,"temp",[[document,"mousemove","move","notPassiveCapture"],[document,"mouseup","end","passiveCapture"]]),u.start(t,!0))},touchStart:function(t){if(Object(s.e)(t,u)){var e=Object(s.d)(t.target);Object(s.a)(u,"temp",[[e,"touchmove","move","notPassiveCapture"],[e,"touchcancel","end","passiveCapture"],[e,"touchend","end","passiveCapture"]]),u.start(t)}},start:function(e,i){!0===n.a.is.firefox&&Object(o.h)(t,!0),u.lastEvt=e;var s=Object(o.f)(e);if(!0===i||!0===c.stop){if(!0!==u.direction.all&&(!0!==i||!0!==u.direction.mouseAllDir)){var r=e.type.indexOf("mouse")>-1?new MouseEvent(e.type,e):new TouchEvent(e.type,e);!0===e.defaultPrevented&&Object(o.g)(r),!0===e.cancelBubble&&Object(o.i)(r),r.qClonedBy=void 0===e.qClonedBy?[u.uid]:e.qClonedBy.concat(u.uid),r.qKeyEvent=e.qKeyEvent,r.qClickOutside=e.qClickOutside,u.initialEvent={target:e.target,event:r}}Object(o.i)(e)}u.event={x:s.left,y:s.top,time:Date.now(),mouse:!0===i,detected:!1,isFirst:!0,isFinal:!1,lastX:s.left,lastY:s.top}},move:function(t){if(void 0!==u.event){u.lastEvt=t;var e=!0===u.event.mouse,i=function(){h(t,e),document.documentElement.style.cursor="grabbing",!0===e&&document.body.classList.add("no-pointer-events--children"),document.body.classList.add("non-selectable"),Object(r.a)(),u.styleCleanup=function(t){if(u.styleCleanup=void 0,document.documentElement.style.cursor="",document.body.classList.remove("non-selectable"),!0===e){var i=function(){document.body.classList.remove("no-pointer-events--children")};void 0!==t?setTimeout((function(){i(),t()}),50):i()}else void 0!==t&&t()}};if(!0!==u.event.detected){if(!0===u.direction.all||!0===e&&!0===u.modifiers.mouseAllDir)return i(),u.event.detected=!0,void u.move(t);var n=Object(o.f)(t),s=n.left-u.event.x,l=n.top-u.event.y,c=Math.abs(s),d=Math.abs(l);c!==d&&(!0===u.direction.horizontal&&c>d||!0===u.direction.vertical&&c<d||!0===u.direction.up&&c<d&&l<0||!0===u.direction.down&&c<d&&l>0||!0===u.direction.left&&c>d&&s<0||!0===u.direction.right&&c>d&&s>0?(u.event.detected=!0,u.move(t)):u.end(t,!0))}else{!0!==u.event.isFirst&&h(t,u.event.mouse);var f=a(t,u,!1),p=f.payload,v=f.synthetic;void 0!==p&&(!1===u.handler(p)?u.end(t):(void 0===u.styleCleanup&&!0===u.event.isFirst&&i(),u.event.lastX=p.position.left,u.event.lastY=p.position.top,u.event.lastDir=!0===v?void 0:p.direction,u.event.isFirst=!1))}}},end:function(e,i){if(void 0!==u.event){if(Object(s.b)(u,"temp"),!0===n.a.is.firefox&&Object(o.h)(t,!1),!0===i)void 0!==u.styleCleanup&&u.styleCleanup(),!0!==u.event.detected&&void 0!==u.initialEvent&&u.initialEvent.target.dispatchEvent(u.initialEvent.event);else if(!0===u.event.detected){!0===u.event.isFirst&&u.handler(a(void 0===e?u.lastEvt:e,u).payload);var r=a(void 0===e?u.lastEvt:e,u,!0).payload,l=function(){u.handler(r)};void 0!==u.styleCleanup?u.styleCleanup(l):l()}u.event=void 0,u.initialEvent=void 0,u.lastEvt=void 0}}};t.__qtouchpan&&(t.__qtouchpan_old=t.__qtouchpan),t.__qtouchpan=u,!0===c.mouse&&Object(s.a)(u,"main",[[t,"mousedown","mouseStart","passive".concat(!0===c.mouseCapture?"Capture":"")]]),!0===n.a.has.touch&&Object(s.a)(u,"main",[[t,"touchstart","touchStart","passive".concat(!0===c.capture?"Capture":"")],[t,"touchmove","noop","notPassiveCapture"]])}function h(t,e){!0===c.mouse&&!0===e?Object(o.j)(t):(!0===c.stop&&Object(o.i)(t),!0===c.prevent&&Object(o.g)(t))}},update:function(t,e){void 0!==t.__qtouchpan&&Object(s.f)(t.__qtouchpan,e)},unbind:function(t){var e=t.__qtouchpan_old||t.__qtouchpan;void 0!==e&&(Object(s.b)(e,"main"),Object(s.b)(e,"temp"),!0===n.a.is.firefox&&Object(o.h)(t,!1),void 0!==e.styleCleanup&&e.styleCleanup(),delete t[t.__qtouchpan_old?"__qtouchpan_old":"__qtouchpan"])}}},7867:function(t,e,i){"use strict";i("b0c0");var n=i("5530"),s=i("a026"),o=i("7460"),r=i("8716"),a=(i("c975"),i("ac1f"),i("5319"),i("5ff7")),l=/\/?$/;function c(t,e){return!!e&&(t.path&&e.path?t.path.replace(l,"")===e.path.replace(l,"")&&t.hash===e.hash&&Object(a.b)(t.query,e.query):!(!t.name||!e.name)&&t.name===e.name&&t.hash===e.hash&&Object(a.b)(t.query,e.query)&&Object(a.b)(t.params,e.params))}function u(t,e){return 0===t.path.replace(l,"/").indexOf(e.path.replace(l,"/"))&&(!e.hash||t.hash===e.hash)&&function(t,e){for(var i in e)if(!(i in t))return!1;return!0}(t.query,e.query)}e.a=s.default.extend({name:"QRouteTab",mixins:[o.a,r.a],props:{to:{required:!0}},inject:{__activateRoute:{},__recalculateScroll:{}},watch:{$route:function(){this.__checkActivation()}},methods:{__activate:function(t,e){!0!==this.disable&&this.__checkActivation(!0),!0===e?this.$el.focus(t):void 0!==this.$refs.blurTarget&&this.$refs.blurTarget.focus(t)},__checkActivation:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=this.$route,i=this.$router.resolve(this.to,e,this.append),s=i.href,o=i.location,r=i.route,a=void 0!==r.redirectedFrom,l=!0===this.exact?c:u,h={name:this.name,selected:t,exact:this.exact,priorityMatched:r.matched.length,priorityHref:s.length};l(e,r)&&this.__activateRoute(Object(n.a)(Object(n.a)({},h),{},{redirected:a})),!0===a&&l(e,Object(n.a)({path:r.redirectedFrom},o))&&this.__activateRoute(h),this.isActive&&this.__activateRoute()}},mounted:function(){this.__recalculateScroll(),void 0!==this.$router&&this.__checkActivation()},beforeDestroy:function(){this.__recalculateScroll(),this.__activateRoute({remove:!0,name:this.name})},render:function(t){return this.__renderTab(t,"router-link",this.routerLinkProps)}})},7937:function(t,e,i){"use strict";function n(t,e,i){return i<=e?e:Math.min(i,Math.max(e,t))}function s(t,e,i){if(i<=e)return e;var n=i-e+1,s=e+(t-e)%n;return s<e&&(s=n+s),0===s?0:s}i.d(e,"a",(function(){return n})),i.d(e,"b",(function(){return s})),i("99af"),i("a15b"),i("fb6a"),i("b680")},"7ee0":function(t,e,i){"use strict";var n=i("0967"),s=i("463c"),o=i("87e8");e.a={mixins:[s.a,o.a],props:{value:{type:Boolean,default:void 0}},data:function(){return{showing:!1}},watch:{value:function(t){this.__processModelChange(t)},$route:function(){!0===this.hideOnRouteChange&&!0===this.showing&&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.qListeners.input&&!1===n.f&&(this.$emit("input",!0),this.payload=t,this.$nextTick((function(){e.payload===t&&(e.payload=void 0)}))),void 0!==this.value&&void 0!==this.qListeners.input&&!0!==n.f||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.qListeners.input&&!1===n.f&&(this.$emit("input",!1),this.payload=t,this.$nextTick((function(){e.payload===t&&(e.payload=void 0)}))),void 0!==this.value&&void 0!==this.qListeners.input&&!0!==n.f||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.qListeners.input&&this.$emit("input",!1):!0===t!==this.showing&&this["__process".concat(!0===t?"Show":"Hide")](this.payload)}}}},"7ff0":function(t,e,i){"use strict";i("c975"),i("a9e3"),i("c7cd");var n=i("5530"),s=i("a026"),o=i("0967"),r=i("3980"),a=i("87e8"),l=i("dde5"),c=i("d882"),u=i("0cd3");e.a=s.default.extend({name:"QFooter",mixins:[a.a],inject:{layout:{default:function(){}}},props:{value:{type:Boolean,default:!0},reveal:Boolean,bordered:Boolean,elevated:Boolean,heightHint:{type:[String,Number],default:50}},data:function(){return{size:parseInt(this.heightHint,10),revealed:!0,windowHeight:o.g||this.layout.container?0:window.innerHeight}},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(){this.__updateRevealed()},"layout.height":function(){this.__updateRevealed()},size:function(){this.__updateRevealed()},"$q.screen.height":function(t){!0!==this.layout.container&&this.__updateLocal("windowHeight",t)}},computed:{fixed:function(){return!0===this.reveal||this.layout.view.indexOf("F")>-1||!0===this.layout.container},containerHeight:function(){return!0===this.layout.container?this.layout.containerHeight:this.windowHeight},offset:function(){if(!0!==this.value)return 0;if(!0===this.fixed)return!0===this.revealed?this.size:0;var t=this.layout.scroll.position+this.containerHeight+this.size-this.layout.height;return t>0?t:0},hidden:function(){return!0!==this.value||!0===this.fixed&&!0!==this.revealed},revealOnFocus:function(){return!0===this.value&&!0===this.hidden&&!0===this.reveal},classes:function(){return(!0===this.fixed?"fixed":"absolute")+"-bottom"+(!0===this.bordered?" q-footer--bordered":"")+(!0===this.hidden?" q-footer--hidden":"")+(!0!==this.value?" q-layout--prevent-focus":"")+(!0!==this.value&&!0!==this.fixed?" hidden":"")},style:function(){var t=this.layout.rows.bottom,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},onEvents:function(){return Object(n.a)(Object(n.a)({},this.qListeners),{},{focusin:this.__onFocusin,input:c.i})}},render:function(t){var e=Object(l.a)([t(r.a,{props:{debounce:0},on:Object(u.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("footer",{staticClass:"q-footer q-layout__section--marginal",class:this.classes,style:this.style,on:this.onEvents},e)},created:function(){this.layout.instances.footer=this,!0===this.value&&this.__update("size",this.size),this.__update("space",this.value),this.__update("offset",this.offset)},beforeDestroy:function(){this.layout.instances.footer===this&&(this.layout.instances.footer=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.footer[t]!==e&&(this.layout.footer[t]=e)},__updateLocal:function(t,e){this[t]!==e&&(this[t]=e)},__updateRevealed:function(){if(!0===this.reveal){var t=this.layout.scroll,e=t.direction,i=t.position,n=t.inflexionPosition;this.__updateLocal("revealed","up"===e||i-n<100||this.layout.height-this.containerHeight-i-this.size<300)}},__onFocusin:function(t){!0===this.revealOnFocus&&this.__updateLocal("revealed",!0),this.$emit("focusin",t)}}})},"81e7":function(t,e,i){"use strict";i.d(e,"c",(function(){return S})),i.d(e,"a",(function(){return w})),i("4160"),i("caad"),i("b0c0"),i("dca8"),i("b64b"),i("2532"),i("159b");var n=i("c0a8"),s=i("0967"),o=i("a026"),r=i("d882"),a=i("1c16"),l=["sm","md","lg","xl"],c=r.d.passive,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:r.e,setDebounce:r.e,install:function(t,e,i){var n=this;if(!0!==s.f){var r,u=void 0!==i.screen&&!0===i.screen.bodyClasses,h=function(t){var e=window.innerWidth,i=window.innerHeight;if(i!==n.height&&(n.height=i),e!==n.width)n.width=e;else if(!0!==t)return;var s=n.sizes;n.gt.xs=e>=s.sm,n.gt.sm=e>=s.md,n.gt.md=e>=s.lg,n.gt.lg=e>=s.xl,n.lt.sm=e<s.sm,n.lt.md=e<s.md,n.lt.lg=e<s.lg,n.lt.xl=e<s.xl,n.xs=n.lt.sm,n.sm=!0===n.gt.xs&&!0===n.lt.md,n.md=!0===n.gt.sm&&!0===n.lt.lg,n.lg=!0===n.gt.md&&!0===n.lt.xl,n.xl=n.gt.lg,(s=(!0===n.xs?"xs":!0===n.sm&&"sm")||!0===n.md&&"md"||!0===n.lg&&"lg"||"xl")!==n.name&&(!0===u&&(document.body.classList.remove("screen--".concat(n.name)),document.body.classList.add("screen--".concat(s))),n.name=s)},d={},f=16;this.setSizes=function(t){l.forEach((function(e){void 0!==t[e]&&(d[e]=t[e])}))},this.setDebounce=function(t){f=t};var p=function(){var t=getComputedStyle(document.body),e=void 0!==window.visualViewport?window.visualViewport:window;t.getPropertyValue("--q-size-sm")&&l.forEach((function(e){n.sizes[e]=parseInt(t.getPropertyValue("--q-size-".concat(e)),10)})),n.setSizes=function(t){l.forEach((function(e){t[e]&&(n.sizes[e]=t[e])})),h(!0)},n.setDebounce=function(t){void 0!==r&&e.removeEventListener("resize",r,c),r=t>0?Object(a.a)(h,t):h,e.addEventListener("resize",r,c)},n.setDebounce(f),Object.keys(d).length>0?(n.setSizes(d),d=void 0):h(),!0===u&&"xs"===n.name&&document.body.classList.add("screen--xs")};!0===s.c?e.takeover.push(p):p(),o.default.util.defineReactive(t,"screen",this)}else t.screen=this}},h=(i("ac1f"),i("5319"),{isActive:!1,mode:!1,install:function(t,e,i){var n=this,a=i.dark;if(this.isActive=!0===a,!0===s.f)return e.server.push((function(t,e){t.dark={isActive:!1,mode:!1,set:function(i){e.ssr.Q_BODY_CLASSES=e.ssr.Q_BODY_CLASSES.replace(" body--light","").replace(" body--dark","")+" body--".concat(!0===i?"dark":"light"),t.dark.isActive=!0===i,t.dark.mode=i},toggle:function(){t.dark.set(!1===t.dark.isActive)}},t.dark.set(a)})),void(this.set=r.e);var l=void 0!==a&&a;if(!0===s.c){var c=function(t){n.__fromSSR=t},u=this.set;this.set=c,c(l),e.takeover.push((function(){n.set=u,n.set(n.__fromSSR)}))}else this.set(l);o.default.util.defineReactive(this,"isActive",this.isActive),o.default.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(){h.set(!1===h.isActive)},__media:void 0}),d=h,f=i("582c"),p=i("ec5d");function v(t,e){var i=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(!(i instanceof Element))throw new TypeError("Expected a DOM element");i.style.setProperty("--q-color-".concat(t),e)}i("a15b"),i("99af"),i("fb6a"),i("d3b7"),i("25f0"),i("498a");var m=i("d728");function g(t,e){var i=t.is,n=t.has,s=t.within,o=[!0===i.desktop?"desktop":"mobile","".concat(!1===n.touch?"no-":"","touch")];if(!0===i.mobile){var r=function(t){return!0===t.ios?"ios":!0===t.android?"android":void 0}(i);void 0!==r&&o.push("platform-"+r)}if(!0===i.nativeMobile){var a=i.nativeMobileWrapper;o.push(a),o.push("native-mobile"),!0!==i.ios||void 0!==e[a]&&!1===e[a].iosStatusBarPadding||o.push("q-ios-padding")}else!0===i.electron?o.push("electron"):!0===i.bex&&o.push("bex");return!0===s.iframe&&o.push("within-iframe"),o}var _=function(t,e){if(!0!==s.f){if(!0===s.c)!function(){var t=document.body.className,e=t;void 0!==s.d&&(e=e.replace("desktop","platform-ios mobile")),!0===s.a.has.touch&&(e=e.replace("no-touch","touch")),!0===s.a.within.iframe&&(e+=" within-iframe"),t!==e&&(document.body.className=e)}();else{var i=g(s.a,e);!0===s.a.is.ie&&11===s.a.is.versionNumber?i.forEach((function(t){return document.body.classList.add(t)})):document.body.classList.add.apply(document.body.classList,i)}void 0!==e.brand&&function(t){for(var e in t)v(e,t[e])}(e.brand),!0===s.a.is.ios&&document.body.addEventListener("touchstart",r.e),window.addEventListener("keydown",m.b,!0)}else t.server.push((function(t,i){var n=g(t.platform,e),s=i.ssr.setBodyClasses;void 0!==e.screen&&!0===e.screen.bodyClass&&n.push("screen--xs"),"function"==typeof s?s(n):i.ssr.Q_BODY_CLASSES=n.join(" ")}))},b=i("9071"),y=[s.b,u,d],S={server:[],takeover:[]},w={version:n.a,config:{}};e.b=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!0!==this.__qInstalled){this.__qInstalled=!0;var i=w.config=Object.freeze(e.config||{});if(s.b.install(w,S),_(S,i),d.install(w,S,i),u.install(w,S,i),f.a.install(i),p.a.install(w,S,e.lang),b.a.install(w,S,e.iconSet),!0===s.f?t.mixin({beforeCreate:function(){this.$q=this.$root.$options.$q}}):t.prototype.$q=w,e.components&&Object.keys(e.components).forEach((function(i){var n=e.components[i];"function"==typeof n&&t.component(n.options.name,n)})),e.directives&&Object.keys(e.directives).forEach((function(i){var n=e.directives[i];void 0!==n.name&&void 0!==n.unbind&&t.directive(n.name,n)})),e.plugins){var n={$q:w,queues:S,cfg:i};Object.keys(e.plugins).forEach((function(t){var i=e.plugins[t];"function"==typeof i.install&&!1===y.includes(i)&&i.install(n)}))}}}},8380:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("594d");e.a=s.default.extend({name:"QSpinnerDots",mixins:[o.a],render:function(t){return t("svg",{staticClass:"q-spinner",class:this.classes,on:Object(n.a)({},this.qListeners),attrs:{focusable:"false",fill:"currentColor",width:this.cSize,height:this.cSize,viewBox:"0 0 120 30",xmlns:"http://www.w3.org/2000/svg"}},[t("circle",{attrs:{cx:"15",cy:"15",r:"15"}},[t("animate",{attrs:{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"}})]),t("circle",{attrs:{cx:"60",cy:"15",r:"9","fill-opacity":".3"}},[t("animate",{attrs:{attributeName:"r",from:"9",to:"9",begin:"0s",dur:"0.8s",values:"9;15;9",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:".5",to:".5",begin:"0s",dur:"0.8s",values:".5;1;.5",calcMode:"linear",repeatCount:"indefinite"}})]),t("circle",{attrs:{cx:"105",cy:"15",r:"15"}},[t("animate",{attrs:{attributeName:"r",from:"15",to:"15",begin:"0s",dur:"0.8s",values:"15;9;15",calcMode:"linear",repeatCount:"indefinite"}}),t("animate",{attrs:{attributeName:"fill-opacity",from:"1",to:"1",begin:"0s",dur:"0.8s",values:"1;.5;1",calcMode:"linear",repeatCount:"indefinite"}})])])}})},8572:function(t,e,i){"use strict";i("99af"),i("a9e3");for(var n,s=i("5530"),o=i("ade3"),r=i("a026"),a=i("0967"),l=i("0016"),c=i("0d59"),u=(i("7db0"),i("caad"),i("d3b7"),i("3ca3"),i("ddb0"),/^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/),h=/^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/,d=/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/,f=/^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])\)$/,p=/^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)\)$/,v={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 u.test(t)},hexaColor:function(t){return h.test(t)},hexOrHexaColor:function(t){return d.test(t)},rgbColor:function(t){return f.test(t)},rgbaColor:function(t){return p.test(t)},rgbOrRgbaColor:function(t){return f.test(t)||p.test(t)},hexOrRgbColor:function(t){return u.test(t)||f.test(t)},hexaOrRgbaColor:function(t){return h.test(t)||p.test(t)},anyColor:function(t){return d.test(t)||f.test(t)||p.test(t)}},m=[!0,!1,"ondemand"],g={props:{value:{},error:{type:Boolean,default:null},errorMessage:String,noErrorIcon:Boolean,rules:Array,reactiveRules:Boolean,lazyRules:{type:[Boolean,String],validator:function(t){return m.includes(t)}}},data:function(){return{isDirty:null,innerError:!1,innerErrorMessage:void 0}},watch:{value:function(){this.__validateIfNeeded()},reactiveRules:{handler:function(t){var e=this;!0===t?void 0===this.unwatchRules&&(this.unwatchRules=this.$watch("rules",(function(){e.__validateIfNeeded(!0)}))):void 0!==this.unwatchRules&&(this.unwatchRules(),this.unwatchRules=void 0)},immediate:!0},focused:function(t){"ondemand"!==this.lazyRules&&(!0===t?null===this.isDirty&&(this.isDirty=!1):!1===this.isDirty&&!0===this.hasRules&&(this.isDirty=!0,this.validate()))}},computed:{hasRules:function(){return void 0!==this.rules&&null!==this.rules&&this.rules.length>0},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},beforeDestroy:function(){void 0!==this.unwatchRules&&this.unwatchRules()},methods:{resetValidation:function(){this.validateIndex++,this.innerLoading=!1,this.isDirty=null,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(!0!==this.hasRules)return!0;this.validateIndex++,!0!==this.innerLoading&&!0!==this.lazyRules&&(this.isDirty=!0);for(var i=function(e,i){t.innerError!==e&&(t.innerError=e);var n=i||void 0;t.innerErrorMessage!==n&&(t.innerErrorMessage=n),!1!==t.innerLoading&&(t.innerLoading=!1)},n=[],s=0;s<this.rules.length;s++){var o=this.rules[s],r=void 0;if("function"==typeof o?r=o(e):"string"==typeof o&&void 0!==v[o]&&(r=v[o](e)),!1===r||"string"==typeof r)return i(!0,r),!1;!0!==r&&void 0!==r&&n.push(r)}if(0===n.length)return i(!1),!0;!0!==this.innerLoading&&(this.innerLoading=!0);var a=this.validateIndex;return Promise.all(n).then((function(e){if(a!==t.validateIndex)return!0;if(void 0===e||!1===Array.isArray(e)||0===e.length)return i(!1),!0;var n=e.find((function(t){return!1===t||"string"==typeof t}));return i(void 0!==n,n),void 0===n}),(function(e){return a!==t.validateIndex||(i(!0),!1)}))},__validateIfNeeded:function(t){!0===this.hasRules&&"ondemand"!==this.lazyRules&&(!0===this.isDirty||!0!==this.lazyRules&&!0!==t)&&this.validate()}}},_=i("b7fa"),b=i("f376"),y=i("dde5"),S=(i("fb6a"),i("ace4"),i("25f0"),i("5cc6"),i("9a8c"),i("a975"),i("735e"),i("c1ac"),i("d139"),i("3a7b"),i("d5d6"),i("82f8"),i("e91f"),i("60bd"),i("5f96"),i("3280"),i("3fcc"),i("ca91"),i("25a1"),i("cd26"),i("3c5d"),i("2954"),i("649e"),i("219c"),i("170b"),i("b39a"),i("72f7"),0),w=new Array(256),C=0;C<256;C++)w[C]=(C+256).toString(16).substr(1);var x=function(){var t="undefined"!=typeof crypto?crypto:"undefined"!=typeof window?window.msCrypto:void 0;if(void 0!==t){if(void 0!==t.randomBytes)return t.randomBytes;if(void 0!==t.getRandomValues)return function(e){var i=new Uint8Array(e);return t.getRandomValues(i),i}}return function(t){for(var e=[],i=t;i>0;i--)e.push(Math.floor(256*Math.random()));return e}}(),k=i("d882");function q(t){return void 0===t?"f_".concat(function(){(void 0===n||S+16>4096)&&(S=0,n=x(4096));var t=Array.prototype.slice.call(n,S,S+=16);return t[6]=15&t[6]|64,t[8]=63&t[8]|128,w[t[0]]+w[t[1]]+w[t[2]]+w[t[3]]+"-"+w[t[4]]+w[t[5]]+"-"+w[t[6]]+w[t[7]]+"-"+w[t[8]]+w[t[9]]+"-"+w[t[10]]+w[t[11]]+w[t[12]]+w[t[13]]+w[t[14]]+w[t[15]]}()):t}e.a=r.default.extend({name:"QField",mixins:[_.a,g,b.a],inheritAttrs:!1,props:{label:String,stackLabel:Boolean,hint:String,hideHint:Boolean,prefix:String,suffix:String,labelColor: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,targetUid:q(this.for),innerLoading:!1}},watch:{for:function(t){this.targetUid=q(t)}},computed:{editable:function(){return!0!==this.disable&&!0!==this.readonly},hasValue:function(){var t=void 0===this.__getControl?this.value:this.innerValue;return 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.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||!0===this.hasRules||!0===this.counter||null!==this.error},classes:function(){var t;return t={},Object(o.a)(t,this.fieldClass,void 0!==this.fieldClass),Object(o.a)(t,"q-field--".concat(this.styleType),!0),Object(o.a)(t,"q-field--rounded",this.rounded),Object(o.a)(t,"q-field--square",this.square),Object(o.a)(t,"q-field--focused",!0===this.focused||!0===this.hasError),Object(o.a)(t,"q-field--float",this.floatingLabel),Object(o.a)(t,"q-field--labeled",void 0!==this.label),Object(o.a)(t,"q-field--dense",this.dense),Object(o.a)(t,"q-field--item-aligned q-item-type",this.itemAligned),Object(o.a)(t,"q-field--dark",this.isDark),Object(o.a)(t,"q-field--auto-height",void 0===this.__getControl),Object(o.a)(t,"q-field--with-bottom",!0!==this.hideBottomSpace&&!0===this.shouldRenderBottom),Object(o.a)(t,"q-field--error",this.hasError),Object(o.a)(t,"q-field--readonly",!0===this.readonly&&!0!==this.disable),Object(o.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},labelClass:function(){if(void 0!==this.labelColor&&!0!==this.hasError)return"text-"+this.labelColor},controlSlotScope:function(){return{id:this.targetUid,field:this.$el,editable:this.editable,focused:this.focused,floatingLabel:this.floatingLabel,value:this.value,emitValue:this.__emitValue}},attrs:function(){var t={for:this.targetUid};return!0===this.disable?t["aria-disabled"]="":!0===this.readonly&&(t["aria-readonly"]=""),t}},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(l.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(c.a,{props:{color:this.color}})])):!0===this.clearable&&!0===this.hasValue&&!0===this.editable&&e.push(this.__getInnerAppendNode(t,"inner-clearable-append",[t(l.a,{staticClass:"q-field__focusable-action",props:{tag:"button",name:this.clearIcon||this.$q.iconSet.field.clear},attrs:{tabindex:0,type:"button"},on:this.clearableEvents})])),void 0!==this.__getInnerAppend&&e.push(this.__getInnerAppendNode(t,"inner-append",this.__getInnerAppend(t))),void 0!==this.__getControlChild&&e.push(this.__getControlChild(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])),!0===this.hasShadow&&void 0!==this.__getShadowControl&&e.push(this.__getShadowControl(t)),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:Object(s.a)(Object(s.a)({},this.qAttrs),{},{"data-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",class:this.labelClass},[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(y.c)(this,"default"))},__getBottom:function(t){var e,i;!0===this.hasError?void 0!==this.computedErrorMessage?(e=[t("div",[this.computedErrorMessage])],i=this.computedErrorMessage):(e=Object(y.c)(this,"error"),i="q--slot-error"):!0===this.hideHint&&!0!==this.focused||(void 0!==this.hint?(e=[t("div",[this.hint])],i=this.hint):(e=Object(y.c)(this,"hint"),i="q--slot-hint"));var n=!0===this.counter||void 0!==this.$scopedSlots.counter;if(!0!==this.hideBottomSpace||!1!==n||void 0!==e){var s=t("div",{key:i,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?s:t("transition",{props:{name:"q-transition--field-message"}},[s]),!0===n?t("div",{staticClass:"q-field__counter"},void 0!==this.$scopedSlots.counter?this.$scopedSlots.counter():[this.computedCounter]):null])}},__getInnerAppendNode:function(t,e,i){return null===i?null:t("div",{staticClass:"q-field__append q-field__marginal row no-wrap items-center q-anchor--skip",key:e},i)},__onControlPopupShow:function(t){void 0!==t&&Object(k.i)(t),this.$emit("popup-show",t),this.hasPopupOpen=!0,this.__onControlFocusin(t)},__onControlPopupHide:function(t){void 0!==t&&Object(k.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 i=this;clearTimeout(this.focusoutTimer),this.focusoutTimer=setTimeout((function(){(!0!==document.hasFocus()||!0!==i.hasPopupOpen&&void 0!==i.$refs&&void 0!==i.$refs.control&&!1===i.$refs.control.contains(document.activeElement))&&(!0===i.focused&&(i.focused=!1,i.$emit("blur",t)),void 0!==e&&e())}))},__clearValue:function(t){this.focused=!1,Object(k.j)(t),this.$el.focus(),"file"===this.type&&(Object(k.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:this.attrs},[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:k.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===a.c&&void 0===this.for&&(this.targetUid=q()),!0===this.autofocus&&this.focus()},beforeDestroy:function(){clearTimeout(this.focusoutTimer)}})},"85fc":function(t,e,i){"use strict";i("99af"),i("c975"),i("fb6a"),i("a434"),i("b0c0"),i("a9e3");var n=i("b7fa"),s=i("d882"),o=i("f89c"),r=i("ff7b"),a=i("2b69"),l=i("dde5"),c=i("0cd3");e.a={mixins:[n.a,r.a,o.b,a.a],props:{value:{required:!0,default:null},val:{},trueValue:{default:!0},falseValue:{default:!1},toggleIndeterminate:Boolean,indeterminateValue:{default:null},label:String,leftLabel:Boolean,fontSize:String,color:String,keepColor:Boolean,dense:Boolean,disable:Boolean,tabindex:[String,Number]},computed:{isTrue:function(){return!0===this.modelIsArray?this.index>-1:this.value===this.trueValue},isFalse:function(){return!0===this.modelIsArray?-1===this.index:this.value===this.falseValue},isIndeterminate:function(){return this.value===this.indeterminateValue&&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},labelStyle:function(){if(void 0!==this.fontSize)return{fontSize:this.fontSize}},classes:function(){return"q-".concat(this.type," cursor-pointer no-outline row inline no-wrap items-center")+(!0===this.disable?" disabled":"")+(!0===this.isDark?" q-".concat(this.type,"--dark"):"")+(!0===this.dense?" q-".concat(this.type,"--dense"):"")+(!0===this.leftLabel?" reverse":"")},innerClass:function(){var t=!0===this.isTrue?"truthy":!0===this.isFalse?"falsy":"indet",e=void 0===this.color||!0!==this.keepColor&&("toggle"===this.type?!0!==this.isTrue:!0===this.isFalse)?"":" text-".concat(this.color);return"q-".concat(this.type,"__inner--").concat(t).concat(e)},formAttrs:function(){var t={type:"checkbox"};return void 0!==this.name&&Object.assign(t,{checked:this.isTrue,name:this.name,value:!0===this.modelIsArray?this.val:this.trueValue}),t},attrs:function(){var t={tabindex:this.computedTabindex,role:"checkbox","aria-label":this.label,"aria-checked":!0===this.isIndeterminate?"mixed":!0===this.isTrue?"true":"false"};return!0===this.disable&&(t["aria-disabled"]=""),t}},methods:{toggle:function(t){var e;void 0!==t&&(Object(s.j)(t),this.__refocusTarget(t)),!0!==this.disable&&(!0===this.modelIsArray?!0===this.isTrue?(e=this.value.slice()).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,t))},__onKeydown:function(t){13!==t.keyCode&&32!==t.keyCode||Object(s.j)(t)},__onKeyup:function(t){13!==t.keyCode&&32!==t.keyCode||this.toggle(t)}},render:function(t){var e=this.__getInner(t);!0!==this.disable&&this.__injectFormInput(e,"unshift","q-".concat(this.type,"__native absolute q-ma-none q-pa-none invisible"));var i=[t("div",{staticClass:"q-".concat(this.type,"__inner relative-position no-pointer-events"),class:this.innerClass,style:this.sizeStyle},e)];void 0!==this.__refocusTargetEl&&i.push(this.__refocusTargetEl);var n=void 0!==this.label?Object(l.a)([this.label],this,"default"):Object(l.c)(this,"default");return void 0!==n&&i.push(t("div",{staticClass:"q-".concat(this.type,"__label q-anchor--skip")},n)),t("div",{class:this.classes,attrs:this.attrs,on:Object(c.a)(this,"inpExt",{click:this.toggle,keydown:this.__onKeydown,keyup:this.__onKeyup})},i)}}},8716:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),i("ac1f"),i("5319");var n={props:{to:[String,Object],exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,disable:Boolean},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}}}}},"87e8":function(t,e,i){"use strict";var n=i("0cd3");e.a=Object(n.b)("$listeners","qListeners")},"8f8e":function(t,e,i){"use strict";var n=i("a026"),s=i("85fc");e.a=n.default.extend({name:"QCheckbox",mixins:[s.a],methods:{__getInner:function(t){return[t("div",{staticClass:"q-checkbox__bg absolute"},[t("svg",{staticClass:"q-checkbox__svg fit absolute-full",attrs:{focusable:"false",viewBox:"0 0 24 24"}},[t("path",{staticClass:"q-checkbox__truthy",attrs:{fill:"none",d:"M1.73,12.91 8.1,19.28 22.79,4.59"}}),t("path",{staticClass:"q-checkbox__indet",attrs:{d:"M4,14H20V10H4"}})])])]}},created:function(){this.type="checkbox"}})},9071:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("0967"),r={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",up:"keyboard_arrow_up",down:"keyboard_arrow_down",navigationIcon:"lens"},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"}};e.a={install:function(t,e,i){var a=this,l=i||r;this.set=function(e,i){var s=Object(n.a)({},e);if(!0===o.f){if(void 0===i)return;s.set=i.$q.iconSet.set,i.$q.iconSet=s}else s.set=a.set,t.iconSet=s},!0===o.f?e.server.push((function(t,e){t.iconSet={},t.iconSet.set=function(t){a.set(t,e.ssr)},t.iconSet.set(l)})):(s.default.util.defineReactive(t,"iconMapFn",void 0),s.default.util.defineReactive(t,"iconSet",{}),this.set(l))}}},9149:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("594d");e.a=s.default.extend({name:"QSpinnerHourglass",mixins:[o.a],render:function(t){return t("svg",{staticClass:"q-spinner",class:this.classes,on:Object(n.a)({},this.qListeners),attrs:{focusable:"false",width:this.cSize,height:this.cSize,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid",xmlns:"http://www.w3.org/2000/svg"}},[t("g",[t("path",{staticClass:"glass",attrs:{fill:"none",stroke:"currentColor","stroke-width":"5","stroke-miterlimit":"10",d:"M58.4,51.7c-0.9-0.9-1.4-2-1.4-2.3s0.5-0.4,1.4-1.4 C70.8,43.8,79.8,30.5,80,15.5H70H30H20c0.2,15,9.2,28.1,21.6,32.3c0.9,0.9,1.4,1.2,1.4,1.5s-0.5,1.6-1.4,2.5 C29.2,56.1,20.2,69.5,20,85.5h10h40h10C79.8,69.5,70.8,55.9,58.4,51.7z"}}),t("clipPath",{attrs:{id:"uil-hourglass-clip1"}},[t("rect",{staticClass:"clip",attrs:{x:"15",y:"20",width:"70",height:"25"}},[t("animate",{attrs:{attributeName:"height",from:"25",to:"0",dur:"1s",repeatCount:"indefinite",values:"25;0;0",keyTimes:"0;0.5;1"}}),t("animate",{attrs:{attributeName:"y",from:"20",to:"45",dur:"1s",repeatCount:"indefinite",values:"20;45;45",keyTimes:"0;0.5;1"}})])]),t("clipPath",{attrs:{id:"uil-hourglass-clip2"}},[t("rect",{staticClass:"clip",attrs:{x:"15",y:"55",width:"70",height:"25"}},[t("animate",{attrs:{attributeName:"height",from:"0",to:"25",dur:"1s",repeatCount:"indefinite",values:"0;25;25",keyTimes:"0;0.5;1"}}),t("animate",{attrs:{attributeName:"y",from:"80",to:"55",dur:"1s",repeatCount:"indefinite",values:"80;55;55",keyTimes:"0;0.5;1"}})])]),t("path",{staticClass:"sand",attrs:{d:"M29,23c3.1,11.4,11.3,19.5,21,19.5S67.9,34.4,71,23H29z","clip-path":"url(#uil-hourglass-clip1)",fill:"currentColor"}}),t("path",{staticClass:"sand",attrs:{d:"M71.6,78c-3-11.6-11.5-20-21.5-20s-18.5,8.4-21.5,20H71.6z","clip-path":"url(#uil-hourglass-clip2)",fill:"currentColor"}}),t("animateTransform",{attrs:{attributeName:"transform",type:"rotate",from:"0 50 50",to:"180 50 50",repeatCount:"indefinite",dur:"1s",values:"0 50 50;0 50 50;180 50 50",keyTimes:"0;0.7;1"}})])])}})},9564:function(t,e,i){"use strict";var n=i("a026"),s=i("0016"),o=i("85fc");e.a=n.default.extend({name:"QToggle",mixins:[o.a],props:{icon:String,checkedIcon:String,uncheckedIcon:String,indeterminateIcon:String,iconColor:String},computed:{computedIcon:function(){return(!0===this.isTrue?this.checkedIcon:!0===this.isIndeterminate?this.indeterminateIcon:this.uncheckedIcon)||this.icon},computedIconColor:function(){if(!0===this.isTrue)return this.iconColor}},methods:{__getInner:function(t){return[t("div",{staticClass:"q-toggle__track"}),t("div",{staticClass:"q-toggle__thumb absolute flex flex-center no-wrap"},void 0!==this.computedIcon?[t(s.a,{props:{name:this.computedIcon,color:this.computedIconColor}})]:void 0)]}},created:function(){this.type="toggle"}})},9989:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QPage",mixins:[o.a],inject:{pageContainer:{default:function(){}},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);if("function"==typeof this.styleFn){var e=!0===this.layout.container?this.layout.containerHeight:this.$q.screen.height;return this.styleFn(t,e)}return{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:Object(n.a)({},this.qListeners)},Object(r.c)(this,"default"))}})},"99b6":function(t,e,i){"use strict";i("99af"),i("caad"),i("b64b"),i("2532");var n={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},s=Object.keys(n);e.a={props:{align:{type:String,validator:function(t){return s.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(n[t])}}}},"9c40":function(t,e,i){"use strict";i("a9e3"),i("ac1f"),i("5319");var n=i("5530"),s=i("a026"),o=i("0016"),r=i("0d59"),a=(i("99af"),i("0481"),i("a15b"),i("d81d"),i("4069"),i("1276"),i("99b6")),l=i("3d69"),c=i("87e8"),u=i("6642"),h={none:0,xs:4,sm:8,md:16,lg:24,xl:32},d={mixins:[c.a,l.a,a.a,Object(u.b)({xs:8,sm:10,md:14,lg:20,xl:24})],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,padding:String,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)return this.sizeStyle},isRounded:function(){return!0===this.rounded||!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,t.role="link"):t.role="a"===this.type?"link":"button",!0===this.loading&&void 0!==this.percentage&&(t.role="progressbar",t["aria-valuemin"]=0,t["aria-valuemax"]=100,t["aria-valuenow"]=this.percentage),!0===this.disable&&(t.disabled="",t["aria-disabled"]=""),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.round?"round":"rectangle".concat(!0===this.isRounded?" q-btn--rounded":""))+(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.noWrap?"":" q-btn--wrap")+(!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":"")},wrapperStyle:function(){if(void 0!==this.padding)return{padding:this.padding.split(/\s+/).map((function(t){return t in h?h[t]+"px":t})).join(" "),minWidth:"0",minHeight:"0"}}}},f=i("dde5"),p=i("d882"),v=i("3627"),m=i("d728"),g=p.d.passiveCapture,_=void 0,b=void 0,y=void 0,S={role:"img","aria-hidden":"true"};e.a=s.default.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.isLink?[13,32]:[13]},!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,"%)")}},onEvents:function(){if(!0===this.loading)return{mousedown:this.__onLoadingEvt,touchstart:this.__onLoadingEvt,click:this.__onLoadingEvt,keydown:this.__onLoadingEvt,keyup:this.__onLoadingEvt};if(!0===this.isActionable){var t=Object(n.a)(Object(n.a)({},this.qListeners),{},{click:this.click,keydown:this.__onKeydown,mousedown:this.__onMousedown});return!0===this.$q.platform.has.touch&&(t.touchstart=this.__onTouchstart),t}return{}},directives:function(){if(!0!==this.disable&&!1!==this.ripple)return[{name:"ripple",value:this.computedRipple,modifiers:{center:this.round}}]}},methods:{click:function(t){var e=this;if(void 0!==t){if(!0===t.defaultPrevented)return;var i=document.activeElement;if("submit"===this.type&&(!0===this.$q.platform.is.ie&&(t.clientX<0||t.clientY<0)||i!==document.body&&!1===this.$el.contains(i)&&!1===i.contains(this.$el))){this.$el.focus();var n=function t(){document.removeEventListener("keydown",p.j,!0),document.removeEventListener("keyup",t,g),void 0!==e.$el&&e.$el.removeEventListener("blur",t,g)};document.addEventListener("keydown",p.j,!0),document.addEventListener("keyup",n,g),this.$el.addEventListener("blur",n,g)}if(!0===this.hasRouterLink){if(!0===t.ctrlKey||!0===t.shiftKey||!0===t.altKey||!0===t.metaKey)return;Object(p.j)(t)}}var s=function(){var t=e.$router[!0===e.replace?"replace":"push"](e.to);void 0!==t&&"function"==typeof t.catch&&t.catch(p.e)};this.$emit("click",t,s),!0===this.hasRouterLink&&!1!==t.navigate&&s()},__onKeydown:function(t){!0===Object(m.a)(t,[13,32])&&(Object(p.j)(t),b!==this.$el&&(void 0!==b&&this.__cleanup(),this.$el.focus(),b=this.$el,this.$el.classList.add("q-btn--active"),document.addEventListener("keyup",this.__onPressEnd,!0),this.$el.addEventListener("blur",this.__onPressEnd,g))),this.$emit("keydown",t)},__onTouchstart:function(t){var e=this;if(_!==this.$el){void 0!==_&&this.__cleanup(),_=this.$el;var i=this.touchTargetEl=Object(v.d)(t.target);i.addEventListener("touchcancel",this.__onPressEnd,g),i.addEventListener("touchend",this.__onPressEnd,g)}this.avoidMouseRipple=!0,clearTimeout(this.mouseTimer),this.mouseTimer=setTimeout((function(){e.avoidMouseRipple=!1}),200),this.$emit("touchstart",t)},__onMousedown:function(t){y!==this.$el&&(void 0!==y&&this.__cleanup(),y=this.$el,this.$el.classList.add("q-btn--active"),document.addEventListener("mouseup",this.__onPressEnd,g)),t.qSkipRipple=!0===this.avoidMouseRipple,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(b===this.$el&&!0===Object(m.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){var e=this.$refs.blurTarget;if(!0===t||_!==this.$el&&y!==this.$el||void 0===e||e===document.activeElement||(e.setAttribute("tabindex",-1),e.focus()),_===this.$el){var i=this.touchTargetEl;i.removeEventListener("touchcancel",this.__onPressEnd,g),i.removeEventListener("touchend",this.__onPressEnd,g),_=this.touchTargetEl=void 0}y===this.$el&&(document.removeEventListener("mouseup",this.__onPressEnd,g),y=void 0),b===this.$el&&(document.removeEventListener("keyup",this.__onPressEnd,!0),void 0!==this.$el&&this.$el.removeEventListener("blur",this.__onPressEnd,g),b=void 0),void 0!==this.$el&&this.$el.classList.remove("q-btn--active")},__onLoadingEvt:function(t){Object(p.j)(t),t.qSkipRipple=!0}},beforeDestroy:function(){this.__cleanup(!0)},render:function(t){var e=[];void 0!==this.icon&&e.push(t(o.a,{attrs:S,props:{name:this.icon,left:!1===this.stack&&!0===this.hasLabel}})),!0===this.hasLabel&&e.push(t("span",{staticClass:"block"},[this.label])),e=Object(f.a)(e,this,"default"),void 0!==this.iconRight&&!1===this.round&&e.push(t(o.a,{attrs:S,props:{name:this.iconRight,right:!1===this.stack&&!0===this.hasLabel}}));var i=[t("span",{staticClass:"q-focus-helper",ref:"blurTarget"})];return!0===this.loading&&void 0!==this.percentage&&i.push(t("span",{staticClass:"q-btn__progress absolute-full overflow-hidden"},[t("span",{staticClass:"q-btn__progress-indicator fit block",class:!0===this.darkPercentage?"q-btn__progress--dark":"",style:this.percentageStyle})])),i.push(t("span",{staticClass:"q-btn__wrapper col row q-anchor--skip",style:this.wrapperStyle},[t("span",{staticClass:"q-btn__content text-center col items-center q-anchor--skip",class:this.innerClasses},e)])),null!==this.loading&&i.push(t("transition",{props:{name:"q-transition--fade"}},!0===this.loading?[t("span",{key:"loading",staticClass:"absolute-full flex flex-center"},void 0!==this.$scopedSlots.loading?this.$scopedSlots.loading():[t(r.a)])]:void 0)),t(!0===this.isLink?"a":"button",{staticClass:"q-btn q-btn-item non-selectable no-outline",class:this.classes,style:this.style,attrs:this.attrs,on:this.onEvents,directives:this.directives},i)}})},"9e62":function(t,e,i){"use strict";i.d(e,"a",(function(){return s})),i("b0c0");var n=i("a026");function s(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(){var t=this;if(void 0!==this.$q.fullscreen&&!0===this.$q.fullscreen.isCapable){var e=function(e){if(void 0!==t.__portal){var i=document.body;!0===e&&(i=document.fullscreenElement||document.mozFullScreenElement||document.webkitFullscreenElement||document.msFullscreenElement||document.body),t.__portal.$el.parentElement!==i&&!0===i.contains(t.$el)&&i.appendChild(t.__portal.$el)}};this.unwatchFullscreen=this.$watch("$q.fullscreen.isActive",e),e(this.$q.fullscreen.isActive)}else void 0!==this.__portal&&document.body.appendChild(this.__portal.$el)},__hidePortal:function(){void 0!==this.__portal&&(void 0!==this.unwatchFullscreen&&(this.unwatchFullscreen(),this.unwatchFullscreen=void 0),this.__portal.$destroy(),this.__portal.$el.remove(),this.__portal=void 0)},__preparePortal:function(){var t=this;void 0===this.__portal&&(this.__portal=new n.default({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()}}},a267:function(t,e,i){"use strict";i("c740"),i("a434");var n=i("d728"),s=[];e.a={__install:function(){this.__installed=!0,window.addEventListener("keyup",(function(t){0!==s.length&&!0===Object(n.a)(t,27)&&s[s.length-1].fn(t)}))},register:function(t,e){!0===t.$q.platform.is.desktop&&(!0!==this.__installed&&this.__install(),s.push({comp:t,fn:e}))},pop:function(t){if(!0===t.$q.platform.is.desktop){var e=s.findIndex((function(e){return e.comp===t}));e>-1&&s.splice(e,1)}}}},a370:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("e2fa"),r=i("87e8"),a=i("dde5");e.a=s.default.extend({name:"QCardSection",mixins:[r.a,o.a],props:{horizontal:Boolean},computed:{classes:function(){return"q-card__section "+"q-card__section--".concat(!0===this.horizontal?"horiz row no-wrap":"vert")}},render:function(t){return t(this.tag,{class:this.classes,on:Object(n.a)({},this.qListeners)},Object(a.c)(this,"default"))}})},b047:function(t,e,i){"use strict";i("a9e3");var n=i("ade3"),s=i("a026"),o=i("0016"),r=i("b7fa"),a=i("3d69"),l=i("6642"),c=i("d882"),u=i("dde5"),h=i("0cd3");e.a=s.default.extend({name:"QChip",mixins:[a.a,r.a,Object(l.b)({xs:8,sm:10,md:14,lg:20,xl:24})],model:{event:"remove"},props:{dense:Boolean,icon:String,iconRight:String,iconRemove:String,label:[String,Number],color:String,textColor:String,value:{type:Boolean,default:!0},selected:{type:Boolean,default:null},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(n.a)(t,"bg-".concat(this.color),!1===this.outline&&void 0!==this.color),Object(n.a)(t,"text-".concat(e," q-chip--colored"),e),Object(n.a)(t,"disabled",this.disable),Object(n.a)(t,"q-chip--dense",this.dense),Object(n.a)(t,"q-chip--outline",this.outline),Object(n.a)(t,"q-chip--selected",this.selected),Object(n.a)(t,"q-chip--clickable cursor-pointer non-selectable q-hoverable",this.isClickable),Object(n.a)(t,"q-chip--square",this.square),Object(n.a)(t,"q-chip--dark q-dark",this.isDark),t},hasLeftIcon:function(){return!0===this.selected||void 0!==this.icon},isClickable:function(){return!1===this.disable&&(!0===this.clickable||null!==this.selected)},attrs:function(){return!0===this.disable?{tabindex:-1,"aria-disabled":""}:{tabindex: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(c.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 i=void 0!==this.label?[t("div",{staticClass:"ellipsis"},[this.label])]:void 0;return e.push(t("div",{staticClass:"q-chip__content col row no-wrap items-center q-anchor--skip"},Object(u.b)(i,this,"default"))),this.iconRight&&e.push(t(o.a,{staticClass:"q-chip__icon q-chip__icon--right",props:{name:this.iconRight}})),!0===this.removable&&e.push(t(o.a,{staticClass:"q-chip__icon q-chip__icon--remove cursor-pointer",props:{name:this.iconRemove||this.$q.iconSet.chip.remove},attrs:this.attrs,on:Object(h.a)(this,"non",{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.sizeStyle};return!0===this.isClickable&&Object.assign(e,{attrs:this.attrs,on:Object(h.a)(this,"click",{click:this.__onClick,keyup:this.__onKeyup}),directives:Object(h.a)(this,"dir#"+this.ripple,[{name:"ripple",value:this.ripple}])}),t("div",e,this.__getContent(t))}}})},b05d:function(t,e,i){"use strict";var n=i("81e7"),s=i("c0a8"),o=i("ec5d"),r=i("9071"),a=(i("99af"),i("4160"),i("caad"),i("2532"),i("159b"),i("5530")),l={mounted:function(){var t=this;n.c.takeover.forEach((function(e){e(t.$q)}))}};e.a={version:s.a,install:n.b,lang:o.a,iconSet:r.a,ssrUpdate:function(t){if(t.ssr){var e=Object(a.a)(Object(a.a)({},n.a),{},{ssrContext:t.ssr});Object.assign(t.ssr,{Q_HEAD_TAGS:"",Q_BODY_ATTRS:"",Q_BODY_TAGS:""}),t.app.$q=t.ssr.$q=e,n.c.server.forEach((function(i){i(e,t)}))}else{var i=t.app.mixins||[];!1===i.includes(l)&&(t.app.mixins=i.concat(l))}}}},b7fa:function(t,e,i){"use strict";e.a={props:{dark:{type:Boolean,default:null}},computed:{isDark:function(){return null===this.dark?this.$q.dark.isActive:this.dark}}}},bf69:function(t,e,i){"use strict";i("ac1f"),i("1276"),e.a={isoName:"zh-hans",nativeName:"中文(简体)",label:{clear:"清空",ok:"确定",cancel:"取消",close:"关闭",set:"设置",select:"选择",reset:"重置",remove:"移除",update:"更新",create:"创建",search:"搜索",filter:"过滤",refresh:"刷新"},date:{days:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),daysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),headerTitle:function(t){return new Intl.DateTimeFormat("zh-hans",{weekday:"short",month:"short",day:"numeric"}).format(t)},firstDayOfWeek:0,format24h:!1},table:{noData:"没有可用数据",noResults:"找不到匹配的数据",loading:"正在加载...",selectedRecords:function(t){return"已选择"+t+"行"},recordsPerPage:"每页的行数:",allRows:"全部",pagination:function(t,e,i){return t+"-"+e+" / "+i},columns:"列"},editor:{url:"URL",bold:"粗体",italic:"斜体",strikethrough:"删除线",underline:"下划线",unorderedList:"无序列表",orderedList:"有序列表",subscript:"下标",superscript:"上标",hyperlink:"超链接",toggleFullscreen:"全屏切换",quote:"引号",left:"左对齐",center:"居中对齐",right:"右对齐",justify:"两端对齐",print:"打印",outdent:"减少缩进",indent:"增加缩进",removeFormat:"清除样式",formatting:"格式化",fontSize:"字体大小",align:"对齐",hr:"插入水平线",undo:"撤消",redo:"重做",heading1:"标题一",heading2:"标题二",heading3:"标题三",heading4:"标题四",heading5:"标题五",heading6:"标题六",paragraph:"段落",code:"代码",size1:"非常小",size2:"比较小",size3:"正常",size4:"中等偏大",size5:"大",size6:"非常大",size7:"超级大",defaultFont:"默认字体",viewSource:"查看资料"},tree:{noNodes:"没有可用节点",noResults:"找不到匹配的节点"}}},c0a8:function(t){t.exports=JSON.parse('{"a":"1.11.3"}')},c1d0:function(t,e,i){"use strict";i("caad"),i("b0c0"),i("a9e3"),i("b680"),i("2532");var n=i("5530"),s=i("ade3"),o=i("a026"),r=(i("99af"),i("ac1f"),i("1276"),i("498a"),i("7937")),a=i("d882"),l=i("f89c"),c=i("b7fa"),u=i("75c3"),h=[34,37,40,33,39,38];function d(t,e,i,n){var s=Object(a.f)(t),o=!0===n?Object(r.a)((s.top-e.top)/e.height,0,1):Object(r.a)((s.left-e.left)/e.width,0,1);return!0===i?1-o:o}function f(t,e,i,n,s){var o=e+t*(i-e);if(n>0){var a=(o-e)%n;o+=(Math.abs(a)>=n/2?(a<0?-1:1)*n:0)-a}return s>0&&(o=parseFloat(o.toFixed(s))),Object(r.a)(o,e,i)}var p={mixins:[c.a,l.b],directives:{TouchPan:u.a},props:{min:{type:Number,default:0},max:{type:Number,default:100},step:{type:Number,default:1,validator:function(t){return t>=0}},color:String,labelColor:String,labelTextColor:String,dense:Boolean,label:Boolean,labelAlways:Boolean,markers:Boolean,snap:Boolean,vertical:Boolean,reverse:Boolean,disable:Boolean,readonly:Boolean,tabindex:[String,Number],thumbPath:{type:String,default:"M 4, 10 a 6,6 0 1,0 12,0 a 6,6 0 1,0 -12,0"}},data:function(){return{active:!1,preventFocus:!1,focus:!1}},computed:{axis:function(){return!0===this.vertical?"--v":"--h"},classes:function(){return"q-slider q-slider".concat(this.axis," q-slider--").concat(!0===this.active?"":"in","active")+(!0===this.isReversed?" q-slider--reversed":"")+(void 0!==this.color?" text-".concat(this.color):"")+(!0===this.disable?" disabled":"")+(!0===this.editable?" q-slider--editable":"")+("both"===this.focus?" q-slider--focus":"")+(this.label||!0===this.labelAlways?" q-slider--label":"")+(!0===this.labelAlways?" q-slider--label-always":"")+(!0===this.isDark?" q-slider--dark":"")+(!0===this.dense?" q-slider--dense q-slider--dense"+this.axis:"")},editable:function(){return!this.disable&&!this.readonly},decimals:function(){return(String(this.step).trim("0").split(".")[1]||"").length},computedStep:function(){return 0===this.step?1:this.step},markerStyle:function(){return{backgroundSize:!0===this.vertical?"2px "+100*this.computedStep/(this.max-this.min)+"%":100*this.computedStep/(this.max-this.min)+"% 2px"}},computedTabindex:function(){return!0===this.editable?this.tabindex||0:-1},isReversed:function(){return!0===this.vertical?!0===this.reverse:this.reverse!==(!0===this.$q.lang.rtl)},positionProp:function(){return!0===this.vertical?!0===this.isReversed?"bottom":"top":!0===this.isReversed?"right":"left"},sizeProp:function(){return!0===this.vertical?"height":"width"},orientation:function(){return!0===this.vertical?"vertical":"horizontal"},attrs:function(){var t={role:"slider","aria-valuemin":this.min,"aria-valuemax":this.max,"aria-orientation":this.orientation,"data-step":this.step};return!0===this.disable?t["aria-disabled"]="":!0===this.readonly&&(t["aria-readonly"]=""),t},panDirectives:function(){var t;return!0===this.editable?[{name:"touch-pan",value:this.__pan,modifiers:(t={},Object(s.a)(t,this.orientation,!0),Object(s.a)(t,"prevent",!0),Object(s.a)(t,"stop",!0),Object(s.a)(t,"mouse",!0),Object(s.a)(t,"mouseAllDir",!0),t)}]:null}},methods:{__getThumbSvg:function(t){return t("svg",{staticClass:"q-slider__thumb absolute",attrs:{focusable:"false",viewBox:"0 0 20 20",width:"20",height:"20"}},[t("path",{attrs:{d:this.thumbPath}})])},__getPinStyle:function(t,e){var i;if(!0===this.vertical)return{};var n="".concat(Math.ceil(20*Math.abs(.5-e)),"px");return{pin:{transformOrigin:"".concat(!0===this.$q.lang.rtl?n:!0===this.$q.platform.is.ie?"100%":"calc(100% - ".concat(n,")")," 50%")},pinTextContainer:(i={},Object(s.a)(i,!0===this.$q.lang.rtl?"left":"right","".concat(100*t,"%")),Object(s.a)(i,"transform","translateX(".concat(Math.ceil(20*(!0===this.$q.lang.rtl?-1:1)*t),"px)")),i)}},__pan:function(t){t.isFinal?(void 0!==this.dragging&&(this.__updatePosition(t.evt),!0===t.touch&&this.__updateValue(!0),this.dragging=void 0),this.active=!1):t.isFirst?(this.dragging=this.__getDragging(t.evt),this.__updatePosition(t.evt),this.__updateValue(),this.active=!0):(this.__updatePosition(t.evt),this.__updateValue())},__blur:function(){this.focus=!1},__activate:function(t){this.__updatePosition(t,this.__getDragging(t)),this.__updateValue(),this.preventFocus=!0,this.active=!0,document.addEventListener("mouseup",this.__deactivate,!0)},__deactivate:function(){this.preventFocus=!1,void 0===this.dragging&&(this.active=!1),this.__updateValue(!0),this.__blur(),document.removeEventListener("mouseup",this.__deactivate,!0)},__mobileClick:function(t){this.__updatePosition(t,this.__getDragging(t)),this.__updateValue(!0)},__keyup:function(t){h.includes(t.keyCode)&&this.__updateValue(!0)}},beforeDestroy:function(){document.removeEventListener("mouseup",this.__deactivate,!0)}};e.a=o.default.extend({name:"QSlider",mixins:[p],props:{value:{required:!0,default:null,validator:function(t){return"number"==typeof t||null===t}},labelValue:[String,Number]},data:function(){return{model:null===this.value?this.min:this.value,curRatio:0}},watch:{value:function(t){this.model=null===t?0:Object(r.a)(t,this.min,this.max)},min:function(t){this.model=Object(r.a)(this.model,t,this.max)},max:function(t){this.model=Object(r.a)(this.model,this.min,t)}},computed:{ratio:function(){return!0===this.active?this.curRatio:this.modelRatio},modelRatio:function(){return(this.model-this.min)/(this.max-this.min)},trackStyle:function(){var t;return t={},Object(s.a)(t,this.positionProp,0),Object(s.a)(t,this.sizeProp,"".concat(100*this.ratio,"%")),t},thumbStyle:function(){return Object(s.a)({},this.positionProp,"".concat(100*this.ratio,"%"))},thumbClass:function(){if(!1===this.preventFocus&&!0===this.focus)return"q-slider--focus"},pinClass:function(){if(void 0!==this.labelColor)return"text-".concat(this.labelColor)},pinTextClass:function(){return"q-slider__pin-value-marker-text"+(void 0!==this.labelTextColor?" text-".concat(this.labelTextColor):"")},events:function(){if(!0===this.editable)return!0===this.$q.platform.is.mobile?{click:this.__mobileClick}:{mousedown:this.__activate,focus:this.__focus,blur:this.__blur,keydown:this.__keydown,keyup:this.__keyup}},computedLabel:function(){return void 0!==this.labelValue?this.labelValue:this.model},pinStyle:function(){var t=!0===this.reverse?-this.ratio:this.ratio-1;return this.__getPinStyle(t,this.ratio)}},methods:{__updateValue:function(t){this.model!==this.value&&this.$emit("input",this.model),!0===t&&this.$emit("change",this.model)},__getDragging:function(){return this.$el.getBoundingClientRect()},__updatePosition:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:this.dragging,i=d(t,e,this.isReversed,this.vertical);this.model=f(i,this.min,this.max,this.step,this.decimals),this.curRatio=!0!==this.snap||0===this.step?i:(this.model-this.min)/(this.max-this.min)},__focus:function(){this.focus=!0},__keydown:function(t){if(h.includes(t.keyCode)){Object(a.j)(t);var e=([34,33].includes(t.keyCode)?10:1)*this.computedStep,i=[34,37,40].includes(t.keyCode)?-e:e;this.model=Object(r.a)(parseFloat((this.model+i).toFixed(this.decimals)),this.min,this.max),this.__updateValue()}}},render:function(t){var e=[this.__getThumbSvg(t),t("div",{staticClass:"q-slider__focus-ring"})];!0!==this.label&&!0!==this.labelAlways||e.push(t("div",{staticClass:"q-slider__pin q-slider__pin".concat(this.axis," absolute"),style:this.pinStyle.pin,class:this.pinClass},[t("div",{staticClass:"q-slider__pin-text-container q-slider__pin-text-container".concat(this.axis),style:this.pinStyle.pinTextContainer},[t("span",{staticClass:"q-slider__pin-text",class:this.pinTextClass},[this.computedLabel])])]),t("div",{staticClass:"q-slider__arrow q-slider__arrow".concat(this.axis),class:this.pinClass})),void 0!==this.name&&!0!==this.disable&&this.__injectFormInput(e,"push");var i=[t("div",{staticClass:"q-slider__track q-slider__track".concat(this.axis," absolute"),style:this.trackStyle})];return!0===this.markers&&i.push(t("div",{staticClass:"q-slider__track-markers q-slider__track-markers".concat(this.axis," absolute-full fit"),style:this.markerStyle})),t("div",{staticClass:null===this.value?" q-slider--no-value":"",attrs:Object(n.a)(Object(n.a)({},this.attrs),{},{"aria-valuenow":this.value,tabindex:this.computedTabindex}),class:this.classes,on:this.events,directives:this.panDirectives},[t("div",{staticClass:"q-slider__track-container q-slider__track-container".concat(this.axis," absolute")},i),t("div",{staticClass:"q-slider__thumb-container q-slider__thumb-container".concat(this.axis," absolute non-selectable"),class:this.thumbClass,style:this.thumbStyle},e)])}})},cb32:function(t,e,i){"use strict";var n=i("5530"),s=i("ade3"),o=i("a026"),r=i("0016"),a=i("6642"),l=i("87e8"),c=i("dde5");e.a=o.default.extend({name:"QAvatar",mixins:[l.a,a.a],props:{fontSize:String,color:String,textColor:String,icon:String,square:Boolean,rounded:Boolean},computed:{contentClass:function(){var t;return t={},Object(s.a)(t,"bg-".concat(this.color),this.color),Object(s.a)(t,"text-".concat(this.textColor," q-chip--colored"),this.textColor),Object(s.a)(t,"q-avatar__content--square",this.square),Object(s.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(r.a,{props:{name:this.icon}})]:void 0;return t("div",{staticClass:"q-avatar",style:this.sizeStyle,on:Object(n.a)({},this.qListeners)},[t("div",{staticClass:"q-avatar__content row flex-center overflow-hidden",class:this.contentClass,style:this.contentStyle},Object(c.b)(e,this,"default"))])}})},d728:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"c",(function(){return o})),i.d(e,"a",(function(){return r})),i("99af"),i("caad"),i("2532");var n=!1;function s(t){n=!0===t.isComposing}function o(t){return!0===n||t!==Object(t)||!0===t.isComposing||!0===t.qKeyEvent}function r(t,e){return!0!==o(t)&&[].concat(e).includes(t.keyCode)}},d882:function(t,e,i){"use strict";i.d(e,"d",(function(){return n})),i.d(e,"e",(function(){return o})),i.d(e,"c",(function(){return r})),i.d(e,"f",(function(){return a})),i.d(e,"b",(function(){return l})),i.d(e,"i",(function(){return c})),i.d(e,"g",(function(){return u})),i.d(e,"j",(function(){return h})),i.d(e,"h",(function(){return d})),i.d(e,"a",(function(){return f})),i("4160"),i("159b");var n={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{var s=Object.defineProperty({},"passive",{get:function(){Object.assign(n,{hasPassive:!0,passive:{passive:!0},notPassive:{passive:!1},passiveCapture:{passive:!0,capture:!0},notPassiveCapture:{passive:!1,capture:!0}})}});window.addEventListener("qtest",null,s),window.removeEventListener("qtest",null,s)}catch(t){}function o(){}function r(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 l(t){if(t.path)return t.path;if(t.composedPath)return t.composedPath();for(var e=[],i=t.target;i;){if(e.push(i),"HTML"===i.tagName)return e.push(document),e.push(window),e;i=i.parentElement}}function c(t){t.stopPropagation()}function u(t){!1!==t.cancelable&&t.preventDefault()}function h(t){!1!==t.cancelable&&t.preventDefault(),t.stopPropagation()}function d(t,e){if(void 0!==t&&(!0!==e||!0!==t.__dragPrevented)){var i=!0===e?function(t){t.__dragPrevented=!0,t.addEventListener("dragstart",u,n.notPassiveCapture)}:function(t){delete t.__dragPrevented,t.removeEventListener("dragstart",u,n.notPassiveCapture)};t.querySelectorAll("a, img").forEach(i)}}function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.bubbles,n=void 0!==i&&i,s=e.cancelable,o=void 0!==s&&s;try{return new Event(t,{bubbles:n,cancelable:o})}catch(e){var r=document.createEvent("Event");return r.initEvent(t,n,o),r}}},dde5:function(t,e,i){"use strict";function n(t,e,i){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]():i}function s(t,e,i){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]().slice():i}function o(t,e,i){return void 0!==e.$scopedSlots[i]?t.concat(e.$scopedSlots[i]()):t}function r(t,e,i){if(void 0===e.$scopedSlots[i])return t;var n=e.$scopedSlots[i]();return void 0!==t?t.concat(n):n}i.d(e,"c",(function(){return n})),i.d(e,"d",(function(){return s})),i.d(e,"a",(function(){return o})),i.d(e,"b",(function(){return r})),i("99af"),i("fb6a")},de5e:function(t,e,i){"use strict";i("99af"),i("caad"),i("c975");var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("dde5");e.a=s.default.extend({name:"QPageSticky",mixins:[o.a],inject:{layout:{default:function(){}}},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,i=this.attach,n=!0===this.$q.lang.rtl?-1:1;!0===i.top&&0!==this.top?e="".concat(this.top,"px"):!0===i.bottom&&0!==this.bottom&&(e="".concat(-this.bottom,"px")),!0===i.left&&0!==this.left?t="".concat(n*this.left,"px"):!0===i.right&&0!==this.right&&(t="".concat(-n*this.right,"px"));var s={transform:"translate(".concat(t,", ").concat(e,")")};return this.offset&&(s.margin="".concat(this.offset[1],"px ").concat(this.offset[0],"px")),!0===i.vertical?(0!==this.left&&(s[!0===this.$q.lang.rtl?"right":"left"]="".concat(this.left,"px")),0!==this.right&&(s[!0===this.$q.lang.rtl?"left":"right"]="".concat(this.right,"px"))):!0===i.horizontal&&(0!==this.top&&(s.top="".concat(this.top,"px")),0!==this.bottom&&(s.bottom="".concat(this.bottom,"px"))),s},classes:function(){return"fixed-".concat(this.position," q-page-sticky--").concat(!0===this.expand?"expand":"shrink")}},render:function(t){var e=Object(r.c)(this,"default");return t("div",{staticClass:"q-page-sticky row flex-center",class:this.classes,style:this.style,on:Object(n.a)({},this.qListeners)},!0===this.expand?e:[t("div",e)])}})},e2fa:function(t,e,i){"use strict";e.a={props:{tag:{type:String,default:"div"}}}},e359:function(t,e,i){"use strict";i("c975"),i("a9e3"),i("c7cd");var n=i("5530"),s=i("a026"),o=i("3980"),r=i("87e8"),a=i("dde5"),l=i("d882"),c=i("0cd3");e.a=s.default.extend({name:"QHeader",mixins:[r.a],inject:{layout:{default:function(){}}},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},hidden:function(){return!0!==this.value||!0===this.fixed&&!0!==this.revealed},revealOnFocus:function(){return!0===this.value&&!0===this.hidden&&!0===this.reveal},classes:function(){return(!0===this.fixed?"fixed":"absolute")+"-top"+(!0===this.bordered?" q-header--bordered":"")+(!0===this.hidden?" q-header--hidden":"")+(!0!==this.value?" q-layout--prevent-focus":"")},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},onEvents:function(){return Object(n.a)(Object(n.a)({},this.qListeners),{},{focusin:this.__onFocusin,input:l.i})}},render:function(t){var e=Object(a.d)(this,"default",[]);return!0===this.elevated&&e.push(t("div",{staticClass:"q-layout__shadow absolute-full overflow-hidden no-pointer-events"})),e.push(t(o.a,{props:{debounce:0},on:Object(c.a)(this,"resize",{resize:this.__onResize})})),t("header",{staticClass:"q-header q-layout__section--marginal",class:this.classes,style:this.style,on:this.onEvents},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)},__onFocusin:function(t){!0===this.revealOnFocus&&this.__updateLocal("revealed",!0),this.$emit("focusin",t)}}})},e54f:function(t,e,i){},eaac:function(t,e,i){"use strict";i("4de4"),i("0481"),i("4160"),i("caad"),i("a15b"),i("d81d"),i("fb6a"),i("4069"),i("159b");var n,s=i("5530"),o=i("a026"),r=(i("b0c0"),i("8f8e")),a=i("0016"),l=i("87e8"),c=i("dde5"),u=o.default.extend({name:"QTh",mixins:[l.a],props:{props:Object,autoWidth:Boolean},render:function(t){var e,i,n=this,o=Object(s.a)({},this.qListeners);if(void 0===this.props)return t("th",{on:o,class:!0===this.autoWidth?"q-table--col-auto-width":null},Object(c.c)(this,"default"));var r=this.$vnode.key;if(r){if(void 0===(e=this.props.colsMap[r]))return}else e=this.props.col;if(!0===e.sortable){var l="right"===e.align?"unshift":"push";(i=Object(c.d)(this,"default",[]))[l](t(a.a,{props:{name:this.$q.iconSet.table.arrowUp},staticClass:e.__iconClass}))}else i=Object(c.c)(this,"default");var u=!0===e.sortable?{click:function(t){n.props.sort(e),n.$emit("click",t)}}:{};return t("th",{on:Object(s.a)(Object(s.a)({},o),u),style:e.__thStyle,class:e.__thClass+(!0===this.autoWidth?" q-table--col-auto-width":"")},i)}}),h=i("0cd3"),d={methods:{getTableHeader:function(t){var e=this.getTableHeaderRow(t);return!0===this.loading&&void 0===this.$scopedSlots.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,i=this,n=this.$scopedSlots.header,s=this.$scopedSlots["header-cell"];if(void 0!==n)return n(this.addTableHeaderRowMeta({header:!0,cols:this.computedCols,sort:this.sort,colsMap:this.computedColsMap})).slice();e=void 0!==s?function(t){return s({col:t,cols:i.computedCols,sort:i.sort,colsMap:i.computedColsMap})}:function(e){var n={col:e,cols:i.computedCols,sort:i.sort,colsMap:i.computedColsMap},s=i.$scopedSlots["header-cell-".concat(e.name)];return void 0!==s?s(n):t(u,{key:e.name,props:{props:n},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(r.a,{props:{color:this.color,value:!0===this.someRowsSelected?null:this.allRowsSelected,dark:this.isDark,dense:this.dense},on:Object(h.a)(this,"inp",{input:function(t){!0===i.someRowsSelected&&(t=!1),i.__updateSelection(i.computedRows.map(i.getRowKey),i.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}}},f=(i("99af"),{methods:{getTableRowBody:function(t,e,i){var n=this.getRowKey(t),s=this.isRowSelected(n);return e(this.addBodyRowMeta({key:n,row:t,pageIndex:i,cols:this.computedCols,colsMap:this.computedColsMap,__trClass:s?"selected":""}))},getTableRow:function(t,e,i){var n=this,s=this.$scopedSlots["body-cell"],o=this.getRowKey(e),a=this.isRowSelected(o),l=s?this.computedCols.map((function(t){return s(n.addBodyCellMetaData({row:e,pageIndex:i,col:t}))})):this.computedCols.map((function(s){var o=n.$scopedSlots["body-cell-".concat(s.name)];return void 0!==o?o(n.addBodyCellMetaData({row:e,pageIndex:i,col:s})):t("td",{class:s.__tdClass,style:s.__tdStyle},n.getCellValue(s,e))}));!0===this.hasSelectionMode&&l.unshift(t("td",{staticClass:"q-table--col-auto-width"},[t(r.a,{props:{value:a,color:this.color,dark:this.isDark,dense:this.dense},on:{input:function(t,i){n.__updateSelection([o],[e],t,i)}}})]));var c={key:o,class:{selected:a},on:{}};return void 0!==this.qListeners["row-click"]&&(c.class["cursor-pointer"]=!0,c.on.click=function(t){n.$emit("row-click",t,e)}),void 0!==this.qListeners["row-dblclick"]&&(c.class["cursor-pointer"]=!0,c.on.dblclick=function(t){n.$emit("row-dblclick",t,e)}),t("tr",c,l)},getTableBody:function(t){var e=this,i=this.$scopedSlots.body,n=this.$scopedSlots["top-row"],s=this.$scopedSlots["bottom-row"],o=void 0!==i?function(t,n){return e.getTableRowBody(t,i,n)}:function(i,n){return e.getTableRow(t,i,n)},r=this.computedRows.map(o);return void 0!==n&&(r=n({cols:this.computedCols}).concat(r)),void 0!==s&&(r=r.concat(s({cols:this.computedCols}))),t("tbody",r)},getTableRowVirtual:function(t){var e=this,i=this.$scopedSlots.body;return void 0!==i?function(t,n){return e.getTableRowBody(t.item,i,n)}:function(i,n){return e.getTableRow(t,i.item,n)}},addBodyRowMeta:function(t){var e=this;return t.rowIndex=this.firstRowIndex+t.pageIndex,!0===this.hasSelectionMode&&Object.defineProperty(t,"selected",{get:function(){return e.isRowSelected(t.key)},set:function(i){e.__updateSelection([t.key],[t.row],i)},configurable:!0,enumerable:!0}),Object.defineProperty(t,"expand",{get:function(){return e.isRowExpanded(t.key)},set:function(i){e.__updateExpanded(t.key,i)},configurable:!0,enumerable:!0}),t.cols=t.cols.map((function(i){var n=Object(s.a)({},i);return Object.defineProperty(n,"value",{get:function(){return e.getCellValue(i,t.row)},configurable:!0,enumerable:!0}),n})),t},addBodyCellMetaData:function(t){var e=this;return t.rowIndex=this.firstRowIndex+t.pageIndex,Object.defineProperty(t,"value",{get:function(){return e.getCellValue(t.col,t.row)},configurable:!0,enumerable:!0}),t},getCellValue:function(t,e){var i="function"==typeof t.field?t.field(e):e[t.field];return void 0!==t.format?t.format(i,e):i}}}),p=(i("7db0"),i("c740"),i("c975"),i("45fc"),i("a434"),i("a9e3"),i("4d63"),i("ac1f"),i("25f0"),i("1276"),i("ade3")),v=i("8572"),m=i("b047"),g=i("66e5"),_=i("4074"),b=i("0170"),y=(i("18a5"),i("2248")),S=i("d882"),w=i("3627"),C=i("d728"),x={props:{target:{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(S.g)(t)},__toggleKey:function(t){!0===Object(C.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(y.a)()},__mobilePrevent:S.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 i=Object(w.d)(t.target);Object(w.a)(this,"anchor",[[i,"touchmove","__mobileCleanup","passive"],[i,"touchend","__mobileCleanup","passive"],[i,"touchcancel","__mobileCleanup","passive"],[this.anchorEl,"contextmenu","__mobilePrevent","notPassive"]]),this.touchTimer=setTimeout((function(){e.show(t)}),300)}},__unconfigureAnchorEl:function(){Object(w.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(w.a)(this,"anchor",t))},__setAnchorEl:function(t){for(this.anchorEl=t;this.anchorEl.classList.contains("q-anchor--skip");)this.anchorEl=this.anchorEl.parentNode;this.__configureAnchorEl()},__pickAnchorEl:function(){if(!1===this.target||""===this.target)this.anchorEl=void 0;else if(!0===this.target)this.__setAnchorEl(this.parentEl);else{var t=this.target;if("string"==typeof this.target)try{t=document.querySelector(this.target)}catch(e){t=void 0}null!=t?(this.anchorEl=!0===t._isVue&&void 0!==t.$el?t.$el:t,this.__configureAnchorEl()):this.anchorEl=void 0}},__changeScrollEvent:function(t,e){var i="".concat(void 0!==e?"add":"remove","EventListener"),n=void 0!==e?e:this.__scrollFn;t!==window&&t[i]("scroll",n,S.d.passive),window[i]("scroll",n,S.d.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()}},k=i("7ee0"),q=i("b7fa"),O=i("9e62"),j={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)}}},$=i("f376");var T=S.d.notPassiveCapture,E=S.d.passiveCapture,L={click:[],focus:[]};function z(t,e){for(var i=t.length-1;i>=0;i--)if(void 0===t[i](e))return}function P(t){clearTimeout(n),"focusin"===t.type&&!0===t.target.hasAttribute("tabindex")?n=setTimeout((function(){z(L.focus,t)}),200):z(L.click,t)}var B,R,A={name:"click-outside",bind:function(t,e,i){var n=e.value,s=e.arg,o=i.componentInstance||i.context,r={trigger:n,toggleEl:s,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!==r.toggleEl&&!1!==r.toggleEl.contains(e)||e!==document.body&&!1!==function(t,e){for(var i=t;void 0!==i;i=i.$parent)if(i===e)return!0;return!1}(function(t){for(var e=t;null!==e;e=e.parentNode){if(null===e.__vue__)return;if(void 0!==e.__vue__)return e.__vue__}}(e),o)))return t.qClickOutside=!0,r.trigger(t)}};t.__qclickoutside&&(t.__qclickoutside_old=t.__qclickoutside),t.__qclickoutside=r,0===L.click.length&&(document.addEventListener("mousedown",P,T),document.addEventListener("touchstart",P,T),document.addEventListener("focusin",P,E)),L.click.push(r.handler),r.timerFocusin=setTimeout((function(){L.focus.push(r.handler)}),500)},update:function(t,e){var i=e.value,n=e.oldValue,s=e.arg,o=t.__qclickoutside;i!==n&&(o.trigger=i),s!==o.arg&&(o.toggleEl=s)},unbind:function(t){var e=t.__qclickoutside_old||t.__qclickoutside;if(void 0!==e){clearTimeout(e.timerFocusin);var i=L.click.findIndex((function(t){return t===e.handler})),s=L.focus.findIndex((function(t){return t===e.handler}));i>-1&&L.click.splice(i,1),s>-1&&L.focus.splice(s,1),0===L.click.length&&(clearTimeout(n),document.removeEventListener("mousedown",P,T),document.removeEventListener("touchstart",P,T),document.removeEventListener("focusin",P,E)),delete t[t.__qclickoutside_old?"__qclickoutside_old":"__qclickoutside"]}}},M=i("0831"),I=i("a267"),V=i("0967");function F(t){var e=t.split(" ");return 2===e.length&&(["top","center","bottom"].includes(e[0])&&!!["left","middle","right"].includes(e[1])||!1)}function D(t){var e=t.split(" ");return{vertical:e[0],horizontal:e[1]}}function H(t){if(!0===V.a.is.ios&&void 0!==window.visualViewport){var e=document.body.style,i=window.visualViewport,n=i.offsetLeft,s=i.offsetTop;n!==B&&(e.setProperty("--q-pe-left",n+"px"),B=n),s!==R&&(e.setProperty("--q-pe-top",s+"px"),R=s)}var o,r=t.el,a=r.scrollLeft,l=r.scrollTop;if(void 0===t.absoluteOffset)o=function(t,e){var i=t.getBoundingClientRect(),n=i.top,s=i.left,o=i.right,r=i.bottom,a=i.width,l=i.height;return void 0!==e&&(n-=e[1],s-=e[0],r+=e[1],o+=e[0],a+=e[0],l+=e[1]),{top:n,left:s,right:o,bottom:r,width:a,height:l,middle:s+(o-s)/2,center:n+(r-n)/2}}(t.anchorEl,!0===t.cover?[0,0]:t.offset);else{var c=t.anchorEl.getBoundingClientRect(),u=c.top,h=c.left,d=u+t.absoluteOffset.top,f=h+t.absoluteOffset.left;o={top:d,left:f,width:1,height:1,right:f+1,center:d,middle:f,bottom:d+1}}var p={maxHeight:t.maxHeight,maxWidth:t.maxWidth,visibility:"visible"};!0!==t.fit&&!0!==t.cover||(p.minWidth=o.width+"px",!0===t.cover&&(p.minHeight=o.height+"px")),Object.assign(t.el.style,p);var v=function(t){return{top:0,center:t.offsetHeight/2,bottom:t.offsetHeight,left:0,middle:t.offsetWidth/2,right:t.offsetWidth}}(t.el),m={top:o[t.anchorOrigin.vertical]-v[t.selfOrigin.vertical],left:o[t.anchorOrigin.horizontal]-v[t.selfOrigin.horizontal]};(function(t,e,i,n,s){var o=i.bottom,r=i.right,a=Object(M.e)(),l=window.innerHeight-a,c=document.body.clientWidth;if(t.top<0||t.top+o>l)if("center"===s.vertical)t.top=e[n.vertical]>l/2?Math.max(0,l-o):0,t.maxHeight=Math.min(o,l);else if(e[n.vertical]>l/2){var u=Math.min(l,"center"===n.vertical?e.center:n.vertical===s.vertical?e.bottom:e.top);t.maxHeight=Math.min(o,u),t.top=Math.max(0,u-o)}else t.top=Math.max(0,"center"===n.vertical?e.center:n.vertical===s.vertical?e.top:e.bottom),t.maxHeight=Math.min(o,l-t.top);if(t.left<0||t.left+r>c)if(t.maxWidth=Math.min(r,c),"middle"===s.horizontal)t.left=e[n.horizontal]>c/2?Math.max(0,c-r):0;else if(e[n.horizontal]>c/2){var h=Math.min(c,"middle"===n.horizontal?e.middle:n.horizontal===s.horizontal?e.right:e.left);t.maxWidth=Math.min(r,h),t.left=Math.max(0,h-t.maxWidth)}else t.left=Math.max(0,"middle"===n.horizontal?e.middle:n.horizontal===s.horizontal?e.left:e.right),t.maxWidth=Math.min(r,c-t.left)})(m,o,v,t.anchorOrigin,t.selfOrigin),p={top:Math.floor(m.top)+"px",left:Math.floor(m.left)+"px"},void 0!==m.maxHeight&&(p.maxHeight=Math.floor(m.maxHeight)+"px",o.height>m.maxHeight&&(p.minHeight=p.maxHeight)),void 0!==m.maxWidth&&(p.maxWidth=Math.floor(m.maxWidth)+"px",o.width>m.maxWidth&&(p.minWidth=p.maxWidth)),Object.assign(t.el.style,p),t.el.scrollTop!==l&&(t.el.scrollTop=l),t.el.scrollLeft!==a&&(t.el.scrollLeft=a)}var N=o.default.extend({name:"QMenu",mixins:[$.a,q.a,x,k.a,O.b,j],directives:{ClickOutside:A},props:{persistent:Boolean,autoClose:Boolean,separateClosePopup:Boolean,noRefocus:Boolean,noFocus:Boolean,fit:Boolean,cover:Boolean,square:Boolean,anchor:{type:String,validator:F},self:{type:String,validator:F},offset:{type:Array,validator:function(t){return!t||2===t.length&&"number"==typeof t[0]&&"number"==typeof t[1]}},scrollTarget:{default:void 0},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 D(this.anchor||(!0===this.cover?"center middle":"bottom ".concat(this.horizSide)))},selfOrigin:function(){return!0===this.cover?this.anchorOrigin:D(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},onEvents:function(){var t=Object(s.a)(Object(s.a)({},this.qListeners),{},{input:S.i,"popup-show":S.i,"popup-hide":S.i});return!0===this.autoClose&&(t.click=this.__onAutoClose),t},attrs:function(){return Object(s.a)({tabindex:-1},this.qAttrs)}},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], [data-autofocus]")||t).focus()},__show:function(t){var e=this;if(this.__refocusTarget=!1===this.noRefocus&&null!==document.activeElement?document.activeElement:void 0,I.a.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 i=Object(S.f)(t);if(void 0!==i.left){var n=this.anchorEl.getBoundingClientRect(),s=n.top,o=n.left;this.absoluteOffset={left:i.left-o,top:i.top-s}}}void 0===this.unwatch&&(this.unwatch=this.$watch((function(){return e.$q.screen.width+"|"+e.$q.screen.height}),this.updatePosition)),this.$el.dispatchEvent(Object(S.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.updatePosition(),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(S.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||(I.a.pop(this),this.__unconfigureScrollTarget())},__unconfigureScrollTarget:function(){void 0!==this.__scrollTarget&&(this.__changeScrollEvent(this.__scrollTarget),this.__scrollTarget=void 0)},__configureScrollTarget:function(){void 0===this.anchorEl&&void 0===this.scrollTarget||(this.__scrollTarget=Object(M.d)(this.anchorEl,this.scrollTarget),this.__changeScrollEvent(this.__scrollTarget,this.updatePosition))},__onAutoClose:function(t){!0!==this.__avoidAutoClose?(Object(O.a)(this,t),void 0!==this.qListeners.click&&this.$emit("click",t)):this.__avoidAutoClose=!1},updatePosition:function(){if(void 0!==this.anchorEl&&void 0!==this.__portal){var t=this.__portal.$el;8!==t.nodeType?H({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(S.j)(t),!0}},__renderPortal:function(t){return t("transition",{props:{name:this.transition}},[!0===this.showing?t("div",{ref:"inner",staticClass:"q-menu q-position-engine scroll"+this.menuClass,class:this.contentClass,style:this.contentStyle,attrs:this.attrs,on:this.onEvents,directives:[{name:"click-outside",value:this.__onClickOutside,arg:this.anchorEl}]},Object(c.c)(this,"default")):null])}},mounted:function(){this.__processModelChange(this.value)},beforeDestroy:function(){!0===this.showing&&void 0!==this.anchorEl&&this.anchorEl.dispatchEvent(Object(S.a)("popup-hide",{bubbles:!0}))}}),W=i("24e8"),Q=i("5ff7"),K=i("7937"),U=i("f89c"),Y=(i("13d5"),i("b64b"),i("1c16")),X=1e3,G=Array.prototype.slice;function J(t,e){return t+e}function Z(t,e,i,n,s,o,r){var a=t===window?document.scrollingElement||document.documentElement:t,l=!0===s?"offsetWidth":"offsetHeight",c={scrollStart:0,scrollViewSize:-o-r,scrollMaxSize:0,offsetStart:-o,offsetEnd:-r};if(!0===s?(t===window?(c.scrollStart=window.pageXOffset||window.scrollX||document.body.scrollLeft||0,c.scrollViewSize+=window.innerWidth):(c.scrollStart=a.scrollLeft,c.scrollViewSize+=a.clientWidth),c.scrollMaxSize=a.scrollWidth):(t===window?(c.scrollStart=window.pageYOffset||window.scrollY||document.body.scrollTop||0,c.scrollViewSize+=window.innerHeight):(c.scrollStart=a.scrollTop,c.scrollViewSize+=a.clientHeight),c.scrollMaxSize=a.scrollHeight),void 0!==i)for(var u=i.previousElementSibling;null!==u;u=u.previousElementSibling)c.offsetStart+=u[l];if(void 0!==n)for(var h=n.nextElementSibling;null!==h;h=h.nextElementSibling)c.offsetEnd+=h[l];if(e!==t){var d=a.getBoundingClientRect(),f=e.getBoundingClientRect();!0===s?(c.offsetStart+=f.left-d.left,c.offsetEnd-=f.width):(c.offsetStart+=f.top-d.top,c.offsetEnd-=f.height),t!==window&&(c.offsetStart+=c.scrollStart),c.offsetEnd+=c.scrollMaxSize-c.offsetStart}return c}function tt(t,e,i){t===window?!0===i?window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0):window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e):t[!0===i?"scrollLeft":"scrollTop"]=e}function et(t,e,i,n){if(i>=n)return 0;var s=e.length,o=Math.floor(i/X),r=Math.floor((n-1)/X)+1,a=t.slice(o,r).reduce(J,0);return i%X!=0&&(a-=e.slice(o*X,i).reduce(J,0)),n%X!=0&&n!==s&&(a-=e.slice(n,r*X).reduce(J,0)),a}var it={virtualScrollSliceSize:{type:Number,default:30},virtualScrollItemSize:{type:Number,default:24},virtualScrollStickySizeStart:{type:Number,default:0},virtualScrollStickySizeEnd:{type:Number,default:0}},nt=Object.keys(it),st={props:Object(s.a)({virtualScrollHorizontal:Boolean},it),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)},refresh:function(t){this.__resetVirtualScroll(void 0===t?this.prevToIndex:t)},scrollTo:function(t){var e=this.__getVirtualScrollTarget();null!=e&&8!==e.nodeType&&this.__setVirtualScrollSliceRange(e,Z(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(null!=t&&8!==t.nodeType){var e=Z(t,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd),i=e.scrollMaxSize-Math.max(e.scrollViewSize,e.offsetEnd),n=this.virtualScrollLength-1;if(this.prevScrollStart!==e.scrollStart)if(this.prevScrollStart=void 0,this.__updateVirtualScrollSizes(this.virtualScrollSliceRange.from),i>0&&e.scrollStart>=i)this.__setVirtualScrollSliceRange(t,e,this.virtualScrollLength-1,e.scrollMaxSize-e.offsetEnd-this.virtualScrollSizesAgg.reduce(J,0));else{for(var s=0,o=e.scrollStart-e.offsetStart,r=o,a=0;o>=this.virtualScrollSizesAgg[a]&&s<n;a++)o-=this.virtualScrollSizesAgg[a],s+=X;for(;o>0&&s<n;)(o-=this.virtualScrollSizes[s])>-e.scrollViewSize?(s++,r=o):r=this.virtualScrollSizes[s]+o;this.__setVirtualScrollSliceRange(t,e,s,r)}}},__setVirtualScrollSliceRange:function(t,e,i,n,s){var o=this,r=Math.max(0,Math.ceil(i-(void 0===s?3:2)*this.virtualScrollSliceSizeComputed/6)),a=r+this.virtualScrollSliceSizeComputed;a>this.virtualScrollLength&&(a=this.virtualScrollLength,r=Math.max(0,a-this.virtualScrollSliceSizeComputed));var l=r!==this.virtualScrollSliceRange.from||a!==this.virtualScrollSliceRange.to;!1!==l||void 0!==s?(!0===l&&(this.virtualScrollSliceRange={from:r,to:a},this.virtualScrollPaddingBefore=et(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,r),this.virtualScrollPaddingAfter=et(this.virtualScrollSizesAgg,this.virtualScrollSizes,a,this.virtualScrollLength)),this.$nextTick((function(){!0===l&&o.__updateVirtualScrollSizes(r);var a=o.virtualScrollSizes.slice(r,i).reduce(J,e.offsetStart+o.virtualScrollPaddingBefore),c=a+o.virtualScrollSizes[i],u=a+n;void 0!==s&&(u=e.scrollStart<a&&c<e.scrollStart+e.scrollViewSize?e.scrollStart:"end"===s?c-e.scrollViewSize:a),o.prevScrollStart=u,o.__setScroll(t,u,o.virtualScrollHorizontal),o.__emitScroll(i)}))):this.__emitScroll(i)},__updateVirtualScrollSizes:function(t){var e=this.$refs.content;if(void 0!==e)for(var i,n,s=G.call(e.children).filter((function(t){return!1===t.classList.contains("q-virtual-scroll--skip")})),o=s.length,r=!0===this.virtualScrollHorizontal?"offsetWidth":"offsetHeight",a=t,l=0;l<o;){for(i=s[l][r],l++;l<o&&!0===s[l].classList.contains("q-virtual-scroll--with-prev");)i+=s[l][r],l++;0!==(n=i-this.virtualScrollSizes[a])&&(this.virtualScrollSizes[a]+=n,this.virtualScrollSizesAgg[Math.floor(a/X)]+=n),a++}},__resetVirtualScroll:function(t,e){var i=this,n=this.virtualScrollItemSize;!0!==e&&!1!==Array.isArray(this.virtualScrollSizes)||(this.virtualScrollSizes=[]);var s=this.virtualScrollSizes.length;this.virtualScrollSizes.length=this.virtualScrollLength;for(var o=this.virtualScrollLength-1;o>=s;o--)this.virtualScrollSizes[o]=n;var r=Math.floor((this.virtualScrollLength-1)/X);this.virtualScrollSizesAgg=[];for(var a=0;a<=r;a++){for(var l=0,c=Math.min((a+1)*X,this.virtualScrollLength),u=a*X;u<c;u++)l+=this.virtualScrollSizes[u];this.virtualScrollSizesAgg.push(l)}this.prevToIndex=-1,this.prevScrollStart=void 0,t>=0?(this.__updateVirtualScrollSizes(this.virtualScrollSliceRange.from),this.$nextTick((function(){i.scrollTo(t)}))):(this.virtualScrollPaddingBefore=et(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,this.virtualScrollSliceRange.from),this.virtualScrollPaddingAfter=et(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,i){var n=!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(p.a)({},n,"".concat(this.virtualScrollPaddingBefore,"px")),attrs:{colspan:"100%"}})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"before",ref:"before",style:Object(p.a)({},n,"".concat(this.virtualScrollPaddingBefore,"px"))}),t(e,{staticClass:"q-virtual-scroll__content",key:"content",ref:"content"},i),"tbody"===e?t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after"},[t("tr",[t("td",{style:Object(p.a)({},n,"".concat(this.virtualScrollPaddingAfter,"px")),attrs:{colspan:"100%"}})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after",style:Object(p.a)({},n,"".concat(this.virtualScrollPaddingAfter,"px"))})]},__emitScroll:function(t){this.prevToIndex!==t&&(void 0!==this.qListeners["virtual-scroll"]&&this.$emit("virtual-scroll",{index:t,from:this.virtualScrollSliceRange.from,to:this.virtualScrollSliceRange.to-1,direction:t<this.prevToIndex?"decrease":"increase",ref:this}),this.prevToIndex=t)}},created:function(){this.__setVirtualScrollSize()},beforeMount:function(){this.__onVirtualScrollEvt=Object(Y.a)(this.__onVirtualScrollEvt,70),this.__setScroll=function(t){var e,i,n=!1;function s(){var s=this;i=arguments,!0!==n&&(n=!0,e=requestAnimationFrame((function(){t.apply(s,i),i=void 0,n=!1})))}return s.cancel=function(){window.cancelAnimationFrame(e),n=!1},s}(tt),this.__setVirtualScrollSize()}},ot=i("21e1"),rt=function(t){return["add","add-unique","toggle"].includes(t)},at=o.default.extend({name:"QSelect",mixins:[v.a,st,ot.a,U.a,l.a],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:{type:Boolean,default:null},optionsSelectedClass:String,optionsSanitize:Boolean,optionsCover:Boolean,menuShrink:Boolean,menuAnchor:String,menuSelf:String,menuOffset:Array,popupContentClass:String,popupContentStyle:[String,Array,Object],useInput:Boolean,useChips:Boolean,newValueMode:{type:String,validator:rt},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(t){this.innerValueCache=t,!0===this.useInput&&!0===this.fillInput&&!0!==this.multiple&&!0!==this.innerLoading&&(!0!==this.dialog&&!0!==this.menu||!0!==this.hasValue)&&(!0!==this.userInputValue&&this.__resetInputValue(),!0!==this.dialog&&!0!==this.menu||this.filter(""))},immediate:!0},fillInput:function(){this.__resetInputValue()},menu:function(t){this.__updateMenu(t)}},computed:{isOptionsDark:function(){return null===this.optionsDark?this.isDark: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 q-select--with").concat(!0!==this.useChips?"out":"","-chips")},computedInputClass:function(){return!0===this.hideSelected||0===this.innerValue.length?this.inputClass:void 0===this.inputClass?"q-field__input--padding":[this.inputClass,"q-field__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,i=void 0===this.value||null===this.value&&!0!==e?[]:!0===this.multiple&&Array.isArray(this.value)?this.value:[this.value];if(!0===this.mapOptions&&!0===Array.isArray(this.options)){var n=!0===this.mapOptions&&void 0!==this.innerValueCache?this.innerValueCache:[],s=i.map((function(e){return t.__getOption(e,n)}));return null===this.value&&!0===e?s.filter((function(t){return null!==t})):s}return i},noOptions:function(){return 0===this.virtualScrollLength},selectedString:function(){var t=this;return this.innerValue.map((function(e){return t.getOptionLabel(e)})).join(", ")},sanitizeFn:function(){return!0===this.optionsSanitize?function(){return!0}:function(t){return null!=t&&!0===t.sanitize}},displayAsText:function(){return!0===this.displayValueSanitize||void 0===this.displayValue&&(!0===this.optionsSanitize||this.innerValue.some(this.sanitizeFn))},computedTabindex:function(){return!0===this.focused?this.tabindex:-1},selectedScope:function(){var t=this;return this.innerValue.map((function(e,i){return{index:i,opt:e,sanitize:t.sanitizeFn(e),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,i=e.from,n=e.to;return this.options.slice(i,n).map((function(e,n){var s=!0===t.isOptionDisabled(e),o=i+n,r={clickable:!0,active:!1,activeClass:t.computedOptionsSelectedClass,manualFocus:!0,focused:!1,disable:s,tabindex:-1,dense:t.optionsDense,dark:t.isOptionsDark};!0!==s&&(!0===t.isOptionSelected(e)&&(r.active=!0),t.optionIndex===o&&(r.focused=!0));var a={click:function(){t.toggleOption(e)}};return!0===t.$q.platform.is.desktop&&(a.mousemove=function(){t.setOptionIndex(o)}),{index:o,opt:e,sanitize:t.sanitizeFn(e),selected:r.active,focused:r.focused,toggleOption:t.toggleOption,setOptionIndex:t.setOptionIndex,itemProps:r,itemEvents:a}}))},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):""},innerOptionsValue:function(){var t=this;return this.innerValue.map((function(e){return t.getOptionValue(e)}))},getOptionValue:function(){return this.__getPropValueFn("optionValue","value")},getOptionLabel:function(){return this.__getPropValueFn("optionLabel","label")},isOptionDisabled:function(){return this.__getPropValueFn("optionDisable","disable")},autocompleteControlEvents:function(){var t=this,e={keydown:this.__onTargetKeydown,keyup:this.__onTargetAutocomplete,keypress:this.__onTargetKeypress};return!0===this.$q.platform.is.mobile&&(e.focus=function(e){!0===t.dialog&&e.target.blur()}),e},inputControlEvents:function(){var t={input:this.__onInput,change:this.__onChange,keydown:this.__onTargetKeydown,keyup:this.__onTargetKeyup,keypress:this.__onTargetKeypress,focus:this.__selectInputText};return t.compositionstart=t.compositionupdate=t.compositionend=this.__onComposition,!0===this.hasDialog&&(t.click=S.i),t}},methods:{getEmittingOptionValue:function(t){return!0===this.emitValue?this.getOptionValue(t):t},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)[0]}),this.$emit("input",e)}else this.$emit("input",null)},__removeAtIndexAndFocus:function(t){this.removeAtIndex(t),this.__focus()},add:function(t,e){var i=this.getEmittingOptionValue(t);if(!0!==this.multiple)return!0===this.fillInput&&this.updateInputValue(this.getOptionLabel(t),!0,!0),void this.$emit("input",i);if(0===this.innerValue.length)return this.$emit("add",{index:0,value:i}),void this.$emit("input",!0===this.multiple?[i]:i);if(!(!0===e&&!0===this.isOptionSelected(t)||void 0!==this.maxValues&&this.value.length>=this.maxValues)){var n=this.value.slice();this.$emit("add",{index:n.length,value:i}),n.push(i),this.$emit("input",n)}},toggleOption:function(t,e){if(!0===this.editable&&void 0!==t&&!0!==this.isOptionDisabled(t)){var i=this.getOptionValue(t);if(!0!==this.multiple)return void 0!==this.$refs.target&&this.$refs.target.focus(),!0!==e&&(this.updateInputValue(!0===this.fillInput?this.getOptionLabel(t):"",!0,!0),this.hidePopup()),void(!0!==Object(Q.b)(this.getOptionValue(this.innerValue[0]),i)&&this.$emit("input",!0===this.emitValue?i:t));if((!0!==this.hasDialog||!0===this.dialogFieldFocused)&&this.__focus(),this.__selectInputText(),0===this.innerValue.length){var n=!0===this.emitValue?i:t;return this.$emit("add",{index:0,value:n}),void this.$emit("input",!0===this.multiple?[n]:n)}var s=this.value.slice(),o=this.innerOptionsValue.findIndex((function(t){return Object(Q.b)(t,i)}));if(o>-1)this.$emit("remove",{index:o,value:s.splice(o,1)[0]});else{if(void 0!==this.maxValues&&s.length>=this.maxValues)return;var r=!0===this.emitValue?i:t;this.$emit("add",{index:s.length,value:r}),s.push(r)}this.$emit("input",s)}},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)}},moveOptionSelection:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,e=arguments.length>1?arguments[1]:void 0;if(!0===this.menu){var i=this.optionIndex;do{i=Object(K.b)(i+t,-1,this.virtualScrollLength-1)}while(-1!==i&&i!==this.optionIndex&&!0===this.isOptionDisabled(this.options[i]));this.optionIndex!==i&&(this.setOptionIndex(i),this.scrollTo(i),!0!==e&&!0===this.useInput&&!0===this.fillInput&&this.__setInputValue(i>=0?this.getOptionLabel(this.options[i]):this.defaultInputValue))}},__getOption:function(t,e){var i=this,n=function(e){return Object(Q.b)(i.getOptionValue(e),t)};return this.options.find(n)||e.find(n)||t},__getPropValueFn:function(t,e){var i=void 0!==this[t]?this[t]:e;return"function"==typeof i?i:function(t){return Object(t)===t&&i in t?t[i]:t}},isOptionSelected:function(t){var e=this.getOptionValue(t);return void 0!==this.innerOptionsValue.find((function(t){return Object(Q.b)(t,e)}))},__selectInputText:function(){!0===this.useInput&&void 0!==this.$refs.target&&this.$refs.target.select()},__onTargetKeyup:function(t){!0===Object(C.a)(t,27)&&!0===this.menu&&(Object(S.i)(t),this.hidePopup(),this.__resetInputValue()),this.$emit("keyup",t)},__onTargetAutocomplete:function(t){var e=this,i=t.target.value;if(t.target.value="",void 0===t.keyCode){if("string"==typeof i&&i.length>0){var n=i.toLocaleLowerCase(),s=function(t){return e.getOptionValue(t).toLocaleLowerCase()===n},o=this.options.find(s);null!==o?-1===this.innerValue.indexOf(o)&&this.toggleOption(o):(s=function(t){return e.getOptionLabel(t).toLocaleLowerCase()===n},null!==(o=this.options.find(s))&&-1===this.innerValue.indexOf(o)&&this.toggleOption(o))}}else this.__onTargetKeyup(t)},__onTargetKeypress:function(t){this.$emit("keypress",t)},__onTargetKeydown:function(t){var e=this;if(this.$emit("keydown",t),!0!==Object(C.c)(t)){var i=this.inputValue.length>0&&(void 0!==this.newValueMode||void 0!==this.qListeners["new-value"]),n=!0!==t.shiftKey&&!0!==this.multiple&&(this.optionIndex>-1||!0===i);if(27!==t.keyCode)if(9!==t.keyCode||!1!==n){if(void 0!==t.target&&t.target.id===this.targetUid){if(40===t.keyCode&&!0!==this.innerLoading&&!1===this.menu)return Object(S.j)(t),void this.showPopup();if(8===t.keyCode&&!0===this.multiple&&!0!==this.hideSelected&&0===this.inputValue.length&&Array.isArray(this.value))this.removeAtIndex(this.value.length-1);else{38!==t.keyCode&&40!==t.keyCode||(Object(S.j)(t),this.moveOptionSelection(38===t.keyCode?-1:1,this.multiple));var s=this.virtualScrollLength;if(s>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 o=String.fromCharCode(t.keyCode).toLocaleLowerCase(),r=1===this.searchBuffer.length&&this.searchBuffer[0]===o;this.searchBufferExp=Date.now()+1500,!1===r&&(this.searchBuffer+=o);var a=new RegExp("^"+this.searchBuffer.split("").join(".*"),"i"),l=this.optionIndex;if(!0===r||!0!==a.test(this.getOptionLabel(this.options[l])))do{l=Object(K.b)(l+1,-1,s-1)}while(l!==this.optionIndex&&(!0===this.isOptionDisabled(this.options[l])||!0!==a.test(this.getOptionLabel(this.options[l]))));this.optionIndex!==l&&this.$nextTick((function(){e.setOptionIndex(l),e.scrollTo(l),l>=0&&!0===e.useInput&&!0===e.fillInput&&e.__setInputValue(e.getOptionLabel(e.options[l]))}))}else if(13===t.keyCode||!0!==this.useInput&&32===t.keyCode||!1!==n&&9===t.keyCode)if(9!==t.keyCode&&Object(S.j)(t),this.optionIndex>-1&&this.optionIndex<s)this.toggleOption(this.options[this.optionIndex]);else{if(!0===i){var c=function(t,i){if(i){if(!0!==rt(i))return}else i=e.newValueMode;null!=t&&(e.updateInputValue("",!0!==e.multiple,!0),e["toggle"===i?"toggleOption":"add"](t,"add-unique"===i),!0!==e.multiple&&(void 0!==e.$refs.target&&e.$refs.target.focus(),e.hidePopup()))};if(void 0!==this.qListeners["new-value"]?this.$emit("new-value",this.inputValue,c):c(this.inputValue),!0!==this.multiple)return}!0===this.menu?this.__closeMenu():!0!==this.innerLoading&&this.showPopup()}}}}else this.__closeMenu();else Object(S.g)(t)}},__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 i=this;return!0===this.hideSelected?!0===e||!0!==this.dialog||!0!==this.hasDialog?[]:[t("span",{domProps:{textContent:this.inputValue}})]:void 0!==this.$scopedSlots["selected-item"]?this.selectedScope.map((function(t){return i.$scopedSlots["selected-item"](t)})).slice():void 0!==this.$scopedSlots.selected?this.$scopedSlots.selected().slice():!0===this.useChips?this.selectedScope.map((function(e,n){return t(m.a,{key:"option-"+n,props:{removable:!0===i.editable&&!0!==i.isOptionDisabled(e.opt),dense:!0,textColor:i.color,tabindex:i.computedTabindex},on:Object(h.a)(i,"rem#"+n,{remove:function(){e.removeAtIndex(n)}})},[t("span",{staticClass:"ellipsis",domProps:Object(p.a)({},!0===e.sanitize?"textContent":"innerHTML",i.getOptionLabel(e.opt))})])})):[t("span",{domProps:Object(p.a)({},this.displayAsText?"textContent":"innerHTML",void 0!==this.displayValue?this.displayValue:this.selectedString)})]},__getControl:function(t,e){var i=this.__getSelection(t,e),n=!0===e||!0!==this.dialog||!0!==this.hasDialog;if(!0===n&&!0===this.useInput)i.push(this.__getInput(t,e));else if(!0===this.editable){var s={staticClass:"q-select__autocomplete-input no-outline",attrs:{autocomplete:this.qAttrs.autocomplete,tabindex:this.tabindex},on:this.autocompleteControlEvents};!0===n&&(s.ref="target",s.attrs.id=this.targetUid),i.push(t("input",s))}if(void 0!==this.nameProp&&!0!==this.disable&&this.innerOptionsValue.length>0){var o=this.innerOptionsValue.map((function(e){return t("option",{attrs:{value:e,selected:!0}})}));i.push(t("select",{staticClass:"hidden",attrs:{name:this.nameProp,multiple:this.multiple}},o))}return t("div",{staticClass:"q-field__native row items-center",attrs:this.qAttrs},i)},__getOptions:function(t){var e=this;if(!0===this.menu){var i=void 0!==this.$scopedSlots.option?this.$scopedSlots.option:function(i){return t(g.a,{key:i.index,props:i.itemProps,on:i.itemEvents},[t(_.a,[t(b.a,{domProps:Object(p.a)({},!0===i.sanitize?"textContent":"innerHTML",e.getOptionLabel(i.opt))})])])},n=this.__padVirtualScroll(t,"div",this.optionScope.map(i));return void 0!==this.$scopedSlots["before-options"]&&(n=this.$scopedSlots["before-options"]().concat(n)),Object(c.a)(n,this,"after-options")}},__getInnerAppend:function(t){return!0!==this.loading&&!0!==this.innerLoading&&!0!==this.hideDropdownIcon?[t(a.a,{staticClass:"q-select__dropdown-icon",props:{name:this.dropdownArrowIcon}})]:null},__getInput:function(t,e){var i={ref:"target",staticClass:"q-field__input q-placeholder col",style:this.inputStyle,class:this.computedInputClass,domProps:{value:void 0!==this.inputValue?this.inputValue:""},attrs:Object(s.a)(Object(s.a)({type:"search"},this.qAttrs),{},{id:this.targetUid,maxlength:this.maxlength,tabindex:this.tabindex,"data-autofocus":!0!==e&&this.autofocus,disabled:!0===this.disable,readonly:!0===this.readonly}),on:this.inputControlEvents};return!0!==e&&!0===this.hasDialog&&(i.staticClass+=" no-pointer-events",i.attrs.readonly=!0),t("input",i)},__onChange:function(t){this.__onComposition(t)},__onInput:function(t){var e=this;clearTimeout(this.inputTimer),t&&t.target&&!0===t.target.composing||(this.__setInputValue(t.target.value||""),this.userInputValue=!0,this.defaultInputValue=this.inputValue,!0===this.focused||!0===this.hasDialog&&!0!==this.dialogFieldFocused||this.__focus(),void 0!==this.qListeners.filter&&(this.inputTimer=setTimeout((function(){e.filter(e.inputValue)}),this.inputDebounce)))},__setInputValue:function(t){this.inputValue!==t&&(this.inputValue=t,this.$emit("input-value",t))},updateInputValue:function(t,e,i){this.userInputValue=!0!==i,!0===this.useInput&&(this.__setInputValue(t),!0!==e&&!0===i||(this.defaultInputValue=t),!0!==e&&this.filter(t))},filter:function(t){var e=this;if(void 0!==this.qListeners.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 i=setTimeout((function(){!0===e.menu&&(e.menu=!1)}),10);clearTimeout(this.filterId),this.filterId=i,this.$emit("filter",t,(function(t,n){!0===e.focused&&e.filterId===i&&(clearTimeout(e.filterId),"function"==typeof t&&t(),e.$nextTick((function(){e.innerLoading=!1,!0===e.menu?e.__updateMenu(!0):e.menu=!0,"function"==typeof n&&e.$nextTick((function(){n(e)}))})))}),(function(){!0===e.focused&&e.filterId===i&&(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(i){void 0!==i&&Object(S.i)(i),t.$emit("popup-hide",i),t.hasPopupOpen=!1,e(i)},click:function(e){if(!0!==t.hasDialog){if(!0===t.useInput&&!0!==e.target.classList.contains("q-field__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)}}},__getControlChild: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(N,{ref:"menu",props:{value:this.menu,fit:!0!==this.menuShrink,cover:!0===this.optionsCover&&!0!==this.noOptions&&!0!==this.useInput,anchor:this.menuAnchor,self:this.menuSelf,offset:this.menuOffset,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(h.a)(this,"menu",{"&scroll":this.__onVirtualScrollEvt,"before-hide":this.__closeMenu})},e)},__onDialogFieldFocus:function(t){Object(S.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(S.i)(t),this.$nextTick((function(){e.dialogFieldFocused=!1}))},__getDialog:function(t){var e=this,i=[t(v.a,{staticClass:"col-auto ".concat(this.fieldClass),props:Object(s.a)(Object(s.a)({},this.$props),{},{for:this.targetUid,dark:this.isOptionsDark,square:!0,loading:this.innerLoading,filled:!0,stackLabel:this.inputValue.length>0}),on:Object(s.a)(Object(s.a)({},this.qListeners),{},{focus:this.__onDialogFieldFocus,blur:this.__onDialogFieldBlur}),scopedSlots:Object(s.a)(Object(s.a)({},this.$scopedSlots),{},{rawControl:function(){return e.__getControl(t,!0)},before:void 0,after:void 0})})];return!0===this.menu&&i.push(t("div",{ref:"menuContent",staticClass:"scroll",class:this.menuContentClass,style:this.popupContentStyle,on:Object(h.a)(this,"virtMenu",{click:S.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(W.a,{ref:"dialog",props:{value:this.dialog,dark:this.isOptionsDark,position:!0===this.useInput?"top":void 0,transitionShow:this.transitionShowComputed,transitionHide:this.transitionHide},on:Object(h.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":"")},i)])},__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&&(this.optionIndex=-1,!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){var e=this;!0===this.hasDialog?(this.__onControlFocusin(t),this.dialog=!0,this.$nextTick((function(){e.__focus()}))):this.__focus(),void 0!==this.qListeners.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,i=-1;if(!0===t){if(this.innerValue.length>0){var n=this.getOptionValue(this.innerValue[0]);i=this.options.findIndex((function(t){return Object(Q.b)(e.getOptionValue(t),n)}))}this.__resetVirtualScroll(i)}this.setOptionIndex(i)},__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.qListeners.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)}}),lt=i("9c40"),ct={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=!0===this.loading?this.loadingLabel||this.$q.lang.table.loading:this.filter?this.noResultsLabel||this.$q.lang.table.noResults:this.noDataLabel||this.$q.lang.table.noData,i=this.$scopedSlots["no-data"],n=void 0!==i?[i({message:e,icon:this.$q.iconSet.table.warning,filter:this.filter})]:[t(a.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"},n)}var s=this.$scopedSlots.bottom;return t("div",{staticClass:"q-table__bottom row items-center",class:void 0!==s?null:"justify-end"},void 0!==s?[s(this.marginalsProps)]:this.getPaginationRow(t))}},getPaginationRow:function(t){var e,i=this,n=this.computedPagination.rowsPerPage,s=this.paginationLabel||this.$q.lang.table.pagination,o=this.$scopedSlots.pagination,r=this.rowsPerPageOptions.length>1,a=[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"})];if(!0===r&&a.push(t("div",{staticClass:"q-table__control"},[t("span",{staticClass:"q-table__bottom-item"},[this.rowsPerPageLabel||this.$q.lang.table.recordsPerPage]),t(at,{staticClass:"q-table__select inline q-table__bottom-item",props:{color:this.color,value:n,options:this.computedRowsPerPageOptions,displayValue:0===n?this.$q.lang.table.allRows:n,dark:this.isDark,borderless:!0,dense:!0,optionsDense:!0,optionsCover:!0},on:Object(h.a)(this,"pgSize",{input:function(t){i.setPagination({page:1,rowsPerPage:t.value})}})})])),void 0!==o)e=o(this.marginalsProps);else if(e=[t("span",0!==n?{staticClass:"q-table__bottom-item"}:{},[n?s(this.firstRowIndex+1,Math.min(this.lastRowIndex,this.computedRowsNumber),this.computedRowsNumber):s(1,this.filteredSortedRowsNumber,this.computedRowsNumber)])],0!==n){var l=!0===this.dense?"sm":void 0;e.push(t(lt.a,{props:{color:this.color,round:!0,icon:this.navIcon[0],dense:!0,flat:!0,size:l,disable:this.isFirstPage},on:Object(h.a)(this,"pgPrev",{click:this.prevPage})}),t(lt.a,{props:{color:this.color,round:!0,icon:this.navIcon[1],dense:!0,size:l,flat:!0,disable:this.isLastPage},on:Object(h.a)(this,"pgNext",{click:this.nextPage})}))}return a.push(t("div",{staticClass:"q-table__control"},e)),a}}},ut=i("eb85"),ht={methods:{getGridBody:function(t){var e=this,i=void 0!==this.$scopedSlots.item?this.$scopedSlots.item:function(i){var n=i.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&&n.unshift(t("div",{staticClass:"q-table__grid-item-row"},[t(r.a,{props:{value:i.selected,color:e.color,dark:e.isDark,dense:!0},on:{input:function(t,n){e.__updateSelection([i.key],[i.row],t,n)}}})]),t(ut.a,{props:{dark:e.isDark}}));var s={staticClass:"q-table__grid-item-card"+e.cardDefaultClass,class:e.cardClass,style:e.cardStyle,on:{}};return void 0===e.qListeners["row-click"]&&void 0===e.qListeners["row-dblclick"]||(s.staticClass+=" cursor-pointer"),void 0!==e.qListeners["row-click"]&&(s.on.click=function(t){e.$emit("row-click",t,i.row)}),void 0!==e.qListeners["row-dblclick"]&&(s.on.dblclick=function(t){e.$emit("row-dblclick",t,i.row)}),t("div",{staticClass:"q-table__grid-item col-xs-12 col-sm-6 col-md-4 col-lg-3",class:!0===i.selected?"q-table__grid-item--selected":""},[t("div",s,n)])};return t("div",{staticClass:"q-table__grid-content row",class:this.cardContainerClass,style:this.cardContainerStyle},this.computedRows.map((function(t,n){var s=e.getRowKey(t),o=e.isRowSelected(s);return i(e.addBodyRowMeta({key:s,row:t,pageIndex:n,cols:e.computedCols,colsMap:e.computedColsMap,__trClass:o?"selected":""}))})))},getGridHeader:function(t){var e=!0===this.gridHeader?[t("table",{staticClass:"q-table"},[this.getTableHeader(t)])]:!0===this.loading&&void 0===this.$scopedSlots.loading?this.__getProgress(t):void 0;return t("div",{staticClass:"q-table__middle"},e)}}},dt=i("1c1c"),ft=o.default.extend({name:"QMarkupTable",mixins:[q.a,l.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:Object(s.a)({},this.qListeners)},[t("table",{staticClass:"q-table"},Object(c.c)(this,"default"))])}}),pt=function(t,e,i){return t("div",Object(s.a)(Object(s.a)({},e),{},{staticClass:"q-table__middle"+(void 0!==e.staticClass?" "+e.staticClass:"")}),[t("table",{staticClass:"q-table"},i)])},vt={list:dt.a,table:ft},mt=o.default.extend({name:"QVirtualScroll",mixins:[$.a,l.a,st],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,i){return{index:t.virtualScrollSliceRange.from+i,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(){this.__scrollTarget=Object(M.d)(this.$el,this.scrollTarget),this.__scrollTarget.addEventListener("scroll",this.__onVirtualScrollEvt,S.d.passive)},__unconfigureScrollTarget:function(){void 0!==this.__scrollTarget&&(this.__scrollTarget.removeEventListener("scroll",this.__onVirtualScrollEvt,S.d.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(c.a)(e,this,"after"),"__qtable"===this.type?pt(t,{staticClass:this.classes},e):t(vt[this.type],{class:this.classes,attrs:this.attrs,props:this.qAttrs,on:Object(s.a)({},this.qListeners)},e)}}}),gt=i("6642");function _t(t){return{transform:"scale3d(".concat(t,",1,1)")}}var bt=o.default.extend({name:"QLinearProgress",mixins:[l.a,q.a,Object(gt.b)({xs:2,sm:4,md:6,lg:10,xl:14})],props:{value:{type:Number,default:0},buffer:Number,color:String,trackColor:String,reverse:Boolean,stripe:Boolean,indeterminate:Boolean,query:Boolean,rounded:Boolean,instantFeedback:Boolean},computed:{motion:function(){return!0===this.indeterminate||!0===this.query},classes:function(){return"q-linear-progress"+(void 0!==this.color?" text-".concat(this.color):"")+(!0===this.reverse||!0===this.query?" q-linear-progress--reverse":"")+(!0===this.rounded?" rounded-borders":"")},trackStyle:function(){return _t(void 0!==this.buffer?this.buffer:1)},trackClass:function(){return"q-linear-progress__track--with".concat(!0===this.instantFeedback?"out":"","-transition")+" q-linear-progress__track--".concat(!0===this.isDark?"dark":"light")+(void 0!==this.trackColor?" bg-".concat(this.trackColor):"")},modelStyle:function(){return _t(!0===this.motion?1:this.value)},modelClasses:function(){return"q-linear-progress__model--with".concat(!0===this.instantFeedback?"out":"","-transition")+" q-linear-progress__model--".concat(!0===this.motion?"in":"","determinate")},stripeStyle:function(){return{width:100*this.value+"%"}},attrs:function(){return{role:"progressbar","aria-valuemin":0,"aria-valuemax":1,"aria-valuenow":!0===this.indeterminate?void 0: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",{style:this.sizeStyle,class:this.classes,attrs:this.attrs,on:Object(s.a)({},this.qListeners)},Object(c.a)(e,this,"default"))}}),yt=i("3835");var St={props:{sortMethod:{type:Function,default:function(t,e,i){var n=this.columns.find((function(t){return t.name===e}));if(void 0===n||void 0===n.field)return t;var s=!0===i?-1:1,o="function"==typeof n.field?function(t){return n.field(t)}:function(t){return t[n.field]};return t.sort((function(t,e){var i=o(t),r=o(e);if(null==i)return-1*s;if(null==r)return 1*s;if(void 0!==n.sort)return n.sort(i,r,t,e)*s;if(!0===Object(Q.c)(i)&&!0===Object(Q.c)(r))return(i-r)*s;if(!0===Object(Q.a)(i)&&!0===Object(Q.a)(r))return function(t,e){return new Date(t)-new Date(e)}(i,r)*s;if("boolean"==typeof i&&"boolean"==typeof r)return(i-r)*s;var a=[i,r].map((function(t){return(t+"").toLocaleString().toLowerCase()})),l=Object(yt.a)(a,2);return(i=l[0])<(r=l[1])?-1*s:i===r?0:s}))}}},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,i=e.sortBy,n=e.descending;i!==t?(i=t,n=!1):!0===this.binaryStateSort?n=!n:!0===n?i=null:n=!0,this.setPagination({sortBy:i,descending:n,page:1})}}},wt={props:{filter:[String,Object],filterMethod:{type:Function,default:function(t,e){var i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:this.computedCols,n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:this.getCellValue,s=e?e.toLowerCase():"";return t.filter((function(t){return i.some((function(e){return-1!==(n(e,t)+"").toLowerCase().indexOf(s)}))}))}}},watch:{filter:{handler:function(){var t=this;this.$nextTick((function(){t.setPagination({page:1},!0)}))},deep:!0}}};function Ct(t){return t.page<1&&(t.page=1),void 0!==t.rowsPerPage&&t.rowsPerPage<1&&(t.rowsPerPage=0),t}var xt={props:{pagination:Object,rowsPerPageOptions:{type:Array,default:function(){return[3,5,7,10,15,20,25,50,0]}}},computed:{computedPagination:function(){return Ct(Object(s.a)(Object(s.a)({},this.innerPagination),this.pagination))},firstRowIndex:function(){var t=this.computedPagination;return(t.page-1)*t.rowsPerPage},lastRowIndex:function(){var t=this.computedPagination;return t.page*t.rowsPerPage},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 i=this.computedPagination.page;t&&!i?this.setPagination({page:1}):t<i&&this.setPagination({page:t})}}},methods:{__sendServerRequest:function(t){this.requestServerInteraction({pagination:t,filter:this.filter})},setPagination:function(t,e){var i=Ct(Object(s.a)(Object(s.a)({},this.computedPagination),t));!function(t,e){for(var i in e)if(e[i]!==t[i])return!1;return!0}(this.computedPagination,i)?this.isServerSide?this.__sendServerRequest(i):this.pagination?this.$emit("update:pagination",i):this.innerPagination=i:this.isServerSide&&e&&this.__sendServerRequest(i)},prevPage:function(){var t=this.computedPagination.page;t>1&&this.setPagination({page:t-1})},nextPage:function(){var t=this.computedPagination,e=t.page,i=t.rowsPerPage;this.lastRowIndex>0&&e*i<this.computedRowsNumber&&this.setPagination({page:e+1})}},created:function(){this.$emit("update:pagination",Object(s.a)({},this.computedPagination))}},kt=(i("a623"),i("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.length>0&&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,i,n){var s=this;this.$emit("selection",{rows:e,added:i,keys:t,evt:n});var o=!0===this.singleSelection?!0===i?e:[]:!0===i?this.selected.concat(e):this.selected.filter((function(e){return!1===t.includes(s.getRowKey(e))}));this.$emit("update:selected",o)}}});function qt(t){return Array.isArray(t)?t.slice():[]}var Ot={props:{expanded:Array},data:function(){return{innerExpanded:qt(this.expanded)}},watch:{expanded:function(t){this.innerExpanded=qt(t)}},methods:{isRowExpanded:function(t){return this.innerExpanded.includes(t)},setExpanded:function(t){void 0!==this.expanded?this.$emit("update:expanded",t):this.innerExpanded=t},__updateExpanded:function(t,e){var i=this.innerExpanded.slice(),n=i.indexOf(t);!0===e?-1===n&&(i.push(t),this.setExpanded(i)):-1!==n&&(i.splice(n,1),this.setExpanded(i))}}},jt={props:{visibleColumns:Array},computed:{computedCols:function(){var t=this,e=this.computedPagination,i=e.sortBy,n=e.descending;return(void 0!==this.visibleColumns?this.columns.filter((function(e){return!0===e.required||!0===t.visibleColumns.includes(e.name)})):this.columns).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===i?" sorted ".concat(!0===n?"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}}},$t=i("582c"),Tt={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},$t.a.add(this.__historyFullscreen))},exitFullscreen:function(){var t=this;!0===this.inFullscreen&&(void 0!==this.__historyFullscreen&&($t.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()}},Et={};nt.forEach((function(t){Et[t]={}})),e.a=o.default.extend({name:"QTable",mixins:[q.a,l.a,Tt,{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,i=this.$scopedSlots.top,n=this.$scopedSlots["top-left"],s=this.$scopedSlots["top-right"],o=this.$scopedSlots["top-selection"],r=!0===this.hasSelectionMode&&void 0!==o&&this.rowsSelectedNumber>0,a="q-table__top relative-position row items-center";return void 0!==i?t("div",{staticClass:a},[i(this.marginalsProps)]):(!0===r?e=o(this.marginalsProps).slice():(e=[],void 0!==n?e.push(t("div",{staticClass:"q-table-control"},[n(this.marginalsProps)])):this.title&&e.push(t("div",{staticClass:"q-table__control"},[t("div",{staticClass:"q-table__title"},this.title)]))),void 0!==s&&(e.push(t("div",{staticClass:"q-table__separator col"})),e.push(t("div",{staticClass:"q-table__control"},[s(this.marginalsProps)]))),0!==e.length?t("div",{staticClass:a},e):void 0)}}},d,f,ct,ht,St,wt,xt,kt,Ot,jt],props:Object(s.a)(Object(s.a)({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{innerPagination:{sortBy:null,descending:!1,page:1,rowsPerPage:5}}},watch:{needsReset:function(){!0===this.hasVirtScroll&&void 0!==this.$refs.virtScroll&&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(";")},filteredSortedRows:function(){var t=this.data;if(!0===this.isServerSide||0===t.length)return t;var e=this.computedPagination,i=e.sortBy,n=e.descending;return 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,i,n)),t},filteredSortedRowsNumber:function(){return this.filteredSortedRows.length},computedRows:function(){var t=this.filteredSortedRows;return!0===this.isServerSide||0!==this.computedPagination.rowsPerPage&&(0===this.firstRowIndex&&this.data!==t?t.length>this.lastRowIndex&&(t.length=this.lastRowIndex):t=t.slice(this.firstRowIndex,this.lastRowIndex)),t},computedRowsNumber:function(){return!0===this.isServerSide?this.computedPagination.rowsNumber||0:this.filteredSortedRowsNumber},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 column no-wrap")+(!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 nt.forEach((function(i){e[i]=t[i]})),void 0===e.virtualScrollItemSize&&(e.virtualScrollItemSize=!0===this.dense?28:48),e}},render:function(t){var e=[this.getTop(t)],i={staticClass:this.containerClass};return!0===this.grid?e.push(this.getGridHeader(t)):Object.assign(i,{class:this.cardClass,style:this.cardStyle}),e.push(this.getBody(t),this.getBottom(t)),!0===this.loading&&void 0!==this.$scopedSlots.loading&&e.push(this.$scopedSlots.loading()),t("div",i,e)},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(mt,{ref:"virtScroll",props:Object(s.a)(Object(s.a)({},this.virtProps),{},{items:this.computedRows,type:"__qtable"}),on:Object(h.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)}}):pt(t,{staticClass:"scroll",class:this.tableClass,style:this.tableStyle},[e,this.getTableBody(t)])},scrollTo:function(t){if(void 0===this.$refs.virtScroll){t=parseInt(t,10);var e=this.$el.querySelector("tbody tr:nth-of-type(".concat(t+1,")"));if(null!==e){var i=this.$el.querySelector(".q-table__middle.scroll"),n=e.offsetTop,s=n<i.scrollTop?"decrease":"increase";i.scrollTop=n,this.$emit("virtual-scroll",{index:t,from:0,to:this.pagination.rowsPerPage-1,direction:s})}}else this.$refs.virtScroll.scrollTo(t)},__onVScroll:function(t){this.$emit("virtual-scroll",t)},__getProgress:function(t){return[t(bt,{staticClass:"q-table__linear-progress",props:{color:this.color,dark:this.isDark,indeterminate:!0,trackColor:"transparent"}})]}}})},eb85:function(t,e,i){"use strict";var n=i("5530"),s=i("a026"),o=i("b7fa"),r=i("87e8");e.a=s.default.extend({name:"QSeparator",mixins:[o.a,r.a],props:{spaced:Boolean,inset:[Boolean,String],vertical:Boolean,color:String},computed:{insetClass:function(){switch(this.inset){case!0:return" q-separator--inset";case"item":return" q-separator--item-inset";case"item-thumbnail":return" q-separator--item-thumbnail-inset";default:return""}},classes:function(){return"q-separator"+this.insetClass+" q-separator--".concat(!0===this.vertical?"vertical self-stretch":"horizontal col-grow")+(void 0!==this.color?" bg-".concat(this.color):"")+(!0===this.isDark?" q-separator--dark":"")+(!0===this.spaced?" q-separator--spaced":"")},attrs:function(){return{role:"separator","aria-orientation":!0===this.vertical?"vertical":"horizontal"}}},render:function(t){return t("hr",{staticClass:"q-separator",class:this.classes,attrs:this.attrs,on:Object(n.a)({},this.qListeners)})}})},ec5d:function(t,e,i){"use strict";i("99af"),i("ac1f"),i("5319");var n=i("5530"),s=i("a026"),o=(i("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,i){return t+"-"+e+" of "+i},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"}}),r=i("0967");function a(){if(!0!==r.f){var t=navigator.language||navigator.languages[0]||navigator.browserLanguage||navigator.userLanguage||navigator.systemLanguage;return t?t.toLowerCase():void 0}}e.a={getLocale:a,install:function(t,e,i){var l=this,c=i||o;this.set=function(e,i){var s=Object(n.a)(Object(n.a)({},e),{},{rtl:!0===e.rtl,getLocale:a});if(!0===r.f){if(void 0===i)return;var o=!0===s.rtl?"rtl":"ltr",c="lang=".concat(s.isoName," dir=").concat(o);s.set=i.$q.lang.set,i.Q_HTML_ATTRS=void 0!==i.Q_PREV_LANG?i.Q_HTML_ATTRS.replace(i.Q_PREV_LANG,c):c,i.Q_PREV_LANG=c,i.$q.lang=s}else{if(!1===r.c){var u=document.documentElement;u.setAttribute("dir",!0===s.rtl?"rtl":"ltr"),u.setAttribute("lang",s.isoName)}s.set=l.set,t.lang=l.props=s,l.isoName=s.isoName,l.nativeName=s.nativeName}},!0===r.f?(e.server.push((function(t,e){t.lang={},t.lang.set=function(t){l.set(t,e.ssr)},t.lang.set(c)})),this.isoName=c.isoName,this.nativeName=c.nativeName,this.props=c):(s.default.util.defineReactive(t,"lang",{}),this.set(c))}}},ed5e:function(t,e,i){"use strict";i("a9e3");var n=i("a026"),s=i("0831"),o=i("d882"),r=o.d.passive;e.a=n.default.extend({name:"QScrollObserver",props:{debounce:[String,Number],horizontal:Boolean,scrollTarget:{default:void 0}},render:o.e,data:function(){return{pos:0,dir:!0===this.horizontal?"right":"down",dirChanged:!1,dirChangePos:0}},watch:{scrollTarget:function(){this.__unconfigureScrollTarget(),this.__configureScrollTarget()}},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=!0===this.horizontal?s.a:s.c,e=Math.max(0,t(this.__scrollTarget)),i=e-this.pos,n=!0===this.horizontal?i<0?"left":"right":i<0?"up":"down";this.dirChanged=this.dir!==n,this.dirChanged&&(this.dir=n,this.dirChangePos=this.pos),this.timer=null,this.pos=e,this.$emit("scroll",this.getPosition())},__configureScrollTarget:function(){this.__scrollTarget=Object(s.d)(this.$el.parentNode,this.scrollTarget),this.__scrollTarget.addEventListener("scroll",this.trigger,r),this.trigger(!0)},__unconfigureScrollTarget:function(){void 0!==this.__scrollTarget&&(this.__scrollTarget.removeEventListener("scroll",this.trigger,r),this.__scrollTarget=void 0)}},mounted:function(){this.__configureScrollTarget()},beforeDestroy:function(){clearTimeout(this.timer),cancelAnimationFrame(this.timer),this.__unconfigureScrollTarget()}})},ef35:function(t,e,i){"use strict";i("a9e3");var n=i("5530"),s=i("a026"),o=i("87e8"),r=i("1c16"),a=i("f303"),l=i("0831"),c=i("d882"),u=i("dde5");e.a=s.default.extend({name:"QInfiniteScroll",mixins:[o.a],props:{offset:{type:Number,default:500},debounce:{type:[String,Number],default:100},scrollTarget:{default:void 0},disable:Boolean,reverse:Boolean},data:function(){return{index:0,fetching:!1,working:!0}},watch:{disable:function(t){!0===t?this.stop():this.resume()},scrollTarget:function(){this.updateScrollTarget()},debounce:function(t){this.__setDebounce(t)}},methods:{poll:function(){if(!0!==this.disable&&!0!==this.fetching&&!1!==this.working){var t=Object(l.b)(this.scrollContainer),e=Object(l.c)(this.scrollContainer),i=Object(a.c)(this.scrollContainer);!1===this.reverse?e+i+this.offset>=t&&this.trigger():e<this.offset&&this.trigger()}},trigger:function(){var t=this;if(!0!==this.disable&&!0!==this.fetching&&!1!==this.working){this.index++,this.fetching=!0;var e=Object(l.b)(this.scrollContainer);this.$emit("load",this.index,(function(i){!0===t.working&&(t.fetching=!1,t.$nextTick((function(){if(!0===t.reverse){var n=Object(l.b)(t.scrollContainer),s=Object(l.c)(t.scrollContainer),o=n-e;Object(l.h)(t.scrollContainer,s+o)}!0===i?t.stop():t.$el.closest("body")&&t.poll()})))}))}},reset:function(){this.index=0},resume:function(){!1===this.working&&(this.working=!0,this.scrollContainer.addEventListener("scroll",this.poll,c.d.passive)),this.immediatePoll()},stop:function(){!0===this.working&&(this.working=!1,this.fetching=!1,this.scrollContainer.removeEventListener("scroll",this.poll,c.d.passive))},updateScrollTarget:function(){this.scrollContainer&&!0===this.working&&this.scrollContainer.removeEventListener("scroll",this.poll,c.d.passive),this.scrollContainer=Object(l.d)(this.$el,this.scrollTarget),!0===this.working&&this.scrollContainer.addEventListener("scroll",this.poll,c.d.passive)},__setDebounce:function(t){t=parseInt(t,10),this.poll=t<=0?this.immediatePoll:Object(r.a)(this.immediatePoll,!0===isNaN(t)?100:t)}},mounted:function(){if(this.immediatePoll=this.poll,this.__setDebounce(this.debounce),this.updateScrollTarget(),this.immediatePoll(),!0===this.reverse){var t=Object(l.b)(this.scrollContainer),e=Object(a.c)(this.scrollContainer);Object(l.h)(this.scrollContainer,t-e)}},beforeDestroy:function(){!0===this.working&&this.scrollContainer.removeEventListener("scroll",this.poll,c.d.passive)},render:function(t){var e=Object(u.d)(this,"default",[]);return!0!==this.disable&&!0===this.working&&e[!1===this.reverse?"push":"unshift"](t("div",{staticClass:"q-infinite-scroll__loading",class:!0===this.fetching?"":"invisible"},Object(u.c)(this,"loading"))),t("div",{staticClass:"q-infinite-scroll",on:Object(n.a)({},this.qListeners)},e)}})},efe6:function(t,e,i){"use strict";i.d(e,"b",(function(){return _}));var n,s,o,r,a,l,c=i("d882"),u=i("0831"),h=i("0967"),d=0,f=!1;function p(t){(function(t){if(t.target===document.body||t.target.classList.contains("q-layout__backdrop"))return!0;for(var e=Object(c.b)(t),i=t.shiftKey&&!t.deltaX,n=!i&&Math.abs(t.deltaX)<=Math.abs(t.deltaY),s=i||n?t.deltaY:t.deltaX,o=0;o<e.length;o++){var r=e[o];if(Object(u.f)(r,n))return n?s<0&&0===r.scrollTop||s>0&&r.scrollTop+r.clientHeight===r.scrollHeight:s<0&&0===r.scrollLeft||s>0&&r.scrollLeft+r.clientWidth===r.scrollWidth}return!0})(t)&&Object(c.j)(t)}function v(t){t.target===document&&(document.scrollingElement.scrollTop=document.scrollingElement.scrollTop)}function m(t){!0!==f&&(f=!0,requestAnimationFrame((function(){f=!1;var e=t.target.height,i=document.scrollingElement,n=i.clientHeight,s=i.scrollTop;void 0!==o&&e===window.innerHeight||(o=n-e,document.scrollingElement.scrollTop=s),s>o&&(document.scrollingElement.scrollTop-=Math.ceil((s-o)/8))})))}function g(t){var e=document.body,i=void 0!==window.visualViewport;if("add"===t){var l=window.getComputedStyle(e).overflowY;n=Object(u.a)(window),s=Object(u.c)(window),r=e.style.left,a=e.style.top,e.style.left="-".concat(n,"px"),e.style.top="-".concat(s,"px"),"hidden"!==l&&("scroll"===l||e.scrollHeight>window.innerHeight)&&e.classList.add("q-body--force-scrollbar"),e.classList.add("q-body--prevent-scroll"),document.qScrollPrevented=!0,!0===h.a.is.ios&&(!0===i?(window.scrollTo(0,0),window.visualViewport.addEventListener("resize",m,c.d.passiveCapture),window.visualViewport.addEventListener("scroll",m,c.d.passiveCapture),window.scrollTo(0,0)):window.addEventListener("scroll",v,c.d.passiveCapture))}!0===h.a.is.desktop&&!0===h.a.is.mac&&window["".concat(t,"EventListener")]("wheel",p,c.d.notPassive),"remove"===t&&(!0===h.a.is.ios&&(!0===i?(window.visualViewport.removeEventListener("resize",m,c.d.passiveCapture),window.visualViewport.removeEventListener("scroll",m,c.d.passiveCapture)):window.removeEventListener("scroll",v,c.d.passiveCapture)),e.classList.remove("q-body--prevent-scroll"),e.classList.remove("q-body--force-scrollbar"),document.qScrollPrevented=!1,e.style.left=r,e.style.top=a,window.scrollTo(n,s),o=void 0)}function _(t){var e="add";if(!0===t){if(d++,void 0!==l)return clearTimeout(l),void(l=void 0);if(d>1)return}else{if(0===d)return;if(--d>0)return;if(e="remove",!0===h.a.is.ios&&!0===h.a.is.nativeMobile)return clearTimeout(l),void(l=setTimeout((function(){g(e),l=void 0}),100))}g(e)}e.a={methods:{__preventScroll:function(t){t===this.preventedScroll||void 0===this.preventedScroll&&!0!==t||(this.preventedScroll=t,_(t))}}}},f09f:function(t,e,i){"use strict";i("0481"),i("4069");var n=i("5530"),s=i("a026"),o=i("b7fa"),r=i("e2fa"),a=i("87e8"),l=i("dde5");e.a=s.default.extend({name:"QCard",mixins:[a.a,o.a,r.a],props:{square:Boolean,flat:Boolean,bordered:Boolean},computed:{classes:function(){return"q-card"+(!0===this.isDark?" q-card--dark q-dark":"")+(!0===this.bordered?" q-card--bordered":"")+(!0===this.square?" q-card--square no-border-radius":"")+(!0===this.flat?" q-card--flat no-shadow":"")}},render:function(t){return t(this.tag,{class:this.classes,on:Object(n.a)({},this.qListeners)},Object(l.c)(this,"default"))}})},f303:function(t,e,i){"use strict";function n(t){return t===window?window.innerHeight:t.getBoundingClientRect().height}function s(t,e){var i=t.style;Object.keys(e).forEach((function(t){i[t]=e[t]}))}function o(t,e){if(void 0===t||!0===t.contains(e))return!0;for(var i=t.nextElementSibling;null!==i;i=i.nextElementSibling)if(i.contains(e))return!0;return!1}i.d(e,"c",(function(){return n})),i.d(e,"b",(function(){return s})),i.d(e,"a",(function(){return o})),i("4160"),i("b64b"),i("159b")},f376:function(t,e,i){"use strict";var n=i("0cd3");e.a=Object(n.b)("$attrs","qAttrs")},f508:function(t,e,i){"use strict";i("498a");var n,s,o=i("ade3"),r=i("5530"),a=i("a026"),l=i("0d59"),c=i("0967"),u=i("0cd3"),h=i("efe6"),d=0,f={},p={delay:0,message:!1,spinnerSize:80,spinnerColor:"white",messageColor:"white",backgroundColor:"black",spinner:l.a,customClass:""},v=Object(r.a)({},p),m={isActive:!1,show:function(t){var e=this;!0!==c.f&&((f=t===Object(t)&&!0===t.ignoreDefaults?Object(r.a)(Object(r.a)({},p),t):Object(r.a)(Object(r.a)({},v),t)).customClass+=" text-".concat(f.backgroundColor),f.uid="l_".concat(d++),this.isActive=!0,void 0===n?(clearTimeout(s),s=setTimeout((function(){s=void 0;var t=document.createElement("div");document.body.appendChild(t),n=new a.default({name:"QLoading",el:t,mounted:function(){Object(h.b)(!0)},render:function(t){return t("transition",{props:{name:"q-transition--fade",appear:!0},on:Object(u.a)(e,"tr",{"after-leave":function(){!0!==e.isActive&&void 0!==n&&(Object(h.b)(!1),n.$destroy(),n.$el.remove(),n=void 0)}})},[!0===e.isActive?t("div",{staticClass:"q-loading fullscreen column flex-center z-max",key:f.uid,class:f.customClass.trim()},[t(f.spinner,{props:{color:f.spinnerColor,size:f.spinnerSize}}),f.message&&t("div",{class:"text-".concat(f.messageColor),domProps:Object(o.a)({},!0===f.sanitize?"textContent":"innerHTML",f.message)})||void 0]):null])}})}),f.delay)):n.$forceUpdate())},hide:function(){!0===this.isActive&&(void 0!==s&&(clearTimeout(s),s=void 0),this.isActive=!1)},setDefaults:function(t){t===Object(t)&&Object.assign(v,t)},install:function(t){var e=t.$q,i=t.cfg.loading;this.setDefaults(i),e.loading=this}};!1===c.f&&a.default.util.defineReactive(m,"isActive",m.isActive),e.a=m},f89c:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),i("b0c0"),e.b={props:{name:String},computed:{formAttrs:function(){return{type:"hidden",name:this.name,value:this.value}}},methods:{__injectFormInput:function(t,e,i){t[e](this.$createElement("input",{staticClass:"hidden",class:i,attrs:this.formAttrs,domProps:this.formDomProps}))}}};var n={props:{name:String},computed:{nameProp:function(){return this.name||this.for}}}},ff7b:function(t,e,i){"use strict";var n=i("6642");e.a=Object(n.b)({xs:30,sm:35,md:40,lg:50,xl:60})}}]);
|