From f6c0e97ed4a295d293c53dfb6822fbf94dbb1517 Mon Sep 17 00:00:00 2001 From: mco-system Date: Tue, 4 Apr 2023 22:45:37 +1100 Subject: [PATCH] wip: planning --- NOTE | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ v2.en.js | 55 +++++++++++++++++++++++++++++++++++++ 2 files changed, 139 insertions(+) create mode 100644 NOTE create mode 100644 v2.en.js diff --git a/NOTE b/NOTE new file mode 100644 index 0000000..9a6b225 --- /dev/null +++ b/NOTE @@ -0,0 +1,84 @@ +# API + +## Récupérer l'évènement + +```bash +curl -s -X GET -H "Authorization: Token " https://23.thsf.net/api/events/ +``` + +Réponse: + +```json +[{"name":{"en":"Toulouse HackerSpace Factory","fr":"Toulouse HackerSpace Factory"},"slug":"thsf-2023","is_public":true,"date_from":"2023-05-26","date_to":"2023-05-28","timezone":"Europe/Paris","urls":{"base":"https://23.thsf.net/thsf-2023/","schedule":"https://23.thsf.net/thsf-2023/schedule/","login":"https://23.thsf.net/thsf-2023/login/","feed":"https://23.thsf.net/thsf-2023/schedule/feed.xml"}}] +``` + +## Récupérer la liste des intervenants + +```bash +curl -s -X GET -H "Authorization: Token " https://23.thsf.net/api/speakes/ +``` + +## Récupérer la liste des salles + + curl -s -X GET -H "Authorization: Token " https://23.thsf.net/api/events/thsf-2023/rooms/ + +## Récupérer les versions des plannings de l'évènement + +```bash +curl -s -X GET -H "Authorization: Token " https://23.thsf.net/api/events//schedules/ +``` + +Réponse: + +```json +{"count":6,"next":null,"previous":null,"results":[{"version":"wip","published":null},{"version":"0.5","published":"2023-04-03T12:14:39.675671+02:00"},{"version":"0.4","published":"2023-04-03T10:07:41.632059+02:00"},{"version":"0.3","published":"2023-03-25T12:34:17.704819+01:00"},{"version":"0.2","published":"2023-03-25T12:21:23.464899+01:00"},{"version":"0.1","published":"2023-03-25T12:14:10.460100+01:00"}]} +``` + +### Récupérer un planning spécifique + +```bash +curl -s -X GET -H "Authorization: Token " https://23.thsf.net/api/events/thsf-2023/schedules// +``` + +Reponse: + +```json +{ + "slots": [ + { + "code": "JHCFVE", + "speakers": [ + { + "code": "BT9CDU", + "name": "Youssr Youssef", + "biography": "", + "avatar": "https://23.thsf.net/media/avatars/YoussrYoussef_408QSEG.jpeg" + } + ], + "title": "René Carmille, un hacker sous l'Occupation", + "submission_type": { + "en": "Screening", + "fr": "Projection" + }, + "track": null, + "state": "confirmed", + "abstract": "Entre collaboration et résistance, confronté aux premiers enjeux modernes de la collecte de données en masse, la trajectoire étonnante de René Carmille n'a encore jamais été racontée... Son héritage est pourtant majeur, les questions qu'il soulève le sont tout autant. \r\nSous l’Occupation, le polytechnicien René Carmille est le précurseur de l'usage massif des données en France : c'est lui qui a mis en place et dirigé le Service national de statistiques (SNS) qui deviendra plus tard l'INSEE, c'est aussi lui qui a inventé notre numéro de sécurité sociale.\r\n\r\nLa projection du documentaire sera suivie d'une rencontre en visioconférence avec la réalisatrice.", + "description": "", + "duration": 80, + "slot_count": 1, + "do_not_record": false, + "is_featured": true, + "content_locale": "fr", + "slot": { + "room": { + "en": "Salle 1 Cinema", + "fr": "Salle 1 Cinema" + }, + "start": "2023-05-27T11:30:00+02:00", + "end": "2023-05-27T12:50:00+02:00" + }, + "image": "https://23.thsf.net/media/thsf-2023/submissions/JHCFVE/Carmille-1-scaled_p0gxA6D.jpeg", + "resources": [] + }, +... +``` diff --git a/v2.en.js b/v2.en.js new file mode 100644 index 0000000..47c6834 --- /dev/null +++ b/v2.en.js @@ -0,0 +1,55 @@ +(function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)n.d(r,i,function(t){return e[t]}.bind(null,i));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s="5a74")})({"0068":function(e,t,n){"use strict";function r(e){return Object.prototype.toString.call(e)}function i(e){return"[object String]"===r(e)}var a=Object.prototype.hasOwnProperty;function o(e,t){return a.call(e,t)}function s(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){if(t){if("object"!==typeof t)throw new TypeError(t+"must be object");Object.keys(t).forEach((function(n){e[n]=t[n]}))}})),e}function c(e,t,n){return[].concat(e.slice(0,t),n,e.slice(t+1))}function l(e){return!(e>=55296&&e<=57343)&&(!(e>=64976&&e<=65007)&&(65535!==(65535&e)&&65534!==(65535&e)&&(!(e>=0&&e<=8)&&(11!==e&&(!(e>=14&&e<=31)&&(!(e>=127&&e<=159)&&!(e>1114111)))))))}function u(e){if(e>65535){e-=65536;var t=55296+(e>>10),n=56320+(1023&e);return String.fromCharCode(t,n)}return String.fromCharCode(e)}var h=/\\([!"#$%&'()*+,\-.\/:;<=>?@[\\\]^_`{|}~])/g,d=/&([a-z#][a-z0-9]{1,31});/gi,f=new RegExp(h.source+"|"+d.source,"gi"),p=/^#((?:x[a-f0-9]{1,8}|[0-9]{1,8}))/i,m=n("bd68");function g(e,t){var n=0;return o(m,t)?m[t]:35===t.charCodeAt(0)&&p.test(t)&&(n="x"===t[1].toLowerCase()?parseInt(t.slice(2),16):parseInt(t.slice(1),10),l(n))?u(n):e}function b(e){return e.indexOf("\\")<0?e:e.replace(h,"$1")}function v(e){return e.indexOf("\\")<0&&e.indexOf("&")<0?e:e.replace(f,(function(e,t,n){return t||g(e,n)}))}var y=/[&<>"]/,_=/[&<>"]/g,A={"&":"&","<":"<",">":">",'"':"""};function w(e){return A[e]}function k(e){return y.test(e)?e.replace(_,w):e}var x=/[.?*+^$[\]\\(){}|-]/g;function S(e){return e.replace(x,"\\$&")}function C(e){switch(e){case 9:case 32:return!0}return!1}function M(e){if(e>=8192&&e<=8202)return!0;switch(e){case 9:case 10:case 11:case 12:case 13:case 32:case 160:case 5760:case 8239:case 8287:case 12288:return!0}return!1}var E=n("7ca0");function D(e){return E.test(e)}function T(e){switch(e){case 33:case 34:case 35:case 36:case 37:case 38:case 39:case 40:case 41:case 42:case 43:case 44:case 45:case 46:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 124:case 125:case 126:return!0;default:return!1}}function O(e){return e=e.trim().replace(/\s+/g," "),"Ṿ"==="ẞ".toLowerCase()&&(e=e.replace(/ẞ/g,"ß")),e.toLowerCase().toUpperCase()}t.lib={},t.lib.mdurl=n("d8a6"),t.lib.ucmicro=n("d5d1"),t.assign=s,t.isString=i,t.has=o,t.unescapeMd=b,t.unescapeAll=v,t.isValidEntityCode=l,t.fromCodePoint=u,t.escapeHtml=k,t.arrayReplaceAt=c,t.isSpace=C,t.isWhiteSpace=M,t.isMdAsciiPunct=T,t.isPunctChar=D,t.escapeRE=S,t.normalizeReference=O},"00ee":function(e,t,n){var r=n("b622"),i=r("toStringTag"),a={};a[i]="z",e.exports="[object z]"===String(a)},"0366":function(e,t,n){var r=n("1c0b");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"06cf":function(e,t,n){var r=n("83ab"),i=n("d1e7"),a=n("5c6c"),o=n("fc6a"),s=n("c04e"),c=n("5135"),l=n("0cfb"),u=Object.getOwnPropertyDescriptor;t.f=r?u:function(e,t){if(e=o(e),t=s(t,!0),l)try{return u(e,t)}catch(n){}if(c(e,t))return a(!i.f.call(e,t),e[t])}},"0758":function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t,n,i){var a,o,s,c,l=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(a=e.src.charCodeAt(l),35!==a||l>=u)return!1;o=1,a=e.src.charCodeAt(++l);while(35===a&&l6||ll&&r(e.src.charCodeAt(s-1))&&(u=s),e.line=t+1,c=e.push("heading_open","h"+String(o),1),c.markup="########".slice(0,o),c.map=[t,e.line],c=e.push("inline","",0),c.content=e.src.slice(l,u).trim(),c.map=[t,e.line],c.children=[],c=e.push("heading_close","h"+String(o),-1),c.markup="########".slice(0,o)),!0)}},"079e":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,n){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}});return t}))},"0809":function(e,t,n){"use strict";n.r(t);var r=n("2fdf"),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(a);t["default"]=i.a},"0887":function(e,t,n){"use strict";n.r(t);var r=n("6aea"),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(a);t["default"]=i.a},"08ae":function(e,t,n){"use strict";var r=n("0068"),i=n("565b"),a=n("7cc2"),o=n("a915"),s=n("7696"),c=n("4cb4"),l=n("fbcd"),u=n("d8a6"),h=n("1985"),d={default:n("8a31"),zero:n("1caa"),commonmark:n("428d")},f=/^(vbscript|javascript|file|data):/,p=/^data:image\/(gif|png|jpeg|webp);/;function m(e){var t=e.trim().toLowerCase();return!f.test(t)||!!p.test(t)}var g=["http:","https:","mailto:"];function b(e){var t=u.parse(e,!0);if(t.hostname&&(!t.protocol||g.indexOf(t.protocol)>=0))try{t.hostname=h.toASCII(t.hostname)}catch(n){}return u.encode(u.format(t))}function v(e){var t=u.parse(e,!0);if(t.hostname&&(!t.protocol||g.indexOf(t.protocol)>=0))try{t.hostname=h.toUnicode(t.hostname)}catch(n){}return u.decode(u.format(t),u.decode.defaultChars+"%")}function y(e,t){if(!(this instanceof y))return new y(e,t);t||r.isString(e)||(t=e||{},e="default"),this.inline=new c,this.block=new s,this.core=new o,this.renderer=new a,this.linkify=new l,this.validateLink=m,this.normalizeLink=b,this.normalizeLinkText=v,this.utils=r,this.helpers=r.assign({},i),this.options={},this.configure(e),t&&this.set(t)}y.prototype.set=function(e){return r.assign(this.options,e),this},y.prototype.configure=function(e){var t,n=this;if(r.isString(e)&&(t=e,e=d[t],!e))throw new Error('Wrong `markdown-it` preset "'+t+'", check name');if(!e)throw new Error("Wrong `markdown-it` preset, can't be empty");return e.options&&n.set(e.options),e.components&&Object.keys(e.components).forEach((function(t){e.components[t].rules&&n[t].ruler.enableOnly(e.components[t].rules),e.components[t].rules2&&n[t].ruler2.enableOnly(e.components[t].rules2)})),this},y.prototype.enable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.enable(e,!0))}),this),n=n.concat(this.inline.ruler2.enable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to enable unknown rule(s): "+r);return this},y.prototype.disable=function(e,t){var n=[];Array.isArray(e)||(e=[e]),["core","block","inline"].forEach((function(t){n=n.concat(this[t].ruler.disable(e,!0))}),this),n=n.concat(this.inline.ruler2.disable(e,!0));var r=e.filter((function(e){return n.indexOf(e)<0}));if(r.length&&!t)throw new Error("MarkdownIt. Failed to disable unknown rule(s): "+r);return this},y.prototype.use=function(e){var t=[this].concat(Array.prototype.slice.call(arguments,1));return e.apply(e,t),this},y.prototype.parse=function(e,t){if("string"!==typeof e)throw new Error("Input data should be a String");var n=new this.core.State(e,this,t);return this.core.process(n),n.tokens},y.prototype.render=function(e,t){return t=t||{},this.renderer.render(this.parse(e,t),this.options,t)},y.prototype.parseInline=function(e,t){var n=new this.core.State(e,this,t);return n.inlineMode=!0,this.core.process(n),n.tokens},y.prototype.renderInline=function(e,t){return t=t||{},this.renderer.render(this.parseInline(e,t),this.options,t)},e.exports=y},"096b":function(e,t,n){"use strict";function r(e,t,n){this.type=e,this.tag=t,this.attrs=null,this.map=null,this.nesting=n,this.level=0,this.children=null,this.content="",this.markup="",this.info="",this.meta=null,this.block=!1,this.hidden=!1}r.prototype.attrIndex=function(e){var t,n,r;if(!this.attrs)return-1;for(t=this.attrs,n=0,r=t.length;n=0&&(n=this.attrs[t][1]),n},r.prototype.attrJoin=function(e,t){var n=this.attrIndex(e);n<0?this.attrPush([e,t]):this.attrs[n][1]=this.attrs[n][1]+" "+t},e.exports=r},"097b":function(e,t,n){"use strict";var r=n("096b"),i=n("0068").isWhiteSpace,a=n("0068").isPunctChar,o=n("0068").isMdAsciiPunct;function s(e,t,n,r){this.src=e,this.env=n,this.md=t,this.tokens=r,this.tokens_meta=Array(r.length),this.pos=0,this.posMax=this.src.length,this.level=0,this.pending="",this.pendingLevel=0,this.cache={},this.delimiters=[],this._prev_delimiters=[],this.backticks={},this.backticksScanned=!1}s.prototype.pushPending=function(){var e=new r("text","",0);return e.content=this.pending,e.level=this.pendingLevel,this.tokens.push(e),this.pending="",e},s.prototype.push=function(e,t,n){this.pending&&this.pushPending();var i=new r(e,t,n),a=null;return n<0&&(this.level--,this.delimiters=this._prev_delimiters.pop()),i.level=this.level,n>0&&(this.level++,this._prev_delimiters.push(this.delimiters),this.delimiters=[],a={delimiters:this.delimiters}),this.pendingLevel=this.level,this.tokens.push(i),this.tokens_meta.push(a),i},s.prototype.scanDelims=function(e,t){var n,r,s,c,l,u,h,d,f,p=e,m=!0,g=!0,b=this.posMax,v=this.src.charCodeAt(e);n=e>0?this.src.charCodeAt(e-1):32;while(p96?e-87:e>64?e-29:e-48}function d(e){var t,n=0,r=e.split("."),i=r[0],a=r[1]||"",o=1,s=0,c=1;for(45===e.charCodeAt(0)&&(n=1,c=-1),n;n3){var t=o[E(e)];if(t)return t;Y("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(u){}var n,r,i,a=w(),s=a.length,c=S(a),l=[];for(r=0;r0?l[0].zone.name:void 0}function M(e){return t&&!e||(t=C()),t}function E(e){return(e||"").toLowerCase().replace(/\//g,"_")}function D(e){var t,n,i,a;for("string"===typeof e&&(e=[e]),t=0;t= 2.6.0. You are using Moment.js "+e.version+". See momentjs.com"),b.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){var t,n=+e,r=this.untils;for(t=0;tr&&I.moveInvalidForward&&(t=r),a0&&(this._z=null),e.apply(this,arguments)}}e.tz=I,e.defaultZone=null,e.updateOffset=function(t,n){var r,i=e.defaultZone;if(void 0===t._z&&(i&&B(t)&&!t._isUTC&&(t._d=e.utc(t._a)._d,t.utc().add(i.parse(t),"minutes")),t._z=i),t._z)if(r=t._z.utcOffset(t),Math.abs(r)<16&&(r/=60),void 0!==t.utcOffset){var a=t._z;t.utcOffset(-r,n),t._z=a}else t.zone(r,n)},$.tz=function(t,n){if(t){if("string"!==typeof t)throw new Error("Time zone name must be a string, got "+t+" ["+typeof t+"]");return this._z=T(t),this._z?e.updateOffset(this,n):Y("Moment Timezone has no data for "+t+". See http://momentjs.com/timezone/docs/#/data-loading/."),this}if(this._z)return this._z.name},$.zoneName=q($.zoneName),$.zoneAbbr=q($.zoneAbbr),$.utc=H($.utc),$.local=H($.local),$.utcOffset=W($.utcOffset),e.tz.setDefault=function(t){return(l<2||2===l&&u<9)&&Y("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+e.version+"."),e.defaultZone=t?T(t):null,e};var U=e.momentProperties;return"[object Array]"===Object.prototype.toString.call(U)?(U.push("_z"),U.push("_a")):U&&(U._z=null),e}))},1004:function(e,t,n){"use strict";n.r(t);var r=n("8463"),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(a);t["default"]=i.a},1334:function(e,t,n){var r={"./de":"b469","./de.js":"b469","./en-ie":"e1d3","./en-ie.js":"e1d3","./fr":"9f26","./fr.js":"9f26","./ja":"079e","./ja.js":"079e","./zh-tw":"90ea","./zh-tw.js":"90ea"};function i(e){var t=a(e);return n(t)}function a(e){if(!n.o(r,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}i.keys=function(){return Object.keys(r)},i.resolve=a,e.exports=i,i.id="1334"},"14c3":function(e,t,n){var r=n("c6b6"),i=n("9263");e.exports=function(e,t){var n=e.exec;if("function"===typeof n){var a=n.call(e,t);if("object"!==typeof a)throw TypeError("RegExp exec method returned something other than an Object or null");return a}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},1985:function(e,t,n){(function(e,r){var i;/*! https://mths.be/punycode v1.4.1 by @mathias */(function(a){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof r&&r;o.global!==o&&o.window!==o&&o.self;var s,c=2147483647,l=36,u=1,h=26,d=38,f=700,p=72,m=128,g="-",b=/^xn--/,v=/[^\x20-\x7E]/,y=/[\x2E\u3002\uFF0E\uFF61]/g,_={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},A=l-u,w=Math.floor,k=String.fromCharCode;function x(e){throw new RangeError(_[e])}function S(e,t){var n=e.length,r=[];while(n--)r[n]=t(e[n]);return r}function C(e,t){var n=e.split("@"),r="";n.length>1&&(r=n[0]+"@",e=n[1]),e=e.replace(y,".");var i=e.split("."),a=S(i,t).join(".");return r+a}function M(e){var t,n,r=[],i=0,a=e.length;while(i=55296&&t<=56319&&i65535&&(e-=65536,t+=k(e>>>10&1023|55296),e=56320|1023&e),t+=k(e),t})).join("")}function D(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:l}function T(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function O(e,t,n){var r=0;for(e=n?w(e/f):e>>1,e+=w(e/t);e>A*h>>1;r+=l)e=w(e/A);return w(r+(A+1)*e/(e+d))}function L(e){var t,n,r,i,a,o,s,d,f,b,v=[],y=e.length,_=0,A=m,k=p;for(n=e.lastIndexOf(g),n<0&&(n=0),r=0;r=128&&x("not-basic"),v.push(e.charCodeAt(r));for(i=n>0?n+1:0;i=y&&x("invalid-input"),d=D(e.charCodeAt(i++)),(d>=l||d>w((c-_)/o))&&x("overflow"),_+=d*o,f=s<=k?u:s>=k+h?h:s-k,dw(c/b)&&x("overflow"),o*=b}t=v.length+1,k=O(_-a,t,0==a),w(_/t)>c-A&&x("overflow"),A+=w(_/t),_%=t,v.splice(_++,0,A)}return E(v)}function P(e){var t,n,r,i,a,o,s,d,f,b,v,y,_,A,S,C=[];for(e=M(e),y=e.length,t=m,n=0,a=p,o=0;o=t&&vw((c-n)/_)&&x("overflow"),n+=(s-t)*_,t=s,o=0;oc&&x("overflow"),v==t){for(d=n,f=l;;f+=l){if(b=f<=a?u:f>=a+h?h:f-a,d=4)return!1;for(d=e.parentType,e.parentType="paragraph";f3)){if(e.sCount[f]>=e.blkIndent&&(c=e.bMarks[f]+e.tShift[f],l=e.eMarks[f],c=l)))){u=61===h?1:2;break}if(!(e.sCount[f]<0)){for(i=!1,a=0,o=p.length;a0&&r++,"text"===i[t].type&&t+1\x00-\x20]*)$/;e.exports=function(e,t){var n,a,o,s,c,l,u=e.pos;if(60!==e.src.charCodeAt(u))return!1;for(c=e.pos,l=e.posMax;;){if(++u>=l)return!1;if(s=e.src.charCodeAt(u),60===s)return!1;if(62===s)break}return n=e.src.slice(c+1,u),i.test(n)?(a=e.md.normalizeLink(n),!!e.md.validateLink(a)&&(t||(o=e.push("link_open","a",1),o.attrs=[["href",a]],o.markup="autolink",o.info="auto",o=e.push("text","",0),o.content=e.md.normalizeLinkText(n),o=e.push("link_close","a",-1),o.markup="autolink",o.info="auto"),e.pos+=n.length+2,!0)):!!r.test(n)&&(a=e.md.normalizeLink("mailto:"+n),!!e.md.validateLink(a)&&(t||(o=e.push("link_open","a",1),o.attrs=[["href",a]],o.markup="autolink",o.info="auto",o=e.push("text","",0),o.content=e.md.normalizeLinkText(n),o=e.push("link_close","a",-1),o.markup="autolink",o.info="auto"),e.pos+=n.length+2,!0))}},"2b0e":function(e,t,n){"use strict";(function(e){ +/*! + * Vue.js v2.6.12 + * (c) 2014-2020 Evan You + * Released under the MIT License. + */ +var n=Object.freeze({});function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function a(e){return!0===e}function o(e){return!1===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function c(e){return null!==e&&"object"===typeof e}var l=Object.prototype.toString;function u(e){return"[object Object]"===l.call(e)}function h(e){return"[object RegExp]"===l.call(e)}function d(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function f(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function p(e){return null==e?"":Array.isArray(e)||u(e)&&e.toString===l?JSON.stringify(e,null,2):String(e)}function m(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function _(e,t){return y.call(e,t)}function A(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var w=/-(\w)/g,k=A((function(e){return e.replace(w,(function(e,t){return t?t.toUpperCase():""}))})),x=A((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),S=/\B([A-Z])/g,C=A((function(e){return e.replace(S,"-$1").toLowerCase()}));function M(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function E(e,t){return e.bind(t)}var D=Function.prototype.bind?E:M;function T(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function O(e,t){for(var n in t)e[n]=t[n];return e}function L(e){for(var t={},n=0;n0,ne=Q&&Q.indexOf("edge/")>0,re=(Q&&Q.indexOf("android"),Q&&/iphone|ipad|ipod|ios/.test(Q)||"ios"===X),ie=(Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q),Q&&Q.match(/firefox\/(\d+)/)),ae={}.watch,oe=!1;if(K)try{var se={};Object.defineProperty(se,"passive",{get:function(){oe=!0}}),window.addEventListener("test-passive",null,se)}catch(ko){}var ce=function(){return void 0===V&&(V=!K&&!J&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),V},le=K&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ue(e){return"function"===typeof e&&/native code/.test(e.toString())}var he,de="undefined"!==typeof Symbol&&ue(Symbol)&&"undefined"!==typeof Reflect&&ue(Reflect.ownKeys);he="undefined"!==typeof Set&&ue(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var fe=P,pe=0,me=function(){this.id=pe++,this.subs=[]};me.prototype.addSub=function(e){this.subs.push(e)},me.prototype.removeSub=function(e){v(this.subs,e)},me.prototype.depend=function(){me.target&&me.target.addDep(this)},me.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t-1)if(a&&!_(i,"default"))o=!1;else if(""===o||o===C(e)){var c=et(String,i.type);(c<0||s0&&(o=Mt(o,(t||"")+"_"+n),Ct(o[0])&&Ct(l)&&(u[c]=we(l.text+o[0].text),o.shift()),u.push.apply(u,o)):s(o)?Ct(l)?u[c]=we(l.text+o):""!==o&&u.push(we(o)):Ct(o)&&Ct(l)?u[c]=we(l.text+o.text):(a(e._isVList)&&i(o.tag)&&r(o.key)&&i(t)&&(o.key="__vlist"+t+"_"+n+"__"),u.push(o)));return u}function Et(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function Dt(e){var t=Tt(e.$options.inject,e);t&&(De(!1),Object.keys(t).forEach((function(n){ze(e,n,t[n])})),De(!0))}function Tt(e,t){if(e){for(var n=Object.create(null),r=de?Reflect.ownKeys(e):Object.keys(e),i=0;i0,o=e?!!e.$stable:!a,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(o&&r&&r!==n&&s===r.$key&&!a&&!r.$hasNormal)return r;for(var c in i={},e)e[c]&&"$"!==c[0]&&(i[c]=zt(t,c,e[c]))}else i={};for(var l in t)l in i||(i[l]=Nt(t,l));return e&&Object.isExtensible(e)&&(e._normalized=i),W(i,"$stable",o),W(i,"$key",s),W(i,"$hasNormal",a),i}function zt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:St(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function Nt(e,t){return function(){return e[t]}}function jt(e,t){var n,r,a,o,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,a=e.length;r1?T(n):n;for(var r=T(arguments,1),i='event handler for "'+e+'"',a=0,o=n.length;adocument.createEvent("Event").timeStamp&&(Vn=function(){return Zn.now()})}function Kn(){var e,t;for(Gn=Vn(),Hn=!0,Yn.sort((function(e,t){return e.id-t.id})),Wn=0;WnWn&&Yn[n].id>e.id)n--;Yn.splice(n+1,0,e)}else Yn.push(e);qn||(qn=!0,pt(Kn))}}var tr=0,nr=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++tr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new he,this.newDepIds=new he,this.expression="","function"===typeof t?this.getter=t:(this.getter=G(t),this.getter||(this.getter=P)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var e;be(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(ko){if(!this.user)throw ko;tt(ko,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&>(e),ve(),this.cleanupDeps()}return e},nr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},nr.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():er(this)},nr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||c(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(ko){tt(ko,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||v(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:P,set:P};function ir(e,t,n){rr.get=function(){return this[t][n]},rr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,rr)}function ar(e){e._watchers=[];var t=e.$options;t.props&&or(e,t.props),t.methods&&pr(e,t.methods),t.data?sr(e):Pe(e._data={},!0),t.computed&&ur(e,t.computed),t.watch&&t.watch!==ae&&mr(e,t.watch)}function or(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],a=!e.$parent;a||De(!1);var o=function(a){i.push(a);var o=Ke(a,t,n,e);ze(r,a,o),a in e||ir(e,"_props",a)};for(var s in t)o(s);De(!0)}function sr(e){var t=e.$options.data;t=e._data="function"===typeof t?cr(t,e):t||{},u(t)||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);while(i--){var a=n[i];0,r&&_(r,a)||H(a)||ir(e,"_data",a)}Pe(t,!0)}function cr(e,t){be();try{return e.call(t,t)}catch(ko){return tt(ko,t,"data()"),{}}finally{ve()}}var lr={lazy:!0};function ur(e,t){var n=e._computedWatchers=Object.create(null),r=ce();for(var i in t){var a=t[i],o="function"===typeof a?a:a.get;0,r||(n[i]=new nr(e,o||P,P,lr)),i in e||hr(e,i,a)}}function hr(e,t,n){var r=!ce();"function"===typeof n?(rr.get=r?dr(t):fr(n),rr.set=P):(rr.get=n.get?r&&!1!==n.cache?dr(t):fr(n.get):P,rr.set=n.set||P),Object.defineProperty(e,t,rr)}function dr(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),me.target&&t.depend(),t.value}}function fr(e){return function(){return e.call(this,this)}}function pr(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?P:D(t[n],e)}function mr(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i-1)return this;var n=T(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}function Sr(e){e.mixin=function(e){return this.options=Ve(this.options,e),this}}function Cr(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var a=e.name||n.options.name;var o=function(e){this._init(e)};return o.prototype=Object.create(n.prototype),o.prototype.constructor=o,o.cid=t++,o.options=Ve(n.options,e),o["super"]=n,o.options.props&&Mr(o),o.options.computed&&Er(o),o.extend=n.extend,o.mixin=n.mixin,o.use=n.use,Y.forEach((function(e){o[e]=n[e]})),a&&(o.options.components[a]=o),o.superOptions=n.options,o.extendOptions=e,o.sealedOptions=O({},o.options),i[r]=o,o}}function Mr(e){var t=e.options.props;for(var n in t)ir(e.prototype,"_props",n)}function Er(e){var t=e.options.computed;for(var n in t)hr(e.prototype,n,t[n])}function Dr(e){Y.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}function Tr(e){return e&&(e.Ctor.options.name||e.tag)}function Or(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!h(e)&&e.test(t)}function Lr(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var a in n){var o=n[a];if(o){var s=Tr(o.componentOptions);s&&!t(s)&&Pr(n,a,r,i)}}}function Pr(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,v(n,t)}yr(kr),br(kr),Dn(kr),Pn(kr),vn(kr);var zr=[String,RegExp,Array],Nr={name:"keep-alive",abstract:!0,props:{include:zr,exclude:zr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Pr(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Lr(e,(function(e){return Or(t,e)}))})),this.$watch("exclude",(function(t){Lr(e,(function(e){return!Or(t,e)}))}))},render:function(){var e=this.$slots.default,t=kn(e),n=t&&t.componentOptions;if(n){var r=Tr(n),i=this,a=i.include,o=i.exclude;if(a&&(!r||!Or(a,r))||o&&r&&Or(o,r))return t;var s=this,c=s.cache,l=s.keys,u=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;c[u]?(t.componentInstance=c[u].componentInstance,v(l,u),l.push(u)):(c[u]=t,l.push(u),this.max&&l.length>parseInt(this.max)&&Pr(c,l[0],l,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},jr={KeepAlive:Nr};function Fr(e){var t={get:function(){return $}};Object.defineProperty(e,"config",t),e.util={warn:fe,extend:O,mergeOptions:Ve,defineReactive:ze},e.set=Ne,e.delete=je,e.nextTick=pt,e.observable=function(e){return Pe(e),e},e.options=Object.create(null),Y.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,O(e.options.components,jr),xr(e),Sr(e),Cr(e),Dr(e)}Fr(kr),Object.defineProperty(kr.prototype,"$isServer",{get:ce}),Object.defineProperty(kr.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(kr,"FunctionalRenderContext",{value:Jt}),kr.version="2.6.12";var Rr=g("style,class"),Br=g("input,textarea,option,select,progress"),Yr=function(e,t,n){return"value"===n&&Br(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Ir=g("contenteditable,draggable,spellcheck"),$r=g("events,caret,typing,plaintext-only"),qr=function(e,t){return Vr(t)||"false"===t?"false":"contenteditable"===e&&$r(t)?t:"true"},Hr=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Wr="http://www.w3.org/1999/xlink",Ur=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Gr=function(e){return Ur(e)?e.slice(6,e.length):""},Vr=function(e){return null==e||!1===e};function Zr(e){var t=e.data,n=e,r=e;while(i(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(t=Kr(r.data,t));while(i(n=n.parent))n&&n.data&&(t=Kr(t,n.data));return Jr(t.staticClass,t.class)}function Kr(e,t){return{staticClass:Xr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Jr(e,t){return i(e)||i(t)?Xr(e,Qr(t)):""}function Xr(e,t){return e?t?e+" "+t:e:t||""}function Qr(e){return Array.isArray(e)?ei(e):c(e)?ti(e):"string"===typeof e?e:""}function ei(e){for(var t,n="",r=0,a=e.length;r-1?si[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:si[e]=/HTMLUnknownElement/.test(t.toString())}var li=g("text,number,password,search,email,tel,url");function ui(e){if("string"===typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function hi(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function di(e,t){return document.createElementNS(ni[e],t)}function fi(e){return document.createTextNode(e)}function pi(e){return document.createComment(e)}function mi(e,t,n){e.insertBefore(t,n)}function gi(e,t){e.removeChild(t)}function bi(e,t){e.appendChild(t)}function vi(e){return e.parentNode}function yi(e){return e.nextSibling}function _i(e){return e.tagName}function Ai(e,t){e.textContent=t}function wi(e,t){e.setAttribute(t,"")}var ki=Object.freeze({createElement:hi,createElementNS:di,createTextNode:fi,createComment:pi,insertBefore:mi,removeChild:gi,appendChild:bi,parentNode:vi,nextSibling:yi,tagName:_i,setTextContent:Ai,setStyleScope:wi}),xi={create:function(e,t){Si(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Si(e,!0),Si(t))},destroy:function(e){Si(e,!0)}};function Si(e,t){var n=e.data.ref;if(i(n)){var r=e.context,a=e.componentInstance||e.elm,o=r.$refs;t?Array.isArray(o[n])?v(o[n],a):o[n]===a&&(o[n]=void 0):e.data.refInFor?Array.isArray(o[n])?o[n].indexOf(a)<0&&o[n].push(a):o[n]=[a]:o[n]=a}}var Ci=new ye("",{},[]),Mi=["create","activate","update","remove","destroy"];function Ei(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&Di(e,t)||a(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Di(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,a=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===a||li(r)&&li(a)}function Ti(e,t,n){var r,a,o={};for(r=t;r<=n;++r)a=e[r].key,i(a)&&(o[a]=r);return o}function Oi(e){var t,n,o={},c=e.modules,l=e.nodeOps;for(t=0;tm?(h=r(n[v+1])?null:n[v+1].elm,k(e,h,n,p,v,a)):p>v&&S(t,d,m)}function E(e,t,n,r){for(var a=n;a-1?$i(e,t,n):Hr(t)?Vr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Ir(t)?e.setAttribute(t,qr(t,n)):Ur(t)?Vr(n)?e.removeAttributeNS(Wr,Gr(t)):e.setAttributeNS(Wr,t,n):$i(e,t,n)}function $i(e,t,n){if(Vr(n))e.removeAttribute(t);else{if(ee&&!te&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var qi={create:Yi,update:Yi};function Hi(e,t){var n=t.elm,a=t.data,o=e.data;if(!(r(a.staticClass)&&r(a.class)&&(r(o)||r(o.staticClass)&&r(o.class)))){var s=Zr(t),c=n._transitionClasses;i(c)&&(s=Xr(s,Qr(c))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Wi,Ui={create:Hi,update:Hi},Gi="__r",Vi="__c";function Zi(e){if(i(e[Gi])){var t=ee?"change":"input";e[t]=[].concat(e[Gi],e[t]||[]),delete e[Gi]}i(e[Vi])&&(e.change=[].concat(e[Vi],e.change||[]),delete e[Vi])}function Ki(e,t,n){var r=Wi;return function i(){var a=t.apply(null,arguments);null!==a&&Qi(e,i,n,r)}}var Ji=ot&&!(ie&&Number(ie[1])<=53);function Xi(e,t,n,r){if(Ji){var i=Gn,a=t;t=a._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return a.apply(this,arguments)}}Wi.addEventListener(e,t,oe?{capture:n,passive:r}:n)}function Qi(e,t,n,r){(r||Wi).removeEventListener(e,t._wrapper||t,n)}function ea(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Wi=t.elm,Zi(n),_t(n,i,Xi,Qi,Ki,t.context),Wi=void 0}}var ta,na={create:ea,update:ea};function ra(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,a,o=t.elm,s=e.data.domProps||{},c=t.data.domProps||{};for(n in i(c.__ob__)&&(c=t.data.domProps=O({},c)),s)n in c||(o[n]="");for(n in c){if(a=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),a===s[n])continue;1===o.childNodes.length&&o.removeChild(o.childNodes[0])}if("value"===n&&"PROGRESS"!==o.tagName){o._value=a;var l=r(a)?"":String(a);ia(o,l)&&(o.value=l)}else if("innerHTML"===n&&ii(o.tagName)&&r(o.innerHTML)){ta=ta||document.createElement("div"),ta.innerHTML=""+a+"";var u=ta.firstChild;while(o.firstChild)o.removeChild(o.firstChild);while(u.firstChild)o.appendChild(u.firstChild)}else if(a!==s[n])try{o[n]=a}catch(ko){}}}}function ia(e,t){return!e.composing&&("OPTION"===e.tagName||aa(e,t)||oa(e,t))}function aa(e,t){var n=!0;try{n=document.activeElement!==e}catch(ko){}return n&&e.value!==t}function oa(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return m(n)!==m(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}var sa={create:ra,update:ra},ca=A((function(e){var t={},n=/;(?![^(]*\))/g,r=/:(.+)/;return e.split(n).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function la(e){var t=ua(e.style);return e.staticStyle?O(e.staticStyle,t):t}function ua(e){return Array.isArray(e)?L(e):"string"===typeof e?ca(e):e}function ha(e,t){var n,r={};if(t){var i=e;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=la(i.data))&&O(r,n)}(n=la(e.data))&&O(r,n);var a=e;while(a=a.parent)a.data&&(n=la(a.data))&&O(r,n);return r}var da,fa=/^--/,pa=/\s*!important$/,ma=function(e,t,n){if(fa.test(t))e.style.setProperty(t,n);else if(pa.test(n))e.style.setProperty(C(t),n.replace(pa,""),"important");else{var r=ba(t);if(Array.isArray(n))for(var i=0,a=n.length;i-1?t.split(_a).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function wa(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(_a).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function ka(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&O(t,xa(e.name||"v")),O(t,e),t}return"string"===typeof e?xa(e):void 0}}var xa=A((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),Sa=K&&!te,Ca="transition",Ma="animation",Ea="transition",Da="transitionend",Ta="animation",Oa="animationend";Sa&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Ea="WebkitTransition",Da="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ta="WebkitAnimation",Oa="webkitAnimationEnd"));var La=K?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Pa(e){La((function(){La(e)}))}function za(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Aa(e,t))}function Na(e,t){e._transitionClasses&&v(e._transitionClasses,t),wa(e,t)}function ja(e,t,n){var r=Ra(e,t),i=r.type,a=r.timeout,o=r.propCount;if(!i)return n();var s=i===Ca?Da:Oa,c=0,l=function(){e.removeEventListener(s,u),n()},u=function(t){t.target===e&&++c>=o&&l()};setTimeout((function(){c0&&(n=Ca,u=o,h=a.length):t===Ma?l>0&&(n=Ma,u=l,h=c.length):(u=Math.max(o,l),n=u>0?o>l?Ca:Ma:null,h=n?n===Ca?a.length:c.length:0);var d=n===Ca&&Fa.test(r[Ea+"Property"]);return{type:n,timeout:u,propCount:h,hasTransform:d}}function Ba(e,t){while(e.length1}function Wa(e,t){!0!==t.data.show&&Ia(t)}var Ua=K?{create:Wa,activate:Wa,remove:function(e,t){!0!==e.data.show?$a(e,t):t()}}:{},Ga=[qi,Ui,na,sa,ya,Ua],Va=Ga.concat(Bi),Za=Oi({nodeOps:ki,modules:Va});te&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ro(e,"input")}));var Ka={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?At(n,"postpatch",(function(){Ka.componentUpdated(e,t,n)})):Ja(e,t,n.context),e._vOptions=[].map.call(e.options,eo)):("textarea"===n.tag||li(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",to),e.addEventListener("compositionend",no),e.addEventListener("change",no),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Ja(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,eo);if(i.some((function(e,t){return!j(e,r[t])}))){var a=e.multiple?t.value.some((function(e){return Qa(e,i)})):t.value!==t.oldValue&&Qa(t.value,i);a&&ro(e,"change")}}}};function Ja(e,t,n){Xa(e,t,n),(ee||ne)&&setTimeout((function(){Xa(e,t,n)}),0)}function Xa(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var a,o,s=0,c=e.options.length;s-1,o.selected!==a&&(o.selected=a);else if(j(eo(o),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Qa(e,t){return t.every((function(t){return!j(t,e)}))}function eo(e){return"_value"in e?e._value:e.value}function to(e){e.target.composing=!0}function no(e){e.target.composing&&(e.target.composing=!1,ro(e.target,"input"))}function ro(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function io(e){return!e.componentInstance||e.data&&e.data.transition?e:io(e.componentInstance._vnode)}var ao={bind:function(e,t,n){var r=t.value;n=io(n);var i=n.data&&n.data.transition,a=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,Ia(n,(function(){e.style.display=a}))):e.style.display=r?a:"none"},update:function(e,t,n){var r=t.value,i=t.oldValue;if(!r!==!i){n=io(n);var a=n.data&&n.data.transition;a?(n.data.show=!0,r?Ia(n,(function(){e.style.display=e.__vOriginalDisplay})):$a(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none"}},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},oo={model:Ka,show:ao},so={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 co(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?co(kn(t.children)):e}function lo(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var a in i)t[k(a)]=i[a];return t}function uo(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function ho(e){while(e=e.parent)if(e.data.transition)return!0}function fo(e,t){return t.key===e.key&&t.tag===e.tag}var po=function(e){return e.tag||wn(e)},mo=function(e){return"show"===e.name},go={name:"transition",props:so,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(po),n.length)){0;var r=this.mode;0;var i=n[0];if(ho(this.$vnode))return i;var a=co(i);if(!a)return i;if(this._leaving)return uo(e,i);var o="__transition-"+this._uid+"-";a.key=null==a.key?a.isComment?o+"comment":o+a.tag:s(a.key)?0===String(a.key).indexOf(o)?a.key:o+a.key:a.key;var c=(a.data||(a.data={})).transition=lo(this),l=this._vnode,u=co(l);if(a.data.directives&&a.data.directives.some(mo)&&(a.data.show=!0),u&&u.data&&!fo(a,u)&&!wn(u)&&(!u.componentInstance||!u.componentInstance._vnode.isComment)){var h=u.data.transition=O({},c);if("out-in"===r)return this._leaving=!0,At(h,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),uo(e,i);if("in-out"===r){if(wn(a))return l;var d,f=function(){d()};At(c,"afterEnter",f),At(c,"enterCancelled",f),At(h,"delayLeave",(function(e){d=e}))}}return i}}},bo=O({tag:String,moveClass:String},so);delete bo.mode;var vo={props:bo,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=On(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],a=this.children=[],o=lo(this),s=0;s4)return e;for(n=[],r=0;r1&&"0"==i.charAt(0)&&(a=P.test(i)?16:8,i=i.slice(8==a?1:2)),""===i)o=0;else{if(!(10==a?N:8==a?z:j).test(i))return e;o=parseInt(i,a)}n.push(o)}for(r=0;r=S(256,5-t))return null}else if(o>255)return null;for(s=n.pop(),r=0;r6)return;r=0;while(d()){if(i=null,r>0){if(!("."==d()&&r<4))return;h++}if(!L.test(d()))return;while(L.test(d())){if(a=parseInt(d(),10),null===i)i=a;else{if(0==i)return;i=10*i+a}if(i>255)return;h++}c[l]=256*c[l]+i,r++,2!=r&&4!=r||l++}if(4!=r)return;break}if(":"==d()){if(h++,!d())return}else if(d())return;c[l++]=t}else{if(null!==u)return;h++,l++,u=l}}if(null!==u){o=l-u,l=7;while(0!=l&&o>0)s=c[l],c[l--]=c[u+o-1],c[u+--o]=s}else if(8!=l)return;return c},H=function(e){for(var t=null,n=1,r=null,i=0,a=0;a<8;a++)0!==e[a]?(i>n&&(t=r,n=i),r=null,i=0):(null===r&&(r=a),++i);return i>n&&(t=r,n=i),t},W=function(e){var t,n,r,i;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=x(e/256);return t.join(".")}if("object"==typeof e){for(t="",r=H(e),n=0;n<8;n++)i&&0===e[n]||(i&&(i=!1),r===n?(t+=n?":":"::",i=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}return e},U={},G=d({},U,{" ":1,'"':1,"<":1,">":1,"`":1}),V=d({},G,{"#":1,"?":1,"{":1,"}":1}),Z=d({},V,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),K=function(e,t){var n=p(e,0);return n>32&&n<127&&!h(t,e)?e:encodeURIComponent(e)},J={ftp:21,file:null,http:80,https:443,ws:80,wss:443},X=function(e){return h(J,e.scheme)},Q=function(e){return""!=e.username||""!=e.password},ee=function(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme},te=function(e,t){var n;return 2==e.length&&T.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)},ne=function(e){var t;return e.length>1&&te(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)},re=function(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&te(t[0],!0)||t.pop()},ie=function(e){return"."===e||"%2e"===e.toLowerCase()},ae=function(e){return e=e.toLowerCase(),".."===e||"%2e."===e||".%2e"===e||"%2e%2e"===e},oe={},se={},ce={},le={},ue={},he={},de={},fe={},pe={},me={},ge={},be={},ve={},ye={},_e={},Ae={},we={},ke={},xe={},Se={},Ce={},Me=function(e,t,n,i){var a,o,s,c,l=n||oe,u=0,d="",p=!1,m=!1,g=!1;n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(B,"")),t=t.replace(Y,""),a=f(t);while(u<=a.length){switch(o=a[u],l){case oe:if(!o||!T.test(o)){if(n)return M;l=ce;continue}d+=o.toLowerCase(),l=se;break;case se:if(o&&(O.test(o)||"+"==o||"-"==o||"."==o))d+=o.toLowerCase();else{if(":"!=o){if(n)return M;d="",l=ce,u=0;continue}if(n&&(X(e)!=h(J,d)||"file"==d&&(Q(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=d,n)return void(X(e)&&J[e.scheme]==e.port&&(e.port=null));d="","file"==e.scheme?l=ye:X(e)&&i&&i.scheme==e.scheme?l=le:X(e)?l=fe:"/"==a[u+1]?(l=ue,u++):(e.cannotBeABaseURL=!0,e.path.push(""),l=xe)}break;case ce:if(!i||i.cannotBeABaseURL&&"#"!=o)return M;if(i.cannotBeABaseURL&&"#"==o){e.scheme=i.scheme,e.path=i.path.slice(),e.query=i.query,e.fragment="",e.cannotBeABaseURL=!0,l=Ce;break}l="file"==i.scheme?ye:he;continue;case le:if("/"!=o||"/"!=a[u+1]){l=he;continue}l=pe,u++;break;case ue:if("/"==o){l=me;break}l=ke;continue;case he:if(e.scheme=i.scheme,o==r)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query;else if("/"==o||"\\"==o&&X(e))l=de;else if("?"==o)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query="",l=Se;else{if("#"!=o){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.path.pop(),l=ke;continue}e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query,e.fragment="",l=Ce}break;case de:if(!X(e)||"/"!=o&&"\\"!=o){if("/"!=o){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,l=ke;continue}l=me}else l=pe;break;case fe:if(l=pe,"/"!=o||"/"!=d.charAt(u+1))continue;u++;break;case pe:if("/"!=o&&"\\"!=o){l=me;continue}break;case me:if("@"==o){p&&(d="%40"+d),p=!0,s=f(d);for(var b=0;b65535)return D;e.port=X(e)&&_===J[e.scheme]?null:_,d=""}if(n)return;l=we;continue}return D}d+=o;break;case ye:if(e.scheme="file","/"==o||"\\"==o)l=_e;else{if(!i||"file"!=i.scheme){l=ke;continue}if(o==r)e.host=i.host,e.path=i.path.slice(),e.query=i.query;else if("?"==o)e.host=i.host,e.path=i.path.slice(),e.query="",l=Se;else{if("#"!=o){ne(a.slice(u).join(""))||(e.host=i.host,e.path=i.path.slice(),re(e)),l=ke;continue}e.host=i.host,e.path=i.path.slice(),e.query=i.query,e.fragment="",l=Ce}}break;case _e:if("/"==o||"\\"==o){l=Ae;break}i&&"file"==i.scheme&&!ne(a.slice(u).join(""))&&(te(i.path[0],!0)?e.path.push(i.path[0]):e.host=i.host),l=ke;continue;case Ae:if(o==r||"/"==o||"\\"==o||"?"==o||"#"==o){if(!n&&te(d))l=ke;else if(""==d){if(e.host="",n)return;l=we}else{if(c=I(e,d),c)return c;if("localhost"==e.host&&(e.host=""),n)return;d="",l=we}continue}d+=o;break;case we:if(X(e)){if(l=ke,"/"!=o&&"\\"!=o)continue}else if(n||"?"!=o)if(n||"#"!=o){if(o!=r&&(l=ke,"/"!=o))continue}else e.fragment="",l=Ce;else e.query="",l=Se;break;case ke:if(o==r||"/"==o||"\\"==o&&X(e)||!n&&("?"==o||"#"==o)){if(ae(d)?(re(e),"/"==o||"\\"==o&&X(e)||e.path.push("")):ie(d)?"/"==o||"\\"==o&&X(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&te(d)&&(e.host&&(e.host=""),d=d.charAt(0)+":"),e.path.push(d)),d="","file"==e.scheme&&(o==r||"?"==o||"#"==o))while(e.path.length>1&&""===e.path[0])e.path.shift();"?"==o?(e.query="",l=Se):"#"==o&&(e.fragment="",l=Ce)}else d+=K(o,V);break;case xe:"?"==o?(e.query="",l=Se):"#"==o?(e.fragment="",l=Ce):o!=r&&(e.path[0]+=K(o,U));break;case Se:n||"#"!=o?o!=r&&("'"==o&&X(e)?e.query+="%27":e.query+="#"==o?"%23":K(o,U)):(e.fragment="",l=Ce);break;case Ce:o!=r&&(e.fragment+=K(o,G));break}u++}},Ee=function(e){var t,n,r=u(this,Ee,"URL"),i=arguments.length>1?arguments[1]:void 0,o=String(e),s=w(r,{type:"URL"});if(void 0!==i)if(i instanceof Ee)t=k(i);else if(n=Me(t={},String(i)),n)throw TypeError(n);if(n=Me(s,o,null,t),n)throw TypeError(n);var c=s.searchParams=new _,l=A(c);l.updateSearchParams(s.query),l.updateURL=function(){s.query=String(c)||null},a||(r.href=Te.call(r),r.origin=Oe.call(r),r.protocol=Le.call(r),r.username=Pe.call(r),r.password=ze.call(r),r.host=Ne.call(r),r.hostname=je.call(r),r.port=Fe.call(r),r.pathname=Re.call(r),r.search=Be.call(r),r.searchParams=Ye.call(r),r.hash=Ie.call(r))},De=Ee.prototype,Te=function(){var e=k(this),t=e.scheme,n=e.username,r=e.password,i=e.host,a=e.port,o=e.path,s=e.query,c=e.fragment,l=t+":";return null!==i?(l+="//",Q(e)&&(l+=n+(r?":"+r:"")+"@"),l+=W(i),null!==a&&(l+=":"+a)):"file"==t&&(l+="//"),l+=e.cannotBeABaseURL?o[0]:o.length?"/"+o.join("/"):"",null!==s&&(l+="?"+s),null!==c&&(l+="#"+c),l},Oe=function(){var e=k(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(r){return"null"}return"file"!=t&&X(e)?t+"://"+W(e.host)+(null!==n?":"+n:""):"null"},Le=function(){return k(this).scheme+":"},Pe=function(){return k(this).username},ze=function(){return k(this).password},Ne=function(){var e=k(this),t=e.host,n=e.port;return null===t?"":null===n?W(t):W(t)+":"+n},je=function(){var e=k(this).host;return null===e?"":W(e)},Fe=function(){var e=k(this).port;return null===e?"":String(e)},Re=function(){var e=k(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Be=function(){var e=k(this).query;return e?"?"+e:""},Ye=function(){return k(this).searchParams},Ie=function(){var e=k(this).fragment;return e?"#"+e:""},$e=function(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}};if(a&&c(De,{href:$e(Te,(function(e){var t=k(this),n=String(e),r=Me(t,n);if(r)throw TypeError(r);A(t.searchParams).updateSearchParams(t.query)})),origin:$e(Oe),protocol:$e(Le,(function(e){var t=k(this);Me(t,String(e)+":",oe)})),username:$e(Pe,(function(e){var t=k(this),n=f(String(e));if(!ee(t)){t.username="";for(var r=0;rn)return!1;if(r===n)return e===t;e:for(var i=0,a=0;ic)i.f(e,n=r[c++],t[n]);return e}},"3bbe":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3ca3":function(e,t,n){"use strict";var r=n("6547").charAt,i=n("69f3"),a=n("7dd0"),o="String Iterator",s=i.set,c=i.getterFor(o);a(String,"String",(function(e){s(this,{type:o,string:String(e),index:0})}),(function(){var e,t=c(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},"3f8c":function(e,t){e.exports={}},4236:function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t){var n,i,a=e.pos;if(10!==e.src.charCodeAt(a))return!1;n=e.pending.length-1,i=e.posMax,t||(n>=0&&32===e.pending.charCodeAt(n)?n>=1&&32===e.pending.charCodeAt(n-1)?(e.pending=e.pending.replace(/ +$/,""),e.push("hardbreak","br",0)):(e.pending=e.pending.slice(0,-1),e.push("softbreak","br",0)):e.push("softbreak","br",0)),a++;while(a3)&&!(e.sCount[c]<0)){for(r=!1,i=0,a=l.length;ii){let t=n>i?"right":"left";e.tether.attachment.left=t,e.tether.targetAttachment.left=t,e.position()}},dropdownOpened(){this.lastFocussedElement=document.activeElement,this.$refs.dropdown.focus(),this.$emit("opened")},dropdownClosed(){this.lastFocussedElement&&this.lastFocussedElement.focus(),this.$emit("closed")}}},u=l,h=n("2877"),d=Object(h["a"])(u,r,i,!1,null,null,null,!0);t["default"]=d.exports},4883:function(e,t,n){"use strict";function r(){this.__rules__=[],this.__cache__=null}r.prototype.__find__=function(e){for(var t=0;t.room{position:-webkit-sticky;position:sticky;top:48px;display:flex;justify-content:center;align-items:center;font-size:18px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.12);z-index:20}.c-grid-schedule .grid .c-linear-schedule-session{z-index:10}.c-grid-schedule .grid .break{z-index:10;margin:8px;border-radius:4px;background-color:#eee;display:flex;justify-content:center;align-items:center}.c-grid-schedule .grid .break .title{font-size:20px;font-weight:500;color:rgba(0,0,0,.54)}.c-grid-schedule .timeslice{color:rgba(0,0,0,.54);padding:8px 10px 0 16px;white-space:nowrap;position:-webkit-sticky;position:sticky;left:0;text-align:center;background-color:#fafafa;border-top:1px solid rgba(0,0,0,.12);z-index:20}.c-grid-schedule .timeslice.datebreak{font-weight:600;border-top:3px solid rgba(0,0,0,.12);white-space:pre}.c-grid-schedule .timeslice.gap{position:relative}.c-grid-schedule .timeslice.gap:before{content:"";display:block;width:6px;height:calc(100% - 42px);position:absolute;top:30px;left:50%;background-image:radial-gradient(circle closest-side,#9e9e9e calc(100% - .5px),transparent 100%);background-position:0 0;background-size:5px 15px;background-repeat:repeat-y}.c-grid-schedule .timeline{height:1px;background-color:rgba(0,0,0,.12);position:absolute;width:100%}.c-grid-schedule .timeline.datebreak{height:3px}.c-grid-schedule .nowline{height:2px;background-color:#f44336;position:absolute;transform:translateY(calc(var(--offset)*100%));width:100%}.c-grid-schedule .now{margin-left:2px;z-index:20;position:relative}.c-grid-schedule .now:before{content:"";display:block;height:2px;background-color:#f44336;position:absolute;top:calc(var(--offset)*100%);width:100%}.c-grid-schedule .now.on-daybreak:before{background:repeating-linear-gradient(90deg,transparent,transparent 5px,#f44336 0,#f44336 10px)}.c-grid-schedule .now svg{position:absolute;top:calc(var(--offset)*100% - 11px);height:24px;width:24px;fill:#f44336}.c-grid-schedule .bunt-scrollbar-rail-wrapper-x,.c-grid-schedule .bunt-scrollbar-rail-wrapper-y{z-index:30}',""]),e.exports=t},"4a94":function(e,t,n){"use strict";e.exports=function(e,t){var n,r,i,a,o,s,c,l,u=e.pos,h=e.src.charCodeAt(u);if(96!==h)return!1;n=u,u++,r=e.posMax;while(u=o)return-1;if(n=e.src.charCodeAt(a++),n<48||n>57)return-1;for(;;){if(a>=o)return-1;if(n=e.src.charCodeAt(a++),!(n>=48&&n<=57)){if(41===n||46===n)break;return-1}if(a-i>=10)return-1}return a=4)return!1;if(e.listIndent>=0&&e.sCount[t]-e.listIndent>=4&&e.sCount[t]=e.blkIndent&&(N=!0),(D=a(e,t))>=0){if(f=!0,O=e.bMarks[t]+e.tShift[t],y=Number(e.src.substr(O,D-O-1)),N&&1!==y)return!1}else{if(!((D=i(e,t))>=0))return!1;f=!1}if(N&&e.skipSpaces(D)>=e.eMarks[t])return!1;if(v=e.src.charCodeAt(D-1),r)return!0;b=e.tokens.length,f?(z=e.push("ordered_list_open","ol",1),1!==y&&(z.attrs=[["start",y]])):z=e.push("bullet_list_open","ul",1),z.map=g=[t,0],z.markup=String.fromCharCode(v),A=t,T=!1,P=e.md.block.ruler.getRules("list"),x=e.parentType,e.parentType="list";while(A=_?1:w-d,h>4&&(h=1),u=d+h,z=e.push("list_item_open","li",1),z.markup=String.fromCharCode(v),z.map=p=[t,0],M=e.tight,C=e.tShift[t],S=e.sCount[t],k=e.listIndent,e.listIndent=e.blkIndent,e.blkIndent=u,e.tight=!0,e.tShift[t]=c-e.bMarks[t],e.sCount[t]=w,c>=_&&e.isEmpty(t+1)?e.line=Math.min(e.line+2,n):e.md.block.tokenize(e,t,n,!0),e.tight&&!T||(j=!1),T=e.line-t>1&&e.isEmpty(e.line-1),e.blkIndent=e.listIndent,e.listIndent=k,e.tShift[t]=C,e.sCount[t]=S,e.tight=M,z=e.push("list_item_close","li",-1),z.markup=String.fromCharCode(v),A=t=e.line,p[1]=A,c=e.bMarks[t],A>=n)break;if(e.sCount[A]=4)break;for(L=!1,l=0,m=P.length;l=a)break}else e.pending+=e.src[e.pos++]}e.pending&&e.pushPending()},o.prototype.parse=function(e,t,n,r){var i,a,o,s=new this.State(e,t,n,r);for(this.tokenize(s),a=this.ruler2.getRules(""),o=a.length,i=0;iu)if(s=c[u++],s!=s)return!0}else for(;l>u;u++)if((e||u in c)&&c[u]===n)return e||u||0;return!e&&-1}};e.exports={includes:o(!0),indexOf:o(!1)}},"4df4":function(e,t,n){"use strict";var r=n("0366"),i=n("7b0b"),a=n("9bdd"),o=n("e95a"),s=n("50c4"),c=n("8418"),l=n("35a1");e.exports=function(e){var t,n,u,h,d,f,p=i(e),m="function"==typeof this?this:Array,g=arguments.length,b=g>1?arguments[1]:void 0,v=void 0!==b,y=l(p),_=0;if(v&&(b=r(b,g>2?arguments[2]:void 0,2)),void 0==y||m==Array&&o(y))for(t=s(p.length),n=new m(t);t>_;_++)f=v?b(p[_],_):p[_],c(n,_,f);else for(h=y.call(p),d=h.next,n=new m;!(u=d.call(h)).done;_++)f=v?a(h,b,[u.value,_],!0):u.value,c(n,_,f);return n.length=_,n}},"4fc2":function(e,t){e.exports=/[ \xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/},"50c4":function(e,t,n){var r=n("a691"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},5135:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},5319:function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),a=n("7b0b"),o=n("50c4"),s=n("a691"),c=n("1d80"),l=n("8aa5"),u=n("14c3"),h=Math.max,d=Math.min,f=Math.floor,p=/\$([$&'`]|\d\d?|<[^>]*>)/g,m=/\$([$&'`]|\d\d?)/g,g=function(e){return void 0===e?e:String(e)};r("replace",2,(function(e,t,n,r){var b=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,v=r.REPLACE_KEEPS_$0,y=b?"$":"$0";return[function(n,r){var i=c(this),a=void 0==n?void 0:n[e];return void 0!==a?a.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!b&&v||"string"===typeof r&&-1===r.indexOf(y)){var a=n(t,e,this,r);if(a.done)return a.value}var c=i(e),f=String(this),p="function"===typeof r;p||(r=String(r));var m=c.global;if(m){var A=c.unicode;c.lastIndex=0}var w=[];while(1){var k=u(c,f);if(null===k)break;if(w.push(k),!m)break;var x=String(k[0]);""===x&&(c.lastIndex=l(f,o(c.lastIndex),A))}for(var S="",C=0,M=0;M=C&&(S+=f.slice(C,D)+z,C=D+E.length)}return S+f.slice(C)}];function _(e,n,r,i,o,s){var c=r+e.length,l=i.length,u=m;return void 0!==o&&(o=a(o),u=p),t.call(s,u,(function(t,a){var s;switch(a.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(c);case"<":s=o[a.slice(1,-1)];break;default:var u=+a;if(0===u)return t;if(u>l){var h=f(u/10);return 0===h?t:h<=l?void 0===i[h-1]?a.charAt(1):i[h-1]+a.charAt(1):t}s=i[u-1]}return void 0===s?"":s}))}}))},"565b":function(e,t,n){"use strict";t.parseLinkLabel=n("df56"),t.parseLinkDestination=n("e4ca"),t.parseLinkTitle=n("7d91")},5692:function(e,t,n){var r=n("c430"),i=n("c6cd");(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},"56ef":function(e,t,n){var r=n("d066"),i=n("241c"),a=n("7418"),o=n("825a");e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(o(e)),n=a.f;return n?t.concat(n(e)):t}},5706:function(e,t,n){"use strict";var r="[a-zA-Z_:][a-zA-Z0-9:._-]*",i="[^\"'=<>`\\x00-\\x20]+",a="'[^']*'",o='"[^"]*"',s="(?:"+i+"|"+a+"|"+o+")",c="(?:\\s+"+r+"(?:\\s*=\\s*"+s+")?)",l="<[A-Za-z][A-Za-z0-9\\-]*"+c+"*\\s*\\/?>",u="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",h="\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e",d="<[?][\\s\\S]*?[?]>",f="]*>",p="",m=new RegExp("^(?:"+l+"|"+u+"|"+h+"|"+d+"|"+f+"|"+p+")"),g=new RegExp("^(?:"+l+"|"+u+")");e.exports.HTML_TAG_RE=m,e.exports.HTML_OPEN_CLOSE_TAG_RE=g},"5a74":function(e,t,n){"use strict";if(n.r(t),"undefined"!==typeof window){var r=window.document.currentScript;if(Object({NODE_ENV:"production",BASE_URL:"/"}).NEED_CURRENTSCRIPT_POLYFILL){var i=n("8875");r=i(),"currentScript"in document||Object.defineProperty(document,"currentScript",{get:i})}var a=r&&r.src.match(/(.+\/)[^/]+\.js(\?.*)?$/);a&&(n.p=a[1])}var o=n("2b0e");const s=/-(\w)/g,c=e=>e.replace(s,(e,t)=>t?t.toUpperCase():""),l=/\B([A-Z])/g,u=e=>e.replace(l,"-$1").toLowerCase();function h(e){const t={};return e.forEach(e=>{t[e]=void 0}),t}function d(e,t,n){e[t]=[].concat(e[t]||[]),e[t].unshift(n)}function f(e,t){if(e){const n=e.$options[t]||[];n.forEach(t=>{t.call(e)})}}function p(e,t){return new CustomEvent(e,{bubbles:!1,cancelable:!1,detail:t})}const m=e=>/function Boolean/.test(String(e)),g=e=>/function Number/.test(String(e));function b(e,t,{type:n}={}){if(m(n))return"true"===e||"false"===e?"true"===e:""===e||e===t||null!=e;if(g(n)){const t=parseFloat(e,10);return isNaN(t)?e:t}return e}function v(e,t){const n=[];for(let r=0,i=t.length;r(e[t]=s[n[r]],e),{}),d(t,"beforeCreate",(function(){const e=this.$emit;this.$emit=(t,...n)=>(this.$root.$options.customElement.dispatchEvent(p(t,n)),e.call(this,t,...n))})),d(t,"created",(function(){i.forEach(e=>{this.$root.props[e]=this[e]})})),i.forEach(e=>{Object.defineProperty(m.prototype,e,{get(){return this._wrapper.props[e]},set(t){this._wrapper.props[e]=t},enumerable:!1,configurable:!0})}),o=!0}function l(e,t){const n=c(t),r=e.hasAttribute(t)?e.getAttribute(t):void 0;e._wrapper.props[n]=b(r,t,a[n])}class m extends HTMLElement{constructor(){super(),this.attachShadow({mode:"open"});const n=this._wrapper=new e({name:"shadow-root",customElement:this,shadowRoot:this.shadowRoot,data(){return{props:{},slotChildren:[]}},render(e){return e(t,{ref:"inner",props:this.props},this.slotChildren)}}),r=new MutationObserver(e=>{let t=!1;for(let n=0;n{e.props=h(i),r.forEach(e=>{l(this,e)})};o?n():t().then(e=>{(e.__esModule||"Module"===e[Symbol.toStringTag])&&(e=e.default),s(e),n()}),e.slotChildren=Object.freeze(v(e.$createElement,this.childNodes)),e.$mount(),this.shadowRoot.appendChild(e.$el)}}disconnectedCallback(){f(this.vueComponent,"deactivated")}}return n||s(t),m}var w=A,k=(n("24fb"),n("35d6"),n("2877")),x=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"pretalx-schedule",class:e.showGrid?["grid-schedule"]:["list-schedule"],style:{"--scrollparent-width":e.scrollParentWidth+"px","--schedule-max-width":e.scheduleMaxWidth+"px"}},[e.schedule&&e.sessions?[n("div",{staticClass:"settings"},[e.inEventTimezone?[n("div",{staticClass:"timezone-label bunt-tab-header-item",domProps:{innerHTML:e._s(e.schedule.timezone)}})]:[n("bunt-select",{attrs:{name:"timezone",options:[{id:e.schedule.timezone,label:e.schedule.timezone},{id:e.userTimezone,label:e.userTimezone}]},on:{blur:e.saveTimezone},model:{value:e.currentTimezone,callback:function(t){e.currentTimezone=t},expression:"currentTimezone"}})],e.favs.length?n("bunt-button",{staticClass:"fav-toggle",class:e.onlyFavs?["active"]:[],on:{click:function(t){e.onlyFavs=!e.onlyFavs}}},[n("svg",{attrs:{id:"star",viewBox:"0 0 24 24"}},[n("polygon",{style:{fill:"#FFA000",stroke:"#FFA000"},attrs:{points:"14.43,10 12,2 9.57,10 2,10 8.18,14.41 5.83,22 12,17.31 18.18,22 15.83,14.41 22,10"}})]),[e._v(e._s(e.favs.length))]],2):e._e()],2),e.days&&e.days.length>1?n("bunt-tabs",{ref:"tabs",staticClass:"days",class:e.showGrid?["grid-tabs"]:["list-tabs"],attrs:{"active-tab":e.currentDay&&e.currentDay.format()}},e._l(e.days,(function(t){return n("bunt-tab",{attrs:{id:t.format(),header:t.format(e.dateFormat)},on:{selected:function(n){return e.changeDay(t)}}})})),1):e._e(),e.showGrid?n("grid-schedule",{attrs:{sessions:e.sessions,rooms:e.schedule.rooms,currentDay:e.currentDay,now:e.now,scrollParent:e.scrollParent,favs:e.favs},on:{changeDay:function(t){e.currentDay=t},fav:function(t){return e.fav(t)},unfav:function(t){return e.unfav(t)}}}):n("linear-schedule",{attrs:{sessions:e.sessions,currentDay:e.currentDay,now:e.now,scrollParent:e.scrollParent,favs:e.favs},on:{changeDay:function(t){e.currentDay=t},fav:function(t){return e.fav(t)},unfav:function(t){return e.unfav(t)}}})]:n("bunt-progress-circular",{attrs:{size:"huge",page:!0}})],2)},S=[],C=(n("5319"),n("ddb0"),n("2b3d"),n("6dd8"));class M{constructor(e,t){if(this.options=t,this.onScroll=this.onScroll.bind(this),this.onDocumentMousemove=this.onDocumentMousemove.bind(this),this.onDocumentMouseup=this.onDocumentMouseup.bind(this),this.onThumbMousedownX=this.onThumbMousedown.bind(this,"x"),this.onThumbMousedownY=this.onThumbMousedown.bind(this,"y"),this.onResize=this.onResize.bind(this),this.el=e,this.railsParent=t.railsParent||this.el,this.refreshStyling(),t.scrollX&&this.createRail("x"),t.scrollY&&this.createRail("y"),t.manualCompute||(this.computeDimensions(),this.computeThumbPositions(),this.update()),this.el.addEventListener("scroll",this.onScroll),!t.manualUpdate){this.resizeObserver=new C["a"](this.onResize),this.resizeObserver.observe(this.el);for(const e of this.el.children)this.resizeObserver.observe(e);this.mutationObserver=new MutationObserver(e=>{for(const t of e){for(const e of t.addedNodes)e.nodeType===Node.ELEMENT_NODE&&this.resizeObserver.observe(e);for(const e of t.removedNodes)e.nodeType===Node.ELEMENT_NODE&&this.resizeObserver.unobserve(e)}this.onResize()}),this.mutationObserver.observe(this.el,{childList:!0})}}createRail(e){const t=document.createElement("div");t.classList.add("bunt-scrollbar-rail-wrapper-"+e);const n=document.createElement("div");n.classList.add("bunt-scrollbar-rail-"+e);const r=document.createElement("div");r.classList.add("bunt-scrollbar-thumb"),t.appendChild(n),n.appendChild(r),this.railsParent.appendChild(t),r.addEventListener("mousedown",this["onThumbMousedown"+e.toUpperCase()]),this[e]={railEl:n,thumbEl:r}}destroy(){var e,t,n,r;null===(e=this.resizeObserver)||void 0===e||e.disconnect(),null===(t=this.mutationObserver)||void 0===t||t.disconnect(),document.removeEventListener("mousemove",this.onDocumentMousemove),document.removeEventListener("mouseup",this.onDocumentMouseup,{capture:!0}),this.el.removeEventListener("scroll",this.onScroll),null===(n=this.x)||void 0===n||n.thumbEl.removeEventListener("mousedown",this.onThumbMousedownX),null===(r=this.y)||void 0===r||r.thumbEl.removeEventListener("mousedown",this.onThumbMousedownY)}refreshStyling(){this.el.classList.add("bunt-scrollbar")}update(){this.updateThumb("x"),this.updateThumb("y")}onScroll(e){this.options.onScroll&&this.options.onScroll(e),this.computeThumbPositions(),this.update()}onThumbMousedown(e,t){t.stopPropagation(),this.options._preventMousedown&&t.preventDefault(),this.dragging=e,this.draggingOffset=t["offset"+e.toUpperCase()],this.el.style.userSelect="none",document.body.style["-moz-user-select"]="none",this[e].railEl.classList.add("active"),document.addEventListener("mousemove",this.onDocumentMousemove),document.addEventListener("mouseup",this.onDocumentMouseup,{capture:!0})}onDocumentMousemove(e){if("x"===this.dragging){const t=this.el.clientWidth-this.x.thumbLength,n=e.clientX-this.el.getBoundingClientRect().left-this.draggingOffset;this.x.thumbPosition=Math.min(Math.max(0,n),t),this.el.scrollLeft=this.x.thumbPosition/t*(this.el.scrollWidth-this.el.clientWidth)}if("y"===this.dragging){const t=this.el.clientHeight-this.y.thumbLength,n=e.clientY-this.el.getBoundingClientRect().top-this.draggingOffset;this.y.thumbPosition=Math.min(Math.max(0,n),t),this.el.scrollTop=this.y.thumbPosition/t*(this.el.scrollHeight-this.el.clientHeight)}this.updateThumb(this.dragging)}onDocumentMouseup(e){this[this.dragging].railEl.classList.remove("active"),this.dragging=null,this.el.style.userSelect="",document.body.style["-moz-user-select"]="",document.removeEventListener("mousemove",this.onDocumentMousemove),document.removeEventListener("mouseup",this.onDocumentMouseup,{capture:!0})}onResize(e){this.computeDimensions(),this.computeThumbPositions(),this.update()}computeDimensions(){this.x&&(this.x.railLength=this.el.clientWidth,this.x.visibleRatio=this.el.clientWidth/this.el.scrollWidth,this.x.thumbLength=this.el.clientWidth*this.x.visibleRatio),this.y&&(this.y.railLength=this.el.clientHeight,this.y.visibleRatio=this.el.clientHeight/this.el.scrollHeight,this.y.thumbLength=this.el.clientHeight*this.y.visibleRatio)}computeThumbPositions(){this.x&&(this.x.thumbPosition=this.el.scrollLeft/(this.el.scrollWidth-this.el.clientWidth)*(this.el.clientWidth-this.x.thumbLength)),this.y&&(this.y.thumbPosition=this.el.scrollTop/(this.el.scrollHeight-this.el.clientHeight)*(this.el.clientHeight-this.y.thumbLength))}updateThumb(e){const t=this[e];t&&(t.visibleRatio>=1?t.thumbEl.style.display="none":(t.thumbEl.style.display=null,"x"===e?(t.railEl.style.width=t.railLength+"px",t.thumbEl.style.width=t.thumbLength+"px",t.thumbEl.style.left=t.thumbPosition+"px"):"y"===e&&(t.railEl.style.height=t.railLength+"px",t.thumbEl.style.height=t.thumbLength+"px",t.thumbEl.style.top=t.thumbPosition+"px")))}}var E=function(e){e.directive("scrollbar",{bind(e,t,n){var r;e.__buntpapier__scrollbar=new M(e,{scrollX:t.modifiers.x,scrollY:t.modifiers.y,_preventMousedown:null===(r=t.value)||void 0===r?void 0:r._preventMousedown})},inserted(e){e.__buntpapier__scrollbar&&(e.__buntpapier__scrollbar.refreshStyling(),e.__buntpapier__scrollbar.update())},componentUpdated(e,t,n,r){e.__buntpapier__scrollbar?(e.__buntpapier__scrollbar.refreshStyling(),e.__buntpapier__scrollbar.update()):e.__buntpapier__scrollbar=new M(e,{scrollX:t.modifiers.x,scrollY:t.modifiers.y})},unbind(e,t,n,r){e.__buntpapier__scrollbar&&e.__buntpapier__scrollbar.destroy()}})},D=n("f0bd");const T=32;var O=function(e){class t{constructor(e,t){this.el=e,this.options=t,this.show=this.show.bind(this),this.hide=this.hide.bind(this),this.options.placement=t.placement||"auto",this.el.addEventListener("mouseenter",this.show),this.el.addEventListener("mouseleave",this.hide)}createTooltip(){this.tooltipEl||(this.tooltipEl=document.createElement("div"),this.tooltipEl.classList.add("bunt-tooltip"),this.tooltipEl.style.position=this.options.fixed?"fixed":"absolute",this.tooltipEl.textContent=this.text,this.el.appendChild(this.tooltipEl),this.popper=new D["a"](this.el,this.tooltipEl,{removeOnDestroy:!0,placement:this.options.placement,positionFixed:this.options.fixed,modifiers:{offset:{offset:"0, 8"},applyStyle:{enabled:!1},preventOverflow:{boundariesElement:this.options.boundariesElement||"scrollParent"},applyTooltipStyle:{enabled:!0,fn:e=>{this.positions=e.popper,this.tooltipEl.style.transform=`translate3d(${Math.round(this.positions.left)}px, ${Math.round(this.positions.top)}px, 0)`},order:900}}}))}update(t,n){this.text=t,this.forceDisplay=n,e.nextTick(()=>{n?this.show():this.hide()})}destroyTooltip(){this.popper&&(this.popper.destroy(),this.popper=null,this.tooltipEl=null)}destroy(){this.destroyTooltip(),this.el.removeEventListener("mouseenter",this.show),this.el.removeEventListener("mouseleave",this.hide)}show(){!this.displaying&&this.text&&(this.createTooltip(),this.displaying=!0,e.nextTick(()=>{if(this.animation)this.animation.reverse();else{let e;e=this.options.placement.startsWith("top")?{top:Math.round(this.positions.top)+T,left:Math.round(this.positions.left)}:this.options.placement.startsWith("left")?{top:Math.round(this.positions.top),left:Math.round(this.positions.left)+T}:this.options.placement.startsWith("right")?{top:Math.round(this.positions.top),left:Math.round(this.positions.left)-T}:{top:Math.round(this.positions.top)-T,left:Math.round(this.positions.left)},this.animation=this.tooltipEl.animate([{transform:`translate3d(${e.left}px, ${e.top}px, 0)`,opacity:0},{transform:`translate3d(${Math.round(this.positions.left)}px, ${Math.round(this.positions.top)}px, 0)`,opacity:1}],{duration:200,easing:"ease-in-out"}),this.animation.onfinish=()=>{this.animation&&this.animation.playbackRate<0&&(this.destroyTooltip(),this.animation=null)}}}))}hide(){this.displaying&&!this.forceDisplay&&(this.displaying=!1,this.animation&&this.animation.reverse(),this.text||this.destroyTooltip())}}e.directive("tooltip",{bind(e,n,r){let i;i="string"===typeof n.value?n.value:n.value.text,e.__buntpapier__tooltip=new t(e,{placement:n.value.placement||Object.keys(n.modifiers).find(e=>["auto","top","right","bottom","left"].find(t=>e.startsWith(t))),fixed:n.value.fixed||n.modifiers.fixed,boundariesElement:n.value.boundariesElement}),e.__buntpapier__tooltip.update(i,n.value.show)},update(e,t,n,r){if(!e.__buntpapier__tooltip||t.value===t.oldValue)return;let i;i="string"===typeof t.value?t.value:t.value.text,e.__buntpapier__tooltip.update(i,t.value.show)},unbind(e,t,n,r){e.__buntpapier__tooltip&&e.__buntpapier__tooltip.destroy()}})},L=function(e){e.directive("resizeObserver",{bind(e,t){const n=new C["a"](t.value);n.observe(e),e.__buntpapier__resize_observer=n},unbind(e,t,n,r){e.__buntpapier__resize_observer&&e.__buntpapier__resize_observer.disconnect()}}),E(e),O(e)},P=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.tooltipOptions||{text:e._tooltip,show:!!this.errorMessage,placement:e.tooltipPlacement,fixed:e.tooltipFixed},expression:"tooltipOptions || {text: _tooltip, show: !!this.errorMessage, placement: tooltipPlacement, fixed: tooltipFixed}"}],ref:"button",staticClass:"bunt-button",class:{disabled:e.disabled||e.loading||e.showSuccess,error:e.errorMessage||e.error,success:e.showSuccess},attrs:{type:e.type,"aria-disabled":e.disabled},on:{click:e.onClick}},[n("div",{staticClass:"bunt-button-content",class:{invisible:e.loading||e.errorMessage||e.error||e.showSuccess}},[e.icon?n("i",{staticClass:"bunt-icon mdi",class:[e.iconClass]}):e._e(),n("div",{staticClass:"bunt-button-text"},[e._t("default",[n("span",{domProps:{textContent:e._s(e.text)}})])],2)]),n("progress-circular",{directives:[{name:"show",rawName:"v-show",value:e.loading,expression:"loading"}],attrs:{size:"small"}}),e.errorMessage||e.error?n("i",{staticClass:"bunt-icon mdi mdi-replay error"}):e._e(),e.showSuccess?n("i",{staticClass:"bunt-icon mdi mdi-check success"}):e._e(),e.noInk||e.disabled?e._e():n("ripple-ink")],1)},z=[],N=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-ripple-ink",on:{mousedown:function(t){return e.mousedown(t)},touchstart:function(t){return e.touchstart(t)}}},[n("transition",{attrs:{name:"ripple-ink"}},[e.show?n("div",{staticClass:"ripple",style:e.style}):e._e()])],1)},j=[],F={name:"bunt-ripple-ink",data(){return{show:!1,style:null}},methods:{mousedown(e){0===e.button&&this.ripple(e.type,e)},touchstart(e){if(e.changedTouches)for(let t=0;t{l.forEach(e=>{n.removeEventListener(e,u)}),setTimeout(()=>{this.show=!1,this.style=null,n.removeAttribute("data-ui-event")},200)};l.forEach(e=>{n.addEventListener(e,u)})}}},R=F,B=Object(k["a"])(R,N,j,!1,null,null,null,!0),Y=B.exports,I={props:{noInk:{type:Boolean,default:!1}},components:{RippleInk:Y}},$=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-progress-circular active",class:[e.size,{"progress-center":e.center,"progress-page":e.page}]},[n("svg",{attrs:{viewBox:"25 25 50 50"}},[n("circle",{attrs:{cx:"50",cy:"50",r:"20"}})])])},q=[],H={props:{center:{type:Boolean,default:!1},page:{type:Boolean,default:!1},size:{type:String,default:"normal"}},data(){return{}},ready(){},beforeDestroy(){},methods:{}},W=H,U=Object(k["a"])(W,$,q,!1,null,null,null,!0),G=U.exports;const V={add:"plus",done:"check",remove:"minus",search:"magnify",help_outline:"help-circle-outline"};var Z={getClass(e){return e?"mdi-"+(V[e]||e).replace("_","-"):""}},K={name:"bunt-button",components:{ProgressCircular:G},mixins:[I],props:{text:String,icon:String,iconRight:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},type:{type:String,default:"button"},error:Boolean,errorMessage:String,successAfterLoading:{type:Boolean,default:!0},tooltip:String,tooltipPlacement:{type:String,default:"bottom"},tooltipFixed:{type:Boolean,default:!1},tooltipOptions:Object},data(){return{_loading:!1,showSuccess:!1}},computed:{_tooltip(){return this.errorMessage?this.errorMessage:this.tooltip},iconClass(){return Z.getClass(this.icon)}},watch:{loading:"loadingChanged",errorMessage:"errorChanged",error:"errorChanged"},methods:{loadingChanged(e){if(e)this._loading=e,this.userShowTooltip=!1,this.showSuccess=!1,this.$successTimeout&&clearTimeout(this.$successTimeout);else{if(this._loading=e,this.errorMessage||this.error)return;this.showSuccess=!0,this.$successTimeout=setTimeout(()=>{this.showSuccess=!1},3e3)}},errorChanged(e){null!==e&&(this.showSuccess=!1)},onClick(e){this.disabled||this.loading||this.showSuccess||this.$emit("click",e)}}},J=K,X=Object(k["a"])(J,P,z,!1,null,null,null,!0),Q=X.exports,ee=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-checkbox",class:{checked:e.value}},[n("input",{attrs:{type:"checkbox",name:e.name,disabled:e.disabled,readonly:e.readonly},domProps:{checked:e.value},on:{change:function(t){return e.onChange(t)},focus:function(t){e.focused=!0},blur:e.onBlur}}),n("div",{staticClass:"bunt-checkbox-box"}),e.label?n("label",[e._v(e._s(e.label))]):n("label",[e._t("default")],2)])},te=[],ne={name:"bunt-checkbox",components:{},props:{value:{type:Boolean,default:!1},name:{type:String,required:!0},label:String,disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},data(){return{focused:!1}},computed:{},created(){},mounted(){this.$nextTick(()=>{})},methods:{onChange(e){this.$emit("input",e.target.checked),this.validation&&this.validation.$touch()},onBlur(){this.focused=!1,this.validation&&this.validation.$touch()}}},re=ne,ie=Object(k["a"])(re,ee,te,!1,null,null,null,!0),ae=ie.exports,oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-radio",class:{checked:e.isChecked}},[n("input",{attrs:{type:"radio",name:e.name,disabled:e.disabled,readonly:e.readonly},domProps:{value:e.value,checked:e.isChecked},on:{change:function(t){return e.onChange(t)},focus:function(t){e.focused=!0},blur:e.onBlur}}),n("div",{staticClass:"bunt-radio-circle"}),e.label?n("label",[e._v(e._s(e.label))]):n("label",[e._t("default")],2)])},se=[],ce={name:"bunt-radio",model:{prop:"checked",event:"change"},props:{checked:null,value:null,name:{type:String,required:!0},label:String,disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},data(){return{focused:!1}},computed:{isChecked(){return this.checked===this.value}},methods:{onChange(e){this.$emit("change",this.value),this.validation&&this.validation.$touch()},onBlur(){this.focused=!1,this.validation&&this.validation.$touch()}}},le=ce,ue=Object(k["a"])(le,oe,se,!1,null,null,null,!0),he=ue.exports,de=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("i",{staticClass:"bunt-icon mdi",class:[e.iconClass]})},fe=[],pe={name:"bunt-icon",props:{icon:{type:String,required:!0}},computed:{iconClass(){return Z.getClass(this.icon)}}},me=pe,ge=Object(k["a"])(me,de,fe,!1,null,null,null,!0),be=ge.exports,ve=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:e.tooltipOptions||{text:e.tooltip,placement:e.tooltipPlacement,fixed:e.tooltipFixed},expression:"tooltipOptions || {text: tooltip, placement: tooltipPlacement, fixed: tooltipFixed}"}],ref:"button",staticClass:"bunt-icon-button",class:{disabled:e.disabled},attrs:{type:e.type,"aria-disabled":e.disabled},on:{click:e.onClick}},[e.iconClass()?n("i",{staticClass:"bunt-icon mdi",class:[e.iconClass()]}):e._t("default"),e.noInk||e.disabled?e._e():n("ripple-ink")],2)},ye=[],_e={name:"bunt-icon-button",mixins:[I],props:{disabled:{type:Boolean,default:!1},type:{type:String,default:"button"},tooltip:String,tooltipPlacement:{type:String,default:"bottom"},tooltipFixed:{type:Boolean,default:!1},tooltipOptions:Object},data(){return{showTooltip:!1}},methods:{iconClass(){if(!this.$slots.default[0].tag)return Z.getClass(this.$slots.default[0].text)},onClick(e){this.disabled||this.$emit("click",e)}}},Ae=_e,we=Object(k["a"])(Ae,ve,ye,!1,null,null,null,!0),ke=we.exports,xe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"resize-observer",rawName:"v-resize-observer",value:e.generateOutline,expression:"generateOutline"}],staticClass:"bunt-input",class:{focused:e.focused,"floating-label":e.floatingLabel,invalid:e.invalid,disabled:e.disabled,"with-icon":e.icon},style:{"--label-gap":e.floatingLabelWidth}},[n("div",{staticClass:"label-input-container"},[n("label",{attrs:{for:e.name}},[e._v(e._s(e.label))]),e.icon?n("div",{staticClass:"icon mdi",class:[e.iconClass]}):e._e(),n("input",{ref:"input",attrs:{type:e.type,name:e.name,disabled:e.disabled,readonly:e.readonly,placeholder:e.placeholder},domProps:{value:e.value},on:{input:function(t){return e.onInput(t)},focus:function(t){e.focused=!0},blur:e.onBlur}}),n("div",{directives:[{name:"show",rawName:"v-show",value:e.invalid,expression:"invalid"}],staticClass:"error-icon mdi mdi-alert-circle",attrs:{title:e.hintText}}),n("svg",{ref:"outline",staticClass:"outline"},[n("path",{attrs:{d:e.outlineStroke}})])]),e.hintIsHtml?n("div",{staticClass:"hint",domProps:{innerHTML:e._s(e.hintText)}}):n("div",{staticClass:"hint"},[e._v(e._s(e.hintText))])])},Se=[];const Ce="undefined"!==typeof window&&document.createElement("canvas");function Me(e,t){if("undefined"===typeof window)return 0;var n=Ce.getContext("2d");return n.font=t,n.measureText(e||"")}var Ee={data:function(){return{outlineStroke:""}},computed:{floatingLabelWidth(){return this.label?Me(this.label,"12px 'Roboto', \"Helvetica Neue\", HelveticaNeue, Helvetica, Arial, sans-serif").width+8:0}},mounted(){this.$nextTick(()=>{this.generateOutline()})},methods:{generateOutline(){const{width:e,height:t}=this.$refs.outline.getBoundingClientRect(),n=4,r=n+1;this.outlineStroke=`M ${r} 1\n\t\t\th ${e-2*r}\n\t\t\ta ${n} ${n} 0 0 1 ${n} ${n}\n\t\t\tv ${t-2*r}\n\t\t\ta ${n} ${n} 0 0 1 ${-n} ${n}\n\t\t\th ${2*r-e}\n\t\t\ta ${n} ${n} 0 0 1 ${-n} ${-n}\n\t\t\tv ${2*r-t}\n\t\t\ta ${n} ${n} 0 0 1 ${n} ${-n}`}}},De={name:"bunt-input",mixins:[Ee],props:{type:{type:String,default:"text"},name:{type:String,required:!0},label:String,placeholder:String,value:{type:[String,Number],default:""},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},icon:String,iconRight:{type:Boolean,default:!1},hint:String,hintIsHtml:{type:Boolean,default:!1},validation:Object},data:function(){return{focused:!1}},computed:{iconClass(){return Z.getClass(this.icon)},invalid(){return this.validation&&this.validation.$error},hintText(){if(this.invalid&&this.validation.$params){const e=Object.keys(this.validation.$params).map(e=>this.validation[e]?null:this.validation.$params[e].message);return e.filter(Boolean).join()}return this.hint},floatingLabel(){return Boolean(this.placeholder||this.value||0===this.value)}},methods:{onInput(e){this.$emit("input",e.target.value),this.validation&&this.validation.$touch()},onBlur(){this.focused=!1,this.validation&&this.validation.$touch()}}},Te=De,Oe=Object(k["a"])(Te,xe,Se,!1,null,null,null,!0),Le=Oe.exports,Pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"resize-observer",rawName:"v-resize-observer",value:e.generateOutline,expression:"generateOutline"}],staticClass:"bunt-input-outline-container",class:{focused:e.focused},style:{"--label-gap":e.floatingLabelWidth}},[n("label",[e._v(e._s(e.label))]),e._t("default",null,{focus:e.focus,blur:e.blur}),n("svg",{ref:"outline",staticClass:"outline"},[n("path",{attrs:{d:e.outlineStroke}})])],2)},ze=[],Ne={name:"bunt-input-outline-container",mixins:[Ee],props:{label:String},data(){return{focused:!1}},computed:{},created(){},mounted(){this.$nextTick(()=>{})},methods:{focus(){this.focused=!0},blur(){this.focused=!1}}},je=Ne,Fe=Object(k["a"])(je,Pe,ze,!1,null,null,null,!0),Re=Fe.exports,Be=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("router-link",{staticClass:"bunt-link-button",attrs:{to:e.to}},[e._t("default"),n("ripple-ink")],2)},Ye=[],Ie={name:"bunt-link-button",components:{},mixins:[I],props:{to:Object},data(){return{}},computed:{},watch:{},methods:{}},$e=Ie,qe=Object(k["a"])($e,Be,Ye,!1,null,null,null,!0),He=qe.exports,We=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"resize-observer",rawName:"v-resize-observer",value:e.generateOutline,expression:"generateOutline"}],staticClass:"bunt-select dropdown",class:e.dropdownClasses},[n("div",{ref:"searchContainer",staticClass:"bunt-input dense",class:{focused:e.open,"floating-label":0!=e.rawSearch.length||!e.isValueEmpty,invalid:e.invalid,disabled:e.disabled},style:{"--label-gap":e.floatingLabelWidth}},[n("div",{staticClass:"label-input-container"},[n("label",{attrs:{for:e.name}},[e._v(e._s(e.label))]),e.icon?n("div",{staticClass:"icon mdi",class:[e.iconClass]}):e._e(),n("input",{directives:[{name:"model",rawName:"v-model",value:e.rawSearch,expression:"rawSearch"}],ref:"search",attrs:{type:"text",name:e.name,disabled:e.disabled,placeholder:e.searchPlaceholder,autocomplete:"off"},domProps:{value:e.rawSearch},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:e.maybeDeleteValue(t)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.preventDefault(),e.typeAheadUp(t))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.preventDefault(),e.typeAheadDown(t))}],keyup:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.onEscape(t)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.typeAheadSelect(t))}],blur:e.blur,focus:e.focus,input:function(t){t.target.composing||(e.rawSearch=t.target.value)}}}),n("i",{ref:"openIndicator",staticClass:"open-indicator mdi mdi-menu-down",attrs:{role:"presentation"},on:{mousedown:function(e){e.preventDefault(),e.stopPropagation()},click:function(t){return t.preventDefault(),t.stopPropagation(),e.toggleDropdown(t)}}}),n("svg",{ref:"outline",staticClass:"outline"},[n("path",{attrs:{d:e.outlineStroke}})])]),e.hintIsHtml?n("div",{staticClass:"hint",domProps:{innerHTML:e._s(e.hintText)}}):n("div",{staticClass:"hint"},[e._v(e._s(e.hintText))])]),e.open?n(e.usePortals?"portal":"div",{tag:"component",attrs:{to:"bunt-overlays"}},[n("div",{ref:"dropdownMenu",staticClass:"bunt-select-dropdown-menu",class:[e.dropdownClass],style:{"max-height":e.maxHeight,width:e.width+"px"},on:{mousedown:function(e){e.preventDefault(),e.stopPropagation()}}},[e._t("result-header"),n("div",{directives:[{name:"scrollbar",rawName:"v-scrollbar.y",value:{_preventMousedown:!0},expression:"{_preventMousedown: true}",modifiers:{y:!0}}],staticClass:"scrollable-menu"},[n("ul",[e._l(e.filteredOptions,(function(t,r){return n("li",{key:r,class:{active:e.isOptionSelected(t),highlight:r===e.typeAheadPointer},on:{mouseover:function(t){e.typeAheadPointer=r},click:function(n){return n.preventDefault(),n.stopPropagation(),e.select(t)}}},[e._t("default",[e._v(e._s(e.getOptionLabel(t)))],{option:t})],2)})),e.filteredOptions.length?e._e():n("li",{staticClass:"divider",attrs:{transition:"fade"}}),e.filteredOptions.length?e._e():n("li",{staticClass:"text-center",attrs:{transition:"fade"}},[e._t("no-options",[e._v("Sorry, no matching options.")])],2)],2)])],2)]):e._e()],1)},Ue=[],Ge={watch:{typeAheadPointer(){this.maybeAdjustScroll()}},methods:{maybeAdjustScroll(){if(!this.$refs.dropdownMenu)return;let e=this.pixelsToPointerTop(),t=this.pixelsToPointerBottom();return e<=this.viewport().top?this.scrollTo(e):t>=this.viewport().bottom?this.scrollTo(this.viewport().top+this.pointerHeight()):void 0},pixelsToPointerTop(){let e=0,t=this.$refs.dropdownMenu.children;for(let n=0;n0&&(this.typeAheadPointer--,this.maybeAdjustScroll&&this.maybeAdjustScroll())},typeAheadDown(){this.typeAheadPointer"object"===typeof t&&this.optionValue?t[this.optionValue]===e:t===e;return this.options.find(t)}},hint:String,hintIsHtml:{type:Boolean,default:!1},validation:Object,dropdownClass:String},data(){return{search:"",rawSearch:"",open:!1,width:0,usePortals:void 0!==this.$root.$options.components.Portal&&void 0!==this.$root.$options.components.PortalTarget}},computed:{dropdownClasses(){return{open:this.open,searchable:this.searchable,loading:this.loading}},searchPlaceholder(){if(this.isValueEmpty&&this.placeholder)return this.placeholder},filteredOptions(){let e=0!==this.search.length?this.options.filter(e=>Ke()(this.search.toLowerCase(),this.getOptionLabel(e).toLowerCase())):this.options.slice();return this.taggable&&this.search.length&&!this.optionExists(this.search)&&e.unshift(this.search),e},isValueEmpty(){return!this.value||("object"===typeof this.value?!Object.keys(this.value).length:!this.value.length)},iconClass(){return Z.getClass(this.icon)},invalid(){return this.validation&&this.validation.$error},hintText(){if(this.invalid&&this.validation.$params){const e=Object.keys(this.validation.$params).map(e=>this.validation[e]?null:this.validation.$params[e].message);return e.filter(Boolean).join()}return this.hint}},watch:{value(e){this.selectValue(e)},rawSearch(e){this.open&&(this.search=e)},filteredOptions(){var e;null===(e=this._popper)||void 0===e||e.scheduleUpdate()}},mounted(){this.selectValue(this.value)},beforeDestroy(){var e;null===(e=this._popper)||void 0===e||e.destroy()},methods:{focus(){this.open=!0,this.search="",this.$refs.search.select(),this.width=this.$refs.searchContainer.getBoundingClientRect().width,this.$nextTick(()=>{const e={placement:"bottom",positionFixed:!0};this.icon&&(e.modifiers={offset:{offset:"-15, 0"}}),this._popper=new D["a"](this.$refs.search,this.$refs.dropdownMenu,e)})},blur(e){this.open=!1,this.$nextTick(()=>{var e;return null===(e=this._popper)||void 0===e?void 0:e.destroy()}),this.validation&&this.validation.$touch(),this.$emit("blur")},selectValue(e){const t=this.findOptionByValue(e);this.rawSearch=this.getOptionLabel(t)||""},select(e){this.isOptionSelected(e)?this.deselect(e):this.$emit("input",this.getOptionValue(e)),this.onAfterSelect(e)},deselect(e){this.$emit("input",null)},onAfterSelect(e){this.$refs.search.blur(),this.rawSearch=this.getOptionLabel(e)||""},toggleDropdown(e){e.target!==this.$refs.openIndicator&&e.target!==this.$refs.search&&e.target!==this.$refs.toggle&&e.target!==this.$el||(this.open?this.$refs.search.blur():this.$refs.search.focus())},isOptionSelected(e){return this.value===e},onEscape(){this.rawSearch.length?(this.deselect(),this.rawSearch=""):this.$refs.search.blur()},maybeDeleteValue(){!this.$refs.search.value.length&&this.value&&this.$emit("input",null)},optionExists(e){let t=!1;return this.options.forEach(n=>{("object"===typeof n&&n[this.optionLabel]===e||n===e)&&(t=!0)}),t}}},Xe=Je,Qe=Object(k["a"])(Xe,We,Ue,!1,null,null,null,!0),et=Qe.exports,tt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-switch",class:{checked:e.value}},[n("input",{attrs:{type:"checkbox",name:e.name,disabled:e.disabled,readonly:e.readonly},domProps:{checked:e.value},on:{change:function(t){return e.onChange(t)},focus:function(t){e.focused=!0},blur:e.onBlur}}),e._m(0),n("label",[e._v(e._s(e.label))])])},nt=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"bunt-switch-track"},[n("div",{staticClass:"bunt-switch-thumb"})])}],rt={name:"bunt-switch",components:{},props:{value:{type:Boolean,default:!1},name:{type:String,required:!0},label:String,disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1}},data(){return{focused:!1}},computed:{},created(){},mounted(){this.$nextTick(()=>{})},methods:{onChange(e){this.$emit("input",e.target.checked),this.validation&&this.validation.$touch()},onBlur(){this.focused=!1,this.validation&&this.validation.$touch()}}},it=rt,at=Object(k["a"])(it,tt,nt,!1,null,null,null,!0),ot=at.exports,st=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"resize-observer",rawName:"v-resize-observer",value:e._onResizeObserver,expression:"_onResizeObserver"}],staticClass:"bunt-tabs",class:e.styleClasses},[n("div",{staticClass:"bunt-tabs-header"},[n("ul",{ref:"tabsContainer",staticClass:"bunt-tabs-header-items",attrs:{role:"tablist"}},e._l(e.tabs,(function(t,r){return n("bunt-tab-header-item",{key:t.id,ref:"tabElements",refInFor:!0,attrs:{type:e.type,id:t.id,icon:t.icon,text:t.header,active:e.activeTabObj===t,disabled:t.disabled},nativeOn:{click:function(n){return e.select(t,r)}}})})),1),n("div",{staticClass:"bunt-tabs-indicator",class:[e.indicatorState],style:e.indicatorStyle,on:{transitionend:e.onIndicatorTransitionEnd}})]),n("div",{ref:"body",staticClass:"bunt-tabs-body"},[e._t("default")],2)])},ct=[],lt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{ref:"item",staticClass:"bunt-tab-header-item",class:["type-"+e.type,{active:e.active,disabled:e.disabled}],attrs:{role:"tab",tabindex:e.active?0:-1,"aria-controls":e.id,"aria-selected":e.active?"true":null,disabled:e.disabled}},["icon"===e.type||"icon-and-text"===e.type?n("div",{staticClass:"bunt-tab-header-item-icon"},[n("i",{staticClass:"bunt-icon mdi",class:[e.iconClass]})]):e._e(),"text"===e.type||"icon-and-text"===e.type?n("div",{staticClass:"bunt-tab-header-item-text",domProps:{textContent:e._s(e.text)}}):e._e(),e.noInk||e.disabled?e._e():n("ripple-ink")],1)},ut=[],ht={name:"bunt-tab-header-item",mixins:[I],props:{id:String,type:{type:String,default:"text"},text:String,icon:String,active:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},computed:{iconClass(){return Z.getClass(this.icon)}}},dt=ht,ft=Object(k["a"])(dt,lt,ut,!1,null,null,null,!0),pt=ft.exports;const mt=function(e,t){return 100*e/t};var gt={name:"bunt-tabs",components:{BuntTabHeaderItem:pt},props:{type:{type:String,default:"text"},activeTab:{type:[Number,String,Object,Function]}},data(){return{activeTabObj:null,tabs:null,indicatorState:"",indicatorTransform:{left:0,width:0},indicatorTargetTransform:{left:0,width:0}}},computed:{styleClasses(){let e=["bunt-tabs-type-"+this.type];return e},indicatorStyle(){const e=this.indicatorTransform;return{transform:`translateX(${e.left}%) scaleX(${e.width/100})`}}},watch:{activeTab(e){this.activateTab(e)}},mounted(){this.updateTabs();new MutationObserver(e=>{this.updateTabs(),this.$nextTick(()=>this.activateTab(this.activeTab||0))}).observe(this.$refs.body,{childList:!0});this.$nextTick(()=>{this.$refs.tabsContainer&&this.activateTab(this.activeTab||0)})},methods:{_onResizeObserver(){this.$refs.tabsContainer&&this.activeTabObj&&this.select(this.activeTabObj,this.tabs.indexOf(this.activeTabObj))},updateTabs(){const e=Array.from(this.$refs.body.children);this.tabs=this.$children.filter(e=>e._isTab).sort((t,n)=>e.indexOf(t.$el)-e.indexOf(n.$el))},activateTab(e){let t=null;"number"===typeof e?t=e:"string"===typeof e&&(t=this.tabs.findIndex(t=>t.id===e)),this.tabs[t]?this.select(this.tabs[t],t):this.deselect()},select(e,t){let n=this.tabs.indexOf(this.activeTabObj);if(!e||e.disabled)return;let r=this.$refs.tabsContainer.getBoundingClientRect(),i=r.width;const a=Array.from(this.$refs.tabsContainer.children);let o=this.$refs.tabElements.sort((e,t)=>a.indexOf(e.$el)-a.indexOf(t.$el))[t].$el.getBoundingClientRect(),s=o.left-r.left;if(this.indicatorTargetTransform={width:mt(o.width,i),left:mt(s,i)},n<0)return this.indicatorState="",this.indicatorTransform={width:this.indicatorTargetTransform.width,left:this.indicatorTargetTransform.left},void(this.activeTabObj=e);let c=this.$refs.tabElements[n].$el.getBoundingClientRect(),l=5;this.indicatorState="expand";let u=n{document.body.appendChild(this.$el)})},beforeDestroy(){this.$el.parentNode===document.body&&document.body.removeChild(this.$el)},methods:{close(){this.$emit("close")}}},Dt=Et,Tt=Object(k["a"])(Dt,Ct,Mt,!1,null,null,null,!0),Ot=Tt.exports;let Lt;"undefined"!==typeof window&&(Lt=n("472d").default);const Pt={install(e){L(e),e.component("bunt-button",Q),e.component("bunt-checkbox",ae),e.component("bunt-radio",he),e.component("bunt-icon",be),e.component("bunt-icon-button",ke),e.component("bunt-input",Le),e.component("bunt-input-outline-container",Re),e.component("bunt-link-button",He),e.component("bunt-select",et),"undefined"!==typeof window&&e.component("bunt-popover",Lt),e.component("bunt-progress-circular",G),e.component("bunt-switch",ot),e.component("bunt-tabs",yt),e.component("bunt-tab",St),e.component("bunt-dialog",Ot)}};var zt=Pt,Nt=n("7f45"),jt=n.n(Nt),Ft=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{directives:[{name:"scrollbar",rawName:"v-scrollbar.y",modifiers:{y:!0}}],staticClass:"c-linear-schedule"},e._l(e.sessionBuckets,(function(t,r){var i=t.date,a=t.sessions;return n("div",{staticClass:"bucket"},[n("div",{ref:e.getBucketName(i),refInFor:!0,staticClass:"bucket-label",attrs:{"data-date":i.format()}},[0===r||i.clone().startOf("day").diff(e.sessionBuckets[r-1].date.clone().startOf("day"),"day")>0?n("div",{staticClass:"day"},[e._v(" "+e._s(i.format("dddd DD. MMMM")))]):e._e(),n("div",{staticClass:"time"},[e._v(e._s(i.format("LT")))])]),e._l(a,(function(t){return n("session",{attrs:{session:t,faved:t.id&&e.favs.includes(t.id)},on:{fav:function(n){return e.$emit("fav",t.id)},unfav:function(n){return e.$emit("unfav",t.id)}}})}))],2)})),0)},Rt=[],Bt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("a",{staticClass:"c-linear-schedule-session",style:e.style,attrs:{href:e.link}},[n("div",{staticClass:"time-box"},[n("div",{staticClass:"start",class:{"has-ampm":e.startTime.ampm}},[n("div",{staticClass:"time"},[e._v(e._s(e.startTime.time))]),e.startTime.ampm?n("div",{staticClass:"ampm"},[e._v(e._s(e.startTime.ampm))]):e._e()]),n("div",{staticClass:"duration"},[e._v(e._s(e.durationPretty))])]),n("div",{staticClass:"info"},[n("div",{staticClass:"title"},[e._v(e._s(e.getLocalizedString(e.session.title)))]),e.session.speakers?n("div",{staticClass:"speakers"},[e._v(e._s(e.session.speakers.map((function(e){return e.name})).join(", ")))]):e._e(),e.showAbstract?n("div",{staticClass:"abstract",domProps:{innerHTML:e._s(e.abstract)}}):e._e(),n("div",{staticClass:"bottom-info"},[e.session.track?n("div",{staticClass:"track"},[e._v(e._s(e.getLocalizedString(e.session.track.name)))]):e._e(),e.showRoom&&e.session.room?n("div",{staticClass:"room"},[e._v(e._s(e.getLocalizedString(e.session.room.name)))]):e._e()])]),n("div",{staticClass:"fav-container",class:e.faved?["faved"]:[]},[n("svg",{staticClass:"star",attrs:{viewBox:"0 0 24 24"},on:{click:function(t){t.preventDefault(),e.faved?e.$emit("unfav",e.session.id):e.$emit("fav",e.session.id)}}},[n("polygon",{style:e.faved?{fill:"#FFA000",stroke:"#FFA000"}:{stroke:"#FFA000",fill:"white",strokeWidth:1.5},attrs:{points:"14.43,10 12,2 9.57,10 2,10 8.18,14.41 5.83,22 12,17.31 18.18,22 15.83,14.41 22,10"}})])])])},Yt=[],It=n("d4cd"),$t=n.n(It);function qt(e){return"string"===typeof e?e:Object.values(e)[0]}const Ht=(e,t)=>["auto","scroll"].includes(getComputedStyle(e,null).getPropertyValue(t)),Wt=e=>Ht(e,"overflow")||Ht(e,"overflow-x")||Ht(e,"overflow-y");function Ut(e){if(e&&e!==document)return Wt(e)?e:Ut(e.parentNode)}const Gt=$t()({linkify:!0,breaks:!0});var Vt={props:{session:Object,showAbstract:{type:Boolean,default:!0},showRoom:{type:Boolean,default:!0},faved:{type:Boolean,default:!1}},inject:["eventUrl"],data(){return{getLocalizedString:qt}},computed:{link(){return`${this.eventUrl}talk/${this.session.id}/`},style(){var e;return{"--track-color":(null===(e=this.session.track)||void 0===e?void 0:e.color)||"var(--pretalx-clr-primary)"}},startTime(){return jt.a.localeData().longDateFormat("LT").endsWith(" A")?{time:this.session.start.format("h:mm"),ampm:this.session.start.format("A")}:{time:jt()(this.session.start).format("LT")}},durationMinutes(){return jt()(this.session.end).diff(this.session.start,"minutes")},durationPretty(){let e=this.durationMinutes;const t=Math.floor(e/60);return e<=60?e+"min":(e%=60,e?`${t}h${e}min`:t+"h")},abstract(){try{return Gt.renderInline(this.session.abstract)}catch(e){return this.session.abstract}}}},Zt=Vt;function Kt(e){var t=n("1004");t.__inject__&&t.__inject__(e)}var Jt=Object(k["a"])(Zt,Bt,Yt,!1,Kt,null,null,!0),Xt=Jt.exports,Qt={components:{Session:Xt},props:{sessions:Array,favs:Array,currentDay:Object,now:Object,scrollParent:Element},data(){return{moment:jt.a,scrolledDay:null}},computed:{sessionBuckets(){const e={};for(const t of this.sessions.filter(e=>e.id)){const n=t.start.format();e[n]||(e[n]=[]),e[n].push(t)}return Object.entries(e).map(([e,t])=>({date:t[0].start,sessions:t}))}},watch:{currentDay:"changeDay"},async mounted(){var e,t;let n;await this.$nextTick(),this.observer=new IntersectionObserver(this.onIntersect,{root:this.scrollParent,rootMargin:"-45% 0px"});for(const[c,l]of Object.entries(this.$refs)){if(!c.startsWith("bucket"))continue;const e=jt.a.parseZone(l[0].dataset.date);n&&n.isSame(e,"date")||(n=e,this.observer.observe(l[0]))}let r=!1;const i=window.location.hash.slice(1);if(i&&10===i.length){const e=jt()(i,"YYYY-MM-DD");e&&(r=!0)}if(r)return;const a=this.sessionBuckets.findIndex(e=>this.now.isBefore(e.date));if(a<0)return;const o=this.sessionBuckets[Math.max(0,a-1)],s=(null===(e=this.$refs[this.getBucketName(o.date)])||void 0===e||null===(t=e[0])||void 0===t?void 0:t.offsetTop)-90;this.scrollParent?this.scrollParent.scrollTop=s:window.scroll({top:s+this.getOffsetTop()})},methods:{getBucketName(e){return"bucket-"+e.format("YYYY-MM-DD-HH-mm")},getOffsetTop(){const e=this.$parent.$el.getBoundingClientRect();return e.top+window.scrollY},changeDay(e){var t;if(this.scrolledDay===e)return;const n=this.sessionBuckets.find(t=>e.isSame(t.date,"day"));if(!n)return;const r=null===(t=this.$refs[this.getBucketName(n.date)])||void 0===t?void 0:t[0];if(!r)return;const i=r.offsetTop+this.getOffsetTop()-8;this.scrollParent?this.scrollParent.scrollTop=i:window.scroll({top:i})},onIntersect(e){const t=e[0],n=jt.a.parseZone(t.target.dataset.date).startOf("day");t.isIntersecting?(this.scrolledDay=n,this.$emit("changeDay",this.scrolledDay)):t.rootBounds&&t.boundingClientRect.y-t.rootBounds.y>0&&(this.scrolledDay=n.subtract(1,"day"),this.$emit("changeDay",this.scrolledDay))}}},en=Qt;function tn(e){var t=n("2187");t.__inject__&&t.__inject__(e)}var nn=Object(k["a"])(en,Ft,Rt,!1,tn,null,null,!0),rn=nn.exports,an=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"c-grid-schedule"},[n("div",{staticClass:"grid",style:e.gridStyle},[e._l(e.visibleTimeslices,(function(t){return[n("div",{ref:t.name,refInFor:!0,staticClass:"timeslice",class:e.getSliceClasses(t),style:e.getSliceStyle(t),attrs:{"data-slice":t.date.format()}},[e._v(e._s(e.getSliceLabel(t)))]),n("div",{staticClass:"timeline",class:e.getSliceClasses(t),style:e.getSliceStyle(t)})]})),e.nowSlice?n("div",{ref:"now",staticClass:"now",class:{"on-daybreak":e.nowSlice.onDaybreak},style:{"grid-area":e.nowSlice.slice.name+" / 1 / auto / auto","--offset":e.nowSlice.offset}},[n("svg",{attrs:{viewBox:"0 0 10 10"}},[n("path",{attrs:{d:"M 0 0 L 10 5 L 0 10 z"}})])]):e._e(),n("div",{staticClass:"room",style:{"grid-area":"1 / 1 / auto / auto"}}),e._l(e.rooms,(function(t,r){return n("div",{staticClass:"room",style:{"grid-area":"1 / "+(r+2)+" / auto / auto"}},[e._v(e._s(e.getLocalizedString(t.name)))])})),e.hasSessionsWithoutRoom?n("div",{staticClass:"room",style:{"grid-area":"1 / "+(e.rooms.length+2)+" / auto / -1"}},[e._v("sonstiger Ramsch")]):e._e(),e._l(e.sessions,(function(t){return[e.isProperSession(t)?n("session",{style:e.getSessionStyle(t),attrs:{session:t,showAbstract:!1,showRoom:!1,faved:e.favs.includes(t.id)},on:{fav:function(n){return e.$emit("fav",t.id)},unfav:function(n){return e.$emit("unfav",t.id)}}}):n("div",{staticClass:"break",style:e.getSessionStyle(t)},[n("div",{staticClass:"title"},[e._v(e._s(e.getLocalizedString(t.title)))])])]}))],2)])},on=[];const sn=function(e){return"slice-"+e.format("MM-DD-HH-mm")};var cn={components:{Session:Xt},props:{sessions:Array,rooms:Array,favs:Array,currentDay:Object,now:Object,scrollParent:Element},data(){return{moment:jt.a,getLocalizedString:qt,scrolledDay:null}},computed:{hasSessionsWithoutRoom(){return this.sessions.some(e=>!e.room)},timeslices(){const e=30,t=[],n={},r=function(e,{hasSession:r=!1,hasBreak:i=!1}={}){const a=sn(e);let o=n[a];o?(o.hasSession=o.hasSession||r,o.hasBreak=o.hasBreak||i):(o={date:e,name:a,hasSession:r,hasBreak:i,datebreak:e.isSame(e.clone().startOf("day"))},t.push(o),n[a]=o)},i=function(t,n,{hasSession:i,hasBreak:a}={}){let o=n.diff(t,"minutes");const s=e-t.minute()%e,c=[];s&&(c.push(t.clone().add(s,"minutes")),o-=s);const l=n.minute()%e;for(let r=1;r<=o/e;r++)c.push(t.clone().add(s+e*r,"minutes"));l&&c.push(n.clone().subtract(l,"minutes"));const u=c.pop();c.forEach(e=>r(e,{hasSession:i,hasBreak:a})),r(u)};for(const c of this.sessions){const e=t[t.length-1];e?c.start.isAfter(e.date,"minutes")&&i(e.date,c.start):r(c.start.clone().startOf("day"));const n=this.isProperSession(c);r(c.start,{hasSession:n,hasBreak:!n}),r(c.end),i(c.start,c.end,{hasSession:n,hasBreak:!n})}const a=function(t){if(t)return 0!==t.date.minutes()&&t.date.minutes()!==e},o=function(e,n){if(!e)return;if(e.hasSession||e.datebreak)return!0;const r=t[n-1],i=t[n+1];return!(!e.hasBreak||(null===i||void 0===i?void 0:i.hasBreak)||(null===i||void 0===i?void 0:i.hasSession))||(!(null===r||void 0===r?void 0:r.hasBreak)||!e.hasBreak)&&(!!a(e)||(!!(((null===r||void 0===r?void 0:r.hasSession)||(null===r||void 0===r?void 0:r.hasBreak))&&a(r)||((null===i||void 0===i?void 0:i.hasSession)||(null===i||void 0===i?void 0:i.hasBreak))&&a(i))||!(!e.hasBreak||(null===r||void 0===r?void 0:r.hasBreak)||!o(i,n+1))))};t.sort((e,t)=>e.date.diff(t.date));const s=[];for(const[c,l]of t.entries()){if(o(l,c)){s.push(l);continue}const e=t[c-1];!o(e,c-1)||e.datebreak&&!l.hasBreak||(l.gap=!0,s.push(l))}return s[s.length-1].gap&&s.pop(),s},visibleTimeslices(){return this.timeslices.filter(e=>e.date.minute()%30===0)},gridStyle(){let e="[header] 52px ";return e+=this.timeslices.map((e,t)=>{const n=this.timeslices[t+1];let r=60;return e.gap?r=100:e.datebreak?r=60:n&&(r=Math.min(60,2*n.date.diff(e.date,"minutes"))),`[${e.name}] minmax(${r}px, auto)`}).join(" "),{"--total-rooms":this.rooms.length,"grid-template-rows":e}},nowSlice(){let e;for(const t of this.timeslices){if(this.now.isBefore(t.date))break;e=t}if(e){const t=this.timeslices[this.timeslices.indexOf(e)+1];return t?t.date.diff(e.date,"minutes")>30?{slice:t,offset:0,onDaybreak:!0}:{slice:e,offset:this.now.diff(e.date,"minutes")/t.date.diff(e.date,"minutes")}:null}return null}},watch:{currentDay:"changeDay"},async mounted(){await this.$nextTick(),this.observer=new IntersectionObserver(this.onIntersect,{root:this.scrollParent,rootMargin:"-45% 0px"});for(const[r,i]of Object.entries(this.$refs))r.startsWith("slice")&&r.endsWith("00-00")&&this.observer.observe(i[0]);let e=!1;const t=window.location.hash.slice(1);if(t&&10===t.length){const n=jt()(t,"YYYY-MM-DD");n&&(e=!0)}if(e||!this.$refs.now)return;const n=this.$refs.now.offsetTop+this.getOffsetTop()-90;this.scrollParent?this.scrollParent.scrollTop=n:window.scroll({top:n})},methods:{isProperSession(e){return!!e.id},getSessionStyle(e){const t=this.rooms.indexOf(e.room);return{"grid-row":`${sn(e.start)} / ${sn(e.end)}`,"grid-column":t>-1?t+2:null}},getOffsetTop(){const e=this.$parent.$el.getBoundingClientRect();return e.top+window.scrollY},getSliceClasses(e){return{datebreak:e.datebreak,gap:e.gap}},getSliceStyle(e){if(e.datebreak){let t=this.timeslices.findIndex(t=>t.date.isAfter(e.date,"day"));return t<0&&(t=this.timeslices.length-1),{"grid-area":`${e.name} / 1 / ${this.timeslices[t].name} / auto`}}return{"grid-area":e.name+" / 1 / auto / auto"}},getSliceLabel(e){return e.datebreak?e.date.format("ddd[\n]DD. MMM"):e.date.format("LT")},changeDay(e){var t;if(this.scrolledDay===e)return;const n=null===(t=this.$refs[sn(e)])||void 0===t?void 0:t[0];if(!n)return;const r=n.offsetTop+this.getOffsetTop();this.scrollParent?this.scrollParent.scrollTop=r:window.scroll({top:r})},onIntersect(e){const t=e.sort((e,t)=>t.time-e.time).find(e=>e.isIntersecting);if(!t)return;const n=jt.a.parseZone(t.target.dataset.slice).startOf("day");this.scrolledDay=n,this.$emit("changeDay",this.scrolledDay)}}},ln=cn;function un(e){var t=n("0809");t.__inject__&&t.__inject__(e)}var hn=Object(k["a"])(ln,an,on,!1,un,null,null,!0),dn=hn.exports;o["a"].use(zt);var fn={name:"PretalxSchedule",components:{LinearSchedule:rn,GridSchedule:dn},props:{eventUrl:String,locale:String,format:{type:String,default:"grid"},version:{type:String,default:""}},provide(){return{eventUrl:this.eventUrl}},data(){return{moment:jt.a,scrollParentWidth:1/0,schedule:null,userTimezone:null,now:jt()(),currentDay:null,currentTimezone:null,favs:[],onlyFavs:!1}},computed:{scheduleMaxWidth(){return this.schedule?Math.min(this.scrollParentWidth,78+650*this.schedule.rooms.length):this.scrollParentWidth},showGrid(){return this.scrollParentWidth>710&&"list"!==this.format},roomsLookup(){return this.schedule?this.schedule.rooms.reduce((e,t)=>(e[t.id]=t,e),{}):{}},tracksLookup(){return this.schedule?this.schedule.tracks.reduce((e,t)=>(e[t.id]=t,e),{}):{}},speakersLookup(){return this.schedule?this.schedule.speakers.reduce((e,t)=>(e[t.code]=t,e),{}):{}},sessions(){if(!this.schedule||!this.currentTimezone)return;const e=[];for(const n of this.schedule.talks){var t;this.onlyFavs&&!this.favs.includes(n.code)||e.push({id:n.code,title:n.title,abstract:n.abstract,start:jt.a.tz(n.start,this.currentTimezone),end:jt.a.tz(n.end,this.currentTimezone),speakers:null===(t=n.speakers)||void 0===t?void 0:t.map(e=>this.speakersLookup[e]),track:this.tracksLookup[n.track],room:this.roomsLookup[n.room]})}return e.sort((e,t)=>e.start.diff(t.start)),e},days(){if(!this.sessions)return;const e=[];for(const t of this.sessions)e[e.length-1]&&e[e.length-1].isSame(t.start,"day")||e.push(t.start.clone().startOf("day"));return e},inEventTimezone(){if(!this.schedule||!this.schedule.talks)return!1;const e=this.schedule.talks[0].start;return jt.a.tz(e,this.userTimezone).format("Z")===jt.a.tz(e,this.schedule.timezone).format("Z")},dateFormat(){return this.showGrid&&this.schedule&&this.schedule.rooms.length>2||!this.days||!this.days.length||this.days&&this.days.length<=5?"dddd DD. MMMM":this.days&&this.days.length<=7?"dddd DD. MMM":"ddd DD. MMM"},eventSlug(){let e="";return e=this.eventUrl.startsWith("http")?new URL(this.eventUrl):new URL("http://example.org/"+this.eventUrl),e.pathname.replace(/\//g,"")}},async created(){jt.a.locale(this.locale),this.userTimezone=jt.a.tz.guess();let e="";this.version&&(e=`v/${this.version}/`);const t=`${this.eventUrl}schedule/${e}widget/v2.json`;this.schedule=await(await fetch(t)).json(),this.currentTimezone=localStorage.getItem(this.eventSlug+"_timezone"),this.currentTimezone=[this.schedule.timezone,this.userTimezone].includes(this.currentTimezone)?this.currentTimezone:this.schedule.timezone,this.now=jt()().tz(this.currentTimezone),setInterval(()=>this.now=jt()().tz(this.currentTimezone),3e4),this.scrollParentResizeObserver||(await this.$nextTick(),this.onWindowResize()),this.favs=this.pruneFavs(this.loadFavs(),this.schedule);const n=window.location.hash.slice(1);if(n&&10===n.length){const e=jt()(n,"YYYY-MM-DD"),t=this.days.filter(t=>t.format("YYYYMMDD")===e.format("YYYYMMDD"));t.length&&(this.currentDay=t[0])}else window.location.hash="0"},async mounted(){await new Promise(e=>{const t=()=>{if(this.$el.parentElement||this.$el.getRootNode().host)return e();setTimeout(t,100)};t()}),this.scrollParent=Ut(this.$el.parentElement||this.$el.getRootNode().host),this.scrollParent?(this.scrollParentResizeObserver=new ResizeObserver(this.onScrollParentResize),this.scrollParentResizeObserver.observe(this.scrollParent),this.scrollParentWidth=this.scrollParent.offsetWidth):(window.addEventListener("resize",this.onWindowResize),this.onWindowResize())},destroyed(){},methods:{changeDay(e){e.isSame(this.currentDay)||(this.currentDay=jt()(e,this.currentTimezone).startOf("day"),"#0"===window.location.hash?window.location.hash="":window.location.hash=e.format("YYYY-MM-DD"))},onWindowResize(){this.scrollParentWidth=document.body.offsetWidth},saveTimezone(){localStorage.setItem(this.eventSlug+"_timezone",this.currentTimezone)},onScrollParentResize(e){this.scrollParentWidth=e[0].contentRect.width},loadFavs(){const e=localStorage.getItem(this.eventSlug+"_favs");if(e)try{return JSON.parse(e)}catch{localStorage.setItem(this.eventSlug+"_favs","[]")}return[]},pruneFavs(e,t){const n=t.talks||[],r=n.map(e=>e.code);return e.filter(e=>r.includes(e))},saveFavs(){localStorage.setItem(this.eventSlug+"_favs",JSON.stringify(this.favs))},fav(e){this.favs.includes(e)||(this.favs.push(e),this.saveFavs())},unfav(e){this.favs=this.favs.filter(t=>t!==e),this.saveFavs(),this.favs.length||(this.onlyFavs=!1)}}},pn=fn;function mn(e){var t=n("0887");t.__inject__&&t.__inject__(e)}var gn=Object(k["a"])(pn,x,S,!1,mn,null,null,!0),bn=gn.exports;window.customElements.define("pretalx-schedule",w(o["a"],bn))},"5b54":function(e,t,n){"use strict";var r=n("bd68"),i=n("0068").has,a=n("0068").isValidEntityCode,o=n("0068").fromCodePoint,s=/^&#((?:x[a-f0-9]{1,6}|[0-9]{1,7}));/i,c=/^&([a-z][a-z0-9]{1,31});/i;e.exports=function(e,t){var n,l,u,h=e.pos,d=e.posMax;if(38!==e.src.charCodeAt(h))return!1;if(h+1=0){var o=[a,i];i=o[0],a=o[1]}return[i,a].join(" ")}function p(e,t){var n=void 0,r=[];while(-1!==(n=e.indexOf(t)))r.push(e.splice(n,1));return r}var m=["click"];"ontouchstart"in document.documentElement&&m.push("touchstart");var g={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"otransitionend",transition:"transitionend"},b="";for(var v in g)if({}.hasOwnProperty.call(g,v)){var y=document.createElement("p");"undefined"!==typeof y.style[v]&&(b=g[v])}var _={left:"right",right:"left",top:"bottom",bottom:"top",middle:"middle",center:"center"},A={};function w(){var n=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],s=function(){for(var e=arguments.length,n=Array(e),r=0;r=0)for(var n=function(t){e.toggle(t),t.preventDefault()},r=function(t){e.isOpened()&&(t.target===e.drop||e.drop.contains(t.target)||t.target===e.target||e.target.contains(t.target)||e.close(t))},i=0;i=0&&(this._on(this.target,"mouseover",c),this._on(this.drop,"mouseover",c),this._on(this.target,"mouseout",l),this._on(this.drop,"mouseout",l)),t.indexOf("focus")>=0&&(this._on(this.target,"focus",c),this._on(this.drop,"focus",c),this._on(this.target,"blur",l),this._on(this.drop,"blur",l))}else setTimeout(this.open.bind(this))}},{key:"isOpened",value:function(){if(this.drop)return h(this.drop,s.classPrefix+"-open")}},{key:"toggle",value:function(e){this.isOpened()?this.close(e):this.open(e)}},{key:"open",value:function(e){var t=this;this.isOpened()||(this.drop.parentNode||document.body.appendChild(this.drop),"undefined"!==typeof this.tether&&this.tether.enable(),l(this.drop,s.classPrefix+"-open"),l(this.drop,s.classPrefix+"-open-transitionend"),setTimeout((function(){t.drop&&l(t.drop,s.classPrefix+"-after-open")})),"undefined"!==typeof this.tether&&this.tether.position(),this.trigger("open"),s.updateBodyClasses())}},{key:"_transitionEndHandler",value:function(e){e.target===e.currentTarget&&(h(this.drop,s.classPrefix+"-open")||u(this.drop,s.classPrefix+"-open-transitionend"),this.drop.removeEventListener(b,this.transitionEndHandler))}},{key:"beforeCloseHandler",value:function(e){var t=!0;return this.isClosing||"function"!==typeof this.options.beforeClose||(this.isClosing=!0,t=!1!==this.options.beforeClose(e,this)),this.isClosing=!1,t}},{key:"close",value:function(e){this.isOpened()&&this.beforeCloseHandler(e)&&(u(this.drop,s.classPrefix+"-open"),u(this.drop,s.classPrefix+"-after-open"),this.drop.addEventListener(b,this.transitionEndHandler),this.trigger("close"),"undefined"!==typeof this.tether&&this.tether.disable(),s.updateBodyClasses(),this.options.remove&&this.remove(e))}},{key:"remove",value:function(e){this.close(e),this.drop.parentNode&&this.drop.parentNode.removeChild(this.drop)}},{key:"position",value:function(){this.isOpened()&&"undefined"!==typeof this.tether&&this.tether.position()}},{key:"destroy",value:function(){this.remove(),"undefined"!==typeof this.tether&&this.tether.destroy();for(var e=0;e=55296&&i<=56319&&n>1,e+=g(e/t);e>m*o>>1;r+=i)e=g(e/m);return g(r+(m+1)*e/(e+s))},A=function(e){var t=[];e=v(e);var n,s,c=e.length,d=u,f=0,m=l;for(n=0;n=d&&sg((r-f)/x))throw RangeError(p);for(f+=(k-d)*x,d=k,n=0;nr)throw RangeError(p);if(s==d){for(var S=f,C=i;;C+=i){var M=C<=m?a:C>=m+o?o:C-m;if(S|$))/i,/<\/(script|pre|style|textarea)>/i,!0],[/^/,!0],[/^<\?/,/\?>/,!0],[/^/,!0],[/^/,!0],[new RegExp("^|$))","i"),/^$/,!0],[new RegExp(i.source+"\\s*$"),/^$/,!1]];e.exports=function(e,t,n,r){var i,o,s,c,l=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(!e.md.options.html)return!1;if(60!==e.src.charCodeAt(l))return!1;for(c=e.src.slice(l,u),i=0;iu){var f,p=l(arguments[u++]),m=h?a(p).concat(h(p)):a(p),g=m.length,b=0;while(g>b)f=m[b++],r&&!d.call(p,f)||(n[f]=p[f])}return n}:u},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6547:function(e,t,n){var r=n("a691"),i=n("1d80"),a=function(e){return function(t,n){var a,o,s=String(i(t)),c=r(n),l=s.length;return c<0||c>=l?e?"":void 0:(a=s.charCodeAt(c),a<55296||a>56319||c+1===l||(o=s.charCodeAt(c+1))<56320||o>57343?e?s.charAt(c):a:e?s.slice(c,c+2):o-56320+(a-55296<<10)+65536)}};e.exports={codeAt:a(!1),charAt:a(!0)}},"69f3":function(e,t,n){var r,i,a,o=n("7f9a"),s=n("da84"),c=n("861d"),l=n("9112"),u=n("5135"),h=n("f772"),d=n("d012"),f=s.WeakMap,p=function(e){return a(e)?i(e):r(e,{})},m=function(e){return function(t){var n;if(!c(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}};if(o){var g=new f,b=g.get,v=g.has,y=g.set;r=function(e,t){return y.call(g,e,t),t},i=function(e){return b.call(g,e)||{}},a=function(e){return v.call(g,e)}}else{var _=h("state");d[_]=!0,r=function(e,t){return l(e,_,t),t},i=function(e){return u(e,_)?e[_]:{}},a=function(e){return u(e,_)}}e.exports={set:r,get:i,has:a,enforce:p,getterFor:m}},"6aea":function(e,t,n){var r=n("8ca0");"string"===typeof r&&(r=[[e.i,r,""]]),r.locals&&(e.exports=r.locals);var i=n("35d6").default;e.exports.__inject__=function(e){i("4889451e",r,e)}},"6dd8":function(e,t,n){"use strict";(function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),u?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t,r=l.some((function(e){return!!~n.indexOf(e)}));r&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),d=function(e,t){for(var n=0,r=Object.keys(t);n0},e}(),E="undefined"!==typeof WeakMap?new WeakMap:new n,D=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=h.getInstance(),r=new M(t,n,this);E.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach((function(e){D.prototype[e]=function(){var t;return(t=E.get(this))[e].apply(t,arguments)}}));var T=function(){return"undefined"!==typeof i.ResizeObserver?i.ResizeObserver:D}();t["a"]=T}).call(this,n("c8ba"))},"6e00":function(e,t,n){"use strict";for(var r=n("0068").isSpace,i=[],a=0;a<256;a++)i.push(0);"\\!\"#$%&'()*+,./:;<=>?@[]^_`{|}~-".split("").forEach((function(e){i[e.charCodeAt(0)]=1})),e.exports=function(e,t){var n,a=e.pos,o=e.posMax;if(92!==e.src.charCodeAt(a))return!1;if(a++,a=n)break;if(e.sCount[s]=l){e.line=n;break}for(i=0;i",d="<",f="prototype",p="script",m=u("IE_PROTO"),g=function(){},b=function(e){return d+p+h+e+d+"/"+p+h},v=function(e){e.write(b("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){var e,t=l("iframe"),n="java"+p+":";return t.style.display="none",c.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(b("document.F=Object")),e.close(),e.F},_=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}_=r?v(r):y();var e=o.length;while(e--)delete _[f][o[e]];return _()};s[m]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(g[f]=i(e),n=new g,g[f]=null,n[m]=e):n=_(),void 0===t?n:a(n,t)}},"7ca0":function(e,t){e.exports=/[!-#%-\*,-\/:;\?@\[-\]_\{\}\xA1\xA7\xAB\xB6\xB7\xBB\xBF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u09FD\u0A76\u0AF0\u0C84\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2308-\u230B\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E4E\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]|\uD800[\uDD00-\uDD02\uDF9F\uDFD0]|\uD801\uDD6F|\uD802[\uDC57\uDD1F\uDD3F\uDE50-\uDE58\uDE7F\uDEF0-\uDEF6\uDF39-\uDF3F\uDF99-\uDF9C]|\uD803[\uDF55-\uDF59]|\uD804[\uDC47-\uDC4D\uDCBB\uDCBC\uDCBE-\uDCC1\uDD40-\uDD43\uDD74\uDD75\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDDF\uDE38-\uDE3D\uDEA9]|\uD805[\uDC4B-\uDC4F\uDC5B\uDC5D\uDCC6\uDDC1-\uDDD7\uDE41-\uDE43\uDE60-\uDE6C\uDF3C-\uDF3E]|\uD806[\uDC3B\uDE3F-\uDE46\uDE9A-\uDE9C\uDE9E-\uDEA2]|\uD807[\uDC41-\uDC45\uDC70\uDC71\uDEF7\uDEF8]|\uD809[\uDC70-\uDC74]|\uD81A[\uDE6E\uDE6F\uDEF5\uDF37-\uDF3B\uDF44]|\uD81B[\uDE97-\uDE9A]|\uD82F\uDC9F|\uD836[\uDE87-\uDE8B]|\uD83A[\uDD5E\uDD5F]/},"7cc2":function(e,t,n){"use strict";var r=n("0068").assign,i=n("0068").unescapeAll,a=n("0068").escapeHtml,o={};function s(){this.rules=r({},o)}o.code_inline=function(e,t,n,r,i){var o=e[t];return""+a(e[t].content)+""},o.code_block=function(e,t,n,r,i){var o=e[t];return""+a(e[t].content)+"\n"},o.fence=function(e,t,n,r,o){var s,c,l,u,h,d=e[t],f=d.info?i(d.info).trim():"",p="",m="";return f&&(l=f.split(/(\s+)/g),p=l[0],m=l.slice(2).join("")),s=n.highlight&&n.highlight(d.content,p,m)||a(d.content),0===s.indexOf(""+s+"\n"):"
"+s+"
\n"},o.image=function(e,t,n,r,i){var a=e[t];return a.attrs[a.attrIndex("alt")][1]=i.renderInlineAsText(a.children,n,r),i.renderToken(e,t,n)},o.hardbreak=function(e,t,n){return n.xhtmlOut?"
\n":"
\n"},o.softbreak=function(e,t,n){return n.breaks?n.xhtmlOut?"
\n":"
\n":"\n"},o.text=function(e,t){return a(e[t].content)},o.html_block=function(e,t){return e[t].content},o.html_inline=function(e,t){return e[t].content},s.prototype.renderAttrs=function(e){var t,n,r;if(!e.attrs)return"";for(r="",t=0,n=e.attrs.length;t\n":">",i)},s.prototype.renderInline=function(e,t,n){for(var r,i="",a=this.rules,o=0,s=e.length;o=n)return c;if(a=e.charCodeAt(t),34!==a&&39!==a&&40!==a)return c;t++,40===a&&(a=41);while(tn)return!1;if(d=t+1,e.sCount[d]=4)return!1;if(l=e.bMarks[d]+e.tShift[d],l>=e.eMarks[d])return!1;if(k=e.src.charCodeAt(l++),124!==k&&45!==k&&58!==k)return!1;if(l>=e.eMarks[d])return!1;if(x=e.src.charCodeAt(l++),124!==x&&45!==x&&58!==x&&!r(x))return!1;if(45===k&&r(x))return!1;while(l=4)return!1;if(f=a(c),f.length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),p=f.length,0===p||p!==g.length)return!1;if(o)return!0;for(_=e.parentType,e.parentType="table",w=e.md.block.ruler.getRules("blockquote"),m=e.push("table_open","table",1),m.map=v=[t,0],m=e.push("thead_open","thead",1),m.map=[t,t+1],m=e.push("tr_open","tr",1),m.map=[t,t+1],u=0;u=4)break;for(f=a(c),f.length&&""===f[0]&&f.shift(),f.length&&""===f[f.length-1]&&f.pop(),d===t+2&&(m=e.push("tbody_open","tbody",1),m.map=y=[t+2,0]),m=e.push("tr_open","tr",1),m.map=[d,d+1],u=0;u0&&this.level++,this.tokens.push(i),i},a.prototype.isEmpty=function(e){return this.bMarks[e]+this.tShift[e]>=this.eMarks[e]},a.prototype.skipEmptyLines=function(e){for(var t=this.lineMax;et)if(!i(this.src.charCodeAt(--e)))return e+1;return e},a.prototype.skipChars=function(e,t){for(var n=this.src.length;en)if(t!==this.src.charCodeAt(--e))return e+1;return e},a.prototype.getLines=function(e,t,n,r){var a,o,s,c,l,u,h,d=e;if(e>=t)return"";for(u=new Array(t-e),a=0;dn?new Array(o-n+1).join(" ")+this.src.slice(c,l):this.src.slice(c,l)}return u.join("")},a.prototype.Token=r,e.exports=a},"838d":function(e,t,n){"use strict";function r(e,t){var n,r,i,a,o,s,c,l,u={},h=t.length;for(n=0;no;r-=a.jump+1)if(a=t[r],a.marker===i.marker&&a.open&&a.end<0&&(c=!1,(a.close||i.open)&&(a.length+i.length)%3===0&&(a.length%3===0&&i.length%3===0||(c=!0)),!c)){l=r>0&&!t[r-1].open?t[r-1].jump+1:0,i.jump=n-r+l,i.open=!1,a.end=n,a.jump=l,a.close=!1,s=-1;break}-1!==s&&(u[i.marker][(i.open?3:0)+(i.length||0)%3]=s)}}e.exports=function(e){var t,n=e.tokens_meta,i=e.tokens_meta.length;for(r(e,e.delimiters),t=0;t([\\d\\D]*?)<\\/script>[\\d\\D]*","i"),i=n.replace(r,"$1").trim());for(var d=0;dp{font-weight:300;font-size:127%;font-size:1.27rem;line-height:127%;line-height:1.27rem;margin-top:0}blockquote>cite,blockquote>figcaption,blockquote>footer{color:#888}blockquote>cite:before,blockquote>figcaption:before,blockquote>footer:before{content:"\\2014"}.hyphenation{-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;-webkit-hyphenate-before:2;-webkit-hyphenate-after:3;hyphenate-lines:3}.bunt-ripple-ink{display:block;overflow:hidden;border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0;-webkit-mask-image:-webkit-radial-gradient(circle,#fff,#000)}.ripple{position:absolute;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:50%;background-color:currentColor;background-clip:padding-box;transition:transform .4s ease-out,opacity .4s ease-out;opacity:.1;transform:scale(1)}.ripple-ink-enter{opacity:.2;transform:scale(0)}.ripple-ink-leave-active{opacity:0;transition:transform .1s ease-out,opacity .1s ease-out}.bunt-icon{font-size:24px;width:24px;height:24px;line-height:24px;display:inline-block;cursor:inherit}.bunt-button,.bunt-link-button{font-family:Roboto,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:14px;text-transform:uppercase;font-weight:500;line-height:36px;vertical-align:middle;flex-shrink:0;outline:none;border:none;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:default;border-radius:4px;padding:0 16px;min-width:80px;height:36px;white-space:nowrap}.bunt-button::-moz-focus-inner,.bunt-link-button::-moz-focus-inner{border:0}.bunt-button.autofocus:focus,.bunt-link-button.autofocus:focus,body[modality=keyboard] .bunt-button:focus,body[modality=keyboard] .bunt-link-button:focus{outline-style:solid}.bunt-button.disabled .bunt-button-content,.bunt-link-button.disabled .bunt-button-content{opacity:.6}.bunt-button:not(.disabled),.bunt-link-button:not(.disabled){cursor:pointer}.bunt-button .bunt-progress-circular,.bunt-link-button .bunt-progress-circular{position:absolute;top:50%;left:50%}.bunt-button .bunt-progress-circular.active,.bunt-link-button .bunt-progress-circular.active{-webkit-animation:button-container-rotate 1568ms linear infinite;animation:button-container-rotate 1568ms linear infinite}@-webkit-keyframes button-container-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes button-container-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.bunt-button .bunt-icon.error,.bunt-button .bunt-icon.success,.bunt-link-button .bunt-icon.error,.bunt-link-button .bunt-icon.success{position:absolute}.bunt-button.error .bunt-tooltip,.bunt-link-button.error .bunt-tooltip{background-color:#f44336}.bunt-button-content{display:flex}.bunt-button-content.invisible{visibility:hidden}.bunt-icon{height:36px;line-height:36px;font-size:20px}.bunt-button-raised{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2);transition:box-shadow .1s}.bunt-button-raised.autofocus:focus,body[modality=keyboard] .bunt-button-raised:focus{outline:none;box-shadow:0 0 5px rgba(0,0,0,.22),0 3px 6px rgba(0,0,0,.3)}.bunt-checkbox{cursor:pointer;position:relative;display:flex;flex-shrink:0}.bunt-checkbox input{position:absolute;cursor:inherit;pointer-events:all;opacity:0;width:100%;height:100%;z-index:2;left:0;box-sizing:border-box;padding:0;margin:0}.bunt-checkbox label{font-size:14px;line-height:24px}.bunt-checkbox .bunt-checkbox-box{height:20px;width:20px;border-radius:2px;border:2px solid rgba(0,0,0,.54);margin-right:8px;position:relative;transition:all .2s ease-out}.bunt-checkbox .bunt-checkbox-box:after{width:6px;height:13px;position:absolute;top:0;left:6px;border:2px solid #fff;border-top:0;border-left:0;opacity:0;transform:rotate(45deg) scale3D(.15,.15,1);transition:all .3s cubic-bezier(.55,0,.55,.2);content:" "}.bunt-checkbox.checked .bunt-checkbox-box{background-color:#2196f3;border-color:#2196f3}.bunt-checkbox.checked .bunt-checkbox-box:after{opacity:1;transform:rotate(45deg) scaleX(1);transition:all .4s cubic-bezier(.25,.8,.25,1)}.bunt-radio{cursor:pointer;position:relative;display:flex;flex-shrink:0;padding-top:16px}.bunt-radio input{position:absolute;cursor:inherit;pointer-events:all;opacity:0;width:100%;height:100%;z-index:2;left:0;box-sizing:border-box;padding:0;margin:0}.bunt-radio label{font-size:14px;line-height:20px}.bunt-radio .bunt-radio-circle{height:20px;width:20px;border-radius:50%;border:2px solid rgba(0,0,0,.54);margin-right:8px;position:relative;transition:all .2s ease-out;box-sizing:border-box}.bunt-radio .bunt-radio-circle:after{width:10px;height:10px;position:absolute;top:3px;left:3px;background-color:#2196f3;transition:all .4s cubic-bezier(.25,.8,.25,1);border-radius:50%;opacity:0;content:" "}.bunt-radio.checked .bunt-radio-circle{border-color:#2196f3}.bunt-radio.checked .bunt-radio-circle:after{opacity:1}.bunt-icon-button{line-height:36px;vertical-align:middle;flex-shrink:0;background:none;outline:none;border:none;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:default;border-radius:50%;padding:0;height:36px;width:36px;background-color:transparent}.bunt-icon-button::-moz-focus-inner{border:0}.bunt-icon-button.autofocus:focus,body[modality=keyboard] .bunt-icon-button:focus{outline-style:solid}.bunt-icon-button.disabled .bunt-icon{opacity:.6}.bunt-icon-button:not(.disabled){cursor:pointer}.bunt-icon-button.autofocus:focus,body[modality=keyboard] .bunt-icon-button:focus{outline-width:2px;outline-offset:0}.bunt-icon-button .bunt-icon{height:36px;line-height:36px;font-size:20px;width:auto}.bunt-icon-button svg{height:20px}.bunt-input{display:flex;flex-direction:column;height:56px;padding-top:16px;flex-shrink:0}.bunt-input .label-input-container{position:relative;display:flex;align-items:center}.bunt-input .icon{font-size:22px;color:rgba(0,0,0,.54);padding:0 0 0 8px}.bunt-input input{box-sizing:border-box;height:37px;width:100%;border:none;outline:none;font-family:Roboto,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;flex:auto;padding:8px 8px 8px 12px;background-color:transparent;border-radius:4px}.bunt-input label{position:absolute;top:8px;left:12px;font-size:16px;font-weight:400;line-height:21px;pointer-events:none;color:rgba(0,0,0,.54);transition:transform .25s,width .25s;transform-origin:left top}.bunt-input ::-moz-placeholder{color:rgba(0,0,0,.54)}.bunt-input :-ms-input-placeholder{color:rgba(0,0,0,.54)}.bunt-input ::placeholder{color:rgba(0,0,0,.54)}.bunt-input .error-icon{font-size:22px;color:#f44336;padding-right:8px}.bunt-input .outline{position:absolute;top:0;left:0;height:100%;width:100%;stroke:rgba(0,0,0,.38);stroke-width:1px;fill:none;pointer-events:none;stroke-dasharray:calc(var(--label-gap)/2 + 4) 0 100000;transition:stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1),stroke-dasharray .15s cubic-bezier(.4,0,.2,1)}.bunt-input .hint{font-size:13px;padding-top:0;padding-left:16px;color:rgba(0,0,0,.54);line-height:18px}.bunt-input .hint p{margin:0}.bunt-input.with-icon input{padding-left:4px}.bunt-input.focused .outline{stroke:#2196f3;stroke-width:2px}.bunt-input.focused label{color:#2196f3}.bunt-input.floating-label .outline,.bunt-input.focused .outline{stroke-dasharray:3 var(--label-gap) 10000}.bunt-input.floating-label label,.bunt-input.focused label{transform:translateY(-15px) scale(.75)}.bunt-input.disabled{cursor:not-allowed}.bunt-input.disabled input{cursor:not-allowed;background-color:rgba(0,0,0,.08);color:rgba(0,0,0,.38)}.bunt-input.disabled .outline{stroke-dasharray:10}.bunt-input.disabled.floating-label .outline,.bunt-input.disabled.focused .outline{stroke-dasharray:3 var(--label-gap) 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10 10}.bunt-input.invalid .hint,.bunt-input.invalid label{color:#f44336}.bunt-input.invalid .outline{stroke:#f44336;stroke-width:2px}.bunt-input-outline-container{display:flex;flex-direction:column;padding-top:16px;flex-shrink:0;position:relative}.bunt-input-outline-container label{position:absolute;top:8px;left:12px;font-size:16px;font-weight:400;line-height:21px;pointer-events:none;color:rgba(0,0,0,.54);transform-origin:left top;transform:translateY(-15px) scale(.75)}.bunt-input-outline-container .outline{position:absolute;top:0;left:0;height:100%;width:100%;stroke:rgba(0,0,0,.38);stroke-width:1px;fill:none;pointer-events:none;stroke-dasharray:3 var(--label-gap) 10000;transition:stroke .15s cubic-bezier(.4,0,.2,1),stroke-width .15s cubic-bezier(.4,0,.2,1),stroke-dasharray .15s cubic-bezier(.4,0,.2,1)}.bunt-input-outline-container.focused .outline{stroke:#2196f3;stroke-width:2px}.bunt-input-outline-container.focused label{color:#2196f3}a.bunt-link-button{display:inline-flex;background-color:#eee;text-decoration:none;color:rgba(0,0,0,.87)}.bunt-drop-element{position:absolute;display:none;z-index:$z-index-dropdown;max-width:100%;max-height:100%;transition:opacity .2s ease;opacity:0}.bunt-drop-element,.bunt-drop-element *,.bunt-drop-element:after,.bunt-drop-element :after,.bunt-drop-element:before,.bunt-drop-element :before{box-sizing:border-box}.bunt-drop-element.bunt-drop-open{display:block}.bunt-drop-element.bunt-drop-after-open{opacity:1}.bunt-progress-circular{display:inline-block;position:relative;width:48px;height:48px}.bunt-progress-circular.tiny{width:14px;height:14px}.bunt-progress-circular.tiny circle{stroke-width:8}.bunt-progress-circular.small{width:24px;height:24px}.bunt-progress-circular.small circle{stroke-width:7}.bunt-progress-circular.big{width:64px;height:64px}.bunt-progress-circular.big circle{stroke-width:4}.bunt-progress-circular.huge{width:128px;height:128px}.bunt-progress-circular.huge circle{stroke-width:3}.bunt-progress-circular.progress-center{display:block;margin:auto}.bunt-progress-circular.progress-page{display:block;margin:7rem auto}.bunt-progress-circular svg{-webkit-animation:bunt-progress-circular-rotate 1568ms linear infinite;animation:bunt-progress-circular-rotate 1568ms linear infinite;position:relative;height:100%;width:100%}.bunt-progress-circular svg circle{fill:none;stroke:#2196f3;stroke-width:5px;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:square;-webkit-animation:bunt-progress-circular-dash 1333ms ease-in-out infinite;animation:bunt-progress-circular-dash 1333ms ease-in-out infinite}@-webkit-keyframes bunt-progress-circular-rotate{to{transform:rotate(1turn)}}@keyframes bunt-progress-circular-rotate{to{transform:rotate(1turn)}}@-webkit-keyframes bunt-progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes bunt-progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}.bunt-select{position:relative}.bunt-select .open-indicator{position:absolute;right:4px;color:rgba(0,0,0,.54);font-size:28px;line-height:20px;top:8px;transition:all .25s ease-in-out;cursor:pointer}.bunt-select.open .open-indicator{transform-origin:center;transform:rotate(180deg)}.bunt-select .bunt-input input{padding-right:20px}.bunt-select-dropdown-menu{border-radius:2px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#fff;transition:box-shadow .3s;border-top:none;border-radius:0 0 2px 2px;z-index:100;display:flex;flex-direction:column}.bunt-select-dropdown-menu .scrollable-menu{display:flex;flex-direction:column;flex:auto;min-height:0}.bunt-select-dropdown-menu ul{margin:0;padding:0}.bunt-select-dropdown-menu li{list-style-type:none;height:32px;padding:0 8px;line-height:32px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bunt-select-dropdown-menu li.highlight{background-color:#2196f3}.bunt-switch{cursor:pointer;position:relative;display:flex;height:20px;margin-bottom:8px;flex-shrink:0}.bunt-switch input{position:absolute;cursor:inherit;pointer-events:all;opacity:0;width:100%;height:100%;z-index:2;left:0;box-sizing:border-box;padding:0;margin:0}.bunt-switch label{font-size:14px;line-height:14px}.bunt-switch .bunt-switch-track{height:14px;width:36px;border-radius:30px;background-color:rgba(0,0,0,.38);margin-right:8px;position:relative;transition:all .4s ease-out}.bunt-switch .bunt-switch-thumb{height:20px;width:20px;background-color:#fafafa;border-radius:50%;position:absolute;left:0;top:50%;transform:translate3d(-1px,-50%,0);transition:all .3s ease;box-shadow:0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12),0 2px 1px -1px rgba(0,0,0,.2)}.bunt-switch.checked .bunt-switch-track{background-color:rgba(33,150,243,.5)}.bunt-switch.checked .bunt-switch-thumb{background-color:#2196f3;transform:translate3d(75%,-50%,0);box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)}.bunt-tabs{width:100%;margin-bottom:24px}.bunt-tabs.fullwidth .ui-tab-header-item{flex-grow:1}.bunt-tabs.raised{border:none;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 2px rgba(0,0,0,.2)}.bunt-tabs.raised .bunt-tabs-body{border:none}.bunt-tabs-header{position:relative;width:100%}.bunt-tabs-header .bunt-tab-header-item .ui-ripple-ink .ripple.held{opacity:.7}.bunt-tabs-header-items{position:relative;display:flex;list-style:none;margin:0;padding:0}.bunt-tab{outline:none}.bunt-tab-header-item{font-family:Roboto,Helvetica Neue,HelveticaNeue,Helvetica,Arial,sans-serif;position:relative;display:flex;height:48px;padding:0 12px;text-transform:uppercase;align-items:center;justify-content:center;cursor:pointer;min-width:80px;outline:none}.bunt-tab-header-item.type-icon-and-text{display:flex;flex-direction:column;height:72px}.bunt-tab-header-item.type-icon-and-text .bunt-tab-header-item-icon{margin-bottom:4px}.bunt-tab-header-item.disabled{opacity:.4;cursor:default}.bunt-tabs-indicator{position:absolute;height:2px;bottom:0;left:0;right:0;transform:scale(0);transform-origin:left center;transition:transform}.bunt-tabs-indicator.align-bottom{top:0;bottom:auto}.bunt-tabs-indicator.expand{transition-duration:75ms;transition-timing-function:cubic-bezier(.4,0,1,1)}.bunt-tabs-indicator.contract{transition-duration:.09s;transition-timing-function:cubic-bezier(0,0,.2,1)}.bunt-tooltip{left:0;top:0;will-change:transform,opacity;background-color:rgba(0,0,0,.54);color:#fff;height:24px;white-space:nowrap;line-height:24px;padding:0 8px;font-size:14px;font-weight:400;text-transform:none;border-radius:2px;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;-moz-user-select:none;z-index:90000}.bunt-dialog-container{position:fixed;top:0;bottom:0;left:0;right:0;z-index:90001;display:flex;justify-content:center;align-items:center}.bunt-dialog-container .bunt-dialog{z-index:90003;width:50vw;border-radius:2px;box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);background-color:#fff;transition:box-shadow .3s}.bunt-dialog-container .bunt-backdrop{z-index:90002;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.54)}.bunt-scrollbar{position:relative;box-sizing:border-box;overflow:scroll;scrollbar-width:none}.bunt-scrollbar:hover .bunt-scrollbar-thumb{opacity:.4}.bunt-scrollbar::-webkit-scrollbar{display:none}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x,.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y{position:-webkit-sticky;position:sticky;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0!important}.bunt-scrollbar .bunt-scrollbar-rail-x,.bunt-scrollbar .bunt-scrollbar-rail-y{position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bunt-scrollbar .bunt-scrollbar-thumb{position:absolute;background-color:#546e7a;opacity:.2;border-radius:6px;transition:height .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x{top:100%;bottom:0;left:0;width:0;height:0}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x .bunt-scrollbar-rail-x{height:15px;bottom:0}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x .bunt-scrollbar-rail-x .bunt-scrollbar-thumb{bottom:2px;height:6px}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x .bunt-scrollbar-rail-x.active .bunt-scrollbar-thumb,.bunt-scrollbar .bunt-scrollbar-rail-wrapper-x .bunt-scrollbar-rail-x:hover .bunt-scrollbar-thumb{height:12px;opacity:.8}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y{bottom:100%;left:100%;right:0;height:0;width:0}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y .bunt-scrollbar-rail-y{width:15px;right:0;top:0}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y .bunt-scrollbar-rail-y .bunt-scrollbar-thumb{right:2px;width:6px}.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y .bunt-scrollbar-rail-y.active .bunt-scrollbar-thumb,.bunt-scrollbar .bunt-scrollbar-rail-wrapper-y .bunt-scrollbar-rail-y:hover .bunt-scrollbar-thumb{width:12px;opacity:.8}a{color:var(--pretalx-clr-primary);text-decoration:none}body,html{margin:0;--pretalx-clr-primary:#673ab7}.bunt-scrollbar{min-height:0}.pretalx-schedule{display:flex;flex-direction:column;min-height:0;height:100%;font-size:14px}.pretalx-schedule.grid-schedule{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;max-width:var(--schedule-max-width);margin:0 auto}.pretalx-schedule.list-schedule{min-width:0}.pretalx-schedule .settings{margin-left:18px;align-self:flex-start;display:flex;align-items:center;position:-webkit-sticky;position:sticky;left:18px}.pretalx-schedule .settings .fav-toggle{margin-right:8px;display:flex}.pretalx-schedule .settings .fav-toggle.active{border:2px solid #ffa000}.pretalx-schedule .settings .fav-toggle .bunt-button-text{display:flex;align-items:center}.pretalx-schedule .settings .fav-toggle svg{width:20px;height:20px;margin-right:6px}.pretalx-schedule .settings .bunt-select{max-width:300px;padding-right:8px}.pretalx-schedule .settings .timezone-label{cursor:default;color:rgba(0,0,0,.54)}.pretalx-schedule .days{background-color:#fff;overflow-x:auto;position:-webkit-sticky;position:sticky;top:0;left:0;margin-bottom:0;flex:none;min-width:0;height:48px;z-index:30}.pretalx-schedule .days .bunt-tabs-header{background-color:transparent}.pretalx-schedule .days .bunt-tabs-header .bunt-tabs-header-items,.pretalx-schedule .days .bunt-tabs-header .bunt-tabs-header-items .bunt-tab-header-item-icon{color:rgba(0,0,0,.54)}body[modality=keyboard] .pretalx-schedule .days .bunt-tabs-header .bunt-tab-header-item:focus{outline:1px solid var(--pretalx-clr-primary)}.pretalx-schedule .days .bunt-tabs-header .bunt-tab-header-item.active,.pretalx-schedule .days .bunt-tabs-header .bunt-tab-header-item.active .bunt-tab-header-item-icon{color:var(--pretalx-clr-primary)}.pretalx-schedule .days .bunt-tabs-indicator{background-color:var(--pretalx-clr-primary)}.pretalx-schedule .days.grid-tabs{width:var(--schedule-max-width)}.pretalx-schedule .days .bunt-tabs-header,.pretalx-schedule .days .bunt-tabs-header-items{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.pretalx-schedule .days .bunt-tabs-header-items{justify-content:center}.pretalx-schedule .days .bunt-tabs-header-items .bunt-tab-header-item{min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content}.pretalx-schedule .days .bunt-tabs-header-items .bunt-tab-header-item-text{white-space:nowrap}',""]),e.exports=t},"8f37":function(e,t,n){"use strict";var r={};function i(e){var t,n,i=r[e];if(i)return i;for(i=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),i.push(n);for(t=0;t=55296&&c<=57343?"���":String.fromCharCode(c),t+=6):240===(248&i)&&t+91114111?l+="����":(c-=65536,l+=String.fromCharCode(55296+(c>>10),56320+(1023&c))),t+=9):l+="�";return l}))}a.defaultChars=";/?:@&=+$,#",a.componentChars="",e.exports=a},"90e3":function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},"90ea":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,n){var r=100*e+t;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},9112:function(e,t,n){var r=n("83ab"),i=n("9bf2"),a=n("5c6c");e.exports=r?function(e,t,n){return i.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},"922c":function(e,t,n){"use strict";function r(e,t){var n,r,i,a,o,s=[],c=t.length;for(n=0;n0&&(!h.multiline||h.multiline&&"\n"!==e[h.lastIndex-1])&&(p="(?: "+p+")",g=" "+g,m++),n=new RegExp("^(?:"+p+")",f)),u&&(n=new RegExp("^"+p+"$(?!\\s)",f)),c&&(t=h.lastIndex),i=a.call(d?n:h,g),d?i?(i.input=i.input.slice(m),i[0]=i[0].slice(m),i.index=h.lastIndex,h.lastIndex+=i[0].length):h.lastIndex=0:c&&i&&(h.lastIndex=h.global?i.index+i[0].length:t),u&&i&&i.length>1&&o.call(i[0],n,(function(){for(s=1;s=y)return!1;for(g=u,d=e.md.helpers.parseLinkDestination(e.src,u,e.posMax),d.ok&&(b=e.md.normalizeLink(d.str),e.md.validateLink(b)?u=d.pos:b=""),g=u;u=y||41!==e.src.charCodeAt(u))return e.pos=v,!1;u++}else{if("undefined"===typeof e.env.references)return!1;if(u=0?s=e.src.slice(g,u++):u=c+1):u=c+1,s||(s=e.src.slice(l,c)),h=e.env.references[r(s)],!h)return e.pos=v,!1;b=h.href,f=h.title}return t||(o=e.src.slice(l,c),e.md.inline.parse(o,e.md,e.env,m=[]),p=e.push("image","img",0),p.attrs=n=[["src",b],["alt",""]],p.children=m,p.content=o,f&&n.push(["title",f])),e.pos=u,e.posMax=y,!0}},"94ca":function(e,t,n){var r=n("d039"),i=/#|\.prototype\./,a=function(e,t){var n=s[o(e)];return n==l||n!=c&&("function"==typeof t?r(t):!!t)},o=a.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=a.data={},c=a.NATIVE="N",l=a.POLYFILL="P";e.exports=a},9861:function(e,t,n){"use strict";n("e260");var r=n("23e7"),i=n("d066"),a=n("0d3b"),o=n("6eeb"),s=n("e2cc"),c=n("d44e"),l=n("9ed3"),u=n("69f3"),h=n("19aa"),d=n("5135"),f=n("0366"),p=n("f5df"),m=n("825a"),g=n("861d"),b=n("7c73"),v=n("5c6c"),y=n("9a1f"),_=n("35a1"),A=n("b622"),w=i("fetch"),k=i("Headers"),x=A("iterator"),S="URLSearchParams",C=S+"Iterator",M=u.set,E=u.getterFor(S),D=u.getterFor(C),T=/\+/g,O=Array(4),L=function(e){return O[e-1]||(O[e-1]=RegExp("((?:%[\\da-f]{2}){"+e+"})","gi"))},P=function(e){try{return decodeURIComponent(e)}catch(t){return e}},z=function(e){var t=e.replace(T," "),n=4;try{return decodeURIComponent(t)}catch(r){while(n)t=t.replace(L(n--),P);return t}},N=/[!'()~]|%20/g,j={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},F=function(e){return j[e]},R=function(e){return encodeURIComponent(e).replace(N,F)},B=function(e,t){if(t){var n,r,i=t.split("&"),a=0;while(a0?arguments[0]:void 0,u=this,f=[];if(M(u,{type:S,entries:f,updateURL:function(){},updateSearchParams:Y}),void 0!==l)if(g(l))if(e=_(l),"function"===typeof e){t=e.call(l),n=t.next;while(!(r=n.call(t)).done){if(i=y(m(r.value)),a=i.next,(o=a.call(i)).done||(s=a.call(i)).done||!a.call(i).done)throw TypeError("Expected sequence with length 2");f.push({key:o.value+"",value:s.value+""})}}else for(c in l)d(l,c)&&f.push({key:c,value:l[c]+""});else B(f,"string"===typeof l?"?"===l.charAt(0)?l.slice(1):l:l+"")},H=q.prototype;s(H,{append:function(e,t){I(arguments.length,2);var n=E(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){I(arguments.length,1);var t=E(this),n=t.entries,r=e+"",i=0;while(ie.key){i.splice(t,0,e);break}t===n&&i.push(e)}r.updateURL()},forEach:function(e){var t,n=E(this).entries,r=f(e,arguments.length>1?arguments[1]:void 0,3),i=0;while(i1&&(t=arguments[1],g(t)&&(n=t.body,p(n)===S&&(r=t.headers?new k(t.headers):new k,r.has("content-type")||r.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"),t=b(t,{body:v(0,String(n)),headers:v(0,r)}))),i.push(t)),w.apply(this,i)}}),e.exports={URLSearchParams:q,getState:E}},9921:function(e,t,n){"use strict";var r=n("0068").arrayReplaceAt;function i(e){return/^\s]/i.test(e)}function a(e){return/^<\/a\s*>/i.test(e)}e.exports=function(e){var t,n,o,s,c,l,u,h,d,f,p,m,g,b,v,y,_,A=e.tokens;if(e.md.options.linkify)for(n=0,o=A.length;n=0;t--)if(l=s[t],"link_close"!==l.type){if("html_inline"===l.type&&(i(l.content)&&g>0&&g--,a(l.content)&&g++),!(g>0)&&"text"===l.type&&e.md.linkify.test(l.content)){for(d=l.content,_=e.md.linkify.match(d),u=[],m=l.level,p=0,h=0;h<_.length;h++)b=_[h].url,v=e.md.normalizeLink(b),e.md.validateLink(v)&&(y=_[h].text,y=_[h].schema?"mailto:"!==_[h].schema||/^mailto:/i.test(y)?e.md.normalizeLinkText(y):e.md.normalizeLinkText("mailto:"+y).replace(/^mailto:/,""):e.md.normalizeLinkText("http://"+y).replace(/^http:\/\//,""),f=_[h].index,f>p&&(c=new e.Token("text","",0),c.content=d.slice(p,f),c.level=m,u.push(c)),c=new e.Token("link_open","a",1),c.attrs=[["href",v]],c.level=m++,c.markup="linkify",c.info="auto",u.push(c),c=new e.Token("text","",0),c.content=y,c.level=m,u.push(c),c=new e.Token("link_close","a",-1),c.level=--m,c.markup="linkify",c.info="auto",u.push(c),p=_[h].lastIndex);p=4))break;r++,i=r}return e.line=i,a=e.push("code_block","code",0),a.content=e.getLines(t,i,4+e.blkIndent,!0),a.map=[t,e.line],!0}},"9ed3":function(e,t,n){"use strict";var r=n("ae93").IteratorPrototype,i=n("7c73"),a=n("5c6c"),o=n("d44e"),s=n("3f8c"),c=function(){return this};e.exports=function(e,t,n){var l=t+" Iterator";return e.prototype=i(r,{next:a(1,n)}),o(e,l,!1,!0),s[l]=c,e}},"9f26":function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,r=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,i=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],a=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:t,monthsShortStrictRegex:n,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return a}))},"9f7f":function(e,t,n){"use strict";var r=n("d039");function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},a01e:function(e,t,n){var r,i,a;/*! tether 1.4.7 */(function(n,o){i=[],r=o,a="function"===typeof r?r.apply(t,i):r,void 0===a||(e.exports=a)})(0,(function(){"use strict";var e=function(){function e(e,t){for(var n=0;n=0)&&r.push(i)}return r.push(e.ownerDocument.body),e.ownerDocument!==document&&r.push(e.ownerDocument.defaultView),r}var o=function(){var e=0;return function(){return++e}}(),s={},c=function(){var e=r;e&&document.body.contains(e)||(e=document.createElement("div"),e.setAttribute("data-tether-id",o()),p(e.style,{top:0,left:0,position:"absolute"}),document.body.appendChild(e),r=e);var t=e.getAttribute("data-tether-id");return"undefined"===typeof s[t]&&(s[t]=i(e),w((function(){delete s[t]}))),s[t]};function l(){r&&document.body.removeChild(r),r=null}function u(e){var t=void 0;e===document?(t=document,e=document.documentElement):t=e.ownerDocument;var n=t.documentElement,r=i(e),a=c();return r.top-=a.top,r.left-=a.left,"undefined"===typeof r.width&&(r.width=document.body.scrollWidth-r.left-r.right),"undefined"===typeof r.height&&(r.height=document.body.scrollHeight-r.top-r.bottom),r.top=r.top-n.clientTop,r.left=r.left-n.clientLeft,r.right=t.body.clientWidth-r.width-r.left,r.bottom=t.body.clientHeight-r.height-r.top,r}function h(e){return e.offsetParent||document.documentElement}var d=null;function f(){if(d)return d;var e=document.createElement("div");e.style.width="100%",e.style.height="200px";var t=document.createElement("div");p(t.style,{position:"absolute",top:0,left:0,pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),t.appendChild(e),document.body.appendChild(t);var n=e.offsetWidth;t.style.overflow="scroll";var r=e.offsetWidth;n===r&&(r=t.clientWidth),document.body.removeChild(t);var i=n-r;return d={width:i,height:i},d}function p(){var e=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],t=[];return Array.prototype.push.apply(t,arguments),t.slice(1).forEach((function(t){if(t)for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])})),e}function m(e,t){if("undefined"!==typeof e.classList)t.split(" ").forEach((function(t){t.trim()&&e.classList.remove(t)}));else{var n=new RegExp("(^| )"+t.split(" ").join("|")+"( |$)","gi"),r=v(e).replace(n," ");y(e,r)}}function g(e,t){if("undefined"!==typeof e.classList)t.split(" ").forEach((function(t){t.trim()&&e.classList.add(t)}));else{m(e,t);var n=v(e)+" "+t;y(e,n)}}function b(e,t){if("undefined"!==typeof e.classList)return e.classList.contains(t);var n=v(e);return new RegExp("(^| )"+t+"( |$)","gi").test(n)}function v(e){return e.className instanceof e.ownerDocument.defaultView.SVGAnimatedString?e.className.baseVal:e.className}function y(e,t){e.setAttribute("class",t)}function _(e,t,n){n.forEach((function(n){-1===t.indexOf(n)&&b(e,n)&&m(e,n)})),t.forEach((function(t){b(e,t)||g(e,t)}))}var A=[],w=function(e){A.push(e)},k=function(){var e=void 0;while(e=A.pop())e()},x=function(){function n(){t(this,n)}return e(n,[{key:"on",value:function(e,t,n){var r=!(arguments.length<=3||void 0===arguments[3])&&arguments[3];"undefined"===typeof this.bindings&&(this.bindings={}),"undefined"===typeof this.bindings[e]&&(this.bindings[e]=[]),this.bindings[e].push({handler:t,ctx:n,once:r})}},{key:"once",value:function(e,t,n){this.on(e,t,n,!0)}},{key:"off",value:function(e,t){if("undefined"!==typeof this.bindings&&"undefined"!==typeof this.bindings[e])if("undefined"===typeof t)delete this.bindings[e];else{var n=0;while(n1?n-1:0),i=1;i=t&&t>=e-n}var T=function(){if("undefined"===typeof document)return"";for(var e=document.createElement("div"),t=["transform","WebkitTransform","OTransform","MozTransform","msTransform"],n=0;n16)return t=Math.min(t-16,250),void(n=setTimeout(r,250));"undefined"!==typeof e&&P()-e<10||(null!=n&&(clearTimeout(n),n=null),e=P(),L(),t=P()-e)};"undefined"!==typeof window&&"undefined"!==typeof window.addEventListener&&["resize","scroll","touchmove"].forEach((function(e){window.addEventListener(e,r)}))})();var z={center:"center",left:"right",right:"left"},N={middle:"middle",top:"bottom",bottom:"top"},j={top:0,left:0,middle:"50%",center:"50%",bottom:"100%",right:"100%"},F=function(e,t){var n=e.left,r=e.top;return"auto"===n&&(n=z[t.left]),"auto"===r&&(r=N[t.top]),{left:n,top:r}},R=function(e){var t=e.left,n=e.top;return"undefined"!==typeof j[e.left]&&(t=j[e.left]),"undefined"!==typeof j[e.top]&&(n=j[e.top]),{left:t,top:n}};function B(){for(var e={top:0,left:0},t=arguments.length,n=Array(t),r=0;rn.clientWidth||[r.overflow,r.overflowX].indexOf("scroll")>=0||this.target!==document.body,a=0;i&&(a=15);var o=e.height-parseFloat(r.borderTopWidth)-parseFloat(r.borderBottomWidth)-a,s=(t={width:15,height:.975*o*(o/n.scrollHeight),left:e.left+e.width-parseFloat(r.borderLeftWidth)-15},0);o<408&&this.target===document.body&&(s=-11e-5*Math.pow(o,2)-.00727*o+22.58),this.target!==document.body&&(t.height=Math.max(t.height,24));var c=this.target.scrollTop/(n.scrollHeight-o);return t.top=c*(o-t.height-s)+e.top+parseFloat(r.borderTopWidth),this.target===document.body&&(t.height=Math.max(t.height,24)),t}}},{key:"clearCache",value:function(){this._cache={}}},{key:"cache",value:function(e,t){return"undefined"===typeof this._cache&&(this._cache={}),"undefined"===typeof this._cache[e]&&(this._cache[e]=t.call(this)),this._cache[e]}},{key:"enable",value:function(){var e=this,t=arguments.length<=0||void 0===arguments[0]||arguments[0];!1!==this.options.addTargetClasses&&g(this.target,this.getClass("enabled")),g(this.element,this.getClass("enabled")),this.enabled=!0,this.scrollParents.forEach((function(t){t!==e.target.ownerDocument&&t.addEventListener("scroll",e.position)})),t&&this.position()}},{key:"disable",value:function(){var e=this;m(this.target,this.getClass("enabled")),m(this.element,this.getClass("enabled")),this.enabled=!1,"undefined"!==typeof this.scrollParents&&this.scrollParents.forEach((function(t){t.removeEventListener("scroll",e.position)}))}},{key:"destroy",value:function(){var e=this;this.disable(),O.forEach((function(t,n){t===e&&O.splice(n,1)})),0===O.length&&l()}},{key:"updateAttachClasses",value:function(e,t){var n=this;e=e||this.attachment,t=t||this.targetAttachment;var r=["left","top","bottom","right","middle","center"];"undefined"!==typeof this._addAttachClasses&&this._addAttachClasses.length&&this._addAttachClasses.splice(0,this._addAttachClasses.length),"undefined"===typeof this._addAttachClasses&&(this._addAttachClasses=[]);var i=this._addAttachClasses;e.top&&i.push(this.getClass("element-attached")+"-"+e.top),e.left&&i.push(this.getClass("element-attached")+"-"+e.left),t.top&&i.push(this.getClass("target-attached")+"-"+t.top),t.left&&i.push(this.getClass("target-attached")+"-"+t.left);var a=[];r.forEach((function(e){a.push(n.getClass("element-attached")+"-"+e),a.push(n.getClass("target-attached")+"-"+e)})),w((function(){"undefined"!==typeof n._addAttachClasses&&(_(n.element,n._addAttachClasses,a),!1!==n.options.addTargetClasses&&_(n.target,n._addAttachClasses,a),delete n._addAttachClasses)}))}},{key:"position",value:function(){var e=this,t=arguments.length<=0||void 0===arguments[0]||arguments[0];if(this.enabled){this.clearCache();var r=F(this.targetAttachment,this.attachment);this.updateAttachClasses(this.attachment,r);var i=this.cache("element-bounds",(function(){return u(e.element)})),a=i.width,o=i.height;if(0===a&&0===o&&"undefined"!==typeof this.lastSize){var s=this.lastSize;a=s.width,o=s.height}else this.lastSize={width:a,height:o};var c=this.cache("target-bounds",(function(){return e.getTargetBounds()})),l=c,d=Y(R(this.attachment),{width:a,height:o}),p=Y(R(r),l),m=Y(this.offset,{width:a,height:o}),g=Y(this.targetOffset,l);d=B(d,m),p=B(p,g);for(var b=c.left+p.left-d.left,v=c.top+p.top-d.top,y=0;yx.documentElement.clientHeight&&(C=this.cache("scrollbar-size",f),w.viewport.bottom-=C.height),S.innerWidth>x.documentElement.clientWidth&&(C=this.cache("scrollbar-size",f),w.viewport.right-=C.width),-1!==["","static"].indexOf(x.body.style.position)&&-1!==["","static"].indexOf(x.body.parentElement.style.position)||(w.page.bottom=x.body.scrollHeight-v-o,w.page.right=x.body.scrollWidth-b-a),"undefined"!==typeof this.options.optimizations&&!1!==this.options.optimizations.moveElement&&"undefined"===typeof this.targetModifier&&function(){var t=e.cache("target-offsetparent",(function(){return h(e.target)})),n=e.cache("target-offsetparent-bounds",(function(){return u(t)})),r=getComputedStyle(t),i=n,a={};if(["Top","Left","Bottom","Right"].forEach((function(e){a[e.toLowerCase()]=parseFloat(r["border"+e+"Width"])})),n.right=x.body.scrollWidth-n.left-i.width+a.right,n.bottom=x.body.scrollHeight-n.top-i.height+a.bottom,w.page.top>=n.top+a.top&&w.page.bottom>=n.bottom&&w.page.left>=n.left+a.left&&w.page.right>=n.right){var o=t.scrollTop,s=t.scrollLeft;w.offset={top:w.page.top-n.top+o-a.top,left:w.page.left-n.left+s-a.left}}}(),this.move(w),this.history.unshift(w),this.history.length>3&&this.history.pop(),t&&k(),!0}}},{key:"move",value:function(e){var t=this;if("undefined"!==typeof this.element.parentNode){var n={};for(var r in e)for(var i in n[r]={},e[r]){for(var a=!1,o=0;o=0){var p=c.split(" "),v=S(p,2);f=v[0],u=v[1]}else u=f=c;var y=U(t,a);"target"!==f&&"both"!==f||(ny[3]&&"bottom"===g.top&&(n-=h,g.top="top")),"together"===f&&("top"===g.top&&("bottom"===b.top&&ny[3]&&n-(o-h)>=y[1]&&(n-=o-h,g.top="bottom",b.top="bottom")),"bottom"===g.top&&("top"===b.top&&n+o>y[3]?(n-=h,g.top="top",n-=o,b.top="bottom"):"bottom"===b.top&&ny[3]&&"top"===b.top?(n-=o,b.top="bottom"):ny[2]&&"right"===g.left&&(r-=d,g.left="left")),"together"===u&&(ry[2]&&"right"===g.left?"left"===b.left?(r-=d,g.left="left",r-=s,b.left="right"):"right"===b.left&&(r-=d,g.left="left",r+=s,b.left="left"):"center"===g.left&&(r+s>y[2]&&"left"===b.left?(r-=s,b.left="right"):ry[3]&&"top"===b.top&&(n-=o,b.top="bottom")),"element"!==u&&"both"!==u||(ry[2]&&("left"===b.left?(r-=s,b.left="right"):"center"===b.left&&(r-=s/2,b.left="right"))),"string"===typeof l?l=l.split(",").map((function(e){return e.trim()})):!0===l&&(l=["top","left","right","bottom"]),l=l||[];var _=[],A=[];n=0?(n=y[1],_.push("top")):A.push("top")),n+o>y[3]&&(l.indexOf("bottom")>=0?(n=y[3]-o,_.push("bottom")):A.push("bottom")),r=0?(r=y[0],_.push("left")):A.push("left")),r+s>y[2]&&(l.indexOf("right")>=0?(r=y[2]-s,_.push("right")):A.push("right")),_.length&&function(){var e=void 0;e="undefined"!==typeof t.options.pinnedClass?t.options.pinnedClass:t.getClass("pinned"),m.push(e),_.forEach((function(t){m.push(e+"-"+t)}))}(),A.length&&function(){var e=void 0;e="undefined"!==typeof t.options.outOfBoundsClass?t.options.outOfBoundsClass:t.getClass("out-of-bounds"),m.push(e),A.forEach((function(t){m.push(e+"-"+t)}))}(),(_.indexOf("left")>=0||_.indexOf("right")>=0)&&(b.left=g.left=!1),(_.indexOf("top")>=0||_.indexOf("bottom")>=0)&&(b.top=g.top=!1),g.top===i.top&&g.left===i.left&&b.top===t.attachment.top&&b.left===t.attachment.left||(t.updateAttachClasses(b,g),t.trigger("update",{attachment:b,targetAttachment:g}))})),w((function(){!1!==t.options.addTargetClasses&&_(t.target,m,f),_(t.element,m,f)})),{top:n,left:r}}});E=n.Utils;var u=E.getBounds,_=E.updateClasses;w=E.defer;n.modules.push({position:function(e){var t=this,n=e.top,r=e.left,i=this.cache("element-bounds",(function(){return u(t.element)})),a=i.height,o=i.width,s=this.getTargetBounds(),c=n+a,l=r+o,h=[];n<=s.bottom&&c>=s.top&&["left","right"].forEach((function(e){var t=s[e];t!==r&&t!==l||h.push(e)})),r<=s.right&&l>=s.left&&["top","bottom"].forEach((function(e){var t=s[e];t!==n&&t!==c||h.push(e)}));var d=[],f=[],p=["left","top","right","bottom"];return d.push(this.getClass("abutted")),p.forEach((function(e){d.push(t.getClass("abutted")+"-"+e)})),h.length&&f.push(this.getClass("abutted")),h.forEach((function(e){f.push(t.getClass("abutted")+"-"+e)})),w((function(){!1!==t.options.addTargetClasses&&_(t.target,f,d),_(t.element,f,d)})),!0}});S=function(){function e(e,t){var n=[],r=!0,i=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(r=(o=s.next()).done);r=!0)if(n.push(o.value),t&&n.length===t)break}catch(c){i=!0,a=c}finally{try{!r&&s["return"]&&s["return"]()}finally{if(i)throw a}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();return n.modules.push({position:function(e){var t=e.top,n=e.left;if(this.options.shift){var r=this.options.shift;"function"===typeof this.options.shift&&(r=this.options.shift.call(this,{top:t,left:n}));var i=void 0,a=void 0;if("string"===typeof r){r=r.split(" "),r[1]=r[1]||r[0];var o=r,s=S(o,2);i=s[0],a=s[1],i=parseFloat(i,10),a=parseFloat(a,10)}else i=r.top,a=r.left;return t+=i,n+=a,{top:t,left:n}}}}),H}))},a124:function(e,t,n){"use strict";e.exports=function(e){var t,n,r,i=e.tokens;for(n=0,r=i.length;n0?r:n)(e)}},a7bc:function(e,t){e.exports=/[\0-\x1F\x7F-\x9F]/},a915:function(e,t,n){"use strict";var r=n("4883"),i=[["normalize",n("4c26")],["block",n("3408")],["inline",n("a124")],["linkify",n("9921")],["replacements",n("bb4a")],["smartquotes",n("af30")]];function a(){this.ruler=new r;for(var e=0;e=0;x--)if(C[x].level<=p)break;if(C.length=x+1,"text"===o.type){u=o.content,d=0,f=u.length;e:while(d=0)g=u.charCodeAt(h.index-1);else for(x=n-1;x>=0;x--){if("softbreak"===e[x].type||"hardbreak"===e[x].type)break;if(e[x].content){g=e[x].content.charCodeAt(e[x].content.length-1);break}}if(b=32,d=48&&g<=57&&(k=w=!1),w&&k&&(w=v,k=y),w||k){if(k)for(x=C.length-1;x>=0;x--){if(m=C[x],C[x].level=0;t--)"inline"===e.tokens[t].type&&o.test(e.tokens[t].content)&&u(e.tokens[t].children,e)}},b117:function(e,t,n){"use strict";e.exports=function(e){var t={};t.src_Any=n("cbc7").source,t.src_Cc=n("a7bc").source,t.src_Z=n("4fc2").source,t.src_P=n("7ca0").source,t.src_ZPCc=[t.src_Z,t.src_P,t.src_Cc].join("|"),t.src_ZCc=[t.src_Z,t.src_Cc].join("|");var r="[><|]";return t.src_pseudo_letter="(?:(?!"+r+"|"+t.src_ZPCc+")"+t.src_Any+")",t.src_ip4="(?:(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)",t.src_auth="(?:(?:(?!"+t.src_ZCc+"|[@/\\[\\]()]).)+@)?",t.src_port="(?::(?:6(?:[0-4]\\d{3}|5(?:[0-4]\\d{2}|5(?:[0-2]\\d|3[0-5])))|[1-5]?\\d{1,4}))?",t.src_host_terminator="(?=$|"+r+"|"+t.src_ZPCc+")(?!-|_|:\\d|\\.-|\\.(?!$|"+t.src_ZPCc+"))",t.src_path="(?:[/?#](?:(?!"+t.src_ZCc+"|"+r+"|[()[\\]{}.,\"'?!\\-]).|\\[(?:(?!"+t.src_ZCc+"|\\]).)*\\]|\\((?:(?!"+t.src_ZCc+"|[)]).)*\\)|\\{(?:(?!"+t.src_ZCc+'|[}]).)*\\}|\\"(?:(?!'+t.src_ZCc+'|["]).)+\\"|\\\'(?:(?!'+t.src_ZCc+"|[']).)+\\'|\\'(?="+t.src_pseudo_letter+"|[-]).|\\.{2,}[a-zA-Z0-9%/&]|\\.(?!"+t.src_ZCc+"|[.]).|"+(e&&e["---"]?"\\-(?!--(?:[^-]|$))(?:-*)|":"\\-+|")+"\\,(?!"+t.src_ZCc+").|\\!+(?!"+t.src_ZCc+"|[!]).|\\?(?!"+t.src_ZCc+"|[?]).)+|\\/)?",t.src_email_name='[\\-;:&=\\+\\$,\\.a-zA-Z0-9_][\\-;:&=\\+\\$,\\"\\.a-zA-Z0-9_]*',t.src_xn="xn--[a-z0-9\\-]{1,59}",t.src_domain_root="(?:"+t.src_xn+"|"+t.src_pseudo_letter+"{1,63})",t.src_domain="(?:"+t.src_xn+"|(?:"+t.src_pseudo_letter+")|(?:"+t.src_pseudo_letter+"(?:-|"+t.src_pseudo_letter+"){0,61}"+t.src_pseudo_letter+"))",t.src_host="(?:(?:(?:(?:"+t.src_domain+")\\.)*"+t.src_domain+"))",t.tpl_host_fuzzy="(?:"+t.src_ip4+"|(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%)))",t.tpl_host_no_ip_fuzzy="(?:(?:(?:"+t.src_domain+")\\.)+(?:%TLDS%))",t.src_host_strict=t.src_host+t.src_host_terminator,t.tpl_host_fuzzy_strict=t.tpl_host_fuzzy+t.src_host_terminator,t.src_host_port_strict=t.src_host+t.src_port+t.src_host_terminator,t.tpl_host_port_fuzzy_strict=t.tpl_host_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_port_no_ip_fuzzy_strict=t.tpl_host_no_ip_fuzzy+t.src_port+t.src_host_terminator,t.tpl_host_fuzzy_test="localhost|www\\.|\\.\\d{1,3}\\.|(?:\\.(?:%TLDS%)(?:"+t.src_ZPCc+"|>|$))",t.tpl_email_fuzzy="(^|"+r+'|"|\\(|'+t.src_ZCc+")("+t.src_email_name+"@"+t.tpl_host_fuzzy_strict+")",t.tpl_link_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_fuzzy_strict+t.src_path+")",t.tpl_link_no_ip_fuzzy="(^|(?![.:/\\-_@])(?:[$+<=>^`||]|"+t.src_ZPCc+"))((?![$+<=>^`||])"+t.tpl_host_port_no_ip_fuzzy_strict+t.src_path+")",t}},b469:function(e,t,n){(function(e,t){t(n("c1df"))})(0,(function(e){"use strict"; +//! moment.js locale configuration +function t(e,t,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?i[n][0]:i[n][1]}var n=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},b622:function(e,t,n){var r=n("da84"),i=n("5692"),a=n("5135"),o=n("90e3"),s=n("4930"),c=n("fdbf"),l=i("wks"),u=r.Symbol,h=c?u:u&&u.withoutSetter||o;e.exports=function(e){return a(l,e)||(s&&a(u,e)?l[e]=u[e]:l[e]=h("Symbol."+e)),l[e]}},baca:function(e,t,n){"use strict";function r(e){switch(e){case 10:case 33:case 35:case 36:case 37:case 38:case 42:case 43:case 45:case 58:case 60:case 61:case 62:case 64:case 91:case 92:case 93:case 94:case 95:case 96:case 123:case 125:case 126:return!0;default:return!1}}e.exports=function(e,t){var n=e.pos;while(n=0;t--)n=e[t],"text"!==n.type||r||(n.content=n.content.replace(a,s)),"link_open"===n.type&&"auto"===n.info&&r--,"link_close"===n.type&&"auto"===n.info&&r++}function l(e){var t,n,i=0;for(t=e.length-1;t>=0;t--)n=e[t],"text"!==n.type||i||r.test(n.content)&&(n.content=n.content.replace(/\+-/g,"±").replace(/\.{2,}/g,"…").replace(/([?!])…/g,"$1..").replace(/([?!]){4,}/g,"$1$1$1").replace(/,{2,}/g,",").replace(/(^|[^-])---(?=[^-]|$)/gm,"$1—").replace(/(^|\s)--(?=\s|$)/gm,"$1–").replace(/(^|[^-\s])--(?=[^-\s]|$)/gm,"$1–")),"link_open"===n.type&&"auto"===n.info&&i--,"link_close"===n.type&&"auto"===n.info&&i++}e.exports=function(e){var t;if(e.md.options.typographer)for(t=e.tokens.length-1;t>=0;t--)"inline"===e.tokens[t].type&&(i.test(e.tokens[t].content)&&c(e.tokens[t].children),r.test(e.tokens[t].content)&&l(e.tokens[t].children))}},bd68:function(e,t,n){"use strict";e.exports=n("c560")},bf2b:function(e,t,n){"use strict";e.exports=function(e,t,n,r){var i,a,o,s,c,l,u,h=!1,d=e.bMarks[t]+e.tShift[t],f=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(d+3>f)return!1;if(i=e.src.charCodeAt(d),126!==i&&96!==i)return!1;if(c=d,d=e.skipChars(d,i),a=d-c,a<3)return!1;if(u=e.src.slice(c,d),o=e.src.slice(d,f),96===i&&o.indexOf(String.fromCharCode(i))>=0)return!1;if(r)return!0;for(s=t;;){if(s++,s>=n)break;if(d=c=e.bMarks[s]+e.tShift[s],f=e.eMarks[s],d=4)&&(d=e.skipChars(d,i),!(d-c>>0;for(t=0;t0)for(n=0;n=0;return(a?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var R=/(\[[^\[]*\])|(\\)?([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,B=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Y={},I={};function $(e,t,n,r){var i=r;"string"===typeof r&&(i=function(){return this[r]()}),e&&(I[e]=i),t&&(I[t[0]]=function(){return F(i.apply(this,arguments),t[1],t[2])}),n&&(I[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),e)})}function q(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function H(e){var t,n,r=e.match(R);for(t=0,n=r.length;t=0&&B.test(e))e=e.replace(B,r),B.lastIndex=0,n-=1;return e}var G={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"};function V(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(R).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var Z="Invalid date";function K(){return this._invalidDate}var J="%d",X=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var ee={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"};function te(e,t,n,r){var i=this._relativeTime[n];return O(i)?i(e,t,n,r):i.replace(/%d/i,e)}function ne(e,t){var n=this._relativeTime[e>0?"future":"past"];return O(n)?n(t):n.replace(/%s/i,t)}var re={};function ie(e,t){var n=e.toLowerCase();re[n]=re[n+"s"]=re[t]=e}function ae(e){return"string"===typeof e?re[e]||re[e.toLowerCase()]:void 0}function oe(e){var t,n,r={};for(n in e)l(e,n)&&(t=ae(n),t&&(r[t]=e[n]));return r}var se={};function ce(e,t){se[e]=t}function le(e){var t,n=[];for(t in e)l(e,t)&&n.push({unit:t,priority:se[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ue(e){return e%4===0&&e%100!==0||e%400===0}function he(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function de(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=he(t)),n}function fe(e,t){return function(n){return null!=n?(me(this,e,n),a.updateOffset(this,t),this):pe(this,e)}}function pe(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function me(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ue(e.year())&&1===e.month()&&29===e.date()?(n=de(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),tt(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function ge(e){return e=ae(e),O(this[e])?this[e]():this}function be(e,t){if("object"===typeof e){e=oe(e);var n,r=le(e);for(n=0;n68?1900:2e3)};var vt=fe("FullYear",!0);function yt(){return ue(this.year())}function _t(e,t,n,r,i,a,o){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,i,a,o),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,i,a,o),s}function At(e){var t,n;return e<100&&e>=0?(n=Array.prototype.slice.call(arguments),n[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function wt(e,t,n){var r=7+t-n,i=(7+At(e,0,r).getUTCDay()-t)%7;return-i+r-1}function kt(e,t,n,r,i){var a,o,s=(7+n-r)%7,c=wt(e,r,i),l=1+7*(t-1)+s+c;return l<=0?(a=e-1,o=bt(a)+l):l>bt(e)?(a=e+1,o=l-bt(e)):(a=e,o=l),{year:a,dayOfYear:o}}function xt(e,t,n){var r,i,a=wt(e.year(),t,n),o=Math.floor((e.dayOfYear()-a-1)/7)+1;return o<1?(i=e.year()-1,r=o+St(i,t,n)):o>St(e.year(),t,n)?(r=o-St(e.year(),t,n),i=e.year()+1):(i=e.year(),r=o),{week:r,year:i}}function St(e,t,n){var r=wt(e,t,n),i=wt(e+1,t,n);return(bt(e)-r+i)/7}function Ct(e){return xt(e,this._week.dow,this._week.doy).week}$("w",["ww",2],"wo","week"),$("W",["WW",2],"Wo","isoWeek"),ie("week","w"),ie("isoWeek","W"),ce("week",5),ce("isoWeek",5),je("w",xe),je("ww",xe,_e),je("W",xe),je("WW",xe,_e),$e(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=de(e)}));var Mt={dow:0,doy:6};function Et(){return this._week.dow}function Dt(){return this._week.doy}function Tt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Ot(e){var t=xt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Lt(e,t){return"string"!==typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"===typeof e?e:null):parseInt(e,10)}function Pt(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function zt(e,t){return e.slice(t,7).concat(e.slice(0,t))}$("d",0,"do","day"),$("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),$("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),$("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),$("e",0,0,"weekday"),$("E",0,0,"isoWeekday"),ie("day","d"),ie("weekday","e"),ie("isoWeekday","E"),ce("day",11),ce("weekday",11),ce("isoWeekday",11),je("d",xe),je("e",xe),je("E",xe),je("dd",(function(e,t){return t.weekdaysMinRegex(e)})),je("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),je("dddd",(function(e,t){return t.weekdaysRegex(e)})),$e(["dd","ddd","dddd"],(function(e,t,n,r){var i=n._locale.weekdaysParse(e,r,n._strict);null!=i?t.d=i:v(n).invalidWeekday=e})),$e(["d","e","E"],(function(e,t,n,r){t[r]=de(e)}));var Nt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),jt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ft="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Rt=Ne,Bt=Ne,Yt=Ne;function It(e,t){var n=s(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?zt(n,this._week.dow):e?n[e.day()]:n}function $t(e){return!0===e?zt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function qt(e){return!0===e?zt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Ht(e,t,n){var r,i,a,o=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=g([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(a,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(a,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(a,"").toLocaleLowerCase();return n?"dddd"===t?(i=He.call(this._weekdaysParse,o),-1!==i?i:null):"ddd"===t?(i=He.call(this._shortWeekdaysParse,o),-1!==i?i:null):(i=He.call(this._minWeekdaysParse,o),-1!==i?i:null):"dddd"===t?(i=He.call(this._weekdaysParse,o),-1!==i?i:(i=He.call(this._shortWeekdaysParse,o),-1!==i?i:(i=He.call(this._minWeekdaysParse,o),-1!==i?i:null))):"ddd"===t?(i=He.call(this._shortWeekdaysParse,o),-1!==i?i:(i=He.call(this._weekdaysParse,o),-1!==i?i:(i=He.call(this._minWeekdaysParse,o),-1!==i?i:null))):(i=He.call(this._minWeekdaysParse,o),-1!==i?i:(i=He.call(this._weekdaysParse,o),-1!==i?i:(i=He.call(this._shortWeekdaysParse,o),-1!==i?i:null)))}function Wt(e,t,n){var r,i,a;if(this._weekdaysParseExact)return Ht.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=g([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(a="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(a.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function Ut(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Lt(e,this.localeData()),this.add(e-t,"d")):t}function Gt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Vt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Pt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function Zt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Rt),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Kt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Bt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Jt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Yt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Xt(){function e(e,t){return t.length-e.length}var t,n,r,i,a,o=[],s=[],c=[],l=[];for(t=0;t<7;t++)n=g([2e3,1]).day(t),r=Be(this.weekdaysMin(n,"")),i=Be(this.weekdaysShort(n,"")),a=Be(this.weekdays(n,"")),o.push(r),s.push(i),c.push(a),l.push(r),l.push(i),l.push(a);o.sort(e),s.sort(e),c.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Qt(){return this.hours()%12||12}function en(){return this.hours()||24}function tn(e,t){$(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function nn(e,t){return t._meridiemParse}function rn(e){return"p"===(e+"").toLowerCase().charAt(0)}$("H",["HH",2],0,"hour"),$("h",["hh",2],0,Qt),$("k",["kk",2],0,en),$("hmm",0,0,(function(){return""+Qt.apply(this)+F(this.minutes(),2)})),$("hmmss",0,0,(function(){return""+Qt.apply(this)+F(this.minutes(),2)+F(this.seconds(),2)})),$("Hmm",0,0,(function(){return""+this.hours()+F(this.minutes(),2)})),$("Hmmss",0,0,(function(){return""+this.hours()+F(this.minutes(),2)+F(this.seconds(),2)})),tn("a",!0),tn("A",!1),ie("hour","h"),ce("hour",13),je("a",nn),je("A",nn),je("H",xe),je("h",xe),je("k",xe),je("HH",xe,_e),je("hh",xe,_e),je("kk",xe,_e),je("hmm",Se),je("hmmss",Ce),je("Hmm",Se),je("Hmmss",Ce),Ie(["H","HH"],Ve),Ie(["k","kk"],(function(e,t,n){var r=de(e);t[Ve]=24===r?0:r})),Ie(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Ie(["h","hh"],(function(e,t,n){t[Ve]=de(e),v(n).bigHour=!0})),Ie("hmm",(function(e,t,n){var r=e.length-2;t[Ve]=de(e.substr(0,r)),t[Ze]=de(e.substr(r)),v(n).bigHour=!0})),Ie("hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Ve]=de(e.substr(0,r)),t[Ze]=de(e.substr(r,2)),t[Ke]=de(e.substr(i)),v(n).bigHour=!0})),Ie("Hmm",(function(e,t,n){var r=e.length-2;t[Ve]=de(e.substr(0,r)),t[Ze]=de(e.substr(r))})),Ie("Hmmss",(function(e,t,n){var r=e.length-4,i=e.length-2;t[Ve]=de(e.substr(0,r)),t[Ze]=de(e.substr(r,2)),t[Ke]=de(e.substr(i))}));var an=/[ap]\.?m?\.?/i,on=fe("Hours",!0);function sn(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var cn,ln={calendar:N,longDateFormat:G,invalidDate:Z,ordinal:J,dayOfMonthOrdinalParse:X,relativeTime:ee,months:nt,monthsShort:rt,week:Mt,weekdays:Nt,weekdaysMin:Ft,weekdaysShort:jt,meridiemParse:an},un={},hn={};function dn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n0){if(r=mn(i.slice(0,t).join("-")),r)return r;if(n&&n.length>=t&&dn(i,n)>=t-1)break;t--}a++}return cn}function mn(r){var i=null;if(void 0===un[r]&&"undefined"!==typeof e&&e&&e.exports)try{i=cn._abbr,t,n("1334")("./"+r),gn(i)}catch(a){un[r]=null}return un[r]}function gn(e,t){var n;return e&&(n=h(t)?yn(e):bn(e,t),n?cn=n:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),cn._abbr}function bn(e,t){if(null!==t){var n,r=ln;if(t.abbr=e,null!=un[e])T("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=un[e]._config;else if(null!=t.parentLocale)if(null!=un[t.parentLocale])r=un[t.parentLocale]._config;else{if(n=mn(t.parentLocale),null==n)return hn[t.parentLocale]||(hn[t.parentLocale]=[]),hn[t.parentLocale].push({name:e,config:t}),null;r=n._config}return un[e]=new z(P(r,t)),hn[e]&&hn[e].forEach((function(e){bn(e.name,e.config)})),gn(e),un[e]}return delete un[e],null}function vn(e,t){if(null!=t){var n,r,i=ln;null!=un[e]&&null!=un[e].parentLocale?un[e].set(P(un[e]._config,t)):(r=mn(e),null!=r&&(i=r._config),t=P(i,t),null==r&&(t.abbr=e),n=new z(t),n.parentLocale=un[e],un[e]=n),gn(e)}else null!=un[e]&&(null!=un[e].parentLocale?(un[e]=un[e].parentLocale,e===gn()&&gn(e)):null!=un[e]&&delete un[e]);return un[e]}function yn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return cn;if(!s(e)){if(t=mn(e),t)return t;e=[e]}return pn(e)}function _n(){return E(un)}function An(e){var t,n=e._a;return n&&-2===v(e).overflow&&(t=n[Ue]<0||n[Ue]>11?Ue:n[Ge]<1||n[Ge]>tt(n[We],n[Ue])?Ge:n[Ve]<0||n[Ve]>24||24===n[Ve]&&(0!==n[Ze]||0!==n[Ke]||0!==n[Je])?Ve:n[Ze]<0||n[Ze]>59?Ze:n[Ke]<0||n[Ke]>59?Ke:n[Je]<0||n[Je]>999?Je:-1,v(e)._overflowDayOfYear&&(tGe)&&(t=Ge),v(e)._overflowWeeks&&-1===t&&(t=Xe),v(e)._overflowWeekday&&-1===t&&(t=Qe),v(e).overflow=t),e}var wn=/^\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)?)?$/,kn=/^\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)?)?$/,xn=/Z|[+-]\d\d(?::?\d\d)?/,Sn=[["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]],Cn=[["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/]],Mn=/^\/?Date\((-?\d+)/i,En=/^(?:(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}))$/,Dn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Tn(e){var t,n,r,i,a,o,s=e._i,c=wn.exec(s)||kn.exec(s);if(c){for(v(e).iso=!0,t=0,n=Sn.length;tbt(a)||0===e._dayOfYear)&&(v(e)._overflowDayOfYear=!0),n=At(a,0,e._dayOfYear),e._a[Ue]=n.getUTCMonth(),e._a[Ge]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=o[t]=r[t];for(;t<7;t++)e._a[t]=o[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Ve]&&0===e._a[Ze]&&0===e._a[Ke]&&0===e._a[Je]&&(e._nextDay=!0,e._a[Ve]=0),e._d=(e._useUTC?At:_t).apply(null,o),i=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Ve]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==i&&(v(e).weekdayMismatch=!0)}}function In(e){var t,n,r,i,a,o,s,c,l;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(a=1,o=4,n=Rn(t.GG,e._a[We],xt(Kn(),1,4).year),r=Rn(t.W,1),i=Rn(t.E,1),(i<1||i>7)&&(c=!0)):(a=e._locale._week.dow,o=e._locale._week.doy,l=xt(Kn(),a,o),n=Rn(t.gg,e._a[We],l.year),r=Rn(t.w,l.week),null!=t.d?(i=t.d,(i<0||i>6)&&(c=!0)):null!=t.e?(i=t.e+a,(t.e<0||t.e>6)&&(c=!0)):i=a),r<1||r>St(n,a,o)?v(e)._overflowWeeks=!0:null!=c?v(e)._overflowWeekday=!0:(s=kt(n,r,i,a,o),e._a[We]=s.year,e._dayOfYear=s.dayOfYear)}function $n(e){if(e._f!==a.ISO_8601)if(e._f!==a.RFC_2822){e._a=[],v(e).empty=!0;var t,n,r,i,o,s,c=""+e._i,l=c.length,u=0;for(r=U(e._f,e._locale).match(R)||[],t=0;t0&&v(e).unusedInput.push(o),c=c.slice(c.indexOf(n)+n.length),u+=n.length),I[i]?(n?v(e).empty=!1:v(e).unusedTokens.push(i),qe(i,n,e)):e._strict&&!n&&v(e).unusedTokens.push(i);v(e).charsLeftOver=l-u,c.length>0&&v(e).unusedInput.push(c),e._a[Ve]<=12&&!0===v(e).bigHour&&e._a[Ve]>0&&(v(e).bigHour=void 0),v(e).parsedDateParts=e._a.slice(0),v(e).meridiem=e._meridiem,e._a[Ve]=qn(e._locale,e._a[Ve],e._meridiem),s=v(e).era,null!==s&&(e._a[We]=e._locale.erasConvertYear(s,e._a[We])),Yn(e),An(e)}else jn(e);else Tn(e)}function qn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?(r=e.isPM(n),r&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function Hn(e){var t,n,r,i,a,o,s=!1;if(0===e._f.length)return v(e).invalidFormat=!0,void(e._d=new Date(NaN));for(i=0;ithis?this:e:_()}));function Qn(e,t){var n,r;if(1===t.length&&s(t[0])&&(t=t[0]),!t.length)return Kn();for(n=t[0],r=1;rthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function kr(){if(!h(this._isDSTShifted))return this._isDSTShifted;var e,t={};return k(t,this),t=Gn(t),t._a?(e=t._isUTC?g(t._a):Kn(t._a),this._isDSTShifted=this.isValid()&&ur(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function xr(){return!!this.isValid()&&!this._isUTC}function Sr(){return!!this.isValid()&&this._isUTC}function Cr(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}a.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Er=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Dr(e,t){var n,r,i,a=e,o=null;return cr(e)?a={ms:e._milliseconds,d:e._days,M:e._months}:d(e)||!isNaN(+e)?(a={},t?a[t]=+e:a.milliseconds=+e):(o=Mr.exec(e))?(n="-"===o[1]?-1:1,a={y:0,d:de(o[Ge])*n,h:de(o[Ve])*n,m:de(o[Ze])*n,s:de(o[Ke])*n,ms:de(lr(1e3*o[Je]))*n}):(o=Er.exec(e))?(n="-"===o[1]?-1:1,a={y:Tr(o[2],n),M:Tr(o[3],n),w:Tr(o[4],n),d:Tr(o[5],n),h:Tr(o[6],n),m:Tr(o[7],n),s:Tr(o[8],n)}):null==a?a={}:"object"===typeof a&&("from"in a||"to"in a)&&(i=Lr(Kn(a.from),Kn(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new sr(a),cr(e)&&l(e,"_locale")&&(r._locale=e._locale),cr(e)&&l(e,"_isValid")&&(r._isValid=e._isValid),r}function Tr(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Or(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Lr(e,t){var n;return e.isValid()&&t.isValid()?(t=pr(t,e),e.isBefore(t)?n=Or(e,t):(n=Or(t,e),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Pr(e,t){return function(n,r){var i,a;return null===r||isNaN(+r)||(T(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),i=Dr(n,r),zr(this,i,e),this}}function zr(e,t,n,r){var i=t._milliseconds,o=lr(t._days),s=lr(t._months);e.isValid()&&(r=null==r||r,s&&ht(e,pe(e,"Month")+s*n),o&&me(e,"Date",pe(e,"Date")+o*n),i&&e._d.setTime(e._d.valueOf()+i*n),r&&a.updateOffset(e,o||s))}Dr.fn=sr.prototype,Dr.invalid=or;var Nr=Pr(1,"add"),jr=Pr(-1,"subtract");function Fr(e){return"string"===typeof e||e instanceof String}function Rr(e){return S(e)||f(e)||Fr(e)||d(e)||Yr(e)||Br(e)||null===e||void 0===e}function Br(e){var t,n,r=c(e)&&!u(e),i=!1,a=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;tn.valueOf():n.valueOf()9999?W(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):O(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",W(n,"Z")):W(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function ti(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,i="moment",a="";return this.isLocal()||(i=0===this.utcOffset()?"moment.utc":"moment.parseZone",a="Z"),e="["+i+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=a+'[")]',this.format(e+t+n+r)}function ni(e){e||(e=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var t=W(this,e);return this.localeData().postformat(t)}function ri(e,t){return this.isValid()&&(S(e)&&e.isValid()||Kn(e).isValid())?Dr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ii(e){return this.from(Kn(),e)}function ai(e,t){return this.isValid()&&(S(e)&&e.isValid()||Kn(e).isValid())?Dr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function oi(e){return this.to(Kn(),e)}function si(e){var t;return void 0===e?this._locale._abbr:(t=yn(e),null!=t&&(this._locale=t),this)}a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ci=M("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function li(){return this._locale}var ui=1e3,hi=60*ui,di=60*hi,fi=3506328*di;function pi(e,t){return(e%t+t)%t}function mi(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-fi:new Date(e,t,n).valueOf()}function gi(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-fi:Date.UTC(e,t,n)}function bi(e){var t,n;if(e=ae(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=pi(t+(this._isUTC?0:this.utcOffset()*hi),di);break;case"minute":t=this._d.valueOf(),t-=pi(t,hi);break;case"second":t=this._d.valueOf(),t-=pi(t,ui);break}return this._d.setTime(t),a.updateOffset(this,!0),this}function vi(e){var t,n;if(e=ae(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?gi:mi,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=di-pi(t+(this._isUTC?0:this.utcOffset()*hi),di)-1;break;case"minute":t=this._d.valueOf(),t+=hi-pi(t,hi)-1;break;case"second":t=this._d.valueOf(),t+=ui-pi(t,ui)-1;break}return this._d.setTime(t),a.updateOffset(this,!0),this}function yi(){return this._d.valueOf()-6e4*(this._offset||0)}function _i(){return Math.floor(this.valueOf()/1e3)}function Ai(){return new Date(this.valueOf())}function wi(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function ki(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function xi(){return this.isValid()?this.toISOString():null}function Si(){return y(this)}function Ci(){return m({},v(this))}function Mi(){return v(this).overflow}function Ei(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Di(e,t){var n,r,i,o=this._eras||yn("en")._eras;for(n=0,r=o.length;n=0)return c[r]}function Oi(e,t){var n=e.since<=e.until?1:-1;return void 0===t?a(e.since).year():a(e.since).year()+(t-e.offset)*n}function Li(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;ea&&(t=a),Xi.call(this,e,t,n,r,i))}function Xi(e,t,n,r,i){var a=kt(e,t,n,r,i),o=At(a.year,0,a.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}function Qi(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}$("N",0,0,"eraAbbr"),$("NN",0,0,"eraAbbr"),$("NNN",0,0,"eraAbbr"),$("NNNN",0,0,"eraName"),$("NNNNN",0,0,"eraNarrow"),$("y",["y",1],"yo","eraYear"),$("y",["yy",2],0,"eraYear"),$("y",["yyy",3],0,"eraYear"),$("y",["yyyy",4],0,"eraYear"),je("N",Bi),je("NN",Bi),je("NNN",Bi),je("NNNN",Yi),je("NNNNN",Ii),Ie(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var i=n._locale.erasParse(e,r,n._strict);i?v(n).era=i:v(n).invalidEra=e})),je("y",Te),je("yy",Te),je("yyy",Te),je("yyyy",Te),je("yo",$i),Ie(["y","yy","yyy","yyyy"],We),Ie(["yo"],(function(e,t,n,r){var i;n._locale._eraYearOrdinalRegex&&(i=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[We]=n._locale.eraYearOrdinalParse(e,i):t[We]=parseInt(e,10)})),$(0,["gg",2],0,(function(){return this.weekYear()%100})),$(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Hi("gggg","weekYear"),Hi("ggggg","weekYear"),Hi("GGGG","isoWeekYear"),Hi("GGGGG","isoWeekYear"),ie("weekYear","gg"),ie("isoWeekYear","GG"),ce("weekYear",1),ce("isoWeekYear",1),je("G",Oe),je("g",Oe),je("GG",xe,_e),je("gg",xe,_e),je("GGGG",Ee,we),je("gggg",Ee,we),je("GGGGG",De,ke),je("ggggg",De,ke),$e(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=de(e)})),$e(["gg","GG"],(function(e,t,n,r){t[r]=a.parseTwoDigitYear(e)})),$("Q",0,"Qo","quarter"),ie("quarter","Q"),ce("quarter",7),je("Q",ye),Ie("Q",(function(e,t){t[Ue]=3*(de(e)-1)})),$("D",["DD",2],"Do","date"),ie("date","D"),ce("date",9),je("D",xe),je("DD",xe,_e),je("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Ie(["D","DD"],Ge),Ie("Do",(function(e,t){t[Ge]=de(e.match(xe)[0])}));var ea=fe("Date",!0);function ta(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}$("DDD",["DDDD",3],"DDDo","dayOfYear"),ie("dayOfYear","DDD"),ce("dayOfYear",4),je("DDD",Me),je("DDDD",Ae),Ie(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=de(e)})),$("m",["mm",2],0,"minute"),ie("minute","m"),ce("minute",14),je("m",xe),je("mm",xe,_e),Ie(["m","mm"],Ze);var na=fe("Minutes",!1);$("s",["ss",2],0,"second"),ie("second","s"),ce("second",15),je("s",xe),je("ss",xe,_e),Ie(["s","ss"],Ke);var ra,ia,aa=fe("Seconds",!1);for($("S",0,0,(function(){return~~(this.millisecond()/100)})),$(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),$(0,["SSS",3],0,"millisecond"),$(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),$(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),$(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),$(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),$(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),$(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ie("millisecond","ms"),ce("millisecond",16),je("S",Me,ye),je("SS",Me,_e),je("SSS",Me,Ae),ra="SSSS";ra.length<=9;ra+="S")je(ra,Te);function oa(e,t){t[Je]=de(1e3*("0."+e))}for(ra="S";ra.length<=9;ra+="S")Ie(ra,oa);function sa(){return this._isUTC?"UTC":""}function ca(){return this._isUTC?"Coordinated Universal Time":""}ia=fe("Milliseconds",!1),$("z",0,0,"zoneAbbr"),$("zz",0,0,"zoneName");var la=x.prototype;function ua(e){return Kn(1e3*e)}function ha(){return Kn.apply(null,arguments).parseZone()}function da(e){return e}la.add=Nr,la.calendar=qr,la.clone=Hr,la.diff=Jr,la.endOf=vi,la.format=ni,la.from=ri,la.fromNow=ii,la.to=ai,la.toNow=oi,la.get=ge,la.invalidAt=Mi,la.isAfter=Wr,la.isBefore=Ur,la.isBetween=Gr,la.isSame=Vr,la.isSameOrAfter=Zr,la.isSameOrBefore=Kr,la.isValid=Si,la.lang=ci,la.locale=si,la.localeData=li,la.max=Xn,la.min=Jn,la.parsingFlags=Ci,la.set=be,la.startOf=bi,la.subtract=jr,la.toArray=wi,la.toObject=ki,la.toDate=Ai,la.toISOString=ei,la.inspect=ti,"undefined"!==typeof Symbol&&null!=Symbol.for&&(la[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),la.toJSON=xi,la.toString=Qr,la.unix=_i,la.valueOf=yi,la.creationData=Ei,la.eraName=Li,la.eraNarrow=Pi,la.eraAbbr=zi,la.eraYear=Ni,la.year=vt,la.isLeapYear=yt,la.weekYear=Wi,la.isoWeekYear=Ui,la.quarter=la.quarters=Qi,la.month=dt,la.daysInMonth=ft,la.week=la.weeks=Tt,la.isoWeek=la.isoWeeks=Ot,la.weeksInYear=Zi,la.weeksInWeekYear=Ki,la.isoWeeksInYear=Gi,la.isoWeeksInISOWeekYear=Vi,la.date=ea,la.day=la.days=Ut,la.weekday=Gt,la.isoWeekday=Vt,la.dayOfYear=ta,la.hour=la.hours=on,la.minute=la.minutes=na,la.second=la.seconds=aa,la.millisecond=la.milliseconds=ia,la.utcOffset=gr,la.utc=vr,la.local=yr,la.parseZone=_r,la.hasAlignedHourOffset=Ar,la.isDST=wr,la.isLocal=xr,la.isUtcOffset=Sr,la.isUtc=Cr,la.isUTC=Cr,la.zoneAbbr=sa,la.zoneName=ca,la.dates=M("dates accessor is deprecated. Use date instead.",ea),la.months=M("months accessor is deprecated. Use month instead",dt),la.years=M("years accessor is deprecated. Use year instead",vt),la.zone=M("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",br),la.isDSTShifted=M("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",kr);var fa=z.prototype;function pa(e,t,n,r){var i=yn(),a=g().set(r,t);return i[n](a,e)}function ma(e,t,n){if(d(e)&&(t=e,e=void 0),e=e||"",null!=t)return pa(e,t,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=pa(e,r,n,"month");return i}function ga(e,t,n,r){"boolean"===typeof e?(d(t)&&(n=t,t=void 0),t=t||""):(t=e,n=t,e=!1,d(t)&&(n=t,t=void 0),t=t||"");var i,a=yn(),o=e?a._week.dow:0,s=[];if(null!=n)return pa(t,(n+o)%7,r,"day");for(i=0;i<7;i++)s[i]=pa(t,(i+o)%7,r,"day");return s}function ba(e,t){return ma(e,t,"months")}function va(e,t){return ma(e,t,"monthsShort")}function ya(e,t,n){return ga(e,t,n,"weekdays")}function _a(e,t,n){return ga(e,t,n,"weekdaysShort")}function Aa(e,t,n){return ga(e,t,n,"weekdaysMin")}fa.calendar=j,fa.longDateFormat=V,fa.invalidDate=K,fa.ordinal=Q,fa.preparse=da,fa.postformat=da,fa.relativeTime=te,fa.pastFuture=ne,fa.set=L,fa.eras=Di,fa.erasParse=Ti,fa.erasConvertYear=Oi,fa.erasAbbrRegex=Fi,fa.erasNameRegex=ji,fa.erasNarrowRegex=Ri,fa.months=st,fa.monthsShort=ct,fa.monthsParse=ut,fa.monthsRegex=mt,fa.monthsShortRegex=pt,fa.week=Ct,fa.firstDayOfYear=Dt,fa.firstDayOfWeek=Et,fa.weekdays=It,fa.weekdaysMin=qt,fa.weekdaysShort=$t,fa.weekdaysParse=Wt,fa.weekdaysRegex=Zt,fa.weekdaysShortRegex=Kt,fa.weekdaysMinRegex=Jt,fa.isPM=rn,fa.meridiem=sn,gn("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(e){var t=e%10,n=1===de(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+n}}),a.lang=M("moment.lang is deprecated. Use moment.locale instead.",gn),a.langData=M("moment.langData is deprecated. Use moment.localeData instead.",yn);var wa=Math.abs;function ka(){var e=this._data;return this._milliseconds=wa(this._milliseconds),this._days=wa(this._days),this._months=wa(this._months),e.milliseconds=wa(e.milliseconds),e.seconds=wa(e.seconds),e.minutes=wa(e.minutes),e.hours=wa(e.hours),e.months=wa(e.months),e.years=wa(e.years),this}function xa(e,t,n,r){var i=Dr(t,n);return e._milliseconds+=r*i._milliseconds,e._days+=r*i._days,e._months+=r*i._months,e._bubble()}function Sa(e,t){return xa(this,e,t,1)}function Ca(e,t){return xa(this,e,t,-1)}function Ma(e){return e<0?Math.floor(e):Math.ceil(e)}function Ea(){var e,t,n,r,i,a=this._milliseconds,o=this._days,s=this._months,c=this._data;return a>=0&&o>=0&&s>=0||a<=0&&o<=0&&s<=0||(a+=864e5*Ma(Ta(s)+o),o=0,s=0),c.milliseconds=a%1e3,e=he(a/1e3),c.seconds=e%60,t=he(e/60),c.minutes=t%60,n=he(t/60),c.hours=n%24,o+=he(n/24),i=he(Da(o)),s+=i,o-=Ma(Ta(i)),r=he(s/12),s%=12,c.days=o,c.months=s,c.years=r,this}function Da(e){return 4800*e/146097}function Ta(e){return 146097*e/4800}function Oa(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if(e=ae(e),"month"===e||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+Da(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ta(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function La(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*de(this._months/12):NaN}function Pa(e){return function(){return this.as(e)}}var za=Pa("ms"),Na=Pa("s"),ja=Pa("m"),Fa=Pa("h"),Ra=Pa("d"),Ba=Pa("w"),Ya=Pa("M"),Ia=Pa("Q"),$a=Pa("y");function qa(){return Dr(this)}function Ha(e){return e=ae(e),this.isValid()?this[e+"s"]():NaN}function Wa(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ua=Wa("milliseconds"),Ga=Wa("seconds"),Va=Wa("minutes"),Za=Wa("hours"),Ka=Wa("days"),Ja=Wa("months"),Xa=Wa("years");function Qa(){return he(this.days()/7)}var eo=Math.round,to={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function no(e,t,n,r,i){return i.relativeTime(t||1,!!n,e,r)}function ro(e,t,n,r){var i=Dr(e).abs(),a=eo(i.as("s")),o=eo(i.as("m")),s=eo(i.as("h")),c=eo(i.as("d")),l=eo(i.as("M")),u=eo(i.as("w")),h=eo(i.as("y")),d=a<=n.ss&&["s",a]||a0,d[4]=r,no.apply(null,d)}function io(e){return void 0===e?eo:"function"===typeof e&&(eo=e,!0)}function ao(e,t){return void 0!==to[e]&&(void 0===t?to[e]:(to[e]=t,"s"===e&&(to.ss=t-1),!0))}function oo(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,i=!1,a=to;return"object"===typeof e&&(t=e,e=!1),"boolean"===typeof e&&(i=e),"object"===typeof t&&(a=Object.assign({},to,t),null!=t.s&&null==t.ss&&(a.ss=t.s-1)),n=this.localeData(),r=ro(this,!i,a,n),i&&(r=n.pastFuture(+this,r)),n.postformat(r)}var so=Math.abs;function co(e){return(e>0)-(e<0)||+e}function lo(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,i,a,o,s,c=so(this._milliseconds)/1e3,l=so(this._days),u=so(this._months),h=this.asSeconds();return h?(e=he(c/60),t=he(e/60),c%=60,e%=60,n=he(u/12),u%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",i=h<0?"-":"",a=co(this._months)!==co(h)?"-":"",o=co(this._days)!==co(h)?"-":"",s=co(this._milliseconds)!==co(h)?"-":"",i+"P"+(n?a+n+"Y":"")+(u?a+u+"M":"")+(l?o+l+"D":"")+(t||e||c?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(c?s+r+"S":"")):"P0D"}var uo=sr.prototype;return uo.isValid=ar,uo.abs=ka,uo.add=Sa,uo.subtract=Ca,uo.as=Oa,uo.asMilliseconds=za,uo.asSeconds=Na,uo.asMinutes=ja,uo.asHours=Fa,uo.asDays=Ra,uo.asWeeks=Ba,uo.asMonths=Ya,uo.asQuarters=Ia,uo.asYears=$a,uo.valueOf=La,uo._bubble=Ea,uo.clone=qa,uo.get=Ha,uo.milliseconds=Ua,uo.seconds=Ga,uo.minutes=Va,uo.hours=Za,uo.days=Ka,uo.weeks=Qa,uo.months=Ja,uo.years=Xa,uo.humanize=oo,uo.toISOString=lo,uo.toString=lo,uo.toJSON=lo,uo.locale=si,uo.localeData=li,uo.toIsoString=M("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",lo),uo.lang=ci,$("X",0,0,"unix"),$("x",0,0,"valueOf"),je("x",Oe),je("X",ze),Ie("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Ie("x",(function(e,t,n){n._d=new Date(de(e))})), +//! moment.js +a.version="2.27.0",o(Kn),a.fn=la,a.min=er,a.max=tr,a.now=nr,a.utc=g,a.unix=ua,a.months=ba,a.isDate=f,a.locale=gn,a.invalid=_,a.duration=Dr,a.isMoment=S,a.weekdays=ya,a.parseZone=ha,a.localeData=yn,a.isDuration=cr,a.monthsShort=va,a.weekdaysMin=Aa,a.defineLocale=bn,a.updateLocale=vn,a.locales=_n,a.weekdaysShort=_a,a.normalizeUnits=ae,a.relativeTimeRounding=io,a.relativeTimeThreshold=ao,a.calendarFormat=$r,a.prototype=la,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("62e4")(e))},c246:function(e,t,n){var r=n("24fb");t=r(!1),t.push([e.i,".c-linear-schedule-session{display:flex;min-width:300px;min-height:96px;margin:8px;overflow:hidden;color:rgba(0,0,0,.87);position:relative}.c-linear-schedule-session .time-box{width:69px;box-sizing:border-box;background-color:var(--track-color);padding:12px 16px 8px 12px;border-radius:6px 0 0 6px;display:flex;flex-direction:column;align-items:center}.c-linear-schedule-session .time-box .start{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px;display:flex;flex-direction:column;align-items:flex-end}.c-linear-schedule-session .time-box .start.has-ampm{align-self:stretch}.c-linear-schedule-session .time-box .start .ampm{font-weight:400;font-size:13px}.c-linear-schedule-session .time-box .duration{color:hsla(0,0%,100%,.7)}.c-linear-schedule-session .info{flex:auto;display:flex;flex-direction:column;padding:8px;border:1px solid rgba(0,0,0,.12);border-left:none;border-radius:0 6px 6px 0;background-color:#fff;min-width:0}.c-linear-schedule-session .info .title{font-size:16px;font-weight:500;margin-bottom:4px}.c-linear-schedule-session .info .speakers{color:rgba(0,0,0,.54)}.c-linear-schedule-session .info .abstract{margin:8px 0 12px 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-linear-schedule-session .info .bottom-info{flex:auto;display:flex;align-items:flex-end}.c-linear-schedule-session .info .bottom-info .track{color:var(--track-color);margin-right:4px}.c-linear-schedule-session .info .bottom-info .room,.c-linear-schedule-session .info .bottom-info .track{flex:1;white-space:nowrap;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;word-wrap:normal}.c-linear-schedule-session .info .bottom-info .room{text-align:right;color:rgba(0,0,0,.54)}.c-linear-schedule-session .fav-container{display:none;position:absolute;width:16px;height:16px;top:2px;right:4px}.c-linear-schedule-session .fav-container.faved{display:block}.c-linear-schedule-session:hover .info{border:1px solid var(--track-color);border-left:none}.c-linear-schedule-session:hover .info .title{color:var(--pretalx-clr-primary)}.c-linear-schedule-session:hover .fav-container{display:block}",""]),e.exports=t},c2d8:function(e,t,n){"use strict";var r=n("5706").HTML_TAG_RE;function i(e){var t=32|e;return t>=97&&t<=122}e.exports=function(e,t){var n,a,o,s,c=e.pos;return!!e.md.options.html&&(o=e.posMax,!(60!==e.src.charCodeAt(c)||c+2>=o)&&(n=e.src.charCodeAt(c+1),!(33!==n&&63!==n&&47!==n&&!i(n))&&(a=e.src.slice(c).match(r),!!a&&(t||(s=e.push("html_inline","",0),s.content=e.src.slice(c,c+a[0].length)),e.pos+=a[0].length,!0))))}},c430:function(e,t){e.exports=!1},c464:function(e,t,n){"use strict";var r={};function i(e){var t,n,i=r[e];if(i)return i;for(i=r[e]=[],t=0;t<128;t++)n=String.fromCharCode(t),/^[0-9a-z]$/i.test(n)?i.push(n):i.push("%"+("0"+t.toString(16).toUpperCase()).slice(-2));for(t=0;t=55296&&s<=57343){if(s>=55296&&s<=56319&&r+1=56320&&c<=57343)){u+=encodeURIComponent(e[r]+e[r+1]),r++;continue}u+="%EF%BF%BD"}else u+=encodeURIComponent(e[r]);return u}a.defaultChars=";/?:@&=+$,-_.!~*'()#",a.componentChars="-_.!~*'()",e.exports=a},c560:function(e){e.exports=JSON.parse('{"Aacute":"Á","aacute":"á","Abreve":"Ă","abreve":"ă","ac":"∾","acd":"∿","acE":"∾̳","Acirc":"Â","acirc":"â","acute":"´","Acy":"А","acy":"а","AElig":"Æ","aelig":"æ","af":"⁡","Afr":"𝔄","afr":"𝔞","Agrave":"À","agrave":"à","alefsym":"ℵ","aleph":"ℵ","Alpha":"Α","alpha":"α","Amacr":"Ā","amacr":"ā","amalg":"⨿","amp":"&","AMP":"&","andand":"⩕","And":"⩓","and":"∧","andd":"⩜","andslope":"⩘","andv":"⩚","ang":"∠","ange":"⦤","angle":"∠","angmsdaa":"⦨","angmsdab":"⦩","angmsdac":"⦪","angmsdad":"⦫","angmsdae":"⦬","angmsdaf":"⦭","angmsdag":"⦮","angmsdah":"⦯","angmsd":"∡","angrt":"∟","angrtvb":"⊾","angrtvbd":"⦝","angsph":"∢","angst":"Å","angzarr":"⍼","Aogon":"Ą","aogon":"ą","Aopf":"𝔸","aopf":"𝕒","apacir":"⩯","ap":"≈","apE":"⩰","ape":"≊","apid":"≋","apos":"\'","ApplyFunction":"⁡","approx":"≈","approxeq":"≊","Aring":"Å","aring":"å","Ascr":"𝒜","ascr":"𝒶","Assign":"≔","ast":"*","asymp":"≈","asympeq":"≍","Atilde":"Ã","atilde":"ã","Auml":"Ä","auml":"ä","awconint":"∳","awint":"⨑","backcong":"≌","backepsilon":"϶","backprime":"‵","backsim":"∽","backsimeq":"⋍","Backslash":"∖","Barv":"⫧","barvee":"⊽","barwed":"⌅","Barwed":"⌆","barwedge":"⌅","bbrk":"⎵","bbrktbrk":"⎶","bcong":"≌","Bcy":"Б","bcy":"б","bdquo":"„","becaus":"∵","because":"∵","Because":"∵","bemptyv":"⦰","bepsi":"϶","bernou":"ℬ","Bernoullis":"ℬ","Beta":"Β","beta":"β","beth":"ℶ","between":"≬","Bfr":"𝔅","bfr":"𝔟","bigcap":"⋂","bigcirc":"◯","bigcup":"⋃","bigodot":"⨀","bigoplus":"⨁","bigotimes":"⨂","bigsqcup":"⨆","bigstar":"★","bigtriangledown":"▽","bigtriangleup":"△","biguplus":"⨄","bigvee":"⋁","bigwedge":"⋀","bkarow":"⤍","blacklozenge":"⧫","blacksquare":"▪","blacktriangle":"▴","blacktriangledown":"▾","blacktriangleleft":"◂","blacktriangleright":"▸","blank":"␣","blk12":"▒","blk14":"░","blk34":"▓","block":"█","bne":"=⃥","bnequiv":"≡⃥","bNot":"⫭","bnot":"⌐","Bopf":"𝔹","bopf":"𝕓","bot":"⊥","bottom":"⊥","bowtie":"⋈","boxbox":"⧉","boxdl":"┐","boxdL":"╕","boxDl":"╖","boxDL":"╗","boxdr":"┌","boxdR":"╒","boxDr":"╓","boxDR":"╔","boxh":"─","boxH":"═","boxhd":"┬","boxHd":"╤","boxhD":"╥","boxHD":"╦","boxhu":"┴","boxHu":"╧","boxhU":"╨","boxHU":"╩","boxminus":"⊟","boxplus":"⊞","boxtimes":"⊠","boxul":"┘","boxuL":"╛","boxUl":"╜","boxUL":"╝","boxur":"└","boxuR":"╘","boxUr":"╙","boxUR":"╚","boxv":"│","boxV":"║","boxvh":"┼","boxvH":"╪","boxVh":"╫","boxVH":"╬","boxvl":"┤","boxvL":"╡","boxVl":"╢","boxVL":"╣","boxvr":"├","boxvR":"╞","boxVr":"╟","boxVR":"╠","bprime":"‵","breve":"˘","Breve":"˘","brvbar":"¦","bscr":"𝒷","Bscr":"ℬ","bsemi":"⁏","bsim":"∽","bsime":"⋍","bsolb":"⧅","bsol":"\\\\","bsolhsub":"⟈","bull":"•","bullet":"•","bump":"≎","bumpE":"⪮","bumpe":"≏","Bumpeq":"≎","bumpeq":"≏","Cacute":"Ć","cacute":"ć","capand":"⩄","capbrcup":"⩉","capcap":"⩋","cap":"∩","Cap":"⋒","capcup":"⩇","capdot":"⩀","CapitalDifferentialD":"ⅅ","caps":"∩︀","caret":"⁁","caron":"ˇ","Cayleys":"ℭ","ccaps":"⩍","Ccaron":"Č","ccaron":"č","Ccedil":"Ç","ccedil":"ç","Ccirc":"Ĉ","ccirc":"ĉ","Cconint":"∰","ccups":"⩌","ccupssm":"⩐","Cdot":"Ċ","cdot":"ċ","cedil":"¸","Cedilla":"¸","cemptyv":"⦲","cent":"¢","centerdot":"·","CenterDot":"·","cfr":"𝔠","Cfr":"ℭ","CHcy":"Ч","chcy":"ч","check":"✓","checkmark":"✓","Chi":"Χ","chi":"χ","circ":"ˆ","circeq":"≗","circlearrowleft":"↺","circlearrowright":"↻","circledast":"⊛","circledcirc":"⊚","circleddash":"⊝","CircleDot":"⊙","circledR":"®","circledS":"Ⓢ","CircleMinus":"⊖","CirclePlus":"⊕","CircleTimes":"⊗","cir":"○","cirE":"⧃","cire":"≗","cirfnint":"⨐","cirmid":"⫯","cirscir":"⧂","ClockwiseContourIntegral":"∲","CloseCurlyDoubleQuote":"”","CloseCurlyQuote":"’","clubs":"♣","clubsuit":"♣","colon":":","Colon":"∷","Colone":"⩴","colone":"≔","coloneq":"≔","comma":",","commat":"@","comp":"∁","compfn":"∘","complement":"∁","complexes":"ℂ","cong":"≅","congdot":"⩭","Congruent":"≡","conint":"∮","Conint":"∯","ContourIntegral":"∮","copf":"𝕔","Copf":"ℂ","coprod":"∐","Coproduct":"∐","copy":"©","COPY":"©","copysr":"℗","CounterClockwiseContourIntegral":"∳","crarr":"↵","cross":"✗","Cross":"⨯","Cscr":"𝒞","cscr":"𝒸","csub":"⫏","csube":"⫑","csup":"⫐","csupe":"⫒","ctdot":"⋯","cudarrl":"⤸","cudarrr":"⤵","cuepr":"⋞","cuesc":"⋟","cularr":"↶","cularrp":"⤽","cupbrcap":"⩈","cupcap":"⩆","CupCap":"≍","cup":"∪","Cup":"⋓","cupcup":"⩊","cupdot":"⊍","cupor":"⩅","cups":"∪︀","curarr":"↷","curarrm":"⤼","curlyeqprec":"⋞","curlyeqsucc":"⋟","curlyvee":"⋎","curlywedge":"⋏","curren":"¤","curvearrowleft":"↶","curvearrowright":"↷","cuvee":"⋎","cuwed":"⋏","cwconint":"∲","cwint":"∱","cylcty":"⌭","dagger":"†","Dagger":"‡","daleth":"ℸ","darr":"↓","Darr":"↡","dArr":"⇓","dash":"‐","Dashv":"⫤","dashv":"⊣","dbkarow":"⤏","dblac":"˝","Dcaron":"Ď","dcaron":"ď","Dcy":"Д","dcy":"д","ddagger":"‡","ddarr":"⇊","DD":"ⅅ","dd":"ⅆ","DDotrahd":"⤑","ddotseq":"⩷","deg":"°","Del":"∇","Delta":"Δ","delta":"δ","demptyv":"⦱","dfisht":"⥿","Dfr":"𝔇","dfr":"𝔡","dHar":"⥥","dharl":"⇃","dharr":"⇂","DiacriticalAcute":"´","DiacriticalDot":"˙","DiacriticalDoubleAcute":"˝","DiacriticalGrave":"`","DiacriticalTilde":"˜","diam":"⋄","diamond":"⋄","Diamond":"⋄","diamondsuit":"♦","diams":"♦","die":"¨","DifferentialD":"ⅆ","digamma":"ϝ","disin":"⋲","div":"÷","divide":"÷","divideontimes":"⋇","divonx":"⋇","DJcy":"Ђ","djcy":"ђ","dlcorn":"⌞","dlcrop":"⌍","dollar":"$","Dopf":"𝔻","dopf":"𝕕","Dot":"¨","dot":"˙","DotDot":"⃜","doteq":"≐","doteqdot":"≑","DotEqual":"≐","dotminus":"∸","dotplus":"∔","dotsquare":"⊡","doublebarwedge":"⌆","DoubleContourIntegral":"∯","DoubleDot":"¨","DoubleDownArrow":"⇓","DoubleLeftArrow":"⇐","DoubleLeftRightArrow":"⇔","DoubleLeftTee":"⫤","DoubleLongLeftArrow":"⟸","DoubleLongLeftRightArrow":"⟺","DoubleLongRightArrow":"⟹","DoubleRightArrow":"⇒","DoubleRightTee":"⊨","DoubleUpArrow":"⇑","DoubleUpDownArrow":"⇕","DoubleVerticalBar":"∥","DownArrowBar":"⤓","downarrow":"↓","DownArrow":"↓","Downarrow":"⇓","DownArrowUpArrow":"⇵","DownBreve":"̑","downdownarrows":"⇊","downharpoonleft":"⇃","downharpoonright":"⇂","DownLeftRightVector":"⥐","DownLeftTeeVector":"⥞","DownLeftVectorBar":"⥖","DownLeftVector":"↽","DownRightTeeVector":"⥟","DownRightVectorBar":"⥗","DownRightVector":"⇁","DownTeeArrow":"↧","DownTee":"⊤","drbkarow":"⤐","drcorn":"⌟","drcrop":"⌌","Dscr":"𝒟","dscr":"𝒹","DScy":"Ѕ","dscy":"ѕ","dsol":"⧶","Dstrok":"Đ","dstrok":"đ","dtdot":"⋱","dtri":"▿","dtrif":"▾","duarr":"⇵","duhar":"⥯","dwangle":"⦦","DZcy":"Џ","dzcy":"џ","dzigrarr":"⟿","Eacute":"É","eacute":"é","easter":"⩮","Ecaron":"Ě","ecaron":"ě","Ecirc":"Ê","ecirc":"ê","ecir":"≖","ecolon":"≕","Ecy":"Э","ecy":"э","eDDot":"⩷","Edot":"Ė","edot":"ė","eDot":"≑","ee":"ⅇ","efDot":"≒","Efr":"𝔈","efr":"𝔢","eg":"⪚","Egrave":"È","egrave":"è","egs":"⪖","egsdot":"⪘","el":"⪙","Element":"∈","elinters":"⏧","ell":"ℓ","els":"⪕","elsdot":"⪗","Emacr":"Ē","emacr":"ē","empty":"∅","emptyset":"∅","EmptySmallSquare":"◻","emptyv":"∅","EmptyVerySmallSquare":"▫","emsp13":" ","emsp14":" ","emsp":" ","ENG":"Ŋ","eng":"ŋ","ensp":" ","Eogon":"Ę","eogon":"ę","Eopf":"𝔼","eopf":"𝕖","epar":"⋕","eparsl":"⧣","eplus":"⩱","epsi":"ε","Epsilon":"Ε","epsilon":"ε","epsiv":"ϵ","eqcirc":"≖","eqcolon":"≕","eqsim":"≂","eqslantgtr":"⪖","eqslantless":"⪕","Equal":"⩵","equals":"=","EqualTilde":"≂","equest":"≟","Equilibrium":"⇌","equiv":"≡","equivDD":"⩸","eqvparsl":"⧥","erarr":"⥱","erDot":"≓","escr":"ℯ","Escr":"ℰ","esdot":"≐","Esim":"⩳","esim":"≂","Eta":"Η","eta":"η","ETH":"Ð","eth":"ð","Euml":"Ë","euml":"ë","euro":"€","excl":"!","exist":"∃","Exists":"∃","expectation":"ℰ","exponentiale":"ⅇ","ExponentialE":"ⅇ","fallingdotseq":"≒","Fcy":"Ф","fcy":"ф","female":"♀","ffilig":"ffi","fflig":"ff","ffllig":"ffl","Ffr":"𝔉","ffr":"𝔣","filig":"fi","FilledSmallSquare":"◼","FilledVerySmallSquare":"▪","fjlig":"fj","flat":"♭","fllig":"fl","fltns":"▱","fnof":"ƒ","Fopf":"𝔽","fopf":"𝕗","forall":"∀","ForAll":"∀","fork":"⋔","forkv":"⫙","Fouriertrf":"ℱ","fpartint":"⨍","frac12":"½","frac13":"⅓","frac14":"¼","frac15":"⅕","frac16":"⅙","frac18":"⅛","frac23":"⅔","frac25":"⅖","frac34":"¾","frac35":"⅗","frac38":"⅜","frac45":"⅘","frac56":"⅚","frac58":"⅝","frac78":"⅞","frasl":"⁄","frown":"⌢","fscr":"𝒻","Fscr":"ℱ","gacute":"ǵ","Gamma":"Γ","gamma":"γ","Gammad":"Ϝ","gammad":"ϝ","gap":"⪆","Gbreve":"Ğ","gbreve":"ğ","Gcedil":"Ģ","Gcirc":"Ĝ","gcirc":"ĝ","Gcy":"Г","gcy":"г","Gdot":"Ġ","gdot":"ġ","ge":"≥","gE":"≧","gEl":"⪌","gel":"⋛","geq":"≥","geqq":"≧","geqslant":"⩾","gescc":"⪩","ges":"⩾","gesdot":"⪀","gesdoto":"⪂","gesdotol":"⪄","gesl":"⋛︀","gesles":"⪔","Gfr":"𝔊","gfr":"𝔤","gg":"≫","Gg":"⋙","ggg":"⋙","gimel":"ℷ","GJcy":"Ѓ","gjcy":"ѓ","gla":"⪥","gl":"≷","glE":"⪒","glj":"⪤","gnap":"⪊","gnapprox":"⪊","gne":"⪈","gnE":"≩","gneq":"⪈","gneqq":"≩","gnsim":"⋧","Gopf":"𝔾","gopf":"𝕘","grave":"`","GreaterEqual":"≥","GreaterEqualLess":"⋛","GreaterFullEqual":"≧","GreaterGreater":"⪢","GreaterLess":"≷","GreaterSlantEqual":"⩾","GreaterTilde":"≳","Gscr":"𝒢","gscr":"ℊ","gsim":"≳","gsime":"⪎","gsiml":"⪐","gtcc":"⪧","gtcir":"⩺","gt":">","GT":">","Gt":"≫","gtdot":"⋗","gtlPar":"⦕","gtquest":"⩼","gtrapprox":"⪆","gtrarr":"⥸","gtrdot":"⋗","gtreqless":"⋛","gtreqqless":"⪌","gtrless":"≷","gtrsim":"≳","gvertneqq":"≩︀","gvnE":"≩︀","Hacek":"ˇ","hairsp":" ","half":"½","hamilt":"ℋ","HARDcy":"Ъ","hardcy":"ъ","harrcir":"⥈","harr":"↔","hArr":"⇔","harrw":"↭","Hat":"^","hbar":"ℏ","Hcirc":"Ĥ","hcirc":"ĥ","hearts":"♥","heartsuit":"♥","hellip":"…","hercon":"⊹","hfr":"𝔥","Hfr":"ℌ","HilbertSpace":"ℋ","hksearow":"⤥","hkswarow":"⤦","hoarr":"⇿","homtht":"∻","hookleftarrow":"↩","hookrightarrow":"↪","hopf":"𝕙","Hopf":"ℍ","horbar":"―","HorizontalLine":"─","hscr":"𝒽","Hscr":"ℋ","hslash":"ℏ","Hstrok":"Ħ","hstrok":"ħ","HumpDownHump":"≎","HumpEqual":"≏","hybull":"⁃","hyphen":"‐","Iacute":"Í","iacute":"í","ic":"⁣","Icirc":"Î","icirc":"î","Icy":"И","icy":"и","Idot":"İ","IEcy":"Е","iecy":"е","iexcl":"¡","iff":"⇔","ifr":"𝔦","Ifr":"ℑ","Igrave":"Ì","igrave":"ì","ii":"ⅈ","iiiint":"⨌","iiint":"∭","iinfin":"⧜","iiota":"℩","IJlig":"IJ","ijlig":"ij","Imacr":"Ī","imacr":"ī","image":"ℑ","ImaginaryI":"ⅈ","imagline":"ℐ","imagpart":"ℑ","imath":"ı","Im":"ℑ","imof":"⊷","imped":"Ƶ","Implies":"⇒","incare":"℅","in":"∈","infin":"∞","infintie":"⧝","inodot":"ı","intcal":"⊺","int":"∫","Int":"∬","integers":"ℤ","Integral":"∫","intercal":"⊺","Intersection":"⋂","intlarhk":"⨗","intprod":"⨼","InvisibleComma":"⁣","InvisibleTimes":"⁢","IOcy":"Ё","iocy":"ё","Iogon":"Į","iogon":"į","Iopf":"𝕀","iopf":"𝕚","Iota":"Ι","iota":"ι","iprod":"⨼","iquest":"¿","iscr":"𝒾","Iscr":"ℐ","isin":"∈","isindot":"⋵","isinE":"⋹","isins":"⋴","isinsv":"⋳","isinv":"∈","it":"⁢","Itilde":"Ĩ","itilde":"ĩ","Iukcy":"І","iukcy":"і","Iuml":"Ï","iuml":"ï","Jcirc":"Ĵ","jcirc":"ĵ","Jcy":"Й","jcy":"й","Jfr":"𝔍","jfr":"𝔧","jmath":"ȷ","Jopf":"𝕁","jopf":"𝕛","Jscr":"𝒥","jscr":"𝒿","Jsercy":"Ј","jsercy":"ј","Jukcy":"Є","jukcy":"є","Kappa":"Κ","kappa":"κ","kappav":"ϰ","Kcedil":"Ķ","kcedil":"ķ","Kcy":"К","kcy":"к","Kfr":"𝔎","kfr":"𝔨","kgreen":"ĸ","KHcy":"Х","khcy":"х","KJcy":"Ќ","kjcy":"ќ","Kopf":"𝕂","kopf":"𝕜","Kscr":"𝒦","kscr":"𝓀","lAarr":"⇚","Lacute":"Ĺ","lacute":"ĺ","laemptyv":"⦴","lagran":"ℒ","Lambda":"Λ","lambda":"λ","lang":"⟨","Lang":"⟪","langd":"⦑","langle":"⟨","lap":"⪅","Laplacetrf":"ℒ","laquo":"«","larrb":"⇤","larrbfs":"⤟","larr":"←","Larr":"↞","lArr":"⇐","larrfs":"⤝","larrhk":"↩","larrlp":"↫","larrpl":"⤹","larrsim":"⥳","larrtl":"↢","latail":"⤙","lAtail":"⤛","lat":"⪫","late":"⪭","lates":"⪭︀","lbarr":"⤌","lBarr":"⤎","lbbrk":"❲","lbrace":"{","lbrack":"[","lbrke":"⦋","lbrksld":"⦏","lbrkslu":"⦍","Lcaron":"Ľ","lcaron":"ľ","Lcedil":"Ļ","lcedil":"ļ","lceil":"⌈","lcub":"{","Lcy":"Л","lcy":"л","ldca":"⤶","ldquo":"“","ldquor":"„","ldrdhar":"⥧","ldrushar":"⥋","ldsh":"↲","le":"≤","lE":"≦","LeftAngleBracket":"⟨","LeftArrowBar":"⇤","leftarrow":"←","LeftArrow":"←","Leftarrow":"⇐","LeftArrowRightArrow":"⇆","leftarrowtail":"↢","LeftCeiling":"⌈","LeftDoubleBracket":"⟦","LeftDownTeeVector":"⥡","LeftDownVectorBar":"⥙","LeftDownVector":"⇃","LeftFloor":"⌊","leftharpoondown":"↽","leftharpoonup":"↼","leftleftarrows":"⇇","leftrightarrow":"↔","LeftRightArrow":"↔","Leftrightarrow":"⇔","leftrightarrows":"⇆","leftrightharpoons":"⇋","leftrightsquigarrow":"↭","LeftRightVector":"⥎","LeftTeeArrow":"↤","LeftTee":"⊣","LeftTeeVector":"⥚","leftthreetimes":"⋋","LeftTriangleBar":"⧏","LeftTriangle":"⊲","LeftTriangleEqual":"⊴","LeftUpDownVector":"⥑","LeftUpTeeVector":"⥠","LeftUpVectorBar":"⥘","LeftUpVector":"↿","LeftVectorBar":"⥒","LeftVector":"↼","lEg":"⪋","leg":"⋚","leq":"≤","leqq":"≦","leqslant":"⩽","lescc":"⪨","les":"⩽","lesdot":"⩿","lesdoto":"⪁","lesdotor":"⪃","lesg":"⋚︀","lesges":"⪓","lessapprox":"⪅","lessdot":"⋖","lesseqgtr":"⋚","lesseqqgtr":"⪋","LessEqualGreater":"⋚","LessFullEqual":"≦","LessGreater":"≶","lessgtr":"≶","LessLess":"⪡","lesssim":"≲","LessSlantEqual":"⩽","LessTilde":"≲","lfisht":"⥼","lfloor":"⌊","Lfr":"𝔏","lfr":"𝔩","lg":"≶","lgE":"⪑","lHar":"⥢","lhard":"↽","lharu":"↼","lharul":"⥪","lhblk":"▄","LJcy":"Љ","ljcy":"љ","llarr":"⇇","ll":"≪","Ll":"⋘","llcorner":"⌞","Lleftarrow":"⇚","llhard":"⥫","lltri":"◺","Lmidot":"Ŀ","lmidot":"ŀ","lmoustache":"⎰","lmoust":"⎰","lnap":"⪉","lnapprox":"⪉","lne":"⪇","lnE":"≨","lneq":"⪇","lneqq":"≨","lnsim":"⋦","loang":"⟬","loarr":"⇽","lobrk":"⟦","longleftarrow":"⟵","LongLeftArrow":"⟵","Longleftarrow":"⟸","longleftrightarrow":"⟷","LongLeftRightArrow":"⟷","Longleftrightarrow":"⟺","longmapsto":"⟼","longrightarrow":"⟶","LongRightArrow":"⟶","Longrightarrow":"⟹","looparrowleft":"↫","looparrowright":"↬","lopar":"⦅","Lopf":"𝕃","lopf":"𝕝","loplus":"⨭","lotimes":"⨴","lowast":"∗","lowbar":"_","LowerLeftArrow":"↙","LowerRightArrow":"↘","loz":"◊","lozenge":"◊","lozf":"⧫","lpar":"(","lparlt":"⦓","lrarr":"⇆","lrcorner":"⌟","lrhar":"⇋","lrhard":"⥭","lrm":"‎","lrtri":"⊿","lsaquo":"‹","lscr":"𝓁","Lscr":"ℒ","lsh":"↰","Lsh":"↰","lsim":"≲","lsime":"⪍","lsimg":"⪏","lsqb":"[","lsquo":"‘","lsquor":"‚","Lstrok":"Ł","lstrok":"ł","ltcc":"⪦","ltcir":"⩹","lt":"<","LT":"<","Lt":"≪","ltdot":"⋖","lthree":"⋋","ltimes":"⋉","ltlarr":"⥶","ltquest":"⩻","ltri":"◃","ltrie":"⊴","ltrif":"◂","ltrPar":"⦖","lurdshar":"⥊","luruhar":"⥦","lvertneqq":"≨︀","lvnE":"≨︀","macr":"¯","male":"♂","malt":"✠","maltese":"✠","Map":"⤅","map":"↦","mapsto":"↦","mapstodown":"↧","mapstoleft":"↤","mapstoup":"↥","marker":"▮","mcomma":"⨩","Mcy":"М","mcy":"м","mdash":"—","mDDot":"∺","measuredangle":"∡","MediumSpace":" ","Mellintrf":"ℳ","Mfr":"𝔐","mfr":"𝔪","mho":"℧","micro":"µ","midast":"*","midcir":"⫰","mid":"∣","middot":"·","minusb":"⊟","minus":"−","minusd":"∸","minusdu":"⨪","MinusPlus":"∓","mlcp":"⫛","mldr":"…","mnplus":"∓","models":"⊧","Mopf":"𝕄","mopf":"𝕞","mp":"∓","mscr":"𝓂","Mscr":"ℳ","mstpos":"∾","Mu":"Μ","mu":"μ","multimap":"⊸","mumap":"⊸","nabla":"∇","Nacute":"Ń","nacute":"ń","nang":"∠⃒","nap":"≉","napE":"⩰̸","napid":"≋̸","napos":"ʼn","napprox":"≉","natural":"♮","naturals":"ℕ","natur":"♮","nbsp":" ","nbump":"≎̸","nbumpe":"≏̸","ncap":"⩃","Ncaron":"Ň","ncaron":"ň","Ncedil":"Ņ","ncedil":"ņ","ncong":"≇","ncongdot":"⩭̸","ncup":"⩂","Ncy":"Н","ncy":"н","ndash":"–","nearhk":"⤤","nearr":"↗","neArr":"⇗","nearrow":"↗","ne":"≠","nedot":"≐̸","NegativeMediumSpace":"​","NegativeThickSpace":"​","NegativeThinSpace":"​","NegativeVeryThinSpace":"​","nequiv":"≢","nesear":"⤨","nesim":"≂̸","NestedGreaterGreater":"≫","NestedLessLess":"≪","NewLine":"\\n","nexist":"∄","nexists":"∄","Nfr":"𝔑","nfr":"𝔫","ngE":"≧̸","nge":"≱","ngeq":"≱","ngeqq":"≧̸","ngeqslant":"⩾̸","nges":"⩾̸","nGg":"⋙̸","ngsim":"≵","nGt":"≫⃒","ngt":"≯","ngtr":"≯","nGtv":"≫̸","nharr":"↮","nhArr":"⇎","nhpar":"⫲","ni":"∋","nis":"⋼","nisd":"⋺","niv":"∋","NJcy":"Њ","njcy":"њ","nlarr":"↚","nlArr":"⇍","nldr":"‥","nlE":"≦̸","nle":"≰","nleftarrow":"↚","nLeftarrow":"⇍","nleftrightarrow":"↮","nLeftrightarrow":"⇎","nleq":"≰","nleqq":"≦̸","nleqslant":"⩽̸","nles":"⩽̸","nless":"≮","nLl":"⋘̸","nlsim":"≴","nLt":"≪⃒","nlt":"≮","nltri":"⋪","nltrie":"⋬","nLtv":"≪̸","nmid":"∤","NoBreak":"⁠","NonBreakingSpace":" ","nopf":"𝕟","Nopf":"ℕ","Not":"⫬","not":"¬","NotCongruent":"≢","NotCupCap":"≭","NotDoubleVerticalBar":"∦","NotElement":"∉","NotEqual":"≠","NotEqualTilde":"≂̸","NotExists":"∄","NotGreater":"≯","NotGreaterEqual":"≱","NotGreaterFullEqual":"≧̸","NotGreaterGreater":"≫̸","NotGreaterLess":"≹","NotGreaterSlantEqual":"⩾̸","NotGreaterTilde":"≵","NotHumpDownHump":"≎̸","NotHumpEqual":"≏̸","notin":"∉","notindot":"⋵̸","notinE":"⋹̸","notinva":"∉","notinvb":"⋷","notinvc":"⋶","NotLeftTriangleBar":"⧏̸","NotLeftTriangle":"⋪","NotLeftTriangleEqual":"⋬","NotLess":"≮","NotLessEqual":"≰","NotLessGreater":"≸","NotLessLess":"≪̸","NotLessSlantEqual":"⩽̸","NotLessTilde":"≴","NotNestedGreaterGreater":"⪢̸","NotNestedLessLess":"⪡̸","notni":"∌","notniva":"∌","notnivb":"⋾","notnivc":"⋽","NotPrecedes":"⊀","NotPrecedesEqual":"⪯̸","NotPrecedesSlantEqual":"⋠","NotReverseElement":"∌","NotRightTriangleBar":"⧐̸","NotRightTriangle":"⋫","NotRightTriangleEqual":"⋭","NotSquareSubset":"⊏̸","NotSquareSubsetEqual":"⋢","NotSquareSuperset":"⊐̸","NotSquareSupersetEqual":"⋣","NotSubset":"⊂⃒","NotSubsetEqual":"⊈","NotSucceeds":"⊁","NotSucceedsEqual":"⪰̸","NotSucceedsSlantEqual":"⋡","NotSucceedsTilde":"≿̸","NotSuperset":"⊃⃒","NotSupersetEqual":"⊉","NotTilde":"≁","NotTildeEqual":"≄","NotTildeFullEqual":"≇","NotTildeTilde":"≉","NotVerticalBar":"∤","nparallel":"∦","npar":"∦","nparsl":"⫽⃥","npart":"∂̸","npolint":"⨔","npr":"⊀","nprcue":"⋠","nprec":"⊀","npreceq":"⪯̸","npre":"⪯̸","nrarrc":"⤳̸","nrarr":"↛","nrArr":"⇏","nrarrw":"↝̸","nrightarrow":"↛","nRightarrow":"⇏","nrtri":"⋫","nrtrie":"⋭","nsc":"⊁","nsccue":"⋡","nsce":"⪰̸","Nscr":"𝒩","nscr":"𝓃","nshortmid":"∤","nshortparallel":"∦","nsim":"≁","nsime":"≄","nsimeq":"≄","nsmid":"∤","nspar":"∦","nsqsube":"⋢","nsqsupe":"⋣","nsub":"⊄","nsubE":"⫅̸","nsube":"⊈","nsubset":"⊂⃒","nsubseteq":"⊈","nsubseteqq":"⫅̸","nsucc":"⊁","nsucceq":"⪰̸","nsup":"⊅","nsupE":"⫆̸","nsupe":"⊉","nsupset":"⊃⃒","nsupseteq":"⊉","nsupseteqq":"⫆̸","ntgl":"≹","Ntilde":"Ñ","ntilde":"ñ","ntlg":"≸","ntriangleleft":"⋪","ntrianglelefteq":"⋬","ntriangleright":"⋫","ntrianglerighteq":"⋭","Nu":"Ν","nu":"ν","num":"#","numero":"№","numsp":" ","nvap":"≍⃒","nvdash":"⊬","nvDash":"⊭","nVdash":"⊮","nVDash":"⊯","nvge":"≥⃒","nvgt":">⃒","nvHarr":"⤄","nvinfin":"⧞","nvlArr":"⤂","nvle":"≤⃒","nvlt":"<⃒","nvltrie":"⊴⃒","nvrArr":"⤃","nvrtrie":"⊵⃒","nvsim":"∼⃒","nwarhk":"⤣","nwarr":"↖","nwArr":"⇖","nwarrow":"↖","nwnear":"⤧","Oacute":"Ó","oacute":"ó","oast":"⊛","Ocirc":"Ô","ocirc":"ô","ocir":"⊚","Ocy":"О","ocy":"о","odash":"⊝","Odblac":"Ő","odblac":"ő","odiv":"⨸","odot":"⊙","odsold":"⦼","OElig":"Œ","oelig":"œ","ofcir":"⦿","Ofr":"𝔒","ofr":"𝔬","ogon":"˛","Ograve":"Ò","ograve":"ò","ogt":"⧁","ohbar":"⦵","ohm":"Ω","oint":"∮","olarr":"↺","olcir":"⦾","olcross":"⦻","oline":"‾","olt":"⧀","Omacr":"Ō","omacr":"ō","Omega":"Ω","omega":"ω","Omicron":"Ο","omicron":"ο","omid":"⦶","ominus":"⊖","Oopf":"𝕆","oopf":"𝕠","opar":"⦷","OpenCurlyDoubleQuote":"“","OpenCurlyQuote":"‘","operp":"⦹","oplus":"⊕","orarr":"↻","Or":"⩔","or":"∨","ord":"⩝","order":"ℴ","orderof":"ℴ","ordf":"ª","ordm":"º","origof":"⊶","oror":"⩖","orslope":"⩗","orv":"⩛","oS":"Ⓢ","Oscr":"𝒪","oscr":"ℴ","Oslash":"Ø","oslash":"ø","osol":"⊘","Otilde":"Õ","otilde":"õ","otimesas":"⨶","Otimes":"⨷","otimes":"⊗","Ouml":"Ö","ouml":"ö","ovbar":"⌽","OverBar":"‾","OverBrace":"⏞","OverBracket":"⎴","OverParenthesis":"⏜","para":"¶","parallel":"∥","par":"∥","parsim":"⫳","parsl":"⫽","part":"∂","PartialD":"∂","Pcy":"П","pcy":"п","percnt":"%","period":".","permil":"‰","perp":"⊥","pertenk":"‱","Pfr":"𝔓","pfr":"𝔭","Phi":"Φ","phi":"φ","phiv":"ϕ","phmmat":"ℳ","phone":"☎","Pi":"Π","pi":"π","pitchfork":"⋔","piv":"ϖ","planck":"ℏ","planckh":"ℎ","plankv":"ℏ","plusacir":"⨣","plusb":"⊞","pluscir":"⨢","plus":"+","plusdo":"∔","plusdu":"⨥","pluse":"⩲","PlusMinus":"±","plusmn":"±","plussim":"⨦","plustwo":"⨧","pm":"±","Poincareplane":"ℌ","pointint":"⨕","popf":"𝕡","Popf":"ℙ","pound":"£","prap":"⪷","Pr":"⪻","pr":"≺","prcue":"≼","precapprox":"⪷","prec":"≺","preccurlyeq":"≼","Precedes":"≺","PrecedesEqual":"⪯","PrecedesSlantEqual":"≼","PrecedesTilde":"≾","preceq":"⪯","precnapprox":"⪹","precneqq":"⪵","precnsim":"⋨","pre":"⪯","prE":"⪳","precsim":"≾","prime":"′","Prime":"″","primes":"ℙ","prnap":"⪹","prnE":"⪵","prnsim":"⋨","prod":"∏","Product":"∏","profalar":"⌮","profline":"⌒","profsurf":"⌓","prop":"∝","Proportional":"∝","Proportion":"∷","propto":"∝","prsim":"≾","prurel":"⊰","Pscr":"𝒫","pscr":"𝓅","Psi":"Ψ","psi":"ψ","puncsp":" ","Qfr":"𝔔","qfr":"𝔮","qint":"⨌","qopf":"𝕢","Qopf":"ℚ","qprime":"⁗","Qscr":"𝒬","qscr":"𝓆","quaternions":"ℍ","quatint":"⨖","quest":"?","questeq":"≟","quot":"\\"","QUOT":"\\"","rAarr":"⇛","race":"∽̱","Racute":"Ŕ","racute":"ŕ","radic":"√","raemptyv":"⦳","rang":"⟩","Rang":"⟫","rangd":"⦒","range":"⦥","rangle":"⟩","raquo":"»","rarrap":"⥵","rarrb":"⇥","rarrbfs":"⤠","rarrc":"⤳","rarr":"→","Rarr":"↠","rArr":"⇒","rarrfs":"⤞","rarrhk":"↪","rarrlp":"↬","rarrpl":"⥅","rarrsim":"⥴","Rarrtl":"⤖","rarrtl":"↣","rarrw":"↝","ratail":"⤚","rAtail":"⤜","ratio":"∶","rationals":"ℚ","rbarr":"⤍","rBarr":"⤏","RBarr":"⤐","rbbrk":"❳","rbrace":"}","rbrack":"]","rbrke":"⦌","rbrksld":"⦎","rbrkslu":"⦐","Rcaron":"Ř","rcaron":"ř","Rcedil":"Ŗ","rcedil":"ŗ","rceil":"⌉","rcub":"}","Rcy":"Р","rcy":"р","rdca":"⤷","rdldhar":"⥩","rdquo":"”","rdquor":"”","rdsh":"↳","real":"ℜ","realine":"ℛ","realpart":"ℜ","reals":"ℝ","Re":"ℜ","rect":"▭","reg":"®","REG":"®","ReverseElement":"∋","ReverseEquilibrium":"⇋","ReverseUpEquilibrium":"⥯","rfisht":"⥽","rfloor":"⌋","rfr":"𝔯","Rfr":"ℜ","rHar":"⥤","rhard":"⇁","rharu":"⇀","rharul":"⥬","Rho":"Ρ","rho":"ρ","rhov":"ϱ","RightAngleBracket":"⟩","RightArrowBar":"⇥","rightarrow":"→","RightArrow":"→","Rightarrow":"⇒","RightArrowLeftArrow":"⇄","rightarrowtail":"↣","RightCeiling":"⌉","RightDoubleBracket":"⟧","RightDownTeeVector":"⥝","RightDownVectorBar":"⥕","RightDownVector":"⇂","RightFloor":"⌋","rightharpoondown":"⇁","rightharpoonup":"⇀","rightleftarrows":"⇄","rightleftharpoons":"⇌","rightrightarrows":"⇉","rightsquigarrow":"↝","RightTeeArrow":"↦","RightTee":"⊢","RightTeeVector":"⥛","rightthreetimes":"⋌","RightTriangleBar":"⧐","RightTriangle":"⊳","RightTriangleEqual":"⊵","RightUpDownVector":"⥏","RightUpTeeVector":"⥜","RightUpVectorBar":"⥔","RightUpVector":"↾","RightVectorBar":"⥓","RightVector":"⇀","ring":"˚","risingdotseq":"≓","rlarr":"⇄","rlhar":"⇌","rlm":"‏","rmoustache":"⎱","rmoust":"⎱","rnmid":"⫮","roang":"⟭","roarr":"⇾","robrk":"⟧","ropar":"⦆","ropf":"𝕣","Ropf":"ℝ","roplus":"⨮","rotimes":"⨵","RoundImplies":"⥰","rpar":")","rpargt":"⦔","rppolint":"⨒","rrarr":"⇉","Rrightarrow":"⇛","rsaquo":"›","rscr":"𝓇","Rscr":"ℛ","rsh":"↱","Rsh":"↱","rsqb":"]","rsquo":"’","rsquor":"’","rthree":"⋌","rtimes":"⋊","rtri":"▹","rtrie":"⊵","rtrif":"▸","rtriltri":"⧎","RuleDelayed":"⧴","ruluhar":"⥨","rx":"℞","Sacute":"Ś","sacute":"ś","sbquo":"‚","scap":"⪸","Scaron":"Š","scaron":"š","Sc":"⪼","sc":"≻","sccue":"≽","sce":"⪰","scE":"⪴","Scedil":"Ş","scedil":"ş","Scirc":"Ŝ","scirc":"ŝ","scnap":"⪺","scnE":"⪶","scnsim":"⋩","scpolint":"⨓","scsim":"≿","Scy":"С","scy":"с","sdotb":"⊡","sdot":"⋅","sdote":"⩦","searhk":"⤥","searr":"↘","seArr":"⇘","searrow":"↘","sect":"§","semi":";","seswar":"⤩","setminus":"∖","setmn":"∖","sext":"✶","Sfr":"𝔖","sfr":"𝔰","sfrown":"⌢","sharp":"♯","SHCHcy":"Щ","shchcy":"щ","SHcy":"Ш","shcy":"ш","ShortDownArrow":"↓","ShortLeftArrow":"←","shortmid":"∣","shortparallel":"∥","ShortRightArrow":"→","ShortUpArrow":"↑","shy":"­","Sigma":"Σ","sigma":"σ","sigmaf":"ς","sigmav":"ς","sim":"∼","simdot":"⩪","sime":"≃","simeq":"≃","simg":"⪞","simgE":"⪠","siml":"⪝","simlE":"⪟","simne":"≆","simplus":"⨤","simrarr":"⥲","slarr":"←","SmallCircle":"∘","smallsetminus":"∖","smashp":"⨳","smeparsl":"⧤","smid":"∣","smile":"⌣","smt":"⪪","smte":"⪬","smtes":"⪬︀","SOFTcy":"Ь","softcy":"ь","solbar":"⌿","solb":"⧄","sol":"/","Sopf":"𝕊","sopf":"𝕤","spades":"♠","spadesuit":"♠","spar":"∥","sqcap":"⊓","sqcaps":"⊓︀","sqcup":"⊔","sqcups":"⊔︀","Sqrt":"√","sqsub":"⊏","sqsube":"⊑","sqsubset":"⊏","sqsubseteq":"⊑","sqsup":"⊐","sqsupe":"⊒","sqsupset":"⊐","sqsupseteq":"⊒","square":"□","Square":"□","SquareIntersection":"⊓","SquareSubset":"⊏","SquareSubsetEqual":"⊑","SquareSuperset":"⊐","SquareSupersetEqual":"⊒","SquareUnion":"⊔","squarf":"▪","squ":"□","squf":"▪","srarr":"→","Sscr":"𝒮","sscr":"𝓈","ssetmn":"∖","ssmile":"⌣","sstarf":"⋆","Star":"⋆","star":"☆","starf":"★","straightepsilon":"ϵ","straightphi":"ϕ","strns":"¯","sub":"⊂","Sub":"⋐","subdot":"⪽","subE":"⫅","sube":"⊆","subedot":"⫃","submult":"⫁","subnE":"⫋","subne":"⊊","subplus":"⪿","subrarr":"⥹","subset":"⊂","Subset":"⋐","subseteq":"⊆","subseteqq":"⫅","SubsetEqual":"⊆","subsetneq":"⊊","subsetneqq":"⫋","subsim":"⫇","subsub":"⫕","subsup":"⫓","succapprox":"⪸","succ":"≻","succcurlyeq":"≽","Succeeds":"≻","SucceedsEqual":"⪰","SucceedsSlantEqual":"≽","SucceedsTilde":"≿","succeq":"⪰","succnapprox":"⪺","succneqq":"⪶","succnsim":"⋩","succsim":"≿","SuchThat":"∋","sum":"∑","Sum":"∑","sung":"♪","sup1":"¹","sup2":"²","sup3":"³","sup":"⊃","Sup":"⋑","supdot":"⪾","supdsub":"⫘","supE":"⫆","supe":"⊇","supedot":"⫄","Superset":"⊃","SupersetEqual":"⊇","suphsol":"⟉","suphsub":"⫗","suplarr":"⥻","supmult":"⫂","supnE":"⫌","supne":"⊋","supplus":"⫀","supset":"⊃","Supset":"⋑","supseteq":"⊇","supseteqq":"⫆","supsetneq":"⊋","supsetneqq":"⫌","supsim":"⫈","supsub":"⫔","supsup":"⫖","swarhk":"⤦","swarr":"↙","swArr":"⇙","swarrow":"↙","swnwar":"⤪","szlig":"ß","Tab":"\\t","target":"⌖","Tau":"Τ","tau":"τ","tbrk":"⎴","Tcaron":"Ť","tcaron":"ť","Tcedil":"Ţ","tcedil":"ţ","Tcy":"Т","tcy":"т","tdot":"⃛","telrec":"⌕","Tfr":"𝔗","tfr":"𝔱","there4":"∴","therefore":"∴","Therefore":"∴","Theta":"Θ","theta":"θ","thetasym":"ϑ","thetav":"ϑ","thickapprox":"≈","thicksim":"∼","ThickSpace":"  ","ThinSpace":" ","thinsp":" ","thkap":"≈","thksim":"∼","THORN":"Þ","thorn":"þ","tilde":"˜","Tilde":"∼","TildeEqual":"≃","TildeFullEqual":"≅","TildeTilde":"≈","timesbar":"⨱","timesb":"⊠","times":"×","timesd":"⨰","tint":"∭","toea":"⤨","topbot":"⌶","topcir":"⫱","top":"⊤","Topf":"𝕋","topf":"𝕥","topfork":"⫚","tosa":"⤩","tprime":"‴","trade":"™","TRADE":"™","triangle":"▵","triangledown":"▿","triangleleft":"◃","trianglelefteq":"⊴","triangleq":"≜","triangleright":"▹","trianglerighteq":"⊵","tridot":"◬","trie":"≜","triminus":"⨺","TripleDot":"⃛","triplus":"⨹","trisb":"⧍","tritime":"⨻","trpezium":"⏢","Tscr":"𝒯","tscr":"𝓉","TScy":"Ц","tscy":"ц","TSHcy":"Ћ","tshcy":"ћ","Tstrok":"Ŧ","tstrok":"ŧ","twixt":"≬","twoheadleftarrow":"↞","twoheadrightarrow":"↠","Uacute":"Ú","uacute":"ú","uarr":"↑","Uarr":"↟","uArr":"⇑","Uarrocir":"⥉","Ubrcy":"Ў","ubrcy":"ў","Ubreve":"Ŭ","ubreve":"ŭ","Ucirc":"Û","ucirc":"û","Ucy":"У","ucy":"у","udarr":"⇅","Udblac":"Ű","udblac":"ű","udhar":"⥮","ufisht":"⥾","Ufr":"𝔘","ufr":"𝔲","Ugrave":"Ù","ugrave":"ù","uHar":"⥣","uharl":"↿","uharr":"↾","uhblk":"▀","ulcorn":"⌜","ulcorner":"⌜","ulcrop":"⌏","ultri":"◸","Umacr":"Ū","umacr":"ū","uml":"¨","UnderBar":"_","UnderBrace":"⏟","UnderBracket":"⎵","UnderParenthesis":"⏝","Union":"⋃","UnionPlus":"⊎","Uogon":"Ų","uogon":"ų","Uopf":"𝕌","uopf":"𝕦","UpArrowBar":"⤒","uparrow":"↑","UpArrow":"↑","Uparrow":"⇑","UpArrowDownArrow":"⇅","updownarrow":"↕","UpDownArrow":"↕","Updownarrow":"⇕","UpEquilibrium":"⥮","upharpoonleft":"↿","upharpoonright":"↾","uplus":"⊎","UpperLeftArrow":"↖","UpperRightArrow":"↗","upsi":"υ","Upsi":"ϒ","upsih":"ϒ","Upsilon":"Υ","upsilon":"υ","UpTeeArrow":"↥","UpTee":"⊥","upuparrows":"⇈","urcorn":"⌝","urcorner":"⌝","urcrop":"⌎","Uring":"Ů","uring":"ů","urtri":"◹","Uscr":"𝒰","uscr":"𝓊","utdot":"⋰","Utilde":"Ũ","utilde":"ũ","utri":"▵","utrif":"▴","uuarr":"⇈","Uuml":"Ü","uuml":"ü","uwangle":"⦧","vangrt":"⦜","varepsilon":"ϵ","varkappa":"ϰ","varnothing":"∅","varphi":"ϕ","varpi":"ϖ","varpropto":"∝","varr":"↕","vArr":"⇕","varrho":"ϱ","varsigma":"ς","varsubsetneq":"⊊︀","varsubsetneqq":"⫋︀","varsupsetneq":"⊋︀","varsupsetneqq":"⫌︀","vartheta":"ϑ","vartriangleleft":"⊲","vartriangleright":"⊳","vBar":"⫨","Vbar":"⫫","vBarv":"⫩","Vcy":"В","vcy":"в","vdash":"⊢","vDash":"⊨","Vdash":"⊩","VDash":"⊫","Vdashl":"⫦","veebar":"⊻","vee":"∨","Vee":"⋁","veeeq":"≚","vellip":"⋮","verbar":"|","Verbar":"‖","vert":"|","Vert":"‖","VerticalBar":"∣","VerticalLine":"|","VerticalSeparator":"❘","VerticalTilde":"≀","VeryThinSpace":" ","Vfr":"𝔙","vfr":"𝔳","vltri":"⊲","vnsub":"⊂⃒","vnsup":"⊃⃒","Vopf":"𝕍","vopf":"𝕧","vprop":"∝","vrtri":"⊳","Vscr":"𝒱","vscr":"𝓋","vsubnE":"⫋︀","vsubne":"⊊︀","vsupnE":"⫌︀","vsupne":"⊋︀","Vvdash":"⊪","vzigzag":"⦚","Wcirc":"Ŵ","wcirc":"ŵ","wedbar":"⩟","wedge":"∧","Wedge":"⋀","wedgeq":"≙","weierp":"℘","Wfr":"𝔚","wfr":"𝔴","Wopf":"𝕎","wopf":"𝕨","wp":"℘","wr":"≀","wreath":"≀","Wscr":"𝒲","wscr":"𝓌","xcap":"⋂","xcirc":"◯","xcup":"⋃","xdtri":"▽","Xfr":"𝔛","xfr":"𝔵","xharr":"⟷","xhArr":"⟺","Xi":"Ξ","xi":"ξ","xlarr":"⟵","xlArr":"⟸","xmap":"⟼","xnis":"⋻","xodot":"⨀","Xopf":"𝕏","xopf":"𝕩","xoplus":"⨁","xotime":"⨂","xrarr":"⟶","xrArr":"⟹","Xscr":"𝒳","xscr":"𝓍","xsqcup":"⨆","xuplus":"⨄","xutri":"△","xvee":"⋁","xwedge":"⋀","Yacute":"Ý","yacute":"ý","YAcy":"Я","yacy":"я","Ycirc":"Ŷ","ycirc":"ŷ","Ycy":"Ы","ycy":"ы","yen":"¥","Yfr":"𝔜","yfr":"𝔶","YIcy":"Ї","yicy":"ї","Yopf":"𝕐","yopf":"𝕪","Yscr":"𝒴","yscr":"𝓎","YUcy":"Ю","yucy":"ю","yuml":"ÿ","Yuml":"Ÿ","Zacute":"Ź","zacute":"ź","Zcaron":"Ž","zcaron":"ž","Zcy":"З","zcy":"з","Zdot":"Ż","zdot":"ż","zeetrf":"ℨ","ZeroWidthSpace":"​","Zeta":"Ζ","zeta":"ζ","zfr":"𝔷","Zfr":"ℨ","ZHcy":"Ж","zhcy":"ж","zigrarr":"⇝","zopf":"𝕫","Zopf":"ℤ","Zscr":"𝒵","zscr":"𝓏","zwj":"‍","zwnj":"‌"}')},c6b6:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},c6cd:function(e,t,n){var r=n("da84"),i=n("ce4e"),a="__core-js_shared__",o=r[a]||i(a,{});e.exports=o},c842:function(e,t,n){var r=n("24fb");t=r(!1),t.push([e.i,".c-linear-schedule{display:flex;flex-direction:column;min-height:0}.c-linear-schedule .bucket{padding-top:8px}.c-linear-schedule .bucket .bucket-label{font-size:14px;font-weight:500;color:rgba(0,0,0,.54);padding-left:16px}",""]),e.exports=t},c8a9:function(e,t,n){"use strict";function r(e,t){var n,r,i,a,o,s,c=t.length;for(n=c-1;n>=0;n--)r=t[n],95!==r.marker&&42!==r.marker||-1!==r.end&&(i=t[r.end],s=n>0&&t[n-1].end===r.end+1&&t[n-1].token===r.token-1&&t[r.end+1].token===i.token+1&&t[n-1].marker===r.marker,o=String.fromCharCode(r.marker),a=e.tokens[r.token],a.type=s?"strong_open":"em_open",a.tag=s?"strong":"em",a.nesting=1,a.markup=s?o+o:o,a.content="",a=e.tokens[i.token],a.type=s?"strong_close":"em_close",a.tag=s?"strong":"em",a.nesting=-1,a.markup=s?o+o:o,a.content="",s&&(e.tokens[t[n-1].token].content="",e.tokens[t[r.end+1].token].content="",n--))}e.exports.tokenize=function(e,t){var n,r,i,a=e.pos,o=e.src.charCodeAt(a);if(t)return!1;if(95!==o&&42!==o)return!1;for(r=e.scanDelims(e.pos,42===o),n=0;nc)r(s,n=t[c++])&&(~a(l,n)||l.push(n));return l}},cbc7:function(e,t){e.exports=/[\0-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/},cc12:function(e,t,n){var r=n("da84"),i=n("861d"),a=r.document,o=i(a)&&i(a.createElement);e.exports=function(e){return o?a.createElement(e):{}}},cd0f:function(e,t,n){"use strict";var r=n("0068").normalizeReference,i=n("0068").isSpace;e.exports=function(e,t){var n,a,o,s,c,l,u,h,d,f="",p="",m=e.pos,g=e.posMax,b=e.pos,v=!0;if(91!==e.src.charCodeAt(e.pos))return!1;if(c=e.pos+1,s=e.md.helpers.parseLinkLabel(e,e.pos,!0),s<0)return!1;if(l=s+1,l=g)return!1;if(b=l,u=e.md.helpers.parseLinkDestination(e.src,l,e.posMax),u.ok){for(f=e.md.normalizeLink(u.str),e.md.validateLink(f)?l=u.pos:f="",b=l;l=g||41!==e.src.charCodeAt(l))&&(v=!0),l++}if(v){if("undefined"===typeof e.env.references)return!1;if(l=0?o=e.src.slice(b,l++):l=s+1):l=s+1,o||(o=e.src.slice(c,s)),h=e.env.references[r(o)],!h)return e.pos=m,!1;f=h.href,p=h.title}return t||(e.pos=c,e.posMax=s,d=e.push("link_open","a",1),d.attrs=n=[["href",f]],p&&n.push(["title",p]),e.md.inline.tokenize(e),d=e.push("link_close","a",-1)),e.pos=l,e.posMax=g,!0}},ce4e:function(e,t,n){var r=n("da84"),i=n("9112");e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},d012:function(e,t){e.exports={}},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,n){var r=n("428f"),i=n("da84"),a=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?a(r[e])||a(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},d1e7:function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,a=i&&!r.call({1:2},1);t.f=a?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},d2bb:function(e,t,n){var r=n("825a"),i=n("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(n,[]),t=n instanceof Array}catch(a){}return function(n,a){return r(n),i(a),t?e.call(n,a):n.__proto__=a,n}}():void 0)},d44e:function(e,t,n){var r=n("9bf2").f,i=n("5135"),a=n("b622"),o=a("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},d4cd:function(e,t,n){"use strict";e.exports=n("08ae")},d5d1:function(e,t,n){"use strict";t.Any=n("cbc7"),t.Cc=n("a7bc"),t.Cf=n("6fd1"),t.P=n("7ca0"),t.Z=n("4fc2")},d670:function(e,t,n){"use strict";var r=n("0068").normalizeReference,i=n("0068").isSpace;e.exports=function(e,t,n,a){var o,s,c,l,u,h,d,f,p,m,g,b,v,y,_,A,w=0,k=e.bMarks[t]+e.tShift[t],x=e.eMarks[t],S=t+1;if(e.sCount[t]-e.blkIndent>=4)return!1;if(91!==e.src.charCodeAt(k))return!1;while(++k3)&&!(e.sCount[S]<0)){for(y=!1,h=0,d=_.length;h")})),u=function(){return"$0"==="a".replace(/./,"$0")}(),h=a("replace"),d=function(){return!!/./[h]&&""===/./[h]("a","$0")}(),f=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,h){var p=a(e),m=!i((function(){var t={};return t[p]=function(){return 7},7!=""[e](t)})),g=m&&!i((function(){var t=!1,n=/a/;return"split"===e&&(n={},n.constructor={},n.constructor[c]=function(){return n},n.flags="",n[p]=/./[p]),n.exec=function(){return t=!0,null},n[p](""),!t}));if(!m||!g||"replace"===e&&(!l||!u||d)||"split"===e&&!f){var b=/./[p],v=n(p,""[e],(function(e,t,n,r,i){return t.exec===o?m&&!i?{done:!0,value:b.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:u,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:d}),y=v[0],_=v[1];r(String.prototype,e,y),r(RegExp.prototype,p,2==t?function(e,t){return _.call(e,this,t)}:function(e){return _.call(e,this)})}h&&s(RegExp.prototype[p],"sham",!0)}},d8a6:function(e,t,n){"use strict";e.exports.encode=n("c464"),e.exports.decode=n("8f37"),e.exports.format=n("43e0"),e.exports.parse=n("da5f")},da5f:function(e,t,n){"use strict";function r(){this.protocol=null,this.slashes=null,this.auth=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.pathname=null}var i=/^([a-z0-9.+-]+:)/i,a=/:[0-9]*$/,o=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,s=["<",">",'"',"`"," ","\r","\n","\t"],c=["{","}","|","\\","^","`"].concat(s),l=["'"].concat(c),u=["%","/","?",";","#"].concat(l),h=["/","?","#"],d=255,f=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function b(e,t){if(e&&e instanceof r)return e;var n=new r;return n.parse(e,t),n}r.prototype.parse=function(e,t){var n,r,a,s,c,l=e;if(l=l.trim(),!t&&1===e.split("#").length){var b=o.exec(l);if(b)return this.pathname=b[1],b[2]&&(this.search=b[2]),this}var v=i.exec(l);if(v&&(v=v[0],a=v.toLowerCase(),this.protocol=v,l=l.substr(v.length)),(t||v||l.match(/^\/\/[^@\/]+@[^@\/]+/))&&(c="//"===l.substr(0,2),!c||v&&m[v]||(l=l.substr(2),this.slashes=!0)),!m[v]&&(c||v&&!g[v])){var y,_,A=-1;for(n=0;n127?C+="x":C+=S[M];if(!C.match(f)){var D=x.slice(0,n),T=x.slice(n+1),O=S.match(p);O&&(D.push(O[1]),T.unshift(O[2])),T.length&&(l=T.join(".")+l),this.hostname=D.join(".");break}}}}this.hostname.length>d&&(this.hostname=""),k&&(this.hostname=this.hostname.substr(1,this.hostname.length-2))}var L=l.indexOf("#");-1!==L&&(this.hash=l.substr(L),l=l.slice(0,L));var P=l.indexOf("?");return-1!==P&&(this.search=l.substr(P),l=l.slice(0,P)),l&&(this.pathname=l),g[a]&&this.hostname&&!this.pathname&&(this.pathname=""),this},r.prototype.parseHost=function(e){var t=a.exec(e);t&&(t=t[0],":"!==t&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},e.exports=b},da84:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n("c8ba"))},ddb0:function(e,t,n){var r=n("da84"),i=n("fdbc"),a=n("e260"),o=n("9112"),s=n("b622"),c=s("iterator"),l=s("toStringTag"),u=a.values;for(var h in i){var d=r[h],f=d&&d.prototype;if(f){if(f[c]!==u)try{o(f,c,u)}catch(m){f[c]=u}if(f[l]||o(f,l,h),i[h])for(var p in a)if(f[p]!==a[p])try{o(f,p,a[p])}catch(m){f[p]=a[p]}}}},df56:function(e,t,n){"use strict";e.exports=function(e,t,n){var r,i,a,o,s=-1,c=e.posMax,l=e.pos;e.pos=t+1,r=1;while(e.pos=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),a.Arguments=a.Array,i("keys"),i("values"),i("entries")},e2cc:function(e,t,n){var r=n("6eeb");e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},e4ca:function(e,t,n){"use strict";var r=n("0068").unescapeAll;e.exports=function(e,t,n){var i,a,o=0,s=t,c={ok:!1,pos:0,lines:0,str:""};if(60===e.charCodeAt(t)){t++;while(t32))return c;if(41===i){if(0===a)break;a--}t++}}return s===t||0!==a||(c.str=r(e.slice(s,t)),c.lines=o,c.pos=t,c.ok=!0),c}},e80e:function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t,n,i){var a,o,s,c,l,u,h,d,f,p,m,g,b,v,y,_,A,w,k,x,S=e.lineMax,C=e.bMarks[t]+e.tShift[t],M=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(62!==e.src.charCodeAt(C++))return!1;if(i)return!0;c=f=e.sCount[t]+1,32===e.src.charCodeAt(C)?(C++,c++,f++,a=!1,_=!0):9===e.src.charCodeAt(C)?(_=!0,(e.bsCount[t]+f)%4===3?(C++,c++,f++,a=!1):a=!0):_=!1,p=[e.bMarks[t]],e.bMarks[t]=C;while(C=M,v=[e.sCount[t]],e.sCount[t]=f-c,y=[e.tShift[t]],e.tShift[t]=C-e.bMarks[t],w=e.md.block.ruler.getRules("blockquote"),b=e.parentType,e.parentType="blockquote",d=t+1;d=M)break;if(62!==e.src.charCodeAt(C++)||x){if(u)break;for(A=!1,s=0,l=w.length;s=M,m.push(e.bsCount[d]),e.bsCount[d]=e.sCount[d]+1+(_?1:0),v.push(e.sCount[d]),e.sCount[d]=f-c,y.push(e.tShift[d]),e.tShift[d]=C-e.bMarks[d]}}for(g=e.blkIndent,e.blkIndent=0,k=e.push("blockquote_open","blockquote",1),k.markup=">",k.map=h=[t,0],e.md.block.tokenize(e,t,d),k=e.push("blockquote_close","blockquote",-1),k.markup=">",e.lineMax=S,e.parentType=b,h[1]=e.line,s=0;s=0)return 1;return 0}();function i(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}function a(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),r))}}var o=n&&window.Promise,s=o?i:a;function c(e){var t={};return e&&"[object Function]"===t.toString.call(e)}function l(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView,r=n.getComputedStyle(e,null);return t?r[t]:r}function u(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function h(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=l(e),n=t.overflow,r=t.overflowX,i=t.overflowY;return/(auto|scroll|overlay)/.test(n+i+r)?e:h(u(e))}function d(e){return e&&e.referenceNode?e.referenceNode:e}var f=n&&!(!window.MSInputMethodContext||!document.documentMode),p=n&&/MSIE 10/.test(navigator.userAgent);function m(e){return 11===e?f:10===e?p:f||p}function g(e){if(!e)return document.documentElement;var t=m(10)?document.body:null,n=e.offsetParent||null;while(n===t&&e.nextElementSibling)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===l(n,"position")?g(n):n:e?e.ownerDocument.documentElement:document.documentElement}function b(e){var t=e.nodeName;return"BODY"!==t&&("HTML"===t||g(e.firstElementChild)===e)}function v(e){return null!==e.parentNode?v(e.parentNode):e}function y(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,i=n?t:e,a=document.createRange();a.setStart(r,0),a.setEnd(i,0);var o=a.commonAncestorContainer;if(e!==o&&t!==o||r.contains(i))return b(o)?o:g(o);var s=v(e);return s.host?y(s.host,t):y(e,v(t).host)}function _(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var i=e.ownerDocument.documentElement,a=e.ownerDocument.scrollingElement||i;return a[n]}return e[n]}function A(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=_(t,"top"),i=_(t,"left"),a=n?-1:1;return e.top+=r*a,e.bottom+=r*a,e.left+=i*a,e.right+=i*a,e}function w(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function k(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],m(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function x(e){var t=e.body,n=e.documentElement,r=m(10)&&getComputedStyle(n);return{height:k("Height",t,n,r),width:k("Width",t,n,r)}}var S=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},C=function(){function e(e,t){for(var n=0;n2&&void 0!==arguments[2]&&arguments[2],r=m(10),i="HTML"===t.nodeName,a=T(e),o=T(t),s=h(e),c=l(t),u=parseFloat(c.borderTopWidth),d=parseFloat(c.borderLeftWidth);n&&i&&(o.top=Math.max(o.top,0),o.left=Math.max(o.left,0));var f=D({top:a.top-o.top-u,left:a.left-o.left-d,width:a.width,height:a.height});if(f.marginTop=0,f.marginLeft=0,!r&&i){var p=parseFloat(c.marginTop),g=parseFloat(c.marginLeft);f.top-=u-p,f.bottom-=u-p,f.left-=d-g,f.right-=d-g,f.marginTop=p,f.marginLeft=g}return(r&&!n?t.contains(s):t===s&&"BODY"!==s.nodeName)&&(f=A(f,t)),f}function L(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=O(e,n),i=Math.max(n.clientWidth,window.innerWidth||0),a=Math.max(n.clientHeight,window.innerHeight||0),o=t?0:_(n),s=t?0:_(n,"left"),c={top:o-r.top+r.marginTop,left:s-r.left+r.marginLeft,width:i,height:a};return D(c)}function P(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===l(e,"position"))return!0;var n=u(e);return!!n&&P(n)}function z(e){if(!e||!e.parentElement||m())return document.documentElement;var t=e.parentElement;while(t&&"none"===l(t,"transform"))t=t.parentElement;return t||document.documentElement}function N(e,t,n,r){var i=arguments.length>4&&void 0!==arguments[4]&&arguments[4],a={top:0,left:0},o=i?z(e):y(e,d(t));if("viewport"===r)a=L(o,i);else{var s=void 0;"scrollParent"===r?(s=h(u(t)),"BODY"===s.nodeName&&(s=e.ownerDocument.documentElement)):s="window"===r?e.ownerDocument.documentElement:r;var c=O(s,o,i);if("HTML"!==s.nodeName||P(o))a=c;else{var l=x(e.ownerDocument),f=l.height,p=l.width;a.top+=c.top-c.marginTop,a.bottom=f+c.top,a.left+=c.left-c.marginLeft,a.right=p+c.left}}n=n||0;var m="number"===typeof n;return a.left+=m?n:n.left||0,a.top+=m?n:n.top||0,a.right-=m?n:n.right||0,a.bottom-=m?n:n.bottom||0,a}function j(e){var t=e.width,n=e.height;return t*n}function F(e,t,n,r,i){var a=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var o=N(n,r,a,i),s={top:{width:o.width,height:t.top-o.top},right:{width:o.right-t.right,height:o.height},bottom:{width:o.width,height:o.bottom-t.bottom},left:{width:t.left-o.left,height:o.height}},c=Object.keys(s).map((function(e){return E({key:e},s[e],{area:j(s[e])})})).sort((function(e,t){return t.area-e.area})),l=c.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),u=l.length>0?l[0].key:c[0].key,h=e.split("-")[1];return u+(h?"-"+h:"")}function R(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,i=r?z(t):y(t,d(n));return O(n,i,r)}function B(e){var t=e.ownerDocument.defaultView,n=t.getComputedStyle(e),r=parseFloat(n.marginTop||0)+parseFloat(n.marginBottom||0),i=parseFloat(n.marginLeft||0)+parseFloat(n.marginRight||0),a={width:e.offsetWidth+i,height:e.offsetHeight+r};return a}function Y(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function I(e,t,n){n=n.split("-")[0];var r=B(e),i={width:r.width,height:r.height},a=-1!==["right","left"].indexOf(n),o=a?"top":"left",s=a?"left":"top",c=a?"height":"width",l=a?"width":"height";return i[o]=t[o]+t[c]/2-r[c]/2,i[s]=n===s?t[s]-r[l]:t[Y(s)],i}function $(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function q(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=$(e,(function(e){return e[t]===n}));return e.indexOf(r)}function H(e,t,n){var r=void 0===n?e:e.slice(0,q(e,"name",n));return r.forEach((function(e){e["function"]&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e["function"]||e.fn;e.enabled&&c(n)&&(t.offsets.popper=D(t.offsets.popper),t.offsets.reference=D(t.offsets.reference),t=n(t,e))})),t}function W(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=R(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=F(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=I(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=H(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function U(e,t){return e.some((function(e){var n=e.name,r=e.enabled;return r&&n===t}))}function G(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;ro[p]&&(e.offsets.popper[d]+=s[d]+m-o[p]),e.offsets.popper=D(e.offsets.popper);var g=s[d]+s[u]/2-m/2,b=l(e.instance.popper),v=parseFloat(b["margin"+h]),y=parseFloat(b["border"+h+"Width"]),_=g-e.offsets.popper[d]-v-y;return _=Math.max(Math.min(o[u]-m,_),0),e.arrowElement=r,e.offsets.arrow=(n={},M(n,d,Math.round(_)),M(n,f,""),n),e}function he(e){return"end"===e?"start":"start"===e?"end":e}var de=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],fe=de.slice(3);function pe(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=fe.indexOf(e),r=fe.slice(n+1).concat(fe.slice(0,n));return t?r.reverse():r}var me={FLIP:"flip",CLOCKWISE:"clockwise",COUNTERCLOCKWISE:"counterclockwise"};function ge(e,t){if(U(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=N(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],i=Y(r),a=e.placement.split("-")[1]||"",o=[];switch(t.behavior){case me.FLIP:o=[r,i];break;case me.CLOCKWISE:o=pe(r);break;case me.COUNTERCLOCKWISE:o=pe(r,!0);break;default:o=t.behavior}return o.forEach((function(s,c){if(r!==s||o.length===c+1)return e;r=e.placement.split("-")[0],i=Y(r);var l=e.offsets.popper,u=e.offsets.reference,h=Math.floor,d="left"===r&&h(l.right)>h(u.left)||"right"===r&&h(l.left)h(u.top)||"bottom"===r&&h(l.top)h(n.right),m=h(l.top)h(n.bottom),b="left"===r&&f||"right"===r&&p||"top"===r&&m||"bottom"===r&&g,v=-1!==["top","bottom"].indexOf(r),y=!!t.flipVariations&&(v&&"start"===a&&f||v&&"end"===a&&p||!v&&"start"===a&&m||!v&&"end"===a&&g),_=!!t.flipVariationsByContent&&(v&&"start"===a&&p||v&&"end"===a&&f||!v&&"start"===a&&g||!v&&"end"===a&&m),A=y||_;(d||b||A)&&(e.flipped=!0,(d||b)&&(r=o[c+1]),A&&(a=he(a)),e.placement=r+(a?"-"+a:""),e.offsets.popper=E({},e.offsets.popper,I(e.instance.popper,e.offsets.reference,e.placement)),e=H(e.instance.modifiers,e,"flip"))})),e}function be(e){var t=e.offsets,n=t.popper,r=t.reference,i=e.placement.split("-")[0],a=Math.floor,o=-1!==["top","bottom"].indexOf(i),s=o?"right":"bottom",c=o?"left":"top",l=o?"width":"height";return n[s]a(r[s])&&(e.offsets.popper[c]=a(r[s])),e}function ve(e,t,n,r){var i=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),a=+i[1],o=i[2];if(!a)return e;if(0===o.indexOf("%")){var s=void 0;switch(o){case"%p":s=n;break;case"%":case"%r":default:s=r}var c=D(s);return c[t]/100*a}if("vh"===o||"vw"===o){var l=void 0;return l="vh"===o?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0),l/100*a}return a}function ye(e,t,n,r){var i=[0,0],a=-1!==["right","left"].indexOf(r),o=e.split(/(\+|\-)/).map((function(e){return e.trim()})),s=o.indexOf($(o,(function(e){return-1!==e.search(/,|\s/)})));o[s]&&-1===o[s].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var c=/\s*,\s*|\s+/,l=-1!==s?[o.slice(0,s).concat([o[s].split(c)[0]]),[o[s].split(c)[1]].concat(o.slice(s+1))]:[o];return l=l.map((function(e,r){var i=(1===r?!a:a)?"height":"width",o=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,o=!0,e):o?(e[e.length-1]+=t,o=!1,e):e.concat(t)}),[]).map((function(e){return ve(e,i,t,n)}))})),l.forEach((function(e,t){e.forEach((function(n,r){te(n)&&(i[t]+=n*("-"===e[r-1]?-1:1))}))})),i}function _e(e,t){var n=t.offset,r=e.placement,i=e.offsets,a=i.popper,o=i.reference,s=r.split("-")[0],c=void 0;return c=te(+n)?[+n,0]:ye(n,a,o,s),"left"===s?(a.top+=c[0],a.left-=c[1]):"right"===s?(a.top+=c[0],a.left+=c[1]):"top"===s?(a.left+=c[0],a.top-=c[1]):"bottom"===s&&(a.left+=c[0],a.top+=c[1]),e.popper=a,e}function Ae(e,t){var n=t.boundariesElement||g(e.instance.popper);e.instance.reference===n&&(n=g(n));var r=G("transform"),i=e.instance.popper.style,a=i.top,o=i.left,s=i[r];i.top="",i.left="",i[r]="";var c=N(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);i.top=a,i.left=o,i[r]=s,t.boundaries=c;var l=t.priority,u=e.offsets.popper,h={primary:function(e){var n=u[e];return u[e]c[e]&&!t.escapeWithReference&&(r=Math.min(u[n],c[e]-("right"===e?u.width:u.height))),M({},n,r)}};return l.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";u=E({},u,h[t](e))})),e.offsets.popper=u,e}function we(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var i=e.offsets,a=i.reference,o=i.popper,s=-1!==["bottom","top"].indexOf(n),c=s?"left":"top",l=s?"width":"height",u={start:M({},c,a[c]),end:M({},c,a[c]+a[l]-o[l])};e.offsets.popper=E({},o,u[r])}return e}function ke(e){if(!le(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=$(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottomn.right||t.top>n.bottom||t.right2&&void 0!==arguments[2]?arguments[2]:{};S(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=s(this.update.bind(this)),this.options=E({},e.Defaults,i),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(E({},e.Defaults.modifiers,i.modifiers)).forEach((function(t){r.options.modifiers[t]=E({},e.Defaults.modifiers[t]||{},i.modifiers?i.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return E({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&c(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var a=this.options.eventsEnabled;a&&this.enableEventListeners(),this.state.eventsEnabled=a}return C(e,[{key:"update",value:function(){return W.call(this)}},{key:"destroy",value:function(){return V.call(this)}},{key:"enableEventListeners",value:function(){return X.call(this)}},{key:"disableEventListeners",value:function(){return ee.call(this)}}]),e}();Me.Utils=("undefined"!==typeof window?window:e).PopperUtils,Me.placements=de,Me.Defaults=Ce,t["a"]=Me}).call(this,n("c8ba"))},f5df:function(e,t,n){var r=n("00ee"),i=n("c6b6"),a=n("b622"),o=a("toStringTag"),s="Arguments"==i(function(){return arguments}()),c=function(e,t){try{return e[t]}catch(n){}};e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=c(t=Object(e),o))?n:s?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},f772:function(e,t,n){var r=n("5692"),i=n("90e3"),a=r("keys");e.exports=function(e){return a[e]||(a[e]=i(e))}},fbcd:function(e,t,n){"use strict";function r(e){var t=Array.prototype.slice.call(arguments,1);return t.forEach((function(t){t&&Object.keys(t).forEach((function(n){e[n]=t[n]}))})),e}function i(e){return Object.prototype.toString.call(e)}function a(e){return"[object String]"===i(e)}function o(e){return"[object Object]"===i(e)}function s(e){return"[object RegExp]"===i(e)}function c(e){return"[object Function]"===i(e)}function l(e){return e.replace(/[.?*+^$[\]\\(){}|-]/g,"\\$&")}var u={fuzzyLink:!0,fuzzyEmail:!0,fuzzyIP:!1};function h(e){return Object.keys(e||{}).reduce((function(e,t){return e||u.hasOwnProperty(t)}),!1)}var d={"http:":{validate:function(e,t,n){var r=e.slice(t);return n.re.http||(n.re.http=new RegExp("^\\/\\/"+n.re.src_auth+n.re.src_host_port_strict+n.re.src_path,"i")),n.re.http.test(r)?r.match(n.re.http)[0].length:0}},"https:":"http:","ftp:":"http:","//":{validate:function(e,t,n){var r=e.slice(t);return n.re.no_http||(n.re.no_http=new RegExp("^"+n.re.src_auth+"(?:localhost|(?:(?:"+n.re.src_domain+")\\.)+"+n.re.src_domain_root+")"+n.re.src_port+n.re.src_host_terminator+n.re.src_path,"i")),n.re.no_http.test(r)?t>=3&&":"===e[t-3]||t>=3&&"/"===e[t-3]?0:r.match(n.re.no_http)[0].length:0}},"mailto:":{validate:function(e,t,n){var r=e.slice(t);return n.re.mailto||(n.re.mailto=new RegExp("^"+n.re.src_email_name+"@"+n.re.src_host_strict,"i")),n.re.mailto.test(r)?r.match(n.re.mailto)[0].length:0}}},f="a[cdefgilmnoqrstuwxz]|b[abdefghijmnorstvwyz]|c[acdfghiklmnoruvwxyz]|d[ejkmoz]|e[cegrstu]|f[ijkmor]|g[abdefghilmnpqrstuwy]|h[kmnrtu]|i[delmnoqrst]|j[emop]|k[eghimnprwyz]|l[abcikrstuvy]|m[acdeghklmnopqrstuvwxyz]|n[acefgilopruz]|om|p[aefghklmnrstwy]|qa|r[eosuw]|s[abcdeghijklmnortuvxyz]|t[cdfghjklmnortvwz]|u[agksyz]|v[aceginu]|w[fs]|y[et]|z[amw]",p="biz|com|edu|gov|net|org|pro|web|xxx|aero|asia|coop|info|museum|name|shop|рф".split("|");function m(e){e.__index__=-1,e.__text_cache__=""}function g(e){return function(t,n){var r=t.slice(n);return e.test(r)?r.match(e)[0].length:0}}function b(){return function(e,t){t.normalize(e)}}function v(e){var t=e.re=n("b117")(e.__opts__),r=e.__tlds__.slice();function i(e){return e.replace("%TLDS%",t.src_tlds)}e.onCompile(),e.__tlds_replaced__||r.push(f),r.push(t.src_xn),t.src_tlds=r.join("|"),t.email_fuzzy=RegExp(i(t.tpl_email_fuzzy),"i"),t.link_fuzzy=RegExp(i(t.tpl_link_fuzzy),"i"),t.link_no_ip_fuzzy=RegExp(i(t.tpl_link_no_ip_fuzzy),"i"),t.host_fuzzy_test=RegExp(i(t.tpl_host_fuzzy_test),"i");var u=[];function h(e,t){throw new Error('(LinkifyIt) Invalid schema "'+e+'": '+t)}e.__compiled__={},Object.keys(e.__schemas__).forEach((function(t){var n=e.__schemas__[t];if(null!==n){var r={validate:null,link:null};if(e.__compiled__[t]=r,o(n))return s(n.validate)?r.validate=g(n.validate):c(n.validate)?r.validate=n.validate:h(t,n),void(c(n.normalize)?r.normalize=n.normalize:n.normalize?h(t,n):r.normalize=b());a(n)?u.push(t):h(t,n)}})),u.forEach((function(t){e.__compiled__[e.__schemas__[t]]&&(e.__compiled__[t].validate=e.__compiled__[e.__schemas__[t]].validate,e.__compiled__[t].normalize=e.__compiled__[e.__schemas__[t]].normalize)})),e.__compiled__[""]={validate:null,normalize:b()};var d=Object.keys(e.__compiled__).filter((function(t){return t.length>0&&e.__compiled__[t]})).map(l).join("|");e.re.schema_test=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","i"),e.re.schema_search=RegExp("(^|(?!_)(?:[><|]|"+t.src_ZPCc+"))("+d+")","ig"),e.re.pretest=RegExp("("+e.re.schema_test.source+")|("+e.re.host_fuzzy_test.source+")|@","i"),m(e)}function y(e,t){var n=e.__index__,r=e.__last_index__,i=e.__text_cache__.slice(n,r);this.schema=e.__schema__.toLowerCase(),this.index=n+t,this.lastIndex=r+t,this.raw=i,this.text=i,this.url=i}function _(e,t){var n=new y(e,t);return e.__compiled__[n.schema].normalize(n,e),n}function A(e,t){if(!(this instanceof A))return new A(e,t);t||h(e)&&(t=e,e={}),this.__opts__=r({},u,t),this.__index__=-1,this.__last_index__=-1,this.__schema__="",this.__text_cache__="",this.__schemas__=r({},d,e),this.__compiled__={},this.__tlds__=p,this.__tlds_replaced__=!1,this.re={},v(this)}A.prototype.add=function(e,t){return this.__schemas__[e]=t,v(this),this},A.prototype.set=function(e){return this.__opts__=r(this.__opts__,e),this},A.prototype.test=function(e){if(this.__text_cache__=e,this.__index__=-1,!e.length)return!1;var t,n,r,i,a,o,s,c,l;if(this.re.schema_test.test(e)){s=this.re.schema_search,s.lastIndex=0;while(null!==(t=s.exec(e)))if(i=this.testSchemaAt(e,t[2],s.lastIndex),i){this.__schema__=t[2],this.__index__=t.index+t[1].length,this.__last_index__=t.index+t[0].length+i;break}}return this.__opts__.fuzzyLink&&this.__compiled__["http:"]&&(c=e.search(this.re.host_fuzzy_test),c>=0&&(this.__index__<0||c=0&&null!==(r=e.match(this.re.email_fuzzy))&&(a=r.index+r[1].length,o=r.index+r[0].length,(this.__index__<0||athis.__last_index__)&&(this.__schema__="mailto:",this.__index__=a,this.__last_index__=o))),this.__index__>=0},A.prototype.pretest=function(e){return this.re.pretest.test(e)},A.prototype.testSchemaAt=function(e,t,n){return this.__compiled__[t.toLowerCase()]?this.__compiled__[t.toLowerCase()].validate(e,n,this):0},A.prototype.match=function(e){var t=0,n=[];this.__index__>=0&&this.__text_cache__===e&&(n.push(_(this,t)),t=this.__last_index__);var r=t?e.slice(t):e;while(this.test(r))n.push(_(this,t)),r=r.slice(this.__last_index__),t+=this.__last_index__;return n.length?n:null},A.prototype.tlds=function(e,t){return e=Array.isArray(e)?e:[e],t?(this.__tlds__=this.__tlds__.concat(e).sort().filter((function(e,t,n){return e!==n[t-1]})).reverse(),v(this),this):(this.__tlds__=e.slice(),this.__tlds_replaced__=!0,v(this),this)},A.prototype.normalize=function(e){e.schema||(e.url="http://"+e.url),"mailto:"!==e.schema||/^mailto:/i.test(e.url)||(e.url="mailto:"+e.url)},A.prototype.onCompile=function(){},e.exports=A},fc6a:function(e,t,n){var r=n("44ad"),i=n("1d80");e.exports=function(e){return r(i(e))}},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n("4930");e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fdfe:function(e,t,n){"use strict";var r=n("0068").isSpace;e.exports=function(e,t,n,i){var a,o,s,c,l=e.bMarks[t]+e.tShift[t],u=e.eMarks[t];if(e.sCount[t]-e.blkIndent>=4)return!1;if(a=e.src.charCodeAt(l++),42!==a&&45!==a&&95!==a)return!1;o=1;while(l