From 8274dcbd200f75f54edcdf23f9ec0c4bc52a2f21 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 2 Nov 2023 12:22:42 +0100 Subject: [PATCH 1/2] fix(workflows): Finish password confirmation Signed-off-by: Joas Schilling --- apps/workflowengine/lib/Controller/AWorkflowController.php | 3 +++ .../lib/Controller/UserWorkflowsController.php | 3 +++ apps/workflowengine/src/store.js | 7 +++---- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/workflowengine/lib/Controller/AWorkflowController.php b/apps/workflowengine/lib/Controller/AWorkflowController.php index 77e50526092e1..501d7c64d4dbd 100644 --- a/apps/workflowengine/lib/Controller/AWorkflowController.php +++ b/apps/workflowengine/lib/Controller/AWorkflowController.php @@ -99,6 +99,7 @@ public function show(string $id): DataResponse { } /** + * @PasswordConfirmationRequired * @throws OCSBadRequestException * @throws OCSForbiddenException * @throws OCSException @@ -127,6 +128,7 @@ public function create( } /** + * @PasswordConfirmationRequired * @throws OCSBadRequestException * @throws OCSForbiddenException * @throws OCSException @@ -155,6 +157,7 @@ public function update( } /** + * @PasswordConfirmationRequired * @throws OCSBadRequestException * @throws OCSForbiddenException * @throws OCSException diff --git a/apps/workflowengine/lib/Controller/UserWorkflowsController.php b/apps/workflowengine/lib/Controller/UserWorkflowsController.php index dd2457dd9e863..f1aa8e70bcd22 100644 --- a/apps/workflowengine/lib/Controller/UserWorkflowsController.php +++ b/apps/workflowengine/lib/Controller/UserWorkflowsController.php @@ -81,6 +81,7 @@ public function show(string $id): DataResponse { /** * @NoAdminRequired + * @PasswordConfirmationRequired * @throws OCSBadRequestException * @throws OCSForbiddenException */ @@ -90,6 +91,7 @@ public function create(string $class, string $name, array $checks, string $opera /** * @NoAdminRequired + * @PasswordConfirmationRequired * @throws OCSBadRequestException * @throws OCSForbiddenException */ @@ -99,6 +101,7 @@ public function update(int $id, string $name, array $checks, string $operation, /** * @NoAdminRequired + * @PasswordConfirmationRequired * @throws OCSForbiddenException */ public function destroy(int $id): DataResponse { diff --git a/apps/workflowengine/src/store.js b/apps/workflowengine/src/store.js index 9cb314707c85a..9bb2d658f4d1d 100644 --- a/apps/workflowengine/src/store.js +++ b/apps/workflowengine/src/store.js @@ -88,7 +88,8 @@ const store = new Vuex.Store({ context.commit('addRule', rule) }) }, - createNewRule(context, rule) { + async createNewRule(context, rule) { + await confirmPassword() let entity = null let events = [] if (rule.isComplex === false && rule.fixedEntity === '') { @@ -119,9 +120,7 @@ const store = new Vuex.Store({ context.commit('removeRule', rule) }, async pushUpdateRule(context, rule) { - if (context.state.scope === 0) { - await confirmPassword() - } + await confirmPassword() let result if (rule.id < 0) { result = await axios.post(getApiUrl(''), rule) From b44c655a2173a14b427baf505a801d4421281bf5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Nov 2023 07:05:42 +0100 Subject: [PATCH 2/2] chore(assets): Recompile JS Signed-off-by: Joas Schilling --- apps/workflowengine/js/workflowengine.js | 22 ++++++++++---------- apps/workflowengine/js/workflowengine.js.map | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/workflowengine/js/workflowengine.js b/apps/workflowengine/js/workflowengine.js index 0f453a4a02d8c..af1d22be039e1 100644 --- a/apps/workflowengine/js/workflowengine.js +++ b/apps/workflowengine/js/workflowengine.js @@ -1,6 +1,6 @@ !function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/js/",n(n.s=550)}([function(t,e,n){(function(t){t.exports=function(){"use strict";var e,o;function a(){return e.apply(null,arguments)}function r(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function p(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function i(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function b(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(i(t,e))return!1;return!0}function c(t){return void 0===t}function s(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function M(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function z(t,e){var n,o=[],a=t.length;for(n=0;n>>0;for(e=0;e0)for(n=0;n=0?n?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+o}a.suppressDeprecationWarnings=!1,a.deprecationHandler=null,v=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)i(t,e)&&n.push(e);return n};var k=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,T=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,x={},X={};function N(t,e,n,o){var a=o;"string"==typeof o&&(a=function(){return this[o]()}),t&&(X[t]=a),e&&(X[e[0]]=function(){return w(a.apply(this,arguments),e[1],e[2])}),n&&(X[n]=function(){return this.localeData().ordinal(a.apply(this,arguments),t)})}function D(t,e){return t.isValid()?(e=S(e,t.localeData()),x[e]=x[e]||function(t){var e,n,o,a=t.match(k);for(e=0,n=a.length;e=0&&T.test(t);)t=t.replace(T,o),T.lastIndex=0,n-=1;return t}var E={};function j(t,e){var n=t.toLowerCase();E[n]=E[n+"s"]=E[e]=t}function Y(t){return"string"==typeof t?E[t]||E[t.toLowerCase()]:void 0}function P(t){var e,n,o={};for(n in t)i(t,n)&&(e=Y(n))&&(o[e]=t[n]);return o}var F={};function H(t,e){F[t]=e}function I(t){return t%4==0&&t%100!=0||t%400==0}function U(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function $(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=U(e)),n}function G(t,e){return function(n){return null!=n?(K(this,t,n),a.updateOffset(this,e),this):V(this,t)}}function V(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function K(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&I(t.year())&&1===t.month()&&29===t.date()?(n=$(n),t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),Wt(n,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+e](n))}var J,Q=/\d/,Z=/\d\d/,tt=/\d{3}/,et=/\d{4}/,nt=/[+-]?\d{6}/,ot=/\d\d?/,at=/\d\d\d\d?/,rt=/\d\d\d\d\d\d?/,pt=/\d{1,3}/,it=/\d{1,4}/,bt=/[+-]?\d{1,6}/,ct=/\d+/,st=/[+-]?\d+/,Mt=/Z|[+-]\d\d:?\d\d/gi,zt=/Z|[+-]\d\d(?::?\d\d)?/gi,lt=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function ut(t,e,n){J[t]=R(e)?e:function(t,o){return t&&n?n:e}}function Ot(t,e){return i(J,t)?J[t](e._strict,e._locale):new RegExp(dt(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,n,o,a){return e||n||o||a}))))}function dt(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}J={};var At,ft={};function mt(t,e){var n,o,a=e;for("string"==typeof t&&(t=[t]),s(e)&&(a=function(t,n){n[e]=$(t)}),o=t.length,n=0;n68?1900:2e3)};var Tt=G("FullYear",!0);function xt(t,e,n,o,a,r,p){var i;return t<100&&t>=0?(i=new Date(t+400,e,n,o,a,r,p),isFinite(i.getFullYear())&&i.setFullYear(t)):i=new Date(t,e,n,o,a,r,p),i}function Xt(t){var e,n;return t<100&&t>=0?((n=Array.prototype.slice.call(arguments))[0]=t+400,e=new Date(Date.UTC.apply(null,n)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function Nt(t,e,n){var o=7+e-n;return-(7+Xt(t,0,o).getUTCDay()-e)%7+o-1}function Dt(t,e,n,o,a){var r,p,i=1+7*(e-1)+(7+n-o)%7+Nt(t,o,a);return i<=0?p=kt(r=t-1)+i:i>kt(t)?(r=t+1,p=i-kt(t)):(r=t,p=i),{year:r,dayOfYear:p}}function St(t,e,n){var o,a,r=Nt(t.year(),e,n),p=Math.floor((t.dayOfYear()-r-1)/7)+1;return p<1?o=p+Et(a=t.year()-1,e,n):p>Et(t.year(),e,n)?(o=p-Et(t.year(),e,n),a=t.year()+1):(a=t.year(),o=p),{week:o,year:a}}function Et(t,e,n){var o=Nt(t,e,n),a=Nt(t+1,e,n);return(kt(t)-o+a)/7}function jt(t,e){return t.slice(e,7).concat(t.slice(0,e))}N("w",["ww",2],"wo","week"),N("W",["WW",2],"Wo","isoWeek"),j("week","w"),j("isoWeek","W"),H("week",5),H("isoWeek",5),ut("w",ot),ut("ww",ot,Z),ut("W",ot),ut("WW",ot,Z),qt(["w","ww","W","WW"],(function(t,e,n,o){e[o.substr(0,1)]=$(t)})),N("d",0,"do","day"),N("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),N("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),N("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),N("e",0,0,"weekday"),N("E",0,0,"isoWeekday"),j("day","d"),j("weekday","e"),j("isoWeekday","E"),H("day",11),H("weekday",11),H("isoWeekday",11),ut("d",ot),ut("e",ot),ut("E",ot),ut("dd",(function(t,e){return e.weekdaysMinRegex(t)})),ut("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),ut("dddd",(function(t,e){return e.weekdaysRegex(t)})),qt(["dd","ddd","dddd"],(function(t,e,n,o){var a=n._locale.weekdaysParse(t,o,n._strict);null!=a?e.d=a:O(n).invalidWeekday=t})),qt(["d","e","E"],(function(t,e,n,o){e[o]=$(t)}));var Yt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Pt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ft="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ht=lt,It=lt,Ut=lt;function $t(t,e,n){var o,a,r,p=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)r=u([2e3,1]).day(o),this._minWeekdaysParse[o]=this.weekdaysMin(r,"").toLocaleLowerCase(),this._shortWeekdaysParse[o]=this.weekdaysShort(r,"").toLocaleLowerCase(),this._weekdaysParse[o]=this.weekdays(r,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(a=At.call(this._weekdaysParse,p))?a:null:"ddd"===e?-1!==(a=At.call(this._shortWeekdaysParse,p))?a:null:-1!==(a=At.call(this._minWeekdaysParse,p))?a:null:"dddd"===e?-1!==(a=At.call(this._weekdaysParse,p))||-1!==(a=At.call(this._shortWeekdaysParse,p))||-1!==(a=At.call(this._minWeekdaysParse,p))?a:null:"ddd"===e?-1!==(a=At.call(this._shortWeekdaysParse,p))||-1!==(a=At.call(this._weekdaysParse,p))||-1!==(a=At.call(this._minWeekdaysParse,p))?a:null:-1!==(a=At.call(this._minWeekdaysParse,p))||-1!==(a=At.call(this._weekdaysParse,p))||-1!==(a=At.call(this._shortWeekdaysParse,p))?a:null}function Gt(){function t(t,e){return e.length-t.length}var e,n,o,a,r,p=[],i=[],b=[],c=[];for(e=0;e<7;e++)n=u([2e3,1]).day(e),o=dt(this.weekdaysMin(n,"")),a=dt(this.weekdaysShort(n,"")),r=dt(this.weekdays(n,"")),p.push(o),i.push(a),b.push(r),c.push(o),c.push(a),c.push(r);p.sort(t),i.sort(t),b.sort(t),c.sort(t),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+b.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+p.join("|")+")","i")}function Vt(){return this.hours()%12||12}function Kt(t,e){N(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function Jt(t,e){return e._meridiemParse}N("H",["HH",2],0,"hour"),N("h",["hh",2],0,Vt),N("k",["kk",2],0,(function(){return this.hours()||24})),N("hmm",0,0,(function(){return""+Vt.apply(this)+w(this.minutes(),2)})),N("hmmss",0,0,(function(){return""+Vt.apply(this)+w(this.minutes(),2)+w(this.seconds(),2)})),N("Hmm",0,0,(function(){return""+this.hours()+w(this.minutes(),2)})),N("Hmmss",0,0,(function(){return""+this.hours()+w(this.minutes(),2)+w(this.seconds(),2)})),Kt("a",!0),Kt("A",!1),j("hour","h"),H("hour",13),ut("a",Jt),ut("A",Jt),ut("H",ot),ut("h",ot),ut("k",ot),ut("HH",ot,Z),ut("hh",ot,Z),ut("kk",ot,Z),ut("hmm",at),ut("hmmss",rt),ut("Hmm",at),ut("Hmmss",rt),mt(["H","HH"],3),mt(["k","kk"],(function(t,e,n){var o=$(t);e[3]=24===o?0:o})),mt(["a","A"],(function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t})),mt(["h","hh"],(function(t,e,n){e[3]=$(t),O(n).bigHour=!0})),mt("hmm",(function(t,e,n){var o=t.length-2;e[3]=$(t.substr(0,o)),e[4]=$(t.substr(o)),O(n).bigHour=!0})),mt("hmmss",(function(t,e,n){var o=t.length-4,a=t.length-2;e[3]=$(t.substr(0,o)),e[4]=$(t.substr(o,2)),e[5]=$(t.substr(a)),O(n).bigHour=!0})),mt("Hmm",(function(t,e,n){var o=t.length-2;e[3]=$(t.substr(0,o)),e[4]=$(t.substr(o))})),mt("Hmmss",(function(t,e,n){var o=t.length-4,a=t.length-2;e[3]=$(t.substr(0,o)),e[4]=$(t.substr(o,2)),e[5]=$(t.substr(a))}));var Qt,Zt=G("Hours",!0),te={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:gt,monthsShort:_t,week:{dow:0,doy:6},weekdays:Yt,weekdaysMin:Ft,weekdaysShort:Pt,meridiemParse:/[ap]\.?m?\.?/i},ee={},ne={};function oe(t,e){var n,o=Math.min(t.length,e.length);for(n=0;n0;){if(o=re(a.slice(0,e).join("-")))return o;if(n&&n.length>=e&&oe(a,n)>=e-1)break;e--}r++}return Qt}(t)}function ce(t){var e,n=t._a;return n&&-2===O(t).overflow&&(e=n[1]<0||n[1]>11?1:n[2]<1||n[2]>Wt(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,O(t)._overflowDayOfYear&&(e<0||e>2)&&(e=2),O(t)._overflowWeeks&&-1===e&&(e=7),O(t)._overflowWeekday&&-1===e&&(e=8),O(t).overflow=e),t}var se=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Me=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ze=/Z|[+-]\d\d(?::?\d\d)?/,le=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ue=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Oe=/^\/?Date\((-?\d+)/i,de=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Ae={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function fe(t){var e,n,o,a,r,p,i=t._i,b=se.exec(i)||Me.exec(i),c=le.length,s=ue.length;if(b){for(O(t).iso=!0,e=0,n=c;e7)&&(b=!0)):(r=t._locale._week.dow,p=t._locale._week.doy,c=St(ye(),r,p),n=he(e.gg,t._a[0],c.year),o=he(e.w,c.week),null!=e.d?((a=e.d)<0||a>6)&&(b=!0):null!=e.e?(a=e.e+r,(e.e<0||e.e>6)&&(b=!0)):a=r),o<1||o>Et(n,r,p)?O(t)._overflowWeeks=!0:null!=b?O(t)._overflowWeekday=!0:(i=Dt(n,o,a,r,p),t._a[0]=i.year,t._dayOfYear=i.dayOfYear)}(t),null!=t._dayOfYear&&(p=he(t._a[0],o[0]),(t._dayOfYear>kt(p)||0===t._dayOfYear)&&(O(t)._overflowDayOfYear=!0),n=Xt(p,0,t._dayOfYear),t._a[1]=n.getUTCMonth(),t._a[2]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=i[e]=o[e];for(;e<7;e++)t._a[e]=i[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[3]&&0===t._a[4]&&0===t._a[5]&&0===t._a[6]&&(t._nextDay=!0,t._a[3]=0),t._d=(t._useUTC?Xt:xt).apply(null,i),r=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[3]=24),t._w&&void 0!==t._w.d&&t._w.d!==r&&(O(t).weekdayMismatch=!0)}}function ge(t){if(t._f!==a.ISO_8601)if(t._f!==a.RFC_2822){t._a=[],O(t).empty=!0;var e,n,o,r,p,i,b,c=""+t._i,s=c.length,M=0;for(b=(o=S(t._f,t._locale).match(k)||[]).length,e=0;e0&&O(t).unusedInput.push(p),c=c.slice(c.indexOf(n)+n.length),M+=n.length),X[r]?(n?O(t).empty=!1:O(t).unusedTokens.push(r),ht(r,n,t)):t._strict&&!n&&O(t).unusedTokens.push(r);O(t).charsLeftOver=s-M,c.length>0&&O(t).unusedInput.push(c),t._a[3]<=12&&!0===O(t).bigHour&&t._a[3]>0&&(O(t).bigHour=void 0),O(t).parsedDateParts=t._a.slice(0),O(t).meridiem=t._meridiem,t._a[3]=function(t,e,n){var o;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?((o=t.isPM(n))&&e<12&&(e+=12),o||12!==e||(e=0),e):e}(t._locale,t._a[3],t._meridiem),null!==(i=O(t).era)&&(t._a[0]=t._locale.erasConvertYear(i,t._a[0])),We(t),ce(t)}else qe(t);else fe(t)}function _e(t){var e=t._i,n=t._f;return t._locale=t._locale||be(t._l),null===e||void 0===n&&""===e?A({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),W(e)?new h(ce(e)):(M(e)?t._d=e:r(n)?function(t){var e,n,o,a,r,p,i=!1,b=t._f.length;if(0===b)return O(t).invalidFormat=!0,void(t._d=new Date(NaN));for(a=0;athis?this:t:A()}));function Be(t,e){var n,o;if(1===e.length&&r(e[0])&&(e=e[0]),!e.length)return ye();for(n=e[0],o=1;o=0?new Date(t+400,e,n)-126227808e5:new Date(t,e,n).valueOf()}function an(t,e,n){return t<100&&t>=0?Date.UTC(t+400,e,n)-126227808e5:Date.UTC(t,e,n)}function rn(t,e){return e.erasAbbrRegex(t)}function pn(){var t,e,n=[],o=[],a=[],r=[],p=this.eras();for(t=0,e=p.length;t(r=Et(t,o,a))&&(e=r),sn.call(this,t,e,n,o,a))}function sn(t,e,n,o,a){var r=Dt(t,e,n,o,a),p=Xt(r.year,0,r.dayOfYear);return this.year(p.getUTCFullYear()),this.month(p.getUTCMonth()),this.date(p.getUTCDate()),this}N("N",0,0,"eraAbbr"),N("NN",0,0,"eraAbbr"),N("NNN",0,0,"eraAbbr"),N("NNNN",0,0,"eraName"),N("NNNNN",0,0,"eraNarrow"),N("y",["y",1],"yo","eraYear"),N("y",["yy",2],0,"eraYear"),N("y",["yyy",3],0,"eraYear"),N("y",["yyyy",4],0,"eraYear"),ut("N",rn),ut("NN",rn),ut("NNN",rn),ut("NNNN",(function(t,e){return e.erasNameRegex(t)})),ut("NNNNN",(function(t,e){return e.erasNarrowRegex(t)})),mt(["N","NN","NNN","NNNN","NNNNN"],(function(t,e,n,o){var a=n._locale.erasParse(t,o,n._strict);a?O(n).era=a:O(n).invalidEra=t})),ut("y",ct),ut("yy",ct),ut("yyy",ct),ut("yyyy",ct),ut("yo",(function(t,e){return e._eraYearOrdinalRegex||ct})),mt(["y","yy","yyy","yyyy"],0),mt(["yo"],(function(t,e,n,o){var a;n._locale._eraYearOrdinalRegex&&(a=t.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?e[0]=n._locale.eraYearOrdinalParse(t,a):e[0]=parseInt(t,10)})),N(0,["gg",2],0,(function(){return this.weekYear()%100})),N(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),bn("gggg","weekYear"),bn("ggggg","weekYear"),bn("GGGG","isoWeekYear"),bn("GGGGG","isoWeekYear"),j("weekYear","gg"),j("isoWeekYear","GG"),H("weekYear",1),H("isoWeekYear",1),ut("G",st),ut("g",st),ut("GG",ot,Z),ut("gg",ot,Z),ut("GGGG",it,et),ut("gggg",it,et),ut("GGGGG",bt,nt),ut("ggggg",bt,nt),qt(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,n,o){e[o.substr(0,2)]=$(t)})),qt(["gg","GG"],(function(t,e,n,o){e[o]=a.parseTwoDigitYear(t)})),N("Q",0,"Qo","quarter"),j("quarter","Q"),H("quarter",7),ut("Q",Q),mt("Q",(function(t,e){e[1]=3*($(t)-1)})),N("D",["DD",2],"Do","date"),j("date","D"),H("date",9),ut("D",ot),ut("DD",ot,Z),ut("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),mt(["D","DD"],2),mt("Do",(function(t,e){e[2]=$(t.match(ot)[0])}));var Mn=G("Date",!0);N("DDD",["DDDD",3],"DDDo","dayOfYear"),j("dayOfYear","DDD"),H("dayOfYear",4),ut("DDD",pt),ut("DDDD",tt),mt(["DDD","DDDD"],(function(t,e,n){n._dayOfYear=$(t)})),N("m",["mm",2],0,"minute"),j("minute","m"),H("minute",14),ut("m",ot),ut("mm",ot,Z),mt(["m","mm"],4);var zn=G("Minutes",!1);N("s",["ss",2],0,"second"),j("second","s"),H("second",15),ut("s",ot),ut("ss",ot,Z),mt(["s","ss"],5);var ln,un,On=G("Seconds",!1);for(N("S",0,0,(function(){return~~(this.millisecond()/100)})),N(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),N(0,["SSS",3],0,"millisecond"),N(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),N(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),N(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),N(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),N(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),N(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),j("millisecond","ms"),H("millisecond",16),ut("S",pt,Q),ut("SS",pt,Z),ut("SSS",pt,tt),ln="SSSS";ln.length<=9;ln+="S")ut(ln,ct);function dn(t,e){e[6]=$(1e3*("0."+t))}for(ln="S";ln.length<=9;ln+="S")mt(ln,dn);un=G("Milliseconds",!1),N("z",0,0,"zoneAbbr"),N("zz",0,0,"zoneName");var An=h.prototype;function fn(t){return t}An.add=$e,An.calendar=function(t,e){1===arguments.length&&(arguments[0]?Ke(arguments[0])?(t=arguments[0],e=void 0):Je(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var n=t||ye(),o=De(n,this).startOf("day"),r=a.calendarFormat(this,o)||"sameElse",p=e&&(R(e[r])?e[r].call(this,n):e[r]);return this.format(p||this.localeData().calendar(r,this,ye(n)))},An.clone=function(){return new h(this)},An.diff=function(t,e,n){var o,a,r;if(!this.isValid())return NaN;if(!(o=De(t,this)).isValid())return NaN;switch(a=6e4*(o.utcOffset()-this.utcOffset()),e=Y(e)){case"year":r=Qe(this,o)/12;break;case"month":r=Qe(this,o);break;case"quarter":r=Qe(this,o)/3;break;case"second":r=(this-o)/1e3;break;case"minute":r=(this-o)/6e4;break;case"hour":r=(this-o)/36e5;break;case"day":r=(this-o-a)/864e5;break;case"week":r=(this-o-a)/6048e5;break;default:r=this-o}return n?r:U(r)},An.endOf=function(t){var e,n;if(void 0===(t=Y(t))||"millisecond"===t||!this.isValid())return this;switch(n=this._isUTC?an:on,t){case"year":e=n(this.year()+1,0,1)-1;break;case"quarter":e=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=n(this.year(),this.month()+1,1)-1;break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=36e5-nn(e+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":e=this._d.valueOf(),e+=6e4-nn(e,6e4)-1;break;case"second":e=this._d.valueOf(),e+=1e3-nn(e,1e3)-1}return this._d.setTime(e),a.updateOffset(this,!0),this},An.format=function(t){t||(t=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var e=D(this,t);return this.localeData().postformat(e)},An.from=function(t,e){return this.isValid()&&(W(t)&&t.isValid()||ye(t).isValid())?Pe({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},An.fromNow=function(t){return this.from(ye(),t)},An.to=function(t,e){return this.isValid()&&(W(t)&&t.isValid()||ye(t).isValid())?Pe({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},An.toNow=function(t){return this.to(ye(),t)},An.get=function(t){return R(this[t=Y(t)])?this[t]():this},An.invalidAt=function(){return O(this).overflow},An.isAfter=function(t,e){var n=W(t)?t:ye(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=Y(e)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()9999?D(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):R(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",D(n,"Z")):D(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},An.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,e,n,o="moment",a="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),t="["+o+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n=a+'[")]',this.format(t+e+"-MM-DD[T]HH:mm:ss.SSS"+n)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(An[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),An.toJSON=function(){return this.isValid()?this.toISOString():null},An.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},An.unix=function(){return Math.floor(this.valueOf()/1e3)},An.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},An.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},An.eraName=function(){var t,e,n,o=this.localeData().eras();for(t=0,e=o.length;tthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},An.isLocal=function(){return!!this.isValid()&&!this._isUTC},An.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},An.isUtc=Ee,An.isUTC=Ee,An.zoneAbbr=function(){return this._isUTC?"UTC":""},An.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},An.dates=_("dates accessor is deprecated. Use date instead.",Mn),An.months=_("months accessor is deprecated. Use month instead",Ct),An.years=_("years accessor is deprecated. Use year instead",Tt),An.zone=_("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),An.isDSTShifted=_("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!c(this._isDSTShifted))return this._isDSTShifted;var t,e={};return q(e,this),(e=_e(e))._a?(t=e._isUTC?u(e._a):ye(e._a),this._isDSTShifted=this.isValid()&&function(t,e,n){var o,a=Math.min(t.length,e.length),r=Math.abs(t.length-e.length),p=0;for(o=0;o0):this._isDSTShifted=!1,this._isDSTShifted}));var mn=C.prototype;function qn(t,e,n,o){var a=be(),r=u().set(o,e);return a[n](r,t)}function hn(t,e,n){if(s(t)&&(e=t,t=void 0),t=t||"",null!=e)return qn(t,e,n,"month");var o,a=[];for(o=0;o<12;o++)a[o]=qn(t,o,n,"month");return a}function Wn(t,e,n,o){"boolean"==typeof t?(s(e)&&(n=e,e=void 0),e=e||""):(n=e=t,t=!1,s(e)&&(n=e,e=void 0),e=e||"");var a,r=be(),p=t?r._week.dow:0,i=[];if(null!=n)return qn(e,(n+p)%7,o,"day");for(a=0;a<7;a++)i[a]=qn(e,(a+p)%7,o,"day");return i}mn.calendar=function(t,e,n){var o=this._calendar[t]||this._calendar.sameElse;return R(o)?o.call(e,n):o},mn.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.match(k).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},mn.invalidDate=function(){return this._invalidDate},mn.ordinal=function(t){return this._ordinal.replace("%d",t)},mn.preparse=fn,mn.postformat=fn,mn.relativeTime=function(t,e,n,o){var a=this._relativeTime[n];return R(a)?a(t,e,n,o):a.replace(/%d/i,t)},mn.pastFuture=function(t,e){var n=this._relativeTime[t>0?"future":"past"];return R(n)?n(e):n.replace(/%s/i,e)},mn.set=function(t){var e,n;for(n in t)i(t,n)&&(R(e=t[n])?this[n]=e:this["_"+n]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},mn.eras=function(t,e){var n,o,r,p=this._eras||be("en")._eras;for(n=0,o=p.length;n=0)return b[o]},mn.erasConvertYear=function(t,e){var n=t.since<=t.until?1:-1;return void 0===e?a(t.since).year():a(t.since).year()+(e-t.offset)*n},mn.erasAbbrRegex=function(t){return i(this,"_erasAbbrRegex")||pn.call(this),t?this._erasAbbrRegex:this._erasRegex},mn.erasNameRegex=function(t){return i(this,"_erasNameRegex")||pn.call(this),t?this._erasNameRegex:this._erasRegex},mn.erasNarrowRegex=function(t){return i(this,"_erasNarrowRegex")||pn.call(this),t?this._erasNarrowRegex:this._erasRegex},mn.months=function(t,e){return t?r(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||vt).test(e)?"format":"standalone"][t.month()]:r(this._months)?this._months:this._months.standalone},mn.monthsShort=function(t,e){return t?r(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[vt.test(e)?"format":"standalone"][t.month()]:r(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},mn.monthsParse=function(t,e,n){var o,a,r;if(this._monthsParseExact)return Rt.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;o<12;o++){if(a=u([2e3,o]),n&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")),n||this._monthsParse[o]||(r="^"+this.months(a,"")+"|^"+this.monthsShort(a,""),this._monthsParse[o]=new RegExp(r.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[o].test(t))return o;if(n&&"MMM"===e&&this._shortMonthsParse[o].test(t))return o;if(!n&&this._monthsParse[o].test(t))return o}},mn.monthsRegex=function(t){return this._monthsParseExact?(i(this,"_monthsRegex")||wt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(i(this,"_monthsRegex")||(this._monthsRegex=Lt),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},mn.monthsShortRegex=function(t){return this._monthsParseExact?(i(this,"_monthsRegex")||wt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(i(this,"_monthsShortRegex")||(this._monthsShortRegex=yt),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},mn.week=function(t){return St(t,this._week.dow,this._week.doy).week},mn.firstDayOfYear=function(){return this._week.doy},mn.firstDayOfWeek=function(){return this._week.dow},mn.weekdays=function(t,e){var n=r(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?jt(n,this._week.dow):t?n[t.day()]:n},mn.weekdaysMin=function(t){return!0===t?jt(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},mn.weekdaysShort=function(t){return!0===t?jt(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},mn.weekdaysParse=function(t,e,n){var o,a,r;if(this._weekdaysParseExact)return $t.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(a=u([2e3,1]).day(o),n&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(r="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,""),this._weekdaysParse[o]=new RegExp(r.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[o].test(t))return o;if(n&&"ddd"===e&&this._shortWeekdaysParse[o].test(t))return o;if(n&&"dd"===e&&this._minWeekdaysParse[o].test(t))return o;if(!n&&this._weekdaysParse[o].test(t))return o}},mn.weekdaysRegex=function(t){return this._weekdaysParseExact?(i(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(i(this,"_weekdaysRegex")||(this._weekdaysRegex=Ht),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},mn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(i(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(i(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=It),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},mn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(i(this,"_weekdaysRegex")||Gt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(i(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ut),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},mn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},mn.meridiem=function(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"},pe("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===$(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),a.lang=_("moment.lang is deprecated. Use moment.locale instead.",pe),a.langData=_("moment.langData is deprecated. Use moment.localeData instead.",be);var gn=Math.abs;function _n(t,e,n,o){var a=Pe(e,n);return t._milliseconds+=o*a._milliseconds,t._days+=o*a._days,t._months+=o*a._months,t._bubble()}function vn(t){return t<0?Math.floor(t):Math.ceil(t)}function yn(t){return 4800*t/146097}function Ln(t){return 146097*t/4800}function Rn(t){return function(){return this.as(t)}}var Bn=Rn("ms"),Cn=Rn("s"),wn=Rn("m"),kn=Rn("h"),Tn=Rn("d"),xn=Rn("w"),Xn=Rn("M"),Nn=Rn("Q"),Dn=Rn("y");function Sn(t){return function(){return this.isValid()?this._data[t]:NaN}}var En=Sn("milliseconds"),jn=Sn("seconds"),Yn=Sn("minutes"),Pn=Sn("hours"),Fn=Sn("days"),Hn=Sn("months"),In=Sn("years"),Un=Math.round,$n={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Gn(t,e,n,o,a){return a.relativeTime(e||1,!!n,t,o)}var Vn=Math.abs;function Kn(t){return(t>0)-(t<0)||+t}function Jn(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,o,a,r,p,i,b=Vn(this._milliseconds)/1e3,c=Vn(this._days),s=Vn(this._months),M=this.asSeconds();return M?(t=U(b/60),e=U(t/60),b%=60,t%=60,n=U(s/12),s%=12,o=b?b.toFixed(3).replace(/\.?0+$/,""):"",a=M<0?"-":"",r=Kn(this._months)!==Kn(M)?"-":"",p=Kn(this._days)!==Kn(M)?"-":"",i=Kn(this._milliseconds)!==Kn(M)?"-":"",a+"P"+(n?r+n+"Y":"")+(s?r+s+"M":"")+(c?p+c+"D":"")+(e||t||b?"T":"")+(e?i+e+"H":"")+(t?i+t+"M":"")+(b?i+o+"S":"")):"P0D"}var Qn=we.prototype;return Qn.isValid=function(){return this._isValid},Qn.abs=function(){var t=this._data;return this._milliseconds=gn(this._milliseconds),this._days=gn(this._days),this._months=gn(this._months),t.milliseconds=gn(t.milliseconds),t.seconds=gn(t.seconds),t.minutes=gn(t.minutes),t.hours=gn(t.hours),t.months=gn(t.months),t.years=gn(t.years),this},Qn.add=function(t,e){return _n(this,t,e,1)},Qn.subtract=function(t,e){return _n(this,t,e,-1)},Qn.as=function(t){if(!this.isValid())return NaN;var e,n,o=this._milliseconds;if("month"===(t=Y(t))||"quarter"===t||"year"===t)switch(e=this._days+o/864e5,n=this._months+yn(e),t){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(e=this._days+Math.round(Ln(this._months)),t){case"week":return e/7+o/6048e5;case"day":return e+o/864e5;case"hour":return 24*e+o/36e5;case"minute":return 1440*e+o/6e4;case"second":return 86400*e+o/1e3;case"millisecond":return Math.floor(864e5*e)+o;default:throw new Error("Unknown unit "+t)}},Qn.asMilliseconds=Bn,Qn.asSeconds=Cn,Qn.asMinutes=wn,Qn.asHours=kn,Qn.asDays=Tn,Qn.asWeeks=xn,Qn.asMonths=Xn,Qn.asQuarters=Nn,Qn.asYears=Dn,Qn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*$(this._months/12):NaN},Qn._bubble=function(){var t,e,n,o,a,r=this._milliseconds,p=this._days,i=this._months,b=this._data;return r>=0&&p>=0&&i>=0||r<=0&&p<=0&&i<=0||(r+=864e5*vn(Ln(i)+p),p=0,i=0),b.milliseconds=r%1e3,t=U(r/1e3),b.seconds=t%60,e=U(t/60),b.minutes=e%60,n=U(e/60),b.hours=n%24,p+=U(n/24),a=U(yn(p)),i+=a,p-=vn(Ln(a)),o=U(i/12),i%=12,b.days=p,b.months=i,b.years=o,this},Qn.clone=function(){return Pe(this)},Qn.get=function(t){return t=Y(t),this.isValid()?this[t+"s"]():NaN},Qn.milliseconds=En,Qn.seconds=jn,Qn.minutes=Yn,Qn.hours=Pn,Qn.days=Fn,Qn.weeks=function(){return U(this.days()/7)},Qn.months=Hn,Qn.years=In,Qn.humanize=function(t,e){if(!this.isValid())return this.localeData().invalidDate();var n,o,a=!1,r=$n;return"object"==typeof t&&(e=t,t=!1),"boolean"==typeof t&&(a=t),"object"==typeof e&&(r=Object.assign({},$n,e),null!=e.s&&null==e.ss&&(r.ss=e.s-1)),n=this.localeData(),o=function(t,e,n,o){var a=Pe(t).abs(),r=Un(a.as("s")),p=Un(a.as("m")),i=Un(a.as("h")),b=Un(a.as("d")),c=Un(a.as("M")),s=Un(a.as("w")),M=Un(a.as("y")),z=r<=n.ss&&["s",r]||r0,z[4]=o,Gn.apply(null,z)}(this,!a,r,n),a&&(o=n.pastFuture(+this,o)),n.postformat(o)},Qn.toISOString=Jn,Qn.toString=Jn,Qn.toJSON=Jn,Qn.locale=Ze,Qn.localeData=en,Qn.toIsoString=_("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Jn),Qn.lang=tn,N("X",0,0,"unix"),N("x",0,0,"valueOf"),ut("x",st),ut("X",/[+-]?\d+(\.\d{1,3})?/),mt("X",(function(t,e,n){n._d=new Date(1e3*parseFloat(t))})),mt("x",(function(t,e,n){n._d=new Date($(t))})), //! moment.js -a.version="2.29.4",e=ye,a.fn=An,a.min=function(){var t=[].slice.call(arguments,0);return Be("isBefore",t)},a.max=function(){var t=[].slice.call(arguments,0);return Be("isAfter",t)},a.now=function(){return Date.now?Date.now():+new Date},a.utc=u,a.unix=function(t){return ye(1e3*t)},a.months=function(t,e){return hn(t,e,"months")},a.isDate=M,a.locale=pe,a.invalid=A,a.duration=Pe,a.isMoment=W,a.weekdays=function(t,e,n){return Wn(t,e,n,"weekdays")},a.parseZone=function(){return ye.apply(null,arguments).parseZone()},a.localeData=be,a.isDuration=ke,a.monthsShort=function(t,e){return hn(t,e,"monthsShort")},a.weekdaysMin=function(t,e,n){return Wn(t,e,n,"weekdaysMin")},a.defineLocale=ie,a.updateLocale=function(t,e){if(null!=e){var n,o,a=te;null!=ee[t]&&null!=ee[t].parentLocale?ee[t].set(B(ee[t]._config,e)):(null!=(o=re(t))&&(a=o._config),e=B(a,e),null==o&&(e.abbr=t),(n=new C(e)).parentLocale=ee[t],ee[t]=n),pe(t)}else null!=ee[t]&&(null!=ee[t].parentLocale?(ee[t]=ee[t].parentLocale,t===pe()&&pe(t)):null!=ee[t]&&delete ee[t]);return ee[t]},a.locales=function(){return v(ee)},a.weekdaysShort=function(t,e,n){return Wn(t,e,n,"weekdaysShort")},a.normalizeUnits=Y,a.relativeTimeRounding=function(t){return void 0===t?Un:"function"==typeof t&&(Un=t,!0)},a.relativeTimeThreshold=function(t,e){return void 0!==$n[t]&&(void 0===e?$n[t]:($n[t]=e,"s"===t&&($n.ss=e-1),!0))},a.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},a.prototype=An,a.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},a}()}).call(this,n(59)(t))},function(t,e,n){"use strict";function o(t,e,n,o,a,r,p,i){var b,c="function"==typeof t?t.options:t;if(e&&(c.render=e,c.staticRenderFns=n,c._compiled=!0),o&&(c.functional=!0),r&&(c._scopeId="data-v-"+r),p?(b=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__),a&&a.call(this,t),t&&t._registeredComponents&&t._registeredComponents.add(p)},c._ssrRegister=b):a&&(b=i?function(){a.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:a),b)if(c.functional){c._injectStyles=b;var s=c.render;c.render=function(t,e){return b.call(e),s(t,e)}}else{var M=c.beforeCreate;c.beforeCreate=M?[].concat(M,b):[b]}return{exports:t,options:c}}n.d(e,"a",(function(){return o}))},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";var o,a=function(){return void 0===o&&(o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var t={};return function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(t){n=null}t[e]=n}return t[e]}}(),p=[];function i(t){for(var e=-1,n=0;nt.length)&&(e=t.length);for(var n=0,o=new Array(e);nt.length)&&(e=t.length);for(var n=0,o=new Array(e);nt.length)&&(e=t.length);for(var n=0,o=new Array(e);nt.length)&&(e=t.length);for(var n=0,o=new Array(e);n * @@ -277,19 +277,19 @@ e.default={data:function(){return{isFullscreen:this._isFullscreen()}},beforeMoun * along with this program. If not, see . * */ -Object(o.a)(a.a),e.default=a.a},,function(t,e,n){"use strict";var o=n(0),a=n.n(o),r=n(1),p=n.n(r)()(a.a);p.push([t.i,".material-design-icon{display:flex;align-self:center;justify-self:center;align-items:center;justify-content:center}.multiselect[data-v-16fd49f]{margin:0;padding:0 !important;display:inline-block;min-width:160px;position:relative;background-color:var(--color-main-background)}.multiselect[data-v-16fd49f]:not(.multiselect--active) .multiselect__single{width:100%;z-index:2 !important}.multiselect[data-v-16fd49f].multiselect--active input.multiselect__input{opacity:1 !important;cursor:text !important;border-radius:var(--border-radius) var(--border-radius) 0 0;display:block !important}.multiselect[data-v-16fd49f].multiselect--active .multiselect__limit{display:none}.multiselect[data-v-16fd49f].multiselect--active.multiselect--above input.multiselect__input{border-radius:0 0 var(--border-radius) var(--border-radius)}.multiselect[data-v-16fd49f].multiselect--disabled,.multiselect[data-v-16fd49f].multiselect--disabled .multiselect__single{background-color:var(--color-background-dark) !important}.multiselect[data-v-16fd49f].icon-loading-small::after{left:100%;margin-left:-24px}.multiselect[data-v-16fd49f] .multiselect__tags{display:flex;flex-wrap:nowrap;overflow:hidden;border:1px solid var(--color-border-dark);cursor:pointer;position:relative;border-radius:3px;min-height:34px;height:100%}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap{align-items:center;display:inline-flex;overflow:hidden;max-width:100%;position:relative;padding:3px 5px;flex:1 1;flex-wrap:nowrap}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap:empty ~ input.multiselect__input{opacity:1 !important;display:block !important}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap:empty ~ input.multiselect__input+span:not(.multiselect__single){display:none}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap .multiselect__tag{line-height:20px;padding:3px 5px;background-image:none;color:var(--color-main-text);border:1px solid var(--color-border-dark);display:inline-flex;align-items:center;border-radius:3px;min-width:0;max-width:fit-content;max-width:-moz-fit-content;margin:2px 1px}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap .multiselect__tag:only-child{flex:0 1 auto}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap .multiselect__tag:not(:last-child){margin-right:5px}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__tags-wrap .multiselect__tag>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder{padding:7px 6px;flex:0 0 100%;z-index:1;background-color:var(--color-main-background);line-height:18px;color:var(--color-text-lighter);display:flex;align-items:center}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single *,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder *{cursor:pointer}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__strong,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__limit{line-height:20px;color:var(--color-text-lighter);display:inline-flex;align-items:center;opacity:.7;margin-right:5px;z-index:5}.multiselect[data-v-16fd49f] .multiselect__tags input.multiselect__input{width:100% !important;position:relative !important;margin:0;opacity:0;height:100% !important;border:none;cursor:pointer;padding:7px 6px !important;display:none}.multiselect[data-v-16fd49f] .multiselect__content-wrapper{position:absolute;width:100%;margin-top:-1px;border:1px solid var(--color-border-dark);background:var(--color-main-background);z-index:50;max-height:250px;overflow-y:auto;border-radius:0 0 var(--border-radius) var(--border-radius)}.multiselect[data-v-16fd49f] .multiselect__content-wrapper .multiselect__content{width:100%;padding:0}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li{position:relative;display:flex;align-items:center;background-color:transparent}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li,.multiselect[data-v-16fd49f] .multiselect__content-wrapper li span{cursor:pointer}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span{padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;height:auto;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;align-items:center;background-color:transparent;color:var(--color-text-lighter);width:100%}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span::before{content:' ';background-repeat:no-repeat;background-position:center;min-width:16px;min-height:16px;display:block;opacity:.5;margin-right:5px;visibility:hidden}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--disabled{background-color:var(--color-background-dark);opacity:.5}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--highlight{color:var(--color-main-text);background-color:var(--color-background-dark)}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span:not(.multiselect__option--disabled):hover::before{opacity:.3}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--selected::before,.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span:not(.multiselect__option--disabled):hover::before{visibility:visible}.multiselect[data-v-16fd49f].multiselect--above .multiselect__content-wrapper{bottom:100%;margin-bottom:-1px}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__tags{flex-wrap:wrap}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__content-wrapper li>span::before{background-image:var(--icon-checkmark-000)}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__content-wrapper li>span[data-select='create']::before{background-image:var(--icon-add-000);visibility:visible}.multiselect[data-v-16fd49f].multiselect--single .multiselect__content-wrapper li>span::before{display:none}.multiselect[data-v-16fd49f]:hover .multiselect__placeholder,.multiselect[data-v-16fd49f] input.multiselect__input .multiselect__placeholder{color:var(--color-main-text)}\n","",{version:3,sources:["webpack://./../../assets/material-icons.css","webpack://./index.scss","webpack://./../../assets/variables.scss"],names:[],mappings:"AAGA,sBACC,YAAa,CACb,iBAAkB,CAClB,mBAAoB,CACpB,kBAAmB,CACnB,sBAAuB,CCJxB,6BACC,QAAS,CACT,oBAAqB,CACrB,oBAAqB,CAErB,eAAgB,CAChB,iBAAkB,CAClB,6CAA8C,CAP/C,4EAWE,UAAW,CACX,oBAAqB,CAZvB,0EAoBG,oBAAiC,CACjC,sBAAuB,CAEvB,2DAA4D,CAC5D,wBAAyB,CAxB5B,qEA6BG,YAAa,CA7BhB,6FAoCG,2DAA4D,CApC/D,2HA2CE,wDAAyD,CA3C3D,uDAgDE,SAAU,CACV,iBAAkB,CAjDpB,gDAwDE,YAAa,CACb,gBAAiB,CACjB,eAAgB,CAChB,yCAA0C,CAC1C,cAAe,CACf,iBAAkB,CAClB,iBAAkB,CAClB,eAAgB,CAChB,WAAY,CAhEd,wEAoEG,kBAAmB,CACnB,mBAAoB,CACpB,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,eAlBkB,CAmBlB,QAAS,CACT,gBAAiB,CA3EpB,yGA+EI,oBAAiC,CACjC,wBAAyB,CAhF7B,wIAqFK,YAAa,CArFlB,0FA0FI,gBAAiB,CACjB,eAAgB,CAChB,qBAAsB,CACtB,4BAA6B,CAC7B,yCAA0C,CAC1C,mBAAoB,CACpB,kBAAmB,CACnB,iBAAkB,CAGlB,WAAY,CACZ,qBAAsB,CACtB,0BAA2B,CAC3B,cAAe,CAvGnB,qGA2GK,aAAc,CA3GnB,2GA8GK,gBAvDgB,CAvDrB,+FAmHK,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CArHrB,+IA8HG,eAAgB,CAChB,aAAc,CACd,SAAU,CACV,6CAA8C,CAC9C,gBAAiB,CACjB,+BAAgC,CAEhC,YAAa,CACb,kBAAmB,CAtItB,kSA0II,cAAe,CA1InB,yIAgJG,gBAAiB,CACjB,+BAAgC,CAChC,mBAAoB,CACpB,kBAAmB,CACnB,UC7GgB,CD8GhB,gBA9FkB,CAgGlB,SAAU,CAvJb,yEA2JG,qBAAsB,CACtB,4BAA6B,CAC7B,QAAS,CACT,SAAU,CAEV,sBAAuB,CACvB,WAAY,CAGZ,cAAe,CAEf,0BAA2B,CAC3B,YAAa,CAvKhB,2DA6KE,iBAAkB,CAClB,UAAW,CACX,eAAgB,CAChB,yCAA0C,CAC1C,uCAAwC,CACxC,UAAW,CACX,gBAAiB,CACjB,eAAgB,CAChB,2DAA4D,CArL9D,iFAuLG,UAAW,CACX,SAAU,CAxLb,8DA2LG,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CA9LhC,iIAiMI,cAAe,CAjMnB,mEAoMI,WAAY,CACZ,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACvB,QAAS,CACT,WAAY,CACZ,cAAe,CACf,0BAA2B,CAC3B,wBAAyB,CACzB,qBAAsB,CACtB,oBAAqB,CACrB,gBAAiB,CACjB,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,+BAAgC,CAChC,UAAW,CApNf,2EAuNK,WAAY,CACZ,2BAA4B,CAC5B,0BAA2B,CAC3B,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,UCvLgB,CDwLhB,gBAAiB,CACjB,iBAAkB,CA/NvB,iGAkOK,6CAA8C,CAC9C,UC7LgB,CDtCrB,kGAsOK,4BAA6B,CAC7B,6CAA8C,CAvOnD,qHA0OK,UAAW,CA1OhB,8NA+OM,kBAAmB,CA/OzB,8EAuPE,WAAY,CACZ,kBAAmB,CAxPrB,sEA+PG,cAAe,CA/PlB,iGAoQI,0CAA2C,CApQ/C,uHA2QK,oCAAqC,CACrC,kBAAmB,CA5QxB,+FAoRE,YAAa,CApRf,6IA2RG,4BAA6B",sourcesContent:["/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n\tdisplay: flex;\n\talign-self: center;\n\tjustify-self: center;\n\talign-items: center;\n\tjustify-content: center;\n}\n","$scope_version:\"16fd49f\"; @import 'variables'; @import 'material-icons';\n// scoping is not working inside the Multiselect.vue component\n// as the nested properties are not inside it\n// Therefore we need to use an external scoping\n.multiselect[data-v-#{$scope_version}] {\n\tmargin: 0;\n\tpadding: 0 !important;\n\tdisplay: inline-block;\n\t/* override this rule with your width styling if you need */\n\tmin-width: 160px;\n\tposition: relative;\n\tbackground-color: var(--color-main-background);\n\n\t/* Force single multiselect value to be shown when not active */\n\t&:not(.multiselect--active) .multiselect__single {\n\t\twidth: 100%;\n\t\tz-index: 2 !important;\n\t}\n\n\t// active state, force the input to be shown, we don't want\n\t// the placeholder or the currently selected options\n\t&.multiselect--active {\n\t\t/* Opened: force display the input */\n\t\tinput.multiselect__input {\n\t\t\topacity: $opacity_full !important;\n\t\t\tcursor: text !important;\n\t\t\t// remove border radius on bottom opening\n\t\t\tborder-radius: var(--border-radius) var(--border-radius) 0 0;\n\t\t\tdisplay: block !important;\n\t\t}\n\n\t\t/* multiselect__limit hidden if active */\n\t\t.multiselect__limit {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t// Remove radius on top opening\n\t&.multiselect--active.multiselect--above {\n\t\tinput.multiselect__input {\n\t\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\t}\n\t}\n\n\t// disabled state background\n\t&.multiselect--disabled,\n\t&.multiselect--disabled .multiselect__single {\n\t\tbackground-color: var(--color-background-dark) !important;\n\t}\n\n\t// loading state\n\t&.icon-loading-small::after {\n\t\tleft: 100%;\n\t\tmargin-left: -24px;\n\t}\n\n\t// multiple selected options display\n\t.multiselect__tags {\n\t\t/* space between tags and limit tag */\n\t\t$space-between: 5px;\n\t\tdisplay: flex;\n\t\tflex-wrap: nowrap;\n\t\toverflow: hidden;\n\t\tborder: 1px solid var(--color-border-dark);\n\t\tcursor: pointer;\n\t\tposition: relative;\n\t\tborder-radius: 3px;\n\t\tmin-height: 34px;\n\t\theight: 100%;\n\n\t\t/* tag wrapper */\n\t\t.multiselect__tags-wrap {\n\t\t\talign-items: center;\n\t\t\tdisplay: inline-flex;\n\t\t\toverflow: hidden;\n\t\t\tmax-width: 100%;\n\t\t\tposition: relative;\n\t\t\tpadding: 3px $space-between;\n\t\t\tflex: 1 1;\n\t\t\tflex-wrap: nowrap;\n\t\t\t/* no tags or simple select? Show input directly\n\t\t\tinput is used to display single value */\n\t\t\t&:empty ~ input.multiselect__input {\n\t\t\t\topacity: $opacity_full !important;\n\t\t\t\tdisplay: block !important;\n\t\t\t\t/* hide default empty text like .multiselect__placeholder,\n\t\t\t\tand show input instead. It looks better without a transition between\n\t\t\t\ta span and the input that have different styling */\n\t\t\t\t+ span:not(.multiselect__single) {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t}\n\t\t\t/* selected tag */\n\t\t\t.multiselect__tag {\n\t\t\t\tline-height: 20px;\n\t\t\t\tpadding: 3px 5px;\n\t\t\t\tbackground-image: none;\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\tborder: 1px solid var(--color-border-dark);\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tborder-radius: 3px;\n\t\t\t\t/* require to override the default width\n\t\t\t\tand force the tag to shring properly */\n\t\t\t\tmin-width: 0;\n\t\t\t\tmax-width: fit-content;\n\t\t\t\tmax-width: -moz-fit-content;\n\t\t\t\tmargin: 2px 1px;\n\t\t\t\t/* css hack, detect if more than two tags\n\t\t\t\tif so, flex-basis is set to half */\n\t\t\t\t&:only-child {\n\t\t\t\t\tflex: 0 1 auto;\n\t\t\t\t}\n\t\t\t\t&:not(:last-child) {\n\t\t\t\t\tmargin-right: $space-between;\n\t\t\t\t}\n\t\t\t\t/* ellipsis the groups to be sure\n\t\t\t\twe display at least two of them */\n\t\t\t\t> span {\n\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t/* Single select default value\n\t\tor default placeholder if search disabled*/\n\t\t.multiselect__single,\n\t\t.multiselect__placeholder {\n\t\t\tpadding: 7px 6px; // like the input\n\t\t\tflex: 0 0 100%;\n\t\t\tz-index: 1; /* above input */\n\t\t\tbackground-color: var(--color-main-background);\n\t\t\tline-height: 18px; // 32px - 2*6px (padding) - 2*1px (border)\n\t\t\tcolor: var(--color-text-lighter); // like the input\n\t\t\t// Align content and make the flow smoother\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t// Anything inside will trigger the select opening\n\t\t\t&, * {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\t\t/* displayed text if tag limit reached */\n\t\t.multiselect__strong,\n\t\t.multiselect__limit {\n\t\t\tline-height: 20px;\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tdisplay: inline-flex;\n\t\t\talign-items: center;\n\t\t\topacity: $opacity_normal;\n\t\t\tmargin-right: $space-between;\n\t\t\t/* above the input */\n\t\t\tz-index: 5;\n\t\t}\n\t\t/* default multiselect input for search and placeholder */\n\t\tinput.multiselect__input {\n\t\t\twidth: 100% !important;\n\t\t\tposition: relative !important;\n\t\t\tmargin: 0;\n\t\t\topacity: 0;\n\t\t\t/* let's leave it on top of tags but hide it */\n\t\t\theight: 100% !important;\n\t\t\tborder: none;\n\t\t\t/* override hide to force show the placeholder */\n\t\t\t/* only when not active */\n\t\t\tcursor: pointer;\n\t\t\t/* override inline styling of the lib */\n\t\t\tpadding: 7px 6px !important;\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t/* results wrapper */\n\t.multiselect__content-wrapper {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\tmargin-top: -1px;\n\t\tborder: 1px solid var(--color-border-dark);\n\t\tbackground: var(--color-main-background);\n\t\tz-index: 50;\n\t\tmax-height: 250px;\n\t\toverflow-y: auto;\n\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\t.multiselect__content {\n\t\t\twidth: 100%;\n\t\t\tpadding: 0;\n\t\t}\n\t\tli {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tbackground-color: transparent;\n\t\t\t&,\n\t\t\tspan {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t\t> span {\n\t\t\t\tpadding: 8px;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\tmargin: 0;\n\t\t\t\theight: auto;\n\t\t\t\tmin-height: 1em;\n\t\t\t\t-webkit-touch-callout: none;\n\t\t\t\t-webkit-user-select: none;\n\t\t\t\t-moz-user-select: none;\n\t\t\t\t-ms-user-select: none;\n\t\t\t\tuser-select: none;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tcolor: var(--color-text-lighter);\n\t\t\t\twidth: 100%;\n\t\t\t\t/* selected checkmark icon */\n\t\t\t\t&::before {\n\t\t\t\t\tcontent: ' ';\n\t\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\t\tbackground-position: center;\n\t\t\t\t\tmin-width: 16px;\n\t\t\t\t\tmin-height: 16px;\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\topacity: $opacity_disabled;\n\t\t\t\t\tmargin-right: 5px;\n\t\t\t\t\tvisibility: hidden;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--disabled {\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t\topacity: $opacity_disabled;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--highlight {\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t}\n\t\t\t\t&:not(.multiselect__option--disabled):hover::before {\n\t\t\t\t\topacity: .3;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--selected,\n\t\t\t\t&:not(.multiselect__option--disabled):hover {\n\t\t\t\t\t&::before {\n\t\t\t\t\t\tvisibility: visible;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t/* ABOVE display */\n\t&.multiselect--above .multiselect__content-wrapper {\n\t\tbottom: 100%;\n\t\tmargin-bottom: -1px;\n\t}\n\n\t/* Icon before option select */\n\t&.multiselect--multiple {\n\t\t// push the input after the tag list\n\t\t.multiselect__tags {\n\t\t\tflex-wrap: wrap;\n\t\t}\n\n\t\t.multiselect__content-wrapper li > span {\n\t\t\t&::before {\n\t\t\t\tbackground-image: var(--icon-checkmark-000);\n\t\t\t}\n\n\t\t\t/* add the prop tag-placeholder=\"create\" to add the +\n\t\t\ticon on top of an unknown-and-ready-to-be-created entry */\n\t\t\t&[data-select='create'] {\n\t\t\t\t&::before {\n\t\t\t\t\tbackground-image: var(--icon-add-000);\n\t\t\t\t\tvisibility: visible;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/* No need for an icon here */\n\t&.multiselect--single .multiselect__content-wrapper li > span::before {\n\t\tdisplay: none;\n\t}\n\n\t/* Mouse feedback */\n\t&:hover,\n\tinput.multiselect__input {\n\t\t.multiselect__placeholder {\n\t\t\tcolor: var(--color-main-text);\n\t\t}\n\t}\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\n// recommended is 48px\n// 44px is what we choose and have very good visual-to-usability ratio\n$clickable-area: 44px;\n\n// background icon size\n// also used for the scss icon font\n$icon-size: 16px;\n\n// icon padding for a $clickable-area width and a $icon-size icon\n// ( 44px - 16px ) / 2\n$icon-margin: ($clickable-area - $icon-size) / 2;\n\n// transparency background for icons\n$icon-focus-bg: rgba(127, 127, 127, .25);\n\n// popovermenu arrow width from the triangle center\n$arrow-width: 9px;\n\n// opacities\n$opacity_disabled: .5;\n$opacity_normal: .7;\n$opacity_full: 1;\n\n// menu round background hover feedback\n// good looking on dark AND white bg\n$action-background-hover: rgba(127, 127, 127, .25);\n\n// various structure data used in the \n// `AppNavigation` component\n$header-height: 50px;\n$navigation-width: 300px;\n\n// mobile breakpoint\n$breakpoint-mobile: 1024px;\n"],sourceRoot:""}]),e.a=p},,function(t,e){t.exports=n(546)}])},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(10))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var o=n(9),a=n(69),r=n(17),p=n(126),i=n(123),b=n(122),c=a("wks"),s=o.Symbol,M=s&&s.for,z=b?s:s&&s.withoutSetter||p;t.exports=function(t){if(!r(c,t)||!i&&"string"!=typeof c[t]){var e="Symbol."+t;i&&r(s,t)?c[t]=s[t]:c[t]=b&&M?M(e):z(e)}return c[t]}},function(t,e,n){"use strict";var o=n(133),a=Object.prototype.toString;function r(t){return"[object Array]"===a.call(t)}function p(t){return void 0===t}function i(t){return null!==t&&"object"==typeof t}function b(t){if("[object Object]"!==a.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function c(t){return"[object Function]"===a.call(t)}function s(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),r(t))for(var n=0,o=t.length;nspan{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder{padding:7px 6px;flex:0 0 100%;z-index:1;background-color:var(--color-main-background);line-height:18px;color:var(--color-text-lighter);display:flex;align-items:center}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__single *,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__placeholder *{cursor:pointer}.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__strong,.multiselect[data-v-16fd49f] .multiselect__tags .multiselect__limit{line-height:20px;color:var(--color-text-lighter);display:inline-flex;align-items:center;opacity:.7;margin-right:5px;z-index:5}.multiselect[data-v-16fd49f] .multiselect__tags input.multiselect__input{width:100% !important;position:relative !important;margin:0;opacity:0;height:100% !important;border:none;cursor:pointer;padding:7px 6px !important;display:none}.multiselect[data-v-16fd49f] .multiselect__content-wrapper{position:absolute;width:100%;margin-top:-1px;border:1px solid var(--color-border-dark);background:var(--color-main-background);z-index:50;max-height:250px;overflow-y:auto;border-radius:0 0 var(--border-radius) var(--border-radius)}.multiselect[data-v-16fd49f] .multiselect__content-wrapper .multiselect__content{width:100%;padding:0}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li{position:relative;display:flex;align-items:center;background-color:transparent}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li,.multiselect[data-v-16fd49f] .multiselect__content-wrapper li span{cursor:pointer}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span{padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;height:auto;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-flex;align-items:center;background-color:transparent;color:var(--color-text-lighter);width:100%}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span::before{content:' ';background-repeat:no-repeat;background-position:center;min-width:16px;min-height:16px;display:block;opacity:.5;margin-right:5px;visibility:hidden}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--disabled{background-color:var(--color-background-dark);opacity:.5}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--highlight{color:var(--color-main-text);background-color:var(--color-background-dark)}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span:not(.multiselect__option--disabled):hover::before{opacity:.3}.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span.multiselect__option--selected::before,.multiselect[data-v-16fd49f] .multiselect__content-wrapper li>span:not(.multiselect__option--disabled):hover::before{visibility:visible}.multiselect[data-v-16fd49f].multiselect--above .multiselect__content-wrapper{bottom:100%;margin-bottom:-1px}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__tags{flex-wrap:wrap}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__content-wrapper li>span::before{background-image:var(--icon-checkmark-000)}.multiselect[data-v-16fd49f].multiselect--multiple .multiselect__content-wrapper li>span[data-select='create']::before{background-image:var(--icon-add-000);visibility:visible}.multiselect[data-v-16fd49f].multiselect--single .multiselect__content-wrapper li>span::before{display:none}.multiselect[data-v-16fd49f]:hover .multiselect__placeholder,.multiselect[data-v-16fd49f] input.multiselect__input .multiselect__placeholder{color:var(--color-main-text)}\n","",{version:3,sources:["webpack://./../../assets/material-icons.css","webpack://./index.scss","webpack://./../../assets/variables.scss"],names:[],mappings:"AAGA,sBACC,YAAa,CACb,iBAAkB,CAClB,mBAAoB,CACpB,kBAAmB,CACnB,sBAAuB,CCJxB,6BACC,QAAS,CACT,oBAAqB,CACrB,oBAAqB,CAErB,eAAgB,CAChB,iBAAkB,CAClB,6CAA8C,CAP/C,4EAWE,UAAW,CACX,oBAAqB,CAZvB,0EAoBG,oBAAiC,CACjC,sBAAuB,CAEvB,2DAA4D,CAC5D,wBAAyB,CAxB5B,qEA6BG,YAAa,CA7BhB,6FAoCG,2DAA4D,CApC/D,2HA2CE,wDAAyD,CA3C3D,uDAgDE,SAAU,CACV,iBAAkB,CAjDpB,gDAwDE,YAAa,CACb,gBAAiB,CACjB,eAAgB,CAChB,yCAA0C,CAC1C,cAAe,CACf,iBAAkB,CAClB,iBAAkB,CAClB,eAAgB,CAChB,WAAY,CAhEd,wEAoEG,kBAAmB,CACnB,mBAAoB,CACpB,eAAgB,CAChB,cAAe,CACf,iBAAkB,CAClB,eAlBkB,CAmBlB,QAAS,CACT,gBAAiB,CA3EpB,yGA+EI,oBAAiC,CACjC,wBAAyB,CAhF7B,wIAqFK,YAAa,CArFlB,0FA0FI,gBAAiB,CACjB,eAAgB,CAChB,qBAAsB,CACtB,4BAA6B,CAC7B,yCAA0C,CAC1C,mBAAoB,CACpB,kBAAmB,CACnB,iBAAkB,CAGlB,WAAY,CACZ,qBAAsB,CACtB,0BAA2B,CAC3B,cAAe,CAvGnB,qGA2GK,aAAc,CA3GnB,2GA8GK,gBAvDgB,CAvDrB,+FAmHK,kBAAmB,CACnB,sBAAuB,CACvB,eAAgB,CArHrB,+IA8HG,eAAgB,CAChB,aAAc,CACd,SAAU,CACV,6CAA8C,CAC9C,gBAAiB,CACjB,+BAAgC,CAEhC,YAAa,CACb,kBAAmB,CAtItB,kSA0II,cAAe,CA1InB,yIAgJG,gBAAiB,CACjB,+BAAgC,CAChC,mBAAoB,CACpB,kBAAmB,CACnB,UC7GgB,CD8GhB,gBA9FkB,CAgGlB,SAAU,CAvJb,yEA2JG,qBAAsB,CACtB,4BAA6B,CAC7B,QAAS,CACT,SAAU,CAEV,sBAAuB,CACvB,WAAY,CAGZ,cAAe,CAEf,0BAA2B,CAC3B,YAAa,CAvKhB,2DA6KE,iBAAkB,CAClB,UAAW,CACX,eAAgB,CAChB,yCAA0C,CAC1C,uCAAwC,CACxC,UAAW,CACX,gBAAiB,CACjB,eAAgB,CAChB,2DAA4D,CArL9D,iFAuLG,UAAW,CACX,SAAU,CAxLb,8DA2LG,iBAAkB,CAClB,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CA9LhC,iIAiMI,cAAe,CAjMnB,mEAoMI,WAAY,CACZ,kBAAmB,CACnB,eAAgB,CAChB,sBAAuB,CACvB,QAAS,CACT,WAAY,CACZ,cAAe,CACf,0BAA2B,CAC3B,wBAAyB,CACzB,qBAAsB,CACtB,oBAAqB,CACrB,gBAAiB,CACjB,mBAAoB,CACpB,kBAAmB,CACnB,4BAA6B,CAC7B,+BAAgC,CAChC,UAAW,CApNf,2EAuNK,WAAY,CACZ,2BAA4B,CAC5B,0BAA2B,CAC3B,cAAe,CACf,eAAgB,CAChB,aAAc,CACd,UCvLgB,CDwLhB,gBAAiB,CACjB,iBAAkB,CA/NvB,iGAkOK,6CAA8C,CAC9C,UC7LgB,CDtCrB,kGAsOK,4BAA6B,CAC7B,6CAA8C,CAvOnD,qHA0OK,UAAW,CA1OhB,8NA+OM,kBAAmB,CA/OzB,8EAuPE,WAAY,CACZ,kBAAmB,CAxPrB,sEA+PG,cAAe,CA/PlB,iGAoQI,0CAA2C,CApQ/C,uHA2QK,oCAAqC,CACrC,kBAAmB,CA5QxB,+FAoRE,YAAa,CApRf,6IA2RG,4BAA6B",sourcesContent:["/*\n* Ensure proper alignment of the vue material icons\n*/\n.material-design-icon {\n\tdisplay: flex;\n\talign-self: center;\n\tjustify-self: center;\n\talign-items: center;\n\tjustify-content: center;\n}\n","$scope_version:\"16fd49f\"; @import 'variables'; @import 'material-icons';\n// scoping is not working inside the Multiselect.vue component\n// as the nested properties are not inside it\n// Therefore we need to use an external scoping\n.multiselect[data-v-#{$scope_version}] {\n\tmargin: 0;\n\tpadding: 0 !important;\n\tdisplay: inline-block;\n\t/* override this rule with your width styling if you need */\n\tmin-width: 160px;\n\tposition: relative;\n\tbackground-color: var(--color-main-background);\n\n\t/* Force single multiselect value to be shown when not active */\n\t&:not(.multiselect--active) .multiselect__single {\n\t\twidth: 100%;\n\t\tz-index: 2 !important;\n\t}\n\n\t// active state, force the input to be shown, we don't want\n\t// the placeholder or the currently selected options\n\t&.multiselect--active {\n\t\t/* Opened: force display the input */\n\t\tinput.multiselect__input {\n\t\t\topacity: $opacity_full !important;\n\t\t\tcursor: text !important;\n\t\t\t// remove border radius on bottom opening\n\t\t\tborder-radius: var(--border-radius) var(--border-radius) 0 0;\n\t\t\tdisplay: block !important;\n\t\t}\n\n\t\t/* multiselect__limit hidden if active */\n\t\t.multiselect__limit {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t// Remove radius on top opening\n\t&.multiselect--active.multiselect--above {\n\t\tinput.multiselect__input {\n\t\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\t}\n\t}\n\n\t// disabled state background\n\t&.multiselect--disabled,\n\t&.multiselect--disabled .multiselect__single {\n\t\tbackground-color: var(--color-background-dark) !important;\n\t}\n\n\t// loading state\n\t&.icon-loading-small::after {\n\t\tleft: 100%;\n\t\tmargin-left: -24px;\n\t}\n\n\t// multiple selected options display\n\t.multiselect__tags {\n\t\t/* space between tags and limit tag */\n\t\t$space-between: 5px;\n\t\tdisplay: flex;\n\t\tflex-wrap: nowrap;\n\t\toverflow: hidden;\n\t\tborder: 1px solid var(--color-border-dark);\n\t\tcursor: pointer;\n\t\tposition: relative;\n\t\tborder-radius: 3px;\n\t\tmin-height: 34px;\n\t\theight: 100%;\n\n\t\t/* tag wrapper */\n\t\t.multiselect__tags-wrap {\n\t\t\talign-items: center;\n\t\t\tdisplay: inline-flex;\n\t\t\toverflow: hidden;\n\t\t\tmax-width: 100%;\n\t\t\tposition: relative;\n\t\t\tpadding: 3px $space-between;\n\t\t\tflex: 1 1;\n\t\t\tflex-wrap: nowrap;\n\t\t\t/* no tags or simple select? Show input directly\n\t\t\tinput is used to display single value */\n\t\t\t&:empty ~ input.multiselect__input {\n\t\t\t\topacity: $opacity_full !important;\n\t\t\t\tdisplay: block !important;\n\t\t\t\t/* hide default empty text like .multiselect__placeholder,\n\t\t\t\tand show input instead. It looks better without a transition between\n\t\t\t\ta span and the input that have different styling */\n\t\t\t\t+ span:not(.multiselect__single) {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\t\t\t}\n\t\t\t/* selected tag */\n\t\t\t.multiselect__tag {\n\t\t\t\tline-height: 20px;\n\t\t\t\tpadding: 3px 5px;\n\t\t\t\tbackground-image: none;\n\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\tborder: 1px solid var(--color-border-dark);\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tborder-radius: 3px;\n\t\t\t\t/* require to override the default width\n\t\t\t\tand force the tag to shring properly */\n\t\t\t\tmin-width: 0;\n\t\t\t\tmax-width: fit-content;\n\t\t\t\tmax-width: -moz-fit-content;\n\t\t\t\tmargin: 2px 1px;\n\t\t\t\t/* css hack, detect if more than two tags\n\t\t\t\tif so, flex-basis is set to half */\n\t\t\t\t&:only-child {\n\t\t\t\t\tflex: 0 1 auto;\n\t\t\t\t}\n\t\t\t\t&:not(:last-child) {\n\t\t\t\t\tmargin-right: $space-between;\n\t\t\t\t}\n\t\t\t\t/* ellipsis the groups to be sure\n\t\t\t\twe display at least two of them */\n\t\t\t\t> span {\n\t\t\t\t\twhite-space: nowrap;\n\t\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t/* Single select default value\n\t\tor default placeholder if search disabled*/\n\t\t.multiselect__single,\n\t\t.multiselect__placeholder {\n\t\t\tpadding: 7px 6px; // like the input\n\t\t\tflex: 0 0 100%;\n\t\t\tz-index: 1; /* above input */\n\t\t\tbackground-color: var(--color-main-background);\n\t\t\tline-height: 18px; // 32px - 2*6px (padding) - 2*1px (border)\n\t\t\tcolor: var(--color-text-lighter); // like the input\n\t\t\t// Align content and make the flow smoother\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\t// Anything inside will trigger the select opening\n\t\t\t&, * {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\t\t/* displayed text if tag limit reached */\n\t\t.multiselect__strong,\n\t\t.multiselect__limit {\n\t\t\tline-height: 20px;\n\t\t\tcolor: var(--color-text-lighter);\n\t\t\tdisplay: inline-flex;\n\t\t\talign-items: center;\n\t\t\topacity: $opacity_normal;\n\t\t\tmargin-right: $space-between;\n\t\t\t/* above the input */\n\t\t\tz-index: 5;\n\t\t}\n\t\t/* default multiselect input for search and placeholder */\n\t\tinput.multiselect__input {\n\t\t\twidth: 100% !important;\n\t\t\tposition: relative !important;\n\t\t\tmargin: 0;\n\t\t\topacity: 0;\n\t\t\t/* let's leave it on top of tags but hide it */\n\t\t\theight: 100% !important;\n\t\t\tborder: none;\n\t\t\t/* override hide to force show the placeholder */\n\t\t\t/* only when not active */\n\t\t\tcursor: pointer;\n\t\t\t/* override inline styling of the lib */\n\t\t\tpadding: 7px 6px !important;\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t/* results wrapper */\n\t.multiselect__content-wrapper {\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\tmargin-top: -1px;\n\t\tborder: 1px solid var(--color-border-dark);\n\t\tbackground: var(--color-main-background);\n\t\tz-index: 50;\n\t\tmax-height: 250px;\n\t\toverflow-y: auto;\n\t\tborder-radius: 0 0 var(--border-radius) var(--border-radius);\n\t\t.multiselect__content {\n\t\t\twidth: 100%;\n\t\t\tpadding: 0;\n\t\t}\n\t\tli {\n\t\t\tposition: relative;\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\t\t\tbackground-color: transparent;\n\t\t\t&,\n\t\t\tspan {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t\t> span {\n\t\t\t\tpadding: 8px;\n\t\t\t\twhite-space: nowrap;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\tmargin: 0;\n\t\t\t\theight: auto;\n\t\t\t\tmin-height: 1em;\n\t\t\t\t-webkit-touch-callout: none;\n\t\t\t\t-webkit-user-select: none;\n\t\t\t\t-moz-user-select: none;\n\t\t\t\t-ms-user-select: none;\n\t\t\t\tuser-select: none;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t\talign-items: center;\n\t\t\t\tbackground-color: transparent;\n\t\t\t\tcolor: var(--color-text-lighter);\n\t\t\t\twidth: 100%;\n\t\t\t\t/* selected checkmark icon */\n\t\t\t\t&::before {\n\t\t\t\t\tcontent: ' ';\n\t\t\t\t\tbackground-repeat: no-repeat;\n\t\t\t\t\tbackground-position: center;\n\t\t\t\t\tmin-width: 16px;\n\t\t\t\t\tmin-height: 16px;\n\t\t\t\t\tdisplay: block;\n\t\t\t\t\topacity: $opacity_disabled;\n\t\t\t\t\tmargin-right: 5px;\n\t\t\t\t\tvisibility: hidden;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--disabled {\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t\topacity: $opacity_disabled;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--highlight {\n\t\t\t\t\tcolor: var(--color-main-text);\n\t\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t\t}\n\t\t\t\t&:not(.multiselect__option--disabled):hover::before {\n\t\t\t\t\topacity: .3;\n\t\t\t\t}\n\t\t\t\t&.multiselect__option--selected,\n\t\t\t\t&:not(.multiselect__option--disabled):hover {\n\t\t\t\t\t&::before {\n\t\t\t\t\t\tvisibility: visible;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t/* ABOVE display */\n\t&.multiselect--above .multiselect__content-wrapper {\n\t\tbottom: 100%;\n\t\tmargin-bottom: -1px;\n\t}\n\n\t/* Icon before option select */\n\t&.multiselect--multiple {\n\t\t// push the input after the tag list\n\t\t.multiselect__tags {\n\t\t\tflex-wrap: wrap;\n\t\t}\n\n\t\t.multiselect__content-wrapper li > span {\n\t\t\t&::before {\n\t\t\t\tbackground-image: var(--icon-checkmark-000);\n\t\t\t}\n\n\t\t\t/* add the prop tag-placeholder=\"create\" to add the +\n\t\t\ticon on top of an unknown-and-ready-to-be-created entry */\n\t\t\t&[data-select='create'] {\n\t\t\t\t&::before {\n\t\t\t\t\tbackground-image: var(--icon-add-000);\n\t\t\t\t\tvisibility: visible;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t/* No need for an icon here */\n\t&.multiselect--single .multiselect__content-wrapper li > span::before {\n\t\tdisplay: none;\n\t}\n\n\t/* Mouse feedback */\n\t&:hover,\n\tinput.multiselect__input {\n\t\t.multiselect__placeholder {\n\t\t\tcolor: var(--color-main-text);\n\t\t}\n\t}\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license GNU AGPL version 3 or any later version\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\n// https://uxplanet.org/7-rules-for-mobile-ui-button-design-e9cf2ea54556\n// recommended is 48px\n// 44px is what we choose and have very good visual-to-usability ratio\n$clickable-area: 44px;\n\n// background icon size\n// also used for the scss icon font\n$icon-size: 16px;\n\n// icon padding for a $clickable-area width and a $icon-size icon\n// ( 44px - 16px ) / 2\n$icon-margin: ($clickable-area - $icon-size) / 2;\n\n// transparency background for icons\n$icon-focus-bg: rgba(127, 127, 127, .25);\n\n// popovermenu arrow width from the triangle center\n$arrow-width: 9px;\n\n// opacities\n$opacity_disabled: .5;\n$opacity_normal: .7;\n$opacity_full: 1;\n\n// menu round background hover feedback\n// good looking on dark AND white bg\n$action-background-hover: rgba(127, 127, 127, .25);\n\n// various structure data used in the \n// `AppNavigation` component\n$header-height: 50px;\n$navigation-width: 300px;\n\n// mobile breakpoint\n$breakpoint-mobile: 1024px;\n"],sourceRoot:""}]),e.a=p},,function(t,e){t.exports=n(546)}])},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||function(){return this}()||Function("return this")()}).call(this,n(10))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var o=n(9),a=n(70),r=n(17),p=n(126),i=n(123),b=n(122),c=a("wks"),s=o.Symbol,M=s&&s.for,z=b?s:s&&s.withoutSetter||p;t.exports=function(t){if(!r(c,t)||!i&&"string"!=typeof c[t]){var e="Symbol."+t;i&&r(s,t)?c[t]=s[t]:c[t]=b&&M?M(e):z(e)}return c[t]}},function(t,e,n){"use strict";var o=n(133),a=Object.prototype.toString;function r(t){return"[object Array]"===a.call(t)}function p(t){return void 0===t}function i(t){return null!==t&&"object"==typeof t}function b(t){if("[object Object]"!==a.call(t))return!1;var e=Object.getPrototypeOf(t);return null===e||e===Object.prototype}function c(t){return"[object Function]"===a.call(t)}function s(t,e){if(null!=t)if("object"!=typeof t&&(t=[t]),r(t))for(var n=0,o=t.length;n=0&&Math.floor(e)===e&&isFinite(t)}function l(t){return r(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function u(t){return null==t?"":Array.isArray(t)||s(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function O(t){var e=parseFloat(t);return isNaN(e)?t:e}function d(t,e){for(var n=Object.create(null),o=t.split(","),a=0;a-1)return t.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function q(t,e){return m.call(t,e)}function h(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var W=/-(\w)/g,g=h((function(t){return t.replace(W,(function(t,e){return e?e.toUpperCase():""}))})),_=h((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),v=/\B([A-Z])/g,y=h((function(t){return t.replace(v,"-$1").toLowerCase()}));var L=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var o=arguments.length;return o?o>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function R(t,e){e=e||0;for(var n=t.length-e,o=new Array(n);n--;)o[n]=t[n+e];return o}function B(t,e){for(var n in e)t[n]=e[n];return t}function C(t){for(var e={},n=0;n0,J=G&&G.indexOf("edge/")>0,Q=(G&&G.indexOf("android"),G&&/iphone|ipad|ipod|ios/.test(G)||"ios"===$),Z=(G&&/chrome\/\d+/.test(G),G&&/phantomjs/.test(G),G&&G.match(/firefox\/(\d+)/)),tt={}.watch,et=!1;if(I)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){et=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var ot=function(){return void 0===F&&(F=!I&&!U&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),F},at=I&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,it="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);pt="undefined"!=typeof Set&&rt(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 bt=w,ct=0,st=function(){this.id=ct++,this.subs=[]};st.prototype.addSub=function(t){this.subs.push(t)},st.prototype.removeSub=function(t){f(this.subs,t)},st.prototype.depend=function(){st.target&&st.target.addDep(this)},st.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(r&&!q(a,"default"))p=!1;else if(""===p||p===y(t)){var b=Pt(String,a.type);(b<0||i0&&(Me((b=t(b,(n||"")+"_"+o))[0])&&Me(s)&&(M[c]=At(s.text+b[0].text),b.shift()),M.push.apply(M,b)):i(b)?Me(s)?M[c]=At(s.text+b):""!==b&&M.push(At(b)):Me(b)&&Me(s)?M[c]=At(s.text+b.text):(p(e._isVList)&&r(b.tag)&&a(b.key)&&r(n)&&(b.key="__vlist"+n+"_"+o+"__"),M.push(b)));return M}(t):void 0}function Me(t){return r(t)&&r(t.text)&&!1===t.isComment}function ze(t,e){if(t){for(var n=Object.create(null),o=it?Reflect.ownKeys(t):Object.keys(t),a=0;a0,p=t?!!t.$stable:!r,i=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(p&&n&&n!==o&&i===n.$key&&!r&&!n.$hasNormal)return n;for(var b in a={},t)t[b]&&"$"!==b[0]&&(a[b]=Ae(e,b,t[b]))}else a={};for(var c in e)c in a||(a[c]=fe(e,c));return t&&Object.isExtensible(t)&&(t._normalized=a),Y(a,"$stable",p),Y(a,"$key",i),Y(a,"$hasNormal",r),a}function Ae(t,e,n){var o=function(){var t=arguments.length?n.apply(null,arguments):n({}),e=(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:se(t))&&t[0];return t&&(!e||1===t.length&&e.isComment&&!Oe(e))?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:o,enumerable:!0,configurable:!0}),o}function fe(t,e){return function(){return t[e]}}function me(t,e){var n,o,a,p,i;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),o=0,a=t.length;odocument.createEvent("Event").timeStamp&&(cn=function(){return sn.now()})}function Mn(){var t,e;for(bn=cn(),rn=!0,en.sort((function(t,e){return t.id-e.id})),pn=0;pnpn&&en[n].id>t.id;)n--;en.splice(n+1,0,t)}else en.push(t);an||(an=!0,ne(Mn))}}(this)},ln.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||b(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'+this.expression+'"';Ht(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},ln.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ln.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},ln.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||f(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:w,set:w};function On(t,e,n){un.get=function(){return this[e][n]},un.set=function(t){this[e][n]=t},Object.defineProperty(t,n,un)}function dn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},o=t._props={},a=t.$options._propKeys=[];t.$parent&>(!1);var r=function(r){a.push(r);var p=St(r,e,n,t);yt(o,r,p),r in t||On(t,"_props",r)};for(var p in e)r(p);gt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?w:L(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;s(e=t._data="function"==typeof e?function(t,e){zt();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{lt()}}(e,t):e||{})||(e={});var n=Object.keys(e),o=t.$options.props,a=(t.$options.methods,n.length);for(;a--;){var r=n[a];0,o&&q(o,r)||(p=void 0,36!==(p=(r+"").charCodeAt(0))&&95!==p&&On(t,"_data",r))}var p;vt(e,!0)}(t):vt(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),o=ot();for(var a in e){var r=e[a],p="function"==typeof r?r:r.get;0,o||(n[a]=new ln(t,p||w,w,An)),a in t||fn(t,a,r)}}(t,e.computed),e.watch&&e.watch!==tt&&function(t,e){for(var n in e){var o=e[n];if(Array.isArray(o))for(var a=0;a-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!M(t)&&t.test(e)}function Rn(t,e){var n=t.cache,o=t.keys,a=t._vnode;for(var r in n){var p=n[r];if(p){var i=p.name;i&&!e(i)&&Bn(n,r,o,a)}}}function Bn(t,e,n,o){var a=t[e];!a||o&&a.tag===o.tag||a.componentInstance.$destroy(),t[e]=null,f(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Wn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),o=e._parentVnode;n.parent=e.parent,n._parentVnode=o;var a=o.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(gn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,a=n&&n.context;t.$slots=le(e._renderChildren,a),t.$scopedSlots=o,t._c=function(e,n,o,a){return Ye(t,e,n,o,a,!1)},t.$createElement=function(e,n,o,a){return Ye(t,e,n,o,a,!0)};var r=n&&n.data;yt(t,"$attrs",r&&r.attrs||o,null,!0),yt(t,"$listeners",e._parentListeners||o,null,!0)}(e),tn(e,"beforeCreate"),function(t){var e=ze(t.$options.inject,t);e&&(gt(!1),Object.keys(e).forEach((function(n){yt(t,n,e[n])})),gt(!0))}(e),dn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),tn(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(_n),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Lt,t.prototype.$delete=Rt,t.prototype.$watch=function(t,e,n){if(s(e))return hn(this,t,e,n);(n=n||{}).user=!0;var o=new ln(this,t,e,n);if(n.immediate){var a='callback for immediate watcher "'+o.expression+'"';zt(),Ht(e,this,[o.value],this,a),lt()}return function(){o.teardown()}}}(_n),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var o=this;if(Array.isArray(t))for(var a=0,r=t.length;a1?R(n):n;for(var o=R(arguments,1),a='event handler for "'+t+'"',r=0,p=n.length;rparseInt(this.max)&&Bn(t,e[0],e,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Bn(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Rn(t,(function(t){return Ln(e,t)}))})),this.$watch("exclude",(function(e){Rn(t,(function(t){return!Ln(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=Ie(t),n=e&&e.componentOptions;if(n){var o=yn(n),a=this.include,r=this.exclude;if(a&&(!o||!Ln(a,o))||r&&o&&Ln(r,o))return e;var p=this.cache,i=this.keys,b=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;p[b]?(e.componentInstance=p[b].componentInstance,f(i,b),i.push(b)):(this.vnodeToCache=e,this.keyToCache=b),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return E}};Object.defineProperty(t,"config",e),t.util={warn:bt,extend:B,mergeOptions:Nt,defineReactive:yt},t.set=Lt,t.delete=Rt,t.nextTick=ne,t.observable=function(t){return vt(t),t},t.options=Object.create(null),D.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,B(t.options.components,wn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=R(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),vn(t),function(t){D.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&s(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(_n),Object.defineProperty(_n.prototype,"$isServer",{get:ot}),Object.defineProperty(_n.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(_n,"FunctionalRenderContext",{value:xe}),_n.version="2.6.14";var kn=d("style,class"),Tn=d("input,textarea,option,select,progress"),xn=d("contenteditable,draggable,spellcheck"),Xn=d("events,caret,typing,plaintext-only"),Nn=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,truespeed,typemustmatch,visible"),Dn="http://www.w3.org/1999/xlink",Sn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},En=function(t){return Sn(t)?t.slice(6,t.length):""},jn=function(t){return null==t||!1===t};function Yn(t){for(var e=t.data,n=t,o=t;r(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(e=Pn(o.data,e));for(;r(n=n.parent);)n&&n.data&&(e=Pn(e,n.data));return function(t,e){if(r(t)||r(e))return Fn(t,Hn(e));return""}(e.staticClass,e.class)}function Pn(t,e){return{staticClass:Fn(t.staticClass,e.staticClass),class:r(t.class)?[t.class,e.class]:e.class}}function Fn(t,e){return t?e?t+" "+e:t:e||""}function Hn(t){return Array.isArray(t)?function(t){for(var e,n="",o=0,a=t.length;o-1?lo(t,e,n):Nn(e)?jn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):xn(e)?t.setAttribute(e,function(t,e){return jn(e)||"false"===e?"false":"contenteditable"===t&&Xn(e)?e:"true"}(e,n)):Sn(e)?jn(n)?t.removeAttributeNS(Dn,En(e)):t.setAttributeNS(Dn,e,n):lo(t,e,n)}function lo(t,e,n){if(jn(n))t.removeAttribute(e);else{if(V&&!K&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var o=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",o)};t.addEventListener("input",o),t.__ieph=!0}t.setAttribute(e,n)}}var uo={create:Mo,update:Mo};function Oo(t,e){var n=e.elm,o=e.data,p=t.data;if(!(a(o.staticClass)&&a(o.class)&&(a(p)||a(p.staticClass)&&a(p.class)))){var i=Yn(e),b=n._transitionClasses;r(b)&&(i=Fn(i,Hn(b))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Ao,fo={create:Oo,update:Oo};function mo(t,e,n){var o=Ao;return function a(){var r=e.apply(null,arguments);null!==r&&Wo(t,a,n,o)}}var qo=Gt&&!(Z&&Number(Z[1])<=53);function ho(t,e,n,o){if(qo){var a=bn,r=e;e=r._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=a||t.timeStamp<=0||t.target.ownerDocument!==document)return r.apply(this,arguments)}}Ao.addEventListener(t,e,et?{capture:n,passive:o}:n)}function Wo(t,e,n,o){(o||Ao).removeEventListener(t,e._wrapper||e,n)}function go(t,e){if(!a(t.data.on)||!a(e.data.on)){var n=e.data.on||{},o=t.data.on||{};Ao=e.elm,function(t){if(r(t.__r)){var e=V?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}r(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ie(n,o,ho,Wo,mo,e.context),Ao=void 0}}var _o,vo={create:go,update:go};function yo(t,e){if(!a(t.data.domProps)||!a(e.data.domProps)){var n,o,p=e.elm,i=t.data.domProps||{},b=e.data.domProps||{};for(n in r(b.__ob__)&&(b=e.data.domProps=B({},b)),i)n in b||(p[n]="");for(n in b){if(o=b[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),o===i[n])continue;1===p.childNodes.length&&p.removeChild(p.childNodes[0])}if("value"===n&&"PROGRESS"!==p.tagName){p._value=o;var c=a(o)?"":String(o);Lo(p,c)&&(p.value=c)}else if("innerHTML"===n&&$n(p.tagName)&&a(p.innerHTML)){(_o=_o||document.createElement("div")).innerHTML=""+o+"";for(var s=_o.firstChild;p.firstChild;)p.removeChild(p.firstChild);for(;s.firstChild;)p.appendChild(s.firstChild)}else if(o!==i[n])try{p[n]=o}catch(t){}}}}function Lo(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,o=t._vModifiers;if(r(o)){if(o.number)return O(n)!==O(e);if(o.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Ro={create:yo,update:yo},Bo=h((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var o=t.split(n);o.length>1&&(e[o[0].trim()]=o[1].trim())}})),e}));function Co(t){var e=wo(t.style);return t.staticStyle?B(t.staticStyle,e):e}function wo(t){return Array.isArray(t)?C(t):"string"==typeof t?Bo(t):t}var ko,To=/^--/,xo=/\s*!important$/,Xo=function(t,e,n){if(To.test(e))t.style.setProperty(e,n);else if(xo.test(n))t.style.setProperty(y(e),n.replace(xo,""),"important");else{var o=Do(e);if(Array.isArray(n))for(var a=0,r=n.length;a-1?e.split(jo).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Po(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(jo).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",o=" "+e+" ";n.indexOf(o)>=0;)n=n.replace(o," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Fo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&B(e,Ho(t.name||"v")),B(e,t),e}return"string"==typeof t?Ho(t):void 0}}var Ho=h((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"}})),Io=I&&!K,Uo="transition",$o="transitionend",Go="animation",Vo="animationend";Io&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Uo="WebkitTransition",$o="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Go="WebkitAnimation",Vo="webkitAnimationEnd"));var Ko=I?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Jo(t){Ko((function(){Ko(t)}))}function Qo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Yo(t,e))}function Zo(t,e){t._transitionClasses&&f(t._transitionClasses,e),Po(t,e)}function ta(t,e,n){var o=na(t,e),a=o.type,r=o.timeout,p=o.propCount;if(!a)return n();var i="transition"===a?$o:Vo,b=0,c=function(){t.removeEventListener(i,s),n()},s=function(e){e.target===t&&++b>=p&&c()};setTimeout((function(){b0&&(n="transition",s=p,M=r.length):"animation"===e?c>0&&(n="animation",s=c,M=b.length):M=(n=(s=Math.max(p,c))>0?p>c?"transition":"animation":null)?"transition"===n?r.length:b.length:0,{type:n,timeout:s,propCount:M,hasTransform:"transition"===n&&ea.test(o[Uo+"Property"])}}function oa(t,e){for(;t.length1}function ca(t,e){!0!==e.data.show&&ra(e)}var sa=function(t){var e,n,o={},b=t.modules,c=t.nodeOps;for(e=0;eu?m(t,a(n[A+1])?null:n[A+1].elm,n,l,A,o):l>A&&h(e,z,u)}(z,d,A,n,s):r(A)?(r(t.text)&&c.setTextContent(z,""),m(z,null,A,0,A.length-1,n)):r(d)?h(d,0,d.length-1):r(t.text)&&c.setTextContent(z,""):t.text!==e.text&&c.setTextContent(z,e.text),r(u)&&r(l=u.hook)&&r(l=l.postpatch)&&l(t,e)}}}function v(t,e,n){if(p(n)&&r(t.parent))t.parent.data.pendingInsert=e;else for(var o=0;o-1,p.selected!==r&&(p.selected=r);else if(x(Oa(p),o))return void(t.selectedIndex!==i&&(t.selectedIndex=i));a||(t.selectedIndex=-1)}}function ua(t,e){return e.every((function(e){return!x(e,t)}))}function Oa(t){return"_value"in t?t._value:t.value}function da(t){t.target.composing=!0}function Aa(t){t.target.composing&&(t.target.composing=!1,fa(t.target,"input"))}function fa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ma(t){return!t.componentInstance||t.data&&t.data.transition?t:ma(t.componentInstance._vnode)}var qa={model:Ma,show:{bind:function(t,e,n){var o=e.value,a=(n=ma(n)).data&&n.data.transition,r=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;o&&a?(n.data.show=!0,ra(n,(function(){t.style.display=r}))):t.style.display=o?r:"none"},update:function(t,e,n){var o=e.value;!o!=!e.oldValue&&((n=ma(n)).data&&n.data.transition?(n.data.show=!0,o?ra(n,(function(){t.style.display=t.__vOriginalDisplay})):pa(n,(function(){t.style.display="none"}))):t.style.display=o?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,o,a){a||(t.style.display=t.__vOriginalDisplay)}}},ha={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 Wa(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Wa(Ie(e.children)):t}function ga(t){var e={},n=t.$options;for(var o in n.propsData)e[o]=t[o];var a=n._parentListeners;for(var r in a)e[g(r)]=a[r];return e}function _a(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var va=function(t){return t.tag||Oe(t)},ya=function(t){return"show"===t.name},La={name:"transition",props:ha,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(va)).length){0;var o=this.mode;0;var a=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return a;var r=Wa(a);if(!r)return a;if(this._leaving)return _a(t,a);var p="__transition-"+this._uid+"-";r.key=null==r.key?r.isComment?p+"comment":p+r.tag:i(r.key)?0===String(r.key).indexOf(p)?r.key:p+r.key:r.key;var b=(r.data||(r.data={})).transition=ga(this),c=this._vnode,s=Wa(c);if(r.data.directives&&r.data.directives.some(ya)&&(r.data.show=!0),s&&s.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(r,s)&&!Oe(s)&&(!s.componentInstance||!s.componentInstance._vnode.isComment)){var M=s.data.transition=B({},b);if("out-in"===o)return this._leaving=!0,be(M,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),_a(t,a);if("in-out"===o){if(Oe(r))return c;var z,l=function(){z()};be(b,"afterEnter",l),be(b,"enterCancelled",l),be(M,"delayLeave",(function(t){z=t}))}}return a}}},Ra=B({tag:String,moveClass:String},ha);function Ba(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ca(t){t.data.newPos=t.elm.getBoundingClientRect()}function wa(t){var e=t.data.pos,n=t.data.newPos,o=e.left-n.left,a=e.top-n.top;if(o||a){t.data.moved=!0;var r=t.elm.style;r.transform=r.WebkitTransform="translate("+o+"px,"+a+"px)",r.transitionDuration="0s"}}delete Ra.mode;var ka={Transition:La,TransitionGroup:{props:Ra,beforeMount:function(){var t=this,e=this._update;this._update=function(n,o){var a=Je(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,a(),e.call(t,n,o)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),o=this.prevChildren=this.children,a=this.$slots.default||[],r=this.children=[],p=ga(this),i=0;i-1?Vn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Vn[t]=/HTMLUnknownElement/.test(e.toString())},B(_n.options.directives,qa),B(_n.options.components,ka),_n.prototype.__patch__=I?sa:w,_n.prototype.$mount=function(t,e){return function(t,e,n){var o;return t.$el=e,t.$options.render||(t.$options.render=dt),tn(t,"beforeMount"),o=function(){t._update(t._render(),n)},new ln(t,o,w,{before:function(){t._isMounted&&!t._isDestroyed&&tn(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,tn(t,"mounted")),t}(this,t=t&&I?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},I&&setTimeout((function(){E.devtools&&at&&at.emit("init",_n)}),0),e.default=_n}.call(this,n(10),n(397).setImmediate)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0,n(83);e.linkTo=(t,e)=>a(t,"",e);e.generateRemoteUrl=t=>window.location.protocol+"//"+window.location.host+(t=>r()+"/remote.php/"+t)(t);e.generateOcsUrl=(t,e,n)=>{const a=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+r()+"/ocs/v"+a+".php"+o(t,e,n)};const o=(t,e,n)=>{const o=Object.assign({escape:!0},n||{});return"/"!==t.charAt(0)&&(t="/"+t),a=(a=e||{})||{},t.replace(/{([^{}]*)}/g,(function(t,e){var n=a[e];return o.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(t):"string"==typeof n||"number"==typeof n?n.toString():t}));var a};e.generateUrl=(t,e,n)=>{const a=Object.assign({noRewrite:!1},n||{});return!0!==OC.config.modRewriteWorking||a.noRewrite?r()+"/index.php"+o(t,e,n):r()+o(t,e,n)};e.imagePath=(t,e)=>-1===e.indexOf(".")?a(t,"img",e+".svg"):a(t,"img",e);const a=(t,e,n)=>{const o=-1!==OC.coreApps.indexOf(t);let a=r();return"php"!==n.substring(n.length-3)||o?"php"===n.substring(n.length-3)||o?(a+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",o||(a+="apps/"),""!==t&&(a+=t+="/"),e&&(a+=e+"/"),a+=n):(a=OC.appswebroots[t],e&&(a+="/"+e+"/"),"/"!==a.substring(a.length-1)&&(a+="/"),a+=n):(a+="/index.php/apps/"+t,"index.php"!==n&&(a+="/",e&&(a+=encodeURI(e+"/")),a+=n)),a};e.generateFilePath=a;const r=()=>OC.webroot;e.getRootUrl=r},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(10))},function(t,e,n){var o=n(2);t.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var o=n(6),a=n(31),r=o({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return r(a(t),e)}},function(t,e,n){var o=n(146),a="object"==typeof self&&self&&self.Object===Object&&self,r=o||a||Function("return this")();t.exports=r},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(338);var o,a=(o=n(353))&&o.__esModule?o:{default:o},r=n(141);var p=a.default.create({headers:{requesttoken:(0,r.getRequestToken)()}}),i=Object.assign(p,{CancelToken:a.default.CancelToken,isCancel:a.default.isCancel});(0,r.onRequestTokenUpdate)((function(t){return p.defaults.headers.requesttoken=t}));var b=i;e.default=b},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.loadState=function(t,e,n){var o=document.querySelector("#initial-state-".concat(t,"-").concat(e));if(null===o){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(e," of ").concat(t))}try{return JSON.parse(atob(o.value))}catch(n){throw new Error("Could not parse initial state ".concat(e," of ").concat(t))}},n(382)},function(t,e,n){var o=n(46),a=Function.prototype.call;t.exports=o?a.bind(a):function(){return a.apply(a,arguments)}},function(t,e,n){var o=n(26),a=String,r=TypeError;t.exports=function(t){if(o(t))return t;throw r(a(t)+" is not an object")}},function(t,e,n){var o=n(16),a=n(127),r=n(128),p=n(23),i=n(67),b=TypeError,c=Object.defineProperty,s=Object.getOwnPropertyDescriptor;e.f=o?r?function(t,e,n){if(p(t),e=i(e),p(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var o=s(t,e);o&&o.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:o.configurable,enumerable:"enumerable"in n?n.enumerable:o.enumerable,writable:!1})}return c(t,e,n)}:c:function(t,e,n){if(p(t),e=i(e),p(n),a)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw b("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return W})),n.d(e,"c",(function(){return q}));var o=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t,e){if(void 0===e&&(e=[]),null===t||"object"!=typeof t)return t;var n,o=(n=function(e){return e.original===t},e.filter(n)[0]);if(o)return o.copy;var r=Array.isArray(t)?[]:{};return e.push({original:t,copy:r}),Object.keys(t).forEach((function(n){r[n]=a(t[n],e)})),r}function r(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function p(t){return null!==t&&"object"==typeof t}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},b={namespaced:{configurable:!0}};b.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.hasChild=function(t){return t in this._children},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){r(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,b);var c=function(t){this.register([],t,!1)};c.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},c.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},c.prototype.update=function(t){!function t(e,n,o){0;if(n.update(o),o.modules)for(var a in o.modules){if(!n.getChild(a))return void 0;t(e.concat(a),n.getChild(a),o.modules[a])}}([],this.root,t)},c.prototype.register=function(t,e,n){var o=this;void 0===n&&(n=!0);var a=new i(e,n);0===t.length?this.root=a:this.get(t.slice(0,-1)).addChild(t[t.length-1],a);e.modules&&r(e.modules,(function(e,a){o.register(t.concat(a),e,n)}))},c.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],o=e.getChild(n);o&&o.runtime&&e.removeChild(n)},c.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var s;var M=function(t){var e=this;void 0===t&&(t={}),!s&&"undefined"!=typeof window&&window.Vue&&m(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var a=t.strict;void 0===a&&(a=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new c(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new s,this._makeLocalGettersCache=Object.create(null);var r=this,p=this.dispatch,i=this.commit;this.dispatch=function(t,e){return p.call(r,t,e)},this.commit=function(t,e,n){return i.call(r,t,e,n)},this.strict=a;var b=this._modules.root.state;d(this,b,[],this._modules.root),O(this,b),n.forEach((function(t){return t(e)})),(void 0!==t.devtools?t.devtools:s.config.devtools)&&function(t){o&&(t._devtoolHook=o,o.emit("vuex:init",t),o.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){o.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){o.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},z={state:{configurable:!0}};function l(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function u(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;d(t,n,[],t._modules.root,!0),O(t,n,e)}function O(t,e,n){var o=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var a=t._wrappedGetters,p={};r(a,(function(e,n){p[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var i=s.config.silent;s.config.silent=!0,t._vm=new s({data:{$$state:e},computed:p}),s.config.silent=i,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),o&&(n&&t._withCommit((function(){o._data.$$state=null})),s.nextTick((function(){return o.$destroy()})))}function d(t,e,n,o,a){var r=!n.length,p=t._modules.getNamespace(n);if(o.namespaced&&(t._modulesNamespaceMap[p],t._modulesNamespaceMap[p]=o),!r&&!a){var i=A(e,n.slice(0,-1)),b=n[n.length-1];t._withCommit((function(){s.set(i,b,o.state)}))}var c=o.context=function(t,e,n){var o=""===e,a={dispatch:o?t.dispatch:function(n,o,a){var r=f(n,o,a),p=r.payload,i=r.options,b=r.type;return i&&i.root||(b=e+b),t.dispatch(b,p)},commit:o?t.commit:function(n,o,a){var r=f(n,o,a),p=r.payload,i=r.options,b=r.type;i&&i.root||(b=e+b),t.commit(b,p,i)}};return Object.defineProperties(a,{getters:{get:o?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var n={},o=e.length;Object.keys(t.getters).forEach((function(a){if(a.slice(0,o)===e){var r=a.slice(o);Object.defineProperty(n,r,{get:function(){return t.getters[a]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return A(t.state,n)}}}),a}(t,p,n);o.forEachMutation((function(e,n){!function(t,e,n,o){(t._mutations[e]||(t._mutations[e]=[])).push((function(e){n.call(t,o.state,e)}))}(t,p+n,e,c)})),o.forEachAction((function(e,n){var o=e.root?n:p+n,a=e.handler||e;!function(t,e,n,o){(t._actions[e]||(t._actions[e]=[])).push((function(e){var a,r=n.call(t,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:t.getters,rootState:t.state},e);return(a=r)&&"function"==typeof a.then||(r=Promise.resolve(r)),t._devtoolHook?r.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):r}))}(t,o,a,c)})),o.forEachGetter((function(e,n){!function(t,e,n,o){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(o.state,o.getters,t.state,t.getters)}}(t,p+n,e,c)})),o.forEachChild((function(o,r){d(t,e,n.concat(r),o,a)}))}function A(t,e){return e.reduce((function(t,e){return t[e]}),t)}function f(t,e,n){return p(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function m(t){s&&t===s|| +var o=Object.freeze({});function a(t){return null==t}function r(t){return null!=t}function p(t){return!0===t}function i(t){return"string"==typeof t||"number"==typeof t||"symbol"==typeof t||"boolean"==typeof t}function b(t){return null!==t&&"object"==typeof t}var c=Object.prototype.toString;function s(t){return"[object Object]"===c.call(t)}function M(t){return"[object RegExp]"===c.call(t)}function z(t){var e=parseFloat(String(t));return e>=0&&Math.floor(e)===e&&isFinite(t)}function l(t){return r(t)&&"function"==typeof t.then&&"function"==typeof t.catch}function u(t){return null==t?"":Array.isArray(t)||s(t)&&t.toString===c?JSON.stringify(t,null,2):String(t)}function O(t){var e=parseFloat(t);return isNaN(e)?t:e}function d(t,e){for(var n=Object.create(null),o=t.split(","),a=0;a-1)return t.splice(n,1)}}var m=Object.prototype.hasOwnProperty;function q(t,e){return m.call(t,e)}function h(t){var e=Object.create(null);return function(n){return e[n]||(e[n]=t(n))}}var W=/-(\w)/g,g=h((function(t){return t.replace(W,(function(t,e){return e?e.toUpperCase():""}))})),_=h((function(t){return t.charAt(0).toUpperCase()+t.slice(1)})),v=/\B([A-Z])/g,y=h((function(t){return t.replace(v,"-$1").toLowerCase()}));var L=Function.prototype.bind?function(t,e){return t.bind(e)}:function(t,e){function n(n){var o=arguments.length;return o?o>1?t.apply(e,arguments):t.call(e,n):t.call(e)}return n._length=t.length,n};function R(t,e){e=e||0;for(var n=t.length-e,o=new Array(n);n--;)o[n]=t[n+e];return o}function B(t,e){for(var n in e)t[n]=e[n];return t}function C(t){for(var e={},n=0;n0,J=G&&G.indexOf("edge/")>0,Q=(G&&G.indexOf("android"),G&&/iphone|ipad|ipod|ios/.test(G)||"ios"===$),Z=(G&&/chrome\/\d+/.test(G),G&&/phantomjs/.test(G),G&&G.match(/firefox\/(\d+)/)),tt={}.watch,et=!1;if(I)try{var nt={};Object.defineProperty(nt,"passive",{get:function(){et=!0}}),window.addEventListener("test-passive",null,nt)}catch(t){}var ot=function(){return void 0===F&&(F=!I&&!U&&void 0!==t&&(t.process&&"server"===t.process.env.VUE_ENV)),F},at=I&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function rt(t){return"function"==typeof t&&/native code/.test(t.toString())}var pt,it="undefined"!=typeof Symbol&&rt(Symbol)&&"undefined"!=typeof Reflect&&rt(Reflect.ownKeys);pt="undefined"!=typeof Set&&rt(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 bt=w,ct=0,st=function(){this.id=ct++,this.subs=[]};st.prototype.addSub=function(t){this.subs.push(t)},st.prototype.removeSub=function(t){f(this.subs,t)},st.prototype.depend=function(){st.target&&st.target.addDep(this)},st.prototype.notify=function(){var t=this.subs.slice();for(var e=0,n=t.length;e-1)if(r&&!q(a,"default"))p=!1;else if(""===p||p===y(t)){var b=Pt(String,a.type);(b<0||i0&&(Me((b=t(b,(n||"")+"_"+o))[0])&&Me(s)&&(M[c]=At(s.text+b[0].text),b.shift()),M.push.apply(M,b)):i(b)?Me(s)?M[c]=At(s.text+b):""!==b&&M.push(At(b)):Me(b)&&Me(s)?M[c]=At(s.text+b.text):(p(e._isVList)&&r(b.tag)&&a(b.key)&&r(n)&&(b.key="__vlist"+n+"_"+o+"__"),M.push(b)));return M}(t):void 0}function Me(t){return r(t)&&r(t.text)&&!1===t.isComment}function ze(t,e){if(t){for(var n=Object.create(null),o=it?Reflect.ownKeys(t):Object.keys(t),a=0;a0,p=t?!!t.$stable:!r,i=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(p&&n&&n!==o&&i===n.$key&&!r&&!n.$hasNormal)return n;for(var b in a={},t)t[b]&&"$"!==b[0]&&(a[b]=Ae(e,b,t[b]))}else a={};for(var c in e)c in a||(a[c]=fe(e,c));return t&&Object.isExtensible(t)&&(t._normalized=a),Y(a,"$stable",p),Y(a,"$key",i),Y(a,"$hasNormal",r),a}function Ae(t,e,n){var o=function(){var t=arguments.length?n.apply(null,arguments):n({}),e=(t=t&&"object"==typeof t&&!Array.isArray(t)?[t]:se(t))&&t[0];return t&&(!e||1===t.length&&e.isComment&&!Oe(e))?void 0:t};return n.proxy&&Object.defineProperty(t,e,{get:o,enumerable:!0,configurable:!0}),o}function fe(t,e){return function(){return t[e]}}function me(t,e){var n,o,a,p,i;if(Array.isArray(t)||"string"==typeof t)for(n=new Array(t.length),o=0,a=t.length;odocument.createEvent("Event").timeStamp&&(cn=function(){return sn.now()})}function Mn(){var t,e;for(bn=cn(),rn=!0,en.sort((function(t,e){return t.id-e.id})),pn=0;pnpn&&en[n].id>t.id;)n--;en.splice(n+1,0,t)}else en.push(t);an||(an=!0,ne(Mn))}}(this)},ln.prototype.run=function(){if(this.active){var t=this.get();if(t!==this.value||b(t)||this.deep){var e=this.value;if(this.value=t,this.user){var n='callback for watcher "'+this.expression+'"';Ht(this.cb,this.vm,[t,e],this.vm,n)}else this.cb.call(this.vm,t,e)}}},ln.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},ln.prototype.depend=function(){for(var t=this.deps.length;t--;)this.deps[t].depend()},ln.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||f(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:w,set:w};function On(t,e,n){un.get=function(){return this[e][n]},un.set=function(t){this[e][n]=t},Object.defineProperty(t,n,un)}function dn(t){t._watchers=[];var e=t.$options;e.props&&function(t,e){var n=t.$options.propsData||{},o=t._props={},a=t.$options._propKeys=[];t.$parent&>(!1);var r=function(r){a.push(r);var p=St(r,e,n,t);yt(o,r,p),r in t||On(t,"_props",r)};for(var p in e)r(p);gt(!0)}(t,e.props),e.methods&&function(t,e){t.$options.props;for(var n in e)t[n]="function"!=typeof e[n]?w:L(e[n],t)}(t,e.methods),e.data?function(t){var e=t.$options.data;s(e=t._data="function"==typeof e?function(t,e){zt();try{return t.call(e,e)}catch(t){return Ft(t,e,"data()"),{}}finally{lt()}}(e,t):e||{})||(e={});var n=Object.keys(e),o=t.$options.props,a=(t.$options.methods,n.length);for(;a--;){var r=n[a];0,o&&q(o,r)||(p=void 0,36!==(p=(r+"").charCodeAt(0))&&95!==p&&On(t,"_data",r))}var p;vt(e,!0)}(t):vt(t._data={},!0),e.computed&&function(t,e){var n=t._computedWatchers=Object.create(null),o=ot();for(var a in e){var r=e[a],p="function"==typeof r?r:r.get;0,o||(n[a]=new ln(t,p||w,w,An)),a in t||fn(t,a,r)}}(t,e.computed),e.watch&&e.watch!==tt&&function(t,e){for(var n in e){var o=e[n];if(Array.isArray(o))for(var a=0;a-1:"string"==typeof t?t.split(",").indexOf(e)>-1:!!M(t)&&t.test(e)}function Rn(t,e){var n=t.cache,o=t.keys,a=t._vnode;for(var r in n){var p=n[r];if(p){var i=p.name;i&&!e(i)&&Bn(n,r,o,a)}}}function Bn(t,e,n,o){var a=t[e];!a||o&&a.tag===o.tag||a.componentInstance.$destroy(),t[e]=null,f(n,e)}!function(t){t.prototype._init=function(t){var e=this;e._uid=Wn++,e._isVue=!0,t&&t._isComponent?function(t,e){var n=t.$options=Object.create(t.constructor.options),o=e._parentVnode;n.parent=e.parent,n._parentVnode=o;var a=o.componentOptions;n.propsData=a.propsData,n._parentListeners=a.listeners,n._renderChildren=a.children,n._componentTag=a.tag,e.render&&(n.render=e.render,n.staticRenderFns=e.staticRenderFns)}(e,t):e.$options=Nt(gn(e.constructor),t||{},e),e._renderProxy=e,e._self=e,function(t){var e=t.$options,n=e.parent;if(n&&!e.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(t)}t.$parent=n,t.$root=n?n.$root:t,t.$children=[],t.$refs={},t._watcher=null,t._inactive=null,t._directInactive=!1,t._isMounted=!1,t._isDestroyed=!1,t._isBeingDestroyed=!1}(e),function(t){t._events=Object.create(null),t._hasHookEvent=!1;var e=t.$options._parentListeners;e&&Ve(t,e)}(e),function(t){t._vnode=null,t._staticTrees=null;var e=t.$options,n=t.$vnode=e._parentVnode,a=n&&n.context;t.$slots=le(e._renderChildren,a),t.$scopedSlots=o,t._c=function(e,n,o,a){return Ye(t,e,n,o,a,!1)},t.$createElement=function(e,n,o,a){return Ye(t,e,n,o,a,!0)};var r=n&&n.data;yt(t,"$attrs",r&&r.attrs||o,null,!0),yt(t,"$listeners",e._parentListeners||o,null,!0)}(e),tn(e,"beforeCreate"),function(t){var e=ze(t.$options.inject,t);e&&(gt(!1),Object.keys(e).forEach((function(n){yt(t,n,e[n])})),gt(!0))}(e),dn(e),function(t){var e=t.$options.provide;e&&(t._provided="function"==typeof e?e.call(t):e)}(e),tn(e,"created"),e.$options.el&&e.$mount(e.$options.el)}}(_n),function(t){var e={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(t.prototype,"$data",e),Object.defineProperty(t.prototype,"$props",n),t.prototype.$set=Lt,t.prototype.$delete=Rt,t.prototype.$watch=function(t,e,n){if(s(e))return hn(this,t,e,n);(n=n||{}).user=!0;var o=new ln(this,t,e,n);if(n.immediate){var a='callback for immediate watcher "'+o.expression+'"';zt(),Ht(e,this,[o.value],this,a),lt()}return function(){o.teardown()}}}(_n),function(t){var e=/^hook:/;t.prototype.$on=function(t,n){var o=this;if(Array.isArray(t))for(var a=0,r=t.length;a1?R(n):n;for(var o=R(arguments,1),a='event handler for "'+t+'"',r=0,p=n.length;rparseInt(this.max)&&Bn(t,e[0],e,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var t in this.cache)Bn(this.cache,t,this.keys)},mounted:function(){var t=this;this.cacheVNode(),this.$watch("include",(function(e){Rn(t,(function(t){return Ln(e,t)}))})),this.$watch("exclude",(function(e){Rn(t,(function(t){return!Ln(e,t)}))}))},updated:function(){this.cacheVNode()},render:function(){var t=this.$slots.default,e=Ie(t),n=e&&e.componentOptions;if(n){var o=yn(n),a=this.include,r=this.exclude;if(a&&(!o||!Ln(a,o))||r&&o&&Ln(r,o))return e;var p=this.cache,i=this.keys,b=null==e.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):e.key;p[b]?(e.componentInstance=p[b].componentInstance,f(i,b),i.push(b)):(this.vnodeToCache=e,this.keyToCache=b),e.data.keepAlive=!0}return e||t&&t[0]}}};!function(t){var e={get:function(){return E}};Object.defineProperty(t,"config",e),t.util={warn:bt,extend:B,mergeOptions:Nt,defineReactive:yt},t.set=Lt,t.delete=Rt,t.nextTick=ne,t.observable=function(t){return vt(t),t},t.options=Object.create(null),D.forEach((function(e){t.options[e+"s"]=Object.create(null)})),t.options._base=t,B(t.options.components,wn),function(t){t.use=function(t){var e=this._installedPlugins||(this._installedPlugins=[]);if(e.indexOf(t)>-1)return this;var n=R(arguments,1);return n.unshift(this),"function"==typeof t.install?t.install.apply(t,n):"function"==typeof t&&t.apply(null,n),e.push(t),this}}(t),function(t){t.mixin=function(t){return this.options=Nt(this.options,t),this}}(t),vn(t),function(t){D.forEach((function(e){t[e]=function(t,n){return n?("component"===e&&s(n)&&(n.name=n.name||t,n=this.options._base.extend(n)),"directive"===e&&"function"==typeof n&&(n={bind:n,update:n}),this.options[e+"s"][t]=n,n):this.options[e+"s"][t]}}))}(t)}(_n),Object.defineProperty(_n.prototype,"$isServer",{get:ot}),Object.defineProperty(_n.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(_n,"FunctionalRenderContext",{value:xe}),_n.version="2.6.14";var kn=d("style,class"),Tn=d("input,textarea,option,select,progress"),xn=d("contenteditable,draggable,spellcheck"),Xn=d("events,caret,typing,plaintext-only"),Nn=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,truespeed,typemustmatch,visible"),Dn="http://www.w3.org/1999/xlink",Sn=function(t){return":"===t.charAt(5)&&"xlink"===t.slice(0,5)},En=function(t){return Sn(t)?t.slice(6,t.length):""},jn=function(t){return null==t||!1===t};function Yn(t){for(var e=t.data,n=t,o=t;r(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(e=Pn(o.data,e));for(;r(n=n.parent);)n&&n.data&&(e=Pn(e,n.data));return function(t,e){if(r(t)||r(e))return Fn(t,Hn(e));return""}(e.staticClass,e.class)}function Pn(t,e){return{staticClass:Fn(t.staticClass,e.staticClass),class:r(t.class)?[t.class,e.class]:e.class}}function Fn(t,e){return t?e?t+" "+e:t:e||""}function Hn(t){return Array.isArray(t)?function(t){for(var e,n="",o=0,a=t.length;o-1?lo(t,e,n):Nn(e)?jn(n)?t.removeAttribute(e):(n="allowfullscreen"===e&&"EMBED"===t.tagName?"true":e,t.setAttribute(e,n)):xn(e)?t.setAttribute(e,function(t,e){return jn(e)||"false"===e?"false":"contenteditable"===t&&Xn(e)?e:"true"}(e,n)):Sn(e)?jn(n)?t.removeAttributeNS(Dn,En(e)):t.setAttributeNS(Dn,e,n):lo(t,e,n)}function lo(t,e,n){if(jn(n))t.removeAttribute(e);else{if(V&&!K&&"TEXTAREA"===t.tagName&&"placeholder"===e&&""!==n&&!t.__ieph){var o=function(e){e.stopImmediatePropagation(),t.removeEventListener("input",o)};t.addEventListener("input",o),t.__ieph=!0}t.setAttribute(e,n)}}var uo={create:Mo,update:Mo};function Oo(t,e){var n=e.elm,o=e.data,p=t.data;if(!(a(o.staticClass)&&a(o.class)&&(a(p)||a(p.staticClass)&&a(p.class)))){var i=Yn(e),b=n._transitionClasses;r(b)&&(i=Fn(i,Hn(b))),i!==n._prevClass&&(n.setAttribute("class",i),n._prevClass=i)}}var Ao,fo={create:Oo,update:Oo};function mo(t,e,n){var o=Ao;return function a(){var r=e.apply(null,arguments);null!==r&&Wo(t,a,n,o)}}var qo=Gt&&!(Z&&Number(Z[1])<=53);function ho(t,e,n,o){if(qo){var a=bn,r=e;e=r._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=a||t.timeStamp<=0||t.target.ownerDocument!==document)return r.apply(this,arguments)}}Ao.addEventListener(t,e,et?{capture:n,passive:o}:n)}function Wo(t,e,n,o){(o||Ao).removeEventListener(t,e._wrapper||e,n)}function go(t,e){if(!a(t.data.on)||!a(e.data.on)){var n=e.data.on||{},o=t.data.on||{};Ao=e.elm,function(t){if(r(t.__r)){var e=V?"change":"input";t[e]=[].concat(t.__r,t[e]||[]),delete t.__r}r(t.__c)&&(t.change=[].concat(t.__c,t.change||[]),delete t.__c)}(n),ie(n,o,ho,Wo,mo,e.context),Ao=void 0}}var _o,vo={create:go,update:go};function yo(t,e){if(!a(t.data.domProps)||!a(e.data.domProps)){var n,o,p=e.elm,i=t.data.domProps||{},b=e.data.domProps||{};for(n in r(b.__ob__)&&(b=e.data.domProps=B({},b)),i)n in b||(p[n]="");for(n in b){if(o=b[n],"textContent"===n||"innerHTML"===n){if(e.children&&(e.children.length=0),o===i[n])continue;1===p.childNodes.length&&p.removeChild(p.childNodes[0])}if("value"===n&&"PROGRESS"!==p.tagName){p._value=o;var c=a(o)?"":String(o);Lo(p,c)&&(p.value=c)}else if("innerHTML"===n&&$n(p.tagName)&&a(p.innerHTML)){(_o=_o||document.createElement("div")).innerHTML=""+o+"";for(var s=_o.firstChild;p.firstChild;)p.removeChild(p.firstChild);for(;s.firstChild;)p.appendChild(s.firstChild)}else if(o!==i[n])try{p[n]=o}catch(t){}}}}function Lo(t,e){return!t.composing&&("OPTION"===t.tagName||function(t,e){var n=!0;try{n=document.activeElement!==t}catch(t){}return n&&t.value!==e}(t,e)||function(t,e){var n=t.value,o=t._vModifiers;if(r(o)){if(o.number)return O(n)!==O(e);if(o.trim)return n.trim()!==e.trim()}return n!==e}(t,e))}var Ro={create:yo,update:yo},Bo=h((function(t){var e={},n=/:(.+)/;return t.split(/;(?![^(]*\))/g).forEach((function(t){if(t){var o=t.split(n);o.length>1&&(e[o[0].trim()]=o[1].trim())}})),e}));function Co(t){var e=wo(t.style);return t.staticStyle?B(t.staticStyle,e):e}function wo(t){return Array.isArray(t)?C(t):"string"==typeof t?Bo(t):t}var ko,To=/^--/,xo=/\s*!important$/,Xo=function(t,e,n){if(To.test(e))t.style.setProperty(e,n);else if(xo.test(n))t.style.setProperty(y(e),n.replace(xo,""),"important");else{var o=Do(e);if(Array.isArray(n))for(var a=0,r=n.length;a-1?e.split(jo).forEach((function(e){return t.classList.add(e)})):t.classList.add(e);else{var n=" "+(t.getAttribute("class")||"")+" ";n.indexOf(" "+e+" ")<0&&t.setAttribute("class",(n+e).trim())}}function Po(t,e){if(e&&(e=e.trim()))if(t.classList)e.indexOf(" ")>-1?e.split(jo).forEach((function(e){return t.classList.remove(e)})):t.classList.remove(e),t.classList.length||t.removeAttribute("class");else{for(var n=" "+(t.getAttribute("class")||"")+" ",o=" "+e+" ";n.indexOf(o)>=0;)n=n.replace(o," ");(n=n.trim())?t.setAttribute("class",n):t.removeAttribute("class")}}function Fo(t){if(t){if("object"==typeof t){var e={};return!1!==t.css&&B(e,Ho(t.name||"v")),B(e,t),e}return"string"==typeof t?Ho(t):void 0}}var Ho=h((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"}})),Io=I&&!K,Uo="transition",$o="transitionend",Go="animation",Vo="animationend";Io&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Uo="WebkitTransition",$o="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Go="WebkitAnimation",Vo="webkitAnimationEnd"));var Ko=I?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(t){return t()};function Jo(t){Ko((function(){Ko(t)}))}function Qo(t,e){var n=t._transitionClasses||(t._transitionClasses=[]);n.indexOf(e)<0&&(n.push(e),Yo(t,e))}function Zo(t,e){t._transitionClasses&&f(t._transitionClasses,e),Po(t,e)}function ta(t,e,n){var o=na(t,e),a=o.type,r=o.timeout,p=o.propCount;if(!a)return n();var i="transition"===a?$o:Vo,b=0,c=function(){t.removeEventListener(i,s),n()},s=function(e){e.target===t&&++b>=p&&c()};setTimeout((function(){b0&&(n="transition",s=p,M=r.length):"animation"===e?c>0&&(n="animation",s=c,M=b.length):M=(n=(s=Math.max(p,c))>0?p>c?"transition":"animation":null)?"transition"===n?r.length:b.length:0,{type:n,timeout:s,propCount:M,hasTransform:"transition"===n&&ea.test(o[Uo+"Property"])}}function oa(t,e){for(;t.length1}function ca(t,e){!0!==e.data.show&&ra(e)}var sa=function(t){var e,n,o={},b=t.modules,c=t.nodeOps;for(e=0;eu?m(t,a(n[A+1])?null:n[A+1].elm,n,l,A,o):l>A&&h(e,z,u)}(z,d,A,n,s):r(A)?(r(t.text)&&c.setTextContent(z,""),m(z,null,A,0,A.length-1,n)):r(d)?h(d,0,d.length-1):r(t.text)&&c.setTextContent(z,""):t.text!==e.text&&c.setTextContent(z,e.text),r(u)&&r(l=u.hook)&&r(l=l.postpatch)&&l(t,e)}}}function v(t,e,n){if(p(n)&&r(t.parent))t.parent.data.pendingInsert=e;else for(var o=0;o-1,p.selected!==r&&(p.selected=r);else if(x(Oa(p),o))return void(t.selectedIndex!==i&&(t.selectedIndex=i));a||(t.selectedIndex=-1)}}function ua(t,e){return e.every((function(e){return!x(e,t)}))}function Oa(t){return"_value"in t?t._value:t.value}function da(t){t.target.composing=!0}function Aa(t){t.target.composing&&(t.target.composing=!1,fa(t.target,"input"))}function fa(t,e){var n=document.createEvent("HTMLEvents");n.initEvent(e,!0,!0),t.dispatchEvent(n)}function ma(t){return!t.componentInstance||t.data&&t.data.transition?t:ma(t.componentInstance._vnode)}var qa={model:Ma,show:{bind:function(t,e,n){var o=e.value,a=(n=ma(n)).data&&n.data.transition,r=t.__vOriginalDisplay="none"===t.style.display?"":t.style.display;o&&a?(n.data.show=!0,ra(n,(function(){t.style.display=r}))):t.style.display=o?r:"none"},update:function(t,e,n){var o=e.value;!o!=!e.oldValue&&((n=ma(n)).data&&n.data.transition?(n.data.show=!0,o?ra(n,(function(){t.style.display=t.__vOriginalDisplay})):pa(n,(function(){t.style.display="none"}))):t.style.display=o?t.__vOriginalDisplay:"none")},unbind:function(t,e,n,o,a){a||(t.style.display=t.__vOriginalDisplay)}}},ha={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 Wa(t){var e=t&&t.componentOptions;return e&&e.Ctor.options.abstract?Wa(Ie(e.children)):t}function ga(t){var e={},n=t.$options;for(var o in n.propsData)e[o]=t[o];var a=n._parentListeners;for(var r in a)e[g(r)]=a[r];return e}function _a(t,e){if(/\d-keep-alive$/.test(e.tag))return t("keep-alive",{props:e.componentOptions.propsData})}var va=function(t){return t.tag||Oe(t)},ya=function(t){return"show"===t.name},La={name:"transition",props:ha,abstract:!0,render:function(t){var e=this,n=this.$slots.default;if(n&&(n=n.filter(va)).length){0;var o=this.mode;0;var a=n[0];if(function(t){for(;t=t.parent;)if(t.data.transition)return!0}(this.$vnode))return a;var r=Wa(a);if(!r)return a;if(this._leaving)return _a(t,a);var p="__transition-"+this._uid+"-";r.key=null==r.key?r.isComment?p+"comment":p+r.tag:i(r.key)?0===String(r.key).indexOf(p)?r.key:p+r.key:r.key;var b=(r.data||(r.data={})).transition=ga(this),c=this._vnode,s=Wa(c);if(r.data.directives&&r.data.directives.some(ya)&&(r.data.show=!0),s&&s.data&&!function(t,e){return e.key===t.key&&e.tag===t.tag}(r,s)&&!Oe(s)&&(!s.componentInstance||!s.componentInstance._vnode.isComment)){var M=s.data.transition=B({},b);if("out-in"===o)return this._leaving=!0,be(M,"afterLeave",(function(){e._leaving=!1,e.$forceUpdate()})),_a(t,a);if("in-out"===o){if(Oe(r))return c;var z,l=function(){z()};be(b,"afterEnter",l),be(b,"enterCancelled",l),be(M,"delayLeave",(function(t){z=t}))}}return a}}},Ra=B({tag:String,moveClass:String},ha);function Ba(t){t.elm._moveCb&&t.elm._moveCb(),t.elm._enterCb&&t.elm._enterCb()}function Ca(t){t.data.newPos=t.elm.getBoundingClientRect()}function wa(t){var e=t.data.pos,n=t.data.newPos,o=e.left-n.left,a=e.top-n.top;if(o||a){t.data.moved=!0;var r=t.elm.style;r.transform=r.WebkitTransform="translate("+o+"px,"+a+"px)",r.transitionDuration="0s"}}delete Ra.mode;var ka={Transition:La,TransitionGroup:{props:Ra,beforeMount:function(){var t=this,e=this._update;this._update=function(n,o){var a=Je(t);t.__patch__(t._vnode,t.kept,!1,!0),t._vnode=t.kept,a(),e.call(t,n,o)}},render:function(t){for(var e=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),o=this.prevChildren=this.children,a=this.$slots.default||[],r=this.children=[],p=ga(this),i=0;i-1?Vn[t]=e.constructor===window.HTMLUnknownElement||e.constructor===window.HTMLElement:Vn[t]=/HTMLUnknownElement/.test(e.toString())},B(_n.options.directives,qa),B(_n.options.components,ka),_n.prototype.__patch__=I?sa:w,_n.prototype.$mount=function(t,e){return function(t,e,n){var o;return t.$el=e,t.$options.render||(t.$options.render=dt),tn(t,"beforeMount"),o=function(){t._update(t._render(),n)},new ln(t,o,w,{before:function(){t._isMounted&&!t._isDestroyed&&tn(t,"beforeUpdate")}},!0),n=!1,null==t.$vnode&&(t._isMounted=!0,tn(t,"mounted")),t}(this,t=t&&I?function(t){if("string"==typeof t){var e=document.querySelector(t);return e||document.createElement("div")}return t}(t):void 0,e)},I&&setTimeout((function(){E.devtools&&at&&at.emit("init",_n)}),0),e.default=_n}.call(this,n(10),n(397).setImmediate)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getRootUrl=e.generateFilePath=e.imagePath=e.generateUrl=e.generateOcsUrl=e.generateRemoteUrl=e.linkTo=void 0,n(84);e.linkTo=(t,e)=>a(t,"",e);e.generateRemoteUrl=t=>window.location.protocol+"//"+window.location.host+(t=>r()+"/remote.php/"+t)(t);e.generateOcsUrl=(t,e,n)=>{const a=1===Object.assign({ocsVersion:2},n||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+r()+"/ocs/v"+a+".php"+o(t,e,n)};const o=(t,e,n)=>{const o=Object.assign({escape:!0},n||{});return"/"!==t.charAt(0)&&(t="/"+t),a=(a=e||{})||{},t.replace(/{([^{}]*)}/g,(function(t,e){var n=a[e];return o.escape?"string"==typeof n||"number"==typeof n?encodeURIComponent(n.toString()):encodeURIComponent(t):"string"==typeof n||"number"==typeof n?n.toString():t}));var a};e.generateUrl=(t,e,n)=>{const a=Object.assign({noRewrite:!1},n||{});return!0!==OC.config.modRewriteWorking||a.noRewrite?r()+"/index.php"+o(t,e,n):r()+o(t,e,n)};e.imagePath=(t,e)=>-1===e.indexOf(".")?a(t,"img",e+".svg"):a(t,"img",e);const a=(t,e,n)=>{const o=-1!==OC.coreApps.indexOf(t);let a=r();return"php"!==n.substring(n.length-3)||o?"php"===n.substring(n.length-3)||o?(a+="settings"!==t&&"core"!==t&&"search"!==t||"ajax"!==e?"/":"/index.php/",o||(a+="apps/"),""!==t&&(a+=t+="/"),e&&(a+=e+"/"),a+=n):(a=OC.appswebroots[t],e&&(a+="/"+e+"/"),"/"!==a.substring(a.length-1)&&(a+="/"),a+=n):(a+="/index.php/apps/"+t,"index.php"!==n&&(a+="/",e&&(a+=encodeURI(e+"/")),a+=n)),a};e.generateFilePath=a;const r=()=>OC.webroot;e.getRootUrl=r},function(t,e,n){(function(e){var n=function(t){return t&&t.Math==Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||Function("return this")()}).call(this,n(10))},function(t,e,n){var o=n(2);t.exports=!o((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(t,e,n){var o=n(6),a=n(31),r=o({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return r(a(t),e)}},function(t,e,n){var o=n(146),a="object"==typeof self&&self&&self.Object===Object&&self,r=o||a||Function("return this")();t.exports=r},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n(338);var o,a=(o=n(353))&&o.__esModule?o:{default:o},r=n(141);var p=a.default.create({headers:{requesttoken:(0,r.getRequestToken)()}}),i=Object.assign(p,{CancelToken:a.default.CancelToken,isCancel:a.default.isCancel});(0,r.onRequestTokenUpdate)((function(t){return p.defaults.headers.requesttoken=t}));var b=i;e.default=b},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.loadState=function(t,e,n){var o=document.querySelector("#initial-state-".concat(t,"-").concat(e));if(null===o){if(void 0!==n)return n;throw new Error("Could not find initial state ".concat(e," of ").concat(t))}try{return JSON.parse(atob(o.value))}catch(n){throw new Error("Could not parse initial state ".concat(e," of ").concat(t))}},n(382)},function(t,e,n){var o=n(46),a=Function.prototype.call;t.exports=o?a.bind(a):function(){return a.apply(a,arguments)}},function(t,e,n){var o=n(26),a=String,r=TypeError;t.exports=function(t){if(o(t))return t;throw r(a(t)+" is not an object")}},function(t,e,n){var o=n(16),a=n(127),r=n(128),p=n(23),i=n(68),b=TypeError,c=Object.defineProperty,s=Object.getOwnPropertyDescriptor;e.f=o?r?function(t,e,n){if(p(t),e=i(e),p(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var o=s(t,e);o&&o.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:o.configurable,enumerable:"enumerable"in n?n.enumerable:o.enumerable,writable:!1})}return c(t,e,n)}:c:function(t,e,n){if(p(t),e=i(e),p(n),a)try{return c(t,e,n)}catch(t){}if("get"in n||"set"in n)throw b("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){"use strict";(function(t){n.d(e,"b",(function(){return W})),n.d(e,"c",(function(){return q}));var o=("undefined"!=typeof window?window:void 0!==t?t:{}).__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t,e){if(void 0===e&&(e=[]),null===t||"object"!=typeof t)return t;var n,o=(n=function(e){return e.original===t},e.filter(n)[0]);if(o)return o.copy;var r=Array.isArray(t)?[]:{};return e.push({original:t,copy:r}),Object.keys(t).forEach((function(n){r[n]=a(t[n],e)})),r}function r(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function p(t){return null!==t&&"object"==typeof t}var i=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},b={namespaced:{configurable:!0}};b.namespaced.get=function(){return!!this._rawModule.namespaced},i.prototype.addChild=function(t,e){this._children[t]=e},i.prototype.removeChild=function(t){delete this._children[t]},i.prototype.getChild=function(t){return this._children[t]},i.prototype.hasChild=function(t){return t in this._children},i.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},i.prototype.forEachChild=function(t){r(this._children,t)},i.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},i.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},i.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(i.prototype,b);var c=function(t){this.register([],t,!1)};c.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},c.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return t+((e=e.getChild(n)).namespaced?n+"/":"")}),"")},c.prototype.update=function(t){!function t(e,n,o){0;if(n.update(o),o.modules)for(var a in o.modules){if(!n.getChild(a))return void 0;t(e.concat(a),n.getChild(a),o.modules[a])}}([],this.root,t)},c.prototype.register=function(t,e,n){var o=this;void 0===n&&(n=!0);var a=new i(e,n);0===t.length?this.root=a:this.get(t.slice(0,-1)).addChild(t[t.length-1],a);e.modules&&r(e.modules,(function(e,a){o.register(t.concat(a),e,n)}))},c.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1],o=e.getChild(n);o&&o.runtime&&e.removeChild(n)},c.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return!!e&&e.hasChild(n)};var s;var M=function(t){var e=this;void 0===t&&(t={}),!s&&"undefined"!=typeof window&&window.Vue&&m(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var a=t.strict;void 0===a&&(a=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new c(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new s,this._makeLocalGettersCache=Object.create(null);var r=this,p=this.dispatch,i=this.commit;this.dispatch=function(t,e){return p.call(r,t,e)},this.commit=function(t,e,n){return i.call(r,t,e,n)},this.strict=a;var b=this._modules.root.state;d(this,b,[],this._modules.root),O(this,b),n.forEach((function(t){return t(e)})),(void 0!==t.devtools?t.devtools:s.config.devtools)&&function(t){o&&(t._devtoolHook=o,o.emit("vuex:init",t),o.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){o.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){o.emit("vuex:action",t,e)}),{prepend:!0}))}(this)},z={state:{configurable:!0}};function l(t,e,n){return e.indexOf(t)<0&&(n&&n.prepend?e.unshift(t):e.push(t)),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function u(t,e){t._actions=Object.create(null),t._mutations=Object.create(null),t._wrappedGetters=Object.create(null),t._modulesNamespaceMap=Object.create(null);var n=t.state;d(t,n,[],t._modules.root,!0),O(t,n,e)}function O(t,e,n){var o=t._vm;t.getters={},t._makeLocalGettersCache=Object.create(null);var a=t._wrappedGetters,p={};r(a,(function(e,n){p[n]=function(t,e){return function(){return t(e)}}(e,t),Object.defineProperty(t.getters,n,{get:function(){return t._vm[n]},enumerable:!0})}));var i=s.config.silent;s.config.silent=!0,t._vm=new s({data:{$$state:e},computed:p}),s.config.silent=i,t.strict&&function(t){t._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}(t),o&&(n&&t._withCommit((function(){o._data.$$state=null})),s.nextTick((function(){return o.$destroy()})))}function d(t,e,n,o,a){var r=!n.length,p=t._modules.getNamespace(n);if(o.namespaced&&(t._modulesNamespaceMap[p],t._modulesNamespaceMap[p]=o),!r&&!a){var i=A(e,n.slice(0,-1)),b=n[n.length-1];t._withCommit((function(){s.set(i,b,o.state)}))}var c=o.context=function(t,e,n){var o=""===e,a={dispatch:o?t.dispatch:function(n,o,a){var r=f(n,o,a),p=r.payload,i=r.options,b=r.type;return i&&i.root||(b=e+b),t.dispatch(b,p)},commit:o?t.commit:function(n,o,a){var r=f(n,o,a),p=r.payload,i=r.options,b=r.type;i&&i.root||(b=e+b),t.commit(b,p,i)}};return Object.defineProperties(a,{getters:{get:o?function(){return t.getters}:function(){return function(t,e){if(!t._makeLocalGettersCache[e]){var n={},o=e.length;Object.keys(t.getters).forEach((function(a){if(a.slice(0,o)===e){var r=a.slice(o);Object.defineProperty(n,r,{get:function(){return t.getters[a]},enumerable:!0})}})),t._makeLocalGettersCache[e]=n}return t._makeLocalGettersCache[e]}(t,e)}},state:{get:function(){return A(t.state,n)}}}),a}(t,p,n);o.forEachMutation((function(e,n){!function(t,e,n,o){(t._mutations[e]||(t._mutations[e]=[])).push((function(e){n.call(t,o.state,e)}))}(t,p+n,e,c)})),o.forEachAction((function(e,n){var o=e.root?n:p+n,a=e.handler||e;!function(t,e,n,o){(t._actions[e]||(t._actions[e]=[])).push((function(e){var a,r=n.call(t,{dispatch:o.dispatch,commit:o.commit,getters:o.getters,state:o.state,rootGetters:t.getters,rootState:t.state},e);return(a=r)&&"function"==typeof a.then||(r=Promise.resolve(r)),t._devtoolHook?r.catch((function(e){throw t._devtoolHook.emit("vuex:error",e),e})):r}))}(t,o,a,c)})),o.forEachGetter((function(e,n){!function(t,e,n,o){if(t._wrappedGetters[e])return void 0;t._wrappedGetters[e]=function(t){return n(o.state,o.getters,t.state,t.getters)}}(t,p+n,e,c)})),o.forEachChild((function(o,r){d(t,e,n.concat(r),o,a)}))}function A(t,e){return e.reduce((function(t,e){return t[e]}),t)}function f(t,e,n){return p(t)&&t.type&&(n=e,e=t,t=t.type),{type:t,payload:e,options:n}}function m(t){s&&t===s|| /*! * vuex v3.6.2 * (c) 2021 Evan You * @license MIT */ -function(t){if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(s=t)}z.state.get=function(){return this._vm._data.$$state},z.state.set=function(t){0},M.prototype.commit=function(t,e,n){var o=this,a=f(t,e,n),r=a.type,p=a.payload,i=(a.options,{type:r,payload:p}),b=this._mutations[r];b&&(this._withCommit((function(){b.forEach((function(t){t(p)}))})),this._subscribers.slice().forEach((function(t){return t(i,o.state)})))},M.prototype.dispatch=function(t,e){var n=this,o=f(t,e),a=o.type,r=o.payload,p={type:a,payload:r},i=this._actions[a];if(i){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(p,n.state)}))}catch(t){0}var b=i.length>1?Promise.all(i.map((function(t){return t(r)}))):i[0](r);return new Promise((function(t,e){b.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(p,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(p,n.state,t)}))}catch(t){0}e(t)}))}))}},M.prototype.subscribe=function(t,e){return l(t,this._subscribers,e)},M.prototype.subscribeAction=function(t,e){return l("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},M.prototype.watch=function(t,e,n){var o=this;return this._watcherVM.$watch((function(){return t(o.state,o.getters)}),e,n)},M.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},M.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),d(this,this.state,t,this._modules.get(t),n.preserveState),O(this,this.state)},M.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=A(e.state,t.slice(0,-1));s.delete(n,t[t.length-1])})),u(this)},M.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},M.prototype.hotUpdate=function(t){this._modules.update(t),u(this,!0)},M.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(M.prototype,z);var q=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var o=y(this.$store,"mapState",t);if(!o)return;e=o.context.state,n=o.context.getters}return"function"==typeof a?a.call(this,e,n):e[a]},n[o].vuex=!0})),n})),h=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.commit;if(t){var r=y(this.$store,"mapMutations",t);if(!r)return;o=r.context.commit}return"function"==typeof a?a.apply(this,[o].concat(e)):o.apply(this.$store,[a].concat(e))}})),n})),W=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;a=t+a,n[o]=function(){if(!t||y(this.$store,"mapGetters",t))return this.$store.getters[a]},n[o].vuex=!0})),n})),g=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.dispatch;if(t){var r=y(this.$store,"mapActions",t);if(!r)return;o=r.context.dispatch}return"function"==typeof a?a.apply(this,[o].concat(e)):o.apply(this.$store,[a].concat(e))}})),n}));function _(t){return function(t){return Array.isArray(t)||p(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function v(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function y(t,e,n){return t._modulesNamespaceMap[n]}function L(t,e,n){var o=n?t.groupCollapsed:t.group;try{o.call(t,e)}catch(n){t.log(e)}}function R(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function B(){var t=new Date;return" @ "+C(t.getHours(),2)+":"+C(t.getMinutes(),2)+":"+C(t.getSeconds(),2)+"."+C(t.getMilliseconds(),3)}function C(t,e){return n="0",o=e-t.toString().length,new Array(o+1).join(n)+t;var n,o}var w={Store:M,install:m,version:"3.6.2",mapState:q,mapMutations:h,mapGetters:W,mapActions:g,createNamespacedHelpers:function(t){return{mapState:q.bind(null,t),mapGetters:W.bind(null,t),mapMutations:h.bind(null,t),mapActions:g.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var o=t.transformer;void 0===o&&(o=function(t){return t});var r=t.mutationTransformer;void 0===r&&(r=function(t){return t});var p=t.actionFilter;void 0===p&&(p=function(t,e){return!0});var i=t.actionTransformer;void 0===i&&(i=function(t){return t});var b=t.logMutations;void 0===b&&(b=!0);var c=t.logActions;void 0===c&&(c=!0);var s=t.logger;return void 0===s&&(s=console),function(t){var M=a(t.state);void 0!==s&&(b&&t.subscribe((function(t,p){var i=a(p);if(n(t,M,i)){var b=B(),c=r(t),z="mutation "+t.type+b;L(s,z,e),s.log("%c prev state","color: #9E9E9E; font-weight: bold",o(M)),s.log("%c mutation","color: #03A9F4; font-weight: bold",c),s.log("%c next state","color: #4CAF50; font-weight: bold",o(i)),R(s)}M=i})),c&&t.subscribeAction((function(t,n){if(p(t,n)){var o=B(),a=i(t),r="action "+t.type+o;L(s,r,e),s.log("%c action","color: #03A9F4; font-weight: bold",a),R(s)}})))}}};e.a=w}).call(this,n(10))},function(t,e,n){var o=n(7);t.exports=function(t){return"object"==typeof t?null!==t:o(t)}},function(t,e,n){var o=n(411),a=n(416);t.exports=function(t,e){var n=a(t,e);return o(n)?n:void 0}},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){var o=n(49),a=Object;t.exports=function(t){return a(o(t))}},function(t,e,n){var o=n(7),a=n(24),r=n(343),p=n(71);t.exports=function(t,e,n,i){i||(i={});var b=i.enumerable,c=void 0!==i.name?i.name:e;if(o(n)&&r(n,c,i),i.global)b?t[e]=n:p(e,n);else{try{i.unsafe?t[e]&&(b=!0):delete t[e]}catch(t){}b?t[e]=n:a.f(t,e,{value:n,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return t}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var o=n(9),a=n(118).f,r=n(38),p=n(32),i=n(71),b=n(345),c=n(351);t.exports=function(t,e){var n,s,M,z,l,u=t.target,O=t.global,d=t.stat;if(n=O?o:d?o[u]||i(u,{}):(o[u]||{}).prototype)for(s in e){if(z=e[s],M=t.dontCallGetSet?(l=a(n,s))&&l.value:n[s],!c(O?s:u+(d?".":"#")+s,t.forced)&&void 0!==M){if(typeof z==typeof M)continue;b(z,M)}(t.sham||M&&M.sham)&&r(z,"sham",!0),p(n,s,z,t)}}},function(t,e,n){var o=n(66),a=n(49);t.exports=function(t){return o(a(t))}},function(t,e,n){var o=n(9),a=n(7),r=function(t){return a(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?r(o[t]):o[t]&&o[t][e]}},function(t,e,n){var o=n(16),a=n(24),r=n(47);t.exports=o?function(t,e,n){return a.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){var n,o,a=t.exports={};function r(){throw new Error("setTimeout has not been defined")}function p(){throw new Error("clearTimeout has not been defined")}function i(t){if(n===setTimeout)return setTimeout(t,0);if((n===r||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:r}catch(t){n=r}try{o="function"==typeof clearTimeout?clearTimeout:p}catch(t){o=p}}();var b,c=[],s=!1,M=-1;function z(){s&&b&&(s=!1,b.length?c=b.concat(c):M=-1,c.length&&l())}function l(){if(!s){var t=i(z);s=!0;for(var e=c.length;e;){for(b=c,c=[];++M1)for(var n=1;n"+t+"<\/script>"},u=function(t){t.write(l("")),t.close();var e=t.parentWindow.Object;return t=null,e},O=function(){try{o=new ActiveXObject("htmlfile")}catch(t){}var t,e;O="undefined"!=typeof document?document.domain&&o?u(o):((e=c("iframe")).style.display="none",b.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(l("document.F=Object")),t.close(),t.F):u(o);for(var n=p.length;n--;)delete O.prototype[p[n]];return O()};i[M]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(z.prototype=a(t),n=new z,z.prototype=null,n[M]=t):n=O(),void 0===e?n:r.f(n,e)}},function(t,e,n){var o=n(401),a=n(402),r=n(403),p=n(404),i=n(405);function b(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e0?a(o(t),9007199254740991):0}},function(t,e,n){window,t.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=53)}([function(t,e,n){"use strict";function o(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null!=n){var o,a,r=[],p=!0,i=!1;try{for(n=n.call(t);!(p=(o=n.next()).done)&&(r.push(o.value),!e||r.length!==e);p=!0);}catch(t){i=!0,a=t}finally{try{p||null==n.return||n.return()}finally{if(i)throw a}}return r}}(t,e)||function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n=2)t.mixin({beforeCreate:n});else{var e=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[n].concat(t.init):n,e.call(this,t)}}function n(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}(s=t)}z.state.get=function(){return this._vm._data.$$state},z.state.set=function(t){0},M.prototype.commit=function(t,e,n){var o=this,a=f(t,e,n),r=a.type,p=a.payload,i=(a.options,{type:r,payload:p}),b=this._mutations[r];b&&(this._withCommit((function(){b.forEach((function(t){t(p)}))})),this._subscribers.slice().forEach((function(t){return t(i,o.state)})))},M.prototype.dispatch=function(t,e){var n=this,o=f(t,e),a=o.type,r=o.payload,p={type:a,payload:r},i=this._actions[a];if(i){try{this._actionSubscribers.slice().filter((function(t){return t.before})).forEach((function(t){return t.before(p,n.state)}))}catch(t){0}var b=i.length>1?Promise.all(i.map((function(t){return t(r)}))):i[0](r);return new Promise((function(t,e){b.then((function(e){try{n._actionSubscribers.filter((function(t){return t.after})).forEach((function(t){return t.after(p,n.state)}))}catch(t){0}t(e)}),(function(t){try{n._actionSubscribers.filter((function(t){return t.error})).forEach((function(e){return e.error(p,n.state,t)}))}catch(t){0}e(t)}))}))}},M.prototype.subscribe=function(t,e){return l(t,this._subscribers,e)},M.prototype.subscribeAction=function(t,e){return l("function"==typeof t?{before:t}:t,this._actionSubscribers,e)},M.prototype.watch=function(t,e,n){var o=this;return this._watcherVM.$watch((function(){return t(o.state,o.getters)}),e,n)},M.prototype.replaceState=function(t){var e=this;this._withCommit((function(){e._vm._data.$$state=t}))},M.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),d(this,this.state,t,this._modules.get(t),n.preserveState),O(this,this.state)},M.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit((function(){var n=A(e.state,t.slice(0,-1));s.delete(n,t[t.length-1])})),u(this)},M.prototype.hasModule=function(t){return"string"==typeof t&&(t=[t]),this._modules.isRegistered(t)},M.prototype.hotUpdate=function(t){this._modules.update(t),u(this,!0)},M.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(M.prototype,z);var q=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var o=y(this.$store,"mapState",t);if(!o)return;e=o.context.state,n=o.context.getters}return"function"==typeof a?a.call(this,e,n):e[a]},n[o].vuex=!0})),n})),h=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.commit;if(t){var r=y(this.$store,"mapMutations",t);if(!r)return;o=r.context.commit}return"function"==typeof a?a.apply(this,[o].concat(e)):o.apply(this.$store,[a].concat(e))}})),n})),W=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;a=t+a,n[o]=function(){if(!t||y(this.$store,"mapGetters",t))return this.$store.getters[a]},n[o].vuex=!0})),n})),g=v((function(t,e){var n={};return _(e).forEach((function(e){var o=e.key,a=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.dispatch;if(t){var r=y(this.$store,"mapActions",t);if(!r)return;o=r.context.dispatch}return"function"==typeof a?a.apply(this,[o].concat(e)):o.apply(this.$store,[a].concat(e))}})),n}));function _(t){return function(t){return Array.isArray(t)||p(t)}(t)?Array.isArray(t)?t.map((function(t){return{key:t,val:t}})):Object.keys(t).map((function(e){return{key:e,val:t[e]}})):[]}function v(t){return function(e,n){return"string"!=typeof e?(n=e,e=""):"/"!==e.charAt(e.length-1)&&(e+="/"),t(e,n)}}function y(t,e,n){return t._modulesNamespaceMap[n]}function L(t,e,n){var o=n?t.groupCollapsed:t.group;try{o.call(t,e)}catch(n){t.log(e)}}function R(t){try{t.groupEnd()}catch(e){t.log("—— log end ——")}}function B(){var t=new Date;return" @ "+C(t.getHours(),2)+":"+C(t.getMinutes(),2)+":"+C(t.getSeconds(),2)+"."+C(t.getMilliseconds(),3)}function C(t,e){return n="0",o=e-t.toString().length,new Array(o+1).join(n)+t;var n,o}var w={Store:M,install:m,version:"3.6.2",mapState:q,mapMutations:h,mapGetters:W,mapActions:g,createNamespacedHelpers:function(t){return{mapState:q.bind(null,t),mapGetters:W.bind(null,t),mapMutations:h.bind(null,t),mapActions:g.bind(null,t)}},createLogger:function(t){void 0===t&&(t={});var e=t.collapsed;void 0===e&&(e=!0);var n=t.filter;void 0===n&&(n=function(t,e,n){return!0});var o=t.transformer;void 0===o&&(o=function(t){return t});var r=t.mutationTransformer;void 0===r&&(r=function(t){return t});var p=t.actionFilter;void 0===p&&(p=function(t,e){return!0});var i=t.actionTransformer;void 0===i&&(i=function(t){return t});var b=t.logMutations;void 0===b&&(b=!0);var c=t.logActions;void 0===c&&(c=!0);var s=t.logger;return void 0===s&&(s=console),function(t){var M=a(t.state);void 0!==s&&(b&&t.subscribe((function(t,p){var i=a(p);if(n(t,M,i)){var b=B(),c=r(t),z="mutation "+t.type+b;L(s,z,e),s.log("%c prev state","color: #9E9E9E; font-weight: bold",o(M)),s.log("%c mutation","color: #03A9F4; font-weight: bold",c),s.log("%c next state","color: #4CAF50; font-weight: bold",o(i)),R(s)}M=i})),c&&t.subscribeAction((function(t,n){if(p(t,n)){var o=B(),a=i(t),r="action "+t.type+o;L(s,r,e),s.log("%c action","color: #03A9F4; font-weight: bold",a),R(s)}})))}}};e.a=w}).call(this,n(10))},function(t,e,n){var o=n(7);t.exports=function(t){return"object"==typeof t?null!==t:o(t)}},function(t,e,n){var o=n(411),a=n(416);t.exports=function(t,e){var n=a(t,e);return o(n)?n:void 0}},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.default=t.exports,t.exports.__esModule=!0},function(t,e,n){var o=n(49),a=Object;t.exports=function(t){return a(o(t))}},function(t,e,n){var o=n(7),a=n(24),r=n(343),p=n(72);t.exports=function(t,e,n,i){i||(i={});var b=i.enumerable,c=void 0!==i.name?i.name:e;if(o(n)&&r(n,c,i),i.global)b?t[e]=n:p(e,n);else{try{i.unsafe?t[e]&&(b=!0):delete t[e]}catch(t){}b?t[e]=n:a.f(t,e,{value:n,enumerable:!1,configurable:!i.nonConfigurable,writable:!i.nonWritable})}return t}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var o=n(9),a=n(118).f,r=n(38),p=n(32),i=n(72),b=n(345),c=n(351);t.exports=function(t,e){var n,s,M,z,l,u=t.target,O=t.global,d=t.stat;if(n=O?o:d?o[u]||i(u,{}):(o[u]||{}).prototype)for(s in e){if(z=e[s],M=t.dontCallGetSet?(l=a(n,s))&&l.value:n[s],!c(O?s:u+(d?".":"#")+s,t.forced)&&void 0!==M){if(typeof z==typeof M)continue;b(z,M)}(t.sham||M&&M.sham)&&r(z,"sham",!0),p(n,s,z,t)}}},function(t,e,n){var o=n(67),a=n(49);t.exports=function(t){return o(a(t))}},function(t,e,n){var o=n(9),a=n(7),r=function(t){return a(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?r(o[t]):o[t]&&o[t][e]}},function(t,e,n){var o=n(16),a=n(24),r=n(47);t.exports=o?function(t,e,n){return a.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e){var n,o,a=t.exports={};function r(){throw new Error("setTimeout has not been defined")}function p(){throw new Error("clearTimeout has not been defined")}function i(t){if(n===setTimeout)return setTimeout(t,0);if((n===r||!n)&&setTimeout)return n=setTimeout,setTimeout(t,0);try{return n(t,0)}catch(e){try{return n.call(null,t,0)}catch(e){return n.call(this,t,0)}}}!function(){try{n="function"==typeof setTimeout?setTimeout:r}catch(t){n=r}try{o="function"==typeof clearTimeout?clearTimeout:p}catch(t){o=p}}();var b,c=[],s=!1,M=-1;function z(){s&&b&&(s=!1,b.length?c=b.concat(c):M=-1,c.length&&l())}function l(){if(!s){var t=i(z);s=!0;for(var e=c.length;e;){for(b=c,c=[];++M1)for(var n=1;n"+t+"<\/script>"},u=function(t){t.write(l("")),t.close();var e=t.parentWindow.Object;return t=null,e},O=function(){try{o=new ActiveXObject("htmlfile")}catch(t){}var t,e;O="undefined"!=typeof document?document.domain&&o?u(o):((e=c("iframe")).style.display="none",b.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(l("document.F=Object")),t.close(),t.F):u(o);for(var n=p.length;n--;)delete O.prototype[p[n]];return O()};i[M]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(z.prototype=a(t),n=new z,z.prototype=null,n[M]=t):n=O(),void 0===e?n:r.f(n,e)}},function(t,e,n){var o=n(401),a=n(402),r=n(403),p=n(404),i=n(405);function b(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e0?a(o(t),9007199254740991):0}},function(t,e,n){window,t.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="/dist/",n(n.s=53)}([function(t,e,n){"use strict";function o(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=t&&("undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"]);if(null!=n){var o,a,r=[],p=!0,i=!1;try{for(n=n.call(t);!(p=(o=n.next()).done)&&(r.push(o.value),!e||r.length!==e);p=!0);}catch(t){i=!0,a=t}finally{try{p||null==n.return||n.return()}finally{if(i)throw a}}return r}}(t,e)||function(t,e){if(t){if("string"==typeof t)return a(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function a(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n * @@ -438,7 +438,7 @@ o.VTooltip.options.defaultTemplate='',trigger:"hover focus",offset:0},y=[],L=function(){function t(e,n){var o=this;b()(this,t),p()(this,"_events",[]),p()(this,"_setTooltipNodeEvent",(function(t,e,n,a){var r=t.relatedreference||t.toElement||t.relatedTarget;return!!o._tooltipNode.contains(r)&&(o._tooltipNode.addEventListener(t.type,(function n(r){var p=r.relatedreference||r.toElement||r.relatedTarget;o._tooltipNode.removeEventListener(t.type,n),e.contains(p)||o._scheduleHide(e,a.delay,a,r)})),!0)})),n=_(_({},v),n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return s()(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||E.options.defaultClass;l()(this._classes,n)||(this.setClasses(n),e=!0),t=T(t);var o=!1,a=!1;for(var r in this.options.offset===t.offset&&this.options.placement===t.placement||(o=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(a=!0),t)this.options[r]=t[r];if(this._tooltipNode)if(a){var p=this._isOpen;this.dispose(),this._init(),p&&this.show()}else o&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"==typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=this,o=window.document.createElement("div");o.innerHTML=e.trim();var a=o.childNodes[0];return a.id=this.options.ariaId||"tooltip_".concat(Math.random().toString(36).substr(2,10)),a.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(a.addEventListener("mouseenter",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)})),a.addEventListener("click",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)}))),a}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance&&n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(o,a){var r=e.html,p=n._tooltipNode;if(p){var i=p.querySelector(n.options.innerSelector);if(1===t.nodeType){if(r){for(;i.firstChild;)i.removeChild(i.firstChild);i.appendChild(t)}}else{if("function"==typeof t){var b=t();return void(b&&"function"==typeof b.then?(n.asyncContent=!0,e.loadingClass&&m(p,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),b.then((function(t){return e.loadingClass&&q(p,e.loadingClass),n._applyContent(t,e)})).then(o).catch(a)):n._applyContent(b,e).then(o).catch(a))}r?i.innerHTML=t:i.innerText=t}o()}}))}},{key:"_show",value:function(t,e){if(e&&"string"==typeof e.container&&!document.querySelector(e.container))return;clearTimeout(this._disposeTimer),delete(e=Object.assign({},e)).offset;var n=!0;this._tooltipNode&&(m(this._tooltipNode,this._classes),n=!1);var o=this._ensureShown(t,e);return n&&this._tooltipNode&&m(this._tooltipNode,this._classes),m(t,["v-tooltip-open"]),o}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,y.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var o=t.getAttribute("title")||e.title;if(!o)return this;var a=this._create(t,e.template);this._tooltipNode=a,t.setAttribute("aria-describedby",a.id);var r=this._findContainer(e.container,t);this._append(a,r);var p=_(_({},e.popperOptions),{},{placement:e.placement});return p.modifiers=_(_({},p.modifiers),{},{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(p.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new M.a(t,a,p),this._setContent(o,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&a.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=y.indexOf(this);-1!==t&&y.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=E.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),q(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,o=e.event;t.reference.removeEventListener(o,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var o=this,a=[],r=[];e.forEach((function(t){switch(t){case"hover":a.push("mouseenter"),r.push("mouseleave"),o.options.hideOnTargetClick&&r.push("click");break;case"focus":a.push("focus"),r.push("blur"),o.options.hideOnTargetClick&&r.push("click");break;case"click":a.push("click"),r.push("click")}})),a.forEach((function(e){var a=function(e){!0!==o._isOpen&&(e.usedByTooltip=!0,o._scheduleShow(t,n.delay,n,e))};o._events.push({event:e,func:a}),t.addEventListener(e,a)})),r.forEach((function(e){var a=function(e){!0!==e.usedByTooltip&&o._scheduleHide(t,n.delay,n,e)};o._events.push({event:e,func:a}),t.addEventListener(e,a)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var o=this,a=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return o._show(t,n)}),a)}},{key:"_scheduleHide",value:function(t,e,n,o){var a=this,r=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==a._isOpen&&a._tooltipNode.ownerDocument.body.contains(a._tooltipNode)){if("mouseleave"===o.type)if(a._setTooltipNodeEvent(o,t,e,n))return;a._hide(t,n)}}),r)}}]),t}();function R(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function B(t){for(var e=1;e
',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function T(t){var e={placement:void 0!==t.placement?t.placement:E.options.defaultPlacement,delay:void 0!==t.delay?t.delay:E.options.defaultDelay,html:void 0!==t.html?t.html:E.options.defaultHtml,template:void 0!==t.template?t.template:E.options.defaultTemplate,arrowSelector:void 0!==t.arrowSelector?t.arrowSelector:E.options.defaultArrowSelector,innerSelector:void 0!==t.innerSelector?t.innerSelector:E.options.defaultInnerSelector,trigger:void 0!==t.trigger?t.trigger:E.options.defaultTrigger,offset:void 0!==t.offset?t.offset:E.options.defaultOffset,container:void 0!==t.container?t.container:E.options.defaultContainer,boundariesElement:void 0!==t.boundariesElement?t.boundariesElement:E.options.defaultBoundariesElement,autoHide:void 0!==t.autoHide?t.autoHide:E.options.autoHide,hideOnTargetClick:void 0!==t.hideOnTargetClick?t.hideOnTargetClick:E.options.defaultHideOnTargetClick,loadingClass:void 0!==t.loadingClass?t.loadingClass:E.options.defaultLoadingClass,loadingContent:void 0!==t.loadingContent?t.loadingContent:E.options.defaultLoadingContent,popperOptions:B({},void 0!==t.popperOptions?t.popperOptions:E.options.defaultPopperOptions)};if(e.offset){var n=a()(e.offset),o=e.offset;("number"===n||"string"===n&&-1===o.indexOf(","))&&(o="0, ".concat(o)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:o}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function x(t,e){for(var n=t.placement,o=0;o2&&void 0!==arguments[2]?arguments[2]:{},o=X(e),r=void 0!==e.classes?e.classes:E.options.defaultClass,p=B({title:o},T(B(B({},"object"===a()(e)?e:{}),{},{placement:x(e,n)}))),i=t._tooltip=new L(t,p);i.setClasses(r),i._vueEl=t;var b=void 0!==e.targetClasses?e.targetClasses:E.options.defaultTargetClass;return t._tooltipTargetClasses=b,m(t,b),i}function D(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(q(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function S(t,e){var n=e.value;e.oldValue;var o,a=e.modifiers,r=X(n);r&&C.enabled?(t._tooltip?((o=t._tooltip).setContent(r),o.setOptions(B(B({},n),{},{placement:x(n,a)}))):o=N(t,n,a),void 0!==n.show&&n.show!==t._tooltipOldShow&&(t._tooltipOldShow=n.show,n.show?o.show():o.hide())):D(t)}var E={options:k,bind:S,update:S,unbind:function(t){D(t)}};function j(t){t.addEventListener("click",P),t.addEventListener("touchstart",F,!!h&&{passive:!0})}function Y(t){t.removeEventListener("click",P),t.removeEventListener("touchstart",F),t.removeEventListener("touchend",H),t.removeEventListener("touchcancel",I)}function P(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function F(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",H),e.addEventListener("touchcancel",I)}}function H(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],o=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-o.screenY)<20&&Math.abs(n.screenX-o.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function I(t){t.currentTarget.$_vclosepopover_touch=!1}var U={bind:function(t,e){var n=e.value,o=e.modifiers;t.$_closePopoverModifiers=o,(void 0===n||n)&&j(t)},update:function(t,e){var n=e.value,o=e.oldValue,a=e.modifiers;t.$_closePopoverModifiers=a,n!==o&&(void 0===n||n?j(t):Y(t))},unbind:function(t){Y(t)}};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function G(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=e.event;e.skipDelay;var o=e.force,a=void 0!==o&&o;!a&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay,this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var o=this.$_findContainer(this.container,e);if(!o)return void console.warn("No container for popover",this);o.appendChild(n),this.$_mounted=!0,this.isOpen=!1,this.popperInstance&&requestAnimationFrame((function(){t.hidden||(t.isOpen=!0)}))}if(!this.popperInstance){var a=G(G({},this.popperOptions),{},{placement:this.placement});if(a.modifiers=G(G({},a.modifiers),{},{arrow:G(G({},a.modifiers&&a.modifiers.arrow),{},{element:this.$refs.arrow})}),this.offset){var r=this.$_getOffset();a.modifiers.offset=G(G({},a.modifiers&&a.modifiers.offset),{},{offset:r})}this.boundariesElement&&(a.modifiers.preventOverflow=G(G({},a.modifiers&&a.modifiers.preventOverflow),{},{boundariesElement:this.boundariesElement})),this.popperInstance=new M.a(e,n,a),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var p=this.openGroup;if(p)for(var i,b=0;b1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var o=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type)if(t.$_setTooltipNodeEvent(e))return;t.$_hide()}}),o)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,o=this.$refs.popover,a=t.relatedreference||t.toElement||t.relatedTarget;return!!o.contains(a)&&(o.addEventListener(t.type,(function a(r){var p=r.relatedreference||r.toElement||r.relatedTarget;o.removeEventListener(t.type,a),n.contains(p)||e.hide({event:r})})),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,o=e.event;t.removeEventListener(o,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function tt(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var o=J[n];if(o.$refs.popover){var a=o.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&a||o.autoHide&&!a)&&o.$_handleGlobalClose(t,e)}))}},o=0;o1&&void 0!==arguments[1]?arguments[1]:{};if(!rt.installed){rt.installed=!0;var n={};d()(n,k,e),ct.options=n,E.options=n,t.directive("tooltip",E),t.directive("close-popover",U),t.component("VPopover",at)}}!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===n&&o.firstChild?o.insertBefore(a,o.firstChild):o.appendChild(a),a.styleSheet?a.styleSheet.cssText=t:a.appendChild(document.createTextNode(t))}}(".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}");var pt=E,it=U,bt=at,ct={install:rt,get enabled(){return C.enabled},set enabled(t){C.enabled=t}},st=null;"undefined"!=typeof window?st=window.Vue:void 0!==t&&(st=t.Vue),st&&st.use(ct),e.default=ct}.call(this,n(10))},function(t,e,n){var o=n(27)(n(18),"Map");t.exports=o},function(t,e,n){var o=n(41),a=n(28);t.exports=function(t){if(!a(t))return!1;var e=o(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var o=n(18).Symbol;t.exports=o},function(t,e,n){(function(t){var o=n(18),a=n(447),r=e&&!e.nodeType&&e,p=r&&"object"==typeof t&&t&&!t.nodeType&&t,i=p&&p.exports===r?o.Buffer:void 0,b=(i?i.isBuffer:void 0)||a;t.exports=b}).call(this,n(59)(t))},function(t,e,n){var o=n(448),a=n(449),r=n(450),p=r&&r.isTypedArray,i=p?a(p):o;t.exports=i},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var o=n(157);t.exports=function(t,e,n){"__proto__"==e&&o?o(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e){var n=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:n,MAX_SAFE_COMPONENT_LENGTH:16}},function(t,e){t.exports={}},function(t,e,n){var o=n(61),a=n(517),r=n(97),p=n(98),i=n(101),b=n(34),c=n(172),s=Object.getOwnPropertyDescriptor;e.f=o?s:function(t,e){if(t=p(t),e=i(e,!0),c)try{return s(t,e)}catch(t){}if(b(t,e))return r(!a.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var o=n(171),a=n(100);t.exports=function(t){return o(a(t))}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var o=n(29);t.exports=function(t,e){if(!o(t))return t;var n,a;if(e&&"function"==typeof(n=t.toString)&&!o(a=n.call(t)))return a;if("function"==typeof(n=t.valueOf)&&!o(a=n.call(t)))return a;if(!e&&"function"==typeof(n=t.toString)&&!o(a=n.call(t)))return a;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var o=n(61),a=n(172),r=n(173),p=n(101),i=Object.defineProperty;e.f=o?i:function(t,e,n){if(r(t),e=p(e,!0),r(n),a)try{return i(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var o=n(15),a=n(62);t.exports=function(t,e){try{a(o,t,e)}catch(n){o[t]=e}return e}},function(t,e,n){var o=n(100);t.exports=function(t){return Object(o(t))}},function(t,e,n){var o=n(19),a=n(43),r=n(188),p=a("species");t.exports=function(t){return r>=51||!o((function(){var e=[];return(e.constructor={})[p]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){window,t.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";function o(){return"undefined"==typeof OC?Promise.reject(new Error("OC not defined")):void 0===OC.PasswordConfirmation?Promise.reject(new Error("OC.PasswordConfirmation not defined")):OC.PasswordConfirmation.requiresPasswordConfirmation()?new Promise((function(t,e){OC.PasswordConfirmation.requirePasswordConfirmation(t,{},e)})):Promise.resolve()}n.r(e),n.d(e,"default",(function(){return o}))}])},function(t,e,n){"use strict";(function(t){ + */e.default=o.a}})},function(t,e,n){window,t.exports=function(t){var e={};function n(o){if(e[o])return e[o].exports;var a=e[o]={i:o,l:!1,exports:{}};return t[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}return n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var a in t)n.d(o,a,function(e){return t[e]}.bind(null,a));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";function o(){return"undefined"==typeof OC?Promise.reject(new Error("OC not defined")):void 0===OC.PasswordConfirmation?Promise.reject(new Error("OC.PasswordConfirmation not defined")):OC.PasswordConfirmation.requiresPasswordConfirmation()?new Promise((function(t,e){OC.PasswordConfirmation.requirePasswordConfirmation(t,{},e)})):Promise.resolve()}n.r(e),n.d(e,"default",(function(){return o}))}])},function(t,e,n){var o=n(6),a=n(2),r=n(48),p=Object,i=o("".split);t.exports=a((function(){return!p("z").propertyIsEnumerable(0)}))?function(t){return"String"==r(t)?i(t,""):p(t)}:p},function(t,e,n){var o=n(339),a=n(120);t.exports=function(t){var e=o(t,"string");return a(e)?e:e+""}},function(t,e,n){var o,a,r=n(9),p=n(340),i=r.process,b=r.Deno,c=i&&i.versions||b&&b.version,s=c&&c.v8;s&&(a=(o=s.split("."))[0]>0&&o[0]<4?1:+(o[0]+o[1])),!a&&p&&(!(o=p.match(/Edge\/(\d+)/))||o[1]>=74)&&(o=p.match(/Chrome\/(\d+)/))&&(a=+o[1]),t.exports=a},function(t,e,n){var o=n(50),a=n(71);(t.exports=function(t,e){return a[t]||(a[t]=void 0!==e?e:{})})("versions",[]).push({version:"3.24.1",mode:o?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE",source:"https://github.com/zloirock/core-js"})},function(t,e,n){var o=n(9),a=n(72),r=o["__core-js_shared__"]||a("__core-js_shared__",{});t.exports=r},function(t,e,n){var o=n(9),a=Object.defineProperty;t.exports=function(t,e){try{a(o,t,{value:e,configurable:!0,writable:!0})}catch(n){o[t]=e}return e}},function(t,e,n){var o=n(9),a=n(26),r=o.document,p=a(r)&&a(r.createElement);t.exports=function(t){return p?r.createElement(t):{}}},function(t,e,n){var o=n(16),a=n(17),r=Function.prototype,p=o&&Object.getOwnPropertyDescriptor,i=a(r,"name"),b=i&&"something"===function(){}.name,c=i&&(!o||o&&p(r,"name").configurable);t.exports={EXISTS:i,PROPER:b,CONFIGURABLE:c}},function(t,e,n){var o=n(6),a=n(7),r=n(71),p=o(Function.toString);a(r.inspectSource)||(r.inspectSource=function(t){return p(t)}),t.exports=r.inspectSource},function(t,e,n){var o,a,r,p=n(344),i=n(9),b=n(6),c=n(26),s=n(38),M=n(17),z=n(71),l=n(77),u=n(78),O=i.TypeError,d=i.WeakMap;if(p||z.state){var A=z.state||(z.state=new d),f=b(A.get),m=b(A.has),q=b(A.set);o=function(t,e){if(m(A,t))throw new O("Object already initialized");return e.facade=t,q(A,t,e),e},a=function(t){return f(A,t)||{}},r=function(t){return m(A,t)}}else{var h=l("state");u[h]=!0,o=function(t,e){if(M(t,h))throw new O("Object already initialized");return e.facade=t,s(t,h,e),e},a=function(t){return M(t,h)?t[h]:{}},r=function(t){return M(t,h)}}t.exports={set:o,get:a,has:r,enforce:function(t){return r(t)?a(t):o(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=a(e)).type!==t)throw O("Incompatible receiver, "+t+" required");return n}}}},function(t,e,n){var o=n(70),a=n(126),r=o("keys");t.exports=function(t){return r[t]||(r[t]=a(t))}},function(t,e){t.exports={}},function(t,e,n){var o=n(130);t.exports=function(t){return o(t.length)}},function(t,e){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},function(t,e,n){"use strict";(function(e){var o=n(12),a=n(359),r=n(135),p={"Content-Type":"application/x-www-form-urlencoded"};function i(t,e){!o.isUndefined(t)&&o.isUndefined(t["Content-Type"])&&(t["Content-Type"]=e)}var b,c={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:(("undefined"!=typeof XMLHttpRequest||void 0!==e&&"[object process]"===Object.prototype.toString.call(e))&&(b=n(136)),b),transformRequest:[function(t,e){return a(e,"Accept"),a(e,"Content-Type"),o.isFormData(t)||o.isArrayBuffer(t)||o.isBuffer(t)||o.isStream(t)||o.isFile(t)||o.isBlob(t)?t:o.isArrayBufferView(t)?t.buffer:o.isURLSearchParams(t)?(i(e,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):o.isObject(t)||e&&"application/json"===e["Content-Type"]?(i(e,"application/json"),function(t,e,n){if(o.isString(t))try{return(e||JSON.parse)(t),o.trim(t)}catch(t){if("SyntaxError"!==t.name)throw t}return(n||JSON.stringify)(t)}(t)):t}],transformResponse:[function(t){var e=this.transitional,n=e&&e.silentJSONParsing,a=e&&e.forcedJSONParsing,p=!n&&"json"===this.responseType;if(p||a&&o.isString(t)&&t.length)try{return JSON.parse(t)}catch(t){if(p){if("SyntaxError"===t.name)throw r(t,this,"E_JSON_PARSE");throw t}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};c.headers={common:{Accept:"application/json, text/plain, */*"}},o.forEach(["delete","get","head"],(function(t){c.headers[t]={}})),o.forEach(["post","put","patch"],(function(t){c.headers[t]=o.merge(p)})),t.exports=c}).call(this,n(39))},function(t,e,n){var o=n(83),a=n(7),r=n(48),p=n(11)("toStringTag"),i=Object,b="Arguments"==r(function(){return arguments}());t.exports=o?r:function(t){var e,n,o;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=i(t),p))?n:b?r(e):"Object"==(o=r(e))&&a(e.callee)?"Arguments":o}},function(t,e,n){var o={};o[n(11)("toStringTag")]="z",t.exports="[object z]"===String(o)},function(t,e,n){"use strict";var o=n(386),a=n(22),r=n(6),p=n(387),i=n(2),b=n(23),c=n(7),s=n(51),M=n(130),z=n(52),l=n(49),u=n(393),O=n(124),d=n(395),A=n(396),f=n(11)("replace"),m=Math.max,q=Math.min,h=r([].concat),W=r([].push),g=r("".indexOf),_=r("".slice),v="$0"==="a".replace(/./,"$0"),y=!!/./[f]&&""===/./[f]("a","$0");p("replace",(function(t,e,n){var r=y?"$":"$0";return[function(t,n){var o=l(this),r=null==t?void 0:O(t,f);return r?a(r,t,o,n):a(e,z(o),t,n)},function(t,a){var p=b(this),i=z(t);if("string"==typeof a&&-1===g(a,r)&&-1===g(a,"$<")){var l=n(e,p,i,a);if(l.done)return l.value}var O=c(a);O||(a=z(a));var f=p.global;if(f){var v=p.unicode;p.lastIndex=0}for(var y=[];;){var L=A(p,i);if(null===L)break;if(W(y,L),!f)break;""===z(L[0])&&(p.lastIndex=u(i,M(p.lastIndex),v))}for(var R,B="",C=0,w=0;w=C&&(B+=_(i,C,T)+S,C=T+k.length)}return B+_(i,C)}]}),!!i((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$
")}))||!v||y)},function(t,e,n){"use strict";var o=n(35),a=n(86);o({target:"RegExp",proto:!0,forced:/./.exec!==a},{exec:a})},function(t,e,n){"use strict";var o,a,r=n(22),p=n(6),i=n(52),b=n(144),c=n(388),s=n(70),M=n(53),z=n(76).get,l=n(391),u=n(392),O=s("native-string-replace",String.prototype.replace),d=RegExp.prototype.exec,A=d,f=p("".charAt),m=p("".indexOf),q=p("".replace),h=p("".slice),W=(a=/b*/g,r(d,o=/a/,"a"),r(d,a,"a"),0!==o.lastIndex||0!==a.lastIndex),g=c.BROKEN_CARET,_=void 0!==/()??/.exec("")[1];(W||_||g||l||u)&&(A=function(t){var e,n,o,a,p,c,s,l=this,u=z(l),v=i(t),y=u.raw;if(y)return y.lastIndex=l.lastIndex,e=r(A,y,v),l.lastIndex=y.lastIndex,e;var L=u.groups,R=g&&l.sticky,B=r(b,l),C=l.source,w=0,k=v;if(R&&(B=q(B,"y",""),-1===m(B,"g")&&(B+="g"),k=h(v,l.lastIndex),l.lastIndex>0&&(!l.multiline||l.multiline&&"\n"!==f(v,l.lastIndex-1))&&(C="(?: "+C+")",k=" "+k,w++),n=new RegExp("^(?:"+C+")",B)),_&&(n=new RegExp("^"+C+"$(?!\\s)",B)),W&&(o=l.lastIndex),a=r(d,R?n:l,k),R?a?(a.input=h(a.input,w),a[0]=h(a[0],w),a.index=l.lastIndex,l.lastIndex+=a[0].length):l.lastIndex=0:W&&a&&(l.lastIndex=l.global?a.index+a[0].length:o),_&&a&&a.length>1&&r(O,a[0],n,(function(){for(p=1;p
',trigger:"hover focus",offset:0},y=[],L=function(){function t(e,n){var o=this;b()(this,t),p()(this,"_events",[]),p()(this,"_setTooltipNodeEvent",(function(t,e,n,a){var r=t.relatedreference||t.toElement||t.relatedTarget;return!!o._tooltipNode.contains(r)&&(o._tooltipNode.addEventListener(t.type,(function n(r){var p=r.relatedreference||r.toElement||r.relatedTarget;o._tooltipNode.removeEventListener(t.type,n),e.contains(p)||o._scheduleHide(e,a.delay,a,r)})),!0)})),n=_(_({},v),n),e.jquery&&(e=e[0]),this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.reference=e,this.options=n,this._isOpen=!1,this._init()}return s()(t,[{key:"show",value:function(){this._show(this.reference,this.options)}},{key:"hide",value:function(){this._hide()}},{key:"dispose",value:function(){this._dispose()}},{key:"toggle",value:function(){return this._isOpen?this.hide():this.show()}},{key:"setClasses",value:function(t){this._classes=t}},{key:"setContent",value:function(t){this.options.title=t,this._tooltipNode&&this._setContent(t,this.options)}},{key:"setOptions",value:function(t){var e=!1,n=t&&t.classes||E.options.defaultClass;l()(this._classes,n)||(this.setClasses(n),e=!0),t=T(t);var o=!1,a=!1;for(var r in this.options.offset===t.offset&&this.options.placement===t.placement||(o=!0),(this.options.template!==t.template||this.options.trigger!==t.trigger||this.options.container!==t.container||e)&&(a=!0),t)this.options[r]=t[r];if(this._tooltipNode)if(a){var p=this._isOpen;this.dispose(),this._init(),p&&this.show()}else o&&this.popperInstance.update()}},{key:"_init",value:function(){var t="string"==typeof this.options.trigger?this.options.trigger.split(" "):[];this._isDisposed=!1,this._enableDocumentTouch=-1===t.indexOf("manual"),t=t.filter((function(t){return-1!==["click","hover","focus"].indexOf(t)})),this._setEventListeners(this.reference,t,this.options),this.$_originalTitle=this.reference.getAttribute("title"),this.reference.removeAttribute("title"),this.reference.setAttribute("data-original-title",this.$_originalTitle)}},{key:"_create",value:function(t,e){var n=this,o=window.document.createElement("div");o.innerHTML=e.trim();var a=o.childNodes[0];return a.id=this.options.ariaId||"tooltip_".concat(Math.random().toString(36).substr(2,10)),a.setAttribute("aria-hidden","true"),this.options.autoHide&&-1!==this.options.trigger.indexOf("hover")&&(a.addEventListener("mouseenter",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)})),a.addEventListener("click",(function(e){return n._scheduleHide(t,n.options.delay,n.options,e)}))),a}},{key:"_setContent",value:function(t,e){var n=this;this.asyncContent=!1,this._applyContent(t,e).then((function(){n.popperInstance&&n.popperInstance.update()}))}},{key:"_applyContent",value:function(t,e){var n=this;return new Promise((function(o,a){var r=e.html,p=n._tooltipNode;if(p){var i=p.querySelector(n.options.innerSelector);if(1===t.nodeType){if(r){for(;i.firstChild;)i.removeChild(i.firstChild);i.appendChild(t)}}else{if("function"==typeof t){var b=t();return void(b&&"function"==typeof b.then?(n.asyncContent=!0,e.loadingClass&&m(p,e.loadingClass),e.loadingContent&&n._applyContent(e.loadingContent,e),b.then((function(t){return e.loadingClass&&q(p,e.loadingClass),n._applyContent(t,e)})).then(o).catch(a)):n._applyContent(b,e).then(o).catch(a))}r?i.innerHTML=t:i.innerText=t}o()}}))}},{key:"_show",value:function(t,e){if(e&&"string"==typeof e.container&&!document.querySelector(e.container))return;clearTimeout(this._disposeTimer),delete(e=Object.assign({},e)).offset;var n=!0;this._tooltipNode&&(m(this._tooltipNode,this._classes),n=!1);var o=this._ensureShown(t,e);return n&&this._tooltipNode&&m(this._tooltipNode,this._classes),m(t,["v-tooltip-open"]),o}},{key:"_ensureShown",value:function(t,e){var n=this;if(this._isOpen)return this;if(this._isOpen=!0,y.push(this),this._tooltipNode)return this._tooltipNode.style.display="",this._tooltipNode.setAttribute("aria-hidden","false"),this.popperInstance.enableEventListeners(),this.popperInstance.update(),this.asyncContent&&this._setContent(e.title,e),this;var o=t.getAttribute("title")||e.title;if(!o)return this;var a=this._create(t,e.template);this._tooltipNode=a,t.setAttribute("aria-describedby",a.id);var r=this._findContainer(e.container,t);this._append(a,r);var p=_(_({},e.popperOptions),{},{placement:e.placement});return p.modifiers=_(_({},p.modifiers),{},{arrow:{element:this.options.arrowSelector}}),e.boundariesElement&&(p.modifiers.preventOverflow={boundariesElement:e.boundariesElement}),this.popperInstance=new M.a(t,a,p),this._setContent(o,e),requestAnimationFrame((function(){!n._isDisposed&&n.popperInstance?(n.popperInstance.update(),requestAnimationFrame((function(){n._isDisposed?n.dispose():n._isOpen&&a.setAttribute("aria-hidden","false")}))):n.dispose()})),this}},{key:"_noLongerOpen",value:function(){var t=y.indexOf(this);-1!==t&&y.splice(t,1)}},{key:"_hide",value:function(){var t=this;if(!this._isOpen)return this;this._isOpen=!1,this._noLongerOpen(),this._tooltipNode.style.display="none",this._tooltipNode.setAttribute("aria-hidden","true"),this.popperInstance&&this.popperInstance.disableEventListeners(),clearTimeout(this._disposeTimer);var e=E.options.disposeTimeout;return null!==e&&(this._disposeTimer=setTimeout((function(){t._tooltipNode&&(t._tooltipNode.removeEventListener("mouseenter",t.hide),t._tooltipNode.removeEventListener("click",t.hide),t._removeTooltipNode())}),e)),q(this.reference,["v-tooltip-open"]),this}},{key:"_removeTooltipNode",value:function(){if(this._tooltipNode){var t=this._tooltipNode.parentNode;t&&(t.removeChild(this._tooltipNode),this.reference.removeAttribute("aria-describedby")),this._tooltipNode=null}}},{key:"_dispose",value:function(){var t=this;return this._isDisposed=!0,this.reference.removeAttribute("data-original-title"),this.$_originalTitle&&this.reference.setAttribute("title",this.$_originalTitle),this._events.forEach((function(e){var n=e.func,o=e.event;t.reference.removeEventListener(o,n)})),this._events=[],this._tooltipNode?(this._hide(),this._tooltipNode.removeEventListener("mouseenter",this.hide),this._tooltipNode.removeEventListener("click",this.hide),this.popperInstance.destroy(),this.popperInstance.options.removeOnDestroy||this._removeTooltipNode()):this._noLongerOpen(),this}},{key:"_findContainer",value:function(t,e){return"string"==typeof t?t=window.document.querySelector(t):!1===t&&(t=e.parentNode),t}},{key:"_append",value:function(t,e){e.appendChild(t)}},{key:"_setEventListeners",value:function(t,e,n){var o=this,a=[],r=[];e.forEach((function(t){switch(t){case"hover":a.push("mouseenter"),r.push("mouseleave"),o.options.hideOnTargetClick&&r.push("click");break;case"focus":a.push("focus"),r.push("blur"),o.options.hideOnTargetClick&&r.push("click");break;case"click":a.push("click"),r.push("click")}})),a.forEach((function(e){var a=function(e){!0!==o._isOpen&&(e.usedByTooltip=!0,o._scheduleShow(t,n.delay,n,e))};o._events.push({event:e,func:a}),t.addEventListener(e,a)})),r.forEach((function(e){var a=function(e){!0!==e.usedByTooltip&&o._scheduleHide(t,n.delay,n,e)};o._events.push({event:e,func:a}),t.addEventListener(e,a)}))}},{key:"_onDocumentTouch",value:function(t){this._enableDocumentTouch&&this._scheduleHide(this.reference,this.options.delay,this.options,t)}},{key:"_scheduleShow",value:function(t,e,n){var o=this,a=e&&e.show||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){return o._show(t,n)}),a)}},{key:"_scheduleHide",value:function(t,e,n,o){var a=this,r=e&&e.hide||e||0;clearTimeout(this._scheduleTimer),this._scheduleTimer=window.setTimeout((function(){if(!1!==a._isOpen&&a._tooltipNode.ownerDocument.body.contains(a._tooltipNode)){if("mouseleave"===o.type)if(a._setTooltipNodeEvent(o,t,e,n))return;a._hide(t,n)}}),r)}}]),t}();function R(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function B(t){for(var e=1;e
',defaultArrowSelector:".tooltip-arrow, .tooltip__arrow",defaultInnerSelector:".tooltip-inner, .tooltip__inner",defaultDelay:0,defaultTrigger:"hover focus",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultLoadingClass:"tooltip-loading",defaultLoadingContent:"...",autoHide:!0,defaultHideOnTargetClick:!0,disposeTimeout:5e3,popover:{defaultPlacement:"bottom",defaultClass:"vue-popover-theme",defaultBaseClass:"tooltip popover",defaultWrapperClass:"wrapper",defaultInnerClass:"tooltip-inner popover-inner",defaultArrowClass:"tooltip-arrow popover-arrow",defaultOpenClass:"open",defaultDelay:0,defaultTrigger:"click",defaultOffset:0,defaultContainer:"body",defaultBoundariesElement:void 0,defaultPopperOptions:{},defaultAutoHide:!0,defaultHandleResize:!0}};function T(t){var e={placement:void 0!==t.placement?t.placement:E.options.defaultPlacement,delay:void 0!==t.delay?t.delay:E.options.defaultDelay,html:void 0!==t.html?t.html:E.options.defaultHtml,template:void 0!==t.template?t.template:E.options.defaultTemplate,arrowSelector:void 0!==t.arrowSelector?t.arrowSelector:E.options.defaultArrowSelector,innerSelector:void 0!==t.innerSelector?t.innerSelector:E.options.defaultInnerSelector,trigger:void 0!==t.trigger?t.trigger:E.options.defaultTrigger,offset:void 0!==t.offset?t.offset:E.options.defaultOffset,container:void 0!==t.container?t.container:E.options.defaultContainer,boundariesElement:void 0!==t.boundariesElement?t.boundariesElement:E.options.defaultBoundariesElement,autoHide:void 0!==t.autoHide?t.autoHide:E.options.autoHide,hideOnTargetClick:void 0!==t.hideOnTargetClick?t.hideOnTargetClick:E.options.defaultHideOnTargetClick,loadingClass:void 0!==t.loadingClass?t.loadingClass:E.options.defaultLoadingClass,loadingContent:void 0!==t.loadingContent?t.loadingContent:E.options.defaultLoadingContent,popperOptions:B({},void 0!==t.popperOptions?t.popperOptions:E.options.defaultPopperOptions)};if(e.offset){var n=a()(e.offset),o=e.offset;("number"===n||"string"===n&&-1===o.indexOf(","))&&(o="0, ".concat(o)),e.popperOptions.modifiers||(e.popperOptions.modifiers={}),e.popperOptions.modifiers.offset={offset:o}}return e.trigger&&-1!==e.trigger.indexOf("click")&&(e.hideOnTargetClick=!1),e}function x(t,e){for(var n=t.placement,o=0;o2&&void 0!==arguments[2]?arguments[2]:{},o=X(e),r=void 0!==e.classes?e.classes:E.options.defaultClass,p=B({title:o},T(B(B({},"object"===a()(e)?e:{}),{},{placement:x(e,n)}))),i=t._tooltip=new L(t,p);i.setClasses(r),i._vueEl=t;var b=void 0!==e.targetClasses?e.targetClasses:E.options.defaultTargetClass;return t._tooltipTargetClasses=b,m(t,b),i}function D(t){t._tooltip&&(t._tooltip.dispose(),delete t._tooltip,delete t._tooltipOldShow),t._tooltipTargetClasses&&(q(t,t._tooltipTargetClasses),delete t._tooltipTargetClasses)}function S(t,e){var n=e.value;e.oldValue;var o,a=e.modifiers,r=X(n);r&&C.enabled?(t._tooltip?((o=t._tooltip).setContent(r),o.setOptions(B(B({},n),{},{placement:x(n,a)}))):o=N(t,n,a),void 0!==n.show&&n.show!==t._tooltipOldShow&&(t._tooltipOldShow=n.show,n.show?o.show():o.hide())):D(t)}var E={options:k,bind:S,update:S,unbind:function(t){D(t)}};function j(t){t.addEventListener("click",P),t.addEventListener("touchstart",F,!!h&&{passive:!0})}function Y(t){t.removeEventListener("click",P),t.removeEventListener("touchstart",F),t.removeEventListener("touchend",H),t.removeEventListener("touchcancel",I)}function P(t){var e=t.currentTarget;t.closePopover=!e.$_vclosepopover_touch,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}function F(t){if(1===t.changedTouches.length){var e=t.currentTarget;e.$_vclosepopover_touch=!0;var n=t.changedTouches[0];e.$_vclosepopover_touchPoint=n,e.addEventListener("touchend",H),e.addEventListener("touchcancel",I)}}function H(t){var e=t.currentTarget;if(e.$_vclosepopover_touch=!1,1===t.changedTouches.length){var n=t.changedTouches[0],o=e.$_vclosepopover_touchPoint;t.closePopover=Math.abs(n.screenY-o.screenY)<20&&Math.abs(n.screenX-o.screenX)<20,t.closeAllPopover=e.$_closePopoverModifiers&&!!e.$_closePopoverModifiers.all}}function I(t){t.currentTarget.$_vclosepopover_touch=!1}var U={bind:function(t,e){var n=e.value,o=e.modifiers;t.$_closePopoverModifiers=o,(void 0===n||n)&&j(t)},update:function(t,e){var n=e.value,o=e.oldValue,a=e.modifiers;t.$_closePopoverModifiers=a,n!==o&&(void 0===n||n?j(t):Y(t))},unbind:function(t){Y(t)}};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function G(t){for(var e=1;e0&&void 0!==arguments[0]?arguments[0]:{},n=e.event;e.skipDelay;var o=e.force,a=void 0!==o&&o;!a&&this.disabled||(this.$_scheduleShow(n),this.$emit("show")),this.$emit("update:open",!0),this.$_beingShowed=!0,requestAnimationFrame((function(){t.$_beingShowed=!1}))},hide:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.event;t.skipDelay,this.$_scheduleHide(e),this.$emit("hide"),this.$emit("update:open",!1)},dispose:function(){if(this.$_isDisposed=!0,this.$_removeEventListeners(),this.hide({skipDelay:!0}),this.popperInstance&&(this.popperInstance.destroy(),!this.popperInstance.options.removeOnDestroy)){var t=this.$refs.popover;t.parentNode&&t.parentNode.removeChild(t)}this.$_mounted=!1,this.popperInstance=null,this.isOpen=!1,this.$emit("dispose")},$_init:function(){-1===this.trigger.indexOf("manual")&&this.$_addEventListeners()},$_show:function(){var t=this,e=this.$refs.trigger,n=this.$refs.popover;if(clearTimeout(this.$_disposeTimer),!this.isOpen){if(this.popperInstance&&(this.isOpen=!0,this.popperInstance.enableEventListeners(),this.popperInstance.scheduleUpdate()),!this.$_mounted){var o=this.$_findContainer(this.container,e);if(!o)return void console.warn("No container for popover",this);o.appendChild(n),this.$_mounted=!0,this.isOpen=!1,this.popperInstance&&requestAnimationFrame((function(){t.hidden||(t.isOpen=!0)}))}if(!this.popperInstance){var a=G(G({},this.popperOptions),{},{placement:this.placement});if(a.modifiers=G(G({},a.modifiers),{},{arrow:G(G({},a.modifiers&&a.modifiers.arrow),{},{element:this.$refs.arrow})}),this.offset){var r=this.$_getOffset();a.modifiers.offset=G(G({},a.modifiers&&a.modifiers.offset),{},{offset:r})}this.boundariesElement&&(a.modifiers.preventOverflow=G(G({},a.modifiers&&a.modifiers.preventOverflow),{},{boundariesElement:this.boundariesElement})),this.popperInstance=new M.a(e,n,a),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();!t.$_isDisposed&&t.popperInstance?(t.popperInstance.scheduleUpdate(),requestAnimationFrame((function(){if(t.hidden)return t.hidden=!1,void t.$_hide();t.$_isDisposed?t.dispose():t.isOpen=!0}))):t.dispose()}))}var p=this.openGroup;if(p)for(var i,b=0;b1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),t)this.$_show();else{var e=parseInt(this.delay&&this.delay.show||this.delay||0);this.$_scheduleTimer=setTimeout(this.$_show.bind(this),e)}},$_scheduleHide:function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(clearTimeout(this.$_scheduleTimer),n)this.$_hide();else{var o=parseInt(this.delay&&this.delay.hide||this.delay||0);this.$_scheduleTimer=setTimeout((function(){if(t.isOpen){if(e&&"mouseleave"===e.type)if(t.$_setTooltipNodeEvent(e))return;t.$_hide()}}),o)}},$_setTooltipNodeEvent:function(t){var e=this,n=this.$refs.trigger,o=this.$refs.popover,a=t.relatedreference||t.toElement||t.relatedTarget;return!!o.contains(a)&&(o.addEventListener(t.type,(function a(r){var p=r.relatedreference||r.toElement||r.relatedTarget;o.removeEventListener(t.type,a),n.contains(p)||e.hide({event:r})})),!0)},$_removeEventListeners:function(){var t=this.$refs.trigger;this.$_events.forEach((function(e){var n=e.func,o=e.event;t.removeEventListener(o,n)})),this.$_events=[]},$_updatePopper:function(t){this.popperInstance&&(t(),this.isOpen&&this.popperInstance.scheduleUpdate())},$_restartPopper:function(){if(this.popperInstance){var t=this.isOpen;this.dispose(),this.$_isDisposed=!1,this.$_init(),t&&this.show({skipDelay:!0,force:!0})}},$_handleGlobalClose:function(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.$_beingShowed||(this.hide({event:t}),t.closePopover?this.$emit("close-directive"):this.$emit("auto-hide"),n&&(this.$_preventOpen=!0,setTimeout((function(){e.$_preventOpen=!1}),300)))},$_handleResize:function(){this.isOpen&&this.popperInstance&&(this.popperInstance.scheduleUpdate(),this.$emit("resize"))}}};function tt(t){for(var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=function(n){var o=J[n];if(o.$refs.popover){var a=o.$refs.popover.contains(t.target);requestAnimationFrame((function(){(t.closeAllPopover||t.closePopover&&a||o.autoHide&&!a)&&o.$_handleGlobalClose(t,e)}))}},o=0;o1&&void 0!==arguments[1]?arguments[1]:{};if(!rt.installed){rt.installed=!0;var n={};d()(n,k,e),ct.options=n,E.options=n,t.directive("tooltip",E),t.directive("close-popover",U),t.component("VPopover",at)}}!function(t,e){void 0===e&&(e={});var n=e.insertAt;if(t&&"undefined"!=typeof document){var o=document.head||document.getElementsByTagName("head")[0],a=document.createElement("style");a.type="text/css","top"===n&&o.firstChild?o.insertBefore(a,o.firstChild):o.appendChild(a),a.styleSheet?a.styleSheet.cssText=t:a.appendChild(document.createTextNode(t))}}(".resize-observer[data-v-8859cc6c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-8859cc6c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}");var pt=E,it=U,bt=at,ct={install:rt,get enabled(){return C.enabled},set enabled(t){C.enabled=t}},st=null;"undefined"!=typeof window?st=window.Vue:void 0!==t&&(st=t.Vue),st&&st.use(ct),e.default=ct}.call(this,n(10))},function(t,e,n){var o=n(27)(n(18),"Map");t.exports=o},function(t,e,n){var o=n(41),a=n(28);t.exports=function(t){if(!a(t))return!1;var e=o(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var o=n(18).Symbol;t.exports=o},function(t,e,n){(function(t){var o=n(18),a=n(447),r=e&&!e.nodeType&&e,p=r&&"object"==typeof t&&t&&!t.nodeType&&t,i=p&&p.exports===r?o.Buffer:void 0,b=(i?i.isBuffer:void 0)||a;t.exports=b}).call(this,n(59)(t))},function(t,e,n){var o=n(448),a=n(449),r=n(450),p=r&&r.isTypedArray,i=p?a(p):o;t.exports=i},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var o=n(157);t.exports=function(t,e,n){"__proto__"==e&&o?o(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e){var n=Number.MAX_SAFE_INTEGER||9007199254740991;t.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:n,MAX_SAFE_COMPONENT_LENGTH:16}},function(t,e){t.exports={}},function(t,e,n){var o=n(61),a=n(517),r=n(98),p=n(99),i=n(102),b=n(34),c=n(172),s=Object.getOwnPropertyDescriptor;e.f=o?s:function(t,e){if(t=p(t),e=i(e,!0),c)try{return s(t,e)}catch(t){}if(b(t,e))return r(!a.f.call(t,e),t[e])}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var o=n(171),a=n(101);t.exports=function(t){return o(a(t))}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var o=n(29);t.exports=function(t,e){if(!o(t))return t;var n,a;if(e&&"function"==typeof(n=t.toString)&&!o(a=n.call(t)))return a;if("function"==typeof(n=t.valueOf)&&!o(a=n.call(t)))return a;if(!e&&"function"==typeof(n=t.toString)&&!o(a=n.call(t)))return a;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var o=n(61),a=n(172),r=n(173),p=n(102),i=Object.defineProperty;e.f=o?i:function(t,e,n){if(r(t),e=p(e,!0),r(n),a)try{return i(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var o=n(15),a=n(62);t.exports=function(t,e){try{a(o,t,e)}catch(n){o[t]=e}return e}},function(t,e,n){var o=n(101);t.exports=function(t){return Object(o(t))}},function(t,e,n){var o=n(19),a=n(43),r=n(188),p=a("species");t.exports=function(t){return r>=51||!o((function(){var e=[];return(e.constructor={})[p]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},function(t,e,n){"use strict";(function(t){ /**! * @fileOverview Kickass library to create and place poppers near their reference elements. * @version 1.16.1 @@ -463,7 +463,7 @@ o.VTooltip.options.defaultTemplate='