nextcloud/apps/oauth2/js/oauth2.js

37 lines
113 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

!function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="/js",e(e.s=36)}([function(t,n,e){"use strict";var r=e(6),o=e(14),i=Object.prototype.toString;function a(t){return"[object Array]"===i.call(t)}function s(t){return null!==t&&"object"==typeof t}function c(t){return"[object Function]"===i.call(t)}function u(t,n){if(null!=t)if("object"!=typeof t&&(t=[t]),a(t))for(var e=0,r=t.length;e<r;e++)n.call(null,t[e],e,t);else for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&n.call(null,t[o],o,t)}t.exports={isArray:a,isArrayBuffer:function(t){return"[object ArrayBuffer]"===i.call(t)},isBuffer:o,isFormData:function(t){return"undefined"!=typeof FormData&&t instanceof FormData},isArrayBufferView:function(t){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(t):t&&t.buffer&&t.buffer instanceof ArrayBuffer},isString:function(t){return"string"==typeof t},isNumber:function(t){return"number"==typeof t},isObject:s,isUndefined:function(t){return void 0===t},isDate:function(t){return"[object Date]"===i.call(t)},isFile:function(t){return"[object File]"===i.call(t)},isBlob:function(t){return"[object Blob]"===i.call(t)},isFunction:c,isStream:function(t){return s(t)&&c(t.pipe)},isURLSearchParams:function(t){return"undefined"!=typeof URLSearchParams&&t instanceof URLSearchParams},isStandardBrowserEnv:function(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&"undefined"!=typeof window&&"undefined"!=typeof document},forEach:u,merge:function t(){var n={};function e(e,r){"object"==typeof n[r]&&"object"==typeof e?n[r]=t(n[r],e):n[r]=e}for(var r=0,o=arguments.length;r<o;r++)u(arguments[r],e);return n},extend:function(t,n,e){return u(n,function(n,o){t[o]=e&&"function"==typeof n?r(n,e):n}),t},trim:function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")}}},function(t,n,e){"use strict";(function(t,e){
/*!
* Vue.js v2.5.21
* (c) 2014-2018 Evan You
* Released under the MIT License.
*/
var r=Object.freeze({});function o(t){return null==t}function i(t){return null!=t}function a(t){return!0===t}function s(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function c(t){return null!==t&&"object"==typeof t}var u=Object.prototype.toString;function f(t){return"[object Object]"===u.call(t)}function p(t){return"[object RegExp]"===u.call(t)}function l(t){var n=parseFloat(String(t));return n>=0&&Math.floor(n)===n&&isFinite(t)}function v(t){return null==t?"":"object"==typeof t?JSON.stringify(t,null,2):String(t)}function h(t){var n=parseFloat(t);return isNaN(n)?t:n}function d(t,n){for(var e=Object.create(null),r=t.split(","),o=0;o<r.length;o++)e[r[o]]=!0;return n?function(t){return e[t.toLowerCase()]}:function(t){return e[t]}}var y=d("slot,component",!0),g=d("key,ref,slot,slot-scope,is");function _(t,n){if(t.length){var e=t.indexOf(n);if(e>-1)return t.splice(e,1)}}var m=Object.prototype.hasOwnProperty;function b(t,n){return m.call(t,n)}function w(t){var n=Object.create(null);return function(e){return n[e]||(n[e]=t(e))}}var C=/-(\w)/g,x=w(function(t){return t.replace(C,function(t,n){return n?n.toUpperCase():""})}),$=w(function(t){return t.charAt(0).toUpperCase()+t.slice(1)}),A=/\B([A-Z])/g,O=w(function(t){return t.replace(A,"-$1").toLowerCase()});var S=Function.prototype.bind?function(t,n){return t.bind(n)}:function(t,n){function e(e){var r=arguments.length;return r?r>1?t.apply(n,arguments):t.call(n,e):t.call(n)}return e._length=t.length,e};function T(t,n){n=n||0;for(var e=t.length-n,r=new Array(e);e--;)r[e]=t[e+n];return r}function L(t,n){for(var e in n)t[e]=n[e];return t}function k(t){for(var n={},e=0;e<t.length;e++)t[e]&&L(n,t[e]);return n}function I(t,n,e){}var j=function(t,n,e){return!1},E=function(t){return t};function U(t,n){if(t===n)return!0;var e=c(t),r=c(n);if(!e||!r)return!e&&!r&&String(t)===String(n);try{var o=Array.isArray(t),i=Array.isArray(n);if(o&&i)return t.length===n.length&&t.every(function(t,e){return U(t,n[e])});if(t instanceof Date&&n instanceof Date)return t.getTime()===n.getTime();if(o||i)return!1;var a=Object.keys(t),s=Object.keys(n);return a.length===s.length&&a.every(function(e){return U(t[e],n[e])})}catch(t){return!1}}function F(t,n){for(var e=0;e<t.length;e++)if(U(t[e],n))return e;return-1}function R(t){var n=!1;return function(){n||(n=!0,t.apply(this,arguments))}}var M="data-server-rendered",N=["component","directive","filter"],D=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],q={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:j,isReservedAttr:j,isUnknownElement:j,getTagNamespace:I,parsePlatformTagName:E,mustUseProp:j,async:!0,_lifecycleHooks:D};function B(t,n,e,r){Object.defineProperty(t,n,{value:e,enumerable:!!r,writable:!0,configurable:!0})}var J=/[^\w.$]/;var P,H="__proto__"in{},X="undefined"!=typeof window,K="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,W=K&&WXEnvironment.platform.toLowerCase(),Z=X&&window.navigator.userAgent.toLowerCase(),Y=Z&&/msie|trident/.test(Z),G=Z&&Z.indexOf("msie 9.0")>0,Q=Z&&Z.indexOf("edge/")>0,z=(Z&&Z.indexOf("android"),Z&&/iphone|ipad|ipod|ios/.test(Z)||"ios"===W),V=(Z&&/chrome\/\d+/.test(Z),{}.watch),tt=!1;if(X)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){tt=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var et=function(){return void 0===P&&(P=!X&&!K&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),P},rt=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ot(t){return"function"==typeof t&&/native code/.test(t.toString())}var it,at="undefined"!=typeof Symbol&&ot(Symbol)&&"undefined"!=typeof Reflect&&ot(Reflect.ownKeys);it="undefined"!=typeof Set&&ot(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 st=I,ct=0,ut=function(){this.id=ct++,this.subs=[]};ut.prototype.addSub=function(t){this.subs.push(t)},ut.prototype.removeSub=function(t){_(this.subs,t)},ut.prototype.depend=function(){ut.target&&ut.target.addDep(this)},ut.prototype.notify=function(){var t=this.subs.slice();for(var n=0,e=t.length;n<e;n++)t[n].update()},ut.target=null;var ft=[];function pt(t){ft.push(t),ut.target=t}function lt(){ft.pop(),ut.target=ft[ft.length-1]}var vt=function(t,n,e,r,o,i,a,s){this.tag=t,this.data=n,this.children=e,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=n&&n.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},ht={child:{configurable:!0}};ht.child.get=function(){return this.componentInstance},Object.defineProperties(vt.prototype,ht);var dt=function(t){void 0===t&&(t="");var n=new vt;return n.text=t,n.isComment=!0,n};function yt(t){return new vt(void 0,void 0,void 0,String(t))}function gt(t){var n=new vt(t.tag,t.data,t.children&&t.children.slice(),t.text,t.elm,t.context,t.componentOptions,t.asyncFactory);return n.ns=t.ns,n.isStatic=t.isStatic,n.key=t.key,n.isComment=t.isComment,n.fnContext=t.fnContext,n.fnOptions=t.fnOptions,n.fnScopeId=t.fnScopeId,n.asyncMeta=t.asyncMeta,n.isCloned=!0,n}var _t=Array.prototype,mt=Object.create(_t);["push","pop","shift","unshift","splice","sort","reverse"].forEach(function(t){var n=_t[t];B(mt,t,function(){for(var e=[],r=arguments.length;r--;)e[r]=arguments[r];var o,i=n.apply(this,e),a=this.__ob__;switch(t){case"push":case"unshift":o=e;break;case"splice":o=e.slice(2)}return o&&a.observeArray(o),a.dep.notify(),i})});var bt=Object.getOwnPropertyNames(mt),wt=!0;function Ct(t){wt=t}var xt=function(t){var n;this.value=t,this.dep=new ut,this.vmCount=0,B(t,"__ob__",this),Array.isArray(t)?(H?(n=mt,t.__proto__=n):function(t,n,e){for(var r=0,o=e.length;r<o;r++){var i=e[r];B(t,i,n[i])}}(t,mt,bt),this.observeArray(t)):this.walk(t)};function $t(t,n){var e;if(c(t)&&!(t instanceof vt))return b(t,"__ob__")&&t.__ob__ instanceof xt?e=t.__ob__:wt&&!et()&&(Array.isArray(t)||f(t))&&Object.isExtensible(t)&&!t._isVue&&(e=new xt(t)),n&&e&&e.vmCount++,e}function At(t,n,e,r,o){var i=new ut,a=Object.getOwnPropertyDescriptor(t,n);if(!a||!1!==a.configurable){var s=a&&a.get,c=a&&a.set;s&&!c||2!==arguments.length||(e=t[n]);var u=!o&&$t(e);Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:function(){var n=s?s.call(t):e;return ut.target&&(i.depend(),u&&(u.dep.depend(),Array.isArray(n)&&function t(n){for(var e=void 0,r=0,o=n.length;r<o;r++)(e=n[r])&&e.__ob__&&e.__ob__.dep.depend(),Array.isArray(e)&&t(e)}(n))),n},set:function(n){var r=s?s.call(t):e;n===r||n!=n&&r!=r||s&&!c||(c?c.call(t,n):e=n,u=!o&&$t(n),i.notify())}})}}function Ot(t,n,e){if(Array.isArray(t)&&l(n))return t.length=Math.max(t.length,n),t.splice(n,1,e),e;if(n in t&&!(n in Object.prototype))return t[n]=e,e;var r=t.__ob__;return t._isVue||r&&r.vmCount?e:r?(At(r.value,n,e),r.dep.notify(),e):(t[n]=e,e)}function St(t,n){if(Array.isArray(t)&&l(n))t.splice(n,1);else{var e=t.__ob__;t._isVue||e&&e.vmCount||b(t,n)&&(delete t[n],e&&e.dep.notify())}}xt.prototype.walk=function(t){for(var n=Object.keys(t),e=0;e<n.length;e++)At(t,n[e])},xt.prototype.observeArray=function(t){for(var n=0,e=t.length;n<e;n++)$t(t[n])};var Tt=q.optionMergeStrategies;function Lt(t,n){if(!n)return t;for(var e,r,o,i=Object.keys(n),a=0;a<i.length;a++)r=t[e=i[a]],o=n[e],b(t,e)?r!==o&&f(r)&&f(o)&&Lt(r,o):Ot(t,e,o);return t}function kt(t,n,e){return e?function(){var r="function"==typeof n?n.call(e,e):n,o="function"==typeof t?t.call(e,e):t;return r?Lt(r,o):o}:n?t?function(){return Lt("function"==typeof n?n.call(this,this):n,"function"==typeof t?t.call(this,this):t)}:n:t}function It(t,n){return n?t?t.concat(n):Array.isArray(n)?n:[n]:t}function jt(t,n,e,r){var o=Object.create(t||null);return n?L(o,n):o}Tt.data=function(t,n,e){return e?kt(t,n,e):n&&"function"!=typeof n?t:kt(t,n)},D.forEach(function(t){Tt[t]=It}),N.forEach(function(t){Tt[t+"s"]=jt}),Tt.watch=function(t,n,e,r){if(t===V&&(t=void 0),n===V&&(n=void 0),!n)return Object.create(t||null);if(!t)return n;var o={};for(var i in L(o,t),n){var a=o[i],s=n[i];a&&!Array.isArray(a)&&(a=[a]),o[i]=a?a.concat(s):Array.isArray(s)?s:[s]}return o},Tt.props=Tt.methods=Tt.inject=Tt.computed=function(t,n,e,r){if(!t)return n;var o=Object.create(null);return L(o,t),n&&L(o,n),o},Tt.provide=kt;var Et=function(t,n){return void 0===n?t:n};function Ut(t,n,e){if("function"==typeof n&&(n=n.options),function(t,n){var e=t.props;if(e){var r,o,i={};if(Array.isArray(e))for(r=e.length;r--;)"string"==typeof(o=e[r])&&(i[x(o)]={type:null});else if(f(e))for(var a in e)o=e[a],i[x(a)]=f(o)?o:{type:o};t.props=i}}(n),function(t,n){var e=t.inject;if(e){var r=t.inject={};if(Array.isArray(e))for(var o=0;o<e.length;o++)r[e[o]]={from:e[o]};else if(f(e))for(var i in e){var a=e[i];r[i]=f(a)?L({from:i},a):{from:a}}}}(n),function(t){var n=t.directives;if(n)for(var e in n){var r=n[e];"function"==typeof r&&(n[e]={bind:r,update:r})}}(n),!n._base&&(n.extends&&(t=Ut(t,n.extends,e)),n.mixins))for(var r=0,o=n.mixins.length;r<o;r++)t=Ut(t,n.mixins[r],e);var i,a={};for(i in t)s(i);for(i in n)b(t,i)||s(i);function s(r){var o=Tt[r]||Et;a[r]=o(t[r],n[r],e,r)}return a}function Ft(t,n,e,r){if("string"==typeof e){var o=t[n];if(b(o,e))return o[e];var i=x(e);if(b(o,i))return o[i];var a=$(i);return b(o,a)?o[a]:o[e]||o[i]||o[a]}}function Rt(t,n,e,r){var o=n[t],i=!b(e,t),a=e[t],s=Dt(Boolean,o.type);if(s>-1)if(i&&!b(o,"default"))a=!1;else if(""===a||a===O(t)){var c=Dt(String,o.type);(c<0||s<c)&&(a=!0)}if(void 0===a){a=function(t,n,e){if(!b(n,"default"))return;var r=n.default;0;if(t&&t.$options.propsData&&void 0===t.$options.propsData[e]&&void 0!==t._props[e])return t._props[e];return"function"==typeof r&&"Function"!==Mt(n.type)?r.call(t):r}(r,o,t);var u=wt;Ct(!0),$t(a),Ct(u)}return a}function Mt(t){var n=t&&t.toString().match(/^\s*function (\w+)/);return n?n[1]:""}function Nt(t,n){return Mt(t)===Mt(n)}function Dt(t,n){if(!Array.isArray(n))return Nt(n,t)?0:-1;for(var e=0,r=n.length;e<r;e++)if(Nt(n[e],t))return e;return-1}function qt(t,n,e){if(n)for(var r=n;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,n,e))return}catch(t){Bt(t,r,"errorCaptured hook")}}Bt(t,n,e)}function Bt(t,n,e){if(q.errorHandler)try{return q.errorHandler.call(null,t,n,e)}catch(t){Jt(t,null,"config.errorHandler")}Jt(t,n,e)}function Jt(t,n,e){if(!X&&!K||"undefined"==typeof console)throw t;console.error(t)}var Pt,Ht,Xt=[],Kt=!1;function Wt(){Kt=!1;var t=Xt.slice(0);Xt.length=0;for(var n=0;n<t.length;n++)t[n]()}var Zt=!1;if(void 0!==e&&ot(e))Ht=function(){e(Wt)};else if("undefined"==typeof MessageChannel||!ot(MessageChannel)&&"[object MessageChannelConstructor]"!==MessageChannel.toString())Ht=function(){setTimeout(Wt,0)};else{var Yt=new MessageChannel,Gt=Yt.port2;Yt.port1.onmessage=Wt,Ht=function(){Gt.postMessage(1)}}if("undefined"!=typeof Promise&&ot(Promise)){var Qt=Promise.resolve();Pt=function(){Qt.then(Wt),z&&setTimeout(I)}}else Pt=Ht;function zt(t,n){var e;if(Xt.push(function(){if(t)try{t.call(n)}catch(t){qt(t,n,"nextTick")}else e&&e(n)}),Kt||(Kt=!0,Zt?Ht():Pt()),!t&&"undefined"!=typeof Promise)return new Promise(function(t){e=t})}var Vt=new it;function tn(t){!function t(n,e){var r,o;var i=Array.isArray(n);if(!i&&!c(n)||Object.isFrozen(n)||n instanceof vt)return;if(n.__ob__){var a=n.__ob__.dep.id;if(e.has(a))return;e.add(a)}if(i)for(r=n.length;r--;)t(n[r],e);else for(o=Object.keys(n),r=o.length;r--;)t(n[o[r]],e)}(t,Vt),Vt.clear()}var nn,en=w(function(t){var n="&"===t.charAt(0),e="~"===(t=n?t.slice(1):t).charAt(0),r="!"===(t=e?t.slice(1):t).charAt(0);return{name:t=r?t.slice(1):t,once:e,capture:r,passive:n}});function rn(t){function n(){var t=arguments,e=n.fns;if(!Array.isArray(e))return e.apply(null,arguments);for(var r=e.slice(),o=0;o<r.length;o++)r[o].apply(null,t)}return n.fns=t,n}function on(t,n,e,r,i,s){var c,u,f,p;for(c in t)u=t[c],f=n[c],p=en(c),o(u)||(o(f)?(o(u.fns)&&(u=t[c]=rn(u)),a(p.once)&&(u=t[c]=i(p.name,u,p.capture)),e(p.name,u,p.capture,p.passive,p.params)):u!==f&&(f.fns=u,t[c]=f));for(c in n)o(t[c])&&r((p=en(c)).name,n[c],p.capture)}function an(t,n,e){var r;t instanceof vt&&(t=t.data.hook||(t.data.hook={}));var s=t[n];function c(){e.apply(this,arguments),_(r.fns,c)}o(s)?r=rn([c]):i(s.fns)&&a(s.merged)?(r=s).fns.push(c):r=rn([s,c]),r.merged=!0,t[n]=r}function sn(t,n,e,r,o){if(i(n)){if(b(n,e))return t[e]=n[e],o||delete n[e],!0;if(b(n,r))return t[e]=n[r],o||delete n[r],!0}return!1}function cn(t){return s(t)?[yt(t)]:Array.isArray(t)?function t(n,e){var r=[];var c,u,f,p;for(c=0;c<n.length;c++)o(u=n[c])||"boolean"==typeof u||(f=r.length-1,p=r[f],Array.isArray(u)?u.length>0&&(un((u=t(u,(e||"")+"_"+c))[0])&&un(p)&&(r[f]=yt(p.text+u[0].text),u.shift()),r.push.apply(r,u)):s(u)?un(p)?r[f]=yt(p.text+u):""!==u&&r.push(yt(u)):un(u)&&un(p)?r[f]=yt(p.text+u.text):(a(n._isVList)&&i(u.tag)&&o(u.key)&&i(e)&&(u.key="__vlist"+e+"_"+c+"__"),r.push(u)));return r}(t):void 0}function un(t){return i(t)&&i(t.text)&&!1===t.isComment}function fn(t,n){return(t.__esModule||at&&"Module"===t[Symbol.toStringTag])&&(t=t.default),c(t)?n.extend(t):t}function pn(t){return t.isComment&&t.asyncFactory}function ln(t){if(Array.isArray(t))for(var n=0;n<t.length;n++){var e=t[n];if(i(e)&&(i(e.componentOptions)||pn(e)))return e}}function vn(t,n){nn.$on(t,n)}function hn(t,n){nn.$off(t,n)}function dn(t,n){var e=nn;return function r(){null!==n.apply(null,arguments)&&e.$off(t,r)}}function yn(t,n,e){nn=t,on(n,e||{},vn,hn,dn),nn=void 0}function gn(t,n){var e={};if(!t)return e;for(var 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!==n&&i.fnContext!==n||!a||null==a.slot)(e.default||(e.default=[])).push(i);else{var s=a.slot,c=e[s]||(e[s]=[]);"template"===i.tag?c.push.apply(c,i.children||[]):c.push(i)}}for(var u in e)e[u].every(_n)&&delete e[u];return e}function _n(t){return t.isComment&&!t.asyncFactory||" "===t.text}function mn(t,n){n=n||{};for(var e=0;e<t.length;e++)Array.isArray(t[e])?mn(t[e],n):n[t[e].key]=t[e].fn;return n}var bn=null;function wn(t){var n=bn;return bn=t,function(){bn=n}}function Cn(t){for(;t&&(t=t.$parent);)if(t._inactive)return!0;return!1}function xn(t,n){if(n){if(t._directInactive=!1,Cn(t))return}else if(t._directInactive)return;if(t._inactive||null===t._inactive){t._inactive=!1;for(var e=0;e<t.$children.length;e++)xn(t.$children[e]);$n(t,"activated")}}function $n(t,n){pt();var e=t.$options[n];if(e)for(var r=0,o=e.length;r<o;r++)try{e[r].call(t)}catch(e){qt(e,t,n+" hook")}t._hasHookEvent&&t.$emit("hook:"+n),lt()}var An=[],On=[],Sn={},Tn=!1,Ln=!1,kn=0;function In(){var t,n;for(Ln=!0,An.sort(function(t,n){return t.id-n.id}),kn=0;kn<An.length;kn++)(t=An[kn]).before&&t.before(),n=t.id,Sn[n]=null,t.run();var e=On.slice(),r=An.slice();kn=An.length=On.length=0,Sn={},Tn=Ln=!1,function(t){for(var n=0;n<t.length;n++)t[n]._inactive=!0,xn(t[n],!0)}(e),function(t){var n=t.length;for(;n--;){var e=t[n],r=e.vm;r._watcher===e&&r._isMounted&&!r._isDestroyed&&$n(r,"updated")}}(r),rt&&q.devtools&&rt.emit("flush")}var jn=0,En=function(t,n,e,r,o){this.vm=t,o&&(t._watcher=this),t._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=e,this.id=++jn,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new it,this.newDepIds=new it,this.expression="","function"==typeof n?this.getter=n:(this.getter=function(t){if(!J.test(t)){var n=t.split(".");return function(t){for(var e=0;e<n.length;e++){if(!t)return;t=t[n[e]]}return t}}}(n),this.getter||(this.getter=I)),this.value=this.lazy?void 0:this.get()};En.prototype.get=function(){var t;pt(this);var n=this.vm;try{t=this.getter.call(n,n)}catch(t){if(!this.user)throw t;qt(t,n,'getter for watcher "'+this.expression+'"')}finally{this.deep&&tn(t),lt(),this.cleanupDeps()}return t},En.prototype.addDep=function(t){var n=t.id;this.newDepIds.has(n)||(this.newDepIds.add(n),this.newDeps.push(t),this.depIds.has(n)||t.addSub(this))},En.prototype.cleanupDeps=function(){for(var t=this.deps.length;t--;){var n=this.deps[t];this.newDepIds.has(n.id)||n.removeSub(this)}var e=this.depIds;this.depIds=this.newDepIds,this.newDepIds=e,this.newDepIds.clear(),e=this.deps,this.deps=this.newDeps,this.newDeps=e,this.newDeps.length=0},En.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():function(t){var n=t.id;if(null==Sn[n]){if(Sn[n]=!0,Ln){for(var e=An.length-1;e>kn&&An[e].id>t.id;)e--;An.splice(e+1,0,t)}else An.push(t);Tn||(Tn=!0,zt(In))}}(this)},En.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||c(t)||this.deep){var n=this.value;if(this.value=t,this.user)try{this.cb.call(this.vm,t,n)}catch(t){qt(t,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,t,n)}}},En.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},En.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},En.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||_(this.vm._watchers,this);for(var t=this.deps.length;t--;)this.deps[t].removeSub(this);this.active=!1}};var Un={enumerable:!0,configurable:!0,get:I,set:I};function Fn(t,n,e){Un.get=function(){return this[n][e]},Un.set=function(t){this[n][e]=t},Object.defineProperty(t,e,Un)}function Rn(t){t._watchers=[];var n=t.$options;n.props&&function(t,n){var e=t.$options.propsData||{},r=t._props={},o=t.$options._propKeys=[];t.$parent&&Ct(!1);var i=function(i){o.push(i);var a=Rt(i,n,e,t);At(r,i,a),i in t||Fn(t,"_props",i)};for(var a in n)i(a);Ct(!0)}(t,n.props),n.methods&&function(t,n){t.$options.props;for(var e in n)t[e]="function"!=typeof n[e]?I:S(n[e],t)}(t,n.methods),n.data?function(t){var n=t.$options.data;f(n=t._data="function"==typeof n?function(t,n){pt();try{return t.call(n,n)}catch(t){return qt(t,n,"data()"),{}}finally{lt()}}(n,t):n||{})||(n={});var e=Object.keys(n),r=t.$options.props,o=(t.$options.methods,e.length);for(;o--;){var i=e[o];0,r&&b(r,i)||(a=void 0,36!==(a=(i+"").charCodeAt(0))&&95!==a&&Fn(t,"_data",i))}var a;$t(n,!0)}(t):$t(t._data={},!0),n.computed&&function(t,n){var e=t._computedWatchers=Object.create(null),r=et();for(var o in n){var i=n[o],a="function"==typeof i?i:i.get;0,r||(e[o]=new En(t,a||I,I,Mn)),o in t||Nn(t,o,i)}}(t,n.computed),n.watch&&n.watch!==V&&function(t,n){for(var e in n){var r=n[e];if(Array.isArray(r))for(var o=0;o<r.length;o++)Bn(t,e,r[o]);else Bn(t,e,r)}}(t,n.watch)}var Mn={lazy:!0};function Nn(t,n,e){var r=!et();"function"==typeof e?(Un.get=r?Dn(n):qn(e),Un.set=I):(Un.get=e.get?r&&!1!==e.cache?Dn(n):qn(e.get):I,Un.set=e.set||I),Object.defineProperty(t,n,Un)}function Dn(t){return function(){var n=this._computedWatchers&&this._computedWatchers[t];if(n)return n.dirty&&n.evaluate(),ut.target&&n.depend(),n.value}}function qn(t){return function(){return t.call(this,this)}}function Bn(t,n,e,r){return f(e)&&(r=e,e=e.handler),"string"==typeof e&&(e=t[e]),t.$watch(n,e,r)}function Jn(t,n){if(t){for(var e=Object.create(null),r=at?Reflect.ownKeys(t).filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}):Object.keys(t),o=0;o<r.length;o++){for(var i=r[o],a=t[i].from,s=n;s;){if(s._provided&&b(s._provided,a)){e[i]=s._provided[a];break}s=s.$parent}if(!s)if("default"in t[i]){var c=t[i].default;e[i]="function"==typeof c?c.call(n):c}else 0}return e}}function Pn(t,n){var e,r,o,a,s;if(Array.isArray(t)||"string"==typeof t)for(e=new Array(t.length),r=0,o=t.length;r<o;r++)e[r]=n(t[r],r);else if("number"==typeof t)for(e=new Array(t),r=0;r<t;r++)e[r]=n(r+1,r);else if(c(t))for(a=Object.keys(t),e=new Array(a.length),r=0,o=a.length;r<o;r++)s=a[r],e[r]=n(t[s],s,r);return i(e)||(e=[]),e._isVList=!0,e}function Hn(t,n,e,r){var o,i=this.$scopedSlots[t];i?(e=e||{},r&&(e=L(L({},r),e)),o=i(e)||n):o=this.$slots[t]||n;var a=e&&e.slot;return a?this.$createElement("template",{slot:a},o):o}function Xn(t){return Ft(this.$options,"filters",t)||E}function Kn(t,n){return Array.isArray(t)?-1===t.indexOf(n):t!==n}function Wn(t,n,e,r,o){var i=q.keyCodes[n]||e;return o&&r&&!q.keyCodes[n]?Kn(o,r):i?Kn(i,t):r?O(r)!==n:void 0}function Zn(t,n,e,r,o){if(e)if(c(e)){var i;Array.isArray(e)&&(e=k(e));var a=function(a){if("class"===a||"style"===a||g(a))i=t;else{var s=t.attrs&&t.attrs.type;i=r||q.mustUseProp(n,s,a)?t.domProps||(t.domProps={}):t.attrs||(t.attrs={})}var c=x(a);a in i||c in i||(i[a]=e[a],o&&((t.on||(t.on={}))["update:"+c]=function(t){e[a]=t}))};for(var s in e)a(s)}else;return t}function Yn(t,n){var e=this._staticTrees||(this._staticTrees=[]),r=e[t];return r&&!n?r:(Qn(r=e[t]=this.$options.staticRenderFns[t].call(this._renderProxy,null,this),"__static__"+t,!1),r)}function Gn(t,n,e){return Qn(t,"__once__"+n+(e?"_"+e:""),!0),t}function Qn(t,n,e){if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]&&"string"!=typeof t[r]&&zn(t[r],n+"_"+r,e);else zn(t,n,e)}function zn(t,n,e){t.isStatic=!0,t.key=n,t.isOnce=e}function Vn(t,n){if(n)if(f(n)){var e=t.on=t.on?L({},t.on):{};for(var r in n){var o=e[r],i=n[r];e[r]=o?[].concat(o,i):i}}else;return t}function te(t){t._o=Gn,t._n=h,t._s=v,t._l=Pn,t._t=Hn,t._q=U,t._i=F,t._m=Yn,t._f=Xn,t._k=Wn,t._b=Zn,t._v=yt,t._e=dt,t._u=mn,t._g=Vn}function ne(t,n,e,o,i){var s,c=i.options;b(o,"_uid")?(s=Object.create(o))._original=o:(s=o,o=o._original);var u=a(c._compiled),f=!u;this.data=t,this.props=n,this.children=e,this.parent=o,this.listeners=t.on||r,this.injections=Jn(c.inject,o),this.slots=function(){return gn(e,o)},u&&(this.$options=c,this.$slots=this.slots(),this.$scopedSlots=t.scopedSlots||r),c._scopeId?this._c=function(t,n,e,r){var i=fe(s,t,n,e,r,f);return i&&!Array.isArray(i)&&(i.fnScopeId=c._scopeId,i.fnContext=o),i}:this._c=function(t,n,e,r){return fe(s,t,n,e,r,f)}}function ee(t,n,e,r,o){var i=gt(t);return i.fnContext=e,i.fnOptions=r,n.slot&&((i.data||(i.data={})).slot=n.slot),i}function re(t,n){for(var e in n)t[x(e)]=n[e]}te(ne.prototype);var oe={init:function(t,n){if(t.componentInstance&&!t.componentInstance._isDestroyed&&t.data.keepAlive){var e=t;oe.prepatch(e,e)}else{(t.componentInstance=function(t,n){var e={_isComponent:!0,_parentVnode:t,parent:n},r=t.data.inlineTemplate;i(r)&&(e.render=r.render,e.staticRenderFns=r.staticRenderFns);return new t.componentOptions.Ctor(e)}(t,bn)).$mount(n?t.elm:void 0,n)}},prepatch:function(t,n){var e=n.componentOptions;!function(t,n,e,o,i){var a=!!(i||t.$options._renderChildren||o.data.scopedSlots||t.$scopedSlots!==r);if(t.$options._parentVnode=o,t.$vnode=o,t._vnode&&(t._vnode.parent=o),t.$options._renderChildren=i,t.$attrs=o.data.attrs||r,t.$listeners=e||r,n&&t.$options.props){Ct(!1);for(var s=t._props,c=t.$options._propKeys||[],u=0;u<c.length;u++){var f=c[u],p=t.$options.props;s[f]=Rt(f,p,n,t)}Ct(!0),t.$options.propsData=n}e=e||r;var l=t.$options._parentListeners;t.$options._parentListeners=e,yn(t,e,l),a&&(t.$slots=gn(i,o.context),t.$forceUpdate())}(n.componentInstance=t.componentInstance,e.propsData,e.listeners,n,e.children)},insert:function(t){var n,e=t.context,r=t.componentInstance;r._isMounted||(r._isMounted=!0,$n(r,"mounted")),t.data.keepAlive&&(e._isMounted?((n=r)._inactive=!1,On.push(n)):xn(r,!0))},destroy:function(t){var n=t.componentInstance;n._isDestroyed||(t.data.keepAlive?function t(n,e){if(!(e&&(n._directInactive=!0,Cn(n))||n._inactive)){n._inactive=!0;for(var r=0;r<n.$children.length;r++)t(n.$children[r]);$n(n,"deactivated")}}(n,!0):n.$destroy())}},ie=Object.keys(oe);function ae(t,n,e,s,u){if(!o(t)){var f=e.$options._base;if(c(t)&&(t=f.extend(t)),"function"==typeof t){var p;if(o(t.cid)&&void 0===(t=function(t,n,e){if(a(t.error)&&i(t.errorComp))return t.errorComp;if(i(t.resolved))return t.resolved;if(a(t.loading)&&i(t.loadingComp))return t.loadingComp;if(!i(t.contexts)){var r=t.contexts=[e],s=!0,u=function(t){for(var n=0,e=r.length;n<e;n++)r[n].$forceUpdate();t&&(r.length=0)},f=R(function(e){t.resolved=fn(e,n),s||u(!0)}),p=R(function(n){i(t.errorComp)&&(t.error=!0,u(!0))}),l=t(f,p);return c(l)&&("function"==typeof l.then?o(t.resolved)&&l.then(f,p):i(l.component)&&"function"==typeof l.component.then&&(l.component.then(f,p),i(l.error)&&(t.errorComp=fn(l.error,n)),i(l.loading)&&(t.loadingComp=fn(l.loading,n),0===l.delay?t.loading=!0:setTimeout(function(){o(t.resolved)&&o(t.error)&&(t.loading=!0,u(!1))},l.delay||200)),i(l.timeout)&&setTimeout(function(){o(t.resolved)&&p(null)},l.timeout))),s=!1,t.loading?t.loadingComp:t.resolved}t.contexts.push(e)}(p=t,f,e)))return function(t,n,e,r,o){var i=dt();return i.asyncFactory=t,i.asyncMeta={data:n,context:e,children:r,tag:o},i}(p,n,e,s,u);n=n||{},le(t),i(n.model)&&function(t,n){var e=t.model&&t.model.prop||"value",r=t.model&&t.model.event||"input";(n.props||(n.props={}))[e]=n.model.value;var o=n.on||(n.on={}),a=o[r],s=n.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[r]=[s].concat(a)):o[r]=s}(t.options,n);var l=function(t,n,e){var r=n.options.props;if(!o(r)){var a={},s=t.attrs,c=t.props;if(i(s)||i(c))for(var u in r){var f=O(u);sn(a,c,u,f,!0)||sn(a,s,u,f,!1)}return a}}(n,t);if(a(t.options.functional))return function(t,n,e,o,a){var s=t.options,c={},u=s.props;if(i(u))for(var f in u)c[f]=Rt(f,u,n||r);else i(e.attrs)&&re(c,e.attrs),i(e.props)&&re(c,e.props);var p=new ne(e,c,a,o,t),l=s.render.call(null,p._c,p);if(l instanceof vt)return ee(l,e,p.parent,s);if(Array.isArray(l)){for(var v=cn(l)||[],h=new Array(v.length),d=0;d<v.length;d++)h[d]=ee(v[d],e,p.parent,s);return h}}(t,l,n,e,s);var v=n.on;if(n.on=n.nativeOn,a(t.options.abstract)){var h=n.slot;n={},h&&(n.slot=h)}!function(t){for(var n=t.hook||(t.hook={}),e=0;e<ie.length;e++){var r=ie[e],o=n[r],i=oe[r];o===i||o&&o._merged||(n[r]=o?se(i,o):i)}}(n);var d=t.options.name||u;return new vt("vue-component-"+t.cid+(d?"-"+d:""),n,void 0,void 0,void 0,e,{Ctor:t,propsData:l,listeners:v,tag:u,children:s},p)}}}function se(t,n){var e=function(e,r){t(e,r),n(e,r)};return e._merged=!0,e}var ce=1,ue=2;function fe(t,n,e,r,u,f){return(Array.isArray(e)||s(e))&&(u=r,r=e,e=void 0),a(f)&&(u=ue),function(t,n,e,r,s){if(i(e)&&i(e.__ob__))return dt();i(e)&&i(e.is)&&(n=e.is);if(!n)return dt();0;Array.isArray(r)&&"function"==typeof r[0]&&((e=e||{}).scopedSlots={default:r[0]},r.length=0);s===ue?r=cn(r):s===ce&&(r=function(t){for(var n=0;n<t.length;n++)if(Array.isArray(t[n]))return Array.prototype.concat.apply([],t);return t}(r));var u,f;if("string"==typeof n){var p;f=t.$vnode&&t.$vnode.ns||q.getTagNamespace(n),u=q.isReservedTag(n)?new vt(q.parsePlatformTagName(n),e,r,void 0,void 0,t):e&&e.pre||!i(p=Ft(t.$options,"components",n))?new vt(n,e,r,void 0,void 0,t):ae(p,e,t,r,n)}else u=ae(n,e,t,r);return Array.isArray(u)?u:i(u)?(i(f)&&function t(n,e,r){n.ns=e;"foreignObject"===n.tag&&(e=void 0,r=!0);if(i(n.children))for(var s=0,c=n.children.length;s<c;s++){var u=n.children[s];i(u.tag)&&(o(u.ns)||a(r)&&"svg"!==u.tag)&&t(u,e,r)}}(u,f),i(e)&&function(t){c(t.style)&&tn(t.style);c(t.class)&&tn(t.class)}(e),u):dt()}(t,n,e,r,u)}var pe=0;function le(t){var n=t.options;if(t.super){var e=le(t.super);if(e!==t.superOptions){t.superOptions=e;var r=function(t){var n,e=t.options,r=t.extendOptions,o=t.sealedOptions;for(var i in e)e[i]!==o[i]&&(n||(n={}),n[i]=ve(e[i],r[i],o[i]));return n}(t);r&&L(t.extendOptions,r),(n=t.options=Ut(e,t.extendOptions)).name&&(n.components[n.name]=t)}}return n}function ve(t,n,e){if(Array.isArray(t)){var r=[];e=Array.isArray(e)?e:[e],n=Array.isArray(n)?n:[n];for(var o=0;o<t.length;o++)(n.indexOf(t[o])>=0||e.indexOf(t[o])<0)&&r.push(t[o]);return r}return t}function he(t){this._init(t)}function de(t){t.cid=0;var n=1;t.extend=function(t){t=t||{};var e=this,r=e.cid,o=t._Ctor||(t._Ctor={});if(o[r])return o[r];var i=t.name||e.options.name;var a=function(t){this._init(t)};return(a.prototype=Object.create(e.prototype)).constructor=a,a.cid=n++,a.options=Ut(e.options,t),a.super=e,a.options.props&&function(t){var n=t.options.props;for(var e in n)Fn(t.prototype,"_props",e)}(a),a.options.computed&&function(t){var n=t.options.computed;for(var e in n)Nn(t.prototype,e,n[e])}(a),a.extend=e.extend,a.mixin=e.mixin,a.use=e.use,N.forEach(function(t){a[t]=e[t]}),i&&(a.options.components[i]=a),a.superOptions=e.options,a.extendOptions=t,a.sealedOptions=L({},a.options),o[r]=a,a}}function ye(t){return t&&(t.Ctor.options.name||t.tag)}function ge(t,n){return Array.isArray(t)?t.indexOf(n)>-1:"string"==typeof t?t.split(",").indexOf(n)>-1:!!p(t)&&t.test(n)}function _e(t,n){var e=t.cache,r=t.keys,o=t._vnode;for(var i in e){var a=e[i];if(a){var s=ye(a.componentOptions);s&&!n(s)&&me(e,i,r,o)}}}function me(t,n,e,r){var o=t[n];!o||r&&o.tag===r.tag||o.componentInstance.$destroy(),t[n]=null,_(e,n)}!function(t){t.prototype._init=function(t){var n=this;n._uid=pe++,n._isVue=!0,t&&t._isComponent?function(t,n){var e=t.$options=Object.create(t.constructor.options),r=n._parentVnode;e.parent=n.parent,e._parentVnode=r;var o=r.componentOptions;e.propsData=o.propsData,e._parentListeners=o.listeners,e._renderChildren=o.children,e._componentTag=o.tag,n.render&&(e.render=n.render,e.staticRenderFns=n.staticRenderFns)}(n,t):n.$options=Ut(le(n.constructor),t||{},n),n._renderProxy=n,n._self=n,function(t){var n=t.$options,e=n.parent;if(e&&!n.abstract){for(;e.$options.abstract&&e.$parent;)e=e.$parent;e.$children.push(t)}t.$parent=e,t.$root=e?e.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(n),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var n=t.$options._parentListeners;n&&yn(t,n)}(n),function(t){t._vnode=null,t._staticTrees=null;var n=t.$options,e=t.$vnode=n._parentVnode,o=e&&e.context;t.$slots=gn(n._renderChildren,o),t.$scopedSlots=r,t._c=function(n,e,r,o){return fe(t,n,e,r,o,!1)},t.$createElement=function(n,e,r,o){return fe(t,n,e,r,o,!0)};var i=e&&e.data;At(t,"$attrs",i&&i.attrs||r,null,!0),At(t,"$listeners",n._parentListeners||r,null,!0)}(n),$n(n,"beforeCreate"),function(t){var n=Jn(t.$options.inject,t);n&&(Ct(!1),Object.keys(n).forEach(function(e){At(t,e,n[e])}),Ct(!0))}(n),Rn(n),function(t){var n=t.$options.provide;n&&(t._provided="function"==typeof n?n.call(t):n)}(n),$n(n,"created"),n.$options.el&&n.$mount(n.$options.el)}}(he),function(t){var n={get:function(){return this._data}},e={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",n),Object.defineProperty(t.prototype,"$props",e),t.prototype.$set=Ot,t.prototype.$delete=St,t.prototype.$watch=function(t,n,e){if(f(n))return Bn(this,t,n,e);(e=e||{}).user=!0;var r=new En(this,t,n,e);if(e.immediate)try{n.call(this,r.value)}catch(t){qt(t,this,'callback for immediate watcher "'+r.expression+'"')}return function(){r.teardown()}}}(he),function(t){var n=/^hook:/;t.prototype.$on=function(t,e){var r=this;if(Array.isArray(t))for(var o=0,i=t.length;o<i;o++)r.$on(t[o],e);else(r._events[t]||(r._events[t]=[])).push(e),n.test(t)&&(r._hasHookEvent=!0);return r},t.prototype.$once=function(t,n){var e=this;function r(){e.$off(t,r),n.apply(e,arguments)}return r.fn=n,e.$on(t,r),e},t.prototype.$off=function(t,n){var e=this;if(!arguments.length)return e._events=Object.create(null),e;if(Array.isArray(t)){for(var r=0,o=t.length;r<o;r++)e.$off(t[r],n);return e}var i=e._events[t];if(!i)return e;if(!n)return e._events[t]=null,e;if(n)for(var a,s=i.length;s--;)if((a=i[s])===n||a.fn===n){i.splice(s,1);break}return e},t.prototype.$emit=function(t){var n=this._events[t];if(n){n=n.length>1?T(n):n;for(var e=T(arguments,1),r=0,o=n.length;r<o;r++)try{n[r].apply(this,e)}catch(n){qt(n,this,'event handler for "'+t+'"')}}return this}}(he),function(t){t.prototype._update=function(t,n){var e=this,r=e.$el,o=e._vnode,i=wn(e);e._vnode=t,e.$el=o?e.__patch__(o,t):e.__patch__(e.$el,t,n,!1),i(),r&&(r.__vue__=null),e.$el&&(e.$el.__vue__=e),e.$vnode&&e.$parent&&e.$vnode===e.$parent._vnode&&(e.$parent.$el=e.$el)},t.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},t.prototype.$destroy=function(){var t=this;if(!t._isBeingDestroyed){$n(t,"beforeDestroy"),t._isBeingDestroyed=!0;var n=t.$parent;!n||n._isBeingDestroyed||t.$options.abstract||_(n.$children,t),t._watcher&&t._watcher.teardown();for(var e=t._watchers.length;e--;)t._watchers[e].teardown();t._data.__ob__&&t._data.__ob__.vmCount--,t._isDestroyed=!0,t.__patch__(t._vnode,null),$n(t,"destroyed"),t.$off(),t.$el&&(t.$el.__vue__=null),t.$vnode&&(t.$vnode.parent=null)}}}(he),function(t){te(t.prototype),t.prototype.$nextTick=function(t){return zt(t,this)},t.prototype._render=function(){var t,n=this,e=n.$options,o=e.render,i=e._parentVnode;i&&(n.$scopedSlots=i.data.scopedSlots||r),n.$vnode=i;try{t=o.call(n._renderProxy,n.$createElement)}catch(e){qt(e,n,"render"),t=n._vnode}return t instanceof vt||(t=dt()),t.parent=i,t}}(he);var be=[String,RegExp,Array],we={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:be,exclude:be,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)me(this.cache,t,this.keys)},mounted:function(){var t=this;this.$watch("include",function(n){_e(t,function(t){return ge(n,t)})}),this.$watch("exclude",function(n){_e(t,function(t){return!ge(n,t)})})},render:function(){var t=this.$slots.default,n=ln(t),e=n&&n.componentOptions;if(e){var r=ye(e),o=this.include,i=this.exclude;if(o&&(!r||!ge(o,r))||i&&r&&ge(i,r))return n;var a=this.cache,s=this.keys,c=null==n.key?e.Ctor.cid+(e.tag?"::"+e.tag:""):n.key;a[c]?(n.componentInstance=a[c].componentInstance,_(s,c),s.push(c)):(a[c]=n,s.push(c),this.max&&s.length>parseInt(this.max)&&me(a,s[0],s,this._vnode)),n.data.keepAlive=!0}return n||t&&t[0]}}};!function(t){var n={get:function(){return q}};Object.defineProperty(t,"config",n),t.util={warn:st,extend:L,mergeOptions:Ut,defineReactive:At},t.set=Ot,t.delete=St,t.nextTick=zt,t.options=Object.create(null),N.forEach(function(n){t.options[n+"s"]=Object.create(null)}),t.options._base=t,L(t.options.components,we),function(t){t.use=function(t){var n=this._installedPlugins||(this._installedPlugins=[]);if(n.indexOf(t)>-1)return this;var e=T(arguments,1);return e.unshift(this),"function"==typeof t.install?t.install.apply(t,e):"function"==typeof t&&t.apply(null,e),n.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Ut(this.options,t),this}}(t),de(t),function(t){N.forEach(function(n){t[n]=function(t,e){return e?("component"===n&&f(e)&&(e.name=e.name||t,e=this.options._base.extend(e)),"directive"===n&&"function"==typeof e&&(e={bind:e,update:e}),this.options[n+"s"][t]=e,e):this.options[n+"s"][t]}})}(t)}(he),Object.defineProperty(he.prototype,"$isServer",{get:et}),Object.defineProperty(he.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(he,"FunctionalRenderContext",{value:ne}),he.version="2.5.21";var Ce=d("style,class"),xe=d("input,textarea,option,select,progress"),$e=function(t,n,e){return"value"===e&&xe(t)&&"button"!==n||"selected"===e&&"option"===t||"checked"===e&&"input"===t||"muted"===e&&"video"===t},Ae=d("contenteditable,draggable,spellcheck"),Oe=d("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Se="http://www.w3.org/1999/xlink",Te=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},Le=function(t){return Te(t)?t.slice(6,t.length):""},ke=function(t){return null==t||!1===t};function Ie(t){for(var n=t.data,e=t,r=t;i(r.componentInstance);)(r=r.componentInstance._vnode)&&r.data&&(n=je(r.data,n));for(;i(e=e.parent);)e&&e.data&&(n=je(n,e.data));return function(t,n){if(i(t)||i(n))return Ee(t,Ue(n));return""}(n.staticClass,n.class)}function je(t,n){return{staticClass:Ee(t.staticClass,n.staticClass),class:i(t.class)?[t.class,n.class]:n.class}}function Ee(t,n){return t?n?t+" "+n:t:n||""}function Ue(t){return Array.isArray(t)?function(t){for(var n,e="",r=0,o=t.length;r<o;r++)i(n=Ue(t[r]))&&""!==n&&(e&&(e+=" "),e+=n);return e}(t):c(t)?function(t){var n="";for(var e in t)t[e]&&(n&&(n+=" "),n+=e);return n}(t):"string"==typeof t?t:""}var Fe={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},Re=d("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"),Me=d("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),Ne=function(t){return Re(t)||Me(t)};function De(t){return Me(t)?"svg":"math"===t?"math":void 0}var qe=Object.create(null);var Be=d("text,number,password,search,email,tel,url");function Je(t){if("string"==typeof t){var n=document.querySelector(t);return n||document.createElement("div")}return t}var Pe=Object.freeze({createElement:function(t,n){var e=document.createElement(t);return"select"!==t?e:(n.data&&n.data.attrs&&void 0!==n.data.attrs.multiple&&e.setAttribute("multiple","multiple"),e)},createElementNS:function(t,n){return document.createElementNS(Fe[t],n)},createTextNode:function(t){return document.createTextNode(t)},createComment:function(t){return document.createComment(t)},insertBefore:function(t,n,e){t.insertBefore(n,e)},removeChild:function(t,n){t.removeChild(n)},appendChild:function(t,n){t.appendChild(n)},parentNode:function(t){return t.parentNode},nextSibling:function(t){return t.nextSibling},tagName:function(t){return t.tagName},setTextContent:function(t,n){t.textContent=n},setStyleScope:function(t,n){t.setAttribute(n,"")}}),He={create:function(t,n){Xe(n)},update:function(t,n){t.data.ref!==n.data.ref&&(Xe(t,!0),Xe(n))},destroy:function(t){Xe(t,!0)}};function Xe(t,n){var e=t.data.ref;if(i(e)){var r=t.context,o=t.componentInstance||t.elm,a=r.$refs;n?Array.isArray(a[e])?_(a[e],o):a[e]===o&&(a[e]=void 0):t.data.refInFor?Array.isArray(a[e])?a[e].indexOf(o)<0&&a[e].push(o):a[e]=[o]:a[e]=o}}var Ke=new vt("",{},[]),We=["create","activate","update","remove","destroy"];function Ze(t,n){return t.key===n.key&&(t.tag===n.tag&&t.isComment===n.isComment&&i(t.data)===i(n.data)&&function(t,n){if("input"!==t.tag)return!0;var e,r=i(e=t.data)&&i(e=e.attrs)&&e.type,o=i(e=n.data)&&i(e=e.attrs)&&e.type;return r===o||Be(r)&&Be(o)}(t,n)||a(t.isAsyncPlaceholder)&&t.asyncFactory===n.asyncFactory&&o(n.asyncFactory.error))}function Ye(t,n,e){var r,o,a={};for(r=n;r<=e;++r)i(o=t[r].key)&&(a[o]=r);return a}var Ge={create:Qe,update:Qe,destroy:function(t){Qe(t,Ke)}};function Qe(t,n){(t.data.directives||n.data.directives)&&function(t,n){var e,r,o,i=t===Ke,a=n===Ke,s=Ve(t.data.directives,t.context),c=Ve(n.data.directives,n.context),u=[],f=[];for(e in c)r=s[e],o=c[e],r?(o.oldValue=r.value,nr(o,"update",n,t),o.def&&o.def.componentUpdated&&f.push(o)):(nr(o,"bind",n,t),o.def&&o.def.inserted&&u.push(o));if(u.length){var p=function(){for(var e=0;e<u.length;e++)nr(u[e],"inserted",n,t)};i?an(n,"insert",p):p()}f.length&&an(n,"postpatch",function(){for(var e=0;e<f.length;e++)nr(f[e],"componentUpdated",n,t)});if(!i)for(e in s)c[e]||nr(s[e],"unbind",t,t,a)}(t,n)}var ze=Object.create(null);function Ve(t,n){var e,r,o=Object.create(null);if(!t)return o;for(e=0;e<t.length;e++)(r=t[e]).modifiers||(r.modifiers=ze),o[tr(r)]=r,r.def=Ft(n.$options,"directives",r.name);return o}function tr(t){return t.rawName||t.name+"."+Object.keys(t.modifiers||{}).join(".")}function nr(t,n,e,r,o){var i=t.def&&t.def[n];if(i)try{i(e.elm,t,e,r,o)}catch(r){qt(r,e.context,"directive "+t.name+" "+n+" hook")}}var er=[He,Ge];function rr(t,n){var e=n.componentOptions;if(!(i(e)&&!1===e.Ctor.options.inheritAttrs||o(t.data.attrs)&&o(n.data.attrs))){var r,a,s=n.elm,c=t.data.attrs||{},u=n.data.attrs||{};for(r in i(u.__ob__)&&(u=n.data.attrs=L({},u)),u)a=u[r],c[r]!==a&&or(s,r,a);for(r in(Y||Q)&&u.value!==c.value&&or(s,"value",u.value),c)o(u[r])&&(Te(r)?s.removeAttributeNS(Se,Le(r)):Ae(r)||s.removeAttribute(r))}}function or(t,n,e){t.tagName.indexOf("-")>-1?ir(t,n,e):Oe(n)?ke(e)?t.removeAttribute(n):(e="allowfullscreen"===n&&"EMBED"===t.tagName?"true":n,t.setAttribute(n,e)):Ae(n)?t.setAttribute(n,ke(e)||"false"===e?"false":"true"):Te(n)?ke(e)?t.removeAttributeNS(Se,Le(n)):t.setAttributeNS(Se,n,e):ir(t,n,e)}function ir(t,n,e){if(ke(e))t.removeAttribute(n);else{if(Y&&!G&&("TEXTAREA"===t.tagName||"INPUT"===t.tagName)&&"placeholder"===n&&!t.__ieph){var r=function(n){n.stopImmediatePropagation(),t.removeEventListener("input",r)};t.addEventListener("input",r),t.__ieph=!0}t.setAttribute(n,e)}}var ar={create:rr,update:rr};function sr(t,n){var e=n.elm,r=n.data,a=t.data;if(!(o(r.staticClass)&&o(r.class)&&(o(a)||o(a.staticClass)&&o(a.class)))){var s=Ie(n),c=e._transitionClasses;i(c)&&(s=Ee(s,Ue(c))),s!==e._prevClass&&(e.setAttribute("class",s),e._prevClass=s)}}var cr,ur,fr,pr,lr,vr,hr={create:sr,update:sr},dr=/[\w).+\-_$\]]/;function yr(t){var n,e,r,o,i,a=!1,s=!1,c=!1,u=!1,f=0,p=0,l=0,v=0;for(r=0;r<t.length;r++)if(e=n,n=t.charCodeAt(r),a)39===n&&92!==e&&(a=!1);else if(s)34===n&&92!==e&&(s=!1);else if(c)96===n&&92!==e&&(c=!1);else if(u)47===n&&92!==e&&(u=!1);else if(124!==n||124===t.charCodeAt(r+1)||124===t.charCodeAt(r-1)||f||p||l){switch(n){case 34:s=!0;break;case 39:a=!0;break;case 96:c=!0;break;case 40:l++;break;case 41:l--;break;case 91:p++;break;case 93:p--;break;case 123:f++;break;case 125:f--}if(47===n){for(var h=r-1,d=void 0;h>=0&&" "===(d=t.charAt(h));h--);d&&dr.test(d)||(u=!0)}}else void 0===o?(v=r+1,o=t.slice(0,r).trim()):y();function y(){(i||(i=[])).push(t.slice(v,r).trim()),v=r+1}if(void 0===o?o=t.slice(0,r).trim():0!==v&&y(),i)for(r=0;r<i.length;r++)o=gr(o,i[r]);return o}function gr(t,n){var e=n.indexOf("(");if(e<0)return'_f("'+n+'")('+t+")";var r=n.slice(0,e),o=n.slice(e+1);return'_f("'+r+'")('+t+(")"!==o?","+o:o)}function _r(t){console.error("[Vue compiler]: "+t)}function mr(t,n){return t?t.map(function(t){return t[n]}).filter(function(t){return t}):[]}function br(t,n,e){(t.props||(t.props=[])).push({name:n,value:e}),t.plain=!1}function wr(t,n,e){(t.attrs||(t.attrs=[])).push({name:n,value:e}),t.plain=!1}function Cr(t,n,e){t.attrsMap[n]=e,t.attrsList.push({name:n,value:e})}function xr(t,n,e,r,o,i){(t.directives||(t.directives=[])).push({name:n,rawName:e,value:r,arg:o,modifiers:i}),t.plain=!1}function $r(t,n,e,o,i,a){var s;o=o||r,"click"===n&&(o.right?(n="contextmenu",delete o.right):o.middle&&(n="mouseup")),o.capture&&(delete o.capture,n="!"+n),o.once&&(delete o.once,n="~"+n),o.passive&&(delete o.passive,n="&"+n),o.native?(delete o.native,s=t.nativeEvents||(t.nativeEvents={})):s=t.events||(t.events={});var c={value:e.trim()};o!==r&&(c.modifiers=o);var u=s[n];Array.isArray(u)?i?u.unshift(c):u.push(c):s[n]=u?i?[c,u]:[u,c]:c,t.plain=!1}function Ar(t,n,e){var r=Or(t,":"+n)||Or(t,"v-bind:"+n);if(null!=r)return yr(r);if(!1!==e){var o=Or(t,n);if(null!=o)return JSON.stringify(o)}}function Or(t,n,e){var r;if(null!=(r=t.attrsMap[n]))for(var o=t.attrsList,i=0,a=o.length;i<a;i++)if(o[i].name===n){o.splice(i,1);break}return e&&delete t.attrsMap[n],r}function Sr(t,n,e){var r=e||{},o=r.number,i="$$v";r.trim&&(i="(typeof $$v === 'string'? $$v.trim(): $$v)"),o&&(i="_n("+i+")");var a=Tr(n,i);t.model={value:"("+n+")",expression:JSON.stringify(n),callback:"function ($$v) {"+a+"}"}}function Tr(t,n){var e=function(t){if(t=t.trim(),cr=t.length,t.indexOf("[")<0||t.lastIndexOf("]")<cr-1)return(pr=t.lastIndexOf("."))>-1?{exp:t.slice(0,pr),key:'"'+t.slice(pr+1)+'"'}:{exp:t,key:null};ur=t,pr=lr=vr=0;for(;!kr();)Ir(fr=Lr())?Er(fr):91===fr&&jr(fr);return{exp:t.slice(0,lr),key:t.slice(lr+1,vr)}}(t);return null===e.key?t+"="+n:"$set("+e.exp+", "+e.key+", "+n+")"}function Lr(){return ur.charCodeAt(++pr)}function kr(){return pr>=cr}function Ir(t){return 34===t||39===t}function jr(t){var n=1;for(lr=pr;!kr();)if(Ir(t=Lr()))Er(t);else if(91===t&&n++,93===t&&n--,0===n){vr=pr;break}}function Er(t){for(var n=t;!kr()&&(t=Lr())!==n;);}var Ur,Fr="__r",Rr="__c";function Mr(t,n,e){var r=Ur;return function o(){null!==n.apply(null,arguments)&&Dr(t,o,e,r)}}function Nr(t,n,e,r){var o;n=(o=n)._withTask||(o._withTask=function(){Zt=!0;try{return o.apply(null,arguments)}finally{Zt=!1}}),Ur.addEventListener(t,n,tt?{capture:e,passive:r}:e)}function Dr(t,n,e,r){(r||Ur).removeEventListener(t,n._withTask||n,e)}function qr(t,n){if(!o(t.data.on)||!o(n.data.on)){var e=n.data.on||{},r=t.data.on||{};Ur=n.elm,function(t){if(i(t[Fr])){var n=Y?"change":"input";t[n]=[].concat(t[Fr],t[n]||[]),delete t[Fr]}i(t[Rr])&&(t.change=[].concat(t[Rr],t.change||[]),delete t[Rr])}(e),on(e,r,Nr,Dr,Mr,n.context),Ur=void 0}}var Br={create:qr,update:qr};function Jr(t,n){if(!o(t.data.domProps)||!o(n.data.domProps)){var e,r,a=n.elm,s=t.data.domProps||{},c=n.data.domProps||{};for(e in i(c.__ob__)&&(c=n.data.domProps=L({},c)),s)o(c[e])&&(a[e]="");for(e in c){if(r=c[e],"textContent"===e||"innerHTML"===e){if(n.children&&(n.children.length=0),r===s[e])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===e){a._value=r;var u=o(r)?"":String(r);Pr(a,u)&&(a.value=u)}else a[e]=r}}}function Pr(t,n){return!t.composing&&("OPTION"===t.tagName||function(t,n){var e=!0;try{e=document.activeElement!==t}catch(t){}return e&&t.value!==n}(t,n)||function(t,n){var e=t.value,r=t._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return h(e)!==h(n);if(r.trim)return e.trim()!==n.trim()}return e!==n}(t,n))}var Hr={create:Jr,update:Jr},Xr=w(function(t){var n={},e=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach(function(t){if(t){var r=t.split(e);r.length>1&&(n[r[0].trim()]=r[1].trim())}}),n});function Kr(t){var n=Wr(t.style);return t.staticStyle?L(t.staticStyle,n):n}function Wr(t){return Array.isArray(t)?k(t):"string"==typeof t?Xr(t):t}var Zr,Yr=/^--/,Gr=/\s*!important$/,Qr=function(t,n,e){if(Yr.test(n))t.style.setProperty(n,e);else if(Gr.test(e))t.style.setProperty(n,e.replace(Gr,""),"important");else{var r=Vr(n);if(Array.isArray(e))for(var o=0,i=e.length;o<i;o++)t.style[r]=e[o];else t.style[r]=e}},zr=["Webkit","Moz","ms"],Vr=w(function(t){if(Zr=Zr||document.createElement("div").style,"filter"!==(t=x(t))&&t in Zr)return t;for(var n=t.charAt(0).toUpperCase()+t.slice(1),e=0;e<zr.length;e++){var r=zr[e]+n;if(r in Zr)return r}});function to(t,n){var e=n.data,r=t.data;if(!(o(e.staticStyle)&&o(e.style)&&o(r.staticStyle)&&o(r.style))){var a,s,c=n.elm,u=r.staticStyle,f=r.normalizedStyle||r.style||{},p=u||f,l=Wr(n.data.style)||{};n.data.normalizedStyle=i(l.__ob__)?L({},l):l;var v=function(t,n){var e,r={};if(n)for(var o=t;o.componentInstance;)(o=o.componentInstance._vnode)&&o.data&&(e=Kr(o.data))&&L(r,e);(e=Kr(t.data))&&L(r,e);for(var i=t;i=i.parent;)i.data&&(e=Kr(i.data))&&L(r,e);return r}(n,!0);for(s in p)o(v[s])&&Qr(c,s,"");for(s in v)(a=v[s])!==p[s]&&Qr(c,s,null==a?"":a)}}var no={create:to,update:to},eo=/\s+/;function ro(t,n){if(n&&(n=n.trim()))if(t.classList)n.indexOf(" ")>-1?n.split(eo).forEach(function(n){return t.classList.add(n)}):t.classList.add(n);else{var e=" "+(t.getAttribute("class")||"")+" ";e.indexOf(" "+n+" ")<0&&t.setAttribute("class",(e+n).trim())}}function oo(t,n){if(n&&(n=n.trim()))if(t.classList)n.indexOf(" ")>-1?n.split(eo).forEach(function(n){return t.classList.remove(n)}):t.classList.remove(n),t.classList.length||t.removeAttribute("class");else{for(var e=" "+(t.getAttribute("class")||"")+" ",r=" "+n+" ";e.indexOf(r)>=0;)e=e.replace(r," ");(e=e.trim())?t.setAttribute("class",e):t.removeAttribute("class")}}function io(t){if(t){if("object"==typeof t){var n={};return!1!==t.css&&L(n,ao(t.name||"v")),L(n,t),n}return"string"==typeof t?ao(t):void 0}}var ao=w(function(t){return{enterClass:t+"-enter",enterToClass:t+"-enter-to",enterActiveClass:t+"-enter-active",leaveClass:t+"-leave",leaveToClass:t+"-leave-to",leaveActiveClass:t+"-leave-active"}}),so=X&&!G,co="transition",uo="animation",fo="transition",po="transitionend",lo="animation",vo="animationend";so&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(fo="WebkitTransition",po="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(lo="WebkitAnimation",vo="webkitAnimationEnd"));var ho=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function yo(t){ho(function(){ho(t)})}function go(t,n){var e=t._transitionClasses||(t._transitionClasses=[]);e.indexOf(n)<0&&(e.push(n),ro(t,n))}function _o(t,n){t._transitionClasses&&_(t._transitionClasses,n),oo(t,n)}function mo(t,n,e){var r=wo(t,n),o=r.type,i=r.timeout,a=r.propCount;if(!o)return e();var s=o===co?po:vo,c=0,u=function(){t.removeEventListener(s,f),e()},f=function(n){n.target===t&&++c>=a&&u()};setTimeout(function(){c<a&&u()},i+1),t.addEventListener(s,f)}var bo=/\b(transform|all)(,|$)/;function wo(t,n){var e,r=window.getComputedStyle(t),o=(r[fo+"Delay"]||"").split(", "),i=(r[fo+"Duration"]||"").split(", "),a=Co(o,i),s=(r[lo+"Delay"]||"").split(", "),c=(r[lo+"Duration"]||"").split(", "),u=Co(s,c),f=0,p=0;return n===co?a>0&&(e=co,f=a,p=i.length):n===uo?u>0&&(e=uo,f=u,p=c.length):p=(e=(f=Math.max(a,u))>0?a>u?co:uo:null)?e===co?i.length:c.length:0,{type:e,timeout:f,propCount:p,hasTransform:e===co&&bo.test(r[fo+"Property"])}}function Co(t,n){for(;t.length<n.length;)t=t.concat(t);return Math.max.apply(null,n.map(function(n,e){return xo(n)+xo(t[e])}))}function xo(t){return 1e3*Number(t.slice(0,-1).replace(",","."))}function $o(t,n){var e=t.elm;i(e._leaveCb)&&(e._leaveCb.cancelled=!0,e._leaveCb());var r=io(t.data.transition);if(!o(r)&&!i(e._enterCb)&&1===e.nodeType){for(var a=r.css,s=r.type,u=r.enterClass,f=r.enterToClass,p=r.enterActiveClass,l=r.appearClass,v=r.appearToClass,d=r.appearActiveClass,y=r.beforeEnter,g=r.enter,_=r.afterEnter,m=r.enterCancelled,b=r.beforeAppear,w=r.appear,C=r.afterAppear,x=r.appearCancelled,$=r.duration,A=bn,O=bn.$vnode;O&&O.parent;)A=(O=O.parent).context;var S=!A._isMounted||!t.isRootInsert;if(!S||w||""===w){var T=S&&l?l:u,L=S&&d?d:p,k=S&&v?v:f,I=S&&b||y,j=S&&"function"==typeof w?w:g,E=S&&C||_,U=S&&x||m,F=h(c($)?$.enter:$);0;var M=!1!==a&&!G,N=So(j),D=e._enterCb=R(function(){M&&(_o(e,k),_o(e,L)),D.cancelled?(M&&_o(e,T),U&&U(e)):E&&E(e),e._enterCb=null});t.data.show||an(t,"insert",function(){var n=e.parentNode,r=n&&n._pending&&n._pending[t.key];r&&r.tag===t.tag&&r.elm._leaveCb&&r.elm._leaveCb(),j&&j(e,D)}),I&&I(e),M&&(go(e,T),go(e,L),yo(function(){_o(e,T),D.cancelled||(go(e,k),N||(Oo(F)?setTimeout(D,F):mo(e,s,D)))})),t.data.show&&(n&&n(),j&&j(e,D)),M||N||D()}}}function Ao(t,n){var e=t.elm;i(e._enterCb)&&(e._enterCb.cancelled=!0,e._enterCb());var r=io(t.data.transition);if(o(r)||1!==e.nodeType)return n();if(!i(e._leaveCb)){var a=r.css,s=r.type,u=r.leaveClass,f=r.leaveToClass,p=r.leaveActiveClass,l=r.beforeLeave,v=r.leave,d=r.afterLeave,y=r.leaveCancelled,g=r.delayLeave,_=r.duration,m=!1!==a&&!G,b=So(v),w=h(c(_)?_.leave:_);0;var C=e._leaveCb=R(function(){e.parentNode&&e.parentNode._pending&&(e.parentNode._pending[t.key]=null),m&&(_o(e,f),_o(e,p)),C.cancelled?(m&&_o(e,u),y&&y(e)):(n(),d&&d(e)),e._leaveCb=null});g?g(x):x()}function x(){C.cancelled||(!t.data.show&&e.parentNode&&((e.parentNode._pending||(e.parentNode._pending={}))[t.key]=t),l&&l(e),m&&(go(e,u),go(e,p),yo(function(){_o(e,u),C.cancelled||(go(e,f),b||(Oo(w)?setTimeout(C,w):mo(e,s,C)))})),v&&v(e,C),m||b||C())}}function Oo(t){return"number"==typeof t&&!isNaN(t)}function So(t){if(o(t))return!1;var n=t.fns;return i(n)?So(Array.isArray(n)?n[0]:n):(t._length||t.length)>1}function To(t,n){!0!==n.data.show&&$o(n)}var Lo=function(t){var n,e,r={},c=t.modules,u=t.nodeOps;for(n=0;n<We.length;++n)for(r[We[n]]=[],e=0;e<c.length;++e)i(c[e][We[n]])&&r[We[n]].push(c[e][We[n]]);function f(t){var n=u.parentNode(t);i(n)&&u.removeChild(n,t)}function p(t,n,e,o,s,c,f){if(i(t.elm)&&i(c)&&(t=c[f]=gt(t)),t.isRootInsert=!s,!function(t,n,e,o){var s=t.data;if(i(s)){var c=i(t.componentInstance)&&s.keepAlive;if(i(s=s.hook)&&i(s=s.init)&&s(t,!1),i(t.componentInstance))return l(t,n),v(e,t.elm,o),a(c)&&function(t,n,e,o){for(var a,s=t;s.componentInstance;)if(s=s.componentInstance._vnode,i(a=s.data)&&i(a=a.transition)){for(a=0;a<r.activate.length;++a)r.activate[a](Ke,s);n.push(s);break}v(e,t.elm,o)}(t,n,e,o),!0}}(t,n,e,o)){var p=t.data,d=t.children,y=t.tag;i(y)?(t.elm=t.ns?u.createElementNS(t.ns,y):u.createElement(y,t),_(t),h(t,d,n),i(p)&&g(t,n),v(e,t.elm,o)):a(t.isComment)?(t.elm=u.createComment(t.text),v(e,t.elm,o)):(t.elm=u.createTextNode(t.text),v(e,t.elm,o))}}function l(t,n){i(t.data.pendingInsert)&&(n.push.apply(n,t.data.pendingInsert),t.data.pendingInsert=null),t.elm=t.componentInstance.$el,y(t)?(g(t,n),_(t)):(Xe(t),n.push(t))}function v(t,n,e){i(t)&&(i(e)?u.parentNode(e)===t&&u.insertBefore(t,n,e):u.appendChild(t,n))}function h(t,n,e){if(Array.isArray(n))for(var r=0;r<n.length;++r)p(n[r],e,t.elm,null,!0,n,r);else s(t.text)&&u.appendChild(t.elm,u.createTextNode(String(t.text)))}function y(t){for(;t.componentInstance;)t=t.componentInstance._vnode;return i(t.tag)}function g(t,e){for(var o=0;o<r.create.length;++o)r.create[o](Ke,t);i(n=t.data.hook)&&(i(n.create)&&n.create(Ke,t),i(n.insert)&&e.push(t))}function _(t){var n;if(i(n=t.fnScopeId))u.setStyleScope(t.elm,n);else for(var e=t;e;)i(n=e.context)&&i(n=n.$options._scopeId)&&u.setStyleScope(t.elm,n),e=e.parent;i(n=bn)&&n!==t.context&&n!==t.fnContext&&i(n=n.$options._scopeId)&&u.setStyleScope(t.elm,n)}function m(t,n,e,r,o,i){for(;r<=o;++r)p(e[r],i,t,n,!1,e,r)}function b(t){var n,e,o=t.data;if(i(o))for(i(n=o.hook)&&i(n=n.destroy)&&n(t),n=0;n<r.destroy.length;++n)r.destroy[n](t);if(i(n=t.children))for(e=0;e<t.children.length;++e)b(t.children[e])}function w(t,n,e,r){for(;e<=r;++e){var o=n[e];i(o)&&(i(o.tag)?(C(o),b(o)):f(o.elm))}}function C(t,n){if(i(n)||i(t.data)){var e,o=r.remove.length+1;for(i(n)?n.listeners+=o:n=function(t,n){function e(){0==--e.listeners&&f(t)}return e.listeners=n,e}(t.elm,o),i(e=t.componentInstance)&&i(e=e._vnode)&&i(e.data)&&C(e,n),e=0;e<r.remove.length;++e)r.remove[e](t,n);i(e=t.data.hook)&&i(e=e.remove)?e(t,n):n()}else f(t.elm)}function x(t,n,e,r){for(var o=e;o<r;o++){var a=n[o];if(i(a)&&Ze(t,a))return o}}function $(t,n,e,s,c,f){if(t!==n){i(n.elm)&&i(s)&&(n=s[c]=gt(n));var l=n.elm=t.elm;if(a(t.isAsyncPlaceholder))i(n.asyncFactory.resolved)?S(t.elm,n,e):n.isAsyncPlaceholder=!0;else if(a(n.isStatic)&&a(t.isStatic)&&n.key===t.key&&(a(n.isCloned)||a(n.isOnce)))n.componentInstance=t.componentInstance;else{var v,h=n.data;i(h)&&i(v=h.hook)&&i(v=v.prepatch)&&v(t,n);var d=t.children,g=n.children;if(i(h)&&y(n)){for(v=0;v<r.update.length;++v)r.update[v](t,n);i(v=h.hook)&&i(v=v.update)&&v(t,n)}o(n.text)?i(d)&&i(g)?d!==g&&function(t,n,e,r,a){for(var s,c,f,l=0,v=0,h=n.length-1,d=n[0],y=n[h],g=e.length-1,_=e[0],b=e[g],C=!a;l<=h&&v<=g;)o(d)?d=n[++l]:o(y)?y=n[--h]:Ze(d,_)?($(d,_,r,e,v),d=n[++l],_=e[++v]):Ze(y,b)?($(y,b,r,e,g),y=n[--h],b=e[--g]):Ze(d,b)?($(d,b,r,e,g),C&&u.insertBefore(t,d.elm,u.nextSibling(y.elm)),d=n[++l],b=e[--g]):Ze(y,_)?($(y,_,r,e,v),C&&u.insertBefore(t,y.elm,d.elm),y=n[--h],_=e[++v]):(o(s)&&(s=Ye(n,l,h)),o(c=i(_.key)?s[_.key]:x(_,n,l,h))?p(_,r,t,d.elm,!1,e,v):Ze(f=n[c],_)?($(f,_,r,e,v),n[c]=void 0,C&&u.insertBefore(t,f.elm,d.elm)):p(_,r,t,d.elm,!1,e,v),_=e[++v]);l>h?m(t,o(e[g+1])?null:e[g+1].elm,e,v,g,r):v>g&&w(0,n,l,h)}(l,d,g,e,f):i(g)?(i(t.text)&&u.setTextContent(l,""),m(l,null,g,0,g.length-1,e)):i(d)?w(0,d,0,d.length-1):i(t.text)&&u.setTextContent(l,""):t.text!==n.text&&u.setTextContent(l,n.text),i(h)&&i(v=h.hook)&&i(v=v.postpatch)&&v(t,n)}}}function A(t,n,e){if(a(e)&&i(t.parent))t.parent.data.pendingInsert=n;else for(var r=0;r<n.length;++r)n[r].data.hook.insert(n[r])}var O=d("attrs,class,staticClass,staticStyle,key");function S(t,n,e,r){var o,s=n.tag,c=n.data,u=n.children;if(r=r||c&&c.pre,n.elm=t,a(n.isComment)&&i(n.asyncFactory))return n.isAsyncPlaceholder=!0,!0;if(i(c)&&(i(o=c.hook)&&i(o=o.init)&&o(n,!0),i(o=n.componentInstance)))return l(n,e),!0;if(i(s)){if(i(u))if(t.hasChildNodes())if(i(o=c)&&i(o=o.domProps)&&i(o=o.innerHTML)){if(o!==t.innerHTML)return!1}else{for(var f=!0,p=t.firstChild,v=0;v<u.length;v++){if(!p||!S(p,u[v],e,r)){f=!1;break}p=p.nextSibling}if(!f||p)return!1}else h(n,u,e);if(i(c)){var d=!1;for(var y in c)if(!O(y)){d=!0,g(n,e);break}!d&&c.class&&tn(c.class)}}else t.data!==n.text&&(t.data=n.text);return!0}return function(t,n,e,s){if(!o(n)){var c,f=!1,l=[];if(o(t))f=!0,p(n,l);else{var v=i(t.nodeType);if(!v&&Ze(t,n))$(t,n,l,null,null,s);else{if(v){if(1===t.nodeType&&t.hasAttribute(M)&&(t.removeAttribute(M),e=!0),a(e)&&S(t,n,l))return A(n,l,!0),t;c=t,t=new vt(u.tagName(c).toLowerCase(),{},[],void 0,c)}var h=t.elm,d=u.parentNode(h);if(p(n,l,h._leaveCb?null:d,u.nextSibling(h)),i(n.parent))for(var g=n.parent,_=y(n);g;){for(var m=0;m<r.destroy.length;++m)r.destroy[m](g);if(g.elm=n.elm,_){for(var C=0;C<r.create.length;++C)r.create[C](Ke,g);var x=g.data.hook.insert;if(x.merged)for(var O=1;O<x.fns.length;O++)x.fns[O]()}else Xe(g);g=g.parent}i(d)?w(0,[t],0,0):i(t.tag)&&b(t)}}return A(n,l,f),n.elm}i(t)&&b(t)}}({nodeOps:Pe,modules:[ar,hr,Br,Hr,no,X?{create:To,activate:To,remove:function(t,n){!0!==t.data.show?Ao(t,n):n()}}:{}].concat(er)});G&&document.addEventListener("selectionchange",function(){var t=document.activeElement;t&&t.vmodel&&Mo(t,"input")});var ko={inserted:function(t,n,e,r){"select"===e.tag?(r.elm&&!r.elm._vOptions?an(e,"postpatch",function(){ko.componentUpdated(t,n,e)}):Io(t,n,e.context),t._vOptions=[].map.call(t.options,Uo)):("textarea"===e.tag||Be(t.type))&&(t._vModifiers=n.modifiers,n.modifiers.lazy||(t.addEventListener("compositionstart",Fo),t.addEventListener("compositionend",Ro),t.addEventListener("change",Ro),G&&(t.vmodel=!0)))},componentUpdated:function(t,n,e){if("select"===e.tag){Io(t,n,e.context);var r=t._vOptions,o=t._vOptions=[].map.call(t.options,Uo);if(o.some(function(t,n){return!U(t,r[n])}))(t.multiple?n.value.some(function(t){return Eo(t,o)}):n.value!==n.oldValue&&Eo(n.value,o))&&Mo(t,"change")}}};function Io(t,n,e){jo(t,n,e),(Y||Q)&&setTimeout(function(){jo(t,n,e)},0)}function jo(t,n,e){var r=n.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=F(r,Uo(a))>-1,a.selected!==i&&(a.selected=i);else if(U(Uo(a),r))return void(t.selectedIndex!==s&&(t.selectedIndex=s));o||(t.selectedIndex=-1)}}function Eo(t,n){return n.every(function(n){return!U(n,t)})}function Uo(t){return"_value"in t?t._value:t.value}function Fo(t){t.target.composing=!0}function Ro(t){t.target.composing&&(t.target.composing=!1,Mo(t.target,"input"))}function Mo(t,n){var e=document.createEvent("HTMLEvents");e.initEvent(n,!0,!0),t.dispatchEvent(e)}function No(t){return!t.componentInstance||t.data&&t.data.transition?t:No(t.componentInstance._vnode)}var Do={model:ko,show:{bind:function(t,n,e){var r=n.value,o=(e=No(e)).data&&e.data.transition,i=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;r&&o?(e.data.show=!0,$o(e,function(){t.style.display=i})):t.style.display=r?i:"none"},update:function(t,n,e){var r=n.value;!r!=!n.oldValue&&((e=No(e)).data&&e.data.transition?(e.data.show=!0,r?$o(e,function(){t.style.display=t.__vOriginalDisplay}):Ao(e,function(){t.style.display="none"})):t.style.display=r?t.__vOriginalDisplay:"none")},unbind:function(t,n,e,r,o){o||(t.style.display=t.__vOriginalDisplay)}}},qo={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 Bo(t){var n=t&&t.componentOptions;return n&&n.Ctor.options.abstract?Bo(ln(n.children)):t}function Jo(t){var n={},e=t.$options;for(var r in e.propsData)n[r]=t[r];var o=e._parentListeners;for(var i in o)n[x(i)]=o[i];return n}function Po(t,n){if(/\d-keep-alive$/.test(n.tag))return t("keep-alive",{props:n.componentOptions.propsData})}var Ho=function(t){return t.tag||pn(t)},Xo=function(t){return"show"===t.name},Ko={name:"transition",props:qo,abstract:!0,render:function(t){var n=this,e=this.$slots.default;if(e&&(e=e.filter(Ho)).length){0;var r=this.mode;0;var o=e[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return o;var i=Bo(o);if(!i)return o;if(this._leaving)return Po(t,o);var a="__transition-"+this._uid+"-";i.key=null==i.key?i.isComment?a+"comment":a+i.tag:s(i.key)?0===String(i.key).indexOf(a)?i.key:a+i.key:i.key;var c=(i.data||(i.data={})).transition=Jo(this),u=this._vnode,f=Bo(u);if(i.data.directives&&i.data.directives.some(Xo)&&(i.data.show=!0),f&&f.data&&!function(t,n){return n.key===t.key&&n.tag===t.tag}(i,f)&&!pn(f)&&(!f.componentInstance||!f.componentInstance._vnode.isComment)){var p=f.data.transition=L({},c);if("out-in"===r)return this._leaving=!0,an(p,"afterLeave",function(){n._leaving=!1,n.$forceUpdate()}),Po(t,o);if("in-out"===r){if(pn(i))return u;var l,v=function(){l()};an(c,"afterEnter",v),an(c,"enterCancelled",v),an(p,"delayLeave",function(t){l=t})}}return o}}},Wo=L({tag:String,moveClass:String},qo);function Zo(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Yo(t){t.data.newPos=t.elm.getBoundingClientRect()}function Go(t){var n=t.data.pos,e=t.data.newPos,r=n.left-e.left,o=n.top-e.top;if(r||o){t.data.moved=!0;var i=t.elm.style;i.transform=i.WebkitTransform="translate("+r+"px,"+o+"px)",i.transitionDuration="0s"}}delete Wo.mode;var Qo={Transition:Ko,TransitionGroup:{props:Wo,beforeMount:function(){var t=this,n=this._update;this._update=function(e,r){var o=wn(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,o(),n.call(t,e,r)}},render:function(t){for(var n=this.tag||this.$vnode.data.tag||"span",e=Object.create(null),r=this.prevChildren=this.children,o=this.$slots.default||[],i=this.children=[],a=Jo(this),s=0;s<o.length;s++){var c=o[s];if(c.tag)if(null!=c.key&&0!==String(c.key).indexOf("__vlist"))i.push(c),e[c.key]=c,(c.data||(c.data={})).transition=a;else;}if(r){for(var u=[],f=[],p=0;p<r.length;p++){var l=r[p];l.data.transition=a,l.data.pos=l.elm.getBoundingClientRect(),e[l.key]?u.push(l):f.push(l)}this.kept=t(n,null,u),this.removed=f}return t(n,null,i)},updated:function(){var t=this.prevChildren,n=this.moveClass||(this.name||"v")+"-move";t.length&&this.hasMove(t[0].elm,n)&&(t.forEach(Zo),t.forEach(Yo),t.forEach(Go),this._reflow=document.body.offsetHeight,t.forEach(function(t){if(t.data.moved){var e=t.elm,r=e.style;go(e,n),r.transform=r.WebkitTransform=r.transitionDuration="",e.addEventListener(po,e._moveCb=function t(r){r&&r.target!==e||r&&!/transform$/.test(r.propertyName)||(e.removeEventListener(po,t),e._moveCb=null,_o(e,n))})}}))},methods:{hasMove:function(t,n){if(!so)return!1;if(this._hasMove)return this._hasMove;var e=t.cloneNode();t._transitionClasses&&t._transitionClasses.forEach(function(t){oo(e,t)}),ro(e,n),e.style.display="none",this.$el.appendChild(e);var r=wo(e);return this.$el.removeChild(e),this._hasMove=r.hasTransform}}}};he.config.mustUseProp=$e,he.config.isReservedTag=Ne,he.config.isReservedAttr=Ce,he.config.getTagNamespace=De,he.config.isUnknownElement=function(t){if(!X)return!0;if(Ne(t))return!1;if(t=t.toLowerCase(),null!=qe[t])return qe[t];var n=document.createElement(t);return t.indexOf("-")>-1?qe[t]=n.constructor===window.HTMLUnknownElement||n.constructor===window.HTMLElement:qe[t]=/HTMLUnknownElement/.test(n.toString())},L(he.options.directives,Do),L(he.options.components,Qo),he.prototype.__patch__=X?Lo:I,he.prototype.$mount=function(t,n){return function(t,n,e){var r;return t.$el=n,t.$options.render||(t.$options.render=dt),$n(t,"beforeMount"),r=function(){t._update(t._render(),e)},new En(t,r,I,{before:function(){t._isMounted&&!t._isDestroyed&&$n(t,"beforeUpdate")}},!0),e=!1,null==t.$vnode&&(t._isMounted=!0,$n(t,"mounted")),t}(this,t=t&&X?Je(t):void 0,n)},X&&setTimeout(function(){q.devtools&&rt&&rt.emit("init",he)},0);var zo=/\{\{((?:.|\r?\n)+?)\}\}/g,Vo=/[-.*+?^${}()|[\]\/\\]/g,ti=w(function(t){var n=t[0].replace(Vo,"\\$&"),e=t[1].replace(Vo,"\\$&");return new RegExp(n+"((?:.|\\n)+?)"+e,"g")});var ni={staticKeys:["staticClass"],transformNode:function(t,n){n.warn;var e=Or(t,"class");e&&(t.staticClass=JSON.stringify(e));var r=Ar(t,"class",!1);r&&(t.classBinding=r)},genData:function(t){var n="";return t.staticClass&&(n+="staticClass:"+t.staticClass+","),t.classBinding&&(n+="class:"+t.classBinding+","),n}};var ei,ri={staticKeys:["staticStyle"],transformNode:function(t,n){n.warn;var e=Or(t,"style");e&&(t.staticStyle=JSON.stringify(Xr(e)));var r=Ar(t,"style",!1);r&&(t.styleBinding=r)},genData:function(t){var n="";return t.staticStyle&&(n+="staticStyle:"+t.staticStyle+","),t.styleBinding&&(n+="style:("+t.styleBinding+"),"),n}},oi=function(t){return(ei=ei||document.createElement("div")).innerHTML=t,ei.textContent},ii=d("area,base,br,col,embed,frame,hr,img,input,isindex,keygen,link,meta,param,source,track,wbr"),ai=d("colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source"),si=d("address,article,aside,base,blockquote,body,caption,col,colgroup,dd,details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,title,tr,track"),ci=/^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,ui="[a-zA-Z_][\\w\\-\\.]*",fi="((?:"+ui+"\\:)?"+ui+")",pi=new RegExp("^<"+fi),li=/^\s*(\/?)>/,vi=new RegExp("^<\\/"+fi+"[^>]*>"),hi=/^<!DOCTYPE [^>]+>/i,di=/^<!\--/,yi=/^<!\[/,gi=d("script,style,textarea",!0),_i={},mi={"&lt;":"<","&gt;":">","&quot;":'"',"&amp;":"&","&#10;":"\n","&#9;":"\t"},bi=/&(?:lt|gt|quot|amp);/g,wi=/&(?:lt|gt|quot|amp|#10|#9);/g,Ci=d("pre,textarea",!0),xi=function(t,n){return t&&Ci(t)&&"\n"===n[0]};function $i(t,n){var e=n?wi:bi;return t.replace(e,function(t){return mi[t]})}var Ai,Oi,Si,Ti,Li,ki,Ii,ji,Ei=/^@|^v-on:/,Ui=/^v-|^@|^:/,Fi=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Ri=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Mi=/^\(|\)$/g,Ni=/:(.*)$/,Di=/^:|^v-bind:/,qi=/\.[^.]+/g,Bi=w(oi);function Ji(t,n,e){return{type:1,tag:t,attrsList:n,attrsMap:Zi(n),parent:e,children:[]}}function Pi(t,n){Ai=n.warn||_r,ki=n.isPreTag||j,Ii=n.mustUseProp||j,ji=n.getTagNamespace||j,Si=mr(n.modules,"transformNode"),Ti=mr(n.modules,"preTransformNode"),Li=mr(n.modules,"postTransformNode"),Oi=n.delimiters;var e,r,o=[],i=!1!==n.preserveWhitespace,a=!1,s=!1;function c(t){t.pre&&(a=!1),ki(t.tag)&&(s=!1);for(var e=0;e<Li.length;e++)Li[e](t,n)}return function(t,n){for(var e,r,o=[],i=n.expectHTML,a=n.isUnaryTag||j,s=n.canBeLeftOpenTag||j,c=0;t;){if(e=t,r&&gi(r)){var u=0,f=r.toLowerCase(),p=_i[f]||(_i[f]=new RegExp("([\\s\\S]*?)(</"+f+"[^>]*>)","i")),l=t.replace(p,function(t,e,r){return u=r.length,gi(f)||"noscript"===f||(e=e.replace(/<!\--([\s\S]*?)-->/g,"$1").replace(/<!\[CDATA\[([\s\S]*?)]]>/g,"$1")),xi(f,e)&&(e=e.slice(1)),n.chars&&n.chars(e),""});c+=t.length-l.length,t=l,O(f,c-u,c)}else{var v=t.indexOf("<");if(0===v){if(di.test(t)){var h=t.indexOf("--\x3e");if(h>=0){n.shouldKeepComment&&n.comment(t.substring(4,h)),x(h+3);continue}}if(yi.test(t)){var d=t.indexOf("]>");if(d>=0){x(d+2);continue}}var y=t.match(hi);if(y){x(y[0].length);continue}var g=t.match(vi);if(g){var _=c;x(g[0].length),O(g[1],_,c);continue}var m=$();if(m){A(m),xi(m.tagName,t)&&x(1);continue}}var b=void 0,w=void 0,C=void 0;if(v>=0){for(w=t.slice(v);!(vi.test(w)||pi.test(w)||di.test(w)||yi.test(w)||(C=w.indexOf("<",1))<0);)v+=C,w=t.slice(v);b=t.substring(0,v),x(v)}v<0&&(b=t,t=""),n.chars&&b&&n.chars(b)}if(t===e){n.chars&&n.chars(t);break}}function x(n){c+=n,t=t.substring(n)}function $(){var n=t.match(pi);if(n){var e,r,o={tagName:n[1],attrs:[],start:c};for(x(n[0].length);!(e=t.match(li))&&(r=t.match(ci));)x(r[0].length),o.attrs.push(r);if(e)return o.unarySlash=e[1],x(e[0].length),o.end=c,o}}function A(t){var e=t.tagName,c=t.unarySlash;i&&("p"===r&&si(e)&&O(r),s(e)&&r===e&&O(e));for(var u=a(e)||!!c,f=t.attrs.length,p=new Array(f),l=0;l<f;l++){var v=t.attrs[l],h=v[3]||v[4]||v[5]||"",d="a"===e&&"href"===v[1]?n.shouldDecodeNewlinesForHref:n.shouldDecodeNewlines;p[l]={name:v[1],value:$i(h,d)}}u||(o.push({tag:e,lowerCasedTag:e.toLowerCase(),attrs:p}),r=e),n.start&&n.start(e,p,u,t.start,t.end)}function O(t,e,i){var a,s;if(null==e&&(e=c),null==i&&(i=c),t)for(s=t.toLowerCase(),a=o.length-1;a>=0&&o[a].lowerCasedTag!==s;a--);else a=0;if(a>=0){for(var u=o.length-1;u>=a;u--)n.end&&n.end(o[u].tag,e,i);o.length=a,r=a&&o[a-1].tag}else"br"===s?n.start&&n.start(t,[],!0,e,i):"p"===s&&(n.start&&n.start(t,[],!1,e,i),n.end&&n.end(t,e,i))}O()}(t,{warn:Ai,expectHTML:n.expectHTML,isUnaryTag:n.isUnaryTag,canBeLeftOpenTag:n.canBeLeftOpenTag,shouldDecodeNewlines:n.shouldDecodeNewlines,shouldDecodeNewlinesForHref:n.shouldDecodeNewlinesForHref,shouldKeepComment:n.comments,start:function(t,i,u){var f=r&&r.ns||ji(t);Y&&"svg"===f&&(i=function(t){for(var n=[],e=0;e<t.length;e++){var r=t[e];Yi.test(r.name)||(r.name=r.name.replace(Gi,""),n.push(r))}return n}(i));var p,l=Ji(t,i,r);f&&(l.ns=f),"style"!==(p=l).tag&&("script"!==p.tag||p.attrsMap.type&&"text/javascript"!==p.attrsMap.type)||et()||(l.forbidden=!0);for(var v=0;v<Ti.length;v++)l=Ti[v](l,n)||l;function h(t){0}if(a||(!function(t){null!=Or(t,"v-pre")&&(t.pre=!0)}(l),l.pre&&(a=!0)),ki(l.tag)&&(s=!0),a?function(t){var n=t.attrsList.length;if(n)for(var e=t.attrs=new Array(n),r=0;r<n;r++)e[r]={name:t.attrsList[r].name,value:JSON.stringify(t.attrsList[r].value)};else t.pre||(t.plain=!0)}(l):l.processed||(Xi(l),function(t){var n=Or(t,"v-if");if(n)t.if=n,Ki(t,{exp:n,block:t});else{null!=Or(t,"v-else")&&(t.else=!0);var e=Or(t,"v-else-if");e&&(t.elseif=e)}}(l),function(t){null!=Or(t,"v-once")&&(t.once=!0)}(l),Hi(l,n)),e?o.length||e.if&&(l.elseif||l.else)&&(h(),Ki(e,{exp:l.elseif,block:l})):(e=l,h()),r&&!l.forbidden)if(l.elseif||l.else)!function(t,n){var e=function(t){var n=t.length;for(;n--;){if(1===t[n].type)return t[n];t.pop()}}(n.children);e&&e.if&&Ki(e,{exp:t.elseif,block:t})}(l,r);else if(l.slotScope){r.plain=!1;var d=l.slotTarget||'"default"';(r.scopedSlots||(r.scopedSlots={}))[d]=l}else r.children.push(l),l.parent=r;u?c(l):(r=l,o.push(l))},end:function(){var t=o[o.length-1],n=t.children[t.children.length-1];n&&3===n.type&&" "===n.text&&!s&&t.children.pop(),o.length-=1,r=o[o.length-1],c(t)},chars:function(t){if(r&&(!Y||"textarea"!==r.tag||r.attrsMap.placeholder!==t)){var n,e,o=r.children;if(t=s||t.trim()?"script"===(n=r).tag||"style"===n.tag?t:Bi(t):i&&o.length?" ":"")!a&&" "!==t&&(e=function(t,n){var e=n?ti(n):zo;if(e.test(t)){for(var r,o,i,a=[],s=[],c=e.lastIndex=0;r=e.exec(t);){(o=r.index)>c&&(s.push(i=t.slice(c,o)),a.push(JSON.stringify(i)));var u=yr(r[1].trim());a.push("_s("+u+")"),s.push({"@binding":u}),c=o+r[0].length}return c<t.length&&(s.push(i=t.slice(c)),a.push(JSON.stringify(i))),{expression:a.join("+"),tokens:s}}}(t,Oi))?o.push({type:2,expression:e.expression,tokens:e.tokens,text:t}):" "===t&&o.length&&" "===o[o.length-1].text||o.push({type:3,text:t})}},comment:function(t){r.children.push({type:3,text:t,isComment:!0})}}),e}function Hi(t,n){var e,r;!function(t){var n=Ar(t,"key");if(n){t.key=n}}(t),t.plain=!t.key&&!t.attrsList.length,(r=Ar(e=t,"ref"))&&(e.ref=r,e.refInFor=function(t){for(var n=t;n;){if(void 0!==n.for)return!0;n=n.parent}return!1}(e)),function(t){if("slot"===t.tag)t.slotName=Ar(t,"name");else{var n;"template"===t.tag?(n=Or(t,"scope"),t.slotScope=n||Or(t,"slot-scope")):(n=Or(t,"slot-scope"))&&(t.slotScope=n);var e=Ar(t,"slot");e&&(t.slotTarget='""'===e?'"default"':e,"template"===t.tag||t.slotScope||wr(t,"slot",e))}}(t),function(t){var n;(n=Ar(t,"is"))&&(t.component=n);null!=Or(t,"inline-template")&&(t.inlineTemplate=!0)}(t);for(var o=0;o<Si.length;o++)t=Si[o](t,n)||t;!function(t){var n,e,r,o,i,a,s,c=t.attrsList;for(n=0,e=c.length;n<e;n++){if(r=o=c[n].name,i=c[n].value,Ui.test(r))if(t.hasBindings=!0,(a=Wi(r))&&(r=r.replace(qi,"")),Di.test(r))r=r.replace(Di,""),i=yr(i),s=!1,a&&(a.prop&&(s=!0,"innerHtml"===(r=x(r))&&(r="innerHTML")),a.camel&&(r=x(r)),a.sync&&$r(t,"update:"+x(r),Tr(i,"$event"))),s||!t.component&&Ii(t.tag,t.attrsMap.type,r)?br(t,r,i):wr(t,r,i);else if(Ei.test(r))r=r.replace(Ei,""),$r(t,r,i,a,!1);else{var u=(r=r.replace(Ui,"")).match(Ni),f=u&&u[1];f&&(r=r.slice(0,-(f.length+1))),xr(t,r,o,i,f,a)}else wr(t,r,JSON.stringify(i)),!t.component&&"muted"===r&&Ii(t.tag,t.attrsMap.type,r)&&br(t,r,"true")}}(t)}function Xi(t){var n;if(n=Or(t,"v-for")){var e=function(t){var n=t.match(Fi);if(!n)return;var e={};e.for=n[2].trim();var r=n[1].trim().replace(Mi,""),o=r.match(Ri);o?(e.alias=r.replace(Ri,"").trim(),e.iterator1=o[1].trim(),o[2]&&(e.iterator2=o[2].trim())):e.alias=r;return e}(n);e&&L(t,e)}}function Ki(t,n){t.ifConditions||(t.ifConditions=[]),t.ifConditions.push(n)}function Wi(t){var n=t.match(qi);if(n){var e={};return n.forEach(function(t){e[t.slice(1)]=!0}),e}}function Zi(t){for(var n={},e=0,r=t.length;e<r;e++)n[t[e].name]=t[e].value;return n}var Yi=/^xmlns:NS\d+/,Gi=/^NS\d+:/;function Qi(t){return Ji(t.tag,t.attrsList.slice(),t.parent)}var zi=[ni,ri,{preTransformNode:function(t,n){if("input"===t.tag){var e,r=t.attrsMap;if(!r["v-model"])return;if((r[":type"]||r["v-bind:type"])&&(e=Ar(t,"type")),r.type||e||!r["v-bind"]||(e="("+r["v-bind"]+").type"),e){var o=Or(t,"v-if",!0),i=o?"&&("+o+")":"",a=null!=Or(t,"v-else",!0),s=Or(t,"v-else-if",!0),c=Qi(t);Xi(c),Cr(c,"type","checkbox"),Hi(c,n),c.processed=!0,c.if="("+e+")==='checkbox'"+i,Ki(c,{exp:c.if,block:c});var u=Qi(t);Or(u,"v-for",!0),Cr(u,"type","radio"),Hi(u,n),Ki(c,{exp:"("+e+")==='radio'"+i,block:u});var f=Qi(t);return Or(f,"v-for",!0),Cr(f,":type",e),Hi(f,n),Ki(c,{exp:o,block:f}),a?c.else=!0:s&&(c.elseif=s),c}}}}];var Vi,ta,na={expectHTML:!0,modules:zi,directives:{model:function(t,n,e){e;var r=n.value,o=n.modifiers,i=t.tag,a=t.attrsMap.type;if(t.component)return Sr(t,r,o),!1;if("select"===i)!function(t,n,e){var r='var $$selectedVal = Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(e&&e.number?"_n(val)":"val")+"});";r=r+" "+Tr(n,"$event.target.multiple ? $$selectedVal : $$selectedVal[0]"),$r(t,"change",r,null,!0)}(t,r,o);else if("input"===i&&"checkbox"===a)!function(t,n,e){var r=e&&e.number,o=Ar(t,"value")||"null",i=Ar(t,"true-value")||"true",a=Ar(t,"false-value")||"false";br(t,"checked","Array.isArray("+n+")?_i("+n+","+o+")>-1"+("true"===i?":("+n+")":":_q("+n+","+i+")")),$r(t,"change","var $$a="+n+",$$el=$event.target,$$c=$$el.checked?("+i+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+o+")":o)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+Tr(n,"$$a.concat([$$v])")+")}else{$$i>-1&&("+Tr(n,"$$a.slice(0,$$i).concat($$a.slice($$i+1))")+")}}else{"+Tr(n,"$$c")+"}",null,!0)}(t,r,o);else if("input"===i&&"radio"===a)!function(t,n,e){var r=e&&e.number,o=Ar(t,"value")||"null";br(t,"checked","_q("+n+","+(o=r?"_n("+o+")":o)+")"),$r(t,"change",Tr(n,o),null,!0)}(t,r,o);else if("input"===i||"textarea"===i)!function(t,n,e){var r=t.attrsMap.type,o=e||{},i=o.lazy,a=o.number,s=o.trim,c=!i&&"range"!==r,u=i?"change":"range"===r?Fr:"input",f="$event.target.value";s&&(f="$event.target.value.trim()"),a&&(f="_n("+f+")");var p=Tr(n,f);c&&(p="if($event.target.composing)return;"+p),br(t,"value","("+n+")"),$r(t,u,p,null,!0),(s||a)&&$r(t,"blur","$forceUpdate()")}(t,r,o);else if(!q.isReservedTag(i))return Sr(t,r,o),!1;return!0},text:function(t,n){n.value&&br(t,"textContent","_s("+n.value+")")},html:function(t,n){n.value&&br(t,"innerHTML","_s("+n.value+")")}},isPreTag:function(t){return"pre"===t},isUnaryTag:ii,mustUseProp:$e,canBeLeftOpenTag:ai,isReservedTag:Ne,getTagNamespace:De,staticKeys:function(t){return t.reduce(function(t,n){return t.concat(n.staticKeys||[])},[]).join(",")}(zi)},ea=w(function(t){return d("type,tag,attrsList,attrsMap,plain,parent,children,attrs"+(t?","+t:""))});function ra(t,n){t&&(Vi=ea(n.staticKeys||""),ta=n.isReservedTag||j,function t(n){n.static=function(t){if(2===t.type)return!1;if(3===t.type)return!0;return!(!t.pre&&(t.hasBindings||t.if||t.for||y(t.tag)||!ta(t.tag)||function(t){for(;t.parent;){if("template"!==(t=t.parent).tag)return!1;if(t.for)return!0}return!1}(t)||!Object.keys(t).every(Vi)))}(n);if(1===n.type){if(!ta(n.tag)&&"slot"!==n.tag&&null==n.attrsMap["inline-template"])return;for(var e=0,r=n.children.length;e<r;e++){var o=n.children[e];t(o),o.static||(n.static=!1)}if(n.ifConditions)for(var i=1,a=n.ifConditions.length;i<a;i++){var s=n.ifConditions[i].block;t(s),s.static||(n.static=!1)}}}(t),function t(n,e){if(1===n.type){if((n.static||n.once)&&(n.staticInFor=e),n.static&&n.children.length&&(1!==n.children.length||3!==n.children[0].type))return void(n.staticRoot=!0);if(n.staticRoot=!1,n.children)for(var r=0,o=n.children.length;r<o;r++)t(n.children[r],e||!!n.for);if(n.ifConditions)for(var i=1,a=n.ifConditions.length;i<a;i++)t(n.ifConditions[i].block,e)}}(t,!1))}var oa=/^([\w$_]+|\([^)]*?\))\s*=>|^function\s*\(/,ia=/^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/,aa={esc:27,tab:9,enter:13,space:32,up:38,left:37,right:39,down:40,delete:[8,46]},sa={esc:["Esc","Escape"],tab:"Tab",enter:"Enter",space:[" ","Spacebar"],up:["Up","ArrowUp"],left:["Left","ArrowLeft"],right:["Right","ArrowRight"],down:["Down","ArrowDown"],delete:["Backspace","Delete","Del"]},ca=function(t){return"if("+t+")return null;"},ua={stop:"$event.stopPropagation();",prevent:"$event.preventDefault();",self:ca("$event.target !== $event.currentTarget"),ctrl:ca("!$event.ctrlKey"),shift:ca("!$event.shiftKey"),alt:ca("!$event.altKey"),meta:ca("!$event.metaKey"),left:ca("'button' in $event && $event.button !== 0"),middle:ca("'button' in $event && $event.button !== 1"),right:ca("'button' in $event && $event.button !== 2")};function fa(t,n){var e=n?"nativeOn:{":"on:{";for(var r in t)e+='"'+r+'":'+pa(r,t[r])+",";return e.slice(0,-1)+"}"}function pa(t,n){if(!n)return"function(){}";if(Array.isArray(n))return"["+n.map(function(n){return pa(t,n)}).join(",")+"]";var e=ia.test(n.value),r=oa.test(n.value);if(n.modifiers){var o="",i="",a=[];for(var s in n.modifiers)if(ua[s])i+=ua[s],aa[s]&&a.push(s);else if("exact"===s){var c=n.modifiers;i+=ca(["ctrl","shift","alt","meta"].filter(function(t){return!c[t]}).map(function(t){return"$event."+t+"Key"}).join("||"))}else a.push(s);return a.length&&(o+=function(t){return"if(!('button' in $event)&&"+t.map(la).join("&&")+")return null;"}(a)),i&&(o+=i),"function($event){"+o+(e?"return "+n.value+"($event)":r?"return ("+n.value+")($event)":n.value)+"}"}return e||r?n.value:"function($event){"+n.value+"}"}function la(t){var n=parseInt(t,10);if(n)return"$event.keyCode!=="+n;var e=aa[t],r=sa[t];return"_k($event.keyCode,"+JSON.stringify(t)+","+JSON.stringify(e)+",$event.key,"+JSON.stringify(r)+")"}var va={on:function(t,n){t.wrapListeners=function(t){return"_g("+t+","+n.value+")"}},bind:function(t,n){t.wrapData=function(e){return"_b("+e+",'"+t.tag+"',"+n.value+","+(n.modifiers&&n.modifiers.prop?"true":"false")+(n.modifiers&&n.modifiers.sync?",true":"")+")"}},cloak:I},ha=function(t){this.options=t,this.warn=t.warn||_r,this.transforms=mr(t.modules,"transformCode"),this.dataGenFns=mr(t.modules,"genData"),this.directives=L(L({},va),t.directives);var n=t.isReservedTag||j;this.maybeComponent=function(t){return!(n(t.tag)&&!t.component)},this.onceId=0,this.staticRenderFns=[],this.pre=!1};function da(t,n){var e=new ha(n);return{render:"with(this){return "+(t?ya(t,e):'_c("div")')+"}",staticRenderFns:e.staticRenderFns}}function ya(t,n){if(t.parent&&(t.pre=t.pre||t.parent.pre),t.staticRoot&&!t.staticProcessed)return ga(t,n);if(t.once&&!t.onceProcessed)return _a(t,n);if(t.for&&!t.forProcessed)return function(t,n,e,r){var o=t.for,i=t.alias,a=t.iterator1?","+t.iterator1:"",s=t.iterator2?","+t.iterator2:"";0;return t.forProcessed=!0,(r||"_l")+"(("+o+"),function("+i+a+s+"){return "+(e||ya)(t,n)+"})"}(t,n);if(t.if&&!t.ifProcessed)return ma(t,n);if("template"!==t.tag||t.slotTarget||n.pre){if("slot"===t.tag)return function(t,n){var e=t.slotName||'"default"',r=Ca(t,n),o="_t("+e+(r?","+r:""),i=t.attrs&&"{"+t.attrs.map(function(t){return x(t.name)+":"+t.value}).join(",")+"}",a=t.attrsMap["v-bind"];!i&&!a||r||(o+=",null");i&&(o+=","+i);a&&(o+=(i?"":",null")+","+a);return o+")"}(t,n);var e;if(t.component)e=function(t,n,e){var r=n.inlineTemplate?null:Ca(n,e,!0);return"_c("+t+","+ba(n,e)+(r?","+r:"")+")"}(t.component,t,n);else{var r;(!t.plain||t.pre&&n.maybeComponent(t))&&(r=ba(t,n));var o=t.inlineTemplate?null:Ca(t,n,!0);e="_c('"+t.tag+"'"+(r?","+r:"")+(o?","+o:"")+")"}for(var i=0;i<n.transforms.length;i++)e=n.transforms[i](t,e);return e}return Ca(t,n)||"void 0"}function ga(t,n){t.staticProcessed=!0;var e=n.pre;return t.pre&&(n.pre=t.pre),n.staticRenderFns.push("with(this){return "+ya(t,n)+"}"),n.pre=e,"_m("+(n.staticRenderFns.length-1)+(t.staticInFor?",true":"")+")"}function _a(t,n){if(t.onceProcessed=!0,t.if&&!t.ifProcessed)return ma(t,n);if(t.staticInFor){for(var e="",r=t.parent;r;){if(r.for){e=r.key;break}r=r.parent}return e?"_o("+ya(t,n)+","+n.onceId+++","+e+")":ya(t,n)}return ga(t,n)}function ma(t,n,e,r){return t.ifProcessed=!0,function t(n,e,r,o){if(!n.length)return o||"_e()";var i=n.shift();return i.exp?"("+i.exp+")?"+a(i.block)+":"+t(n,e,r,o):""+a(i.block);function a(t){return r?r(t,e):t.once?_a(t,e):ya(t,e)}}(t.ifConditions.slice(),n,e,r)}function ba(t,n){var e="{",r=function(t,n){var e=t.directives;if(!e)return;var r,o,i,a,s="directives:[",c=!1;for(r=0,o=e.length;r<o;r++){i=e[r],a=!0;var u=n.directives[i.name];u&&(a=!!u(t,i,n.warn)),a&&(c=!0,s+='{name:"'+i.name+'",rawName:"'+i.rawName+'"'+(i.value?",value:("+i.value+"),expression:"+JSON.stringify(i.value):"")+(i.arg?',arg:"'+i.arg+'"':"")+(i.modifiers?",modifiers:"+JSON.stringify(i.modifiers):"")+"},")}if(c)return s.slice(0,-1)+"]"}(t,n);r&&(e+=r+","),t.key&&(e+="key:"+t.key+","),t.ref&&(e+="ref:"+t.ref+","),t.refInFor&&(e+="refInFor:true,"),t.pre&&(e+="pre:true,"),t.component&&(e+='tag:"'+t.tag+'",');for(var o=0;o<n.dataGenFns.length;o++)e+=n.dataGenFns[o](t);if(t.attrs&&(e+="attrs:{"+Aa(t.attrs)+"},"),t.props&&(e+="domProps:{"+Aa(t.props)+"},"),t.events&&(e+=fa(t.events,!1)+","),t.nativeEvents&&(e+=fa(t.nativeEvents,!0)+","),t.slotTarget&&!t.slotScope&&(e+="slot:"+t.slotTarget+","),t.scopedSlots&&(e+=function(t,n){return"scopedSlots:_u(["+Object.keys(t).map(function(e){return wa(e,t[e],n)}).join(",")+"])"}(t.scopedSlots,n)+","),t.model&&(e+="model:{value:"+t.model.value+",callback:"+t.model.callback+",expression:"+t.model.expression+"},"),t.inlineTemplate){var i=function(t,n){var e=t.children[0];0;if(1===e.type){var r=da(e,n.options);return"inlineTemplate:{render:function(){"+r.render+"},staticRenderFns:["+r.staticRenderFns.map(function(t){return"function(){"+t+"}"}).join(",")+"]}"}}(t,n);i&&(e+=i+",")}return e=e.replace(/,$/,"")+"}",t.wrapData&&(e=t.wrapData(e)),t.wrapListeners&&(e=t.wrapListeners(e)),e}function wa(t,n,e){return n.for&&!n.forProcessed?function(t,n,e){var r=n.for,o=n.alias,i=n.iterator1?","+n.iterator1:"",a=n.iterator2?","+n.iterator2:"";return n.forProcessed=!0,"_l(("+r+"),function("+o+i+a+"){return "+wa(t,n,e)+"})"}(t,n,e):"{key:"+t+",fn:"+("function("+String(n.slotScope)+"){return "+("template"===n.tag?n.if?"("+n.if+")?"+(Ca(n,e)||"undefined")+":undefined":Ca(n,e)||"undefined":ya(n,e))+"}")+"}"}function Ca(t,n,e,r,o){var i=t.children;if(i.length){var a=i[0];if(1===i.length&&a.for&&"template"!==a.tag&&"slot"!==a.tag){var s=e?n.maybeComponent(a)?",1":",0":"";return""+(r||ya)(a,n)+s}var c=e?function(t,n){for(var e=0,r=0;r<t.length;r++){var o=t[r];if(1===o.type){if(xa(o)||o.ifConditions&&o.ifConditions.some(function(t){return xa(t.block)})){e=2;break}(n(o)||o.ifConditions&&o.ifConditions.some(function(t){return n(t.block)}))&&(e=1)}}return e}(i,n.maybeComponent):0,u=o||$a;return"["+i.map(function(t){return u(t,n)}).join(",")+"]"+(c?","+c:"")}}function xa(t){return void 0!==t.for||"template"===t.tag||"slot"===t.tag}function $a(t,n){return 1===t.type?ya(t,n):3===t.type&&t.isComment?(r=t,"_e("+JSON.stringify(r.text)+")"):"_v("+(2===(e=t).type?e.expression:Oa(JSON.stringify(e.text)))+")";var e,r}function Aa(t){for(var n="",e=0;e<t.length;e++){var r=t[e];n+='"'+r.name+'":'+Oa(r.value)+","}return n.slice(0,-1)}function Oa(t){return t.replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}new RegExp("\\b"+"do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,super,throw,while,yield,delete,export,import,return,switch,default,extends,finally,continue,debugger,function,arguments".split(",").join("\\b|\\b")+"\\b"),new RegExp("\\b"+"delete,typeof,void".split(",").join("\\s*\\([^\\)]*\\)|\\b")+"\\s*\\([^\\)]*\\)");function Sa(t,n){try{return new Function(t)}catch(e){return n.push({err:e,code:t}),I}}function Ta(t){var n=Object.create(null);return function(e,r,o){(r=L({},r)).warn;delete r.warn;var i=r.delimiters?String(r.delimiters)+e:e;if(n[i])return n[i];var a=t(e,r);var s={},c=[];return s.render=Sa(a.render,c),s.staticRenderFns=a.staticRenderFns.map(function(t){return Sa(t,c)}),n[i]=s}}var La,ka,Ia=(La=function(t,n){var e=Pi(t.trim(),n);!1!==n.optimize&&ra(e,n);var r=da(e,n);return{ast:e,render:r.render,staticRenderFns:r.staticRenderFns}},function(t){function n(n,e){var r=Object.create(t),o=[],i=[];if(r.warn=function(t,n){(n?i:o).push(t)},e)for(var a in e.modules&&(r.modules=(t.modules||[]).concat(e.modules)),e.directives&&(r.directives=L(Object.create(t.directives||null),e.directives)),e)"modules"!==a&&"directives"!==a&&(r[a]=e[a]);var s=La(n,r);return s.errors=o,s.tips=i,s}return{compile:n,compileToFunctions:Ta(n)}})(na),ja=(Ia.compile,Ia.compileToFunctions);function Ea(t){return(ka=ka||document.createElement("div")).innerHTML=t?'<a href="\n"/>':'<div a="\n"/>',ka.innerHTML.indexOf("&#10;")>0}var Ua=!!X&&Ea(!1),Fa=!!X&&Ea(!0),Ra=w(function(t){var n=Je(t);return n&&n.innerHTML}),Ma=he.prototype.$mount;he.prototype.$mount=function(t,n){if((t=t&&Je(t))===document.body||t===document.documentElement)return this;var e=this.$options;if(!e.render){var r=e.template;if(r)if("string"==typeof r)"#"===r.charAt(0)&&(r=Ra(r));else{if(!r.nodeType)return this;r=r.innerHTML}else t&&(r=function(t){if(t.outerHTML)return t.outerHTML;var n=document.createElement("div");return n.appendChild(t.cloneNode(!0)),n.innerHTML}(t));if(r){0;var o=ja(r,{shouldDecodeNewlines:Ua,shouldDecodeNewlinesForHref:Fa,delimiters:e.delimiters,comments:e.comments},this),i=o.render,a=o.staticRenderFns;e.render=i,e.staticRenderFns=a}}return Ma.call(this,t,n)},he.compile=ja,n.a=he}).call(this,e(5),e(34).setImmediate)},function(t,n,e){var r=e(32);"string"==typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);(0,e(37).default)("a32ad72a",r,!1,{})},function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0});var r=e(12).default.create({headers:{requesttoken:OC.requestToken}});n.default=r},function(t,n,e){"use strict";(function(n){var r=e(0),o=e(16),i={"Content-Type":"application/x-www-form-urlencoded"};function a(t,n){!r.isUndefined(t)&&r.isUndefined(t["Content-Type"])&&(t["Content-Type"]=n)}var s,c={adapter:("undefined"!=typeof XMLHttpRequest?s=e(8):void 0!==n&&(s=e(8)),s),transformRequest:[function(t,n){return o(n,"Content-Type"),r.isFormData(t)||r.isArrayBuffer(t)||r.isBuffer(t)||r.isStream(t)||r.isFile(t)||r.isBlob(t)?t:r.isArrayBufferView(t)?t.buffer:r.isURLSearchParams(t)?(a(n,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):r.isObject(t)?(a(n,"application/json;charset=utf-8"),JSON.stringify(t)):t}],transformResponse:[function(t){if("string"==typeof t)try{t=JSON.parse(t)}catch(t){}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(t){return t>=200&&t<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},r.forEach(["delete","get","head"],function(t){c.headers[t]={}}),r.forEach(["post","put","patch"],function(t){c.headers[t]=r.merge(i)}),t.exports=c}).call(this,e(7))},function(t,n){var e;e=function(){return this}();try{e=e||new Function("return this")()}catch(t){"object"==typeof window&&(e=window)}t.exports=e},function(t,n,e){"use strict";t.exports=function(t,n){return function(){for(var e=new Array(arguments.length),r=0;r<e.length;r++)e[r]=arguments[r];return t.apply(n,e)}}},function(t,n){var e,r,o=t.exports={};function i(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!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:i}catch(t){e=i}try{r="function"==typeof clearTimeout?clearTimeout:a}catch(t){r=a}}();var c,u=[],f=!1,p=-1;function l(){f&&c&&(f=!1,c.length?u=c.concat(u):p=-1,u.length&&v())}function v(){if(!f){var t=s(l);f=!0;for(var n=u.length;n;){for(c=u,u=[];++p<n;)c&&c[p].run();p=-1,n=u.length}c=null,f=!1,function(t){if(r===clearTimeout)return clearTimeout(t);if((r===a||!r)&&clearTimeout)return r=clearTimeout,clearTimeout(t);try{r(t)}catch(n){try{return r.call(null,t)}catch(n){return r.call(this,t)}}}(t)}}function h(t,n){this.fun=t,this.array=n}function d(){}o.nextTick=function(t){var n=new Array(arguments.length-1);if(arguments.length>1)for(var e=1;e<arguments.length;e++)n[e-1]=arguments[e];u.push(new h(t,n)),1!==u.length||f||s(v)},h.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=d,o.addListener=d,o.once=d,o.off=d,o.removeListener=d,o.removeAllListeners=d,o.emit=d,o.prependListener=d,o.prependOnceListener=d,o.listeners=function(t){return[]},o.binding=function(t){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(t){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(t,n,e){"use strict";var r=e(0),o=e(17),i=e(19),a=e(20),s=e(21),c=e(9),u="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||e(22);t.exports=function(t){return new Promise(function(n,f){var p=t.data,l=t.headers;r.isFormData(p)&&delete l["Content-Type"];var v=new XMLHttpRequest,h="onreadystatechange",d=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in v||s(t.url)||(v=new window.XDomainRequest,h="onload",d=!0,v.onprogress=function(){},v.ontimeout=function(){}),t.auth){var y=t.auth.username||"",g=t.auth.password||"";l.Authorization="Basic "+u(y+":"+g)}if(v.open(t.method.toUpperCase(),i(t.url,t.params,t.paramsSerializer),!0),v.timeout=t.timeout,v[h]=function(){if(v&&(4===v.readyState||d)&&(0!==v.status||v.responseURL&&0===v.responseURL.indexOf("file:"))){var e="getAllResponseHeaders"in v?a(v.getAllResponseHeaders()):null,r={data:t.responseType&&"text"!==t.responseType?v.response:v.responseText,status:1223===v.status?204:v.status,statusText:1223===v.status?"No Content":v.statusText,headers:e,config:t,request:v};o(n,f,r),v=null}},v.onerror=function(){f(c("Network Error",t,null,v)),v=null},v.ontimeout=function(){f(c("timeout of "+t.timeout+"ms exceeded",t,"ECONNABORTED",v)),v=null},r.isStandardBrowserEnv()){var _=e(23),m=(t.withCredentials||s(t.url))&&t.xsrfCookieName?_.read(t.xsrfCookieName):void 0;m&&(l[t.xsrfHeaderName]=m)}if("setRequestHeader"in v&&r.forEach(l,function(t,n){void 0===p&&"content-type"===n.toLowerCase()?delete l[n]:v.setRequestHeader(n,t)}),t.withCredentials&&(v.withCredentials=!0),t.responseType)try{v.responseType=t.responseType}catch(n){if("json"!==t.responseType)throw n}"function"==typeof t.onDownloadProgress&&v.addEventListener("progress",t.onDownloadProgress),"function"==typeof t.onUploadProgress&&v.upload&&v.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(t){v&&(v.abort(),f(t),v=null)}),void 0===p&&(p=null),v.send(p)})}},function(t,n,e){"use strict";var r=e(18);t.exports=function(t,n,e,o,i){var a=new Error(t);return r(a,n,e,o,i)}},function(t,n,e){"use strict";t.exports=function(t){return!(!t||!t.__CANCEL__)}},function(t,n,e){"use strict";function r(t){this.message=t}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,t.exports=r},function(t,n,e){t.exports=e(13)},function(t,n,e){"use strict";var r=e(0),o=e(6),i=e(15),a=e(4);function s(t){var n=new i(t),e=o(i.prototype.request,n);return r.extend(e,i.prototype,n),r.extend(e,n),e}var c=s(a);c.Axios=i,c.create=function(t){return s(r.merge(a,t))},c.Cancel=e(11),c.CancelToken=e(29),c.isCancel=e(10),c.all=function(t){return Promise.all(t)},c.spread=e(30),t.exports=c,t.exports.default=c},function(t,n){function e(t){return!!t.constructor&&"function"==typeof t.constructor.isBuffer&&t.constructor.isBuffer(t)}
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
t.exports=function(t){return null!=t&&(e(t)||function(t){return"function"==typeof t.readFloatLE&&"function"==typeof t.slice&&e(t.slice(0,0))}(t)||!!t._isBuffer)}},function(t,n,e){"use strict";var r=e(4),o=e(0),i=e(24),a=e(25);function s(t){this.defaults=t,this.interceptors={request:new i,response:new i}}s.prototype.request=function(t){"string"==typeof t&&(t=o.merge({url:arguments[0]},arguments[1])),(t=o.merge(r,{method:"get"},this.defaults,t)).method=t.method.toLowerCase();var n=[a,void 0],e=Promise.resolve(t);for(this.interceptors.request.forEach(function(t){n.unshift(t.fulfilled,t.rejected)}),this.interceptors.response.forEach(function(t){n.push(t.fulfilled,t.rejected)});n.length;)e=e.then(n.shift(),n.shift());return e},o.forEach(["delete","get","head","options"],function(t){s.prototype[t]=function(n,e){return this.request(o.merge(e||{},{method:t,url:n}))}}),o.forEach(["post","put","patch"],function(t){s.prototype[t]=function(n,e,r){return this.request(o.merge(r||{},{method:t,url:n,data:e}))}}),t.exports=s},function(t,n,e){"use strict";var r=e(0);t.exports=function(t,n){r.forEach(t,function(e,r){r!==n&&r.toUpperCase()===n.toUpperCase()&&(t[n]=e,delete t[r])})}},function(t,n,e){"use strict";var r=e(9);t.exports=function(t,n,e){var o=e.config.validateStatus;e.status&&o&&!o(e.status)?n(r("Request failed with status code "+e.status,e.config,null,e.request,e)):t(e)}},function(t,n,e){"use strict";t.exports=function(t,n,e,r,o){return t.config=n,e&&(t.code=e),t.request=r,t.response=o,t}},function(t,n,e){"use strict";var r=e(0);function o(t){return encodeURIComponent(t).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}t.exports=function(t,n,e){if(!n)return t;var i;if(e)i=e(n);else if(r.isURLSearchParams(n))i=n.toString();else{var a=[];r.forEach(n,function(t,n){null!=t&&(r.isArray(t)?n+="[]":t=[t],r.forEach(t,function(t){r.isDate(t)?t=t.toISOString():r.isObject(t)&&(t=JSON.stringify(t)),a.push(o(n)+"="+o(t))}))}),i=a.join("&")}return i&&(t+=(-1===t.indexOf("?")?"?":"&")+i),t}},function(t,n,e){"use strict";var r=e(0),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];t.exports=function(t){var n,e,i,a={};return t?(r.forEach(t.split("\n"),function(t){if(i=t.indexOf(":"),n=r.trim(t.substr(0,i)).toLowerCase(),e=r.trim(t.substr(i+1)),n){if(a[n]&&o.indexOf(n)>=0)return;a[n]="set-cookie"===n?(a[n]?a[n]:[]).concat([e]):a[n]?a[n]+", "+e:e}}),a):a}},function(t,n,e){"use strict";var r=e(0);t.exports=r.isStandardBrowserEnv()?function(){var t,n=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");function o(t){var r=t;return n&&(e.setAttribute("href",r),r=e.href),e.setAttribute("href",r),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:"/"===e.pathname.charAt(0)?e.pathname:"/"+e.pathname}}return t=o(window.location.href),function(n){var e=r.isString(n)?o(n):n;return e.protocol===t.protocol&&e.host===t.host}}():function(){return!0}},function(t,n,e){"use strict";var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function o(){this.message="String contains an invalid character"}o.prototype=new Error,o.prototype.code=5,o.prototype.name="InvalidCharacterError",t.exports=function(t){for(var n,e,i=String(t),a="",s=0,c=r;i.charAt(0|s)||(c="=",s%1);a+=c.charAt(63&n>>8-s%1*8)){if((e=i.charCodeAt(s+=.75))>255)throw new o;n=n<<8|e}return a}},function(t,n,e){"use strict";var r=e(0);t.exports=r.isStandardBrowserEnv()?{write:function(t,n,e,o,i,a){var s=[];s.push(t+"="+encodeURIComponent(n)),r.isNumber(e)&&s.push("expires="+new Date(e).toGMTString()),r.isString(o)&&s.push("path="+o),r.isString(i)&&s.push("domain="+i),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(t){var n=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}}},function(t,n,e){"use strict";var r=e(0);function o(){this.handlers=[]}o.prototype.use=function(t,n){return this.handlers.push({fulfilled:t,rejected:n}),this.handlers.length-1},o.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},o.prototype.forEach=function(t){r.forEach(this.handlers,function(n){null!==n&&t(n)})},t.exports=o},function(t,n,e){"use strict";var r=e(0),o=e(26),i=e(10),a=e(4),s=e(27),c=e(28);function u(t){t.cancelToken&&t.cancelToken.throwIfRequested()}t.exports=function(t){return u(t),t.baseURL&&!s(t.url)&&(t.url=c(t.baseURL,t.url)),t.headers=t.headers||{},t.data=o(t.data,t.headers,t.transformRequest),t.headers=r.merge(t.headers.common||{},t.headers[t.method]||{},t.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],function(n){delete t.headers[n]}),(t.adapter||a.adapter)(t).then(function(n){return u(t),n.data=o(n.data,n.headers,t.transformResponse),n},function(n){return i(n)||(u(t),n&&n.response&&(n.response.data=o(n.response.data,n.response.headers,t.transformResponse))),Promise.reject(n)})}},function(t,n,e){"use strict";var r=e(0);t.exports=function(t,n,e){return r.forEach(e,function(e){t=e(t,n)}),t}},function(t,n,e){"use strict";t.exports=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)}},function(t,n,e){"use strict";t.exports=function(t,n){return n?t.replace(/\/+$/,"")+"/"+n.replace(/^\/+/,""):t}},function(t,n,e){"use strict";var r=e(11);function o(t){if("function"!=typeof t)throw new TypeError("executor must be a function.");var n;this.promise=new Promise(function(t){n=t});var e=this;t(function(t){e.reason||(e.reason=new r(t),n(e.reason))})}o.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},o.source=function(){var t;return{token:new o(function(n){t=n}),cancel:t}},t.exports=o},function(t,n,e){"use strict";t.exports=function(t){return function(n){return t.apply(null,n)}}},function(t,n,e){"use strict";var r=e(2);e.n(r).a},function(t,n,e){(t.exports=e(33)(!1)).push([t.i,"\n.icon-toggle[data-v-76c9f16a],\n.icon-delete[data-v-76c9f16a] {\n\tdisplay: inline-block;\n\twidth: 16px;\n\theight: 16px;\n\tpadding: 10px;\n\tvertical-align: middle;\n}\ntd code[data-v-76c9f16a] {\n\tdisplay: inline-block;\n\tvertical-align: middle;\n\tpadding: 3px;\n}\n",""])},function(t,n,e){"use strict";t.exports=function(t){var n=[];return n.toString=function(){return this.map(function(n){var e=function(t,n){var e=t[1]||"",r=t[3];if(!r)return e;if(n&&"function"==typeof btoa){var o=(a=r,"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(a))))+" */"),i=r.sources.map(function(t){return"/*# sourceURL="+r.sourceRoot+t+" */"});return[e].concat(i).concat([o]).join("\n")}var a;return[e].join("\n")}(n,t);return n[2]?"@media "+n[2]+"{"+e+"}":e}).join("")},n.i=function(t,e){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o<this.length;o++){var i=this[o][0];null!=i&&(r[i]=!0)}for(o=0;o<t.length;o++){var a=t[o];null!=a[0]&&r[a[0]]||(e&&!a[2]?a[2]=e:e&&(a[2]="("+a[2]+") and ("+e+")"),n.push(a))}},n}},function(t,n,e){(function(t){var r=void 0!==t&&t||"undefined"!=typeof self&&self||window,o=Function.prototype.apply;function i(t,n){this._id=t,this._clearFn=n}n.setTimeout=function(){return new i(o.call(setTimeout,r,arguments),clearTimeout)},n.setInterval=function(){return new i(o.call(setInterval,r,arguments),clearInterval)},n.clearTimeout=n.clearInterval=function(t){t&&t.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(r,this._id)},n.enroll=function(t,n){clearTimeout(t._idleTimeoutId),t._idleTimeout=n},n.unenroll=function(t){clearTimeout(t._idleTimeoutId),t._idleTimeout=-1},n._unrefActive=n.active=function(t){clearTimeout(t._idleTimeoutId);var n=t._idleTimeout;n>=0&&(t._idleTimeoutId=setTimeout(function(){t._onTimeout&&t._onTimeout()},n))},e(35),n.setImmediate="undefined"!=typeof self&&self.setImmediate||void 0!==t&&t.setImmediate||this&&this.setImmediate,n.clearImmediate="undefined"!=typeof self&&self.clearImmediate||void 0!==t&&t.clearImmediate||this&&this.clearImmediate}).call(this,e(5))},function(t,n,e){(function(t,n){!function(t,e){"use strict";if(!t.setImmediate){var r,o,i,a,s,c=1,u={},f=!1,p=t.document,l=Object.getPrototypeOf&&Object.getPrototypeOf(t);l=l&&l.setTimeout?l:t,"[object process]"==={}.toString.call(t.process)?r=function(t){n.nextTick(function(){h(t)})}:!function(){if(t.postMessage&&!t.importScripts){var n=!0,e=t.onmessage;return t.onmessage=function(){n=!1},t.postMessage("","*"),t.onmessage=e,n}}()?t.MessageChannel?((i=new MessageChannel).port1.onmessage=function(t){h(t.data)},r=function(t){i.port2.postMessage(t)}):p&&"onreadystatechange"in p.createElement("script")?(o=p.documentElement,r=function(t){var n=p.createElement("script");n.onreadystatechange=function(){h(t),n.onreadystatechange=null,o.removeChild(n),n=null},o.appendChild(n)}):r=function(t){setTimeout(h,0,t)}:(a="setImmediate$"+Math.random()+"$",s=function(n){n.source===t&&"string"==typeof n.data&&0===n.data.indexOf(a)&&h(+n.data.slice(a.length))},t.addEventListener?t.addEventListener("message",s,!1):t.attachEvent("onmessage",s),r=function(n){t.postMessage(a+n,"*")}),l.setImmediate=function(t){"function"!=typeof t&&(t=new Function(""+t));for(var n=new Array(arguments.length-1),e=0;e<n.length;e++)n[e]=arguments[e+1];var o={callback:t,args:n};return u[c]=o,r(c),c++},l.clearImmediate=v}function v(t){delete u[t]}function h(t){if(f)setTimeout(h,0,t);else{var n=u[t];if(n){f=!0;try{!function(t){var n=t.callback,r=t.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(e,r)}}(n)}finally{v(t),f=!1}}}}}("undefined"==typeof self?void 0===t?this:t:self)}).call(this,e(5),e(7))},function(n,e,r){"use strict";r.r(e);var o=r(1),i=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"section",attrs:{id:"oauth2"}},[e("h2",[t._v(t._s(t.t("oauth2","OAuth 2.0 clients")))]),t._v(" "),e("p",{staticClass:"settings-hint"},[t._v(t._s(t.t("oauth2","OAuth 2.0 allows external services to request access to {instanceName}.",{instanceName:t.oc_defaults.name})))]),t._v(" "),t.clients.length>0?e("table",{staticClass:"grid"},[e("thead",[e("tr",[e("th",{attrs:{id:"headerName",scope:"col"}},[t._v(t._s(t.t("oauth2","Name")))]),t._v(" "),e("th",{attrs:{id:"headerRedirectUri",scope:"col"}},[t._v(t._s(t.t("oauth2","Redirection URI")))]),t._v(" "),e("th",{attrs:{id:"headerClientIdentifier",scope:"col"}},[t._v(t._s(t.t("oauth2","Client Identifier")))]),t._v(" "),e("th",{attrs:{id:"headerSecret",scope:"col"}},[t._v(t._s(t.t("oauth2","Secret")))]),t._v(" "),e("th",{attrs:{id:"headerRemove"}},[t._v(" ")])])]),t._v(" "),e("tbody",t._l(t.clients,function(n){return e("OAuthItem",{key:n.id,attrs:{client:n},on:{delete:t.deleteClient}})}),1)]):t._e(),t._v(" "),e("br"),t._v(" "),e("h3",[t._v(t._s(t.t("oauth2","Add client")))]),t._v(" "),t.newClient.error?e("span",{staticClass:"msg error"},[t._v(t._s(t.newClient.errorMsg))]):t._e(),t._v(" "),e("form",{on:{submit:function(n){return n.preventDefault(),t.addClient(n)}}},[e("input",{directives:[{name:"model",rawName:"v-model",value:t.newClient.name,expression:"newClient.name"}],attrs:{type:"text",id:"name",name:"name",placeholder:t.t("oauth2","Name")},domProps:{value:t.newClient.name},on:{input:function(n){n.target.composing||t.$set(t.newClient,"name",n.target.value)}}}),t._v(" "),e("input",{directives:[{name:"model",rawName:"v-model",value:t.newClient.redirectUri,expression:"newClient.redirectUri"}],attrs:{type:"url",id:"redirectUri",name:"redirectUri",placeholder:t.t("oauth2","Redirection URI")},domProps:{value:t.newClient.redirectUri},on:{input:function(n){n.target.composing||t.$set(t.newClient,"redirectUri",n.target.value)}}}),t._v(" "),e("input",{staticClass:"button",attrs:{type:"submit"},domProps:{value:t.t("oauth2","Add")}})])])};i._withStripped=!0;var a=r(3),s=r.n(a),c=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("tr",[e("td",[t._v(t._s(t.name))]),t._v(" "),e("td",[t._v(t._s(t.redirectUri))]),t._v(" "),e("td",[e("code",[t._v(t._s(t.clientId))])]),t._v(" "),e("td",[e("code",[t._v(t._s(t.renderedSecret))]),e("a",{staticClass:"icon-toggle has-tooltip",attrs:{title:t.t("oauth2","Show client secret")},on:{click:t.toggleSecret}})]),t._v(" "),e("td",{staticClass:"action-column"},[e("span",[e("a",{staticClass:"icon-delete has-tooltip",attrs:{title:t.t("oauth2","Delete")},on:{click:function(n){t.$emit("delete",t.id)}}})])])])};c._withStripped=!0;var u={name:"OAuthItem",props:{client:{type:Object,required:!0}},data:function(){return{id:this.client.id,name:this.client.name,redirectUri:this.client.redirectUri,clientId:this.client.clientId,clientSecret:this.client.clientSecret,renderSecret:!1}},computed:{renderedSecret:function(){return this.renderSecret?this.clientSecret:"****"}},methods:{toggleSecret(){this.renderSecret=!this.renderSecret}}};r(31);function f(t,n,e,r,o,i,a,s){var c,u="function"==typeof t?t.options:t;if(n&&(u.render=n,u.staticRenderFns=e,u._compiled=!0),r&&(u.functional=!0),i&&(u._scopeId="data-v-"+i),a?(c=function(t){(t=t||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(t=__VUE_SSR_CONTEXT__),o&&o.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(a)},u._ssrRegister=c):o&&(c=s?function(){o.call(this,this.$root.$options.shadowRoot)}:o),c)if(u.functional){u._injectStyles=c;var f=u.render;u.render=function(t,n){return c.call(n),f(t,n)}}else{var p=u.beforeCreate;u.beforeCreate=p?[].concat(p,c):[c]}return{exports:t,options:u}}var p=f(u,c,[],!1,null,"76c9f16a",null);p.options.__file="src/components/OAuthItem.vue";var l=f({name:"App",components:{OAuthItem:p.exports},data:function(){return{clients:[],newClient:{name:"",redirectUri:"",errorMsg:"",error:!1}}},beforeMount:function(){s.a.get(OC.generateUrl("apps/oauth2/clients")).then(t=>{this.clients=t.data})},methods:{deleteClient(t){s.a.delete(OC.generateUrl("apps/oauth2/clients/{id}",{id:t})).then(n=>{this.clients=this.clients.filter(n=>n.id!==t)})},addClient(){this.newClient.error=!1,s.a.post(OC.generateUrl("apps/oauth2/clients"),{name:this.newClient.name,redirectUri:this.newClient.redirectUri}).then(t=>{this.clients.push(t.data),this.newClient.name="",this.newClient.redirectUri=""}).catch(t=>{this.newClient.error=!0,this.newClient.errorMsg=t.response.data.message})}}},i,[],!1,null,null,null);l.options.__file="src/App.vue";var v=l.exports;r.d(e,"app",function(){return h}),
/**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl>
*
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
o.a.prototype.t=t,o.a.prototype.oc_defaults=oc_defaults,o.a.prototype.OC=OC;const h=new o.a({render:t=>t(v)}).$mount("#oauth2")},function(t,n,e){"use strict";function r(t,n){for(var e=[],r={},o=0;o<n.length;o++){var i=n[o],a=i[0],s={id:t+":"+o,css:i[1],media:i[2],sourceMap:i[3]};r[a]?r[a].parts.push(s):e.push(r[a]={id:a,parts:[s]})}return e}e.r(n),e.d(n,"default",function(){return h});var o="undefined"!=typeof document;if("undefined"!=typeof DEBUG&&DEBUG&&!o)throw new Error("vue-style-loader cannot be used in a non-browser environment. Use { target: 'node' } in your Webpack config to indicate a server-rendering environment.");var i={},a=o&&(document.head||document.getElementsByTagName("head")[0]),s=null,c=0,u=!1,f=function(){},p=null,l="data-vue-ssr-id",v="undefined"!=typeof navigator&&/msie [6-9]\b/.test(navigator.userAgent.toLowerCase());function h(t,n,e,o){u=e,p=o||{};var a=r(t,n);return d(a),function(n){for(var e=[],o=0;o<a.length;o++){var s=a[o];(c=i[s.id]).refs--,e.push(c)}n?d(a=r(t,n)):a=[];for(o=0;o<e.length;o++){var c;if(0===(c=e[o]).refs){for(var u=0;u<c.parts.length;u++)c.parts[u]();delete i[c.id]}}}}function d(t){for(var n=0;n<t.length;n++){var e=t[n],r=i[e.id];if(r){r.refs++;for(var o=0;o<r.parts.length;o++)r.parts[o](e.parts[o]);for(;o<e.parts.length;o++)r.parts.push(g(e.parts[o]));r.parts.length>e.parts.length&&(r.parts.length=e.parts.length)}else{var a=[];for(o=0;o<e.parts.length;o++)a.push(g(e.parts[o]));i[e.id]={id:e.id,refs:1,parts:a}}}}function y(){var t=document.createElement("style");return t.type="text/css",a.appendChild(t),t}function g(t){var n,e,r=document.querySelector("style["+l+'~="'+t.id+'"]');if(r){if(u)return f;r.parentNode.removeChild(r)}if(v){var o=c++;r=s||(s=y()),n=b.bind(null,r,o,!1),e=b.bind(null,r,o,!0)}else r=y(),n=function(t,n){var e=n.css,r=n.media,o=n.sourceMap;r&&t.setAttribute("media",r);p.ssrId&&t.setAttribute(l,n.id);o&&(e+="\n/*# sourceURL="+o.sources[0]+" */",e+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(o))))+" */");if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}.bind(null,r),e=function(){r.parentNode.removeChild(r)};return n(t),function(r){if(r){if(r.css===t.css&&r.media===t.media&&r.sourceMap===t.sourceMap)return;n(t=r)}else e()}}var _,m=(_=[],function(t,n){return _[t]=n,_.filter(Boolean).join("\n")});function b(t,n,e,r){var o=e?"":r.css;if(t.styleSheet)t.styleSheet.cssText=m(n,o);else{var i=document.createTextNode(o),a=t.childNodes;a[n]&&t.removeChild(a[n]),a.length?t.insertBefore(i,a[n]):t.appendChild(i)}}}]);
//# sourceMappingURL=oauth2.js.map