(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["signup~f71cff67"],{"0016":function(t,e,i){"use strict";i("ddb0");var n=i("2b0e"),o=i("6642"),s=i("e2fa"),r=i("87e8"),a=i("dde5");e["a"]=n["default"].extend({name:"QIcon",mixins:[r["a"],o["a"],s["a"]],props:{tag:{default:"i"},name:String,color:String,left:Boolean,right:Boolean},computed:{classes(){return"q-icon notranslate"+(!0===this.left?" on-left":"")+(!0===this.right?" on-right":"")+(void 0!==this.color?" text-"+this.color:"")},type(){let t,e=this.name;if(!e)return{none:!0,cls:this.classes};if(void 0!==this.$q.iconMapFn){const t=this.$q.iconMapFn(e);if(void 0!==t){if(void 0===t.icon)return{cls:t.cls+" "+this.classes,content:void 0!==t.content?t.content:" "};e=t.icon}}if(!0===e.startsWith("M")){const[t,i]=e.split("|");return{svg:!0,cls:this.classes,nodes:t.split("&&").map(t=>{const[e,i,n]=t.split("@@");return this.$createElement("path",{attrs:{d:e,transform:n},style:i})}),viewBox:void 0!==i?i:"0 0 24 24"}}if(!0===e.startsWith("img:"))return{img:!0,cls:this.classes,src:e.substring(4)};if(!0===e.startsWith("svguse:")){const[t,i]=e.split("|");return{svguse:!0,cls:this.classes,src:t.substring(7),viewBox:void 0!==i?i:"0 0 24 24"}}let i=" ";return/^[l|f]a[s|r|l|b|d]{0,1} /.test(e)||!0===e.startsWith("icon-")?t=e:!0===e.startsWith("bt-")?t="bt "+e:!0===e.startsWith("eva-")?t="eva "+e:!0===/^ion-(md|ios|logo)/.test(e)?t="ionicons "+e:!0===e.startsWith("ion-")?t=`ionicons ion-${!0===this.$q.platform.is.ios?"ios":"md"}${e.substr(3)}`:!0===e.startsWith("mdi-")?t="mdi "+e:!0===e.startsWith("iconfont ")?t=""+e:!0===e.startsWith("ti-")?t="themify-icon "+e:!0===e.startsWith("bi-")?t="bootstrap-icons "+e:(t="material-icons",!0===e.startsWith("o_")?(e=e.substring(2),t+="-outlined"):!0===e.startsWith("r_")?(e=e.substring(2),t+="-round"):!0===e.startsWith("s_")&&(e=e.substring(2),t+="-sharp"),i=e),{cls:t+" "+this.classes,content:i}}},render(t){const e={class:this.type.cls,style:this.sizeStyle,on:{...this.qListeners},attrs:{"aria-hidden":"true",role:"presentation"}};return!0===this.type.none?t(this.tag,e,Object(a["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(a["a"])(this.type.nodes,this,"default"))):!0===this.type.svguse?(e.attrs.focusable="false",e.attrs.viewBox=this.type.viewBox,t("svg",e,[t("use",{attrs:{"xlink:href":this.type.src}}),Object(a["a"])(this.type.nodes,this,"default")])):t(this.tag,e,Object(a["a"])([this.type.content],this,"default"))}})},"00ee":function(t,e,i){var n=i("b622"),o=n("toStringTag"),s={};s[o]="z",t.exports="[object z]"===String(s)},"0170":function(t,e,i){"use strict";var n=i("2b0e"),o=i("87e8"),s=i("dde5");e["a"]=n["default"].extend({name:"QItemLabel",mixins:[o["a"]],props:{overline:Boolean,caption:Boolean,header:Boolean,lines:[Number,String]},computed:{classes(){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(){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(t){return t("div",{staticClass:"q-item__label",style:this.style,class:this.classes,on:{...this.qListeners}},Object(s["c"])(this,"default"))}})},"0366":function(t,e,i){var n=i("1c0b");t.exports=function(t,e,i){if(n(t),void 0===e)return t;switch(i){case 0:return function(){return t.call(e)};case 1:return function(i){return t.call(e,i)};case 2:return function(i,n){return t.call(e,i,n)};case 3:return function(i,n,o){return t.call(e,i,n,o)}}return function(){return t.apply(e,arguments)}}},"068f":function(t,e,i){"use strict";var n=i("2b0e"),o=i("0d59"),s=i("6900"),r=i("87e8"),a=i("dde5");e["a"]=n["default"].extend({name:"QImg",mixins:[r["a"],s["a"]],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(){return{currentSrc:"",image:null,isLoading:!!this.src,hasError:!1,naturalRatio:void 0}},watch:{src(){this.__load()},srcset(t){this.__updateWatcher(t)}},computed:{url(){return this.currentSrc||this.placeholderSrc||void 0},attrs(){const t={role:"img"};return void 0!==this.alt&&(t["aria-label"]=this.alt),t},imgContainerStyle(){return Object.assign({backgroundSize:!0===this.contain?"contain":"cover",backgroundPosition:this.position},this.imgStyle,{backgroundImage:`url("${this.url}")`})},style(){return{width:this.width,height:this.height}},classes(){return"q-img overflow-hidden"+(!0===this.nativeContextMenu?" q-img--menu":"")}},methods:{__onLoad(t){this.isLoading=!1,this.hasError=!1,this.__computeRatio(t),this.__updateSrc(),this.__updateWatcher(this.srcset),this.$emit("load",this.currentSrc)},__onError(t){clearTimeout(this.ratioTimer),this.isLoading=!1,this.hasError=!0,this.currentSrc="",this.$emit("error",t)},__updateSrc(){if(void 0!==this.image&&!1===this.isLoading){const t=this.image.currentSrc||this.image.src;this.currentSrc!==t&&(this.currentSrc=t)}},__updateWatcher(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(){if(clearTimeout(this.ratioTimer),this.hasError=!1,!this.src)return this.isLoading=!1,this.image=void 0,void(this.currentSrc="");this.isLoading=!0;const t=new Image;this.image=t,t.onerror=e=>{this.image===t&&!0!==this.destroyed&&this.__onError(e)},t.onload=()=>{!0!==this.destroyed&&this.image===t&&(void 0!==t.decode?t.decode().catch(e=>{this.image===t&&!0!==this.destroyed&&this.__onError(e)}).then(()=>{this.image===t&&!0!==this.destroyed&&this.__onLoad(t)}):this.__onLoad(t))},t.src=this.src,this.srcset&&(t.srcset=this.srcset),void 0!==this.sizes?t.sizes=this.sizes:Object.assign(t,{height:this.height,width:this.width})},__computeRatio(t){const{naturalHeight:e,naturalWidth:i}=t;e||i?this.naturalRatio=0===e?1:i/e:this.ratioTimer=setTimeout(()=>{this.image===t&&!0!==this.destroyed&&this.__computeRatio(t)},100)},__getImage(t){const 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(t){const e=Object(a["c"])(this,!0===this.hasError?"error":"default");if(!0===this.basic)return t("div",{key:"content",staticClass:"q-img__content absolute-full"},e);const 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(t){return t("div",{class:this.classes,style:this.style,attrs:this.attrs,on:{...this.qListeners}},[t("div",{style:this.ratioStyle}),this.__getImage(t),this.__getContent(t)])},beforeMount(){if(void 0!==this.placeholderSrc&&void 0===this.ratio){const t=new Image;t.src=this.placeholderSrc,this.__computeRatio(t)}!0===this.isLoading&&this.__load()},beforeDestroy(){this.destroyed=!0,clearTimeout(this.ratioTimer),void 0!==this.unwatch&&this.unwatch()}})},"06cf":function(t,e,i){var n=i("83ab"),o=i("d1e7"),s=i("5c6c"),r=i("fc6a"),a=i("c04e"),l=i("5135"),c=i("0cfb"),u=Object.getOwnPropertyDescriptor;e.f=n?u:function(t,e){if(t=r(t),e=a(e,!0),c)try{return u(t,e)}catch(i){}if(l(t,e))return s(!o.f.call(t,e),t[e])}},"0831":function(t,e,i){"use strict";i.d(e,"d",(function(){return r})),i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return l})),i.d(e,"a",(function(){return c})),i.d(e,"h",(function(){return p})),i.d(e,"g",(function(){return v})),i.d(e,"e",(function(){return g})),i.d(e,"f",(function(){return _}));var n=i("0967"),o=i("f303");const s=!1===n["f"]?[null,document,document.body,document.scrollingElement,document.documentElement]:[];function r(t,e){if("string"===typeof e)try{e=document.querySelector(e)}catch(i){e=void 0}return void 0===e||null===e?e=t.closest(".scroll,.scroll-y,.overflow-auto"):!0===e._isVue&&void 0!==e.$el&&(e=e.$el),s.includes(e)?window:e}function a(t){return(t===window?document.body:t).scrollHeight}function l(t){return t===window?window.pageYOffset||window.scrollY||document.body.scrollTop||0:t.scrollTop}function c(t){return t===window?window.pageXOffset||window.scrollX||document.body.scrollLeft||0:t.scrollLeft}function u(t,e,i=0){const n=void 0===arguments[3]?performance.now():arguments[3],o=l(t);i<=0?o!==e&&d(t,e):requestAnimationFrame(s=>{const r=s-n,a=o+(e-o)/Math.max(r,i)*r;d(t,a),a!==e&&u(t,e,i-r,s)})}function h(t,e,i=0){const n=void 0===arguments[3]?performance.now():arguments[3],o=c(t);i<=0?o!==e&&f(t,e):requestAnimationFrame(s=>{const r=s-n,a=o+(e-o)/Math.max(r,i)*r;f(t,a),a!==e&&h(t,e,i-r,s)})}function d(t,e){t!==window?t.scrollTop=e:window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e)}function f(t,e){t!==window?t.scrollLeft=e:window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0)}function p(t,e,i){i?u(t,e,i):d(t,e)}function v(t,e,i){i?h(t,e,i):f(t,e)}let m;function g(){if(void 0!==m)return m;const 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);const i=t.offsetWidth;e.style.overflow="scroll";let n=t.offsetWidth;return i===n&&(n=e.clientWidth),e.remove(),m=i-n,m}function _(t,e=!0){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 o})),i.d(e,"c",(function(){return r})),i.d(e,"g",(function(){return a})),i.d(e,"e",(function(){return l})),i.d(e,"d",(function(){return s})),i.d(e,"a",(function(){return m}));var n=i("2b0e");const o="undefined"===typeof window;let s,r=!1,a=o,l=!1;function c(t,e){const 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]||""}}function u(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)||[]}const h=!1===o&&("ontouchstart"in window||window.navigator.maxTouchPoints>0);function d(t){s={is:{...t}},delete t.mac,delete t.desktop;const e=Math.min(window.innerHeight,window.innerWidth)>414?"ipad":"iphone";Object.assign(t,{mobile:!0,ios:!0,platform:e,[e]:!0})}function f(t){const e=t.toLowerCase(),i=u(e),n=c(e,i),s={};n.browser&&(s[n.browser]=!0,s.version=n.version,s.versionNumber=parseInt(n.versionNumber,10)),n.platform&&(s[n.platform]=!0);const l=s.android||s.ios||s.bb||s.blackberry||s.ipad||s.iphone||s.ipod||s.kindle||s.playbook||s.silk||s["windows phone"];return!0===l||e.indexOf("mobile")>-1?(s.mobile=!0,s.edga||s.edgios?(s.edge=!0,n.browser="edge"):s.crios?(s.chrome=!0,n.browser="chrome"):s.fxios&&(s.firefox=!0,n.browser="firefox")):s.desktop=!0,(s.ipod||s.ipad||s.iphone)&&(s.ios=!0),s["windows phone"]&&(s.winphone=!0,delete s["windows phone"]),(s.chrome||s.opr||s.safari||s.vivaldi||!0===s.mobile&&!0!==s.ios&&!0!==l)&&(s.webkit=!0),(s.rv||s.iemobile)&&(n.browser="ie",s.ie=!0),(s.safari&&s.blackberry||s.bb)&&(n.browser="blackberry",s.blackberry=!0),s.safari&&s.playbook&&(n.browser="playbook",s.playbook=!0),s.opr&&(n.browser="opera",s.opera=!0),s.safari&&s.android&&(n.browser="android",s.android=!0),s.safari&&s.kindle&&(n.browser="kindle",s.kindle=!0),s.safari&&s.silk&&(n.browser="silk",s.silk=!0),s.vivaldi&&(n.browser="vivaldi",s.vivaldi=!0),s.name=n.browser,s.platform=n.platform,!1===o&&(e.indexOf("electron")>-1?s.electron=!0:document.location.href.indexOf("-extension://")>-1?s.bex=!0:(void 0!==window.Capacitor?(s.capacitor=!0,s.nativeMobile=!0,s.nativeMobileWrapper="capacitor"):void 0===window._cordovaNative&&void 0===window.cordova||(s.cordova=!0,s.nativeMobile=!0,s.nativeMobileWrapper="cordova"),!0===h&&!0===s.mac&&(!0===s.desktop&&!0===s.safari||!0===s.nativeMobile&&!0!==s.android&&!0!==s.ios&&!0!==s.ipad)&&d(s)),r=void 0===s.nativeMobile&&void 0===s.electron&&null!==document.querySelector("[data-server-rendered]"),!0===r&&(a=!0)),s}const p=!0!==o?navigator.userAgent||navigator.vendor||window.opera:"",v={has:{touch:!1,webStorage:!1},within:{iframe:!1}},m=!1===o?{userAgent:p,is:f(p),has:{touch:h,webStorage:(()=>{try{if(window.localStorage)return!0}catch(t){}return!1})()},within:{iframe:window.self!==window.top}}:v,g={install(t,e){!0===o?e.server.push((t,e)=>{t.platform=this.parseSSR(e.ssr)}):!0===r?(Object.assign(this,m,s,v),e.takeover.push(t=>{a=r=!1,Object.assign(t.platform,m),s=void 0}),n["default"].util.defineReactive(t,"platform",this)):(Object.assign(this,m),t.platform=this)}};!0===o?g.parseSSR=t=>{const e=t.req.headers["user-agent"]||t.req.headers["User-Agent"]||"";return{...m,userAgent:e,is:f(e)}}:l=!0===m.is.ios&&-1===window.navigator.vendor.toLowerCase().indexOf("apple"),e["b"]=g},"0b16":function(t,e,i){"use strict";var n=i("1985"),o=i("35e8");function s(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}e.parse=w,e.resolve=x,e.resolveObject=C,e.format=S,e.Url=s;var r=/^([a-z0-9.+-]+:)/i,a=/:[0-9]*$/,l=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,c=["<",">",'"',"`"," ","\r","\n","\t"],u=["{","}","|","\\","^","`"].concat(c),h=["'"].concat(u),d=["%","/","?",";","#"].concat(h),f=["/","?","#"],p=255,v=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,g={javascript:!0,"javascript:":!0},_={javascript:!0,"javascript:":!0},b={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},y=i("b383");function w(t,e,i){if(t&&o.isObject(t)&&t instanceof s)return t;var n=new s;return n.parse(t,e,i),n}function S(t){return o.isString(t)&&(t=w(t)),t instanceof s?t.format():s.prototype.format.call(t)}function x(t,e){return w(t,!1,!0).resolve(e)}function C(t,e){return t?w(t,!1,!0).resolveObject(e):e}s.prototype.parse=function(t,e,i){if(!o.isString(t))throw new TypeError("Parameter 'url' must be a string, not "+typeof t);var s=t.indexOf("?"),a=-1!==s&&s127?B+="x":B+=I[P];if(!B.match(v)){var z=j.slice(0,E),R=j.slice(E+1),D=I.match(m);D&&(z.push(D[1]),R.unshift(D[2])),R.length&&(w="/"+R.join(".")+w),this.hostname=z.join(".");break}}}this.hostname.length>p?this.hostname="":this.hostname=this.hostname.toLowerCase(),L||(this.hostname=n.toASCII(this.hostname));var V=this.port?":"+this.port:"",F=this.hostname||"";this.host=F+V,this.href+=this.host,L&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==w[0]&&(w="/"+w))}if(!g[C])for(E=0,A=h.length;E0)&&i.host.split("@");k&&(i.auth=k.shift(),i.host=i.hostname=k.shift())}return i.search=t.search,i.query=t.query,o.isNull(i.pathname)&&o.isNull(i.search)||(i.path=(i.pathname?i.pathname:"")+(i.search?i.search:"")),i.href=i.format(),i}if(!x.length)return i.pathname=null,i.search?i.path="/"+i.search:i.path=null,i.href=i.format(),i;for(var O=x.slice(-1)[0],$=(i.host||t.host||x.length>1)&&("."===O||".."===O)||""===O,q=0,E=x.length;E>=0;E--)O=x[E],"."===O?x.splice(E,1):".."===O?(x.splice(E,1),q++):q&&(x.splice(E,1),q--);if(!w&&!S)for(;q--;q)x.unshift("..");!w||""===x[0]||x[0]&&"/"===x[0].charAt(0)||x.unshift(""),$&&"/"!==x.join("/").substr(-1)&&x.push("");var T=""===x[0]||x[0]&&"/"===x[0].charAt(0);if(C){i.hostname=i.host=T?"":x.length?x.shift():"";k=!!(i.host&&i.host.indexOf("@")>0)&&i.host.split("@");k&&(i.auth=k.shift(),i.host=i.hostname=k.shift())}return w=w||i.host&&x.length,w&&!T&&x.unshift(""),x.length?i.pathname=x.join("/"):(i.pathname=null,i.path=null),o.isNull(i.pathname)&&o.isNull(i.search)||(i.path=(i.pathname?i.pathname:"")+(i.search?i.search:"")),i.auth=t.auth||i.auth,i.slashes=i.slashes||t.slashes,i.href=i.format(),i},s.prototype.parseHost=function(){var t=this.host,e=a.exec(t);e&&(e=e[0],":"!==e&&(this.port=e.substr(1)),t=t.substr(0,t.length-e.length)),t&&(this.hostname=t)}},"0b25":function(t,e,i){var n=i("a691"),o=i("50c4");t.exports=function(t){if(void 0===t)return 0;var e=n(t),i=o(e);if(e!==i)throw RangeError("Wrong length or index");return i}},"0cd3":function(t,e,i){"use strict";i.d(e,"b",(function(){return o})),i.d(e,"a",(function(){return s})),i.d(e,"c",(function(){return r}));var n=i("0967");function o(t,e,i){if(!0===n["f"])return i;const o="__qcache_"+e;return void 0===t[o]?t[o]=i:t[o]}function s(t,e,i){if(!0===n["f"])return i();const o="__qcache_"+e;return void 0===t[o]?t[o]=i():t[o]}function r(t,e){return{data(){const i={},n=this[t];for(const t in n)i[t]=n[t];return{[e]:i}},watch:{[t](t,i){const n=this[e];if(void 0!==i)for(const e in i)void 0===t[e]&&this.$delete(n,e);for(const e in t)n[e]!==t[e]&&this.$set(n,e,t[e])}}}}},"0cfb":function(t,e,i){var n=i("83ab"),o=i("d039"),s=i("cc12");t.exports=!n&&!o((function(){return 7!=Object.defineProperty(s("div"),"a",{get:function(){return 7}}).a}))},"0d59":function(t,e,i){"use strict";var n=i("2b0e"),o=i("594d");e["a"]=n["default"].extend({name:"QSpinner",mixins:[o["a"]],props:{thickness:{type:Number,default:5}},render(t){return t("svg",{staticClass:"q-spinner q-spinner-mat",class:this.classes,on:{...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"}})])}})},"14ac":function(t,e,i){"use strict";var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"container"},[n("input",{ref:"input",attrs:{type:"text",placeholder:"Search..."},domProps:{value:t.search},on:{focus:t.onFocus,blur:t.onBlur,input:t.onInput,keydown:function(e){return!e.type.indexOf("key")&&t._k(e.keyCode,"enter",13,e.key,"Enter")?null:(e.preventDefault(),t.$emit("search",t.search))}}}),n("button",{staticStyle:{"border-radius":"0px 16px 16px 0px","padding-left":"0px"},attrs:{"aria-label":"search"},on:{click:function(e){return t.$emit("search",t.search)}}},[n("q-img",{style:t.iconStyle,attrs:{basic:"",width:"28px",src:i("bbc5")}})],1)])])},o=[],s=i("068f");const r="#575757",a="white";var l={props:["prsearch"],name:"SearchBar",components:{QImg:s["a"]},data:function(){return{focused:!1,search:""}},computed:{iconStyle(){return this.focused?"color:"+a:"color:"+r}},watch:{prsearch(){this.search=this.prsearch}},methods:{focus(){this.$refs.input.focus()},onFocus(){this.focused=!0,this.$emit("focus")},onBlur(){this.$emit("blur")},onInput(t){this.search=t.target.value,this.$emit("on-input",t.target.value)}}},c=l,u=(i("3d7f"),i("2877")),h=Object(u["a"])(c,n,o,!1,null,"60d3d624",null);e["a"]=h.exports},"14c3":function(t,e,i){var n=i("c6b6"),o=i("9263");t.exports=function(t,e){var i=t.exec;if("function"===typeof i){var s=i.call(t,e);if("object"!==typeof s)throw TypeError("RegExp exec method returned something other than an Object or null");return s}if("RegExp"!==n(t))throw TypeError("RegExp#exec called on incompatible receiver");return o.call(t,e)}},"17c6":function(t,e,i){"use strict";i("4840")},"182d":function(t,e,i){var n=i("f8cd");t.exports=function(t,e){var i=n(t);if(i%e)throw RangeError("Wrong offset");return i}},1985:function(t,e,i){(function(t,n){var o;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(s){e&&e.nodeType,t&&t.nodeType;var r="object"==typeof n&&n;r.global!==r&&r.window!==r&&r.self;var a,l=2147483647,c=36,u=1,h=26,d=38,f=700,p=72,v=128,m="-",g=/^xn--/,_=/[^\x20-\x7E]/,b=/[\x2E\u3002\uFF0E\uFF61]/g,y={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},w=c-u,S=Math.floor,x=String.fromCharCode;function C(t){throw new RangeError(y[t])}function k(t,e){var i=t.length,n=[];while(i--)n[i]=e(t[i]);return n}function O(t,e){var i=t.split("@"),n="";i.length>1&&(n=i[0]+"@",t=i[1]),t=t.replace(b,".");var o=t.split("."),s=k(o,e).join(".");return n+s}function $(t){var e,i,n=[],o=0,s=t.length;while(o=55296&&e<=56319&&o65535&&(t-=65536,e+=x(t>>>10&1023|55296),t=56320|1023&t),e+=x(t),e})).join("")}function E(t){return t-48<10?t-22:t-65<26?t-65:t-97<26?t-97:c}function T(t,e){return t+22+75*(t<26)-((0!=e)<<5)}function L(t,e,i){var n=0;for(t=i?S(t/f):t>>1,t+=S(t/e);t>w*h>>1;n+=c)t=S(t/w);return S(n+(w+1)*t/(t+d))}function j(t){var e,i,n,o,s,r,a,d,f,g,_=[],b=t.length,y=0,w=v,x=p;for(i=t.lastIndexOf(m),i<0&&(i=0),n=0;n=128&&C("not-basic"),_.push(t.charCodeAt(n));for(o=i>0?i+1:0;o=b&&C("invalid-input"),d=E(t.charCodeAt(o++)),(d>=c||d>S((l-y)/r))&&C("overflow"),y+=d*r,f=a<=x?u:a>=x+h?h:a-x,dS(l/g)&&C("overflow"),r*=g}e=_.length+1,x=L(y-s,e,0==s),S(y/e)>l-w&&C("overflow"),w+=S(y/e),y%=e,_.splice(y++,0,w)}return q(_)}function A(t){var e,i,n,o,s,r,a,d,f,g,_,b,y,w,k,O=[];for(t=$(t),b=t.length,e=v,i=0,s=p,r=0;r=e&&_S((l-i)/y)&&C("overflow"),i+=(a-e)*y,e=a,r=0;rl&&C("overflow"),_==e){for(d=i,f=c;;f+=c){if(g=f<=s?u:f>=s+h?h:f-s,d{n=void 0,!0!==i&&t.apply(this,o)};clearTimeout(n),!0===i&&void 0===n&&t.apply(this,o),n=setTimeout(s,e)}return o.cancel=()=>{clearTimeout(n)},o}},"1c1c":function(t,e,i){"use strict";var n=i("2b0e"),o=i("b7fa"),s=i("87e8"),r=i("dde5");e["a"]=n["default"].extend({name:"QList",mixins:[s["a"],o["a"]],props:{bordered:Boolean,dense:Boolean,separator:Boolean,padding:Boolean},computed:{classes(){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(t){return t("div",{class:this.classes,on:{...this.qListeners}},Object(r["c"])(this,"default"))}})},"1c7e":function(t,e,i){var n=i("b622"),o=n("iterator"),s=!1;try{var r=0,a={next:function(){return{done:!!r++}},return:function(){s=!0}};a[o]=function(){return this},Array.from(a,(function(){throw 2}))}catch(l){}t.exports=function(t,e){if(!e&&!s)return!1;var i=!1;try{var n={};n[o]=function(){return{next:function(){return{done:i=!0}}}},t(n)}catch(l){}return i}},"1d80":function(t,e){t.exports=function(t){if(void 0==t)throw TypeError("Can't call method on "+t);return t}},"21e1":function(t,e,i){"use strict";const n=/[\u3000-\u303f\u3040-\u309f\u30a0-\u30ff\uff00-\uff9f\u4e00-\u9faf\u3400-\u4dbf]/,o=/[\u4e00-\u9fff\u3400-\u4dbf\u{20000}-\u{2a6df}\u{2a700}-\u{2b73f}\u{2b740}-\u{2b81f}\u{2b820}-\u{2ceaf}\uf900-\ufaff\u3300-\u33ff\ufe30-\ufe4f\uf900-\ufaff\u{2f800}-\u{2fa1f}]/u,s=/[\u3131-\u314e\u314f-\u3163\uac00-\ud7a3]/;e["a"]={methods:{__onComposition(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===o.test(t.data)&&!1===s.test(t.data)&&(t.target.composing=!1):t.target.composing=!0}}}},2248:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var n=i("0967");function o(){if(void 0!==window.getSelection){const 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()}},"23cb":function(t,e,i){var n=i("a691"),o=Math.max,s=Math.min;t.exports=function(t,e){var i=n(t);return i<0?o(i+e,0):s(i,e)}},"23e7":function(t,e,i){var n=i("da84"),o=i("06cf").f,s=i("9112"),r=i("6eeb"),a=i("ce4e"),l=i("e893"),c=i("94ca");t.exports=function(t,e){var i,u,h,d,f,p,v=t.target,m=t.global,g=t.stat;if(u=m?n:g?n[v]||a(v,{}):(n[v]||{}).prototype,u)for(h in e){if(f=e[h],t.noTargetGet?(p=o(u,h),d=p&&p.value):d=u[h],i=c(m?h:v+(g?".":"#")+h,t.forced),!i&&void 0!==d){if(typeof f===typeof d)continue;l(f,d)}(t.sham||d&&d.sham)&&s(f,"sham",!0),r(u,h,f,t)}}},"241c":function(t,e,i){var n=i("ca84"),o=i("7839"),s=o.concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return n(t,s)}},"24e8":function(t,e,i){"use strict";var n=i("2b0e"),o=i("582c"),s={methods:{__addHistory(){this.__historyEntry={condition:()=>!0===this.hideOnRouteChange,handler:this.hide},o["a"].add(this.__historyEntry)},__removeHistory(){void 0!==this.__historyEntry&&(o["a"].remove(this.__historyEntry),this.__historyEntry=void 0)}},beforeDestroy(){!0===this.showing&&this.__removeHistory()}},r=i("7ee0"),a=i("9e62"),l=i("efe6"),c=i("f376"),u=i("f303"),h=i("a267"),d=i("dde5"),f=i("d882"),p=i("0cd3"),v=i("e704");let m=0;const 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"]=n["default"].extend({name:"QDialog",mixins:[c["b"],s,r["a"],a["c"],l["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:t=>"standard"===t||["top","bottom","left","right"].includes(t)},transitionShow:String,transitionHide:String},data(){return{transitionState:this.showing,animating:!1}},watch:{showing(t){this.transitionShowComputed!==this.transitionHideComputed&&this.$nextTick(()=>{this.transitionState=t})},maximized(t){!0===this.showing&&this.__updateMaximized(t)},useBackdrop(t){this.__preventScroll(t),this.__preventFocusout(t)}},computed:{classes(){return`q-dialog__inner--${!0===this.maximized?"maximized":"minimized"} q-dialog__inner--${this.position} ${g[this.position]}`+(!0===this.animating?" q-dialog__inner--animating":"")+(!0===this.fullWidth?" q-dialog__inner--fullwidth":"")+(!0===this.fullHeight?" q-dialog__inner--fullheight":"")+(!0===this.square?" q-dialog__inner--square":"")},transitionShowComputed(){return"q-transition--"+(void 0===this.transitionShow?_[this.position][0]:this.transitionShow)},transitionHideComputed(){return"q-transition--"+(void 0===this.transitionHide?_[this.position][1]:this.transitionHide)},transition(){return!0===this.transitionState?this.transitionHideComputed:this.transitionShowComputed},useBackdrop(){return!0===this.showing&&!0!==this.seamless},hideOnRouteChange(){return!0!==this.persistent&&!0!==this.noRouteDismiss&&!0!==this.seamless},onEvents(){const t={...this.qListeners,input:f["k"],"popup-show":f["k"],"popup-hide":f["k"]};return!0===this.autoClose&&(t.click=this.__onAutoClose),t}},methods:{focus(){Object(v["a"])(()=>{let t=this.__getInnerNode();void 0!==t&&!0!==t.contains(document.activeElement)&&(t=t.querySelector("[autofocus], [data-autofocus]")||t,t.focus())})},shake(){this.focus(),this.$emit("shake");const t=this.__getInnerNode();void 0!==t&&(t.classList.remove("q-animate--scale"),t.classList.add("q-animate--scale"),clearTimeout(this.shakeTimeout),this.shakeTimeout=setTimeout(()=>{t.classList.remove("q-animate--scale")},170))},__getInnerNode(){return void 0!==this.__portal&&void 0!==this.__portal.$refs?this.__portal.$refs.inner:void 0},__show(t){this.__addHistory(),this.__refocusTarget=!1===this.noRefocus&&null!==document.activeElement?document.activeElement:void 0,this.$el.dispatchEvent(Object(f["c"])("popup-show",{bubbles:!0})),this.__updateMaximized(this.maximized),h["a"].register(this,()=>{!0!==this.seamless&&(!0===this.persistent||!0===this.noEscDismiss?!0!==this.maximized&&this.shake():(this.$emit("escape-key"),this.hide()))}),this.__showPortal(),this.animating=!0,!0!==this.noFocus&&(null!==document.activeElement&&document.activeElement.blur(),this.__nextTick(this.focus)),this.__setTimeout(()=>{if(!0===this.$q.platform.is.ios){if(!0!==this.seamless&&document.activeElement){const{top:t,bottom:e}=document.activeElement.getBoundingClientRect(),{innerHeight:i}=window,n=void 0!==window.visualViewport?window.visualViewport.height:i;t>0&&e>n/2&&(document.scrollingElement.scrollTop=Math.min(document.scrollingElement.scrollHeight-n,e>=i?1/0:Math.ceil(document.scrollingElement.scrollTop+e-n/2))),document.activeElement.scrollIntoView()}this.__portal.$el.click()}this.animating=!1,this.__showPortal(!0),this.$emit("show",t)},300)},__hide(t){this.__removeHistory(),this.__cleanup(!0),this.animating=!0,void 0!==this.__refocusTarget&&null!==this.__refocusTarget&&this.__refocusTarget.focus(),this.$el.dispatchEvent(Object(f["c"])("popup-hide",{bubbles:!0})),this.__setTimeout(()=>{this.__hidePortal(),this.animating=!1,this.$emit("hide",t)},300)},__cleanup(t){clearTimeout(this.shakeTimeout),!0!==t&&!0!==this.showing||(h["a"].pop(this),this.__updateMaximized(!1),!0!==this.seamless&&(this.__preventScroll(!1),this.__preventFocusout(!1)))},__updateMaximized(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(t){if(!0===this.$q.platform.is.desktop){const e=(!0===t?"add":"remove")+"EventListener";document.body[e]("focusin",this.__onFocusChange)}},__onAutoClose(t){this.hide(t),void 0!==this.qListeners.click&&this.$emit("click",t)},__onBackdropClick(t){!0!==this.persistent&&!0!==this.noBackdropDismiss?this.hide(t):this.shake()},__onFocusChange(t){!0===this.showing&&void 0!==this.__portal&&!0!==Object(u["a"])(this.__portal.$el,t.target)&&this.focus()},__renderPortal(t){return t("div",{staticClass:"q-dialog fullscreen no-pointer-events q-dialog--"+(!0===this.useBackdrop?"modal":"seamless"),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",attrs:c["a"],on:Object(p["b"])(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(d["c"])(this,"default")):null])])}},mounted(){this.__processModelChange(this.value)},beforeDestroy(){this.__cleanup()}})},"256a":function(t,e,i){"use strict";const n={methods:{async AddToCart(t,e,i={noNotify:!1}){if(!this.$store.getters["authentication/authenticated"])return this.$router.push({name:"SignIn",query:{redirect:window.location.pathname}});const{error:n,noNotify:o}=await this.$store.dispatch("cart/AddToCart",t);0==i.noNotify&&(o||this._notify(t,n)),e&&e(n)},_message(t){return`Add ${t} to your cart`},_notify(t,e){const i=this.$q.notify({type:"info",color:"brand",position:"top",message:e||this._message(t.hema_name_en),classes:"z-index: 20000;",timeout:e?1e4:5e3,actions:e?[{label:"OK",color:"white",handler:()=>{i()}}]:[{label:"Buy now",color:"white",handler:()=>{this.$router.push("/cart"),i()}}]})}}};e["a"]=n},2626:function(t,e,i){"use strict";var n=i("d066"),o=i("9bf2"),s=i("b622"),r=i("83ab"),a=s("species");t.exports=function(t){var e=n(t),i=o.f;r&&e&&!e[a]&&i(e,a,{configurable:!0,get:function(){return this}})}},"2a19":function(t,e,i){"use strict";var n=i("2b0e"),o=i("cb32"),s=i("0016"),r=i("9c40"),a=i("0d59"),l=i("d882"),c=i("f303"),u=i("0967");let h=0;const d={},f=["top-left","top-right","bottom-left","bottom-right","top","bottom","left","right","center"],p=["top-left","top-right","bottom-left","bottom-right"],v={positive:{icon(){return this.$q.iconSet.type.positive},color:"positive"},negative:{icon(){return this.$q.iconSet.type.negative},color:"negative"},warning:{icon(){return this.$q.iconSet.type.warning},color:"warning",textColor:"dark"},info:{icon(){return this.$q.iconSet.type.info},color:"info"},ongoing:{group:!1,timeout:0,spinner:!0,color:"grey-8"}},m={},g={};function _(t,e){return!1}const b={name:"QNotifications",created(){this.notifs={},f.forEach(t=>{this.notifs[t]=[];const e=!0===["left","center","right"].includes(t)?"center":t.indexOf("top")>-1?"top":"bottom",i=t.indexOf("left")>-1?"start":t.indexOf("right")>-1?"end":"center",n=["left","right"].includes(t)?`items-${"left"===t?"start":"end"} justify-center`:"center"===t?"flex-center":"items-"+i;g[t]=`q-notifications__list q-notifications__list--${e} fixed column no-wrap ${n}`})},methods:{add(t,e){if(!t)return _("parameter required");let i;const n={textColor:"white"};if(!0!==t.ignoreDefaults&&Object.assign(n,d),Object(t)!==t&&(n.type&&Object.assign(n,v[n.type]),t={message:t}),Object.assign(n,v[t.type||n.type],t),"function"===typeof n.icon&&(n.icon=n.icon.call(this)),void 0===n.spinner?n.spinner=!1:!0===n.spinner&&(n.spinner=a["a"]),n.meta={hasMedia:Boolean(!1!==n.spinner||n.icon||n.avatar)},n.position){if(!1===f.includes(n.position))return _("wrong position",t)}else n.position="bottom";if(void 0===n.timeout)n.timeout=5e3;else{const e=parseInt(n.timeout,10);if(isNaN(e)||e<0)return _("wrong timeout",t);n.timeout=e}0===n.timeout?n.progress=!1:!0===n.progress&&(n.meta.progressStyle={animationDuration:n.timeout+1e3+"ms"});const o=(!0===Array.isArray(t.actions)?t.actions:[]).concat(!0!==t.ignoreDefaults&&!0===Array.isArray(d.actions)?d.actions:[]).concat(void 0!==v[t.type]&&!0===Array.isArray(v[t.type].actions)?v[t.type].actions:[]);if(n.closeBtn&&o.push({label:"string"===typeof n.closeBtn?n.closeBtn:this.$q.lang.label.close}),n.actions=o.map(({handler:t,noDismiss:e,style:i,class:n,attrs:o,...r})=>({staticClass:n,style:i,props:{flat:!0,...r},attrs:o,on:{click:"function"===typeof t?()=>{t(),!0!==e&&s()}:()=>{s()}}})),void 0===n.multiLine&&(n.multiLine=n.actions.length>1),Object.assign(n.meta,{staticClass:"q-notification row items-stretch q-notification--"+(!0===n.multiLine?"multi-line":"standard")+(void 0!==n.color?" bg-"+n.color:"")+(void 0!==n.textColor?" text-"+n.textColor:"")+(void 0!==n.classes?" "+n.classes:""),wrapperClass:"q-notification__wrapper col relative-position border-radius-inherit "+(!0===n.multiLine?"column no-wrap justify-center":"row items-center"),contentClass:"q-notification__content row items-center"+(!0===n.multiLine?"":" col"),attrs:{role:"alert",...n.attrs}}),!1===n.group?(n.group=void 0,n.meta.group=void 0):(void 0!==n.group&&!0!==n.group||(n.group=[n.message,n.caption,n.multiline].concat(n.actions.map(t=>`${t.props.label}*${t.props.icon}`)).join("|")),n.meta.group=n.group+"|"+n.position),0===n.actions.length?n.actions=void 0:n.meta.actionsClass="q-notification__actions row items-center "+(!0===n.multiLine?"justify-end":"col-auto")+(!0===n.meta.hasMedia?" q-notification__actions--with-media":""),void 0!==e){clearTimeout(e.notif.meta.timer),n.meta.uid=e.notif.meta.uid;const t=this.notifs[n.position].indexOf(e.notif);this.notifs[n.position][t]=n}else{const e=m[n.meta.group];if(void 0===e){if(n.meta.uid=h++,n.meta.badge=1,-1!==["left","right","center"].indexOf(n.position))this.notifs[n.position].splice(Math.floor(this.notifs[n.position].length/2),0,n);else{const t=n.position.indexOf("top")>-1?"unshift":"push";this.notifs[n.position][t](n)}void 0!==n.group&&(m[n.meta.group]=n)}else{if(clearTimeout(e.meta.timer),void 0!==n.badgePosition){if(!1===p.includes(n.badgePosition))return _("wrong badgePosition",t)}else n.badgePosition="top-"+(n.position.indexOf("left")>-1?"right":"left");n.meta.uid=e.meta.uid,n.meta.badge=e.meta.badge+1,n.meta.badgeStaticClass="q-notification__badge q-notification__badge--"+n.badgePosition+(void 0!==n.badgeColor?" bg-"+n.badgeColor:"")+(void 0!==n.badgeTextColor?" text-"+n.badgeTextColor:"");const i=this.notifs[n.position].indexOf(e);this.notifs[n.position][i]=m[n.meta.group]=n}}const s=()=>{this.remove(n),i=void 0};return this.$forceUpdate(),n.timeout>0&&(n.meta.timer=setTimeout(()=>{s()},n.timeout+1e3)),void 0!==n.group?e=>{void 0!==e?_("trying to update a grouped one which is forbidden",t):s()}:(i={dismiss:s,config:t,notif:n},void 0===e?t=>{if(void 0!==i)if(void 0===t)i.dismiss();else{const e=Object.assign({},i.config,t,{group:!1,position:n.position});this.add(e,i)}}:void Object.assign(e,i))},remove(t){clearTimeout(t.meta.timer);const e=this.notifs[t.position].indexOf(t);if(-1!==e){void 0!==t.group&&delete m[t.meta.group];const i=this.$refs["notif_"+t.meta.uid];if(i){const{width:t,height:e}=getComputedStyle(i);i.style.left=i.offsetLeft+"px",i.style.width=t,i.style.height=e}this.notifs[t.position].splice(e,1),this.$forceUpdate(),"function"===typeof t.onDismiss&&t.onDismiss()}}},render(t){return t("div",{staticClass:"q-notifications"},f.map(e=>t("transition-group",{key:e,staticClass:g[e],tag:"div",props:{name:"q-notification--"+e,mode:"out-in"}},this.notifs[e].map(e=>{let i;const n=e.meta,a={staticClass:"q-notification__message col"};if(!0===e.html)a.domProps={innerHTML:e.caption?`
${e.message}
${e.caption}
`:e.message};else{const n=[e.message];i=e.caption?[t("div",n),t("div",{staticClass:"q-notification__caption"},[e.caption])]:n}const l=[];!0===n.hasMedia&&(!1!==e.spinner?l.push(t(e.spinner,{staticClass:"q-notification__spinner"})):e.icon?l.push(t(s["a"],{staticClass:"q-notification__icon",attrs:{role:"img"},props:{name:e.icon}})):e.avatar&&l.push(t(o["a"],{staticClass:"q-notification__avatar"},[t("img",{attrs:{src:e.avatar,"aria-hidden":"true"}})]))),l.push(t("div",a,i));const c=[t("div",{staticClass:n.contentClass},l)];return!0===e.progress&&c.push(t("div",{key:`${n.uid}|p|${n.badge}`,staticClass:"q-notification__progress",style:n.progressStyle,class:e.progressClass})),void 0!==e.actions&&c.push(t("div",{staticClass:n.actionsClass},e.actions.map(e=>t(r["a"],{...e})))),n.badge>1&&c.push(t("div",{key:`${n.uid}|${n.badge}`,staticClass:n.badgeStaticClass,style:e.badgeStyle,class:e.badgeClass},[n.badge])),t("div",{ref:"notif_"+n.uid,key:n.uid,staticClass:n.staticClass,attrs:n.attrs},[t("div",{staticClass:n.wrapperClass},c)])}))))},mounted(){if(void 0!==this.$q.fullscreen&&!0===this.$q.fullscreen.isCapable){const t=t=>{const e=Object(c["c"])(t,this.$q.fullscreen.activeEl);this.$el.parentElement!==e&&e.appendChild(this.$el)};this.unwatchFullscreen=this.$watch("$q.fullscreen.isActive",t),!0===this.$q.fullscreen.isActive&&t(!0)}},beforeDestroy(){void 0!==this.unwatchFullscreen&&this.unwatchFullscreen()}};e["a"]={create(t){return!0===u["f"]?l["g"]:this.__vm.add(t)},setDefaults(t){t===Object(t)&&Object.assign(d,t)},registerType(t,e){!0!==u["f"]&&e===Object(e)&&(v[t]=e)},install({cfg:t,$q:e}){if(!0===u["f"])return e.notify=l["g"],void(e.notify.setDefaults=l["g"]);this.setDefaults(t.notify),e.notify=this.create.bind(this),e.notify.setDefaults=this.setDefaults,e.notify.registerType=this.registerType;const i=document.createElement("div");document.body.appendChild(i),this.__vm=new n["default"](b),this.__vm.$mount(i)}}},"2ba5":function(t,e,i){"use strict";i("5319"),i("ddb0");const n={methods:{async loadUser(){try{const t=await this.$store.dispatch("authentication/GetAttributes");if(t&&t.attributes){const e=this.$store.getters["authentication/userId"];e&&await this.$store.dispatch("user/Sync",{userId:e,payload:t.attributes})}}catch(t){await Promise.all([this.$store.dispatch("authentication/SignOut"),this.$store.commit("user/RESET"),this.$store.commit("cache/clear"),this.$store.dispatch("auth/Invalidate")]),window.location.replace(window.location.origin)}}}};e["a"]=n},"2c91":function(t,e,i){"use strict";var n=i("2b0e"),o=i("87e8");e["a"]=n["default"].extend({name:"QSpace",mixins:[o["a"]],render(t){return t("div",{staticClass:"q-space",on:{...this.qListeners}})}})},"319d":function(t,e,i){"use strict";i("4b74")},"35a1":function(t,e,i){var n=i("f5df"),o=i("3f8c"),s=i("b622"),r=s("iterator");t.exports=function(t){if(void 0!=t)return t[r]||t["@@iterator"]||o[n(t)]}},"35e8":function(t,e,i){"use strict";t.exports={isString:function(t){return"string"===typeof t},isObject:function(t){return"object"===typeof t&&null!==t},isNull:function(t){return null===t},isNullOrUndefined:function(t){return null==t}}},3627:function(t,e,i){"use strict";i.d(e,"a",(function(){return r})),i.d(e,"b",(function(){return a})),i.d(e,"c",(function(){return l}));var n=i("0967");const o=["left","right","up","down","horizontal","vertical"],s={left:!0,right:!0,up:!0,down:!0,horizontal:!0,vertical:!0,all:!0};function r(t){const e={};return o.forEach(i=>{t[i]&&(e[i]=!0)}),0===Object.keys(e).length?s:(!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)}const a=!1===n["f"]&&!0!==n["e"]&&(!0===n["a"].is.ios||window.navigator.vendor.toLowerCase().indexOf("apple")>-1)?()=>document:t=>t;function l(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))}},"37e8":function(t,e,i){var n=i("83ab"),o=i("9bf2"),s=i("825a"),r=i("df75");t.exports=n?Object.defineProperties:function(t,e){s(t);var i,n=r(e),a=n.length,l=0;while(a>l)o.f(t,i=n[l++],e[i]);return t}},"3bbe":function(t,e,i){var n=i("861d");t.exports=function(t){if(!n(t)&&null!==t)throw TypeError("Can't set "+String(t)+" as a prototype");return t}},"3d69":function(t,e,i){"use strict";var n=i("f303"),o=i("d882"),s=i("d728"),r=i("0967"),a=function(t,e=250){let i,n=!1;return function(){return!1===n&&(n=!0,setTimeout(()=>{n=!1},e),i=t.apply(this,arguments)),i}},l=i("81e7");function c(t,e,i,s){!0===i.modifiers.stop&&Object(o["k"])(t);const r=i.modifiers.color;let a=i.modifiers.center;a=!0===a||!0===s;const l=document.createElement("span"),c=document.createElement("span"),u=Object(o["h"])(t),{left:h,top:d,width:f,height:p}=e.getBoundingClientRect(),v=Math.sqrt(f*f+p*p),m=v/2,g=(f-v)/2+"px",_=a?g:u.left-h-m+"px",b=(p-v)/2+"px",y=a?b:u.top-d-m+"px";c.className="q-ripple__inner",Object(n["b"])(c,{height:v+"px",width:v+"px",transform:`translate3d(${_},${y},0) scale3d(.2,.2,1)`,opacity:0}),l.className="q-ripple"+(r?" text-"+r:""),l.setAttribute("dir","ltr"),l.appendChild(c),e.appendChild(l);const w=()=>{l.remove(),clearTimeout(S)};i.abort.push(w);let S=setTimeout(()=>{c.classList.add("q-ripple__inner--enter"),c.style.transform=`translate3d(${g},${b},0) scale3d(1,1,1)`,c.style.opacity=.2,S=setTimeout(()=>{c.classList.remove("q-ripple__inner--enter"),c.classList.add("q-ripple__inner--leave"),c.style.opacity=0,S=setTimeout(()=>{l.remove(),i.abort.splice(i.abort.indexOf(w),1)},275)},250)},50)}function u(t,{modifiers:e,value:i,arg:n}){const o=Object.assign({},l["a"].config.ripple,e,i);t.modifiers={early:!0===o.early,stop:!0===o.stop,center:!0===o.center,color:o.color||n,keyCodes:[].concat(o.keyCodes||13)}}function h(t){const e=t.__qripple;void 0!==e&&(e.abort.forEach(t=>{t()}),Object(o["b"])(e,"main"),delete t._qripple)}var d={name:"ripple",inserted(t,e){void 0!==t.__qripple&&(h(t),t.__qripple_destroyed=!0);const i={enabled:!1!==e.value,modifiers:{},abort:[],start(e){!0===i.enabled&&!0!==e.qSkipRipple&&(!0!==r["a"].is.ie||e.clientX>=0)&&(!0===i.modifiers.early?!0===["mousedown","touchstart"].includes(e.type):"click"===e.type)&&c(e,t,i,!0===e.qKeyEvent)},keystart:a(e=>{!0===i.enabled&&!0!==e.qSkipRipple&&!0===Object(s["a"])(e,i.modifiers.keyCodes)&&e.type==="key"+(!0===i.modifiers.early?"down":"up")&&c(e,t,i,!0)},300)};u(i,e),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(t,e){const i=t.__qripple;void 0!==i&&e.oldValue!==e.value&&(i.enabled=!1!==e.value,!0===i.enabled&&Object(e.value)===e.value&&u(i,e))},unbind(t){void 0===t.__qripple_destroyed?h(t):delete t.__qripple_destroyed}};e["a"]={directives:{Ripple:d},props:{ripple:{type:[Boolean,Object],default:!0}}}},"3d7f":function(t,e,i){"use strict";i("4869")},"3f8c":function(t,e){t.exports={}},4074:function(t,e,i){"use strict";var n=i("2b0e"),o=i("87e8"),s=i("dde5");e["a"]=n["default"].extend({name:"QItemSection",mixins:[o["a"]],props:{avatar:Boolean,thumbnail:Boolean,side:Boolean,top:Boolean,noWrap:Boolean},computed:{classes(){const t=this.avatar||this.side||this.thumbnail;return{"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-"+(this.top?"start":"center")]:!0}}},render(t){return t("div",{staticClass:"q-item__section column",class:this.classes,on:{...this.qListeners}},Object(s["c"])(this,"default"))}})},"428f":function(t,e,i){var n=i("da84");t.exports=n},4362:function(t,e,i){e.nextTick=function(t){var e=Array.prototype.slice.call(arguments);e.shift(),setTimeout((function(){t.apply(null,e)}),0)},e.platform=e.arch=e.execPath=e.title="browser",e.pid=1,e.browser=!0,e.env={},e.argv=[],e.binding=function(t){throw new Error("No such module. (Possibly not yet loaded)")},function(){var t,n="/";e.cwd=function(){return n},e.chdir=function(e){t||(t=i("df7c")),n=t.resolve(e,n)}}(),e.exit=e.kill=e.umask=e.dlopen=e.uptime=e.memoryUsage=e.uvCounters=function(){},e.features={}},4396:function(t,e,i){"use strict";var n=i("0831"),o=i("d882");function s(t,{value:e,oldValue:i}){"function"===typeof e?(t.handler=e,"function"!==typeof i&&t.scrollTarget.addEventListener("scroll",t.scroll,o["f"].passive)):t.scrollTarget.removeEventListener("scroll",t.scroll,o["f"].passive)}function r(t){const e=t.__qscroll;void 0!==e&&(e.scrollTarget.removeEventListener("scroll",e.scroll,o["f"].passive),delete t.__qscroll)}e["a"]={name:"scroll",inserted(t,e){void 0!==t.__qscroll&&(r(t),t.__qscroll_destroyed=!0);const i={scrollTarget:Object(n["d"])(t),scroll(){i.handler(Object(n["c"])(i.scrollTarget),Object(n["a"])(i.scrollTarget))}};s(i,e),t.__qscroll=i},update(t,e){void 0!==t.__qscroll&&e.oldValue!==e.value&&s(t.__qscroll,e)},unbind(t){void 0===t.__qscroll_destroyed?r(t):delete t.__qscroll_destroyed}}},"44ad":function(t,e,i){var n=i("d039"),o=i("c6b6"),s="".split;t.exports=n((function(){return!Object("z").propertyIsEnumerable(0)}))?function(t){return"String"==o(t)?s.call(t,""):Object(t)}:Object},"44d2":function(t,e,i){var n=i("b622"),o=i("7c73"),s=i("9bf2"),r=n("unscopables"),a=Array.prototype;void 0==a[r]&&s.f(a,r,{configurable:!0,value:o(null)}),t.exports=function(t){a[r][t]=!0}},"463c":function(t,e,i){"use strict";e["a"]={methods:{__nextTick(t){this.__tickFn=t},__prepareTick(){if(void 0!==this.__tickFn){const t=this.__tickFn;this.$nextTick(()=>{this.__tickFn===t&&(this.__tickFn(),this.__tickFn=void 0)})}},__clearTick(){this.__tickFn=void 0},__setTimeout(t,e){clearTimeout(this.__timer),this.__timer=setTimeout(t,e)},__clearTimeout(){clearTimeout(this.__timer)}},beforeDestroy(){this.__tickFn=void 0,clearTimeout(this.__timer)}}},4840:function(t,e,i){},4869:function(t,e,i){},4930:function(t,e,i){var n=i("d039");t.exports=!!Object.getOwnPropertySymbols&&!n((function(){return!String(Symbol())}))},"4b74":function(t,e,i){},"4d64":function(t,e,i){var n=i("fc6a"),o=i("50c4"),s=i("23cb"),r=function(t){return function(e,i,r){var a,l=n(e),c=o(l.length),u=s(r,c);if(t&&i!=i){while(c>u)if(a=l[u++],a!=a)return!0}else for(;c>u;u++)if((t||u in l)&&l[u]===i)return t||u||0;return!t&&-1}};t.exports={includes:r(!0),indexOf:r(!1)}},"4e73":function(t,e,i){"use strict";var n=i("2b0e"),o=i("c474"),s=i("7ee0"),r=i("b7fa"),a=i("9e62"),l=i("7562"),c=i("f376"),u=i("0967"),h=i("d882");function d(t){for(let e=t;null!==e;e=e.parentNode){if(null===e.__vue__)return;if(void 0!==e.__vue__)return e.__vue__}}function f(t,e){for(let i=t;void 0!==i;i=i.$parent)if(i===e)return!0;return!1}let p;const{notPassiveCapture:v,passiveCapture:m}=h["f"],g={click:[],focus:[]};function _(t){while(null!==(t=t.nextElementSibling))if(t.classList.contains("q-dialog--modal"))return!0;return!1}function b(t,e){for(let i=t.length-1;i>=0;i--)if(void 0===t[i](e))return}function y(t){clearTimeout(p),"focusin"===t.type&&(!0===u["a"].is.ie&&t.target===document.body||!0===t.target.hasAttribute("tabindex"))?p=setTimeout(()=>{b(g.focus,t)},!0===u["a"].is.ie?500:200):b(g.click,t)}var w={name:"click-outside",bind(t,{value:e,arg:i},n){const o=n.componentInstance||n.context,s={trigger:e,toggleEl:i,handler(e){const i=e.target;if(!0!==e.qClickOutside&&!0===document.body.contains(i)&&8!==i.nodeType&&i!==document.documentElement&&!1===i.classList.contains("no-pointer-events")&&!0!==_(t)&&(void 0===s.toggleEl||!1===s.toggleEl.contains(i))&&(i===document.body||!1===f(d(i),o)))return e.qClickOutside=!0,s.trigger(e)}};t.__qclickoutside&&(t.__qclickoutside_old=t.__qclickoutside),t.__qclickoutside=s,0===g.click.length&&(document.addEventListener("mousedown",y,v),document.addEventListener("touchstart",y,v),document.addEventListener("focusin",y,m)),g.click.push(s.handler),s.timerFocusin=setTimeout(()=>{g.focus.push(s.handler)},500)},update(t,{value:e,oldValue:i,arg:n}){const o=t.__qclickoutside;e!==i&&(o.trigger=e),n!==o.arg&&(o.toggleEl=n)},unbind(t){const e=t.__qclickoutside_old||t.__qclickoutside;if(void 0!==e){clearTimeout(e.timerFocusin);const i=g.click.findIndex(t=>t===e.handler),n=g.focus.findIndex(t=>t===e.handler);i>-1&&g.click.splice(i,1),n>-1&&g.focus.splice(n,1),0===g.click.length&&(clearTimeout(p),document.removeEventListener("mousedown",y,v),document.removeEventListener("touchstart",y,v),document.removeEventListener("focusin",y,m)),delete t[t.__qclickoutside_old?"__qclickoutside_old":"__qclickoutside"]}}},S=i("0831"),x=i("a267"),C=i("dde5"),k=i("e704"),O=i("ab41");e["a"]=n["default"].extend({name:"QMenu",mixins:[c["b"],r["a"],o["a"],s["a"],a["c"],l["a"]],directives:{ClickOutside:w},props:{persistent:Boolean,autoClose:Boolean,separateClosePopup:Boolean,noRouteDismiss:Boolean,noRefocus:Boolean,noFocus:Boolean,fit:Boolean,cover:Boolean,square:Boolean,anchor:{type:String,validator:O["d"]},self:{type:String,validator:O["d"]},offset:{type:Array,validator:O["c"]},scrollTarget:{default:void 0},touchPosition:Boolean,maxHeight:{type:String,default:null},maxWidth:{type:String,default:null}},computed:{anchorOrigin(){return Object(O["a"])(this.anchor||(!0===this.cover?"center middle":"bottom start"),this.$q.lang.rtl)},selfOrigin(){return!0===this.cover?this.anchorOrigin:Object(O["a"])(this.self||"top start",this.$q.lang.rtl)},menuClass(){return(!0===this.square?" q-menu--square":"")+(!0===this.isDark?" q-menu--dark q-dark":"")},hideOnRouteChange(){return!0!==this.persistent&&!0!==this.noRouteDismiss},onEvents(){const t={...this.qListeners,input:h["k"],"popup-show":h["k"],"popup-hide":h["k"]};return!0===this.autoClose&&(t.click=this.__onAutoClose),t},attrs(){return{tabindex:-1,...this.qAttrs}}},methods:{focus(){Object(k["a"])(()=>{let 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,t.focus())})},__show(t){if(this.__refocusTarget=!1===this.noRefocus&&null!==document.activeElement?document.activeElement:void 0,x["a"].register(this,()=>{!0!==this.persistent&&(this.$emit("escape-key"),this.hide())}),this.__showPortal(),this.__configureScrollTarget(),this.absoluteOffset=void 0,void 0!==t&&(this.touchPosition||this.contextMenu)){const e=Object(h["h"])(t);if(void 0!==e.left){const{top:t,left:i}=this.anchorEl.getBoundingClientRect();this.absoluteOffset={left:e.left-i,top:e.top-t}}}void 0===this.unwatch&&(this.unwatch=this.$watch(()=>this.$q.screen.width+"|"+this.$q.screen.height+"|"+this.self+"|"+this.anchor+"|"+this.$q.lang.rtl,this.updatePosition)),this.$el.dispatchEvent(Object(h["c"])("popup-show",{bubbles:!0})),!0!==this.noFocus&&null!==document.activeElement&&document.activeElement.blur(),this.__nextTick(()=>{this.updatePosition(),!0!==this.noFocus&&this.focus()}),this.__setTimeout(()=>{!0===this.$q.platform.is.ios&&(this.__avoidAutoClose=this.autoClose,this.__portal.$el.click()),this.updatePosition(),this.__showPortal(!0),this.$emit("show",t)},300)},__hide(t){this.__anchorCleanup(!0),void 0===this.__refocusTarget||null===this.__refocusTarget||void 0!==t&&!0===t.qClickOutside||this.__refocusTarget.focus(),this.$el.dispatchEvent(Object(h["c"])("popup-hide",{bubbles:!0})),this.__setTimeout(()=>{this.__hidePortal(),this.$emit("hide",t)},300)},__anchorCleanup(t){this.absoluteOffset=void 0,void 0!==this.unwatch&&(this.unwatch(),this.unwatch=void 0),!0!==t&&!0!==this.showing||(x["a"].pop(this),this.__unconfigureScrollTarget())},__unconfigureScrollTarget(){void 0!==this.__scrollTarget&&(this.__changeScrollEvent(this.__scrollTarget),this.__scrollTarget=void 0)},__configureScrollTarget(){void 0===this.anchorEl&&void 0===this.scrollTarget||(this.__scrollTarget=Object(S["d"])(this.anchorEl,this.scrollTarget),this.__changeScrollEvent(this.__scrollTarget,this.updatePosition))},__onAutoClose(t){!0!==this.__avoidAutoClose?(Object(a["a"])(this,t),void 0!==this.qListeners.click&&this.$emit("click",t)):this.__avoidAutoClose=!1},updatePosition(){if(void 0===this.anchorEl||void 0===this.__portal)return;const t=this.__portal.$el;8!==t.nodeType?Object(O["b"])({el:t,offset:this.offset,anchorEl:this.anchorEl,anchorOrigin:this.anchorOrigin,selfOrigin:this.selfOrigin,absoluteOffset:this.absoluteOffset,fit:this.fit,cover:this.cover,maxHeight:this.maxHeight,maxWidth:this.maxWidth}):setTimeout(this.updatePosition,25)},__onClickOutside(t){if(!0!==this.persistent&&!0===this.showing){const e=t.target.classList;return Object(a["a"])(this,t),("touchstart"===t.type||e.contains("q-dialog__backdrop"))&&Object(h["m"])(t),!0}},__renderPortal(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(){this.__processModelChange(this.value)},beforeDestroy(){!0===this.showing&&void 0!==this.anchorEl&&this.anchorEl.dispatchEvent(Object(h["c"])("popup-hide",{bubbles:!0}))}})},"50c4":function(t,e,i){var n=i("a691"),o=Math.min;t.exports=function(t){return t>0?o(n(t),9007199254740991):0}},5135:function(t,e){var i={}.hasOwnProperty;t.exports=function(t,e){return i.call(t,e)}},5139:function(t,e,i){"use strict";i("554a")},5319:function(t,e,i){"use strict";var n=i("d784"),o=i("825a"),s=i("7b0b"),r=i("50c4"),a=i("a691"),l=i("1d80"),c=i("8aa5"),u=i("14c3"),h=Math.max,d=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,v=/\$([$&'`]|\d\d?)/g,m=function(t){return void 0===t?t:String(t)};n("replace",2,(function(t,e,i,n){var g=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,_=n.REPLACE_KEEPS_$0,b=g?"$":"$0";return[function(i,n){var o=l(this),s=void 0==i?void 0:i[t];return void 0!==s?s.call(i,o,n):e.call(String(o),i,n)},function(t,n){if(!g&&_||"string"===typeof n&&-1===n.indexOf(b)){var s=i(e,t,this,n);if(s.done)return s.value}var l=o(t),f=String(this),p="function"===typeof n;p||(n=String(n));var v=l.global;if(v){var w=l.unicode;l.lastIndex=0}var S=[];while(1){var x=u(l,f);if(null===x)break;if(S.push(x),!v)break;var C=String(x[0]);""===C&&(l.lastIndex=c(f,r(l.lastIndex),w))}for(var k="",O=0,$=0;$=O&&(k+=f.slice(O,E)+I,O=E+q.length)}return k+f.slice(O)}];function y(t,i,n,o,r,a){var l=n+t.length,c=o.length,u=v;return void 0!==r&&(r=s(r),u=p),e.call(a,u,(function(e,s){var a;switch(s.charAt(0)){case"$":return"$";case"&":return t;case"`":return i.slice(0,n);case"'":return i.slice(l);case"<":a=r[s.slice(1,-1)];break;default:var u=+s;if(0===u)return e;if(u>c){var h=f(u/10);return 0===h?e:h<=c?void 0===o[h-1]?s.charAt(1):o[h-1]+s.charAt(1):e}a=o[u-1]}return void 0===a?"":a}))}}))},"554a":function(t,e,i){},"55b8":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",[i("MapTracking")],1)},o=[],s={components:{MapTracking:()=>i.e("chunk-21d65af0").then(i.bind(null,"7964"))}},r=s,a=i("2877"),l=Object(a["a"])(r,n,o,!1,null,null,null);e["default"]=l.exports},5692:function(t,e,i){var n=i("c430"),o=i("c6cd");(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.6.5",mode:n?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(t,e,i){var n=i("d066"),o=i("241c"),s=i("7418"),r=i("825a");t.exports=n("Reflect","ownKeys")||function(t){var e=o.f(r(t)),i=s.f;return i?e.concat(i(t)):e}},"582c":function(t,e,i){"use strict";i("ddb0");var n=i("0967"),o=i("d882");const s=()=>!0;function r(t){return"string"===typeof t&&""!==t&&"/"!==t&&"#/"!==t}function a(t){return!0===t.startsWith("#")&&(t=t.substr(1)),!1===t.startsWith("/")&&(t="/"+t),!0===t.endsWith("/")&&(t=t.substr(0,t.length-1)),"#"+t}function l(t){if(!1===t.backButtonExit)return()=>!1;if("*"===t.backButtonExit)return s;const e=["#/"];return!0===Array.isArray(t.backButtonExit)&&e.push(...t.backButtonExit.filter(r).map(a)),()=>e.includes(window.location.hash)}e["a"]={__history:[],add:o["g"],remove:o["g"],install(t){if(!0===n["f"])return;const{cordova:e,capacitor:i}=n["a"].is;if(!0!==e&&!0!==i)return;const o=t[!0===e?"cordova":"capacitor"];if(void 0!==o&&!1===o.backButton)return;if(!0===i&&(void 0===window.Capacitor||void 0===window.Capacitor.Plugins.App))return;this.add=t=>{void 0===t.condition&&(t.condition=s),this.__history.push(t)},this.remove=t=>{const e=this.__history.indexOf(t);e>=0&&this.__history.splice(e,1)};const r=l(Object.assign({backButtonExit:!0},o)),a=()=>{if(this.__history.length){const t=this.__history[this.__history.length-1];!0===t.condition()&&(this.__history.pop(),t.handler())}else!0===r()?navigator.app.exitApp():window.history.back()};!0===e?document.addEventListener("deviceready",()=>{document.addEventListener("backbutton",a,!1)}):window.Capacitor.Plugins.App.addListener("backButton",a)}}},"58a8":function(t,e,i){"use strict";var n=i("2b0e"),o=i("87e8"),s=i("dde5");e["a"]=n["default"].extend({name:"QBadge",mixins:[o["a"]],props:{color:String,textColor:String,floating:Boolean,transparent:Boolean,multiLine:Boolean,outline:Boolean,rounded:Boolean,label:[Number,String],align:{type:String,validator:t=>["top","middle","bottom"].includes(t)}},computed:{style(){if(void 0!==this.align)return{verticalAlign:this.align}},classes(){const t=!0===this.outline&&this.color||this.textColor;return`q-badge flex inline items-center no-wrap q-badge--${!0===this.multiLine?"multi":"single"}-line`+(!0===this.outline?" q-badge--outline":void 0!==this.color?" bg-"+this.color:"")+(void 0!==t?" text-"+t:"")+(!0===this.floating?" q-badge--floating":"")+(!0===this.rounded?" q-badge--rounded":"")+(!0===this.transparent?" q-badge--transparent":"")},attrs(){return{role:"alert","aria-label":this.label}}},render(t){return t("div",{style:this.style,class:this.classes,attrs:this.attrs,on:{...this.qListeners}},void 0!==this.label?[this.label]:Object(s["c"])(this,"default"))}})},"594d":function(t,e,i){"use strict";var n=i("6642"),o=i("87e8");e["a"]={mixins:[o["a"]],props:{color:String,size:{type:[Number,String],default:"1em"}},computed:{cSize(){return this.size in n["c"]?n["c"][this.size]+"px":this.size},classes(){if(this.color)return"text-"+this.color}}}},"59d7":function(t,e,i){"use strict";var n=i("2b0e"),o=i("0016"),s=i("0d59"),r=i("75c3"),a=i("87e8"),l=i("0831"),c=i("7937"),u=i("d882"),h=i("dde5");const d=40,f=20;e["a"]=n["default"].extend({name:"QPullToRefresh",mixins:[a["a"]],directives:{TouchPan:r["a"]},props:{color:String,bgColor:String,icon:String,noMouse:Boolean,disable:Boolean,scrollTarget:{default:void 0}},data(){return{state:"pull",pullRatio:0,pulling:!1,pullPosition:-d,animating:!1,positionCSS:{}}},computed:{style(){return{opacity:this.pullRatio,transform:`translateY(${this.pullPosition}px) rotate(${360*this.pullRatio}deg)`}},classes(){return"q-pull-to-refresh__puller row flex-center"+(!0===this.animating?" q-pull-to-refresh__puller--animating":"")+(void 0!==this.bgColor?" bg-"+this.bgColor:"")},directives(){if(!0!==this.disable){const t={down:!0,mightPrevent:!0};return!0!==this.noMouse&&(t.mouse=!0),[{name:"touch-pan",modifiers:t,value:this.__pull}]}},contentClass(){return"q-pull-to-refresh__content"+(!0===this.pulling?" no-pointer-events":"")}},watch:{scrollTarget(){this.updateScrollTarget()}},methods:{trigger(){this.$emit("refresh",()=>{this.__animateTo({pos:-d,ratio:0},()=>{this.state="pull"})})},updateScrollTarget(){this.__scrollTarget=Object(l["d"])(this.$el,this.scrollTarget)},__pull(t){if(!0===t.isFinal)return void(!0===this.pulling&&(this.pulling=!1,"pulled"===this.state?(this.state="refreshing",this.__animateTo({pos:f}),this.trigger()):"pull"===this.state&&this.__animateTo({pos:-d,ratio:0})));if(!0===this.animating||"refreshing"===this.state)return!1;if(!0===t.isFirst){if(0!==Object(l["c"])(this.__scrollTarget)||"down"!==t.direction)return!0===this.pulling&&(this.pulling=!1,this.state="pull",this.__animateTo({pos:-d,ratio:0})),!1;this.pulling=!0;const{top:e,left:i}=this.$el.getBoundingClientRect();this.positionCSS={top:e+"px",left:i+"px",width:window.getComputedStyle(this.$el).getPropertyValue("width")}}Object(u["i"])(t.evt);const e=Math.min(140,Math.max(0,t.distance.y));this.pullPosition=e-d,this.pullRatio=Object(c["a"])(e/(f+d),0,1);const i=this.pullPosition>f?"pulled":"pull";this.state!==i&&(this.state=i)},__animateTo({pos:t,ratio:e},i){this.animating=!0,this.pullPosition=t,void 0!==e&&(this.pullRatio=e),clearTimeout(this.timer),this.timer=setTimeout(()=>{this.animating=!1,i&&i()},300)}},mounted(){this.updateScrollTarget()},beforeDestroy(){clearTimeout(this.timer)},render(t){return t("div",{staticClass:"q-pull-to-refresh",on:{...this.qListeners},directives:this.directives},[t("div",{class:this.contentClass},Object(h["c"])(this,"default")),t("div",{staticClass:"q-pull-to-refresh__puller-container fixed row flex-center no-pointer-events z-top",style:this.positionCSS},[t("div",{style:this.style,class:this.classes},["refreshing"!==this.state?t(o["a"],{props:{name:this.icon||this.$q.iconSet.pullToRefresh.icon,color:this.color,size:"32px"}}):t(s["a"],{props:{size:"24px",color:this.color}})])])])}})},"5a0c":function(t,e,i){!function(e,i){t.exports=i()}(0,(function(){"use strict";var t="millisecond",e="second",i="minute",n="hour",o="day",s="week",r="month",a="quarter",l="year",c="date",u=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d+)?$/,h=/\[([^\]]+)]|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,d={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},f=function(t,e,i){var n=String(t);return!n||n.length>=e?t:""+Array(e+1-n.length).join(i)+t},p={s:f,z:function(t){var e=-t.utcOffset(),i=Math.abs(e),n=Math.floor(i/60),o=i%60;return(e<=0?"+":"-")+f(n,2,"0")+":"+f(o,2,"0")},m:function t(e,i){if(e.date()i.e("signin~31ecd969").then(i.bind(null,"1e1d"))},data(){return{signup:!1,params:{client_id:"912274665853-5jpvq7vfikrf9s12dtuet4ei1op92n50.apps.googleusercontent.com"},renderParams:{width:300,flex:1,height:42,longtitle:!0}}},methods:{async onSuccess(t){this.$store.dispatch("user/signInGoogle",t)},onFailure(){},SignUpGoogle(){},SignUpFacebook(){},SignUpApple(){},Goback(){this.signup?this.signup=!1:this.$router.go(-1)}},mounted(){}},l=a,c=(i("b8a2"),i("2877")),u=Object(c["a"])(l,n,o,!1,null,"2ca4690a",null);e["default"]=u.exports},"5cc6":function(t,e,i){var n=i("74e8");n("Uint8",(function(t){return function(e,i,n){return t(this,e,i,n)}}))},"5ccb":function(t,e,i){t.exports=i.p+"img/logo-villa-mobile.349b5202.svg"},"5ff7":function(t,e,i){"use strict";i.d(e,"a",(function(){return r})),i.d(e,"b",(function(){return a}));i("ddb0");const n="function"===typeof Map,o="function"===typeof Set,s="function"===typeof ArrayBuffer;function r(t,e){if(t===e)return!0;if(null!==t&&null!==e&&"object"===typeof t&&"object"===typeof e){if(t.constructor!==e.constructor)return!1;let i,a;if(t.constructor===Array){if(i=t.length,i!==e.length)return!1;for(a=i;0!==a--;)if(!0!==r(t[a],e[a]))return!1;return!0}if(!0===n&&t.constructor===Map){if(t.size!==e.size)return!1;a=t.entries().next();while(!0!==a.done){if(!0!==e.has(a.value[0]))return!1;a=a.next()}a=t.entries().next();while(!0!==a.done){if(!0!==r(a.value[1],e.get(a.value[0])))return!1;a=a.next()}return!0}if(!0===o&&t.constructor===Set){if(t.size!==e.size)return!1;a=t.entries().next();while(!0!==a.done){if(!0!==e.has(a.value[0]))return!1;a=a.next()}return!0}if(!0===s&&null!=t.buffer&&t.buffer.constructor===ArrayBuffer){if(i=t.length,i!==e.length)return!1;for(a=i;0!==a--;)if(t[a]!==e[a])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();const l=Object.keys(t);if(i=l.length,i!==Object.keys(e).length)return!1;for(a=i;0!==a--;){const i=l[a];if(!0!==r(t[i],e[i]))return!1}return!0}return t!==t&&e!==e}function a(t){return"number"===typeof t&&isFinite(t)}},"612c":function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticClass:"row justify-center items-center"},[n("div",{staticClass:"col-6"},[n("q-img",{attrs:{basic:"",contain:"",src:i("c315")}})],1)])},o=[],s={},r=s,a=i("2877"),l=Object(a["a"])(r,n,o,!1,null,null,null);e["default"]=l.exports},"621a":function(t,e,i){"use strict";var n=i("da84"),o=i("83ab"),s=i("a981"),r=i("9112"),a=i("e2cc"),l=i("d039"),c=i("19aa"),u=i("a691"),h=i("50c4"),d=i("0b25"),f=i("77a7"),p=i("e163"),v=i("d2bb"),m=i("241c").f,g=i("9bf2").f,_=i("81d5"),b=i("d44e"),y=i("69f3"),w=y.get,S=y.set,x="ArrayBuffer",C="DataView",k="prototype",O="Wrong length",$="Wrong index",q=n[x],E=q,T=n[C],L=T&&T[k],j=Object.prototype,A=n.RangeError,I=f.pack,B=f.unpack,P=function(t){return[255&t]},M=function(t){return[255&t,t>>8&255]},z=function(t){return[255&t,t>>8&255,t>>16&255,t>>24&255]},R=function(t){return t[3]<<24|t[2]<<16|t[1]<<8|t[0]},D=function(t){return I(t,23,4)},V=function(t){return I(t,52,8)},F=function(t,e){g(t[k],e,{get:function(){return w(this)[e]}})},N=function(t,e,i,n){var o=d(i),s=w(t);if(o+e>s.byteLength)throw A($);var r=w(s.buffer).bytes,a=o+s.byteOffset,l=r.slice(a,a+e);return n?l:l.reverse()},H=function(t,e,i,n,o,s){var r=d(i),a=w(t);if(r+e>a.byteLength)throw A($);for(var l=w(a.buffer).bytes,c=r+a.byteOffset,u=n(+o),h=0;hY;)(U=Q[Y++])in E||r(E,U,q[U]);W.constructor=E}v&&p(L)!==j&&v(L,j);var K=new T(new E(2)),G=L.setInt8;K.setInt8(0,2147483648),K.setInt8(1,2147483649),!K.getInt8(0)&&K.getInt8(1)||a(L,{setInt8:function(t,e){G.call(this,t,e<<24>>24)},setUint8:function(t,e){G.call(this,t,e<<24>>24)}},{unsafe:!0})}else E=function(t){c(this,E,x);var e=d(t);S(this,{bytes:_.call(new Array(e),0),byteLength:e}),o||(this.byteLength=e)},T=function(t,e,i){c(this,T,C),c(t,E,C);var n=w(t).byteLength,s=u(e);if(s<0||s>n)throw A("Wrong offset");if(i=void 0===i?n-s:h(i),s+i>n)throw A(O);S(this,{buffer:t,byteLength:i,byteOffset:s}),o||(this.buffer=t,this.byteLength=i,this.byteOffset=s)},o&&(F(E,"byteLength"),F(T,"buffer"),F(T,"byteLength"),F(T,"byteOffset")),a(T[k],{getInt8:function(t){return N(this,1,t)[0]<<24>>24},getUint8:function(t){return N(this,1,t)[0]},getInt16:function(t){var e=N(this,2,t,arguments.length>1?arguments[1]:void 0);return(e[1]<<8|e[0])<<16>>16},getUint16:function(t){var e=N(this,2,t,arguments.length>1?arguments[1]:void 0);return e[1]<<8|e[0]},getInt32:function(t){return R(N(this,4,t,arguments.length>1?arguments[1]:void 0))},getUint32:function(t){return R(N(this,4,t,arguments.length>1?arguments[1]:void 0))>>>0},getFloat32:function(t){return B(N(this,4,t,arguments.length>1?arguments[1]:void 0),23)},getFloat64:function(t){return B(N(this,8,t,arguments.length>1?arguments[1]:void 0),52)},setInt8:function(t,e){H(this,1,t,P,e)},setUint8:function(t,e){H(this,1,t,P,e)},setInt16:function(t,e){H(this,2,t,M,e,arguments.length>2?arguments[2]:void 0)},setUint16:function(t,e){H(this,2,t,M,e,arguments.length>2?arguments[2]:void 0)},setInt32:function(t,e){H(this,4,t,z,e,arguments.length>2?arguments[2]:void 0)},setUint32:function(t,e){H(this,4,t,z,e,arguments.length>2?arguments[2]:void 0)},setFloat32:function(t,e){H(this,4,t,D,e,arguments.length>2?arguments[2]:void 0)},setFloat64:function(t,e){H(this,8,t,V,e,arguments.length>2?arguments[2]:void 0)}});b(E,x),b(T,C),t.exports={ArrayBuffer:E,DataView:T}},6547:function(t,e,i){var n=i("a691"),o=i("1d80"),s=function(t){return function(e,i){var s,r,a=String(o(e)),l=n(i),c=a.length;return l<0||l>=c?t?"":void 0:(s=a.charCodeAt(l),s<55296||s>56319||l+1===c||(r=a.charCodeAt(l+1))<56320||r>57343?t?a.charAt(l):s:t?a.slice(l,l+2):r-56320+(s-55296<<10)+65536)}};t.exports={codeAt:s(!1),charAt:s(!0)}},"65f0":function(t,e,i){var n=i("861d"),o=i("e8b5"),s=i("b622"),r=s("species");t.exports=function(t,e){var i;return o(t)&&(i=t.constructor,"function"!=typeof i||i!==Array&&!o(i.prototype)?n(i)&&(i=i[r],null===i&&(i=void 0)):i=void 0),new(void 0===i?Array:i)(0===e?0:e)}},6642:function(t,e,i){"use strict";i.d(e,"c",(function(){return n})),i.d(e,"b",(function(){return o}));const n={xs:18,sm:24,md:32,lg:38,xl:46};function o(t){return{props:{size:String},computed:{sizeStyle(){if(void 0!==this.size)return{fontSize:this.size in t?t[this.size]+"px":this.size}}}}}e["a"]=o(n)},"66e5":function(t,e,i){"use strict";var n=i("2b0e"),o=i("b7fa"),s=i("e2fa");i("5319");const r={to:[String,Object],exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,disable:Boolean},a={props:r,computed:{hasRouterLink(){return!0!==this.disable&&void 0!==this.to&&null!==this.to&&""!==this.to},routerLinkProps(){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}}}};var l=i("87e8"),c=i("dde5"),u=i("d882"),h=i("d728");e["a"]=n["default"].extend({name:"QItem",mixins:[o["a"],a,s["a"],l["a"]],props:{active:Boolean,clickable:Boolean,dense:Boolean,insetLevel:Number,tabindex:[String,Number],focused:Boolean,manualFocus:Boolean},computed:{isActionable(){return!0===this.clickable||!0===this.hasRouterLink||"a"===this.tag||"label"===this.tag},isClickable(){return!0!==this.disable&&!0===this.isActionable},classes(){return{"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,[this.activeClass]:!0===this.active&&!0!==this.hasRouterLink&&void 0!==this.activeClass,disabled:this.disable}},style(){if(void 0!==this.insetLevel){const t=!0===this.$q.lang.rtl?"Right":"Left";return{["padding"+t]:16+56*this.insetLevel+"px"}}},onEvents(){return{...this.qListeners,click:this.__onClick,keyup:this.__onKeyup}}},methods:{__getContent(t){const e=Object(c["d"])(this,"default",[]);return!0===this.isClickable&&e.unshift(t("div",{staticClass:"q-focus-helper",attrs:{tabindex:-1},ref:"blurTarget"})),e},__onClick(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(t){if(!0===this.isClickable&&!0===Object(h["a"])(t,13)){Object(u["l"])(t),t.qKeyEvent=!0;const e=new MouseEvent("click",t);e.qKeyEvent=!0,this.$el.dispatchEvent(e)}this.$emit("keyup",t)}},render(t){const e={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":"true"}),!0===this.hasRouterLink?(e.tag="a",e.props=this.routerLinkProps,t("router-link",e,this.__getContent(t))):t(this.tag,e,this.__getContent(t))}})},6900:function(t,e,i){"use strict";e["a"]={props:{ratio:[String,Number]},computed:{ratioStyle(){const t=this.ratio||this.naturalRatio;if(void 0!==t)return{paddingBottom:100/t+"%"}}}}},"69f3":function(t,e,i){var n,o,s,r=i("7f9a"),a=i("da84"),l=i("861d"),c=i("9112"),u=i("5135"),h=i("f772"),d=i("d012"),f=a.WeakMap,p=function(t){return s(t)?o(t):n(t,{})},v=function(t){return function(e){var i;if(!l(e)||(i=o(e)).type!==t)throw TypeError("Incompatible receiver, "+t+" required");return i}};if(r){var m=new f,g=m.get,_=m.has,b=m.set;n=function(t,e){return b.call(m,t,e),e},o=function(t){return g.call(m,t)||{}},s=function(t){return _.call(m,t)}}else{var y=h("state");d[y]=!0,n=function(t,e){return c(t,y,e),e},o=function(t){return u(t,y)?t[y]:{}},s=function(t){return u(t,y)}}t.exports={set:n,get:o,has:s,enforce:p,getterFor:v}},"6a67":function(t,e,i){"use strict";var n=i("2b0e"),o=i("9c40"),s=i("87e8"),r=i("dde5"),a=n["default"].extend({name:"QBtnGroup",mixin:[s["a"]],props:{unelevated:Boolean,outline:Boolean,flat:Boolean,rounded:Boolean,push:Boolean,stretch:Boolean,glossy:Boolean,spread:Boolean},computed:{classes(){return["unelevated","outline","flat","rounded","push","stretch","glossy"].filter(t=>!0===this[t]).map(t=>"q-btn-group--"+t).join(" ")}},render(t){return t("div",{staticClass:"q-btn-group row no-wrap "+(!0===this.spread?"q-btn-group--spread":"inline"),class:this.classes,on:{...this.qListeners}},Object(r["c"])(this,"default"))}}),l=i("f89c"),c=i("3d69");e["a"]=n["default"].extend({name:"QBtnToggle",mixins:[s["a"],c["a"],l["b"]],props:{value:{required:!0},options:{type:Array,required:!0,validator:t=>t.every(t=>("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,padding:String,noCaps:Boolean,noWrap:Boolean,dense:Boolean,readonly:Boolean,disable:Boolean,stack:Boolean,stretch:Boolean,spread:Boolean,clearable:Boolean},computed:{hasActiveValue(){return void 0!==this.options.find(t=>t.value===this.value)},formAttrs(){return{type:"hidden",name:this.name,value:this.value}},btnOptions(){const t=(t,e)=>void 0===t[e]?this[e]:t[e];return this.options.map((e,i)=>({slot:e.slot,options:{key:i,class:e.class,style:e.style,on:{...this.qListeners,click:t=>this.__set(e.value,e,t)},attrs:e.attrs,props:{...e,slot:void 0,class:void 0,style:void 0,value:void 0,attrs:void 0,outline:this.outline,flat:this.flat,rounded:this.rounded,push:this.push,unelevated:this.unelevated,dense:this.dense,disable:!0===this.disable||!0===e.disable,color:e.value===this.value?t(e,"toggleColor"):t(e,"color"),textColor:e.value===this.value?t(e,"toggleTextColor"):t(e,"textColor"),noCaps:!0===t(e,"noCaps"),noWrap:!0===t(e,"noWrap"),size:t(e,"size"),padding:t(e,"padding"),ripple:t(e,"ripple"),stack:!0===t(e,"stack"),stretch:!0===t(e,"stretch")}}}))}},methods:{__set(t,e,i){!0!==this.readonly&&(this.value===t?!0===this.clearable&&(this.$emit("input",null,null),this.$emit("clear")):this.$emit("input",t,e),this.$emit("click",i))}},render(t){const e=this.btnOptions.map(e=>t(o["a"],{...e.options},void 0!==e.slot?Object(r["c"])(this,e.slot):void 0));return void 0!==this.name&&!0!==this.disable&&!0===this.hasActiveValue&&this.__injectFormInput(e,"push"),t(a,{staticClass:"q-btn-toggle",props:{outline:this.outline,flat:this.flat,rounded:this.rounded,push:this.push,stretch:this.stretch,unelevated:this.unelevated,glossy:this.glossy,spread:this.spread}},Object(r["a"])(e,this,"default"))}})},"6eeb":function(t,e,i){var n=i("da84"),o=i("9112"),s=i("5135"),r=i("ce4e"),a=i("8925"),l=i("69f3"),c=l.get,u=l.enforce,h=String(String).split("String");(t.exports=function(t,e,i,a){var l=!!a&&!!a.unsafe,c=!!a&&!!a.enumerable,d=!!a&&!!a.noTargetGet;"function"==typeof i&&("string"!=typeof e||s(i,"name")||o(i,"name",e),u(i).source=h.join("string"==typeof e?e:"")),t!==n?(l?!d&&t[e]&&(c=!0):delete t[e],c?t[e]=i:o(t,e,i)):c?t[e]=i:r(e,i)})(Function.prototype,"toString",(function(){return"function"==typeof this&&c(this).source||a(this)}))},7156:function(t,e,i){var n=i("861d"),o=i("d2bb");t.exports=function(t,e,i){var s,r;return o&&"function"==typeof(s=e.constructor)&&s!==i&&n(r=s.prototype)&&r!==i.prototype&&o(t,r),t}},7418:function(t,e){e.f=Object.getOwnPropertySymbols},"74e8":function(t,e,i){"use strict";var n=i("23e7"),o=i("da84"),s=i("83ab"),r=i("8aa7"),a=i("ebb5"),l=i("621a"),c=i("19aa"),u=i("5c6c"),h=i("9112"),d=i("50c4"),f=i("0b25"),p=i("182d"),v=i("c04e"),m=i("5135"),g=i("f5df"),_=i("861d"),b=i("7c73"),y=i("d2bb"),w=i("241c").f,S=i("a078"),x=i("b727").forEach,C=i("2626"),k=i("9bf2"),O=i("06cf"),$=i("69f3"),q=i("7156"),E=$.get,T=$.set,L=k.f,j=O.f,A=Math.round,I=o.RangeError,B=l.ArrayBuffer,P=l.DataView,M=a.NATIVE_ARRAY_BUFFER_VIEWS,z=a.TYPED_ARRAY_TAG,R=a.TypedArray,D=a.TypedArrayPrototype,V=a.aTypedArrayConstructor,F=a.isTypedArray,N="BYTES_PER_ELEMENT",H="Wrong length",U=function(t,e){var i=0,n=e.length,o=new(V(t))(n);while(n>i)o[i]=e[i++];return o},W=function(t,e){L(t,e,{get:function(){return E(this)[e]}})},Q=function(t){var e;return t instanceof B||"ArrayBuffer"==(e=g(t))||"SharedArrayBuffer"==e},Y=function(t,e){return F(t)&&"symbol"!=typeof e&&e in t&&String(+e)==String(e)},K=function(t,e){return Y(t,e=v(e,!0))?u(2,t[e]):j(t,e)},G=function(t,e,i){return!(Y(t,e=v(e,!0))&&_(i)&&m(i,"value"))||m(i,"get")||m(i,"set")||i.configurable||m(i,"writable")&&!i.writable||m(i,"enumerable")&&!i.enumerable?L(t,e,i):(t[e]=i.value,t)};s?(M||(O.f=K,k.f=G,W(D,"buffer"),W(D,"byteOffset"),W(D,"byteLength"),W(D,"length")),n({target:"Object",stat:!0,forced:!M},{getOwnPropertyDescriptor:K,defineProperty:G}),t.exports=function(t,e,i){var s=t.match(/\d+$/)[0]/8,a=t+(i?"Clamped":"")+"Array",l="get"+t,u="set"+t,v=o[a],m=v,g=m&&m.prototype,k={},O=function(t,e){var i=E(t);return i.view[l](e*s+i.byteOffset,!0)},$=function(t,e,n){var o=E(t);i&&(n=(n=A(n))<0?0:n>255?255:255&n),o.view[u](e*s+o.byteOffset,n,!0)},j=function(t,e){L(t,e,{get:function(){return O(this,e)},set:function(t){return $(this,e,t)},enumerable:!0})};M?r&&(m=e((function(t,e,i,n){return c(t,m,a),q(function(){return _(e)?Q(e)?void 0!==n?new v(e,p(i,s),n):void 0!==i?new v(e,p(i,s)):new v(e):F(e)?U(m,e):S.call(m,e):new v(f(e))}(),t,m)})),y&&y(m,R),x(w(v),(function(t){t in m||h(m,t,v[t])})),m.prototype=g):(m=e((function(t,e,i,n){c(t,m,a);var o,r,l,u=0,h=0;if(_(e)){if(!Q(e))return F(e)?U(m,e):S.call(m,e);o=e,h=p(i,s);var v=e.byteLength;if(void 0===n){if(v%s)throw I(H);if(r=v-h,r<0)throw I(H)}else if(r=d(n)*s,r+h>v)throw I(H);l=r/s}else l=f(e),r=l*s,o=new B(r);T(t,{buffer:o,byteOffset:h,byteLength:r,length:l,view:new P(o)});while(u{const i=e.avatar||e.img;return void 0===e.label?t(r["a"],{staticClass:"col-all",props:{dark:this.isDark}}):t("div",{staticClass:"q-bottom-sheet__item q-hoverable q-focusable cursor-pointer relative-position",class:e.classes,attrs:{tabindex:0},on:{click:()=>this.onOk(e),keyup:t=>{13===t.keyCode&&this.onOk(e)}}},[t("div",{staticClass:"q-focus-helper"}),e.icon?t(s["a"],{props:{name:e.icon,color:e.color}}):i?t("img",{attrs:{src:i},staticClass:e.avatar?"q-bottom-sheet__avatar":null}):t("div",{staticClass:"q-bottom-sheet__empty-icon"}),t("div",[e.label])])})},__getList(t){return this.actions.map(e=>{const i=e.avatar||e.img;return void 0===e.label?t(r["a"],{props:{spaced:!0,dark:this.isDark}}):t(c["a"],{staticClass:"q-bottom-sheet__item",class:e.classes,props:{tabindex:0,clickable:!0,dark:this.isDark},on:{click:()=>this.onOk(e),keyup:t=>{13===t.keyCode&&this.onOk(e)}}},[t(u["a"],{props:{avatar:!0}},[e.icon?t(s["a"],{props:{name:e.icon,color:e.color}}):i?t("img",{attrs:{src:i},staticClass:e.avatar?"q-bottom-sheet__avatar":null}):null]),t(u["a"],[e.label])])})}},render(t){const e=[];return this.title&&e.push(t(l["a"],{staticClass:"q-dialog__title"},[this.title])),this.message&&e.push(t(l["a"],{staticClass:"q-dialog__message"},[this.message])),e.push(!0===this.grid?t("div",{staticClass:"row items-stretch justify-start"},this.__getGrid(t)):t("div",this.__getList(t))),t(o["a"],{ref:"dialog",props:this.dialogProps,on:Object(f["b"])(this,"hide",{hide:()=>{this.$emit("hide")}})},[t(a["a"],{staticClass:"q-bottom-sheet q-bottom-sheet--"+(!0===this.grid?"grid":"list")+(!0===this.isDark?" q-bottom-sheet--dark q-dark":""),style:this.cardStyle,class:this.cardClass},e)])}}),v=i("0967");const m={onOk:()=>m,okCancel:()=>m,hide:()=>m,update:()=>m};function g(t,e){for(const i in e)"spinner"!==i&&Object(e[i])===e[i]?(t[i]=Object(t[i])!==t[i]?{}:{...t[i]},g(t[i],e[i])):t[i]=e[i]}var _=function(t){return({className:e,class:i,style:o,component:s,root:r,parent:a,...l})=>{if(!0===v["f"])return m;void 0!==i&&(l.cardClass=i),void 0!==o&&(l.cardStyle=o);const c=void 0!==s;let u,h;!0===c?u=s:(u=t,h=l);const d=[],f=[],p={onOk(t){return d.push(t),p},onCancel(t){return f.push(t),p},onDismiss(t){return d.push(t),f.push(t),p},hide(){return w.$refs.dialog.hide(),p},update({className:t,class:e,style:i,component:n,root:o,parent:s,...r}){return null!==w&&(void 0!==e&&(r.cardClass=e),void 0!==i&&(r.cardStyle=i),!0===c?Object.assign(l,r):(g(l,r),h={...l}),w.$forceUpdate()),p}},_=document.createElement("div");document.body.appendChild(_);let b=!1;const y={ok:t=>{b=!0,d.forEach(e=>{e(t)})},hide:()=>{w.$destroy(),w.$el.remove(),w=null,!0!==b&&f.forEach(t=>{t()})}};let w=new n["default"]({name:"QGlobalDialog",el:_,parent:void 0===a?r:a,render(t){return t(u,{ref:"dialog",props:l,attrs:h,on:y})},mounted(){void 0!==this.$refs.dialog?this.$refs.dialog.show():y["hook:mounted"]=()=>{void 0!==this.$refs.dialog&&this.$refs.dialog.show()}}});return p}};e["a"]={install({$q:t}){this.create=t.bottomSheet=_(p)}}},7562:function(t,e,i){"use strict";e["a"]={props:{transitionShow:{type:String,default:"fade"},transitionHide:{type:String,default:"fade"}},data(){return{transitionState:this.showing}},watch:{showing(t){this.transitionShow!==this.transitionHide&&this.$nextTick(()=>{this.transitionState=t})}},computed:{transition(){return"q-transition--"+(!0===this.transitionState?this.transitionHide:this.transitionShow)}}}},"75c3":function(t,e,i){"use strict";var n=i("0967"),o=i("3627"),s=i("d882"),r=i("2248");function a(t,e,i){const n=Object(s["h"])(t);let o,r=n.left-e.event.x,a=n.top-e.event.y,l=Math.abs(r),c=Math.abs(a);const u=e.direction;!0===u.horizontal&&!0!==u.vertical?o=r<0?"left":"right":!0!==u.horizontal&&!0===u.vertical?o=a<0?"up":"down":!0===u.up&&a<0?(o="up",l>c&&(!0===u.left&&r<0?o="left":!0===u.right&&r>0&&(o="right"))):!0===u.down&&a>0?(o="down",l>c&&(!0===u.left&&r<0?o="left":!0===u.right&&r>0&&(o="right"))):!0===u.left&&r<0?(o="left",l0&&(o="down"))):!0===u.right&&r>0&&(o="right",l0&&(o="down")));let h=!1;if(void 0===o&&!1===i){if(!0===e.event.isFirst||void 0===e.event.lastDir)return{};o=e.event.lastDir,h=!0,"left"===o||"right"===o?(n.left-=r,l=0,r=0):(n.top-=a,c=0,a=0)}return{synthetic:h,payload:{evt:t,touch:!0!==e.event.mouse,mouse:!0===e.event.mouse,position:n,direction:o,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:n.left-e.event.lastX,y:n.top-e.event.lastY}}}}function l(t){const e=t.__qtouchpan;void 0!==e&&(void 0!==e.event&&e.end(),Object(s["b"])(e,"main"),Object(s["b"])(e,"temp"),!0===n["a"].is.firefox&&Object(s["j"])(t,!1),void 0!==e.styleCleanup&&e.styleCleanup(),delete t.__qtouchpan)}let c=0;e["a"]={name:"touch-pan",bind(t,{value:e,modifiers:i}){if(void 0!==t.__qtouchpan&&(l(t),t.__qtouchpan_destroyed=!0),!0!==i.mouse&&!0!==n["a"].has.touch)return;function u(t,e){!0===i.mouse&&!0===e?Object(s["l"])(t):(!0===i.stop&&Object(s["k"])(t),!0===i.prevent&&Object(s["i"])(t))}const h={uid:"qvtp_"+c++,handler:e,modifiers:i,direction:Object(o["a"])(i),noop:s["g"],mouseStart(t){Object(o["c"])(t,h)&&Object(s["e"])(t)&&(Object(s["a"])(h,"temp",[[document,"mousemove","move","notPassiveCapture"],[document,"mouseup","end","passiveCapture"]]),h.start(t,!0))},touchStart(t){if(Object(o["c"])(t,h)){const e=Object(o["b"])(t.target);Object(s["a"])(h,"temp",[[e,"touchmove","move","notPassiveCapture"],[e,"touchcancel","end","passiveCapture"],[e,"touchend","end","passiveCapture"]]),h.start(t)}},start(e,o){!0===n["a"].is.firefox&&Object(s["j"])(t,!0),h.lastEvt=e;const r=Object(s["h"])(e);if(!0===o||!0===i.stop){if(!0!==h.direction.all&&(!0!==o||!0!==h.direction.mouseAllDir)){const t=e.type.indexOf("mouse")>-1?new MouseEvent(e.type,e):new TouchEvent(e.type,e);!0===e.defaultPrevented&&Object(s["i"])(t),!0===e.cancelBubble&&Object(s["k"])(t),t.qClonedBy=void 0===e.qClonedBy?[h.uid]:e.qClonedBy.concat(h.uid),t.qKeyEvent=e.qKeyEvent,t.qClickOutside=e.qClickOutside,h.initialEvent={target:e.target,event:t}}Object(s["k"])(e)}h.event={x:r.left,y:r.top,time:Date.now(),mouse:!0===o,detected:!1,isFirst:!0,isFinal:!1,lastX:r.left,lastY:r.top}},move(t){if(void 0===h.event)return;h.lastEvt=t;const e=!0===h.event.mouse,n=()=>{u(t,e),!0!==i.preserveCursor&&(document.documentElement.style.cursor="grabbing"),!0===e&&document.body.classList.add("no-pointer-events--children"),document.body.classList.add("non-selectable"),Object(r["a"])(),h.styleCleanup=t=>{if(h.styleCleanup=void 0,!0!==i.preserveCursor&&(document.documentElement.style.cursor=""),document.body.classList.remove("non-selectable"),!0===e){const e=()=>{document.body.classList.remove("no-pointer-events--children")};void 0!==t?setTimeout(()=>{e(),t()},50):e()}else void 0!==t&&t()}};if(!0===h.event.detected){!0!==h.event.isFirst&&u(t,h.event.mouse);const{payload:e,synthetic:i}=a(t,h,!1);return void(void 0!==e&&(!1===h.handler(e)?h.end(t):(void 0===h.styleCleanup&&!0===h.event.isFirst&&n(),h.event.lastX=e.position.left,h.event.lastY=e.position.top,h.event.lastDir=!0===i?void 0:e.direction,h.event.isFirst=!1)))}if(!0===h.direction.all||!0===e&&!0===h.modifiers.mouseAllDir)return n(),h.event.detected=!0,void h.move(t);const o=Object(s["h"])(t),l=o.left-h.event.x,c=o.top-h.event.y,d=Math.abs(l),f=Math.abs(c);d!==f&&(!0===h.direction.horizontal&&d>f||!0===h.direction.vertical&&d0||!0===h.direction.left&&d>f&&l<0||!0===h.direction.right&&d>f&&l>0?(h.event.detected=!0,h.move(t)):h.end(t,!0))},end(e,i){if(void 0!==h.event){if(Object(s["b"])(h,"temp"),!0===n["a"].is.firefox&&Object(s["j"])(t,!1),!0===i)void 0!==h.styleCleanup&&h.styleCleanup(),!0!==h.event.detected&&void 0!==h.initialEvent&&h.initialEvent.target.dispatchEvent(h.initialEvent.event);else if(!0===h.event.detected){!0===h.event.isFirst&&h.handler(a(void 0===e?h.lastEvt:e,h).payload);const{payload:t}=a(void 0===e?h.lastEvt:e,h,!0),i=()=>{h.handler(t)};void 0!==h.styleCleanup?h.styleCleanup(i):i()}h.event=void 0,h.initialEvent=void 0,h.lastEvt=void 0}}};t.__qtouchpan=h,!0===i.mouse&&Object(s["a"])(h,"main",[[t,"mousedown","mouseStart","passive"+(!0===i.mouseCapture?"Capture":"")]]),!0===n["a"].has.touch&&Object(s["a"])(h,"main",[[t,"touchstart","touchStart","passive"+(!0===i.capture?"Capture":"")],[t,"touchmove","noop","notPassiveCapture"]])},update(t,{oldValue:e,value:i}){const n=t.__qtouchpan;void 0!==n&&e!==i&&("function"!==typeof i&&n.end(),n.handler=i)},unbind(t){void 0===t.__qtouchpan_destroyed?l(t):delete t.__qtouchpan_destroyed}}},"77a7":function(t,e){var i=1/0,n=Math.abs,o=Math.pow,s=Math.floor,r=Math.log,a=Math.LN2,l=function(t,e,l){var c,u,h,d=new Array(l),f=8*l-e-1,p=(1<>1,m=23===e?o(2,-24)-o(2,-77):0,g=t<0||0===t&&1/t<0?1:0,_=0;for(t=n(t),t!=t||t===i?(u=t!=t?1:0,c=p):(c=s(r(t)/a),t*(h=o(2,-c))<1&&(c--,h*=2),t+=c+v>=1?m/h:m*o(2,1-v),t*h>=2&&(c++,h/=2),c+v>=p?(u=0,c=p):c+v>=1?(u=(t*h-1)*o(2,e),c+=v):(u=t*o(2,v-1)*o(2,e),c=0));e>=8;d[_++]=255&u,u/=256,e-=8);for(c=c<0;d[_++]=255&c,c/=256,f-=8);return d[--_]|=128*g,d},c=function(t,e){var n,s=t.length,r=8*s-e-1,a=(1<>1,c=r-7,u=s-1,h=t[u--],d=127&h;for(h>>=7;c>0;d=256*d+t[u],u--,c-=8);for(n=d&(1<<-c)-1,d>>=-c,c+=e;c>0;n=256*n+t[u],u--,c-=8);if(0===d)d=1-l;else{if(d===a)return n?NaN:h?-i:i;n+=o(2,e),d-=l}return(h?-1:1)*n*o(2,d-e)};t.exports={pack:l,unpack:c}},7839:function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7937:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),i.d(e,"b",(function(){return o}));function n(t,e,i){return i<=e?e:Math.min(i,Math.max(e,t))}function o(t,e,i){if(i<=e)return e;const n=i-e+1;let o=e+(t-e)%n;return o",d="<",f="prototype",p="script",v=u("IE_PROTO"),m=function(){},g=function(t){return d+p+h+t+d+"/"+p+h},_=function(t){t.write(g("")),t.close();var e=t.parentWindow.Object;return t=null,e},b=function(){var t,e=c("iframe"),i="java"+p+":";return e.style.display="none",l.appendChild(e),e.src=String(i),t=e.contentWindow.document,t.open(),t.write(g("document.F=Object")),t.close(),t.F},y=function(){try{n=document.domain&&new ActiveXObject("htmlfile")}catch(e){}y=n?_(n):b();var t=r.length;while(t--)delete y[f][r[t]];return y()};a[v]=!0,t.exports=Object.create||function(t,e){var i;return null!==t?(m[f]=o(t),i=new m,m[f]=null,i[v]=t):i=y(),void 0===e?i:s(i,e)}},"7dd0":function(t,e,i){"use strict";var n=i("23e7"),o=i("9ed3"),s=i("e163"),r=i("d2bb"),a=i("d44e"),l=i("9112"),c=i("6eeb"),u=i("b622"),h=i("c430"),d=i("3f8c"),f=i("ae93"),p=f.IteratorPrototype,v=f.BUGGY_SAFARI_ITERATORS,m=u("iterator"),g="keys",_="values",b="entries",y=function(){return this};t.exports=function(t,e,i,u,f,w,S){o(i,e,u);var x,C,k,O=function(t){if(t===f&&L)return L;if(!v&&t in E)return E[t];switch(t){case g:return function(){return new i(this,t)};case _:return function(){return new i(this,t)};case b:return function(){return new i(this,t)}}return function(){return new i(this)}},$=e+" Iterator",q=!1,E=t.prototype,T=E[m]||E["@@iterator"]||f&&E[f],L=!v&&T||O(f),j="Array"==e&&E.entries||T;if(j&&(x=s(j.call(new t)),p!==Object.prototype&&x.next&&(h||s(x)===p||(r?r(x,p):"function"!=typeof x[m]&&l(x,m,y)),a(x,$,!0,!0),h&&(d[$]=y))),f==_&&T&&T.name!==_&&(q=!0,L=function(){return T.call(this)}),h&&!S||E[m]===L||l(E,m,L),d[e]=L,f)if(C={values:O(_),keys:w?L:O(g),entries:O(b)},S)for(k in C)(v||q||!(k in E))&&c(E,k,C[k]);else n({target:e,proto:!0,forced:v||q},C);return C}},"7ee0":function(t,e,i){"use strict";var n=i("0967"),o=i("463c"),s=i("87e8");e["a"]={mixins:[o["a"],s["a"]],props:{value:{type:Boolean,default:void 0}},data(){return{showing:!1}},watch:{value(t){this.__processModelChange(t)},$route(){!0===this.hideOnRouteChange&&!0===this.showing&&this.hide()}},methods:{toggle(t){this[!0===this.showing?"hide":"show"](t)},show(t){!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(()=>{this.payload===t&&(this.payload=void 0)})),void 0!==this.value&&void 0!==this.qListeners.input&&!0!==n["f"]||this.__processShow(t))},__processShow(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(t){!0!==this.disable&&(void 0!==this.qListeners.input&&!1===n["f"]&&(this.$emit("input",!1),this.payload=t,this.$nextTick(()=>{this.payload===t&&(this.payload=void 0)})),void 0!==this.value&&void 0!==this.qListeners.input&&!0!==n["f"]||this.__processHide(t))},__processHide(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(t){!0===this.disable&&!0===t?void 0!==this.qListeners.input&&this.$emit("input",!1):!0===t!==this.showing&&this["__process"+(!0===t?"Show":"Hide")](this.payload)}}}},"7f67":function(t,e,i){"use strict";var n=i("9e62"),o=i("d728");function s(t){if(!1===t)return 0;if(!0===t||void 0===t)return 1;const e=parseInt(t,10);return isNaN(e)?0:e}function r(t){const e=t.__qclosepopup;void 0!==e&&(t.removeEventListener("click",e.handler),t.removeEventListener("keyup",e.handlerKey),delete t.__qclosepopup)}e["a"]={name:"close-popup",bind(t,{value:e},i){void 0!==t.__qclosepopup&&(r(t),t.__qclosepopup_destroyed=!0);const a={depth:s(e),handler(t){0!==a.depth&&setTimeout(()=>{Object(n["b"])(i.componentInstance||i.context,t,a.depth)})},handlerKey(t){!0===Object(o["a"])(t,13)&&a.handler(t)}};t.__qclosepopup=a,t.addEventListener("click",a.handler),t.addEventListener("keyup",a.handlerKey)},update(t,{value:e,oldValue:i}){void 0!==t.__qclosepopup&&e!==i&&(t.__qclosepopup.depth=s(e))},unbind(t){void 0===t.__qclosepopup_destroyed?r(t):delete t.__qclosepopup_destroyed}}},"7f9a":function(t,e,i){var n=i("da84"),o=i("8925"),s=n.WeakMap;t.exports="function"===typeof s&&/native code/.test(o(s))},"81d5":function(t,e,i){"use strict";var n=i("7b0b"),o=i("23cb"),s=i("50c4");t.exports=function(t){var e=n(this),i=s(e.length),r=arguments.length,a=o(r>1?arguments[1]:void 0,i),l=r>2?arguments[2]:void 0,c=void 0===l?i:o(l,i);while(c>a)e[a++]=t;return e}},"81e7":function(t,e,i){"use strict";i.d(e,"c",(function(){return C})),i.d(e,"a",(function(){return k}));var n=i("c0a8"),o=i("0967"),s=i("2b0e"),r=i("d882"),a=i("1c16");const l=["sm","md","lg","xl"],{passive:c}=r["f"];var 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["g"],setDebounce:r["g"],install(t,e,i){if(!0===o["f"])return void(t.screen=this);const n=void 0!==i.screen&&!0===i.screen.bodyClasses,r=t=>{const e=window.innerWidth,i=window.innerHeight;if(i!==this.height&&(this.height=i),e!==this.width)this.width=e;else if(!0!==t)return;let o=this.sizes;this.gt.xs=e>=o.sm,this.gt.sm=e>=o.md,this.gt.md=e>=o.lg,this.gt.lg=e>=o.xl,this.lt.sm=e{l.forEach(e=>{void 0!==t[e]&&(h[e]=t[e])})},this.setDebounce=t=>{d=t};const f=()=>{const t=getComputedStyle(document.body),e=void 0!==window.visualViewport?window.visualViewport:window;t.getPropertyValue("--q-size-sm")&&l.forEach(e=>{this.sizes[e]=parseInt(t.getPropertyValue("--q-size-"+e),10)}),this.setSizes=t=>{l.forEach(e=>{t[e]&&(this.sizes[e]=t[e])}),r(!0)},this.setDebounce=t=>{void 0!==u&&e.removeEventListener("resize",u,c),u=t>0?Object(a["a"])(r,t):r,e.addEventListener("resize",u,c)},this.setDebounce(d),Object.keys(h).length>0?(this.setSizes(h),h=void 0):r(),!0===n&&"xs"===this.name&&document.body.classList.add("screen--xs")};!0===o["c"]?e.takeover.push(f):f(),s["default"].util.defineReactive(t,"screen",this)}};i("5319");const h={isActive:!1,mode:!1,install(t,e,{dark:i}){if(this.isActive=!0===i,!0===o["f"])return e.server.push((t,e)=>{t.dark={isActive:!1,mode:!1,set:i=>{e.ssr.Q_BODY_CLASSES=e.ssr.Q_BODY_CLASSES.replace(" body--light","").replace(" body--dark","")+" body--"+(!0===i?"dark":"light"),t.dark.isActive=!0===i,t.dark.mode=i},toggle:()=>{t.dark.set(!1===t.dark.isActive)}},t.dark.set(i)}),void(this.set=r["g"]);const n=void 0!==i&&i;if(!0===o["c"]){const t=t=>{this.__fromSSR=t},i=this.set;this.set=t,t(n),e.takeover.push(()=>{this.set=i,this.set(this.__fromSSR)})}else this.set(n);s["default"].util.defineReactive(this,"isActive",this.isActive),s["default"].util.defineReactive(t,"dark",this)},set(t){this.mode=t,"auto"===t?(void 0===this.__media&&(this.__media=window.matchMedia("(prefers-color-scheme: dark)"),this.__updateMedia=()=>{this.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--"+(!0===t?"light":"dark")),document.body.classList.add("body--"+(!0===t?"dark":"light"))},toggle(){h.set(!1===h.isActive)},__media:void 0};var d=h,f=i("582c"),p=i("ec5d"),v=i("bc78"),m=i("d728");function g(t){return!0===t.ios?"ios":!0===t.android?"android":void 0}function _({is:t,has:e,within:i},n){const o=[!0===t.desktop?"desktop":"mobile",(!1===e.touch?"no-":"")+"touch"];if(!0===t.mobile){const e=g(t);void 0!==e&&o.push("platform-"+e)}if(!0===t.nativeMobile){const e=t.nativeMobileWrapper;o.push(e),o.push("native-mobile"),!0!==t.ios||void 0!==n[e]&&!1===n[e].iosStatusBarPadding||o.push("q-ios-padding")}else!0===t.electron?o.push("electron"):!0===t.bex&&o.push("bex");return!0===i.iframe&&o.push("within-iframe"),o}function b(){const t=document.body.className;let e=t;void 0!==o["d"]&&(e=e.replace("desktop","platform-ios mobile")),!0===o["a"].has.touch&&(e=e.replace("no-touch","touch")),!0===o["a"].within.iframe&&(e+=" within-iframe"),t!==e&&(document.body.className=e)}function y(t){for(const e in t)Object(v["a"])(e,t[e])}var w={install(t,e){if(!0!==o["f"]){if(!0===o["c"])b();else{const t=_(o["a"],e);!0===o["a"].is.ie&&11===o["a"].is.versionNumber?t.forEach(t=>document.body.classList.add(t)):document.body.classList.add.apply(document.body.classList,t)}void 0!==e.brand&&y(e.brand),!0===o["a"].is.ios&&document.body.addEventListener("touchstart",r["g"]),window.addEventListener("keydown",m["b"],!0)}else t.server.push((t,i)=>{const n=_(t.platform,e),o=i.ssr.setBodyClasses;void 0!==e.screen&&!0===e.screen.bodyClass&&n.push("screen--xs"),"function"===typeof o?o(n):i.ssr.Q_BODY_CLASSES=n.join(" ")})}},S=i("9071");const x=[o["b"],u,d],C={server:[],takeover:[]},k={version:n["a"],config:{}};e["b"]=function(t,e={}){if(!0===this.__qInstalled)return;this.__qInstalled=!0;const i=k.config=Object.freeze(e.config||{});if(o["b"].install(k,C),w.install(C,i),d.install(k,C,i),u.install(k,C,i),f["a"].install(i),p["a"].install(k,C,e.lang),S["a"].install(k,C,e.iconSet),!0===o["f"]?t.mixin({beforeCreate(){this.$q=this.$root.$options.$q}}):t.prototype.$q=k,e.components&&Object.keys(e.components).forEach(i=>{const n=e.components[i];"function"===typeof n&&t.component(n.options.name,n)}),e.directives&&Object.keys(e.directives).forEach(i=>{const n=e.directives[i];void 0!==n.name&&void 0!==n.unbind&&t.directive(n.name,n)}),e.plugins){const t={$q:k,queues:C,cfg:i};Object.keys(e.plugins).forEach(i=>{const n=e.plugins[i];"function"===typeof n.install&&!1===x.includes(n)&&n.install(t)})}}},"825a":function(t,e,i){var n=i("861d");t.exports=function(t){if(!n(t))throw TypeError(String(t)+" is not an object");return t}},8380:function(t,e,i){"use strict";var n=i("2b0e"),o=i("594d");e["a"]=n["default"].extend({name:"QSpinnerDots",mixins:[o["a"]],render(t){return t("svg",{staticClass:"q-spinner",class:this.classes,on:{...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"}})])])}})},"83ab":function(t,e,i){var n=i("d039");t.exports=!n((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},8572:function(t,e,i){"use strict";var n=i("2b0e"),o=i("0967"),s=i("0016"),r=i("0d59");i("ddb0");const a=/^#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?$/,l=/^#[0-9a-fA-F]{4}([0-9a-fA-F]{4})?$/,c=/^#([0-9a-fA-F]{3}|[0-9a-fA-F]{4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/,u=/^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])\)$/,h=/^rgba\(((0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),){2}(0|[1-9][\d]?|1[\d]{0,2}|2[\d]?|2[0-4][\d]|25[0-5]),(0|0\.[0-9]+[1-9]|0\.[1-9]+|1)\)$/,d={date:t=>/^-?[\d]+\/[0-1]\d\/[0-3]\d$/.test(t),time:t=>/^([0-1]?\d|2[0-3]):[0-5]\d$/.test(t),fulltime:t=>/^([0-1]?\d|2[0-3]):[0-5]\d:[0-5]\d$/.test(t),timeOrFulltime:t=>/^([0-1]?\d|2[0-3]):[0-5]\d(:[0-5]\d)?$/.test(t),hexColor:t=>a.test(t),hexaColor:t=>l.test(t),hexOrHexaColor:t=>c.test(t),rgbColor:t=>u.test(t),rgbaColor:t=>h.test(t),rgbOrRgbaColor:t=>u.test(t)||h.test(t),hexOrRgbColor:t=>a.test(t)||u.test(t),hexaOrRgbaColor:t=>l.test(t)||h.test(t),anyColor:t=>c.test(t)||u.test(t)||h.test(t)};const f=[!0,!1,"ondemand"];var p={props:{value:{},error:{type:Boolean,default:null},errorMessage:String,noErrorIcon:Boolean,rules:Array,reactiveRules:Boolean,lazyRules:{type:[Boolean,String],validator:t=>f.includes(t)}},data(){return{isDirty:null,innerError:!1,innerErrorMessage:void 0}},watch:{value(){this.__validateIfNeeded()},disable(t){!0===t&&this.resetValidation()},reactiveRules:{handler(t){!0===t?void 0===this.unwatchRules&&(this.unwatchRules=this.$watch("rules",()=>{this.__validateIfNeeded(!0)})):void 0!==this.unwatchRules&&(this.unwatchRules(),this.unwatchRules=void 0)},immediate:!0},focused(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(){return void 0!==this.rules&&null!==this.rules&&this.rules.length>0},hasError(){return!0===this.error||!0===this.innerError},computedErrorMessage(){return"string"===typeof this.errorMessage&&this.errorMessage.length>0?this.errorMessage:this.innerErrorMessage}},mounted(){this.validateIndex=0},beforeDestroy(){void 0!==this.unwatchRules&&this.unwatchRules()},methods:{resetValidation(){this.validateIndex++,this.innerLoading=!1,this.isDirty=null,this.innerError=!1,this.innerErrorMessage=void 0},validate(t=this.value){if(!0!==this.hasRules)return!0;this.validateIndex++,!0!==this.innerLoading&&!0!==this.lazyRules&&(this.isDirty=!0);const e=(t,e)=>{this.innerError!==t&&(this.innerError=t);const i=e||void 0;this.innerErrorMessage!==i&&(this.innerErrorMessage=i),!1!==this.innerLoading&&(this.innerLoading=!1)},i=[];for(let o=0;o{if(n!==this.validateIndex)return!0;if(void 0===t||!1===Array.isArray(t)||0===t.length)return e(!1),!0;const i=t.find(t=>!1===t||"string"===typeof t);return e(void 0!==i,i),void 0===i},t=>n!==this.validateIndex||(e(!0),!1))},__validateIfNeeded(t){!0===this.hasRules&&"ondemand"!==this.lazyRules&&(!0===this.isDirty||!0!==this.lazyRules&&!0!==t)&&this.validate()}}},v=i("b7fa"),m=i("f376"),g=i("dde5");i("5cc6");let _,b=0;const y=new Array(256);for(let $=0;$<256;$++)y[$]=($+256).toString(16).substr(1);const w=(()=>{const 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 e=>{var i=new Uint8Array(e);return t.getRandomValues(i),i}}return t=>{const e=[];for(let i=t;i>0;i--)e.push(Math.floor(256*Math.random()));return e}})(),S=4096;var x=function(){(void 0===_||b+16>S)&&(b=0,_=w(S));const t=Array.prototype.slice.call(_,b,b+=16);return t[6]=15&t[6]|64,t[8]=63&t[8]|128,y[t[0]]+y[t[1]]+y[t[2]]+y[t[3]]+"-"+y[t[4]]+y[t[5]]+"-"+y[t[6]]+y[t[7]]+"-"+y[t[8]]+y[t[9]]+"-"+y[t[10]]+y[t[11]]+y[t[12]]+y[t[13]]+y[t[14]]+y[t[15]]},C=i("d882"),k=i("e704");function O(t){return void 0===t?"f_"+x():t}e["a"]=n["default"].extend({name:"QField",mixins:[v["a"],p,m["b"]],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,labelSlot: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(){return{focused:!1,targetUid:O(this.for),innerLoading:!1}},watch:{for(t){this.targetUid=O(t)}},computed:{editable(){return!0!==this.disable&&!0!==this.readonly},hasValue(){const t=void 0===this.__getControl?this.value:this.innerValue;return void 0!==t&&null!==t&&(""+t).length>0},computedCounter(){if(!1!==this.counter){const 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(){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(){return!0===this.bottomSlots||void 0!==this.hint||!0===this.hasRules||!0===this.counter||null!==this.error},classes(){return{[this.fieldClass]:void 0!==this.fieldClass,["q-field--"+this.styleType]:!0,"q-field--rounded":this.rounded,"q-field--square":this.square,"q-field--focused":!0===this.focused,"q-field--highlighted":!0===this.focused||!0===this.hasError,"q-field--float":this.floatingLabel,"q-field--labeled":this.hasLabel,"q-field--dense":this.dense,"q-field--item-aligned q-item-type":this.itemAligned,"q-field--dark":this.isDark,"q-field--auto-height":void 0===this.__getControl,"q-field--with-bottom":!0!==this.hideBottomSpace&&!0===this.shouldRenderBottom,"q-field--error":this.hasError,"q-field--readonly":!0===this.readonly&&!0!==this.disable,[!0===this.disable?"q-field--disabled":"q-validation-component"]:!0}},styleType(){return!0===this.filled?"filled":!0===this.outlined?"outlined":!0===this.borderless?"borderless":this.standout?"standout":"standard"},contentClass(){const 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-"+this.bgColor),t},hasLabel(){return!0===this.labelSlot||void 0!==this.label},labelClass(){if(void 0!==this.labelColor&&!0!==this.hasError)return"text-"+this.labelColor},controlSlotScope(){return{id:this.targetUid,field:this.$el,editable:this.editable,focused:this.focused,floatingLabel:this.floatingLabel,value:this.value,emitValue:this.__emitValue}},attrs(){const t={for:this.targetUid};return!0===this.disable?t["aria-disabled"]="true":!0===this.readonly&&(t["aria-readonly"]="true"),t}},methods:{focus(){void 0!==this.focusFn&&Object(k["c"])(this.focusFn),this.focusFn=Object(k["a"])(()=>{void 0===this.showPopup?this.__focus():this.showPopup()})},blur(){void 0!==this.focusFn&&Object(k["c"])(this.focusFn);const t=document.activeElement;null!==t&&this.$el.contains(t)&&t.blur()},__focus(){const t=document.activeElement;let 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(t){const 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(s["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(r["a"],{props:{color:this.color}})])):!0===this.clearable&&!0===this.hasValue&&!0===this.editable&&e.push(this.__getInnerAppendNode(t,"inner-clearable-append",[t(s["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(t){const 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:{...this.qAttrs,"data-autofocus":this.autofocus}},this.$scopedSlots.control(this.controlSlotScope))),!0===this.hasLabel&&e.push(t("div",{staticClass:"q-field__label no-pointer-events absolute ellipsis",class:this.labelClass},[Object(g["c"])(this,"label",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(g["c"])(this,"default"))},__getBottom(t){let e,i;!0===this.hasError?void 0!==this.computedErrorMessage?(e=[t("div",[this.computedErrorMessage])],i=this.computedErrorMessage):(e=Object(g["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(g["c"])(this,"hint"),i="q--slot-hint"));const n=!0===this.counter||void 0!==this.$scopedSlots.counter;if(!0===this.hideBottomSpace&&!1===n&&void 0===e)return;const o=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?o:t("transition",{props:{name:"q-transition--field-message"}},[o]),!0===n?t("div",{staticClass:"q-field__counter"},void 0!==this.$scopedSlots.counter?this.$scopedSlots.counter():[this.computedCounter]):null])},__getInnerAppendNode(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(t){void 0!==t&&Object(C["k"])(t),this.$emit("popup-show",t),this.hasPopupOpen=!0,this.__onControlFocusin(t)},__onControlPopupHide(t){void 0!==t&&Object(C["k"])(t),this.$emit("popup-hide",t),this.hasPopupOpen=!1,this.__onControlFocusout(t)},__onControlFocusin(t){!0===this.editable&&!1===this.focused&&(this.focused=!0,this.$emit("focus",t))},__onControlFocusout(t,e){clearTimeout(this.focusoutTimer),this.focusoutTimer=setTimeout(()=>{(!0!==document.hasFocus()||!0!==this.hasPopupOpen&&void 0!==this.$refs&&void 0!==this.$refs.control&&!1===this.$refs.control.contains(document.activeElement))&&(!0===this.focused&&(this.focused=!1,this.$emit("blur",t)),void 0!==e&&e())})},__clearValue(t){if(Object(C["l"])(t),!0!==this.$q.platform.is.mobile){const t=this.$refs.target||this.$el;t.focus()}else!0===this.$el.contains(document.activeElement)&&document.activeElement.blur();"file"===this.type&&(this.$refs.input.value=null),this.$emit("input",null),this.$emit("clear",this.value),this.$nextTick(()=>{this.resetValidation(),"ondemand"!==this.lazyRules&&!0!==this.$q.platform.is.mobile&&(this.isDirty=!1)})},__emitValue(t){this.$emit("input",t)}},render(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"},[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(){void 0!==this.__onPreRender&&this.__onPreRender(),this.slotsEvents={click:C["i"]},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(){!0===o["c"]&&void 0===this.for&&(this.targetUid=O()),!0===this.autofocus&&this.focus()},beforeDestroy(){clearTimeout(this.focusoutTimer)}})},"861d":function(t,e){t.exports=function(t){return"object"===typeof t?null!==t:"function"===typeof t}},"87e8":function(t,e,i){"use strict";var n=i("0cd3");e["a"]=Object(n["c"])("$listeners","qListeners")},8925:function(t,e,i){var n=i("c6cd"),o=Function.toString;"function"!=typeof n.inspectSource&&(n.inspectSource=function(t){return o.call(t)}),t.exports=n.inspectSource},"8aa5":function(t,e,i){"use strict";var n=i("6547").charAt;t.exports=function(t,e,i){return e+(i?n(t,e).length:1)}},"8aa7":function(t,e,i){var n=i("da84"),o=i("d039"),s=i("1c7e"),r=i("ebb5").NATIVE_ARRAY_BUFFER_VIEWS,a=n.ArrayBuffer,l=n.Int8Array;t.exports=!r||!o((function(){l(1)}))||!o((function(){new l(-1)}))||!s((function(t){new l,new l(null),new l(1.5),new l(t)}),!0)||o((function(){return 1!==new l(new a(2),1,void 0).length}))},9071:function(t,e,i){"use strict";var n=i("2b0e"),o=i("0967"),s={name:"material-icons",type:{positive:"check_circle",negative:"warning",info:"info",warning:"priority_high"},arrow:{up:"arrow_upward",right:"arrow_forward",down:"arrow_downward",left:"arrow_back",dropdown:"arrow_drop_down"},chevron:{left:"chevron_left",right:"chevron_right"},colorPicker:{spectrum:"gradient",tune:"tune",palette:"style"},pullToRefresh:{icon:"refresh"},carousel:{left:"chevron_left",right:"chevron_right",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",firstPage:"first_page",prevPage:"chevron_left",nextPage:"chevron_right",lastPage:"last_page"},tree:{icon:"play_arrow"},uploader:{done:"done",clear:"clear",add:"add_box",upload:"cloud_upload",removeQueue:"clear_all",removeUploaded:"done_all"}};e["a"]={install(t,e,i){const r=i||s;this.set=(e,i)=>{const n={...e};if(!0===o["f"]){if(void 0===i)return;n.set=i.$q.iconSet.set,i.$q.iconSet=n}else n.set=this.set,t.iconSet=n},!0===o["f"]?e.server.push((t,e)=>{t.iconSet={},t.iconSet.set=t=>{this.set(t,e.ssr)},t.iconSet.set(r)}):(n["default"].util.defineReactive(t,"iconMapFn",void 0),n["default"].util.defineReactive(t,"iconSet",{}),this.set(r))}}},"90e3":function(t,e){var i=0,n=Math.random();t.exports=function(t){return"Symbol("+String(void 0===t?"":t)+")_"+(++i+n).toString(36)}},9112:function(t,e,i){var n=i("83ab"),o=i("9bf2"),s=i("5c6c");t.exports=n?function(t,e,i){return o.f(t,e,s(1,i))}:function(t,e,i){return t[e]=i,t}},9152:function(t,e){e.read=function(t,e,i,n,o){var s,r,a=8*o-n-1,l=(1<>1,u=-7,h=i?o-1:0,d=i?-1:1,f=t[e+h];for(h+=d,s=f&(1<<-u)-1,f>>=-u,u+=a;u>0;s=256*s+t[e+h],h+=d,u-=8);for(r=s&(1<<-u)-1,s>>=-u,u+=n;u>0;r=256*r+t[e+h],h+=d,u-=8);if(0===s)s=1-c;else{if(s===l)return r?NaN:1/0*(f?-1:1);r+=Math.pow(2,n),s-=c}return(f?-1:1)*r*Math.pow(2,s-n)},e.write=function(t,e,i,n,o,s){var r,a,l,c=8*s-o-1,u=(1<>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:s-1,p=n?1:-1,v=e<0||0===e&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(a=isNaN(e)?1:0,r=u):(r=Math.floor(Math.log(e)/Math.LN2),e*(l=Math.pow(2,-r))<1&&(r--,l*=2),e+=r+h>=1?d/l:d*Math.pow(2,1-h),e*l>=2&&(r++,l/=2),r+h>=u?(a=0,r=u):r+h>=1?(a=(e*l-1)*Math.pow(2,o),r+=h):(a=e*Math.pow(2,h-1)*Math.pow(2,o),r=0));o>=8;t[i+f]=255&a,f+=p,a/=256,o-=8);for(r=r<0;t[i+f]=255&r,f+=p,r/=256,c-=8);t[i+f-p]|=128*v}},"91dd":function(t,e,i){"use strict";function n(t,e){return Object.prototype.hasOwnProperty.call(t,e)}t.exports=function(t,e,i,s){e=e||"&",i=i||"=";var r={};if("string"!==typeof t||0===t.length)return r;var a=/\+/g;t=t.split(e);var l=1e3;s&&"number"===typeof s.maxKeys&&(l=s.maxKeys);var c=t.length;l>0&&c>l&&(c=l);for(var u=0;u=0?(h=v.substr(0,m),d=v.substr(m+1)):(h=v,d=""),f=decodeURIComponent(h),p=decodeURIComponent(d),n(r,f)?o(r[f])?r[f].push(p):r[f]=[r[f],p]:r[f]=p}return r};var o=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)}},9263:function(t,e,i){"use strict";var n=i("ad6d"),o=i("9f7f"),s=RegExp.prototype.exec,r=String.prototype.replace,a=s,l=function(){var t=/a/,e=/b*/g;return s.call(t,"a"),s.call(e,"a"),0!==t.lastIndex||0!==e.lastIndex}(),c=o.UNSUPPORTED_Y||o.BROKEN_CARET,u=void 0!==/()??/.exec("")[1],h=l||u||c;h&&(a=function(t){var e,i,o,a,h=this,d=c&&h.sticky,f=n.call(h),p=h.source,v=0,m=t;return d&&(f=f.replace("y",""),-1===f.indexOf("g")&&(f+="g"),m=String(t).slice(h.lastIndex),h.lastIndex>0&&(!h.multiline||h.multiline&&"\n"!==t[h.lastIndex-1])&&(p="(?: "+p+")",m=" "+m,v++),i=new RegExp("^(?:"+p+")",f)),u&&(i=new RegExp("^"+p+"$(?!\\s)",f)),l&&(e=h.lastIndex),o=s.call(d?i:h,m),d?o?(o.input=o.input.slice(v),o[0]=o[0].slice(v),o.index=h.lastIndex,h.lastIndex+=o[0].length):h.lastIndex=0:l&&o&&(h.lastIndex=h.global?o.index+o[0].length:e),u&&o&&o.length>1&&r.call(o[0],i,(function(){for(a=1;a0)i[n]=arguments[n+1];e&&e[t]&&e[t].apply(e,i)};"serviceWorker"in navigator&&n.then((function(){o()?(l(t,s,i),navigator.serviceWorker.ready.then((function(t){s("ready",t)})).catch((function(t){return r(s,t)}))):(a(t,s,i),navigator.serviceWorker.ready.then((function(t){s("ready",t)})).catch((function(t){return r(s,t)})))}))}function r(t,e){navigator.onLine||t("offline"),t("error",e)}function a(t,e,i){navigator.serviceWorker.register(t,i).then((function(t){e("registered",t),t.waiting?e("updated",t):t.onupdatefound=function(){e("updatefound",t);var i=t.installing;i.onstatechange=function(){"installed"===i.state&&(navigator.serviceWorker.controller?e("updated",t):e("cached",t))}}})).catch((function(t){return r(e,t)}))}function l(t,e,i){fetch(t).then((function(n){404===n.status?(e("error",new Error("Service worker not found at "+t)),c()):-1===n.headers.get("content-type").indexOf("javascript")?(e("error",new Error("Expected "+t+" to have javascript content-type, but received "+n.headers.get("content-type"))),c()):a(t,e,i)})).catch((function(t){return r(e,t)}))}function c(){"serviceWorker"in navigator&&navigator.serviceWorker.ready.then((function(t){t.unregister()})).catch((function(t){return r(emit,t)}))}"undefined"!==typeof window&&(n="undefined"!==typeof Promise?new Promise((function(t){return window.addEventListener("load",t)})):{then:function(t){return window.addEventListener("load",t)}})},"94ca":function(t,e,i){var n=i("d039"),o=/#|\.prototype\./,s=function(t,e){var i=a[r(t)];return i==c||i!=l&&("function"==typeof e?n(e):!!e)},r=s.normalize=function(t){return String(t).replace(o,".").toLowerCase()},a=s.data={},l=s.NATIVE="N",c=s.POLYFILL="P";t.exports=s},9748:function(t,e,i){"use strict";i("ddb0");var n=i("5ff7");const o={threshold:0,root:null,rootMargin:"0px"};function s(t,e,i){let s,a,l;"function"===typeof i?(s=i,a=o,l=void 0===e.cfg):(s=i.handler,a=Object.assign({},o,i.cfg),l=void 0===e.cfg||!1===Object(n["a"])(e.cfg,a)),e.handler!==s&&(e.handler=s),!0===l&&(e.cfg=a,void 0!==e.observer&&e.observer.unobserve(t),e.observer=new IntersectionObserver(([i])=>{if("function"===typeof e.handler){if(null===i.rootBounds&&(void 0!==t.__vue__?!0!==t.__vue__._inactive:!0===document.body.contains(t)))return e.observer.unobserve(t),void e.observer.observe(t);const n=e.handler(i,e.observer);(!1===n||!0===e.once&&!0===i.isIntersecting)&&r(t)}},a),e.observer.observe(t))}function r(t){const e=t.__qvisible;void 0!==e&&(void 0!==e.observer&&e.observer.unobserve(t),delete t.__qvisible)}e["a"]={name:"intersection",inserted(t,{modifiers:e,value:i}){void 0!==t.__qvisible&&(r(t),t.__qvisible_destroyed=!0);const n={once:!0===e.once};s(t,n,i),t.__qvisible=n},update(t,e){const i=t.__qvisible;void 0!==i&&s(t,i,e.value)},unbind(t){void 0===t.__qvisible_destroyed?r(t):delete t.__qvisible_destroyed}}},"99b6":function(t,e,i){"use strict";const n={left:"start",center:"center",right:"end",between:"between",around:"around",evenly:"evenly",stretch:"stretch"},o=Object.keys(n);e["a"]={props:{align:{type:String,validator:t=>o.includes(t)}},computed:{alignClass(){const t=void 0===this.align?!0===this.vertical?"stretch":"left":this.align;return`${!0===this.vertical?"items":"justify"}-${n[t]}`}}}},"9ab4":function(t,e,i){"use strict";i.r(e),i.d(e,"__extends",(function(){return o})),i.d(e,"__assign",(function(){return s})),i.d(e,"__rest",(function(){return r})),i.d(e,"__decorate",(function(){return a})),i.d(e,"__param",(function(){return l})),i.d(e,"__metadata",(function(){return c})),i.d(e,"__awaiter",(function(){return u})),i.d(e,"__generator",(function(){return h})),i.d(e,"__createBinding",(function(){return d})),i.d(e,"__exportStar",(function(){return f})),i.d(e,"__values",(function(){return p})),i.d(e,"__read",(function(){return v})),i.d(e,"__spread",(function(){return m})),i.d(e,"__spreadArrays",(function(){return g})),i.d(e,"__await",(function(){return _})),i.d(e,"__asyncGenerator",(function(){return b})),i.d(e,"__asyncDelegator",(function(){return y})),i.d(e,"__asyncValues",(function(){return w})),i.d(e,"__makeTemplateObject",(function(){return S})),i.d(e,"__importStar",(function(){return x})),i.d(e,"__importDefault",(function(){return C})),i.d(e,"__classPrivateFieldGet",(function(){return k})),i.d(e,"__classPrivateFieldSet",(function(){return O})); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ var n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])},n(t,e)};function o(t,e){function i(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}var s=function(){return s=Object.assign||function(t){for(var e,i=1,n=arguments.length;i=0;a--)(o=t[a])&&(r=(s<3?o(r):s>3?o(e,i,r):o(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r}function l(t,e){return function(i,n){e(i,n,t)}}function c(t,e){if("object"===typeof Reflect&&"function"===typeof Reflect.metadata)return Reflect.metadata(t,e)}function u(t,e,i,n){function o(t){return t instanceof i?t:new i((function(e){e(t)}))}return new(i||(i=Promise))((function(i,s){function r(t){try{l(n.next(t))}catch(e){s(e)}}function a(t){try{l(n["throw"](t))}catch(e){s(e)}}function l(t){t.done?i(t.value):o(t.value).then(r,a)}l((n=n.apply(t,e||[])).next())}))}function h(t,e){var i,n,o,s,r={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return s={next:a(0),throw:a(1),return:a(2)},"function"===typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function a(t){return function(e){return l([t,e])}}function l(s){if(i)throw new TypeError("Generator is already executing.");while(r)try{if(i=1,n&&(o=2&s[0]?n["return"]:s[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,s[1])).done)return o;switch(n=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return r.label++,{value:s[1],done:!1};case 5:r.label++,n=s[1],s=[0];continue;case 7:s=r.ops.pop(),r.trys.pop();continue;default:if(o=r.trys,!(o=o.length>0&&o[o.length-1])&&(6===s[0]||2===s[0])){r=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function v(t,e){var i="function"===typeof Symbol&&t[Symbol.iterator];if(!i)return t;var n,o,s=i.call(t),r=[];try{while((void 0===e||e-- >0)&&!(n=s.next()).done)r.push(n.value)}catch(a){o={error:a}}finally{try{n&&!n.done&&(i=s["return"])&&i.call(s)}finally{if(o)throw o.error}}return r}function m(){for(var t=[],e=0;e1||a(t,e)}))})}function a(t,e){try{l(o[t](e))}catch(i){h(s[0][3],i)}}function l(t){t.value instanceof _?Promise.resolve(t.value.v).then(c,u):h(s[0][2],t)}function c(t){a("next",t)}function u(t){a("throw",t)}function h(t,e){t(e),s.shift(),s.length&&a(s[0][0],s[0][1])}}function y(t){var e,i;return e={},n("next"),n("throw",(function(t){throw t})),n("return"),e[Symbol.iterator]=function(){return this},e;function n(n,o){e[n]=t[n]?function(e){return(i=!i)?{value:_(t[n](e)),done:"return"===n}:o?o(e):e}:o}}function w(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e,i=t[Symbol.asyncIterator];return i?i.call(t):(t="function"===typeof p?p(t):t[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(i){e[i]=t[i]&&function(e){return new Promise((function(n,s){e=t[i](e),o(n,s,e.done,e.value)}))}}function o(t,e,i,n){Promise.resolve(n).then((function(e){t({value:e,done:i})}),e)}}function S(t,e){return Object.defineProperty?Object.defineProperty(t,"raw",{value:e}):t.raw=e,t}function x(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var i in t)Object.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e.default=t,e}function C(t){return t&&t.__esModule?t:{default:t}}function k(t,e){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return e.get(t)}function O(t,e,i){if(!e.has(t))throw new TypeError("attempted to set private field on non-instance");return e.set(t,i),i}},"9bf2":function(t,e,i){var n=i("83ab"),o=i("0cfb"),s=i("825a"),r=i("c04e"),a=Object.defineProperty;e.f=n?a:function(t,e,i){if(s(t),e=r(e,!0),s(i),o)try{return a(t,e,i)}catch(n){}if("get"in i||"set"in i)throw TypeError("Accessors not supported");return"value"in i&&(t[e]=i.value),t}},"9c40":function(t,e,i){"use strict";i("5319");var n=i("2b0e"),o=i("0016"),s=i("0d59"),r=i("99b6"),a=i("3d69"),l=i("87e8"),c=i("6642");const u={none:0,xs:4,sm:8,md:16,lg:24,xl:32};var h={mixins:[l["a"],a["a"],r["a"],Object(c["b"])({xs:8,sm:10,md:14,lg:20,xl:24})],props:{type:String,to:[Object,String],replace:Boolean,append: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(){if(!1===this.fab&&!1===this.fabMini)return this.sizeStyle},isRounded(){return!0===this.rounded||!0===this.fab||!0===this.fabMini},isActionable(){return!0!==this.disable&&!0!==this.loading},computedTabIndex(){return!0===this.isActionable?this.tabindex||0:-1},hasRouterLink(){return!0!==this.disable&&void 0!==this.to&&null!==this.to&&""!==this.to},isLink(){return"a"===this.type||!0===this.hasRouterLink},design(){return!0===this.flat?"flat":!0===this.outline?"outline":!0===this.push?"push":!0===this.unelevated?"unelevated":"standard"},currentLocation(){if(!0===this.hasRouterLink)return!0===this.append?this.$router.resolve(this.to,this.$route,!0):this.$router.resolve(this.to)},attrs(){const t={tabindex:this.computedTabIndex};return"a"!==this.type&&(t.type=this.type||"button"),!0===this.hasRouterLink?(t.href=this.currentLocation.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"]="true"),t},classes(){let t;return void 0!==this.color?t=!0===this.flat||!0===this.outline?"text-"+(this.textColor||this.color):`bg-${this.color} text-${this.textColor||"white"}`:this.textColor&&(t="text-"+this.textColor),`q-btn--${this.design} q-btn--`+(!0===this.round?"round":"rectangle"+(!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(){return this.alignClass+(!0===this.stack?" column":" row")+(!0===this.noWrap?" no-wrap text-no-wrap":"")+(!0===this.loading?" q-btn__content--hidden":"")},wrapperStyle(){if(void 0!==this.padding)return{padding:this.padding.split(/\s+/).map(t=>t in u?u[t]+"px":t).join(" "),minWidth:"0",minHeight:"0"}}}},d=i("dde5"),f=i("d882"),p=i("3627"),v=i("d728");const{passiveCapture:m}=f["f"];let g=void 0,_=void 0,b=void 0;const y={role:"img","aria-hidden":"true"};e["a"]=n["default"].extend({name:"QBtn",mixins:[h],props:{percentage:Number,darkPercentage:Boolean},computed:{hasLabel(){return void 0!==this.label&&null!==this.label&&""!==this.label},computedRipple(){return!1!==this.ripple&&{keyCodes:!0===this.isLink?[13,32]:[13],...!0===this.ripple?{}:this.ripple}},percentageStyle(){const t=Math.max(0,Math.min(100,this.percentage));if(t>0)return{transition:"transform 0.6s",transform:`translateX(${t-100}%)`}},onEvents(){if(!0===this.loading)return{mousedown:this.__onLoadingEvt,touchstart:this.__onLoadingEvt,click:this.__onLoadingEvt,keydown:this.__onLoadingEvt,keyup:this.__onLoadingEvt};if(!0===this.isActionable){const t={...this.qListeners,click:this.click,keydown:this.__onKeydown,mousedown:this.__onMousedown};return!0===this.$q.platform.has.touch&&(t.touchstart=this.__onTouchstart),t}return{click:f["l"]}},directives(){if(!0!==this.disable&&!1!==this.ripple)return[{name:"ripple",value:this.computedRipple,modifiers:{center:this.round}}]}},methods:{click(t){if(void 0!==t){if(!0===t.defaultPrevented)return;const e=document.activeElement;if("submit"===this.type&&(!0===this.$q.platform.is.ie&&(t.clientX<0||t.clientY<0)||e!==document.body&&!1===this.$el.contains(e)&&!1===e.contains(this.$el))){this.$el.focus();const t=()=>{document.removeEventListener("keydown",f["l"],!0),document.removeEventListener("keyup",t,m),void 0!==this.$el&&this.$el.removeEventListener("blur",t,m)};document.addEventListener("keydown",f["l"],!0),document.addEventListener("keyup",t,m),this.$el.addEventListener("blur",t,m)}if(!0===this.hasRouterLink){if(!0===t.ctrlKey||!0===t.shiftKey||!0===t.altKey||!0===t.metaKey)return;Object(f["l"])(t)}}const e=()=>{this.$router[!0===this.replace?"replace":"push"](this.currentLocation.route,void 0,f["g"])};this.$emit("click",t,e),!0===this.hasRouterLink&&!1!==t.navigate&&e()},__onKeydown(t){!0===Object(v["a"])(t,[13,32])&&(Object(f["l"])(t),_!==this.$el&&(void 0!==_&&this.__cleanup(),this.$el.focus(),_=this.$el,this.$el.classList.add("q-btn--active"),document.addEventListener("keyup",this.__onPressEnd,!0),this.$el.addEventListener("blur",this.__onPressEnd,m))),this.$emit("keydown",t)},__onTouchstart(t){if(g!==this.$el){void 0!==g&&this.__cleanup(),g=this.$el;const e=this.touchTargetEl=Object(p["b"])(t.target);e.addEventListener("touchcancel",this.__onPressEnd,m),e.addEventListener("touchend",this.__onPressEnd,m)}this.avoidMouseRipple=!0,clearTimeout(this.mouseTimer),this.mouseTimer=setTimeout(()=>{this.avoidMouseRipple=!1},200),this.$emit("touchstart",t)},__onMousedown(t){b!==this.$el&&(void 0!==b&&this.__cleanup(),b=this.$el,this.$el.classList.add("q-btn--active"),document.addEventListener("mouseup",this.__onPressEnd,m)),t.qSkipRipple=!0===this.avoidMouseRipple,this.$emit("mousedown",t)},__onPressEnd(t){if(void 0===t||"blur"!==t.type||document.activeElement!==this.$el){if(void 0!==t&&"keyup"===t.type){if(_===this.$el&&!0===Object(v["a"])(t,[13,32])){const e=new MouseEvent("click",t);e.qKeyEvent=!0,!0===t.defaultPrevented&&Object(f["i"])(e),!0===t.cancelBubble&&Object(f["k"])(e),this.$el.dispatchEvent(e),Object(f["l"])(t),t.qKeyEvent=!0}this.$emit("keyup",t)}this.__cleanup()}},__cleanup(t){const e=this.$refs.blurTarget;if(!0===t||g!==this.$el&&b!==this.$el||void 0===e||e===document.activeElement||(e.setAttribute("tabindex",-1),e.focus()),g===this.$el){const t=this.touchTargetEl;t.removeEventListener("touchcancel",this.__onPressEnd,m),t.removeEventListener("touchend",this.__onPressEnd,m),g=this.touchTargetEl=void 0}b===this.$el&&(document.removeEventListener("mouseup",this.__onPressEnd,m),b=void 0),_===this.$el&&(document.removeEventListener("keyup",this.__onPressEnd,!0),void 0!==this.$el&&this.$el.removeEventListener("blur",this.__onPressEnd,m),_=void 0),void 0!==this.$el&&this.$el.classList.remove("q-btn--active")},__onLoadingEvt(t){Object(f["l"])(t),t.qSkipRipple=!0}},beforeDestroy(){this.__cleanup(!0)},render(t){let e=[];void 0!==this.icon&&e.push(t(o["a"],{attrs:y,props:{name:this.icon,left:!1===this.stack&&!0===this.hasLabel}})),!0===this.hasLabel&&e.push(t("span",{staticClass:"block"},[this.label])),e=Object(d["a"])(e,this,"default"),void 0!==this.iconRight&&!1===this.round&&e.push(t(o["a"],{attrs:y,props:{name:this.iconRight,right:!1===this.stack&&!0===this.hasLabel}}));const 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(s["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 a})),i.d(e,"b",(function(){return l}));var n=i("2b0e"),o=i("0967"),s=i("f303"),r=i("e704");function a(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&&(void 0===t.$el.contains||!0!==t.$el.contains(e.target)))}function l(t,e,i){while(0!==i&&void 0!==t){if(void 0!==t.__renderPortal){if(i--,"QMenu"===t.$options.name){t=a(t,e);continue}t.hide(e)}t=t.$parent}}function c(t){while(void 0!==t){if("QGlobalDialog"===t.$options.name)return!0;if("QDialog"===t.$options.name)return!1;t=t.$parent}return!1}const u={inheritAttrs:!1,props:{contentClass:[Array,String,Object],contentStyle:[Array,String,Object]},methods:{__showPortal(t){if(!0!==t)if(void 0===this.focusObj&&(this.focusObj={}),Object(r["b"])(this.focusObj),void 0!==this.$q.fullscreen&&!0===this.$q.fullscreen.isCapable){const t=t=>{if(void 0===this.__portal)return;const e=Object(s["c"])(t,this.$q.fullscreen.activeEl);this.__portal.$el.parentElement!==e&&e.contains(this.$el)===(!1===this.__onGlobalDialog)&&e.appendChild(this.__portal.$el)};this.unwatchFullscreen=this.$watch("$q.fullscreen.isActive",t);const e=this.$q.fullscreen.isActive;!1!==this.__onGlobalDialog&&!0!==e||t(e)}else void 0!==this.__portal&&!1===this.__onGlobalDialog&&document.body.appendChild(this.__portal.$el);else Object(r["d"])(this.focusObj)},__hidePortal(){Object(r["d"])(this.focusObj),void 0!==this.__portal&&(void 0!==this.unwatchFullscreen&&(this.unwatchFullscreen(),this.unwatchFullscreen=void 0),!1===this.__onGlobalDialog&&(this.__portal.$destroy(),this.__portal.$el.remove()),this.__portal=void 0)},__preparePortal(){void 0===this.__portal&&(this.__portal=!0===this.__onGlobalDialog?{$el:this.$el,$refs:this.$refs}:new n["default"]({name:"QPortal",parent:this,inheritAttrs:!1,render:t=>this.__renderPortal(t),components:this.$options.components,directives:this.$options.directives}).$mount())}},render(t){if(!0===this.__onGlobalDialog)return this.__renderPortal(t);void 0!==this.__portal&&this.__portal.$forceUpdate()},beforeDestroy(){this.__hidePortal()}};!1===o["f"]&&(u.created=function(){this.__onGlobalDialog=c(this.$parent)}),e["c"]=u},"9ed3":function(t,e,i){"use strict";var n=i("ae93").IteratorPrototype,o=i("7c73"),s=i("5c6c"),r=i("d44e"),a=i("3f8c"),l=function(){return this};t.exports=function(t,e,i){var c=e+" Iterator";return t.prototype=o(n,{next:s(1,i)}),r(t,c,!1,!0),a[c]=l,t}},"9f7f":function(t,e,i){"use strict";var n=i("d039");function o(t,e){return RegExp(t,e)}e.UNSUPPORTED_Y=n((function(){var t=o("a","y");return t.lastIndex=2,null!=t.exec("abcd")})),e.BROKEN_CARET=n((function(){var t=o("^r","gy");return t.lastIndex=2,null!=t.exec("str")}))},a078:function(t,e,i){var n=i("7b0b"),o=i("50c4"),s=i("35a1"),r=i("e95a"),a=i("0366"),l=i("ebb5").aTypedArrayConstructor;t.exports=function(t){var e,i,c,u,h,d,f=n(t),p=arguments.length,v=p>1?arguments[1]:void 0,m=void 0!==v,g=s(f);if(void 0!=g&&!r(g)){h=g.call(f),d=h.next,f=[];while(!(u=d.call(h)).done)f.push(u.value)}for(m&&p>2&&(v=a(v,arguments[2],2)),i=o(f.length),c=new(l(this))(i),e=0;i>e;e++)c[e]=m?v(f[e],e):f[e];return c}},a267:function(t,e,i){"use strict";var n=i("d728");const o=[];let s=!1;e["a"]={__install(){this.__installed=!0,window.addEventListener("keydown",t=>{s=27===t.keyCode}),window.addEventListener("blur",()=>{!0===s&&(s=!1)}),window.addEventListener("keyup",t=>{!0===s&&(s=!1,0!==o.length&&!0===Object(n["a"])(t,27)&&o[o.length-1].fn(t))})},register(t,e){!0===t.$q.platform.is.desktop&&(!0!==this.__installed&&this.__install(),o.push({comp:t,fn:e}))},pop(t){if(!0===t.$q.platform.is.desktop){const e=o.findIndex(e=>e.comp===t);e>-1&&o.splice(e,1)}}}},a370:function(t,e,i){"use strict";var n=i("2b0e"),o=i("e2fa"),s=i("87e8"),r=i("dde5");e["a"]=n["default"].extend({name:"QCardSection",mixins:[s["a"],o["a"]],props:{horizontal:Boolean},computed:{classes(){return"q-card__section q-card__section--"+(!0===this.horizontal?"horiz row no-wrap":"vert")}},render(t){return t(this.tag,{class:this.classes,on:{...this.qListeners}},Object(r["c"])(this,"default"))}})},a691:function(t,e){var i=Math.ceil,n=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?n:i)(t)}},a960:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.show?n("div",{class:t.isDesktop?"header row justify-center bg-info":"row justify-center bg-info"},[n("div",{staticClass:"row col-12 items-center bg-info logo-center no-wrap"},[t.isDesktop?t._e():n("q-btn",{attrs:{padding:"13px",ripple:{color:"primary"},flat:"",color:"primary",icon:"fas fa-bars"},on:{click:t.onMenu}}),t.isDesktop?t._e():n("q-space"),n("q-btn",{staticClass:"logo-center",staticStyle:{height:"50px"},attrs:{padding:"13px",ripple:{color:"primary"},flat:"",color:"dark","aria-label":"home"},on:{click:t.onVilla}},[t.$q.screen.width<650?n("q-img",{attrs:{basic:"",contain:"",width:"50px",src:i("5ccb")}}):n("q-img",{attrs:{basic:"",contain:"",width:"225px",src:i("e019")}})],1),n("q-space"),n("div",{class:t.isDesktop?"col-4 ":"",staticStyle:{position:"relative"}},[t.$q.screen.lt.sm||"Checkout"===t.$route.name?t._e():n("SearchBar",{staticClass:"col-4",attrs:{prsearch:t.keyword},on:{"on-input":t.onInputChanged,barcode:t.onBarcode,focus:t.onFocus,search:t.onSearch}}),t.focused?n("div",{staticClass:"view-all"},[n("button",{staticClass:"view-all-btn",on:{click:t.viewAllHandler}},[t._v("View all")])]):t._e(),t.focused?n("div",{directives:[{name:"on-clickaway",rawName:"v-on-clickaway",value:t.close,expression:"close"}],ref:"scrollTargetRef",staticClass:"search-list bg-white"},[""===t.keyword?n("div",[t.history.length>0?n("div",{staticStyle:{padding:"5px 10px"}},[n("p",{staticClass:"title"},[t._v("Recent:")]),t._l(t.history,(function(e){return n("q-btn",{key:e,staticStyle:{"border-radius":"20px",margin:"3px 5px"},attrs:{id:"recent","no-caps":"",unelevated:"",outline:"",color:"primary"},on:{click:function(i){return t.onSearchByText(e)}}},[t._v(t._s(e))])}))],2):t._e(),n("div",{staticStyle:{padding:"5px 10px"}},[n("p",{staticClass:"title"},[t._v("Recommend:")]),t._l(t.recommend,(function(e){return n("q-btn",{key:e,staticStyle:{"border-radius":"20px",margin:"3px 5px"},attrs:{"no-caps":"",unelevated:"",color:"primary"},on:{click:function(i){return t.onSearchByCategory(e)}}},[t._v(t._s(e))])}))],2)]):n("div",[t.autocomplete?n("q-list",{attrs:{dense:""}},t._l(t.autocompleteList,(function(e,i){return n("q-item",{key:i,attrs:{clickable:""},on:{click:function(i){return t.onSearchByText(e)}}},[n("q-item-section",[n("q-item-label",[t._v(t._s(e))])],1)],1)})),1):n("div",[0===t.itemsList.length&&0==t.disable?n("div",{staticClass:"row justify-center q-my-md",staticStyle:{width:"100%"}},[n("q-spinner-dots",{attrs:{color:"primary",size:"40px"}})],1):t._e(),0===t.itemsList.length&&1==t.disable?n("div",{staticClass:"row justify-center q-my-md",staticStyle:{width:"100%"}},[n("div",{staticClass:"text-primary",staticStyle:{"font-size":"16px","font-weight":"bold"}},[t._v(' No result for "'+t._s(t.keyword)+'" ')])]):t._e(),n("q-infinite-scroll",{ref:"InfiniteScroll",attrs:{offset:250,"scroll-target":t.$refs.scrollTargetRef,disable:t.disable},on:{load:t.onLoad,click:t.onClickProduct},scopedSlots:t._u([{key:"loading",fn:function(){return[n("div",{staticClass:"row justify-center q-my-md",staticStyle:{width:"100%"}},[n("q-spinner-dots",{attrs:{color:"primary",size:"40px"}})],1)]},proxy:!0}],null,!1,3366689506)},t._l(t.itemsInfoList,(function(e,i){return n("ProductCardH",{key:i,staticStyle:{"border-top":"1px solid #f2f3f4",position:"relative"},attrs:{info:e,isOutofstock:e.isOutofstock},on:{"add-to-cart":function(i){return t.AddToCart(e)}}})})),1)],1)],1)]):t._e()],1),t.isDesktop?n("q-btn",{staticClass:"text-primary no-wrap small-text",attrs:{padding:"13px",ripple:{color:"primary"},flat:"",color:"dark","aria-label":"choose branch",to:"/profile"}},[t._v(" "+t._s(t.firstName?"Hi, "+t.firstName:"Sign In")+" ")]):n("q-btn",{staticClass:"text-primary no-wrap small-text",attrs:{padding:"0",ripple:{color:"primary"},flat:"",color:"dark","aria-label":"choose branch",to:"/profile"}},[t._v(" "+t._s(t.firstName?"Hi, "+t.firstName:"Sign In")+" ")]),"Checkout"!==t.$route.name?n("q-btn",{staticClass:"text-primary no-wrap",attrs:{padding:"13px",ripple:{color:"primary"},flat:"",color:"dark","icon-right":"fas fa-map-marker-alt","aria-label":"choose branch"},on:{click:t.onChangeBranch}},[t._v(" "+t._s(t.isDesktop?t.name:null)+" ")]):t._e()],1),n("q-dialog",{attrs:{persistent:"",maximized:!0,"transition-show":"slide-up","transition-hide":"slide-down"},model:{value:t.showMenuDialog,callback:function(e){t.showMenuDialog=e},expression:"showMenuDialog"}},[n("FullScreenDialog",[n("q-btn",{staticClass:"full-width",attrs:{flat:"",size:"lg"},on:{click:t.onAbout}},[t._v(" "+t._s(t.$t("About")))]),n("q-btn",{staticClass:"full-width",attrs:{flat:"",size:"lg"},on:{click:t.onTerms}},[t._v(t._s(t.$t("Terms of service")))]),n("q-btn",{staticClass:"full-width",attrs:{flat:"",size:"lg"},on:{click:t.onPrivacy}},[t._v(t._s(t.$t("Privacy policy")))]),n("q-btn",{staticClass:"full-width",attrs:{flat:"",size:"lg"},on:{click:t.onContact}},[t._v(t._s(t.$t("Contact")))]),n("q-btn-toggle",{attrs:{spread:"","no-caps":"","toggle-color":"white",color:"primary","text-color":"white","toggle-text-color":"primary",options:[{slot:"one",value:"en"},{slot:"two",value:"th"}]},scopedSlots:t._u([{key:"one",fn:function(){return[n("div",{staticClass:"row full-width justify-evenly no-wrap"},[n("img",{staticClass:"flag",attrs:{src:"https://lipis.github.io/flag-icon-css/flags/4x3/us.svg",alt:"United States of America Flag"}}),n("div",{},[t._v("English")])])]},proxy:!0},{key:"two",fn:function(){return[n("div",{staticClass:"row full-width justify-evenly no-wrap"},[n("img",{staticClass:"flag",attrs:{src:"https://lipis.github.io/flag-icon-css/flags/4x3/th.svg",alt:"Thailand Flag"}}),n("div",{},[t._v("ภาษาไทย")])])]},proxy:!0}],null,!1,737942008),model:{value:t.lang,callback:function(e){t.lang=e},expression:"lang"}})],1)],1),n("q-dialog",{attrs:{persistent:"",maximized:!0,"transition-show":"slide-up","transition-hide":"slide-down"},model:{value:t.showChooseBranchDialog,callback:function(e){t.showChooseBranchDialog=e},expression:"showChooseBranchDialog"}},[n("FullScreenDialog",[n("choose-branch-dialog",{on:{"choosed-branch":t.onChoosedBranch}})],1)],1)],1):t._e()},o=[],s=(i("5319"),i("14ac")),r=i("c7db"),a=i("2f62"),l=i("24e8"),c=i("9c40"),u=i("8380"),h=i("ef35"),d=i("1c1c"),f=i("66e5"),p=i("4074"),v=i("0170"),m=i("6a67"),g=i("256a"),_=i("b012"),b=i("2ba5");const y={QDialog:l["a"],QBtn:c["a"],QSpinnerDots:u["a"],QInfiniteScroll:h["a"],QList:d["a"],QItem:f["a"],QItemSection:p["a"],QItemLabel:v["a"],QBtnToggle:m["a"]};var w={name:"Header",components:{...y,SearchBar:s["a"],ChooseBranchDialog:()=>i.e("chunk-vendors~fdc6512a").then(i.bind(null,"4b41")),ProductCardH:()=>i.e("home~31ecd969").then(i.bind(null,"da66")),FullScreenDialog:()=>i.e("chunk-vendors~6e8b5f81").then(i.bind(null,"0aa5"))},mixins:[r["mixin"],g["a"],b["a"]],data(){return{show:!0,keyword:"",focused:!1,recommend:["New Arrival","Best Seller","Special Offer","Partnership Shops","Grab & Go","Pre Order"],timeoutHandler:null,itemsList:[],itemsInfoList:[],count:0,done:"",itemCount:0,disable:!1,showMenuDialog:!1,showChooseBranchDialog:!1,autocomplete:!1,autocompleteList:[],lang:"en",firstName:null}},computed:{...Object(a["b"])("cart",["totalItems"]),...Object(a["b"])("search",["history"]),...Object(a["b"])("branch",["name"]),isDesktop(){return this.$q.screen.gt.xs}},watch:{lang:{immediate:!1,handler:function(t){this.$i18n.locale=t}},"$i18n.locale":{immediate:!0,handler:function(t){this.lang=t}},"$route.name":{immediate:!0,handler:function(t){if(this.isDesktop)switch(t){case"Home":case"AllProduct":case"About":case"Contact":case"Terms":case"PrivacyPolicy":case"SingleProduct":case"Profile":case"ProfileShipping":case"ProfileShippingAdd":case"Promotions":case"PromotionDetail":case"Recommend":case"SignIn":case"SignUp":case"SignUpPhone":case"SignUpEmail":case"SignUpEmailOldAccount":case"Cart":case"Checkout":case"Order":case"OrderList":case"OrderDetail":case"Favorites":this.show=!0;break;default:this.show=!1;break}else switch(t){case"Home":this.show=!0;break;default:this.show=!1;break}switch(t){case"Home":this.loadUserData()}}},isDesktop:{immediate:!0,handler:function(t){if(t)this.show=!0;else switch(this.$route.name){case"SingleProduct":case"AllProduct":case"About":case"Contact":case"Terms":case"PrivacyPolicy":case"Profile":case"ProfileShipping":case"ProfileShippingAdd":case"Promotions":case"PromotionDetail":case"Recommend":case"SignIn":case"SignUp":case"SignUpPhone":case"SignUpEmail":case"SignUpEmailOldAccount":case"Cart":case"Checkout":case"Order":case"OrderList":case"OrderDetail":case"Favorites":this.show=!1;break;default:this.show=!0;break}}}},methods:{close(t){"INPUT"!==t.target.nodeName&&(this.focused=!1)},onClickProduct(){this.focused=!1},onSearchByText(t){this.focused=!0,this.keyword=t,this.searchProduct(this.keyword)},onSearchByCategory(t){this.$router.push("/catalog/"+t),this.focused=!1},async onLoad(t,e){if(this.done=e,this.itemsList.length>0){var i=0;for(i=this.count;i<=this.count+10;i++){if(i>=this.itemsList.length){this.disable=!0;break}this.itemsInfoList.push(this.itemsList[i])}this.count+=10}e()},onInputChanged:Object(_["debounce"])((async function(t){if(!([null,void 0,""].indexOf(t)>=0))try{this.keyword=t;const e=await this.$store.dispatch("search/SearchAutocomplete",{keyword:t});this.autocomplete=!0,this.autocompleteList=e}catch(e){}}),200),async searchProduct(t){this.autocomplete=!1,this.itemsInfoList=[],this.itemsList=[],this.count=0,this.keyword=t,this.disable=!1,this.timeoutHandler&&clearTimeout(this.timeoutHandler),this.timeoutHandler=setTimeout(async()=>{const e=this.$store.getters["branch/code"],i=await this.$store.dispatch("search/SearchProducts",{keyword:t,branch:e});i.length<=0&&(this.disable=!0),this.itemsList=i,this.$refs["InfiniteScroll"]&&this.$refs["InfiniteScroll"].poll()},1e3)},onFocus(){this.focused=!0},onVilla(){const t=this.$route.name;return"Home"!=t?this.$router.replace({name:"Home"}):this.$router.go()},onSearch(t){this.onSearchByText(t)},onCart(){this.$emit("on-cart")},onProfile(){this.$emit("on-profile")},onChangeBranch(){this.showChooseBranchDialog=!0},async onChoosedBranch(){this.showChooseBranchDialog=!1},onBarcode(){this.$emit("on-barcode")},onMenu(){this.showMenuDialog=!0},onAbout(){this.showMenuDialog=!1,this.$router.push({name:"About"})},onTerms(){this.showMenuDialog=!1,this.$router.push({name:"Terms"})},onPrivacy(){this.showMenuDialog=!1,this.$router.push({name:"PrivacyPolicy"})},onContact(){this.showMenuDialog=!1,this.$router.push({name:"Contact"})},viewAllHandler(){this.$router.push({name:"Search",params:{prsearch:this.keyword}})},loadUserData(){this.loadUser().then(()=>{const t=this.$store.getters["user/user"];t.firstName?this.firstName=t.firstName:t.name&&(this.firstName=t.name.split(" ")[0])})}}},S=w,x=(i("17c6"),i("2877")),C=Object(x["a"])(S,n,o,!1,null,"83df0aba",null);e["default"]=C.exports},a981:function(t,e){t.exports="undefined"!==typeof ArrayBuffer&&"undefined"!==typeof DataView},ab41:function(t,e,i){"use strict";i.d(e,"d",(function(){return a})),i.d(e,"c",(function(){return l})),i.d(e,"a",(function(){return u})),i.d(e,"b",(function(){return f}));var n=i("0831"),o=i("0967");let s,r;function a(t){const e=t.split(" ");return 2===e.length&&(!0===["top","center","bottom"].includes(e[0])&&!0===["left","middle","right","start","end"].includes(e[1]))}function l(t){return!t||2===t.length&&("number"===typeof t[0]&&"number"===typeof t[1])}const c={"start#ltr":"left","start#rtl":"right","end#ltr":"right","end#rtl":"left"};function u(t,e){const i=t.split(" ");return{vertical:i[0],horizontal:c[`${i[1]}#${!0===e?"rtl":"ltr"}`]}}function h(t,e){let{top:i,left:n,right:o,bottom:s,width:r,height:a}=t.getBoundingClientRect();return void 0!==e&&(i-=e[1],n-=e[0],s+=e[1],o+=e[0],r+=e[0],a+=e[1]),{top:i,left:n,right:o,bottom:s,width:r,height:a,middle:n+(o-n)/2,center:i+(s-i)/2}}function d(t){return{top:0,center:t.offsetHeight/2,bottom:t.offsetHeight,left:0,middle:t.offsetWidth/2,right:t.offsetWidth}}function f(t){if(!0===o["a"].is.ios&&void 0!==window.visualViewport){const t=document.body.style,{offsetLeft:e,offsetTop:i}=window.visualViewport;e!==s&&(t.setProperty("--q-pe-left",e+"px"),s=e),i!==r&&(t.setProperty("--q-pe-top",i+"px"),r=i)}let e;const{scrollLeft:i,scrollTop:n}=t.el;if(void 0===t.absoluteOffset)e=h(t.anchorEl,!0===t.cover?[0,0]:t.offset);else{const{top:i,left:n}=t.anchorEl.getBoundingClientRect(),o=i+t.absoluteOffset.top,s=n+t.absoluteOffset.left;e={top:o,left:s,width:1,height:1,right:s+1,center:o,middle:s,bottom:o+1}}let a={maxHeight:t.maxHeight,maxWidth:t.maxWidth,visibility:"visible"};!0!==t.fit&&!0!==t.cover||(a.minWidth=e.width+"px",!0===t.cover&&(a.minHeight=e.height+"px")),Object.assign(t.el.style,a);const l=d(t.el),c={top:e[t.anchorOrigin.vertical]-l[t.selfOrigin.vertical],left:e[t.anchorOrigin.horizontal]-l[t.selfOrigin.horizontal]};p(c,e,l,t.anchorOrigin,t.selfOrigin),a={top:c.top+"px",left:c.left+"px"},void 0!==c.maxHeight&&(a.maxHeight=c.maxHeight+"px",e.height>c.maxHeight&&(a.minHeight=a.maxHeight)),void 0!==c.maxWidth&&(a.maxWidth=c.maxWidth+"px",e.width>c.maxWidth&&(a.minWidth=a.maxWidth)),Object.assign(t.el.style,a),t.el.scrollTop!==n&&(t.el.scrollTop=n),t.el.scrollLeft!==i&&(t.el.scrollLeft=i)}function p(t,e,i,o,s){const r=i.bottom,a=i.right,l=Object(n["e"])(),c=window.innerHeight-l,u=document.body.clientWidth;if(t.top<0||t.top+r>c)if("center"===s.vertical)t.top=e[o.vertical]>c/2?Math.max(0,c-r):0,t.maxHeight=Math.min(r,c);else if(e[o.vertical]>c/2){const i=Math.min(c,"center"===o.vertical?e.center:o.vertical===s.vertical?e.bottom:e.top);t.maxHeight=Math.min(r,i),t.top=Math.max(0,i-r)}else t.top=Math.max(0,"center"===o.vertical?e.center:o.vertical===s.vertical?e.top:e.bottom),t.maxHeight=Math.min(r,c-t.top);if(t.left<0||t.left+a>u)if(t.maxWidth=Math.min(a,u),"middle"===s.horizontal)t.left=e[o.horizontal]>u/2?Math.max(0,u-a):0;else if(e[o.horizontal]>u/2){const i=Math.min(u,"middle"===o.horizontal?e.middle:o.horizontal===s.horizontal?e.right:e.left);t.maxWidth=Math.min(a,i),t.left=Math.max(0,i-t.maxWidth)}else t.left=Math.max(0,"middle"===o.horizontal?e.middle:o.horizontal===s.horizontal?e.left:e.right),t.maxWidth=Math.min(a,u-t.left)}["left","middle","right"].forEach(t=>{c[t+"#ltr"]=t,c[t+"#rtl"]=t})},ac1f:function(t,e,i){"use strict";var n=i("23e7"),o=i("9263");n({target:"RegExp",proto:!0,forced:/./.exec!==o},{exec:o})},ad6d:function(t,e,i){"use strict";var n=i("825a");t.exports=function(){var t=n(this),e="";return t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.sticky&&(e+="y"),e}},ae93:function(t,e,i){"use strict";var n,o,s,r=i("e163"),a=i("9112"),l=i("5135"),c=i("b622"),u=i("c430"),h=c("iterator"),d=!1,f=function(){return this};[].keys&&(s=[].keys(),"next"in s?(o=r(r(s)),o!==Object.prototype&&(n=o)):d=!0),void 0==n&&(n={}),u||l(n,h)||a(n,h,f),t.exports={IteratorPrototype:n,BUGGY_SAFARI_ITERATORS:d}},b012:function(t,e){function i(t,e,i){var n,o,s,r,a;function l(){var c=Date.now()-r;c=0?n=setTimeout(l,e-c):(n=null,i||(a=t.apply(s,o),s=o=null))}null==e&&(e=100);var c=function(){s=this,o=arguments,r=Date.now();var c=i&&!n;return n||(n=setTimeout(l,e)),c&&(a=t.apply(s,o),s=o=null),a};return c.clear=function(){n&&(clearTimeout(n),n=null)},c.flush=function(){n&&(a=t.apply(s,o),s=o=null,clearTimeout(n),n=null)},c}i.debounce=i,t.exports=i},b05d:function(t,e,i){"use strict";var n=i("81e7"),o=i("c0a8"),s=i("ec5d"),r=i("9071");const a={mounted(){n["c"].takeover.forEach(t=>{t(this.$q)})}};var l=function(t){if(t.ssr){const e={...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(i=>{i(e,t)})}else{const e=t.app.mixins||[];!1===e.includes(a)&&(t.app.mixins=e.concat(a))}};e["a"]={version:o["a"],install:n["b"],lang:s["a"],iconSet:r["a"],ssrUpdate:l}},b13f:function(t,e,i){},b383:function(t,e,i){"use strict";e.decode=e.parse=i("91dd"),e.encode=e.stringify=i("e099")},b622:function(t,e,i){var n=i("da84"),o=i("5692"),s=i("5135"),r=i("90e3"),a=i("4930"),l=i("fdbf"),c=o("wks"),u=n.Symbol,h=l?u:u&&u.withoutSetter||r;t.exports=function(t){return s(c,t)||(a&&s(u,t)?c[t]=u[t]:c[t]=h("Symbol."+t)),c[t]}},b727:function(t,e,i){var n=i("0366"),o=i("44ad"),s=i("7b0b"),r=i("50c4"),a=i("65f0"),l=[].push,c=function(t){var e=1==t,i=2==t,c=3==t,u=4==t,h=6==t,d=5==t||h;return function(f,p,v,m){for(var g,_,b=s(f),y=o(b),w=n(p,v,3),S=r(y.length),x=0,C=m||a,k=e?C(f,S):i?C(f,0):void 0;S>x;x++)if((d||x in y)&&(g=y[x],_=w(g,x,b),t))if(e)k[x]=_;else if(_)switch(t){case 3:return!0;case 5:return g;case 6:return x;case 2:l.call(k,g)}else if(u)return!1;return h?-1:c||u?u:k}};t.exports={forEach:c(0),map:c(1),filter:c(2),some:c(3),every:c(4),find:c(5),findIndex:c(6)}},b7fa:function(t,e,i){"use strict";e["a"]={props:{dark:{type:Boolean,default:null}},computed:{isDark(){return null===this.dark?this.$q.dark.isActive:this.dark}}}},b8a2:function(t,e,i){"use strict";i("b13f")},bbc5:function(t,e,i){t.exports=i.p+"img/search.d0f76ae6.png"},bc78:function(t,e,i){"use strict";i.d(e,"a",(function(){return n}));i("5319");function n(t,e,i=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-"+t,e)}},c04e:function(t,e,i){var n=i("861d");t.exports=function(t,e){if(!n(t))return t;var i,o;if(e&&"function"==typeof(i=t.toString)&&!n(o=i.call(t)))return o;if("function"==typeof(i=t.valueOf)&&!n(o=i.call(t)))return o;if(!e&&"function"==typeof(i=t.toString)&&!n(o=i.call(t)))return o;throw TypeError("Can't convert object to primitive value")}},c0a8:function(t){t.exports=JSON.parse('{"a":"1.15.19"}')},c247:function(t,e,i){"use strict";i.r(e);var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"fixed-bottom row justify-center bg-primary menu-bar"},[i("div",{staticClass:"row col-12 col-sm-8 col-md-4"},[i("q-btn",{attrs:{ripple:{color:"white"},flat:"",size:"15.3px",color:"white",icon:"fas fa-home",stack:"","aria-label":"home",title:"home",to:"/"}}),i("q-btn",{attrs:{ripple:{color:"white"},flat:"",size:"15.3px",color:"white",icon:"fas fa-gifts",stack:"","aria-label":"promotions",title:"promotions",to:"/promotions"},on:{click:t.onPromotions}}),i("q-btn",{attrs:{ripple:{color:"white"},flat:"",size:"15.3px",color:"white",icon:"fas fa-user-circle",stack:"","aria-label":"profile",title:"profile",to:"/profile"},on:{click:t.onProfile}}),i("q-btn",{attrs:{ripple:{color:"white"},flat:"",size:"15.3px",color:"white",icon:"fas fa-comments",stack:"","aria-label":"live chat",title:"live chat"},on:{click:t.onChat}}),i("q-btn",{attrs:{ripple:{color:"white"},flat:"",size:"15.3px",color:"white",icon:"fas fa-shopping-cart",stack:"","aria-label":"cart",title:"cart",to:"/cart"},on:{click:t.onCart}},[t.TotalInStock>0?i("q-badge",{attrs:{color:"red",floating:""}},[t._v(" "+t._s(t.TotalInStock)+" ")]):t._e()],1)],1)])},o=[],s=i("2f62"),r=i("c88b"),a=i("58a8");const l={QBadge:a["a"]};var c={name:"MenuBar",components:{...l},data(){return{loaded:!1}},created(){this.loadLiveAgent().then(()=>this.loaded=!0)},computed:{...Object(s["b"])("cartData",["TotalInStock"])},methods:{async loadLiveAgent(){const t="https://villamarket.ladesk.com/scripts/track.js",e="j24z1lfr";return Object(r["a"])(t,"la_x2s6df8d",(function(t){window.LiveAgentID=e,window.chatButton=window.LiveAgent.createButton(e,t,"NOTE")}))},async onChat(){if(!this.loaded)return;this.$gtag&&this.$gtag.event("select_content",{content_type:"Bottom Bar",item_id:"Live chat"}),window.LiveAgent.clearAllUserDetails();const t=this.$store.getters["user/user"];t&&(t.name&&window.LiveAgent.addUserDetail("firstName",t.name),t.email&&window.LiveAgent.addUserDetail("email",t.email),t.phone_number&&window.LiveAgent.addUserDetail("phone",t.phone_number));const e=await this.$store.dispatch("authentication/GetUserInfo");e&&(e.attributes?(e.attributes.name&&window.LiveAgent.addUserDetail("firstName",e.attributes.name),e.attributes.phone_number&&window.LiveAgent.addUserDetail("phone",e.attributes.phone_number),e.attributes.email&&window.LiveAgent.addUserDetail("email",e.attributes.email)):(e.name&&window.LiveAgent.addUserDetail("firstName",e.name),e.email&&window.LiveAgent.addUserDetail("email",e.email))),window.chatButton.onClick()},onHome(){this.$emit("on-home")},onProfile(){this.$gtag&&this.$gtag.event("select_content",{content_type:"Bottom Bar",item_id:"Profile"})},onCart(){this.$gtag&&this.$gtag.event("select_content",{content_type:"Bottom Bar",item_id:"Cart"})},onPromotions(){this.$gtag&&this.$gtag.event("select_content",{content_type:"Bottom Bar",item_id:"Promotions"})}}},u=c,h=(i("5139"),i("319d"),i("2877")),d=Object(h["a"])(u,n,o,!1,null,"81479a22",null);e["default"]=d.exports},c315:function(t,e,i){t.exports=i.p+"img/how-to.5dca0260.png"},c430:function(t,e){t.exports=!1},c474:function(t,e,i){"use strict";var n=i("2248"),o=i("d882"),s=i("3627"),r=i("d728");e["a"]={props:{target:{default:!0},noParentEvent:Boolean,contextMenu:Boolean},watch:{contextMenu(t){void 0!==this.anchorEl&&(this.__unconfigureAnchorEl(),this.__configureAnchorEl(t))},target(){void 0!==this.anchorEl&&this.__unconfigureAnchorEl(),this.__pickAnchorEl()},noParentEvent(t){void 0!==this.anchorEl&&(!0===t?this.__unconfigureAnchorEl():this.__configureAnchorEl())}},methods:{__showCondition(t){return void 0!==this.anchorEl&&(void 0===t||(void 0===t.touches||t.touches.length<=1))},__contextClick(t){this.hide(t),this.$nextTick(()=>{this.show(t)}),Object(o["i"])(t)},__toggleKey(t){!0===Object(r["a"])(t,13)&&this.toggle(t)},__mobileCleanup(t){this.anchorEl.classList.remove("non-selectable"),clearTimeout(this.touchTimer),!0===this.showing&&void 0!==t&&Object(n["a"])()},__mobilePrevent:o["i"],__mobileTouch(t){if(this.__mobileCleanup(t),!0!==this.__showCondition(t))return;this.hide(t),this.anchorEl.classList.add("non-selectable");const e=Object(s["b"])(t.target);Object(o["a"])(this,"anchor",[[e,"touchmove","__mobileCleanup","passive"],[e,"touchend","__mobileCleanup","passive"],[e,"touchcancel","__mobileCleanup","passive"],[this.anchorEl,"contextmenu","__mobilePrevent","notPassive"]]),this.touchTimer=setTimeout(()=>{this.show(t)},300)},__unconfigureAnchorEl(){Object(o["b"])(this,"anchor")},__configureAnchorEl(t=this.contextMenu){if(!0===this.noParentEvent||void 0===this.anchorEl)return;let e;e=!0===t?!0===this.$q.platform.is.mobile?[[this.anchorEl,"touchstart","__mobileTouch","passive"]]:[[this.anchorEl,"click","hide","passive"],[this.anchorEl,"contextmenu","__contextClick","notPassive"]]:[[this.anchorEl,"click","toggle","passive"],[this.anchorEl,"keyup","__toggleKey","passive"]],Object(o["a"])(this,"anchor",e)},__setAnchorEl(t){this.anchorEl=t;while(this.anchorEl.classList.contains("q-anchor--skip"))this.anchorEl=this.anchorEl.parentNode;this.__configureAnchorEl()},__pickAnchorEl(){if(!1===this.target||""===this.target)this.anchorEl=void 0;else if(!0===this.target)this.__setAnchorEl(this.parentEl);else{let e=this.target;if("string"===typeof this.target)try{e=document.querySelector(this.target)}catch(t){e=void 0}void 0!==e&&null!==e?(this.anchorEl=!0===e._isVue&&void 0!==e.$el?e.$el:e,this.__configureAnchorEl()):this.anchorEl=void 0}},__changeScrollEvent(t,e){const i=(void 0!==e?"add":"remove")+"EventListener",n=void 0!==e?e:this.__scrollFn;t!==window&&t[i]("scroll",n,o["f"].passive),window[i]("scroll",n,o["f"].passive),this.__scrollFn=e}},created(){"function"===typeof this.__configureScrollTarget&&"function"===typeof this.__unconfigureScrollTarget&&(this.noParentEventWatcher=this.$watch("noParentEvent",()=>{void 0!==this.__scrollTarget&&(this.__unconfigureScrollTarget(),this.__configureScrollTarget())}))},mounted(){this.parentEl=this.$el.parentNode,this.__pickAnchorEl(),!0===this.value&&void 0===this.anchorEl&&this.$emit("input",!1)},beforeDestroy(){clearTimeout(this.touchTimer),void 0!==this.noParentEventWatcher&&this.noParentEventWatcher(),void 0!==this.__anchorCleanup&&this.__anchorCleanup(),this.__unconfigureAnchorEl()}}},c6b6:function(t,e){var i={}.toString;t.exports=function(t){return i.call(t).slice(8,-1)}},c6cd:function(t,e,i){var n=i("da84"),o=i("ce4e"),s="__core-js_shared__",r=n[s]||o(s,{});t.exports=r},c7db:function(t,e,i){"use strict";var n=i("2b0e");n="default"in n?n["default"]:n;var o="2.2.2",s=/^2\./.test(n.version);s||n.util.warn("VueClickaway "+o+" only supports Vue 2.x, and does not support Vue "+n.version);var r="_vue_clickaway_handler";function a(t,e,i){l(t);var n=i.context,o=e.value;if("function"===typeof o){var s=!1;setTimeout((function(){s=!0}),0),t[r]=function(e){var i=e.path||(e.composedPath?e.composedPath():void 0);if(s&&(i?i.indexOf(t)<0:!t.contains(e.target)))return o.call(n,e)},document.documentElement.addEventListener("click",t[r],!1)}}function l(t){document.documentElement.removeEventListener("click",t[r],!1),delete t[r]}var c={bind:a,update:function(t,e){e.value!==e.oldValue&&a(t,e)},unbind:l},u={directives:{onClickaway:c}};e.version=o,e.directive=c,e.mixin=u},ca84:function(t,e,i){var n=i("5135"),o=i("fc6a"),s=i("4d64").indexOf,r=i("d012");t.exports=function(t,e){var i,a=o(t),l=0,c=[];for(i in a)!n(r,i)&&n(a,i)&&c.push(i);while(e.length>l)n(a,i=e[l++])&&(~s(c,i)||c.push(i));return c}},cb32:function(t,e,i){"use strict";var n=i("2b0e"),o=i("0016"),s=i("6642"),r=i("87e8"),a=i("dde5");e["a"]=n["default"].extend({name:"QAvatar",mixins:[r["a"],s["a"]],props:{fontSize:String,color:String,textColor:String,icon:String,square:Boolean,rounded:Boolean},computed:{classes(){return{["bg-"+this.color]:this.color,[`text-${this.textColor} q-chip--colored`]:this.textColor,"q-avatar--square":this.square,"rounded-borders":this.rounded}},contentStyle(){if(this.fontSize)return{fontSize:this.fontSize}}},render(t){const e=void 0!==this.icon?[t(o["a"],{props:{name:this.icon}})]:void 0;return t("div",{staticClass:"q-avatar",style:this.sizeStyle,class:this.classes,on:{...this.qListeners}},[t("div",{staticClass:"q-avatar__content row flex-center overflow-hidden",style:this.contentStyle},Object(a["b"])(e,this,"default"))])}})},cc12:function(t,e,i){var n=i("da84"),o=i("861d"),s=n.document,r=o(s)&&o(s.createElement);t.exports=function(t){return r?s.createElement(t):{}}},ce4e:function(t,e,i){var n=i("da84"),o=i("9112");t.exports=function(t,e){try{o(n,t,e)}catch(i){n[t]=e}return e}},d012:function(t,e){t.exports={}},d039:function(t,e){t.exports=function(t){try{return!!t()}catch(e){return!0}}},d066:function(t,e,i){var n=i("428f"),o=i("da84"),s=function(t){return"function"==typeof t?t:void 0};t.exports=function(t,e){return arguments.length<2?s(n[t])||s(o[t]):n[t]&&n[t][e]||o[t]&&o[t][e]}},d1e7:function(t,e,i){"use strict";var n={}.propertyIsEnumerable,o=Object.getOwnPropertyDescriptor,s=o&&!n.call({1:2},1);e.f=s?function(t){var e=o(this,t);return!!e&&e.enumerable}:n},d2bb:function(t,e,i){var n=i("825a"),o=i("3bbe");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,i={};try{t=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,t.call(i,[]),e=i instanceof Array}catch(s){}return function(i,s){return n(i),o(s),e?t.call(i,s):i.__proto__=s,i}}():void 0)},d44e:function(t,e,i){var n=i("9bf2").f,o=i("5135"),s=i("b622"),r=s("toStringTag");t.exports=function(t,e,i){t&&!o(t=i?t:t.prototype,r)&&n(t,r,{configurable:!0,value:e})}},d728:function(t,e,i){"use strict";i.d(e,"b",(function(){return o})),i.d(e,"c",(function(){return s})),i.d(e,"a",(function(){return r}));let n=!1;function o(t){n=!0===t.isComposing}function s(t){return!0===n||t!==Object(t)||!0===t.isComposing||!0===t.qKeyEvent}function r(t,e){return!0!==s(t)&&[].concat(e).includes(t.keyCode)}},d784:function(t,e,i){"use strict";i("ac1f");var n=i("6eeb"),o=i("d039"),s=i("b622"),r=i("9263"),a=i("9112"),l=s("species"),c=!o((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$")})),u=function(){return"$0"==="a".replace(/./,"$0")}(),h=s("replace"),d=function(){return!!/./[h]&&""===/./[h]("a","$0")}(),f=!o((function(){var t=/(?:)/,e=t.exec;t.exec=function(){return e.apply(this,arguments)};var i="ab".split(t);return 2!==i.length||"a"!==i[0]||"b"!==i[1]}));t.exports=function(t,e,i,h){var p=s(t),v=!o((function(){var e={};return e[p]=function(){return 7},7!=""[t](e)})),m=v&&!o((function(){var e=!1,i=/a/;return"split"===t&&(i={},i.constructor={},i.constructor[l]=function(){return i},i.flags="",i[p]=/./[p]),i.exec=function(){return e=!0,null},i[p](""),!e}));if(!v||!m||"replace"===t&&(!c||!u||d)||"split"===t&&!f){var g=/./[p],_=i(p,""[t],(function(t,e,i,n,o){return e.exec===r?v&&!o?{done:!0,value:g.call(e,i,n)}:{done:!0,value:t.call(i,e,n)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),b=_[0],y=_[1];n(String.prototype,t,b),n(RegExp.prototype,p,2==e?function(t,e){return y.call(t,this,e)}:function(t){return y.call(t,this)})}h&&a(RegExp.prototype[p],"sham",!0)}},d882:function(t,e,i){"use strict";i.d(e,"f",(function(){return n})),i.d(e,"g",(function(){return s})),i.d(e,"e",(function(){return r})),i.d(e,"h",(function(){return a})),i.d(e,"d",(function(){return l})),i.d(e,"k",(function(){return c})),i.d(e,"i",(function(){return u})),i.d(e,"l",(function(){return h})),i.d(e,"m",(function(){return d})),i.d(e,"j",(function(){return f})),i.d(e,"c",(function(){return p})),i.d(e,"a",(function(){return v})),i.d(e,"b",(function(){return m}));i("ddb0");const n={hasPassive:!1,passiveCapture:!0,notPassiveCapture:!0};try{var o=Object.defineProperty({},"passive",{get(){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,o),window.removeEventListener("qtest",null,o)}catch(g){}function s(){}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();const e=[];let i=t.target;while(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){if(h(t),"mousedown"===t.type){const e=i=>{i.target===t.target&&h(i),document.removeEventListener("click",e,n.notPassiveCapture)};document.addEventListener("click",e,n.notPassiveCapture)}}function f(t,e){if(void 0===t||!0===e&&!0===t.__dragPrevented)return;const i=!0===e?t=>{t.__dragPrevented=!0,t.addEventListener("dragstart",u,n.notPassiveCapture)}:t=>{delete t.__dragPrevented,t.removeEventListener("dragstart",u,n.notPassiveCapture)};t.querySelectorAll("a, img").forEach(i)}function p(t,{bubbles:e=!1,cancelable:i=!1}={}){try{return new CustomEvent(t,{bubbles:e,cancelable:i})}catch(g){const o=document.createEvent("Event");return o.initEvent(t,e,i),o}}function v(t,e,i){const o=`__q_${e}_evt`;t[o]=void 0!==t[o]?t[o].concat(i):i,i.forEach(e=>{e[0].addEventListener(e[1],t[e[2]],n[e[3]])})}function m(t,e){const i=`__q_${e}_evt`;void 0!==t[i]&&(t[i].forEach(e=>{e[0].removeEventListener(e[1],t[e[2]],n[e[3]])}),t[i]=void 0)}},da84:function(t,e,i){(function(e){var i=function(t){return t&&t.Math==Math&&t};t.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof e&&e)||Function("return this")()}).call(this,i("c8ba"))},ddb0:function(t,e,i){var n=i("da84"),o=i("fdbc"),s=i("e260"),r=i("9112"),a=i("b622"),l=a("iterator"),c=a("toStringTag"),u=s.values;for(var h in o){var d=n[h],f=d&&d.prototype;if(f){if(f[l]!==u)try{r(f,l,u)}catch(v){f[l]=u}if(f[c]||r(f,c,h),o[h])for(var p in s)if(f[p]!==s[p])try{r(f,p,s[p])}catch(v){f[p]=s[p]}}}},ddd8:function(t,e,i){"use strict";var n=i("2b0e"),o=i("8572"),s=i("0016"),r=i("b7fa"),a=i("3d69"),l=i("6642"),c=i("d882"),u=i("dde5"),h=i("0cd3"),d=n["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,iconSelected: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(){const t=!0===this.outline&&this.color||this.textColor;return{["bg-"+this.color]:!1===this.outline&&void 0!==this.color,[`text-${t} q-chip--colored`]:t,disabled:this.disable,"q-chip--dense":this.dense,"q-chip--outline":this.outline,"q-chip--selected":this.selected,"q-chip--clickable cursor-pointer non-selectable q-hoverable":this.isClickable,"q-chip--square":this.square,"q-chip--dark q-dark":this.isDark}},hasLeftIcon(){return!0===this.selected||void 0!==this.icon},leftIcon(){return!0===this.selected?this.iconSelected||this.$q.iconSet.chip.selected:this.icon},removeIcon(){return this.iconRemove||this.$q.iconSet.chip.remove},isClickable(){return!1===this.disable&&(!0===this.clickable||null!==this.selected)},attrs(){return!0===this.disable?{tabindex:-1,"aria-disabled":"true"}:{tabindex:this.tabindex||0}}},methods:{__onKeyup(t){13===t.keyCode&&this.__onClick(t)},__onClick(t){this.disable||(this.$emit("update:selected",!this.selected),this.$emit("click",t))},__onRemove(t){void 0!==t.keyCode&&13!==t.keyCode||(Object(c["l"])(t),!this.disable&&this.$emit("remove",!1))},__getContent(t){const e=[];!0===this.isClickable&&e.push(t("div",{staticClass:"q-focus-helper"})),!0===this.hasLeftIcon&&e.push(t(s["a"],{staticClass:"q-chip__icon q-chip__icon--left",props:{name:this.leftIcon}}));const 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(s["a"],{staticClass:"q-chip__icon q-chip__icon--right",props:{name:this.iconRight}})),!0===this.removable&&e.push(t(s["a"],{staticClass:"q-chip__icon q-chip__icon--remove cursor-pointer",props:{name:this.removeIcon},attrs:this.attrs,on:Object(h["b"])(this,"non",{click:this.__onRemove,keyup:this.__onRemove})})),e}},render(t){if(!1===this.value)return;const 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["b"])(this,"click",{click:this.__onClick,keyup:this.__onKeyup}),directives:Object(h["b"])(this,"dir#"+this.ripple,[{name:"ripple",value:this.ripple}])}),t("div",e,this.__getContent(t))}}),f=i("66e5"),p=i("4074"),v=i("0170"),m=i("4e73"),g=i("24e8"),_=i("5ff7"),b=i("7937"),y=i("d728"),w=i("f89c"),S=(i("5319"),i("1c16"));const x=1e3,C=["start","center","end","start-force","center-force","end-force"],k=Array.prototype.slice;let O=void 0;function $(){const t=document.createElement("div"),e=document.createElement("div");t.setAttribute("dir","rtl"),t.style.width="1px",t.style.height="1px",t.style.overflow="auto",e.style.width="1000px",e.style.height="1px",document.body.appendChild(t),t.appendChild(e),t.scrollLeft=-1e3,O=t.scrollLeft>=0,t.remove()}function q(t,e){return t+e}function E(t,e,i,n,o,s,r,a){const l=t===window?document.scrollingElement||document.documentElement:t,c=!0===o?"offsetWidth":"offsetHeight",u={scrollStart:0,scrollViewSize:-r-a,scrollMaxSize:0,offsetStart:-r,offsetEnd:-a};if(!0===o?(t===window?(u.scrollStart=window.pageXOffset||window.scrollX||document.body.scrollLeft||0,u.scrollViewSize+=window.innerWidth):(u.scrollStart=l.scrollLeft,u.scrollViewSize+=l.clientWidth),u.scrollMaxSize=l.scrollWidth,!0===s&&(u.scrollStart=(!0===O?u.scrollMaxSize-u.scrollViewSize:0)-u.scrollStart)):(t===window?(u.scrollStart=window.pageYOffset||window.scrollY||document.body.scrollTop||0,u.scrollViewSize+=window.innerHeight):(u.scrollStart=l.scrollTop,u.scrollViewSize+=l.clientHeight),u.scrollMaxSize=l.scrollHeight),void 0!==i)for(let h=i.previousElementSibling;null!==h;h=h.previousElementSibling)!1===h.classList.contains("q-virtual-scroll--skip")&&(u.offsetStart+=h[c]);if(void 0!==n)for(let h=n.nextElementSibling;null!==h;h=h.nextElementSibling)!1===h.classList.contains("q-virtual-scroll--skip")&&(u.offsetEnd+=h[c]);if(e!==t){const i=l.getBoundingClientRect(),n=e.getBoundingClientRect();!0===o?(u.offsetStart+=n.left-i.left,u.offsetEnd-=n.width):(u.offsetStart+=n.top-i.top,u.offsetEnd-=n.height),t!==window&&(u.offsetStart+=u.scrollStart),u.offsetEnd+=u.scrollMaxSize-u.offsetStart}return u}function T(t,e,i,n){t===window?!0===i?(!0===n&&(e=(!0===O?document.body.scrollWidth-window.innerWidth:0)-e),window.scrollTo(e,window.pageYOffset||window.scrollY||document.body.scrollTop||0)):window.scrollTo(window.pageXOffset||window.scrollX||document.body.scrollLeft||0,e):!0===i?(!0===n&&(e=(!0===O?t.scrollWidth-t.offsetWidth:0)-e),t.scrollLeft=e):t.scrollTop=e}function L(t,e,i,n){if(i>=n)return 0;const o=e.length,s=Math.floor(i/x),r=Math.floor((n-1)/x)+1;let a=t.slice(s,r).reduce(q,0);return i%x!==0&&(a-=e.slice(s*x,i).reduce(q,0)),n%x!==0&&n!==o&&(a-=e.slice(n,r*x).reduce(q,0)),a}const j={virtualScrollSliceSize:{type:[Number,String],default:null},virtualScrollSliceRatioBefore:{type:[Number,String],default:1},virtualScrollSliceRatioAfter:{type:[Number,String],default:1},virtualScrollItemSize:{type:[Number,String],default:24},virtualScrollStickySizeStart:{type:[Number,String],default:0},virtualScrollStickySizeEnd:{type:[Number,String],default:0},tableColspan:[Number,String]};let A=1;function I(t,e){if(void 0===I.isSupported&&(I.isSupported=void 0!==window.getComputedStyle(document.body).overflowAnchor),!1===I.isSupported)return;const i=t+"_ss";let n=document.getElementById(i);null===n&&(n=document.createElement("style"),n.type="text/css",n.id=i,document.head.appendChild(n)),n.qChildIndex!==e&&(n.qChildIndex=e,n.innerHTML=`#${t} > *:nth-child(${e}) { overflow-anchor: auto }`)}Object.keys(j);var B={props:{virtualScrollHorizontal:Boolean,...j},data(){return{virtualScrollSliceRange:{from:0,to:0},id:"qvs_"+A++}},watch:{needsSliceRecalc(){this.__setVirtualScrollSize()},needsReset(){this.reset()}},computed:{needsReset(){return["virtualScrollItemSizeComputed","virtualScrollHorizontal"].map(t=>this[t]).join(";")},needsSliceRecalc(){return this.needsReset+";"+["virtualScrollSliceRatioBefore","virtualScrollSliceRatioAfter"].map(t=>this[t]).join(";")},colspanAttr(){return void 0!==this.tableColspan?{colspan:this.tableColspan}:{colspan:100}},virtualScrollItemSizeComputed(){return this.virtualScrollItemSize}},methods:{reset(){this.__resetVirtualScroll(this.prevToIndex,!0)},refresh(t){this.__resetVirtualScroll(void 0===t?this.prevToIndex:t)},scrollTo(t,e){const i=this.__getVirtualScrollTarget();if(void 0===i||null===i||8===i.nodeType)return;const n=E(i,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.$q.lang.rtl,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd);this.__scrollViewSize!==n.scrollViewSize&&this.__setVirtualScrollSize(n.scrollViewSize),this.__setVirtualScrollSliceRange(i,n,Math.min(this.virtualScrollLength-1,Math.max(0,parseInt(t,10)||0)),0,C.indexOf(e)>-1?e:this.prevToIndex>-1&&t>this.prevToIndex?"end":"start")},__onVirtualScrollEvt(){const t=this.__getVirtualScrollTarget();if(void 0===t||null===t||8===t.nodeType)return;const e=E(t,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.$q.lang.rtl,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd),i=this.virtualScrollLength-1,n=e.scrollMaxSize-e.offsetStart-e.offsetEnd-this.virtualScrollPaddingAfter;if(this.prevScrollStart===e.scrollStart)return;if(e.scrollMaxSize<=0)return void this.__setVirtualScrollSliceRange(t,e,0,0);this.__scrollViewSize!==e.scrollViewSize&&this.__setVirtualScrollSize(e.scrollViewSize),this.__updateVirtualScrollSizes(this.virtualScrollSliceRange.from);const o=Math.floor(e.scrollMaxSize-Math.max(e.scrollViewSize,e.offsetEnd)-Math.min(this.virtualScrollSizes[i],e.scrollViewSize/2));if(o>0&&Math.ceil(e.scrollStart)>=o)return void this.__setVirtualScrollSliceRange(t,e,i,e.scrollMaxSize-e.offsetEnd-this.virtualScrollSizesAgg.reduce(q,0));let s=0,r=e.scrollStart-e.offsetStart,a=r;if(r<=n&&r+e.scrollViewSize>=this.virtualScrollPaddingBefore)r-=this.virtualScrollPaddingBefore,s=this.virtualScrollSliceRange.from,a=r;else for(let l=0;r>=this.virtualScrollSizesAgg[l]&&s0&&s-e.scrollViewSize?(s++,a=r):a=this.virtualScrollSizes[s]+r;this.__setVirtualScrollSliceRange(t,e,s,a)},__setVirtualScrollSliceRange(t,e,i,n,o){const s="string"===typeof o&&o.indexOf("-force")>-1,r=!0===s?o.replace("-force",""):o,a=void 0!==r?r:"start";let l=Math.max(0,i-this.virtualScrollSliceSizeComputed[a]),c=l+this.virtualScrollSliceSizeComputed.total;c>this.virtualScrollLength&&(c=this.virtualScrollLength,l=Math.max(0,c-this.virtualScrollSliceSizeComputed.total)),this.prevScrollStart=e.scrollStart;const u=l!==this.virtualScrollSliceRange.from||c!==this.virtualScrollSliceRange.to;if(!1===u&&void 0===r)return void this.__emitScroll(i);const{activeElement:h}=document;if(!0===u&&void 0!==this.$refs.content&&this.$refs.content!==h&&!0===this.$refs.content.contains(h)){const t=()=>{this.$refs.content.focus()};h.addEventListener("blur",t,!0),requestAnimationFrame(()=>{h.removeEventListener("blur",t,!0)})}I(this.id,i-l+1);const d=void 0!==r?this.virtualScrollSizes.slice(l,i).reduce(q,0):0;if(!0===u){const t=c>=this.virtualScrollSliceRange.from&&l<=this.virtualScrollSliceRange.to?this.virtualScrollSliceRange.to:c;this.virtualScrollSliceRange={from:l,to:t},this.virtualScrollPaddingBefore=L(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,l),this.virtualScrollPaddingAfter=L(this.virtualScrollSizesAgg,this.virtualScrollSizes,this.virtualScrollSliceRange.to,this.virtualScrollLength),requestAnimationFrame(()=>{this.virtualScrollSliceRange.to!==c&&this.prevScrollStart===e.scrollStart&&(this.virtualScrollSliceRange={from:this.virtualScrollSliceRange.from,to:c},this.virtualScrollPaddingAfter=L(this.virtualScrollSizesAgg,this.virtualScrollSizes,c,this.virtualScrollLength))})}requestAnimationFrame(()=>{if(this.prevScrollStart!==e.scrollStart)return;!0===u&&this.__updateVirtualScrollSizes(l);const o=this.virtualScrollSizes.slice(l,i).reduce(q,0),a=o+e.offsetStart+this.virtualScrollPaddingBefore,c=a+this.virtualScrollSizes[i];let h=a+n;if(void 0!==r){const t=o-d,n=e.scrollStart+t;h=!0!==s&&n!1===t.classList.contains("q-virtual-scroll--skip")),n=i.length,o=!0===this.virtualScrollHorizontal?t=>t.getBoundingClientRect().width:t=>t.offsetHeight;let s,r,a=t;for(let t=0;t=n;s--)this.virtualScrollSizes[s]=i;const o=Math.floor((this.virtualScrollLength-1)/x);this.virtualScrollSizesAgg=[];for(let s=0;s<=o;s++){let t=0;const e=Math.min((s+1)*x,this.virtualScrollLength);for(let i=s*x;i=0?(this.__updateVirtualScrollSizes(this.virtualScrollSliceRange.from),this.$nextTick(()=>{this.scrollTo(t)})):(this.virtualScrollPaddingBefore=L(this.virtualScrollSizesAgg,this.virtualScrollSizes,0,this.virtualScrollSliceRange.from),this.virtualScrollPaddingAfter=L(this.virtualScrollSizesAgg,this.virtualScrollSizes,this.virtualScrollSliceRange.to,this.virtualScrollLength),this.__onVirtualScrollEvt())},__setVirtualScrollSize(t){if(void 0===t&&"undefined"!==typeof window){const e=this.__getVirtualScrollTarget();void 0!==e&&null!==e&&8!==e.nodeType&&(t=E(e,this.__getVirtualScrollEl(),this.$refs.before,this.$refs.after,this.virtualScrollHorizontal,this.$q.lang.rtl,this.virtualScrollStickySizeStart,this.virtualScrollStickySizeEnd).scrollViewSize)}this.__scrollViewSize=t;const e=1+this.virtualScrollSliceRatioBefore+this.virtualScrollSliceRatioAfter,i=void 0===t||t<=0?1:Math.ceil(t/this.virtualScrollItemSizeComputed),n=Math.max(10,i,Math.ceil(this.virtualScrollSliceSize/e));this.virtualScrollSliceSizeComputed={total:Math.ceil(n*e),start:Math.ceil(n*this.virtualScrollSliceRatioBefore),center:Math.ceil(n*(.5+this.virtualScrollSliceRatioBefore)),end:Math.ceil(n*(1+this.virtualScrollSliceRatioBefore)),view:i}},__padVirtualScroll(t,e,i){const n=!0===this.virtualScrollHorizontal?"width":"height",o={["--q-virtual-scroll-item-"+n]:this.virtualScrollItemSizeComputed+"px"};return["tbody"===e?t(e,{staticClass:"q-virtual-scroll__padding",key:"before",ref:"before"},[t("tr",[t("td",{style:{[n]:this.virtualScrollPaddingBefore+"px",...o},attrs:this.colspanAttr})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"before",ref:"before",style:{[n]:this.virtualScrollPaddingBefore+"px",...o}}),t(e,{staticClass:"q-virtual-scroll__content",key:"content",ref:"content",attrs:{id:this.id,tabindex:-1}},i),"tbody"===e?t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after"},[t("tr",[t("td",{style:{[n]:this.virtualScrollPaddingAfter+"px",...o},attrs:this.colspanAttr})])]):t(e,{staticClass:"q-virtual-scroll__padding",key:"after",ref:"after",style:{[n]:this.virtualScrollPaddingAfter+"px",...o}})]},__emitScroll(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["add","add-unique","toggle"].includes(t),R=".*+?^${}()|[]\\";e["a"]=n["default"].extend({name:"QSelect",mixins:[o["a"],B,P["a"],w["a"],M["a"]],props:{value:{required:!0},multiple:Boolean,displayValue:[String,Number],displayValueSanitize:Boolean,dropdownIcon:String,options:{type:Array,default:()=>[]},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:z},mapOptions:Boolean,emitValue:Boolean,inputDebounce:{type:[Number,String],default:500},inputClass:[Array,String,Object],inputStyle:[Array,String,Object],tabindex:{type:[String,Number],default:0},autocomplete:String,transitionShow:String,transitionHide:String,behavior:{type:String,validator:t=>["default","menu","dialog"].includes(t),default:"default"},virtualScrollItemSize:{type:[Number,String],default:void 0}},data(){return{menu:!1,dialog:!1,optionIndex:-1,inputValue:"",dialogFieldFocused:!1}},watch:{innerValue:{handler(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(){this.__resetInputValue()},menu(t){this.__updateMenu(t)}},computed:{isOptionsDark(){return null===this.optionsDark?this.isDark:this.optionsDark},virtualScrollLength(){return Array.isArray(this.options)?this.options.length:0},fieldClass(){return`q-select q-field--auto-height q-select--with${!0!==this.useInput?"out":""}-input q-select--with${!0!==this.useChips?"out":""}-chips q-select--`+(!0===this.multiple?"multiple":"single")},computedInputClass(){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(){return(!0===this.virtualScrollHorizontal?"q-virtual-scroll--horizontal":"")+(this.popupContentClass?" "+this.popupContentClass:"")},innerValue(){const t=!0===this.mapOptions&&!0!==this.multiple,e=void 0===this.value||null===this.value&&!0!==t?[]:!0===this.multiple&&Array.isArray(this.value)?this.value:[this.value];if(!0===this.mapOptions&&!0===Array.isArray(this.options)){const i=!0===this.mapOptions&&void 0!==this.innerValueCache?this.innerValueCache:[],n=e.map(t=>this.__getOption(t,i));return null===this.value&&!0===t?n.filter(t=>null!==t):n}return e},noOptions(){return 0===this.virtualScrollLength},selectedString(){return this.innerValue.map(t=>this.getOptionLabel(t)).join(", ")},sanitizeFn(){return!0===this.optionsSanitize?()=>!0:t=>void 0!==t&&null!==t&&!0===t.sanitize},displayAsText(){return!0===this.displayValueSanitize||void 0===this.displayValue&&(!0===this.optionsSanitize||this.innerValue.some(this.sanitizeFn))},computedTabindex(){return!0===this.focused?this.tabindex:-1},selectedScope(){return this.innerValue.map((t,e)=>({index:e,opt:t,sanitize:this.sanitizeFn(t),selected:!0,removeAtIndex:this.__removeAtIndexAndFocus,toggleOption:this.toggleOption,tabindex:this.computedTabindex}))},optionScope(){if(0===this.virtualScrollLength)return[];const{from:t,to:e}=this.virtualScrollSliceRange,{options:i,optionEls:n}=this.__optionScopeCache;return this.options.slice(t,e).map((e,o)=>{const s=!0===this.isOptionDisabled(e),r=t+o,a={clickable:!0,active:!1,activeClass:this.computedOptionsSelectedClass,manualFocus:!0,focused:!1,disable:s,tabindex:-1,dense:this.optionsDense,dark:this.isOptionsDark};!0!==s&&(!0===this.isOptionSelected(e)&&(a.active=!0),this.optionIndex===r&&(a.focused=!0));const l={click:()=>{this.toggleOption(e)}};!0===this.$q.platform.is.desktop&&(l.mousemove=()=>{this.setOptionIndex(r)});const c={index:r,opt:e,sanitize:this.sanitizeFn(e),selected:a.active,focused:a.focused,toggleOption:this.toggleOption,setOptionIndex:this.setOptionIndex,itemProps:a};return void 0!==i[o]&&!0===Object(_["a"])(c,i[o])||(i[o]=c,n[o]=void 0),{...c,itemEvents:l}})},dropdownArrowIcon(){return void 0!==this.dropdownIcon?this.dropdownIcon:this.$q.iconSet.arrow.dropdown},squaredMenu(){return!1===this.optionsCover&&!0!==this.outlined&&!0!==this.standout&&!0!==this.borderless&&!0!==this.rounded},computedOptionsSelectedClass(){return void 0!==this.optionsSelectedClass?this.optionsSelectedClass:void 0!==this.color?"text-"+this.color:""},innerOptionsValue(){return this.innerValue.map(t=>this.getOptionValue(t))},getOptionValue(){return this.__getPropValueFn("optionValue","value")},getOptionLabel(){return this.__getPropValueFn("optionLabel","label")},isOptionDisabled(){return this.__getPropValueFn("optionDisable","disable")},inputControlEvents(){const t={input:this.__onInput,change:this.__onChange,keydown:this.__onTargetKeydown,keyup:this.__onTargetAutocomplete,keypress:this.__onTargetKeypress,focus:this.__selectInputText,click:t=>{!0===this.hasDialog&&Object(c["k"])(t)}};return t.compositionstart=t.compositionupdate=t.compositionend=this.__onComposition,t},virtualScrollItemSizeComputed(){return void 0===this.virtualScrollItemSize?!0===this.dense?24:48:this.virtualScrollItemSize}},methods:{getEmittingOptionValue(t){return!0===this.emitValue?this.getOptionValue(t):t},removeAtIndex(t){if(t>-1&&t=this.maxValues)return;const n=this.value.slice();this.$emit("add",{index:n.length,value:i}),n.push(i),this.$emit("input",n)},toggleOption(t,e){if(!0!==this.editable||void 0===t||!0===this.isOptionDisabled(t))return;const i=this.getOptionValue(t);if(!0!==this.multiple)return!0!==e&&(this.updateInputValue(!0===this.fillInput?this.getOptionLabel(t):"",!0,!0),this.hidePopup()),void 0!==this.$refs.target&&this.$refs.target.focus(),void(!0!==Object(_["a"])(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){const e=!0===this.emitValue?i:t;return this.$emit("add",{index:0,value:e}),void this.$emit("input",!0===this.multiple?[e]:e)}const n=this.value.slice(),o=this.innerOptionsValue.findIndex(t=>Object(_["a"])(t,i));if(o>-1)this.$emit("remove",{index:o,value:n.splice(o,1)[0]});else{if(void 0!==this.maxValues&&n.length>=this.maxValues)return;const e=!0===this.emitValue?i:t;this.$emit("add",{index:n.length,value:e}),n.push(e)}this.$emit("input",n)},setOptionIndex(t){if(!0!==this.$q.platform.is.desktop)return;const e=t>-1&&t=0?this.getOptionLabel(this.options[i]):this.defaultInputValue))}},__getOption(t,e){const i=e=>Object(_["a"])(this.getOptionValue(e),t);return this.options.find(i)||e.find(i)||t},__getPropValueFn(t,e){const i=void 0!==this[t]?this[t]:e;return"function"===typeof i?i:t=>Object(t)===t&&i in t?t[i]:t},isOptionSelected(t){const e=this.getOptionValue(t);return void 0!==this.innerOptionsValue.find(t=>Object(_["a"])(t,e))},__selectInputText(){!0===this.useInput&&void 0!==this.$refs.target&&this.$refs.target.select()},__onTargetKeyup(t){!0===Object(y["a"])(t,27)&&!0===this.menu&&(Object(c["k"])(t),this.hidePopup(),this.__resetInputValue()),this.$emit("keyup",t)},__onTargetAutocomplete(t){const{value:e}=t.target;if(void 0===t.keyCode)if(t.target.value="",clearTimeout(this.inputTimer),this.__resetInputValue(),"string"===typeof e&&e.length>0){const t=e.toLocaleLowerCase();let i=e=>this.getOptionValue(e).toLocaleLowerCase()===t,n=this.options.find(i);void 0!==n?-1===this.innerValue.indexOf(n)?this.toggleOption(n):this.hidePopup():(i=e=>this.getOptionLabel(e).toLocaleLowerCase()===t,n=this.options.find(i),void 0!==n?-1===this.innerValue.indexOf(n)?this.toggleOption(n):this.hidePopup():this.filter(e,!0))}else this.__clearValue(t);else this.__onTargetKeyup(t)},__onTargetKeypress(t){this.$emit("keypress",t)},__onTargetKeydown(t){if(this.$emit("keydown",t),!0===Object(y["c"])(t))return;const e=this.inputValue.length>0&&(void 0!==this.newValueMode||void 0!==this.qListeners["new-value"]),i=!0!==t.shiftKey&&!0!==this.multiple&&(this.optionIndex>-1||!0===e);if(27===t.keyCode)return void Object(c["i"])(t);if(9===t.keyCode&&!1===i)return void this.__closeMenu();if(void 0===t.target||t.target.id!==this.targetUid)return;if(40===t.keyCode&&!0!==this.innerLoading&&!1===this.menu)return Object(c["l"])(t),void this.showPopup();if(8===t.keyCode&&!0!==this.hideSelected&&0===this.inputValue.length)return void(!0===this.multiple&&Array.isArray(this.value)?this.removeAtIndex(this.value.length-1):!0!==this.multiple&&null!==this.value&&this.$emit("input",null));35!==t.keyCode&&36!==t.keyCode||"string"===typeof this.inputValue&&0!==this.inputValue.length||(Object(c["l"])(t),this.optionIndex=-1,this.moveOptionSelection(36===t.keyCode?1:-1,this.multiple)),33!==t.keyCode&&34!==t.keyCode||void 0===this.virtualScrollSliceSizeComputed||(Object(c["l"])(t),this.optionIndex=Math.max(-1,Math.min(this.virtualScrollLength,this.optionIndex+(33===t.keyCode?-1:1)*this.virtualScrollSliceSizeComputed.view)),this.moveOptionSelection(33===t.keyCode?1:-1,this.multiple)),38!==t.keyCode&&40!==t.keyCode||(Object(c["l"])(t),this.moveOptionSelection(38===t.keyCode?-1:1,this.multiple));const n=this.virtualScrollLength;if((void 0===this.searchBuffer||this.searchBufferExp0&&!0!==this.useInput&&void 0!==t.key&&1===t.key.length&&t.altKey===t.ctrlKey&&(32!==t.keyCode||this.searchBuffer.length>0)){!0!==this.menu&&this.showPopup(t);const e=t.key.toLocaleLowerCase(),i=1===this.searchBuffer.length&&this.searchBuffer[0]===e;this.searchBufferExp=Date.now()+1500,!1===i&&(Object(c["l"])(t),this.searchBuffer+=e);const o=new RegExp("^"+this.searchBuffer.split("").map(t=>R.indexOf(t)>-1?"\\"+t:t).join(".*"),"i");let s=this.optionIndex;if(!0===i||s<0||!0!==o.test(this.getOptionLabel(this.options[s])))do{s=Object(b["b"])(s+1,-1,n-1)}while(s!==this.optionIndex&&(!0===this.isOptionDisabled(this.options[s])||!0!==o.test(this.getOptionLabel(this.options[s]))));this.optionIndex!==s&&this.$nextTick(()=>{this.setOptionIndex(s),this.scrollTo(s),s>=0&&!0===this.useInput&&!0===this.fillInput&&this.__setInputValue(this.getOptionLabel(this.options[s]))})}else if(13===t.keyCode||32===t.keyCode&&!0!==this.useInput&&""===this.searchBuffer||9===t.keyCode&&!1!==i)if(9!==t.keyCode&&Object(c["l"])(t),this.optionIndex>-1&&this.optionIndex{if(e){if(!0!==z(e))return}else e=this.newValueMode;void 0!==t&&null!==t&&(this.updateInputValue("",!0!==this.multiple,!0),this["toggle"===e?"toggleOption":"add"](t,"add-unique"===e),!0!==this.multiple&&(void 0!==this.$refs.target&&this.$refs.target.focus(),this.hidePopup()))};if(void 0!==this.qListeners["new-value"]?this.$emit("new-value",this.inputValue,t):t(this.inputValue),!0!==this.multiple)return}!0===this.menu?this.__closeMenu():!0!==this.innerLoading&&this.showPopup()}},__getVirtualScrollEl(){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(){return this.__getVirtualScrollEl()},__getSelection(t){return!0===this.hideSelected?[]:void 0!==this.$scopedSlots["selected-item"]?this.selectedScope.map(t=>this.$scopedSlots["selected-item"](t)).slice():void 0!==this.$scopedSlots.selected?this.$scopedSlots.selected().slice():!0===this.useChips?this.selectedScope.map((e,i)=>t(d,{key:"option-"+i,props:{removable:!0===this.editable&&!0!==this.isOptionDisabled(e.opt),dense:!0,textColor:this.color,tabindex:this.computedTabindex},on:Object(h["b"])(this,"rem#"+i,{remove(){e.removeAtIndex(i)}})},[t("span",{staticClass:"ellipsis",domProps:{[!0===e.sanitize?"textContent":"innerHTML"]:this.getOptionLabel(e.opt)}})])):[t("span",{domProps:{[this.displayAsText?"textContent":"innerHTML"]:void 0!==this.displayValue?this.displayValue:this.selectedString}})]},__getControl(t,e){const i=this.__getSelection(t),n=!0===e||!0!==this.dialog||!0!==this.hasDialog;if(!0===this.useInput?i.push(this.__getInput(t,e,n)):!0===this.editable&&!0===n&&(i.push(t("div",{ref:"target",key:"d_t",staticClass:"no-outline",attrs:{id:this.targetUid,tabindex:this.tabindex},on:Object(h["b"])(this,"f-tget",{keydown:this.__onTargetKeydown,keyup:this.__onTargetKeyup,keypress:this.__onTargetKeypress})})),"string"===typeof this.autocomplete&&this.autocomplete.length>0&&i.push(t("input",{staticClass:"q-select__autocomplete-input no-outline",attrs:{autocomplete:this.autocomplete},on:Object(h["b"])(this,"autoinp",{keyup:this.__onTargetAutocomplete})}))),void 0!==this.nameProp&&!0!==this.disable&&this.innerOptionsValue.length>0){const e=this.innerOptionsValue.map(e=>t("option",{attrs:{value:e,selected:!0}}));i.push(t("select",{staticClass:"hidden",attrs:{name:this.nameProp,multiple:this.multiple}},e))}return t("div",{staticClass:"q-field__native row items-center",attrs:this.qAttrs},i)},__getOptions(t){if(!0!==this.menu)return;void 0!==this.$scopedSlots.option&&this.__optionScopeCache.optionSlot!==this.$scopedSlots.option&&(this.__optionScopeCache.optionSlot=this.$scopedSlots.option,this.__optionScopeCache.optionEls=[]);const e=void 0!==this.$scopedSlots.option?this.$scopedSlots.option:e=>t(f["a"],{key:e.index,props:e.itemProps,on:e.itemEvents},[t(p["a"],[t(v["a"],{domProps:{[!0===e.sanitize?"textContent":"innerHTML"]:this.getOptionLabel(e.opt)}})])]),{optionEls:i}=this.__optionScopeCache;let n=this.__padVirtualScroll(t,"div",this.optionScope.map((t,n)=>(void 0===i[n]&&(i[n]=e(t)),i[n])));return void 0!==this.$scopedSlots["before-options"]&&(n=this.$scopedSlots["before-options"]().concat(n)),Object(u["a"])(n,this,"after-options")},__getInnerAppend(t){return!0!==this.loading&&!0!==this.innerLoadingIndicator&&!0!==this.hideDropdownIcon?[t(s["a"],{staticClass:"q-select__dropdown-icon"+(!0===this.menu?" rotate-180":""),props:{name:this.dropdownArrowIcon}})]:null},__getInput(t,e,i){const n={ref:!0===i?"target":void 0,key:"i_t",staticClass:"q-field__input q-placeholder col",style:this.inputStyle,class:this.computedInputClass,domProps:{value:void 0!==this.inputValue?this.inputValue:""},attrs:{type:"search",...this.qAttrs,id:this.targetUid,maxlength:this.maxlength,tabindex:this.tabindex,autocomplete:this.autocomplete,"data-autofocus":!0!==e&&this.autofocus,disabled:!0===this.disable,readonly:!0===this.readonly},on:this.inputControlEvents};return!0!==e&&!0===this.hasDialog&&(n.staticClass+=" no-pointer-events"),t("input",n)},__onChange(t){this.__onComposition(t)},__onInput(t){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(()=>{this.filter(this.inputValue)},this.inputDebounce)))},__setInputValue(t){this.inputValue!==t&&(this.inputValue=t,this.$emit("input-value",t))},updateInputValue(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(t,e){if(void 0===this.qListeners.filter||!0!==e&&!0!==this.focused)return;!0===this.innerLoading?this.$emit("filter-abort"):(this.innerLoading=!0,this.innerLoadingIndicator=!0),""!==t&&!0!==this.multiple&&this.innerValue.length>0&&!0!==this.userInputValue&&t===this.getOptionLabel(this.innerValue[0])&&(t="");const i=setTimeout(()=>{!0===this.menu&&(this.menu=!1)},10);clearTimeout(this.filterId),this.filterId=i,this.$emit("filter",t,(t,n)=>{!0!==e&&!0!==this.focused||this.filterId!==i||(clearTimeout(this.filterId),"function"===typeof t&&t(),this.innerLoadingIndicator=!1,this.$nextTick(()=>{this.innerLoading=!1,!0===this.editable&&(!0===e?!0===this.menu&&this.hidePopup():!0===this.menu?this.__updateMenu(!0):this.menu=!0),"function"===typeof n&&this.$nextTick(()=>{n(this)})}))},()=>{!0===this.focused&&this.filterId===i&&(clearTimeout(this.filterId),this.innerLoading=!1,this.innerLoadingIndicator=!1),!0===this.menu&&(this.menu=!1)})},__getControlEvents(){const t=t=>{this.__onControlFocusout(t,()=>{this.__resetInputValue(),this.__closeMenu()})};return{focusin:this.__onControlFocusin,focusout:t,"popup-show":this.__onControlPopupShow,"popup-hide":e=>{void 0!==e&&Object(c["k"])(e),this.$emit("popup-hide",e),this.hasPopupOpen=!1,t(e)},click:t=>{if(!0!==this.hasDialog&&(Object(c["i"])(t),!0===this.menu))return this.__closeMenu(),void(void 0!==this.$refs.target&&this.$refs.target.focus());this.showPopup(t)}}},__getControlChild(t){if(!1!==this.editable&&(!0===this.dialog||!0!==this.noOptions||void 0!==this.$scopedSlots["no-option"]))return this["__get"+(!0===this.hasDialog?"Dialog":"Menu")](t)},__getMenu(t){const e=!0===this.noOptions?void 0!==this.$scopedSlots["no-option"]?this.$scopedSlots["no-option"]({inputValue:this.inputValue}):null:this.__getOptions(t);return t(m["a"],{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["b"])(this,"menu",{"&scroll":this.__onVirtualScrollEvt,"before-hide":this.__closeMenu,show:this.__onMenuShow})},e)},__onMenuShow(){this.__setVirtualScrollSize()},__onDialogFieldFocus(t){Object(c["k"])(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(t){Object(c["k"])(t),this.$nextTick(()=>{this.dialogFieldFocused=!1})},__getDialog(t){const e=[t(o["a"],{staticClass:"col-auto "+this.fieldClass,props:{...this.$props,for:this.targetUid,dark:this.isOptionsDark,square:!0,filled:!0,itemAligned:!1,loading:this.innerLoadingIndicator,stackLabel:this.inputValue.length>0},on:{...this.qListeners,focus:this.__onDialogFieldFocus,blur:this.__onDialogFieldBlur},scopedSlots:{...this.$scopedSlots,rawControl:()=>this.__getControl(t,!0),before:void 0,after:void 0}})];return!0===this.menu&&e.push(t("div",{ref:"menuContent",staticClass:"scroll",class:this.menuContentClass,style:this.popupContentStyle,on:Object(h["b"])(this,"virtMenu",{click:c["i"],"&scroll":this.__onVirtualScrollEvt})},!0===this.noOptions?void 0!==this.$scopedSlots["no-option"]?this.$scopedSlots["no-option"]({inputValue:this.inputValue}):null:this.__getOptions(t))),t(g["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["b"])(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":"")},e)])},__onDialogBeforeHide(){this.$refs.dialog.__refocusTarget=this.$el.querySelector(".q-field__native > [tabindex]:last-child"),this.focused=!1},__onDialogHide(t){this.hidePopup(),!1===this.focused&&this.$emit("blur",t),this.__resetInputValue()},__onDialogShow(){const t=document.activeElement;null!==t&&t.id===this.targetUid||this.$refs.target===t||void 0===this.$refs.target||this.$refs.target.focus(),this.__setVirtualScrollSize()},__closeMenu(){void 0!==this.__optionScopeCache&&(this.__optionScopeCache.optionEls=[]),!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,this.innerLoadingIndicator=!1)))},showPopup(t){!0===this.editable&&(!0===this.hasDialog?(this.__onControlFocusin(t),this.dialog=!0,this.$nextTick(()=>{this.__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(){this.dialog=!1,this.__closeMenu()},__resetInputValue(){!0===this.useInput&&this.updateInputValue(!0!==this.multiple&&!0===this.fillInput&&this.innerValue.length>0&&this.getOptionLabel(this.innerValue[0])||"",!0,!0)},__updateMenu(t){let e=-1;if(!0===t){if(this.innerValue.length>0){const t=this.getOptionValue(this.innerValue[0]);e=this.options.findIndex(e=>Object(_["a"])(this.getOptionValue(e),t))}this.__resetVirtualScroll(e)}this.setOptionIndex(e)},__onPreRender(){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(){!1===this.dialog&&void 0!==this.$refs.menu&&this.$refs.menu.updatePosition()},updateMenuPosition(){this.__onPostRender()}},beforeMount(){this.__optionScopeCache={optionSlot:this.$scopedSlots.option,options:[],optionEls:[]}},beforeDestroy(){this.__optionScopeCache=void 0,clearTimeout(this.inputTimer)}})},dde5:function(t,e,i){"use strict";function n(t,e,i){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]():i}function o(t,e,i){return void 0!==t.$scopedSlots[e]?t.$scopedSlots[e]().slice():i}function s(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;const 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 o})),i.d(e,"a",(function(){return s})),i.d(e,"b",(function(){return r}))},df75:function(t,e,i){var n=i("ca84"),o=i("7839");t.exports=Object.keys||function(t){return n(t,o)}},df7c:function(t,e,i){(function(t){function i(t,e){for(var i=0,n=t.length-1;n>=0;n--){var o=t[n];"."===o?t.splice(n,1):".."===o?(t.splice(n,1),i++):i&&(t.splice(n,1),i--)}if(e)for(;i--;i)t.unshift("..");return t}function n(t){"string"!==typeof t&&(t+="");var e,i=0,n=-1,o=!0;for(e=t.length-1;e>=0;--e)if(47===t.charCodeAt(e)){if(!o){i=e+1;break}}else-1===n&&(o=!1,n=e+1);return-1===n?"":t.slice(i,n)}function o(t,e){if(t.filter)return t.filter(e);for(var i=[],n=0;n=-1&&!n;s--){var r=s>=0?arguments[s]:t.cwd();if("string"!==typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(e=r+"/"+e,n="/"===r.charAt(0))}return e=i(o(e.split("/"),(function(t){return!!t})),!n).join("/"),(n?"/":"")+e||"."},e.normalize=function(t){var n=e.isAbsolute(t),r="/"===s(t,-1);return t=i(o(t.split("/"),(function(t){return!!t})),!n).join("/"),t||n||(t="."),t&&r&&(t+="/"),(n?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(o(t,(function(t,e){if("string"!==typeof t)throw new TypeError("Arguments to path.join must be strings");return t})).join("/"))},e.relative=function(t,i){function n(t){for(var e=0;e=0;i--)if(""!==t[i])break;return e>i?[]:t.slice(e,i-e+1)}t=e.resolve(t).substr(1),i=e.resolve(i).substr(1);for(var o=n(t.split("/")),s=n(i.split("/")),r=Math.min(o.length,s.length),a=r,l=0;l=1;--s)if(e=t.charCodeAt(s),47===e){if(!o){n=s;break}}else o=!1;return-1===n?i?"/":".":i&&1===n?"/":t.slice(0,n)},e.basename=function(t,e){var i=n(t);return e&&i.substr(-1*e.length)===e&&(i=i.substr(0,i.length-e.length)),i},e.extname=function(t){"string"!==typeof t&&(t+="");for(var e=-1,i=0,n=-1,o=!0,s=0,r=t.length-1;r>=0;--r){var a=t.charCodeAt(r);if(47!==a)-1===n&&(o=!1,n=r+1),46===a?-1===e?e=r:1!==s&&(s=1):-1!==e&&(s=-1);else if(!o){i=r+1;break}}return-1===e||-1===n||0===s||1===s&&e===n-1&&e===i+1?"":t.slice(e,n)};var s="b"==="ab".substr(-1)?function(t,e,i){return t.substr(e,i)}:function(t,e,i){return e<0&&(e=t.length+e),t.substr(e,i)}}).call(this,i("4362"))},e019:function(t,e,i){t.exports=i.p+"img/logo-villa-desktop.9c87a5da.svg"},e099:function(t,e,i){"use strict";var n=function(t){switch(typeof t){case"string":return t;case"boolean":return t?"true":"false";case"number":return isFinite(t)?t:"";default:return""}};t.exports=function(t,e,i,a){return e=e||"&",i=i||"=",null===t&&(t=void 0),"object"===typeof t?s(r(t),(function(r){var a=encodeURIComponent(n(r))+i;return o(t[r])?s(t[r],(function(t){return a+encodeURIComponent(n(t))})).join(e):a+encodeURIComponent(n(t[r]))})).join(e):a?encodeURIComponent(n(a))+i+encodeURIComponent(n(t)):""};var o=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)};function s(t,e){if(t.map)return t.map(e);for(var i=[],n=0;n=e.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==i?{value:n,done:!1}:"values"==i?{value:e[n],done:!1}:{value:[n,e[n]],done:!1}}),"values"),s.Arguments=s.Array,o("keys"),o("values"),o("entries")},e2cc:function(t,e,i){var n=i("6eeb");t.exports=function(t,e,i){for(var o in e)n(t,o,e[o],i);return t}},e2fa:function(t,e,i){"use strict";e["a"]={props:{tag:{type:String,default:"div"}}}},e3db:function(t,e){var i={}.toString;t.exports=Array.isArray||function(t){return"[object Array]"==i.call(t)}},e704:function(t,e,i){"use strict";i.d(e,"b",(function(){return s})),i.d(e,"d",(function(){return r})),i.d(e,"a",(function(){return a})),i.d(e,"c",(function(){return l}));let n=[];const o=[];function s(t){o.push(t)}function r(t){const e=o.indexOf(t);-1!==e&&o.splice(e,1),0===o.length&&n.length>0&&(n[n.length-1](),n=[])}function a(t){if(0!==o.length)return n.push(t),t;t()}function l(t){const e=n.indexOf(t);-1!==e&&n.splice(e,1)}},e893:function(t,e,i){var n=i("5135"),o=i("56ef"),s=i("06cf"),r=i("9bf2");t.exports=function(t,e){for(var i=o(e),a=r.f,l=s.f,c=0;c{const n={...e,rtl:!0===e.rtl,getLocale:r};if(!0===s["f"]){if(void 0===i)return;const t=!0===n.rtl?"rtl":"ltr",e=`lang=${n.isoName} dir=${t}`;n.set=i.$q.lang.set,i.Q_HTML_ATTRS=void 0!==i.Q_PREV_LANG?i.Q_HTML_ATTRS.replace(i.Q_PREV_LANG,e):e,i.Q_PREV_LANG=e,i.$q.lang=n}else{if(!1===s["c"]){const t=document.documentElement;t.setAttribute("dir",!0===n.rtl?"rtl":"ltr"),t.setAttribute("lang",n.isoName)}n.set=this.set,t.lang=this.props=n,this.isoName=n.isoName,this.nativeName=n.nativeName}},!0===s["f"]?(e.server.push((t,e)=>{t.lang={},t.lang.set=t=>{this.set(t,e.ssr)},t.lang.set(a)}),this.isoName=a.isoName,this.nativeName=a.nativeName,this.props=a):(n["default"].util.defineReactive(t,"lang",{}),this.set(a))}}},ef35:function(t,e,i){"use strict";var n=i("2b0e"),o=i("87e8"),s=i("1c16"),r=i("f303"),a=i("0831"),l=i("d882"),c=i("dde5");e["a"]=n["default"].extend({name:"QInfiniteScroll",mixins:[o["a"]],props:{offset:{type:Number,default:500},debounce:{type:[String,Number],default:100},scrollTarget:{default:void 0},initialIndex:Number,disable:Boolean,reverse:Boolean},data(){return{index:this.initialIndex||0,fetching:!1,working:!0}},watch:{disable(t){!0===t?this.stop():this.resume()},scrollTarget(){this.updateScrollTarget()},debounce(t){this.__setDebounce(t)}},methods:{poll(){if(!0===this.disable||!0===this.fetching||!1===this.working)return;const t=Object(a["b"])(this.__scrollTarget),e=Object(a["c"])(this.__scrollTarget),i=Object(r["d"])(this.__scrollTarget);!1===this.reverse?e+i+this.offset>=t&&this.trigger():e{!0===this.working&&(this.fetching=!1,this.$nextTick(()=>{if(!0===this.reverse){const e=Object(a["b"])(this.__scrollTarget),i=Object(a["c"])(this.__scrollTarget),n=e-t;Object(a["h"])(this.__scrollTarget,i+n)}!0===e?this.stop():this.$el.closest("body")&&this.poll()}))})},reset(){this.index=0},resume(){!1===this.working&&(this.working=!0,this.__scrollTarget.addEventListener("scroll",this.poll,l["f"].passive)),this.immediatePoll()},stop(){!0===this.working&&(this.working=!1,this.fetching=!1,this.__scrollTarget.removeEventListener("scroll",this.poll,l["f"].passive))},updateScrollTarget(){this.__scrollTarget&&!0===this.working&&this.__scrollTarget.removeEventListener("scroll",this.poll,l["f"].passive),this.__scrollTarget=Object(a["d"])(this.$el,this.scrollTarget),!0===this.working&&this.__scrollTarget.addEventListener("scroll",this.poll,l["f"].passive)},setIndex(t){this.index=t},__setDebounce(t){t=parseInt(t,10);const e=this.poll;this.poll=t<=0?this.immediatePoll:Object(s["a"])(this.immediatePoll,!0===isNaN(t)?100:t),this.__scrollTarget&&!0===this.working&&(void 0!==e&&this.__scrollTarget.removeEventListener("scroll",e,l["f"].passive),this.__scrollTarget.addEventListener("scroll",this.poll,l["f"].passive))}},mounted(){if(this.immediatePoll=this.poll,this.__setDebounce(this.debounce),this.updateScrollTarget(),!0===this.reverse){const t=Object(a["b"])(this.__scrollTarget),e=Object(r["d"])(this.__scrollTarget);Object(a["h"])(this.__scrollTarget,t-e)}this.immediatePoll()},beforeDestroy(){!0===this.working&&this.__scrollTarget.removeEventListener("scroll",this.poll,l["f"].passive)},render(t){const e=Object(c["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(c["c"])(this,"loading"))),t("div",{staticClass:"q-infinite-scroll",on:{...this.qListeners}},e)}})},efe6:function(t,e,i){"use strict";i.d(e,"b",(function(){return b}));var n=i("d882"),o=i("0831"),s=i("0967");let r,a,l,c,u,h,d=0,f=!1;function p(t){v(t)&&Object(n["l"])(t)}function v(t){if(t.target===document.body||t.target.classList.contains("q-layout__backdrop"))return!0;const e=Object(n["d"])(t),i=t.shiftKey&&!t.deltaX,s=!i&&Math.abs(t.deltaX)<=Math.abs(t.deltaY),r=i||s?t.deltaY:t.deltaX;for(let n=0;n0&&t.scrollTop+t.clientHeight===t.scrollHeight:r<0&&0===t.scrollLeft||r>0&&t.scrollLeft+t.clientWidth===t.scrollWidth}return!0}function m(t){t.target===document&&(document.scrollingElement.scrollTop=document.scrollingElement.scrollTop)}function g(t){!0!==f&&(f=!0,requestAnimationFrame(()=>{f=!1;const{height:e}=t.target,{clientHeight:i,scrollTop:n}=document.scrollingElement;void 0!==l&&e===window.innerHeight||(l=i-e,document.scrollingElement.scrollTop=n),n>l&&(document.scrollingElement.scrollTop-=Math.ceil((n-l)/8))}))}function _(t){const e=document.body,i=void 0!==window.visualViewport;if("add"===t){const t=window.getComputedStyle(e).overflowY;r=Object(o["a"])(window),a=Object(o["c"])(window),c=e.style.left,u=e.style.top,e.style.left=`-${r}px`,e.style.top=`-${a}px`,"hidden"!==t&&("scroll"===t||e.scrollHeight>window.innerHeight)&&e.classList.add("q-body--force-scrollbar"),e.classList.add("q-body--prevent-scroll"),document.qScrollPrevented=!0,!0===s["a"].is.ios&&(!0===i?(window.scrollTo(0,0),window.visualViewport.addEventListener("resize",g,n["f"].passiveCapture),window.visualViewport.addEventListener("scroll",g,n["f"].passiveCapture),window.scrollTo(0,0)):window.addEventListener("scroll",m,n["f"].passiveCapture))}!0===s["a"].is.desktop&&!0===s["a"].is.mac&&window[t+"EventListener"]("wheel",p,n["f"].notPassive),"remove"===t&&(!0===s["a"].is.ios&&(!0===i?(window.visualViewport.removeEventListener("resize",g,n["f"].passiveCapture),window.visualViewport.removeEventListener("scroll",g,n["f"].passiveCapture)):window.removeEventListener("scroll",m,n["f"].passiveCapture)),e.classList.remove("q-body--prevent-scroll"),e.classList.remove("q-body--force-scrollbar"),document.qScrollPrevented=!1,e.style.left=c,e.style.top=u,window.scrollTo(r,a),l=void 0)}function b(t){let e="add";if(!0===t){if(d++,void 0!==h)return clearTimeout(h),void(h=void 0);if(d>1)return}else{if(0===d)return;if(d--,d>0)return;if(e="remove",!0===s["a"].is.ios&&!0===s["a"].is.nativeMobile)return clearTimeout(h),void(h=setTimeout(()=>{_(e),h=void 0},100))}_(e)}e["a"]={methods:{__preventScroll(t){t===this.preventedScroll||void 0===this.preventedScroll&&!0!==t||(this.preventedScroll=t,b(t))}}}},f09f:function(t,e,i){"use strict";var n=i("2b0e"),o=i("b7fa"),s=i("e2fa"),r=i("87e8"),a=i("dde5");e["a"]=n["default"].extend({name:"QCard",mixins:[r["a"],o["a"],s["a"]],props:{square:Boolean,flat:Boolean,bordered:Boolean},computed:{classes(){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(t){return t(this.tag,{class:this.classes,on:{...this.qListeners}},Object(a["c"])(this,"default"))}})},f303:function(t,e,i){"use strict";function n(t){return t===window?window.innerHeight:t.getBoundingClientRect().height}function o(t,e){const i=t.style;Object.keys(e).forEach(t=>{i[t]=e[t]})}function s(t,e){if(void 0===t||!0===t.contains(e))return!0;for(let i=t.nextElementSibling;null!==i;i=i.nextElementSibling)if(i.contains(e))return!0;return!1}function r(t,e){return!0===t?e===document.documentElement||null===e?document.body:e:document.body}i.d(e,"d",(function(){return n})),i.d(e,"b",(function(){return o})),i.d(e,"a",(function(){return s})),i.d(e,"c",(function(){return r}))},f376:function(t,e,i){"use strict";i.d(e,"a",(function(){return o}));var n=i("0cd3");const o={"aria-hidden":"true"};e["b"]=Object(n["c"])("$attrs","qAttrs")},f508:function(t,e,i){"use strict";var n=i("2b0e"),o=i("0d59"),s=i("0967"),r=i("0cd3"),a=i("efe6");let l,c,u=0,h={};const d={delay:0,message:!1,spinnerSize:80,spinnerColor:"white",messageColor:"white",backgroundColor:"black",spinner:o["a"],customClass:""},f={...d},p={isActive:!1,show(t){if(!0!==s["f"]){if(h=t===Object(t)&&!0===t.ignoreDefaults?{...d,...t}:{...f,...t},h.customClass+=" text-"+h.backgroundColor,this.isActive=!0,void 0!==l)return h.uid=u,void l.$forceUpdate();h.uid=++u,clearTimeout(c),c=setTimeout(()=>{c=void 0;const t=document.createElement("div");document.body.appendChild(t),l=new n["default"]({name:"QLoading",el:t,mounted(){Object(a["b"])(!0)},render:t=>t("transition",{props:{name:"q-transition--fade",appear:!0},on:Object(r["b"])(this,"tr",{"after-leave":()=>{!0!==this.isActive&&void 0!==l&&(Object(a["b"])(!1),l.$destroy(),l.$el.remove(),l=void 0)}})},[!0===this.isActive?t("div",{staticClass:"q-loading fullscreen column flex-center z-max",key:h.uid,class:h.customClass.trim()},[t(h.spinner,{props:{color:h.spinnerColor,size:h.spinnerSize}}),h.message&&t("div",{class:"text-"+h.messageColor,domProps:{[!0===h.sanitize?"textContent":"innerHTML"]:h.message}})||void 0]):null])})},h.delay)}},hide(){!0===this.isActive&&(void 0!==c&&(clearTimeout(c),c=void 0),this.isActive=!1)},setDefaults(t){t===Object(t)&&Object.assign(f,t)},install({$q:t,cfg:{loading:e}}){this.setDefaults(e),t.loading=this}};!1===s["f"]&&n["default"].util.defineReactive(p,"isActive",p.isActive),e["a"]=p},f5df:function(t,e,i){var n=i("00ee"),o=i("c6b6"),s=i("b622"),r=s("toStringTag"),a="Arguments"==o(function(){return arguments}()),l=function(t,e){try{return t[e]}catch(i){}};t.exports=n?o:function(t){var e,i,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(i=l(e=Object(t),r))?i:a?o(e):"Object"==(n=o(e))&&"function"==typeof e.callee?"Arguments":n}},f772:function(t,e,i){var n=i("5692"),o=i("90e3"),s=n("keys");t.exports=function(t){return s[t]||(s[t]=o(t))}},f89c:function(t,e,i){"use strict";i.d(e,"a",(function(){return n})),e["b"]={props:{name:String},computed:{formAttrs(){return{type:"hidden",name:this.name,value:this.value}}},methods:{__injectFormInput(t,e,i){t[e](this.$createElement("input",{staticClass:"hidden",class:i,attrs:this.formAttrs,domProps:this.formDomProps}))}}};const n={props:{name:String},computed:{nameProp(){return this.name||this.for}}}},f8cd:function(t,e,i){var n=i("a691");t.exports=function(t){var e=n(t);if(e<0)throw RangeError("The argument can't be less than 0");return e}},fc6a:function(t,e,i){var n=i("44ad"),o=i("1d80");t.exports=function(t){return n(o(t))}},fdbc:function(t,e){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(t,e,i){var n=i("4930");t.exports=n&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}}]);