-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathtext-editors.js
More file actions
3 lines (3 loc) Β· 167 KB
/
text-editors.js
File metadata and controls
3 lines (3 loc) Β· 167 KB
1
2
3
/*! For license information please see text-editors.js.LICENSE.txt */
(()=>{var t,e,n,r,o={22200:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(27594),o=document.getElementsByTagName("head")[0],i=o?o.getAttribute("data-requesttoken"):null,a=[];r.subscribe("csrf-token-update",(function(t){i=t.token,a.forEach((function(e){try{e(t.token)}catch(t){console.error("error updating CSRF token observer",t)}}))}));var s=function(t,e){return t?t.getAttribute(e):null},c=document.getElementsByTagName("head")[0],u=s(c,"data-user"),l=s(c,"data-user-displayname"),f="undefined"!=typeof OC&&OC.isUserAdmin();e.getCurrentUser=function(){return null===u?null:{uid:u,displayName:l,isAdmin:f}},e.getRequestToken=function(){return i},e.onRequestTokenUpdate=function(t){a.push(t)}},62556:(t,e,n)=>{"use strict";n(69070),Object.defineProperty(e,"__esModule",{value:!0}),e.clearAll=function(){[window.sessionStorage,window.localStorage].map((function(t){return a(t)}))},e.clearNonPersistent=function(){[window.sessionStorage,window.localStorage].map((function(t){return a(t,(function(t){return!t.startsWith(o.default.GLOBAL_SCOPE_PERSISTENT)}))}))},e.getBuilder=function(t){return new r.default(t)},n(21249),n(57327),n(41539),n(47941),n(23157);var r=i(n(71957)),o=i(n(48971));function i(t){return t&&t.__esModule?t:{default:t}}function a(t,e){Object.keys(t).filter((function(t){return!e||e(t)})).map(t.removeItem.bind(t))}},48971:(t,e,n)=>{"use strict";function r(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(92222),n(21249),n(57327),n(41539),n(47941),n(23157),n(69070);var i=function(){function t(e,n,r){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),o(this,"scope",void 0),o(this,"wrapped",void 0),this.scope="".concat(r?t.GLOBAL_SCOPE_PERSISTENT:t.GLOBAL_SCOPE_VOLATILE,"_").concat(btoa(e),"_"),this.wrapped=n}var e,n,i;return e=t,(n=[{key:"scopeKey",value:function(t){return"".concat(this.scope).concat(t)}},{key:"setItem",value:function(t,e){this.wrapped.setItem(this.scopeKey(t),e)}},{key:"getItem",value:function(t){return this.wrapped.getItem(this.scopeKey(t))}},{key:"removeItem",value:function(t){this.wrapped.removeItem(this.scopeKey(t))}},{key:"clear",value:function(){var t=this;Object.keys(this.wrapped).filter((function(e){return e.startsWith(t.scope)})).map(this.wrapped.removeItem.bind(this.wrapped))}}])&&r(e.prototype,n),i&&r(e,i),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.default=i,o(i,"GLOBAL_SCOPE_VOLATILE","nextcloud_vol"),o(i,"GLOBAL_SCOPE_PERSISTENT","nextcloud_per")},71957:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(69070);var r,o=(r=n(48971))&&r.__esModule?r:{default:r};function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var s=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),a(this,"appId",void 0),a(this,"persisted",!1),a(this,"clearedOnLogout",!1),this.appId=e}var e,n,r;return e=t,n=[{key:"persist",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.persisted=t,this}},{key:"clearOnLogout",value:function(){var t=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return this.clearedOnLogout=t,this}},{key:"build",value:function(){return new o.default(this.appId,this.persisted?window.localStorage:window.sessionStorage,!this.clearedOnLogout)}}],n&&i(e.prototype,n),r&&i(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.default=s},27594:(t,e,n)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(77907),o=n(92426);function i(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}var a=i(r),s=i(o),c=function(){function t(t){"function"==typeof t.getVersion&&a.default(t.getVersion())?s.default(t.getVersion())!==s.default(this.getVersion())&&console.warn("Proxying an event bus of version "+t.getVersion()+" with "+this.getVersion()):console.warn("Proxying an event bus with an unknown or invalid version"),this.bus=t}return t.prototype.getVersion=function(){return"3.0.2"},t.prototype.subscribe=function(t,e){this.bus.subscribe(t,e)},t.prototype.unsubscribe=function(t,e){this.bus.unsubscribe(t,e)},t.prototype.emit=function(t,e){this.bus.emit(t,e)},t}(),u=function(){function t(){this.handlers=new Map}return t.prototype.getVersion=function(){return"3.0.2"},t.prototype.subscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).concat(e))},t.prototype.unsubscribe=function(t,e){this.handlers.set(t,(this.handlers.get(t)||[]).filter((function(t){return t!=e})))},t.prototype.emit=function(t,e){(this.handlers.get(t)||[]).forEach((function(t){try{t(e)}catch(t){console.error("could not invoke event listener",t)}}))},t}();var l=(void 0!==window.OC&&window.OC._eventBus&&void 0===window._nc_event_bus&&(console.warn("found old event bus instance at OC._eventBus. Update your version!"),window._nc_event_bus=window.OC._eventBus),void 0!==window._nc_event_bus?new c(window._nc_event_bus):window._nc_event_bus=new u);e.ProxyBus=c,e.SimpleBus=u,e.emit=function(t,e){l.emit(t,e)},e.subscribe=function(t,e){l.subscribe(t,e)},e.unsubscribe=function(t,e){l.unsubscribe(t,e)}},67737:(t,e,n)=>{const r=n(85503),{MAX_LENGTH:o,MAX_SAFE_INTEGER:i}=n(35519),{re:a,t:s}=n(88238),c=n(74433),{compareIdentifiers:u}=n(63242);class l{constructor(t,e){if(e=c(e),t instanceof l){if(t.loose===!!e.loose&&t.includePrerelease===!!e.includePrerelease)return t;t=t.version}else if("string"!=typeof t)throw new TypeError(`Invalid Version: ${t}`);if(t.length>o)throw new TypeError(`version is longer than ${o} characters`);r("SemVer",t,e),this.options=e,this.loose=!!e.loose,this.includePrerelease=!!e.includePrerelease;const n=t.trim().match(e.loose?a[s.LOOSE]:a[s.FULL]);if(!n)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>i||this.major<0)throw new TypeError("Invalid major version");if(this.minor>i||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>i||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((t=>{if(/^[0-9]+$/.test(t)){const e=+t;if(e>=0&&e<i)return e}return t})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(r("SemVer.compare",this.version,this.options,t),!(t instanceof l)){if("string"==typeof t&&t===this.version)return 0;t=new l(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof l||(t=new l(t,this.options)),u(this.major,t.major)||u(this.minor,t.minor)||u(this.patch,t.patch)}comparePre(t){if(t instanceof l||(t=new l(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let e=0;do{const n=this.prerelease[e],o=t.prerelease[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}compareBuild(t){t instanceof l||(t=new l(t,this.options));let e=0;do{const n=this.build[e],o=t.build[e];if(r("prerelease compare",e,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return u(n,o)}while(++e)}inc(t,e){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",e);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",e);break;case"prepatch":this.prerelease.length=0,this.inc("patch",e),this.inc("pre",e);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",e),this.inc("pre",e);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let t=this.prerelease.length;for(;--t>=0;)"number"==typeof this.prerelease[t]&&(this.prerelease[t]++,t=-2);-1===t&&this.prerelease.push(0)}e&&(0===u(this.prerelease[0],e)?isNaN(this.prerelease[1])&&(this.prerelease=[e,0]):this.prerelease=[e,0]);break;default:throw new Error(`invalid increment argument: ${t}`)}return this.format(),this.raw=this.version,this}}t.exports=l},92426:(t,e,n)=>{const r=n(67737);t.exports=(t,e)=>new r(t,e).major},67488:(t,e,n)=>{const{MAX_LENGTH:r}=n(35519),{re:o,t:i}=n(88238),a=n(67737),s=n(74433);t.exports=(t,e)=>{if(e=s(e),t instanceof a)return t;if("string"!=typeof t)return null;if(t.length>r)return null;if(!(e.loose?o[i.LOOSE]:o[i.FULL]).test(t))return null;try{return new a(t,e)}catch(t){return null}}},77907:(t,e,n)=>{const r=n(67488);t.exports=(t,e)=>{const n=r(t,e);return n?n.version:null}},35519:t=>{const e=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:e,MAX_SAFE_COMPONENT_LENGTH:16}},85503:(t,e,n)=>{var r=n(34155);const o="object"==typeof r&&r.env&&r.env.NODE_DEBUG&&/\bsemver\b/i.test(r.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};t.exports=o},63242:t=>{const e=/^[0-9]+$/,n=(t,n)=>{const r=e.test(t),o=e.test(n);return r&&o&&(t=+t,n=+n),t===n?0:r&&!o?-1:o&&!r?1:t<n?-1:1};t.exports={compareIdentifiers:n,rcompareIdentifiers:(t,e)=>n(e,t)}},74433:t=>{const e=["includePrerelease","loose","rtl"];t.exports=t=>t?"object"!=typeof t?{loose:!0}:e.filter((e=>t[e])).reduce(((t,e)=>(t[e]=!0,t)),{}):{}},88238:(t,e,n)=>{const{MAX_SAFE_COMPONENT_LENGTH:r}=n(35519),o=n(85503),i=(e=t.exports={}).re=[],a=e.src=[],s=e.t={};let c=0;const u=(t,e,n)=>{const r=c++;o(t,r,e),s[t]=r,a[r]=e,i[r]=new RegExp(e,n?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION",`(${a[s.NUMERICIDENTIFIER]})\\.(${a[s.NUMERICIDENTIFIER]})\\.(${a[s.NUMERICIDENTIFIER]})`),u("MAINVERSIONLOOSE",`(${a[s.NUMERICIDENTIFIERLOOSE]})\\.(${a[s.NUMERICIDENTIFIERLOOSE]})\\.(${a[s.NUMERICIDENTIFIERLOOSE]})`),u("PRERELEASEIDENTIFIER",`(?:${a[s.NUMERICIDENTIFIER]}|${a[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASEIDENTIFIERLOOSE",`(?:${a[s.NUMERICIDENTIFIERLOOSE]}|${a[s.NONNUMERICIDENTIFIER]})`),u("PRERELEASE",`(?:-(${a[s.PRERELEASEIDENTIFIER]}(?:\\.${a[s.PRERELEASEIDENTIFIER]})*))`),u("PRERELEASELOOSE",`(?:-?(${a[s.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${a[s.PRERELEASEIDENTIFIERLOOSE]})*))`),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD",`(?:\\+(${a[s.BUILDIDENTIFIER]}(?:\\.${a[s.BUILDIDENTIFIER]})*))`),u("FULLPLAIN",`v?${a[s.MAINVERSION]}${a[s.PRERELEASE]}?${a[s.BUILD]}?`),u("FULL",`^${a[s.FULLPLAIN]}$`),u("LOOSEPLAIN",`[v=\\s]*${a[s.MAINVERSIONLOOSE]}${a[s.PRERELEASELOOSE]}?${a[s.BUILD]}?`),u("LOOSE",`^${a[s.LOOSEPLAIN]}$`),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE",`${a[s.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),u("XRANGEIDENTIFIER",`${a[s.NUMERICIDENTIFIER]}|x|X|\\*`),u("XRANGEPLAIN",`[v=\\s]*(${a[s.XRANGEIDENTIFIER]})(?:\\.(${a[s.XRANGEIDENTIFIER]})(?:\\.(${a[s.XRANGEIDENTIFIER]})(?:${a[s.PRERELEASE]})?${a[s.BUILD]}?)?)?`),u("XRANGEPLAINLOOSE",`[v=\\s]*(${a[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[s.XRANGEIDENTIFIERLOOSE]})(?:\\.(${a[s.XRANGEIDENTIFIERLOOSE]})(?:${a[s.PRERELEASELOOSE]})?${a[s.BUILD]}?)?)?`),u("XRANGE",`^${a[s.GTLT]}\\s*${a[s.XRANGEPLAIN]}$`),u("XRANGELOOSE",`^${a[s.GTLT]}\\s*${a[s.XRANGEPLAINLOOSE]}$`),u("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),u("COERCERTL",a[s.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM",`(\\s*)${a[s.LONETILDE]}\\s+`,!0),e.tildeTrimReplace="$1~",u("TILDE",`^${a[s.LONETILDE]}${a[s.XRANGEPLAIN]}$`),u("TILDELOOSE",`^${a[s.LONETILDE]}${a[s.XRANGEPLAINLOOSE]}$`),u("LONECARET","(?:\\^)"),u("CARETTRIM",`(\\s*)${a[s.LONECARET]}\\s+`,!0),e.caretTrimReplace="$1^",u("CARET",`^${a[s.LONECARET]}${a[s.XRANGEPLAIN]}$`),u("CARETLOOSE",`^${a[s.LONECARET]}${a[s.XRANGEPLAINLOOSE]}$`),u("COMPARATORLOOSE",`^${a[s.GTLT]}\\s*(${a[s.LOOSEPLAIN]})$|^$`),u("COMPARATOR",`^${a[s.GTLT]}\\s*(${a[s.FULLPLAIN]})$|^$`),u("COMPARATORTRIM",`(\\s*)${a[s.GTLT]}\\s*(${a[s.LOOSEPLAIN]}|${a[s.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE",`^\\s*(${a[s.XRANGEPLAIN]})\\s+-\\s+(${a[s.XRANGEPLAIN]})\\s*$`),u("HYPHENRANGELOOSE",`^\\s*(${a[s.XRANGEPLAINLOOSE]})\\s+-\\s+(${a[s.XRANGEPLAINLOOSE]})\\s*$`),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},71356:(t,e,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(e,"__esModule",{value:!0}),e.ConsoleLogger=void 0,e.buildConsoleLogger=function(t){return new s(t)},n(19601),n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(20006);function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,a(r.key),r)}}function a(t){var e=function(t,e){if("object"!==o(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==o(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===o(e)?e:String(e)}var s=function(){function t(e){var n,r,o;!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),n=this,o=void 0,(r=a(r="context"))in n?Object.defineProperty(n,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):n[r]=o,this.context=e}var e,n,o;return e=t,(n=[{key:"formatMessage",value:function(t,e,n){var o="["+r.LogLevel[e].toUpperCase()+"]";return n&&n.app&&(o+=" "+n.app+": "),o+t}},{key:"log",value:function(t,e,n){var o;if(!(t<(null===(o=this.context)||void 0===o?void 0:o.level)))switch(t){case r.LogLevel.Debug:console.debug(this.formatMessage(e,r.LogLevel.Debug,n),n);break;case r.LogLevel.Info:console.info(this.formatMessage(e,r.LogLevel.Info,n),n);break;case r.LogLevel.Warn:console.warn(this.formatMessage(e,r.LogLevel.Warn,n),n);break;case r.LogLevel.Error:console.error(this.formatMessage(e,r.LogLevel.Error,n),n);break;case r.LogLevel.Fatal:default:console.error(this.formatMessage(e,r.LogLevel.Fatal,n),n)}}},{key:"debug",value:function(t,e){this.log(r.LogLevel.Debug,t,Object.assign({},this.context,e))}},{key:"info",value:function(t,e){this.log(r.LogLevel.Info,t,Object.assign({},this.context,e))}},{key:"warn",value:function(t,e){this.log(r.LogLevel.Warn,t,Object.assign({},this.context,e))}},{key:"error",value:function(t,e){this.log(r.LogLevel.Error,t,Object.assign({},this.context,e))}},{key:"fatal",value:function(t,e){this.log(r.LogLevel.Fatal,t,Object.assign({},this.context,e))}}])&&i(e.prototype,n),o&&i(e,o),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.ConsoleLogger=s},55058:(t,e,n)=>{"use strict";n(69070),n(32165),n(66992),n(78783),n(33948),Object.defineProperty(e,"__esModule",{value:!0}),e.LoggerBuilder=void 0,n(96649),n(96078),n(82526),n(41817),n(41539),n(9653);var r=n(22200),o=n(20006);function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function a(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,c(r.key),r)}}function s(t,e,n){return(e=c(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function c(t){var e=function(t,e){if("object"!==i(t)||null===t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var r=n.call(t,e||"default");if("object"!==i(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===i(e)?e:String(e)}var u=function(){function t(e){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),s(this,"context",void 0),s(this,"factory",void 0),this.context={},this.factory=e}var e,n,i;return e=t,(n=[{key:"setApp",value:function(t){return this.context.app=t,this}},{key:"setLogLevel",value:function(t){return this.context.level=t,this}},{key:"setUid",value:function(t){return this.context.uid=t,this}},{key:"detectUser",value:function(){var t=(0,r.getCurrentUser)();return null!==t&&(this.context.uid=t.uid),this}},{key:"detectLogLevel",value:function(){var t=this;return function e(){var n,r,i;"complete"===document.readyState||"interactive"===document.readyState&&void 0!==window.OC?(t.context.level=void 0!==(null===(n=window.OC)||void 0===n||null===(r=n.config)||void 0===r?void 0:r.loglevel)?window.OC.config.loglevel:o.LogLevel.Warn,null!==(i=window.OC)&&void 0!==i&&i.debug&&(t.context.level=o.LogLevel.Debug),document.removeEventListener("readystatechange",e)):document.addEventListener("readystatechange",e)}(),this}},{key:"build",value:function(){return void 0===this.context.level&&this.detectLogLevel(),this.factory(this.context)}}])&&a(e.prototype,n),i&&a(e,i),Object.defineProperty(e,"prototype",{writable:!1}),t}();e.LoggerBuilder=u},20006:(t,e,n)=>{"use strict";var r;n(69070),Object.defineProperty(e,"__esModule",{value:!0}),e.LogLevel=void 0,e.LogLevel=r,function(t){t[t.Debug=0]="Debug",t[t.Info=1]="Info",t[t.Warn=2]="Warn",t[t.Error=3]="Error",t[t.Fatal=4]="Fatal"}(r||(e.LogLevel=r={}))},17499:(t,e,n)=>{"use strict";n(69070),e.IY=a;var r=n(71356),o=n(55058),i=n(20006);function a(){return new o.LoggerBuilder(r.buildConsoleLogger)}},31728:(t,e,n)=>{"use strict";n.d(e,{$r:()=>x,BG:()=>m,C6:()=>h,Cy:()=>g,FQ:()=>a,HB:()=>i,IT:()=>l,OV:()=>d,QT:()=>_,Uw:()=>o,Zf:()=>O,a_:()=>w,cY:()=>c,eP:()=>E,fB:()=>y,q$:()=>s,rz:()=>b,sw:()=>p,vo:()=>u,wU:()=>f,ww:()=>j,zZ:()=>v});var r=n(52029),o=Symbol("tiptap:editor"),i=Symbol("editor:file"),a=Symbol("attachment:resolver"),s=Symbol("editor:is-mobile"),c=Symbol("editor:is-public"),u=Symbol("editor:is-rich-editor"),l=Symbol("editor:is-rich-woskapace"),f=Symbol("sync:service"),h=Symbol("editor:upload"),d=Symbol("hook:link-click"),p=Symbol("hook:mention-search"),v=Symbol("hook:mention-insert"),g={inject:{$editor:{from:o,default:null}}},m={inject:{$syncService:{from:f,default:null}}},y={inject:{$isPublic:{from:c,default:!1}}},b={inject:{$isRichWorkspace:{from:l,default:!1}}},_={inject:{$isRichEditor:{from:u,default:!1}}},j={inject:{$isMobile:{from:s,default:!1}}},w={inject:{$file:{from:i,default:function(){return{fileId:0,relativePath:null,document:null}}}}},O={inject:{$attachmentResolver:{from:a,default:{resolve:function(t){return r.k.warn("No attachment resolver provided. Some attachment sources cannot be resolved."),[t]}}}}},E={inject:{$editorUpload:{from:h,default:!0}}},x={inject:{$linkHookClick:{from:d,default:null}}}},33528:(t,e,n)=>{"use strict";n.d(e,{TI:()=>s,eS:()=>i,gn:()=>o,kZ:()=>a,qj:()=>c,uT:()=>r});var r=Symbol("state:uploading-state"),o=Symbol("editor:action:attachment-prompt"),i=Symbol("editor:action:upload-attachment"),a={inject:{$uploadingState:{from:r,default:{isUploadingAttachments:!1}}}},s={inject:{$callAttachmentPrompt:{from:o,default:function(){}}}},c={inject:{$callChooseLocalAttachment:{from:i,default:function(){}}}}},52029:(t,e,n)=>{"use strict";n.d(e,{k:()=>r});var r=(0,n(17499).IY)().setApp("text").detectUser().build()},25030:(t,e,n)=>{"use strict";n.d(e,{Z:()=>_,D:()=>b});var r=n(20144),o=n(20629),i=n(62556),a="SET_VIEW_WIDTH",s="SET_SHOW_AUTHOR_ANNOTATIONS",c="SET_CURRENT_SESSION",u="SET_HEADINGS",l=n(20296),f=n.n(l),h=function(){return document.documentElement.clientWidth};const d=function(t){var e=t.commit,n=f()((function(){e("text/".concat(a),h())}),100);window.addEventListener("resize",n)};var p;function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function g(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){m(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function m(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var y=(0,i.getBuilder)("text").persist().build();r.default.use(o.ZP);var b={state:{showAuthorAnnotations:"true"===y.getItem("showAuthorAnnotations"),currentSession:y.getItem("currentSession"),viewWidth:h(),headings:Object.freeze([])},mutations:(p={},m(p,a,(function(t,e){t.viewWidth=e})),m(p,s,(function(t,e){t.showAuthorAnnotations=e,y.setItem("showAuthorAnnotations",""+e)})),m(p,c,(function(t,e){t.currentSession=e,y.setItem("currentSession",e)})),m(p,u,(function(t,e){if(t.headings.length===e.length){var n=t.headings,r=e.map((function(t,e){var r=n[e].level;return Object.freeze(g(g({},t),{},{previous:r}))}));t.headings=Object.freeze(r)}else t.headings=Object.freeze(e)})),p),actions:{setShowAuthorAnnotations:function(t,e){(0,t.commit)(s,e)},setCurrentSession:function(t,e){(0,t.commit)(c,e)},setHeadings:function(t,e){(0,t.commit)(u,e)}}};const _=new o.yh({plugins:[d],modules:{text:g({namespaced:!0},b)}})},19662:(t,e,n)=>{var r=n(60614),o=n(66330),i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not a function")}},96077:(t,e,n)=>{var r=n(60614),o=String,i=TypeError;t.exports=function(t){if("object"==typeof t||r(t))return t;throw i("Can't set "+o(t)+" as a prototype")}},51223:(t,e,n)=>{var r=n(5112),o=n(70030),i=n(3070).f,a=r("unscopables"),s=Array.prototype;null==s[a]&&i(s,a,{configurable:!0,value:o(null)}),t.exports=function(t){s[a][t]=!0}},19670:(t,e,n)=>{var r=n(70111),o=String,i=TypeError;t.exports=function(t){if(r(t))return t;throw i(o(t)+" is not an object")}},41318:(t,e,n)=>{var r=n(45656),o=n(51400),i=n(26244),a=function(t){return function(e,n,a){var s,c=r(e),u=i(c),l=o(a,u);if(t&&n!=n){for(;u>l;)if((s=c[l++])!=s)return!0}else for(;u>l;l++)if((t||l in c)&&c[l]===n)return t||l||0;return!t&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}},42092:(t,e,n)=>{var r=n(49974),o=n(1702),i=n(68361),a=n(47908),s=n(26244),c=n(65417),u=o([].push),l=function(t){var e=1==t,n=2==t,o=3==t,l=4==t,f=6==t,h=7==t,d=5==t||f;return function(p,v,g,m){for(var y,b,_=a(p),j=i(_),w=r(v,g),O=s(j),E=0,x=m||c,S=e?x(p,O):n||h?x(p,0):void 0;O>E;E++)if((d||E in j)&&(b=w(y=j[E],E,_),t))if(e)S[E]=b;else if(b)switch(t){case 3:return!0;case 5:return y;case 6:return E;case 2:u(S,y)}else switch(t){case 4:return!1;case 7:u(S,y)}return f?-1:o||l?l:S}};t.exports={forEach:l(0),map:l(1),filter:l(2),some:l(3),every:l(4),find:l(5),findIndex:l(6),filterReject:l(7)}},81194:(t,e,n)=>{var r=n(47293),o=n(5112),i=n(7392),a=o("species");t.exports=function(t){return i>=51||!r((function(){var e=[];return(e.constructor={})[a]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},41589:(t,e,n)=>{var r=n(51400),o=n(26244),i=n(86135),a=Array,s=Math.max;t.exports=function(t,e,n){for(var c=o(t),u=r(e,c),l=r(void 0===n?c:n,c),f=a(s(l-u,0)),h=0;u<l;u++,h++)i(f,h,t[u]);return f.length=h,f}},50206:(t,e,n)=>{var r=n(1702);t.exports=r([].slice)},77475:(t,e,n)=>{var r=n(43157),o=n(4411),i=n(70111),a=n(5112)("species"),s=Array;t.exports=function(t){var e;return r(t)&&(e=t.constructor,(o(e)&&(e===s||r(e.prototype))||i(e)&&null===(e=e[a]))&&(e=void 0)),void 0===e?s:e}},65417:(t,e,n)=>{var r=n(77475);t.exports=function(t,e){return new(r(t))(0===e?0:e)}},84326:(t,e,n)=>{var r=n(40084),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},70648:(t,e,n)=>{var r=n(51694),o=n(60614),i=n(84326),a=n(5112)("toStringTag"),s=Object,c="Arguments"==i(function(){return arguments}());t.exports=r?i:function(t){var e,n,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=s(t),a))?n:c?i(e):"Object"==(r=i(e))&&o(e.callee)?"Arguments":r}},99920:(t,e,n)=>{var r=n(92597),o=n(53887),i=n(31236),a=n(3070);t.exports=function(t,e,n){for(var s=o(e),c=a.f,u=i.f,l=0;l<s.length;l++){var f=s[l];r(t,f)||n&&r(n,f)||c(t,f,u(e,f))}}},84964:(t,e,n)=>{var r=n(5112)("match");t.exports=function(t){var e=/./;try{"/./"[t](e)}catch(n){try{return e[r]=!1,"/./"[t](e)}catch(t){}}return!1}},49920:(t,e,n)=>{var r=n(47293);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},76178:t=>{t.exports=function(t,e){return{value:t,done:e}}},68880:(t,e,n)=>{var r=n(19781),o=n(3070),i=n(79114);t.exports=r?function(t,e,n){return o.f(t,e,i(1,n))}:function(t,e,n){return t[e]=n,t}},79114:t=>{t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},86135:(t,e,n)=>{"use strict";var r=n(34948),o=n(3070),i=n(79114);t.exports=function(t,e,n){var a=r(e);a in t?o.f(t,a,i(0,n)):t[a]=n}},38709:(t,e,n)=>{"use strict";var r=n(19670),o=n(92140),i=TypeError;t.exports=function(t){if(r(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw i("Incorrect hint");return o(this,t)}},98052:(t,e,n)=>{var r=n(60614),o=n(3070),i=n(56339),a=n(13072);t.exports=function(t,e,n,s){s||(s={});var c=s.enumerable,u=void 0!==s.name?s.name:e;if(r(n)&&i(n,u,s),s.global)c?t[e]=n:a(e,n);else{try{s.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:o.f(t,e,{value:n,enumerable:!1,configurable:!s.nonConfigurable,writable:!s.nonWritable})}return t}},13072:(t,e,n)=>{var r=n(17854),o=Object.defineProperty;t.exports=function(t,e){try{o(r,t,{value:e,configurable:!0,writable:!0})}catch(n){r[t]=e}return e}},19781:(t,e,n)=>{var r=n(47293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},4154:t=>{var e="object"==typeof document&&document.all,n=void 0===e&&void 0!==e;t.exports={all:e,IS_HTMLDDA:n}},80317:(t,e,n)=>{var r=n(17854),o=n(70111),i=r.document,a=o(i)&&o(i.createElement);t.exports=function(t){return a?i.createElement(t):{}}},7207:t=>{var e=TypeError;t.exports=function(t){if(t>9007199254740991)throw e("Maximum allowed index exceeded");return t}},48324:t=>{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}},98509:(t,e,n)=>{var r=n(80317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;t.exports=o===Object.prototype?void 0:o},88113:(t,e,n)=>{var r=n(35005);t.exports=r("navigator","userAgent")||""},7392:(t,e,n)=>{var r,o,i=n(17854),a=n(88113),s=i.process,c=i.Deno,u=s&&s.versions||c&&c.version,l=u&&u.v8;l&&(o=(r=l.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&a&&(!(r=a.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},80748:t=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},82109:(t,e,n)=>{var r=n(17854),o=n(31236).f,i=n(68880),a=n(98052),s=n(13072),c=n(99920),u=n(54705);t.exports=function(t,e){var n,l,f,h,d,p=t.target,v=t.global,g=t.stat;if(n=v?r:g?r[p]||s(p,{}):(r[p]||{}).prototype)for(l in e){if(h=e[l],f=t.dontCallGetSet?(d=o(n,l))&&d.value:n[l],!u(v?l:p+(g?".":"#")+l,t.forced)&&void 0!==f){if(typeof h==typeof f)continue;c(h,f)}(t.sham||f&&f.sham)&&i(h,"sham",!0),a(n,l,h,t)}}},47293:t=>{t.exports=function(t){try{return!!t()}catch(t){return!0}}},22104:(t,e,n)=>{var r=n(34374),o=Function.prototype,i=o.apply,a=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?a.bind(i):function(){return a.apply(i,arguments)})},49974:(t,e,n)=>{var r=n(1702),o=n(19662),i=n(34374),a=r(r.bind);t.exports=function(t,e){return o(t),void 0===e?t:i?a(t,e):function(){return t.apply(e,arguments)}}},34374:(t,e,n)=>{var r=n(47293);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},46916:(t,e,n)=>{var r=n(34374),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},76530:(t,e,n)=>{var r=n(19781),o=n(92597),i=Function.prototype,a=r&&Object.getOwnPropertyDescriptor,s=o(i,"name"),c=s&&"something"===function(){}.name,u=s&&(!r||r&&a(i,"name").configurable);t.exports={EXISTS:s,PROPER:c,CONFIGURABLE:u}},40084:(t,e,n)=>{var r=n(34374),o=Function.prototype,i=o.call,a=r&&o.bind.bind(i,i);t.exports=function(t){return r?a(t):function(){return i.apply(t,arguments)}}},1702:(t,e,n)=>{var r=n(84326),o=n(40084);t.exports=function(t){if("Function"===r(t))return o(t)}},35005:(t,e,n)=>{var r=n(17854),o=n(60614),i=function(t){return o(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?i(r[t]):r[t]&&r[t][e]}},58173:(t,e,n)=>{var r=n(19662),o=n(68554);t.exports=function(t,e){var n=t[e];return o(n)?void 0:r(n)}},17854:(t,e,n)=>{var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof n.g&&n.g)||function(){return this}()||Function("return this")()},92597:(t,e,n)=>{var r=n(1702),o=n(47908),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return i(o(t),e)}},3501:t=>{t.exports={}},60490:(t,e,n)=>{var r=n(35005);t.exports=r("document","documentElement")},64664:(t,e,n)=>{var r=n(19781),o=n(47293),i=n(80317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},68361:(t,e,n)=>{var r=n(1702),o=n(47293),i=n(84326),a=Object,s=r("".split);t.exports=o((function(){return!a("z").propertyIsEnumerable(0)}))?function(t){return"String"==i(t)?s(t,""):a(t)}:a},79587:(t,e,n)=>{var r=n(60614),o=n(70111),i=n(27674);t.exports=function(t,e,n){var a,s;return i&&r(a=e.constructor)&&a!==n&&o(s=a.prototype)&&s!==n.prototype&&i(t,s),t}},42788:(t,e,n)=>{var r=n(1702),o=n(60614),i=n(5465),a=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return a(t)}),t.exports=i.inspectSource},29909:(t,e,n)=>{var r,o,i,a=n(94811),s=n(17854),c=n(70111),u=n(68880),l=n(92597),f=n(5465),h=n(6200),d=n(3501),p="Object already initialized",v=s.TypeError,g=s.WeakMap;if(a||f.state){var m=f.state||(f.state=new g);m.get=m.get,m.has=m.has,m.set=m.set,r=function(t,e){if(m.has(t))throw v(p);return e.facade=t,m.set(t,e),e},o=function(t){return m.get(t)||{}},i=function(t){return m.has(t)}}else{var y=h("state");d[y]=!0,r=function(t,e){if(l(t,y))throw v(p);return e.facade=t,u(t,y,e),e},o=function(t){return l(t,y)?t[y]:{}},i=function(t){return l(t,y)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=o(e)).type!==t)throw v("Incompatible receiver, "+t+" required");return n}}}},43157:(t,e,n)=>{var r=n(84326);t.exports=Array.isArray||function(t){return"Array"==r(t)}},60614:(t,e,n)=>{var r=n(4154),o=r.all;t.exports=r.IS_HTMLDDA?function(t){return"function"==typeof t||t===o}:function(t){return"function"==typeof t}},4411:(t,e,n)=>{var r=n(1702),o=n(47293),i=n(60614),a=n(70648),s=n(35005),c=n(42788),u=function(){},l=[],f=s("Reflect","construct"),h=/^\s*(?:class|function)\b/,d=r(h.exec),p=!h.exec(u),v=function(t){if(!i(t))return!1;try{return f(u,l,t),!0}catch(t){return!1}},g=function(t){if(!i(t))return!1;switch(a(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!d(h,c(t))}catch(t){return!0}};g.sham=!0,t.exports=!f||o((function(){var t;return v(v.call)||!v(Object)||!v((function(){t=!0}))||t}))?g:v},54705:(t,e,n)=>{var r=n(47293),o=n(60614),i=/#|\.prototype\./,a=function(t,e){var n=c[s(t)];return n==l||n!=u&&(o(e)?r(e):!!e)},s=a.normalize=function(t){return String(t).replace(i,".").toLowerCase()},c=a.data={},u=a.NATIVE="N",l=a.POLYFILL="P";t.exports=a},68554:t=>{t.exports=function(t){return null==t}},70111:(t,e,n)=>{var r=n(60614),o=n(4154),i=o.all;t.exports=o.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:r(t)||t===i}:function(t){return"object"==typeof t?null!==t:r(t)}},31913:t=>{t.exports=!1},47850:(t,e,n)=>{var r=n(70111),o=n(84326),i=n(5112)("match");t.exports=function(t){var e;return r(t)&&(void 0!==(e=t[i])?!!e:"RegExp"==o(t))}},52190:(t,e,n)=>{var r=n(35005),o=n(60614),i=n(47976),a=n(43307),s=Object;t.exports=a?function(t){return"symbol"==typeof t}:function(t){var e=r("Symbol");return o(e)&&i(e.prototype,s(t))}},63061:(t,e,n)=>{"use strict";var r=n(13383).IteratorPrototype,o=n(70030),i=n(79114),a=n(58003),s=n(97497),c=function(){return this};t.exports=function(t,e,n,u){var l=e+" Iterator";return t.prototype=o(r,{next:i(+!u,n)}),a(t,l,!1,!0),s[l]=c,t}},51656:(t,e,n)=>{"use strict";var r=n(82109),o=n(46916),i=n(31913),a=n(76530),s=n(60614),c=n(63061),u=n(79518),l=n(27674),f=n(58003),h=n(68880),d=n(98052),p=n(5112),v=n(97497),g=n(13383),m=a.PROPER,y=a.CONFIGURABLE,b=g.IteratorPrototype,_=g.BUGGY_SAFARI_ITERATORS,j=p("iterator"),w="keys",O="values",E="entries",x=function(){return this};t.exports=function(t,e,n,a,p,g,S){c(n,e,a);var $,C,I,L=function(t){if(t===p&&N)return N;if(!_&&t in A)return A[t];switch(t){case w:case O:case E:return function(){return new n(this,t)}}return function(){return new n(this)}},k=e+" Iterator",T=!1,A=t.prototype,P=A[j]||A["@@iterator"]||p&&A[p],N=!_&&P||L(p),R="Array"==e&&A.entries||P;if(R&&($=u(R.call(new t)))!==Object.prototype&&$.next&&(i||u($)===b||(l?l($,b):s($[j])||d($,j,x)),f($,k,!0,!0),i&&(v[k]=x)),m&&p==O&&P&&P.name!==O&&(!i&&y?h(A,"name",O):(T=!0,N=function(){return o(P,this)})),p)if(C={values:L(O),keys:g?N:L(w),entries:L(E)},S)for(I in C)(_||T||!(I in A))&&d(A,I,C[I]);else r({target:e,proto:!0,forced:_||T},C);return i&&!S||A[j]===N||d(A,j,N,{name:p}),v[e]=N,C}},13383:(t,e,n)=>{"use strict";var r,o,i,a=n(47293),s=n(60614),c=n(70111),u=n(70030),l=n(79518),f=n(98052),h=n(5112),d=n(31913),p=h("iterator"),v=!1;[].keys&&("next"in(i=[].keys())?(o=l(l(i)))!==Object.prototype&&(r=o):v=!0),!c(r)||a((function(){var t={};return r[p].call(t)!==t}))?r={}:d&&(r=u(r)),s(r[p])||f(r,p,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:v}},97497:t=>{t.exports={}},26244:(t,e,n)=>{var r=n(17466);t.exports=function(t){return r(t.length)}},56339:(t,e,n)=>{var r=n(47293),o=n(60614),i=n(92597),a=n(19781),s=n(76530).CONFIGURABLE,c=n(42788),u=n(29909),l=u.enforce,f=u.get,h=Object.defineProperty,d=a&&!r((function(){return 8!==h((function(){}),"length",{value:8}).length})),p=String(String).split("String"),v=t.exports=function(t,e,n){"Symbol("===String(e).slice(0,7)&&(e="["+String(e).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!i(t,"name")||s&&t.name!==e)&&(a?h(t,"name",{value:e,configurable:!0}):t.name=e),d&&n&&i(n,"arity")&&t.length!==n.arity&&h(t,"length",{value:n.arity});try{n&&i(n,"constructor")&&n.constructor?a&&h(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var r=l(t);return i(r,"source")||(r.source=p.join("string"==typeof e?e:"")),t};Function.prototype.toString=v((function(){return o(this)&&f(this).source||c(this)}),"toString")},74758:t=>{var e=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(t){var r=+t;return(r>0?n:e)(r)}},3929:(t,e,n)=>{var r=n(47850),o=TypeError;t.exports=function(t){if(r(t))throw o("The method doesn't accept regular expressions");return t}},21574:(t,e,n)=>{"use strict";var r=n(19781),o=n(1702),i=n(46916),a=n(47293),s=n(81956),c=n(25181),u=n(55296),l=n(47908),f=n(68361),h=Object.assign,d=Object.defineProperty,p=o([].concat);t.exports=!h||a((function(){if(r&&1!==h({b:1},h(d({},"a",{enumerable:!0,get:function(){d(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var t={},e={},n=Symbol(),o="abcdefghijklmnopqrst";return t[n]=7,o.split("").forEach((function(t){e[t]=t})),7!=h({},t)[n]||s(h({},e)).join("")!=o}))?function(t,e){for(var n=l(t),o=arguments.length,a=1,h=c.f,d=u.f;o>a;)for(var v,g=f(arguments[a++]),m=h?p(s(g),h(g)):s(g),y=m.length,b=0;y>b;)v=m[b++],r&&!i(d,g,v)||(n[v]=g[v]);return n}:h},70030:(t,e,n)=>{var r,o=n(19670),i=n(36048),a=n(80748),s=n(3501),c=n(60490),u=n(80317),l=n(6200),f=l("IE_PROTO"),h=function(){},d=function(t){return"<script>"+t+"</"+"script>"},p=function(t){t.write(d("")),t.close();var e=t.parentWindow.Object;return t=null,e},v=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,e;v="undefined"!=typeof document?document.domain&&r?p(r):((e=u("iframe")).style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(d("document.F=Object")),t.close(),t.F):p(r);for(var n=a.length;n--;)delete v.prototype[a[n]];return v()};s[f]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(h.prototype=o(t),n=new h,h.prototype=null,n[f]=t):n=v(),void 0===e?n:i.f(n,e)}},36048:(t,e,n)=>{var r=n(19781),o=n(3353),i=n(3070),a=n(19670),s=n(45656),c=n(81956);e.f=r&&!o?Object.defineProperties:function(t,e){a(t);for(var n,r=s(e),o=c(e),u=o.length,l=0;u>l;)i.f(t,n=o[l++],r[n]);return t}},3070:(t,e,n)=>{var r=n(19781),o=n(64664),i=n(3353),a=n(19670),s=n(34948),c=TypeError,u=Object.defineProperty,l=Object.getOwnPropertyDescriptor,f="enumerable",h="configurable",d="writable";e.f=r?i?function(t,e,n){if(a(t),e=s(e),a(n),"function"==typeof t&&"prototype"===e&&"value"in n&&d in n&&!n.writable){var r=l(t,e);r&&r.writable&&(t[e]=n.value,n={configurable:h in n?n.configurable:r.configurable,enumerable:f in n?n.enumerable:r.enumerable,writable:!1})}return u(t,e,n)}:u:function(t,e,n){if(a(t),e=s(e),a(n),o)try{return u(t,e,n)}catch(t){}if("get"in n||"set"in n)throw c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},31236:(t,e,n)=>{var r=n(19781),o=n(46916),i=n(55296),a=n(79114),s=n(45656),c=n(34948),u=n(92597),l=n(64664),f=Object.getOwnPropertyDescriptor;e.f=r?f:function(t,e){if(t=s(t),e=c(e),l)try{return f(t,e)}catch(t){}if(u(t,e))return a(!o(i.f,t,e),t[e])}},1156:(t,e,n)=>{var r=n(84326),o=n(45656),i=n(8006).f,a=n(41589),s="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return s&&"Window"==r(t)?function(t){try{return i(t)}catch(t){return a(s)}}(t):i(o(t))}},8006:(t,e,n)=>{var r=n(16324),o=n(80748).concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},25181:(t,e)=>{e.f=Object.getOwnPropertySymbols},79518:(t,e,n)=>{var r=n(92597),o=n(60614),i=n(47908),a=n(6200),s=n(49920),c=a("IE_PROTO"),u=Object,l=u.prototype;t.exports=s?u.getPrototypeOf:function(t){var e=i(t);if(r(e,c))return e[c];var n=e.constructor;return o(n)&&e instanceof n?n.prototype:e instanceof u?l:null}},47976:(t,e,n)=>{var r=n(1702);t.exports=r({}.isPrototypeOf)},16324:(t,e,n)=>{var r=n(1702),o=n(92597),i=n(45656),a=n(41318).indexOf,s=n(3501),c=r([].push);t.exports=function(t,e){var n,r=i(t),u=0,l=[];for(n in r)!o(s,n)&&o(r,n)&&c(l,n);for(;e.length>u;)o(r,n=e[u++])&&(~a(l,n)||c(l,n));return l}},81956:(t,e,n)=>{var r=n(16324),o=n(80748);t.exports=Object.keys||function(t){return r(t,o)}},55296:(t,e)=>{"use strict";var n={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!n.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:n},27674:(t,e,n)=>{var r=n(1702),o=n(19670),i=n(96077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),e=n instanceof Array}catch(t){}return function(n,r){return o(n),i(r),e?t(n,r):n.__proto__=r,n}}():void 0)},90288:(t,e,n)=>{"use strict";var r=n(51694),o=n(70648);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},92140:(t,e,n)=>{var r=n(46916),o=n(60614),i=n(70111),a=TypeError;t.exports=function(t,e){var n,s;if("string"===e&&o(n=t.toString)&&!i(s=r(n,t)))return s;if(o(n=t.valueOf)&&!i(s=r(n,t)))return s;if("string"!==e&&o(n=t.toString)&&!i(s=r(n,t)))return s;throw a("Can't convert object to primitive value")}},53887:(t,e,n)=>{var r=n(35005),o=n(1702),i=n(8006),a=n(25181),s=n(19670),c=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var e=i.f(s(t)),n=a.f;return n?c(e,n(t)):e}},40857:(t,e,n)=>{var r=n(17854);t.exports=r},84488:(t,e,n)=>{var r=n(68554),o=TypeError;t.exports=function(t){if(r(t))throw o("Can't call method on "+t);return t}},58003:(t,e,n)=>{var r=n(3070).f,o=n(92597),i=n(5112)("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!o(t,i)&&r(t,i,{configurable:!0,value:e})}},6200:(t,e,n)=>{var r=n(72309),o=n(69711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:(t,e,n)=>{var r=n(17854),o=n(13072),i="__core-js_shared__",a=r[i]||o(i,{});t.exports=a},72309:(t,e,n)=>{var r=n(31913),o=n(5465);(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.25.5",mode:r?"pure":"global",copyright:"Β© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.25.5/LICENSE",source:"https://github.com/zloirock/core-js"})},28710:(t,e,n)=>{var r=n(1702),o=n(19303),i=n(41340),a=n(84488),s=r("".charAt),c=r("".charCodeAt),u=r("".slice),l=function(t){return function(e,n){var r,l,f=i(a(e)),h=o(n),d=f.length;return h<0||h>=d?t?"":void 0:(r=c(f,h))<55296||r>56319||h+1===d||(l=c(f,h+1))<56320||l>57343?t?s(f,h):r:t?u(f,h,h+2):l-56320+(r-55296<<10)+65536}};t.exports={codeAt:l(!1),charAt:l(!0)}},53111:(t,e,n)=>{var r=n(1702),o=n(84488),i=n(41340),a=n(81361),s=r("".replace),c="["+a+"]",u=RegExp("^"+c+c+"*"),l=RegExp(c+c+"*$"),f=function(t){return function(e){var n=i(o(e));return 1&t&&(n=s(n,u,"")),2&t&&(n=s(n,l,"")),n}};t.exports={start:f(1),end:f(2),trim:f(3)}},36293:(t,e,n)=>{var r=n(7392),o=n(47293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},56532:(t,e,n)=>{var r=n(46916),o=n(35005),i=n(5112),a=n(98052);t.exports=function(){var t=o("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,s=i("toPrimitive");e&&!e[s]&&a(e,s,(function(t){return r(n,this)}),{arity:1})}},2015:(t,e,n)=>{var r=n(36293);t.exports=r&&!!Symbol.for&&!!Symbol.keyFor},50863:(t,e,n)=>{var r=n(1702);t.exports=r(1..valueOf)},51400:(t,e,n)=>{var r=n(19303),o=Math.max,i=Math.min;t.exports=function(t,e){var n=r(t);return n<0?o(n+e,0):i(n,e)}},45656:(t,e,n)=>{var r=n(68361),o=n(84488);t.exports=function(t){return r(o(t))}},19303:(t,e,n)=>{var r=n(74758);t.exports=function(t){var e=+t;return e!=e||0===e?0:r(e)}},17466:(t,e,n)=>{var r=n(19303),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},47908:(t,e,n)=>{var r=n(84488),o=Object;t.exports=function(t){return o(r(t))}},57593:(t,e,n)=>{var r=n(46916),o=n(70111),i=n(52190),a=n(58173),s=n(92140),c=n(5112),u=TypeError,l=c("toPrimitive");t.exports=function(t,e){if(!o(t)||i(t))return t;var n,c=a(t,l);if(c){if(void 0===e&&(e="default"),n=r(c,t,e),!o(n)||i(n))return n;throw u("Can't convert object to primitive value")}return void 0===e&&(e="number"),s(t,e)}},34948:(t,e,n)=>{var r=n(57593),o=n(52190);t.exports=function(t){var e=r(t,"string");return o(e)?e:e+""}},51694:(t,e,n)=>{var r={};r[n(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},41340:(t,e,n)=>{var r=n(70648),o=String;t.exports=function(t){if("Symbol"===r(t))throw TypeError("Cannot convert a Symbol value to a string");return o(t)}},66330:t=>{var e=String;t.exports=function(t){try{return e(t)}catch(t){return"Object"}}},69711:(t,e,n)=>{var r=n(1702),o=0,i=Math.random(),a=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+a(++o+i,36)}},43307:(t,e,n)=>{var r=n(36293);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:(t,e,n)=>{var r=n(19781),o=n(47293);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},94811:(t,e,n)=>{var r=n(17854),o=n(60614),i=r.WeakMap;t.exports=o(i)&&/native code/.test(String(i))},26800:(t,e,n)=>{var r=n(40857),o=n(92597),i=n(6061),a=n(3070).f;t.exports=function(t){var e=r.Symbol||(r.Symbol={});o(e,t)||a(e,t,{value:i.f(t)})}},6061:(t,e,n)=>{var r=n(5112);e.f=r},5112:(t,e,n)=>{var r=n(17854),o=n(72309),i=n(92597),a=n(69711),s=n(36293),c=n(43307),u=o("wks"),l=r.Symbol,f=l&&l.for,h=c?l:l&&l.withoutSetter||a;t.exports=function(t){if(!i(u,t)||!s&&"string"!=typeof u[t]){var e="Symbol."+t;s&&i(l,t)?u[t]=l[t]:u[t]=c&&f?f(e):h(e)}return u[t]}},81361:t=>{t.exports="\t\n\v\f\r Β αββββββ
ββββββ―βγ\u2028\u2029\ufeff"},92222:(t,e,n)=>{"use strict";var r=n(82109),o=n(47293),i=n(43157),a=n(70111),s=n(47908),c=n(26244),u=n(7207),l=n(86135),f=n(65417),h=n(81194),d=n(5112),p=n(7392),v=d("isConcatSpreadable"),g=p>=51||!o((function(){var t=[];return t[v]=!1,t.concat()[0]!==t})),m=h("concat"),y=function(t){if(!a(t))return!1;var e=t[v];return void 0!==e?!!e:i(t)};r({target:"Array",proto:!0,arity:1,forced:!g||!m},{concat:function(t){var e,n,r,o,i,a=s(this),h=f(a,0),d=0;for(e=-1,r=arguments.length;e<r;e++)if(y(i=-1===e?a:arguments[e]))for(o=c(i),u(d+o),n=0;n<o;n++,d++)n in i&&l(h,d,i[n]);else u(d+1),l(h,d++,i);return h.length=d,h}})},57327:(t,e,n)=>{"use strict";var r=n(82109),o=n(42092).filter;r({target:"Array",proto:!0,forced:!n(81194)("filter")},{filter:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},66992:(t,e,n)=>{"use strict";var r=n(45656),o=n(51223),i=n(97497),a=n(29909),s=n(3070).f,c=n(51656),u=n(76178),l=n(31913),f=n(19781),h="Array Iterator",d=a.set,p=a.getterFor(h);t.exports=c(Array,"Array",(function(t,e){d(this,{type:h,target:r(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,n=t.kind,r=t.index++;return!e||r>=e.length?(t.target=void 0,u(void 0,!0)):u("keys"==n?r:"values"==n?e[r]:[r,e[r]],!1)}),"values");var v=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!l&&f&&"values"!==v.name)try{s(v,"name",{value:"values"})}catch(t){}},21249:(t,e,n)=>{"use strict";var r=n(82109),o=n(42092).map;r({target:"Array",proto:!0,forced:!n(81194)("map")},{map:function(t){return o(this,t,arguments.length>1?arguments[1]:void 0)}})},96078:(t,e,n)=>{var r=n(92597),o=n(98052),i=n(38709),a=n(5112)("toPrimitive"),s=Date.prototype;r(s,a)||o(s,a,i)},38862:(t,e,n)=>{var r=n(82109),o=n(35005),i=n(22104),a=n(46916),s=n(1702),c=n(47293),u=n(43157),l=n(60614),f=n(70111),h=n(52190),d=n(50206),p=n(36293),v=o("JSON","stringify"),g=s(/./.exec),m=s("".charAt),y=s("".charCodeAt),b=s("".replace),_=s(1..toString),j=/[\uD800-\uDFFF]/g,w=/^[\uD800-\uDBFF]$/,O=/^[\uDC00-\uDFFF]$/,E=!p||c((function(){var t=o("Symbol")();return"[null]"!=v([t])||"{}"!=v({a:t})||"{}"!=v(Object(t))})),x=c((function(){return'"\\udf06\\ud834"'!==v("\udf06\ud834")||'"\\udead"'!==v("\udead")})),S=function(t,e){var n=d(arguments),r=e;if((f(e)||void 0!==t)&&!h(t))return u(e)||(e=function(t,e){if(l(r)&&(e=a(r,this,t,e)),!h(e))return e}),n[1]=e,i(v,null,n)},$=function(t,e,n){var r=m(n,e-1),o=m(n,e+1);return g(w,t)&&!g(O,o)||g(O,t)&&!g(w,r)?"\\u"+_(y(t,0),16):t};v&&r({target:"JSON",stat:!0,arity:3,forced:E||x},{stringify:function(t,e,n){var r=d(arguments),o=i(E?S:v,null,r);return x&&"string"==typeof o?b(o,j,$):o}})},9653:(t,e,n)=>{"use strict";var r=n(19781),o=n(17854),i=n(1702),a=n(54705),s=n(98052),c=n(92597),u=n(79587),l=n(47976),f=n(52190),h=n(57593),d=n(47293),p=n(8006).f,v=n(31236).f,g=n(3070).f,m=n(50863),y=n(53111).trim,b="Number",_=o.Number,j=_.prototype,w=o.TypeError,O=i("".slice),E=i("".charCodeAt),x=function(t){var e=h(t,"number");return"bigint"==typeof e?e:S(e)},S=function(t){var e,n,r,o,i,a,s,c,u=h(t,"number");if(f(u))throw w("Cannot convert a Symbol value to a number");if("string"==typeof u&&u.length>2)if(u=y(u),43===(e=E(u,0))||45===e){if(88===(n=E(u,2))||120===n)return NaN}else if(48===e){switch(E(u,1)){case 66:case 98:r=2,o=49;break;case 79:case 111:r=8,o=55;break;default:return+u}for(a=(i=O(u,2)).length,s=0;s<a;s++)if((c=E(i,s))<48||c>o)return NaN;return parseInt(i,r)}return+u};if(a(b,!_(" 0o1")||!_("0b1")||_("+0x1"))){for(var $,C=function(t){var e=arguments.length<1?0:_(x(t)),n=this;return l(j,n)&&d((function(){m(n)}))?u(Object(e),n,C):e},I=r?p(_):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),L=0;I.length>L;L++)c(_,$=I[L])&&!c(C,$)&&g(C,$,v(_,$));C.prototype=j,j.constructor=C,s(o,b,C,{constructor:!0})}},19601:(t,e,n)=>{var r=n(82109),o=n(21574);r({target:"Object",stat:!0,arity:2,forced:Object.assign!==o},{assign:o})},69070:(t,e,n)=>{var r=n(82109),o=n(19781),i=n(3070).f;r({target:"Object",stat:!0,forced:Object.defineProperty!==i,sham:!o},{defineProperty:i})},29660:(t,e,n)=>{var r=n(82109),o=n(36293),i=n(47293),a=n(25181),s=n(47908);r({target:"Object",stat:!0,forced:!o||i((function(){a.f(1)}))},{getOwnPropertySymbols:function(t){var e=a.f;return e?e(s(t)):[]}})},47941:(t,e,n)=>{var r=n(82109),o=n(47908),i=n(81956);r({target:"Object",stat:!0,forced:n(47293)((function(){i(1)}))},{keys:function(t){return i(o(t))}})},41539:(t,e,n)=>{var r=n(51694),o=n(98052),i=n(90288);r||o(Object.prototype,"toString",i,{unsafe:!0})},78783:(t,e,n)=>{"use strict";var r=n(28710).charAt,o=n(41340),i=n(29909),a=n(51656),s=n(76178),c="String Iterator",u=i.set,l=i.getterFor(c);a(String,"String",(function(t){u(this,{type:c,string:o(t),index:0})}),(function(){var t,e=l(this),n=e.string,o=e.index;return o>=n.length?s(void 0,!0):(t=r(n,o),e.index+=t.length,s(t,!1))}))},23157:(t,e,n)=>{"use strict";var r,o=n(82109),i=n(1702),a=n(31236).f,s=n(17466),c=n(41340),u=n(3929),l=n(84488),f=n(84964),h=n(31913),d=i("".startsWith),p=i("".slice),v=Math.min,g=f("startsWith");o({target:"String",proto:!0,forced:!!(h||g||(r=a(String.prototype,"startsWith"),!r||r.writable))&&!g},{startsWith:function(t){var e=c(l(this));u(t);var n=s(v(arguments.length>1?arguments[1]:void 0,e.length)),r=c(t);return d?d(e,r,n):p(e,n,n+r.length)===r}})},4032:(t,e,n)=>{"use strict";var r=n(82109),o=n(17854),i=n(46916),a=n(1702),s=n(31913),c=n(19781),u=n(36293),l=n(47293),f=n(92597),h=n(47976),d=n(19670),p=n(45656),v=n(34948),g=n(41340),m=n(79114),y=n(70030),b=n(81956),_=n(8006),j=n(1156),w=n(25181),O=n(31236),E=n(3070),x=n(36048),S=n(55296),$=n(98052),C=n(72309),I=n(6200),L=n(3501),k=n(69711),T=n(5112),A=n(6061),P=n(26800),N=n(56532),R=n(58003),M=n(29909),D=n(42092).forEach,F=I("hidden"),G="Symbol",U=M.set,V=M.getterFor(G),B=Object.prototype,H=o.Symbol,z=H&&H.prototype,W=o.TypeError,X=o.QObject,q=O.f,K=E.f,Z=j.f,Y=S.f,Q=a([].push),J=C("symbols"),tt=C("op-symbols"),et=C("wks"),nt=!X||!X.prototype||!X.prototype.findChild,rt=c&&l((function(){return 7!=y(K({},"a",{get:function(){return K(this,"a",{value:7}).a}})).a}))?function(t,e,n){var r=q(B,e);r&&delete B[e],K(t,e,n),r&&t!==B&&K(B,e,r)}:K,ot=function(t,e){var n=J[t]=y(z);return U(n,{type:G,tag:t,description:e}),c||(n.description=e),n},it=function(t,e,n){t===B&&it(tt,e,n),d(t);var r=v(e);return d(n),f(J,r)?(n.enumerable?(f(t,F)&&t[F][r]&&(t[F][r]=!1),n=y(n,{enumerable:m(0,!1)})):(f(t,F)||K(t,F,m(1,{})),t[F][r]=!0),rt(t,r,n)):K(t,r,n)},at=function(t,e){d(t);var n=p(e),r=b(n).concat(lt(n));return D(r,(function(e){c&&!i(st,n,e)||it(t,e,n[e])})),t},st=function(t){var e=v(t),n=i(Y,this,e);return!(this===B&&f(J,e)&&!f(tt,e))&&(!(n||!f(this,e)||!f(J,e)||f(this,F)&&this[F][e])||n)},ct=function(t,e){var n=p(t),r=v(e);if(n!==B||!f(J,r)||f(tt,r)){var o=q(n,r);return!o||!f(J,r)||f(n,F)&&n[F][r]||(o.enumerable=!0),o}},ut=function(t){var e=Z(p(t)),n=[];return D(e,(function(t){f(J,t)||f(L,t)||Q(n,t)})),n},lt=function(t){var e=t===B,n=Z(e?tt:p(t)),r=[];return D(n,(function(t){!f(J,t)||e&&!f(B,t)||Q(r,J[t])})),r};u||($(z=(H=function(){if(h(z,this))throw W("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=k(t),n=function(t){this===B&&i(n,tt,t),f(this,F)&&f(this[F],e)&&(this[F][e]=!1),rt(this,e,m(1,t))};return c&&nt&&rt(B,e,{configurable:!0,set:n}),ot(e,t)}).prototype,"toString",(function(){return V(this).tag})),$(H,"withoutSetter",(function(t){return ot(k(t),t)})),S.f=st,E.f=it,x.f=at,O.f=ct,_.f=j.f=ut,w.f=lt,A.f=function(t){return ot(T(t),t)},c&&(K(z,"description",{configurable:!0,get:function(){return V(this).description}}),s||$(B,"propertyIsEnumerable",st,{unsafe:!0}))),r({global:!0,constructor:!0,wrap:!0,forced:!u,sham:!u},{Symbol:H}),D(b(et),(function(t){P(t)})),r({target:G,stat:!0,forced:!u},{useSetter:function(){nt=!0},useSimple:function(){nt=!1}}),r({target:"Object",stat:!0,forced:!u,sham:!c},{create:function(t,e){return void 0===e?y(t):at(y(t),e)},defineProperty:it,defineProperties:at,getOwnPropertyDescriptor:ct}),r({target:"Object",stat:!0,forced:!u},{getOwnPropertyNames:ut}),N(),R(H,G),L[F]=!0},41817:(t,e,n)=>{"use strict";var r=n(82109),o=n(19781),i=n(17854),a=n(1702),s=n(92597),c=n(60614),u=n(47976),l=n(41340),f=n(3070).f,h=n(99920),d=i.Symbol,p=d&&d.prototype;if(o&&c(d)&&(!("description"in p)||void 0!==d().description)){var v={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:l(arguments[0]),e=u(p,this)?new d(t):void 0===t?d():d(t);return""===t&&(v[e]=!0),e};h(g,d),g.prototype=p,p.constructor=g;var m="Symbol(test)"==String(d("test")),y=a(p.valueOf),b=a(p.toString),_=/^Symbol\((.*)\)[^)]+$/,j=a("".replace),w=a("".slice);f(p,"description",{configurable:!0,get:function(){var t=y(this);if(s(v,t))return"";var e=b(t),n=m?w(e,7,-1):j(e,_,"$1");return""===n?void 0:n}}),r({global:!0,constructor:!0,forced:!0},{Symbol:g})}},40763:(t,e,n)=>{var r=n(82109),o=n(35005),i=n(92597),a=n(41340),s=n(72309),c=n(2015),u=s("string-to-symbol-registry"),l=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=a(t);if(i(u,e))return u[e];var n=o("Symbol")(e);return u[e]=n,l[n]=e,n}})},32165:(t,e,n)=>{n(26800)("iterator")},82526:(t,e,n)=>{n(4032),n(40763),n(26620),n(38862),n(29660)},26620:(t,e,n)=>{var r=n(82109),o=n(92597),i=n(52190),a=n(66330),s=n(72309),c=n(2015),u=s("symbol-to-string-registry");r({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!i(t))throw TypeError(a(t)+" is not a symbol");if(o(u,t))return u[t]}})},96649:(t,e,n)=>{var r=n(26800),o=n(56532);r("toPrimitive"),o()},33948:(t,e,n)=>{var r=n(17854),o=n(48324),i=n(98509),a=n(66992),s=n(68880),c=n(5112),u=c("iterator"),l=c("toStringTag"),f=a.values,h=function(t,e){if(t){if(t[u]!==f)try{s(t,u,f)}catch(e){t[u]=f}if(t[l]||s(t,l,e),o[e])for(var n in a)if(t[n]!==a[n])try{s(t,n,a[n])}catch(e){t[n]=a[n]}}};for(var d in o)h(r[d]&&r[d].prototype,d);h(i,"DOMTokenList")},20296:t=>{function e(t,e,n){var r,o,i,a,s;function c(){var u=Date.now()-a;u<e&&u>=0?r=setTimeout(c,e-u):(r=null,n||(s=t.apply(i,o),i=o=null))}null==e&&(e=100);var u=function(){i=this,o=arguments,a=Date.now();var u=n&&!r;return r||(r=setTimeout(c,e)),u&&(s=t.apply(i,o),i=o=null),s};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(s=t.apply(i,o),i=o=null,clearTimeout(r),r=null)},u}e.debounce=e,t.exports=e},34155:t=>{var e,n,r=t.exports={};function o(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function a(t){if(e===setTimeout)return setTimeout(t,0);if((e===o||!e)&&setTimeout)return e=setTimeout,setTimeout(t,0);try{return e(t,0)}catch(n){try{return e.call(null,t,0)}catch(n){return e.call(this,t,0)}}}!function(){try{e="function"==typeof setTimeout?setTimeout:o}catch(t){e=o}try{n="function"==typeof clearTimeout?clearTimeout:i}catch(t){n=i}}();var s,c=[],u=!1,l=-1;function f(){u&&s&&(u=!1,s.length?c=s.concat(c):l=-1,c.length&&h())}function h(){if(!u){var t=a(f);u=!0;for(var e=c.length;e;){for(s=c,c=[];++l<e;)s&&s[l].run();l=-1,e=c.length}s=null,u=!1,function(t){if(n===clearTimeout)return clearTimeout(t);if((n===i||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(t);try{n(t)}catch(e){try{return n.call(null,t)}catch(e){return n.call(this,t)}}}(t)}}function d(t,e){this.fun=t,this.array=e}function p(){}r.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];c.push(new d(t,e)),1!==c.length||u||a(h)},d.prototype.run=function(){this.fun.apply(null,this.array)},r.title="browser",r.browser=!0,r.env={},r.argv=[],r.version="",r.versions={},r.on=p,r.addListener=p,r.once=p,r.off=p,r.removeListener=p,r.removeAllListeners=p,r.emit=p,r.prependListener=p,r.prependOnceListener=p,r.listeners=function(t){return[]},r.binding=function(t){throw new Error("process.binding is not supported")},r.cwd=function(){return"/"},r.chdir=function(t){throw new Error("process.chdir is not supported")},r.umask=function(){return 0}},20144:(t,e,n)=>{"use strict";n.r(e),n.d(e,{EffectScope:()=>_e,computed:()=>ce,customRef:()=>ee,default:()=>oo,defineAsyncComponent:()=>Pn,defineComponent:()=>Zn,del:()=>Nt,effectScope:()=>je,getCurrentInstance:()=>ht,getCurrentScope:()=>we,h:()=>mn,inject:()=>Se,isProxy:()=>Bt,isReactive:()=>Gt,isReadonly:()=>Vt,isRef:()=>Xt,isShallow:()=>Ut,markRaw:()=>zt,mergeDefaults:()=>fn,nextTick:()=>kn,onActivated:()=>Vn,onBeforeMount:()=>Rn,onBeforeUnmount:()=>Gn,onBeforeUpdate:()=>Dn,onDeactivated:()=>Bn,onErrorCaptured:()=>qn,onMounted:()=>Mn,onRenderTracked:()=>zn,onRenderTriggered:()=>Wn,onScopeDispose:()=>Oe,onServerPrefetch:()=>Hn,onUnmounted:()=>Un,onUpdated:()=>Fn,provide:()=>Ee,proxyRefs:()=>Jt,reactive:()=>Mt,readonly:()=>oe,ref:()=>qt,set:()=>Pt,shallowReactive:()=>Dt,shallowReadonly:()=>se,shallowRef:()=>Kt,toRaw:()=>Ht,toRef:()=>re,toRefs:()=>ne,triggerRef:()=>Yt,unref:()=>Qt,useAttrs:()=>cn,useCssModule:()=>Tn,useCssVars:()=>An,useListeners:()=>un,useSlots:()=>sn,version:()=>Kn,watch:()=>ye,watchEffect:()=>de,watchPostEffect:()=>pe,watchSyncEffect:()=>ve});var r=Object.freeze({}),o=Array.isArray;function i(t){return null==t}function a(t){return null!=t}function s(t){return!0===t}function c(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function u(t){return"function"==typeof t}function l(t){return null!==t&&"object"==typeof t}var f=Object.prototype.toString;function h(t){return"[object Object]"===f.call(t)}function d(t){return"[object RegExp]"===f.call(t)}function p(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function v(t){return a(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function g(t){return null==t?"":Array.isArray(t)||h(t)&&t.toString===f?JSON.stringify(t,null,2):String(t)}function m(t){var e=parseFloat(t);return isNaN(e)?t:e}function y(t,e){for(var n=Object.create(null),r=t.split(","),o=0;o<r.length;o++)n[r[o]]=!0;return e?function(t){return n[t.toLowerCase()]}:function(t){return n[t]}}y("slot,component",!0);var b=y("key,ref,slot,slot-scope,is");function _(t,e){var n=t.length;if(n){if(e===t[n-1])return void(t.length=n-1);var r=t.indexOf(e);if(r>-1)return t.splice(r,1)}}var j=Object.prototype.hasOwnProperty;function w(t,e){return j.call(t,e)}function O(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var E=/-(\w)/g,x=O((function(t){return t.replace(E,(function(t,e){return e?e.toUpperCase():""}))})),S=O((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),$=/\B([A-Z])/g,C=O((function(t){return t.replace($,"-$1").toLowerCase()}));var I=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var r=arguments.length;return r?r>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function L(t,e){e=e||0;for(var n=t.length-e,r=new Array(n);n--;)r[n]=t[n+e];return r}function k(t,e){for(var n in e)t[n]=e[n];return t}function T(t){for(var e={},n=0;n<t.length;n++)t[n]&&k(e,t[n]);return e}function A(t,e,n){}var P=function(t,e,n){return!1},N=function(t){return t};function R(t,e){if(t===e)return!0;var n=l(t),r=l(e);if(!n||!r)return!n&&!r&&String(t)===String(e);try{var o=Array.isArray(t),i=Array.isArray(e);if(o&&i)return t.length===e.length&&t.every((function(t,n){return R(t,e[n])}));if(t instanceof Date&&e instanceof Date)return t.getTime()===e.getTime();if(o||i)return!1;var a=Object.keys(t),s=Object.keys(e);return a.length===s.length&&a.every((function(n){return R(t[n],e[n])}))}catch(t){return!1}}function M(t,e){for(var n=0;n<t.length;n++)if(R(t[n],e))return n;return-1}function D(t){var e=!1;return function(){e||(e=!0,t.apply(this,arguments))}}function F(t,e){return t===e?0===t&&1/t!=1/e:t==t||e==e}var G="data-server-rendered",U=["component","directive","filter"],V=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],B={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:P,isReservedAttr:P,isUnknownElement:P,getTagNamespace:A,parsePlatformTagName:N,mustUseProp:P,async:!0,_lifecycleHooks:V},H=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function z(t){var e=(t+"").charCodeAt(0);return 36===e||95===e}function W(t,e,n,r){Object.defineProperty(t,e,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var X=new RegExp("[^".concat(H.source,".$_\\d]"));var q="__proto__"in{},K="undefined"!=typeof window,Z=K&&window.navigator.userAgent.toLowerCase(),Y=Z&&/msie|trident/.test(Z),Q=Z&&Z.indexOf("msie 9.0")>0,J=Z&&Z.indexOf("edge/")>0;Z&&Z.indexOf("android");var tt=Z&&/iphone|ipad|ipod|ios/.test(Z);Z&&/chrome\/\d+/.test(Z),Z&&/phantomjs/.test(Z);var et,nt=Z&&Z.match(/firefox\/(\d+)/),rt={}.watch,ot=!1;if(K)try{var it={};Object.defineProperty(it,"passive",{get:function(){ot=!0}}),window.addEventListener("test-passive",null,it)}catch(t){}var at=function(){return void 0===et&&(et=!K&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),et},st=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ct(t){return"function"==typeof t&&/native code/.test(t.toString())}var ut,lt="undefined"!=typeof Symbol&&ct(Symbol)&&"undefined"!=typeof Reflect&&ct(Reflect.ownKeys);ut="undefined"!=typeof Set&&ct(Set)?Set:function(){function t(){this.set=Object.create(null)}return t.prototype.has=function(t){return!0===this.set[t]},t.prototype.add=function(t){this.set[t]=!0},t.prototype.clear=function(){this.set=Object.create(null)},t}();var ft=null;function ht(){return ft&&{proxy:ft}}function dt(t){void 0===t&&(t=null),t||ft&&ft._scope.off(),ft=t,t&&t._scope.on()}var pt=function(){function t(t,e,n,r,o,i,a,s){this.tag=t,this.data=e,this.children=n,this.text=r,this.elm=o,this.ns=void 0,this.context=i,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=e&&e.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(t.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),t}(),vt=function(t){void 0===t&&(t="");var e=new pt;return e.text=t,e.isComment=!0,e};function gt(t){return new pt(void 0,void 0,void 0,String(t))}function mt(t){var e=new pt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return e.ns=t.ns,e.isStatic=t.isStatic,e.key=t.key,e.isComment=t.isComment,e.fnContext=t.fnContext,e.fnOptions=t.fnOptions,e.fnScopeId=t.fnScopeId,e.asyncMeta=t.asyncMeta,e.isCloned=!0,e}var yt=0,bt=[],_t=function(){function t(){this._pending=!1,this.id=yt++,this.subs=[]}return t.prototype.addSub=function(t){this.subs.push(t)},t.prototype.removeSub=function(t){this.subs[this.subs.indexOf(t)]=null,this._pending||(this._pending=!0,bt.push(this))},t.prototype.depend=function(e){t.target&&t.target.addDep(this)},t.prototype.notify=function(t){var e=this.subs.filter((function(t){return t}));for(var n=0,r=e.length;n<r;n++){0,e[n].update()}},t}();_t.target=null;var jt=[];function wt(t){jt.push(t),_t.target=t}function Ot(){jt.pop(),_t.target=jt[jt.length-1]}var Et=Array.prototype,xt=Object.create(Et);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(t){var e=Et[t];W(xt,t,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o,i=e.apply(this,n),a=this.__ob__;switch(t){case"push":case"unshift":o=n;break;case"splice":o=n.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i}))}));var St=Object.getOwnPropertyNames(xt),$t={},Ct=!0;function It(t){Ct=t}var Lt={notify:A,depend:A,addSub:A,removeSub:A},kt=function(){function t(t,e,n){if(void 0===e&&(e=!1),void 0===n&&(n=!1),this.value=t,this.shallow=e,this.mock=n,this.dep=n?Lt:new _t,this.vmCount=0,W(t,"__ob__",this),o(t)){if(!n)if(q)t.__proto__=xt;else for(var r=0,i=St.length;r<i;r++){W(t,s=St[r],xt[s])}e||this.observeArray(t)}else{var a=Object.keys(t);for(r=0;r<a.length;r++){var s;At(t,s=a[r],$t,void 0,e,n)}}}return t.prototype.observeArray=function(t){for(var e=0,n=t.length;e<n;e++)Tt(t[e],!1,this.mock)},t}();function Tt(t,e,n){return t&&w(t,"__ob__")&&t.__ob__ instanceof kt?t.__ob__:!Ct||!n&&at()||!o(t)&&!h(t)||!Object.isExtensible(t)||t.__v_skip||Xt(t)||t instanceof pt?void 0:new kt(t,e,n)}function At(t,e,n,r,i,a){var s=new _t,c=Object.getOwnPropertyDescriptor(t,e);if(!c||!1!==c.configurable){var u=c&&c.get,l=c&&c.set;u&&!l||n!==$t&&2!==arguments.length||(n=t[e]);var f=!i&&Tt(n,!1,a);return Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){var e=u?u.call(t):n;return _t.target&&(s.depend(),f&&(f.dep.depend(),o(e)&&Rt(e))),Xt(e)&&!i?e.value:e},set:function(e){var r=u?u.call(t):n;if(F(r,e)){if(l)l.call(t,e);else{if(u)return;if(!i&&Xt(r)&&!Xt(e))return void(r.value=e);n=e}f=!i&&Tt(e,!1,a),s.notify()}}}),s}}function Pt(t,e,n){if(!Vt(t)){var r=t.__ob__;return o(t)&&p(e)?(t.length=Math.max(t.length,e),t.splice(e,1,n),r&&!r.shallow&&r.mock&&Tt(n,!1,!0),n):e in t&&!(e in Object.prototype)?(t[e]=n,n):t._isVue||r&&r.vmCount?n:r?(At(r.value,e,n,void 0,r.shallow,r.mock),r.dep.notify(),n):(t[e]=n,n)}}function Nt(t,e){if(o(t)&&p(e))t.splice(e,1);else{var n=t.__ob__;t._isVue||n&&n.vmCount||Vt(t)||w(t,e)&&(delete t[e],n&&n.dep.notify())}}function Rt(t){for(var e=void 0,n=0,r=t.length;n<r;n++)(e=t[n])&&e.__ob__&&e.__ob__.dep.depend(),o(e)&&Rt(e)}function Mt(t){return Ft(t,!1),t}function Dt(t){return Ft(t,!0),W(t,"__v_isShallow",!0),t}function Ft(t,e){if(!Vt(t)){Tt(t,e,at());0}}function Gt(t){return Vt(t)?Gt(t.__v_raw):!(!t||!t.__ob__)}function Ut(t){return!(!t||!t.__v_isShallow)}function Vt(t){return!(!t||!t.__v_isReadonly)}function Bt(t){return Gt(t)||Vt(t)}function Ht(t){var e=t&&t.__v_raw;return e?Ht(e):t}function zt(t){return Object.isExtensible(t)&&W(t,"__v_skip",!0),t}var Wt="__v_isRef";function Xt(t){return!(!t||!0!==t.__v_isRef)}function qt(t){return Zt(t,!1)}function Kt(t){return Zt(t,!0)}function Zt(t,e){if(Xt(t))return t;var n={};return W(n,Wt,!0),W(n,"__v_isShallow",e),W(n,"dep",At(n,"value",t,null,e,at())),n}function Yt(t){t.dep&&t.dep.notify()}function Qt(t){return Xt(t)?t.value:t}function Jt(t){if(Gt(t))return t;for(var e={},n=Object.keys(t),r=0;r<n.length;r++)te(e,t,n[r]);return e}function te(t,e,n){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];if(Xt(t))return t.value;var r=t&&t.__ob__;return r&&r.dep.depend(),t},set:function(t){var r=e[n];Xt(r)&&!Xt(t)?r.value=t:e[n]=t}})}function ee(t){var e=new _t,n=t((function(){e.depend()}),(function(){e.notify()})),r=n.get,o=n.set,i={get value(){return r()},set value(t){o(t)}};return W(i,Wt,!0),i}function ne(t){var e=o(t)?new Array(t.length):{};for(var n in t)e[n]=re(t,n);return e}function re(t,e,n){var r=t[e];if(Xt(r))return r;var o={get value(){var r=t[e];return void 0===r?n:r},set value(n){t[e]=n}};return W(o,Wt,!0),o}function oe(t){return ie(t,!1)}function ie(t,e){if(!h(t))return t;if(Vt(t))return t;var n=e?"__v_rawToShallowReadonly":"__v_rawToReadonly",r=t[n];if(r)return r;var o=Object.create(Object.getPrototypeOf(t));W(t,n,o),W(o,"__v_isReadonly",!0),W(o,"__v_raw",t),Xt(t)&&W(o,Wt,!0),(e||Ut(t))&&W(o,"__v_isShallow",!0);for(var i=Object.keys(t),a=0;a<i.length;a++)ae(o,t,i[a],e);return o}function ae(t,e,n,r){Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var t=e[n];return r||!h(t)?t:oe(t)},set:function(){}})}function se(t){return ie(t,!0)}function ce(t,e){var n,r,o=u(t);o?(n=t,r=A):(n=t.get,r=t.set);var i=at()?null:new nr(ft,n,A,{lazy:!0});var a={effect:i,get value(){return i?(i.dirty&&i.evaluate(),_t.target&&i.depend(),i.value):n()},set value(t){r(t)}};return W(a,Wt,!0),W(a,"__v_isReadonly",o),a}var ue="watcher",le="".concat(ue," callback"),fe="".concat(ue," getter"),he="".concat(ue," cleanup");function de(t,e){return be(t,null,e)}function pe(t,e){return be(t,null,{flush:"post"})}function ve(t,e){return be(t,null,{flush:"sync"})}var ge,me={};function ye(t,e,n){return be(t,e,n)}function be(t,e,n){var i=void 0===n?r:n,a=i.immediate,s=i.deep,c=i.flush,l=void 0===c?"pre":c;i.onTrack,i.onTrigger;var f,h,d=ft,p=function(t,e,n){return void 0===n&&(n=null),bn(t,null,n,d,e)},v=!1,g=!1;if(Xt(t)?(f=function(){return t.value},v=Ut(t)):Gt(t)?(f=function(){return t.__ob__.dep.depend(),t},s=!0):o(t)?(g=!0,v=t.some((function(t){return Gt(t)||Ut(t)})),f=function(){return t.map((function(t){return Xt(t)?t.value:Gt(t)?Qn(t):u(t)?p(t,fe):void 0}))}):f=u(t)?e?function(){return p(t,fe)}:function(){if(!d||!d._isDestroyed)return h&&h(),p(t,ue,[y])}:A,e&&s){var m=f;f=function(){return Qn(m())}}var y=function(t){h=b.onStop=function(){p(t,he)}};if(at())return y=A,e?a&&p(e,le,[f(),g?[]:void 0,y]):f(),A;var b=new nr(ft,f,A,{lazy:!0});b.noRecurse=!e;var _=g?[]:me;return b.run=function(){if(b.active)if(e){var t=b.get();(s||v||(g?t.some((function(t,e){return F(t,_[e])})):F(t,_)))&&(h&&h(),p(e,le,[t,_===me?void 0:_,y]),_=t)}else b.get()},"sync"===l?b.update=b.run:"post"===l?(b.post=!0,b.update=function(){return Er(b)}):b.update=function(){if(d&&d===ft&&!d._isMounted){var t=d._preWatchers||(d._preWatchers=[]);t.indexOf(b)<0&&t.push(b)}else Er(b)},e?a?b.run():_=b.get():"post"===l&&d?d.$once("hook:mounted",(function(){return b.get()})):b.get(),function(){b.teardown()}}var _e=function(){function t(t){void 0===t&&(t=!1),this.detached=t,this.active=!0,this.effects=[],this.cleanups=[],this.parent=ge,!t&&ge&&(this.index=(ge.scopes||(ge.scopes=[])).push(this)-1)}return t.prototype.run=function(t){if(this.active){var e=ge;try{return ge=this,t()}finally{ge=e}}else 0},t.prototype.on=function(){ge=this},t.prototype.off=function(){ge=this.parent},t.prototype.stop=function(t){if(this.active){var e=void 0,n=void 0;for(e=0,n=this.effects.length;e<n;e++)this.effects[e].teardown();for(e=0,n=this.cleanups.length;e<n;e++)this.cleanups[e]();if(this.scopes)for(e=0,n=this.scopes.length;e<n;e++)this.scopes[e].stop(!0);if(!this.detached&&this.parent&&!t){var r=this.parent.scopes.pop();r&&r!==this&&(this.parent.scopes[this.index]=r,r.index=this.index)}this.parent=void 0,this.active=!1}},t}();function je(t){return new _e(t)}function we(){return ge}function Oe(t){ge&&ge.cleanups.push(t)}function Ee(t,e){ft&&(xe(ft)[t]=e)}function xe(t){var e=t._provided,n=t.$parent&&t.$parent._provided;return n===e?t._provided=Object.create(n):e}function Se(t,e,n){void 0===n&&(n=!1);var r=ft;if(r){var o=r.$parent&&r.$parent._provided;if(o&&t in o)return o[t];if(arguments.length>1)return n&&u(e)?e.call(r):e}else 0}var $e=O((function(t){var e="&"===t.charAt(0),n="~"===(t=e?t.slice(1):t).charAt(0),r="!"===(t=n?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:n,capture:r,passive:e}}));function Ce(t,e){function n(){var t=n.fns;if(!o(t))return bn(t,null,arguments,e,"v-on handler");for(var r=t.slice(),i=0;i<r.length;i++)bn(r[i],null,arguments,e,"v-on handler")}return n.fns=t,n}function Ie(t,e,n,r,o,a){var c,u,l,f;for(c in t)u=t[c],l=e[c],f=$e(c),i(u)||(i(l)?(i(u.fns)&&(u=t[c]=Ce(u,a)),s(f.once)&&(u=t[c]=o(f.name,u,f.capture)),n(f.name,u,f.capture,f.passive,f.params)):u!==l&&(l.fns=u,t[c]=l));for(c in e)i(t[c])&&r((f=$e(c)).name,e[c],f.capture)}function Le(t,e,n){var r;t instanceof pt&&(t=t.data.hook||(t.data.hook={}));var o=t[e];function c(){n.apply(this,arguments),_(r.fns,c)}i(o)?r=Ce([c]):a(o.fns)&&s(o.merged)?(r=o).fns.push(c):r=Ce([o,c]),r.merged=!0,t[e]=r}function ke(t,e,n,r,o){if(a(e)){if(w(e,n))return t[n]=e[n],o||delete e[n],!0;if(w(e,r))return t[n]=e[r],o||delete e[r],!0}return!1}function Te(t){return c(t)?[gt(t)]:o(t)?Pe(t):void 0}function Ae(t){return a(t)&&a(t.text)&&!1===t.isComment}function Pe(t,e){var n,r,u,l,f=[];for(n=0;n<t.length;n++)i(r=t[n])||"boolean"==typeof r||(l=f[u=f.length-1],o(r)?r.length>0&&(Ae((r=Pe(r,"".concat(e||"","_").concat(n)))[0])&&Ae(l)&&(f[u]=gt(l.text+r[0].text),r.shift()),f.push.apply(f,r)):c(r)?Ae(l)?f[u]=gt(l.text+r):""!==r&&f.push(gt(r)):Ae(r)&&Ae(l)?f[u]=gt(l.text+r.text):(s(t._isVList)&&a(r.tag)&&i(r.key)&&a(e)&&(r.key="__vlist".concat(e,"_").concat(n,"__")),f.push(r)));return f}function Ne(t,e){var n,r,i,s,c=null;if(o(t)||"string"==typeof t)for(c=new Array(t.length),n=0,r=t.length;n<r;n++)c[n]=e(t[n],n);else if("number"==typeof t)for(c=new Array(t),n=0;n<t;n++)c[n]=e(n+1,n);else if(l(t))if(lt&&t[Symbol.iterator]){c=[];for(var u=t[Symbol.iterator](),f=u.next();!f.done;)c.push(e(f.value,c.length)),f=u.next()}else for(i=Object.keys(t),c=new Array(i.length),n=0,r=i.length;n<r;n++)s=i[n],c[n]=e(t[s],s,n);return a(c)||(c=[]),c._isVList=!0,c}function Re(t,e,n,r){var o,i=this.$scopedSlots[t];i?(n=n||{},r&&(n=k(k({},r),n)),o=i(n)||(u(e)?e():e)):o=this.$slots[t]||(u(e)?e():e);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},o):o}function Me(t){return Vr(this.$options,"filters",t,!0)||N}function De(t,e){return o(t)?-1===t.indexOf(e):t!==e}function Fe(t,e,n,r,o){var i=B.keyCodes[e]||n;return o&&r&&!B.keyCodes[e]?De(o,r):i?De(i,t):r?C(r)!==e:void 0===t}function Ge(t,e,n,r,i){if(n)if(l(n)){o(n)&&(n=T(n));var a=void 0,s=function(o){if("class"===o||"style"===o||b(o))a=t;else{var s=t.attrs&&t.attrs.type;a=r||B.mustUseProp(e,s,o)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=x(o),u=C(o);c in a||u in a||(a[o]=n[o],i&&((t.on||(t.on={}))["update:".concat(o)]=function(t){n[o]=t}))};for(var c in n)s(c)}else;return t}function Ue(t,e){var n=this._staticTrees||(this._staticTrees=[]),r=n[t];return r&&!e||Be(r=n[t]=this.$options.staticRenderFns[t].call(this._renderProxy,this._c,this),"__static__".concat(t),!1),r}function Ve(t,e,n){return Be(t,"__once__".concat(e).concat(n?"_".concat(n):""),!0),t}function Be(t,e,n){if(o(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&He(t[r],"".concat(e,"_").concat(r),n);else He(t,e,n)}function He(t,e,n){t.isStatic=!0,t.key=e,t.isOnce=n}function ze(t,e){if(e)if(h(e)){var n=t.on=t.on?k({},t.on):{};for(var r in e){var o=n[r],i=e[r];n[r]=o?[].concat(o,i):i}}else;return t}function We(t,e,n,r){e=e||{$stable:!n};for(var i=0;i<t.length;i++){var a=t[i];o(a)?We(a,e,n):a&&(a.proxy&&(a.fn.proxy=!0),e[a.key]=a.fn)}return r&&(e.$key=r),e}function Xe(t,e){for(var n=0;n<e.length;n+=2){var r=e[n];"string"==typeof r&&r&&(t[e[n]]=e[n+1])}return t}function qe(t,e){return"string"==typeof t?e+t:t}function Ke(t){t._o=Ve,t._n=m,t._s=g,t._l=Ne,t._t=Re,t._q=R,t._i=M,t._m=Ue,t._f=Me,t._k=Fe,t._b=Ge,t._v=gt,t._e=vt,t._u=We,t._g=ze,t._d=Xe,t._p=qe}function Ze(t,e){if(!t||!t.length)return{};for(var n={},r=0,o=t.length;r<o;r++){var i=t[r],a=i.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,i.context!==e&&i.fnContext!==e||!a||null==a.slot)(n.default||(n.default=[])).push(i);else{var s=a.slot,c=n[s]||(n[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in n)n[u].every(Ye)&&delete n[u];return n}function Ye(t){return t.isComment&&!t.asyncFactory||" "===t.text}function Qe(t){return t.isComment&&t.asyncFactory}function Je(t,e,n,o){var i,a=Object.keys(n).length>0,s=e?!!e.$stable:!a,c=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(s&&o&&o!==r&&c===o.$key&&!a&&!o.$hasNormal)return o;for(var u in i={},e)e[u]&&"$"!==u[0]&&(i[u]=tn(t,n,u,e[u]))}else i={};for(var l in n)l in i||(i[l]=en(n,l));return e&&Object.isExtensible(e)&&(e._normalized=i),W(i,"$stable",s),W(i,"$key",c),W(i,"$hasNormal",a),i}function tn(t,e,n,r){var i=function(){var e=ft;dt(t);var n=arguments.length?r.apply(null,arguments):r({}),i=(n=n&&"object"==typeof n&&!o(n)?[n]:Te(n))&&n[0];return dt(e),n&&(!i||1===n.length&&i.isComment&&!Qe(i))?void 0:n};return r.proxy&&Object.defineProperty(e,n,{get:i,enumerable:!0,configurable:!0}),i}function en(t,e){return function(){return t[e]}}function nn(t){return{get attrs(){if(!t._attrsProxy){var e=t._attrsProxy={};W(e,"_v_attr_proxy",!0),rn(e,t.$attrs,r,t,"$attrs")}return t._attrsProxy},get listeners(){t._listenersProxy||rn(t._listenersProxy={},t.$listeners,r,t,"$listeners");return t._listenersProxy},get slots(){return function(t){t._slotsProxy||an(t._slotsProxy={},t.$scopedSlots);return t._slotsProxy}(t)},emit:I(t.$emit,t),expose:function(e){e&&Object.keys(e).forEach((function(n){return te(t,e,n)}))}}}function rn(t,e,n,r,o){var i=!1;for(var a in e)a in t?e[a]!==n[a]&&(i=!0):(i=!0,on(t,a,r,o));for(var a in t)a in e||(i=!0,delete t[a]);return i}function on(t,e,n,r){Object.defineProperty(t,e,{enumerable:!0,configurable:!0,get:function(){return n[r][e]}})}function an(t,e){for(var n in e)t[n]=e[n];for(var n in t)n in e||delete t[n]}function sn(){return ln().slots}function cn(){return ln().attrs}function un(){return ln().listeners}function ln(){var t=ft;return t._setupContext||(t._setupContext=nn(t))}function fn(t,e){var n=o(t)?t.reduce((function(t,e){return t[e]={},t}),{}):t;for(var r in e){var i=n[r];i?o(i)||u(i)?n[r]={type:i,default:e[r]}:i.default=e[r]:null===i&&(n[r]={default:e[r]})}return n}var hn=null;function dn(t,e){return(t.__esModule||lt&&"Module"===t[Symbol.toStringTag])&&(t=t.default),l(t)?e.extend(t):t}function pn(t){if(o(t))for(var e=0;e<t.length;e++){var n=t[e];if(a(n)&&(a(n.componentOptions)||Qe(n)))return n}}function vn(t,e,n,r,i,f){return(o(n)||c(n))&&(i=r,r=n,n=void 0),s(f)&&(i=2),function(t,e,n,r,i){if(a(n)&&a(n.__ob__))return vt();a(n)&&a(n.is)&&(e=n.is);if(!e)return vt();0;o(r)&&u(r[0])&&((n=n||{}).scopedSlots={default:r[0]},r.length=0);2===i?r=Te(r):1===i&&(r=function(t){for(var e=0;e<t.length;e++)if(o(t[e]))return Array.prototype.concat.apply([],t);return t}(r));var s,c;if("string"==typeof e){var f=void 0;c=t.$vnode&&t.$vnode.ns||B.getTagNamespace(e),s=B.isReservedTag(e)?new pt(B.parsePlatformTagName(e),n,r,void 0,void 0,t):n&&n.pre||!a(f=Vr(t.$options,"components",e))?new pt(e,n,r,void 0,void 0,t):Tr(f,n,t,r,e)}else s=Tr(e,n,t,r);return o(s)?s:a(s)?(a(c)&&gn(s,c),a(n)&&function(t){l(t.style)&&Qn(t.style);l(t.class)&&Qn(t.class)}(n),s):vt()}(t,e,n,r,i)}function gn(t,e,n){if(t.ns=e,"foreignObject"===t.tag&&(e=void 0,n=!0),a(t.children))for(var r=0,o=t.children.length;r<o;r++){var c=t.children[r];a(c.tag)&&(i(c.ns)||s(n)&&"svg"!==c.tag)&&gn(c,e,n)}}function mn(t,e,n){return vn(ft,t,e,n,2,!0)}function yn(t,e,n){wt();try{if(e)for(var r=e;r=r.$parent;){var o=r.$options.errorCaptured;if(o)for(var i=0;i<o.length;i++)try{if(!1===o[i].call(r,t,e,n))return}catch(t){_n(t,r,"errorCaptured hook")}}_n(t,e,n)}finally{Ot()}}function bn(t,e,n,r,o){var i;try{(i=n?t.apply(e,n):t.call(e))&&!i._isVue&&v(i)&&!i._handled&&(i.catch((function(t){return yn(t,r,o+" (Promise/async)")})),i._handled=!0)}catch(t){yn(t,r,o)}return i}function _n(t,e,n){if(B.errorHandler)try{return B.errorHandler.call(null,t,e,n)}catch(e){e!==t&&jn(e,null,"config.errorHandler")}jn(t,e,n)}function jn(t,e,n){if(!K||"undefined"==typeof console)throw t;console.error(t)}var wn,On=!1,En=[],xn=!1;function Sn(){xn=!1;var t=En.slice(0);En.length=0;for(var e=0;e<t.length;e++)t[e]()}if("undefined"!=typeof Promise&&ct(Promise)){var $n=Promise.resolve();wn=function(){$n.then(Sn),tt&&setTimeout(A)},On=!0}else if(Y||"undefined"==typeof MutationObserver||!ct(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())wn="undefined"!=typeof setImmediate&&ct(setImmediate)?function(){setImmediate(Sn)}:function(){setTimeout(Sn,0)};else{var Cn=1,In=new MutationObserver(Sn),Ln=document.createTextNode(String(Cn));In.observe(Ln,{characterData:!0}),wn=function(){Cn=(Cn+1)%2,Ln.data=String(Cn)},On=!0}function kn(t,e){var n;if(En.push((function(){if(t)try{t.call(e)}catch(t){yn(t,e,"nextTick")}else n&&n(e)})),xn||(xn=!0,wn()),!t&&"undefined"!=typeof Promise)return new Promise((function(t){n=t}))}function Tn(t){if(void 0===t&&(t="$style"),!ft)return r;var e=ft[t];return e||r}function An(t){if(K){var e=ft;e&&pe((function(){var n=e.$el,r=t(e,e._setupProxy);if(n&&1===n.nodeType){var o=n.style;for(var i in r)o.setProperty("--".concat(i),r[i])}}))}}function Pn(t){u(t)&&(t={loader:t});var e=t.loader,n=t.loadingComponent,r=t.errorComponent,o=t.delay,i=void 0===o?200:o,a=t.timeout,s=(t.suspensible,t.onError);var c=null,l=0,f=function(){var t;return c||(t=c=e().catch((function(t){if(t=t instanceof Error?t:new Error(String(t)),s)return new Promise((function(e,n){s(t,(function(){return e((l++,c=null,f()))}),(function(){return n(t)}),l+1)}));throw t})).then((function(e){return t!==c&&c?c:(e&&(e.__esModule||"Module"===e[Symbol.toStringTag])&&(e=e.default),e)})))};return function(){return{component:f(),delay:i,timeout:a,error:r,loading:n}}}function Nn(t){return function(e,n){if(void 0===n&&(n=ft),n)return function(t,e,n){var r=t.$options;r[e]=Dr(r[e],n)}(n,t,e)}}var Rn=Nn("beforeMount"),Mn=Nn("mounted"),Dn=Nn("beforeUpdate"),Fn=Nn("updated"),Gn=Nn("beforeDestroy"),Un=Nn("destroyed"),Vn=Nn("activated"),Bn=Nn("deactivated"),Hn=Nn("serverPrefetch"),zn=Nn("renderTracked"),Wn=Nn("renderTriggered"),Xn=Nn("errorCaptured");function qn(t,e){void 0===e&&(e=ft),Xn(t,e)}var Kn="2.7.14";function Zn(t){return t}var Yn=new ut;function Qn(t){return Jn(t,Yn),Yn.clear(),t}function Jn(t,e){var n,r,i=o(t);if(!(!i&&!l(t)||t.__v_skip||Object.isFrozen(t)||t instanceof pt)){if(t.__ob__){var a=t.__ob__.dep.id;if(e.has(a))return;e.add(a)}if(i)for(n=t.length;n--;)Jn(t[n],e);else if(Xt(t))Jn(t.value,e);else for(n=(r=Object.keys(t)).length;n--;)Jn(t[r[n]],e)}}var tr,er=0,nr=function(){function t(t,e,n,r,o){var i,a;i=this,void 0===(a=ge&&!ge._vm?ge:t?t._scope:void 0)&&(a=ge),a&&a.active&&a.effects.push(i),(this.vm=t)&&o&&(t._watcher=this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++er,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ut,this.newDepIds=new ut,this.expression="",u(e)?this.getter=e:(this.getter=function(t){if(!X.test(t)){var e=t.split(".");return function(t){for(var n=0;n<e.length;n++){if(!t)return;t=t[e[n]]}return t}}}(e),this.getter||(this.getter=A)),this.value=this.lazy?void 0:this.get()}return t.prototype.get=function(){var t;wt(this);var e=this.vm;try{t=this.getter.call(e,e)}catch(t){if(!this.user)throw t;yn(t,e,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&Qn(t),Ot(),this.cleanupDeps()}return t},t.prototype.addDep=function(t){var e=t.id;this.newDepIds.has(e)||(this.newDepIds.add(e),this.newDeps.push(t),this.depIds.has(e)||t.addSub(this))},t.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var e=this.deps[t];this.newDepIds.has(e.id)||e.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},t.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():Er(this)},t.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||l(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'.concat(this.expression,'"');bn(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},t.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},t.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},t.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&_(this.vm._scope.effects,this),this.active){for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},t}();function rr(t,e){tr.$on(t,e)}function or(t,e){tr.$off(t,e)}function ir(t,e){var n=tr;return function r(){var o=e.apply(null,arguments);null!==o&&n.$off(t,r)}}function ar(t,e,n){tr=t,Ie(e,n||{},rr,or,ir,t),tr=void 0}var sr=null;function cr(t){var e=sr;return sr=t,function(){sr=e}}function ur(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function lr(t,e){if(e){if(t._directInactive=!1,ur(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var n=0;n<t.$children.length;n++)lr(t.$children[n]);hr(t,"activated")}}function fr(t,e){if(!(e&&(t._directInactive=!0,ur(t))||t._inactive)){t._inactive=!0;for(var n=0;n<t.$children.length;n++)fr(t.$children[n]);hr(t,"deactivated")}}function hr(t,e,n,r){void 0===r&&(r=!0),wt();var o=ft;r&&dt(t);var i=t.$options[e],a="".concat(e," hook");if(i)for(var s=0,c=i.length;s<c;s++)bn(i[s],t,n||null,t,a);t._hasHookEvent&&t.$emit("hook:"+e),r&&dt(o),Ot()}var dr=[],pr=[],vr={},gr=!1,mr=!1,yr=0;var br=0,_r=Date.now;if(K&&!Y){var jr=window.performance;jr&&"function"==typeof jr.now&&_r()>document.createEvent("Event").timeStamp&&(_r=function(){return jr.now()})}var wr=function(t,e){if(t.post){if(!e.post)return 1}else if(e.post)return-1;return t.id-e.id};function Or(){var t,e;for(br=_r(),mr=!0,dr.sort(wr),yr=0;yr<dr.length;yr++)(t=dr[yr]).before&&t.before(),e=t.id,vr[e]=null,t.run();var n=pr.slice(),r=dr.slice();yr=dr.length=pr.length=0,vr={},gr=mr=!1,function(t){for(var e=0;e<t.length;e++)t[e]._inactive=!0,lr(t[e],!0)}(n),function(t){var e=t.length;for(;e--;){var n=t[e],r=n.vm;r&&r._watcher===n&&r._isMounted&&!r._isDestroyed&&hr(r,"updated")}}(r),function(){for(var t=0;t<bt.length;t++){var e=bt[t];e.subs=e.subs.filter((function(t){return t})),e._pending=!1}bt.length=0}(),st&&B.devtools&&st.emit("flush")}function Er(t){var e=t.id;if(null==vr[e]&&(t!==_t.target||!t.noRecurse)){if(vr[e]=!0,mr){for(var n=dr.length-1;n>yr&&dr[n].id>t.id;)n--;dr.splice(n+1,0,t)}else dr.push(t);gr||(gr=!0,kn(Or))}}function xr(t,e){if(t){for(var n=Object.create(null),r=lt?Reflect.ownKeys(t):Object.keys(t),o=0;o<r.length;o++){var i=r[o];if("__ob__"!==i){var a=t[i].from;if(a in e._provided)n[i]=e._provided[a];else if("default"in t[i]){var s=t[i].default;n[i]=u(s)?s.call(e):s}else 0}}return n}}function Sr(t,e,n,i,a){var c,u=this,l=a.options;w(i,"_uid")?(c=Object.create(i))._original=i:(c=i,i=i._original);var f=s(l._compiled),h=!f;this.data=t,this.props=e,this.children=n,this.parent=i,this.listeners=t.on||r,this.injections=xr(l.inject,i),this.slots=function(){return u.$slots||Je(i,t.scopedSlots,u.$slots=Ze(n,i)),u.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Je(i,t.scopedSlots,this.slots())}}),f&&(this.$options=l,this.$slots=this.slots(),this.$scopedSlots=Je(i,t.scopedSlots,this.$slots)),l._scopeId?this._c=function(t,e,n,r){var a=vn(c,t,e,n,r,h);return a&&!o(a)&&(a.fnScopeId=l._scopeId,a.fnContext=i),a}:this._c=function(t,e,n,r){return vn(c,t,e,n,r,h)}}function $r(t,e,n,r,o){var i=mt(t);return i.fnContext=n,i.fnOptions=r,e.slot&&((i.data||(i.data={})).slot=e.slot),i}function Cr(t,e){for(var n in e)t[x(n)]=e[n]}function Ir(t){return t.name||t.__name||t._componentTag}Ke(Sr.prototype);var Lr={init:function(t,e){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var n=t;Lr.prepatch(n,n)}else{(t.componentInstance=function(t,e){var n={_isComponent:!0,_parentVnode:t,parent:e},r=t.data.inlineTemplate;a(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(n)}(t,sr)).$mount(e?t.elm:void 0,e)}},prepatch:function(t,e){var n=e.componentOptions;!function(t,e,n,o,i){var a=o.data.scopedSlots,s=t.$scopedSlots,c=!!(a&&!a.$stable||s!==r&&!s.$stable||a&&t.$scopedSlots.$key!==a.$key||!a&&t.$scopedSlots.$key),u=!!(i||t.$options._renderChildren||c),l=t.$vnode;t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o),t.$options._renderChildren=i;var f=o.data.attrs||r;t._attrsProxy&&rn(t._attrsProxy,f,l.data&&l.data.attrs||r,t,"$attrs")&&(u=!0),t.$attrs=f,n=n||r;var h=t.$options._parentListeners;if(t._listenersProxy&&rn(t._listenersProxy,n,h||r,t,"$listeners"),t.$listeners=t.$options._parentListeners=n,ar(t,n,h),e&&t.$options.props){It(!1);for(var d=t._props,p=t.$options._propKeys||[],v=0;v<p.length;v++){var g=p[v],m=t.$options.props;d[g]=Br(g,m,e,t)}It(!0),t.$options.propsData=e}u&&(t.$slots=Ze(i,o.context),t.$forceUpdate())}(e.componentInstance=t.componentInstance,n.propsData,n.listeners,e,n.children)},insert:function(t){var e,n=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,hr(r,"mounted")),t.data.keepAlive&&(n._isMounted?((e=r)._inactive=!1,pr.push(e)):lr(r,!0))},destroy:function(t){var e=t.componentInstance;e._isDestroyed||(t.data.keepAlive?fr(e,!0):e.$destroy())}},kr=Object.keys(Lr);function Tr(t,e,n,c,u){if(!i(t)){var f=n.$options._base;if(l(t)&&(t=f.extend(t)),"function"==typeof t){var h;if(i(t.cid)&&(t=function(t,e){if(s(t.error)&&a(t.errorComp))return t.errorComp;if(a(t.resolved))return t.resolved;var n=hn;if(n&&a(t.owners)&&-1===t.owners.indexOf(n)&&t.owners.push(n),s(t.loading)&&a(t.loadingComp))return t.loadingComp;if(n&&!a(t.owners)){var r=t.owners=[n],o=!0,c=null,u=null;n.$on("hook:destroyed",(function(){return _(r,n)}));var f=function(t){for(var e=0,n=r.length;e<n;e++)r[e].$forceUpdate();t&&(r.length=0,null!==c&&(clearTimeout(c),c=null),null!==u&&(clearTimeout(u),u=null))},h=D((function(n){t.resolved=dn(n,e),o?r.length=0:f(!0)})),d=D((function(e){a(t.errorComp)&&(t.error=!0,f(!0))})),p=t(h,d);return l(p)&&(v(p)?i(t.resolved)&&p.then(h,d):v(p.component)&&(p.component.then(h,d),a(p.error)&&(t.errorComp=dn(p.error,e)),a(p.loading)&&(t.loadingComp=dn(p.loading,e),0===p.delay?t.loading=!0:c=setTimeout((function(){c=null,i(t.resolved)&&i(t.error)&&(t.loading=!0,f(!1))}),p.delay||200)),a(p.timeout)&&(u=setTimeout((function(){u=null,i(t.resolved)&&d(null)}),p.timeout)))),o=!1,t.loading?t.loadingComp:t.resolved}}(h=t,f),void 0===t))return function(t,e,n,r,o){var i=vt();return i.asyncFactory=t,i.asyncMeta={data:e,context:n,children:r,tag:o},i}(h,e,n,c,u);e=e||{},ro(t),a(e.model)&&function(t,e){var n=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(e.attrs||(e.attrs={}))[n]=e.model.value;var i=e.on||(e.on={}),s=i[r],c=e.model.callback;a(s)?(o(s)?-1===s.indexOf(c):s!==c)&&(i[r]=[c].concat(s)):i[r]=c}(t.options,e);var d=function(t,e,n){var r=e.options.props;if(!i(r)){var o={},s=t.attrs,c=t.props;if(a(s)||a(c))for(var u in r){var l=C(u);ke(o,c,u,l,!0)||ke(o,s,u,l,!1)}return o}}(e,t);if(s(t.options.functional))return function(t,e,n,i,s){var c=t.options,u={},l=c.props;if(a(l))for(var f in l)u[f]=Br(f,l,e||r);else a(n.attrs)&&Cr(u,n.attrs),a(n.props)&&Cr(u,n.props);var h=new Sr(n,u,s,i,t),d=c.render.call(null,h._c,h);if(d instanceof pt)return $r(d,n,h.parent,c);if(o(d)){for(var p=Te(d)||[],v=new Array(p.length),g=0;g<p.length;g++)v[g]=$r(p[g],n,h.parent,c);return v}}(t,d,e,n,c);var p=e.on;if(e.on=e.nativeOn,s(t.options.abstract)){var g=e.slot;e={},g&&(e.slot=g)}!function(t){for(var e=t.hook||(t.hook={}),n=0;n<kr.length;n++){var r=kr[n],o=e[r],i=Lr[r];o===i||o&&o._merged||(e[r]=o?Ar(i,o):i)}}(e);var m=Ir(t.options)||u;return new pt("vue-component-".concat(t.cid).concat(m?"-".concat(m):""),e,void 0,void 0,void 0,n,{Ctor:t,propsData:d,listeners:p,tag:u,children:c},h)}}}function Ar(t,e){var n=function(n,r){t(n,r),e(n,r)};return n._merged=!0,n}var Pr=A,Nr=B.optionMergeStrategies;function Rr(t,e,n){if(void 0===n&&(n=!0),!e)return t;for(var r,o,i,a=lt?Reflect.ownKeys(e):Object.keys(e),s=0;s<a.length;s++)"__ob__"!==(r=a[s])&&(o=t[r],i=e[r],n&&w(t,r)?o!==i&&h(o)&&h(i)&&Rr(o,i):Pt(t,r,i));return t}function Mr(t,e,n){return n?function(){var r=u(e)?e.call(n,n):e,o=u(t)?t.call(n,n):t;return r?Rr(r,o):o}:e?t?function(){return Rr(u(e)?e.call(this,this):e,u(t)?t.call(this,this):t)}:e:t}function Dr(t,e){var n=e?t?t.concat(e):o(e)?e:[e]:t;return n?function(t){for(var e=[],n=0;n<t.length;n++)-1===e.indexOf(t[n])&&e.push(t[n]);return e}(n):n}function Fr(t,e,n,r){var o=Object.create(t||null);return e?k(o,e):o}Nr.data=function(t,e,n){return n?Mr(t,e,n):e&&"function"!=typeof e?t:Mr(t,e)},V.forEach((function(t){Nr[t]=Dr})),U.forEach((function(t){Nr[t+"s"]=Fr})),Nr.watch=function(t,e,n,r){if(t===rt&&(t=void 0),e===rt&&(e=void 0),!e)return Object.create(t||null);if(!t)return e;var i={};for(var a in k(i,t),e){var s=i[a],c=e[a];s&&!o(s)&&(s=[s]),i[a]=s?s.concat(c):o(c)?c:[c]}return i},Nr.props=Nr.methods=Nr.inject=Nr.computed=function(t,e,n,r){if(!t)return e;var o=Object.create(null);return k(o,t),e&&k(o,e),o},Nr.provide=function(t,e){return t?function(){var n=Object.create(null);return Rr(n,u(t)?t.call(this):t),e&&Rr(n,u(e)?e.call(this):e,!1),n}:e};var Gr=function(t,e){return void 0===e?t:e};function Ur(t,e,n){if(u(e)&&(e=e.options),function(t,e){var n=t.props;if(n){var r,i,a={};if(o(n))for(r=n.length;r--;)"string"==typeof(i=n[r])&&(a[x(i)]={type:null});else if(h(n))for(var s in n)i=n[s],a[x(s)]=h(i)?i:{type:i};t.props=a}}(e),function(t,e){var n=t.inject;if(n){var r=t.inject={};if(o(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(h(n))for(var a in n){var s=n[a];r[a]=h(s)?k({from:a},s):{from:s}}}}(e),function(t){var e=t.directives;if(e)for(var n in e){var r=e[n];u(r)&&(e[n]={bind:r,update:r})}}(e),!e._base&&(e.extends&&(t=Ur(t,e.extends,n)),e.mixins))for(var r=0,i=e.mixins.length;r<i;r++)t=Ur(t,e.mixins[r],n);var a,s={};for(a in t)c(a);for(a in e)w(t,a)||c(a);function c(r){var o=Nr[r]||Gr;s[r]=o(t[r],e[r],n,r)}return s}function Vr(t,e,n,r){if("string"==typeof n){var o=t[e];if(w(o,n))return o[n];var i=x(n);if(w(o,i))return o[i];var a=S(i);return w(o,a)?o[a]:o[n]||o[i]||o[a]}}function Br(t,e,n,r){var o=e[t],i=!w(n,t),a=n[t],s=Xr(Boolean,o.type);if(s>-1)if(i&&!w(o,"default"))a=!1;else if(""===a||a===C(t)){var c=Xr(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,e,n){if(!w(e,"default"))return;var r=e.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[n]&&void 0!==t._props[n])return t._props[n];return u(r)&&"Function"!==zr(e.type)?r.call(t):r}(r,o,t);var l=Ct;It(!0),Tt(a),It(l)}return a}var Hr=/^\s*function (\w+)/;function zr(t){var e=t&&t.toString().match(Hr);return e?e[1]:""}function Wr(t,e){return zr(t)===zr(e)}function Xr(t,e){if(!o(e))return Wr(e,t)?0:-1;for(var n=0,r=e.length;n<r;n++)if(Wr(e[n],t))return n;return-1}var qr={enumerable:!0,configurable:!0,get:A,set:A};function Kr(t,e,n){qr.get=function(){return this[e][n]},qr.set=function(t){this[e][n]=t},Object.defineProperty(t,n,qr)}function Zr(t){var e=t.$options;if(e.props&&function(t,e){var n=t.$options.propsData||{},r=t._props=Dt({}),o=t.$options._propKeys=[];t.$parent&&It(!1);var i=function(i){o.push(i);var a=Br(i,e,n,t);At(r,i,a),i in t||Kr(t,"_props",i)};for(var a in e)i(a);It(!0)}(t,e.props),function(t){var e=t.$options,n=e.setup;if(n){var r=t._setupContext=nn(t);dt(t),wt();var o=bn(n,null,[t._props||Dt({}),r],t,"setup");if(Ot(),dt(),u(o))e.render=o;else if(l(o))if(t._setupState=o,o.__sfc){var i=t._setupProxy={};for(var a in o)"__sfc"!==a&&te(i,o,a)}else for(var a in o)z(a)||te(t,o,a)}}(t),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?A:I(e[n],t)}(t,e.methods),e.data)!function(t){var e=t.$options.data;h(e=t._data=u(e)?function(t,e){wt();try{return t.call(e,e)}catch(t){return yn(t,e,"data()"),{}}finally{Ot()}}(e,t):e||{})||(e={});var n=Object.keys(e),r=t.$options.props,o=(t.$options.methods,n.length);for(;o--;){var i=n[o];0,r&&w(r,i)||z(i)||Kr(t,"_data",i)}var a=Tt(e);a&&a.vmCount++}(t);else{var n=Tt(t._data={});n&&n.vmCount++}e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),r=at();for(var o in e){var i=e[o],a=u(i)?i:i.get;0,r||(n[o]=new nr(t,a||A,A,Yr)),o in t||Qr(t,o,i)}}(t,e.computed),e.watch&&e.watch!==rt&&function(t,e){for(var n in e){var r=e[n];if(o(r))for(var i=0;i<r.length;i++)eo(t,n,r[i]);else eo(t,n,r)}}(t,e.watch)}var Yr={lazy:!0};function Qr(t,e,n){var r=!at();u(n)?(qr.get=r?Jr(e):to(n),qr.set=A):(qr.get=n.get?r&&!1!==n.cache?Jr(e):to(n.get):A,qr.set=n.set||A),Object.defineProperty(t,e,qr)}function Jr(t){return function(){var e=this._computedWatchers&&this._computedWatchers[t];if(e)return e.dirty&&e.evaluate(),_t.target&&e.depend(),e.value}}function to(t){return function(){return t.call(this,this)}}function eo(t,e,n,r){return h(n)&&(r=n,n=n.handler),"string"==typeof n&&(n=t[n]),t.$watch(e,n,r)}var no=0;function ro(t){var e=t.options;if(t.super){var n=ro(t.super);if(n!==t.superOptions){t.superOptions=n;var r=function(t){var e,n=t.options,r=t.sealedOptions;for(var o in n)n[o]!==r[o]&&(e||(e={}),e[o]=n[o]);return e}(t);r&&k(t.extendOptions,r),(e=t.options=Ur(n,t.extendOptions)).name&&(e.components[e.name]=t)}}return e}function oo(t){this._init(t)}function io(t){t.cid=0;var e=1;t.extend=function(t){t=t||{};var n=this,r=n.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=Ir(t)||Ir(n.options);var a=function(t){this._init(t)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=e++,a.options=Ur(n.options,t),a.super=n,a.options.props&&function(t){var e=t.options.props;for(var n in e)Kr(t.prototype,"_props",n)}(a),a.options.computed&&function(t){var e=t.options.computed;for(var n in e)Qr(t.prototype,n,e[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,U.forEach((function(t){a[t]=n[t]})),i&&(a.options.components[i]=a),a.superOptions=n.options,a.extendOptions=t,a.sealedOptions=k({},a.options),o[r]=a,a}}function ao(t){return t&&(Ir(t.Ctor.options)||t.tag)}function so(t,e){return o(t)?t.indexOf(e)>-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!d(t)&&t.test(e)}function co(t,e){var n=t.cache,r=t.keys,o=t._vnode;for(var i in n){var a=n[i];if(a){var s=a.name;s&&!e(s)&&uo(n,i,r,o)}}}function uo(t,e,n,r){var o=t[e];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[e]=null,_(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=no++,e._isVue=!0,e.__v_skip=!0,e._scope=new _e(!0),e._scope._vm=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),r=e._parentVnode;n.parent=e.parent,n._parentVnode=r;var o=r.componentOptions;n.propsData=o.propsData,n._parentListeners=o.listeners,n._renderChildren=o.children,n._componentTag=o.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Ur(ro(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._provided=n?n._provided:Object.create(null),t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&ar(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,o=n&&n.context;t.$slots=Ze(e._renderChildren,o),t.$scopedSlots=n?Je(t.$parent,n.data.scopedSlots,t.$slots):r,t._c=function(e,n,r,o){return vn(t,e,n,r,o,!1)},t.$createElement=function(e,n,r,o){return vn(t,e,n,r,o,!0)};var i=n&&n.data;At(t,"$attrs",i&&i.attrs||r,null,!0),At(t,"$listeners",e._parentListeners||r,null,!0)}(e),hr(e,"beforeCreate",void 0,!1),function(t){var e=xr(t.$options.inject,t);e&&(It(!1),Object.keys(e).forEach((function(n){At(t,n,e[n])})),It(!0))}(e),Zr(e),function(t){var e=t.$options.provide;if(e){var n=u(e)?e.call(t):e;if(!l(n))return;for(var r=xe(t),o=lt?Reflect.ownKeys(n):Object.keys(n),i=0;i<o.length;i++){var a=o[i];Object.defineProperty(r,a,Object.getOwnPropertyDescriptor(n,a))}}}(e),hr(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(oo),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Pt,t.prototype.$delete=Nt,t.prototype.$watch=function(t,e,n){var r=this;if(h(e))return eo(r,t,e,n);(n=n||{}).user=!0;var o=new nr(r,t,e,n);if(n.immediate){var i='callback for immediate watcher "'.concat(o.expression,'"');wt(),bn(e,r,[o.value],r,i),Ot()}return function(){o.teardown()}}}(oo),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var r=this;if(o(t))for(var i=0,a=t.length;i<a;i++)r.$on(t[i],n);else(r._events[t]||(r._events[t]=[])).push(n),e.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,e){var n=this;function r(){n.$off(t,r),e.apply(n,arguments)}return r.fn=e,n.$on(t,r),n},t.prototype.$off=function(t,e){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(o(t)){for(var r=0,i=t.length;r<i;r++)n.$off(t[r],e);return n}var a,s=n._events[t];if(!s)return n;if(!e)return n._events[t]=null,n;for(var c=s.length;c--;)if((a=s[c])===e||a.fn===e){s.splice(c,1);break}return n},t.prototype.$emit=function(t){var e=this,n=e._events[t];if(n){n=n.length>1?L(n):n;for(var r=L(arguments,1),o='event handler for "'.concat(t,'"'),i=0,a=n.length;i<a;i++)bn(n[i],e,r,e,o)}return e}}(oo),function(t){t.prototype._update=function(t,e){var n=this,r=n.$el,o=n._vnode,i=cr(n);n._vnode=t,n.$el=o?n.__patch__(o,t):n.__patch__(n.$el,t,e,!1),i(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var a=n;a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode;)a.$parent.$el=a.$el,a=a.$parent},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){hr(t,"beforeDestroy"),t._isBeingDestroyed=!0;var e=t.$parent;!e||e._isBeingDestroyed||t.$options.abstract||_(e.$children,t),t._scope.stop(),t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),hr(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(oo),function(t){Ke(t.prototype),t.prototype.$nextTick=function(t){return kn(t,this)},t.prototype._render=function(){var t,e=this,n=e.$options,r=n.render,i=n._parentVnode;i&&e._isMounted&&(e.$scopedSlots=Je(e.$parent,i.data.scopedSlots,e.$slots,e.$scopedSlots),e._slotsProxy&&an(e._slotsProxy,e.$scopedSlots)),e.$vnode=i;try{dt(e),hn=e,t=r.call(e._renderProxy,e.$createElement)}catch(n){yn(n,e,"render"),t=e._vnode}finally{hn=null,dt()}return o(t)&&1===t.length&&(t=t[0]),t instanceof pt||(t=vt()),t.parent=i,t}}(oo);var lo=[String,RegExp,Array],fo={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:lo,exclude:lo,max:[String,Number]},methods:{cacheVNode:function(){var t=this,e=t.cache,n=t.keys,r=t.vnodeToCache,o=t.keyToCache;if(r){var i=r.tag,a=r.componentInstance,s=r.componentOptions;e[o]={name:ao(s),tag:i,componentInstance:a},n.push(o),this.max&&n.length>parseInt(this.max)&&uo(e,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)uo(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){co(t,(function(t){return so(e,t)}))})),this.$watch("exclude",(function(e){co(t,(function(t){return!so(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=pn(t),n=e&&e.componentOptions;if(n){var r=ao(n),o=this.include,i=this.exclude;if(o&&(!r||!so(o,r))||i&&r&&so(i,r))return e;var a=this.cache,s=this.keys,c=null==e.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):e.key;a[c]?(e.componentInstance=a[c].componentInstance,_(s,c),s.push(c)):(this.vnodeToCache=e,this.keyToCache=c),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return B}};Object.defineProperty(t,"config",e),t.util={warn:Pr,extend:k,mergeOptions:Ur,defineReactive:At},t.set=Pt,t.delete=Nt,t.nextTick=kn,t.observable=function(t){return Tt(t),t},t.options=Object.create(null),U.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,k(t.options.components,fo),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=L(arguments,1);return n.unshift(this),u(t.install)?t.install.apply(t,n):u(t)&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Ur(this.options,t),this}}(t),io(t),function(t){U.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&h(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&u(n)&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(oo),Object.defineProperty(oo.prototype,"$isServer",{get:at}),Object.defineProperty(oo.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(oo,"FunctionalRenderContext",{value:Sr}),oo.version=Kn;var ho=y("style,class"),po=y("input,textarea,option,select,progress"),vo=y("contenteditable,draggable,spellcheck"),go=y("events,caret,typing,plaintext-only"),mo=y("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),yo="http://www.w3.org/1999/xlink",bo=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},_o=function(t){return bo(t)?t.slice(6,t.length):""},jo=function(t){return null==t||!1===t};function wo(t){for(var e=t.data,n=t,r=t;a(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(e=Oo(r.data,e));for(;a(n=n.parent);)n&&n.data&&(e=Oo(e,n.data));return function(t,e){if(a(t)||a(e))return Eo(t,xo(e));return""}(e.staticClass,e.class)}function Oo(t,e){return{staticClass:Eo(t.staticClass,e.staticClass),class:a(t.class)?[t.class,e.class]:e.class}}function Eo(t,e){return t?e?t+" "+e:t:e||""}function xo(t){return Array.isArray(t)?function(t){for(var e,n="",r=0,o=t.length;r<o;r++)a(e=xo(t[r]))&&""!==e&&(n&&(n+=" "),n+=e);return n}(t):l(t)?function(t){var e="";for(var n in t)t[n]&&(e&&(e+=" "),e+=n);return e}(t):"string"==typeof t?t:""}var So={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},$o=y("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),Co=y("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),Io=function(t){return $o(t)||Co(t)};var Lo=Object.create(null);var ko=y("text,number,password,search,email,tel,url");var To=Object.freeze({__proto__:null,createElement:function(t,e){var n=document.createElement(t);return"select"!==t||e.data&&e.data.attrs&&void 0!==e.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(t,e){return document.createElementNS(So[t],e)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,e,n){t.insertBefore(e,n)},removeChild:function(t,e){t.removeChild(e)},appendChild:function(t,e){t.appendChild(e)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,e){t.textContent=e},setStyleScope:function(t,e){t.setAttribute(e,"")}}),Ao={create:function(t,e){Po(e)},update:function(t,e){t.data.ref!==e.data.ref&&(Po(t,!0),Po(e))},destroy:function(t){Po(t,!0)}};function Po(t,e){var n=t.data.ref;if(a(n)){var r=t.context,i=t.componentInstance||t.elm,s=e?null:i,c=e?void 0:i;if(u(n))bn(n,r,[s],r,"template ref function");else{var l=t.data.refInFor,f="string"==typeof n||"number"==typeof n,h=Xt(n),d=r.$refs;if(f||h)if(l){var p=f?d[n]:n.value;e?o(p)&&_(p,i):o(p)?p.includes(i)||p.push(i):f?(d[n]=[i],No(r,n,d[n])):n.value=[i]}else if(f){if(e&&d[n]!==i)return;d[n]=c,No(r,n,s)}else if(h){if(e&&n.value!==i)return;n.value=s}else 0}}}function No(t,e,n){var r=t._setupState;r&&w(r,e)&&(Xt(r[e])?r[e].value=n:r[e]=n)}var Ro=new pt("",{},[]),Mo=["create","activate","update","remove","destroy"];function Do(t,e){return t.key===e.key&&t.asyncFactory===e.asyncFactory&&(t.tag===e.tag&&t.isComment===e.isComment&&a(t.data)===a(e.data)&&function(t,e){if("input"!==t.tag)return!0;var n,r=a(n=t.data)&&a(n=n.attrs)&&n.type,o=a(n=e.data)&&a(n=n.attrs)&&n.type;return r===o||ko(r)&&ko(o)}(t,e)||s(t.isAsyncPlaceholder)&&i(e.asyncFactory.error))}function Fo(t,e,n){var r,o,i={};for(r=e;r<=n;++r)a(o=t[r].key)&&(i[o]=r);return i}var Go={create:Uo,update:Uo,destroy:function(t){Uo(t,Ro)}};function Uo(t,e){(t.data.directives||e.data.directives)&&function(t,e){var n,r,o,i=t===Ro,a=e===Ro,s=Bo(t.data.directives,t.context),c=Bo(e.data.directives,e.context),u=[],l=[];for(n in c)r=s[n],o=c[n],r?(o.oldValue=r.value,o.oldArg=r.arg,zo(o,"update",e,t),o.def&&o.def.componentUpdated&&l.push(o)):(zo(o,"bind",e,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var f=function(){for(var n=0;n<u.length;n++)zo(u[n],"inserted",e,t)};i?Le(e,"insert",f):f()}l.length&&Le(e,"postpatch",(function(){for(var n=0;n<l.length;n++)zo(l[n],"componentUpdated",e,t)}));if(!i)for(n in s)c[n]||zo(s[n],"unbind",t,t,a)}(t,e)}var Vo=Object.create(null);function Bo(t,e){var n,r,o=Object.create(null);if(!t)return o;for(n=0;n<t.length;n++){if((r=t[n]).modifiers||(r.modifiers=Vo),o[Ho(r)]=r,e._setupState&&e._setupState.__sfc){var i=r.def||Vr(e,"_setupState","v-"+r.name);r.def="function"==typeof i?{bind:i,update:i}:i}r.def=r.def||Vr(e.$options,"directives",r.name)}return o}function Ho(t){return t.rawName||"".concat(t.name,".").concat(Object.keys(t.modifiers||{}).join("."))}function zo(t,e,n,r,o){var i=t.def&&t.def[e];if(i)try{i(n.elm,t,n,r,o)}catch(r){yn(r,n.context,"directive ".concat(t.name," ").concat(e," hook"))}}var Wo=[Ao,Go];function Xo(t,e){var n=e.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||i(t.data.attrs)&&i(e.data.attrs))){var r,o,c=e.elm,u=t.data.attrs||{},l=e.data.attrs||{};for(r in(a(l.__ob__)||s(l._v_attr_proxy))&&(l=e.data.attrs=k({},l)),l)o=l[r],u[r]!==o&&qo(c,r,o,e.data.pre);for(r in(Y||J)&&l.value!==u.value&&qo(c,"value",l.value),u)i(l[r])&&(bo(r)?c.removeAttributeNS(yo,_o(r)):vo(r)||c.removeAttribute(r))}}function qo(t,e,n,r){r||t.tagName.indexOf("-")>-1?Ko(t,e,n):mo(e)?jo(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):vo(e)?t.setAttribute(e,function(t,e){return jo(e)||"false"===e?"false":"contenteditable"===t&&go(e)?e:"true"}(e,n)):bo(e)?jo(n)?t.removeAttributeNS(yo,_o(e)):t.setAttributeNS(yo,e,n):Ko(t,e,n)}function Ko(t,e,n){if(jo(n))t.removeAttribute(e);else{if(Y&&!Q&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var r=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(e,n)}}var Zo={create:Xo,update:Xo};function Yo(t,e){var n=e.elm,r=e.data,o=t.data;if(!(i(r.staticClass)&&i(r.class)&&(i(o)||i(o.staticClass)&&i(o.class)))){var s=wo(e),c=n._transitionClasses;a(c)&&(s=Eo(s,xo(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Qo,Jo={create:Yo,update:Yo};function ti(t,e,n){var r=Qo;return function o(){var i=e.apply(null,arguments);null!==i&&ri(t,o,n,r)}}var ei=On&&!(nt&&Number(nt[1])<=53);function ni(t,e,n,r){if(ei){var o=br,i=e;e=i._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=o||t.timeStamp<=0||t.target.ownerDocument!==document)return i.apply(this,arguments)}}Qo.addEventListener(t,e,ot?{capture:n,passive:r}:n)}function ri(t,e,n,r){(r||Qo).removeEventListener(t,e._wrapper||e,n)}function oi(t,e){if(!i(t.data.on)||!i(e.data.on)){var n=e.data.on||{},r=t.data.on||{};Qo=e.elm||t.elm,function(t){if(a(t.__r)){var e=Y?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}a(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),Ie(n,r,ni,ri,ti,e.context),Qo=void 0}}var ii,ai={create:oi,update:oi,destroy:function(t){return oi(t,Ro)}};function si(t,e){if(!i(t.data.domProps)||!i(e.data.domProps)){var n,r,o=e.elm,c=t.data.domProps||{},u=e.data.domProps||{};for(n in(a(u.__ob__)||s(u._v_attr_proxy))&&(u=e.data.domProps=k({},u)),c)n in u||(o[n]="");for(n in u){if(r=u[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),r===c[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=r;var l=i(r)?"":String(r);ci(o,l)&&(o.value=l)}else if("innerHTML"===n&&Co(o.tagName)&&i(o.innerHTML)){(ii=ii||document.createElement("div")).innerHTML="<svg>".concat(r,"</svg>");for(var f=ii.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;f.firstChild;)o.appendChild(f.firstChild)}else if(r!==c[n])try{o[n]=r}catch(t){}}}}function ci(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,r=t._vModifiers;if(a(r)){if(r.number)return m(n)!==m(e);if(r.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var ui={create:si,update:si},li=O((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var r=t.split(n);r.length>1&&(e[r[0].trim()]=r[1].trim())}})),e}));function fi(t){var e=hi(t.style);return t.staticStyle?k(t.staticStyle,e):e}function hi(t){return Array.isArray(t)?T(t):"string"==typeof t?li(t):t}var di,pi=/^--/,vi=/\s*!important$/,gi=function(t,e,n){if(pi.test(e))t.style.setProperty(e,n);else if(vi.test(n))t.style.setProperty(C(e),n.replace(vi,""),"important");else{var r=yi(e);if(Array.isArray(n))for(var o=0,i=n.length;o<i;o++)t.style[r]=n[o];else t.style[r]=n}},mi=["Webkit","Moz","ms"],yi=O((function(t){if(di=di||document.createElement("div").style,"filter"!==(t=x(t))&&t in di)return t;for(var e=t.charAt(0).toUpperCase()+t.slice(1),n=0;n<mi.length;n++){var r=mi[n]+e;if(r in di)return r}}));function bi(t,e){var n=e.data,r=t.data;if(!(i(n.staticStyle)&&i(n.style)&&i(r.staticStyle)&&i(r.style))){var o,s,c=e.elm,u=r.staticStyle,l=r.normalizedStyle||r.style||{},f=u||l,h=hi(e.data.style)||{};e.data.normalizedStyle=a(h.__ob__)?k({},h):h;var d=function(t,e){var n,r={};if(e)for(var o=t;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(n=fi(o.data))&&k(r,n);(n=fi(t.data))&&k(r,n);for(var i=t;i=i.parent;)i.data&&(n=fi(i.data))&&k(r,n);return r}(e,!0);for(s in f)i(d[s])&&gi(c,s,"");for(s in d)(o=d[s])!==f[s]&&gi(c,s,null==o?"":o)}}var _i={create:bi,update:bi},ji=/\s+/;function wi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(ji).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" ".concat(t.getAttribute("class")||""," ");n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Oi(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(ji).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" ".concat(t.getAttribute("class")||""," "),r=" "+e+" ";n.indexOf(r)>=0;)n=n.replace(r," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Ei(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&k(e,xi(t.name||"v")),k(e,t),e}return"string"==typeof t?xi(t):void 0}}var xi=O((function(t){return{enterClass:"".concat(t,"-enter"),enterToClass:"".concat(t,"-enter-to"),enterActiveClass:"".concat(t,"-enter-active"),leaveClass:"".concat(t,"-leave"),leaveToClass:"".concat(t,"-leave-to"),leaveActiveClass:"".concat(t,"-leave-active")}})),Si=K&&!Q,$i="transition",Ci="animation",Ii="transition",Li="transitionend",ki="animation",Ti="animationend";Si&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ii="WebkitTransition",Li="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(ki="WebkitAnimation",Ti="webkitAnimationEnd"));var Ai=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Pi(t){Ai((function(){Ai(t)}))}function Ni(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),wi(t,e))}function Ri(t,e){t._transitionClasses&&_(t._transitionClasses,e),Oi(t,e)}function Mi(t,e,n){var r=Fi(t,e),o=r.type,i=r.timeout,a=r.propCount;if(!o)return n();var s=o===$i?Li:Ti,c=0,u=function(){t.removeEventListener(s,l),n()},l=function(e){e.target===t&&++c>=a&&u()};setTimeout((function(){c<a&&u()}),i+1),t.addEventListener(s,l)}var Di=/\b(transform|all)(,|$)/;function Fi(t,e){var n,r=window.getComputedStyle(t),o=(r[Ii+"Delay"]||"").split(", "),i=(r[Ii+"Duration"]||"").split(", "),a=Gi(o,i),s=(r[ki+"Delay"]||"").split(", "),c=(r[ki+"Duration"]||"").split(", "),u=Gi(s,c),l=0,f=0;return e===$i?a>0&&(n=$i,l=a,f=i.length):e===Ci?u>0&&(n=Ci,l=u,f=c.length):f=(n=(l=Math.max(a,u))>0?a>u?$i:Ci:null)?n===$i?i.length:c.length:0,{type:n,timeout:l,propCount:f,hasTransform:n===$i&&Di.test(r[Ii+"Property"])}}function Gi(t,e){for(;t.length<e.length;)t=t.concat(t);return Math.max.apply(null,e.map((function(e,n){return Ui(e)+Ui(t[n])})))}function Ui(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function Vi(t,e){var n=t.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var r=Ei(t.data.transition);if(!i(r)&&!a(n._enterCb)&&1===n.nodeType){for(var o=r.css,s=r.type,c=r.enterClass,f=r.enterToClass,h=r.enterActiveClass,d=r.appearClass,p=r.appearToClass,v=r.appearActiveClass,g=r.beforeEnter,y=r.enter,b=r.afterEnter,_=r.enterCancelled,j=r.beforeAppear,w=r.appear,O=r.afterAppear,E=r.appearCancelled,x=r.duration,S=sr,$=sr.$vnode;$&&$.parent;)S=$.context,$=$.parent;var C=!S._isMounted||!t.isRootInsert;if(!C||w||""===w){var I=C&&d?d:c,L=C&&v?v:h,k=C&&p?p:f,T=C&&j||g,A=C&&u(w)?w:y,P=C&&O||b,N=C&&E||_,R=m(l(x)?x.enter:x);0;var M=!1!==o&&!Q,F=zi(A),G=n._enterCb=D((function(){M&&(Ri(n,k),Ri(n,L)),G.cancelled?(M&&Ri(n,I),N&&N(n)):P&&P(n),n._enterCb=null}));t.data.show||Le(t,"insert",(function(){var e=n.parentNode,r=e&&e._pending&&e._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),A&&A(n,G)})),T&&T(n),M&&(Ni(n,I),Ni(n,L),Pi((function(){Ri(n,I),G.cancelled||(Ni(n,k),F||(Hi(R)?setTimeout(G,R):Mi(n,s,G)))}))),t.data.show&&(e&&e(),A&&A(n,G)),M||F||G()}}}function Bi(t,e){var n=t.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var r=Ei(t.data.transition);if(i(r)||1!==n.nodeType)return e();if(!a(n._leaveCb)){var o=r.css,s=r.type,c=r.leaveClass,u=r.leaveToClass,f=r.leaveActiveClass,h=r.beforeLeave,d=r.leave,p=r.afterLeave,v=r.leaveCancelled,g=r.delayLeave,y=r.duration,b=!1!==o&&!Q,_=zi(d),j=m(l(y)?y.leave:y);0;var w=n._leaveCb=D((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[t.key]=null),b&&(Ri(n,u),Ri(n,f)),w.cancelled?(b&&Ri(n,c),v&&v(n)):(e(),p&&p(n)),n._leaveCb=null}));g?g(O):O()}function O(){w.cancelled||(!t.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[t.key]=t),h&&h(n),b&&(Ni(n,c),Ni(n,f),Pi((function(){Ri(n,c),w.cancelled||(Ni(n,u),_||(Hi(j)?setTimeout(w,j):Mi(n,s,w)))}))),d&&d(n,w),b||_||w())}}function Hi(t){return"number"==typeof t&&!isNaN(t)}function zi(t){if(i(t))return!1;var e=t.fns;return a(e)?zi(Array.isArray(e)?e[0]:e):(t._length||t.length)>1}function Wi(t,e){!0!==e.data.show&&Vi(e)}var Xi=function(t){var e,n,r={},u=t.modules,l=t.nodeOps;for(e=0;e<Mo.length;++e)for(r[Mo[e]]=[],n=0;n<u.length;++n)a(u[n][Mo[e]])&&r[Mo[e]].push(u[n][Mo[e]]);function f(t){var e=l.parentNode(t);a(e)&&l.removeChild(e,t)}function h(t,e,n,o,i,c,u){if(a(t.elm)&&a(c)&&(t=c[u]=mt(t)),t.isRootInsert=!i,!function(t,e,n,o){var i=t.data;if(a(i)){var c=a(t.componentInstance)&&i.keepAlive;if(a(i=i.hook)&&a(i=i.init)&&i(t,!1),a(t.componentInstance))return d(t,e),p(n,t.elm,o),s(c)&&function(t,e,n,o){var i,s=t;for(;s.componentInstance;)if(a(i=(s=s.componentInstance._vnode).data)&&a(i=i.transition)){for(i=0;i<r.activate.length;++i)r.activate[i](Ro,s);e.push(s);break}p(n,t.elm,o)}(t,e,n,o),!0}}(t,e,n,o)){var f=t.data,h=t.children,g=t.tag;a(g)?(t.elm=t.ns?l.createElementNS(t.ns,g):l.createElement(g,t),b(t),v(t,h,e),a(f)&&m(t,e),p(n,t.elm,o)):s(t.isComment)?(t.elm=l.createComment(t.text),p(n,t.elm,o)):(t.elm=l.createTextNode(t.text),p(n,t.elm,o))}}function d(t,e){a(t.data.pendingInsert)&&(e.push.apply(e,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,g(t)?(m(t,e),b(t)):(Po(t),e.push(t))}function p(t,e,n){a(t)&&(a(n)?l.parentNode(n)===t&&l.insertBefore(t,e,n):l.appendChild(t,e))}function v(t,e,n){if(o(e)){0;for(var r=0;r<e.length;++r)h(e[r],n,t.elm,null,!0,e,r)}else c(t.text)&&l.appendChild(t.elm,l.createTextNode(String(t.text)))}function g(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return a(t.tag)}function m(t,n){for(var o=0;o<r.create.length;++o)r.create[o](Ro,t);a(e=t.data.hook)&&(a(e.create)&&e.create(Ro,t),a(e.insert)&&n.push(t))}function b(t){var e;if(a(e=t.fnScopeId))l.setStyleScope(t.elm,e);else for(var n=t;n;)a(e=n.context)&&a(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e),n=n.parent;a(e=sr)&&e!==t.context&&e!==t.fnContext&&a(e=e.$options._scopeId)&&l.setStyleScope(t.elm,e)}function _(t,e,n,r,o,i){for(;r<=o;++r)h(n[r],i,t,e,!1,n,r)}function j(t){var e,n,o=t.data;if(a(o))for(a(e=o.hook)&&a(e=e.destroy)&&e(t),e=0;e<r.destroy.length;++e)r.destroy[e](t);if(a(e=t.children))for(n=0;n<t.children.length;++n)j(t.children[n])}function w(t,e,n){for(;e<=n;++e){var r=t[e];a(r)&&(a(r.tag)?(O(r),j(r)):f(r.elm))}}function O(t,e){if(a(e)||a(t.data)){var n,o=r.remove.length+1;for(a(e)?e.listeners+=o:e=function(t,e){function n(){0==--n.listeners&&f(t)}return n.listeners=e,n}(t.elm,o),a(n=t.componentInstance)&&a(n=n._vnode)&&a(n.data)&&O(n,e),n=0;n<r.remove.length;++n)r.remove[n](t,e);a(n=t.data.hook)&&a(n=n.remove)?n(t,e):e()}else f(t.elm)}function E(t,e,n,r){for(var o=n;o<r;o++){var i=e[o];if(a(i)&&Do(t,i))return o}}function x(t,e,n,o,c,u){if(t!==e){a(e.elm)&&a(o)&&(e=o[c]=mt(e));var f=e.elm=t.elm;if(s(t.isAsyncPlaceholder))a(e.asyncFactory.resolved)?C(t.elm,e,n):e.isAsyncPlaceholder=!0;else if(s(e.isStatic)&&s(t.isStatic)&&e.key===t.key&&(s(e.isCloned)||s(e.isOnce)))e.componentInstance=t.componentInstance;else{var d,p=e.data;a(p)&&a(d=p.hook)&&a(d=d.prepatch)&&d(t,e);var v=t.children,m=e.children;if(a(p)&&g(e)){for(d=0;d<r.update.length;++d)r.update[d](t,e);a(d=p.hook)&&a(d=d.update)&&d(t,e)}i(e.text)?a(v)&&a(m)?v!==m&&function(t,e,n,r,o){var s,c,u,f=0,d=0,p=e.length-1,v=e[0],g=e[p],m=n.length-1,y=n[0],b=n[m],j=!o;for(;f<=p&&d<=m;)i(v)?v=e[++f]:i(g)?g=e[--p]:Do(v,y)?(x(v,y,r,n,d),v=e[++f],y=n[++d]):Do(g,b)?(x(g,b,r,n,m),g=e[--p],b=n[--m]):Do(v,b)?(x(v,b,r,n,m),j&&l.insertBefore(t,v.elm,l.nextSibling(g.elm)),v=e[++f],b=n[--m]):Do(g,y)?(x(g,y,r,n,d),j&&l.insertBefore(t,g.elm,v.elm),g=e[--p],y=n[++d]):(i(s)&&(s=Fo(e,f,p)),i(c=a(y.key)?s[y.key]:E(y,e,f,p))?h(y,r,t,v.elm,!1,n,d):Do(u=e[c],y)?(x(u,y,r,n,d),e[c]=void 0,j&&l.insertBefore(t,u.elm,v.elm)):h(y,r,t,v.elm,!1,n,d),y=n[++d]);f>p?_(t,i(n[m+1])?null:n[m+1].elm,n,d,m,r):d>m&&w(e,f,p)}(f,v,m,n,u):a(m)?(a(t.text)&&l.setTextContent(f,""),_(f,null,m,0,m.length-1,n)):a(v)?w(v,0,v.length-1):a(t.text)&&l.setTextContent(f,""):t.text!==e.text&&l.setTextContent(f,e.text),a(p)&&a(d=p.hook)&&a(d=d.postpatch)&&d(t,e)}}}function S(t,e,n){if(s(n)&&a(t.parent))t.parent.data.pendingInsert=e;else for(var r=0;r<e.length;++r)e[r].data.hook.insert(e[r])}var $=y("attrs,class,staticClass,staticStyle,key");function C(t,e,n,r){var o,i=e.tag,c=e.data,u=e.children;if(r=r||c&&c.pre,e.elm=t,s(e.isComment)&&a(e.asyncFactory))return e.isAsyncPlaceholder=!0,!0;if(a(c)&&(a(o=c.hook)&&a(o=o.init)&&o(e,!0),a(o=e.componentInstance)))return d(e,n),!0;if(a(i)){if(a(u))if(t.hasChildNodes())if(a(o=c)&&a(o=o.domProps)&&a(o=o.innerHTML)){if(o!==t.innerHTML)return!1}else{for(var l=!0,f=t.firstChild,h=0;h<u.length;h++){if(!f||!C(f,u[h],n,r)){l=!1;break}f=f.nextSibling}if(!l||f)return!1}else v(e,u,n);if(a(c)){var p=!1;for(var g in c)if(!$(g)){p=!0,m(e,n);break}!p&&c.class&&Qn(c.class)}}else t.data!==e.text&&(t.data=e.text);return!0}return function(t,e,n,o){if(!i(e)){var c,u=!1,f=[];if(i(t))u=!0,h(e,f);else{var d=a(t.nodeType);if(!d&&Do(t,e))x(t,e,f,null,null,o);else{if(d){if(1===t.nodeType&&t.hasAttribute(G)&&(t.removeAttribute(G),n=!0),s(n)&&C(t,e,f))return S(e,f,!0),t;c=t,t=new pt(l.tagName(c).toLowerCase(),{},[],void 0,c)}var p=t.elm,v=l.parentNode(p);if(h(e,f,p._leaveCb?null:v,l.nextSibling(p)),a(e.parent))for(var m=e.parent,y=g(e);m;){for(var b=0;b<r.destroy.length;++b)r.destroy[b](m);if(m.elm=e.elm,y){for(var _=0;_<r.create.length;++_)r.create[_](Ro,m);var O=m.data.hook.insert;if(O.merged)for(var E=1;E<O.fns.length;E++)O.fns[E]()}else Po(m);m=m.parent}a(v)?w([t],0,0):a(t.tag)&&j(t)}}return S(e,f,u),e.elm}a(t)&&j(t)}}({nodeOps:To,modules:[Zo,Jo,ai,ui,_i,K?{create:Wi,activate:Wi,remove:function(t,e){!0!==t.data.show?Bi(t,e):e()}}:{}].concat(Wo)});Q&&document.addEventListener("selectionchange",(function(){var t=document.activeElement;t&&t.vmodel&&ea(t,"input")}));var qi={inserted:function(t,e,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?Le(n,"postpatch",(function(){qi.componentUpdated(t,e,n)})):Ki(t,e,n.context),t._vOptions=[].map.call(t.options,Qi)):("textarea"===n.tag||ko(t.type))&&(t._vModifiers=e.modifiers,e.modifiers.lazy||(t.addEventListener("compositionstart",Ji),t.addEventListener("compositionend",ta),t.addEventListener("change",ta),Q&&(t.vmodel=!0)))},componentUpdated:function(t,e,n){if("select"===n.tag){Ki(t,e,n.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,Qi);if(o.some((function(t,e){return!R(t,r[e])})))(t.multiple?e.value.some((function(t){return Yi(t,o)})):e.value!==e.oldValue&&Yi(e.value,o))&&ea(t,"change")}}};function Ki(t,e,n){Zi(t,e,n),(Y||J)&&setTimeout((function(){Zi(t,e,n)}),0)}function Zi(t,e,n){var r=e.value,o=t.multiple;if(!o||Array.isArray(r)){for(var i,a,s=0,c=t.options.length;s<c;s++)if(a=t.options[s],o)i=M(r,Qi(a))>-1,a.selected!==i&&(a.selected=i);else if(R(Qi(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Yi(t,e){return e.every((function(e){return!R(e,t)}))}function Qi(t){return"_value"in t?t._value:t.value}function Ji(t){t.target.composing=!0}function ta(t){t.target.composing&&(t.target.composing=!1,ea(t.target,"input"))}function ea(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function na(t){return!t.componentInstance||t.data&&t.data.transition?t:na(t.componentInstance._vnode)}var ra={bind:function(t,e,n){var r=e.value,o=(n=na(n)).data&&n.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(n.data.show=!0,Vi(n,(function(){t.style.display=i}))):t.style.display=r?i:"none"},update:function(t,e,n){var r=e.value;!r!=!e.oldValue&&((n=na(n)).data&&n.data.transition?(n.data.show=!0,r?Vi(n,(function(){t.style.display=t.__vOriginalDisplay})):Bi(n,(function(){t.style.display="none"}))):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,r,o){o||(t.style.display=t.__vOriginalDisplay)}},oa={model:qi,show:ra},ia={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function aa(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?aa(pn(e.children)):t}function sa(t){var e={},n=t.$options;for(var r in n.propsData)e[r]=t[r];var o=n._parentListeners;for(var r in o)e[x(r)]=o[r];return e}function ca(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var ua=function(t){return t.tag||Qe(t)},la=function(t){return"show"===t.name},fa={name:"transition",props:ia,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(ua)).length){0;var r=this.mode;0;var o=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=aa(o);if(!i)return o;if(this._leaving)return ca(t,o);var a="__transition-".concat(this._uid,"-");i.key=null==i.key?i.isComment?a+"comment":a+i.tag:c(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var s=(i.data||(i.data={})).transition=sa(this),u=this._vnode,l=aa(u);if(i.data.directives&&i.data.directives.some(la)&&(i.data.show=!0),l&&l.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(i,l)&&!Qe(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){var f=l.data.transition=k({},s);if("out-in"===r)return this._leaving=!0,Le(f,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),ca(t,o);if("in-out"===r){if(Qe(i))return u;var h,d=function(){h()};Le(s,"afterEnter",d),Le(s,"enterCancelled",d),Le(f,"delayLeave",(function(t){h=t}))}}return o}}},ha=k({tag:String,moveClass:String},ia);delete ha.mode;var da={props:ha,beforeMount:function(){var t=this,e=this._update;this._update=function(n,r){var o=cr(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),e.call(t,n,r)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=sa(this),s=0;s<o.length;s++){if((l=o[s]).tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))i.push(l),n[l.key]=l,(l.data||(l.data={})).transition=a;else;}if(r){var c=[],u=[];for(s=0;s<r.length;s++){var l;(l=r[s]).data.transition=a,l.data.pos=l.elm.getBoundingClientRect(),n[l.key]?c.push(l):u.push(l)}this.kept=t(e,null,c),this.removed=u}return t(e,null,i)},updated:function(){var t=this.prevChildren,e=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,e)&&(t.forEach(pa),t.forEach(va),t.forEach(ga),this._reflow=document.body.offsetHeight,t.forEach((function(t){if(t.data.moved){var n=t.elm,r=n.style;Ni(n,e),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(Li,n._moveCb=function t(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(Li,t),n._moveCb=null,Ri(n,e))})}})))},methods:{hasMove:function(t,e){if(!Si)return!1;if(this._hasMove)return this._hasMove;var n=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach((function(t){Oi(n,t)})),wi(n,e),n.style.display="none",this.$el.appendChild(n);var r=Fi(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function pa(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function va(t){t.data.newPos=t.elm.getBoundingClientRect()}function ga(t){var e=t.data.pos,n=t.data.newPos,r=e.left-n.left,o=e.top-n.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate(".concat(r,"px,").concat(o,"px)"),i.transitionDuration="0s"}}var ma={Transition:fa,TransitionGroup:da};oo.config.mustUseProp=function(t,e,n){return"value"===n&&po(t)&&"button"!==e||"selected"===n&&"option"===t||"checked"===n&&"input"===t||"muted"===n&&"video"===t},oo.config.isReservedTag=Io,oo.config.isReservedAttr=ho,oo.config.getTagNamespace=function(t){return Co(t)?"svg":"math"===t?"math":void 0},oo.config.isUnknownElement=function(t){if(!K)return!0;if(Io(t))return!1;if(t=t.toLowerCase(),null!=Lo[t])return Lo[t];var e=document.createElement(t);return t.indexOf("-")>-1?Lo[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Lo[t]=/HTMLUnknownElement/.test(e.toString())},k(oo.options.directives,oa),k(oo.options.components,ma),oo.prototype.__patch__=K?Xi:A,oo.prototype.$mount=function(t,e){return function(t,e,n){var r;t.$el=e,t.$options.render||(t.$options.render=vt),hr(t,"beforeMount"),r=function(){t._update(t._render(),n)},new nr(t,r,A,{before:function(){t._isMounted&&!t._isDestroyed&&hr(t,"beforeUpdate")}},!0),n=!1;var o=t._preWatchers;if(o)for(var i=0;i<o.length;i++)o[i].run();return null==t.$vnode&&(t._isMounted=!0,hr(t,"mounted")),t}(this,t=t&&K?function(t){if("string"==typeof t){return document.querySelector(t)||document.createElement("div")}return t}(t):void 0,e)},K&&setTimeout((function(){B.devtools&&st&&st.emit("init",oo)}),0)},20629:(t,e,n)=>{"use strict";n.d(e,{ZP:()=>T,nv:()=>E,rn:()=>j,yh:()=>h});var r=("undefined"!=typeof window?window:void 0!==n.g?n.g:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(t,e){if(void 0===e&&(e=[]),null===t||"object"!=typeof t)return t;var n,r=(n=function(e){return e.original===t},e.filter(n)[0]);if(r)return r.copy;var i=Array.isArray(t)?[]:{};return e.push({original:t,copy:i}),Object.keys(t).forEach((function(n){i[n]=o(t[n],e)})),i}function i(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function a(t){return null!==t&&"object"==typeof t}var s=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},c={namespaced:{configurable:!0}};c.namespaced.get=function(){return!!this._rawModule.namespaced},s.prototype.addChild=function(t,e){this._children[t]=e},s.prototype.removeChild=function(t){delete this._children[t]},s.prototype.getChild=function(t){return this._children[t]},s.prototype.hasChild=function(t){return t in this._children},s.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},s.prototype.forEachChild=function(t){i(this._children,t)},s.prototype.forEachGetter=function(t){this._rawModule.getters&&i(this._rawModule.getters,t)},s.prototype.forEachAction=function(t){this._rawModule.actions&&i(this._rawModule.actions,t)},s.prototype.forEachMutation=function(t){this._rawModule.mutations&&i(this._rawModule.mutations,t)},Object.defineProperties(s.prototype,c);var u=function(t){this.register([],t,!1)};function l(t,e,n){if(e.update(n),n.modules)for(var r in n.modules){if(!e.getChild(r))return void 0;l(t.concat(r),e.getChild(r),n.modules[r])}}u.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},u.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},u.prototype.update=function(t){l([],this.root,t)},u.prototype.register=function(t,e,n){var r=this;void 0===n&&(n=!0);var o=new s(e,n);0===t.length?this.root=o:this.get(t.slice(0,-1)).addChild(t[t.length-1],o);e.modules&&i(e.modules,(function(e,o){r.register(t.concat(o),e,n)}))},u.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],r=e.getChild(n);r&&r.runtime&&e.removeChild(n)},u.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var f;var h=function(t){var e=this;void 0===t&&(t={}),!f&&"undefined"!=typeof window&&window.Vue&&_(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var o=t.strict;void 0===o&&(o=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new u(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new f,this._makeLocalGettersCache=Object.create(null);var i=this,a=this.dispatch,s=this.commit;this.dispatch=function(t,e){return a.call(i,t,e)},this.commit=function(t,e,n){return s.call(i,t,e,n)},this.strict=o;var c=this._modules.root.state;m(this,c,[],this._modules.root),g(this,c),n.forEach((function(t){return t(e)})),(void 0!==t.devtools?t.devtools:f.config.devtools)&&function(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){r.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){r.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},d={state:{configurable:!0}};function p(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function v(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;m(t,n,[],t._modules.root,!0),g(t,n,e)}function g(t,e,n){var r=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var o=t._wrappedGetters,a={};i(o,(function(e,n){a[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var s=f.config.silent;f.config.silent=!0,t._vm=new f({data:{$$state:e},computed:a}),f.config.silent=s,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),r&&(n&&t._withCommit((function(){r._data.$$state=null})),f.nextTick((function(){return r.$destroy()})))}function m(t,e,n,r,o){var i=!n.length,a=t._modules.getNamespace(n);if(r.namespaced&&(t._modulesNamespaceMap[a],t._modulesNamespaceMap[a]=r),!i&&!o){var s=y(e,n.slice(0,-1)),c=n[n.length-1];t._withCommit((function(){f.set(s,c,r.state)}))}var u=r.context=function(t,e,n){var r=""===e,o={dispatch:r?t.dispatch:function(n,r,o){var i=b(n,r,o),a=i.payload,s=i.options,c=i.type;return s&&s.root||(c=e+c),t.dispatch(c,a)},commit:r?t.commit:function(n,r,o){var i=b(n,r,o),a=i.payload,s=i.options,c=i.type;s&&s.root||(c=e+c),t.commit(c,a,s)}};return Object.defineProperties(o,{getters:{get:r?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var n={},r=e.length;Object.keys(t.getters).forEach((function(o){if(o.slice(0,r)===e){var i=o.slice(r);Object.defineProperty(n,i,{get:function(){return t.getters[o]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return y(t.state,n)}}}),o}(t,a,n);r.forEachMutation((function(e,n){!function(t,e,n,r){(t._mutations[e]||(t._mutations[e]=[])).push((function(e){n.call(t,r.state,e)}))}(t,a+n,e,u)})),r.forEachAction((function(e,n){var r=e.root?n:a+n,o=e.handler||e;!function(t,e,n,r){(t._actions[e]||(t._actions[e]=[])).push((function(e){var o,i=n.call(t,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:t.getters,rootState:t.state},e);return(o=i)&&"function"==typeof o.then||(i=Promise.resolve(i)),t._devtoolHook?i.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):i}))}(t,r,o,u)})),r.forEachGetter((function(e,n){!function(t,e,n,r){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(r.state,r.getters,t.state,t.getters)}}(t,a+n,e,u)})),r.forEachChild((function(r,i){m(t,e,n.concat(i),r,o)}))}function y(t,e){return e.reduce((function(t,e){return t[e]}),t)}function b(t,e,n){return a(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function _(t){f&&t===f||function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(f=t)}d.state.get=function(){return this._vm._data.$$state},d.state.set=function(t){0},h.prototype.commit=function(t,e,n){var r=this,o=b(t,e,n),i=o.type,a=o.payload,s=(o.options,{type:i,payload:a}),c=this._mutations[i];c&&(this._withCommit((function(){c.forEach((function(t){t(a)}))})),this._subscribers.slice().forEach((function(t){return t(s,r.state)})))},h.prototype.dispatch=function(t,e){var n=this,r=b(t,e),o=r.type,i=r.payload,a={type:o,payload:i},s=this._actions[o];if(s){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(a,n.state)}))}catch(t){0}var c=s.length>1?Promise.all(s.map((function(t){return t(i)}))):s[0](i);return new Promise((function(t,e){c.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(a,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(a,n.state,t)}))}catch(t){0}e(t)}))}))}},h.prototype.subscribe=function(t,e){return p(t,this._subscribers,e)},h.prototype.subscribeAction=function(t,e){return p("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},h.prototype.watch=function(t,e,n){var r=this;return this._watcherVM.$watch((function(){return t(r.state,r.getters)}),e,n)},h.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},h.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),m(this,this.state,t,this._modules.get(t),n.preserveState),g(this,this.state)},h.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=y(e.state,t.slice(0,-1));f.delete(n,t[t.length-1])})),v(this)},h.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},h.prototype.hotUpdate=function(t){this._modules.update(t),v(this,!0)},h.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(h.prototype,d);var j=S((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var r=$(this.$store,"mapState",t);if(!r)return;e=r.context.state,n=r.context.getters}return"function"==typeof o?o.call(this,e,n):e[o]},n[r].vuex=!0})),n})),w=S((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.commit;if(t){var i=$(this.$store,"mapMutations",t);if(!i)return;r=i.context.commit}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n})),O=S((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,o=e.val;o=t+o,n[r]=function(){if(!t||$(this.$store,"mapGetters",t))return this.$store.getters[o]},n[r].vuex=!0})),n})),E=S((function(t,e){var n={};return x(e).forEach((function(e){var r=e.key,o=e.val;n[r]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var r=this.$store.dispatch;if(t){var i=$(this.$store,"mapActions",t);if(!i)return;r=i.context.dispatch}return"function"==typeof o?o.apply(this,[r].concat(e)):r.apply(this.$store,[o].concat(e))}})),n}));function x(t){return function(t){return Array.isArray(t)||a(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function S(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function $(t,e,n){return t._modulesNamespaceMap[n]}function C(t,e,n){var r=n?t.groupCollapsed:t.group;try{r.call(t,e)}catch(n){t.log(e)}}function I(t){try{t.groupEnd()}catch(e){t.log("ββ log end ββ")}}function L(){var t=new Date;return" @ "+k(t.getHours(),2)+":"+k(t.getMinutes(),2)+":"+k(t.getSeconds(),2)+"."+k(t.getMilliseconds(),3)}function k(t,e){return n="0",r=e-t.toString().length,new Array(r+1).join(n)+t;var n,r}const T={Store:h,install:_,version:"3.6.2",mapState:j,mapMutations:w,mapGetters:O,mapActions:E,createNamespacedHelpers:function(t){return{mapState:j.bind(null,t),mapGetters:O.bind(null,t),mapMutations:w.bind(null,t),mapActions:E.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var r=t.transformer;void 0===r&&(r=function(t){return t});var i=t.mutationTransformer;void 0===i&&(i=function(t){return t});var a=t.actionFilter;void 0===a&&(a=function(t,e){return!0});var s=t.actionTransformer;void 0===s&&(s=function(t){return t});var c=t.logMutations;void 0===c&&(c=!0);var u=t.logActions;void 0===u&&(u=!0);var l=t.logger;return void 0===l&&(l=console),function(t){var f=o(t.state);void 0!==l&&(c&&t.subscribe((function(t,a){var s=o(a);if(n(t,f,s)){var c=L(),u=i(t),h="mutation "+t.type+c;C(l,h,e),l.log("%c prev state","color: #9E9E9E; font-weight: bold",r(f)),l.log("%c mutation","color: #03A9F4; font-weight: bold",u),l.log("%c next state","color: #4CAF50; font-weight: bold",r(s)),I(l)}f=s})),u&&t.subscribeAction((function(t,n){if(a(t,n)){var r=L(),o=s(t),i="action "+t.type+r;C(l,i,e),l.log("%c action","color: #03A9F4; font-weight: bold",o),I(l)}})))}}}}},i={};function a(t){var e=i[t];if(void 0!==e)return e.exports;var n=i[t]={id:t,loaded:!1,exports:{}};return o[t].call(n.exports,n,n.exports,a),n.loaded=!0,n.exports}a.m=o,a.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return a.d(e,{a:e}),e},e=Object.getPrototypeOf?t=>Object.getPrototypeOf(t):t=>t.__proto__,a.t=function(n,r){if(1&r&&(n=this(n)),8&r)return n;if("object"==typeof n&&n){if(4&r&&n.__esModule)return n;if(16&r&&"function"==typeof n.then)return n}var o=Object.create(null);a.r(o);var i={};t=t||[null,e({}),e([]),e(e)];for(var s=2&r&&n;"object"==typeof s&&!~t.indexOf(s);s=e(s))Object.getOwnPropertyNames(s).forEach((t=>i[t]=()=>n[t]));return i.default=()=>n,a.d(o,i),o},a.d=(t,e)=>{for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.f={},a.e=t=>Promise.all(Object.keys(a.f).reduce(((e,n)=>(a.f[n](t,e),e)),[])),a.u=t=>t+".js?v="+{vendors:"532f1ab3f1e68dd9e21f",editor:"df4e8d412a72defe6c0f","files-modal":"e81941d73992875fc1ff","highlight/1c-js-js":"5ae0a128efc65ae2102d","highlight/abnf-js-js":"39da1467237ef99e94d8","highlight/accesslog-js-js":"dd32228ec95b2cdeb6e9","highlight/actionscript-js-js":"4101f941129b1c430e54","highlight/ada-js-js":"383aaf9715a43e423ea4","highlight/angelscript-js-js":"160da251c0718e9ffafd","highlight/apache-js-js":"4b02b1e1a2becfe42396","highlight/applescript-js-js":"6c18e63e6cef86e87cbb","highlight/arcade-js-js":"77e07194b9a16be12a74","highlight/arduino-js-js":"bb649d68d8b42ae9c26d","highlight/armasm-js-js":"70bc986416d1be1c985d","highlight/asciidoc-js-js":"38603efa3b1ea18d6df9","highlight/aspectj-js-js":"44dcf6017e63a0407b40","highlight/autohotkey-js-js":"eca861a3b96cbd471dd1","highlight/autoit-js-js":"7ae83571467a8666e729","highlight/avrasm-js-js":"8b93e3132add5021fee2","highlight/awk-js-js":"d14df2efc1a2d26f478c","highlight/axapta-js-js":"1cc67f17498b45a3702c","highlight/bash-js-js":"6cb0efcd7c54451e2091","highlight/basic-js-js":"0ad8e94de9c438b17ecb","highlight/bnf-js-js":"002c4933fe6595e62129","highlight/brainfuck-js-js":"071770bc54e47b07c5d5","highlight/c-js-js":"17405655cf47b34bf7e6","highlight/cal-js-js":"651efd37fef92effa9c9","highlight/capnproto-js-js":"ad737a8a0fe66d92179d","highlight/ceylon-js-js":"a3bd7be74993e8b8a081","highlight/clean-js-js":"169044a3b3e94cca7087","highlight/clojure-repl-js-js":"9955d29ca4244eac3182","highlight/clojure-js-js":"f138f95ff0607c8a3918","highlight/cmake-js-js":"dc6bb4fb8bbeb8b58277","highlight/coffeescript-js-js":"c2357b632897d957a007","highlight/coq-js-js":"372bf5fdbb43e4c13ccb","highlight/cos-js-js":"cdc11aa4769884274324","highlight/cpp-js-js":"73b4b3dd9cc50bab34c7","highlight/crmsh-js-js":"0e6bdb239287c6da3578","highlight/crystal-js-js":"6f0d31f6880684ce7251","highlight/csharp-js-js":"595cd85fed360c3d89b5","highlight/csp-js-js":"5e036e5cdcca213f8696","highlight/css-js-js":"d6a08ddafd58475ea50d","highlight/d-js-js":"150159618bde042d1148","highlight/dart-js-js":"f4935e2257c751dd2a1c","highlight/delphi-js-js":"f71bc923e189cdcbc9fc","highlight/diff-js-js":"9d17a96b886cfd87078a","highlight/django-js-js":"46602747d4071d1f092d","highlight/dns-js-js":"05a60bbd21b30c9e95cf","highlight/dockerfile-js-js":"060de28506a2a33349d9","highlight/dos-js-js":"186b1594da618e41749b","highlight/dsconfig-js-js":"add7dda94fab73be6d48","highlight/dts-js-js":"3d2ca119ed5c34a1a56c","highlight/dust-js-js":"d015b4158781f8c69089","highlight/ebnf-js-js":"b4db900558a95999cc98","highlight/elixir-js-js":"75d5512dac0a130569a7","highlight/elm-js-js":"7a29c588098bca0df6bf","highlight/erb-js-js":"b2a870837fac38ee3d6e","highlight/erlang-repl-js-js":"e63556e1435ebe1af15e","highlight/erlang-js-js":"15b3140d23a41be7f920","highlight/excel-js-js":"806f9ba29c1f58ddecb3","highlight/fix-js-js":"d3bf40e5f67a4613af62","highlight/flix-js-js":"c25b052ad9bc26fafb68","highlight/fortran-js-js":"19dac5c8508a024c22c4","highlight/fsharp-js-js":"977cd8658a1dc2ff4503","highlight/gams-js-js":"f22e9cf9242ce63d2c23","highlight/gauss-js-js":"eabc6e02ab92b5d94948","highlight/gcode-js-js":"a1d0757b71ef365ac11e","highlight/gherkin-js-js":"8550bc693b6abf1262f3","highlight/glsl-js-js":"a9dee5f012d34eb4abb4","highlight/gml-js-js":"289c8b3063f8b9245e45","highlight/go-js-js":"ffe1c408287df74521ff","highlight/golo-js-js":"10a972ca518e854e4ec8","highlight/gradle-js-js":"794b0aa64e071e56a919","highlight/graphql-js-js":"09976cf3a91f27079257","highlight/groovy-js-js":"abf4ee370158aeae5f4d","highlight/haml-js-js":"6b23c38a157b631fe9bc","highlight/handlebars-js-js":"72e0332c2df36a5d0adf","highlight/haskell-js-js":"014cd18725704b9e70a6","highlight/haxe-js-js":"9bf85d4abf99b5d92485","highlight/hsp-js-js":"b62fb85bf629d6112da3","highlight/http-js-js":"5c66184aed4d51a83629","highlight/hy-js-js":"4db67f60a9b55fb0be68","highlight/inform7-js-js":"bc070a82442c3e9634bd","highlight/ini-js-js":"385d9b677fd9a181eda6","highlight/irpf90-js-js":"ea98c87d61ea23ac2af1","highlight/isbl-js-js":"f9f95135165010cc1e7e","highlight/java-js-js":"88288d5c97cca69f7995","highlight/javascript-js-js":"2e6a042ee7f3d281da95","highlight/jboss-cli-js-js":"1bba6b359463efa74428","highlight/json-js-js":"390834b6cf9d3577962b","highlight/julia-repl-js-js":"6d29415399aaa95c8167","highlight/julia-js-js":"552dd0d4e896c3936c93","highlight/kotlin-js-js":"29524ccf1a1549327af1","highlight/lasso-js-js":"840d14790f8a2bb7ea32","highlight/latex-js-js":"83d00be51c9d79a822a3","highlight/ldif-js-js":"f880666dbde4f439c297","highlight/leaf-js-js":"f8395a0b1b84aadcb8e5","highlight/less-js-js":"97aa6415b893215eb41a","highlight/lisp-js-js":"5b02a501367e21ade3ef","highlight/livecodeserver-js-js":"291d8fd2f7ce1a6f94d2","highlight/livescript-js-js":"13cf510d24f3255efd27","highlight/llvm-js-js":"7e8e4206eb6403ed2f4f","highlight/lsl-js-js":"a05c55b588a06b3e6c06","highlight/lua-js-js":"4505229de8ad6140757b","highlight/makefile-js-js":"c55241f412ebfb87dd97","highlight/markdown-js-js":"6e56887f843ed916d18d","highlight/mathematica-js-js":"1525019847ed970b92f5","highlight/matlab-js-js":"562cce3f32ad90e141e8","highlight/maxima-js-js":"b699616d8f90aeb9793d","highlight/mel-js-js":"e5202b30e34e3459f285","highlight/mercury-js-js":"8689c79b51af5705ba28","highlight/mipsasm-js-js":"62a914f3523db5014fb2","highlight/mizar-js-js":"d312d0bda53914f85beb","highlight/mojolicious-js-js":"2ad6e2655906c9191452","highlight/monkey-js-js":"08f8ad0f8fe6c097257b","highlight/moonscript-js-js":"99e9392264a17b000247","highlight/n1ql-js-js":"4507b0d6b73115133b3d","highlight/nestedtext-js-js":"5880561c232490f9fed3","highlight/nginx-js-js":"69d9d9704e7cdd038325","highlight/nim-js-js":"0a7a807e9d7c8050de55","highlight/nix-js-js":"2c392bf087a958097477","highlight/node-repl-js-js":"796f3cf48a32f21e8296","highlight/nsis-js-js":"f4f467e80f31682aed1e","highlight/objectivec-js-js":"086b8c20e02de7a3bc41","highlight/ocaml-js-js":"e0cb08d0ec2bba249c28","highlight/openscad-js-js":"f6d30e15948b09b2ec1a","highlight/oxygene-js-js":"d7a0d72989805438fb9b","highlight/parser3-js-js":"3a594125e60e240932c7","highlight/perl-js-js":"096604465497331fe82c","highlight/pf-js-js":"4982681cdf3ccb9383cc","highlight/pgsql-js-js":"7350e4bb17620d63760c","highlight/php-template-js-js":"4de2c737c512dd60c913","highlight/php-js-js":"c0a73ba28bfd413fa010","highlight/plaintext-js-js":"e2d085733274e26b51c8","highlight/pony-js-js":"5d8269f6f41729ac6f99","highlight/powershell-js-js":"7324b1b71253f28e545d","highlight/processing-js-js":"3ddaa32a6484af71f28f","highlight/profile-js-js":"dda0c279e816be9c634c","highlight/prolog-js-js":"f5f842dbe1709fedbaff","highlight/properties-js-js":"1bcc8594fc2445a2586c","highlight/protobuf-js-js":"f8c701cd676cb25cf9a5","highlight/puppet-js-js":"bae098f112d526e2cc4d","highlight/purebasic-js-js":"af0df7d75b750cf4c38a","highlight/python-repl-js-js":"7a56439ae5c8db2f7554","highlight/python-js-js":"bd4a52264290d12d5d8b","highlight/q-js-js":"dd887bedaabb6ab16f52","highlight/qml-js-js":"40dbf8feab8e74abf63e","highlight/r-js-js":"71a4e820bd16d16a01c9","highlight/reasonml-js-js":"c58036608ee4f4d6ccff","highlight/rib-js-js":"a5c748f3ff4b6f424540","highlight/roboconf-js-js":"b2030b2b28cad9afbe8e","highlight/routeros-js-js":"9ff7603891f1e755a981","highlight/rsl-js-js":"d6829e2dc16b27a0fd5f","highlight/ruby-js-js":"d21b8ac10924554febb5","highlight/ruleslanguage-js-js":"430000984f9523ea7215","highlight/rust-js-js":"94ef90e3294ac772113f","highlight/sas-js-js":"d81b0e1c2ccc51c04bf5","highlight/scala-js-js":"cafe3c77b846ce8bd549","highlight/scheme-js-js":"4d611301f991d0ef90aa","highlight/scilab-js-js":"1d6012b34b18eb483c15","highlight/scss-js-js":"d57166581addb965af71","highlight/shell-js-js":"40589714b646e472bcff","highlight/smali-js-js":"32fdadad20522dd6feda","highlight/smalltalk-js-js":"745f465bd8a7bf746837","highlight/sml-js-js":"f34cf9c383208d9348e5","highlight/sqf-js-js":"0e402dca1ba1c2ca0369","highlight/sql-js-js":"c63eb0035dfe703af90f","highlight/stan-js-js":"5c75feefdd193884dde8","highlight/stata-js-js":"4410990b4b92f2dcb073","highlight/step21-js-js":"2ffbdf48984483145c4b","highlight/stylus-js-js":"3069b51132aa87731481","highlight/subunit-js-js":"88f8324717ccea07f3c8","highlight/swift-js-js":"5c901d4e9ae4da8c484c","highlight/taggerscript-js-js":"2994dc33d8b2aec455a4","highlight/tap-js-js":"cbd8fdd2996950d49b20","highlight/tcl-js-js":"c4688e1bd0db77c972cd","highlight/thrift-js-js":"9b90f85c105969cee994","highlight/tp-js-js":"2bcf0a89d1163f82c9a8","highlight/twig-js-js":"0278463e366b9279ba4a","highlight/typescript-js-js":"806481ef9858e9509c8c","highlight/vala-js-js":"146cd263adcb25c42d0d","highlight/vbnet-js-js":"de573c84e236a46e6452","highlight/vbscript-html-js-js":"7d6ef7eb299175ad52ed","highlight/vbscript-js-js":"51c4619186e3a4b7f597","highlight/verilog-js-js":"f97b1cf5fcdeed6d8e8f","highlight/vhdl-js-js":"4c6b3bef17e5290c002e","highlight/vim-js-js":"1ff993e2fde942773cb3","highlight/wasm-js-js":"898b9596eaaddb3dce82","highlight/wren-js-js":"3192bb809d064279a9a5","highlight/x86asm-js-js":"ca627db52b2e343ed951","highlight/xl-js-js":"107a86a91ab740f32a24","highlight/xml-js-js":"3fdca1d843aa64e145a5","highlight/xquery-js-js":"b571d9e79149085ef90f","highlight/yaml-js-js":"8661330181ca496f3148","highlight/zephir-js-js":"26a5a14beb2b8bd14b31","editor-collab":"6f221f90028c9cd7d2bc","editor-guest":"724ce2c0900623cad6e5"}[t],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n={},r="@nextcloud/text:",a.l=(t,e,o,i)=>{if(n[t])n[t].push(e);else{var s,c;if(void 0!==o)for(var u=document.getElementsByTagName("script"),l=0;l<u.length;l++){var f=u[l];if(f.getAttribute("src")==t||f.getAttribute("data-webpack")==r+o){s=f;break}}s||(c=!0,(s=document.createElement("script")).charset="utf-8",s.timeout=120,a.nc&&s.setAttribute("nonce",a.nc),s.setAttribute("data-webpack",r+o),s.src=t),n[t]=[e];var h=(e,r)=>{s.onerror=s.onload=null,clearTimeout(d);var o=n[t];if(delete n[t],s.parentNode&&s.parentNode.removeChild(s),o&&o.forEach((t=>t(r))),e)return e(r)},d=setTimeout(h.bind(null,void 0,{type:"timeout",target:s}),12e4);s.onerror=h.bind(null,s.onerror),s.onload=h.bind(null,s.onload),c&&document.head.appendChild(s)}},a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.nmd=t=>(t.paths=[],t.children||(t.children=[]),t),a.j="editors",a.p="/apps/text/js/",(()=>{a.b=document.baseURI||self.location.href;var t={editors:0};a.f.j=(e,n)=>{var r=a.o(t,e)?t[e]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise(((n,o)=>r=t[e]=[n,o]));n.push(r[2]=o);var i=a.p+a.u(e),s=new Error;a.l(i,(n=>{if(a.o(t,e)&&(0!==(r=t[e])&&(t[e]=void 0),r)){var o=n&&("load"===n.type?"missing":n.type),i=n&&n.target&&n.target.src;s.message="Loading chunk "+e+" failed.\n("+o+": "+i+")",s.name="ChunkLoadError",s.type=o,s.request=i,r[1](s)}}),"chunk-"+e,e)}};var e=(e,n)=>{var r,o,[i,s,c]=n,u=0;if(i.some((e=>0!==t[e]))){for(r in s)a.o(s,r)&&(a.m[r]=s[r]);if(c)c(a)}for(e&&e(n);u<i.length;u++)o=i[u],a.o(t,o)&&t[o]&&t[o][0](),t[o]=0},n=self.webpackChunk_nextcloud_text=self.webpackChunk_nextcloud_text||[];n.forEach(e.bind(null,0)),n.push=e.bind(null,n.push.bind(n))})(),a.nc=void 0,(()=>{"use strict";var t=a(20144),e=a(25030),n=a(31728),r=a(33528);function o(t){return o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},o(t)}function i(t){return function(t){if(Array.isArray(t))return s(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(!t)return;if("string"==typeof t)return s(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return s(t,e)}(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function c(){c=function(){return t};var t={},e=Object.prototype,n=e.hasOwnProperty,r="function"==typeof Symbol?Symbol:{},i=r.iterator||"@@iterator",a=r.asyncIterator||"@@asyncIterator",s=r.toStringTag||"@@toStringTag";function u(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{u({},"")}catch(t){u=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var o=e&&e.prototype instanceof d?e:d,i=Object.create(o.prototype),a=new x(r||[]);return i._invoke=function(t,e,n){var r="suspendedStart";return function(o,i){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===o)throw i;return $()}for(n.method=o,n.arg=i;;){var a=n.delegate;if(a){var s=w(a,n);if(s){if(s===h)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var c=f(t,e,n);if("normal"===c.type){if(r=n.done?"completed":"suspendedYield",c.arg===h)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r="completed",n.method="throw",n.arg=c.arg)}}}(t,n,a),i}function f(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var h={};function d(){}function p(){}function v(){}var g={};u(g,i,(function(){return this}));var m=Object.getPrototypeOf,y=m&&m(m(S([])));y&&y!==e&&n.call(y,i)&&(g=y);var b=v.prototype=d.prototype=Object.create(g);function _(t){["next","throw","return"].forEach((function(e){u(t,e,(function(t){return this._invoke(e,t)}))}))}function j(t,e){function r(i,a,s,c){var u=f(t[i],t,a);if("throw"!==u.type){var l=u.arg,h=l.value;return h&&"object"==o(h)&&n.call(h,"__await")?e.resolve(h.__await).then((function(t){r("next",t,s,c)}),(function(t){r("throw",t,s,c)})):e.resolve(h).then((function(t){l.value=t,s(l)}),(function(t){return r("throw",t,s,c)}))}c(u.arg)}var i;this._invoke=function(t,n){function o(){return new e((function(e,o){r(t,n,e,o)}))}return i=i?i.then(o,o):o()}}function w(t,e){var n=t.iterator[e.method];if(void 0===n){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,w(t,e),"throw"===e.method))return h;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return h}var r=f(n,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,h;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function O(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function E(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function x(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(O,this),this.reset(!0)}function S(t){if(t){var e=t[i];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:$}}function $(){return{value:void 0,done:!0}}return p.prototype=v,u(b,"constructor",v),u(v,"constructor",p),p.displayName=u(v,s,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,v):(t.__proto__=v,u(t,s,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},_(j.prototype),u(j.prototype,a,(function(){return this})),t.AsyncIterator=j,t.async=function(e,n,r,o,i){void 0===i&&(i=Promise);var a=new j(l(e,n,r,o),i);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},_(b),u(b,s,"Generator"),u(b,i,(function(){return this})),u(b,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=[];for(var n in t)e.push(n);return e.reverse(),function n(){for(;e.length;){var r=e.pop();if(r in t)return n.value=r,n.done=!1,n}return n.done=!0,n}},t.values=S,x.prototype={constructor:x,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(E),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),E(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var o=r.arg;E(n)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:S(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},t}function u(t,e,n,r,o,i,a){try{var s=t[i](a),c=s.value}catch(t){return void n(t)}s.done?e(c):Promise.resolve(c).then(r,o)}function l(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}function f(t,e,n){h(t,e),e.set(t,n)}function h(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}function d(t,e){return function(t,e){if(e.get)return e.get.call(t);return e.value}(t,v(t,e,"get"))}function p(t,e,n){return function(t,e,n){if(e.set)e.set.call(t,n);else{if(!e.writable)throw new TypeError("attempted to set read only private field");e.value=n}}(t,v(t,e,"set"),n),n}function v(t,e,n){if(!e.has(t))throw new TypeError("attempted to "+n+" private field on non-instance");return e.get(t)}function g(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function m(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}a.nc=btoa(OC.requestToken),a.p=OC.linkTo("text","js/"),t.default.prototype.t=window.t,t.default.prototype.n=window.n,t.default.prototype.OCA=window.OCA,window.OCA.Text=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?g(Object(n),!0).forEach((function(e){m(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}({},window.OCA.Text);var y=new WeakMap,b=new WeakMap,_=new WeakSet,j=function(){function t(e,n){var r,o;return function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t),h(r=this,o=_),o.add(r),f(this,y,{writable:!0,value:void 0}),f(this,b,{writable:!0,value:void 0}),p(this,y,e),p(this,b,n),function(t,e,n){if(!e.has(t))throw new TypeError("attempted to get private field on non-instance");return n}(this,_,w).call(this),this}var e,n,r;return e=t,n=[{key:"onLoaded",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){};return d(this,y).$on("ready",(function(){t()})),this}},{key:"onUpdate",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){};return d(this,y).$on("update:content",(function(e){t(e)})),this}},{key:"render",value:function(t){t.innerHTML="";var e=document.createElement("div");return t.appendChild(e),d(this,y).$mount(e),this}},{key:"destroy",value:function(){d(this,y).$destroy(),d(this,y).$el.innerHTML=""}},{key:"setContent",value:function(t){var e,n;return d(this,y).$set(d(this,b),"content",t),null===(e=d(this,y).$children[0])||void 0===e||null===(n=e.setContent)||void 0===n||n.call(e,t),this}},{key:"setReadOnly",value:function(t){return d(this,y).$set(d(this,b),"readOnly",t),this}},{key:"insertAtCursor",value:function(t){d(this,y).$children[0].$editor.chain().insertContent(t).focus().run()}},{key:"focus",value:function(){d(this,y).$children[0].$editor.focus()}}],n&&l(e.prototype,n),r&&l(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}();function w(){var t,e;null!==(t=window)&&void 0!==t&&t._oc_debug&&(this.vm=d(this,y),window.OCA.Text._debug=[].concat(i(null!==(e=window.OCA.Text._debug)&&void 0!==e?e:[]),[this]))}window.OCA.Text.createEditor=function(){var o,i=(o=c().mark((function o(i){var s,u,l,f,h,d,p,v,g,y,b,_,w,O,E,x,S,$,C,I,L,k,T,A,P;return c().wrap((function(o){for(;;)switch(o.prev=o.next){case 0:return s=i.el,u=i.fileId,l=void 0===u?void 0:u,f=i.filePath,h=void 0===f?void 0:f,d=i.content,p=void 0===d?"":d,v=i.readOnly,g=void 0!==v&&v,y=i.onUpdate,b=void 0===y?function(t){t.markdown}:y,_=i.onLinkClick,w=void 0===_?void 0:_,O=i.onFileInsert,E=void 0===O?void 0:O,x=i.onMentionSearch,S=void 0===x?void 0:x,$=i.onMentionInsert,C=void 0===$?void 0:$,o.next=3,Promise.all([a.e("vendors"),a.e("editor")]).then(a.bind(a,60529));case 3:return I=o.sent,L=I.default,o.next=7,Promise.all([a.e("vendors"),a.e("editor")]).then(a.bind(a,34974));case 7:return k=o.sent,T=k.default,A=t.default.observable({readOnly:g,content:p}),P=new t.default({provide:function(){var t;return m(t={},n.OV,w),m(t,r.gn,E),m(t,n.C6,!!l),m(t,n.sw,!!l||S),m(t,n.zZ,!!l||C),m(t,n.FQ,{resolve:function(t,e){return[{type:"image",url:t}]}}),t},data:function(){return A},render:function(t){return l?t(T,{props:{fileId:l,mime:"text/markdown",active:!0,relativePath:h}}):t(L,{props:{content:A.content,readOnly:A.readOnly}})},store:e.Z}),o.abrupt("return",new j(P,A).onUpdate(b).render(s));case 12:case"end":return o.stop()}}),o)})),function(){var t=this,e=arguments;return new Promise((function(n,r){var i=o.apply(t,e);function a(t){u(i,n,r,a,s,"next",t)}function s(t){u(i,n,r,a,s,"throw",t)}a(void 0)}))});return function(t){return i.apply(this,arguments)}}()})()})();
//# sourceMappingURL=text-editors.js.map?v=8312519324052a631505