Skip to content

Instantly share code, notes, and snippets.

@badboy
Last active September 13, 2018 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badboy/382ca15a266ca48839eb2d63ebe05c16 to your computer and use it in GitHub Desktop.
Save badboy/382ca15a266ca48839eb2d63ebe05c16 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
#!/bin/bash
set -e
echo "Step 0: Create a new branch"
git branch mdbook-2
git checkout mdbook-2
echo "Step 1: Prepare"
rm book.json
cat <<-BOOK_EOF > book.toml
[book]
title = "Firefox Data Documentation"
[build]
create-missing = false
BOOK_EOF
echo book >> .gitignore
rm -rf src
mkdir src
mv introduction.md SUMMARY.md src/
mv assets concepts cookbooks datasets meta tools src/
git add --update .
git add src
git add book.toml
git commit --message "Move all data in preparation for mdbook"
echo "Step 2: Fixup missing sections"
touch src/cookbooks/dataset_specific.md
touch src/cookbooks/metrics.md
touch src/cookbooks/realtime.md
touch src/meta/index.md
touch src/concepts/index.md
touch src/concepts/profile/index.md
git add --update src
git add src/cookbooks
git add src/meta
git add src/concepts
sed -i.bak 's#Dataset Specific#[Dataset Specific](cookbooks/dataset_specific.md)#' src/SUMMARY.md
sed -i.bak 's#Real-time$#[Real-time](cookbooks/realtime.md)#' src/SUMMARY.md
sed -i.bak 's#Metrics#[Metrics](cookbooks/metrics.md)#' src/SUMMARY.md
sed -i.bak 's#Telemetry Behavior Reference#[Telemetry Behavior Reference](concepts/index.md)#' src/SUMMARY.md
sed -i.bak 's#Profile Behavior#[Profile Behavior](concepts/profile/index.md)#' src/SUMMARY.md
sed -i.bak 's#About this Documentation#[About this Documentation](meta/index.md)#' src/SUMMARY.md
sed -i.bak '/Bug Template/d' src/SUMMARY.md
find . -name "*.bak" -delete
git add src/SUMMARY.md
git commit --message "Add index files for empty chapters"
echo "Step 3: Change includes"
find src -name "*.md" | while read source; do
sed -i.bak 's/{% include "\([^"]*\)" %}/{{#include \1}}/g' $source
sed -i.bak 's#include /#include ../#g' $source
done;
find . -name "*.bak" -delete
git add --update src
git commit --message "Change include syntax"
echo "Step 4: Enable Mermaid plugin"
cat <<-MERMAID_EOF >> book.toml
[output.html]
additional-css = ["mermaid.css"]
additional-js = ["mermaid.min.js", "mermaid-init.js"]
MERMAID_EOF
echo "mermaid.initialize({startOnLoad:true});" > mermaid-init.js
awk '/^__MERMAID_JS_END__/{found=0} {if(found) print} /^__MERMAID_JS__/{found=1}' $0 > mermaid.min.js
awk '/^__MERMAID_CSS_END__/{found=0} {if(found) print} /^__MERMAID_CSS__/{found=1}' $0 > mermaid.css
git add mermaid-init.js
git add mermaid.css
git add mermaid.min.js
git add --update .
git commit --message "Enable Mermaid plugin"
echo "Step 5: Make tables wide"
cat <<-CSS_EOF > dtmo.css
.content table {
width: 100%;
}
CSS_EOF
sed -i.bak 's/"mermaid.css"/"dtmo.css", "mermaid.css"/' book.toml
rm book.toml.bak
git add dtmo.css
git add --update .
git commit --message "Make tables wide"
echo "Step 6: Build the book"
mdbook-dtmo .
exit
__MERMAID_JS__
!function(t){function e(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,e),i.l=!0,i.exports}var n={};e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=169)}([function(t,e,n){(function(t){!function(e,n){t.exports=n()}(0,function(){"use strict";function e(){return Mr.apply(null,arguments)}function r(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function i(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function a(t){var e;for(e in t)return!1;return!0}function u(t){return void 0===t}function o(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function s(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function c(t,e){var n,r=[];for(n=0;n<t.length;++n)r.push(e(t[n],n));return r}function l(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function f(t,e){for(var n in e)l(e,n)&&(t[n]=e[n]);return l(e,"toString")&&(t.toString=e.toString),l(e,"valueOf")&&(t.valueOf=e.valueOf),t}function h(t,e,n,r){return ve(t,e,n,r,!0).utc()}function d(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function p(t){return null==t._pf&&(t._pf=d()),t._pf}function _(t){if(null==t._isValid){var e=p(t),n=wr.call(e.parsedDateParts,function(t){return null!=t}),r=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(r=r&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function m(t){var e=h(NaN);return null!=t?f(p(e),t):p(e).userInvalidated=!0,e}function g(t,e){var n,r,i;if(u(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),u(e._i)||(t._i=e._i),u(e._f)||(t._f=e._f),u(e._l)||(t._l=e._l),u(e._strict)||(t._strict=e._strict),u(e._tzm)||(t._tzm=e._tzm),u(e._isUTC)||(t._isUTC=e._isUTC),u(e._offset)||(t._offset=e._offset),u(e._pf)||(t._pf=p(e)),u(e._locale)||(t._locale=e._locale),Lr.length>0)for(n=0;n<Lr.length;n++)r=Lr[n],i=e[r],u(i)||(t[r]=i);return t}function y(t){g(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===kr&&(kr=!0,e.updateOffset(this),kr=!1)}function v(t){return t instanceof y||null!=t&&null!=t._isAMomentObject}function M(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function b(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=M(e)),n}function w(t,e,n){var r,i=Math.min(t.length,e.length),a=Math.abs(t.length-e.length),u=0;for(r=0;r<i;r++)(n&&t[r]!==e[r]||!n&&b(t[r])!==b(e[r]))&&u++;return u+a}function L(t){!1===e.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function k(t,n){var r=!0;return f(function(){if(null!=e.deprecationHandler&&e.deprecationHandler(null,t),r){for(var i,a=[],u=0;u<arguments.length;u++){if(i="","object"==typeof arguments[u]){i+="\n["+u+"] ";for(var o in arguments[0])i+=o+": "+arguments[0][o]+", ";i=i.slice(0,-2)}else i=arguments[u];a.push(i)}L(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),r=!1}return n.apply(this,arguments)},n)}function x(t,n){null!=e.deprecationHandler&&e.deprecationHandler(t,n),xr[t]||(L(n),xr[t]=!0)}function D(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function Y(t){var e,n;for(n in t)e=t[n],D(e)?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function T(t,e){var n,r=f({},t);for(n in e)l(e,n)&&(i(t[n])&&i(e[n])?(r[n]={},f(r[n],t[n]),f(r[n],e[n])):null!=e[n]?r[n]=e[n]:delete r[n]);for(n in t)l(t,n)&&!l(e,n)&&i(t[n])&&(r[n]=f({},r[n]));return r}function A(t){null!=t&&this.set(t)}function E(t,e,n){var r=this._calendar[t]||this._calendar.sameElse;return D(r)?r.call(e,n):r}function S(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,function(t){return t.slice(1)}),this._longDateFormat[t])}function j(){return this._invalidDate}function C(t){return this._ordinal.replace("%d",t)}function F(t,e,n,r){var i=this._relativeTime[n];return D(i)?i(t,e,n,r):i.replace(/%d/i,t)}function O(t,e){var n=this._relativeTime[t>0?"future":"past"];return D(n)?n(e):n.replace(/%s/i,e)}function H(t,e){var n=t.toLowerCase();Cr[n]=Cr[n+"s"]=Cr[e]=t}function P(t){return"string"==typeof t?Cr[t]||Cr[t.toLowerCase()]:void 0}function N(t){var e,n,r={};for(n in t)l(t,n)&&(e=P(n))&&(r[e]=t[n]);return r}function I(t,e){Fr[t]=e}function B(t){var e=[];for(var n in t)e.push({unit:n,priority:Fr[n]});return e.sort(function(t,e){return t.priority-e.priority}),e}function R(t,n){return function(r){return null!=r?(z(this,t,r),e.updateOffset(this,n),this):W(this,t)}}function W(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function z(t,e,n){t.isValid()&&t._d["set"+(t._isUTC?"UTC":"")+e](n)}function q(t){return t=P(t),D(this[t])?this[t]():this}function U(t,e){if("object"==typeof t){t=N(t);for(var n=B(t),r=0;r<n.length;r++)this[n[r].unit](t[n[r].unit])}else if(t=P(t),D(this[t]))return this[t](e);return this}function $(t,e,n){var r=""+Math.abs(t),i=e-r.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}function V(t,e,n,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),t&&(Nr[t]=i),e&&(Nr[e[0]]=function(){return $(i.apply(this,arguments),e[1],e[2])}),n&&(Nr[n]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function G(t){return t.match(/\[[\s\S]/)?t.replace(/^\[|\]$/g,""):t.replace(/\\/g,"")}function J(t){var e,n,r=t.match(Or);for(e=0,n=r.length;e<n;e++)Nr[r[e]]?r[e]=Nr[r[e]]:r[e]=G(r[e]);return function(e){var i,a="";for(i=0;i<n;i++)a+=D(r[i])?r[i].call(e,t):r[i];return a}}function Z(t,e){return t.isValid()?(e=K(e,t.localeData()),Pr[e]=Pr[e]||J(e),Pr[e](t)):t.localeData().invalidDate()}function K(t,e){function n(t){return e.longDateFormat(t)||t}var r=5;for(Hr.lastIndex=0;r>=0&&Hr.test(t);)t=t.replace(Hr,n),Hr.lastIndex=0,r-=1;return t}function X(t,e,n){ni[t]=D(e)?e:function(t,r){return t&&n?n:e}}function Q(t,e){return l(ni,t)?ni[t](e._strict,e._locale):new RegExp(tt(t))}function tt(t){return et(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(t,e,n,r,i){return e||n||r||i}))}function et(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function nt(t,e){var n,r=e;for("string"==typeof t&&(t=[t]),o(e)&&(r=function(t,n){n[e]=b(t)}),n=0;n<t.length;n++)ri[t[n]]=r}function rt(t,e){nt(t,function(t,n,r,i){r._w=r._w||{},e(t,r._w,r,i)})}function it(t,e,n){null!=e&&l(ri,t)&&ri[t](e,n._a,n,t)}function at(t,e){return new Date(Date.UTC(t,e+1,0)).getUTCDate()}function ut(t,e){return t?r(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||pi).test(e)?"format":"standalone"][t.month()]:r(this._months)?this._months:this._months.standalone}function ot(t,e){return t?r(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[pi.test(e)?"format":"standalone"][t.month()]:r(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function st(t,e,n){var r,i,a,u=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)a=h([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(a,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(a,"").toLocaleLowerCase();return n?"MMM"===e?(i=di.call(this._shortMonthsParse,u),-1!==i?i:null):(i=di.call(this._longMonthsParse,u),-1!==i?i:null):"MMM"===e?-1!==(i=di.call(this._shortMonthsParse,u))?i:(i=di.call(this._longMonthsParse,u),-1!==i?i:null):-1!==(i=di.call(this._longMonthsParse,u))?i:(i=di.call(this._shortMonthsParse,u),-1!==i?i:null)}function ct(t,e,n){var r,i,a;if(this._monthsParseExact)return st.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=h([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(a="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(a.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[r].test(t))return r;if(n&&"MMM"===e&&this._shortMonthsParse[r].test(t))return r;if(!n&&this._monthsParse[r].test(t))return r}}function lt(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=b(e);else if(e=t.localeData().monthsParse(e),!o(e))return t;return n=Math.min(t.date(),at(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function ft(t){return null!=t?(lt(this,t),e.updateOffset(this,!0),this):W(this,"Month")}function ht(){return at(this.year(),this.month())}function dt(t){return this._monthsParseExact?(l(this,"_monthsRegex")||_t.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(l(this,"_monthsShortRegex")||(this._monthsShortRegex=gi),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)}function pt(t){return this._monthsParseExact?(l(this,"_monthsRegex")||_t.call(this),t?this._monthsStrictRegex:this._monthsRegex):(l(this,"_monthsRegex")||(this._monthsRegex=yi),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)}function _t(){function t(t,e){return e.length-t.length}var e,n,r=[],i=[],a=[];for(e=0;e<12;e++)n=h([2e3,e]),r.push(this.monthsShort(n,"")),i.push(this.months(n,"")),a.push(this.months(n,"")),a.push(this.monthsShort(n,""));for(r.sort(t),i.sort(t),a.sort(t),e=0;e<12;e++)r[e]=et(r[e]),i[e]=et(i[e]);for(e=0;e<24;e++)a[e]=et(a[e]);this._monthsRegex=new RegExp("^("+a.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function mt(t){return gt(t)?366:365}function gt(t){return t%4==0&&t%100!=0||t%400==0}function yt(){return gt(this.year())}function vt(t,e,n,r,i,a,u){var o=new Date(t,e,n,r,i,a,u);return t<100&&t>=0&&isFinite(o.getFullYear())&&o.setFullYear(t),o}function Mt(t){var e=new Date(Date.UTC.apply(null,arguments));return t<100&&t>=0&&isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t),e}function bt(t,e,n){var r=7+e-n;return-(7+Mt(t,0,r).getUTCDay()-e)%7+r-1}function wt(t,e,n,r,i){var a,u,o=(7+n-r)%7,s=bt(t,r,i),c=1+7*(e-1)+o+s;return c<=0?(a=t-1,u=mt(a)+c):c>mt(t)?(a=t+1,u=c-mt(t)):(a=t,u=c),{year:a,dayOfYear:u}}function Lt(t,e,n){var r,i,a=bt(t.year(),e,n),u=Math.floor((t.dayOfYear()-a-1)/7)+1;return u<1?(i=t.year()-1,r=u+kt(i,e,n)):u>kt(t.year(),e,n)?(r=u-kt(t.year(),e,n),i=t.year()+1):(i=t.year(),r=u),{week:r,year:i}}function kt(t,e,n){var r=bt(t,e,n),i=bt(t+1,e,n);return(mt(t)-r+i)/7}function xt(t){return Lt(t,this._week.dow,this._week.doy).week}function Dt(){return this._week.dow}function Yt(){return this._week.doy}function Tt(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")}function At(t){var e=Lt(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")}function Et(t,e){return"string"!=typeof t?t:isNaN(t)?(t=e.weekdaysParse(t),"number"==typeof t?t:null):parseInt(t,10)}function St(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}function jt(t,e){return t?r(this._weekdays)?this._weekdays[t.day()]:this._weekdays[this._weekdays.isFormat.test(e)?"format":"standalone"][t.day()]:r(this._weekdays)?this._weekdays:this._weekdays.standalone}function Ct(t){return t?this._weekdaysShort[t.day()]:this._weekdaysShort}function Ft(t){return t?this._weekdaysMin[t.day()]:this._weekdaysMin}function Ot(t,e,n){var r,i,a,u=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)a=h([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"===e?(i=di.call(this._weekdaysParse,u),-1!==i?i:null):"ddd"===e?(i=di.call(this._shortWeekdaysParse,u),-1!==i?i:null):(i=di.call(this._minWeekdaysParse,u),-1!==i?i:null):"dddd"===e?-1!==(i=di.call(this._weekdaysParse,u))?i:-1!==(i=di.call(this._shortWeekdaysParse,u))?i:(i=di.call(this._minWeekdaysParse,u),-1!==i?i:null):"ddd"===e?-1!==(i=di.call(this._shortWeekdaysParse,u))?i:-1!==(i=di.call(this._weekdaysParse,u))?i:(i=di.call(this._minWeekdaysParse,u),-1!==i?i:null):-1!==(i=di.call(this._minWeekdaysParse,u))?i:-1!==(i=di.call(this._weekdaysParse,u))?i:(i=di.call(this._shortWeekdaysParse,u),-1!==i?i:null)}function Ht(t,e,n){var r,i,a;if(this._weekdaysParseExact)return Ot.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=h([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"===e&&this._fullWeekdaysParse[r].test(t))return r;if(n&&"ddd"===e&&this._shortWeekdaysParse[r].test(t))return r;if(n&&"dd"===e&&this._minWeekdaysParse[r].test(t))return r;if(!n&&this._weekdaysParse[r].test(t))return r}}function Pt(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=Et(t,this.localeData()),this.add(t-e,"d")):e}function Nt(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")}function It(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=St(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7}function Bt(t){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||zt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=ki),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)}function Rt(t){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||zt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=xi),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Wt(t){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||zt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Di),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function zt(){function t(t,e){return e.length-t.length}var e,n,r,i,a,u=[],o=[],s=[],c=[];for(e=0;e<7;e++)n=h([2e3,1]).day(e),r=this.weekdaysMin(n,""),i=this.weekdaysShort(n,""),a=this.weekdays(n,""),u.push(r),o.push(i),s.push(a),c.push(r),c.push(i),c.push(a);for(u.sort(t),o.sort(t),s.sort(t),c.sort(t),e=0;e<7;e++)o[e]=et(o[e]),s[e]=et(s[e]),c[e]=et(c[e]);this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+u.join("|")+")","i")}function qt(){return this.hours()%12||12}function Ut(){return this.hours()||24}function $t(t,e){V(t,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)})}function Vt(t,e){return e._meridiemParse}function Gt(t){return"p"===(t+"").toLowerCase().charAt(0)}function Jt(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"}function Zt(t){return t?t.toLowerCase().replace("_","-"):t}function Kt(t){for(var e,n,r,i,a=0;a<t.length;){for(i=Zt(t[a]).split("-"),e=i.length,n=Zt(t[a+1]),n=n?n.split("-"):null;e>0;){if(r=Xt(i.slice(0,e).join("-")))return r;if(n&&n.length>=e&&w(i,n,!0)>=e-1)break;e--}a++}return null}function Xt(e){var r=null;if(!Si[e]&&void 0!==t&&t&&t.exports)try{r=Yi._abbr,n(249)("./"+e),Qt(r)}catch(t){}return Si[e]}function Qt(t,e){var n;return t&&(n=u(e)?ne(t):te(t,e))&&(Yi=n),Yi._abbr}function te(t,e){if(null!==e){var n=Ei;if(e.abbr=t,null!=Si[t])x("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."),n=Si[t]._config;else if(null!=e.parentLocale){if(null==Si[e.parentLocale])return ji[e.parentLocale]||(ji[e.parentLocale]=[]),ji[e.parentLocale].push({name:t,config:e}),null;n=Si[e.parentLocale]._config}return Si[t]=new A(T(n,e)),ji[t]&&ji[t].forEach(function(t){te(t.name,t.config)}),Qt(t),Si[t]}return delete Si[t],null}function ee(t,e){if(null!=e){var n,r=Ei;null!=Si[t]&&(r=Si[t]._config),e=T(r,e),n=new A(e),n.parentLocale=Si[t],Si[t]=n,Qt(t)}else null!=Si[t]&&(null!=Si[t].parentLocale?Si[t]=Si[t].parentLocale:null!=Si[t]&&delete Si[t]);return Si[t]}function ne(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Yi;if(!r(t)){if(e=Xt(t))return e;t=[t]}return Kt(t)}function re(){return Tr(Si)}function ie(t){var e,n=t._a;return n&&-2===p(t).overflow&&(e=n[ai]<0||n[ai]>11?ai:n[ui]<1||n[ui]>at(n[ii],n[ai])?ui:n[oi]<0||n[oi]>24||24===n[oi]&&(0!==n[si]||0!==n[ci]||0!==n[li])?oi:n[si]<0||n[si]>59?si:n[ci]<0||n[ci]>59?ci:n[li]<0||n[li]>999?li:-1,p(t)._overflowDayOfYear&&(e<ii||e>ui)&&(e=ui),p(t)._overflowWeeks&&-1===e&&(e=fi),p(t)._overflowWeekday&&-1===e&&(e=hi),p(t).overflow=e),t}function ae(t){var e,n,r,i,a,u,o=t._i,s=Ci.exec(o)||Fi.exec(o);if(s){for(p(t).iso=!0,e=0,n=Hi.length;e<n;e++)if(Hi[e][1].exec(s[1])){i=Hi[e][0],r=!1!==Hi[e][2];break}if(null==i)return void(t._isValid=!1);if(s[3]){for(e=0,n=Pi.length;e<n;e++)if(Pi[e][1].exec(s[3])){a=(s[2]||" ")+Pi[e][0];break}if(null==a)return void(t._isValid=!1)}if(!r&&null!=a)return void(t._isValid=!1);if(s[4]){if(!Oi.exec(s[4]))return void(t._isValid=!1);u="Z"}t._f=i+(a||"")+(u||""),he(t)}else t._isValid=!1}function ue(t){var e,n,r,i,a,u,o,s,c={" GMT":" +0000"," EDT":" -0400"," EST":" -0500"," CDT":" -0500"," CST":" -0600"," MDT":" -0600"," MST":" -0700"," PDT":" -0700"," PST":" -0800"},l="YXWVUTSRQPONZABCDEFGHIKLM";if(e=t._i.replace(/\([^\)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s|\s$/g,""),n=Ii.exec(e)){if(r=n[1]?"ddd"+(5===n[1].length?", ":" "):"",i="D MMM "+(n[2].length>10?"YYYY ":"YY "),a="HH:mm"+(n[4]?":ss":""),n[1]){var f=new Date(n[2]),h=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][f.getDay()];if(n[1].substr(0,3)!==h)return p(t).weekdayMismatch=!0,void(t._isValid=!1)}switch(n[5].length){case 2:0===s?o=" +0000":(s=l.indexOf(n[5][1].toUpperCase())-12,o=(s<0?" -":" +")+(""+s).replace(/^-?/,"0").match(/..$/)[0]+"00");break;case 4:o=c[n[5]];break;default:o=c[" GMT"]}n[5]=o,t._i=n.splice(1).join(""),u=" ZZ",t._f=r+i+a+u,he(t),p(t).rfc2822=!0}else t._isValid=!1}function oe(t){var n=Ni.exec(t._i);if(null!==n)return void(t._d=new Date(+n[1]));ae(t),!1===t._isValid&&(delete t._isValid,ue(t),!1===t._isValid&&(delete t._isValid,e.createFromInputFallback(t)))}function se(t,e,n){return null!=t?t:null!=e?e:n}function ce(t){var n=new Date(e.now());return t._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()]}function le(t){var e,n,r,i,a=[];if(!t._d){for(r=ce(t),t._w&&null==t._a[ui]&&null==t._a[ai]&&fe(t),null!=t._dayOfYear&&(i=se(t._a[ii],r[ii]),(t._dayOfYear>mt(i)||0===t._dayOfYear)&&(p(t)._overflowDayOfYear=!0),n=Mt(i,0,t._dayOfYear),t._a[ai]=n.getUTCMonth(),t._a[ui]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=r[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[oi]&&0===t._a[si]&&0===t._a[ci]&&0===t._a[li]&&(t._nextDay=!0,t._a[oi]=0),t._d=(t._useUTC?Mt:vt).apply(null,a),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[oi]=24)}}function fe(t){var e,n,r,i,a,u,o,s;if(e=t._w,null!=e.GG||null!=e.W||null!=e.E)a=1,u=4,n=se(e.GG,t._a[ii],Lt(Me(),1,4).year),r=se(e.W,1),((i=se(e.E,1))<1||i>7)&&(s=!0);else{a=t._locale._week.dow,u=t._locale._week.doy;var c=Lt(Me(),a,u);n=se(e.gg,t._a[ii],c.year),r=se(e.w,c.week),null!=e.d?((i=e.d)<0||i>6)&&(s=!0):null!=e.e?(i=e.e+a,(e.e<0||e.e>6)&&(s=!0)):i=a}r<1||r>kt(n,a,u)?p(t)._overflowWeeks=!0:null!=s?p(t)._overflowWeekday=!0:(o=wt(n,r,i,a,u),t._a[ii]=o.year,t._dayOfYear=o.dayOfYear)}function he(t){if(t._f===e.ISO_8601)return void ae(t);if(t._f===e.RFC_2822)return void ue(t);t._a=[],p(t).empty=!0;var n,r,i,a,u,o=""+t._i,s=o.length,c=0;for(i=K(t._f,t._locale).match(Or)||[],n=0;n<i.length;n++)a=i[n],r=(o.match(Q(a,t))||[])[0],r&&(u=o.substr(0,o.indexOf(r)),u.length>0&&p(t).unusedInput.push(u),o=o.slice(o.indexOf(r)+r.length),c+=r.length),Nr[a]?(r?p(t).empty=!1:p(t).unusedTokens.push(a),it(a,r,t)):t._strict&&!r&&p(t).unusedTokens.push(a);p(t).charsLeftOver=s-c,o.length>0&&p(t).unusedInput.push(o),t._a[oi]<=12&&!0===p(t).bigHour&&t._a[oi]>0&&(p(t).bigHour=void 0),p(t).parsedDateParts=t._a.slice(0),p(t).meridiem=t._meridiem,t._a[oi]=de(t._locale,t._a[oi],t._meridiem),le(t),ie(t)}function de(t,e,n){var r;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?(r=t.isPM(n),r&&e<12&&(e+=12),r||12!==e||(e=0),e):e}function pe(t){var e,n,r,i,a;if(0===t._f.length)return p(t).invalidFormat=!0,void(t._d=new Date(NaN));for(i=0;i<t._f.length;i++)a=0,e=g({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[i],he(e),_(e)&&(a+=p(e).charsLeftOver,a+=10*p(e).unusedTokens.length,p(e).score=a,(null==r||a<r)&&(r=a,n=e));f(t,n||e)}function _e(t){if(!t._d){var e=N(t._i);t._a=c([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],function(t){return t&&parseInt(t,10)}),le(t)}}function me(t){var e=new y(ie(ge(t)));return e._nextDay&&(e.add(1,"d"),e._nextDay=void 0),e}function ge(t){var e=t._i,n=t._f;return t._locale=t._locale||ne(t._l),null===e||void 0===n&&""===e?m({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),v(e)?new y(ie(e)):(s(e)?t._d=e:r(n)?pe(t):n?he(t):ye(t),_(t)||(t._d=null),t))}function ye(t){var n=t._i;u(n)?t._d=new Date(e.now()):s(n)?t._d=new Date(n.valueOf()):"string"==typeof n?oe(t):r(n)?(t._a=c(n.slice(0),function(t){return parseInt(t,10)}),le(t)):i(n)?_e(t):o(n)?t._d=new Date(n):e.createFromInputFallback(t)}function ve(t,e,n,u,o){var s={};return!0!==n&&!1!==n||(u=n,n=void 0),(i(t)&&a(t)||r(t)&&0===t.length)&&(t=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=o,s._l=n,s._i=t,s._f=e,s._strict=u,me(s)}function Me(t,e,n,r){return ve(t,e,n,r,!1)}function be(t,e){var n,i;if(1===e.length&&r(e[0])&&(e=e[0]),!e.length)return Me();for(n=e[0],i=1;i<e.length;++i)e[i].isValid()&&!e[i][t](n)||(n=e[i]);return n}function we(){return be("isBefore",[].slice.call(arguments,0))}function Le(){return be("isAfter",[].slice.call(arguments,0))}function ke(t){for(var e in t)if(-1===zi.indexOf(e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,r=0;r<zi.length;++r)if(t[zi[r]]){if(n)return!1;parseFloat(t[zi[r]])!==b(t[zi[r]])&&(n=!0)}return!0}function xe(){return this._isValid}function De(){return Ue(NaN)}function Ye(t){var e=N(t),n=e.year||0,r=e.quarter||0,i=e.month||0,a=e.week||0,u=e.day||0,o=e.hour||0,s=e.minute||0,c=e.second||0,l=e.millisecond||0;this._isValid=ke(e),this._milliseconds=+l+1e3*c+6e4*s+1e3*o*60*60,this._days=+u+7*a,this._months=+i+3*r+12*n,this._data={},this._locale=ne(),this._bubble()}function Te(t){return t instanceof Ye}function Ae(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Ee(t,e){V(t,0,0,function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+$(~~(t/60),2)+e+$(~~t%60,2)})}function Se(t,e){var n=(e||"").match(t);if(null===n)return null;var r=n[n.length-1]||[],i=(r+"").match(qi)||["-",0,0],a=60*i[1]+b(i[2]);return 0===a?0:"+"===i[0]?a:-a}function je(t,n){var r,i;return n._isUTC?(r=n.clone(),i=(v(t)||s(t)?t.valueOf():Me(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+i),e.updateOffset(r,!1),r):Me(t).local()}function Ce(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function Fe(t,n,r){var i,a=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Se(Qr,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&n&&(i=Ce(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),a!==t&&(!n||this._changeInProgress?Ze(this,Ue(t-a,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,e.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?a:Ce(this)}function Oe(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()}function He(t){return this.utcOffset(0,t)}function Pe(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ce(this),"m")),this}function Ne(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Se(Xr,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this}function Ie(t){return!!this.isValid()&&(t=t?Me(t).utcOffset():0,(this.utcOffset()-t)%60==0)}function Be(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Re(){if(!u(this._isDSTShifted))return this._isDSTShifted;var t={};if(g(t,this),t=ge(t),t._a){var e=t._isUTC?h(t._a):Me(t._a);this._isDSTShifted=this.isValid()&&w(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function We(){return!!this.isValid()&&!this._isUTC}function ze(){return!!this.isValid()&&this._isUTC}function qe(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Ue(t,e){var n,r,i,a=t,u=null;return Te(t)?a={ms:t._milliseconds,d:t._days,M:t._months}:o(t)?(a={},e?a[e]=t:a.milliseconds=t):(u=Ui.exec(t))?(n="-"===u[1]?-1:1,a={y:0,d:b(u[ui])*n,h:b(u[oi])*n,m:b(u[si])*n,s:b(u[ci])*n,ms:b(Ae(1e3*u[li]))*n}):(u=$i.exec(t))?(n="-"===u[1]?-1:1,a={y:$e(u[2],n),M:$e(u[3],n),w:$e(u[4],n),d:$e(u[5],n),h:$e(u[6],n),m:$e(u[7],n),s:$e(u[8],n)}):null==a?a={}:"object"==typeof a&&("from"in a||"to"in a)&&(i=Ge(Me(a.from),Me(a.to)),a={},a.ms=i.milliseconds,a.M=i.months),r=new Ye(a),Te(t)&&l(t,"_locale")&&(r._locale=t._locale),r}function $e(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function Ve(t,e){var n={milliseconds:0,months:0};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Ge(t,e){var n;return t.isValid()&&e.isValid()?(e=je(e,t),t.isBefore(e)?n=Ve(t,e):(n=Ve(e,t),n.milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Je(t,e){return function(n,r){var i,a;return null===r||isNaN(+r)||(x(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),a=n,n=r,r=a),n="string"==typeof n?+n:n,i=Ue(n,r),Ze(this,i,t),this}}function Ze(t,n,r,i){var a=n._milliseconds,u=Ae(n._days),o=Ae(n._months);t.isValid()&&(i=null==i||i,a&&t._d.setTime(t._d.valueOf()+a*r),u&&z(t,"Date",W(t,"Date")+u*r),o&&lt(t,W(t,"Month")+o*r),i&&e.updateOffset(t,u||o))}function Ke(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Xe(t,n){var r=t||Me(),i=je(r,this).startOf("day"),a=e.calendarFormat(this,i)||"sameElse",u=n&&(D(n[a])?n[a].call(this,r):n[a]);return this.format(u||this.localeData().calendar(a,this,Me(r)))}function Qe(){return new y(this)}function tn(t,e){var n=v(t)?t:Me(t);return!(!this.isValid()||!n.isValid())&&(e=P(u(e)?"millisecond":e),"millisecond"===e?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())}function en(t,e){var n=v(t)?t:Me(t);return!(!this.isValid()||!n.isValid())&&(e=P(u(e)?"millisecond":e),"millisecond"===e?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())}function nn(t,e,n,r){return r=r||"()",("("===r[0]?this.isAfter(t,n):!this.isBefore(t,n))&&(")"===r[1]?this.isBefore(e,n):!this.isAfter(e,n))}function rn(t,e){var n,r=v(t)?t:Me(t);return!(!this.isValid()||!r.isValid())&&(e=P(e||"millisecond"),"millisecond"===e?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))}function an(t,e){return this.isSame(t,e)||this.isAfter(t,e)}function un(t,e){return this.isSame(t,e)||this.isBefore(t,e)}function on(t,e,n){var r,i,a,u;return this.isValid()?(r=je(t,this),r.isValid()?(i=6e4*(r.utcOffset()-this.utcOffset()),e=P(e),"year"===e||"month"===e||"quarter"===e?(u=sn(this,r),"quarter"===e?u/=3:"year"===e&&(u/=12)):(a=this-r,u="second"===e?a/1e3:"minute"===e?a/6e4:"hour"===e?a/36e5:"day"===e?(a-i)/864e5:"week"===e?(a-i)/6048e5:a),n?u:M(u)):NaN):NaN}function sn(t,e){var n,r,i=12*(e.year()-t.year())+(e.month()-t.month()),a=t.clone().add(i,"months");return e-a<0?(n=t.clone().add(i-1,"months"),r=(e-a)/(a-n)):(n=t.clone().add(i+1,"months"),r=(e-a)/(n-a)),-(i+r)||0}function cn(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ln(){if(!this.isValid())return null;var t=this.clone().utc();return t.year()<0||t.year()>9999?Z(t,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):D(Date.prototype.toISOString)?this.toDate().toISOString():Z(t,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function fn(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',r=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",i=e+'[")]';return this.format(n+r+"-MM-DD[T]HH:mm:ss.SSS"+i)}function hn(t){t||(t=this.isUtc()?e.defaultFormatUtc:e.defaultFormat);var n=Z(this,t);return this.localeData().postformat(n)}function dn(t,e){return this.isValid()&&(v(t)&&t.isValid()||Me(t).isValid())?Ue({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function pn(t){return this.from(Me(),t)}function _n(t,e){return this.isValid()&&(v(t)&&t.isValid()||Me(t).isValid())?Ue({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()}function mn(t){return this.to(Me(),t)}function gn(t){var e;return void 0===t?this._locale._abbr:(e=ne(t),null!=e&&(this._locale=e),this)}function yn(){return this._locale}function vn(t){switch(t=P(t)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===t&&this.weekday(0),"isoWeek"===t&&this.isoWeekday(1),"quarter"===t&&this.month(3*Math.floor(this.month()/3)),this}function Mn(t){return void 0===(t=P(t))||"millisecond"===t?this:("date"===t&&(t="day"),this.startOf(t).add(1,"isoWeek"===t?"week":t).subtract(1,"ms"))}function bn(){return this._d.valueOf()-6e4*(this._offset||0)}function wn(){return Math.floor(this.valueOf()/1e3)}function Ln(){return new Date(this.valueOf())}function kn(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]}function xn(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}}function Dn(){return this.isValid()?this.toISOString():null}function Yn(){return _(this)}function Tn(){return f({},p(this))}function An(){return p(this).overflow}function En(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Sn(t,e){V(0,[t,t.length],0,e)}function jn(t){return Hn.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Cn(t){return Hn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)}function Fn(){return kt(this.year(),1,4)}function On(){var t=this.localeData()._week;return kt(this.year(),t.dow,t.doy)}function Hn(t,e,n,r,i){var a;return null==t?Lt(this,r,i).year:(a=kt(t,r,i),e>a&&(e=a),Pn.call(this,t,e,n,r,i))}function Pn(t,e,n,r,i){var a=wt(t,e,n,r,i),u=Mt(a.year,0,a.dayOfYear);return this.year(u.getUTCFullYear()),this.month(u.getUTCMonth()),this.date(u.getUTCDate()),this}function Nn(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)}function In(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")}function Bn(t,e){e[li]=b(1e3*("0."+t))}function Rn(){return this._isUTC?"UTC":""}function Wn(){return this._isUTC?"Coordinated Universal Time":""}function zn(t){return Me(1e3*t)}function qn(){return Me.apply(null,arguments).parseZone()}function Un(t){return t}function $n(t,e,n,r){var i=ne(),a=h().set(r,e);return i[n](a,t)}function Vn(t,e,n){if(o(t)&&(e=t,t=void 0),t=t||"",null!=e)return $n(t,e,n,"month");var r,i=[];for(r=0;r<12;r++)i[r]=$n(t,r,n,"month");return i}function Gn(t,e,n,r){"boolean"==typeof t?(o(e)&&(n=e,e=void 0),e=e||""):(e=t,n=e,t=!1,o(e)&&(n=e,e=void 0),e=e||"");var i=ne(),a=t?i._week.dow:0;if(null!=n)return $n(e,(n+a)%7,r,"day");var u,s=[];for(u=0;u<7;u++)s[u]=$n(e,(u+a)%7,r,"day");return s}function Jn(t,e){return Vn(t,e,"months")}function Zn(t,e){return Vn(t,e,"monthsShort")}function Kn(t,e,n){return Gn(t,e,n,"weekdays")}function Xn(t,e,n){return Gn(t,e,n,"weekdaysShort")}function Qn(t,e,n){return Gn(t,e,n,"weekdaysMin")}function tr(){var t=this._data;return this._milliseconds=ra(this._milliseconds),this._days=ra(this._days),this._months=ra(this._months),t.milliseconds=ra(t.milliseconds),t.seconds=ra(t.seconds),t.minutes=ra(t.minutes),t.hours=ra(t.hours),t.months=ra(t.months),t.years=ra(t.years),this}function er(t,e,n,r){var i=Ue(e,n);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function nr(t,e){return er(this,t,e,1)}function rr(t,e){return er(this,t,e,-1)}function ir(t){return t<0?Math.floor(t):Math.ceil(t)}function ar(){var t,e,n,r,i,a=this._milliseconds,u=this._days,o=this._months,s=this._data;return a>=0&&u>=0&&o>=0||a<=0&&u<=0&&o<=0||(a+=864e5*ir(or(o)+u),u=0,o=0),s.milliseconds=a%1e3,t=M(a/1e3),s.seconds=t%60,e=M(t/60),s.minutes=e%60,n=M(e/60),s.hours=n%24,u+=M(n/24),i=M(ur(u)),o+=i,u-=ir(or(i)),r=M(o/12),o%=12,s.days=u,s.months=o,s.years=r,this}function ur(t){return 4800*t/146097}function or(t){return 146097*t/4800}function sr(t){if(!this.isValid())return NaN;var e,n,r=this._milliseconds;if("month"===(t=P(t))||"year"===t)return e=this._days+r/864e5,n=this._months+ur(e),"month"===t?n:n/12;switch(e=this._days+Math.round(or(this._months)),t){case"week":return e/7+r/6048e5;case"day":return e+r/864e5;case"hour":return 24*e+r/36e5;case"minute":return 1440*e+r/6e4;case"second":return 86400*e+r/1e3;case"millisecond":return Math.floor(864e5*e)+r;default:throw new Error("Unknown unit "+t)}}function cr(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*b(this._months/12):NaN}function lr(t){return function(){return this.as(t)}}function fr(t){return t=P(t),this.isValid()?this[t+"s"]():NaN}function hr(t){return function(){return this.isValid()?this._data[t]:NaN}}function dr(){return M(this.days()/7)}function pr(t,e,n,r,i){return i.relativeTime(e||1,!!n,t,r)}function _r(t,e,n){var r=Ue(t).abs(),i=va(r.as("s")),a=va(r.as("m")),u=va(r.as("h")),o=va(r.as("d")),s=va(r.as("M")),c=va(r.as("y")),l=i<=Ma.ss&&["s",i]||i<Ma.s&&["ss",i]||a<=1&&["m"]||a<Ma.m&&["mm",a]||u<=1&&["h"]||u<Ma.h&&["hh",u]||o<=1&&["d"]||o<Ma.d&&["dd",o]||s<=1&&["M"]||s<Ma.M&&["MM",s]||c<=1&&["y"]||["yy",c];return l[2]=e,l[3]=+t>0,l[4]=n,pr.apply(null,l)}function mr(t){return void 0===t?va:"function"==typeof t&&(va=t,!0)}function gr(t,e){return void 0!==Ma[t]&&(void 0===e?Ma[t]:(Ma[t]=e,"s"===t&&(Ma.ss=e-1),!0))}function yr(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=_r(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)}function vr(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n,r=ba(this._milliseconds)/1e3,i=ba(this._days),a=ba(this._months);t=M(r/60),e=M(t/60),r%=60,t%=60,n=M(a/12),a%=12;var u=n,o=a,s=i,c=e,l=t,f=r,h=this.asSeconds();return h?(h<0?"-":"")+"P"+(u?u+"Y":"")+(o?o+"M":"")+(s?s+"D":"")+(c||l||f?"T":"")+(c?c+"H":"")+(l?l+"M":"")+(f?f+"S":""):"P0D"}var Mr,br;br=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,r=0;r<n;r++)if(r in e&&t.call(this,e[r],r,e))return!0;return!1};var wr=br,Lr=e.momentProperties=[],kr=!1,xr={};e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;var Dr;Dr=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)l(t,e)&&n.push(e);return n};var Yr,Tr=Dr,Ar={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Er={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"},Sr=/\d{1,2}/,jr={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",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Cr={},Fr={},Or=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Hr=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Pr={},Nr={},Ir=/\d/,Br=/\d\d/,Rr=/\d{3}/,Wr=/\d{4}/,zr=/[+-]?\d{6}/,qr=/\d\d?/,Ur=/\d\d\d\d?/,$r=/\d\d\d\d\d\d?/,Vr=/\d{1,3}/,Gr=/\d{1,4}/,Jr=/[+-]?\d{1,6}/,Zr=/\d+/,Kr=/[+-]?\d+/,Xr=/Z|[+-]\d\d:?\d\d/gi,Qr=/Z|[+-]\d\d(?::?\d\d)?/gi,ti=/[+-]?\d+(\.\d{1,3})?/,ei=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,ni={},ri={},ii=0,ai=1,ui=2,oi=3,si=4,ci=5,li=6,fi=7,hi=8;Yr=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1};var di=Yr;V("M",["MM",2],"Mo",function(){return this.month()+1}),V("MMM",0,0,function(t){return this.localeData().monthsShort(this,t)}),V("MMMM",0,0,function(t){return this.localeData().months(this,t)}),H("month","M"),I("month",8),X("M",qr),X("MM",qr,Br),X("MMM",function(t,e){return e.monthsShortRegex(t)}),X("MMMM",function(t,e){return e.monthsRegex(t)}),nt(["M","MM"],function(t,e){e[ai]=b(t)-1}),nt(["MMM","MMMM"],function(t,e,n,r){var i=n._locale.monthsParse(t,r,n._strict);null!=i?e[ai]=i:p(n).invalidMonth=t});var pi=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,_i="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),mi="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),gi=ei,yi=ei;V("Y",0,0,function(){var t=this.year();return t<=9999?""+t:"+"+t}),V(0,["YY",2],0,function(){return this.year()%100}),V(0,["YYYY",4],0,"year"),V(0,["YYYYY",5],0,"year"),V(0,["YYYYYY",6,!0],0,"year"),H("year","y"),I("year",1),X("Y",Kr),X("YY",qr,Br),X("YYYY",Gr,Wr),X("YYYYY",Jr,zr),X("YYYYYY",Jr,zr),nt(["YYYYY","YYYYYY"],ii),nt("YYYY",function(t,n){n[ii]=2===t.length?e.parseTwoDigitYear(t):b(t)}),nt("YY",function(t,n){n[ii]=e.parseTwoDigitYear(t)}),nt("Y",function(t,e){e[ii]=parseInt(t,10)}),e.parseTwoDigitYear=function(t){return b(t)+(b(t)>68?1900:2e3)};var vi=R("FullYear",!0);V("w",["ww",2],"wo","week"),V("W",["WW",2],"Wo","isoWeek"),H("week","w"),H("isoWeek","W"),I("week",5),I("isoWeek",5),X("w",qr),X("ww",qr,Br),X("W",qr),X("WW",qr,Br),rt(["w","ww","W","WW"],function(t,e,n,r){e[r.substr(0,1)]=b(t)});var Mi={dow:0,doy:6};V("d",0,"do","day"),V("dd",0,0,function(t){return this.localeData().weekdaysMin(this,t)}),V("ddd",0,0,function(t){return this.localeData().weekdaysShort(this,t)}),V("dddd",0,0,function(t){return this.localeData().weekdays(this,t)}),V("e",0,0,"weekday"),V("E",0,0,"isoWeekday"),H("day","d"),H("weekday","e"),H("isoWeekday","E"),I("day",11),I("weekday",11),I("isoWeekday",11),X("d",qr),X("e",qr),X("E",qr),X("dd",function(t,e){return e.weekdaysMinRegex(t)}),X("ddd",function(t,e){return e.weekdaysShortRegex(t)}),X("dddd",function(t,e){return e.weekdaysRegex(t)}),rt(["dd","ddd","dddd"],function(t,e,n,r){var i=n._locale.weekdaysParse(t,r,n._strict);null!=i?e.d=i:p(n).invalidWeekday=t}),rt(["d","e","E"],function(t,e,n,r){e[r]=b(t)});var bi="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),wi="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Li="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ki=ei,xi=ei,Di=ei;V("H",["HH",2],0,"hour"),V("h",["hh",2],0,qt),V("k",["kk",2],0,Ut),V("hmm",0,0,function(){return""+qt.apply(this)+$(this.minutes(),2)}),V("hmmss",0,0,function(){return""+qt.apply(this)+$(this.minutes(),2)+$(this.seconds(),2)}),V("Hmm",0,0,function(){return""+this.hours()+$(this.minutes(),2)}),V("Hmmss",0,0,function(){return""+this.hours()+$(this.minutes(),2)+$(this.seconds(),2)}),$t("a",!0),$t("A",!1),H("hour","h"),I("hour",13),X("a",Vt),X("A",Vt),X("H",qr),X("h",qr),X("k",qr),X("HH",qr,Br),X("hh",qr,Br),X("kk",qr,Br),X("hmm",Ur),X("hmmss",$r),X("Hmm",Ur),X("Hmmss",$r),nt(["H","HH"],oi),nt(["k","kk"],function(t,e,n){var r=b(t);e[oi]=24===r?0:r}),nt(["a","A"],function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t}),nt(["h","hh"],function(t,e,n){e[oi]=b(t),p(n).bigHour=!0}),nt("hmm",function(t,e,n){var r=t.length-2;e[oi]=b(t.substr(0,r)),e[si]=b(t.substr(r)),p(n).bigHour=!0}),nt("hmmss",function(t,e,n){var r=t.length-4,i=t.length-2;e[oi]=b(t.substr(0,r)),e[si]=b(t.substr(r,2)),e[ci]=b(t.substr(i)),p(n).bigHour=!0}),nt("Hmm",function(t,e,n){var r=t.length-2;e[oi]=b(t.substr(0,r)),e[si]=b(t.substr(r))}),nt("Hmmss",function(t,e,n){var r=t.length-4,i=t.length-2;e[oi]=b(t.substr(0,r)),e[si]=b(t.substr(r,2)),e[ci]=b(t.substr(i))});var Yi,Ti=/[ap]\.?m?\.?/i,Ai=R("Hours",!0),Ei={calendar:Ar,longDateFormat:Er,invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:Sr,relativeTime:jr,months:_i,monthsShort:mi,week:Mi,weekdays:bi,weekdaysMin:Li,weekdaysShort:wi,meridiemParse:Ti},Si={},ji={},Ci=/^\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)?)?$/,Fi=/^\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)?)?$/,Oi=/Z|[+-]\d\d(?::?\d\d)?/,Hi=[["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}/]],Pi=[["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/]],Ni=/^\/?Date\((\-?\d+)/i,Ii=/^((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d?\d\s(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(?:\d\d)?\d\d\s)(\d\d:\d\d)(\:\d\d)?(\s(?:UT|GMT|[ECMP][SD]T|[A-IK-Za-ik-z]|[+-]\d{4}))$/;e.createFromInputFallback=k("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))}),e.ISO_8601=function(){},e.RFC_2822=function(){};var Bi=k("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Me.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:m()}),Ri=k("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var t=Me.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:m()}),Wi=function(){return Date.now?Date.now():+new Date},zi=["year","quarter","month","week","day","hour","minute","second","millisecond"];Ee("Z",":"),Ee("ZZ",""),X("Z",Qr),X("ZZ",Qr),nt(["Z","ZZ"],function(t,e,n){n._useUTC=!0,n._tzm=Se(Qr,t)});var qi=/([\+\-]|\d\d)/gi;e.updateOffset=function(){};var Ui=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,$i=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Ue.fn=Ye.prototype,Ue.invalid=De;var Vi=Je(1,"add"),Gi=Je(-1,"subtract");e.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",e.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Ji=k("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(t){return void 0===t?this.localeData():this.locale(t)});V(0,["gg",2],0,function(){return this.weekYear()%100}),V(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Sn("gggg","weekYear"),Sn("ggggg","weekYear"),Sn("GGGG","isoWeekYear"),Sn("GGGGG","isoWeekYear"),H("weekYear","gg"),H("isoWeekYear","GG"),I("weekYear",1),I("isoWeekYear",1),X("G",Kr),X("g",Kr),X("GG",qr,Br),X("gg",qr,Br),X("GGGG",Gr,Wr),X("gggg",Gr,Wr),X("GGGGG",Jr,zr),X("ggggg",Jr,zr),rt(["gggg","ggggg","GGGG","GGGGG"],function(t,e,n,r){e[r.substr(0,2)]=b(t)}),rt(["gg","GG"],function(t,n,r,i){n[i]=e.parseTwoDigitYear(t)}),V("Q",0,"Qo","quarter"),H("quarter","Q"),I("quarter",7),X("Q",Ir),nt("Q",function(t,e){e[ai]=3*(b(t)-1)}),V("D",["DD",2],"Do","date"),H("date","D"),I("date",9),X("D",qr),X("DD",qr,Br),X("Do",function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient}),nt(["D","DD"],ui),nt("Do",function(t,e){e[ui]=b(t.match(qr)[0],10)});var Zi=R("Date",!0);V("DDD",["DDDD",3],"DDDo","dayOfYear"),H("dayOfYear","DDD"),I("dayOfYear",4),X("DDD",Vr),X("DDDD",Rr),nt(["DDD","DDDD"],function(t,e,n){n._dayOfYear=b(t)}),V("m",["mm",2],0,"minute"),H("minute","m"),I("minute",14),X("m",qr),X("mm",qr,Br),nt(["m","mm"],si);var Ki=R("Minutes",!1);V("s",["ss",2],0,"second"),H("second","s"),I("second",15),X("s",qr),X("ss",qr,Br),nt(["s","ss"],ci);var Xi=R("Seconds",!1);V("S",0,0,function(){return~~(this.millisecond()/100)}),V(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),V(0,["SSS",3],0,"millisecond"),V(0,["SSSS",4],0,function(){return 10*this.millisecond()}),V(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),V(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),V(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),V(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),V(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),H("millisecond","ms"),I("millisecond",16),X("S",Vr,Ir),X("SS",Vr,Br),X("SSS",Vr,Rr);var Qi;for(Qi="SSSS";Qi.length<=9;Qi+="S")X(Qi,Zr);for(Qi="S";Qi.length<=9;Qi+="S")nt(Qi,Bn);var ta=R("Milliseconds",!1);V("z",0,0,"zoneAbbr"),V("zz",0,0,"zoneName");var ea=y.prototype;ea.add=Vi,ea.calendar=Xe,ea.clone=Qe,ea.diff=on,ea.endOf=Mn,ea.format=hn,ea.from=dn,ea.fromNow=pn,ea.to=_n,ea.toNow=mn,ea.get=q,ea.invalidAt=An,ea.isAfter=tn,ea.isBefore=en,ea.isBetween=nn,ea.isSame=rn,ea.isSameOrAfter=an,ea.isSameOrBefore=un,ea.isValid=Yn,ea.lang=Ji,ea.locale=gn,ea.localeData=yn,ea.max=Ri,ea.min=Bi,ea.parsingFlags=Tn,ea.set=U,ea.startOf=vn,ea.subtract=Gi,ea.toArray=kn,ea.toObject=xn,ea.toDate=Ln,ea.toISOString=ln,ea.inspect=fn,ea.toJSON=Dn,ea.toString=cn,ea.unix=wn,ea.valueOf=bn,ea.creationData=En,ea.year=vi,ea.isLeapYear=yt,ea.weekYear=jn,ea.isoWeekYear=Cn,ea.quarter=ea.quarters=Nn,ea.month=ft,ea.daysInMonth=ht,ea.week=ea.weeks=Tt,ea.isoWeek=ea.isoWeeks=At,ea.weeksInYear=On,ea.isoWeeksInYear=Fn,ea.date=Zi,ea.day=ea.days=Pt,ea.weekday=Nt,ea.isoWeekday=It,ea.dayOfYear=In,ea.hour=ea.hours=Ai,ea.minute=ea.minutes=Ki,ea.second=ea.seconds=Xi,ea.millisecond=ea.milliseconds=ta,ea.utcOffset=Fe,ea.utc=He,ea.local=Pe,ea.parseZone=Ne,ea.hasAlignedHourOffset=Ie,ea.isDST=Be,ea.isLocal=We,ea.isUtcOffset=ze,ea.isUtc=qe,ea.isUTC=qe,ea.zoneAbbr=Rn,ea.zoneName=Wn,ea.dates=k("dates accessor is deprecated. Use date instead.",Zi),ea.months=k("months accessor is deprecated. Use month instead",ft),ea.years=k("years accessor is deprecated. Use year instead",vi),ea.zone=k("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Oe),ea.isDSTShifted=k("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Re);var na=A.prototype;na.calendar=E,na.longDateFormat=S,na.invalidDate=j,na.ordinal=C,na.preparse=Un,na.postformat=Un,na.relativeTime=F,na.pastFuture=O,na.set=Y,na.months=ut,na.monthsShort=ot,na.monthsParse=ct,na.monthsRegex=pt,na.monthsShortRegex=dt,na.week=xt,na.firstDayOfYear=Yt,na.firstDayOfWeek=Dt,na.weekdays=jt,na.weekdaysMin=Ft,na.weekdaysShort=Ct,na.weekdaysParse=Ht,na.weekdaysRegex=Bt,na.weekdaysShortRegex=Rt,na.weekdaysMinRegex=Wt,na.isPM=Gt,na.meridiem=Jt,Qt("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===b(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),e.lang=k("moment.lang is deprecated. Use moment.locale instead.",Qt),e.langData=k("moment.langData is deprecated. Use moment.localeData instead.",ne);var ra=Math.abs,ia=lr("ms"),aa=lr("s"),ua=lr("m"),oa=lr("h"),sa=lr("d"),ca=lr("w"),la=lr("M"),fa=lr("y"),ha=hr("milliseconds"),da=hr("seconds"),pa=hr("minutes"),_a=hr("hours"),ma=hr("days"),ga=hr("months"),ya=hr("years"),va=Math.round,Ma={ss:44,s:45,m:45,h:22,d:26,M:11},ba=Math.abs,wa=Ye.prototype;return wa.isValid=xe,wa.abs=tr,wa.add=nr,wa.subtract=rr,wa.as=sr,wa.asMilliseconds=ia,wa.asSeconds=aa,wa.asMinutes=ua,wa.asHours=oa,wa.asDays=sa,wa.asWeeks=ca,wa.asMonths=la,wa.asYears=fa,wa.valueOf=cr,wa._bubble=ar,wa.get=fr,wa.milliseconds=ha,wa.seconds=da,wa.minutes=pa,wa.hours=_a,wa.days=ma,wa.weeks=dr,wa.months=ga,wa.years=ya,wa.humanize=yr,wa.toISOString=vr,wa.toString=vr,wa.toJSON=vr,wa.locale=gn,wa.localeData=yn,wa.toIsoString=k("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",vr),wa.lang=Ji,V("X",0,0,"unix"),V("x",0,0,"valueOf"),X("x",Kr),X("X",ti),nt("X",function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))}),nt("x",function(t,e,n){n._d=new Date(b(t))}),e.version="2.18.1",function(t){Mr=t}(Me),e.fn=ea,e.min=we,e.max=Le,e.now=Wi,e.utc=h,e.unix=zn,e.months=Jn,e.isDate=s,e.locale=Qt,e.invalid=m,e.duration=Ue,e.isMoment=v,e.weekdays=Kn,e.parseZone=qn,e.localeData=ne,e.isDuration=Te,e.monthsShort=Zn,e.weekdaysMin=Qn,e.defineLocale=te,e.updateLocale=ee,e.locales=re,e.weekdaysShort=Xn,e.normalizeUnits=P,e.relativeTimeRounding=mr,e.relativeTimeThreshold=gr,e.calendarFormat=Ke,e.prototype=ea,e})}).call(e,n(3)(t))},function(t,e,n){var r;try{r=n(204)}catch(t){}r||(r=window._),t.exports=r},function(t,e){function n(t){var e=t.getUTCHours(),n=t.getUTCMinutes(),r=t.getSeconds(),i=t.getMilliseconds();return e<10&&(e="0"+e),n<10&&(n="0"+n),r<10&&(r="0"+r),i<100&&(i="0"+i),i<10&&(i="00"+i),e+":"+n+":"+r+" ("+i+")"}function r(t){return"%c "+n(new Date)+" :%c"+t+": "}var i=function(){},a=function(){},u=function(){},o=function(){},s=function(){};e.setLogLevel=function(t){t<6&&(e.Log.fatal=console.log.bind(console,r("FATAL"),"color:grey;","color: red;")),t<5&&(e.Log.error=console.log.bind(console,r("ERROR"),"color:grey;","color: red;")),t<4&&(e.Log.warn=console.log.bind(console,r("WARN"),"color:grey;","color: orange;")),t<3&&(e.Log.info=console.log.bind(console,r("INFO"),"color:grey;","color: info;")),t<2&&(e.Log.debug=console.log.bind(console,r("DEBUG"),"color:grey;","color: green;"))},e.Log={debug:i,info:a,warn:u,error:o,fatal:s}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";function r(t,e,n,r){var i;do{i=g.uniqueId(r)}while(t.hasNode(i));return n.dummy=e,t.setNode(i,n),i}function i(t){var e=(new y).setGraph(t.graph());return g.each(t.nodes(),function(n){e.setNode(n,t.node(n))}),g.each(t.edges(),function(n){var r=e.edge(n.v,n.w)||{weight:0,minlen:1},i=t.edge(n);e.setEdge(n.v,n.w,{weight:r.weight+i.weight,minlen:Math.max(r.minlen,i.minlen)})}),e}function a(t){var e=new y({multigraph:t.isMultigraph()}).setGraph(t.graph());return g.each(t.nodes(),function(n){t.children(n).length||e.setNode(n,t.node(n))}),g.each(t.edges(),function(n){e.setEdge(n,t.edge(n))}),e}function u(t){var e=g.map(t.nodes(),function(e){var n={};return g.each(t.outEdges(e),function(e){n[e.w]=(n[e.w]||0)+t.edge(e).weight}),n});return g.zipObject(t.nodes(),e)}function o(t){var e=g.map(t.nodes(),function(e){var n={};return g.each(t.inEdges(e),function(e){n[e.v]=(n[e.v]||0)+t.edge(e).weight}),n});return g.zipObject(t.nodes(),e)}function s(t,e){var n=t.x,r=t.y,i=e.x-n,a=e.y-r,u=t.width/2,o=t.height/2;if(!i&&!a)throw new Error("Not possible to find intersection inside of the rectangle");var s,c;return Math.abs(a)*u>Math.abs(i)*o?(a<0&&(o=-o),s=o*i/a,c=o):(i<0&&(u=-u),s=u,c=u*a/i),{x:n+s,y:r+c}}function c(t){var e=g.map(g.range(d(t)+1),function(){return[]});return g.each(t.nodes(),function(n){var r=t.node(n),i=r.rank;g.isUndefined(i)||(e[i][r.order]=n)}),e}function l(t){var e=g.min(g.map(t.nodes(),function(e){return t.node(e).rank}));g.each(t.nodes(),function(n){var r=t.node(n);g.has(r,"rank")&&(r.rank-=e)})}function f(t){var e=g.min(g.map(t.nodes(),function(e){return t.node(e).rank})),n=[];g.each(t.nodes(),function(r){var i=t.node(r).rank-e;n[i]||(n[i]=[]),n[i].push(r)});var r=0,i=t.graph().nodeRankFactor;g.each(n,function(e,n){g.isUndefined(e)&&n%i!=0?--r:r&&g.each(e,function(e){t.node(e).rank+=r})})}function h(t,e,n,i){var a={width:0,height:0};return arguments.length>=4&&(a.rank=n,a.order=i),r(t,"border",a,e)}function d(t){return g.max(g.map(t.nodes(),function(e){var n=t.node(e).rank;if(!g.isUndefined(n))return n}))}function p(t,e){var n={lhs:[],rhs:[]};return g.each(t,function(t){e(t)?n.lhs.push(t):n.rhs.push(t)}),n}function _(t,e){var n=g.now();try{return e()}finally{console.log(t+" time: "+(g.now()-n)+"ms")}}function m(t,e){return e()}var g=n(1),y=n(9).Graph;t.exports={addDummyNode:r,simplify:i,asNonCompoundGraph:a,successorWeights:u,predecessorWeights:o,intersectRect:s,buildLayerMatrix:c,normalizeRanks:l,removeEmptyRanks:f,addBorderNode:h,maxRank:d,partition:p,time:_,notime:m}},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var r;try{r=n(177)}catch(t){}r||(r=window._),t.exports=r},function(t,e,n){var r;try{r=n(191)}catch(t){}r||(r=window._),t.exports=r},function(t,e,n){function r(t,e){return!!t.children(e).length}function i(t){return a(t.v)+":"+a(t.w)+":"+a(t.name)}function a(t){return t?String(t).replace(l,"\\:"):""}function u(t,e){e&&t.attr("style",e)}function o(t,e,n){e&&t.attr("class",e).attr("class",n+" "+t.attr("class"))}function s(t,e){var n=e.graph();if(c.isPlainObject(n)){var r=n.transition;if(c.isFunction(r))return r(t)}return t}var c=n(14);t.exports={isSubgraph:r,edgeToId:i,applyStyle:u,applyClass:o,applyTransition:s};var l=/:/g},function(t,e,n){var r;try{r=n(189)}catch(t){}r||(r=window.graphlib),t.exports=r},function(t,e,n){var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=n(171);t.exports=i,function(){var t=!1;if(t="tspans",i.selection.prototype.textwrap)return!1;void 0===t&&(t=!1),i.selection.prototype.textwrap=i.selection.enter.prototype.textwrap=function(e,n){n=parseInt(n)||0;var a,u=this,o=function(t){var e=t[0][0];if("rect"!==e.tagName.toString())return!1;var n={};return n.x=i.select(e).attr("x")||0,n.y=i.select(e).attr("y")||0,n.width=i.select(e).attr("width")||0,n.height=i.select(e).attr("height")||0,n.attr=t.attr,n},s=function(t){if(t.attr||(t.attr=function(t){if(this[t])return this[t]}),"object"===(void 0===t?"undefined":r(t))&&void 0!==t.x&&void 0!==t.y&&void 0!==t.width&&void 0!==t.height)return t;if("function"==typeof Array.isArray&&Array.isArray(t)||"[object Array]"===Object.prototype.toString.call(t)){return o(t)}return!1}(e);if(n&&(s=function(t,e){var n=t;return 0!==e&&(n.x=parseInt(n.x)+e,n.y=parseInt(n.y)+e,n.width-=2*e,n.height-=2*e),n}(s,n)),0!==u.length&&i&&e&&s){e=s;var c,l=function(t){var n=i.select(t[0].parentNode),r=n.select("text"),u=r.style("line-height"),o=r.text();r.remove();var s=n.append("foreignObject");s.attr("requiredFeatures","http://www.w3.org/TR/SVG11/feature#Extensibility").attr("x",e.x).attr("y",e.y).attr("width",e.width).attr("height",e.height);var c=s.append("xhtml:div").attr("class","wrapped");c.style("height",e.height).style("width",e.width).html(o),u&&c.style("line-height",u),a=n.select("foreignObject")},f=function(t){var r,u=t[0],o=u.parentNode,s=i.select(u),c=u.getBBox().height,l=u.getBBox().width,f=c,h=s.style("line-height");if(r=h&&parseInt(h)?parseInt(h.replace("px","")):f,l>e.width){var d=s.text();if(s.text(""),d){var p,_;if(-1!==d.indexOf(" "))p=" ",_=d.split(" ");else{p="";var m=d.length,g=Math.ceil(l/e.width),y=Math.floor(m/g);y*g>=m||g++,_=[];for(var v,M,b=0;b<g;b++)M=b*y,v=d.substr(M,y),_.push(v)}var w=[],L=0,k={};for(b=0;b<_.length;b++){var x,D=_[b],Y=s.text(),T=u.getComputedTextLength();x=Y?Y+p+D:D,s.text(x);var A=u.getComputedTextLength();if(A>e.width&&Y&&""!==Y&&(L+=T,k={string:Y,width:T,offset:L},w.push(k),s.text(""),s.text(D),b===_.length-1&&(x=D,s.text(x),A=u.getComputedTextLength())),b===_.length-1){s.text("");var E=x;E&&""!==E&&(A-L>0&&(A-=L),k={string:E,width:A,offset:L},w.push(k))}}var S;for(s.text(""),b=0;b<w.length;b++)v=w[b].string,b*r<e.height-1.5*r&&(S=s.append("tspan").text(v),S.attr("dy",function(t){if(b>0)return r}),S.attr("x",function(){var t=e.x;return n&&(t+=n),t}))}}s.attr("y",function(){var t=e.y;return r&&(t+=r),n&&(t+=n),t}),s.attr("x",function(){var t=e.x;return n&&(t+=n),t}),a=i.select(o).selectAll("text")};t&&("foreignobjects"===t?c=l:"tspans"===t&&(c=f)),t||(c="undefined"!=typeof SVGForeignObjectElement?l:f);for(var h=0;h<u.length;h++){c(u[h])}return a}return u||!1}}()},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function i(t){if(l===setTimeout)return setTimeout(t,0);if((l===n||!l)&&setTimeout)return l=setTimeout,setTimeout(t,0);try{return l(t,0)}catch(e){try{return l.call(null,t,0)}catch(e){return l.call(this,t,0)}}}function a(t){if(f===clearTimeout)return clearTimeout(t);if((f===r||!f)&&clearTimeout)return f=clearTimeout,clearTimeout(t);try{return f(t)}catch(e){try{return f.call(null,t)}catch(e){return f.call(this,t)}}}function u(){_&&d&&(_=!1,d.length?p=d.concat(p):m=-1,p.length&&o())}function o(){if(!_){var t=i(u);_=!0;for(var e=p.length;e;){for(d=p,p=[];++m<e;)d&&d[m].run();m=-1,e=p.length}d=null,_=!1,a(t)}}function s(t,e){this.fun=t,this.array=e}function c(){}var l,f,h=t.exports={};!function(){try{l="function"==typeof setTimeout?setTimeout:n}catch(t){l=n}try{f="function"==typeof clearTimeout?clearTimeout:r}catch(t){f=r}}();var d,p=[],_=!1,m=-1;h.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)e[n-1]=arguments[n];p.push(new s(t,e)),1!==p.length||_||i(o)},s.prototype.run=function(){this.fun.apply(null,this.array)},h.title="browser",h.browser=!0,h.env={},h.argv=[],h.version="",h.versions={},h.on=c,h.addListener=c,h.once=c,h.off=c,h.removeListener=c,h.removeAllListeners=c,h.emit=c,h.prependListener=c,h.prependOnceListener=c,h.listeners=function(t){return[]},h.binding=function(t){throw new Error("process.binding is not supported")},h.cwd=function(){return"/"},h.chdir=function(t){throw new Error("process.chdir is not supported")},h.umask=function(){return 0}},function(t,e){t.exports=fs},function(t,e,n){(function(t){function n(t,e){for(var n=0,r=t.length-1;r>=0;r--){var i=t[r];"."===i?t.splice(r,1):".."===i?(t.splice(r,1),n++):n&&(t.splice(r,1),n--)}if(e)for(;n--;n)t.unshift("..");return t}function r(t,e){if(t.filter)return t.filter(e);for(var n=[],r=0;r<t.length;r++)e(t[r],r,t)&&n.push(t[r]);return n}var i=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,a=function(t){return i.exec(t).slice(1)};e.resolve=function(){for(var e="",i=!1,a=arguments.length-1;a>=-1&&!i;a--){var u=a>=0?arguments[a]:t.cwd();if("string"!=typeof u)throw new TypeError("Arguments to path.resolve must be strings");u&&(e=u+"/"+e,i="/"===u.charAt(0))}return e=n(r(e.split("/"),function(t){return!!t}),!i).join("/"),(i?"/":"")+e||"."},e.normalize=function(t){var i=e.isAbsolute(t),a="/"===u(t,-1);return t=n(r(t.split("/"),function(t){return!!t}),!i).join("/"),t||i||(t="."),t&&a&&(t+="/"),(i?"/":"")+t},e.isAbsolute=function(t){return"/"===t.charAt(0)},e.join=function(){var t=Array.prototype.slice.call(arguments,0);return e.normalize(r(t,function(t,e){if("string"!=typeof t)throw new TypeError("Arguments to path.join must be strings");return t}).join("/"))},e.relative=function(t,n){function r(t){for(var e=0;e<t.length&&""===t[e];e++);for(var n=t.length-1;n>=0&&""===t[n];n--);return e>n?[]:t.slice(e,n-e+1)}t=e.resolve(t).substr(1),n=e.resolve(n).substr(1);for(var i=r(t.split("/")),a=r(n.split("/")),u=Math.min(i.length,a.length),o=u,s=0;s<u;s++)if(i[s]!==a[s]){o=s;break}for(var c=[],s=o;s<i.length;s++)c.push("..");return c=c.concat(a.slice(o)),c.join("/")},e.sep="/",e.delimiter=":",e.dirname=function(t){var e=a(t),n=e[0],r=e[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."},e.basename=function(t,e){var n=a(t)[2];return e&&n.substr(-1*e.length)===e&&(n=n.substr(0,n.length-e.length)),n},e.extname=function(t){return a(t)[3]};var u="b"==="ab".substr(-1)?function(t,e,n){return t.substr(e,n)}:function(t,e,n){return e<0&&(e=t.length+e),t.substr(e,n)}}).call(e,n(11))},function(t,e,n){var r;try{r=n(231)}catch(t){}r||(r=window._),t.exports=r},function(t,e){t.exports=window.d3},function(t,e,n){"use strict";function r(t){function e(r){var i=t.node(r);if(a.has(n,r))return i.rank;n[r]=!0;var u=a.min(a.map(t.outEdges(r),function(n){return e(n.w)-t.edge(n).minlen}));return u===Number.POSITIVE_INFINITY&&(u=0),i.rank=u}var n={};a.each(t.sources(),e)}function i(t,e){return t.node(e.w).rank-t.node(e.v).rank-t.edge(e).minlen}var a=n(1);t.exports={longestPath:r,slack:i}},function(t,e,n){"use strict";function r(t){this._isDirected=!c.has(t,"directed")||t.directed,this._isMultigraph=!!c.has(t,"multigraph")&&t.multigraph,this._isCompound=!!c.has(t,"compound")&&t.compound,this._label=void 0,this._defaultNodeLabelFn=c.constant(void 0),this._defaultEdgeLabelFn=c.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[f]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}function i(t,e){t[e]?t[e]++:t[e]=1}function a(t,e){--t[e]||delete t[e]}function u(t,e,n,r){var i=""+e,a=""+n;if(!t&&i>a){var u=i;i=a,a=u}return i+h+a+h+(c.isUndefined(r)?l:r)}function o(t,e,n,r){var i=""+e,a=""+n;if(!t&&i>a){var u=i;i=a,a=u}var o={v:i,w:a};return r&&(o.name=r),o}function s(t,e){return u(t,e.v,e.w,e.name)}var c=n(6);t.exports=r;var l="\0",f="\0",h="";r.prototype._nodeCount=0,r.prototype._edgeCount=0,r.prototype.isDirected=function(){return this._isDirected},r.prototype.isMultigraph=function(){return this._isMultigraph},r.prototype.isCompound=function(){return this._isCompound},r.prototype.setGraph=function(t){return this._label=t,this},r.prototype.graph=function(){return this._label},r.prototype.setDefaultNodeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultNodeLabelFn=t,this},r.prototype.nodeCount=function(){return this._nodeCount},r.prototype.nodes=function(){return c.keys(this._nodes)},r.prototype.sources=function(){return c.filter(this.nodes(),c.bind(function(t){return c.isEmpty(this._in[t])},this))},r.prototype.sinks=function(){return c.filter(this.nodes(),c.bind(function(t){return c.isEmpty(this._out[t])},this))},r.prototype.setNodes=function(t,e){var n=arguments;return c.each(t,c.bind(function(t){n.length>1?this.setNode(t,e):this.setNode(t)},this)),this},r.prototype.setNode=function(t,e){return c.has(this._nodes,t)?(arguments.length>1&&(this._nodes[t]=e),this):(this._nodes[t]=arguments.length>1?e:this._defaultNodeLabelFn(t),this._isCompound&&(this._parent[t]=f,this._children[t]={},this._children[f][t]=!0),this._in[t]={},this._preds[t]={},this._out[t]={},this._sucs[t]={},++this._nodeCount,this)},r.prototype.node=function(t){return this._nodes[t]},r.prototype.hasNode=function(t){return c.has(this._nodes,t)},r.prototype.removeNode=function(t){var e=this;if(c.has(this._nodes,t)){var n=function(t){e.removeEdge(e._edgeObjs[t])};delete this._nodes[t],this._isCompound&&(this._removeFromParentsChildList(t),delete this._parent[t],c.each(this.children(t),c.bind(function(t){this.setParent(t)},this)),delete this._children[t]),c.each(c.keys(this._in[t]),n),delete this._in[t],delete this._preds[t],c.each(c.keys(this._out[t]),n),delete this._out[t],delete this._sucs[t],--this._nodeCount}return this},r.prototype.setParent=function(t,e){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(c.isUndefined(e))e=f;else{e+="";for(var n=e;!c.isUndefined(n);n=this.parent(n))if(n===t)throw new Error("Setting "+e+" as parent of "+t+" would create create a cycle");this.setNode(e)}return this.setNode(t),this._removeFromParentsChildList(t),this._parent[t]=e,this._children[e][t]=!0,this},r.prototype._removeFromParentsChildList=function(t){delete this._children[this._parent[t]][t]},r.prototype.parent=function(t){if(this._isCompound){var e=this._parent[t];if(e!==f)return e}},r.prototype.children=function(t){if(c.isUndefined(t)&&(t=f),this._isCompound){var e=this._children[t];if(e)return c.keys(e)}else{if(t===f)return this.nodes();if(this.hasNode(t))return[]}},r.prototype.predecessors=function(t){var e=this._preds[t];if(e)return c.keys(e)},r.prototype.successors=function(t){var e=this._sucs[t];if(e)return c.keys(e)},r.prototype.neighbors=function(t){var e=this.predecessors(t);if(e)return c.union(e,this.successors(t))},r.prototype.filterNodes=function(t){function e(t){var a=r.parent(t);return void 0===a||n.hasNode(a)?(i[t]=a,a):a in i?i[a]:e(a)}var n=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});n.setGraph(this.graph()),c.each(this._nodes,c.bind(function(e,r){t(r)&&n.setNode(r,e)},this)),c.each(this._edgeObjs,c.bind(function(t){n.hasNode(t.v)&&n.hasNode(t.w)&&n.setEdge(t,this.edge(t))},this));var r=this,i={};return this._isCompound&&c.each(n.nodes(),function(t){n.setParent(t,e(t))}),n},r.prototype.setDefaultEdgeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultEdgeLabelFn=t,this},r.prototype.edgeCount=function(){return this._edgeCount},r.prototype.edges=function(){return c.values(this._edgeObjs)},r.prototype.setPath=function(t,e){var n=this,r=arguments;return c.reduce(t,function(t,i){return r.length>1?n.setEdge(t,i,e):n.setEdge(t,i),i}),this},r.prototype.setEdge=function(){var t,e,n,r,a=!1,s=arguments[0];"object"==typeof s&&null!==s&&"v"in s?(t=s.v,e=s.w,n=s.name,2===arguments.length&&(r=arguments[1],a=!0)):(t=s,e=arguments[1],n=arguments[3],arguments.length>2&&(r=arguments[2],a=!0)),t=""+t,e=""+e,c.isUndefined(n)||(n=""+n);var l=u(this._isDirected,t,e,n);if(c.has(this._edgeLabels,l))return a&&(this._edgeLabels[l]=r),this;if(!c.isUndefined(n)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(t),this.setNode(e),this._edgeLabels[l]=a?r:this._defaultEdgeLabelFn(t,e,n);var f=o(this._isDirected,t,e,n);return t=f.v,e=f.w,Object.freeze(f),this._edgeObjs[l]=f,i(this._preds[e],t),i(this._sucs[t],e),this._in[e][l]=f,this._out[t][l]=f,this._edgeCount++,this},r.prototype.edge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n);return this._edgeLabels[r]},r.prototype.hasEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n);return c.has(this._edgeLabels,r)},r.prototype.removeEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n),i=this._edgeObjs[r];return i&&(t=i.v,e=i.w,delete this._edgeLabels[r],delete this._edgeObjs[r],a(this._preds[e],t),a(this._sucs[t],e),delete this._in[e][r],delete this._out[t][r],this._edgeCount--),this},r.prototype.inEdges=function(t,e){var n=this._in[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.v===e}):r}},r.prototype.outEdges=function(t,e){var n=this._out[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.w===e}):r}},r.prototype.nodeEdges=function(t,e){var n=this.inEdges(t,e);if(n)return n.concat(this.outEdges(t,e))}},function(t,e,n){"use strict";function r(t){this._isDirected=!c.has(t,"directed")||t.directed,this._isMultigraph=!!c.has(t,"multigraph")&&t.multigraph,this._isCompound=!!c.has(t,"compound")&&t.compound,this._label=void 0,this._defaultNodeLabelFn=c.constant(void 0),this._defaultEdgeLabelFn=c.constant(void 0),this._nodes={},this._isCompound&&(this._parent={},this._children={},this._children[f]={}),this._in={},this._preds={},this._out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}function i(t,e){t[e]?t[e]++:t[e]=1}function a(t,e){--t[e]||delete t[e]}function u(t,e,n,r){var i=""+e,a=""+n;if(!t&&i>a){var u=i;i=a,a=u}return i+h+a+h+(c.isUndefined(r)?l:r)}function o(t,e,n,r){var i=""+e,a=""+n;if(!t&&i>a){var u=i;i=a,a=u}var o={v:i,w:a};return r&&(o.name=r),o}function s(t,e){return u(t,e.v,e.w,e.name)}var c=n(7);t.exports=r;var l="\0",f="\0",h="";r.prototype._nodeCount=0,r.prototype._edgeCount=0,r.prototype.isDirected=function(){return this._isDirected},r.prototype.isMultigraph=function(){return this._isMultigraph},r.prototype.isCompound=function(){return this._isCompound},r.prototype.setGraph=function(t){return this._label=t,this},r.prototype.graph=function(){return this._label},r.prototype.setDefaultNodeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultNodeLabelFn=t,this},r.prototype.nodeCount=function(){return this._nodeCount},r.prototype.nodes=function(){return c.keys(this._nodes)},r.prototype.sources=function(){return c.filter(this.nodes(),function(t){return c.isEmpty(this._in[t])},this)},r.prototype.sinks=function(){return c.filter(this.nodes(),function(t){return c.isEmpty(this._out[t])},this)},r.prototype.setNodes=function(t,e){var n=arguments;return c.each(t,function(t){n.length>1?this.setNode(t,e):this.setNode(t)},this),this},r.prototype.setNode=function(t,e){return c.has(this._nodes,t)?(arguments.length>1&&(this._nodes[t]=e),this):(this._nodes[t]=arguments.length>1?e:this._defaultNodeLabelFn(t),this._isCompound&&(this._parent[t]=f,this._children[t]={},this._children[f][t]=!0),this._in[t]={},this._preds[t]={},this._out[t]={},this._sucs[t]={},++this._nodeCount,this)},r.prototype.node=function(t){return this._nodes[t]},r.prototype.hasNode=function(t){return c.has(this._nodes,t)},r.prototype.removeNode=function(t){var e=this;if(c.has(this._nodes,t)){var n=function(t){e.removeEdge(e._edgeObjs[t])};delete this._nodes[t],this._isCompound&&(this._removeFromParentsChildList(t),delete this._parent[t],c.each(this.children(t),function(t){this.setParent(t)},this),delete this._children[t]),c.each(c.keys(this._in[t]),n),delete this._in[t],delete this._preds[t],c.each(c.keys(this._out[t]),n),delete this._out[t],delete this._sucs[t],--this._nodeCount}return this},r.prototype.setParent=function(t,e){if(!this._isCompound)throw new Error("Cannot set parent in a non-compound graph");if(c.isUndefined(e))e=f;else{e+="";for(var n=e;!c.isUndefined(n);n=this.parent(n))if(n===t)throw new Error("Setting "+e+" as parent of "+t+" would create create a cycle");this.setNode(e)}return this.setNode(t),this._removeFromParentsChildList(t),this._parent[t]=e,this._children[e][t]=!0,this},r.prototype._removeFromParentsChildList=function(t){delete this._children[this._parent[t]][t]},r.prototype.parent=function(t){if(this._isCompound){var e=this._parent[t];if(e!==f)return e}},r.prototype.children=function(t){if(c.isUndefined(t)&&(t=f),this._isCompound){var e=this._children[t];if(e)return c.keys(e)}else{if(t===f)return this.nodes();if(this.hasNode(t))return[]}},r.prototype.predecessors=function(t){var e=this._preds[t];if(e)return c.keys(e)},r.prototype.successors=function(t){var e=this._sucs[t];if(e)return c.keys(e)},r.prototype.neighbors=function(t){var e=this.predecessors(t);if(e)return c.union(e,this.successors(t))},r.prototype.filterNodes=function(t){function e(t){var a=r.parent(t);return void 0===a||n.hasNode(a)?(i[t]=a,a):a in i?i[a]:e(a)}var n=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});n.setGraph(this.graph()),c.each(this._nodes,function(e,r){t(r)&&n.setNode(r,e)},this),c.each(this._edgeObjs,function(t){n.hasNode(t.v)&&n.hasNode(t.w)&&n.setEdge(t,this.edge(t))},this);var r=this,i={};return this._isCompound&&c.each(n.nodes(),function(t){n.setParent(t,e(t))}),n},r.prototype.setDefaultEdgeLabel=function(t){return c.isFunction(t)||(t=c.constant(t)),this._defaultEdgeLabelFn=t,this},r.prototype.edgeCount=function(){return this._edgeCount},r.prototype.edges=function(){return c.values(this._edgeObjs)},r.prototype.setPath=function(t,e){var n=this,r=arguments;return c.reduce(t,function(t,i){return r.length>1?n.setEdge(t,i,e):n.setEdge(t,i),i}),this},r.prototype.setEdge=function(){var t,e,n,r,a=!1,s=arguments[0];"object"==typeof s&&null!==s&&"v"in s?(t=s.v,e=s.w,n=s.name,2===arguments.length&&(r=arguments[1],a=!0)):(t=s,e=arguments[1],n=arguments[3],arguments.length>2&&(r=arguments[2],a=!0)),t=""+t,e=""+e,c.isUndefined(n)||(n=""+n);var l=u(this._isDirected,t,e,n);if(c.has(this._edgeLabels,l))return a&&(this._edgeLabels[l]=r),this;if(!c.isUndefined(n)&&!this._isMultigraph)throw new Error("Cannot set a named edge when isMultigraph = false");this.setNode(t),this.setNode(e),this._edgeLabels[l]=a?r:this._defaultEdgeLabelFn(t,e,n);var f=o(this._isDirected,t,e,n);return t=f.v,e=f.w,Object.freeze(f),this._edgeObjs[l]=f,i(this._preds[e],t),i(this._sucs[t],e),this._in[e][l]=f,this._out[t][l]=f,this._edgeCount++,this},r.prototype.edge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n);return this._edgeLabels[r]},r.prototype.hasEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n);return c.has(this._edgeLabels,r)},r.prototype.removeEdge=function(t,e,n){var r=1===arguments.length?s(this._isDirected,arguments[0]):u(this._isDirected,t,e,n),i=this._edgeObjs[r];return i&&(t=i.v,e=i.w,delete this._edgeLabels[r],delete this._edgeObjs[r],a(this._preds[e],t),a(this._sucs[t],e),delete this._in[e][r],delete this._out[t][r],this._edgeCount--),this},r.prototype.inEdges=function(t,e){var n=this._in[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.v===e}):r}},r.prototype.outEdges=function(t,e){var n=this._out[t];if(n){var r=c.values(n);return e?c.filter(r,function(t){return t.w===e}):r}},r.prototype.nodeEdges=function(t,e){var n=this.inEdges(t,e);if(n)return n.concat(this.outEdges(t,e))}},function(t,e){function n(t,e,n,r){var i=t.x,a=t.y,u=i-r.x,o=a-r.y,s=Math.sqrt(e*e*o*o+n*n*u*u),c=Math.abs(e*n*u/s);r.x<i&&(c=-c);var l=Math.abs(e*n*o/s);return r.y<a&&(l=-l),{x:i+c,y:a+l}}t.exports=n},function(t,e,n){function r(t,e,n){var r=e.label,o=t.append("g");"svg"===e.labelType?u(o,e):"string"!=typeof r||"html"===e.labelType?a(o,e):i(o,e);var s,c=o.node().getBBox();switch(n){case"top":s=-e.height/2;break;case"bottom":s=e.height/2-c.height;break;default:s=-c.height/2}return o.attr("transform","translate("+-c.width/2+","+s+")"),o}var i=n(233),a=n(234),u=n(235);t.exports=r},function(t,e,n){(function(t){var r,i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},a=n(2),u=a.Log,o=n(22),s=n(10),c={},l=[],f=[],h=[],d={},p=0,_=[];e.addVertex=function(t,e,n,r){var i;void 0!==t&&0!==t.trim().length&&(void 0===c[t]&&(c[t]={id:t,styles:[],classes:[]}),void 0!==e&&(i=e.trim(),'"'===i[0]&&'"'===i[i.length-1]&&(i=i.substring(1,i.length-1)),c[t].text=i),void 0!==n&&(c[t].type=n),void 0!==n&&(c[t].type=n),void 0!==r&&null!==r&&r.forEach(function(e){c[t].styles.push(e)}))},e.addLink=function(t,e,n,r){u.info("Got edge...",t,e);var i={start:t,end:e,type:void 0,text:""};r=n.text,void 0!==r&&(i.text=r.trim(),'"'===i.text[0]&&'"'===i.text[i.text.length-1]&&(i.text=i.text.substring(1,i.text.length-1))),void 0!==n&&(i.type=n.type,i.stroke=n.stroke),l.push(i)},e.updateLinkInterpolate=function(t,e){"default"===t?l.defaultInterpolate=e:l[t].interpolate=e},e.updateLink=function(t,e){"default"===t?l.defaultStyle=e:(-1===o.isSubstringInArray("fill",e)&&e.push("fill:none"),l[t].style=e)},e.addClass=function(t,e){void 0===f[t]&&(f[t]={id:t,styles:[]}),void 0!==e&&null!==e&&e.forEach(function(e){f[t].styles.push(e)})},e.setDirection=function(t){r=t},e.setClass=function(t,e){t.indexOf(",")>0?t.split(",").forEach(function(t){void 0!==c[t]&&c[t].classes.push(e)}):void 0!==c[t]&&c[t].classes.push(e)};var m=function(t,e){void 0!==e&&(d[t]=e)},g=function(t,e){void 0!==e&&void 0!==c[t]&&_.push(function(n){var r=s.select(n).select("#"+t);null!==r&&r.on("click",function(){window[e](t)})})},y=function(t,e){void 0!==e&&void 0!==c[t]&&_.push(function(n){var r=s.select(n).select("#"+t);null!==r&&r.on("click",function(){window.open(e,"newTab")})})};e.getTooltip=function(t){return d[t]},e.setClickEvent=function(t,e,n,r){t.indexOf(",")>0?t.split(",").forEach(function(t){m(t,r),g(t,e),y(t,n)}):(m(t,r),g(t,e),y(t,n))},e.bindFunctions=function(t){_.forEach(function(e){e(t)})},e.getDirection=function(){return r},e.getVertices=function(){return c},e.getEdges=function(){return l},e.getClasses=function(){return f};var v=function(t){var e=s.select(".mermaidTooltip");null===e[0][0]&&(e=s.select("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),s.select(t).select("svg").selectAll("g.node").on("mouseover",function(){var t=s.select(this);if(null!==t.attr("title")){var n=this.getBoundingClientRect();e.transition().duration(200).style("opacity",".9"),e.html(t.attr("title")).style("left",n.left+(n.right-n.left)/2+"px").style("top",n.top-14+document.body.scrollTop+"px"),t.classed("hover",!0)}}).on("mouseout",function(){e.transition().duration(500).style("opacity",0),s.select(this).classed("hover",!1)})};_.push(v),e.clear=function(){c={},f={},l=[],_=[],_.push(v),h=[],p=0,d=[]},e.defaultStyle=function(){return"fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;"},e.addSubGraph=function(t,e){var n=[];n=function(t){var e={boolean:{},number:{},string:{}},n=[];return t.filter(function(t){var r=void 0===t?"undefined":i(t);return" "!==t&&(r in e?!e[r].hasOwnProperty(t)&&(e[r][t]=!0):!(n.indexOf(t)>=0)&&n.push(t))})}(n.concat.apply(n,t));var r={id:"subGraph"+p,nodes:n,title:e};return h.push(r),p+=1,r.id};var M=function(t){var e;for(e=0;e<h.length;e++)if(h[e].id===t)return e;return-1},b=-1,w=[],L=function t(e,n){var r=h[n].nodes;if(!((b+=1)>2e3)){if(w[b]=n,h[n].id===e)return{result:!0,count:0};for(var i=0,a=1;i<r.length;){var u=M(r[i]);if(u>=0){var o=t(e,u);if(o.result)return{result:!0,count:a+o.count};a+=o.count}i+=1}return{result:!1,count:a}}};e.getDepthFirstPos=function(t){return w[t]},e.indexNodes=function(){b=-1,h.length>0&&L("none",h.length-1)},e.getSubGraphs=function(){return h},e.parseError=function(e,n){t.mermaidAPI.parseError(e,n)}}).call(e,n(5))},function(t,e,n){var r=n(2),i=r.Log,a=function(t){return t=t.replace(/^\s*%%.*\n/g,"\n"),t.match(/^\s*sequenceDiagram/)?"sequenceDiagram":t.match(/^\s*digraph/)?"dotGraph":t.match(/^\s*info/)?"info":t.match(/^\s*gantt/)?"gantt":t.match(/^\s*classDiagram/)?(i.debug("Detected classDiagram syntax"),"classDiagram"):t.match(/^\s*gitGraph/)?(i.debug("Detected gitGraph syntax"),"gitGraph"):"graph"};e.detectType=a;var u=function(t,e){for(var n,r="",a=document.styleSheets,u=0;u<a.length;u++)if("mermaid-svg-internal-css"!==a[u].title)try{var o=a[u].cssRules;if(null!==o)for(var s=0;s<o.length;s++)if(n=o[s],void 0!==n.style){var c;c=t.querySelectorAll(n.selectorText),c.length>0&&(r+=n.selectorText+" { "+n.style.cssText+"}\n")}}catch(t){void 0!==n&&i.warn('Invalid CSS selector "'+n.selectorText+'"',t)}var l="",f="";for(var h in e)e.hasOwnProperty(h)&&void 0!==h&&("default"===h?(e.default.styles instanceof Array&&(l+="#"+t.id.trim()+" .node>rect { "+e[h].styles.join("; ")+"; }\n"),e.default.nodeLabelStyles instanceof Array&&(l+="#"+t.id.trim()+" .node text { "+e[h].nodeLabelStyles.join("; ")+"; }\n"),e.default.edgeLabelStyles instanceof Array&&(l+="#"+t.id.trim()+" .edgeLabel text { "+e[h].edgeLabelStyles.join("; ")+"; }\n"),e.default.clusterStyles instanceof Array&&(l+="#"+t.id.trim()+" .cluster rect { "+e[h].clusterStyles.join("; ")+"; }\n")):e[h].styles instanceof Array&&(f+="#"+t.id.trim()+" ."+h+">rect, ."+h+">polygon, ."+h+">circle, ."+h+">ellipse { "+e[h].styles.join("; ")+"; }\n"));if(""!==r||""!==l||""!==f){var d=document.createElement("style");d.setAttribute("type","text/css"),d.setAttribute("title","mermaid-svg-internal-css"),d.innerHTML="/* <![CDATA[ */\n",""!==l&&(d.innerHTML+=l),""!==r&&(d.innerHTML+=r),""!==f&&(d.innerHTML+=f),d.innerHTML+="/* ]]> */\n",t.insertBefore(d,t.firstChild)}};e.cloneCssStyles=u;var o=function(t,e){for(var n=0;n<e.length;n++)if(e[n].match(t))return n;return-1};e.isSubstringInArray=o},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[1,4],r=[1,3],i=[1,5],a=[1,8,9,10,11,13,18,30,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],u=[2,2],o=[1,12],s=[1,13],c=[1,14],l=[1,15],f=[1,31],h=[1,33],d=[1,22],p=[1,34],_=[1,24],m=[1,25],g=[1,26],y=[1,27],v=[1,28],M=[1,38],b=[1,40],w=[1,35],L=[1,39],k=[1,45],x=[1,44],D=[1,36],Y=[1,37],T=[1,41],A=[1,42],E=[1,43],S=[1,8,9,10,11,13,18,30,32,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],j=[1,53],C=[1,52],F=[1,54],O=[1,72],H=[1,80],P=[1,81],N=[1,66],I=[1,65],B=[1,85],R=[1,84],W=[1,82],z=[1,83],q=[1,73],U=[1,68],$=[1,67],V=[1,63],G=[1,75],J=[1,76],Z=[1,77],K=[1,78],X=[1,79],Q=[1,70],tt=[1,69],et=[8,9,11],nt=[8,9,11,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64],rt=[1,115],it=[8,9,10,11,13,15,18,36,38,40,42,46,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,81,86,88,89,91,92,94,95,96,97,98],at=[8,9,10,11,12,13,15,16,17,18,30,32,36,37,38,39,40,41,42,43,46,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,71,72,73,74,75,78,81,84,86,88,89,91,92,94,95,96,97,98],ut=[1,117],ot=[1,118],st=[8,9,10,11,13,18,30,32,46,71,72,73,74,75,81,86,88,89,91,92,94,95,96,97,98],ct=[8,9,10,11,12,13,15,16,17,18,30,32,37,39,41,43,46,50,51,52,53,54,56,57,58,59,60,61,62,63,64,65,71,72,73,74,75,78,81,84,86,88,89,91,92,94,95,96,97,98],lt=[13,18,46,81,86,88,89,91,92,94,95,96,97,98],ft=[13,18,46,49,65,81,86,88,89,91,92,94,95,96,97,98],ht=[1,191],dt=[1,188],pt=[1,195],_t=[1,192],mt=[1,189],gt=[1,196],yt=[1,186],vt=[1,187],Mt=[1,190],bt=[1,193],wt=[1,194],Lt=[1,213],kt=[8,9,11,86],xt=[8,9,10,11,46,71,80,81,84,86,88,89,90,91,92],Dt={trace:function(){},yy:{},symbols_:{error:2,mermaidDoc:3,graphConfig:4,document:5,line:6,statement:7,SEMI:8,NEWLINE:9,SPACE:10,EOF:11,GRAPH:12,DIR:13,FirstStmtSeperator:14,TAGEND:15,TAGSTART:16,UP:17,DOWN:18,ending:19,endToken:20,spaceList:21,spaceListNewline:22,verticeStatement:23,separator:24,styleStatement:25,linkStyleStatement:26,classDefStatement:27,classStatement:28,clickStatement:29,subgraph:30,text:31,end:32,vertex:33,link:34,alphaNum:35,SQS:36,SQE:37,PS:38,PE:39,"(-":40,"-)":41,DIAMOND_START:42,DIAMOND_STOP:43,alphaNumStatement:44,alphaNumToken:45,MINUS:46,linkStatement:47,arrowText:48,TESTSTR:49,"--":50,ARROW_POINT:51,ARROW_CIRCLE:52,ARROW_CROSS:53,ARROW_OPEN:54,"-.":55,DOTTED_ARROW_POINT:56,DOTTED_ARROW_CIRCLE:57,DOTTED_ARROW_CROSS:58,DOTTED_ARROW_OPEN:59,"==":60,THICK_ARROW_POINT:61,THICK_ARROW_CIRCLE:62,THICK_ARROW_CROSS:63,THICK_ARROW_OPEN:64,PIPE:65,textToken:66,STR:67,commentText:68,commentToken:69,keywords:70,STYLE:71,LINKSTYLE:72,CLASSDEF:73,CLASS:74,CLICK:75,textNoTags:76,textNoTagsToken:77,DEFAULT:78,stylesOpt:79,HEX:80,NUM:81,INTERPOLATE:82,commentStatement:83,PCT:84,style:85,COMMA:86,styleComponent:87,ALPHA:88,COLON:89,UNIT:90,BRKT:91,DOT:92,graphCodeTokens:93,PUNCTUATION:94,UNICODE_TEXT:95,PLUS:96,EQUALS:97,MULT:98,TAG_START:99,TAG_END:100,QUOTE:101,$accept:0,$end:1},terminals_:{2:"error",8:"SEMI",9:"NEWLINE",10:"SPACE",11:"EOF",12:"GRAPH",13:"DIR",15:"TAGEND",16:"TAGSTART",17:"UP",18:"DOWN",30:"subgraph",32:"end",36:"SQS",37:"SQE",38:"PS",39:"PE",40:"(-",41:"-)",42:"DIAMOND_START",43:"DIAMOND_STOP",46:"MINUS",49:"TESTSTR",50:"--",51:"ARROW_POINT",52:"ARROW_CIRCLE",53:"ARROW_CROSS",54:"ARROW_OPEN",55:"-.",56:"DOTTED_ARROW_POINT",57:"DOTTED_ARROW_CIRCLE",58:"DOTTED_ARROW_CROSS",59:"DOTTED_ARROW_OPEN",60:"==",61:"THICK_ARROW_POINT",62:"THICK_ARROW_CIRCLE",63:"THICK_ARROW_CROSS",64:"THICK_ARROW_OPEN",65:"PIPE",67:"STR",71:"STYLE",72:"LINKSTYLE",73:"CLASSDEF",74:"CLASS",75:"CLICK",78:"DEFAULT",80:"HEX",81:"NUM",82:"INTERPOLATE",84:"PCT",86:"COMMA",88:"ALPHA",89:"COLON",90:"UNIT",91:"BRKT",92:"DOT",94:"PUNCTUATION",95:"UNICODE_TEXT",96:"PLUS",97:"EQUALS",98:"MULT",99:"TAG_START",100:"TAG_END",101:"QUOTE"},productions_:[0,[3,2],[5,0],[5,2],[6,1],[6,1],[6,1],[6,1],[6,1],[4,2],[4,2],[4,4],[4,4],[4,4],[4,4],[4,4],[19,2],[19,1],[20,1],[20,1],[20,1],[14,1],[14,1],[14,2],[22,2],[22,2],[22,1],[22,1],[21,2],[21,1],[7,2],[7,2],[7,2],[7,2],[7,2],[7,2],[7,5],[7,4],[24,1],[24,1],[24,1],[23,3],[23,1],[33,4],[33,5],[33,6],[33,7],[33,4],[33,5],[33,4],[33,5],[33,4],[33,5],[33,4],[33,5],[33,1],[33,2],[35,1],[35,2],[44,1],[44,1],[44,1],[44,1],[34,2],[34,3],[34,3],[34,1],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[34,3],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[47,1],[48,3],[31,1],[31,2],[31,1],[68,1],[68,2],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[70,1],[76,1],[76,2],[27,5],[27,5],[28,5],[29,5],[29,7],[29,5],[29,7],[25,5],[25,5],[26,5],[26,5],[26,9],[26,9],[26,7],[26,7],[83,3],[79,1],[79,3],[85,1],[85,2],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[87,1],[69,1],[69,1],[66,1],[66,1],[66,1],[66,1],[66,1],[66,1],[66,1],[77,1],[77,1],[77,1],[77,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[45,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1],[93,1]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 2:this.$=[];break;case 3:a[o]!==[]&&a[o-1].push(a[o]),this.$=a[o-1];break;case 4:case 57:case 59:case 60:case 92:case 94:case 95:case 108:this.$=a[o];break;case 11:r.setDirection(a[o-1]),this.$=a[o-1];break;case 12:r.setDirection("LR"),this.$=a[o-1];break;case 13:r.setDirection("RL"),this.$=a[o-1];break;case 14:r.setDirection("BT"),this.$=a[o-1];break;case 15:r.setDirection("TB"),this.$=a[o-1];break;case 30:this.$=a[o-1];break;case 31:case 32:case 33:case 34:case 35:this.$=[];break;case 36:this.$=r.addSubGraph(a[o-1],a[o-3]);break;case 37:this.$=r.addSubGraph(a[o-1],void 0);break;case 41:r.addLink(a[o-2],a[o],a[o-1]),this.$=[a[o-2],a[o]];break;case 42:this.$=[a[o]];break;case 43:this.$=a[o-3],r.addVertex(a[o-3],a[o-1],"square");break;case 44:this.$=a[o-4],r.addVertex(a[o-4],a[o-2],"square");break;case 45:this.$=a[o-5],r.addVertex(a[o-5],a[o-2],"circle");break;case 46:this.$=a[o-6],r.addVertex(a[o-6],a[o-3],"circle");break;case 47:this.$=a[o-3],r.addVertex(a[o-3],a[o-1],"ellipse");break;case 48:this.$=a[o-4],r.addVertex(a[o-4],a[o-2],"ellipse");break;case 49:this.$=a[o-3],r.addVertex(a[o-3],a[o-1],"round");break;case 50:this.$=a[o-4],r.addVertex(a[o-4],a[o-2],"round");break;case 51:this.$=a[o-3],r.addVertex(a[o-3],a[o-1],"diamond");break;case 52:this.$=a[o-4],r.addVertex(a[o-4],a[o-2],"diamond");break;case 53:this.$=a[o-3],r.addVertex(a[o-3],a[o-1],"odd");break;case 54:this.$=a[o-4],r.addVertex(a[o-4],a[o-2],"odd");break;case 55:this.$=a[o],r.addVertex(a[o]);break;case 56:this.$=a[o-1],r.addVertex(a[o-1]);break;case 58:case 93:case 96:case 109:this.$=a[o-1]+""+a[o];break;case 61:this.$="v";break;case 62:this.$="-";break;case 63:a[o-1].text=a[o],this.$=a[o-1];break;case 64:case 65:a[o-2].text=a[o-1],this.$=a[o-2];break;case 66:this.$=a[o];break;case 67:this.$={type:"arrow",stroke:"normal",text:a[o-1]};break;case 68:this.$={type:"arrow_circle",stroke:"normal",text:a[o-1]};break;case 69:this.$={type:"arrow_cross",stroke:"normal",text:a[o-1]};break;case 70:this.$={type:"arrow_open",stroke:"normal",text:a[o-1]};break;case 71:this.$={type:"arrow",stroke:"dotted",text:a[o-1]};break;case 72:this.$={type:"arrow_circle",stroke:"dotted",text:a[o-1]};break;case 73:this.$={type:"arrow_cross",stroke:"dotted",text:a[o-1]};break;case 74:this.$={type:"arrow_open",stroke:"dotted",text:a[o-1]};break;case 75:this.$={type:"arrow",stroke:"thick",text:a[o-1]};break;case 76:this.$={type:"arrow_circle",stroke:"thick",text:a[o-1]};break;case 77:this.$={type:"arrow_cross",stroke:"thick",text:a[o-1]};break;case 78:this.$={type:"arrow_open",stroke:"thick",text:a[o-1]};break;case 79:this.$={type:"arrow",stroke:"normal"};break;case 80:this.$={type:"arrow_circle",stroke:"normal"};break;case 81:this.$={type:"arrow_cross",stroke:"normal"};break;case 82:this.$={type:"arrow_open",stroke:"normal"};break;case 83:this.$={type:"arrow",stroke:"dotted"};break;case 84:this.$={type:"arrow_circle",stroke:"dotted"};break;case 85:this.$={type:"arrow_cross",stroke:"dotted"};break;case 86:this.$={type:"arrow_open",stroke:"dotted"};break;case 87:this.$={type:"arrow",stroke:"thick"};break;case 88:this.$={type:"arrow_circle",stroke:"thick"};break;case 89:this.$={type:"arrow_cross",stroke:"thick"};break;case 90:this.$={type:"arrow_open",stroke:"thick"};break;case 91:this.$=a[o-1];break;case 110:case 111:this.$=a[o-4],r.addClass(a[o-2],a[o]);break;case 112:this.$=a[o-4],r.setClass(a[o-2],a[o]);break;case 113:this.$=a[o-4],r.setClickEvent(a[o-2],a[o],void 0,void 0);break;case 114:this.$=a[o-6],r.setClickEvent(a[o-4],a[o-2],void 0,a[o]);break;case 115:this.$=a[o-4],r.setClickEvent(a[o-2],void 0,a[o],void 0);break;case 116:this.$=a[o-6],r.setClickEvent(a[o-4],void 0,a[o-2],a[o]);break;case 117:this.$=a[o-4],r.addVertex(a[o-2],void 0,void 0,a[o]);break;case 118:case 119:case 120:this.$=a[o-4],r.updateLink(a[o-2],a[o]);break;case 121:case 122:this.$=a[o-8],r.updateLinkInterpolate(a[o-6],a[o-2]),r.updateLink(a[o-6],a[o]);break;case 123:case 124:this.$=a[o-6],r.updateLinkInterpolate(a[o-4],a[o]);break;case 126:this.$=[a[o]];break;case 127:a[o-2].push(a[o]),this.$=a[o-2];break;case 129:this.$=a[o-1]+a[o]}},table:[{3:1,4:2,9:n,10:r,12:i},{1:[3]},e(a,u,{5:6}),{4:7,9:n,10:r,12:i},{4:8,9:n,10:r,12:i},{10:[1,9]},{1:[2,1],6:10,7:11,8:o,9:s,10:c,11:l,13:f,18:h,23:16,25:17,26:18,27:19,28:20,29:21,30:d,33:23,35:29,44:30,45:32,46:p,71:_,72:m,73:g,74:y,75:v,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(a,[2,9]),e(a,[2,10]),{13:[1,46],15:[1,47],16:[1,48],17:[1,49],18:[1,50]},e(S,[2,3]),e(S,[2,4]),e(S,[2,5]),e(S,[2,6]),e(S,[2,7]),e(S,[2,8]),{8:j,9:C,11:F,24:51},{8:j,9:C,11:F,24:55},{8:j,9:C,11:F,24:56},{8:j,9:C,11:F,24:57},{8:j,9:C,11:F,24:58},{8:j,9:C,11:F,24:59},{8:j,9:C,10:O,11:F,12:H,13:P,15:N,16:I,17:B,18:R,24:61,30:W,31:60,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(et,[2,42],{34:86,47:87,50:[1,88],51:[1,91],52:[1,92],53:[1,93],54:[1,94],55:[1,89],56:[1,95],57:[1,96],58:[1,97],59:[1,98],60:[1,90],61:[1,99],62:[1,100],63:[1,101],64:[1,102]}),{10:[1,103]},{10:[1,104]},{10:[1,105]},{10:[1,106]},{10:[1,107]},e(nt,[2,55],{45:32,21:113,44:114,10:rt,13:f,15:[1,112],18:h,36:[1,108],38:[1,109],40:[1,110],42:[1,111],46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E}),e(it,[2,57]),e(it,[2,59]),e(it,[2,60]),e(it,[2,61]),e(it,[2,62]),e(at,[2,154]),e(at,[2,155]),e(at,[2,156]),e(at,[2,157]),e(at,[2,158]),e(at,[2,159]),e(at,[2,160]),e(at,[2,161]),e(at,[2,162]),e(at,[2,163]),e(at,[2,164]),{8:ut,9:ot,10:rt,14:116,21:119},{8:ut,9:ot,10:rt,14:120,21:119},{8:ut,9:ot,10:rt,14:121,21:119},{8:ut,9:ot,10:rt,14:122,21:119},{8:ut,9:ot,10:rt,14:123,21:119},e(S,[2,30]),e(S,[2,38]),e(S,[2,39]),e(S,[2,40]),e(S,[2,31]),e(S,[2,32]),e(S,[2,33]),e(S,[2,34]),e(S,[2,35]),{8:j,9:C,10:O,11:F,12:H,13:P,15:N,16:I,17:B,18:R,24:124,30:W,32:z,45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(st,u,{5:126}),e(ct,[2,92]),e(ct,[2,94]),e(ct,[2,143]),e(ct,[2,144]),e(ct,[2,145]),e(ct,[2,146]),e(ct,[2,147]),e(ct,[2,148]),e(ct,[2,149]),e(ct,[2,150]),e(ct,[2,151]),e(ct,[2,152]),e(ct,[2,153]),e(ct,[2,97]),e(ct,[2,98]),e(ct,[2,99]),e(ct,[2,100]),e(ct,[2,101]),e(ct,[2,102]),e(ct,[2,103]),e(ct,[2,104]),e(ct,[2,105]),e(ct,[2,106]),e(ct,[2,107]),{13:f,18:h,33:127,35:29,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(lt,[2,66],{48:128,49:[1,129],65:[1,130]}),{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:131,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:132,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:133,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(ft,[2,79]),e(ft,[2,80]),e(ft,[2,81]),e(ft,[2,82]),e(ft,[2,83]),e(ft,[2,84]),e(ft,[2,85]),e(ft,[2,86]),e(ft,[2,87]),e(ft,[2,88]),e(ft,[2,89]),e(ft,[2,90]),{13:f,18:h,35:134,44:30,45:32,46:p,80:[1,135],81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{78:[1,136],81:[1,137]},{13:f,18:h,35:139,44:30,45:32,46:p,78:[1,138],81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{13:f,18:h,35:140,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{13:f,18:h,35:141,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:142,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:144,32:z,38:[1,143],45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:145,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:146,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:147,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(nt,[2,56]),e(it,[2,58]),e(nt,[2,29],{21:148,10:rt}),e(a,[2,11]),e(a,[2,21]),e(a,[2,22]),{9:[1,149]},e(a,[2,12]),e(a,[2,13]),e(a,[2,14]),e(a,[2,15]),e(st,u,{5:150}),e(ct,[2,93]),{6:10,7:11,8:o,9:s,10:c,11:l,13:f,18:h,23:16,25:17,26:18,27:19,28:20,29:21,30:d,32:[1,151],33:23,35:29,44:30,45:32,46:p,71:_,72:m,73:g,74:y,75:v,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(et,[2,41]),e(lt,[2,63],{10:[1,152]}),{10:[1,153]},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:154,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,45:71,46:q,50:U,51:[1,155],52:[1,156],53:[1,157],54:[1,158],60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,45:71,46:q,50:U,56:[1,159],57:[1,160],58:[1,161],59:[1,162],60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,45:71,46:q,50:U,60:$,61:[1,163],62:[1,164],63:[1,165],64:[1,166],66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:[1,167],13:f,18:h,44:114,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:[1,168]},{10:[1,169]},{10:[1,170]},{10:[1,171]},{10:[1,172],13:f,18:h,44:114,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:[1,173],13:f,18:h,44:114,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:[1,174],13:f,18:h,44:114,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,37:[1,175],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,31:176,32:z,45:71,46:q,50:U,60:$,66:62,67:V,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,39:[1,177],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,41:[1,178],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,43:[1,179],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,37:[1,180],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(nt,[2,28]),e(a,[2,23]),{6:10,7:11,8:o,9:s,10:c,11:l,13:f,18:h,23:16,25:17,26:18,27:19,28:20,29:21,30:d,32:[1,181],33:23,35:29,44:30,45:32,46:p,71:_,72:m,73:g,74:y,75:v,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(S,[2,37]),e(lt,[2,65]),e(lt,[2,64]),{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,45:71,46:q,50:U,60:$,65:[1,182],66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(lt,[2,67]),e(lt,[2,68]),e(lt,[2,69]),e(lt,[2,70]),e(lt,[2,71]),e(lt,[2,72]),e(lt,[2,73]),e(lt,[2,74]),e(lt,[2,75]),e(lt,[2,76]),e(lt,[2,77]),e(lt,[2,78]),{10:ht,46:dt,71:pt,79:183,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:197,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:198,80:_t,81:mt,82:[1,199],84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:200,80:_t,81:mt,82:[1,201],84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:202,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:203,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{13:f,18:h,35:204,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{13:f,18:h,35:205,44:30,45:32,46:p,67:[1,206],81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(nt,[2,43],{21:207,10:rt}),{10:O,12:H,13:P,15:N,16:I,17:B,18:R,30:W,32:z,39:[1,208],45:71,46:q,50:U,60:$,66:125,70:74,71:G,72:J,73:Z,74:K,75:X,77:64,78:Q,81:M,84:tt,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},e(nt,[2,49],{21:209,10:rt}),e(nt,[2,47],{21:210,10:rt}),e(nt,[2,51],{21:211,10:rt}),e(nt,[2,53],{21:212,10:rt}),e(S,[2,36]),e([10,13,18,46,81,86,88,89,91,92,94,95,96,97,98],[2,91]),e(et,[2,117],{86:Lt}),e(kt,[2,126],{87:214,10:ht,46:dt,71:pt,80:_t,81:mt,84:gt,88:yt,89:vt,90:Mt,91:bt,92:wt}),e(xt,[2,128]),e(xt,[2,130]),e(xt,[2,131]),e(xt,[2,132]),e(xt,[2,133]),e(xt,[2,134]),e(xt,[2,135]),e(xt,[2,136]),e(xt,[2,137]),e(xt,[2,138]),e(xt,[2,139]),e(xt,[2,140]),e(et,[2,118],{86:Lt}),e(et,[2,119],{86:Lt}),{10:[1,215]},e(et,[2,120],{86:Lt}),{10:[1,216]},e(et,[2,110],{86:Lt}),e(et,[2,111],{86:Lt}),e(et,[2,112],{45:32,44:114,13:f,18:h,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E}),e(et,[2,113],{45:32,44:114,10:[1,217],13:f,18:h,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E}),e(et,[2,115],{10:[1,218]}),e(nt,[2,44]),{39:[1,219]},e(nt,[2,50]),e(nt,[2,48]),e(nt,[2,52]),e(nt,[2,54]),{10:ht,46:dt,71:pt,80:_t,81:mt,84:gt,85:220,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},e(xt,[2,129]),{13:f,18:h,35:221,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{13:f,18:h,35:222,44:30,45:32,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E},{67:[1,223]},{67:[1,224]},e(nt,[2,45],{21:225,10:rt}),e(kt,[2,127],{87:214,10:ht,46:dt,71:pt,80:_t,81:mt,84:gt,88:yt,89:vt,90:Mt,91:bt,92:wt}),e(et,[2,123],{45:32,44:114,10:[1,226],13:f,18:h,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E}),e(et,[2,124],{45:32,44:114,10:[1,227],13:f,18:h,46:p,81:M,86:b,88:w,89:L,91:k,92:x,94:D,95:Y,96:T,97:A,98:E}),e(et,[2,114]),e(et,[2,116]),e(nt,[2,46]),{10:ht,46:dt,71:pt,79:228,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},{10:ht,46:dt,71:pt,79:229,80:_t,81:mt,84:gt,85:184,87:185,88:yt,89:vt,90:Mt,91:bt,92:wt},e(et,[2,121],{86:Lt}),e(et,[2,122],{86:Lt})],defaultActions:{},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},Yt=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,e,n,r){switch(n){case 0:break;case 1:this.begin("string");break;case 2:this.popState();break;case 3:return"STR";case 4:return 71;case 5:return 78;case 6:return 72;case 7:return 82;case 8:return 73;case 9:return 74;case 10:return 75;case 11:return 12;case 12:return 30;case 13:return 32;case 14:case 15:case 16:case 17:case 18:case 19:return 13;case 20:return 81;case 21:return 91;case 22:return 89;case 23:return 8;case 24:return 86;case 25:return 98;case 26:return 16;case 27:return 15;case 28:return 17;case 29:return 18;case 30:return 53;case 31:return 51;case 32:return 52;case 33:return 54;case 34:return 58;case 35:return 56;case 36:return 57;case 37:return 59;case 38:return 58;case 39:return 56;case 40:return 57;case 41:return 59;case 42:return 63;case 43:return 61;case 44:return 62;case 45:return 64;case 46:return 50;case 47:return 55;case 48:return 60;case 49:return 40;case 50:return 41;case 51:return 46;case 52:return 92;case 53:return 96;case 54:return 84;case 55:case 56:return 97;case 57:return 88;case 58:return 94;case 59:return 95;case 60:return 65;case 61:return 38;case 62:return 39;case 63:return 36;case 64:return 37;case 65:return 42;case 66:return 43;case 67:return 101;case 68:return 9;case 69:return 10;case 70:return 11}},rules:[/^(?:%%[^\n]*)/,/^(?:["])/,/^(?:["])/,/^(?:[^"]*)/,/^(?:style\b)/,/^(?:default\b)/,/^(?:linkStyle\b)/,/^(?:interpolate\b)/,/^(?:classDef\b)/,/^(?:class\b)/,/^(?:click\b)/,/^(?:graph\b)/,/^(?:subgraph\b)/,/^(?:end\b\s*)/,/^(?:LR\b)/,/^(?:RL\b)/,/^(?:TB\b)/,/^(?:BT\b)/,/^(?:TD\b)/,/^(?:BR\b)/,/^(?:[0-9]+)/,/^(?:#)/,/^(?::)/,/^(?:;)/,/^(?:,)/,/^(?:\*)/,/^(?:<)/,/^(?:>)/,/^(?:\^)/,/^(?:v\b)/,/^(?:\s*--[x]\s*)/,/^(?:\s*-->\s*)/,/^(?:\s*--[o]\s*)/,/^(?:\s*---\s*)/,/^(?:\s*-\.-[x]\s*)/,/^(?:\s*-\.->\s*)/,/^(?:\s*-\.-[o]\s*)/,/^(?:\s*-\.-\s*)/,/^(?:\s*.-[x]\s*)/,/^(?:\s*\.->\s*)/,/^(?:\s*\.-[o]\s*)/,/^(?:\s*\.-\s*)/,/^(?:\s*==[x]\s*)/,/^(?:\s*==>\s*)/,/^(?:\s*==[o]\s*)/,/^(?:\s*==[\=]\s*)/,/^(?:\s*--\s*)/,/^(?:\s*-\.\s*)/,/^(?:\s*==\s*)/,/^(?:\(-)/,/^(?:-\))/,/^(?:-)/,/^(?:\.)/,/^(?:\+)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:[A-Za-z]+)/,/^(?:[!"#$%&'*+,-.`?\\_\/])/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\|)/,/^(?:\()/,/^(?:\))/,/^(?:\[)/,/^(?:\])/,/^(?:\{)/,/^(?:\})/,/^(?:")/,/^(?:\n+)/,/^(?:\s)/,/^(?:$)/],conditions:{string:{rules:[2,3],inclusive:!1},INITIAL:{rules:[0,1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70],inclusive:!0}}}}();return Dt.lexer=Yt,t.prototype=Dt,Dt.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[1,5],r=[1,6],i=[1,12],a=[1,13],u=[1,14],o=[1,15],s=[1,16],c=[1,17],l=[1,18],f=[1,19],h=[1,20],d=[1,21],p=[1,22],_=[8,16,17,18,19,20,21,22,23,24,25,26],m=[1,37],g=[1,33],y=[1,34],v=[1,35],M=[1,36],b=[8,10,16,17,18,19,20,21,22,23,24,25,26,28,32,37,39,40,45,57,58],w=[10,28],L=[10,28,37,57,58],k=[2,49],x=[1,45],D=[1,48],Y=[1,49],T=[1,52],A=[2,65],E=[1,65],S=[1,66],j=[1,67],C=[1,68],F=[1,69],O=[1,70],H=[1,71],P=[1,72],N=[1,73],I=[8,16,17,18,19,20,21,22,23,24,25,26,47],B=[10,28,37],R={trace:function(){},yy:{},symbols_:{error:2,expressions:3,graph:4,EOF:5,graphStatement:6,idStatement:7,"{":8,stmt_list:9,"}":10,strict:11,GRAPH:12,DIGRAPH:13,textNoTags:14,textNoTagsToken:15,ALPHA:16,NUM:17,COLON:18,PLUS:19,EQUALS:20,MULT:21,DOT:22,BRKT:23,SPACE:24,MINUS:25,keywords:26,stmt:27,";":28,node_stmt:29,edge_stmt:30,attr_stmt:31,"=":32,subgraph:33,attr_list:34,NODE:35,EDGE:36,"[":37,a_list:38,"]":39,",":40,edgeRHS:41,node_id:42,edgeop:43,port:44,":":45,compass_pt:46,SUBGRAPH:47,n:48,ne:49,e:50,se:51,s:52,sw:53,w:54,nw:55,c:56,ARROW_POINT:57,ARROW_OPEN:58,$accept:0,$end:1},terminals_:{2:"error",5:"EOF",8:"{",10:"}",11:"strict",12:"GRAPH",13:"DIGRAPH",16:"ALPHA",17:"NUM",18:"COLON",19:"PLUS",20:"EQUALS",21:"MULT",22:"DOT",23:"BRKT",24:"SPACE",25:"MINUS",26:"keywords",28:";",32:"=",35:"NODE",36:"EDGE",37:"[",39:"]",40:",",45:":",47:"SUBGRAPH",48:"n",49:"ne",50:"e",51:"se",52:"s",53:"sw",54:"w",55:"nw",56:"c",57:"ARROW_POINT",58:"ARROW_OPEN"},productions_:[0,[3,2],[4,5],[4,6],[4,4],[6,1],[6,1],[7,1],[14,1],[14,2],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[15,1],[9,1],[9,3],[27,1],[27,1],[27,1],[27,3],[27,1],[31,2],[31,2],[31,2],[34,4],[34,3],[34,3],[34,2],[38,5],[38,5],[38,3],[30,3],[30,3],[30,2],[30,2],[41,3],[41,3],[41,2],[41,2],[29,2],[29,1],[42,2],[42,1],[44,4],[44,2],[44,2],[33,5],[33,4],[33,3],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,1],[46,0],[43,1],[43,1]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 1:this.$=a[o-1];break;case 2:this.$=a[o-4];break;case 3:this.$=a[o-5];break;case 4:this.$=a[o-3];break;case 8:case 10:case 11:this.$=a[o];break;case 9:this.$=a[o-1]+""+a[o];break;case 12:case 13:case 14:case 15:case 16:case 18:case 19:case 20:this.$=a[o];break;case 17:this.$="<br>";break;case 39:this.$="oy";break;case 40:r.addLink(a[o-1],a[o].id,a[o].op),this.$="oy";break;case 42:r.addLink(a[o-1],a[o].id,a[o].op),this.$={op:a[o-2],id:a[o-1]};break;case 44:this.$={op:a[o-1],id:a[o]};break;case 48:r.addVertex(a[o-1]),this.$=a[o-1];break;case 49:r.addVertex(a[o]),this.$=a[o];break;case 66:this.$="arrow";break;case 67:this.$="arrow_open"}},table:[{3:1,4:2,6:3,11:[1,4],12:n,13:r},{1:[3]},{5:[1,7]},{7:8,8:[1,9],14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p},{6:23,12:n,13:r},e(_,[2,5]),e(_,[2,6]),{1:[2,1]},{8:[1,24]},{7:30,8:m,9:25,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},e([8,10,28,32,37,39,40,45,57,58],[2,7],{15:38,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p}),e(b,[2,8]),e(b,[2,10]),e(b,[2,11]),e(b,[2,12]),e(b,[2,13]),e(b,[2,14]),e(b,[2,15]),e(b,[2,16]),e(b,[2,17]),e(b,[2,18]),e(b,[2,19]),e(b,[2,20]),{7:39,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p},{7:30,8:m,9:40,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},{10:[1,41]},{10:[2,21],28:[1,42]},e(w,[2,23]),e(w,[2,24]),e(w,[2,25]),e(L,k,{44:44,32:[1,43],45:x}),e(w,[2,27],{41:46,43:47,57:D,58:Y}),e(w,[2,47],{43:47,34:50,41:51,37:T,57:D,58:Y}),{34:53,37:T},{34:54,37:T},{34:55,37:T},{7:56,8:[1,57],14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p},{7:30,8:m,9:58,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},e(b,[2,9]),{8:[1,59]},{10:[1,60]},{5:[2,4]},{7:30,8:m,9:61,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},{7:62,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p},e(L,[2,48]),e(L,A,{14:10,15:11,7:63,46:64,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,48:E,49:S,50:j,51:C,52:F,53:O,54:H,55:P,56:N}),e(w,[2,41],{34:74,37:T}),{7:77,8:m,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,33:76,42:75,47:M},e(I,[2,66]),e(I,[2,67]),e(w,[2,46]),e(w,[2,40],{34:78,37:T}),{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,38:79,39:[1,80]},e(w,[2,28]),e(w,[2,29]),e(w,[2,30]),{8:[1,82]},{7:30,8:m,9:83,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},{10:[1,84]},{7:30,8:m,9:85,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},{5:[2,2]},{10:[2,22]},e(w,[2,26]),e(L,[2,51],{45:[1,86]}),e(L,[2,52]),e(L,[2,56]),e(L,[2,57]),e(L,[2,58]),e(L,[2,59]),e(L,[2,60]),e(L,[2,61]),e(L,[2,62]),e(L,[2,63]),e(L,[2,64]),e(w,[2,38]),e(B,[2,44],{43:47,41:87,57:D,58:Y}),e(B,[2,45],{43:47,41:88,57:D,58:Y}),e(L,k,{44:44,45:x}),e(w,[2,39]),{39:[1,89]},e(w,[2,34],{34:90,37:T}),{32:[1,91]},{7:30,8:m,9:92,12:g,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,27:26,29:27,30:28,31:29,33:31,35:y,36:v,42:32,47:M},{10:[1,93]},e(L,[2,55]),{10:[1,94]},e(L,A,{46:95,48:E,49:S,50:j,51:C,52:F,53:O,54:H,55:P,56:N}),e(B,[2,42]),e(B,[2,43]),e(w,[2,33],{34:96,37:T}),e(w,[2,32]),{7:97,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p},{10:[1,98]},e(L,[2,54]),{5:[2,3]},e(L,[2,50]),e(w,[2,31]),{28:[1,99],39:[2,37],40:[1,100]},e(L,[2,53]),{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,38:101},{7:81,14:10,15:11,16:i,17:a,18:u,19:o,20:s,21:c,22:l,23:f,24:h,25:d,26:p,38:102},{39:[2,35]},{39:[2,36]}],defaultActions:{7:[2,1],41:[2,4],60:[2,2],61:[2,22],94:[2,3],101:[2,35],102:[2,36]},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},W=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,e,n,r){switch(n){case 0:return"STYLE";case 1:return"LINKSTYLE";case 2:return"CLASSDEF";case 3:return"CLASS";case 4:return"CLICK";case 5:return 12;case 6:return 13;case 7:return 47;case 8:return 35;case 9:return 36;case 10:case 11:case 12:case 13:case 14:case 15:return"DIR";case 16:return 17;case 17:return 23;case 18:return 18;case 19:return 28;case 20:return 40;case 21:return 32;case 22:return 21;case 23:return 22;case 24:return"ARROW_CROSS";case 25:return 57;case 26:return"ARROW_CIRCLE";case 27:return 58;case 28:return 25;case 29:return 19;case 30:return 20;case 31:return 16;case 32:return"PIPE";case 33:return"PS";case 34:return"PE";case 35:return 37;case 36:return 39;case 37:return 8;case 38:return 10;case 39:return"QUOTE";case 40:return 24;case 41:return"NEWLINE";case 42:return 5}},rules:[/^(?:style\b)/,/^(?:linkStyle\b)/,/^(?:classDef\b)/,/^(?:class\b)/,/^(?:click\b)/,/^(?:graph\b)/,/^(?:digraph\b)/,/^(?:subgraph\b)/,/^(?:node\b)/,/^(?:edge\b)/,/^(?:LR\b)/,/^(?:RL\b)/,/^(?:TB\b)/,/^(?:BT\b)/,/^(?:TD\b)/,/^(?:BR\b)/,/^(?:[0-9])/,/^(?:#)/,/^(?::)/,/^(?:;)/,/^(?:,)/,/^(?:=)/,/^(?:\*)/,/^(?:\.)/,/^(?:--[x])/,/^(?:->)/,/^(?:--[o])/,/^(?:--)/,/^(?:-)/,/^(?:\+)/,/^(?:=)/,/^(?:[\u0021-\u0027\u002A-\u002E\u003F\u0041-\u005A\u0061-\u007A\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC_])/,/^(?:\|)/,/^(?:\()/,/^(?:\))/,/^(?:\[)/,/^(?:\])/,/^(?:\{)/,/^(?:\})/,/^(?:")/,/^(?:\s)/,/^(?:\n)/,/^(?:$)/],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42],inclusive:!0}}}}();return R.lexer=W,t.prototype=R,R.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){function r(t,e,n,r){return i(t,String(e),n||o,r||function(e){return t.outEdges(e)})}function i(t,e,n,r){var i,a,o={},s=new u,c=function(t){var e=t.v!==i?t.v:t.w,r=o[e],u=n(t),c=a.distance+u;if(u<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+t+" Weight: "+u);c<r.distance&&(r.distance=c,r.predecessor=i,s.decrease(e,c))};for(t.nodes().forEach(function(t){var n=t===e?0:Number.POSITIVE_INFINITY;o[t]={distance:n},s.add(t,n)});s.size()>0&&(i=s.removeMin(),a=o[i],a.distance!==Number.POSITIVE_INFINITY);)r(i).forEach(c);return o}var a=n(6),u=n(26);t.exports=r;var o=a.constant(1)},function(t,e,n){function r(){this._arr=[],this._keyIndices={}}var i=n(6);t.exports=r,r.prototype.size=function(){return this._arr.length},r.prototype.keys=function(){return this._arr.map(function(t){return t.key})},r.prototype.has=function(t){return i.has(this._keyIndices,t)},r.prototype.priority=function(t){var e=this._keyIndices[t];if(void 0!==e)return this._arr[e].priority},r.prototype.min=function(){if(0===this.size())throw new Error("Queue underflow");return this._arr[0].key},r.prototype.add=function(t,e){var n=this._keyIndices;if(t=String(t),!i.has(n,t)){var r=this._arr,a=r.length;return n[t]=a,r.push({key:t,priority:e}),this._decrease(a),!0}return!1},r.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var t=this._arr.pop();return delete this._keyIndices[t.key],this._heapify(0),t.key},r.prototype.decrease=function(t,e){var n=this._keyIndices[t];if(e>this._arr[n].priority)throw new Error("New priority is greater than current priority. Key: "+t+" Old: "+this._arr[n].priority+" New: "+e);this._arr[n].priority=e,this._decrease(n)},r.prototype._heapify=function(t){var e=this._arr,n=2*t,r=n+1,i=t;n<e.length&&(i=e[n].priority<e[i].priority?n:i,r<e.length&&(i=e[r].priority<e[i].priority?r:i),i!==t&&(this._swap(t,i),this._heapify(i)))},r.prototype._decrease=function(t){for(var e,n=this._arr,r=n[t].priority;0!==t&&(e=t>>1,!(n[e].priority<r));)this._swap(t,e),t=e},r.prototype._swap=function(t,e){var n=this._arr,r=this._keyIndices,i=n[t],a=n[e];n[t]=a,n[e]=i,r[a.key]=t,r[i.key]=e}},function(t,e,n){function r(t){function e(o){var s=a[o]={onStack:!0,lowlink:n,index:n++};if(r.push(o),t.successors(o).forEach(function(t){i.has(a,t)?a[t].onStack&&(s.lowlink=Math.min(s.lowlink,a[t].index)):(e(t),s.lowlink=Math.min(s.lowlink,a[t].lowlink))}),s.lowlink===s.index){var c,l=[];do{c=r.pop(),a[c].onStack=!1,l.push(c)}while(o!==c);u.push(l)}}var n=0,r=[],a={},u=[];return t.nodes().forEach(function(t){i.has(a,t)||e(t)}),u}var i=n(6);t.exports=r},function(t,e,n){function r(t){function e(o){if(a.has(r,o))throw new i;a.has(n,o)||(r[o]=!0,n[o]=!0,a.each(t.predecessors(o),e),delete r[o],u.push(o))}var n={},r={},u=[];if(a.each(t.sinks(),e),a.size(n)!==t.nodeCount())throw new i;return u}function i(){}var a=n(6);t.exports=r,r.CycleException=i},function(t,e,n){function r(t,e,n){a.isArray(e)||(e=[e]);var r=(t.isDirected()?t.successors:t.neighbors).bind(t),u=[],o={};return a.each(e,function(e){if(!t.hasNode(e))throw new Error("Graph does not have node: "+e);i(t,e,"post"===n,o,r,u)}),u}function i(t,e,n,r,u,o){a.has(r,e)||(r[e]=!0,n||o.push(e),a.each(u(e),function(e){i(t,e,n,r,u,o)}),n&&o.push(e))}var a=n(6);t.exports=r},function(t,e,n){var r;try{r=n(31)}catch(t){}r||(r=window.dagre),t.exports=r},function(t,e,n){t.exports={graphlib:n(9),layout:n(203),debug:n(226),util:{time:n(4).time,notime:n(4).notime},version:n(227)}},function(t,e,n){function r(t,e,n,r){return i(t,String(e),n||o,r||function(e){return t.outEdges(e)})}function i(t,e,n,r){var i,a,o={},s=new u,c=function(t){var e=t.v!==i?t.v:t.w,r=o[e],u=n(t),c=a.distance+u;if(u<0)throw new Error("dijkstra does not allow negative edge weights. Bad edge: "+t+" Weight: "+u);c<r.distance&&(r.distance=c,r.predecessor=i,s.decrease(e,c))};for(t.nodes().forEach(function(t){var n=t===e?0:Number.POSITIVE_INFINITY;o[t]={distance:n},s.add(t,n)});s.size()>0&&(i=s.removeMin(),a=o[i],a.distance!==Number.POSITIVE_INFINITY);)r(i).forEach(c);return o}var a=n(7),u=n(33);t.exports=r;var o=a.constant(1)},function(t,e,n){function r(){this._arr=[],this._keyIndices={}}var i=n(7);t.exports=r,r.prototype.size=function(){return this._arr.length},r.prototype.keys=function(){return this._arr.map(function(t){return t.key})},r.prototype.has=function(t){return i.has(this._keyIndices,t)},r.prototype.priority=function(t){var e=this._keyIndices[t];if(void 0!==e)return this._arr[e].priority},r.prototype.min=function(){if(0===this.size())throw new Error("Queue underflow");return this._arr[0].key},r.prototype.add=function(t,e){var n=this._keyIndices;if(t=String(t),!i.has(n,t)){var r=this._arr,a=r.length;return n[t]=a,r.push({key:t,priority:e}),this._decrease(a),!0}return!1},r.prototype.removeMin=function(){this._swap(0,this._arr.length-1);var t=this._arr.pop();return delete this._keyIndices[t.key],this._heapify(0),t.key},r.prototype.decrease=function(t,e){var n=this._keyIndices[t];if(e>this._arr[n].priority)throw new Error("New priority is greater than current priority. Key: "+t+" Old: "+this._arr[n].priority+" New: "+e);this._arr[n].priority=e,this._decrease(n)},r.prototype._heapify=function(t){var e=this._arr,n=2*t,r=n+1,i=t;n<e.length&&(i=e[n].priority<e[i].priority?n:i,r<e.length&&(i=e[r].priority<e[i].priority?r:i),i!==t&&(this._swap(t,i),this._heapify(i)))},r.prototype._decrease=function(t){for(var e,n=this._arr,r=n[t].priority;0!==t&&(e=t>>1,!(n[e].priority<r));)this._swap(t,e),t=e},r.prototype._swap=function(t,e){var n=this._arr,r=this._keyIndices,i=n[t],a=n[e];n[t]=a,n[e]=i,r[a.key]=t,r[i.key]=e}},function(t,e,n){function r(t){function e(o){var s=a[o]={onStack:!0,lowlink:n,index:n++};if(r.push(o),t.successors(o).forEach(function(t){i.has(a,t)?a[t].onStack&&(s.lowlink=Math.min(s.lowlink,a[t].index)):(e(t),s.lowlink=Math.min(s.lowlink,a[t].lowlink))}),s.lowlink===s.index){var c,l=[];do{c=r.pop(),a[c].onStack=!1,l.push(c)}while(o!==c);u.push(l)}}var n=0,r=[],a={},u=[];return t.nodes().forEach(function(t){i.has(a,t)||e(t)}),u}var i=n(7);t.exports=r},function(t,e,n){function r(t){function e(o){if(a.has(r,o))throw new i;a.has(n,o)||(r[o]=!0,n[o]=!0,a.each(t.predecessors(o),e),delete r[o],u.push(o))}var n={},r={},u=[];if(a.each(t.sinks(),e),a.size(n)!==t.nodeCount())throw new i;return u}function i(){}var a=n(7);t.exports=r,r.CycleException=i},function(t,e,n){function r(t,e,n){a.isArray(e)||(e=[e]);var r=[],u={};return a.each(e,function(e){if(!t.hasNode(e))throw new Error("Graph does not have node: "+e);i(t,e,"post"===n,u,r)}),r}function i(t,e,n,r,u){a.has(r,e)||(r[e]=!0,n||u.push(e),a.each(t.neighbors(e),function(e){i(t,e,n,r,u)}),n&&u.push(e))}var a=n(7);t.exports=r},function(t,e,n){"use strict";function r(t){var e=new s({directed:!1}),n=t.nodes()[0],r=t.nodeCount();e.setNode(n,{});for(var o,l;i(e,t)<r;)o=a(e,t),l=e.hasNode(o.v)?c(t,o):-c(t,o),u(e,t,l);return e}function i(t,e){function n(r){o.each(e.nodeEdges(r),function(i){var a=i.v,u=r===a?i.w:a;t.hasNode(u)||c(e,i)||(t.setNode(u,{}),t.setEdge(r,u,{}),n(u))})}return o.each(t.nodes(),n),t.nodeCount()}function a(t,e){return o.min(e.edges(),function(n){if(t.hasNode(n.v)!==t.hasNode(n.w))return c(e,n)})}function u(t,e,n){o.each(t.nodes(),function(t){e.node(t).rank+=n})}var o=n(1),s=n(9).Graph,c=n(16).slack;t.exports=r},function(t,e){function n(t,e){return t.intersect(e)}t.exports=n},function(t,e,n){function r(t,e,n){return i(t,e,e,n)}var i=n(19);t.exports=r},function(t,e,n){function r(t,e,n){var r=t.x,a=t.y,u=[],o=Number.POSITIVE_INFINITY,s=Number.POSITIVE_INFINITY;e.forEach(function(t){o=Math.min(o,t.x),s=Math.min(s,t.y)});for(var c=r-t.width/2-o,l=a-t.height/2-s,f=0;f<e.length;f++){var h=e[f],d=e[f<e.length-1?f+1:0],p=i(t,n,{x:c+h.x,y:l+h.y},{x:c+d.x,y:l+d.y});p&&u.push(p)}return u.length?(u.length>1&&u.sort(function(t,e){var r=t.x-n.x,i=t.y-n.y,a=Math.sqrt(r*r+i*i),u=e.x-n.x,o=e.y-n.y,s=Math.sqrt(u*u+o*o);return a<s?-1:a===s?0:1}),u[0]):(console.log("NO INTERSECTION FOUND, RETURN NODE CENTER",t),t)}var i=n(229);t.exports=r},function(t,e){function n(t,e){var n,r,i=t.x,a=t.y,u=e.x-i,o=e.y-a,s=t.width/2,c=t.height/2;return Math.abs(o)*s>Math.abs(u)*c?(o<0&&(c=-c),n=0===o?0:c*u/o,r=c):(u<0&&(s=-s),n=s,r=0===u?0:s*o/u),{x:i+n,y:a+r}}t.exports=n},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[1,2],r=[1,3],i=[1,4],a=[2,4],u=[1,9],o=[1,11],s=[1,12],c=[1,14],l=[1,15],f=[1,17],h=[1,18],d=[1,19],p=[1,20],_=[1,21],m=[1,23],g=[1,24],y=[1,4,5,10,15,16,18,20,21,22,23,24,25,27,28,39],v=[1,32],M=[4,5,10,15,16,18,20,21,22,23,25,28,39],b=[4,5,10,15,16,18,20,21,22,23,25,27,28,39],w=[37,38,39],L={trace:function(){},yy:{},symbols_:{error:2,start:3,SPACE:4,NL:5,SD:6,document:7,line:8,statement:9,participant:10,actor:11,AS:12,restOfLine:13,signal:14,activate:15,deactivate:16,note_statement:17,title:18,text2:19,loop:20,end:21,opt:22,alt:23,else:24,par:25,par_sections:26,and:27,note:28,placement:29,over:30,actor_pair:31,spaceList:32,",":33,left_of:34,right_of:35,signaltype:36,"+":37,"-":38,ACTOR:39,SOLID_OPEN_ARROW:40,DOTTED_OPEN_ARROW:41,SOLID_ARROW:42,DOTTED_ARROW:43,SOLID_CROSS:44,DOTTED_CROSS:45,TXT:46,$accept:0,$end:1},terminals_:{2:"error",4:"SPACE",5:"NL",6:"SD",10:"participant",12:"AS",13:"restOfLine",15:"activate",16:"deactivate",18:"title",20:"loop",21:"end",22:"opt",23:"alt",24:"else",25:"par",27:"and",28:"note",30:"over",33:",",34:"left_of",35:"right_of",37:"+",38:"-",39:"ACTOR",40:"SOLID_OPEN_ARROW",41:"DOTTED_OPEN_ARROW",42:"SOLID_ARROW",43:"DOTTED_ARROW",44:"SOLID_CROSS",45:"DOTTED_CROSS",46:"TXT"},productions_:[0,[3,2],[3,2],[3,2],[7,0],[7,2],[8,2],[8,1],[8,1],[9,5],[9,3],[9,2],[9,3],[9,3],[9,2],[9,3],[9,4],[9,4],[9,7],[9,4],[26,1],[26,4],[17,4],[17,4],[32,2],[32,1],[31,3],[31,1],[29,1],[29,1],[14,5],[14,5],[14,4],[11,1],[36,1],[36,1],[36,1],[36,1],[36,1],[36,1],[19,1]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 3:return r.apply(a[o]),a[o];case 4:this.$=[];break;case 5:a[o-1].push(a[o]),this.$=a[o-1];break;case 6:case 7:this.$=a[o];break;case 8:this.$=[];break;case 9:a[o-3].description=a[o-1],this.$=a[o-3];break;case 10:this.$=a[o-1];break;case 12:this.$={type:"activeStart",signalType:r.LINETYPE.ACTIVE_START,actor:a[o-1]};break;case 13:this.$={type:"activeEnd",signalType:r.LINETYPE.ACTIVE_END,actor:a[o-1]};break;case 15:this.$=[{type:"setTitle",text:a[o-1]}];break;case 16:a[o-1].unshift({type:"loopStart",loopText:a[o-2],signalType:r.LINETYPE.LOOP_START}),a[o-1].push({type:"loopEnd",loopText:a[o-2],signalType:r.LINETYPE.LOOP_END}),this.$=a[o-1];break;case 17:a[o-1].unshift({type:"optStart",optText:a[o-2],signalType:r.LINETYPE.OPT_START}),a[o-1].push({type:"optEnd",optText:a[o-2],signalType:r.LINETYPE.OPT_END}),this.$=a[o-1];break;case 18:a[o-4].unshift({type:"altStart",altText:a[o-5],signalType:r.LINETYPE.ALT_START}),a[o-4].push({type:"else",altText:a[o-2],signalType:r.LINETYPE.ALT_ELSE}),a[o-4]=a[o-4].concat(a[o-1]),a[o-4].push({type:"altEnd",signalType:r.LINETYPE.ALT_END}),this.$=a[o-4];break;case 19:a[o-1].unshift({type:"parStart",parText:a[o-2],signalType:r.LINETYPE.PAR_START}),a[o-1].push({type:"parEnd",signalType:r.LINETYPE.PAR_END}),this.$=a[o-1];break;case 21:this.$=a[o-3].concat([{type:"and",parText:a[o-1],signalType:r.LINETYPE.PAR_AND},a[o]]);break;case 22:this.$=[a[o-1],{type:"addNote",placement:a[o-2],actor:a[o-1].actor,text:a[o]}];break;case 23:a[o-2]=[].concat(a[o-1],a[o-1]).slice(0,2),a[o-2][0]=a[o-2][0].actor,a[o-2][1]=a[o-2][1].actor,this.$=[a[o-1],{type:"addNote",placement:r.PLACEMENT.OVER,actor:a[o-2].slice(0,2),text:a[o]}];break;case 26:this.$=[a[o-2],a[o]];break;case 27:this.$=a[o];break;case 28:this.$=r.PLACEMENT.LEFTOF;break;case 29:this.$=r.PLACEMENT.RIGHTOF;break;case 30:this.$=[a[o-4],a[o-1],{type:"addMessage",from:a[o-4].actor,to:a[o-1].actor,signalType:a[o-3],msg:a[o]},{type:"activeStart",signalType:r.LINETYPE.ACTIVE_START,actor:a[o-1]}];break;case 31:this.$=[a[o-4],a[o-1],{type:"addMessage",from:a[o-4].actor,to:a[o-1].actor,signalType:a[o-3],msg:a[o]},{type:"activeEnd",signalType:r.LINETYPE.ACTIVE_END,actor:a[o-4]}];break;case 32:this.$=[a[o-3],a[o-1],{type:"addMessage",from:a[o-3].actor,to:a[o-1].actor,signalType:a[o-2],msg:a[o]}];break;case 33:this.$={type:"addActor",actor:a[o]};break;case 34:this.$=r.LINETYPE.SOLID_OPEN;break;case 35:this.$=r.LINETYPE.DOTTED_OPEN;break;case 36:this.$=r.LINETYPE.SOLID;break;case 37:this.$=r.LINETYPE.DOTTED;break;case 38:this.$=r.LINETYPE.SOLID_CROSS;break;case 39:this.$=r.LINETYPE.DOTTED_CROSS;break;case 40:this.$=a[o].substring(1).trim().replace(/\\n/gm,"\n")}},table:[{3:1,4:n,5:r,6:i},{1:[3]},{3:5,4:n,5:r,6:i},{3:6,4:n,5:r,6:i},e([1,4,5,10,15,16,18,20,22,23,25,28,39],a,{7:7}),{1:[2,1]},{1:[2,2]},{1:[2,3],4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,22:d,23:p,25:_,28:m,39:g},e(y,[2,5]),{9:25,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,22:d,23:p,25:_,28:m,39:g},e(y,[2,7]),e(y,[2,8]),{11:26,39:g},{5:[1,27]},{11:28,39:g},{11:29,39:g},{5:[1,30]},{19:31,46:v},{13:[1,33]},{13:[1,34]},{13:[1,35]},{13:[1,36]},{36:37,40:[1,38],41:[1,39],42:[1,40],43:[1,41],44:[1,42],45:[1,43]},{29:44,30:[1,45],34:[1,46],35:[1,47]},e([5,12,33,40,41,42,43,44,45,46],[2,33]),e(y,[2,6]),{5:[1,49],12:[1,48]},e(y,[2,11]),{5:[1,50]},{5:[1,51]},e(y,[2,14]),{5:[1,52]},{5:[2,40]},e(M,a,{7:53}),e(M,a,{7:54}),e([4,5,10,15,16,18,20,22,23,24,25,28,39],a,{7:55}),e(b,a,{26:56,7:57}),{11:60,37:[1,58],38:[1,59],39:g},e(w,[2,34]),e(w,[2,35]),e(w,[2,36]),e(w,[2,37]),e(w,[2,38]),e(w,[2,39]),{11:61,39:g},{11:63,31:62,39:g},{39:[2,28]},{39:[2,29]},{13:[1,64]},e(y,[2,10]),e(y,[2,12]),e(y,[2,13]),e(y,[2,15]),{4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,21:[1,65],22:d,23:p,25:_,28:m,39:g},{4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,21:[1,66],22:d,23:p,25:_,28:m,39:g},{4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,22:d,23:p,24:[1,67],25:_,28:m,39:g},{21:[1,68]},{4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,21:[2,20],22:d,23:p,25:_,27:[1,69],28:m,39:g},{11:70,39:g},{11:71,39:g},{19:72,46:v},{19:73,46:v},{19:74,46:v},{33:[1,75],46:[2,27]},{5:[1,76]},e(y,[2,16]),e(y,[2,17]),{13:[1,77]},e(y,[2,19]),{13:[1,78]},{19:79,46:v},{19:80,46:v},{5:[2,32]},{5:[2,22]},{5:[2,23]},{11:81,39:g},e(y,[2,9]),e(M,a,{7:82}),e(b,a,{7:57,26:83}),{5:[2,30]},{5:[2,31]},{46:[2,26]},{4:u,5:o,8:8,9:10,10:s,11:22,14:13,15:c,16:l,17:16,18:f,20:h,21:[1,84],22:d,23:p,25:_,28:m,39:g},{21:[2,21]},e(y,[2,18])],defaultActions:{5:[2,1],6:[2,2],32:[2,40],46:[2,28],47:[2,29],72:[2,32],73:[2,22],74:[2,23],79:[2,30],80:[2,31],81:[2,26],83:[2,21]},parseError:function(t,e){if(!e.recoverable){var n=new Error(t);throw n.hash=e,n}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},k=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(t,e,n,r){switch(n){case 0:return 5;case 1:case 2:case 3:case 4:break;case 5:return this.begin("ID"),10;case 6:return this.begin("ALIAS"),39;case 7:return this.popState(),this.popState(),this.begin("LINE"),12;case 8:return this.popState(),this.popState(),5;case 9:return this.begin("LINE"),20;case 10:return this.begin("LINE"),22;case 11:return this.begin("LINE"),23;case 12:return this.begin("LINE"),24;case 13:return this.begin("LINE"),25;case 14:return this.begin("LINE"),27;case 15:return this.popState(),13;case 16:return 21;case 17:return 34;case 18:return 35;case 19:return 30;case 20:return 28;case 21:return this.begin("ID"),15;case 22:return this.begin("ID"),16;case 23:return 18;case 24:return 6;case 25:return 33;case 26:return 5;case 27:return e.yytext=e.yytext.trim(),39;case 28:return 42;case 29:return 43;case 30:return 40;case 31:return 41;case 32:return 44;case 33:return 45;case 34:return 46;case 35:return 37;case 36:return 38;case 37:return 5;case 38:return"INVALID"}},rules:[/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:((?!\n)\s)+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:participant\b)/i,/^(?:[^\->:\n,;]+?(?=((?!\n)\s)+as(?!\n)\s|[#\n;]|$))/i,/^(?:as\b)/i,/^(?:(?:))/i,/^(?:loop\b)/i,/^(?:opt\b)/i,/^(?:alt\b)/i,/^(?:else\b)/i,/^(?:par\b)/i,/^(?:and\b)/i,/^(?:[^#\n;]*)/i,/^(?:end\b)/i,/^(?:left of\b)/i,/^(?:right of\b)/i,/^(?:over\b)/i,/^(?:note\b)/i,/^(?:activate\b)/i,/^(?:deactivate\b)/i,/^(?:title\b)/i,/^(?:sequenceDiagram\b)/i,/^(?:,)/i,/^(?:;)/i,/^(?:[^\+\->:\n,;]+)/i,/^(?:->>)/i,/^(?:-->>)/i,/^(?:->)/i,/^(?:-->)/i,/^(?:-[x])/i,/^(?:--[x])/i,/^(?::[^#\n;]+)/i,/^(?:\+)/i,/^(?:-)/i,/^(?:$)/i,/^(?:.)/i],conditions:{LINE:{rules:[2,3,15],inclusive:!1},ALIAS:{rules:[2,3,7,8],inclusive:!1},ID:{rules:[2,3,6],inclusive:!1},INITIAL:{rules:[0,1,3,4,5,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38],inclusive:!0}}}}();return L.lexer=k,t.prototype=L,L.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){(function(t){var r={},i=[],a=[],u="",o=n(2),s=o.Log;e.addActor=function(t,e,n){var i=r[t];i&&e===i.name&&null==n||(null==n&&(n=e),r[t]={name:e,description:n})},e.addMessage=function(t,e,n,r){i.push({from:t,to:e,message:n,answer:r})},e.addSignal=function(t,e,n,r){s.debug("Adding message from="+t+" to="+e+" message="+n+" type="+r),i.push({from:t,to:e,message:n,type:r})},e.getMessages=function(){return i},e.getActors=function(){return r},e.getActor=function(t){return r[t]},e.getActorKeys=function(){return Object.keys(r)},e.getTitle=function(){return u},e.clear=function(){r={},i=[]},e.LINETYPE={SOLID:0,DOTTED:1,NOTE:2,SOLID_CROSS:3,DOTTED_CROSS:4,SOLID_OPEN:5,DOTTED_OPEN:6,LOOP_START:10,LOOP_END:11,ALT_START:12,ALT_ELSE:13,ALT_END:14,OPT_START:15,OPT_END:16,ACTIVE_START:17,ACTIVE_END:18,PAR_START:19,PAR_AND:20,PAR_END:21},e.ARROWTYPE={FILLED:0,OPEN:1},e.PLACEMENT={LEFTOF:0,RIGHTOF:1,OVER:2},e.addNote=function(t,n,r){var u={actor:t,placement:n,message:r},o=[].concat(t,t);a.push(u),i.push({from:o[0],to:o[1],message:r,type:e.LINETYPE.NOTE,placement:n})},e.setTitle=function(t){u=t},e.parseError=function(e,n){t.mermaidAPI.parseError(e,n)},e.apply=function(t){if(t instanceof Array)t.forEach(function(t){e.apply(t)});else switch(t.type){case"addActor":e.addActor(t.actor,t.actor,t.description);break;case"activeStart":case"activeEnd":e.addSignal(t.actor,void 0,void 0,t.signalType);break;case"addNote":e.addNote(t.actor,t.placement,t.text);break;case"addMessage":e.addSignal(t.from,t.to,t.msg,t.signalType);break;case"loopStart":e.addSignal(void 0,void 0,t.loopText,t.signalType);break;case"loopEnd":e.addSignal(void 0,void 0,void 0,t.signalType);break;case"optStart":e.addSignal(void 0,void 0,t.optText,t.signalType);break;case"optEnd":e.addSignal(void 0,void 0,void 0,t.signalType);break;case"altStart":case"else":e.addSignal(void 0,void 0,t.altText,t.signalType);break;case"altEnd":e.addSignal(void 0,void 0,void 0,t.signalType);break;case"setTitle":e.setTitle(t.text);break;case"parStart":case"and":e.addSignal(void 0,void 0,t.parText,t.signalType);break;case"parEnd":e.addSignal(void 0,void 0,void 0,t.signalType)}}}).call(e,n(5))},function(t,e,n){(function(t){var r=n(2),i=r.Log,a="",u=!1;e.setMessage=function(t){i.debug("Setting message to: "+t),a=t},e.getMessage=function(){return a},e.setInfo=function(t){u=t},e.getInfo=function(){return u},e.parseError=function(e,n){t.mermaidAPI.parseError(e,n)}}).call(e,n(5))},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[6,9,10,12],r={trace:function(){},yy:{},symbols_:{error:2,start:3,info:4,document:5,EOF:6,line:7,statement:8,NL:9,showInfo:10,message:11,say:12,TXT:13,$accept:0,$end:1},terminals_:{2:"error",4:"info",6:"EOF",9:"NL",10:"showInfo",12:"say",13:"TXT"},productions_:[0,[3,3],[5,0],[5,2],[7,1],[7,1],[8,1],[8,1],[11,2]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 1:return r;case 4:break;case 6:r.setInfo(!0);break;case 7:r.setMessage(a[o]);break;case 8:this.$=a[o-1].substring(1).trim().replace(/\\n/gm,"\n")}},table:[{3:1,4:[1,2]},{1:[3]},e(n,[2,2],{5:3}),{6:[1,4],7:5,8:6,9:[1,7],10:[1,8],11:9,12:[1,10]},{1:[2,1]},e(n,[2,3]),e(n,[2,4]),e(n,[2,5]),e(n,[2,6]),e(n,[2,7]),{13:[1,11]},e(n,[2,8])],defaultActions:{4:[2,1]},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},i=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(t,e,n,r){switch(n){case 0:return 9;case 1:return 10;case 2:return 4;case 3:return 12;case 4:return 13;case 5:return 6;case 6:return"INVALID"}},rules:[/^(?:[\n]+)/i,/^(?:showInfo\b)/i,/^(?:info\b)/i,/^(?:say\b)/i,/^(?::[^#\n;]+)/i,/^(?:$)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6],inclusive:!0}}}}();return r.lexer=i,t.prototype=r,r.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[6,8,10,11,12,13,14],r=[1,9],i=[1,10],a=[1,11],u=[1,12],o={trace:function(){},yy:{},symbols_:{error:2,start:3,gantt:4,document:5,EOF:6,line:7,SPACE:8,statement:9,NL:10,dateFormat:11,title:12,section:13,taskTxt:14,taskData:15,$accept:0,$end:1},terminals_:{2:"error",4:"gantt",6:"EOF",8:"SPACE",10:"NL",11:"dateFormat",12:"title",13:"section",14:"taskTxt",15:"taskData"},productions_:[0,[3,3],[5,0],[5,2],[7,2],[7,1],[7,1],[7,1],[9,1],[9,1],[9,1],[9,2]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 1:return a[o-1];case 2:this.$=[];break;case 3:a[o-1].push(a[o]),this.$=a[o-1];break;case 4:case 5:this.$=a[o];break;case 6:case 7:this.$=[];break;case 8:r.setDateFormat(a[o].substr(11)),this.$=a[o].substr(11);break;case 9:r.setTitle(a[o].substr(6)),this.$=a[o].substr(6);break;case 10:r.addSection(a[o].substr(8)),this.$=a[o].substr(8);break;case 11:r.addTask(a[o-1],a[o]),this.$="task"}},table:[{3:1,4:[1,2]},{1:[3]},e(n,[2,2],{5:3}),{6:[1,4],7:5,8:[1,6],9:7,10:[1,8],11:r,12:i,13:a,14:u},e(n,[2,7],{1:[2,1]}),e(n,[2,3]),{9:13,11:r,12:i,13:a,14:u},e(n,[2,5]),e(n,[2,6]),e(n,[2,8]),e(n,[2,9]),e(n,[2,10]),{15:[1,14]},e(n,[2,4]),e(n,[2,11])],defaultActions:{},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},s=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(t,e,n,r){switch(n){case 0:return 10;case 1:case 2:case 3:break;case 4:return 4;case 5:return 11;case 6:return"date";case 7:return 12;case 8:return 13;case 9:return 14;case 10:return 15;case 11:return":";case 12:return 6;case 13:return"INVALID"}},rules:[/^(?:[\n]+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:gantt\b)/i,/^(?:dateFormat\s[^#\n;]+)/i,/^(?:\d\d\d\d-\d\d-\d\d\b)/i,/^(?:title\s[^#\n;]+)/i,/^(?:section\s[^#:\n;]+)/i,/^(?:[^#:\n;]+)/i,/^(?::[^#\n;]+)/i,/^(?::)/i,/^(?:$)/i,/^(?:.)/i],conditions:{INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13],inclusive:!0}}}}();return o.lexer=s,t.prototype=o,o.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){(function(t){var r=n(0),i=n(2),a=i.Log,u="",o="",s=[],c=[],l="";e.clear=function(){s=[],c=[],l="",o="",_=0,f=void 0,h=void 0,v=[]},e.setDateFormat=function(t){u=t},e.getDateFormat=function(){return u},e.setTitle=function(t){o=t},e.getTitle=function(){return o},e.addSection=function(t){l=t,s.push(t)},e.getTasks=function(){for(var t=b(),e=0;!t&&e<10;)t=b(),e++;return c=v};var f,h,d=function(t,n,i){i=i.trim();var u=/^after\s+([\d\w-]+)/,o=u.exec(i.trim());if(null!==o){var s=e.findTaskById(o[1]);if(void 0===s){var c=new Date;return c.setHours(0,0,0,0),c}return s.endTime}return r(i,n.trim(),!0).isValid()?r(i,n.trim(),!0).toDate():(a.debug("Invalid date:"+i),a.debug("With date format:"+n.trim()),new Date)},p=function(t,e,n){if(n=n.trim(),r(n,e.trim(),!0).isValid())return r(n,e.trim()).toDate();var i=r(t),a=/^([\d]+)([wdhms])/,u=a.exec(n.trim());if(null!==u){switch(u[2]){case"s":i.add(u[1],"seconds");break;case"m":i.add(u[1],"minutes");break;case"h":i.add(u[1],"hours");break;case"d":i.add(u[1],"days");break;case"w":i.add(u[1],"weeks")}return i.toDate()}return i.toDate()},_=0,m=function(t){return void 0===t?"task"+(_+=1):t},g=function(t,n){var r;r=":"===n.substr(0,1)?n.substr(1,n.length):n;for(var i=r.split(","),a={},u=e.getDateFormat(),o=!0;o;)o=!1,i[0].match(/^\s*active\s*$/)&&(a.active=!0,i.shift(1),o=!0),i[0].match(/^\s*done\s*$/)&&(a.done=!0,i.shift(1),o=!0),i[0].match(/^\s*crit\s*$/)&&(a.crit=!0,i.shift(1),o=!0);var s;for(s=0;s<i.length;s++)i[s]=i[s].trim();switch(i.length){case 1:a.id=m(),a.startTime=t.endTime,a.endTime=p(a.startTime,u,i[0]);break;case 2:a.id=m(),a.startTime=d(0,u,i[0]),a.endTime=p(a.startTime,u,i[1]);break;case 3:a.id=m(i[0]),a.startTime=d(0,u,i[1]),a.endTime=p(a.startTime,u,i[2])}return a},y=function(t,e){var n;n=":"===e.substr(0,1)?e.substr(1,e.length):e;for(var r=n.split(","),i={},a=!0;a;)a=!1,r[0].match(/^\s*active\s*$/)&&(i.active=!0,r.shift(1),a=!0),r[0].match(/^\s*done\s*$/)&&(i.done=!0,r.shift(1),a=!0),r[0].match(/^\s*crit\s*$/)&&(i.crit=!0,r.shift(1),a=!0);var u;for(u=0;u<r.length;u++)r[u]=r[u].trim();switch(r.length){case 1:i.id=m(),i.startTime={type:"prevTaskEnd",id:t},i.endTime={data:r[0]};break;case 2:i.id=m(),i.startTime={type:"getStartDate",startData:r[0]},i.endTime={data:r[1]};break;case 3:i.id=m(r[0]),i.startTime={type:"getStartDate",startData:r[1]},i.endTime={data:r[2]}}return i},v=[],M={};e.addTask=function(t,e){var n={section:l,type:l,processed:!1,raw:{data:e},task:t},r=y(h,e);n.raw.startTime=r.startTime,n.raw.endTime=r.endTime,n.id=r.id,n.prevTaskId=h,n.active=r.active,n.done=r.done,n.crit=r.crit;var i=v.push(n);h=n.id,M[n.id]=i-1},e.findTaskById=function(t){var e=M[t];return v[e]},e.addTaskOrg=function(t,e){var n={section:l,type:l,description:t,task:t},r=g(f,e);n.startTime=r.startTime,n.endTime=r.endTime,n.id=r.id,n.active=r.active,n.done=r.done,n.crit=r.crit,f=n,c.push(n)};var b=function(){var t,n=e.getDateFormat(),r=!0;for(t=0;t<v.length;t++)!function(t){var r=v[t],i="";switch(v[t].raw.startTime.type){case"prevTaskEnd":var a=e.findTaskById(r.prevTaskId);r.startTime=a.endTime;break;case"getStartDate":i=d(0,n,v[t].raw.startTime.startData),i&&(v[t].startTime=i)}v[t].startTime&&(v[t].endTime=p(v[t].startTime,n,v[t].raw.endTime.data),v[t].endTime&&(v[t].processed=!0)),v[t].processed}(t),r=r&&v[t].processed;return r};e.parseError=function(e,n){t.mermaidAPI.parseError(e,n)}}).call(e,n(5))},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(t){return/^nm$/i.test(t)},meridiem:function(t,e,n){return t<12?n?"vm":"VM":n?"nm":"NM"},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:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},r=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},a=function(t){return function(e,n,a,u){var o=r(e),s=i[t][r(e)];return 2===o&&(s=s[n?0:1]),s.replace(/%d/i,e)}},u=["كانون الثاني يناير","شباط فبراير","آذار مارس","نيسان أبريل","أيار مايو","حزيران يونيو","تموز يوليو","آب أغسطس","أيلول سبتمبر","تشرين الأول أكتوبر","تشرين الثاني نوفمبر","كانون الأول ديسمبر"];return t.defineLocale("ar",{months:u,monthsShort:u,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:a("s"),m:a("m"),mm:a("m"),h:a("h"),hh:a("h"),d:a("d"),dd:a("d"),M:a("M"),MM:a("M"),y:a("y"),yy:a("y")},preparse:function(t){return t.replace(/\u200f/g,"").replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(t){return n[t]}).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"،")},week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".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:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".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:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(t){return function(e,i,a,u){var o=n(e),s=r[t][n(e)];return 2===o&&(s=s[i?0:1]),s.replace(/%d/i,e)}},a=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];return t.defineLocale("ar-ly",{months:a,monthsShort:a,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(t){return t.replace(/\u200f/g,"").replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"،")},week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".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:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};return t.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".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"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(t){return n[t]}).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"،")},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".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:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};return t.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".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:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(t){return/^(gündüz|axşam)$/.test(t)},meridiem:function(t,e,n){return t<4?"gecə":t<12?"səhər":t<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(t){if(0===t)return t+"-ıncı";var n=t%10,r=t%100-n,i=t>=100?100:null;return t+(e[n]||e[r]||e[i])},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e){var n=t.split("_");return e%10==1&&e%100!=11?n[0]:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?n[1]:n[2]}function n(t,n,r){var i={mm:n?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:n?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===r?n?"хвіліна":"хвіліну":"h"===r?n?"гадзіна":"гадзіну":t+" "+e(i[r],+t)}return t.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Вв] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),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:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:n,mm:n,h:n,hh:n,d:"дзень",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(t){return/^(дня|вечара)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночы":t<12?"раніцы":t<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t%10!=2&&t%10!=3||t%100==12||t%100==13?t+"-ы":t+"-і";case"D":return t+"-га";default:return t}},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-ев":0===n?t+"-ен":n>10&&n<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};return t.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(t){return t.replace(/[১২৩৪৫৬৭৮৯০]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(t,e){return 12===t&&(t=0),"রাত"===e&&t>=4||"দুপুর"===e&&t<5||"বিকাল"===e?t+12:t},meridiem:function(t,e,n){return t<4?"রাত":t<10?"সকাল":t<17?"দুপুর":t<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};return t.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(t){return t.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(t,e){return 12===t&&(t=0),"མཚན་མོ"===e&&t>=4||"ཉིན་གུང"===e&&t<5||"དགོང་དག"===e?t+12:t},meridiem:function(t,e,n){return t<4?"མཚན་མོ":t<10?"ཞོགས་ཀས":t<17?"ཉིན་གུང":t<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n){return t+" "+i({mm:"munutenn",MM:"miz",dd:"devezh"}[n],t)}function n(t){switch(r(t)){case 1:case 3:case 4:case 5:case 9:return t+" bloaz";default:return t+" vloaz"}}function r(t){return t>9?r(t%10):t}function i(t,e){return 2===e?a(t):t}function a(t){var e={m:"v",b:"v",d:"z"};return void 0===e[t.charAt(0)]?t:e[t.charAt(0)]+t.substring(1)}return t.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",m:"ur vunutenn",mm:e,h:"un eur",hh:"%d eur",d:"un devezh",dd:e,M:"ur miz",MM:e,y:"ur bloaz",yy:n},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(t){return t+(1===t?"añ":"vet")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n){var r=t+" ";switch(n){case"m":return e?"jedna minuta":"jedne minute";case"mm":return r+=1===t?"minuta":2===t||3===t||4===t?"minute":"minuta";case"h":return e?"jedan sat":"jednog sata";case"hh":return r+=1===t?"sat":2===t||3===t||4===t?"sata":"sati";case"dd":return r+=1===t?"dan":"dana";case"MM":return r+=1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci";case"yy":return r+=1===t?"godina":2===t||3===t||4===t?"godine":"godina"}}return t.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"Dg_Dl_Dt_Dc_Dj_Dv_Ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"[el] D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"[el] D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"[el] dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(t,e){var n=1===t?"r":2===t?"n":3===t?"r":4===t?"t":"è";return"w"!==e&&"W"!==e||(n="a"),t+n},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){return t>1&&t<5&&1!=~~(t/10)}function n(t,n,r,i){var a=t+" ";switch(r){case"s":return n||i?"pár sekund":"pár sekundami";case"m":return n?"minuta":i?"minutu":"minutou";case"mm":return n||i?a+(e(t)?"minuty":"minut"):a+"minutami";case"h":return n?"hodina":i?"hodinu":"hodinou";case"hh":return n||i?a+(e(t)?"hodiny":"hodin"):a+"hodinami";case"d":return n||i?"den":"dnem";case"dd":return n||i?a+(e(t)?"dny":"dní"):a+"dny";case"M":return n||i?"měsíc":"měsícem";case"MM":return n||i?a+(e(t)?"měsíce":"měsíců"):a+"měsíci";case"y":return n||i?"rok":"rokem";case"yy":return n||i?a+(e(t)?"roky":"let"):a+"lety"}}var r="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),i="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_");return t.defineLocale("cs",{months:r,monthsShort:i,monthsParse:function(t,e){var n,r=[];for(n=0;n<12;n++)r[n]=new RegExp("^"+t[n]+"$|^"+e[n]+"$","i");return r}(r,i),shortMonthsParse:function(t){var e,n=[];for(e=0;e<12;e++)n[e]=new RegExp("^"+t[e]+"$","i");return n}(i),longMonthsParse:function(t){var e,n=[];for(e=0;e<12;e++)n[e]=new RegExp("^"+t[e]+"$","i");return n}(r),weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(t){return t+(/сехет$/i.exec(t)?"рен":/ҫул$/i.exec(t)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_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:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(t){var e=t,n="",r=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return e>20?n=40===e||50===e||60===e||80===e||100===e?"fed":"ain":e>0&&(n=r[e]),t+n},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),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.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?i[n][0]:i[n][1]}return t.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._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",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?i[n][0]:i[n][1]}return t.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Febr._Mrz._Apr._Mai_Jun._Jul._Aug._Sept._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",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?i[n][0]:i[n][1]}return t.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._März_April_Mai_Juni_Juli_Aug._Sept._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",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];return t.defineLocale("dv",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(t){return"މފ"===t},meridiem:function(t,e,n){return t<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:7,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}return t.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(t,e){return t?/D/.test(e.substring(0,e.indexOf("MMMM")))?this._monthsGenitiveEl[t.month()]:this._monthsNominativeEl[t.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(t,e,n){return t>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(t){return"μ"===(t+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(t,n){var r=this._calendarEl[t],i=n&&n.hours();return e(r)&&(r=r.apply(n)),r.replace("{}",i%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),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:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),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:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(t){return"p"===t.charAt(0).toLowerCase()},meridiem:function(t,e,n){return t>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");return t.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,r){return t?/-MMM-/.test(r)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_");return t.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,r){return t?/-MMM-/.test(r)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={s:["mõne sekundi","mõni sekund","paar sekundit"],m:["ühe minuti","üks minut"],mm:[t+" minuti",t+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[t+" tunni",t+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[t+" kuu",t+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[t+" aasta",t+" aastat"]};return e?i[n][2]?i[n][2]:i[n][1]:r?i[n][0]:i[n][1]}return t.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:"%d päeva",M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};return t.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".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"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(t){return/بعد از ظهر/.test(t)},meridiem:function(t,e,n){return t<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(t){return t.replace(/[۰-۹]/g,function(t){return n[t]}).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]}).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,r,i){var a="";switch(r){case"s":return i?"muutaman sekunnin":"muutama sekunti";case"m":return i?"minuutin":"minuutti";case"mm":a=i?"minuutin":"minuuttia";break;case"h":return i?"tunnin":"tunti";case"hh":a=i?"tunnin":"tuntia";break;case"d":return i?"päivän":"päivä";case"dd":a=i?"päivän":"päivää";break;case"M":return i?"kuukauden":"kuukausi";case"MM":a=i?"kuukauden":"kuukautta";break;case"y":return i?"vuoden":"vuosi";case"yy":a=i?"vuoden":"vuotta"}return a=n(t,i)+" "+a}function n(t,e){return t<10?e?i[t]:r[t]:t}var r="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),i=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",r[7],r[8],r[9]];return t.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),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:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",m:"ein minutt",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaði",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.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("_"),monthsParseExact:!0,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",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(t,e){switch(e){case"D":return t+(1===t?"er":"");default:case"M":case"Q":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("fr-ca",{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("_"),monthsParseExact:!0,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:"YYYY-MM-DD",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",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|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("fr-ch",{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("_"),monthsParseExact:!0,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",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|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");return t.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(t,r){return t?/-MMM-/.test(r)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".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:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],n=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],r=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],i=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],a=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"];return t.defineLocale("gd",{months:e,monthsShort:n,monthsParseExact:!0,weekdays:r,weekdaysShort:i,weekdaysMin:a,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:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(t){return t+(1===t?"d":t%10==2?"na":"mh")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(t){return 0===t.indexOf("un")?"n"+t:"en "+t},past:"hai %s",s:"uns segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={s:["thodde secondanim","thodde second"],m:["eka mintan","ek minute"],mm:[t+" mintanim",t+" mintam"],h:["eka horan","ek hor"],hh:[t+" horanim",t+" hor"],d:["eka disan","ek dis"],dd:[t+" disanim",t+" dis"],M:["eka mhoinean","ek mhoino"],MM:[t+" mhoineanim",t+" mhoine"],y:["eka vorsan","ek voros"],yy:[t+" vorsanim",t+" vorsam"]};return e?i[n][0]:i[n][1]}return t.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(t,e){switch(e){case"D":return t+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return t}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(t,e){return 12===t&&(t=0),"rati"===e?t<4?t:t+12:"sokalli"===e?t:"donparam"===e?t>12?t:t+12:"sanje"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"rati":t<12?"sokalli":t<16?"donparam":t<20?"sanje":"rati"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),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",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(t){return 2===t?"שעתיים":t+" שעות"},d:"יום",dd:function(t){return 2===t?"יומיים":t+" ימים"},M:"חודש",MM:function(t){return 2===t?"חודשיים":t+" חודשים"},y:"שנה",yy:function(t){return 2===t?"שנתיים":t%10==0&&10!==t?t+" שנה":t+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(t){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(t)},meridiem:function(t,e,n){return t<5?"לפנות בוקר":t<10?"בבוקר":t<12?n?'לפנה"צ':"לפני הצהריים":t<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return t.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात"===e?t<4?t:t+12:"सुबह"===e?t:"दोपहर"===e?t>=10?t:t+12:"शाम"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"रात":t<10?"सुबह":t<17?"दोपहर":t<20?"शाम":"रात"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n){var r=t+" ";switch(n){case"m":return e?"jedna minuta":"jedne minute";case"mm":return r+=1===t?"minuta":2===t||3===t||4===t?"minute":"minuta";case"h":return e?"jedan sat":"jednog sata";case"hh":return r+=1===t?"sat":2===t||3===t||4===t?"sata":"sati";case"dd":return r+=1===t?"dan":"dana";case"MM":return r+=1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci";case"yy":return r+=1===t?"godina":2===t||3===t||4===t?"godine":"godina"}}return t.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i=t;switch(n){case"s":return r||e?"néhány másodperc":"néhány másodperce";case"m":return"egy"+(r||e?" perc":" perce");case"mm":return i+(r||e?" perc":" perce");case"h":return"egy"+(r||e?" óra":" órája");case"hh":return i+(r||e?" óra":" órája");case"d":return"egy"+(r||e?" nap":" napja");case"dd":return i+(r||e?" nap":" napja");case"M":return"egy"+(r||e?" hónap":" hónapja");case"MM":return i+(r||e?" hónap":" hónapja");case"y":return"egy"+(r||e?" év":" éve");case"yy":return i+(r||e?" év":" éve")}return""}function n(t){return(t?"":"[múlt] ")+"["+r[this.day()]+"] LT[-kor]"}var r="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");return t.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(t){return"u"===t.charAt(1).toLowerCase()},meridiem:function(t,e,n){return t<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return n.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return n.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),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:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(t){return/^(ցերեկվա|երեկոյան)$/.test(t)},meridiem:function(t){return t<4?"գիշերվա":t<12?"առավոտվա":t<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(t,e){switch(e){case"DDD":case"w":case"W":case"DDDo":return 1===t?t+"-ին":t+"-րդ";default:return t}},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"siang"===e?t>=11?t:t+12:"sore"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"siang":t<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){return t%100==11||t%10!=1}function n(t,n,r,i){var a=t+" ";switch(r){case"s":return n||i?"nokkrar sekúndur":"nokkrum sekúndum";case"m":return n?"mínúta":"mínútu";case"mm":return e(t)?a+(n||i?"mínútur":"mínútum"):n?a+"mínúta":a+"mínútu";case"hh":return e(t)?a+(n||i?"klukkustundir":"klukkustundum"):a+"klukkustund";case"d":return n?"dagur":i?"dag":"degi";case"dd":return e(t)?n?a+"dagar":a+(i?"daga":"dögum"):n?a+"dagur":a+(i?"dag":"degi");case"M":return n?"mánuður":i?"mánuð":"mánuði";case"MM":return e(t)?n?a+"mánuðir":a+(i?"mánuði":"mánuðum"):n?a+"mánuður":a+(i?"mánuð":"mánuði");case"y":return n||i?"ár":"ári";case"yy":return e(t)?a+(n||i?"ár":"árum"):a+(n||i?"ár":"ári")}}return t.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),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:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ja",{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日 HH:mm dddd",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日 HH:mm dddd"},meridiemParse:/午前|午後/i,isPM:function(t){return"午後"===t},meridiem:function(t,e,n){return t<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:"[来週]dddd LT",lastDay:"[昨日] LT",lastWeek:"[前週]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";default:return t}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(t,e){return 12===t&&(t=0),"enjing"===e?t:"siyang"===e?t>=11?t:t+12:"sonten"===e||"ndalu"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"enjing":t<15?"siyang":t<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(t){return/(წამი|წუთი|საათი|წელი)/.test(t)?t.replace(/ი$/,"ში"):t+"ში"},past:function(t){return/(წამი|წუთი|საათი|დღე|თვე)/.test(t)?t.replace(/(ი|ე)$/,"ის უკან"):/წელი/.test(t)?t.replace(/წელი$/,"წლის უკან"):void 0},s:"რამდენიმე წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(t){return 0===t?t:1===t?t+"-ლი":t<20||t<=100&&t%20==0||t%100==0?"მე-"+t:t+"-ე"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};return t.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),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:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(t){var n=t%10,r=t>=100?100:null;return t+(e[t]||e[n]||e[r])},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysMin:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),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:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};return t.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬ_ಅಕ್ಟೋಬ_ನವೆಂಬ_ಡಿಸೆಂಬ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(t){return t.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ರಾತ್ರಿ"===e?t<4?t:t+12:"ಬೆಳಿಗ್ಗೆ"===e?t:"ಮಧ್ಯಾಹ್ನ"===e?t>=10?t:t+12:"ಸಂಜೆ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"ರಾತ್ರಿ":t<10?"ಬೆಳಿಗ್ಗೆ":t<17?"ಮಧ್ಯಾಹ್ನ":t<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(t){return t+"ನೇ"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ko",{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:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}일/,ordinal:"%d일",meridiemParse:/오전|오후/,isPM:function(t){return"오후"===t},meridiem:function(t,e,n){return t<12?"오전":"오후"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};return t.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),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:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кече саат] LT",lastWeek:"[Өткен аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(t){var n=t%10,r=t>=100?100:null;return t+(e[t]||e[n]||e[r])},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return e?i[n][0]:i[n][1]}function n(t){return i(t.substr(0,t.indexOf(" ")))?"a "+t:"an "+t}function r(t){return i(t.substr(0,t.indexOf(" ")))?"viru "+t:"virun "+t}function i(t){if(t=parseInt(t,10),isNaN(t))return!1;if(t<0)return!0;if(t<10)return 4<=t&&t<=7;if(t<100){var e=t%10,n=t/10;return i(0===e?n:e)}if(t<1e4){for(;t>=10;)t/=10;return i(t)}return t/=1e3,i(t)}return t.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:n,past:r,s:"e puer Sekonnen",m:e,mm:"%d Minutten",h:e,hh:"%d Stonnen",d:e,dd:"%d Deeg",M:e,MM:"%d Méint",y:e,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".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"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(t){return"ຕອນແລງ"===t},meridiem:function(t,e,n){return t<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(t){return"ທີ່"+t}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){return e?"kelios sekundės":r?"kelių sekundžių":"kelias sekundes"}function n(t,e,n,r){return e?i(n)[0]:r?i(n)[1]:i(n)[2]}function r(t){return t%10==0||t>10&&t<20}function i(t){return u[t].split("_")}function a(t,e,a,u){var o=t+" ";return 1===t?o+n(t,e,a[0],u):e?o+(r(t)?i(a)[1]:i(a)[0]):u?o+i(a)[1]:o+(r(t)?i(a)[1]:i(a)[2])}var u={m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};return t.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:e,m:n,mm:a,h:n,hh:a,d:n,dd:a,M:n,MM:a,y:n,yy:a},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(t){return t+"-oji"},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n){return n?e%10==1&&e%100!=11?t[2]:t[3]:e%10==1&&e%100!=11?t[0]:t[1]}function n(t,n,r){return t+" "+e(a[r],t,n)}function r(t,n,r){return e(a[r],t,n)}function i(t,e){return e?"dažas sekundes":"dažām sekundēm"}var a={m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};return t.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:i,m:r,mm:n,h:r,hh:n,d:r,dd:n,M:r,MM:n,y:r,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={words:{m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,r){var i=e.words[r];return 1===r.length?n?i[0]:i[1]:t+" "+e.correctGrammaticalCase(t,i)}};return t.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mjesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-ев":0===n?t+"-ен":n>10&&n<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(t,e){return 12===t&&(t=0),"രാത്രി"===e&&t>=4||"ഉച്ച കഴിഞ്ഞ്"===e||"വൈകുന്നേരം"===e?t+12:t},meridiem:function(t,e,n){return t<4?"രാത്രി":t<12?"രാവിലെ":t<17?"ഉച്ച കഴിഞ്ഞ്":t<20?"വൈകുന്നേരം":"രാത്രി"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i="";if(e)switch(n){case"s":i="काही सेकंद";break;case"m":i="एक मिनिट";break;case"mm":i="%d मिनिटे";break;case"h":i="एक तास";break;case"hh":i="%d तास";break;case"d":i="एक दिवस";break;case"dd":i="%d दिवस";break;case"M":i="एक महिना";break;case"MM":i="%d महिने";break;case"y":i="एक वर्ष";break;case"yy":i="%d वर्षे"}else switch(n){case"s":i="काही सेकंदां";break;case"m":i="एका मिनिटा";break;case"mm":i="%d मिनिटां";break;case"h":i="एका तासा";break;case"hh":i="%d तासां";break;case"d":i="एका दिवसा";break;case"dd":i="%d दिवसां";break;case"M":i="एका महिन्या";break;case"MM":i="%d महिन्यां";break;case"y":i="एका वर्षा";break;case"yy":i="%d वर्षां"}return i.replace(/%d/i,t)}var n={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},r={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return t.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,function(t){return r[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return n[t]})},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात्री"===e?t<4?t:t+12:"सकाळी"===e?t:"दुपारी"===e?t>=10?t:t+12:"सायंकाळी"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"रात्री":t<10?"सकाळी":t<17?"दुपारी":t<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};return t.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),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:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(t){return t.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};return t.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(t,e){return 12===t&&(t=0),"राति"===e?t<4?t:t+12:"बिहान"===e?t:"दिउँसो"===e?t>=10?t:t+12:"साँझ"===e?t+12:void 0},meridiem:function(t,e,n){return t<3?"राति":t<12?"बिहान":t<16?"दिउँसो":t<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|april|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;return t.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,r){return t?/-MMM-/.test(r)?n[t.month()]:e[t.month()]:e},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|mei|ju[nl]i|april|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".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:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),r=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],i=/^(januari|februari|maart|april|mei|april|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;return t.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,r){return t?/-MMM-/.test(r)?n[t.month()]:e[t.month()]:e},monthsRegex:i,monthsShortRegex:i,monthsStrictRegex:/^(januari|februari|maart|mei|ju[nl]i|april|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"Zo_Ma_Di_Wo_Do_Vr_Za".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:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};return t.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(t){return t.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ਰਾਤ"===e?t<4?t:t+12:"ਸਵੇਰ"===e?t:"ਦੁਪਹਿਰ"===e?t>=10?t:t+12:"ਸ਼ਾਮ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"ਰਾਤ":t<10?"ਸਵੇਰ":t<17?"ਦੁਪਹਿਰ":t<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){return t%10<5&&t%10>1&&~~(t/10)%10!=1}function n(t,n,r){var i=t+" ";switch(r){case"m":return n?"minuta":"minutę";case"mm":return i+(e(t)?"minuty":"minut");case"h":return n?"godzina":"godzinę";case"hh":return i+(e(t)?"godziny":"godzin");case"MM":return i+(e(t)?"miesiące":"miesięcy");case"yy":return i+(e(t)?"lata":"lat")}}var r="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),i="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");return t.defineLocale("pl",{months:function(t,e){return t?""===e?"("+i[t.month()]+"|"+r[t.month()]+")":/D MMMM/.test(e)?i[t.month()]:r[t.month()]:r},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),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:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:"[W] dddd [o] LT",lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",m:n,mm:n,h:n,hh:n,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:n,y:"rok",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-Feira_Terça-Feira_Quarta-Feira_Quinta-Feira_Sexta-Feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"%s atrás",s:"poucos segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n){var r={mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"},i=" ";return(t%100>=20||t>=100&&t%100==0)&&(i=" de "),t+i+r[n]}return t.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",m:"un minut",mm:e,h:"o oră",hh:e,d:"o zi",dd:e,M:"o lună",MM:e,y:"un an",yy:e},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e){var n=t.split("_");return e%10==1&&e%100!=11?n[0]:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?n[1]:n[2]}function n(t,n,r){var i={mm:n?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===r?n?"минута":"минуту":t+" "+e(i[r],+t)}var r=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];return t.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:r,longMonthsParse:r,shortMonthsParse:r,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,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:"[Сегодня в] LT",nextDay:"[Завтра в] LT",lastDay:"[Вчера в] LT",nextWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В следующее] dddd [в] LT";case 1:case 2:case 4:return"[В следующий] dddd [в] LT";case 3:case 5:case 6:return"[В следующую] dddd [в] LT"}},lastWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd [в] LT":"[В] dddd [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",m:n,mm:n,h:"час",hh:n,d:"день",dd:n,M:"месяц",MM:n,y:"год",yy:n},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(t){return/^(дня|вечера)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночи":t<12?"утра":t<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":return t+"-й";case"D":return t+"-го";case"w":case"W":return t+"-я";default:return t}},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];return t.defineLocale("sd",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:n,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"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,n){return t<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(t){return t+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(t){return"ප.ව."===t||"පස් වරු"===t},meridiem:function(t,e,n){return t>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){return t>1&&t<5}function n(t,n,r,i){var a=t+" ";switch(r){case"s":return n||i?"pár sekúnd":"pár sekundami";case"m":return n?"minúta":i?"minútu":"minútou";case"mm":return n||i?a+(e(t)?"minúty":"minút"):a+"minútami";case"h":return n?"hodina":i?"hodinu":"hodinou";case"hh":return n||i?a+(e(t)?"hodiny":"hodín"):a+"hodinami";case"d":return n||i?"deň":"dňom";case"dd":return n||i?a+(e(t)?"dni":"dní"):a+"dňami";case"M":return n||i?"mesiac":"mesiacom";case"MM":return n||i?a+(e(t)?"mesiace":"mesiacov"):a+"mesiacmi";case"y":return n||i?"rok":"rokom";case"yy":return n||i?a+(e(t)?"roky":"rokov"):a+"rokmi"}}var r="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),i="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");return t.defineLocale("sk",{months:r,monthsShort:i,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i=t+" ";switch(n){case"s":return e||r?"nekaj sekund":"nekaj sekundami";case"m":return e?"ena minuta":"eno minuto";case"mm":return i+=1===t?e?"minuta":"minuto":2===t?e||r?"minuti":"minutama":t<5?e||r?"minute":"minutami":e||r?"minut":"minutami";case"h":return e?"ena ura":"eno uro";case"hh":return i+=1===t?e?"ura":"uro":2===t?e||r?"uri":"urama":t<5?e||r?"ure":"urami":e||r?"ur":"urami";case"d":return e||r?"en dan":"enim dnem";case"dd":return i+=1===t?e||r?"dan":"dnem":2===t?e||r?"dni":"dnevoma":e||r?"dni":"dnevi";case"M":return e||r?"en mesec":"enim mesecem";case"MM":return i+=1===t?e||r?"mesec":"mesecem":2===t?e||r?"meseca":"mesecema":t<5?e||r?"mesece":"meseci":e||r?"mesecev":"meseci";case"y":return e||r?"eno leto":"enim letom";case"yy":return i+=1===t?e||r?"leto":"letom":2===t?e||r?"leti":"letoma":t<5?e||r?"leta":"leti":e||r?"let":"leti"}}return t.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(t){return"M"===t.charAt(0)},meridiem:function(t,e,n){return t<12?"PD":"MD"},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:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={words:{m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,r){var i=e.words[r];return 1===r.length?n?i[0]:i[1]:t+" "+e.correctGrammaticalCase(t,i)}};return t.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={words:{m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,r){var i=e.words[r];return 1===r.length?n?i[0]:i[1]:t+" "+e.correctGrammaticalCase(t,i)}};return t.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"дан",dd:e.translate,M:"месец",MM:e.translate,y:"годину",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(t,e,n){return t<11?"ekuseni":t<15?"emini":t<19?"entsambama":"ebusuku"},meridiemHour:function(t,e){return 12===t&&(t=0),"ekuseni"===e?t:"emini"===e?t>=11?t:t+12:"entsambama"===e||"ebusuku"===e?0===t?0:t+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"e":1===e?"a":2===e?"a":"e")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".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:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};return t.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),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:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(t){return t+"வது"},preparse:function(t){return t.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,function(t){return n[t]})},postformat:function(t){return t.replace(/\d/g,function(t){return e[t]})},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(t,e,n){return t<2?" யாமம்":t<6?" வைகறை":t<10?" காலை":t<14?" நண்பகல்":t<18?" எற்பாடு":t<22?" மாலை":" யாமம்"},meridiemHour:function(t,e){return 12===t&&(t=0),"யாமம்"===e?t<2?t:t+12:"வைகறை"===e||"காலை"===e?t:"நண்பகல்"===e&&t>=10?t:t+12},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జూలై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జూలై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(t,e){return 12===t&&(t=0),"రాత్రి"===e?t<4?t:t+12:"ఉదయం"===e?t:"మధ్యాహ్నం"===e?t>=10?t:t+12:"సాయంత్రం"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"రాత్రి":t<10?"ఉదయం":t<17?"మధ్యాహ్నం":t<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juniu_Juliu_Augustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Aug_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sexta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sext_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Sex_Sa".split("_"),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:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",m:"minutu ida",mm:"minutus %d",h:"horas ida",hh:"horas %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(t){return"หลังเที่ยง"===t},meridiem:function(t,e,n){return t<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t){var e=t;return e=-1!==t.indexOf("jaj")?e.slice(0,-3)+"leS":-1!==t.indexOf("jar")?e.slice(0,-3)+"waQ":-1!==t.indexOf("DIS")?e.slice(0,-3)+"nem":e+" pIq"}function n(t){var e=t;return e=-1!==t.indexOf("jaj")?e.slice(0,-3)+"Hu’":-1!==t.indexOf("jar")?e.slice(0,-3)+"wen":-1!==t.indexOf("DIS")?e.slice(0,-3)+"ben":e+" ret"}function r(t,e,n,r){var a=i(t);switch(n){case"mm":return a+" tup";case"hh":return a+" rep";case"dd":return a+" jaj";case"MM":return a+" jar";case"yy":return a+" DIS"}}function i(t){var e=Math.floor(t%1e3/100),n=Math.floor(t%100/10),r=t%10,i="";return e>0&&(i+=a[e]+"vatlh"),n>0&&(i+=(""!==i?" ":"")+a[n]+"maH"),r>0&&(i+=(""!==i?" ":"")+a[r]),""===i?"pagh":i}var a="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");return t.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),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:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:e,past:n,s:"puS lup",m:"wa’ tup",mm:r,h:"wa’ rep",hh:r,d:"wa’ jaj",dd:r,M:"wa’ jar",MM:r,y:"wa’ DIS",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};return t.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),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:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[haftaya] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen hafta] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},dayOfMonthOrdinalParse:/\d{1,2}'(inci|nci|üncü|ncı|uncu|ıncı)/,ordinal:function(t){if(0===t)return t+"'ıncı";var n=t%10,r=t%100-n,i=t>=100?100:null;return t+(e[n]||e[r]||e[i])},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e,n,r){var i={s:["viensas secunds","'iensas secunds"],m:["'n míut","'iens míut"],mm:[t+" míuts",t+" míuts"],h:["'n þora","'iensa þora"],hh:[t+" þoras",t+" þoras"],d:["'n ziua","'iensa ziua"],dd:[t+" ziuas",t+" ziuas"],M:["'n mes","'iens mes"],MM:[t+" mesen",t+" mesen"],y:["'n ar","'iens ar"],yy:[t+" ars",t+" ars"]};return r?i[n][0]:e?i[n][0]:i[n][1]}return t.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(t){return"d'o"===t.toLowerCase()},meridiem:function(t,e,n){return t>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),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:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),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:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";function e(t,e){var n=t.split("_");return e%10==1&&e%100!=11?n[0]:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?n[1]:n[2]}function n(t,n,r){var i={mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===r?n?"хвилина":"хвилину":"h"===r?n?"година":"годину":t+" "+e(i[r],+t)}function r(t,e){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return t?n[/(\[[ВвУу]\]) ?dddd/.test(e)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(e)?"genitive":"nominative"][t.day()]:n.nominative}function i(t){return function(){return t+"о"+(11===this.hours()?"б":"")+"] LT"}}return t.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:r,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),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:i("[Сьогодні "),nextDay:i("[Завтра "),lastDay:i("[Вчора "),nextWeek:i("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return i("[Минулої] dddd [").call(this);case 1:case 2:case 4:return i("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(t){return/^(дня|вечора)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночі":t<12?"ранку":t<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t+"-й";case"D":return t+"-го";default:return t}},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";var e=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];return t.defineLocale("ur",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:n,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"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,n){return t<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(t){return/^ch$/i.test(t)},meridiem:function(t,e,n){return t<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("zh-cn",{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年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日Ah点mm分",LLLL:"YYYY年MMMD日ddddAh点mm分",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日 HH:mm",llll:"YYYY年MMMD日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"下午"===e||"晚上"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,n){var r=100*t+e;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"周";default:return t}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.defineLocale("zh-hk",{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年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日 HH:mm",LLLL:"YYYY年MMMD日dddd HH:mm",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日 HH:mm",llll:"YYYY年MMMD日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,n){var r=100*t+e;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})})},function(t,e,n){!function(t,e){e(n(0))}(0,function(t){"use strict";return t.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年MMMD日",LL:"YYYY年MMMD日",LLL:"YYYY年MMMD日 HH:mm",LLLL:"YYYY年MMMD日dddd HH:mm",l:"YYYY年MMMD日",ll:"YYYY年MMMD日",lll:"YYYY年MMMD日 HH:mm",llll:"YYYY年MMMD日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,n){var r=100*t+e;return r<600?"凌晨":r<900?"早上":r<1130?"上午":r<1230?"中午":r<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})})},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[1,11],r=[1,12],i=[1,13],a=[1,15],u=[1,16],o=[1,17],s=[6,8],c=[1,26],l=[1,27],f=[1,28],h=[1,29],d=[1,30],p=[1,31],_=[6,8,13,17,23,26,27,28,29,30,31],m=[6,8,13,17,23,26,27,28,29,30,31,45,46,47],g=[23,45,46,47],y=[23,30,31,45,46,47],v=[23,26,27,28,29,45,46,47],M=[6,8,13],b=[1,46],w={trace:function(){},yy:{},symbols_:{error:2,mermaidDoc:3,graphConfig:4,CLASS_DIAGRAM:5,NEWLINE:6,statements:7,EOF:8,statement:9,className:10,alphaNumToken:11,relationStatement:12,LABEL:13,classStatement:14,methodStatement:15,CLASS:16,STRUCT_START:17,members:18,STRUCT_STOP:19,MEMBER:20,SEPARATOR:21,relation:22,STR:23,relationType:24,lineType:25,AGGREGATION:26,EXTENSION:27,COMPOSITION:28,DEPENDENCY:29,LINE:30,DOTTED_LINE:31,commentToken:32,textToken:33,graphCodeTokens:34,textNoTagsToken:35,TAGSTART:36,TAGEND:37,"==":38,"--":39,PCT:40,DEFAULT:41,SPACE:42,MINUS:43,keywords:44,UNICODE_TEXT:45,NUM:46,ALPHA:47,$accept:0,$end:1},terminals_:{2:"error",5:"CLASS_DIAGRAM",6:"NEWLINE",8:"EOF",13:"LABEL",16:"CLASS",17:"STRUCT_START",19:"STRUCT_STOP",20:"MEMBER",21:"SEPARATOR",23:"STR",26:"AGGREGATION",27:"EXTENSION",28:"COMPOSITION",29:"DEPENDENCY",30:"LINE",31:"DOTTED_LINE",34:"graphCodeTokens",36:"TAGSTART",37:"TAGEND",38:"==",39:"--",40:"PCT",41:"DEFAULT",42:"SPACE",43:"MINUS",44:"keywords",45:"UNICODE_TEXT",46:"NUM",47:"ALPHA"},productions_:[0,[3,1],[4,4],[7,1],[7,3],[10,2],[10,1],[9,1],[9,2],[9,1],[9,1],[14,2],[14,5],[18,1],[18,2],[15,1],[15,2],[15,1],[15,1],[12,3],[12,4],[12,4],[12,5],[22,3],[22,2],[22,2],[22,1],[24,1],[24,1],[24,1],[24,1],[25,1],[25,1],[32,1],[32,1],[33,1],[33,1],[33,1],[33,1],[33,1],[33,1],[33,1],[35,1],[35,1],[35,1],[35,1],[11,1],[11,1],[11,1]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 5:this.$=a[o-1]+a[o];break;case 6:this.$=a[o];break;case 7:r.addRelation(a[o]);break;case 8:a[o-1].title=r.cleanupLabel(a[o]),r.addRelation(a[o-1]);break;case 12:r.addMembers(a[o-3],a[o-1]);break;case 13:this.$=[a[o]];break;case 14:a[o].push(a[o-1]),this.$=a[o];break;case 15:break;case 16:r.addMembers(a[o-1],r.cleanupLabel(a[o]));break;case 17:console.warn("Member",a[o]);break;case 18:break;case 19:this.$={id1:a[o-2],id2:a[o],relation:a[o-1],relationTitle1:"none",relationTitle2:"none"};break;case 20:this.$={id1:a[o-3],id2:a[o],relation:a[o-1],relationTitle1:a[o-2],relationTitle2:"none"};break;case 21:this.$={id1:a[o-3],id2:a[o],relation:a[o-2],relationTitle1:"none",relationTitle2:a[o-1]};break;case 22:this.$={id1:a[o-4],id2:a[o],relation:a[o-2],relationTitle1:a[o-3],relationTitle2:a[o-1]};break;case 23:this.$={type1:a[o-2],type2:a[o],lineType:a[o-1]};break;case 24:this.$={type1:"none",type2:a[o],lineType:a[o-1]};break;case 25:this.$={type1:a[o-1],type2:"none",lineType:a[o]};break;case 26:this.$={type1:"none",type2:"none",lineType:a[o]};break;case 27:this.$=r.relationType.AGGREGATION;break;case 28:this.$=r.relationType.EXTENSION;break;case 29:this.$=r.relationType.COMPOSITION;break;case 30:this.$=r.relationType.DEPENDENCY;break;case 31:this.$=r.lineType.LINE;break;case 32:this.$=r.lineType.DOTTED_LINE}},table:[{3:1,4:2,5:[1,3]},{1:[3]},{1:[2,1]},{6:[1,4]},{7:5,9:6,10:10,11:14,12:7,14:8,15:9,16:n,20:r,21:i,45:a,46:u,47:o},{8:[1,18]},{6:[1,19],8:[2,3]},e(s,[2,7],{13:[1,20]}),e(s,[2,9]),e(s,[2,10]),e(s,[2,15],{22:21,24:24,25:25,13:[1,23],23:[1,22],26:c,27:l,28:f,29:h,30:d,31:p}),{10:32,11:14,45:a,46:u,47:o},e(s,[2,17]),e(s,[2,18]),e(_,[2,6],{11:14,10:33,45:a,46:u,47:o}),e(m,[2,46]),e(m,[2,47]),e(m,[2,48]),{1:[2,2]},{7:34,9:6,10:10,11:14,12:7,14:8,15:9,16:n,20:r,21:i,45:a,46:u,47:o},e(s,[2,8]),{10:35,11:14,23:[1,36],45:a,46:u,47:o},{22:37,24:24,25:25,26:c,27:l,28:f,29:h,30:d,31:p},e(s,[2,16]),{25:38,30:d,31:p},e(g,[2,26],{24:39,26:c,27:l,28:f,29:h}),e(y,[2,27]),e(y,[2,28]),e(y,[2,29]),e(y,[2,30]),e(v,[2,31]),e(v,[2,32]),e(s,[2,11],{17:[1,40]}),e(_,[2,5]),{8:[2,4]},e(M,[2,19]),{10:41,11:14,45:a,46:u,47:o},{10:42,11:14,23:[1,43],45:a,46:u,47:o},e(g,[2,25],{24:44,26:c,27:l,28:f,29:h}),e(g,[2,24]),{18:45,20:b},e(M,[2,21]),e(M,[2,20]),{10:47,11:14,45:a,46:u,47:o},e(g,[2,23]),{19:[1,48]},{18:49,19:[2,13],20:b},e(M,[2,22]),e(s,[2,12]),{19:[2,14]}],defaultActions:{2:[2,1],18:[2,2],34:[2,4],49:[2,14]},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},L=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{},performAction:function(t,e,n,r){switch(n){case 0:break;case 1:return 6;case 2:break;case 3:return 5;case 4:return this.begin("struct"),17;case 5:return this.popState(),19;case 6:break;case 7:return"MEMBER";case 8:return 16;case 9:this.begin("string");break;case 10:this.popState();break;case 11:return"STR";case 12:case 13:return 27;case 14:case 15:return 29;case 16:return 28;case 17:return 26;case 18:return 30;case 19:return 31;case 20:return 13;case 21:return 43;case 22:return"DOT";case 23:return"PLUS";case 24:return 40;case 25:case 26:return"EQUALS";case 27:return 47;case 28:return"PUNCTUATION";case 29:return 46;case 30:return 45;case 31:return 42;case 32:return 8}},rules:[/^(?:%%[^\n]*)/,/^(?:\n+)/,/^(?:\s+)/,/^(?:classDiagram\b)/,/^(?:[\{])/,/^(?:\})/,/^(?:[\n])/,/^(?:[^\{\}\n]*)/,/^(?:class\b)/,/^(?:["])/,/^(?:["])/,/^(?:[^"]*)/,/^(?:\s*<\|)/,/^(?:\s*\|>)/,/^(?:\s*>)/,/^(?:\s*<)/,/^(?:\s*\*)/,/^(?:\s*o\b)/,/^(?:--)/,/^(?:\.\.)/,/^(?::[^#\n;]+)/,/^(?:-)/,/^(?:\.)/,/^(?:\+)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:[A-Za-z]+)/,/^(?:[!"#$%&'*+,-.`?\\_\/])/,/^(?:[0-9]+)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\s)/,/^(?:$)/],conditions:{string:{rules:[10,11],inclusive:!1},struct:{rules:[5,6,7],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,8,9,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32],inclusive:!0}}}}();return w.lexer=L,t.prototype=w,w.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){var r,i=n(2),a=i.Log,u=[];r={},e.addClass=function(t){void 0===r[t]&&(r[t]={id:t,methods:[],members:[]})},e.clear=function(){u=[],r={}},t.exports.getClass=function(t){return r[t]},t.exports.getClasses=function(){return r},t.exports.getRelations=function(){return u},e.addRelation=function(t){a.warn("Adding relation: "+JSON.stringify(t)),e.addClass(t.id1),e.addClass(t.id2),u.push(t)},e.addMembers=function(t,e){var n=r[t];"string"==typeof e&&(")"===e.substr(-1)?n.methods.push(e):n.members.push(e))},e.cleanupLabel=function(t){return":"===t.substring(0,1)?t.substr(2).trim():t.trim()},e.lineType={LINE:0,DOTTED_LINE:1},e.relationType={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3}},function(t,e,n){(function(t,r){var i=function(){function t(){this.yy={}}var e=function(t,e,n,r){for(n=n||{},r=t.length;r--;n[t[r]]=e);return n},n=[2,3],r=[1,7],i=[7,12,15,17,19,20,21],a=[7,11,12,15,17,19,20,21],u=[2,20],o=[1,32],s={trace:function(){},yy:{},symbols_:{error:2,start:3,GG:4,":":5,document:6,EOF:7,DIR:8,options:9,body:10,OPT:11,NL:12,line:13,statement:14,COMMIT:15,commit_arg:16,BRANCH:17,ID:18,CHECKOUT:19,MERGE:20,RESET:21,reset_arg:22,STR:23,HEAD:24,reset_parents:25,CARET:26,$accept:0,$end:1},terminals_:{2:"error",4:"GG",5:":",7:"EOF",8:"DIR",11:"OPT",12:"NL",15:"COMMIT",17:"BRANCH",18:"ID",19:"CHECKOUT",20:"MERGE",21:"RESET",23:"STR",24:"HEAD",26:"CARET"},productions_:[0,[3,4],[3,5],[6,0],[6,2],[9,2],[9,1],[10,0],[10,2],[13,2],[13,1],[14,2],[14,2],[14,2],[14,2],[14,2],[16,0],[16,1],[22,2],[22,2],[25,0],[25,2]],performAction:function(t,e,n,r,i,a,u){var o=a.length-1;switch(i){case 1:return a[o-1];case 2:return r.setDirection(a[o-3]),a[o-1];case 4:r.setOptions(a[o-1]),this.$=a[o];break;case 5:a[o-1]+=a[o],this.$=a[o-1];break;case 7:this.$=[];break;case 8:a[o-1].push(a[o]),this.$=a[o-1];break;case 9:this.$=a[o-1];break;case 11:r.commit(a[o]);break;case 12:r.branch(a[o]);break;case 13:r.checkout(a[o]);break;case 14:r.merge(a[o]);break;case 15:r.reset(a[o]);break;case 16:this.$="";break;case 17:this.$=a[o];break;case 18:this.$=a[o-1]+":"+a[o];break;case 19:this.$=a[o-1]+":"+r.count,r.count=0;break;case 20:r.count=0;break;case 21:r.count+=1}},table:[{3:1,4:[1,2]},{1:[3]},{5:[1,3],8:[1,4]},{6:5,7:n,9:6,12:r},{5:[1,8]},{7:[1,9]},e(i,[2,7],{10:10,11:[1,11]}),e(a,[2,6]),{6:12,7:n,9:6,12:r},{1:[2,1]},{7:[2,4],12:[1,15],13:13,14:14,15:[1,16],17:[1,17],19:[1,18],20:[1,19],21:[1,20]},e(a,[2,5]),{7:[1,21]},e(i,[2,8]),{12:[1,22]},e(i,[2,10]),{12:[2,16],16:23,23:[1,24]},{18:[1,25]},{18:[1,26]},{18:[1,27]},{18:[1,30],22:28,24:[1,29]},{1:[2,2]},e(i,[2,9]),{12:[2,11]},{12:[2,17]},{12:[2,12]},{12:[2,13]},{12:[2,14]},{12:[2,15]},{12:u,25:31,26:o},{12:u,25:33,26:o},{12:[2,18]},{12:u,25:34,26:o},{12:[2,19]},{12:[2,21]}],defaultActions:{9:[2,1],21:[2,2],23:[2,11],24:[2,17],25:[2,12],26:[2,13],27:[2,14],28:[2,15],31:[2,18],33:[2,19],34:[2,21]},parseError:function(t,e){if(!e.recoverable){var n=function(t,e){this.message=t,this.hash=e};throw n.prototype=Error,new n(t,e)}this.trace(t)},parse:function(t){var e=this,n=[0],r=[null],i=[],a=this.table,u="",o=0,s=0,c=0,l=i.slice.call(arguments,1),f=Object.create(this.lexer),h={yy:{}};for(var d in this.yy)Object.prototype.hasOwnProperty.call(this.yy,d)&&(h.yy[d]=this.yy[d]);f.setInput(t,h.yy),h.yy.lexer=f,h.yy.parser=this,void 0===f.yylloc&&(f.yylloc={});var p=f.yylloc;i.push(p);var _=f.options&&f.options.ranges;"function"==typeof h.yy.parseError?this.parseError=h.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;for(var m,g,y,v,M,b,w,L,k,x={};;){if(y=n[n.length-1],this.defaultActions[y]?v=this.defaultActions[y]:(null!==m&&void 0!==m||(m=function(){var t;return t=f.lex()||1,"number"!=typeof t&&(t=e.symbols_[t]||t),t}()),v=a[y]&&a[y][m]),void 0===v||!v.length||!v[0]){var D="";k=[];for(b in a[y])this.terminals_[b]&&b>2&&k.push("'"+this.terminals_[b]+"'");D=f.showPosition?"Parse error on line "+(o+1)+":\n"+f.showPosition()+"\nExpecting "+k.join(", ")+", got '"+(this.terminals_[m]||m)+"'":"Parse error on line "+(o+1)+": Unexpected "+(1==m?"end of input":"'"+(this.terminals_[m]||m)+"'"),this.parseError(D,{text:f.match,token:this.terminals_[m]||m,line:f.yylineno,loc:p,expected:k})}if(v[0]instanceof Array&&v.length>1)throw new Error("Parse Error: multiple actions possible at state: "+y+", token: "+m);switch(v[0]){case 1:n.push(m),r.push(f.yytext),i.push(f.yylloc),n.push(v[1]),m=null,g?(m=g,g=null):(s=f.yyleng,u=f.yytext,o=f.yylineno,p=f.yylloc,c>0&&c--);break;case 2:if(w=this.productions_[v[1]][1],x.$=r[r.length-w],x._$={first_line:i[i.length-(w||1)].first_line,last_line:i[i.length-1].last_line,first_column:i[i.length-(w||1)].first_column,last_column:i[i.length-1].last_column},_&&(x._$.range=[i[i.length-(w||1)].range[0],i[i.length-1].range[1]]),void 0!==(M=this.performAction.apply(x,[u,s,o,h.yy,v[1],r,i].concat(l))))return M;w&&(n=n.slice(0,-1*w*2),r=r.slice(0,-1*w),i=i.slice(0,-1*w)),n.push(this.productions_[v[1]][0]),r.push(x.$),i.push(x._$),L=a[n[n.length-2]][n[n.length-1]],n.push(L);break;case 3:return!0}}return!0}},c=function(){return{EOF:1,parseError:function(t,e){if(!this.yy.parser)throw new Error(t);this.yy.parser.parseError(t,e)},setInput:function(t,e){return this.yy=e||this.yy||{},this._input=t,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var t=this._input[0];return this.yytext+=t,this.yyleng++,this.offset++,this.match+=t,this.matched+=t,t.match(/(?:\r\n?|\n).*/g)?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),t},unput:function(t){var e=t.length,n=t.split(/(?:\r\n?|\n)/g);this._input=t+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-e),this.offset-=e;var r=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),n.length-1&&(this.yylineno-=n.length-1);var i=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:n?(n.length===r.length?this.yylloc.first_column:0)+r[r.length-n.length].length-n[0].length:this.yylloc.first_column-e},this.options.ranges&&(this.yylloc.range=[i[0],i[0]+this.yyleng-e]),this.yyleng=this.yytext.length,this},more:function(){return this._more=!0,this},reject:function(){return this.options.backtrack_lexer?(this._backtrack=!0,this):this.parseError("Lexical error on line "+(this.yylineno+1)+". You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},less:function(t){this.unput(this.match.slice(t))},pastInput:function(){var t=this.matched.substr(0,this.matched.length-this.match.length);return(t.length>20?"...":"")+t.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var t=this.match;return t.length<20&&(t+=this._input.substr(0,20-t.length)),(t.substr(0,20)+(t.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var t=this.pastInput(),e=new Array(t.length+1).join("-");return t+this.upcomingInput()+"\n"+e+"^"},test_match:function(t,e){var n,r,i;if(this.options.backtrack_lexer&&(i={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(i.yylloc.range=this.yylloc.range.slice(0))),r=t[0].match(/(?:\r\n?|\n).*/g),r&&(this.yylineno+=r.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:r?r[r.length-1].length-r[r.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+t[0].length},this.yytext+=t[0],this.match+=t[0],this.matches=t,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(t[0].length),this.matched+=t[0],n=this.performAction.call(this,this.yy,this,e,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n)return n;if(this._backtrack){for(var a in i)this[a]=i[a];return!1}return!1},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var t,e,n,r;this._more||(this.yytext="",this.match="");for(var i=this._currentRules(),a=0;a<i.length;a++)if((n=this._input.match(this.rules[i[a]]))&&(!e||n[0].length>e[0].length)){if(e=n,r=a,this.options.backtrack_lexer){if(!1!==(t=this.test_match(n,i[a])))return t;if(this._backtrack){e=!1;continue}return!1}if(!this.options.flex)break}return e?!1!==(t=this.test_match(e,i[r]))&&t:""===this._input?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+". Unrecognized text.\n"+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var t=this.next();return t||this.lex()},begin:function(t){this.conditionStack.push(t)},popState:function(){return this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0]},_currentRules:function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},topState:function(t){return t=this.conditionStack.length-1-Math.abs(t||0),t>=0?this.conditionStack[t]:"INITIAL"},pushState:function(t){this.begin(t)},stateStackSize:function(){return this.conditionStack.length},options:{"case-insensitive":!0},performAction:function(t,e,n,r){switch(n){case 0:return 12;case 1:case 2:case 3:break;case 4:return 4;case 5:return 15;case 6:return 17;case 7:return 20;case 8:return 21;case 9:return 19;case 10:case 11:return 8;case 12:return 5;case 13:return 26;case 14:this.begin("options");break;case 15:this.popState();break;case 16:return 11;case 17:this.begin("string");break;case 18:this.popState();break;case 19:return 23;case 20:return 18;case 21:return 7}},rules:[/^(?:(\r?\n)+)/i,/^(?:\s+)/i,/^(?:#[^\n]*)/i,/^(?:%[^\n]*)/i,/^(?:gitGraph\b)/i,/^(?:commit\b)/i,/^(?:branch\b)/i,/^(?:merge\b)/i,/^(?:reset\b)/i,/^(?:checkout\b)/i,/^(?:LR\b)/i,/^(?:BT\b)/i,/^(?::)/i,/^(?:\^)/i,/^(?:options\r?\n)/i,/^(?:end\r?\n)/i,/^(?:[^\n]+\r?\n)/i,/^(?:["])/i,/^(?:["])/i,/^(?:[^"]*)/i,/^(?:[a-zA-Z][a-zA-Z0-9_]+)/i,/^(?:$)/i],conditions:{options:{rules:[15,16],inclusive:!1},string:{rules:[18,19],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,17,20,21],inclusive:!0}}}}();return s.lexer=c,t.prototype=s,s.Parser=t,new t}();e.parser=i,e.Parser=i.Parser,e.parse=function(){return i.parse.apply(i,arguments)},e.main=function(r){r[1]||(console.log("Usage: "+r[0]+" FILE"),t.exit(1));var i=n(12).readFileSync(n(13).normalize(r[1]),"utf8");return e.parser.parse(i)},void 0!==r&&n.c[n.s]===r&&e.main(t.argv.slice(1))}).call(e,n(11),n(3)(t))},function(t,e,n){function r(t,e){return Math.floor(Math.random()*(e-t))+t}function i(){for(var t="",e=0;e<7;e++)t+="0123456789abcdef"[r(0,16)];return t}function a(t,e){for(l.debug("Entering isfastforwardable:",t.id,e.id);t.seq<=e.seq&&t!==e&&null!=e.parent;){if(Array.isArray(e.parent))return l.debug("In merge commit:",e.parent),a(t,h[e.parent[0]])||a(t,h[e.parent[1]]);e=h[e.parent]}return l.debug(t.id,e.id),t.id===e.id}function u(t,e){return t.seq>e.seq&&a(e,t)}function o(t,e,n){var r=t.indexOf(e);-1===r?t.push(n):t.splice(r,1,n)}function s(t){var e=f.maxBy(t,"seq"),n="";t.forEach(function(t){n+=t===e?"\t*":"\t|"});var r=[n,e.id,e.seq];if(f.each(p,function(t,n){t===e.id&&r.push(n)}),l.debug(r.join(" ")),Array.isArray(e.parent)){var i=h[e.parent[0]];o(t,e,i),t.push(h[e.parent[1]])}else{if(null==e.parent)return;var a=h[e.parent];o(t,e,a)}t=f.uniqBy(t,"id"),s(t)}var c=n(2),l=c.Log,f=n(167),h={},d=null,p={master:d},_="master",m="LR",g=0;e.setDirection=function(t){m=t};var y={};e.setOptions=function(t){l.debug("options str",t),t=t&&t.trim(),t=t||"{}";try{y=JSON.parse(t)}catch(t){l.error("error while parsing gitGraph options",t.message)}},e.getOptions=function(){return y},e.commit=function(t){var e={id:i(),message:t,seq:g++,parent:null==d?null:d.id};d=e,h[e.id]=e,p[_]=e.id,l.debug("in pushCommit "+e.id)},e.branch=function(t){p[t]=null!=d?d.id:null,l.debug("in createBranch")},e.merge=function(t){var e=h[p[_]],n=h[p[t]];if(u(e,n))return void l.debug("Already merged");if(a(e,n))p[_]=p[t],d=h[p[_]];else{var r={id:i(),message:"merged branch "+t+" into "+_,seq:g++,parent:[null==d?null:d.id,p[t]]};d=r,h[r.id]=r,p[_]=r.id}l.debug(p),l.debug("in mergeBranch")},e.checkout=function(t){l.debug("in checkout"),_=t;var e=p[_];d=h[e]},e.reset=function(t){l.debug("in reset",t);var e=t.split(":")[0],n=parseInt(t.split(":")[1]),r="HEAD"===e?d:h[p[e]];for(l.debug(r,n);n>0;)if(r=h[r.parent],n--,!r){var i="Critical error - unique parent commit not found during reset";throw l.error(i),i}d=r,p[_]=r.id},e.prettyPrint=function(){l.debug(h),s([e.getCommitsArray()[0]])},e.clear=function(){h={},d=null,p={master:d},_="master",g=0},e.getBranchesAsObjArray=function(){return f.map(p,function(t,e){return{name:e,commit:h[t]}})},e.getBranches=function(){return p},e.getCommits=function(){return h},e.getCommitsArray=function(){var t=Object.keys(h).map(function(t){return h[t]});return t.forEach(function(t){l.debug(t.id)}),f.orderBy(t,["seq"],["desc"])},e.getCurrentBranch=function(){return _},e.getDirection=function(){return m},e.getHead=function(){return d}},function(t,e,n){(function(t,n){(function(){function r(t,e){return t.set(e[0],e[1]),t}function i(t,e){return t.add(e),t}function a(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function u(t,e,n,r){for(var i=-1,a=null==t?0:t.length;++i<a;){var u=t[i];e(r,u,n(u),t)}return r}function o(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}function s(t,e){for(var n=null==t?0:t.length;n--&&!1!==e(t[n],n,t););return t}function c(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function l(t,e){for(var n=-1,r=null==t?0:t.length,i=0,a=[];++n<r;){var u=t[n];e(u,n,t)&&(a[i++]=u)}return a}function f(t,e){return!!(null==t?0:t.length)&&w(t,e,0)>-1}function h(t,e,n){for(var r=-1,i=null==t?0:t.length;++r<i;)if(n(e,t[r]))return!0;return!1}function d(t,e){for(var n=-1,r=null==t?0:t.length,i=Array(r);++n<r;)i[n]=e(t[n],n,t);return i}function p(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}function _(t,e,n,r){var i=-1,a=null==t?0:t.length;for(r&&a&&(n=t[++i]);++i<a;)n=e(n,t[i],i,t);return n}function m(t,e,n,r){var i=null==t?0:t.length;for(r&&i&&(n=t[--i]);i--;)n=e(n,t[i],i,t);return n}function g(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function y(t){return t.split("")}function v(t){return t.match(Ne)||[]}function M(t,e,n){var r;return n(t,function(t,n,i){if(e(t,n,i))return r=n,!1}),r}function b(t,e,n,r){for(var i=t.length,a=n+(r?1:-1);r?a--:++a<i;)if(e(t[a],a,t))return a;return-1}function w(t,e,n){return e===e?J(t,e,n):b(t,k,n)}function L(t,e,n,r){for(var i=n-1,a=t.length;++i<a;)if(r(t[i],e))return i;return-1}function k(t){return t!==t}function x(t,e){var n=null==t?0:t.length;return n?E(t,e)/n:Ct}function D(t){return function(e){return null==e?nt:e[t]}}function Y(t){return function(e){return null==t?nt:t[e]}}function T(t,e,n,r,i){return i(t,function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)}),n}function A(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}function E(t,e){for(var n,r=-1,i=t.length;++r<i;){var a=e(t[r]);a!==nt&&(n=n===nt?a:n+a)}return n}function S(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}function j(t,e){return d(e,function(e){return[e,t[e]]})}function C(t){return function(e){return t(e)}}function F(t,e){return d(e,function(e){return t[e]})}function O(t,e){return t.has(e)}function H(t,e){for(var n=-1,r=t.length;++n<r&&w(e,t[n],0)>-1;);return n}function P(t,e){for(var n=t.length;n--&&w(e,t[n],0)>-1;);return n}function N(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}function I(t){return"\\"+Dn[t]}function B(t,e){return null==t?nt:t[e]}function R(t){return gn.test(t)}function W(t){return yn.test(t)}function z(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}function q(t){var e=-1,n=Array(t.size);return t.forEach(function(t,r){n[++e]=[r,t]}),n}function U(t,e){return function(n){return t(e(n))}}function $(t,e){for(var n=-1,r=t.length,i=0,a=[];++n<r;){var u=t[n];u!==e&&u!==st||(t[n]=st,a[i++]=n)}return a}function V(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=t}),n}function G(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=[t,t]}),n}function J(t,e,n){for(var r=n-1,i=t.length;++r<i;)if(t[r]===e)return r;return-1}function Z(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}function K(t){return R(t)?Q(t):zn(t)}function X(t){return R(t)?tt(t):y(t)}function Q(t){for(var e=_n.lastIndex=0;_n.test(t);)++e;return e}function tt(t){return t.match(_n)||[]}function et(t){return t.match(mn)||[]}var nt,rt=200,it="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",at="Expected a function",ut="__lodash_hash_undefined__",ot=500,st="__lodash_placeholder__",ct=1,lt=2,ft=4,ht=1,dt=2,pt=1,_t=2,mt=4,gt=8,yt=16,vt=32,Mt=64,bt=128,wt=256,Lt=512,kt=30,xt="...",Dt=800,Yt=16,Tt=1,At=2,Et=1/0,St=9007199254740991,jt=1.7976931348623157e308,Ct=NaN,Ft=4294967295,Ot=Ft-1,Ht=Ft>>>1,Pt=[["ary",bt],["bind",pt],["bindKey",_t],["curry",gt],["curryRight",yt],["flip",Lt],["partial",vt],["partialRight",Mt],["rearg",wt]],Nt="[object Arguments]",It="[object Array]",Bt="[object AsyncFunction]",Rt="[object Boolean]",Wt="[object Date]",zt="[object DOMException]",qt="[object Error]",Ut="[object Function]",$t="[object GeneratorFunction]",Vt="[object Map]",Gt="[object Number]",Jt="[object Null]",Zt="[object Object]",Kt="[object Proxy]",Xt="[object RegExp]",Qt="[object Set]",te="[object String]",ee="[object Symbol]",ne="[object Undefined]",re="[object WeakMap]",ie="[object WeakSet]",ae="[object ArrayBuffer]",ue="[object DataView]",oe="[object Float32Array]",se="[object Float64Array]",ce="[object Int8Array]",le="[object Int16Array]",fe="[object Int32Array]",he="[object Uint8Array]",de="[object Uint8ClampedArray]",pe="[object Uint16Array]",_e="[object Uint32Array]",me=/\b__p \+= '';/g,ge=/\b(__p \+=) '' \+/g,ye=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ve=/&(?:amp|lt|gt|quot|#39);/g,Me=/[&<>"']/g,be=RegExp(ve.source),we=RegExp(Me.source),Le=/<%-([\s\S]+?)%>/g,ke=/<%([\s\S]+?)%>/g,xe=/<%=([\s\S]+?)%>/g,De=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ye=/^\w*$/,Te=/^\./,Ae=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ee=/[\\^$.*+?()[\]{}|]/g,Se=RegExp(Ee.source),je=/^\s+|\s+$/g,Ce=/^\s+/,Fe=/\s+$/,Oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,He=/\{\n\/\* \[wrapped with (.+)\] \*/,Pe=/,? & /,Ne=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ie=/\\(\\)?/g,Be=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Re=/\w*$/,We=/^[-+]0x[0-9a-f]+$/i,ze=/^0b[01]+$/i,qe=/^\[object .+?Constructor\]$/,Ue=/^0o[0-7]+$/i,$e=/^(?:0|[1-9]\d*)$/,Ve=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ge=/($^)/,Je=/['\n\r\u2028\u2029\\]/g,Ze="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ke="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Xe="["+Ke+"]",Qe="["+Ze+"]",tn="[a-z\\xdf-\\xf6\\xf8-\\xff]",en="[^\\ud800-\\udfff"+Ke+"\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",nn="\\ud83c[\\udffb-\\udfff]",rn="(?:\\ud83c[\\udde6-\\uddff]){2}",an="[\\ud800-\\udbff][\\udc00-\\udfff]",un="[A-Z\\xc0-\\xd6\\xd8-\\xde]",on="(?:"+tn+"|"+en+")",sn="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",cn="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",rn,an].join("|")+")[\\ufe0e\\ufe0f]?"+sn+")*",ln="[\\ufe0e\\ufe0f]?"+sn+cn,fn="(?:"+["[\\u2700-\\u27bf]",rn,an].join("|")+")"+ln,hn="(?:"+["[^\\ud800-\\udfff]"+Qe+"?",Qe,rn,an,"[\\ud800-\\udfff]"].join("|")+")",dn=RegExp("['’]","g"),pn=RegExp(Qe,"g"),_n=RegExp(nn+"(?="+nn+")|"+hn+ln,"g"),mn=RegExp([un+"?"+tn+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[Xe,un,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[Xe,un+on,"$"].join("|")+")",un+"?"+on+"+(?:['’](?:d|ll|m|re|s|t|ve))?",un+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:(?:1ST|2ND|3RD|(?![123])\\dTH)\\b)","\\d*(?:(?:1st|2nd|3rd|(?![123])\\dth)\\b)","\\d+",fn].join("|"),"g"),gn=RegExp("[\\u200d\\ud800-\\udfff"+Ze+"\\ufe0e\\ufe0f]"),yn=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,vn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Mn=-1,bn={};bn[oe]=bn[se]=bn[ce]=bn[le]=bn[fe]=bn[he]=bn[de]=bn[pe]=bn[_e]=!0,bn[Nt]=bn[It]=bn[ae]=bn[Rt]=bn[ue]=bn[Wt]=bn[qt]=bn[Ut]=bn[Vt]=bn[Gt]=bn[Zt]=bn[Xt]=bn[Qt]=bn[te]=bn[re]=!1;var wn={};wn[Nt]=wn[It]=wn[ae]=wn[ue]=wn[Rt]=wn[Wt]=wn[oe]=wn[se]=wn[ce]=wn[le]=wn[fe]=wn[Vt]=wn[Gt]=wn[Zt]=wn[Xt]=wn[Qt]=wn[te]=wn[ee]=wn[he]=wn[de]=wn[pe]=wn[_e]=!0,wn[qt]=wn[Ut]=wn[re]=!1;var Ln={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},kn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},xn={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Dn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Yn=parseFloat,Tn=parseInt,An="object"==typeof t&&t&&t.Object===Object&&t,En="object"==typeof self&&self&&self.Object===Object&&self,Sn=An||En||Function("return this")(),jn="object"==typeof e&&e&&!e.nodeType&&e,Cn=jn&&"object"==typeof n&&n&&!n.nodeType&&n,Fn=Cn&&Cn.exports===jn,On=Fn&&An.process,Hn=function(){try{return On&&On.binding&&On.binding("util")}catch(t){}}(),Pn=Hn&&Hn.isArrayBuffer,Nn=Hn&&Hn.isDate,In=Hn&&Hn.isMap,Bn=Hn&&Hn.isRegExp,Rn=Hn&&Hn.isSet,Wn=Hn&&Hn.isTypedArray,zn=D("length"),qn=Y(Ln),Un=Y(kn),$n=Y(xn),Vn=function t(e){function n(t){if(as(t)&&!gh(t)&&!(t instanceof J)){if(t instanceof Y)return t;if(ml.call(t,"__wrapped__"))return eu(t)}return new Y(t)}function y(){}function Y(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=nt}function J(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ft,this.__views__=[]}function Q(){var t=new J(this.__wrapped__);return t.__actions__=Pi(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Pi(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Pi(this.__views__),t}function tt(){if(this.__filtered__){var t=new J(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Ne(){var t=this.__wrapped__.value(),e=this.__dir__,n=gh(t),r=e<0,i=n?t.length:0,a=Da(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,f=l.length,h=0,d=$l(s,this.__takeCount__);if(!n||!r&&i==s&&d==s)return yi(t,this.__actions__);var p=[];t:for(;s--&&h<d;){c+=e;for(var _=-1,m=t[c];++_<f;){var g=l[_],y=g.iteratee,v=g.type,M=y(m);if(v==At)m=M;else if(!M){if(v==Tt)continue t;break t}}p[h++]=m}return p}function Ze(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function Ke(){this.__data__=nf?nf(null):{},this.size=0}function Xe(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function Qe(t){var e=this.__data__;if(nf){var n=e[t];return n===ut?nt:n}return ml.call(e,t)?e[t]:nt}function tn(t){var e=this.__data__;return nf?e[t]!==nt:ml.call(e,t)}function en(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=nf&&e===nt?ut:e,this}function nn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function rn(){this.__data__=[],this.size=0}function an(t){var e=this.__data__,n=Zn(e,t);return!(n<0)&&(n==e.length-1?e.pop():El.call(e,n,1),--this.size,!0)}function un(t){var e=this.__data__,n=Zn(e,t);return n<0?nt:e[n][1]}function on(t){return Zn(this.__data__,t)>-1}function sn(t,e){var n=this.__data__,r=Zn(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}function cn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function ln(){this.size=0,this.__data__={hash:new Ze,map:new(Xl||nn),string:new Ze}}function fn(t){var e=wa(this,t).delete(t);return this.size-=e?1:0,e}function hn(t){return wa(this,t).get(t)}function _n(t){return wa(this,t).has(t)}function mn(t,e){var n=wa(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}function gn(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new cn;++e<n;)this.add(t[e])}function yn(t){return this.__data__.set(t,ut),this}function Ln(t){return this.__data__.has(t)}function kn(t){var e=this.__data__=new nn(t);this.size=e.size}function xn(){this.__data__=new nn,this.size=0}function Dn(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}function An(t){return this.__data__.get(t)}function En(t){return this.__data__.has(t)}function jn(t,e){var n=this.__data__;if(n instanceof nn){var r=n.__data__;if(!Xl||r.length<rt-1)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new cn(r)}return n.set(t,e),this.size=n.size,this}function Cn(t,e){var n=gh(t),r=!n&&mh(t),i=!n&&!r&&vh(t),a=!n&&!r&&!i&&kh(t),u=n||r||i||a,o=u?S(t.length,cl):[],s=o.length;for(var c in t)!e&&!ml.call(t,c)||u&&("length"==c||i&&("offset"==c||"parent"==c)||a&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Fa(c,s))||o.push(c);return o}function On(t){var e=t.length;return e?t[Qr(0,e-1)]:nt}function Hn(t,e){return Ka(Pi(t),nr(e,0,t.length))}function zn(t){return Ka(Pi(t))}function Gn(t,e,n){(n===nt||Uo(t[e],n))&&(n!==nt||e in t)||tr(t,e,n)}function Jn(t,e,n){var r=t[e];ml.call(t,e)&&Uo(r,n)&&(n!==nt||e in t)||tr(t,e,n)}function Zn(t,e){for(var n=t.length;n--;)if(Uo(t[n][0],e))return n;return-1}function Kn(t,e,n,r){return _f(t,function(t,i,a){e(r,t,n(t),a)}),r}function Xn(t,e){return t&&Ni(e,Bs(e),t)}function Qn(t,e){return t&&Ni(e,Rs(e),t)}function tr(t,e,n){"__proto__"==e&&Fl?Fl(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function er(t,e){for(var n=-1,r=e.length,i=nl(r),a=null==t;++n<r;)i[n]=a?nt:Ps(t,e[n]);return i}function nr(t,e,n){return t===t&&(n!==nt&&(t=t<=n?t:n),e!==nt&&(t=t>=e?t:e)),t}function rr(t,e,n,r,i,a){var u,s=e&ct,c=e&lt,l=e&ft;if(n&&(u=i?n(t,r,i,a):n(t)),u!==nt)return u;if(!is(t))return t;var f=gh(t);if(f){if(u=Aa(t),!s)return Pi(t,u)}else{var h=Yf(t),d=h==Ut||h==$t;if(vh(t))return xi(t,s);if(h==Zt||h==Nt||d&&!i){if(u=c||d?{}:Ea(t),!s)return c?Bi(t,Qn(u,t)):Ii(t,Xn(u,t))}else{if(!wn[h])return i?t:{};u=Sa(t,h,rr,s)}}a||(a=new kn);var p=a.get(t);if(p)return p;a.set(t,u);var _=l?c?ya:ga:c?Rs:Bs,m=f?nt:_(t);return o(m||t,function(r,i){m&&(i=r,r=t[i]),Jn(u,i,rr(r,e,n,i,t,a))}),u}function ir(t){var e=Bs(t);return function(n){return ar(n,t,e)}}function ar(t,e,n){var r=n.length;if(null==t)return!r;for(t=ol(t);r--;){var i=n[r],a=e[i],u=t[i];if(u===nt&&!(i in t)||!a(u))return!1}return!0}function ur(t,e,n){if("function"!=typeof t)throw new ll(at);return Ef(function(){t.apply(nt,n)},e)}function or(t,e,n,r){var i=-1,a=f,u=!0,o=t.length,s=[],c=e.length;if(!o)return s;n&&(e=d(e,C(n))),r?(a=h,u=!1):e.length>=rt&&(a=O,u=!1,e=new gn(e));t:for(;++i<o;){var l=t[i],p=null==n?l:n(l);if(l=r||0!==l?l:0,u&&p===p){for(var _=c;_--;)if(e[_]===p)continue t;s.push(l)}else a(e,p,r)||s.push(l)}return s}function sr(t,e){var n=!0;return _f(t,function(t,r,i){return n=!!e(t,r,i)}),n}function cr(t,e,n){for(var r=-1,i=t.length;++r<i;){var a=t[r],u=e(a);if(null!=u&&(o===nt?u===u&&!ms(u):n(u,o)))var o=u,s=a}return s}function lr(t,e,n,r){var i=t.length;for(n=ws(n),n<0&&(n=-n>i?0:i+n),r=r===nt||r>i?i:ws(r),r<0&&(r+=i),r=n>r?0:Ls(r);n<r;)t[n++]=e;return t}function fr(t,e){var n=[];return _f(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function hr(t,e,n,r,i){var a=-1,u=t.length;for(n||(n=Ca),i||(i=[]);++a<u;){var o=t[a];e>0&&n(o)?e>1?hr(o,e-1,n,r,i):p(i,o):r||(i[i.length]=o)}return i}function dr(t,e){return t&&gf(t,e,Bs)}function pr(t,e){return t&&yf(t,e,Bs)}function _r(t,e){return l(e,function(e){return es(t[e])})}function mr(t,e){e=Li(e,t);for(var n=0,r=e.length;null!=t&&n<r;)t=t[Xa(e[n++])];return n&&n==r?t:nt}function gr(t,e,n){var r=e(t);return gh(t)?r:p(r,n(t))}function yr(t){return null==t?t===nt?ne:Jt:Cl&&Cl in ol(t)?xa(t):Ua(t)}function vr(t,e){return t>e}function Mr(t,e){return null!=t&&ml.call(t,e)}function br(t,e){return null!=t&&e in ol(t)}function wr(t,e,n){return t>=$l(e,n)&&t<Ul(e,n)}function Lr(t,e,n){for(var r=n?h:f,i=t[0].length,a=t.length,u=a,o=nl(a),s=1/0,c=[];u--;){var l=t[u];u&&e&&(l=d(l,C(e))),s=$l(l.length,s),o[u]=!n&&(e||i>=120&&l.length>=120)?new gn(u&&l):nt}l=t[0];var p=-1,_=o[0];t:for(;++p<i&&c.length<s;){var m=l[p],g=e?e(m):m;if(m=n||0!==m?m:0,!(_?O(_,g):r(c,g,n))){for(u=a;--u;){var y=o[u];if(!(y?O(y,g):r(t[u],g,n)))continue t}_&&_.push(g),c.push(m)}}return c}function kr(t,e,n,r){return dr(t,function(t,i,a){e(r,n(t),i,a)}),r}function xr(t,e,n){e=Li(e,t),t=Va(t,e);var r=null==t?t:t[Xa(Mu(e))];return null==r?nt:a(r,t,n)}function Dr(t){return as(t)&&yr(t)==Nt}function Yr(t){return as(t)&&yr(t)==ae}function Tr(t){return as(t)&&yr(t)==Wt}function Ar(t,e,n,r,i){return t===e||(null==t||null==e||!as(t)&&!as(e)?t!==t&&e!==e:Er(t,e,n,r,Ar,i))}function Er(t,e,n,r,i,a){var u=gh(t),o=gh(e),s=u?It:Yf(t),c=o?It:Yf(e);s=s==Nt?Zt:s,c=c==Nt?Zt:c;var l=s==Zt,f=c==Zt,h=s==c;if(h&&vh(t)){if(!vh(e))return!1;u=!0,l=!1}if(h&&!l)return a||(a=new kn),u||kh(t)?da(t,e,n,r,i,a):pa(t,e,s,n,r,i,a);if(!(n&ht)){var d=l&&ml.call(t,"__wrapped__"),p=f&&ml.call(e,"__wrapped__");if(d||p){var _=d?t.value():t,m=p?e.value():e;return a||(a=new kn),i(_,m,n,r,a)}}return!!h&&(a||(a=new kn),_a(t,e,n,r,i,a))}function Sr(t){return as(t)&&Yf(t)==Vt}function jr(t,e,n,r){var i=n.length,a=i,u=!r;if(null==t)return!a;for(t=ol(t);i--;){var o=n[i];if(u&&o[2]?o[1]!==t[o[0]]:!(o[0]in t))return!1}for(;++i<a;){o=n[i];var s=o[0],c=t[s],l=o[1];if(u&&o[2]){if(c===nt&&!(s in t))return!1}else{var f=new kn;if(r)var h=r(c,l,s,t,e,f);if(!(h===nt?Ar(l,c,ht|dt,r,f):h))return!1}}return!0}function Cr(t){return!(!is(t)||Ia(t))&&(es(t)?wl:qe).test(Qa(t))}function Fr(t){return as(t)&&yr(t)==Xt}function Or(t){return as(t)&&Yf(t)==Qt}function Hr(t){return as(t)&&rs(t.length)&&!!bn[yr(t)]}function Pr(t){return"function"==typeof t?t:null==t?Ec:"object"==typeof t?gh(t)?zr(t[0],t[1]):Wr(t):Nc(t)}function Nr(t){if(!Ba(t))return ql(t);var e=[];for(var n in ol(t))ml.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Ir(t){if(!is(t))return qa(t);var e=Ba(t),n=[];for(var r in t)("constructor"!=r||!e&&ml.call(t,r))&&n.push(r);return n}function Br(t,e){return t<e}function Rr(t,e){var n=-1,r=$o(t)?nl(t.length):[];return _f(t,function(t,i,a){r[++n]=e(t,i,a)}),r}function Wr(t){var e=La(t);return 1==e.length&&e[0][2]?Wa(e[0][0],e[0][1]):function(n){return n===t||jr(n,t,e)}}function zr(t,e){return Ha(t)&&Ra(e)?Wa(Xa(t),e):function(n){var r=Ps(n,t);return r===nt&&r===e?Is(n,t):Ar(e,r,ht|dt)}}function qr(t,e,n,r,i){t!==e&&gf(e,function(a,u){if(is(a))i||(i=new kn),Ur(t,e,u,n,qr,r,i);else{var o=r?r(t[u],a,u+"",t,e,i):nt;o===nt&&(o=a),Gn(t,u,o)}},Rs)}function Ur(t,e,n,r,i,a,u){var o=t[n],s=e[n],c=u.get(s);if(c)return void Gn(t,n,c);var l=a?a(o,s,n+"",t,e,u):nt,f=l===nt;if(f){var h=gh(s),d=!h&&vh(s),p=!h&&!d&&kh(s);l=s,h||d||p?gh(o)?l=o:Vo(o)?l=Pi(o):d?(f=!1,l=xi(s,!0)):p?(f=!1,l=ji(s,!0)):l=[]:ds(s)||mh(s)?(l=o,mh(o)?l=xs(o):(!is(o)||r&&es(o))&&(l=Ea(s))):f=!1}f&&(u.set(s,l),i(l,s,r,a,u),u.delete(s)),Gn(t,n,l)}function $r(t,e){var n=t.length;if(n)return e+=e<0?n:0,Fa(e,n)?t[e]:nt}function Vr(t,e,n){var r=-1;return e=d(e.length?e:[Ec],C(ba())),A(Rr(t,function(t,n,i){return{criteria:d(e,function(e){return e(t)}),index:++r,value:t}}),function(t,e){return Fi(t,e,n)})}function Gr(t,e){return Jr(t,e,function(e,n){return Is(t,n)})}function Jr(t,e,n){for(var r=-1,i=e.length,a={};++r<i;){var u=e[r],o=mr(t,u);n(o,u)&&ai(a,Li(u,t),o)}return a}function Zr(t){return function(e){return mr(e,t)}}function Kr(t,e,n,r){var i=r?L:w,a=-1,u=e.length,o=t;for(t===e&&(e=Pi(e)),n&&(o=d(t,C(n)));++a<u;)for(var s=0,c=e[a],l=n?n(c):c;(s=i(o,l,s,r))>-1;)o!==t&&El.call(o,s,1),El.call(t,s,1);return t}function Xr(t,e){for(var n=t?e.length:0,r=n-1;n--;){var i=e[n];if(n==r||i!==a){var a=i;Fa(i)?El.call(t,i,1):_i(t,i)}}return t}function Qr(t,e){return t+Il(Jl()*(e-t+1))}function ti(t,e,n,r){for(var i=-1,a=Ul(Nl((e-t)/(n||1)),0),u=nl(a);a--;)u[r?a:++i]=t,t+=n;return u}function ei(t,e){var n="";if(!t||e<1||e>St)return n;do{e%2&&(n+=t),(e=Il(e/2))&&(t+=t)}while(e);return n}function ni(t,e){return Sf($a(t,e,Ec),t+"")}function ri(t){return On(Qs(t))}function ii(t,e){var n=Qs(t);return Ka(n,nr(e,0,n.length))}function ai(t,e,n,r){if(!is(t))return t;e=Li(e,t);for(var i=-1,a=e.length,u=a-1,o=t;null!=o&&++i<a;){var s=Xa(e[i]),c=n;if(i!=u){var l=o[s];c=r?r(l,s,o):nt,c===nt&&(c=is(l)?l:Fa(e[i+1])?[]:{})}Jn(o,s,c),o=o[s]}return t}function ui(t){return Ka(Qs(t))}function oi(t,e,n){var r=-1,i=t.length;e<0&&(e=-e>i?0:i+e),n=n>i?i:n,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var a=nl(i);++r<i;)a[r]=t[r+e];return a}function si(t,e){var n;return _f(t,function(t,r,i){return!(n=e(t,r,i))}),!!n}function ci(t,e,n){var r=0,i=null==t?r:t.length;if("number"==typeof e&&e===e&&i<=Ht){for(;r<i;){var a=r+i>>>1,u=t[a];null!==u&&!ms(u)&&(n?u<=e:u<e)?r=a+1:i=a}return i}return li(t,e,Ec,n)}function li(t,e,n,r){e=n(e);for(var i=0,a=null==t?0:t.length,u=e!==e,o=null===e,s=ms(e),c=e===nt;i<a;){var l=Il((i+a)/2),f=n(t[l]),h=f!==nt,d=null===f,p=f===f,_=ms(f);if(u)var m=r||p;else m=c?p&&(r||h):o?p&&h&&(r||!d):s?p&&h&&!d&&(r||!_):!d&&!_&&(r?f<=e:f<e);m?i=l+1:a=l}return $l(a,Ot)}function fi(t,e){for(var n=-1,r=t.length,i=0,a=[];++n<r;){var u=t[n],o=e?e(u):u;if(!n||!Uo(o,s)){var s=o;a[i++]=0===u?0:u}}return a}function hi(t){return"number"==typeof t?t:ms(t)?Ct:+t}function di(t){if("string"==typeof t)return t;if(gh(t))return d(t,di)+"";if(ms(t))return df?df.call(t):"";var e=t+"";return"0"==e&&1/t==-Et?"-0":e}function pi(t,e,n){var r=-1,i=f,a=t.length,u=!0,o=[],s=o;if(n)u=!1,i=h;else if(a>=rt){var c=e?null:Lf(t);if(c)return V(c);u=!1,i=O,s=new gn}else s=e?[]:o;t:for(;++r<a;){var l=t[r],d=e?e(l):l;if(l=n||0!==l?l:0,u&&d===d){for(var p=s.length;p--;)if(s[p]===d)continue t;e&&s.push(d),o.push(l)}else i(s,d,n)||(s!==o&&s.push(d),o.push(l))}return o}function _i(t,e){return e=Li(e,t),null==(t=Va(t,e))||delete t[Xa(Mu(e))]}function mi(t,e,n,r){return ai(t,e,n(mr(t,e)),r)}function gi(t,e,n,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&e(t[a],a,t););return n?oi(t,r?0:a,r?a+1:i):oi(t,r?a+1:0,r?i:a)}function yi(t,e){var n=t;return n instanceof J&&(n=n.value()),_(e,function(t,e){return e.func.apply(e.thisArg,p([t],e.args))},n)}function vi(t,e,n){var r=t.length;if(r<2)return r?pi(t[0]):[];for(var i=-1,a=nl(r);++i<r;)for(var u=t[i],o=-1;++o<r;)o!=i&&(a[i]=or(a[i]||u,t[o],e,n));return pi(hr(a,1),e,n)}function Mi(t,e,n){for(var r=-1,i=t.length,a=e.length,u={};++r<i;){var o=r<a?e[r]:nt;n(u,t[r],o)}return u}function bi(t){return Vo(t)?t:[]}function wi(t){return"function"==typeof t?t:Ec}function Li(t,e){return gh(t)?t:Ha(t,e)?[t]:jf(Ys(t))}function ki(t,e,n){var r=t.length;return n=n===nt?r:n,!e&&n>=r?t:oi(t,e,n)}function xi(t,e){if(e)return t.slice();var n=t.length,r=Dl?Dl(n):new t.constructor(n);return t.copy(r),r}function Di(t){var e=new t.constructor(t.byteLength);return new xl(e).set(new xl(t)),e}function Yi(t,e){var n=e?Di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function Ti(t,e,n){return _(e?n(q(t),ct):q(t),r,new t.constructor)}function Ai(t){var e=new t.constructor(t.source,Re.exec(t));return e.lastIndex=t.lastIndex,e}function Ei(t,e,n){return _(e?n(V(t),ct):V(t),i,new t.constructor)}function Si(t){return hf?ol(hf.call(t)):{}}function ji(t,e){var n=e?Di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function Ci(t,e){if(t!==e){var n=t!==nt,r=null===t,i=t===t,a=ms(t),u=e!==nt,o=null===e,s=e===e,c=ms(e);if(!o&&!c&&!a&&t>e||a&&u&&s&&!o&&!c||r&&u&&s||!n&&s||!i)return 1;if(!r&&!a&&!c&&t<e||c&&n&&i&&!r&&!a||o&&n&&i||!u&&i||!s)return-1}return 0}function Fi(t,e,n){for(var r=-1,i=t.criteria,a=e.criteria,u=i.length,o=n.length;++r<u;){var s=Ci(i[r],a[r]);if(s){if(r>=o)return s;return s*("desc"==n[r]?-1:1)}}return t.index-e.index}function Oi(t,e,n,r){for(var i=-1,a=t.length,u=n.length,o=-1,s=e.length,c=Ul(a-u,0),l=nl(s+c),f=!r;++o<s;)l[o]=e[o];for(;++i<u;)(f||i<a)&&(l[n[i]]=t[i]);for(;c--;)l[o++]=t[i++];return l}function Hi(t,e,n,r){for(var i=-1,a=t.length,u=-1,o=n.length,s=-1,c=e.length,l=Ul(a-o,0),f=nl(l+c),h=!r;++i<l;)f[i]=t[i];for(var d=i;++s<c;)f[d+s]=e[s];for(;++u<o;)(h||i<a)&&(f[d+n[u]]=t[i++]);return f}function Pi(t,e){var n=-1,r=t.length;for(e||(e=nl(r));++n<r;)e[n]=t[n];return e}function Ni(t,e,n,r){var i=!n;n||(n={});for(var a=-1,u=e.length;++a<u;){var o=e[a],s=r?r(n[o],t[o],o,n,t):nt;s===nt&&(s=t[o]),i?tr(n,o,s):Jn(n,o,s)}return n}function Ii(t,e){return Ni(t,xf(t),e)}function Bi(t,e){return Ni(t,Df(t),e)}function Ri(t,e){return function(n,r){var i=gh(n)?u:Kn,a=e?e():{};return i(n,t,ba(r,2),a)}}function Wi(t){return ni(function(e,n){var r=-1,i=n.length,a=i>1?n[i-1]:nt,u=i>2?n[2]:nt;for(a=t.length>3&&"function"==typeof a?(i--,a):nt,u&&Oa(n[0],n[1],u)&&(a=i<3?nt:a,i=1),e=ol(e);++r<i;){var o=n[r];o&&t(e,o,r,a)}return e})}function zi(t,e){return function(n,r){if(null==n)return n;if(!$o(n))return t(n,r);for(var i=n.length,a=e?i:-1,u=ol(n);(e?a--:++a<i)&&!1!==r(u[a],a,u););return n}}function qi(t){return function(e,n,r){for(var i=-1,a=ol(e),u=r(e),o=u.length;o--;){var s=u[t?o:++i];if(!1===n(a[s],s,a))break}return e}}function Ui(t,e,n){function r(){return(this&&this!==Sn&&this instanceof r?a:t).apply(i?n:this,arguments)}var i=e&pt,a=Gi(t);return r}function $i(t){return function(e){e=Ys(e);var n=R(e)?X(e):nt,r=n?n[0]:e.charAt(0),i=n?ki(n,1).join(""):e.slice(1);return r[t]()+i}}function Vi(t){return function(e){return _(xc(ac(e).replace(dn,"")),t,"")}}function Gi(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=pf(t.prototype),r=t.apply(n,e);return is(r)?r:n}}function Ji(t,e,n){function r(){for(var u=arguments.length,o=nl(u),s=u,c=Ma(r);s--;)o[s]=arguments[s];var l=u<3&&o[0]!==c&&o[u-1]!==c?[]:$(o,c);return(u-=l.length)<n?ua(t,e,Xi,r.placeholder,nt,o,l,nt,nt,n-u):a(this&&this!==Sn&&this instanceof r?i:t,this,o)}var i=Gi(t);return r}function Zi(t){return function(e,n,r){var i=ol(e);if(!$o(e)){var a=ba(n,3);e=Bs(e),n=function(t){return a(i[t],t,i)}}var u=t(e,n,r);return u>-1?i[a?e[u]:u]:nt}}function Ki(t){return ma(function(e){var n=e.length,r=n,i=Y.prototype.thru;for(t&&e.reverse();r--;){var a=e[r];if("function"!=typeof a)throw new ll(at);if(i&&!u&&"wrapper"==va(a))var u=new Y([],!0)}for(r=u?r:n;++r<n;){a=e[r];var o=va(a),s="wrapper"==o?kf(a):nt;u=s&&Na(s[0])&&s[1]==(bt|gt|vt|wt)&&!s[4].length&&1==s[9]?u[va(s[0])].apply(u,s[3]):1==a.length&&Na(a)?u[o]():u.thru(a)}return function(){var t=arguments,r=t[0];if(u&&1==t.length&&gh(r))return u.plant(r).value();for(var i=0,a=n?e[i].apply(this,t):r;++i<n;)a=e[i].call(this,a);return a}})}function Xi(t,e,n,r,i,a,u,o,s,c){function l(){for(var g=arguments.length,y=nl(g),v=g;v--;)y[v]=arguments[v];if(p)var M=Ma(l),b=N(y,M);if(r&&(y=Oi(y,r,i,p)),a&&(y=Hi(y,a,u,p)),g-=b,p&&g<c){var w=$(y,M);return ua(t,e,Xi,l.placeholder,n,y,w,o,s,c-g)}var L=h?n:this,k=d?L[t]:t;return g=y.length,o?y=Ga(y,o):_&&g>1&&y.reverse(),f&&s<g&&(y.length=s),this&&this!==Sn&&this instanceof l&&(k=m||Gi(k)),k.apply(L,y)}var f=e&bt,h=e&pt,d=e&_t,p=e&(gt|yt),_=e&Lt,m=d?nt:Gi(t);return l}function Qi(t,e){return function(n,r){return kr(n,t,e(r),{})}}function ta(t,e){return function(n,r){var i;if(n===nt&&r===nt)return e;if(n!==nt&&(i=n),r!==nt){if(i===nt)return r;"string"==typeof n||"string"==typeof r?(n=di(n),r=di(r)):(n=hi(n),r=hi(r)),i=t(n,r)}return i}}function ea(t){return ma(function(e){return e=d(e,C(ba())),ni(function(n){var r=this;return t(e,function(t){return a(t,r,n)})})})}function na(t,e){e=e===nt?" ":di(e);var n=e.length;if(n<2)return n?ei(e,t):e;var r=ei(e,Nl(t/K(e)));return R(e)?ki(X(r),0,t).join(""):r.slice(0,t)}function ra(t,e,n,r){function i(){for(var e=-1,s=arguments.length,c=-1,l=r.length,f=nl(l+s),h=this&&this!==Sn&&this instanceof i?o:t;++c<l;)f[c]=r[c];for(;s--;)f[c++]=arguments[++e];return a(h,u?n:this,f)}var u=e&pt,o=Gi(t);return i}function ia(t){return function(e,n,r){return r&&"number"!=typeof r&&Oa(e,n,r)&&(n=r=nt),e=bs(e),n===nt?(n=e,e=0):n=bs(n),r=r===nt?e<n?1:-1:bs(r),ti(e,n,r,t)}}function aa(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=ks(e),n=ks(n)),t(e,n)}}function ua(t,e,n,r,i,a,u,o,s,c){var l=e&gt,f=l?u:nt,h=l?nt:u,d=l?a:nt,p=l?nt:a;e|=l?vt:Mt,(e&=~(l?Mt:vt))&mt||(e&=~(pt|_t));var _=[t,e,i,d,f,p,h,o,s,c],m=n.apply(nt,_);return Na(t)&&Af(m,_),m.placeholder=r,Ja(m,t,e)}function oa(t){var e=ul[t];return function(t,n){if(t=ks(t),n=null==n?0:$l(ws(n),292)){var r=(Ys(t)+"e").split("e");return r=(Ys(e(r[0]+"e"+(+r[1]+n)))+"e").split("e"),+(r[0]+"e"+(+r[1]-n))}return e(t)}}function sa(t){return function(e){var n=Yf(e);return n==Vt?q(e):n==Qt?G(e):j(e,t(e))}}function ca(t,e,n,r,i,a,u,o){var s=e&_t;if(!s&&"function"!=typeof t)throw new ll(at);var c=r?r.length:0;if(c||(e&=~(vt|Mt),r=i=nt),u=u===nt?u:Ul(ws(u),0),o=o===nt?o:ws(o),c-=i?i.length:0,e&Mt){var l=r,f=i;r=i=nt}var h=s?nt:kf(t),d=[t,e,n,r,i,l,f,a,u,o];if(h&&za(d,h),t=d[0],e=d[1],n=d[2],r=d[3],i=d[4],o=d[9]=d[9]===nt?s?0:t.length:Ul(d[9]-c,0),!o&&e&(gt|yt)&&(e&=~(gt|yt)),e&&e!=pt)p=e==gt||e==yt?Ji(t,e,o):e!=vt&&e!=(pt|vt)||i.length?Xi.apply(nt,d):ra(t,e,n,r);else var p=Ui(t,e,n);return Ja((h?vf:Af)(p,d),t,e)}function la(t,e,n,r){return t===nt||Uo(t,dl[n])&&!ml.call(r,n)?e:t}function fa(t,e,n,r,i,a){return is(t)&&is(e)&&(a.set(e,t),qr(t,e,nt,fa,a),a.delete(e)),t}function ha(t){return ds(t)?nt:t}function da(t,e,n,r,i,a){var u=n&ht,o=t.length,s=e.length;if(o!=s&&!(u&&s>o))return!1;var c=a.get(t);if(c&&a.get(e))return c==e;var l=-1,f=!0,h=n&dt?new gn:nt;for(a.set(t,e),a.set(e,t);++l<o;){var d=t[l],p=e[l];if(r)var _=u?r(p,d,l,e,t,a):r(d,p,l,t,e,a);if(_!==nt){if(_)continue;f=!1;break}if(h){if(!g(e,function(t,e){if(!O(h,e)&&(d===t||i(d,t,n,r,a)))return h.push(e)})){f=!1;break}}else if(d!==p&&!i(d,p,n,r,a)){f=!1;break}}return a.delete(t),a.delete(e),f}function pa(t,e,n,r,i,a,u){switch(n){case ue:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case ae:return!(t.byteLength!=e.byteLength||!a(new xl(t),new xl(e)));case Rt:case Wt:case Gt:return Uo(+t,+e);case qt:return t.name==e.name&&t.message==e.message;case Xt:case te:return t==e+"";case Vt:var o=q;case Qt:var s=r&ht;if(o||(o=V),t.size!=e.size&&!s)return!1;var c=u.get(t);if(c)return c==e;r|=dt,u.set(t,e);var l=da(o(t),o(e),r,i,a,u);return u.delete(t),l;case ee:if(hf)return hf.call(t)==hf.call(e)}return!1}function _a(t,e,n,r,i,a){var u=n&ht,o=ga(t),s=o.length;if(s!=ga(e).length&&!u)return!1;for(var c=s;c--;){var l=o[c];if(!(u?l in e:ml.call(e,l)))return!1}var f=a.get(t);if(f&&a.get(e))return f==e;var h=!0;a.set(t,e),a.set(e,t);for(var d=u;++c<s;){l=o[c];var p=t[l],_=e[l];if(r)var m=u?r(_,p,l,e,t,a):r(p,_,l,t,e,a);if(!(m===nt?p===_||i(p,_,n,r,a):m)){h=!1;break}d||(d="constructor"==l)}if(h&&!d){var g=t.constructor,y=e.constructor;g!=y&&"constructor"in t&&"constructor"in e&&!("function"==typeof g&&g instanceof g&&"function"==typeof y&&y instanceof y)&&(h=!1)}return a.delete(t),a.delete(e),h}function ma(t){return Sf($a(t,nt,hu),t+"")}function ga(t){return gr(t,Bs,xf)}function ya(t){return gr(t,Rs,Df)}function va(t){for(var e=t.name+"",n=af[e],r=ml.call(af,e)?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function Ma(t){return(ml.call(n,"placeholder")?n:t).placeholder}function ba(){var t=n.iteratee||Sc;return t=t===Sc?Pr:t,arguments.length?t(arguments[0],arguments[1]):t}function wa(t,e){var n=t.__data__;return Pa(e)?n["string"==typeof e?"string":"hash"]:n.map}function La(t){for(var e=Bs(t),n=e.length;n--;){var r=e[n],i=t[r];e[n]=[r,i,Ra(i)]}return e}function ka(t,e){var n=B(t,e);return Cr(n)?n:nt}function xa(t){var e=ml.call(t,Cl),n=t[Cl];try{t[Cl]=nt;var r=!0}catch(t){}var i=vl.call(t);return r&&(e?t[Cl]=n:delete t[Cl]),i}function Da(t,e,n){for(var r=-1,i=n.length;++r<i;){var a=n[r],u=a.size;switch(a.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=$l(e,t+u);break;case"takeRight":t=Ul(t,e-u)}}return{start:t,end:e}}function Ya(t){var e=t.match(He);return e?e[1].split(Pe):[]}function Ta(t,e,n){e=Li(e,t);for(var r=-1,i=e.length,a=!1;++r<i;){var u=Xa(e[r]);if(!(a=null!=t&&n(t,u)))break;t=t[u]}return a||++r!=i?a:!!(i=null==t?0:t.length)&&rs(i)&&Fa(u,i)&&(gh(t)||mh(t))}function Aa(t){var e=t.length,n=t.constructor(e);return e&&"string"==typeof t[0]&&ml.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Ea(t){return"function"!=typeof t.constructor||Ba(t)?{}:pf(Yl(t))}function Sa(t,e,n,r){var i=t.constructor;switch(e){case ae:return Di(t);case Rt:case Wt:return new i(+t);case ue:return Yi(t,r);case oe:case se:case ce:case le:case fe:case he:case de:case pe:case _e:return ji(t,r);case Vt:return Ti(t,r,n);case Gt:case te:return new i(t);case Xt:return Ai(t);case Qt:return Ei(t,r,n);case ee:return Si(t)}}function ja(t,e){var n=e.length;if(!n)return t;var r=n-1;return e[r]=(n>1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(Oe,"{\n/* [wrapped with "+e+"] */\n")}function Ca(t){return gh(t)||mh(t)||!!(Sl&&t&&t[Sl])}function Fa(t,e){return!!(e=null==e?St:e)&&("number"==typeof t||$e.test(t))&&t>-1&&t%1==0&&t<e}function Oa(t,e,n){if(!is(n))return!1;var r=typeof e;return!!("number"==r?$o(n)&&Fa(e,n.length):"string"==r&&e in n)&&Uo(n[e],t)}function Ha(t,e){if(gh(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!ms(t))||(Ye.test(t)||!De.test(t)||null!=e&&t in ol(e))}function Pa(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function Na(t){var e=va(t),r=n[e];if("function"!=typeof r||!(e in J.prototype))return!1;if(t===r)return!0;var i=kf(r);return!!i&&t===i[0]}function Ia(t){return!!yl&&yl in t}function Ba(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||dl)}function Ra(t){return t===t&&!is(t)}function Wa(t,e){return function(n){return null!=n&&(n[t]===e&&(e!==nt||t in ol(n)))}}function za(t,e){var n=t[1],r=e[1],i=n|r,a=i<(pt|_t|bt),u=r==bt&&n==gt||r==bt&&n==wt&&t[7].length<=e[8]||r==(bt|wt)&&e[7].length<=e[8]&&n==gt;if(!a&&!u)return t;r&pt&&(t[2]=e[2],i|=n&pt?0:mt);var o=e[3];if(o){var s=t[3];t[3]=s?Oi(s,o,e[4]):o,t[4]=s?$(t[3],st):e[4]}return o=e[5],o&&(s=t[5],t[5]=s?Hi(s,o,e[6]):o,t[6]=s?$(t[5],st):e[6]),o=e[7],o&&(t[7]=o),r&bt&&(t[8]=null==t[8]?e[8]:$l(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function qa(t){var e=[];if(null!=t)for(var n in ol(t))e.push(n);return e}function Ua(t){return vl.call(t)}function $a(t,e,n){return e=Ul(e===nt?t.length-1:e,0),function(){for(var r=arguments,i=-1,u=Ul(r.length-e,0),o=nl(u);++i<u;)o[i]=r[e+i];i=-1;for(var s=nl(e+1);++i<e;)s[i]=r[i];return s[e]=n(o),a(t,this,s)}}function Va(t,e){return e.length<2?t:mr(t,oi(e,0,-1))}function Ga(t,e){for(var n=t.length,r=$l(e.length,n),i=Pi(t);r--;){var a=e[r];t[r]=Fa(a,n)?i[a]:nt}return t}function Ja(t,e,n){var r=e+"";return Sf(t,ja(r,tu(Ya(r),n)))}function Za(t){var e=0,n=0;return function(){var r=Vl(),i=Yt-(r-n);if(n=r,i>0){if(++e>=Dt)return arguments[0]}else e=0;return t.apply(nt,arguments)}}function Ka(t,e){var n=-1,r=t.length,i=r-1;for(e=e===nt?r:e;++n<e;){var a=Qr(n,i),u=t[a];t[a]=t[n],t[n]=u}return t.length=e,t}function Xa(t){if("string"==typeof t||ms(t))return t;var e=t+"";return"0"==e&&1/t==-Et?"-0":e}function Qa(t){if(null!=t){try{return _l.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function tu(t,e){return o(Pt,function(n){var r="_."+n[0];e&n[1]&&!f(t,r)&&t.push(r)}),t.sort()}function eu(t){if(t instanceof J)return t.clone();var e=new Y(t.__wrapped__,t.__chain__);return e.__actions__=Pi(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}function nu(t,e,n){e=(n?Oa(t,e,n):e===nt)?1:Ul(ws(e),0);var r=null==t?0:t.length;if(!r||e<1)return[];for(var i=0,a=0,u=nl(Nl(r/e));i<r;)u[a++]=oi(t,i,i+=e);return u}function ru(t){for(var e=-1,n=null==t?0:t.length,r=0,i=[];++e<n;){var a=t[e];a&&(i[r++]=a)}return i}function iu(){var t=arguments.length;if(!t)return[];for(var e=nl(t-1),n=arguments[0],r=t;r--;)e[r-1]=arguments[r];return p(gh(n)?Pi(n):[n],hr(e,1))}function au(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),oi(t,e<0?0:e,r)):[]}function uu(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),e=r-e,oi(t,0,e<0?0:e)):[]}function ou(t,e){return t&&t.length?gi(t,ba(e,3),!0,!0):[]}function su(t,e){return t&&t.length?gi(t,ba(e,3),!0):[]}function cu(t,e,n,r){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&Oa(t,e,n)&&(n=0,r=i),lr(t,e,n,r)):[]}function lu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:ws(n);return i<0&&(i=Ul(r+i,0)),b(t,ba(e,3),i)}function fu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r-1;return n!==nt&&(i=ws(n),i=n<0?Ul(r+i,0):$l(i,r-1)),b(t,ba(e,3),i,!0)}function hu(t){return(null==t?0:t.length)?hr(t,1):[]}function du(t){return(null==t?0:t.length)?hr(t,Et):[]}function pu(t,e){return(null==t?0:t.length)?(e=e===nt?1:ws(e),hr(t,e)):[]}function _u(t){for(var e=-1,n=null==t?0:t.length,r={};++e<n;){var i=t[e];r[i[0]]=i[1]}return r}function mu(t){return t&&t.length?t[0]:nt}function gu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:ws(n);return i<0&&(i=Ul(r+i,0)),w(t,e,i)}function yu(t){return(null==t?0:t.length)?oi(t,0,-1):[]}function vu(t,e){return null==t?"":zl.call(t,e)}function Mu(t){var e=null==t?0:t.length;return e?t[e-1]:nt}function bu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r;return n!==nt&&(i=ws(n),i=i<0?Ul(r+i,0):$l(i,r-1)),e===e?Z(t,e,i):b(t,k,i,!0)}function wu(t,e){return t&&t.length?$r(t,ws(e)):nt}function Lu(t,e){return t&&t.length&&e&&e.length?Kr(t,e):t}function ku(t,e,n){return t&&t.length&&e&&e.length?Kr(t,e,ba(n,2)):t}function xu(t,e,n){return t&&t.length&&e&&e.length?Kr(t,e,nt,n):t}function Du(t,e){var n=[];if(!t||!t.length)return n;var r=-1,i=[],a=t.length;for(e=ba(e,3);++r<a;){var u=t[r];e(u,r,t)&&(n.push(u),i.push(r))}return Xr(t,i),n}function Yu(t){return null==t?t:Zl.call(t)}function Tu(t,e,n){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&Oa(t,e,n)?(e=0,n=r):(e=null==e?0:ws(e),n=n===nt?r:ws(n)),oi(t,e,n)):[]}function Au(t,e){return ci(t,e)}function Eu(t,e,n){return li(t,e,ba(n,2))}function Su(t,e){var n=null==t?0:t.length;if(n){var r=ci(t,e);if(r<n&&Uo(t[r],e))return r}return-1}function ju(t,e){return ci(t,e,!0)}function Cu(t,e,n){return li(t,e,ba(n,2),!0)}function Fu(t,e){if(null==t?0:t.length){var n=ci(t,e,!0)-1;if(Uo(t[n],e))return n}return-1}function Ou(t){return t&&t.length?fi(t):[]}function Hu(t,e){return t&&t.length?fi(t,ba(e,2)):[]}function Pu(t){var e=null==t?0:t.length;return e?oi(t,1,e):[]}function Nu(t,e,n){return t&&t.length?(e=n||e===nt?1:ws(e),oi(t,0,e<0?0:e)):[]}function Iu(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),e=r-e,oi(t,e<0?0:e,r)):[]}function Bu(t,e){return t&&t.length?gi(t,ba(e,3),!1,!0):[]}function Ru(t,e){return t&&t.length?gi(t,ba(e,3)):[]}function Wu(t){return t&&t.length?pi(t):[]}function zu(t,e){return t&&t.length?pi(t,ba(e,2)):[]}function qu(t,e){return e="function"==typeof e?e:nt,t&&t.length?pi(t,nt,e):[]}function Uu(t){if(!t||!t.length)return[];var e=0;return t=l(t,function(t){if(Vo(t))return e=Ul(t.length,e),!0}),S(e,function(e){return d(t,D(e))})}function $u(t,e){if(!t||!t.length)return[];var n=Uu(t);return null==e?n:d(n,function(t){return a(e,nt,t)})}function Vu(t,e){return Mi(t||[],e||[],Jn)}function Gu(t,e){return Mi(t||[],e||[],ai)}function Ju(t){var e=n(t);return e.__chain__=!0,e}function Zu(t,e){return e(t),t}function Ku(t,e){return e(t)}function Xu(){return Ju(this)}function Qu(){return new Y(this.value(),this.__chain__)}function to(){this.__values__===nt&&(this.__values__=Ms(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?nt:this.__values__[this.__index__++]}}function eo(){return this}function no(t){for(var e,n=this;n instanceof y;){var r=eu(n);r.__index__=0,r.__values__=nt,e?i.__wrapped__=r:e=r;var i=r;n=n.__wrapped__}return i.__wrapped__=t,e}function ro(){var t=this.__wrapped__;if(t instanceof J){var e=t;return this.__actions__.length&&(e=new J(this)),e=e.reverse(),e.__actions__.push({func:Ku,args:[Yu],thisArg:nt}),new Y(e,this.__chain__)}return this.thru(Yu)}function io(){return yi(this.__wrapped__,this.__actions__)}function ao(t,e,n){var r=gh(t)?c:sr;return n&&Oa(t,e,n)&&(e=nt),r(t,ba(e,3))}function uo(t,e){return(gh(t)?l:fr)(t,ba(e,3))}function oo(t,e){return hr(po(t,e),1)}function so(t,e){return hr(po(t,e),Et)}function co(t,e,n){return n=n===nt?1:ws(n),hr(po(t,e),n)}function lo(t,e){return(gh(t)?o:_f)(t,ba(e,3))}function fo(t,e){return(gh(t)?s:mf)(t,ba(e,3))}function ho(t,e,n,r){t=$o(t)?t:Qs(t),n=n&&!r?ws(n):0;var i=t.length;return n<0&&(n=Ul(i+n,0)),_s(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&w(t,e,n)>-1}function po(t,e){return(gh(t)?d:Rr)(t,ba(e,3))}function _o(t,e,n,r){return null==t?[]:(gh(e)||(e=null==e?[]:[e]),n=r?nt:n,gh(n)||(n=null==n?[]:[n]),Vr(t,e,n))}function mo(t,e,n){var r=gh(t)?_:T,i=arguments.length<3;return r(t,ba(e,4),n,i,_f)}function go(t,e,n){var r=gh(t)?m:T,i=arguments.length<3;return r(t,ba(e,4),n,i,mf)}function yo(t,e){return(gh(t)?l:fr)(t,jo(ba(e,3)))}function vo(t){return(gh(t)?On:ri)(t)}function Mo(t,e,n){return e=(n?Oa(t,e,n):e===nt)?1:ws(e),(gh(t)?Hn:ii)(t,e)}function bo(t){return(gh(t)?zn:ui)(t)}function wo(t){if(null==t)return 0;if($o(t))return _s(t)?K(t):t.length;var e=Yf(t);return e==Vt||e==Qt?t.size:Nr(t).length}function Lo(t,e,n){var r=gh(t)?g:si;return n&&Oa(t,e,n)&&(e=nt),r(t,ba(e,3))}function ko(t,e){if("function"!=typeof e)throw new ll(at);return t=ws(t),function(){if(--t<1)return e.apply(this,arguments)}}function xo(t,e,n){return e=n?nt:e,e=t&&null==e?t.length:e,ca(t,bt,nt,nt,nt,nt,e)}function Do(t,e){var n;if("function"!=typeof e)throw new ll(at);return t=ws(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=nt),n}}function Yo(t,e,n){e=n?nt:e;var r=ca(t,gt,nt,nt,nt,nt,nt,e);return r.placeholder=Yo.placeholder,r}function To(t,e,n){e=n?nt:e;var r=ca(t,yt,nt,nt,nt,nt,nt,e);return r.placeholder=To.placeholder,r}function Ao(t,e,n){function r(e){var n=h,r=d;return h=d=nt,y=e,_=t.apply(r,n)}function i(t){return y=t,m=Ef(o,e),v?r(t):_}function a(t){var n=t-g,r=t-y,i=e-n;return M?$l(i,p-r):i}function u(t){var n=t-g,r=t-y;return g===nt||n>=e||n<0||M&&r>=p}function o(){var t=ah();if(u(t))return s(t);m=Ef(o,a(t))}function s(t){return m=nt,b&&h?r(t):(h=d=nt,_)}function c(){m!==nt&&wf(m),y=0,h=g=d=m=nt}function l(){return m===nt?_:s(ah())}function f(){var t=ah(),n=u(t);if(h=arguments,d=this,g=t,n){if(m===nt)return i(g);if(M)return m=Ef(o,e),r(g)}return m===nt&&(m=Ef(o,e)),_}var h,d,p,_,m,g,y=0,v=!1,M=!1,b=!0;if("function"!=typeof t)throw new ll(at);return e=ks(e)||0,is(n)&&(v=!!n.leading,M="maxWait"in n,p=M?Ul(ks(n.maxWait)||0,e):p,b="trailing"in n?!!n.trailing:b),f.cancel=c,f.flush=l,f}function Eo(t){return ca(t,Lt)}function So(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new ll(at);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return n.cache=a.set(i,u)||a,u};return n.cache=new(So.Cache||cn),n}function jo(t){if("function"!=typeof t)throw new ll(at);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function Co(t){return Do(2,t)}function Fo(t,e){if("function"!=typeof t)throw new ll(at);return e=e===nt?e:ws(e),ni(t,e)}function Oo(t,e){if("function"!=typeof t)throw new ll(at);return e=null==e?0:Ul(ws(e),0),ni(function(n){var r=n[e],i=ki(n,0,e);return r&&p(i,r),a(t,this,i)})}function Ho(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new ll(at);return is(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Ao(t,e,{leading:r,maxWait:e,trailing:i})}function Po(t){return xo(t,1)}function No(t,e){return fh(wi(e),t)}function Io(){if(!arguments.length)return[];var t=arguments[0];return gh(t)?t:[t]}function Bo(t){return rr(t,ft)}function Ro(t,e){return e="function"==typeof e?e:nt,rr(t,ft,e)}function Wo(t){return rr(t,ct|ft)}function zo(t,e){return e="function"==typeof e?e:nt,rr(t,ct|ft,e)}function qo(t,e){return null==e||ar(t,e,Bs(e))}function Uo(t,e){return t===e||t!==t&&e!==e}function $o(t){return null!=t&&rs(t.length)&&!es(t)}function Vo(t){return as(t)&&$o(t)}function Go(t){return!0===t||!1===t||as(t)&&yr(t)==Rt}function Jo(t){return as(t)&&1===t.nodeType&&!ds(t)}function Zo(t){if(null==t)return!0;if($o(t)&&(gh(t)||"string"==typeof t||"function"==typeof t.splice||vh(t)||kh(t)||mh(t)))return!t.length;var e=Yf(t);if(e==Vt||e==Qt)return!t.size;if(Ba(t))return!Nr(t).length;for(var n in t)if(ml.call(t,n))return!1;return!0}function Ko(t,e){return Ar(t,e)}function Xo(t,e,n){n="function"==typeof n?n:nt;var r=n?n(t,e):nt;return r===nt?Ar(t,e,nt,n):!!r}function Qo(t){if(!as(t))return!1;var e=yr(t);return e==qt||e==zt||"string"==typeof t.message&&"string"==typeof t.name&&!ds(t)}function ts(t){return"number"==typeof t&&Wl(t)}function es(t){if(!is(t))return!1;var e=yr(t);return e==Ut||e==$t||e==Bt||e==Kt}function ns(t){return"number"==typeof t&&t==ws(t)}function rs(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=St}function is(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function as(t){return null!=t&&"object"==typeof t}function us(t,e){return t===e||jr(t,e,La(e))}function os(t,e,n){return n="function"==typeof n?n:nt,jr(t,e,La(e),n)}function ss(t){return hs(t)&&t!=+t}function cs(t){if(Tf(t))throw new il(it);return Cr(t)}function ls(t){return null===t}function fs(t){return null==t}function hs(t){return"number"==typeof t||as(t)&&yr(t)==Gt}function ds(t){if(!as(t)||yr(t)!=Zt)return!1;var e=Yl(t);if(null===e)return!0;var n=ml.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&_l.call(n)==Ml}function ps(t){return ns(t)&&t>=-St&&t<=St}function _s(t){return"string"==typeof t||!gh(t)&&as(t)&&yr(t)==te}function ms(t){return"symbol"==typeof t||as(t)&&yr(t)==ee}function gs(t){return t===nt}function ys(t){return as(t)&&Yf(t)==re}function vs(t){return as(t)&&yr(t)==ie}function Ms(t){if(!t)return[];if($o(t))return _s(t)?X(t):Pi(t);if(jl&&t[jl])return z(t[jl]());var e=Yf(t);return(e==Vt?q:e==Qt?V:Qs)(t)}function bs(t){if(!t)return 0===t?t:0;if((t=ks(t))===Et||t===-Et){return(t<0?-1:1)*jt}return t===t?t:0}function ws(t){var e=bs(t),n=e%1;return e===e?n?e-n:e:0}function Ls(t){return t?nr(ws(t),0,Ft):0}function ks(t){if("number"==typeof t)return t;if(ms(t))return Ct;if(is(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=is(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(je,"");var n=ze.test(t);return n||Ue.test(t)?Tn(t.slice(2),n?2:8):We.test(t)?Ct:+t}function xs(t){return Ni(t,Rs(t))}function Ds(t){return t?nr(ws(t),-St,St):0===t?t:0}function Ys(t){return null==t?"":di(t)}function Ts(t,e){var n=pf(t);return null==e?n:Xn(n,e)}function As(t,e){return M(t,ba(e,3),dr)}function Es(t,e){return M(t,ba(e,3),pr)}function Ss(t,e){return null==t?t:gf(t,ba(e,3),Rs)}function js(t,e){return null==t?t:yf(t,ba(e,3),Rs)}function Cs(t,e){return t&&dr(t,ba(e,3))}function Fs(t,e){return t&&pr(t,ba(e,3))}function Os(t){return null==t?[]:_r(t,Bs(t))}function Hs(t){return null==t?[]:_r(t,Rs(t))}function Ps(t,e,n){var r=null==t?nt:mr(t,e);return r===nt?n:r}function Ns(t,e){return null!=t&&Ta(t,e,Mr)}function Is(t,e){return null!=t&&Ta(t,e,br)}function Bs(t){return $o(t)?Cn(t):Nr(t)}function Rs(t){return $o(t)?Cn(t,!0):Ir(t)}function Ws(t,e){var n={};return e=ba(e,3),dr(t,function(t,r,i){tr(n,e(t,r,i),t)}),n}function zs(t,e){var n={};return e=ba(e,3),dr(t,function(t,r,i){tr(n,r,e(t,r,i))}),n}function qs(t,e){return Us(t,jo(ba(e)))}function Us(t,e){if(null==t)return{};var n=d(ya(t),function(t){return[t]});return e=ba(e),Jr(t,n,function(t,n){return e(t,n[0])})}function $s(t,e,n){e=Li(e,t);var r=-1,i=e.length;for(i||(i=1,t=nt);++r<i;){var a=null==t?nt:t[Xa(e[r])];a===nt&&(r=i,a=n),t=es(a)?a.call(t):a}return t}function Vs(t,e,n){return null==t?t:ai(t,e,n)}function Gs(t,e,n,r){return r="function"==typeof r?r:nt,null==t?t:ai(t,e,n,r)}function Js(t,e,n){var r=gh(t),i=r||vh(t)||kh(t);if(e=ba(e,4),null==n){var a=t&&t.constructor;n=i?r?new a:[]:is(t)&&es(a)?pf(Yl(t)):{}}return(i?o:dr)(t,function(t,r,i){return e(n,t,r,i)}),n}function Zs(t,e){return null==t||_i(t,e)}function Ks(t,e,n){return null==t?t:mi(t,e,wi(n))}function Xs(t,e,n,r){return r="function"==typeof r?r:nt,null==t?t:mi(t,e,wi(n),r)}function Qs(t){return null==t?[]:F(t,Bs(t))}function tc(t){return null==t?[]:F(t,Rs(t))}function ec(t,e,n){return n===nt&&(n=e,e=nt),n!==nt&&(n=ks(n),n=n===n?n:0),e!==nt&&(e=ks(e),e=e===e?e:0),nr(ks(t),e,n)}function nc(t,e,n){return e=bs(e),n===nt?(n=e,e=0):n=bs(n),t=ks(t),wr(t,e,n)}function rc(t,e,n){if(n&&"boolean"!=typeof n&&Oa(t,e,n)&&(e=n=nt),n===nt&&("boolean"==typeof e?(n=e,e=nt):"boolean"==typeof t&&(n=t,t=nt)),t===nt&&e===nt?(t=0,e=1):(t=bs(t),e===nt?(e=t,t=0):e=bs(e)),t>e){var r=t;t=e,e=r}if(n||t%1||e%1){var i=Jl();return $l(t+i*(e-t+Yn("1e-"+((i+"").length-1))),e)}return Qr(t,e)}function ic(t){return Zh(Ys(t).toLowerCase())}function ac(t){return(t=Ys(t))&&t.replace(Ve,qn).replace(pn,"")}function uc(t,e,n){t=Ys(t),e=di(e);var r=t.length;n=n===nt?r:nr(ws(n),0,r);var i=n;return(n-=e.length)>=0&&t.slice(n,i)==e}function oc(t){return t=Ys(t),t&&we.test(t)?t.replace(Me,Un):t}function sc(t){return t=Ys(t),t&&Se.test(t)?t.replace(Ee,"\\$&"):t}function cc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return na(Il(i),n)+t+na(Nl(i),n)}function lc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;return e&&r<e?t+na(e-r,n):t}function fc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;return e&&r<e?na(e-r,n)+t:t}function hc(t,e,n){return n||null==e?e=0:e&&(e=+e),Gl(Ys(t).replace(Ce,""),e||0)}function dc(t,e,n){return e=(n?Oa(t,e,n):e===nt)?1:ws(e),ei(Ys(t),e)}function pc(){var t=arguments,e=Ys(t[0]);return t.length<3?e:e.replace(t[1],t[2])}function _c(t,e,n){return n&&"number"!=typeof n&&Oa(t,e,n)&&(e=n=nt),(n=n===nt?Ft:n>>>0)?(t=Ys(t),t&&("string"==typeof e||null!=e&&!wh(e))&&!(e=di(e))&&R(t)?ki(X(t),0,n):t.split(e,n)):[]}function mc(t,e,n){return t=Ys(t),n=null==n?0:nr(ws(n),0,t.length),e=di(e),t.slice(n,n+e.length)==e}function gc(t,e,r){var i=n.templateSettings;r&&Oa(t,e,r)&&(e=nt),t=Ys(t),e=Ah({},e,i,la);var a,u,o=Ah({},e.imports,i.imports,la),s=Bs(o),c=F(o,s),l=0,f=e.interpolate||Ge,h="__p += '",d=sl((e.escape||Ge).source+"|"+f.source+"|"+(f===xe?Be:Ge).source+"|"+(e.evaluate||Ge).source+"|$","g"),p="//# sourceURL="+("sourceURL"in e?e.sourceURL:"lodash.templateSources["+ ++Mn+"]")+"\n";t.replace(d,function(e,n,r,i,o,s){return r||(r=i),h+=t.slice(l,s).replace(Je,I),n&&(a=!0,h+="' +\n__e("+n+") +\n'"),o&&(u=!0,h+="';\n"+o+";\n__p += '"),r&&(h+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=s+e.length,e}),h+="';\n";var _=e.variable;_||(h="with (obj) {\n"+h+"\n}\n"),h=(u?h.replace(me,""):h).replace(ge,"$1").replace(ye,"$1;"),h="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var m=Kh(function(){return al(s,p+"return "+h).apply(nt,c)});if(m.source=h,Qo(m))throw m;return m}function yc(t){return Ys(t).toLowerCase()}function vc(t){return Ys(t).toUpperCase()}function Mc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(je,"");if(!t||!(e=di(e)))return t;var r=X(t),i=X(e);return ki(r,H(r,i),P(r,i)+1).join("")}function bc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(Fe,"");if(!t||!(e=di(e)))return t;var r=X(t);return ki(r,0,P(r,X(e))+1).join("")}function wc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(Ce,"");if(!t||!(e=di(e)))return t;var r=X(t);return ki(r,H(r,X(e))).join("")}function Lc(t,e){var n=kt,r=xt;if(is(e)){var i="separator"in e?e.separator:i;n="length"in e?ws(e.length):n,r="omission"in e?di(e.omission):r}t=Ys(t);var a=t.length;if(R(t)){var u=X(t);a=u.length}if(n>=a)return t;var o=n-K(r);if(o<1)return r;var s=u?ki(u,0,o).join(""):t.slice(0,o);if(i===nt)return s+r;if(u&&(o+=s.length-o),wh(i)){if(t.slice(o).search(i)){var c,l=s;for(i.global||(i=sl(i.source,Ys(Re.exec(i))+"g")),i.lastIndex=0;c=i.exec(l);)var f=c.index;s=s.slice(0,f===nt?o:f)}}else if(t.indexOf(di(i),o)!=o){var h=s.lastIndexOf(i);h>-1&&(s=s.slice(0,h))}return s+r}function kc(t){return t=Ys(t),t&&be.test(t)?t.replace(ve,$n):t}function xc(t,e,n){return t=Ys(t),e=n?nt:e,e===nt?W(t)?et(t):v(t):t.match(e)||[]}function Dc(t){var e=null==t?0:t.length,n=ba();return t=e?d(t,function(t){if("function"!=typeof t[1])throw new ll(at);return[n(t[0]),t[1]]}):[],ni(function(n){for(var r=-1;++r<e;){var i=t[r];if(a(i[0],this,n))return a(i[1],this,n)}})}function Yc(t){return ir(rr(t,ct))}function Tc(t){return function(){return t}}function Ac(t,e){return null==t||t!==t?e:t}function Ec(t){return t}function Sc(t){return Pr("function"==typeof t?t:rr(t,ct))}function jc(t){return Wr(rr(t,ct))}function Cc(t,e){return zr(t,rr(e,ct))}function Fc(t,e,n){var r=Bs(e),i=_r(e,r);null!=n||is(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=_r(e,Bs(e)));var a=!(is(n)&&"chain"in n&&!n.chain),u=es(t);return o(i,function(n){var r=e[n];t[n]=r,u&&(t.prototype[n]=function(){var e=this.__chain__;if(a||e){var n=t(this.__wrapped__);return(n.__actions__=Pi(this.__actions__)).push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,p([this.value()],arguments))})}),t}function Oc(){return Sn._===this&&(Sn._=bl),this}function Hc(){}function Pc(t){return t=ws(t),ni(function(e){return $r(e,t)})}function Nc(t){return Ha(t)?D(Xa(t)):Zr(t)}function Ic(t){return function(e){return null==t?nt:mr(t,e)}}function Bc(){return[]}function Rc(){return!1}function Wc(){return{}}function zc(){return""}function qc(){return!0}function Uc(t,e){if((t=ws(t))<1||t>St)return[];var n=Ft,r=$l(t,Ft);e=ba(e),t-=Ft;for(var i=S(r,e);++n<t;)e(n);return i}function $c(t){return gh(t)?d(t,Xa):ms(t)?[t]:Pi(jf(Ys(t)))}function Vc(t){var e=++gl;return Ys(t)+e}function Gc(t){return t&&t.length?cr(t,Ec,vr):nt}function Jc(t,e){return t&&t.length?cr(t,ba(e,2),vr):nt}function Zc(t){return x(t,Ec)}function Kc(t,e){return x(t,ba(e,2))}function Xc(t){return t&&t.length?cr(t,Ec,Br):nt}function Qc(t,e){return t&&t.length?cr(t,ba(e,2),Br):nt}function tl(t){return t&&t.length?E(t,Ec):0}function el(t,e){return t&&t.length?E(t,ba(e,2)):0}e=null==e?Sn:Vn.defaults(Sn.Object(),e,Vn.pick(Sn,vn));var nl=e.Array,rl=e.Date,il=e.Error,al=e.Function,ul=e.Math,ol=e.Object,sl=e.RegExp,cl=e.String,ll=e.TypeError,fl=nl.prototype,hl=al.prototype,dl=ol.prototype,pl=e["__core-js_shared__"],_l=hl.toString,ml=dl.hasOwnProperty,gl=0,yl=function(){var t=/[^.]+$/.exec(pl&&pl.keys&&pl.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),vl=dl.toString,Ml=_l.call(ol),bl=Sn._,wl=sl("^"+_l.call(ml).replace(Ee,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ll=Fn?e.Buffer:nt,kl=e.Symbol,xl=e.Uint8Array,Dl=Ll?Ll.allocUnsafe:nt,Yl=U(ol.getPrototypeOf,ol),Tl=ol.create,Al=dl.propertyIsEnumerable,El=fl.splice,Sl=kl?kl.isConcatSpreadable:nt,jl=kl?kl.iterator:nt,Cl=kl?kl.toStringTag:nt,Fl=function(){try{var t=ka(ol,"defineProperty");return t({},"",{}),t}catch(t){}}(),Ol=e.clearTimeout!==Sn.clearTimeout&&e.clearTimeout,Hl=rl&&rl.now!==Sn.Date.now&&rl.now,Pl=e.setTimeout!==Sn.setTimeout&&e.setTimeout,Nl=ul.ceil,Il=ul.floor,Bl=ol.getOwnPropertySymbols,Rl=Ll?Ll.isBuffer:nt,Wl=e.isFinite,zl=fl.join,ql=U(ol.keys,ol),Ul=ul.max,$l=ul.min,Vl=rl.now,Gl=e.parseInt,Jl=ul.random,Zl=fl.reverse,Kl=ka(e,"DataView"),Xl=ka(e,"Map"),Ql=ka(e,"Promise"),tf=ka(e,"Set"),ef=ka(e,"WeakMap"),nf=ka(ol,"create"),rf=ef&&new ef,af={},uf=Qa(Kl),of=Qa(Xl),sf=Qa(Ql),cf=Qa(tf),lf=Qa(ef),ff=kl?kl.prototype:nt,hf=ff?ff.valueOf:nt,df=ff?ff.toString:nt,pf=function(){function t(){}return function(e){if(!is(e))return{};if(Tl)return Tl(e);t.prototype=e;var n=new t;return t.prototype=nt,n}}();n.templateSettings={escape:Le,evaluate:ke,interpolate:xe,variable:"",imports:{_:n}},n.prototype=y.prototype,n.prototype.constructor=n,Y.prototype=pf(y.prototype),Y.prototype.constructor=Y,J.prototype=pf(y.prototype),J.prototype.constructor=J,Ze.prototype.clear=Ke,Ze.prototype.delete=Xe,Ze.prototype.get=Qe,Ze.prototype.has=tn,Ze.prototype.set=en,nn.prototype.clear=rn,nn.prototype.delete=an,nn.prototype.get=un,nn.prototype.has=on,nn.prototype.set=sn,cn.prototype.clear=ln,cn.prototype.delete=fn,cn.prototype.get=hn,cn.prototype.has=_n,cn.prototype.set=mn,gn.prototype.add=gn.prototype.push=yn,gn.prototype.has=Ln,kn.prototype.clear=xn,kn.prototype.delete=Dn,kn.prototype.get=An,kn.prototype.has=En,kn.prototype.set=jn;var _f=zi(dr),mf=zi(pr,!0),gf=qi(),yf=qi(!0),vf=rf?function(t,e){return rf.set(t,e),t}:Ec,Mf=Fl?function(t,e){return Fl(t,"toString",{configurable:!0,enumerable:!1,value:Tc(e),writable:!0})}:Ec,bf=ni,wf=Ol||function(t){return Sn.clearTimeout(t)},Lf=tf&&1/V(new tf([,-0]))[1]==Et?function(t){return new tf(t)}:Hc,kf=rf?function(t){return rf.get(t)}:Hc,xf=Bl?function(t){return null==t?[]:(t=ol(t),l(Bl(t),function(e){return Al.call(t,e)}))}:Bc,Df=Bl?function(t){for(var e=[];t;)p(e,xf(t)),t=Yl(t);return e}:Bc,Yf=yr;(Kl&&Yf(new Kl(new ArrayBuffer(1)))!=ue||Xl&&Yf(new Xl)!=Vt||Ql&&"[object Promise]"!=Yf(Ql.resolve())||tf&&Yf(new tf)!=Qt||ef&&Yf(new ef)!=re)&&(Yf=function(t){var e=yr(t),n=e==Zt?t.constructor:nt,r=n?Qa(n):"";if(r)switch(r){case uf:return ue;case of:return Vt;case sf:return"[object Promise]";case cf:return Qt;case lf:return re}return e});var Tf=pl?es:Rc,Af=Za(vf),Ef=Pl||function(t,e){return Sn.setTimeout(t,e)},Sf=Za(Mf),jf=function(t){var e=So(t,function(t){return n.size===ot&&n.clear(),t}),n=e.cache;return e}(function(t){var e=[];return Te.test(t)&&e.push(""),t.replace(Ae,function(t,n,r,i){e.push(r?i.replace(Ie,"$1"):n||t)}),e}),Cf=ni(function(t,e){return Vo(t)?or(t,hr(e,1,Vo,!0)):[]}),Ff=ni(function(t,e){var n=Mu(e);return Vo(n)&&(n=nt),Vo(t)?or(t,hr(e,1,Vo,!0),ba(n,2)):[]}),Of=ni(function(t,e){var n=Mu(e);return Vo(n)&&(n=nt),Vo(t)?or(t,hr(e,1,Vo,!0),nt,n):[]}),Hf=ni(function(t){var e=d(t,bi);return e.length&&e[0]===t[0]?Lr(e):[]}),Pf=ni(function(t){var e=Mu(t),n=d(t,bi);return e===Mu(n)?e=nt:n.pop(),n.length&&n[0]===t[0]?Lr(n,ba(e,2)):[]}),Nf=ni(function(t){var e=Mu(t),n=d(t,bi);return e="function"==typeof e?e:nt,e&&n.pop(),n.length&&n[0]===t[0]?Lr(n,nt,e):[]}),If=ni(Lu),Bf=ma(function(t,e){var n=null==t?0:t.length,r=er(t,e);return Xr(t,d(e,function(t){return Fa(t,n)?+t:t}).sort(Ci)),r}),Rf=ni(function(t){return pi(hr(t,1,Vo,!0))}),Wf=ni(function(t){var e=Mu(t);return Vo(e)&&(e=nt),pi(hr(t,1,Vo,!0),ba(e,2))}),zf=ni(function(t){var e=Mu(t);return e="function"==typeof e?e:nt,pi(hr(t,1,Vo,!0),nt,e)}),qf=ni(function(t,e){return Vo(t)?or(t,e):[]}),Uf=ni(function(t){return vi(l(t,Vo))}),$f=ni(function(t){var e=Mu(t);return Vo(e)&&(e=nt),vi(l(t,Vo),ba(e,2))}),Vf=ni(function(t){var e=Mu(t);return e="function"==typeof e?e:nt,vi(l(t,Vo),nt,e)}),Gf=ni(Uu),Jf=ni(function(t){var e=t.length,n=e>1?t[e-1]:nt;return n="function"==typeof n?(t.pop(),n):nt,$u(t,n)}),Zf=ma(function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,i=function(e){return er(e,t)};return!(e>1||this.__actions__.length)&&r instanceof J&&Fa(n)?(r=r.slice(n,+n+(e?1:0)),r.__actions__.push({func:Ku,args:[i],thisArg:nt}),new Y(r,this.__chain__).thru(function(t){return e&&!t.length&&t.push(nt),t})):this.thru(i)}),Kf=Ri(function(t,e,n){ml.call(t,n)?++t[n]:tr(t,n,1)}),Xf=Zi(lu),Qf=Zi(fu),th=Ri(function(t,e,n){ml.call(t,n)?t[n].push(e):tr(t,n,[e])}),eh=ni(function(t,e,n){var r=-1,i="function"==typeof e,u=$o(t)?nl(t.length):[];return _f(t,function(t){u[++r]=i?a(e,t,n):xr(t,e,n)}),u}),nh=Ri(function(t,e,n){tr(t,n,e)}),rh=Ri(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),ih=ni(function(t,e){if(null==t)return[];var n=e.length;return n>1&&Oa(t,e[0],e[1])?e=[]:n>2&&Oa(e[0],e[1],e[2])&&(e=[e[0]]),Vr(t,hr(e,1),[])}),ah=Hl||function(){return Sn.Date.now()},uh=ni(function(t,e,n){var r=pt;if(n.length){var i=$(n,Ma(uh));r|=vt}return ca(t,r,e,n,i)}),oh=ni(function(t,e,n){var r=pt|_t;if(n.length){var i=$(n,Ma(oh));r|=vt}return ca(e,r,t,n,i)}),sh=ni(function(t,e){return ur(t,1,e)}),ch=ni(function(t,e,n){return ur(t,ks(e)||0,n)});So.Cache=cn;var lh=bf(function(t,e){e=1==e.length&&gh(e[0])?d(e[0],C(ba())):d(hr(e,1),C(ba()));var n=e.length;return ni(function(r){for(var i=-1,u=$l(r.length,n);++i<u;)r[i]=e[i].call(this,r[i]);return a(t,this,r)})}),fh=ni(function(t,e){var n=$(e,Ma(fh));return ca(t,vt,nt,e,n)}),hh=ni(function(t,e){var n=$(e,Ma(hh));return ca(t,Mt,nt,e,n)}),dh=ma(function(t,e){return ca(t,wt,nt,nt,nt,e)}),ph=aa(vr),_h=aa(function(t,e){return t>=e}),mh=Dr(function(){return arguments}())?Dr:function(t){return as(t)&&ml.call(t,"callee")&&!Al.call(t,"callee")},gh=nl.isArray,yh=Pn?C(Pn):Yr,vh=Rl||Rc,Mh=Nn?C(Nn):Tr,bh=In?C(In):Sr,wh=Bn?C(Bn):Fr,Lh=Rn?C(Rn):Or,kh=Wn?C(Wn):Hr,xh=aa(Br),Dh=aa(function(t,e){return t<=e}),Yh=Wi(function(t,e){if(Ba(e)||$o(e))return void Ni(e,Bs(e),t);for(var n in e)ml.call(e,n)&&Jn(t,n,e[n])}),Th=Wi(function(t,e){Ni(e,Rs(e),t)}),Ah=Wi(function(t,e,n,r){Ni(e,Rs(e),t,r)}),Eh=Wi(function(t,e,n,r){Ni(e,Bs(e),t,r)}),Sh=ma(er),jh=ni(function(t){return t.push(nt,la),a(Ah,nt,t)}),Ch=ni(function(t){return t.push(nt,fa),a(Nh,nt,t)}),Fh=Qi(function(t,e,n){t[e]=n},Tc(Ec)),Oh=Qi(function(t,e,n){ml.call(t,e)?t[e].push(n):t[e]=[n]},ba),Hh=ni(xr),Ph=Wi(function(t,e,n){qr(t,e,n)}),Nh=Wi(function(t,e,n,r){qr(t,e,n,r)}),Ih=ma(function(t,e){var n={};if(null==t)return n;var r=!1;e=d(e,function(e){return e=Li(e,t),r||(r=e.length>1),e}),Ni(t,ya(t),n),r&&(n=rr(n,ct|lt|ft,ha));for(var i=e.length;i--;)_i(n,e[i]);return n}),Bh=ma(function(t,e){return null==t?{}:Gr(t,e)}),Rh=sa(Bs),Wh=sa(Rs),zh=Vi(function(t,e,n){return e=e.toLowerCase(),t+(n?ic(e):e)}),qh=Vi(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Uh=Vi(function(t,e,n){return t+(n?" ":"")+e.toLowerCase()}),$h=$i("toLowerCase"),Vh=Vi(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}),Gh=Vi(function(t,e,n){return t+(n?" ":"")+Zh(e)}),Jh=Vi(function(t,e,n){return t+(n?" ":"")+e.toUpperCase()}),Zh=$i("toUpperCase"),Kh=ni(function(t,e){try{return a(t,nt,e)}catch(t){return Qo(t)?t:new il(t)}}),Xh=ma(function(t,e){return o(e,function(e){e=Xa(e),tr(t,e,uh(t[e],t))}),t}),Qh=Ki(),td=Ki(!0),ed=ni(function(t,e){return function(n){return xr(n,t,e)}}),nd=ni(function(t,e){return function(n){return xr(t,n,e)}}),rd=ea(d),id=ea(c),ad=ea(g),ud=ia(),od=ia(!0),sd=ta(function(t,e){return t+e},0),cd=oa("ceil"),ld=ta(function(t,e){return t/e},1),fd=oa("floor"),hd=ta(function(t,e){return t*e},1),dd=oa("round"),pd=ta(function(t,e){return t-e},0);return n.after=ko,n.ary=xo,n.assign=Yh,n.assignIn=Th,n.assignInWith=Ah,n.assignWith=Eh,n.at=Sh,n.before=Do,n.bind=uh,n.bindAll=Xh,n.bindKey=oh,n.castArray=Io,n.chain=Ju,n.chunk=nu,n.compact=ru,n.concat=iu,n.cond=Dc,n.conforms=Yc,n.constant=Tc,n.countBy=Kf,n.create=Ts,n.curry=Yo,n.curryRight=To,n.debounce=Ao,n.defaults=jh,n.defaultsDeep=Ch,n.defer=sh,n.delay=ch,n.difference=Cf,n.differenceBy=Ff,n.differenceWith=Of,n.drop=au,n.dropRight=uu,n.dropRightWhile=ou,n.dropWhile=su,n.fill=cu,n.filter=uo,n.flatMap=oo,n.flatMapDeep=so,n.flatMapDepth=co,n.flatten=hu,n.flattenDeep=du,n.flattenDepth=pu,n.flip=Eo,n.flow=Qh,n.flowRight=td,n.fromPairs=_u,n.functions=Os,n.functionsIn=Hs,n.groupBy=th,n.initial=yu,n.intersection=Hf,n.intersectionBy=Pf,n.intersectionWith=Nf,n.invert=Fh,n.invertBy=Oh,n.invokeMap=eh,n.iteratee=Sc,n.keyBy=nh,n.keys=Bs,n.keysIn=Rs,n.map=po,n.mapKeys=Ws,n.mapValues=zs,n.matches=jc,n.matchesProperty=Cc,n.memoize=So,n.merge=Ph,n.mergeWith=Nh,n.method=ed,n.methodOf=nd,n.mixin=Fc,n.negate=jo,n.nthArg=Pc,n.omit=Ih,n.omitBy=qs,n.once=Co,n.orderBy=_o,n.over=rd,n.overArgs=lh,n.overEvery=id,n.overSome=ad,n.partial=fh,n.partialRight=hh,n.partition=rh,n.pick=Bh,n.pickBy=Us,n.property=Nc,n.propertyOf=Ic,n.pull=If,n.pullAll=Lu,n.pullAllBy=ku,n.pullAllWith=xu,n.pullAt=Bf,n.range=ud,n.rangeRight=od,n.rearg=dh,n.reject=yo,n.remove=Du,n.rest=Fo,n.reverse=Yu,n.sampleSize=Mo,n.set=Vs,n.setWith=Gs,n.shuffle=bo,n.slice=Tu,n.sortBy=ih,n.sortedUniq=Ou,n.sortedUniqBy=Hu,n.split=_c,n.spread=Oo,n.tail=Pu,n.take=Nu,n.takeRight=Iu,n.takeRightWhile=Bu,n.takeWhile=Ru,n.tap=Zu,n.throttle=Ho,n.thru=Ku,n.toArray=Ms,n.toPairs=Rh,n.toPairsIn=Wh,n.toPath=$c,n.toPlainObject=xs,n.transform=Js,n.unary=Po,n.union=Rf,n.unionBy=Wf,n.unionWith=zf,n.uniq=Wu,n.uniqBy=zu,n.uniqWith=qu,n.unset=Zs,n.unzip=Uu,n.unzipWith=$u,n.update=Ks,n.updateWith=Xs,n.values=Qs,n.valuesIn=tc,n.without=qf,n.words=xc,n.wrap=No,n.xor=Uf,n.xorBy=$f,n.xorWith=Vf,n.zip=Gf,n.zipObject=Vu,n.zipObjectDeep=Gu,n.zipWith=Jf,n.entries=Rh,n.entriesIn=Wh,n.extend=Th,n.extendWith=Ah,Fc(n,n),n.add=sd,n.attempt=Kh,n.camelCase=zh,n.capitalize=ic,n.ceil=cd,n.clamp=ec,n.clone=Bo,n.cloneDeep=Wo,n.cloneDeepWith=zo,n.cloneWith=Ro,n.conformsTo=qo,n.deburr=ac,n.defaultTo=Ac,n.divide=ld,n.endsWith=uc,n.eq=Uo,n.escape=oc,n.escapeRegExp=sc,n.every=ao,n.find=Xf,n.findIndex=lu,n.findKey=As,n.findLast=Qf,n.findLastIndex=fu,n.findLastKey=Es,n.floor=fd,n.forEach=lo,n.forEachRight=fo,n.forIn=Ss,n.forInRight=js,n.forOwn=Cs,n.forOwnRight=Fs,n.get=Ps,n.gt=ph,n.gte=_h,n.has=Ns,n.hasIn=Is,n.head=mu,n.identity=Ec,n.includes=ho,n.indexOf=gu,n.inRange=nc,n.invoke=Hh,n.isArguments=mh,n.isArray=gh,n.isArrayBuffer=yh,n.isArrayLike=$o,n.isArrayLikeObject=Vo,n.isBoolean=Go,n.isBuffer=vh,n.isDate=Mh,n.isElement=Jo,n.isEmpty=Zo,n.isEqual=Ko,n.isEqualWith=Xo,n.isError=Qo,n.isFinite=ts,n.isFunction=es,n.isInteger=ns,n.isLength=rs,n.isMap=bh,n.isMatch=us,n.isMatchWith=os,n.isNaN=ss,n.isNative=cs,n.isNil=fs,n.isNull=ls,n.isNumber=hs,n.isObject=is,n.isObjectLike=as,n.isPlainObject=ds,n.isRegExp=wh,n.isSafeInteger=ps,n.isSet=Lh,n.isString=_s,n.isSymbol=ms,n.isTypedArray=kh,n.isUndefined=gs,n.isWeakMap=ys,n.isWeakSet=vs,n.join=vu,n.kebabCase=qh,n.last=Mu,n.lastIndexOf=bu,n.lowerCase=Uh,n.lowerFirst=$h,n.lt=xh,n.lte=Dh,n.max=Gc,n.maxBy=Jc,n.mean=Zc,n.meanBy=Kc,n.min=Xc,n.minBy=Qc,n.stubArray=Bc,n.stubFalse=Rc,n.stubObject=Wc,n.stubString=zc,n.stubTrue=qc,n.multiply=hd,n.nth=wu,n.noConflict=Oc,n.noop=Hc,n.now=ah,n.pad=cc,n.padEnd=lc,n.padStart=fc,n.parseInt=hc,n.random=rc,n.reduce=mo,n.reduceRight=go,n.repeat=dc,n.replace=pc,n.result=$s,n.round=dd,n.runInContext=t,n.sample=vo,n.size=wo,n.snakeCase=Vh,n.some=Lo,n.sortedIndex=Au,n.sortedIndexBy=Eu,n.sortedIndexOf=Su,n.sortedLastIndex=ju,n.sortedLastIndexBy=Cu,n.sortedLastIndexOf=Fu,n.startCase=Gh,n.startsWith=mc,n.subtract=pd,n.sum=tl,n.sumBy=el,n.template=gc,n.times=Uc,n.toFinite=bs,n.toInteger=ws,n.toLength=Ls,n.toLower=yc,n.toNumber=ks,n.toSafeInteger=Ds,n.toString=Ys,n.toUpper=vc,n.trim=Mc,n.trimEnd=bc,n.trimStart=wc,n.truncate=Lc,n.unescape=kc,n.uniqueId=Vc,n.upperCase=Jh,n.upperFirst=Zh,n.each=lo,n.eachRight=fo,n.first=mu,Fc(n,function(){var t={};return dr(n,function(e,r){ml.call(n.prototype,r)||(t[r]=e)}),t}(),{chain:!1}),n.VERSION="4.17.4",o(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){n[t].placeholder=n}),o(["drop","take"],function(t,e){J.prototype[t]=function(n){n=n===nt?1:Ul(ws(n),0);var r=this.__filtered__&&!e?new J(this):this.clone();return r.__filtered__?r.__takeCount__=$l(n,r.__takeCount__):r.__views__.push({size:$l(n,Ft),type:t+(r.__dir__<0?"Right":"")}),r},J.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),o(["filter","map","takeWhile"],function(t,e){var n=e+1,r=n==Tt||3==n;J.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:ba(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}}),o(["head","last"],function(t,e){var n="take"+(e?"Right":"");J.prototype[t]=function(){return this[n](1).value()[0]}}),o(["initial","tail"],function(t,e){var n="drop"+(e?"":"Right");J.prototype[t]=function(){return this.__filtered__?new J(this):this[n](1)}}),J.prototype.compact=function(){return this.filter(Ec)},J.prototype.find=function(t){return this.filter(t).head()},J.prototype.findLast=function(t){return this.reverse().find(t)},J.prototype.invokeMap=ni(function(t,e){return"function"==typeof t?new J(this):this.map(function(n){return xr(n,t,e)})}),J.prototype.reject=function(t){return this.filter(jo(ba(t)))},J.prototype.slice=function(t,e){t=ws(t);var n=this;return n.__filtered__&&(t>0||e<0)?new J(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==nt&&(e=ws(e),n=e<0?n.dropRight(-e):n.take(e-t)),n)},J.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},J.prototype.toArray=function(){return this.take(Ft)},dr(J.prototype,function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),a=n[i?"take"+("last"==e?"Right":""):e],u=i||/^find/.test(e);a&&(n.prototype[e]=function(){var e=this.__wrapped__,o=i?[1]:arguments,s=e instanceof J,c=o[0],l=s||gh(e),f=function(t){var e=a.apply(n,p([t],o));return i&&h?e[0]:e};l&&r&&"function"==typeof c&&1!=c.length&&(s=l=!1);var h=this.__chain__,d=!!this.__actions__.length,_=u&&!h,m=s&&!d;if(!u&&l){e=m?e:new J(this);var g=t.apply(e,o);return g.__actions__.push({func:Ku,args:[f],thisArg:nt}),new Y(g,h)}return _&&m?t.apply(this,o):(g=this.thru(f),_?i?g.value()[0]:g.value():g)})}),o(["pop","push","shift","sort","splice","unshift"],function(t){var e=fl[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);n.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var n=this.value();return e.apply(gh(n)?n:[],t)}return this[r](function(n){return e.apply(gh(n)?n:[],t)})}}),dr(J.prototype,function(t,e){var r=n[e];if(r){var i=r.name+"";(af[i]||(af[i]=[])).push({name:e,func:r})}}),af[Xi(nt,_t).name]=[{name:"wrapper",func:nt}],J.prototype.clone=Q,J.prototype.reverse=tt,J.prototype.value=Ne,n.prototype.at=Zf,n.prototype.chain=Xu,n.prototype.commit=Qu,n.prototype.next=to,n.prototype.plant=no,n.prototype.reverse=ro,n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=io,n.prototype.first=n.prototype.head,jl&&(n.prototype[jl]=eo),n}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Sn._=Vn,define(function(){return Vn})):Cn?((Cn.exports=Vn)._=Vn,jn._=Vn):Sn._=Vn}).call(this)}).call(e,n(5),n(3)(t))},function(t,e){t.exports={name:"mermaid",version:"7.0.7",description:"Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",main:"src/mermaid.js",keywords:["diagram","markdown","flowchart","sequence diagram","gantt","class diagram","git graph"],bin:{mermaid:"./bin/mermaid.js"},scripts:{build:"node -r babel-register ./node_modules/.bin/webpack --progress --colors",watch:"yarn build -- --watch",release:"yarn build -- -p --config webpack.config.prod.js",upgrade:"yarn-upgrade-all && yarn remove d3 && yarn add d3@3.5.17",lint:"node_modules/.bin/standard",karma:"node node_modules/karma/bin/karma start karma.conf.js --single-run",tape:"node node_modules/tape/bin/tape test/cli_test-*.js",test:"yarn lint && yarn tape && yarn karma",live:"live-server ./test/examples",jison:"gulp jison_legacy",live_server:"gulp live-server",prepublishOnly:"yarn build && yarn release && yarn test"},repository:{type:"git",url:"https://github.com/knsv/mermaid"},author:"Knut Sveidqvist",license:"MIT",standard:{ignore:["**/parser/*.js","dist/**/*.js"]},dependencies:{chalk:"^2.1.0",d3:"3.5.17",dagre:"^0.7.4","dagre-d3-renderer":"^0.4.18",he:"^1.1.1",lodash:"^4.17.4",minimist:"^1.2.0",mkdirp:"^0.5.1",moment:"^2.18.1",semver:"^5.4.1",which:"^1.3.0"},devDependencies:{async:"^2.5.0","babel-core":"^6.26.0","babel-loader":"^7.1.2","babel-plugin-transform-remove-strict-mode":"^0.0.2","babel-preset-env":"^1.6.0","babel-preset-es2015":"^6.24.1",clone:"^2.1.1","codeclimate-test-reporter":"^0.5.0","css-loader":"^0.28.7","extract-text-webpack-plugin":"^3.0.0",gulp:"^3.9.1","gulp-filelog":"^0.4.1","gulp-jison":"^1.2.0","gulp-shell":"^0.6.3","inject-loader":"^3.0.1",jasmine:"^2.8.0","jasmine-es6":"^0.4.1",jison:"^0.4.18",karma:"^1.7.1","karma-chrome-launcher":"^2.2.0","karma-jasmine":"^1.1.0","karma-webpack":"^2.0.4",less:"^2.7.2","less-loader":"^4.0.5","live-server":"^1.2.0","phantomjs-prebuilt":"^2.1.15","require-dir":"^0.3.2",rimraf:"^2.6.1",standard:"^10.0.3","style-loader":"^0.18.2",tape:"^4.8.0",webpack:"^3.5.5","webpack-node-externals":"^1.6.0","yarn-upgrade-all":"^0.1.8"},files:["bin","dist","lib","src"]}},function(t,e,n){(function(r){var i=n(2),a=i.Log,u=n(170),o=0,s=n(252);t.exports.mermaidAPI=u;var c=function(){var t=u.getConfig();a.debug("Starting rendering diagrams");var e;arguments.length>=2?(/*! sequence config was passed as #1 */
void 0!==arguments[0]&&(r.mermaid.sequenceConfig=arguments[0]),e=arguments[1]):e=arguments[0];var n;"function"==typeof arguments[arguments.length-1]?(n=arguments[arguments.length-1],a.debug("Callback function found")):void 0!==t.mermaid&&("function"==typeof t.mermaid.callback?(n=t.mermaid.callback,a.debug("Callback function found")):a.debug("No Callback function found")),e=void 0===e?document.querySelectorAll(".mermaid"):"string"==typeof e?document.querySelectorAll(e):e instanceof window.Node?[e]:e,void 0!==r.mermaid_config&&u.initialize(r.mermaid_config),a.debug("Start On Load before: "+r.mermaid.startOnLoad),void 0!==r.mermaid.startOnLoad&&(a.debug("Start On Load inner: "+r.mermaid.startOnLoad),u.initialize({startOnLoad:r.mermaid.startOnLoad})),void 0!==r.mermaid.ganttConfig&&u.initialize({gantt:r.mermaid.ganttConfig});for(var i,c=function(t,e){f.innerHTML=t,void 0!==n&&n(h),e(f)},l=0;l<e.length;l++){var f=e[l];/*! Check if previously processed */
if(!f.getAttribute("data-processed")){f.setAttribute("data-processed",!0);var h="mermaidChart"+o++;i=f.innerHTML,i=s.decode(i).trim(),u.render(h,i,c,f)}}};e.init=c,e.parse=u.parse,e.version=function(){return"v"+n(168).version},e.initialize=function(t){a.debug("Initializing mermaid"),void 0!==t.mermaid&&(void 0!==t.mermaid.startOnLoad&&(r.mermaid.startOnLoad=t.mermaid.startOnLoad),void 0!==t.mermaid.htmlLabels&&(r.mermaid.htmlLabels=t.mermaid.htmlLabels)),u.initialize(t)};var l=function(t,e){return void 0!==e&&t===e};r.mermaid={startOnLoad:!0,htmlLabels:!0,init:function(){c.apply(null,arguments)},initialize:function(t){e.initialize(t)},version:function(){return u.version()},parse:function(t){return u.parse(t)},parseError:function(t){a.debug("Mermaid Syntax error:"),a.debug(t)},render:function(t,e,n,r){return u.render(t,e,n,r)}},e.parseError=r.mermaid.parseError,e.contentLoaded=function(){var t;void 0!==r.mermaid_config&&l(!1,r.mermaid_config.htmlLabels)&&(r.mermaid.htmlLabels=!1),r.mermaid.startOnLoad?void 0!==r.mermaid_config?l(!0,r.mermaid_config.startOnLoad)&&r.mermaid.init():(t=u.getConfig(),t.startOnLoad&&r.mermaid.init()):void 0===r.mermaid.startOnLoad&&(a.debug("In start, no config"),t=u.getConfig(),t.startOnLoad&&r.mermaid.init())},"undefined"!=typeof document&&/*!
* Wait for document loaded before starting the execution
*/
window.addEventListener("load",function(){e.contentLoaded()},!1)}).call(e,n(5))},function(t,e,n){(function(t){var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=n(2),a=i.Log,u=n(21),o=n(22),s=n(172),c=n(245),l=n(247),f=n(45),h=n(23),d=n(24),p=n(42),_=n(43),m=n(44),g=n(248),y=n(46),v=n(47),M=n(163),b=n(250),w=n(164),L=n(165),k=n(251),x=n(166),D=n(10),Y={logLevel:5,cloneCssStyles:!0,startOnLoad:!0,arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!0,useMaxWidth:!0},sequenceDiagram:{diagramMarginX:50,diagramMarginY:10,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!0,bottomMarginAdj:1,useMaxWidth:!0},gantt:{titleTopMargin:25,barHeight:20,barGap:4,topPadding:50,leftPadding:75,gridLineStartPadding:35,fontSize:11,fontFamily:'"Open-Sans", "sans-serif"',numberSectionStyles:3,axisFormatter:[["%I:%M",function(t){return t.getHours()}],["w. %U",function(t){return 1===t.getDay()}],["%a %d",function(t){return t.getDay()&&1!==t.getDate()}],["%b %d",function(t){return 1!==t.getDate()}],["%m-%y",function(t){return t.getMonth()}]]},classDiagram:{},gitGraph:{},info:{}};i.setLogLevel(Y.logLevel);var T=function(t){var e,n=o.detectType(t);switch(n){case"gitGraph":e=L,e.parser.yy=x;break;case"graph":e=h,e.parser.yy=u;break;case"dotGraph":e=d,e.parser.yy=u;break;case"sequenceDiagram":e=p,e.parser.yy=_;break;case"info":e=f,e.parser.yy=m;break;case"gantt":e=y,e.parser.yy=v;break;case"classDiagram":e=M,e.parser.yy=w}try{return e.parse(t),!0}catch(t){return!1}};e.parse=T,e.version=function(){return n(168).version},e.encodeEntities=function(t){var e=t;return e=e.replace(/style.*:\S*#.*;/g,function(t){return t.substring(0,t.length-1)}),e=e.replace(/classDef.*:\S*#.*;/g,function(t){return t.substring(0,t.length-1)}),e=e.replace(/#\w+;/g,function(t){var e=t.substring(1,t.length-1);return/^\+?\d+$/.test(e)?"fl°°"+e+"¶ß":"fl°"+e+"¶ß"})},e.decodeEntities=function(t){var e=t;return e=e.replace(/fl°°/g,function(){return"&#"}),e=e.replace(/fl°/g,function(){return"&"}),e=e.replace(/¶ß/g,function(){return";"})};var A=function(t,n,r,i){if(void 0!==i)i.innerHTML="",D.select(i).append("div").attr("id","d"+t).append("svg").attr("id",t).attr("width","100%").attr("xmlns","http://www.w3.org/2000/svg").append("g");else{var f=document.querySelector("#d"+t);f&&(f.innerHTML=""),D.select("body").append("div").attr("id","d"+t).append("svg").attr("id",t).attr("width","100%").attr("xmlns","http://www.w3.org/2000/svg").append("g")}window.txt=n,n=e.encodeEntities(n);var h=D.select("#d"+t).node(),d=o.detectType(n),p={};switch(d){case"gitGraph":Y.flowchart.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,k.setConf(Y.gitGraph),k.draw(n,t,!1);break;case"graph":Y.flowchart.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,s.setConf(Y.flowchart),s.draw(n,t,!1),Y.cloneCssStyles&&(p=s.getClasses(n,!1),o.cloneCssStyles(h.firstChild,p));break;case"dotGraph":Y.flowchart.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,s.setConf(Y.flowchart),s.draw(n,t,!0),Y.cloneCssStyles&&(p=s.getClasses(n,!0),o.cloneCssStyles(h.firstChild,p));break;case"sequenceDiagram":Y.sequenceDiagram.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,c.setConf(Y.sequenceDiagram),c.draw(n,t),Y.cloneCssStyles&&o.cloneCssStyles(h.firstChild,[]);break;case"gantt":Y.gantt.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,g.setConf(Y.gantt),g.draw(n,t),Y.cloneCssStyles&&o.cloneCssStyles(h.firstChild,[]);break;case"classDiagram":Y.classDiagram.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,b.setConf(Y.classDiagram),b.draw(n,t),Y.cloneCssStyles&&o.cloneCssStyles(h.firstChild,[]);break;case"info":Y.info.arrowMarkerAbsolute=Y.arrowMarkerAbsolute,l.draw(n,t,e.version()),Y.cloneCssStyles&&o.cloneCssStyles(h.firstChild,[])}D.select("#d"+t).selectAll("foreignobject div").attr("xmlns","http://www.w3.org/1999/xhtml");var _="";Y.arrowMarkerAbsolute&&(_=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,_=_.replace(/\(/g,"\\("),_=_.replace(/\)/g,"\\)"));var m=D.select("#d"+t).node().innerHTML.replace(/url\(#arrowhead/g,"url("+_+"#arrowhead","g");m=e.decodeEntities(m),void 0!==r?r(m,u.bindFunctions):a.warn("CB = undefined!");var y=D.select("#d"+t).node();return null!==y&&"function"==typeof y.remove&&D.select("#d"+t).node().remove(),m};e.render=function(t,e,n,r){try{if(1===arguments.length&&(e=t,t="mermaidId0"),"undefined"!=typeof document)return A(t,e,n,r)}catch(t){a.warn(t)}};var E=function(t){var e,n=Object.keys(t);for(e=0;e<n.length;e++)if("object"===r(t[n[e]])){var i,u=Object.keys(t[n[e]]);for(i=0;i<u.length;i++)a.debug("Setting conf ",n[e],"-",u[i]),void 0===Y[n[e]]&&(Y[n[e]]={}),a.debug("Setting config: "+n[e]+" "+u[i]+" to "+t[n[e]][u[i]]),Y[n[e]][u[i]]=t[n[e]][u[i]]}else Y[n[e]]=t[n[e]]};e.initialize=function(t){a.debug("Initializing mermaidAPI"),"object"===(void 0===t?"undefined":r(t))&&E(t),i.setLogLevel(Y.logLevel)},e.getConfig=function(){return Y},e.parseError=function(e,n){"undefined"!=typeof mermaid?t.mermaid.parseError(e,n):(a.debug("Mermaid Syntax error:"),a.debug(e))},t.mermaidAPI={render:e.render,parse:e.parse,initialize:e.initialize,detectType:o.detectType,parseError:e.parseError,getConfig:e.getConfig}}).call(e,n(5))},function(t,e,n){var r,i;!function(){function a(t){return t&&(t.ownerDocument||t.document||t).documentElement}function u(t){return t&&(t.ownerDocument&&t.ownerDocument.defaultView||t.document&&t||t.defaultView)}function o(t,e){return t<e?-1:t>e?1:t>=e?0:NaN}function s(t){return null===t?NaN:+t}function c(t){return!isNaN(t)}function l(t){return{left:function(e,n,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=e.length);r<i;){var a=r+i>>>1;t(e[a],n)<0?r=a+1:i=a}return r},right:function(e,n,r,i){for(arguments.length<3&&(r=0),arguments.length<4&&(i=e.length);r<i;){var a=r+i>>>1;t(e[a],n)>0?i=a:r=a+1}return r}}}function f(t){return t.length}function h(t){for(var e=1;t*e%1;)e*=10;return e}function d(t,e){for(var n in e)Object.defineProperty(t.prototype,n,{value:e[n],enumerable:!1})}function p(){this._=Object.create(null)}function _(t){return(t+="")===Lu||t[0]===ku?ku+t:t}function m(t){return(t+="")[0]===ku?t.slice(1):t}function g(t){return _(t)in this._}function y(t){return(t=_(t))in this._&&delete this._[t]}function v(){var t=[];for(var e in this._)t.push(m(e));return t}function M(){var t=0;for(var e in this._)++t;return t}function b(){for(var t in this._)return!1;return!0}function w(){this._=Object.create(null)}function L(t){return t}function k(t,e,n){return function(){var r=n.apply(e,arguments);return r===e?t:r}}function x(t,e){if(e in t)return e;e=e.charAt(0).toUpperCase()+e.slice(1);for(var n=0,r=xu.length;n<r;++n){var i=xu[n]+e;if(i in t)return i}}function D(){}function Y(){}function T(t){function e(){for(var e,r=n,i=-1,a=r.length;++i<a;)(e=r[i].on)&&e.apply(this,arguments);return t}var n=[],r=new p;return e.on=function(e,i){var a,u=r.get(e);return arguments.length<2?u&&u.on:(u&&(u.on=null,n=n.slice(0,a=n.indexOf(u)).concat(n.slice(a+1)),r.remove(e)),i&&n.push(r.set(e,{on:i})),t)},e}function A(){hu.event.preventDefault()}function E(){for(var t,e=hu.event;t=e.sourceEvent;)e=t;return e}function S(t){for(var e=new Y,n=0,r=arguments.length;++n<r;)e[arguments[n]]=T(e);return e.of=function(n,r){return function(i){try{var a=i.sourceEvent=hu.event;i.target=t,hu.event=i,e[i.type].apply(n,r)}finally{hu.event=a}}},e}function j(t){return Yu(t,Su),t}function C(t){return"function"==typeof t?t:function(){return Tu(t,this)}}function F(t){return"function"==typeof t?t:function(){return Au(t,this)}}function O(t,e){function n(){this.removeAttribute(t)}function r(){this.removeAttributeNS(t.space,t.local)}function i(){this.setAttribute(t,e)}function a(){this.setAttributeNS(t.space,t.local,e)}function u(){var n=e.apply(this,arguments);null==n?this.removeAttribute(t):this.setAttribute(t,n)}function o(){var n=e.apply(this,arguments);null==n?this.removeAttributeNS(t.space,t.local):this.setAttributeNS(t.space,t.local,n)}return t=hu.ns.qualify(t),null==e?t.local?r:n:"function"==typeof e?t.local?o:u:t.local?a:i}function H(t){return t.trim().replace(/\s+/g," ")}function P(t){return new RegExp("(?:^|\\s+)"+hu.requote(t)+"(?:\\s+|$)","g")}function N(t){return(t+"").trim().split(/^|\s+/)}function I(t,e){function n(){for(var n=-1;++n<i;)t[n](this,e)}function r(){for(var n=-1,r=e.apply(this,arguments);++n<i;)t[n](this,r)}t=N(t).map(B);var i=t.length;return"function"==typeof e?r:n}function B(t){var e=P(t);return function(n,r){if(i=n.classList)return r?i.add(t):i.remove(t);var i=n.getAttribute("class")||"";r?(e.lastIndex=0,e.test(i)||n.setAttribute("class",H(i+" "+t))):n.setAttribute("class",H(i.replace(e," ")))}}function R(t,e,n){function r(){this.style.removeProperty(t)}function i(){this.style.setProperty(t,e,n)}function a(){var r=e.apply(this,arguments);null==r?this.style.removeProperty(t):this.style.setProperty(t,r,n)}return null==e?r:"function"==typeof e?a:i}function W(t,e){function n(){delete this[t]}function r(){this[t]=e}function i(){var n=e.apply(this,arguments);null==n?delete this[t]:this[t]=n}return null==e?n:"function"==typeof e?i:r}function z(t){function e(){var e=this.ownerDocument,n=this.namespaceURI;return n===ju&&e.documentElement.namespaceURI===ju?e.createElement(t):e.createElementNS(n,t)}function n(){return this.ownerDocument.createElementNS(t.space,t.local)}return"function"==typeof t?t:(t=hu.ns.qualify(t)).local?n:e}function q(){var t=this.parentNode;t&&t.removeChild(this)}function U(t){return{__data__:t}}function $(t){return function(){return Eu(this,t)}}function V(t){return arguments.length||(t=o),function(e,n){return e&&n?t(e.__data__,n.__data__):!e-!n}}function G(t,e){for(var n=0,r=t.length;n<r;n++)for(var i,a=t[n],u=0,o=a.length;u<o;u++)(i=a[u])&&e(i,u,n);return t}function J(t){return Yu(t,Fu),t}function Z(t){var e,n;return function(r,i,a){var u,o=t[a].update,s=o.length;for(a!=n&&(n=a,e=0),i>=e&&(e=i+1);!(u=o[e])&&++e<s;);return u}}function K(t,e,n){function r(){var e=this[u];e&&(this.removeEventListener(t,e,e.$),delete this[u])}function i(){var i=s(e,pu(arguments));r.call(this),this.addEventListener(t,this[u]=i,i.$=n),i._=e}function a(){var e,n=new RegExp("^__on([^.]+)"+hu.requote(t)+"$");for(var r in this)if(e=r.match(n)){var i=this[r];this.removeEventListener(e[1],i,i.$),delete this[r]}}var u="__on"+t,o=t.indexOf("."),s=X;o>0&&(t=t.slice(0,o));var c=Ou.get(t);return c&&(t=c,s=Q),o?e?i:r:e?D:a}function X(t,e){return function(n){var r=hu.event;hu.event=n,e[0]=this.__data__;try{t.apply(this,e)}finally{hu.event=r}}}function Q(t,e){var n=X(t,e);return function(t){var e=this,r=t.relatedTarget;r&&(r===e||8&r.compareDocumentPosition(e))||n.call(e,t)}}function tt(t){var e=".dragsuppress-"+ ++Pu,n="click"+e,r=hu.select(u(t)).on("touchmove"+e,A).on("dragstart"+e,A).on("selectstart"+e,A);if(null==Hu&&(Hu=!("onselectstart"in t)&&x(t.style,"userSelect")),Hu){var i=a(t).style,o=i[Hu];i[Hu]="none"}return function(t){if(r.on(e,null),Hu&&(i[Hu]=o),t){var a=function(){r.on(n,null)};r.on(n,function(){A(),a()},!0),setTimeout(a,0)}}}function et(t,e){e.changedTouches&&(e=e.changedTouches[0]);var n=t.ownerSVGElement||t;if(n.createSVGPoint){var r=n.createSVGPoint();if(Nu<0){var i=u(t);if(i.scrollX||i.scrollY){n=hu.select("body").append("svg").style({position:"absolute",top:0,left:0,margin:0,padding:0,border:"none"},"important");var a=n[0][0].getScreenCTM();Nu=!(a.f||a.e),n.remove()}}return Nu?(r.x=e.pageX,r.y=e.pageY):(r.x=e.clientX,r.y=e.clientY),r=r.matrixTransform(t.getScreenCTM().inverse()),[r.x,r.y]}var o=t.getBoundingClientRect();return[e.clientX-o.left-t.clientLeft,e.clientY-o.top-t.clientTop]}function nt(){return hu.event.changedTouches[0].identifier}function rt(t){return t>0?1:t<0?-1:0}function it(t,e,n){return(e[0]-t[0])*(n[1]-t[1])-(e[1]-t[1])*(n[0]-t[0])}function at(t){return t>1?0:t<-1?Ru:Math.acos(t)}function ut(t){return t>1?qu:t<-1?-qu:Math.asin(t)}function ot(t){return((t=Math.exp(t))-1/t)/2}function st(t){return((t=Math.exp(t))+1/t)/2}function ct(t){return((t=Math.exp(2*t))-1)/(t+1)}function lt(t){return(t=Math.sin(t/2))*t}function ft(){}function ht(t,e,n){return this instanceof ht?(this.h=+t,this.s=+e,void(this.l=+n)):arguments.length<2?t instanceof ht?new ht(t.h,t.s,t.l):Dt(""+t,Yt,ht):new ht(t,e,n)}function dt(t,e,n){function r(t){return t>360?t-=360:t<0&&(t+=360),t<60?a+(u-a)*t/60:t<180?u:t<240?a+(u-a)*(240-t)/60:a}function i(t){return Math.round(255*r(t))}var a,u;return t=isNaN(t)?0:(t%=360)<0?t+360:t,e=isNaN(e)?0:e<0?0:e>1?1:e,n=n<0?0:n>1?1:n,u=n<=.5?n*(1+e):n+e-n*e,a=2*n-u,new wt(i(t+120),i(t),i(t-120))}function pt(t,e,n){return this instanceof pt?(this.h=+t,this.c=+e,void(this.l=+n)):arguments.length<2?t instanceof pt?new pt(t.h,t.c,t.l):t instanceof mt?yt(t.l,t.a,t.b):yt((t=Tt((t=hu.rgb(t)).r,t.g,t.b)).l,t.a,t.b):new pt(t,e,n)}function _t(t,e,n){return isNaN(t)&&(t=0),isNaN(e)&&(e=0),new mt(n,Math.cos(t*=Uu)*e,Math.sin(t)*e)}function mt(t,e,n){return this instanceof mt?(this.l=+t,this.a=+e,void(this.b=+n)):arguments.length<2?t instanceof mt?new mt(t.l,t.a,t.b):t instanceof pt?_t(t.h,t.c,t.l):Tt((t=wt(t)).r,t.g,t.b):new mt(t,e,n)}function gt(t,e,n){var r=(t+16)/116,i=r+e/500,a=r-n/200;return i=vt(i)*to,r=vt(r)*eo,a=vt(a)*no,new wt(bt(3.2404542*i-1.5371385*r-.4985314*a),bt(-.969266*i+1.8760108*r+.041556*a),bt(.0556434*i-.2040259*r+1.0572252*a))}function yt(t,e,n){return t>0?new pt(Math.atan2(n,e)*$u,Math.sqrt(e*e+n*n),t):new pt(NaN,NaN,t)}function vt(t){return t>.206893034?t*t*t:(t-4/29)/7.787037}function Mt(t){return t>.008856?Math.pow(t,1/3):7.787037*t+4/29}function bt(t){return Math.round(255*(t<=.00304?12.92*t:1.055*Math.pow(t,1/2.4)-.055))}function wt(t,e,n){return this instanceof wt?(this.r=~~t,this.g=~~e,void(this.b=~~n)):arguments.length<2?t instanceof wt?new wt(t.r,t.g,t.b):Dt(""+t,wt,dt):new wt(t,e,n)}function Lt(t){return new wt(t>>16,t>>8&255,255&t)}function kt(t){return Lt(t)+""}function xt(t){return t<16?"0"+Math.max(0,t).toString(16):Math.min(255,t).toString(16)}function Dt(t,e,n){var r,i,a,u=0,o=0,s=0;if(r=/([a-z]+)\((.*)\)/.exec(t=t.toLowerCase()))switch(i=r[2].split(","),r[1]){case"hsl":return n(parseFloat(i[0]),parseFloat(i[1])/100,parseFloat(i[2])/100);case"rgb":return e(Et(i[0]),Et(i[1]),Et(i[2]))}return(a=ao.get(t))?e(a.r,a.g,a.b):(null==t||"#"!==t.charAt(0)||isNaN(a=parseInt(t.slice(1),16))||(4===t.length?(u=(3840&a)>>4,u|=u>>4,o=240&a,o|=o>>4,s=15&a,s|=s<<4):7===t.length&&(u=(16711680&a)>>16,o=(65280&a)>>8,s=255&a)),e(u,o,s))}function Yt(t,e,n){var r,i,a=Math.min(t/=255,e/=255,n/=255),u=Math.max(t,e,n),o=u-a,s=(u+a)/2;return o?(i=s<.5?o/(u+a):o/(2-u-a),r=t==u?(e-n)/o+(e<n?6:0):e==u?(n-t)/o+2:(t-e)/o+4,r*=60):(r=NaN,i=s>0&&s<1?0:r),new ht(r,i,s)}function Tt(t,e,n){t=At(t),e=At(e),n=At(n);var r=Mt((.4124564*t+.3575761*e+.1804375*n)/to),i=Mt((.2126729*t+.7151522*e+.072175*n)/eo);return mt(116*i-16,500*(r-i),200*(i-Mt((.0193339*t+.119192*e+.9503041*n)/no)))}function At(t){return(t/=255)<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4)}function Et(t){var e=parseFloat(t);return"%"===t.charAt(t.length-1)?Math.round(2.55*e):e}function St(t){return"function"==typeof t?t:function(){return t}}function jt(t){return function(e,n,r){return 2===arguments.length&&"function"==typeof n&&(r=n,n=null),Ct(e,n,t,r)}}function Ct(t,e,n,r){function i(){var t,e=s.status;if(!e&&Ot(s)||e>=200&&e<300||304===e){try{t=n.call(a,s)}catch(t){return void u.error.call(a,t)}u.load.call(a,t)}else u.error.call(a,s)}var a={},u=hu.dispatch("beforesend","progress","load","error"),o={},s=new XMLHttpRequest,c=null;return!this.XDomainRequest||"withCredentials"in s||!/^(http(s)?:)?\/\//.test(t)||(s=new XDomainRequest),"onload"in s?s.onload=s.onerror=i:s.onreadystatechange=function(){s.readyState>3&&i()},s.onprogress=function(t){var e=hu.event;hu.event=t;try{u.progress.call(a,s)}finally{hu.event=e}},a.header=function(t,e){return t=(t+"").toLowerCase(),arguments.length<2?o[t]:(null==e?delete o[t]:o[t]=e+"",a)},a.mimeType=function(t){return arguments.length?(e=null==t?null:t+"",a):e},a.responseType=function(t){return arguments.length?(c=t,a):c},a.response=function(t){return n=t,a},["get","post"].forEach(function(t){a[t]=function(){return a.send.apply(a,[t].concat(pu(arguments)))}}),a.send=function(n,r,i){if(2===arguments.length&&"function"==typeof r&&(i=r,r=null),s.open(n,t,!0),null==e||"accept"in o||(o.accept=e+",*/*"),s.setRequestHeader)for(var l in o)s.setRequestHeader(l,o[l]);return null!=e&&s.overrideMimeType&&s.overrideMimeType(e),null!=c&&(s.responseType=c),null!=i&&a.on("error",i).on("load",function(t){i(null,t)}),u.beforesend.call(a,s),s.send(null==r?null:r),a},a.abort=function(){return s.abort(),a},hu.rebind(a,u,"on"),null==r?a:a.get(Ft(r))}function Ft(t){return 1===t.length?function(e,n){t(null==e?n:null)}:t}function Ot(t){var e=t.responseType;return e&&"text"!==e?t.response:t.responseText}function Ht(t,e,n){var r=arguments.length;r<2&&(e=0),r<3&&(n=Date.now());var i=n+e,a={c:t,t:i,n:null};return oo?oo.n=a:uo=a,oo=a,so||(co=clearTimeout(co),so=1,lo(Pt)),a}function Pt(){var t=Nt(),e=It()-t;e>24?(isFinite(e)&&(clearTimeout(co),co=setTimeout(Pt,e)),so=0):(so=1,lo(Pt))}function Nt(){for(var t=Date.now(),e=uo;e;)t>=e.t&&e.c(t-e.t)&&(e.c=null),e=e.n;return t}function It(){for(var t,e=uo,n=1/0;e;)e.c?(e.t<n&&(n=e.t),e=(t=e).n):e=t?t.n=e.n:uo=e.n;return oo=t,n}function Bt(t,e){return e-(t?Math.ceil(Math.log(t)/Math.LN10):1)}function Rt(t,e){var n=Math.pow(10,3*wu(8-e));return{scale:e>8?function(t){return t/n}:function(t){return t*n},symbol:t}}function Wt(t){var e=t.decimal,n=t.thousands,r=t.grouping,i=t.currency,a=r&&n?function(t,e){for(var i=t.length,a=[],u=0,o=r[0],s=0;i>0&&o>0&&(s+o+1>e&&(o=Math.max(1,e-s)),a.push(t.substring(i-=o,i+o)),!((s+=o+1)>e));)o=r[u=(u+1)%r.length];return a.reverse().join(n)}:L;return function(t){var n=ho.exec(t),r=n[1]||" ",u=n[2]||">",o=n[3]||"-",s=n[4]||"",c=n[5],l=+n[6],f=n[7],h=n[8],d=n[9],p=1,_="",m="",g=!1,y=!0;switch(h&&(h=+h.substring(1)),(c||"0"===r&&"="===u)&&(c=r="0",u="="),d){case"n":f=!0,d="g";break;case"%":p=100,m="%",d="f";break;case"p":p=100,m="%",d="r";break;case"b":case"o":case"x":case"X":"#"===s&&(_="0"+d.toLowerCase());case"c":y=!1;case"d":g=!0,h=0;break;case"s":p=-1,d="r"}"$"===s&&(_=i[0],m=i[1]),"r"!=d||h||(d="g"),null!=h&&("g"==d?h=Math.max(1,Math.min(21,h)):"e"!=d&&"f"!=d||(h=Math.max(0,Math.min(20,h)))),d=po.get(d)||zt;var v=c&&f;return function(t){var n=m;if(g&&t%1)return"";var i=t<0||0===t&&1/t<0?(t=-t,"-"):"-"===o?"":o;if(p<0){var s=hu.formatPrefix(t,h);t=s.scale(t),n=s.symbol+m}else t*=p;t=d(t,h);var M,b,w=t.lastIndexOf(".");if(w<0){var L=y?t.lastIndexOf("e"):-1;L<0?(M=t,b=""):(M=t.substring(0,L),b=t.substring(L))}else M=t.substring(0,w),b=e+t.substring(w+1);!c&&f&&(M=a(M,1/0));var k=_.length+M.length+b.length+(v?0:i.length),x=k<l?new Array(k=l-k+1).join(r):"";return v&&(M=a(x+M,x.length?l-b.length:1/0)),i+=_,t=M+b,("<"===u?i+t+x:">"===u?x+i+t:"^"===u?x.substring(0,k>>=1)+i+t+x.substring(k):i+(v?t:x+t))+n}}}function zt(t){return t+""}function qt(){this._=new Date(arguments.length>1?Date.UTC.apply(this,arguments):arguments[0])}function Ut(t,e,n){function r(e){var n=t(e),r=a(n,1);return e-n<r-e?n:r}function i(n){return e(n=t(new mo(n-1)),1),n}function a(t,n){return e(t=new mo(+t),n),t}function u(t,r,a){var u=i(t),o=[];if(a>1)for(;u<r;)n(u)%a||o.push(new Date(+u)),e(u,1);else for(;u<r;)o.push(new Date(+u)),e(u,1);return o}function o(t,e,n){try{mo=qt;var r=new qt;return r._=t,u(r,e,n)}finally{mo=Date}}t.floor=t,t.round=r,t.ceil=i,t.offset=a,t.range=u;var s=t.utc=$t(t);return s.floor=s,s.round=$t(r),s.ceil=$t(i),s.offset=$t(a),s.range=o,t}function $t(t){return function(e,n){try{mo=qt;var r=new qt;return r._=e,t(r,n)._}finally{mo=Date}}}function Vt(t){function e(t){function e(e){for(var n,i,a,u=[],o=-1,s=0;++o<r;)37===t.charCodeAt(o)&&(u.push(t.slice(s,o)),null!=(i=yo[n=t.charAt(++o)])&&(n=t.charAt(++o)),(a=T[n])&&(n=a(e,null==i?"e"===n?" ":"0":i)),u.push(n),s=o+1);return u.push(t.slice(s,o)),u.join("")}var r=t.length;return e.parse=function(e){var r={y:1900,m:0,d:1,H:0,M:0,S:0,L:0,Z:null};if(n(r,t,e,0)!=e.length)return null;"p"in r&&(r.H=r.H%12+12*r.p);var i=null!=r.Z&&mo!==qt,a=new(i?qt:mo);return"j"in r?a.setFullYear(r.y,0,r.j):"W"in r||"U"in r?("w"in r||(r.w="W"in r?1:0),a.setFullYear(r.y,0,1),a.setFullYear(r.y,0,"W"in r?(r.w+6)%7+7*r.W-(a.getDay()+5)%7:r.w+7*r.U-(a.getDay()+6)%7)):a.setFullYear(r.y,r.m,r.d),a.setHours(r.H+(r.Z/100|0),r.M+r.Z%100,r.S,r.L),i?a._:a},e.toString=function(){return t},e}function n(t,e,n,r){for(var i,a,u,o=0,s=e.length,c=n.length;o<s;){if(r>=c)return-1;if(37===(i=e.charCodeAt(o++))){if(u=e.charAt(o++),!(a=A[u in yo?e.charAt(o++):u])||(r=a(t,n,r))<0)return-1}else if(i!=n.charCodeAt(r++))return-1}return r}function r(t,e,n){w.lastIndex=0;var r=w.exec(e.slice(n));return r?(t.w=L.get(r[0].toLowerCase()),n+r[0].length):-1}function i(t,e,n){M.lastIndex=0;var r=M.exec(e.slice(n));return r?(t.w=b.get(r[0].toLowerCase()),n+r[0].length):-1}function a(t,e,n){D.lastIndex=0;var r=D.exec(e.slice(n));return r?(t.m=Y.get(r[0].toLowerCase()),n+r[0].length):-1}function u(t,e,n){k.lastIndex=0;var r=k.exec(e.slice(n));return r?(t.m=x.get(r[0].toLowerCase()),n+r[0].length):-1}function o(t,e,r){return n(t,T.c.toString(),e,r)}function s(t,e,r){return n(t,T.x.toString(),e,r)}function c(t,e,r){return n(t,T.X.toString(),e,r)}function l(t,e,n){var r=v.get(e.slice(n,n+=2).toLowerCase());return null==r?-1:(t.p=r,n)}var f=t.dateTime,h=t.date,d=t.time,p=t.periods,_=t.days,m=t.shortDays,g=t.months,y=t.shortMonths;e.utc=function(t){function n(t){try{mo=qt;var e=new mo;return e._=t,r(e)}finally{mo=Date}}var r=e(t);return n.parse=function(t){try{mo=qt;var e=r.parse(t);return e&&e._}finally{mo=Date}},n.toString=r.toString,n},e.multi=e.utc.multi=de;var v=hu.map(),M=Jt(_),b=Zt(_),w=Jt(m),L=Zt(m),k=Jt(g),x=Zt(g),D=Jt(y),Y=Zt(y);p.forEach(function(t,e){v.set(t.toLowerCase(),e)});var T={a:function(t){return m[t.getDay()]},A:function(t){return _[t.getDay()]},b:function(t){return y[t.getMonth()]},B:function(t){return g[t.getMonth()]},c:e(f),d:function(t,e){return Gt(t.getDate(),e,2)},e:function(t,e){return Gt(t.getDate(),e,2)},H:function(t,e){return Gt(t.getHours(),e,2)},I:function(t,e){return Gt(t.getHours()%12||12,e,2)},j:function(t,e){return Gt(1+_o.dayOfYear(t),e,3)},L:function(t,e){return Gt(t.getMilliseconds(),e,3)},m:function(t,e){return Gt(t.getMonth()+1,e,2)},M:function(t,e){return Gt(t.getMinutes(),e,2)},p:function(t){return p[+(t.getHours()>=12)]},S:function(t,e){return Gt(t.getSeconds(),e,2)},U:function(t,e){return Gt(_o.sundayOfYear(t),e,2)},w:function(t){return t.getDay()},W:function(t,e){return Gt(_o.mondayOfYear(t),e,2)},x:e(h),X:e(d),y:function(t,e){return Gt(t.getFullYear()%100,e,2)},Y:function(t,e){return Gt(t.getFullYear()%1e4,e,4)},Z:fe,"%":function(){return"%"}},A={a:r,A:i,b:a,B:u,c:o,d:ae,e:ae,H:oe,I:oe,j:ue,L:le,m:ie,M:se,p:l,S:ce,U:Xt,w:Kt,W:Qt,x:s,X:c,y:ee,Y:te,Z:ne,"%":he};return e}function Gt(t,e,n){var r=t<0?"-":"",i=(r?-t:t)+"",a=i.length;return r+(a<n?new Array(n-a+1).join(e)+i:i)}function Jt(t){return new RegExp("^(?:"+t.map(hu.requote).join("|")+")","i")}function Zt(t){for(var e=new p,n=-1,r=t.length;++n<r;)e.set(t[n].toLowerCase(),n);return e}function Kt(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+1));return r?(t.w=+r[0],n+r[0].length):-1}function Xt(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n));return r?(t.U=+r[0],n+r[0].length):-1}function Qt(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n));return r?(t.W=+r[0],n+r[0].length):-1}function te(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+4));return r?(t.y=+r[0],n+r[0].length):-1}function ee(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.y=re(+r[0]),n+r[0].length):-1}function ne(t,e,n){return/^[+-]\d{4}$/.test(e=e.slice(n,n+5))?(t.Z=-e,n+5):-1}function re(t){return t+(t>68?1900:2e3)}function ie(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.m=r[0]-1,n+r[0].length):-1}function ae(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.d=+r[0],n+r[0].length):-1}function ue(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+3));return r?(t.j=+r[0],n+r[0].length):-1}function oe(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.H=+r[0],n+r[0].length):-1}function se(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.M=+r[0],n+r[0].length):-1}function ce(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+2));return r?(t.S=+r[0],n+r[0].length):-1}function le(t,e,n){vo.lastIndex=0;var r=vo.exec(e.slice(n,n+3));return r?(t.L=+r[0],n+r[0].length):-1}function fe(t){var e=t.getTimezoneOffset(),n=e>0?"-":"+",r=wu(e)/60|0,i=wu(e)%60;return n+Gt(r,"0",2)+Gt(i,"0",2)}function he(t,e,n){Mo.lastIndex=0;var r=Mo.exec(e.slice(n,n+1));return r?n+r[0].length:-1}function de(t){for(var e=t.length,n=-1;++n<e;)t[n][0]=this(t[n][0]);return function(e){for(var n=0,r=t[n];!r[1](e);)r=t[++n];return r[0](e)}}function pe(){}function _e(t,e,n){var r=n.s=t+e,i=r-t,a=r-i;n.t=t-a+(e-i)}function me(t,e){t&&ko.hasOwnProperty(t.type)&&ko[t.type](t,e)}function ge(t,e,n){var r,i=-1,a=t.length-n;for(e.lineStart();++i<a;)r=t[i],e.point(r[0],r[1],r[2]);e.lineEnd()}function ye(t,e){var n=-1,r=t.length;for(e.polygonStart();++n<r;)ge(t[n],e,1);e.polygonEnd()}function ve(){function t(t,e){t*=Uu,e=e*Uu/2+Ru/4;var n=t-r,u=n>=0?1:-1,o=u*n,s=Math.cos(e),c=Math.sin(e),l=a*c,f=i*s+l*Math.cos(o),h=l*u*Math.sin(o);Do.add(Math.atan2(h,f)),r=t,i=s,a=c}var e,n,r,i,a;Yo.point=function(u,o){Yo.point=t,r=(e=u)*Uu,i=Math.cos(o=(n=o)*Uu/2+Ru/4),a=Math.sin(o)},Yo.lineEnd=function(){t(e,n)}}function Me(t){var e=t[0],n=t[1],r=Math.cos(n);return[r*Math.cos(e),r*Math.sin(e),Math.sin(n)]}function be(t,e){return t[0]*e[0]+t[1]*e[1]+t[2]*e[2]}function we(t,e){return[t[1]*e[2]-t[2]*e[1],t[2]*e[0]-t[0]*e[2],t[0]*e[1]-t[1]*e[0]]}function Le(t,e){t[0]+=e[0],t[1]+=e[1],t[2]+=e[2]}function ke(t,e){return[t[0]*e,t[1]*e,t[2]*e]}function xe(t){var e=Math.sqrt(t[0]*t[0]+t[1]*t[1]+t[2]*t[2]);t[0]/=e,t[1]/=e,t[2]/=e}function De(t){return[Math.atan2(t[1],t[0]),ut(t[2])]}function Ye(t,e){return wu(t[0]-e[0])<Iu&&wu(t[1]-e[1])<Iu}function Te(t,e){t*=Uu;var n=Math.cos(e*=Uu);Ae(n*Math.cos(t),n*Math.sin(t),Math.sin(e))}function Ae(t,e,n){++To,Eo+=(t-Eo)/To,So+=(e-So)/To,jo+=(n-jo)/To}function Ee(){function t(t,i){t*=Uu;var a=Math.cos(i*=Uu),u=a*Math.cos(t),o=a*Math.sin(t),s=Math.sin(i),c=Math.atan2(Math.sqrt((c=n*s-r*o)*c+(c=r*u-e*s)*c+(c=e*o-n*u)*c),e*u+n*o+r*s);Ao+=c,Co+=c*(e+(e=u)),Fo+=c*(n+(n=o)),Oo+=c*(r+(r=s)),Ae(e,n,r)}var e,n,r;Io.point=function(i,a){i*=Uu;var u=Math.cos(a*=Uu);e=u*Math.cos(i),n=u*Math.sin(i),r=Math.sin(a),Io.point=t,Ae(e,n,r)}}function Se(){Io.point=Te}function je(){function t(t,e){t*=Uu;var n=Math.cos(e*=Uu),u=n*Math.cos(t),o=n*Math.sin(t),s=Math.sin(e),c=i*s-a*o,l=a*u-r*s,f=r*o-i*u,h=Math.sqrt(c*c+l*l+f*f),d=r*u+i*o+a*s,p=h&&-at(d)/h,_=Math.atan2(h,d);Ho+=p*c,Po+=p*l,No+=p*f,Ao+=_,Co+=_*(r+(r=u)),Fo+=_*(i+(i=o)),Oo+=_*(a+(a=s)),Ae(r,i,a)}var e,n,r,i,a;Io.point=function(u,o){e=u,n=o,Io.point=t,u*=Uu;var s=Math.cos(o*=Uu);r=s*Math.cos(u),i=s*Math.sin(u),a=Math.sin(o),Ae(r,i,a)},Io.lineEnd=function(){t(e,n),Io.lineEnd=Se,Io.point=Te}}function Ce(t,e){function n(n,r){return n=t(n,r),e(n[0],n[1])}return t.invert&&e.invert&&(n.invert=function(n,r){return(n=e.invert(n,r))&&t.invert(n[0],n[1])}),n}function Fe(){return!0}function Oe(t,e,n,r,i){var a=[],u=[];if(t.forEach(function(t){if(!((e=t.length-1)<=0)){var e,n=t[0],r=t[e];if(Ye(n,r)){i.lineStart();for(var o=0;o<e;++o)i.point((n=t[o])[0],n[1]);return void i.lineEnd()}var s=new Pe(n,t,null,!0),c=new Pe(n,null,s,!1);s.o=c,a.push(s),u.push(c),s=new Pe(r,t,null,!1),c=new Pe(r,null,s,!0),s.o=c,a.push(s),u.push(c)}}),u.sort(e),He(a),He(u),a.length){for(var o=0,s=n,c=u.length;o<c;++o)u[o].e=s=!s;for(var l,f,h=a[0];;){for(var d=h,p=!0;d.v;)if((d=d.n)===h)return;l=d.z,i.lineStart();do{if(d.v=d.o.v=!0,d.e){if(p)for(var o=0,c=l.length;o<c;++o)i.point((f=l[o])[0],f[1]);else r(d.x,d.n.x,1,i);d=d.n}else{if(p){l=d.p.z;for(var o=l.length-1;o>=0;--o)i.point((f=l[o])[0],f[1])}else r(d.x,d.p.x,-1,i);d=d.p}d=d.o,l=d.z,p=!p}while(!d.v);i.lineEnd()}}}function He(t){if(e=t.length){for(var e,n,r=0,i=t[0];++r<e;)i.n=n=t[r],n.p=i,i=n;i.n=n=t[0],n.p=i}}function Pe(t,e,n,r){this.x=t,this.z=e,this.o=n,this.e=r,this.v=!1,this.n=this.p=null}function Ne(t,e,n,r){return function(i,a){function u(e,n){var r=i(e,n);t(e=r[0],n=r[1])&&a.point(e,n)}function o(t,e){var n=i(t,e);m.point(n[0],n[1])}function s(){y.point=o,m.lineStart()}function c(){y.point=u,m.lineEnd()}function l(t,e){_.push([t,e]);var n=i(t,e);M.point(n[0],n[1])}function f(){M.lineStart(),_=[]}function h(){l(_[0][0],_[0][1]),M.lineEnd();var t,e=M.clean(),n=v.buffer(),r=n.length;if(_.pop(),p.push(_),_=null,r)if(1&e){t=n[0];var i,r=t.length-1,u=-1;if(r>0){for(b||(a.polygonStart(),b=!0),a.lineStart();++u<r;)a.point((i=t[u])[0],i[1]);a.lineEnd()}}else r>1&&2&e&&n.push(n.pop().concat(n.shift())),d.push(n.filter(Ie))}var d,p,_,m=e(a),g=i.invert(r[0],r[1]),y={point:u,lineStart:s,lineEnd:c,polygonStart:function(){y.point=l,y.lineStart=f,y.lineEnd=h,d=[],p=[]},polygonEnd:function(){y.point=u,y.lineStart=s,y.lineEnd=c,d=hu.merge(d);var t=Ue(g,p);d.length?(b||(a.polygonStart(),b=!0),Oe(d,Re,t,n,a)):t&&(b||(a.polygonStart(),b=!0),a.lineStart(),n(null,null,1,a),a.lineEnd()),b&&(a.polygonEnd(),b=!1),d=p=null},sphere:function(){a.polygonStart(),a.lineStart(),n(null,null,1,a),a.lineEnd(),a.polygonEnd()}},v=Be(),M=e(v),b=!1;return y}}function Ie(t){return t.length>1}function Be(){var t,e=[];return{lineStart:function(){e.push(t=[])},point:function(e,n){t.push([e,n])},lineEnd:D,buffer:function(){var n=e;return e=[],t=null,n},rejoin:function(){e.length>1&&e.push(e.pop().concat(e.shift()))}}}function Re(t,e){return((t=t.x)[0]<0?t[1]-qu-Iu:qu-t[1])-((e=e.x)[0]<0?e[1]-qu-Iu:qu-e[1])}function We(t){var e,n=NaN,r=NaN,i=NaN;return{lineStart:function(){t.lineStart(),e=1},point:function(a,u){var o=a>0?Ru:-Ru,s=wu(a-n);wu(s-Ru)<Iu?(t.point(n,r=(r+u)/2>0?qu:-qu),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),t.point(a,r),e=0):i!==o&&s>=Ru&&(wu(n-i)<Iu&&(n-=i*Iu),wu(a-o)<Iu&&(a-=o*Iu),r=ze(n,r,a,u),t.point(i,r),t.lineEnd(),t.lineStart(),t.point(o,r),e=0),t.point(n=a,r=u),i=o},lineEnd:function(){t.lineEnd(),n=r=NaN},clean:function(){return 2-e}}}function ze(t,e,n,r){var i,a,u=Math.sin(t-n);return wu(u)>Iu?Math.atan((Math.sin(e)*(a=Math.cos(r))*Math.sin(n)-Math.sin(r)*(i=Math.cos(e))*Math.sin(t))/(i*a*u)):(e+r)/2}function qe(t,e,n,r){var i;if(null==t)i=n*qu,r.point(-Ru,i),r.point(0,i),r.point(Ru,i),r.point(Ru,0),r.point(Ru,-i),r.point(0,-i),r.point(-Ru,-i),r.point(-Ru,0),r.point(-Ru,i);else if(wu(t[0]-e[0])>Iu){var a=t[0]<e[0]?Ru:-Ru;i=n*a/2,r.point(-a,i),r.point(0,i),r.point(a,i)}else r.point(e[0],e[1])}function Ue(t,e){var n=t[0],r=t[1],i=[Math.sin(n),-Math.cos(n),0],a=0,u=0;Do.reset();for(var o=0,s=e.length;o<s;++o){var c=e[o],l=c.length;if(l)for(var f=c[0],h=f[0],d=f[1]/2+Ru/4,p=Math.sin(d),_=Math.cos(d),m=1;;){m===l&&(m=0),t=c[m];var g=t[0],y=t[1]/2+Ru/4,v=Math.sin(y),M=Math.cos(y),b=g-h,w=b>=0?1:-1,L=w*b,k=L>Ru,x=p*v;if(Do.add(Math.atan2(x*w*Math.sin(L),_*M+x*Math.cos(L))),a+=k?b+w*Wu:b,k^h>=n^g>=n){var D=we(Me(f),Me(t));xe(D);var Y=we(i,D);xe(Y);var T=(k^b>=0?-1:1)*ut(Y[2]);(r>T||r===T&&(D[0]||D[1]))&&(u+=k^b>=0?1:-1)}if(!m++)break;h=g,p=v,_=M,f=t}}return(a<-Iu||a<Iu&&Do<-Iu)^1&u}function $e(t){function e(t,e){return Math.cos(t)*Math.cos(e)>a}function n(t){var n,a,s,c,l;return{lineStart:function(){c=s=!1,l=1},point:function(f,h){var d,p=[f,h],_=e(f,h),m=u?_?0:i(f,h):_?i(f+(f<0?Ru:-Ru),h):0;if(!n&&(c=s=_)&&t.lineStart(),_!==s&&(d=r(n,p),(Ye(n,d)||Ye(p,d))&&(p[0]+=Iu,p[1]+=Iu,_=e(p[0],p[1]))),_!==s)l=0,_?(t.lineStart(),d=r(p,n),t.point(d[0],d[1])):(d=r(n,p),t.point(d[0],d[1]),t.lineEnd()),n=d;else if(o&&n&&u^_){var g;m&a||!(g=r(p,n,!0))||(l=0,u?(t.lineStart(),t.point(g[0][0],g[0][1]),t.point(g[1][0],g[1][1]),t.lineEnd()):(t.point(g[1][0],g[1][1]),t.lineEnd(),t.lineStart(),t.point(g[0][0],g[0][1])))}!_||n&&Ye(n,p)||t.point(p[0],p[1]),n=p,s=_,a=m},lineEnd:function(){s&&t.lineEnd(),n=null},clean:function(){return l|(c&&s)<<1}}}function r(t,e,n){var r=Me(t),i=Me(e),u=[1,0,0],o=we(r,i),s=be(o,o),c=o[0],l=s-c*c;if(!l)return!n&&t;var f=a*s/l,h=-a*c/l,d=we(u,o),p=ke(u,f);Le(p,ke(o,h));var _=d,m=be(p,_),g=be(_,_),y=m*m-g*(be(p,p)-1);if(!(y<0)){var v=Math.sqrt(y),M=ke(_,(-m-v)/g);if(Le(M,p),M=De(M),!n)return M;var b,w=t[0],L=e[0],k=t[1],x=e[1];L<w&&(b=w,w=L,L=b);var D=L-w,Y=wu(D-Ru)<Iu,T=Y||D<Iu;if(!Y&&x<k&&(b=k,k=x,x=b),T?Y?k+x>0^M[1]<(wu(M[0]-w)<Iu?k:x):k<=M[1]&&M[1]<=x:D>Ru^(w<=M[0]&&M[0]<=L)){var A=ke(_,(-m+v)/g);return Le(A,p),[M,De(A)]}}}function i(e,n){var r=u?t:Ru-t,i=0;return e<-r?i|=1:e>r&&(i|=2),n<-r?i|=4:n>r&&(i|=8),i}var a=Math.cos(t),u=a>0,o=wu(a)>Iu;return Ne(e,n,Mn(t,6*Uu),u?[0,-t]:[-Ru,t-Ru])}function Ve(t,e,n,r){return function(i){var a,u=i.a,o=i.b,s=u.x,c=u.y,l=o.x,f=o.y,h=0,d=1,p=l-s,_=f-c;if(a=t-s,p||!(a>0)){if(a/=p,p<0){if(a<h)return;a<d&&(d=a)}else if(p>0){if(a>d)return;a>h&&(h=a)}if(a=n-s,p||!(a<0)){if(a/=p,p<0){if(a>d)return;a>h&&(h=a)}else if(p>0){if(a<h)return;a<d&&(d=a)}if(a=e-c,_||!(a>0)){if(a/=_,_<0){if(a<h)return;a<d&&(d=a)}else if(_>0){if(a>d)return;a>h&&(h=a)}if(a=r-c,_||!(a<0)){if(a/=_,_<0){if(a>d)return;a>h&&(h=a)}else if(_>0){if(a<h)return;a<d&&(d=a)}return h>0&&(i.a={x:s+h*p,y:c+h*_}),d<1&&(i.b={x:s+d*p,y:c+d*_}),i}}}}}}function Ge(t,e,n,r){function i(r,i){return wu(r[0]-t)<Iu?i>0?0:3:wu(r[0]-n)<Iu?i>0?2:1:wu(r[1]-e)<Iu?i>0?1:0:i>0?3:2}function a(t,e){return u(t.x,e.x)}function u(t,e){var n=i(t,1),r=i(e,1);return n!==r?n-r:0===n?e[1]-t[1]:1===n?t[0]-e[0]:2===n?t[1]-e[1]:e[0]-t[0]}return function(o){function s(t){for(var e=0,n=m.length,r=t[1],i=0;i<n;++i)for(var a,u=1,o=m[i],s=o.length,c=o[0];u<s;++u)a=o[u],c[1]<=r?a[1]>r&&it(c,a,t)>0&&++e:a[1]<=r&&it(c,a,t)<0&&--e,c=a;return 0!==e}function c(a,o,s,c){var l=0,f=0;if(null==a||(l=i(a,s))!==(f=i(o,s))||u(a,o)<0^s>0)do{c.point(0===l||3===l?t:n,l>1?r:e)}while((l=(l+s+4)%4)!==f);else c.point(o[0],o[1])}function l(i,a){return t<=i&&i<=n&&e<=a&&a<=r}function f(t,e){l(t,e)&&o.point(t,e)}function h(){A.point=p,m&&m.push(g=[]),k=!0,L=!1,b=w=NaN}function d(){_&&(p(y,v),M&&L&&Y.rejoin(),_.push(Y.buffer())),A.point=f,L&&o.lineEnd()}function p(t,e){t=Math.max(-Ro,Math.min(Ro,t)),e=Math.max(-Ro,Math.min(Ro,e));var n=l(t,e);if(m&&g.push([t,e]),k)y=t,v=e,M=n,k=!1,n&&(o.lineStart(),o.point(t,e));else if(n&&L)o.point(t,e);else{var r={a:{x:b,y:w},b:{x:t,y:e}};T(r)?(L||(o.lineStart(),o.point(r.a.x,r.a.y)),o.point(r.b.x,r.b.y),n||o.lineEnd(),x=!1):n&&(o.lineStart(),o.point(t,e),x=!1)}b=t,w=e,L=n}var _,m,g,y,v,M,b,w,L,k,x,D=o,Y=Be(),T=Ve(t,e,n,r),A={point:f,lineStart:h,lineEnd:d,polygonStart:function(){o=Y,_=[],m=[],x=!0},polygonEnd:function(){o=D,_=hu.merge(_);var e=s([t,r]),n=x&&e,i=_.length;(n||i)&&(o.polygonStart(),n&&(o.lineStart(),c(null,null,1,o),o.lineEnd()),i&&Oe(_,a,e,c,o),o.polygonEnd()),_=m=g=null}};return A}}function Je(t){var e=0,n=Ru/3,r=hn(t),i=r(e,n);return i.parallels=function(t){return arguments.length?r(e=t[0]*Ru/180,n=t[1]*Ru/180):[e/Ru*180,n/Ru*180]},i}function Ze(t,e){function n(t,e){var n=Math.sqrt(a-2*i*Math.sin(e))/i;return[n*Math.sin(t*=i),u-n*Math.cos(t)]}var r=Math.sin(t),i=(r+Math.sin(e))/2,a=1+r*(2*i-r),u=Math.sqrt(a)/i;return n.invert=function(t,e){var n=u-e;return[Math.atan2(t,n)/i,ut((a-(t*t+n*n)*i*i)/(2*i))]},n}function Ke(){function t(t,e){zo+=i*t-r*e,r=t,i=e}var e,n,r,i;Go.point=function(a,u){Go.point=t,e=r=a,n=i=u},Go.lineEnd=function(){t(e,n)}}function Xe(t,e){t<qo&&(qo=t),t>$o&&($o=t),e<Uo&&(Uo=e),e>Vo&&(Vo=e)}function Qe(){function t(t,e){u.push("M",t,",",e,a)}function e(t,e){u.push("M",t,",",e),o.point=n}function n(t,e){u.push("L",t,",",e)}function r(){o.point=t}function i(){u.push("Z")}var a=tn(4.5),u=[],o={point:t,lineStart:function(){o.point=e},lineEnd:r,polygonStart:function(){o.lineEnd=i},polygonEnd:function(){o.lineEnd=r,o.point=t},pointRadius:function(t){return a=tn(t),o},result:function(){if(u.length){var t=u.join("");return u=[],t}}};return o}function tn(t){return"m0,"+t+"a"+t+","+t+" 0 1,1 0,"+-2*t+"a"+t+","+t+" 0 1,1 0,"+2*t+"z"}function en(t,e){Eo+=t,So+=e,++jo}function nn(){function t(t,r){var i=t-e,a=r-n,u=Math.sqrt(i*i+a*a);Co+=u*(e+t)/2,Fo+=u*(n+r)/2,Oo+=u,en(e=t,n=r)}var e,n;Zo.point=function(r,i){Zo.point=t,en(e=r,n=i)}}function rn(){Zo.point=en}function an(){function t(t,e){var n=t-r,a=e-i,u=Math.sqrt(n*n+a*a);Co+=u*(r+t)/2,Fo+=u*(i+e)/2,Oo+=u,u=i*t-r*e,Ho+=u*(r+t),Po+=u*(i+e),No+=3*u,en(r=t,i=e)}var e,n,r,i;Zo.point=function(a,u){Zo.point=t,en(e=r=a,n=i=u)},Zo.lineEnd=function(){t(e,n)}}function un(t){function e(e,n){t.moveTo(e+u,n),t.arc(e,n,u,0,Wu)}function n(e,n){t.moveTo(e,n),o.point=r}function r(e,n){t.lineTo(e,n)}function i(){o.point=e}function a(){t.closePath()}var u=4.5,o={point:e,lineStart:function(){o.point=n},lineEnd:i,polygonStart:function(){o.lineEnd=a},polygonEnd:function(){o.lineEnd=i,o.point=e},pointRadius:function(t){return u=t,o},result:D};return o}function on(t){function e(t){return(o?r:n)(t)}function n(e){return ln(e,function(n,r){n=t(n,r),e.point(n[0],n[1])})}function r(e){function n(n,r){n=t(n,r),e.point(n[0],n[1])}function r(){v=NaN,k.point=a,e.lineStart()}function a(n,r){var a=Me([n,r]),u=t(n,r);i(v,M,y,b,w,L,v=u[0],M=u[1],y=n,b=a[0],w=a[1],L=a[2],o,e),e.point(v,M)}function u(){k.point=n,e.lineEnd()}function s(){r(),k.point=c,k.lineEnd=l}function c(t,e){a(f=t,h=e),d=v,p=M,_=b,m=w,g=L,k.point=a}function l(){i(v,M,y,b,w,L,d,p,f,_,m,g,o,e),k.lineEnd=u,u()}var f,h,d,p,_,m,g,y,v,M,b,w,L,k={point:n,lineStart:r,lineEnd:u,polygonStart:function(){e.polygonStart(),k.lineStart=s},polygonEnd:function(){e.polygonEnd(),k.lineStart=r}};return k}function i(e,n,r,o,s,c,l,f,h,d,p,_,m,g){var y=l-e,v=f-n,M=y*y+v*v;if(M>4*a&&m--){var b=o+d,w=s+p,L=c+_,k=Math.sqrt(b*b+w*w+L*L),x=Math.asin(L/=k),D=wu(wu(L)-1)<Iu||wu(r-h)<Iu?(r+h)/2:Math.atan2(w,b),Y=t(D,x),T=Y[0],A=Y[1],E=T-e,S=A-n,j=v*E-y*S;(j*j/M>a||wu((y*E+v*S)/M-.5)>.3||o*d+s*p+c*_<u)&&(i(e,n,r,o,s,c,T,A,D,b/=k,w/=k,L,m,g),g.point(T,A),i(T,A,D,b,w,L,l,f,h,d,p,_,m,g))}}var a=.5,u=Math.cos(30*Uu),o=16;return e.precision=function(t){return arguments.length?(o=(a=t*t)>0&&16,e):Math.sqrt(a)},e}function sn(t){var e=on(function(e,n){return t([e*$u,n*$u])});return function(t){return dn(e(t))}}function cn(t){this.stream=t}function ln(t,e){return{point:e,sphere:function(){t.sphere()},lineStart:function(){t.lineStart()},lineEnd:function(){t.lineEnd()},polygonStart:function(){t.polygonStart()},polygonEnd:function(){t.polygonEnd()}}}function fn(t){return hn(function(){return t})()}function hn(t){function e(t){return t=o(t[0]*Uu,t[1]*Uu),[t[0]*h+s,c-t[1]*h]}function n(t){return(t=o.invert((t[0]-s)/h,(c-t[1])/h))&&[t[0]*$u,t[1]*$u]}function r(){o=Ce(u=mn(g,y,v),a);var t=a(_,m);return s=d-t[0]*h,c=p+t[1]*h,i()}function i(){return l&&(l.valid=!1,l=null),e}var a,u,o,s,c,l,f=on(function(t,e){return t=a(t,e),[t[0]*h+s,c-t[1]*h]}),h=150,d=480,p=250,_=0,m=0,g=0,y=0,v=0,M=Bo,b=L,w=null,k=null;return e.stream=function(t){return l&&(l.valid=!1),l=dn(M(u,f(b(t)))),l.valid=!0,l},e.clipAngle=function(t){return arguments.length?(M=null==t?(w=t,Bo):$e((w=+t)*Uu),i()):w},e.clipExtent=function(t){return arguments.length?(k=t,b=t?Ge(t[0][0],t[0][1],t[1][0],t[1][1]):L,i()):k},e.scale=function(t){return arguments.length?(h=+t,r()):h},e.translate=function(t){return arguments.length?(d=+t[0],p=+t[1],r()):[d,p]},e.center=function(t){return arguments.length?(_=t[0]%360*Uu,m=t[1]%360*Uu,r()):[_*$u,m*$u]},e.rotate=function(t){return arguments.length?(g=t[0]%360*Uu,y=t[1]%360*Uu,v=t.length>2?t[2]%360*Uu:0,r()):[g*$u,y*$u,v*$u]},hu.rebind(e,f,"precision"),function(){return a=t.apply(this,arguments),e.invert=a.invert&&n,r()}}function dn(t){return ln(t,function(e,n){t.point(e*Uu,n*Uu)})}function pn(t,e){return[t,e]}function _n(t,e){return[t>Ru?t-Wu:t<-Ru?t+Wu:t,e]}function mn(t,e,n){return t?e||n?Ce(yn(t),vn(e,n)):yn(t):e||n?vn(e,n):_n}function gn(t){return function(e,n){return e+=t,[e>Ru?e-Wu:e<-Ru?e+Wu:e,n]}}function yn(t){var e=gn(t);return e.invert=gn(-t),e}function vn(t,e){function n(t,e){var n=Math.cos(e),o=Math.cos(t)*n,s=Math.sin(t)*n,c=Math.sin(e),l=c*r+o*i;return[Math.atan2(s*a-l*u,o*r-c*i),ut(l*a+s*u)]}var r=Math.cos(t),i=Math.sin(t),a=Math.cos(e),u=Math.sin(e);return n.invert=function(t,e){var n=Math.cos(e),o=Math.cos(t)*n,s=Math.sin(t)*n,c=Math.sin(e),l=c*a-s*u;return[Math.atan2(s*a+c*u,o*r+l*i),ut(l*r-o*i)]},n}function Mn(t,e){var n=Math.cos(t),r=Math.sin(t);return function(i,a,u,o){var s=u*e;null!=i?(i=bn(n,i),a=bn(n,a),(u>0?i<a:i>a)&&(i+=u*Wu)):(i=t+u*Wu,a=t-.5*s);for(var c,l=i;u>0?l>a:l<a;l-=s)o.point((c=De([n,-r*Math.cos(l),-r*Math.sin(l)]))[0],c[1])}}function bn(t,e){var n=Me(e);n[0]-=t,xe(n);var r=at(-n[1]);return((-n[2]<0?-r:r)+2*Math.PI-Iu)%(2*Math.PI)}function wn(t,e,n){var r=hu.range(t,e-Iu,n).concat(e);return function(t){return r.map(function(e){return[t,e]})}}function Ln(t,e,n){var r=hu.range(t,e-Iu,n).concat(e);return function(t){return r.map(function(e){return[e,t]})}}function kn(t){return t.source}function xn(t){return t.target}function Dn(t,e,n,r){var i=Math.cos(e),a=Math.sin(e),u=Math.cos(r),o=Math.sin(r),s=i*Math.cos(t),c=i*Math.sin(t),l=u*Math.cos(n),f=u*Math.sin(n),h=2*Math.asin(Math.sqrt(lt(r-e)+i*u*lt(n-t))),d=1/Math.sin(h),p=h?function(t){var e=Math.sin(t*=h)*d,n=Math.sin(h-t)*d,r=n*s+e*l,i=n*c+e*f,u=n*a+e*o;return[Math.atan2(i,r)*$u,Math.atan2(u,Math.sqrt(r*r+i*i))*$u]}:function(){return[t*$u,e*$u]};return p.distance=h,p}function Yn(){function t(t,i){var a=Math.sin(i*=Uu),u=Math.cos(i),o=wu((t*=Uu)-e),s=Math.cos(o);Ko+=Math.atan2(Math.sqrt((o=u*Math.sin(o))*o+(o=r*a-n*u*s)*o),n*a+r*u*s),e=t,n=a,r=u}var e,n,r;Xo.point=function(i,a){e=i*Uu,n=Math.sin(a*=Uu),r=Math.cos(a),Xo.point=t},Xo.lineEnd=function(){Xo.point=Xo.lineEnd=D}}function Tn(t,e){function n(e,n){var r=Math.cos(e),i=Math.cos(n),a=t(r*i);return[a*i*Math.sin(e),a*Math.sin(n)]}return n.invert=function(t,n){var r=Math.sqrt(t*t+n*n),i=e(r),a=Math.sin(i),u=Math.cos(i);return[Math.atan2(t*a,r*u),Math.asin(r&&n*a/r)]},n}function An(t,e){function n(t,e){u>0?e<-qu+Iu&&(e=-qu+Iu):e>qu-Iu&&(e=qu-Iu);var n=u/Math.pow(i(e),a);return[n*Math.sin(a*t),u-n*Math.cos(a*t)]}var r=Math.cos(t),i=function(t){return Math.tan(Ru/4+t/2)},a=t===e?Math.sin(t):Math.log(r/Math.cos(e))/Math.log(i(e)/i(t)),u=r*Math.pow(i(t),a)/a;return a?(n.invert=function(t,e){var n=u-e,r=rt(a)*Math.sqrt(t*t+n*n);return[Math.atan2(t,n)/a,2*Math.atan(Math.pow(u/r,1/a))-qu]},n):Sn}function En(t,e){function n(t,e){var n=a-e;return[n*Math.sin(i*t),a-n*Math.cos(i*t)]}var r=Math.cos(t),i=t===e?Math.sin(t):(r-Math.cos(e))/(e-t),a=r/i+t;return wu(i)<Iu?pn:(n.invert=function(t,e){var n=a-e;return[Math.atan2(t,n)/i,a-rt(i)*Math.sqrt(t*t+n*n)]},n)}function Sn(t,e){return[t,Math.log(Math.tan(Ru/4+e/2))]}function jn(t){var e,n=fn(t),r=n.scale,i=n.translate,a=n.clipExtent;return n.scale=function(){var t=r.apply(n,arguments);return t===n?e?n.clipExtent(null):n:t},n.translate=function(){var t=i.apply(n,arguments);return t===n?e?n.clipExtent(null):n:t},n.clipExtent=function(t){var u=a.apply(n,arguments);if(u===n){if(e=null==t){var o=Ru*r(),s=i();a([[s[0]-o,s[1]-o],[s[0]+o,s[1]+o]])}}else e&&(u=null);return u},n.clipExtent(null)}function Cn(t,e){return[Math.log(Math.tan(Ru/4+e/2)),-t]}function Fn(t){return t[0]}function On(t){return t[1]}function Hn(t){for(var e=t.length,n=[0,1],r=2,i=2;i<e;i++){for(;r>1&&it(t[n[r-2]],t[n[r-1]],t[i])<=0;)--r;n[r++]=i}return n.slice(0,r)}function Pn(t,e){return t[0]-e[0]||t[1]-e[1]}function Nn(t,e,n){return(n[0]-e[0])*(t[1]-e[1])<(n[1]-e[1])*(t[0]-e[0])}function In(t,e,n,r){var i=t[0],a=n[0],u=e[0]-i,o=r[0]-a,s=t[1],c=n[1],l=e[1]-s,f=r[1]-c,h=(o*(s-c)-f*(i-a))/(f*u-o*l);return[i+h*u,s+h*l]}function Bn(t){var e=t[0],n=t[t.length-1];return!(e[0]-n[0]||e[1]-n[1])}function Rn(){sr(this),this.edge=this.site=this.circle=null}function Wn(t){var e=ls.pop()||new Rn;return e.site=t,e}function zn(t){Qn(t),os.remove(t),ls.push(t),sr(t)}function qn(t){var e=t.circle,n=e.x,r=e.cy,i={x:n,y:r},a=t.P,u=t.N,o=[t];zn(t);for(var s=a;s.circle&&wu(n-s.circle.x)<Iu&&wu(r-s.circle.cy)<Iu;)a=s.P,o.unshift(s),zn(s),s=a;o.unshift(s),Qn(s);for(var c=u;c.circle&&wu(n-c.circle.x)<Iu&&wu(r-c.circle.cy)<Iu;)u=c.N,o.push(c),zn(c),c=u;o.push(c),Qn(c);var l,f=o.length;for(l=1;l<f;++l)c=o[l],s=o[l-1],ar(c.edge,s.site,c.site,i);s=o[0],c=o[f-1],c.edge=rr(s.site,c.site,null,i),Xn(s),Xn(c)}function Un(t){for(var e,n,r,i,a=t.x,u=t.y,o=os._;o;)if((r=$n(o,u)-a)>Iu)o=o.L;else{if(!((i=a-Vn(o,u))>Iu)){r>-Iu?(e=o.P,n=o):i>-Iu?(e=o,n=o.N):e=n=o;break}if(!o.R){e=o;break}o=o.R}var s=Wn(t);if(os.insert(e,s),e||n){if(e===n)return Qn(e),n=Wn(e.site),os.insert(s,n),s.edge=n.edge=rr(e.site,s.site),Xn(e),void Xn(n);if(!n)return void(s.edge=rr(e.site,s.site));Qn(e),Qn(n);var c=e.site,l=c.x,f=c.y,h=t.x-l,d=t.y-f,p=n.site,_=p.x-l,m=p.y-f,g=2*(h*m-d*_),y=h*h+d*d,v=_*_+m*m,M={x:(m*y-d*v)/g+l,y:(h*v-_*y)/g+f};ar(n.edge,c,p,M),s.edge=rr(c,t,null,M),n.edge=rr(t,p,null,M),Xn(e),Xn(n)}}function $n(t,e){var n=t.site,r=n.x,i=n.y,a=i-e;if(!a)return r;var u=t.P;if(!u)return-1/0;n=u.site;var o=n.x,s=n.y,c=s-e;if(!c)return o;var l=o-r,f=1/a-1/c,h=l/c;return f?(-h+Math.sqrt(h*h-2*f*(l*l/(-2*c)-s+c/2+i-a/2)))/f+r:(r+o)/2}function Vn(t,e){var n=t.N;if(n)return $n(n,e);var r=t.site;return r.y===e?r.x:1/0}function Gn(t){this.site=t,this.edges=[]}function Jn(t){for(var e,n,r,i,a,u,o,s,c,l,f=t[0][0],h=t[1][0],d=t[0][1],p=t[1][1],_=us,m=_.length;m--;)if((a=_[m])&&a.prepare())for(o=a.edges,s=o.length,u=0;u<s;)l=o[u].end(),r=l.x,i=l.y,c=o[++u%s].start(),e=c.x,n=c.y,(wu(r-e)>Iu||wu(i-n)>Iu)&&(o.splice(u,0,new ur(ir(a.site,l,wu(r-f)<Iu&&p-i>Iu?{x:f,y:wu(e-f)<Iu?n:p}:wu(i-p)<Iu&&h-r>Iu?{x:wu(n-p)<Iu?e:h,y:p}:wu(r-h)<Iu&&i-d>Iu?{x:h,y:wu(e-h)<Iu?n:d}:wu(i-d)<Iu&&r-f>Iu?{x:wu(n-d)<Iu?e:f,y:d}:null),a.site,null)),++s)}function Zn(t,e){return e.angle-t.angle}function Kn(){sr(this),this.x=this.y=this.arc=this.site=this.cy=null}function Xn(t){var e=t.P,n=t.N;if(e&&n){var r=e.site,i=t.site,a=n.site;if(r!==a){var u=i.x,o=i.y,s=r.x-u,c=r.y-o,l=a.x-u,f=a.y-o,h=2*(s*f-c*l);if(!(h>=-Bu)){var d=s*s+c*c,p=l*l+f*f,_=(f*d-c*p)/h,m=(s*p-l*d)/h,f=m+o,g=fs.pop()||new Kn;g.arc=t,g.site=i,g.x=_+u,g.y=f+Math.sqrt(_*_+m*m),g.cy=f,t.circle=g;for(var y=null,v=cs._;v;)if(g.y<v.y||g.y===v.y&&g.x<=v.x){if(!v.L){y=v.P;break}v=v.L}else{if(!v.R){y=v;break}v=v.R}cs.insert(y,g),y||(ss=g)}}}}function Qn(t){var e=t.circle;e&&(e.P||(ss=e.N),cs.remove(e),fs.push(e),sr(e),t.circle=null)}function tr(t){for(var e,n=as,r=Ve(t[0][0],t[0][1],t[1][0],t[1][1]),i=n.length;i--;)e=n[i],(!er(e,t)||!r(e)||wu(e.a.x-e.b.x)<Iu&&wu(e.a.y-e.b.y)<Iu)&&(e.a=e.b=null,n.splice(i,1))}function er(t,e){var n=t.b;if(n)return!0;var r,i,a=t.a,u=e[0][0],o=e[1][0],s=e[0][1],c=e[1][1],l=t.l,f=t.r,h=l.x,d=l.y,p=f.x,_=f.y,m=(h+p)/2,g=(d+_)/2;if(_===d){if(m<u||m>=o)return;if(h>p){if(a){if(a.y>=c)return}else a={x:m,y:s};n={x:m,y:c}}else{if(a){if(a.y<s)return}else a={x:m,y:c};n={x:m,y:s}}}else if(r=(h-p)/(_-d),i=g-r*m,r<-1||r>1)if(h>p){if(a){if(a.y>=c)return}else a={x:(s-i)/r,y:s};n={x:(c-i)/r,y:c}}else{if(a){if(a.y<s)return}else a={x:(c-i)/r,y:c};n={x:(s-i)/r,y:s}}else if(d<_){if(a){if(a.x>=o)return}else a={x:u,y:r*u+i};n={x:o,y:r*o+i}}else{if(a){if(a.x<u)return}else a={x:o,y:r*o+i};n={x:u,y:r*u+i}}return t.a=a,t.b=n,!0}function nr(t,e){this.l=t,this.r=e,this.a=this.b=null}function rr(t,e,n,r){var i=new nr(t,e);return as.push(i),n&&ar(i,t,e,n),r&&ar(i,e,t,r),us[t.i].edges.push(new ur(i,t,e)),us[e.i].edges.push(new ur(i,e,t)),i}function ir(t,e,n){var r=new nr(t,null);return r.a=e,r.b=n,as.push(r),r}function ar(t,e,n,r){t.a||t.b?t.l===n?t.b=r:t.a=r:(t.a=r,t.l=e,t.r=n)}function ur(t,e,n){var r=t.a,i=t.b;this.edge=t,this.site=e,this.angle=n?Math.atan2(n.y-e.y,n.x-e.x):t.l===e?Math.atan2(i.x-r.x,r.y-i.y):Math.atan2(r.x-i.x,i.y-r.y)}function or(){this._=null}function sr(t){t.U=t.C=t.L=t.R=t.P=t.N=null}function cr(t,e){var n=e,r=e.R,i=n.U;i?i.L===n?i.L=r:i.R=r:t._=r,r.U=i,n.U=r,n.R=r.L,n.R&&(n.R.U=n),r.L=n}function lr(t,e){var n=e,r=e.L,i=n.U;i?i.L===n?i.L=r:i.R=r:t._=r,r.U=i,n.U=r,n.L=r.R,n.L&&(n.L.U=n),r.R=n}function fr(t){for(;t.L;)t=t.L;return t}function hr(t,e){var n,r,i,a=t.sort(dr).pop();for(as=[],us=new Array(t.length),os=new or,cs=new or;;)if(i=ss,a&&(!i||a.y<i.y||a.y===i.y&&a.x<i.x))a.x===n&&a.y===r||(us[a.i]=new Gn(a),Un(a),n=a.x,r=a.y),a=t.pop();else{if(!i)break;qn(i.arc)}e&&(tr(e),Jn(e));var u={cells:us,edges:as};return os=cs=as=us=null,u}function dr(t,e){return e.y-t.y||e.x-t.x}function pr(t,e,n){return(t.x-n.x)*(e.y-t.y)-(t.x-e.x)*(n.y-t.y)}function _r(t){return t.x}function mr(t){return t.y}function gr(){return{leaf:!0,nodes:[],point:null,x:null,y:null}}function yr(t,e,n,r,i,a){if(!t(e,n,r,i,a)){var u=.5*(n+i),o=.5*(r+a),s=e.nodes;s[0]&&yr(t,s[0],n,r,u,o),s[1]&&yr(t,s[1],u,r,i,o),s[2]&&yr(t,s[2],n,o,u,a),s[3]&&yr(t,s[3],u,o,i,a)}}function vr(t,e,n,r,i,a,u){var o,s=1/0;return function t(c,l,f,h,d){if(!(l>a||f>u||h<r||d<i)){if(p=c.point){var p,_=e-c.x,m=n-c.y,g=_*_+m*m;if(g<s){var y=Math.sqrt(s=g);r=e-y,i=n-y,a=e+y,u=n+y,o=p}}for(var v=c.nodes,M=.5*(l+h),b=.5*(f+d),w=e>=M,L=n>=b,k=L<<1|w,x=k+4;k<x;++k)if(c=v[3&k])switch(3&k){case 0:t(c,l,f,M,b);break;case 1:t(c,M,f,h,b);break;case 2:t(c,l,b,M,d);break;case 3:t(c,M,b,h,d)}}}(t,r,i,a,u),o}function Mr(t,e){t=hu.rgb(t),e=hu.rgb(e);var n=t.r,r=t.g,i=t.b,a=e.r-n,u=e.g-r,o=e.b-i;return function(t){return"#"+xt(Math.round(n+a*t))+xt(Math.round(r+u*t))+xt(Math.round(i+o*t))}}function br(t,e){var n,r={},i={};for(n in t)n in e?r[n]=kr(t[n],e[n]):i[n]=t[n];for(n in e)n in t||(i[n]=e[n]);return function(t){for(n in r)i[n]=r[n](t);return i}}function wr(t,e){return t=+t,e=+e,function(n){return t*(1-n)+e*n}}function Lr(t,e){var n,r,i,a=ds.lastIndex=ps.lastIndex=0,u=-1,o=[],s=[];for(t+="",e+="";(n=ds.exec(t))&&(r=ps.exec(e));)(i=r.index)>a&&(i=e.slice(a,i),o[u]?o[u]+=i:o[++u]=i),(n=n[0])===(r=r[0])?o[u]?o[u]+=r:o[++u]=r:(o[++u]=null,s.push({i:u,x:wr(n,r)})),a=ps.lastIndex;return a<e.length&&(i=e.slice(a),o[u]?o[u]+=i:o[++u]=i),o.length<2?s[0]?(e=s[0].x,function(t){return e(t)+""}):function(){return e}:(e=s.length,function(t){for(var n,r=0;r<e;++r)o[(n=s[r]).i]=n.x(t);return o.join("")})}function kr(t,e){for(var n,r=hu.interpolators.length;--r>=0&&!(n=hu.interpolators[r](t,e)););return n}function xr(t,e){var n,r=[],i=[],a=t.length,u=e.length,o=Math.min(t.length,e.length);for(n=0;n<o;++n)r.push(kr(t[n],e[n]));for(;n<a;++n)i[n]=t[n];for(;n<u;++n)i[n]=e[n];return function(t){for(n=0;n<o;++n)i[n]=r[n](t);return i}}function Dr(t){return function(e){return e<=0?0:e>=1?1:t(e)}}function Yr(t){return function(e){return 1-t(1-e)}}function Tr(t){return function(e){return.5*(e<.5?t(2*e):2-t(2-2*e))}}function Ar(t){return t*t}function Er(t){return t*t*t}function Sr(t){if(t<=0)return 0;if(t>=1)return 1;var e=t*t,n=e*t;return 4*(t<.5?n:3*(t-e)+n-.75)}function jr(t){return function(e){return Math.pow(e,t)}}function Cr(t){return 1-Math.cos(t*qu)}function Fr(t){return Math.pow(2,10*(t-1))}function Or(t){return 1-Math.sqrt(1-t*t)}function Hr(t,e){var n;return arguments.length<2&&(e=.45),arguments.length?n=e/Wu*Math.asin(1/t):(t=1,n=e/4),function(r){return 1+t*Math.pow(2,-10*r)*Math.sin((r-n)*Wu/e)}}function Pr(t){return t||(t=1.70158),function(e){return e*e*((t+1)*e-t)}}function Nr(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375}function Ir(t,e){t=hu.hcl(t),e=hu.hcl(e);var n=t.h,r=t.c,i=t.l,a=e.h-n,u=e.c-r,o=e.l-i;return isNaN(u)&&(u=0,r=isNaN(r)?e.c:r),isNaN(a)?(a=0,n=isNaN(n)?e.h:n):a>180?a-=360:a<-180&&(a+=360),function(t){return _t(n+a*t,r+u*t,i+o*t)+""}}function Br(t,e){t=hu.hsl(t),e=hu.hsl(e);var n=t.h,r=t.s,i=t.l,a=e.h-n,u=e.s-r,o=e.l-i;return isNaN(u)&&(u=0,r=isNaN(r)?e.s:r),isNaN(a)?(a=0,n=isNaN(n)?e.h:n):a>180?a-=360:a<-180&&(a+=360),function(t){return dt(n+a*t,r+u*t,i+o*t)+""}}function Rr(t,e){t=hu.lab(t),e=hu.lab(e);var n=t.l,r=t.a,i=t.b,a=e.l-n,u=e.a-r,o=e.b-i;return function(t){return gt(n+a*t,r+u*t,i+o*t)+""}}function Wr(t,e){return e-=t,function(n){return Math.round(t+e*n)}}function zr(t){var e=[t.a,t.b],n=[t.c,t.d],r=Ur(e),i=qr(e,n),a=Ur($r(n,e,-i))||0;e[0]*n[1]<n[0]*e[1]&&(e[0]*=-1,e[1]*=-1,r*=-1,i*=-1),this.rotate=(r?Math.atan2(e[1],e[0]):Math.atan2(-n[0],n[1]))*$u,this.translate=[t.e,t.f],this.scale=[r,a],this.skew=a?Math.atan2(i,a)*$u:0}function qr(t,e){return t[0]*e[0]+t[1]*e[1]}function Ur(t){var e=Math.sqrt(qr(t,t));return e&&(t[0]/=e,t[1]/=e),e}function $r(t,e,n){return t[0]+=n*e[0],t[1]+=n*e[1],t}function Vr(t){return t.length?t.pop()+",":""}function Gr(t,e,n,r){if(t[0]!==e[0]||t[1]!==e[1]){var i=n.push("translate(",null,",",null,")");r.push({i:i-4,x:wr(t[0],e[0])},{i:i-2,x:wr(t[1],e[1])})}else(e[0]||e[1])&&n.push("translate("+e+")")}function Jr(t,e,n,r){t!==e?(t-e>180?e+=360:e-t>180&&(t+=360),r.push({i:n.push(Vr(n)+"rotate(",null,")")-2,x:wr(t,e)})):e&&n.push(Vr(n)+"rotate("+e+")")}function Zr(t,e,n,r){t!==e?r.push({i:n.push(Vr(n)+"skewX(",null,")")-2,x:wr(t,e)}):e&&n.push(Vr(n)+"skewX("+e+")")}function Kr(t,e,n,r){if(t[0]!==e[0]||t[1]!==e[1]){var i=n.push(Vr(n)+"scale(",null,",",null,")");r.push({i:i-4,x:wr(t[0],e[0])},{i:i-2,x:wr(t[1],e[1])})}else 1===e[0]&&1===e[1]||n.push(Vr(n)+"scale("+e+")")}function Xr(t,e){var n=[],r=[];return t=hu.transform(t),e=hu.transform(e),Gr(t.translate,e.translate,n,r),Jr(t.rotate,e.rotate,n,r),Zr(t.skew,e.skew,n,r),Kr(t.scale,e.scale,n,r),t=e=null,function(t){for(var e,i=-1,a=r.length;++i<a;)n[(e=r[i]).i]=e.x(t);return n.join("")}}function Qr(t,e){return e=(e-=t=+t)||1/e,function(n){return(n-t)/e}}function ti(t,e){return e=(e-=t=+t)||1/e,function(n){return Math.max(0,Math.min(1,(n-t)/e))}}function ei(t){for(var e=t.source,n=t.target,r=ri(e,n),i=[e];e!==r;)e=e.parent,i.push(e);for(var a=i.length;n!==r;)i.splice(a,0,n),n=n.parent;return i}function ni(t){for(var e=[],n=t.parent;null!=n;)e.push(t),t=n,n=n.parent;return e.push(t),e}function ri(t,e){if(t===e)return t;for(var n=ni(t),r=ni(e),i=n.pop(),a=r.pop(),u=null;i===a;)u=i,i=n.pop(),a=r.pop();return u}function ii(t){t.fixed|=2}function ai(t){t.fixed&=-7}function ui(t){t.fixed|=4,t.px=t.x,t.py=t.y}function oi(t){t.fixed&=-5}function si(t,e,n){var r=0,i=0;if(t.charge=0,!t.leaf)for(var a,u=t.nodes,o=u.length,s=-1;++s<o;)null!=(a=u[s])&&(si(a,e,n),t.charge+=a.charge,r+=a.charge*a.cx,i+=a.charge*a.cy);if(t.point){t.leaf||(t.point.x+=Math.random()-.5,t.point.y+=Math.random()-.5);var c=e*n[t.point.index];t.charge+=t.pointCharge=c,r+=c*t.point.x,i+=c*t.point.y}t.cx=r/t.charge,t.cy=i/t.charge}function ci(t,e){return hu.rebind(t,e,"sort","children","value"),t.nodes=t,t.links=_i,t}function li(t,e){for(var n=[t];null!=(t=n.pop());)if(e(t),(i=t.children)&&(r=i.length))for(var r,i;--r>=0;)n.push(i[r])}function fi(t,e){for(var n=[t],r=[];null!=(t=n.pop());)if(r.push(t),(a=t.children)&&(i=a.length))for(var i,a,u=-1;++u<i;)n.push(a[u]);for(;null!=(t=r.pop());)e(t)}function hi(t){return t.children}function di(t){return t.value}function pi(t,e){return e.value-t.value}function _i(t){return hu.merge(t.map(function(t){return(t.children||[]).map(function(e){return{source:t,target:e}})}))}function mi(t){return t.x}function gi(t){return t.y}function yi(t,e,n){t.y0=e,t.y=n}function vi(t){return hu.range(t.length)}function Mi(t){for(var e=-1,n=t[0].length,r=[];++e<n;)r[e]=0;return r}function bi(t){for(var e,n=1,r=0,i=t[0][1],a=t.length;n<a;++n)(e=t[n][1])>i&&(r=n,i=e);return r}function wi(t){return t.reduce(Li,0)}function Li(t,e){return t+e[1]}function ki(t,e){return xi(t,Math.ceil(Math.log(e.length)/Math.LN2+1))}function xi(t,e){for(var n=-1,r=+t[0],i=(t[1]-r)/e,a=[];++n<=e;)a[n]=i*n+r;return a}function Di(t){return[hu.min(t),hu.max(t)]}function Yi(t,e){return t.value-e.value}function Ti(t,e){var n=t._pack_next;t._pack_next=e,e._pack_prev=t,e._pack_next=n,n._pack_prev=e}function Ai(t,e){t._pack_next=e,e._pack_prev=t}function Ei(t,e){var n=e.x-t.x,r=e.y-t.y,i=t.r+e.r;return.999*i*i>n*n+r*r}function Si(t){function e(t){l=Math.min(t.x-t.r,l),f=Math.max(t.x+t.r,f),h=Math.min(t.y-t.r,h),d=Math.max(t.y+t.r,d)}if((n=t.children)&&(c=n.length)){var n,r,i,a,u,o,s,c,l=1/0,f=-1/0,h=1/0,d=-1/0;if(n.forEach(ji),r=n[0],r.x=-r.r,r.y=0,e(r),c>1&&(i=n[1],i.x=i.r,i.y=0,e(i),c>2))for(a=n[2],Oi(r,i,a),e(a),Ti(r,a),r._pack_prev=a,Ti(a,i),i=r._pack_next,u=3;u<c;u++){Oi(r,i,a=n[u]);var p=0,_=1,m=1;for(o=i._pack_next;o!==i;o=o._pack_next,_++)if(Ei(o,a)){p=1;break}if(1==p)for(s=r._pack_prev;s!==o._pack_prev&&!Ei(s,a);s=s._pack_prev,m++);p?(_<m||_==m&&i.r<r.r?Ai(r,i=o):Ai(r=s,i),u--):(Ti(r,a),i=a,e(a))}var g=(l+f)/2,y=(h+d)/2,v=0;for(u=0;u<c;u++)a=n[u],a.x-=g,a.y-=y,v=Math.max(v,a.r+Math.sqrt(a.x*a.x+a.y*a.y));t.r=v,n.forEach(Ci)}}function ji(t){t._pack_next=t._pack_prev=t}function Ci(t){delete t._pack_next,delete t._pack_prev}function Fi(t,e,n,r){var i=t.children;if(t.x=e+=r*t.x,t.y=n+=r*t.y,t.r*=r,i)for(var a=-1,u=i.length;++a<u;)Fi(i[a],e,n,r)}function Oi(t,e,n){var r=t.r+n.r,i=e.x-t.x,a=e.y-t.y;if(r&&(i||a)){var u=e.r+n.r,o=i*i+a*a;u*=u,r*=r;var s=.5+(r-u)/(2*o),c=Math.sqrt(Math.max(0,2*u*(r+o)-(r-=o)*r-u*u))/(2*o);n.x=t.x+s*i+c*a,n.y=t.y+s*a-c*i}else n.x=t.x+r,n.y=t.y}function Hi(t,e){return t.parent==e.parent?1:2}function Pi(t){var e=t.children;return e.length?e[0]:t.t}function Ni(t){var e,n=t.children;return(e=n.length)?n[e-1]:t.t}function Ii(t,e,n){var r=n/(e.i-t.i);e.c-=r,e.s+=n,t.c+=r,e.z+=n,e.m+=n}function Bi(t){for(var e,n=0,r=0,i=t.children,a=i.length;--a>=0;)e=i[a],e.z+=n,e.m+=n,n+=e.s+(r+=e.c)}function Ri(t,e,n){return t.a.parent===e.parent?t.a:n}function Wi(t){return 1+hu.max(t,function(t){return t.y})}function zi(t){return t.reduce(function(t,e){return t+e.x},0)/t.length}function qi(t){var e=t.children;return e&&e.length?qi(e[0]):t}function Ui(t){var e,n=t.children;return n&&(e=n.length)?Ui(n[e-1]):t}function $i(t){return{x:t.x,y:t.y,dx:t.dx,dy:t.dy}}function Vi(t,e){var n=t.x+e[3],r=t.y+e[0],i=t.dx-e[1]-e[3],a=t.dy-e[0]-e[2];return i<0&&(n+=i/2,i=0),a<0&&(r+=a/2,a=0),{x:n,y:r,dx:i,dy:a}}function Gi(t){var e=t[0],n=t[t.length-1];return e<n?[e,n]:[n,e]}function Ji(t){return t.rangeExtent?t.rangeExtent():Gi(t.range())}function Zi(t,e,n,r){var i=n(t[0],t[1]),a=r(e[0],e[1]);return function(t){return a(i(t))}}function Ki(t,e){var n,r=0,i=t.length-1,a=t[r],u=t[i];return u<a&&(n=r,r=i,i=n,n=a,a=u,u=n),t[r]=e.floor(a),t[i]=e.ceil(u),t}function Xi(t){return t?{floor:function(e){return Math.floor(e/t)*t},ceil:function(e){return Math.ceil(e/t)*t}}:xs}function Qi(t,e,n,r){var i=[],a=[],u=0,o=Math.min(t.length,e.length)-1;for(t[o]<t[0]&&(t=t.slice().reverse(),e=e.slice().reverse());++u<=o;)i.push(n(t[u-1],t[u])),a.push(r(e[u-1],e[u]));return function(e){var n=hu.bisect(t,e,1,o)-1;return a[n](i[n](e))}}function ta(t,e,n,r){function i(){var i=Math.min(t.length,e.length)>2?Qi:Zi,s=r?ti:Qr;return u=i(t,e,s,n),o=i(e,t,s,kr),a}function a(t){return u(t)}var u,o;return a.invert=function(t){return o(t)},a.domain=function(e){return arguments.length?(t=e.map(Number),i()):t},a.range=function(t){return arguments.length?(e=t,i()):e},a.rangeRound=function(t){return a.range(t).interpolate(Wr)},a.clamp=function(t){return arguments.length?(r=t,i()):r},a.interpolate=function(t){return arguments.length?(n=t,i()):n},a.ticks=function(e){return ia(t,e)},a.tickFormat=function(e,n){return aa(t,e,n)},a.nice=function(e){return na(t,e),i()},a.copy=function(){return ta(t,e,n,r)},i()}function ea(t,e){return hu.rebind(t,e,"range","rangeRound","interpolate","clamp")}function na(t,e){return Ki(t,Xi(ra(t,e)[2])),Ki(t,Xi(ra(t,e)[2])),t}function ra(t,e){null==e&&(e=10);var n=Gi(t),r=n[1]-n[0],i=Math.pow(10,Math.floor(Math.log(r/e)/Math.LN10)),a=e/r*i;return a<=.15?i*=10:a<=.35?i*=5:a<=.75&&(i*=2),n[0]=Math.ceil(n[0]/i)*i,n[1]=Math.floor(n[1]/i)*i+.5*i,n[2]=i,n}function ia(t,e){return hu.range.apply(hu,ra(t,e))}function aa(t,e,n){var r=ra(t,e);if(n){var i=ho.exec(n);if(i.shift(),"s"===i[8]){var a=hu.formatPrefix(Math.max(wu(r[0]),wu(r[1])));return i[7]||(i[7]="."+ua(a.scale(r[2]))),i[8]="f",n=hu.format(i.join("")),function(t){return n(a.scale(t))+a.symbol}}i[7]||(i[7]="."+oa(i[8],r)),n=i.join("")}else n=",."+ua(r[2])+"f";return hu.format(n)}function ua(t){return-Math.floor(Math.log(t)/Math.LN10+.01)}function oa(t,e){var n=ua(e[2]);return t in Ds?Math.abs(n-ua(Math.max(wu(e[0]),wu(e[1]))))+ +("e"!==t):n-2*("%"===t)}function sa(t,e,n,r){function i(t){return(n?Math.log(t<0?0:t):-Math.log(t>0?0:-t))/Math.log(e)}function a(t){return n?Math.pow(e,t):-Math.pow(e,-t)}function u(e){return t(i(e))}return u.invert=function(e){return a(t.invert(e))},u.domain=function(e){return arguments.length?(n=e[0]>=0,t.domain((r=e.map(Number)).map(i)),u):r},u.base=function(n){return arguments.length?(e=+n,t.domain(r.map(i)),u):e},u.nice=function(){var e=Ki(r.map(i),n?Math:Ts);return t.domain(e),r=e.map(a),u},u.ticks=function(){var t=Gi(r),u=[],o=t[0],s=t[1],c=Math.floor(i(o)),l=Math.ceil(i(s)),f=e%1?2:e;if(isFinite(l-c)){if(n){for(;c<l;c++)for(var h=1;h<f;h++)u.push(a(c)*h);u.push(a(c))}else for(u.push(a(c));c++<l;)for(var h=f-1;h>0;h--)u.push(a(c)*h);for(c=0;u[c]<o;c++);for(l=u.length;u[l-1]>s;l--);u=u.slice(c,l)}return u},u.tickFormat=function(t,n){if(!arguments.length)return Ys;arguments.length<2?n=Ys:"function"!=typeof n&&(n=hu.format(n));var r=Math.max(1,e*t/u.ticks().length);return function(t){var u=t/a(Math.round(i(t)));return u*e<e-.5&&(u*=e),u<=r?n(t):""}},u.copy=function(){return sa(t.copy(),e,n,r)},ea(u,t)}function ca(t,e,n){function r(e){return t(i(e))}var i=la(e),a=la(1/e);return r.invert=function(e){return a(t.invert(e))},r.domain=function(e){return arguments.length?(t.domain((n=e.map(Number)).map(i)),r):n},r.ticks=function(t){return ia(n,t)},r.tickFormat=function(t,e){return aa(n,t,e)},r.nice=function(t){return r.domain(na(n,t))},r.exponent=function(u){return arguments.length?(i=la(e=u),a=la(1/e),t.domain(n.map(i)),r):e},r.copy=function(){return ca(t.copy(),e,n)},ea(r,t)}function la(t){return function(e){return e<0?-Math.pow(-e,t):Math.pow(e,t)}}function fa(t,e){function n(n){return a[((i.get(n)||("range"===e.t?i.set(n,t.push(n)):NaN))-1)%a.length]}function r(e,n){return hu.range(t.length).map(function(t){return e+n*t})}var i,a,u;return n.domain=function(r){if(!arguments.length)return t;t=[],i=new p;for(var a,u=-1,o=r.length;++u<o;)i.has(a=r[u])||i.set(a,t.push(a));return n[e.t].apply(n,e.a)},n.range=function(t){return arguments.length?(a=t,u=0,e={t:"range",a:arguments},n):a},n.rangePoints=function(i,o){arguments.length<2&&(o=0);var s=i[0],c=i[1],l=t.length<2?(s=(s+c)/2,0):(c-s)/(t.length-1+o);return a=r(s+l*o/2,l),u=0,e={t:"rangePoints",a:arguments},n},n.rangeRoundPoints=function(i,o){arguments.length<2&&(o=0);var s=i[0],c=i[1],l=t.length<2?(s=c=Math.round((s+c)/2),0):(c-s)/(t.length-1+o)|0;return a=r(s+Math.round(l*o/2+(c-s-(t.length-1+o)*l)/2),l),u=0,e={t:"rangeRoundPoints",a:arguments},n},n.rangeBands=function(i,o,s){arguments.length<2&&(o=0),arguments.length<3&&(s=o);var c=i[1]<i[0],l=i[c-0],f=i[1-c],h=(f-l)/(t.length-o+2*s);return a=r(l+h*s,h),c&&a.reverse(),u=h*(1-o),e={t:"rangeBands",a:arguments},n},n.rangeRoundBands=function(i,o,s){arguments.length<2&&(o=0),arguments.length<3&&(s=o);var c=i[1]<i[0],l=i[c-0],f=i[1-c],h=Math.floor((f-l)/(t.length-o+2*s));return a=r(l+Math.round((f-l-(t.length-o)*h)/2),h),c&&a.reverse(),u=Math.round(h*(1-o)),e={t:"rangeRoundBands",a:arguments},n},n.rangeBand=function(){return u},n.rangeExtent=function(){return Gi(e.a[0])},n.copy=function(){return fa(t,e)},n.domain(t)}function ha(t,e){function n(){var n=0,a=e.length;for(i=[];++n<a;)i[n-1]=hu.quantile(t,n/a);return r}function r(t){if(!isNaN(t=+t))return e[hu.bisect(i,t)]}var i;return r.domain=function(e){return arguments.length?(t=e.map(s).filter(c).sort(o),n()):t},r.range=function(t){return arguments.length?(e=t,n()):e},r.quantiles=function(){return i},r.invertExtent=function(n){return n=e.indexOf(n),n<0?[NaN,NaN]:[n>0?i[n-1]:t[0],n<i.length?i[n]:t[t.length-1]]},r.copy=function(){return ha(t,e)},n()}function da(t,e,n){function r(e){return n[Math.max(0,Math.min(u,Math.floor(a*(e-t))))]}function i(){return a=n.length/(e-t),u=n.length-1,r}var a,u;return r.domain=function(n){return arguments.length?(t=+n[0],e=+n[n.length-1],i()):[t,e]},r.range=function(t){return arguments.length?(n=t,i()):n},r.invertExtent=function(e){return e=n.indexOf(e),e=e<0?NaN:e/a+t,[e,e+1/a]},r.copy=function(){return da(t,e,n)},i()}function pa(t,e){function n(n){if(n<=n)return e[hu.bisect(t,n)]}return n.domain=function(e){return arguments.length?(t=e,n):t},n.range=function(t){return arguments.length?(e=t,n):e},n.invertExtent=function(n){return n=e.indexOf(n),[t[n-1],t[n]]},n.copy=function(){return pa(t,e)},n}function _a(t){function e(t){return+t}return e.invert=e,e.domain=e.range=function(n){return arguments.length?(t=n.map(e),e):t},e.ticks=function(e){return ia(t,e)},e.tickFormat=function(e,n){return aa(t,e,n)},e.copy=function(){return _a(t)},e}function ma(){return 0}function ga(t){return t.innerRadius}function ya(t){return t.outerRadius}function va(t){return t.startAngle}function Ma(t){return t.endAngle}function ba(t){return t&&t.padAngle}function wa(t,e,n,r){return(t-n)*e-(e-r)*t>0?0:1}function La(t,e,n,r,i){var a=t[0]-e[0],u=t[1]-e[1],o=(i?r:-r)/Math.sqrt(a*a+u*u),s=o*u,c=-o*a,l=t[0]+s,f=t[1]+c,h=e[0]+s,d=e[1]+c,p=(l+h)/2,_=(f+d)/2,m=h-l,g=d-f,y=m*m+g*g,v=n-r,M=l*d-h*f,b=(g<0?-1:1)*Math.sqrt(Math.max(0,v*v*y-M*M)),w=(M*g-m*b)/y,L=(-M*m-g*b)/y,k=(M*g+m*b)/y,x=(-M*m+g*b)/y,D=w-p,Y=L-_,T=k-p,A=x-_;return D*D+Y*Y>T*T+A*A&&(w=k,L=x),[[w-s,L-c],[w*n/v,L*n/v]]}function ka(t){function e(e){function u(){c.push("M",a(t(l),o))}for(var s,c=[],l=[],f=-1,h=e.length,d=St(n),p=St(r);++f<h;)i.call(this,s=e[f],f)?l.push([+d.call(this,s,f),+p.call(this,s,f)]):l.length&&(u(),l=[]);return l.length&&u(),c.length?c.join(""):null}var n=Fn,r=On,i=Fe,a=xa,u=a.key,o=.7;return e.x=function(t){return arguments.length?(n=t,e):n},e.y=function(t){return arguments.length?(r=t,e):r},e.defined=function(t){return arguments.length?(i=t,e):i},e.interpolate=function(t){return arguments.length?(u="function"==typeof t?a=t:(a=Fs.get(t)||xa).key,e):u},e.tension=function(t){return arguments.length?(o=t,e):o},e}function xa(t){return t.length>1?t.join("L"):t+"Z"}function Da(t){return t.join("L")+"Z"}function Ya(t){for(var e=0,n=t.length,r=t[0],i=[r[0],",",r[1]];++e<n;)i.push("H",(r[0]+(r=t[e])[0])/2,"V",r[1]);return n>1&&i.push("H",r[0]),i.join("")}function Ta(t){for(var e=0,n=t.length,r=t[0],i=[r[0],",",r[1]];++e<n;)i.push("V",(r=t[e])[1],"H",r[0]);return i.join("")}function Aa(t){for(var e=0,n=t.length,r=t[0],i=[r[0],",",r[1]];++e<n;)i.push("H",(r=t[e])[0],"V",r[1]);return i.join("")}function Ea(t,e){return t.length<4?xa(t):t[1]+Ca(t.slice(1,-1),Fa(t,e))}function Sa(t,e){return t.length<3?Da(t):t[0]+Ca((t.push(t[0]),t),Fa([t[t.length-2]].concat(t,[t[1]]),e))}function ja(t,e){return t.length<3?xa(t):t[0]+Ca(t,Fa(t,e))}function Ca(t,e){if(e.length<1||t.length!=e.length&&t.length!=e.length+2)return xa(t);var n=t.length!=e.length,r="",i=t[0],a=t[1],u=e[0],o=u,s=1;if(n&&(r+="Q"+(a[0]-2*u[0]/3)+","+(a[1]-2*u[1]/3)+","+a[0]+","+a[1],i=t[1],s=2),e.length>1){o=e[1],a=t[s],s++,r+="C"+(i[0]+u[0])+","+(i[1]+u[1])+","+(a[0]-o[0])+","+(a[1]-o[1])+","+a[0]+","+a[1];for(var c=2;c<e.length;c++,s++)a=t[s],o=e[c],r+="S"+(a[0]-o[0])+","+(a[1]-o[1])+","+a[0]+","+a[1]}if(n){var l=t[s];r+="Q"+(a[0]+2*o[0]/3)+","+(a[1]+2*o[1]/3)+","+l[0]+","+l[1]}return r}function Fa(t,e){for(var n,r=[],i=(1-e)/2,a=t[0],u=t[1],o=1,s=t.length;++o<s;)n=a,a=u,u=t[o],r.push([i*(u[0]-n[0]),i*(u[1]-n[1])]);return r}function Oa(t){if(t.length<3)return xa(t);var e=1,n=t.length,r=t[0],i=r[0],a=r[1],u=[i,i,i,(r=t[1])[0]],o=[a,a,a,r[1]],s=[i,",",a,"L",Ia(Ps,u),",",Ia(Ps,o)];for(t.push(t[n-1]);++e<=n;)r=t[e],u.shift(),u.push(r[0]),o.shift(),o.push(r[1]),Ba(s,u,o);return t.pop(),s.push("L",r),s.join("")}function Ha(t){if(t.length<4)return xa(t);for(var e,n=[],r=-1,i=t.length,a=[0],u=[0];++r<3;)e=t[r],a.push(e[0]),u.push(e[1]);for(n.push(Ia(Ps,a)+","+Ia(Ps,u)),--r;++r<i;)e=t[r],a.shift(),a.push(e[0]),u.shift(),u.push(e[1]),Ba(n,a,u);return n.join("")}function Pa(t){for(var e,n,r=-1,i=t.length,a=i+4,u=[],o=[];++r<4;)n=t[r%i],u.push(n[0]),o.push(n[1]);for(e=[Ia(Ps,u),",",Ia(Ps,o)],--r;++r<a;)n=t[r%i],u.shift(),u.push(n[0]),o.shift(),o.push(n[1]),Ba(e,u,o);return e.join("")}function Na(t,e){var n=t.length-1;if(n)for(var r,i,a=t[0][0],u=t[0][1],o=t[n][0]-a,s=t[n][1]-u,c=-1;++c<=n;)r=t[c],i=c/n,r[0]=e*r[0]+(1-e)*(a+i*o),r[1]=e*r[1]+(1-e)*(u+i*s);return Oa(t)}function Ia(t,e){return t[0]*e[0]+t[1]*e[1]+t[2]*e[2]+t[3]*e[3]}function Ba(t,e,n){t.push("C",Ia(Os,e),",",Ia(Os,n),",",Ia(Hs,e),",",Ia(Hs,n),",",Ia(Ps,e),",",Ia(Ps,n))}function Ra(t,e){return(e[1]-t[1])/(e[0]-t[0])}function Wa(t){for(var e=0,n=t.length-1,r=[],i=t[0],a=t[1],u=r[0]=Ra(i,a);++e<n;)r[e]=(u+(u=Ra(i=a,a=t[e+1])))/2;return r[e]=u,r}function za(t){for(var e,n,r,i,a=[],u=Wa(t),o=-1,s=t.length-1;++o<s;)e=Ra(t[o],t[o+1]),wu(e)<Iu?u[o]=u[o+1]=0:(n=u[o]/e,r=u[o+1]/e,(i=n*n+r*r)>9&&(i=3*e/Math.sqrt(i),u[o]=i*n,u[o+1]=i*r));for(o=-1;++o<=s;)i=(t[Math.min(s,o+1)][0]-t[Math.max(0,o-1)][0])/(6*(1+u[o]*u[o])),a.push([i||0,u[o]*i||0]);return a}function qa(t){return t.length<3?xa(t):t[0]+Ca(t,za(t))}function Ua(t){for(var e,n,r,i=-1,a=t.length;++i<a;)e=t[i],n=e[0],r=e[1]-qu,e[0]=n*Math.cos(r),e[1]=n*Math.sin(r);return t}function $a(t){function e(e){function s(){_.push("M",o(t(g),f),l,c(t(m.reverse()),f),"Z")}for(var h,d,p,_=[],m=[],g=[],y=-1,v=e.length,M=St(n),b=St(i),w=n===r?function(){return d}:St(r),L=i===a?function(){return p}:St(a);++y<v;)u.call(this,h=e[y],y)?(m.push([d=+M.call(this,h,y),p=+b.call(this,h,y)]),g.push([+w.call(this,h,y),+L.call(this,h,y)])):m.length&&(s(),m=[],g=[]);return m.length&&s(),_.length?_.join(""):null}var n=Fn,r=Fn,i=0,a=On,u=Fe,o=xa,s=o.key,c=o,l="L",f=.7;return e.x=function(t){return arguments.length?(n=r=t,e):r},e.x0=function(t){return arguments.length?(n=t,e):n},e.x1=function(t){return arguments.length?(r=t,e):r},e.y=function(t){return arguments.length?(i=a=t,e):a},e.y0=function(t){return arguments.length?(i=t,e):i},e.y1=function(t){return arguments.length?(a=t,e):a},e.defined=function(t){return arguments.length?(u=t,e):u},e.interpolate=function(t){return arguments.length?(s="function"==typeof t?o=t:(o=Fs.get(t)||xa).key,c=o.reverse||o,l=o.closed?"M":"L",e):s},e.tension=function(t){return arguments.length?(f=t,e):f},e}function Va(t){return t.radius}function Ga(t){return[t.x,t.y]}function Ja(t){return function(){var e=t.apply(this,arguments),n=e[0],r=e[1]-qu;return[n*Math.cos(r),n*Math.sin(r)]}}function Za(){return 64}function Ka(){return"circle"}function Xa(t){var e=Math.sqrt(t/Ru);return"M0,"+e+"A"+e+","+e+" 0 1,1 0,"+-e+"A"+e+","+e+" 0 1,1 0,"+e+"Z"}function Qa(t){return function(){var e,n,r;(e=this[t])&&(r=e[n=e.active])&&(r.timer.c=null,r.timer.t=NaN,--e.count?delete e[n]:delete this[t],e.active+=.5,r.event&&r.event.interrupt.call(this,this.__data__,r.index))}}function tu(t,e,n){return Yu(t,qs),t.namespace=e,t.id=n,t}function eu(t,e,n,r){var i=t.id,a=t.namespace;return G(t,"function"==typeof n?function(t,u,o){t[a][i].tween.set(e,r(n.call(t,t.__data__,u,o)))}:(n=r(n),function(t){t[a][i].tween.set(e,n)}))}function nu(t){return null==t&&(t=""),function(){this.textContent=t}}function ru(t){return null==t?"__transition__":"__transition_"+t+"__"}function iu(t,e,n,r,i){function a(t){var e=_.delay;if(c.t=e+s,e<=t)return u(t-e);c.c=u}function u(n){var i=d.active,a=d[i];a&&(a.timer.c=null,a.timer.t=NaN,--d.count,delete d[i],a.event&&a.event.interrupt.call(t,t.__data__,a.index));for(var u in d)if(+u<r){var p=d[u];p.timer.c=null,p.timer.t=NaN,--d.count,delete d[u]}c.c=o,Ht(function(){return c.c&&o(n||1)&&(c.c=null,c.t=NaN),1},0,s),d.active=r,_.event&&_.event.start.call(t,t.__data__,e),h=[],_.tween.forEach(function(n,r){(r=r.call(t,t.__data__,e))&&h.push(r)}),f=_.ease,l=_.duration}function o(i){for(var a=i/l,u=f(a),o=h.length;o>0;)h[--o].call(t,u);if(a>=1)return _.event&&_.event.end.call(t,t.__data__,e),--d.count?delete d[r]:delete t[n],1}var s,c,l,f,h,d=t[n]||(t[n]={active:0,count:0}),_=d[r];_||(s=i.time,c=Ht(a,0,s),_=d[r]={tween:new p,time:s,timer:c,delay:i.delay,duration:i.duration,ease:i.ease,index:e},i=null,++d.count)}function au(t,e,n){t.attr("transform",function(t){var r=e(t);return"translate("+(isFinite(r)?r:n(t))+",0)"})}function uu(t,e,n){t.attr("transform",function(t){var r=e(t);return"translate(0,"+(isFinite(r)?r:n(t))+")"})}function ou(t){return t.toISOString()}function su(t,e,n){function r(e){return t(e)}function i(t,n){var r=t[1]-t[0],i=r/n,a=hu.bisect(Qs,i);return a==Qs.length?[e.year,ra(t.map(function(t){return t/31536e6}),n)[2]]:a?e[i/Qs[a-1]<Qs[a]/i?a-1:a]:[nc,ra(t,n)[2]]}return r.invert=function(e){return cu(t.invert(e))},r.domain=function(e){return arguments.length?(t.domain(e),r):t.domain().map(cu)},r.nice=function(t,e){function n(n){return!isNaN(n)&&!t.range(n,cu(+n+1),e).length}var a=r.domain(),u=Gi(a),o=null==t?i(u,10):"number"==typeof t&&i(u,t);return o&&(t=o[0],e=o[1]),r.domain(Ki(a,e>1?{floor:function(e){for(;n(e=t.floor(e));)e=cu(e-1);return e},ceil:function(e){for(;n(e=t.ceil(e));)e=cu(+e+1);return e}}:t))},r.ticks=function(t,e){var n=Gi(r.domain()),a=null==t?i(n,10):"number"==typeof t?i(n,t):!t.range&&[{range:t},e];return a&&(t=a[0],e=a[1]),t.range(n[0],cu(+n[1]+1),e<1?1:e)},r.tickFormat=function(){return n},r.copy=function(){return su(t.copy(),e,n)},ea(r,t)}function cu(t){return new Date(t)}function lu(t){return JSON.parse(t.responseText)}function fu(t){var e=_u.createRange();return e.selectNode(_u.body),e.createContextualFragment(t.responseText)}var hu={version:"3.5.17"},du=[].slice,pu=function(t){return du.call(t)},_u=this.document;if(_u)try{pu(_u.documentElement.childNodes)[0].nodeType}catch(t){pu=function(t){for(var e=t.length,n=new Array(e);e--;)n[e]=t[e];return n}}if(Date.now||(Date.now=function(){return+new Date}),_u)try{_u.createElement("DIV").style.setProperty("opacity",0,"")}catch(t){var mu=this.Element.prototype,gu=mu.setAttribute,yu=mu.setAttributeNS,vu=this.CSSStyleDeclaration.prototype,Mu=vu.setProperty;mu.setAttribute=function(t,e){gu.call(this,t,e+"")},mu.setAttributeNS=function(t,e,n){yu.call(this,t,e,n+"")},vu.setProperty=function(t,e,n){Mu.call(this,t,e+"",n)}}hu.ascending=o,hu.descending=function(t,e){return e<t?-1:e>t?1:e>=t?0:NaN},hu.min=function(t,e){var n,r,i=-1,a=t.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=t[i])&&r>=r){n=r;break}for(;++i<a;)null!=(r=t[i])&&n>r&&(n=r)}else{for(;++i<a;)if(null!=(r=e.call(t,t[i],i))&&r>=r){n=r;break}for(;++i<a;)null!=(r=e.call(t,t[i],i))&&n>r&&(n=r)}return n},hu.max=function(t,e){var n,r,i=-1,a=t.length;if(1===arguments.length){for(;++i<a;)if(null!=(r=t[i])&&r>=r){n=r;break}for(;++i<a;)null!=(r=t[i])&&r>n&&(n=r)}else{for(;++i<a;)if(null!=(r=e.call(t,t[i],i))&&r>=r){n=r;break}for(;++i<a;)null!=(r=e.call(t,t[i],i))&&r>n&&(n=r)}return n},hu.extent=function(t,e){var n,r,i,a=-1,u=t.length;if(1===arguments.length){for(;++a<u;)if(null!=(r=t[a])&&r>=r){n=i=r;break}for(;++a<u;)null!=(r=t[a])&&(n>r&&(n=r),i<r&&(i=r))}else{for(;++a<u;)if(null!=(r=e.call(t,t[a],a))&&r>=r){n=i=r;break}for(;++a<u;)null!=(r=e.call(t,t[a],a))&&(n>r&&(n=r),i<r&&(i=r))}return[n,i]},hu.sum=function(t,e){var n,r=0,i=t.length,a=-1;if(1===arguments.length)for(;++a<i;)c(n=+t[a])&&(r+=n);else for(;++a<i;)c(n=+e.call(t,t[a],a))&&(r+=n);return r},hu.mean=function(t,e){var n,r=0,i=t.length,a=-1,u=i;if(1===arguments.length)for(;++a<i;)c(n=s(t[a]))?r+=n:--u;else for(;++a<i;)c(n=s(e.call(t,t[a],a)))?r+=n:--u;if(u)return r/u},hu.quantile=function(t,e){var n=(t.length-1)*e+1,r=Math.floor(n),i=+t[r-1],a=n-r;return a?i+a*(t[r]-i):i},hu.median=function(t,e){var n,r=[],i=t.length,a=-1;if(1===arguments.length)for(;++a<i;)c(n=s(t[a]))&&r.push(n);else for(;++a<i;)c(n=s(e.call(t,t[a],a)))&&r.push(n);if(r.length)return hu.quantile(r.sort(o),.5)},hu.variance=function(t,e){var n,r,i=t.length,a=0,u=0,o=-1,l=0;if(1===arguments.length)for(;++o<i;)c(n=s(t[o]))&&(r=n-a,a+=r/++l,u+=r*(n-a));else for(;++o<i;)c(n=s(e.call(t,t[o],o)))&&(r=n-a,a+=r/++l,u+=r*(n-a));if(l>1)return u/(l-1)},hu.deviation=function(){var t=hu.variance.apply(this,arguments);return t?Math.sqrt(t):t};var bu=l(o);hu.bisectLeft=bu.left,hu.bisect=hu.bisectRight=bu.right,hu.bisector=function(t){return l(1===t.length?function(e,n){return o(t(e),n)}:t)},hu.shuffle=function(t,e,n){(a=arguments.length)<3&&(n=t.length,a<2&&(e=0));for(var r,i,a=n-e;a;)i=Math.random()*a--|0,r=t[a+e],t[a+e]=t[i+e],t[i+e]=r;return t},hu.permute=function(t,e){for(var n=e.length,r=new Array(n);n--;)r[n]=t[e[n]];return r},hu.pairs=function(t){for(var e=0,n=t.length-1,r=t[0],i=new Array(n<0?0:n);e<n;)i[e]=[r,r=t[++e]];return i},hu.transpose=function(t){if(!(i=t.length))return[];for(var e=-1,n=hu.min(t,f),r=new Array(n);++e<n;)for(var i,a=-1,u=r[e]=new Array(i);++a<i;)u[a]=t[a][e];return r},hu.zip=function(){return hu.transpose(arguments)},hu.keys=function(t){var e=[];for(var n in t)e.push(n);return e},hu.values=function(t){var e=[];for(var n in t)e.push(t[n]);return e},hu.entries=function(t){var e=[];for(var n in t)e.push({key:n,value:t[n]});return e},hu.merge=function(t){for(var e,n,r,i=t.length,a=-1,u=0;++a<i;)u+=t[a].length;for(n=new Array(u);--i>=0;)for(r=t[i],e=r.length;--e>=0;)n[--u]=r[e];return n};var wu=Math.abs;hu.range=function(t,e,n){if(arguments.length<3&&(n=1,arguments.length<2&&(e=t,t=0)),(e-t)/n==1/0)throw new Error("infinite range");var r,i=[],a=h(wu(n)),u=-1;if(t*=a,e*=a,n*=a,n<0)for(;(r=t+n*++u)>e;)i.push(r/a);else for(;(r=t+n*++u)<e;)i.push(r/a);return i},hu.map=function(t,e){var n=new p;if(t instanceof p)t.forEach(function(t,e){n.set(t,e)});else if(Array.isArray(t)){var r,i=-1,a=t.length;if(1===arguments.length)for(;++i<a;)n.set(i,t[i]);else for(;++i<a;)n.set(e.call(t,r=t[i],i),r)}else for(var u in t)n.set(u,t[u]);return n};var Lu="__proto__",ku="\0";d(p,{has:g,get:function(t){return this._[_(t)]},set:function(t,e){return this._[_(t)]=e},remove:y,keys:v,values:function(){var t=[];for(var e in this._)t.push(this._[e]);return t},entries:function(){var t=[];for(var e in this._)t.push({key:m(e),value:this._[e]});return t},size:M,empty:b,forEach:function(t){for(var e in this._)t.call(this,m(e),this._[e])}}),hu.nest=function(){function t(e,u,o){if(o>=a.length)return r?r.call(i,u):n?u.sort(n):u;for(var s,c,l,f,h=-1,d=u.length,_=a[o++],m=new p;++h<d;)(f=m.get(s=_(c=u[h])))?f.push(c):m.set(s,[c]);return e?(c=e(),l=function(n,r){c.set(n,t(e,r,o))}):(c={},l=function(n,r){c[n]=t(e,r,o)}),m.forEach(l),c}function e(t,n){if(n>=a.length)return t;var r=[],i=u[n++];return t.forEach(function(t,i){r.push({key:t,values:e(i,n)})}),i?r.sort(function(t,e){return i(t.key,e.key)}):r}var n,r,i={},a=[],u=[];return i.map=function(e,n){return t(n,e,0)},i.entries=function(n){return e(t(hu.map,n,0),0)},i.key=function(t){return a.push(t),i},i.sortKeys=function(t){return u[a.length-1]=t,i},i.sortValues=function(t){return n=t,i},i.rollup=function(t){return r=t,i},i},hu.set=function(t){var e=new w;if(t)for(var n=0,r=t.length;n<r;++n)e.add(t[n]);return e},d(w,{has:g,add:function(t){return this._[_(t+="")]=!0,t},remove:y,values:v,size:M,empty:b,forEach:function(t){for(var e in this._)t.call(this,m(e))}}),hu.behavior={},hu.rebind=function(t,e){for(var n,r=1,i=arguments.length;++r<i;)t[n=arguments[r]]=k(t,e,e[n]);return t};var xu=["webkit","ms","moz","Moz","o","O"];hu.dispatch=function(){for(var t=new Y,e=-1,n=arguments.length;++e<n;)t[arguments[e]]=T(t);return t},Y.prototype.on=function(t,e){var n=t.indexOf("."),r="";if(n>=0&&(r=t.slice(n+1),t=t.slice(0,n)),t)return arguments.length<2?this[t].on(r):this[t].on(r,e);if(2===arguments.length){if(null==e)for(t in this)this.hasOwnProperty(t)&&this[t].on(r,null);return this}},hu.event=null,hu.requote=function(t){return t.replace(Du,"\\$&")};var Du=/[\\\^\$\*\+\?\|\[\]\(\)\.\{\}]/g,Yu={}.__proto__?function(t,e){t.__proto__=e}:function(t,e){for(var n in e)t[n]=e[n]},Tu=function(t,e){return e.querySelector(t)},Au=function(t,e){return e.querySelectorAll(t)},Eu=function(t,e){var n=t.matches||t[x(t,"matchesSelector")];return(Eu=function(t,e){return n.call(t,e)})(t,e)};"function"==typeof Sizzle&&(Tu=function(t,e){return Sizzle(t,e)[0]||null},Au=Sizzle,Eu=Sizzle.matchesSelector),hu.selection=function(){return hu.select(_u.documentElement)};var Su=hu.selection.prototype=[];Su.select=function(t){var e,n,r,i,a=[];t=C(t);for(var u=-1,o=this.length;++u<o;){a.push(e=[]),e.parentNode=(r=this[u]).parentNode;for(var s=-1,c=r.length;++s<c;)(i=r[s])?(e.push(n=t.call(i,i.__data__,s,u)),n&&"__data__"in i&&(n.__data__=i.__data__)):e.push(null)}return j(a)},Su.selectAll=function(t){var e,n,r=[];t=F(t);for(var i=-1,a=this.length;++i<a;)for(var u=this[i],o=-1,s=u.length;++o<s;)(n=u[o])&&(r.push(e=pu(t.call(n,n.__data__,o,i))),e.parentNode=n);return j(r)};var ju="http://www.w3.org/1999/xhtml",Cu={svg:"http://www.w3.org/2000/svg",xhtml:ju,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};hu.ns={prefix:Cu,qualify:function(t){var e=t.indexOf(":"),n=t;return e>=0&&"xmlns"!==(n=t.slice(0,e))&&(t=t.slice(e+1)),Cu.hasOwnProperty(n)?{space:Cu[n],local:t}:t}},Su.attr=function(t,e){if(arguments.length<2){if("string"==typeof t){var n=this.node();return t=hu.ns.qualify(t),t.local?n.getAttributeNS(t.space,t.local):n.getAttribute(t)}for(e in t)this.each(O(e,t[e]));return this}return this.each(O(t,e))},Su.classed=function(t,e){if(arguments.length<2){if("string"==typeof t){var n=this.node(),r=(t=N(t)).length,i=-1;if(e=n.classList){for(;++i<r;)if(!e.contains(t[i]))return!1}else for(e=n.getAttribute("class");++i<r;)if(!P(t[i]).test(e))return!1;return!0}for(e in t)this.each(I(e,t[e]));return this}return this.each(I(t,e))},Su.style=function(t,e,n){var r=arguments.length;if(r<3){if("string"!=typeof t){r<2&&(e="");for(n in t)this.each(R(n,t[n],e));return this}if(r<2){var i=this.node();return u(i).getComputedStyle(i,null).getPropertyValue(t)}n=""}return this.each(R(t,e,n))},Su.property=function(t,e){if(arguments.length<2){if("string"==typeof t)return this.node()[t];for(e in t)this.each(W(e,t[e]));return this}return this.each(W(t,e))},Su.text=function(t){return arguments.length?this.each("function"==typeof t?function(){var e=t.apply(this,arguments);this.textContent=null==e?"":e}:null==t?function(){this.textContent=""}:function(){this.textContent=t}):this.node().textContent},Su.html=function(t){return arguments.length?this.each("function"==typeof t?function(){var e=t.apply(this,arguments);this.innerHTML=null==e?"":e}:null==t?function(){this.innerHTML=""}:function(){this.innerHTML=t}):this.node().innerHTML},Su.append=function(t){return t=z(t),this.select(function(){return this.appendChild(t.apply(this,arguments))})},Su.insert=function(t,e){return t=z(t),e=C(e),this.select(function(){return this.insertBefore(t.apply(this,arguments),e.apply(this,arguments)||null)})},Su.remove=function(){return this.each(q)},Su.data=function(t,e){function n(t,n){var r,i,a,u=t.length,l=n.length,f=Math.min(u,l),h=new Array(l),d=new Array(l),_=new Array(u);if(e){var m,g=new p,y=new Array(u);for(r=-1;++r<u;)(i=t[r])&&(g.has(m=e.call(i,i.__data__,r))?_[r]=i:g.set(m,i),y[r]=m);for(r=-1;++r<l;)(i=g.get(m=e.call(n,a=n[r],r)))?!0!==i&&(h[r]=i,i.__data__=a):d[r]=U(a),g.set(m,!0);for(r=-1;++r<u;)r in y&&!0!==g.get(y[r])&&(_[r]=t[r])}else{for(r=-1;++r<f;)i=t[r],a=n[r],i?(i.__data__=a,h[r]=i):d[r]=U(a);for(;r<l;++r)d[r]=U(n[r]);for(;r<u;++r)_[r]=t[r]}d.update=h,d.parentNode=h.parentNode=_.parentNode=t.parentNode,o.push(d),s.push(h),c.push(_)}var r,i,a=-1,u=this.length;if(!arguments.length){for(t=new Array(u=(r=this[0]).length);++a<u;)(i=r[a])&&(t[a]=i.__data__);return t}var o=J([]),s=j([]),c=j([]);if("function"==typeof t)for(;++a<u;)n(r=this[a],t.call(r,r.parentNode.__data__,a));else for(;++a<u;)n(r=this[a],t);return s.enter=function(){return o},s.exit=function(){return c},s},Su.datum=function(t){return arguments.length?this.property("__data__",t):this.property("__data__")},Su.filter=function(t){var e,n,r,i=[];"function"!=typeof t&&(t=$(t));for(var a=0,u=this.length;a<u;a++){i.push(e=[]),e.parentNode=(n=this[a]).parentNode;for(var o=0,s=n.length;o<s;o++)(r=n[o])&&t.call(r,r.__data__,o,a)&&e.push(r)}return j(i)},Su.order=function(){for(var t=-1,e=this.length;++t<e;)for(var n,r=this[t],i=r.length-1,a=r[i];--i>=0;)(n=r[i])&&(a&&a!==n.nextSibling&&a.parentNode.insertBefore(n,a),a=n);return this},Su.sort=function(t){t=V.apply(this,arguments);for(var e=-1,n=this.length;++e<n;)this[e].sort(t);return this.order()},Su.each=function(t){return G(this,function(e,n,r){t.call(e,e.__data__,n,r)})},Su.call=function(t){var e=pu(arguments);return t.apply(e[0]=this,e),this},Su.empty=function(){return!this.node()},Su.node=function(){for(var t=0,e=this.length;t<e;t++)for(var n=this[t],r=0,i=n.length;r<i;r++){var a=n[r];if(a)return a}return null},Su.size=function(){var t=0;return G(this,function(){++t}),t};var Fu=[];hu.selection.enter=J,hu.selection.enter.prototype=Fu,Fu.append=Su.append,Fu.empty=Su.empty,Fu.node=Su.node,Fu.call=Su.call,Fu.size=Su.size,Fu.select=function(t){for(var e,n,r,i,a,u=[],o=-1,s=this.length;++o<s;){r=(i=this[o]).update,u.push(e=[]),e.parentNode=i.parentNode;for(var c=-1,l=i.length;++c<l;)(a=i[c])?(e.push(r[c]=n=t.call(i.parentNode,a.__data__,c,o)),n.__data__=a.__data__):e.push(null)}return j(u)},Fu.insert=function(t,e){return arguments.length<2&&(e=Z(this)),Su.insert.call(this,t,e)},hu.select=function(t){var e;return"string"==typeof t?(e=[Tu(t,_u)],e.parentNode=_u.documentElement):(e=[t],e.parentNode=a(t)),j([e])},hu.selectAll=function(t){var e;return"string"==typeof t?(e=pu(Au(t,_u)),e.parentNode=_u.documentElement):(e=pu(t),e.parentNode=null),j([e])},Su.on=function(t,e,n){var r=arguments.length;if(r<3){if("string"!=typeof t){r<2&&(e=!1);for(n in t)this.each(K(n,t[n],e));return this}if(r<2)return(r=this.node()["__on"+t])&&r._;n=!1}return this.each(K(t,e,n))};var Ou=hu.map({mouseenter:"mouseover",mouseleave:"mouseout"});_u&&Ou.forEach(function(t){"on"+t in _u&&Ou.remove(t)});var Hu,Pu=0;hu.mouse=function(t){return et(t,E())};var Nu=this.navigator&&/WebKit/.test(this.navigator.userAgent)?-1:0;hu.touch=function(t,e,n){if(arguments.length<3&&(n=e,e=E().changedTouches),e)for(var r,i=0,a=e.length;i<a;++i)if((r=e[i]).identifier===n)return et(t,r)},hu.behavior.drag=function(){function t(){this.on("mousedown.drag",i).on("touchstart.drag",a)}function e(t,e,i,a,u){return function(){function o(){var t,n,r=e(h,_);r&&(t=r[0]-v[0],n=r[1]-v[1],p|=t|n,v=r,d({type:"drag",x:r[0]+c[0],y:r[1]+c[1],dx:t,dy:n}))}function s(){e(h,_)&&(g.on(a+m,null).on(u+m,null),y(p),d({type:"dragend"}))}var c,l=this,f=hu.event.target.correspondingElement||hu.event.target,h=l.parentNode,d=n.of(l,arguments),p=0,_=t(),m=".drag"+(null==_?"":"-"+_),g=hu.select(i(f)).on(a+m,o).on(u+m,s),y=tt(f),v=e(h,_);r?(c=r.apply(l,arguments),c=[c.x-v[0],c.y-v[1]]):c=[0,0],d({type:"dragstart"})}}var n=S(t,"drag","dragstart","dragend"),r=null,i=e(D,hu.mouse,u,"mousemove","mouseup"),a=e(nt,hu.touch,L,"touchmove","touchend");return t.origin=function(e){return arguments.length?(r=e,t):r},hu.rebind(t,n,"on")},hu.touches=function(t,e){return arguments.length<2&&(e=E().touches),e?pu(e).map(function(e){var n=et(t,e);return n.identifier=e.identifier,n}):[]};var Iu=1e-6,Bu=Iu*Iu,Ru=Math.PI,Wu=2*Ru,zu=Wu-Iu,qu=Ru/2,Uu=Ru/180,$u=180/Ru,Vu=Math.SQRT2;hu.interpolateZoom=function(t,e){var n,r,i=t[0],a=t[1],u=t[2],o=e[0],s=e[1],c=e[2],l=o-i,f=s-a,h=l*l+f*f;if(h<Bu)r=Math.log(c/u)/Vu,n=function(t){return[i+t*l,a+t*f,u*Math.exp(Vu*t*r)]};else{var d=Math.sqrt(h),p=(c*c-u*u+4*h)/(2*u*2*d),_=(c*c-u*u-4*h)/(2*c*2*d),m=Math.log(Math.sqrt(p*p+1)-p),g=Math.log(Math.sqrt(_*_+1)-_);r=(g-m)/Vu,n=function(t){var e=t*r,n=st(m),o=u/(2*d)*(n*ct(Vu*e+m)-ot(m));return[i+o*l,a+o*f,u*n/st(Vu*e+m)]}}return n.duration=1e3*r,n},hu.behavior.zoom=function(){function t(t){t.on(E,f).on(Ju+".zoom",d).on("dblclick.zoom",p).on(F,h)}function e(t){return[(t[0]-k.x)/k.k,(t[1]-k.y)/k.k]}function n(t){return[t[0]*k.k+k.x,t[1]*k.k+k.y]}function r(t){k.k=Math.max(D[0],Math.min(D[1],t))}function i(t,e){e=n(e),k.x+=t[0]-e[0],k.y+=t[1]-e[1]}function a(e,n,a,u){e.__chart__={x:k.x,y:k.y,k:k.k},r(Math.pow(2,u)),i(m=n,a),e=hu.select(e),Y>0&&(e=e.transition().duration(Y)),e.call(t.event)}function o(){b&&b.domain(M.range().map(function(t){return(t-k.x)/k.k}).map(M.invert)),L&&L.domain(w.range().map(function(t){return(t-k.y)/k.k}).map(w.invert))}function s(t){T++||t({type:"zoomstart"})}function c(t){o(),t({type:"zoom",scale:k.k,translate:[k.x,k.y]})}function l(t){--T||(t({type:"zoomend"}),m=null)}function f(){function t(){o=1,i(hu.mouse(r),h),c(a)}function n(){f.on(j,null).on(C,null),d(o),l(a)}var r=this,a=O.of(r,arguments),o=0,f=hu.select(u(r)).on(j,t).on(C,n),h=e(hu.mouse(r)),d=tt(r);zs.call(r),s(a)}function h(){function t(){var t=hu.touches(p);return d=k.k,t.forEach(function(t){t.identifier in m&&(m[t.identifier]=e(t))}),t}function n(){var e=hu.event.target;hu.select(e).on(M,u).on(b,o),w.push(e);for(var n=hu.event.changedTouches,r=0,i=n.length;r<i;++r)m[n[r].identifier]=null;var s=t(),c=Date.now();if(1===s.length){if(c-v<500){var l=s[0];a(p,l,m[l.identifier],Math.floor(Math.log(k.k)/Math.LN2)+1),A()}v=c}else if(s.length>1){var l=s[0],f=s[1],h=l[0]-f[0],d=l[1]-f[1];g=h*h+d*d}}function u(){var t,e,n,a,u=hu.touches(p);zs.call(p);for(var o=0,s=u.length;o<s;++o,a=null)if(n=u[o],a=m[n.identifier]){if(e)break;t=n,e=a}if(a){var l=(l=n[0]-t[0])*l+(l=n[1]-t[1])*l,f=g&&Math.sqrt(l/g);t=[(t[0]+n[0])/2,(t[1]+n[1])/2],e=[(e[0]+a[0])/2,(e[1]+a[1])/2],r(f*d)}v=null,i(t,e),c(_)}function o(){if(hu.event.touches.length){for(var e=hu.event.changedTouches,n=0,r=e.length;n<r;++n)delete m[e[n].identifier];for(var i in m)return void t()}hu.selectAll(w).on(y,null),L.on(E,f).on(F,h),x(),l(_)}var d,p=this,_=O.of(p,arguments),m={},g=0,y=".zoom-"+hu.event.changedTouches[0].identifier,M="touchmove"+y,b="touchend"+y,w=[],L=hu.select(p),x=tt(p);n(),s(_),L.on(E,null).on(F,n)}function d(){var t=O.of(this,arguments);y?clearTimeout(y):(zs.call(this),_=e(m=g||hu.mouse(this)),s(t)),y=setTimeout(function(){y=null,l(t)},50),A(),r(Math.pow(2,.002*Gu())*k.k),i(m,_),c(t)}function p(){var t=hu.mouse(this),n=Math.log(k.k)/Math.LN2;a(this,t,e(t),hu.event.shiftKey?Math.ceil(n)-1:Math.floor(n)+1)}var _,m,g,y,v,M,b,w,L,k={x:0,y:0,k:1},x=[960,500],D=Zu,Y=250,T=0,E="mousedown.zoom",j="mousemove.zoom",C="mouseup.zoom",F="touchstart.zoom",O=S(t,"zoomstart","zoom","zoomend");return Ju||(Ju="onwheel"in _u?(Gu=function(){return-hu.event.deltaY*(hu.event.deltaMode?120:1)},"wheel"):"onmousewheel"in _u?(Gu=function(){return hu.event.wheelDelta},"mousewheel"):(Gu=function(){return-hu.event.detail},"MozMousePixelScroll")),t.event=function(t){t.each(function(){var t=O.of(this,arguments),e=k;Rs?hu.select(this).transition().each("start.zoom",function(){k=this.__chart__||{x:0,y:0,k:1},s(t)}).tween("zoom:zoom",function(){var n=x[0],r=x[1],i=m?m[0]:n/2,a=m?m[1]:r/2,u=hu.interpolateZoom([(i-k.x)/k.k,(a-k.y)/k.k,n/k.k],[(i-e.x)/e.k,(a-e.y)/e.k,n/e.k]);return function(e){var r=u(e),o=n/r[2];this.__chart__=k={x:i-r[0]*o,y:a-r[1]*o,k:o},c(t)}}).each("interrupt.zoom",function(){l(t)}).each("end.zoom",function(){l(t)}):(this.__chart__=k,s(t),c(t),l(t))})},t.translate=function(e){return arguments.length?(k={x:+e[0],y:+e[1],k:k.k},o(),t):[k.x,k.y]},t.scale=function(e){return arguments.length?(k={x:k.x,y:k.y,k:null},r(+e),o(),t):k.k},t.scaleExtent=function(e){return arguments.length?(D=null==e?Zu:[+e[0],+e[1]],t):D},t.center=function(e){return arguments.length?(g=e&&[+e[0],+e[1]],t):g},t.size=function(e){return arguments.length?(x=e&&[+e[0],+e[1]],t):x},t.duration=function(e){return arguments.length?(Y=+e,t):Y},t.x=function(e){return arguments.length?(b=e,M=e.copy(),k={x:0,y:0,k:1},t):b},t.y=function(e){return arguments.length?(L=e,w=e.copy(),k={x:0,y:0,k:1},t):L},hu.rebind(t,O,"on")};var Gu,Ju,Zu=[0,1/0];hu.color=ft,ft.prototype.toString=function(){return this.rgb()+""},hu.hsl=ht;var Ku=ht.prototype=new ft;Ku.brighter=function(t){return t=Math.pow(.7,arguments.length?t:1),new ht(this.h,this.s,this.l/t)},Ku.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new ht(this.h,this.s,t*this.l)},Ku.rgb=function(){return dt(this.h,this.s,this.l)},hu.hcl=pt;var Xu=pt.prototype=new ft;Xu.brighter=function(t){return new pt(this.h,this.c,Math.min(100,this.l+Qu*(arguments.length?t:1)))},Xu.darker=function(t){return new pt(this.h,this.c,Math.max(0,this.l-Qu*(arguments.length?t:1)))},Xu.rgb=function(){return _t(this.h,this.c,this.l).rgb()},hu.lab=mt;var Qu=18,to=.95047,eo=1,no=1.08883,ro=mt.prototype=new ft;ro.brighter=function(t){return new mt(Math.min(100,this.l+Qu*(arguments.length?t:1)),this.a,this.b)},ro.darker=function(t){return new mt(Math.max(0,this.l-Qu*(arguments.length?t:1)),this.a,this.b)},ro.rgb=function(){return gt(this.l,this.a,this.b)},hu.rgb=wt;var io=wt.prototype=new ft;io.brighter=function(t){t=Math.pow(.7,arguments.length?t:1);var e=this.r,n=this.g,r=this.b,i=30;return e||n||r?(e&&e<i&&(e=i),n&&n<i&&(n=i),r&&r<i&&(r=i),new wt(Math.min(255,e/t),Math.min(255,n/t),Math.min(255,r/t))):new wt(i,i,i)},io.darker=function(t){return t=Math.pow(.7,arguments.length?t:1),new wt(t*this.r,t*this.g,t*this.b)},io.hsl=function(){return Yt(this.r,this.g,this.b)},io.toString=function(){return"#"+xt(this.r)+xt(this.g)+xt(this.b)};var ao=hu.map({aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074});ao.forEach(function(t,e){ao.set(t,Lt(e))}),hu.functor=St,hu.xhr=jt(L),hu.dsv=function(t,e){function n(t,n,a){arguments.length<3&&(a=n,n=null);var u=Ct(t,e,null==n?r:i(n),a);return u.row=function(t){return arguments.length?u.response(null==(n=t)?r:i(t)):n},u}function r(t){return n.parse(t.responseText)}function i(t){return function(e){return n.parse(e.responseText,t)}}function a(e){return e.map(u).join(t)}function u(t){return o.test(t)?'"'+t.replace(/\"/g,'""')+'"':t}var o=new RegExp('["'+t+"\n]"),s=t.charCodeAt(0);return n.parse=function(t,e){var r;return n.parseRows(t,function(t,n){if(r)return r(t,n-1);var i=new Function("d","return {"+t.map(function(t,e){return JSON.stringify(t)+": d["+e+"]"}).join(",")+"}");r=e?function(t,n){return e(i(t),n)}:i})},n.parseRows=function(t,e){function n(){if(l>=c)return u;if(i)return i=!1,a;var e=l;if(34===t.charCodeAt(e)){for(var n=e;n++<c;)if(34===t.charCodeAt(n)){if(34!==t.charCodeAt(n+1))break;++n}l=n+2;var r=t.charCodeAt(n+1);return 13===r?(i=!0,10===t.charCodeAt(n+2)&&++l):10===r&&(i=!0),t.slice(e+1,n).replace(/""/g,'"')}for(;l<c;){var r=t.charCodeAt(l++),o=1;if(10===r)i=!0;else if(13===r)i=!0,10===t.charCodeAt(l)&&(++l,++o);else if(r!==s)continue;return t.slice(e,l-o)}return t.slice(e)}for(var r,i,a={},u={},o=[],c=t.length,l=0,f=0;(r=n())!==u;){for(var h=[];r!==a&&r!==u;)h.push(r),r=n();e&&null==(h=e(h,f++))||o.push(h)}return o},n.format=function(e){if(Array.isArray(e[0]))return n.formatRows(e);var r=new w,i=[];return e.forEach(function(t){for(var e in t)r.has(e)||i.push(r.add(e))}),[i.map(u).join(t)].concat(e.map(function(e){return i.map(function(t){return u(e[t])}).join(t)})).join("\n")},n.formatRows=function(t){return t.map(a).join("\n")},n},hu.csv=hu.dsv(",","text/csv"),hu.tsv=hu.dsv("\t","text/tab-separated-values");var uo,oo,so,co,lo=this[x(this,"requestAnimationFrame")]||function(t){setTimeout(t,17)};hu.timer=function(){Ht.apply(this,arguments)},hu.timer.flush=function(){Nt(),It()},hu.round=function(t,e){return e?Math.round(t*(e=Math.pow(10,e)))/e:Math.round(t)};var fo=["y","z","a","f","p","n","µ","m","","k","M","G","T","P","E","Z","Y"].map(Rt);hu.formatPrefix=function(t,e){var n=0;return(t=+t)&&(t<0&&(t*=-1),e&&(t=hu.round(t,Bt(t,e))),n=1+Math.floor(1e-12+Math.log(t)/Math.LN10),n=Math.max(-24,Math.min(24,3*Math.floor((n-1)/3)))),fo[8+n/3]};var ho=/(?:([^{])?([<>=^]))?([+\- ])?([$#])?(0)?(\d+)?(,)?(\.-?\d+)?([a-z%])?/i,po=hu.map({b:function(t){return t.toString(2)},c:function(t){return String.fromCharCode(t)},o:function(t){return t.toString(8)},x:function(t){return t.toString(16)},X:function(t){return t.toString(16).toUpperCase()},g:function(t,e){return t.toPrecision(e)},e:function(t,e){return t.toExponential(e)},f:function(t,e){return t.toFixed(e)},r:function(t,e){return(t=hu.round(t,Bt(t,e))).toFixed(Math.max(0,Math.min(20,Bt(t*(1+1e-15),e))))}}),_o=hu.time={},mo=Date;qt.prototype={getDate:function(){return this._.getUTCDate()},getDay:function(){return this._.getUTCDay()},getFullYear:function(){return this._.getUTCFullYear()},getHours:function(){return this._.getUTCHours()},getMilliseconds:function(){return this._.getUTCMilliseconds()},getMinutes:function(){return this._.getUTCMinutes()},getMonth:function(){return this._.getUTCMonth()},getSeconds:function(){return this._.getUTCSeconds()},getTime:function(){return this._.getTime()},getTimezoneOffset:function(){return 0},valueOf:function(){return this._.valueOf()},setDate:function(){go.setUTCDate.apply(this._,arguments)},setDay:function(){go.setUTCDay.apply(this._,arguments)},setFullYear:function(){go.setUTCFullYear.apply(this._,arguments)},setHours:function(){go.setUTCHours.apply(this._,arguments)},setMilliseconds:function(){go.setUTCMilliseconds.apply(this._,arguments)},setMinutes:function(){go.setUTCMinutes.apply(this._,arguments)},setMonth:function(){go.setUTCMonth.apply(this._,arguments)},setSeconds:function(){go.setUTCSeconds.apply(this._,arguments)},setTime:function(){go.setTime.apply(this._,arguments)}};var go=Date.prototype;_o.year=Ut(function(t){return t=_o.day(t),t.setMonth(0,1),t},function(t,e){t.setFullYear(t.getFullYear()+e)},function(t){return t.getFullYear()}),_o.years=_o.year.range,_o.years.utc=_o.year.utc.range,_o.day=Ut(function(t){var e=new mo(2e3,0);return e.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()),e},function(t,e){t.setDate(t.getDate()+e)},function(t){return t.getDate()-1}),_o.days=_o.day.range,_o.days.utc=_o.day.utc.range,_o.dayOfYear=function(t){var e=_o.year(t);return Math.floor((t-e-6e4*(t.getTimezoneOffset()-e.getTimezoneOffset()))/864e5)},["sunday","monday","tuesday","wednesday","thursday","friday","saturday"].forEach(function(t,e){e=7-e;var n=_o[t]=Ut(function(t){return(t=_o.day(t)).setDate(t.getDate()-(t.getDay()+e)%7),t},function(t,e){t.setDate(t.getDate()+7*Math.floor(e))},function(t){var n=_o.year(t).getDay();return Math.floor((_o.dayOfYear(t)+(n+e)%7)/7)-(n!==e)});_o[t+"s"]=n.range,_o[t+"s"].utc=n.utc.range,_o[t+"OfYear"]=function(t){var n=_o.year(t).getDay();return Math.floor((_o.dayOfYear(t)+(n+e)%7)/7)}}),_o.week=_o.sunday,_o.weeks=_o.sunday.range,_o.weeks.utc=_o.sunday.utc.range,_o.weekOfYear=_o.sundayOfYear;var yo={"-":"",_:" ",0:"0"},vo=/^\s*\d+/,Mo=/^%/;hu.locale=function(t){return{numberFormat:Wt(t),timeFormat:Vt(t)}};var bo=hu.locale({decimal:".",thousands:",",grouping:[3],currency:["$",""],dateTime:"%a %b %e %X %Y",date:"%m/%d/%Y",time:"%H:%M:%S",periods:["AM","PM"],days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],shortDays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],shortMonths:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]});hu.format=bo.numberFormat,hu.geo={},pe.prototype={s:0,t:0,add:function(t){_e(t,this.t,wo),_e(wo.s,this.s,this),this.s?this.t+=wo.t:this.s=wo.t},reset:function(){this.s=this.t=0},valueOf:function(){return this.s}};var wo=new pe;hu.geo.stream=function(t,e){t&&Lo.hasOwnProperty(t.type)?Lo[t.type](t,e):me(t,e)};var Lo={Feature:function(t,e){me(t.geometry,e)},FeatureCollection:function(t,e){for(var n=t.features,r=-1,i=n.length;++r<i;)me(n[r].geometry,e)}},ko={Sphere:function(t,e){e.sphere()},Point:function(t,e){t=t.coordinates,e.point(t[0],t[1],t[2])},MultiPoint:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)t=n[r],e.point(t[0],t[1],t[2])},LineString:function(t,e){ge(t.coordinates,e,0)},MultiLineString:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)ge(n[r],e,0)},Polygon:function(t,e){ye(t.coordinates,e)},MultiPolygon:function(t,e){for(var n=t.coordinates,r=-1,i=n.length;++r<i;)ye(n[r],e)},GeometryCollection:function(t,e){for(var n=t.geometries,r=-1,i=n.length;++r<i;)me(n[r],e)}};hu.geo.area=function(t){return xo=0,hu.geo.stream(t,Yo),xo};var xo,Do=new pe,Yo={sphere:function(){xo+=4*Ru},point:D,lineStart:D,lineEnd:D,polygonStart:function(){Do.reset(),Yo.lineStart=ve},polygonEnd:function(){var t=2*Do;xo+=t<0?4*Ru+t:t,Yo.lineStart=Yo.lineEnd=Yo.point=D}};hu.geo.bounds=function(){function t(t,e){v.push(M=[l=t,h=t]),e<f&&(f=e),e>d&&(d=e)}function e(e,n){var r=Me([e*Uu,n*Uu]);if(g){var i=we(g,r),a=[i[1],-i[0],0],u=we(a,i);xe(u),u=De(u);var s=e-p,c=s>0?1:-1,_=u[0]*$u*c,m=wu(s)>180;if(m^(c*p<_&&_<c*e)){var y=u[1]*$u;y>d&&(d=y)}else if(_=(_+360)%360-180,m^(c*p<_&&_<c*e)){var y=-u[1]*$u;y<f&&(f=y)}else n<f&&(f=n),n>d&&(d=n);m?e<p?o(l,e)>o(l,h)&&(h=e):o(e,h)>o(l,h)&&(l=e):h>=l?(e<l&&(l=e),e>h&&(h=e)):e>p?o(l,e)>o(l,h)&&(h=e):o(e,h)>o(l,h)&&(l=e)}else t(e,n);g=r,p=e}function n(){b.point=e}function r(){M[0]=l,M[1]=h,b.point=t,g=null}function i(t,n){if(g){var r=t-p;y+=wu(r)>180?r+(r>0?360:-360):r}else _=t,m=n;Yo.point(t,n),e(t,n)}function a(){Yo.lineStart()}function u(){i(_,m),Yo.lineEnd(),wu(y)>Iu&&(l=-(h=180)),M[0]=l,M[1]=h,g=null}function o(t,e){return(e-=t)<0?e+360:e}function s(t,e){return t[0]-e[0]}function c(t,e){return e[0]<=e[1]?e[0]<=t&&t<=e[1]:t<e[0]||e[1]<t}var l,f,h,d,p,_,m,g,y,v,M,b={point:t,lineStart:n,lineEnd:r,polygonStart:function(){b.point=i,b.lineStart=a,b.lineEnd=u,y=0,Yo.polygonStart()},polygonEnd:function(){Yo.polygonEnd(),b.point=t,b.lineStart=n,b.lineEnd=r,Do<0?(l=-(h=180),f=-(d=90)):y>Iu?d=90:y<-Iu&&(f=-90),M[0]=l,M[1]=h}};return function(t){d=h=-(l=f=1/0),v=[],hu.geo.stream(t,b);var e=v.length;if(e){v.sort(s);for(var n,r=1,i=v[0],a=[i];r<e;++r)n=v[r],c(n[0],i)||c(n[1],i)?(o(i[0],n[1])>o(i[0],i[1])&&(i[1]=n[1]),o(n[0],i[1])>o(i[0],i[1])&&(i[0]=n[0])):a.push(i=n);for(var u,n,p=-1/0,e=a.length-1,r=0,i=a[e];r<=e;i=n,++r)n=a[r],(u=o(i[1],n[0]))>p&&(p=u,l=n[0],h=i[1])}return v=M=null,l===1/0||f===1/0?[[NaN,NaN],[NaN,NaN]]:[[l,f],[h,d]]}}(),hu.geo.centroid=function(t){To=Ao=Eo=So=jo=Co=Fo=Oo=Ho=Po=No=0,hu.geo.stream(t,Io);var e=Ho,n=Po,r=No,i=e*e+n*n+r*r;return i<Bu&&(e=Co,n=Fo,r=Oo,Ao<Iu&&(e=Eo,n=So,r=jo),(i=e*e+n*n+r*r)<Bu)?[NaN,NaN]:[Math.atan2(n,e)*$u,ut(r/Math.sqrt(i))*$u]};var To,Ao,Eo,So,jo,Co,Fo,Oo,Ho,Po,No,Io={sphere:D,point:Te,lineStart:Ee,lineEnd:Se,polygonStart:function(){Io.lineStart=je},polygonEnd:function(){Io.lineStart=Ee}},Bo=Ne(Fe,We,qe,[-Ru,-Ru/2]),Ro=1e9;hu.geo.clipExtent=function(){var t,e,n,r,i,a,u={stream:function(t){return i&&(i.valid=!1),i=a(t),i.valid=!0,i},extent:function(o){return arguments.length?(a=Ge(t=+o[0][0],e=+o[0][1],n=+o[1][0],r=+o[1][1]),i&&(i.valid=!1,i=null),u):[[t,e],[n,r]]}};return u.extent([[0,0],[960,500]])},(hu.geo.conicEqualArea=function(){return Je(Ze)}).raw=Ze,hu.geo.albers=function(){return hu.geo.conicEqualArea().rotate([96,0]).center([-.6,38.7]).parallels([29.5,45.5]).scale(1070)},hu.geo.albersUsa=function(){function t(t){var a=t[0],u=t[1];return e=null,n(a,u),e||(r(a,u),e)||i(a,u),e}var e,n,r,i,a=hu.geo.albers(),u=hu.geo.conicEqualArea().rotate([154,0]).center([-2,58.5]).parallels([55,65]),o=hu.geo.conicEqualArea().rotate([157,0]).center([-3,19.9]).parallels([8,18]),s={point:function(t,n){e=[t,n]}};return t.invert=function(t){var e=a.scale(),n=a.translate(),r=(t[0]-n[0])/e,i=(t[1]-n[1])/e;return(i>=.12&&i<.234&&r>=-.425&&r<-.214?u:i>=.166&&i<.234&&r>=-.214&&r<-.115?o:a).invert(t)},t.stream=function(t){var e=a.stream(t),n=u.stream(t),r=o.stream(t);return{point:function(t,i){e.point(t,i),n.point(t,i),r.point(t,i)},sphere:function(){e.sphere(),n.sphere(),r.sphere()},lineStart:function(){e.lineStart(),n.lineStart(),r.lineStart()},lineEnd:function(){e.lineEnd(),n.lineEnd(),r.lineEnd()},polygonStart:function(){e.polygonStart(),n.polygonStart(),r.polygonStart()},polygonEnd:function(){e.polygonEnd(),n.polygonEnd(),r.polygonEnd()}}},t.precision=function(e){return arguments.length?(a.precision(e),u.precision(e),o.precision(e),t):a.precision()},t.scale=function(e){return arguments.length?(a.scale(e),u.scale(.35*e),o.scale(e),t.translate(a.translate())):a.scale()},t.translate=function(e){if(!arguments.length)return a.translate();var c=a.scale(),l=+e[0],f=+e[1];return n=a.translate(e).clipExtent([[l-.455*c,f-.238*c],[l+.455*c,f+.238*c]]).stream(s).point,r=u.translate([l-.307*c,f+.201*c]).clipExtent([[l-.425*c+Iu,f+.12*c+Iu],[l-.214*c-Iu,f+.234*c-Iu]]).stream(s).point,i=o.translate([l-.205*c,f+.212*c]).clipExtent([[l-.214*c+Iu,f+.166*c+Iu],[l-.115*c-Iu,f+.234*c-Iu]]).stream(s).point,t},t.scale(1070)};var Wo,zo,qo,Uo,$o,Vo,Go={point:D,lineStart:D,lineEnd:D,polygonStart:function(){zo=0,Go.lineStart=Ke},polygonEnd:function(){Go.lineStart=Go.lineEnd=Go.point=D,Wo+=wu(zo/2)}},Jo={point:Xe,lineStart:D,lineEnd:D,polygonStart:D,polygonEnd:D},Zo={point:en,lineStart:nn,lineEnd:rn,polygonStart:function(){Zo.lineStart=an},polygonEnd:function(){Zo.point=en,Zo.lineStart=nn,Zo.lineEnd=rn}};hu.geo.path=function(){function t(t){return t&&("function"==typeof o&&a.pointRadius(+o.apply(this,arguments)),u&&u.valid||(u=i(a)),hu.geo.stream(t,u)),a.result()}function e(){return u=null,t}var n,r,i,a,u,o=4.5;return t.area=function(t){return Wo=0,hu.geo.stream(t,i(Go)),Wo},t.centroid=function(t){return Eo=So=jo=Co=Fo=Oo=Ho=Po=No=0,hu.geo.stream(t,i(Zo)),No?[Ho/No,Po/No]:Oo?[Co/Oo,Fo/Oo]:jo?[Eo/jo,So/jo]:[NaN,NaN]},t.bounds=function(t){return $o=Vo=-(qo=Uo=1/0),hu.geo.stream(t,i(Jo)),[[qo,Uo],[$o,Vo]]},t.projection=function(t){return arguments.length?(i=(n=t)?t.stream||sn(t):L,e()):n},t.context=function(t){return arguments.length?(a=null==(r=t)?new Qe:new un(t),"function"!=typeof o&&a.pointRadius(o),e()):r},t.pointRadius=function(e){return arguments.length?(o="function"==typeof e?e:(a.pointRadius(+e),+e),t):o},t.projection(hu.geo.albersUsa()).context(null)},hu.geo.transform=function(t){return{stream:function(e){var n=new cn(e);for(var r in t)n[r]=t[r];return n}}},cn.prototype={point:function(t,e){this.stream.point(t,e)},sphere:function(){this.stream.sphere()},lineStart:function(){this.stream.lineStart()},lineEnd:function(){this.stream.lineEnd()},polygonStart:function(){this.stream.polygonStart()},polygonEnd:function(){this.stream.polygonEnd()}},hu.geo.projection=fn,hu.geo.projectionMutator=hn,(hu.geo.equirectangular=function(){return fn(pn)}).raw=pn.invert=pn,hu.geo.rotation=function(t){function e(e){return e=t(e[0]*Uu,e[1]*Uu),e[0]*=$u,e[1]*=$u,e}return t=mn(t[0]%360*Uu,t[1]*Uu,t.length>2?t[2]*Uu:0),e.invert=function(e){return e=t.invert(e[0]*Uu,e[1]*Uu),e[0]*=$u,e[1]*=$u,e},e},_n.invert=pn,hu.geo.circle=function(){function t(){var t="function"==typeof r?r.apply(this,arguments):r,e=mn(-t[0]*Uu,-t[1]*Uu,0).invert,i=[];return n(null,null,1,{point:function(t,n){i.push(t=e(t,n)),t[0]*=$u,t[1]*=$u}}),{type:"Polygon",coordinates:[i]}}var e,n,r=[0,0],i=6;return t.origin=function(e){return arguments.length?(r=e,t):r},t.angle=function(r){return arguments.length?(n=Mn((e=+r)*Uu,i*Uu),t):e},t.precision=function(r){return arguments.length?(n=Mn(e*Uu,(i=+r)*Uu),t):i},t.angle(90)},hu.geo.distance=function(t,e){var n,r=(e[0]-t[0])*Uu,i=t[1]*Uu,a=e[1]*Uu,u=Math.sin(r),o=Math.cos(r),s=Math.sin(i),c=Math.cos(i),l=Math.sin(a),f=Math.cos(a);return Math.atan2(Math.sqrt((n=f*u)*n+(n=c*l-s*f*o)*n),s*l+c*f*o)},hu.geo.graticule=function(){function t(){return{type:"MultiLineString",coordinates:e()}}function e(){return hu.range(Math.ceil(a/m)*m,i,m).map(h).concat(hu.range(Math.ceil(c/g)*g,s,g).map(d)).concat(hu.range(Math.ceil(r/p)*p,n,p).filter(function(t){return wu(t%m)>Iu}).map(l)).concat(hu.range(Math.ceil(o/_)*_,u,_).filter(function(t){return wu(t%g)>Iu}).map(f))}var n,r,i,a,u,o,s,c,l,f,h,d,p=10,_=p,m=90,g=360,y=2.5;return t.lines=function(){return e().map(function(t){return{type:"LineString",coordinates:t}})},t.outline=function(){return{type:"Polygon",coordinates:[h(a).concat(d(s).slice(1),h(i).reverse().slice(1),d(c).reverse().slice(1))]}},t.extent=function(e){return arguments.length?t.majorExtent(e).minorExtent(e):t.minorExtent()},t.majorExtent=function(e){return arguments.length?(a=+e[0][0],i=+e[1][0],c=+e[0][1],s=+e[1][1],a>i&&(e=a,a=i,i=e),c>s&&(e=c,c=s,s=e),t.precision(y)):[[a,c],[i,s]]},t.minorExtent=function(e){return arguments.length?(r=+e[0][0],n=+e[1][0],o=+e[0][1],u=+e[1][1],r>n&&(e=r,r=n,n=e),o>u&&(e=o,o=u,u=e),t.precision(y)):[[r,o],[n,u]]},t.step=function(e){return arguments.length?t.majorStep(e).minorStep(e):t.minorStep()},t.majorStep=function(e){return arguments.length?(m=+e[0],g=+e[1],t):[m,g]},t.minorStep=function(e){return arguments.length?(p=+e[0],_=+e[1],t):[p,_]},t.precision=function(e){return arguments.length?(y=+e,l=wn(o,u,90),f=Ln(r,n,y),h=wn(c,s,90),d=Ln(a,i,y),t):y},t.majorExtent([[-180,-90+Iu],[180,90-Iu]]).minorExtent([[-180,-80-Iu],[180,80+Iu]])},hu.geo.greatArc=function(){function t(){return{type:"LineString",coordinates:[e||r.apply(this,arguments),n||i.apply(this,arguments)]}}var e,n,r=kn,i=xn;return t.distance=function(){return hu.geo.distance(e||r.apply(this,arguments),n||i.apply(this,arguments))},t.source=function(n){return arguments.length?(r=n,e="function"==typeof n?null:n,t):r},t.target=function(e){return arguments.length?(i=e,n="function"==typeof e?null:e,t):i},t.precision=function(){return arguments.length?t:0},t},hu.geo.interpolate=function(t,e){return Dn(t[0]*Uu,t[1]*Uu,e[0]*Uu,e[1]*Uu)},hu.geo.length=function(t){return Ko=0,hu.geo.stream(t,Xo),Ko};var Ko,Xo={sphere:D,point:D,lineStart:Yn,lineEnd:D,polygonStart:D,polygonEnd:D},Qo=Tn(function(t){return Math.sqrt(2/(1+t))},function(t){return 2*Math.asin(t/2)});(hu.geo.azimuthalEqualArea=function(){return fn(Qo)}).raw=Qo;var ts=Tn(function(t){var e=Math.acos(t);return e&&e/Math.sin(e)},L);(hu.geo.azimuthalEquidistant=function(){return fn(ts)}).raw=ts,(hu.geo.conicConformal=function(){return Je(An)}).raw=An,(hu.geo.conicEquidistant=function(){return Je(En)}).raw=En;var es=Tn(function(t){return 1/t},Math.atan);(hu.geo.gnomonic=function(){return fn(es)}).raw=es,Sn.invert=function(t,e){return[t,2*Math.atan(Math.exp(e))-qu]},(hu.geo.mercator=function(){return jn(Sn)}).raw=Sn;var ns=Tn(function(){return 1},Math.asin);(hu.geo.orthographic=function(){return fn(ns)}).raw=ns;var rs=Tn(function(t){return 1/(1+t)},function(t){return 2*Math.atan(t)});(hu.geo.stereographic=function(){return fn(rs)}).raw=rs,Cn.invert=function(t,e){return[-e,2*Math.atan(Math.exp(t))-qu]},(hu.geo.transverseMercator=function(){var t=jn(Cn),e=t.center,n=t.rotate;return t.center=function(t){return t?e([-t[1],t[0]]):(t=e(),[t[1],-t[0]])},t.rotate=function(t){return t?n([t[0],t[1],t.length>2?t[2]+90:90]):(t=n(),[t[0],t[1],t[2]-90])},n([0,0,90])}).raw=Cn,hu.geom={},hu.geom.hull=function(t){function e(t){if(t.length<3)return[];var e,i=St(n),a=St(r),u=t.length,o=[],s=[];for(e=0;e<u;e++)o.push([+i.call(this,t[e],e),+a.call(this,t[e],e),e]);for(o.sort(Pn),e=0;e<u;e++)s.push([o[e][0],-o[e][1]]);var c=Hn(o),l=Hn(s),f=l[0]===c[0],h=l[l.length-1]===c[c.length-1],d=[];for(e=c.length-1;e>=0;--e)d.push(t[o[c[e]][2]]);for(e=+f;e<l.length-h;++e)d.push(t[o[l[e]][2]]);return d}var n=Fn,r=On;return arguments.length?e(t):(e.x=function(t){return arguments.length?(n=t,e):n},e.y=function(t){return arguments.length?(r=t,e):r},e)},hu.geom.polygon=function(t){return Yu(t,is),t};var is=hu.geom.polygon.prototype=[];is.area=function(){for(var t,e=-1,n=this.length,r=this[n-1],i=0;++e<n;)t=r,r=this[e],i+=t[1]*r[0]-t[0]*r[1];return.5*i},is.centroid=function(t){var e,n,r=-1,i=this.length,a=0,u=0,o=this[i-1];for(arguments.length||(t=-1/(6*this.area()));++r<i;)e=o,o=this[r],n=e[0]*o[1]-o[0]*e[1],a+=(e[0]+o[0])*n,u+=(e[1]+o[1])*n;return[a*t,u*t]},is.clip=function(t){for(var e,n,r,i,a,u,o=Bn(t),s=-1,c=this.length-Bn(this),l=this[c-1];++s<c;){for(e=t.slice(),t.length=0,i=this[s],a=e[(r=e.length-o)-1],n=-1;++n<r;)u=e[n],Nn(u,l,i)?(Nn(a,l,i)||t.push(In(a,u,l,i)),t.push(u)):Nn(a,l,i)&&t.push(In(a,u,l,i)),a=u;o&&t.push(t[0]),l=i}return t};var as,us,os,ss,cs,ls=[],fs=[];Gn.prototype.prepare=function(){for(var t,e=this.edges,n=e.length;n--;)t=e[n].edge,t.b&&t.a||e.splice(n,1);return e.sort(Zn),e.length},ur.prototype={start:function(){return this.edge.l===this.site?this.edge.a:this.edge.b},end:function(){return this.edge.l===this.site?this.edge.b:this.edge.a}},or.prototype={insert:function(t,e){var n,r,i;if(t){if(e.P=t,e.N=t.N,t.N&&(t.N.P=e),t.N=e,t.R){for(t=t.R;t.L;)t=t.L;t.L=e}else t.R=e;n=t}else this._?(t=fr(this._),e.P=null,e.N=t,t.P=t.L=e,n=t):(e.P=e.N=null,this._=e,n=null);for(e.L=e.R=null,e.U=n,e.C=!0,t=e;n&&n.C;)r=n.U,n===r.L?(i=r.R,i&&i.C?(n.C=i.C=!1,r.C=!0,t=r):(t===n.R&&(cr(this,n),t=n,n=t.U),n.C=!1,r.C=!0,lr(this,r))):(i=r.L,i&&i.C?(n.C=i.C=!1,r.C=!0,t=r):(t===n.L&&(lr(this,n),t=n,n=t.U),n.C=!1,r.C=!0,cr(this,r))),n=t.U;this._.C=!1},remove:function(t){t.N&&(t.N.P=t.P),t.P&&(t.P.N=t.N),t.N=t.P=null;var e,n,r,i=t.U,a=t.L,u=t.R;if(n=a?u?fr(u):a:u,i?i.L===t?i.L=n:i.R=n:this._=n,a&&u?(r=n.C,n.C=t.C,n.L=a,a.U=n,n!==u?(i=n.U,n.U=t.U,t=n.R,i.L=t,n.R=u,u.U=n):(n.U=i,i=n,t=n.R)):(r=t.C,t=n),t&&(t.U=i),!r){if(t&&t.C)return void(t.C=!1);do{if(t===this._)break;if(t===i.L){if(e=i.R,e.C&&(e.C=!1,i.C=!0,cr(this,i),e=i.R),e.L&&e.L.C||e.R&&e.R.C){e.R&&e.R.C||(e.L.C=!1,e.C=!0,lr(this,e),e=i.R),e.C=i.C,i.C=e.R.C=!1,cr(this,i),t=this._;break}}else if(e=i.L,e.C&&(e.C=!1,i.C=!0,lr(this,i),e=i.L),e.L&&e.L.C||e.R&&e.R.C){e.L&&e.L.C||(e.R.C=!1,e.C=!0,cr(this,e),e=i.L),e.C=i.C,i.C=e.L.C=!1,lr(this,i),t=this._;break}e.C=!0,t=i,i=i.U}while(!t.C);t&&(t.C=!1)}}},hu.geom.voronoi=function(t){function e(t){var e=new Array(t.length),r=o[0][0],i=o[0][1],a=o[1][0],u=o[1][1];return hr(n(t),o).cells.forEach(function(n,o){var s=n.edges,c=n.site;(e[o]=s.length?s.map(function(t){var e=t.start();return[e.x,e.y]}):c.x>=r&&c.x<=a&&c.y>=i&&c.y<=u?[[r,u],[a,u],[a,i],[r,i]]:[]).point=t[o]}),e}function n(t){return t.map(function(t,e){return{x:Math.round(a(t,e)/Iu)*Iu,y:Math.round(u(t,e)/Iu)*Iu,i:e}})}var r=Fn,i=On,a=r,u=i,o=hs;return t?e(t):(e.links=function(t){return hr(n(t)).edges.filter(function(t){return t.l&&t.r}).map(function(e){return{source:t[e.l.i],target:t[e.r.i]}})},e.triangles=function(t){var e=[];return hr(n(t)).cells.forEach(function(n,r){for(var i,a=n.site,u=n.edges.sort(Zn),o=-1,s=u.length,c=u[s-1].edge,l=c.l===a?c.r:c.l;++o<s;)c,i=l,c=u[o].edge,l=c.l===a?c.r:c.l,r<i.i&&r<l.i&&pr(a,i,l)<0&&e.push([t[r],t[i.i],t[l.i]])}),e},e.x=function(t){return arguments.length?(a=St(r=t),e):r},e.y=function(t){return arguments.length?(u=St(i=t),e):i},e.clipExtent=function(t){return arguments.length?(o=null==t?hs:t,e):o===hs?null:o},e.size=function(t){return arguments.length?e.clipExtent(t&&[[0,0],t]):o===hs?null:o&&o[1]},e)};var hs=[[-1e6,-1e6],[1e6,1e6]];hu.geom.delaunay=function(t){return hu.geom.voronoi().triangles(t)},hu.geom.quadtree=function(t,e,n,r,i){function a(t){function a(t,e,n,r,i,a,u,o){if(!isNaN(n)&&!isNaN(r))if(t.leaf){var s=t.x,l=t.y;if(null!=s)if(wu(s-n)+wu(l-r)<.01)c(t,e,n,r,i,a,u,o);else{var f=t.point;t.x=t.y=t.point=null,c(t,f,s,l,i,a,u,o),c(t,e,n,r,i,a,u,o)}else t.x=n,t.y=r,t.point=e}else c(t,e,n,r,i,a,u,o)}function c(t,e,n,r,i,u,o,s){var c=.5*(i+o),l=.5*(u+s),f=n>=c,h=r>=l,d=h<<1|f;t.leaf=!1,t=t.nodes[d]||(t.nodes[d]=gr()),f?i=c:o=c,h?u=l:s=l,a(t,e,n,r,i,u,o,s)}var l,f,h,d,p,_,m,g,y,v=St(o),M=St(s);if(null!=e)_=e,m=n,g=r,y=i;else if(g=y=-(_=m=1/0),f=[],h=[],p=t.length,u)for(d=0;d<p;++d)l=t[d],l.x<_&&(_=l.x),l.y<m&&(m=l.y),l.x>g&&(g=l.x),l.y>y&&(y=l.y),f.push(l.x),h.push(l.y);else for(d=0;d<p;++d){var b=+v(l=t[d],d),w=+M(l,d);b<_&&(_=b),w<m&&(m=w),b>g&&(g=b),w>y&&(y=w),f.push(b),h.push(w)}var L=g-_,k=y-m;L>k?y=m+L:g=_+k;var x=gr();if(x.add=function(t){a(x,t,+v(t,++d),+M(t,d),_,m,g,y)},x.visit=function(t){yr(t,x,_,m,g,y)},x.find=function(t){return vr(x,t[0],t[1],_,m,g,y)},d=-1,null==e){for(;++d<p;)a(x,t[d],f[d],h[d],_,m,g,y);--d}else t.forEach(x.add);return f=h=t=l=null,x}var u,o=Fn,s=On;return(u=arguments.length)?(o=_r,s=mr,3===u&&(i=n,r=e,n=e=0),a(t)):(a.x=function(t){return arguments.length?(o=t,a):o},a.y=function(t){return arguments.length?(s=t,a):s},a.extent=function(t){return arguments.length?(null==t?e=n=r=i=null:(e=+t[0][0],n=+t[0][1],r=+t[1][0],i=+t[1][1]),a):null==e?null:[[e,n],[r,i]]},a.size=function(t){return arguments.length?(null==t?e=n=r=i=null:(e=n=0,r=+t[0],i=+t[1]),a):null==e?null:[r-e,i-n]},a)},hu.interpolateRgb=Mr,hu.interpolateObject=br,hu.interpolateNumber=wr,hu.interpolateString=Lr;var ds=/[-+]?(?:\d+\.?\d*|\.?\d+)(?:[eE][-+]?\d+)?/g,ps=new RegExp(ds.source,"g");hu.interpolate=kr,hu.interpolators=[function(t,e){var n=typeof e;return("string"===n?ao.has(e.toLowerCase())||/^(#|rgb\(|hsl\()/i.test(e)?Mr:Lr:e instanceof ft?Mr:Array.isArray(e)?xr:"object"===n&&isNaN(e)?br:wr)(t,e)}],hu.interpolateArray=xr;var _s=function(){return L},ms=hu.map({linear:_s,poly:jr,quad:function(){return Ar},cubic:function(){return Er},sin:function(){return Cr},exp:function(){return Fr},circle:function(){return Or},elastic:Hr,back:Pr,bounce:function(){return Nr}}),gs=hu.map({in:L,out:Yr,"in-out":Tr,"out-in":function(t){return Tr(Yr(t))}});hu.ease=function(t){var e=t.indexOf("-"),n=e>=0?t.slice(0,e):t,r=e>=0?t.slice(e+1):"in";return n=ms.get(n)||_s,r=gs.get(r)||L,Dr(r(n.apply(null,du.call(arguments,1))))},hu.interpolateHcl=Ir,hu.interpolateHsl=Br,hu.interpolateLab=Rr,hu.interpolateRound=Wr,hu.transform=function(t){var e=_u.createElementNS(hu.ns.prefix.svg,"g");return(hu.transform=function(t){if(null!=t){e.setAttribute("transform",t);var n=e.transform.baseVal.consolidate()}return new zr(n?n.matrix:ys)})(t)},zr.prototype.toString=function(){return"translate("+this.translate+")rotate("+this.rotate+")skewX("+this.skew+")scale("+this.scale+")"};var ys={a:1,b:0,c:0,d:1,e:0,f:0};hu.interpolateTransform=Xr,hu.layout={},hu.layout.bundle=function(){return function(t){for(var e=[],n=-1,r=t.length;++n<r;)e.push(ei(t[n]));return e}},hu.layout.chord=function(){function t(){var t,c,f,h,d,p={},_=[],m=hu.range(a),g=[];for(n=[],r=[],t=0,h=-1;++h<a;){for(c=0,d=-1;++d<a;)c+=i[h][d];_.push(c),g.push(hu.range(a)),t+=c}for(u&&m.sort(function(t,e){return u(_[t],_[e])}),o&&g.forEach(function(t,e){t.sort(function(t,n){return o(i[e][t],i[e][n])})}),t=(Wu-l*a)/t,c=0,h=-1;++h<a;){for(f=c,d=-1;++d<a;){var y=m[h],v=g[y][d],M=i[y][v],b=c,w=c+=M*t;p[y+"-"+v]={index:y,subindex:v,startAngle:b,endAngle:w,value:M}}r[y]={index:y,startAngle:f,endAngle:c,value:_[y]},c+=l}for(h=-1;++h<a;)for(d=h-1;++d<a;){var L=p[h+"-"+d],k=p[d+"-"+h];(L.value||k.value)&&n.push(L.value<k.value?{source:k,target:L}:{source:L,target:k})}s&&e()}function e(){n.sort(function(t,e){return s((t.source.value+t.target.value)/2,(e.source.value+e.target.value)/2)})}var n,r,i,a,u,o,s,c={},l=0;return c.matrix=function(t){return arguments.length?(a=(i=t)&&i.length,n=r=null,c):i},c.padding=function(t){return arguments.length?(l=t,n=r=null,c):l},c.sortGroups=function(t){return arguments.length?(u=t,n=r=null,c):u},c.sortSubgroups=function(t){return arguments.length?(o=t,n=null,c):o},c.sortChords=function(t){return arguments.length?(s=t,n&&e(),c):s},c.chords=function(){return n||t(),n},c.groups=function(){return r||t(),r},c},hu.layout.force=function(){function t(t){return function(e,n,r,i){if(e.point!==t){var a=e.cx-t.x,u=e.cy-t.y,o=i-n,s=a*a+u*u;if(o*o/g<s){if(s<_){var c=e.charge/s;t.px-=a*c,t.py-=u*c}return!0}if(e.point&&s&&s<_){var c=e.pointCharge/s;t.px-=a*c,t.py-=u*c}}return!e.charge}}function e(t){t.px=hu.event.x,t.py=hu.event.y,s.resume()}var n,r,i,a,u,o,s={},c=hu.dispatch("start","tick","end"),l=[1,1],f=.9,h=vs,d=Ms,p=-30,_=bs,m=.1,g=.64,y=[],v=[];return s.tick=function(){if((i*=.99)<.005)return n=null,c.end({type:"end",alpha:i=0}),!0;var e,r,s,h,d,_,g,M,b,w=y.length,L=v.length;for(r=0;r<L;++r)s=v[r],h=s.source,d=s.target,M=d.x-h.x,b=d.y-h.y,(_=M*M+b*b)&&(_=i*u[r]*((_=Math.sqrt(_))-a[r])/_,M*=_,b*=_,d.x-=M*(g=h.weight+d.weight?h.weight/(h.weight+d.weight):.5),d.y-=b*g,h.x+=M*(g=1-g),h.y+=b*g);if((g=i*m)&&(M=l[0]/2,b=l[1]/2,r=-1,g))for(;++r<w;)s=y[r],s.x+=(M-s.x)*g,s.y+=(b-s.y)*g;if(p)for(si(e=hu.geom.quadtree(y),i,o),r=-1;++r<w;)(s=y[r]).fixed||e.visit(t(s));for(r=-1;++r<w;)s=y[r],s.fixed?(s.x=s.px,s.y=s.py):(s.x-=(s.px-(s.px=s.x))*f,s.y-=(s.py-(s.py=s.y))*f);c.tick({type:"tick",alpha:i})},s.nodes=function(t){return arguments.length?(y=t,s):y},s.links=function(t){return arguments.length?(v=t,s):v},s.size=function(t){return arguments.length?(l=t,s):l},s.linkDistance=function(t){return arguments.length?(h="function"==typeof t?t:+t,s):h},s.distance=s.linkDistance,s.linkStrength=function(t){return arguments.length?(d="function"==typeof t?t:+t,s):d},s.friction=function(t){return arguments.length?(f=+t,s):f},s.charge=function(t){return arguments.length?(p="function"==typeof t?t:+t,s):p},s.chargeDistance=function(t){return arguments.length?(_=t*t,s):Math.sqrt(_)},s.gravity=function(t){return arguments.length?(m=+t,s):m},s.theta=function(t){return arguments.length?(g=t*t,s):Math.sqrt(g)},s.alpha=function(t){return arguments.length?(t=+t,i?t>0?i=t:(n.c=null,n.t=NaN,n=null,c.end({type:"end",alpha:i=0})):t>0&&(c.start({type:"start",alpha:i=t}),n=Ht(s.tick)),s):i},s.start=function(){function t(t,r){if(!n){for(n=new Array(i),s=0;s<i;++s)n[s]=[];for(s=0;s<c;++s){var a=v[s];n[a.source.index].push(a.target),n[a.target.index].push(a.source)}}for(var u,o=n[e],s=-1,l=o.length;++s<l;)if(!isNaN(u=o[s][t]))return u;return Math.random()*r}var e,n,r,i=y.length,c=v.length,f=l[0],_=l[1];for(e=0;e<i;++e)(r=y[e]).index=e,r.weight=0;for(e=0;e<c;++e)r=v[e],"number"==typeof r.source&&(r.source=y[r.source]),"number"==typeof r.target&&(r.target=y[r.target]),++r.source.weight,++r.target.weight;for(e=0;e<i;++e)r=y[e],isNaN(r.x)&&(r.x=t("x",f)),isNaN(r.y)&&(r.y=t("y",_)),isNaN(r.px)&&(r.px=r.x),isNaN(r.py)&&(r.py=r.y);if(a=[],"function"==typeof h)for(e=0;e<c;++e)a[e]=+h.call(this,v[e],e);else for(e=0;e<c;++e)a[e]=h;if(u=[],"function"==typeof d)for(e=0;e<c;++e)u[e]=+d.call(this,v[e],e);else for(e=0;e<c;++e)u[e]=d;if(o=[],"function"==typeof p)for(e=0;e<i;++e)o[e]=+p.call(this,y[e],e);else for(e=0;e<i;++e)o[e]=p;return s.resume()},s.resume=function(){return s.alpha(.1)},s.stop=function(){return s.alpha(0)},s.drag=function(){if(r||(r=hu.behavior.drag().origin(L).on("dragstart.force",ii).on("drag.force",e).on("dragend.force",ai)),!arguments.length)return r;this.on("mouseover.force",ui).on("mouseout.force",oi).call(r)},hu.rebind(s,c,"on")};var vs=20,Ms=1,bs=1/0;hu.layout.hierarchy=function(){function t(i){var a,u=[i],o=[];for(i.depth=0;null!=(a=u.pop());)if(o.push(a),(c=n.call(t,a,a.depth))&&(s=c.length)){for(var s,c,l;--s>=0;)u.push(l=c[s]),l.parent=a,l.depth=a.depth+1;r&&(a.value=0),a.children=c}else r&&(a.value=+r.call(t,a,a.depth)||0),delete a.children;return fi(i,function(t){var n,i;e&&(n=t.children)&&n.sort(e),r&&(i=t.parent)&&(i.value+=t.value)}),o}var e=pi,n=hi,r=di;return t.sort=function(n){return arguments.length?(e=n,t):e},t.children=function(e){return arguments.length?(n=e,t):n},t.value=function(e){return arguments.length?(r=e,t):r},t.revalue=function(e){return r&&(li(e,function(t){t.children&&(t.value=0)}),fi(e,function(e){var n;e.children||(e.value=+r.call(t,e,e.depth)||0),(n=e.parent)&&(n.value+=e.value)})),e},t},hu.layout.partition=function(){function t(e,n,r,i){var a=e.children;if(e.x=n,e.y=e.depth*i,e.dx=r,e.dy=i,a&&(u=a.length)){var u,o,s,c=-1;for(r=e.value?r/e.value:0;++c<u;)t(o=a[c],n,s=o.value*r,i),n+=s}}function e(t){var n=t.children,r=0;if(n&&(i=n.length))for(var i,a=-1;++a<i;)r=Math.max(r,e(n[a]));return 1+r}function n(n,a){var u=r.call(this,n,a);return t(u[0],0,i[0],i[1]/e(u[0])),u}var r=hu.layout.hierarchy(),i=[1,1];return n.size=function(t){return arguments.length?(i=t,n):i},ci(n,r)},hu.layout.pie=function(){function t(u){var o,s=u.length,c=u.map(function(n,r){return+e.call(t,n,r)}),l=+("function"==typeof r?r.apply(this,arguments):r),f=("function"==typeof i?i.apply(this,arguments):i)-l,h=Math.min(Math.abs(f)/s,+("function"==typeof a?a.apply(this,arguments):a)),d=h*(f<0?-1:1),p=hu.sum(c),_=p?(f-s*d)/p:0,m=hu.range(s),g=[];return null!=n&&m.sort(n===ws?function(t,e){return c[e]-c[t]}:function(t,e){return n(u[t],u[e])}),m.forEach(function(t){g[t]={data:u[t],value:o=c[t],startAngle:l,endAngle:l+=o*_+d,padAngle:h}}),g}var e=Number,n=ws,r=0,i=Wu,a=0;return t.value=function(n){return arguments.length?(e=n,t):e},t.sort=function(e){return arguments.length?(n=e,t):n},t.startAngle=function(e){return arguments.length?(r=e,t):r},t.endAngle=function(e){return arguments.length?(i=e,t):i},t.padAngle=function(e){return arguments.length?(a=e,t):a},t};var ws={};hu.layout.stack=function(){function t(o,s){if(!(h=o.length))return o;var c=o.map(function(n,r){return e.call(t,n,r)}),l=c.map(function(e){return e.map(function(e,n){return[a.call(t,e,n),u.call(t,e,n)]})}),f=n.call(t,l,s);c=hu.permute(c,f),l=hu.permute(l,f);var h,d,p,_,m=r.call(t,l,s),g=c[0].length;for(p=0;p<g;++p)for(i.call(t,c[0][p],_=m[p],l[0][p][1]),d=1;d<h;++d)i.call(t,c[d][p],_+=l[d-1][p][1],l[d][p][1]);return o}var e=L,n=vi,r=Mi,i=yi,a=mi,u=gi;return t.values=function(n){return arguments.length?(e=n,t):e},t.order=function(e){return arguments.length?(n="function"==typeof e?e:Ls.get(e)||vi,t):n},t.offset=function(e){return arguments.length?(r="function"==typeof e?e:ks.get(e)||Mi,t):r},t.x=function(e){return arguments.length?(a=e,t):a},t.y=function(e){return arguments.length?(u=e,t):u},t.out=function(e){return arguments.length?(i=e,t):i},t};var Ls=hu.map({"inside-out":function(t){var e,n,r=t.length,i=t.map(bi),a=t.map(wi),u=hu.range(r).sort(function(t,e){return i[t]-i[e]}),o=0,s=0,c=[],l=[];for(e=0;e<r;++e)n=u[e],o<s?(o+=a[n],c.push(n)):(s+=a[n],l.push(n));return l.reverse().concat(c)},reverse:function(t){return hu.range(t.length).reverse()},default:vi}),ks=hu.map({silhouette:function(t){var e,n,r,i=t.length,a=t[0].length,u=[],o=0,s=[];for(n=0;n<a;++n){for(e=0,r=0;e<i;e++)r+=t[e][n][1];r>o&&(o=r),u.push(r)}for(n=0;n<a;++n)s[n]=(o-u[n])/2;return s},wiggle:function(t){var e,n,r,i,a,u,o,s,c,l=t.length,f=t[0],h=f.length,d=[];for(d[0]=s=c=0,n=1;n<h;++n){for(e=0,i=0;e<l;++e)i+=t[e][n][1];for(e=0,a=0,o=f[n][0]-f[n-1][0];e<l;++e){for(r=0,u=(t[e][n][1]-t[e][n-1][1])/(2*o);r<e;++r)u+=(t[r][n][1]-t[r][n-1][1])/o;a+=u*t[e][n][1]}d[n]=s-=i?a/i*o:0,s<c&&(c=s)}for(n=0;n<h;++n)d[n]-=c;return d},expand:function(t){var e,n,r,i=t.length,a=t[0].length,u=1/i,o=[];for(n=0;n<a;++n){for(e=0,r=0;e<i;e++)r+=t[e][n][1];if(r)for(e=0;e<i;e++)t[e][n][1]/=r;else for(e=0;e<i;e++)t[e][n][1]=u}for(n=0;n<a;++n)o[n]=0;return o},zero:Mi});hu.layout.histogram=function(){function t(t,a){for(var u,o,s=[],c=t.map(n,this),l=r.call(this,c,a),f=i.call(this,l,c,a),a=-1,h=c.length,d=f.length-1,p=e?1:1/h;++a<d;)u=s[a]=[],u.dx=f[a+1]-(u.x=f[a]),u.y=0;if(d>0)for(a=-1;++a<h;)(o=c[a])>=l[0]&&o<=l[1]&&(u=s[hu.bisect(f,o,1,d)-1],u.y+=p,u.push(t[a]));return s}var e=!0,n=Number,r=Di,i=ki;return t.value=function(e){return arguments.length?(n=e,t):n},t.range=function(e){return arguments.length?(r=St(e),t):r},t.bins=function(e){return arguments.length?(i="number"==typeof e?function(t){return xi(t,e)}:St(e),t):i},t.frequency=function(n){return arguments.length?(e=!!n,t):e},t},hu.layout.pack=function(){function t(t,a){var u=n.call(this,t,a),o=u[0],s=i[0],c=i[1],l=null==e?Math.sqrt:"function"==typeof e?e:function(){return e};if(o.x=o.y=0,fi(o,function(t){t.r=+l(t.value)}),fi(o,Si),r){var f=r*(e?1:Math.max(2*o.r/s,2*o.r/c))/2;fi(o,function(t){t.r+=f}),fi(o,Si),fi(o,function(t){t.r-=f})}return Fi(o,s/2,c/2,e?1:1/Math.max(2*o.r/s,2*o.r/c)),u}var e,n=hu.layout.hierarchy().sort(Yi),r=0,i=[1,1];return t.size=function(e){return arguments.length?(i=e,t):i},t.radius=function(n){return arguments.length?(e=null==n||"function"==typeof n?n:+n,t):e},t.padding=function(e){return arguments.length?(r=+e,t):r},ci(t,n)},hu.layout.tree=function(){function t(t,i){var l=u.call(this,t,i),f=l[0],h=e(f);if(fi(h,n),h.parent.m=-h.z,li(h,r),c)li(f,a);else{var d=f,p=f,_=f;li(f,function(t){t.x<d.x&&(d=t),t.x>p.x&&(p=t),t.depth>_.depth&&(_=t)});var m=o(d,p)/2-d.x,g=s[0]/(p.x+o(p,d)/2+m),y=s[1]/(_.depth||1);li(f,function(t){t.x=(t.x+m)*g,t.y=t.depth*y})}return l}function e(t){for(var e,n={A:null,children:[t]},r=[n];null!=(e=r.pop());)for(var i,a=e.children,u=0,o=a.length;u<o;++u)r.push((a[u]=i={_:a[u],parent:e,children:(i=a[u].children)&&i.slice()||[],A:null,a:null,z:0,m:0,c:0,s:0,t:null,i:u}).a=i);return n.children[0]}function n(t){var e=t.children,n=t.parent.children,r=t.i?n[t.i-1]:null;if(e.length){Bi(t);var a=(e[0].z+e[e.length-1].z)/2;r?(t.z=r.z+o(t._,r._),t.m=t.z-a):t.z=a}else r&&(t.z=r.z+o(t._,r._));t.parent.A=i(t,r,t.parent.A||n[0])}function r(t){t._.x=t.z+t.parent.m,t.m+=t.parent.m}function i(t,e,n){if(e){for(var r,i=t,a=t,u=e,s=i.parent.children[0],c=i.m,l=a.m,f=u.m,h=s.m;u=Ni(u),i=Pi(i),u&&i;)s=Pi(s),a=Ni(a),a.a=t,r=u.z+f-i.z-c+o(u._,i._),r>0&&(Ii(Ri(u,t,n),t,r),c+=r,l+=r),f+=u.m,c+=i.m,h+=s.m,l+=a.m;u&&!Ni(a)&&(a.t=u,a.m+=f-l),i&&!Pi(s)&&(s.t=i,s.m+=c-h,n=t)}return n}function a(t){t.x*=s[0],t.y=t.depth*s[1]}var u=hu.layout.hierarchy().sort(null).value(null),o=Hi,s=[1,1],c=null;return t.separation=function(e){return arguments.length?(o=e,t):o},t.size=function(e){return arguments.length?(c=null==(s=e)?a:null,t):c?null:s},t.nodeSize=function(e){return arguments.length?(c=null==(s=e)?null:a,t):c?s:null},ci(t,u)},hu.layout.cluster=function(){function t(t,a){var u,o=e.call(this,t,a),s=o[0],c=0;fi(s,function(t){var e=t.children;e&&e.length?(t.x=zi(e),t.y=Wi(e)):(t.x=u?c+=n(t,u):0,t.y=0,u=t)});var l=qi(s),f=Ui(s),h=l.x-n(l,f)/2,d=f.x+n(f,l)/2;return fi(s,i?function(t){t.x=(t.x-s.x)*r[0],t.y=(s.y-t.y)*r[1]}:function(t){t.x=(t.x-h)/(d-h)*r[0],t.y=(1-(s.y?t.y/s.y:1))*r[1]}),o}var e=hu.layout.hierarchy().sort(null).value(null),n=Hi,r=[1,1],i=!1;return t.separation=function(e){return arguments.length?(n=e,t):n},t.size=function(e){return arguments.length?(i=null==(r=e),t):i?null:r},t.nodeSize=function(e){return arguments.length?(i=null!=(r=e),t):i?r:null},ci(t,e)},hu.layout.treemap=function(){function t(t,e){for(var n,r,i=-1,a=t.length;++i<a;)r=(n=t[i]).value*(e<0?0:e),n.area=isNaN(r)||r<=0?0:r}function e(n){var a=n.children;if(a&&a.length){var u,o,s,c=f(n),l=[],h=a.slice(),p=1/0,_="slice"===d?c.dx:"dice"===d?c.dy:"slice-dice"===d?1&n.depth?c.dy:c.dx:Math.min(c.dx,c.dy);for(t(h,c.dx*c.dy/n.value),l.area=0;(s=h.length)>0;)l.push(u=h[s-1]),l.area+=u.area,"squarify"!==d||(o=r(l,_))<=p?(h.pop(),p=o):(l.area-=l.pop().area,i(l,_,c,!1),_=Math.min(c.dx,c.dy),l.length=l.area=0,p=1/0);l.length&&(i(l,_,c,!0),l.length=l.area=0),a.forEach(e)}}function n(e){var r=e.children;if(r&&r.length){var a,u=f(e),o=r.slice(),s=[];for(t(o,u.dx*u.dy/e.value),s.area=0;a=o.pop();)s.push(a),s.area+=a.area,null!=a.z&&(i(s,a.z?u.dx:u.dy,u,!o.length),s.length=s.area=0);r.forEach(n)}}function r(t,e){for(var n,r=t.area,i=0,a=1/0,u=-1,o=t.length;++u<o;)(n=t[u].area)&&(n<a&&(a=n),n>i&&(i=n));return r*=r,e*=e,r?Math.max(e*i*p/r,r/(e*a*p)):1/0}function i(t,e,n,r){var i,a=-1,u=t.length,o=n.x,c=n.y,l=e?s(t.area/e):0;if(e==n.dx){for((r||l>n.dy)&&(l=n.dy);++a<u;)i=t[a],i.x=o,i.y=c,i.dy=l,o+=i.dx=Math.min(n.x+n.dx-o,l?s(i.area/l):0);i.z=!0,i.dx+=n.x+n.dx-o,n.y+=l,n.dy-=l}else{for((r||l>n.dx)&&(l=n.dx);++a<u;)i=t[a],i.x=o,i.y=c,i.dx=l,c+=i.dy=Math.min(n.y+n.dy-c,l?s(i.area/l):0);i.z=!1,i.dy+=n.y+n.dy-c,n.x+=l,n.dx-=l}}function a(r){var i=u||o(r),a=i[0];return a.x=a.y=0,a.value?(a.dx=c[0],a.dy=c[1]):a.dx=a.dy=0,u&&o.revalue(a),t([a],a.dx*a.dy/a.value),(u?n:e)(a),h&&(u=i),i}var u,o=hu.layout.hierarchy(),s=Math.round,c=[1,1],l=null,f=$i,h=!1,d="squarify",p=.5*(1+Math.sqrt(5));return a.size=function(t){return arguments.length?(c=t,a):c},a.padding=function(t){function e(e){var n=t.call(a,e,e.depth);return null==n?$i(e):Vi(e,"number"==typeof n?[n,n,n,n]:n)}function n(e){return Vi(e,t)}if(!arguments.length)return l;var r;return f=null==(l=t)?$i:"function"==(r=typeof t)?e:"number"===r?(t=[t,t,t,t],n):n,a},a.round=function(t){return arguments.length?(s=t?Math.round:Number,a):s!=Number},a.sticky=function(t){return arguments.length?(h=t,u=null,a):h},a.ratio=function(t){return arguments.length?(p=t,a):p},a.mode=function(t){return arguments.length?(d=t+"",a):d},ci(a,o)},hu.random={normal:function(t,e){var n=arguments.length;return n<2&&(e=1),n<1&&(t=0),function(){var n,r,i;do{n=2*Math.random()-1,r=2*Math.random()-1,i=n*n+r*r}while(!i||i>1);return t+e*n*Math.sqrt(-2*Math.log(i)/i)}},logNormal:function(){var t=hu.random.normal.apply(hu,arguments);return function(){return Math.exp(t())}},bates:function(t){var e=hu.random.irwinHall(t);return function(){return e()/t}},irwinHall:function(t){return function(){for(var e=0,n=0;n<t;n++)e+=Math.random();return e}}},hu.scale={};var xs={floor:L,ceil:L};hu.scale.linear=function(){return ta([0,1],[0,1],kr,!1)};var Ds={s:1,g:1,p:1,r:1,e:1};hu.scale.log=function(){return sa(hu.scale.linear().domain([0,1]),10,!0,[1,10])};var Ys=hu.format(".0e"),Ts={floor:function(t){return-Math.ceil(-t)},ceil:function(t){return-Math.floor(-t)}};hu.scale.pow=function(){return ca(hu.scale.linear(),1,[0,1])},hu.scale.sqrt=function(){return hu.scale.pow().exponent(.5)},hu.scale.ordinal=function(){return fa([],{t:"range",a:[[]]})},hu.scale.category10=function(){return hu.scale.ordinal().range(As)},hu.scale.category20=function(){return hu.scale.ordinal().range(Es)},hu.scale.category20b=function(){return hu.scale.ordinal().range(Ss)},hu.scale.category20c=function(){return hu.scale.ordinal().range(js)};var As=[2062260,16744206,2924588,14034728,9725885,9197131,14907330,8355711,12369186,1556175].map(kt),Es=[2062260,11454440,16744206,16759672,2924588,10018698,14034728,16750742,9725885,12955861,9197131,12885140,14907330,16234194,8355711,13092807,12369186,14408589,1556175,10410725].map(kt),Ss=[3750777,5395619,7040719,10264286,6519097,9216594,11915115,13556636,9202993,12426809,15186514,15190932,8666169,11356490,14049643,15177372,8077683,10834324,13528509,14589654].map(kt),js=[3244733,7057110,10406625,13032431,15095053,16616764,16625259,16634018,3253076,7652470,10607003,13101504,7695281,10394312,12369372,14342891,6513507,9868950,12434877,14277081].map(kt);hu.scale.quantile=function(){return ha([],[])},hu.scale.quantize=function(){return da(0,1,[0,1])},hu.scale.threshold=function(){return pa([.5],[0,1])},hu.scale.identity=function(){return _a([0,1])},hu.svg={},hu.svg.arc=function(){function t(){var t=Math.max(0,+n.apply(this,arguments)),c=Math.max(0,+r.apply(this,arguments)),l=u.apply(this,arguments)-qu,f=o.apply(this,arguments)-qu,h=Math.abs(f-l),d=l>f?0:1;if(c<t&&(p=c,c=t,t=p),h>=zu)return e(c,d)+(t?e(t,1-d):"")+"Z";var p,_,m,g,y,v,M,b,w,L,k,x,D=0,Y=0,T=[];if((g=(+s.apply(this,arguments)||0)/2)&&(m=a===Cs?Math.sqrt(t*t+c*c):+a.apply(this,arguments),d||(Y*=-1),c&&(Y=ut(m/c*Math.sin(g))),t&&(D=ut(m/t*Math.sin(g)))),c){y=c*Math.cos(l+Y),v=c*Math.sin(l+Y),M=c*Math.cos(f-Y),b=c*Math.sin(f-Y);var A=Math.abs(f-l-2*Y)<=Ru?0:1;if(Y&&wa(y,v,M,b)===d^A){var E=(l+f)/2;y=c*Math.cos(E),v=c*Math.sin(E),M=b=null}}else y=v=0;if(t){w=t*Math.cos(f-D),L=t*Math.sin(f-D),k=t*Math.cos(l+D),x=t*Math.sin(l+D);var S=Math.abs(l-f+2*D)<=Ru?0:1;if(D&&wa(w,L,k,x)===1-d^S){var j=(l+f)/2;w=t*Math.cos(j),L=t*Math.sin(j),k=x=null}}else w=L=0;if(h>Iu&&(p=Math.min(Math.abs(c-t)/2,+i.apply(this,arguments)))>.001){_=t<c^d?0:1;var C=p,F=p;if(h<Ru){var O=null==k?[w,L]:null==M?[y,v]:In([y,v],[k,x],[M,b],[w,L]),H=y-O[0],P=v-O[1],N=M-O[0],I=b-O[1],B=1/Math.sin(Math.acos((H*N+P*I)/(Math.sqrt(H*H+P*P)*Math.sqrt(N*N+I*I)))/2),R=Math.sqrt(O[0]*O[0]+O[1]*O[1]);F=Math.min(p,(t-R)/(B-1)),C=Math.min(p,(c-R)/(B+1))}if(null!=M){var W=La(null==k?[w,L]:[k,x],[y,v],c,C,d),z=La([M,b],[w,L],c,C,d);p===C?T.push("M",W[0],"A",C,",",C," 0 0,",_," ",W[1],"A",c,",",c," 0 ",1-d^wa(W[1][0],W[1][1],z[1][0],z[1][1]),",",d," ",z[1],"A",C,",",C," 0 0,",_," ",z[0]):T.push("M",W[0],"A",C,",",C," 0 1,",_," ",z[0])}else T.push("M",y,",",v);if(null!=k){var q=La([y,v],[k,x],t,-F,d),U=La([w,L],null==M?[y,v]:[M,b],t,-F,d);p===F?T.push("L",U[0],"A",F,",",F," 0 0,",_," ",U[1],"A",t,",",t," 0 ",d^wa(U[1][0],U[1][1],q[1][0],q[1][1]),",",1-d," ",q[1],"A",F,",",F," 0 0,",_," ",q[0]):T.push("L",U[0],"A",F,",",F," 0 0,",_," ",q[0])}else T.push("L",w,",",L)}else T.push("M",y,",",v),null!=M&&T.push("A",c,",",c," 0 ",A,",",d," ",M,",",b),T.push("L",w,",",L),null!=k&&T.push("A",t,",",t," 0 ",S,",",1-d," ",k,",",x);return T.push("Z"),T.join("")}function e(t,e){return"M0,"+t+"A"+t+","+t+" 0 1,"+e+" 0,"+-t+"A"+t+","+t+" 0 1,"+e+" 0,"+t}var n=ga,r=ya,i=ma,a=Cs,u=va,o=Ma,s=ba;return t.innerRadius=function(e){return arguments.length?(n=St(e),t):n},t.outerRadius=function(e){return arguments.length?(r=St(e),t):r},t.cornerRadius=function(e){return arguments.length?(i=St(e),t):i},t.padRadius=function(e){return arguments.length?(a=e==Cs?Cs:St(e),t):a},t.startAngle=function(e){return arguments.length?(u=St(e),t):u},t.endAngle=function(e){return arguments.length?(o=St(e),t):o},t.padAngle=function(e){return arguments.length?(s=St(e),t):s},t.centroid=function(){var t=(+n.apply(this,arguments)+ +r.apply(this,arguments))/2,e=(+u.apply(this,arguments)+ +o.apply(this,arguments))/2-qu;return[Math.cos(e)*t,Math.sin(e)*t]},t};var Cs="auto";hu.svg.line=function(){return ka(L)};var Fs=hu.map({linear:xa,"linear-closed":Da,step:Ya,"step-before":Ta,"step-after":Aa,basis:Oa,"basis-open":Ha,"basis-closed":Pa,bundle:Na,cardinal:ja,"cardinal-open":Ea,"cardinal-closed":Sa,monotone:qa});Fs.forEach(function(t,e){e.key=t,e.closed=/-closed$/.test(t)});var Os=[0,2/3,1/3,0],Hs=[0,1/3,2/3,0],Ps=[0,1/6,2/3,1/6];hu.svg.line.radial=function(){var t=ka(Ua);return t.radius=t.x,delete t.x,t.angle=t.y,delete t.y,t},Ta.reverse=Aa,Aa.reverse=Ta,hu.svg.area=function(){return $a(L)},hu.svg.area.radial=function(){var t=$a(Ua);return t.radius=t.x,delete t.x,t.innerRadius=t.x0,delete t.x0,t.outerRadius=t.x1,delete t.x1,t.angle=t.y,delete t.y,t.startAngle=t.y0,delete t.y0,t.endAngle=t.y1,delete t.y1,t},hu.svg.chord=function(){function t(t,o){var s=e(this,a,t,o),c=e(this,u,t,o);return"M"+s.p0+r(s.r,s.p1,s.a1-s.a0)+(n(s,c)?i(s.r,s.p1,s.r,s.p0):i(s.r,s.p1,c.r,c.p0)+r(c.r,c.p1,c.a1-c.a0)+i(c.r,c.p1,s.r,s.p0))+"Z"}function e(t,e,n,r){var i=e.call(t,n,r),a=o.call(t,i,r),u=s.call(t,i,r)-qu,l=c.call(t,i,r)-qu;return{r:a,a0:u,a1:l,p0:[a*Math.cos(u),a*Math.sin(u)],p1:[a*Math.cos(l),a*Math.sin(l)]}}function n(t,e){return t.a0==e.a0&&t.a1==e.a1}function r(t,e,n){return"A"+t+","+t+" 0 "+ +(n>Ru)+",1 "+e}function i(t,e,n,r){return"Q 0,0 "+r}var a=kn,u=xn,o=Va,s=va,c=Ma;return t.radius=function(e){return arguments.length?(o=St(e),t):o},t.source=function(e){return arguments.length?(a=St(e),t):a},t.target=function(e){return arguments.length?(u=St(e),t):u},t.startAngle=function(e){return arguments.length?(s=St(e),t):s},t.endAngle=function(e){return arguments.length?(c=St(e),t):c},t},hu.svg.diagonal=function(){function t(t,i){var a=e.call(this,t,i),u=n.call(this,t,i),o=(a.y+u.y)/2,s=[a,{x:a.x,y:o},{x:u.x,y:o},u];return s=s.map(r),"M"+s[0]+"C"+s[1]+" "+s[2]+" "+s[3]}var e=kn,n=xn,r=Ga;return t.source=function(n){return arguments.length?(e=St(n),t):e},t.target=function(e){return arguments.length?(n=St(e),t):n},t.projection=function(e){return arguments.length?(r=e,t):r},t},hu.svg.diagonal.radial=function(){var t=hu.svg.diagonal(),e=Ga,n=t.projection;return t.projection=function(t){return arguments.length?n(Ja(e=t)):e},t},hu.svg.symbol=function(){function t(t,r){return(Ns.get(e.call(this,t,r))||Xa)(n.call(this,t,r))}var e=Ka,n=Za;return t.type=function(n){return arguments.length?(e=St(n),t):e},t.size=function(e){return arguments.length?(n=St(e),t):n},t};var Ns=hu.map({circle:Xa,cross:function(t){var e=Math.sqrt(t/5)/2;return"M"+-3*e+","+-e+"H"+-e+"V"+-3*e+"H"+e+"V"+-e+"H"+3*e+"V"+e+"H"+e+"V"+3*e+"H"+-e+"V"+e+"H"+-3*e+"Z"},diamond:function(t){var e=Math.sqrt(t/(2*Bs)),n=e*Bs;return"M0,"+-e+"L"+n+",0 0,"+e+" "+-n+",0Z"},square:function(t){var e=Math.sqrt(t)/2;return"M"+-e+","+-e+"L"+e+","+-e+" "+e+","+e+" "+-e+","+e+"Z"},"triangle-down":function(t){var e=Math.sqrt(t/Is),n=e*Is/2;return"M0,"+n+"L"+e+","+-n+" "+-e+","+-n+"Z"},"triangle-up":function(t){var e=Math.sqrt(t/Is),n=e*Is/2;return"M0,"+-n+"L"+e+","+n+" "+-e+","+n+"Z"}});hu.svg.symbolTypes=Ns.keys();var Is=Math.sqrt(3),Bs=Math.tan(30*Uu);Su.transition=function(t){for(var e,n,r=Rs||++Us,i=ru(t),a=[],u=Ws||{time:Date.now(),ease:Sr,delay:0,duration:250},o=-1,s=this.length;++o<s;){a.push(e=[]);for(var c=this[o],l=-1,f=c.length;++l<f;)(n=c[l])&&iu(n,l,i,r,u),e.push(n)}return tu(a,i,r)},Su.interrupt=function(t){return this.each(null==t?zs:Qa(ru(t)))};var Rs,Ws,zs=Qa(ru()),qs=[],Us=0;qs.call=Su.call,qs.empty=Su.empty,qs.node=Su.node,qs.size=Su.size,hu.transition=function(t,e){return t&&t.transition?Rs?t.transition(e):t:hu.selection().transition(t)},hu.transition.prototype=qs,qs.select=function(t){var e,n,r,i=this.id,a=this.namespace,u=[];t=C(t);for(var o=-1,s=this.length;++o<s;){u.push(e=[]);for(var c=this[o],l=-1,f=c.length;++l<f;)(r=c[l])&&(n=t.call(r,r.__data__,l,o))?("__data__"in r&&(n.__data__=r.__data__),iu(n,l,a,i,r[a][i]),e.push(n)):e.push(null)}return tu(u,a,i)},qs.selectAll=function(t){var e,n,r,i,a,u=this.id,o=this.namespace,s=[];t=F(t);for(var c=-1,l=this.length;++c<l;)for(var f=this[c],h=-1,d=f.length;++h<d;)if(r=f[h]){a=r[o][u],n=t.call(r,r.__data__,h,c),s.push(e=[]);for(var p=-1,_=n.length;++p<_;)(i=n[p])&&iu(i,p,o,u,a),e.push(i)}return tu(s,o,u)},qs.filter=function(t){var e,n,r,i=[];"function"!=typeof t&&(t=$(t));for(var a=0,u=this.length;a<u;a++){i.push(e=[]);for(var n=this[a],o=0,s=n.length;o<s;o++)(r=n[o])&&t.call(r,r.__data__,o,a)&&e.push(r)}return tu(i,this.namespace,this.id)},qs.tween=function(t,e){var n=this.id,r=this.namespace;return arguments.length<2?this.node()[r][n].tween.get(t):G(this,null==e?function(e){e[r][n].tween.remove(t)}:function(i){i[r][n].tween.set(t,e)})},qs.attr=function(t,e){function n(){this.removeAttribute(o)}function r(){this.removeAttributeNS(o.space,o.local)}function i(t){return null==t?n:(t+="",function(){var e,n=this.getAttribute(o);return n!==t&&(e=u(n,t),function(t){this.setAttribute(o,e(t))})})}function a(t){return null==t?r:(t+="",function(){var e,n=this.getAttributeNS(o.space,o.local);return n!==t&&(e=u(n,t),function(t){this.setAttributeNS(o.space,o.local,e(t))})})}if(arguments.length<2){for(e in t)this.attr(e,t[e]);return this}var u="transform"==t?Xr:kr,o=hu.ns.qualify(t);return eu(this,"attr."+t,e,o.local?a:i)},qs.attrTween=function(t,e){function n(t,n){var r=e.call(this,t,n,this.getAttribute(i));return r&&function(t){this.setAttribute(i,r(t))}}function r(t,n){var r=e.call(this,t,n,this.getAttributeNS(i.space,i.local));return r&&function(t){this.setAttributeNS(i.space,i.local,r(t))}}var i=hu.ns.qualify(t);return this.tween("attr."+t,i.local?r:n)},qs.style=function(t,e,n){function r(){this.style.removeProperty(t)}function i(e){return null==e?r:(e+="",function(){var r,i=u(this).getComputedStyle(this,null).getPropertyValue(t);return i!==e&&(r=kr(i,e),function(e){this.style.setProperty(t,r(e),n)})})}var a=arguments.length;if(a<3){if("string"!=typeof t){a<2&&(e="");for(n in t)this.style(n,t[n],e);return this}n=""}return eu(this,"style."+t,e,i)},qs.styleTween=function(t,e,n){function r(r,i){var a=e.call(this,r,i,u(this).getComputedStyle(this,null).getPropertyValue(t));return a&&function(e){this.style.setProperty(t,a(e),n)}}return arguments.length<3&&(n=""),this.tween("style."+t,r)},qs.text=function(t){return eu(this,"text",t,nu)},qs.remove=function(){var t=this.namespace;return this.each("end.transition",function(){var e;this[t].count<2&&(e=this.parentNode)&&e.removeChild(this)})},qs.ease=function(t){var e=this.id,n=this.namespace;return arguments.length<1?this.node()[n][e].ease:("function"!=typeof t&&(t=hu.ease.apply(hu,arguments)),G(this,function(r){r[n][e].ease=t}))},qs.delay=function(t){var e=this.id,n=this.namespace;return arguments.length<1?this.node()[n][e].delay:G(this,"function"==typeof t?function(r,i,a){r[n][e].delay=+t.call(r,r.__data__,i,a)}:(t=+t,function(r){r[n][e].delay=t}))},qs.duration=function(t){var e=this.id,n=this.namespace;return arguments.length<1?this.node()[n][e].duration:G(this,"function"==typeof t?function(r,i,a){r[n][e].duration=Math.max(1,t.call(r,r.__data__,i,a))}:(t=Math.max(1,t),function(r){r[n][e].duration=t}))},qs.each=function(t,e){var n=this.id,r=this.namespace;if(arguments.length<2){var i=Ws,a=Rs;try{Rs=n,G(this,function(e,i,a){Ws=e[r][n],t.call(e,e.__data__,i,a)})}finally{Ws=i,Rs=a}}else G(this,function(i){var a=i[r][n];(a.event||(a.event=hu.dispatch("start","end","interrupt"))).on(t,e)});return this},qs.transition=function(){for(var t,e,n,r,i=this.id,a=++Us,u=this.namespace,o=[],s=0,c=this.length;s<c;s++){o.push(t=[]);for(var e=this[s],l=0,f=e.length;l<f;l++)(n=e[l])&&(r=n[u][i],iu(n,l,u,a,{time:r.time,ease:r.ease,delay:r.delay+r.duration,duration:r.duration})),t.push(n)}return tu(o,u,a)},hu.svg.axis=function(){function t(t){t.each(function(){var t,c=hu.select(this),l=this.__chart__||n,f=this.__chart__=n.copy(),h=null==s?f.ticks?f.ticks.apply(f,o):f.domain():s,d=null==e?f.tickFormat?f.tickFormat.apply(f,o):L:e,p=c.selectAll(".tick").data(h,f),_=p.enter().insert("g",".domain").attr("class","tick").style("opacity",Iu),m=hu.transition(p.exit()).style("opacity",Iu).remove(),g=hu.transition(p.order()).style("opacity",1),y=Math.max(i,0)+u,v=Ji(f),M=c.selectAll(".domain").data([0]),b=(M.enter().append("path").attr("class","domain"),hu.transition(M));_.append("line"),_.append("text");var w,k,x,D,Y=_.select("line"),T=g.select("line"),A=p.select("text").text(d),E=_.select("text"),S=g.select("text"),j="top"===r||"left"===r?-1:1;if("bottom"===r||"top"===r?(t=au,w="x",x="y",k="x2",D="y2",A.attr("dy",j<0?"0em":".71em").style("text-anchor","middle"),b.attr("d","M"+v[0]+","+j*a+"V0H"+v[1]+"V"+j*a)):(t=uu,w="y",x="x",k="y2",D="x2",A.attr("dy",".32em").style("text-anchor",j<0?"end":"start"),b.attr("d","M"+j*a+","+v[0]+"H0V"+v[1]+"H"+j*a)),Y.attr(D,j*i),E.attr(x,j*y),T.attr(k,0).attr(D,j*i),S.attr(w,0).attr(x,j*y),f.rangeBand){var C=f,F=C.rangeBand()/2;l=f=function(t){return C(t)+F}}else l.rangeBand?l=f:m.call(t,f,l);_.call(t,l,f),g.call(t,f,f)})}var e,n=hu.scale.linear(),r=$s,i=6,a=6,u=3,o=[10],s=null;return t.scale=function(e){return arguments.length?(n=e,t):n},t.orient=function(e){return arguments.length?(r=e in Vs?e+"":$s,t):r},t.ticks=function(){return arguments.length?(o=pu(arguments),t):o},t.tickValues=function(e){return arguments.length?(s=e,t):s},t.tickFormat=function(n){return arguments.length?(e=n,t):e},t.tickSize=function(e){var n=arguments.length;return n?(i=+e,a=+arguments[n-1],t):i},t.innerTickSize=function(e){return arguments.length?(i=+e,t):i},t.outerTickSize=function(e){return arguments.length?(a=+e,t):a},t.tickPadding=function(e){return arguments.length?(u=+e,t):u},t.tickSubdivide=function(){return arguments.length&&t},t};var $s="bottom",Vs={top:1,right:1,bottom:1,left:1};hu.svg.brush=function(){function t(a){a.each(function(){var a=hu.select(this).style("pointer-events","all").style("-webkit-tap-highlight-color","rgba(0,0,0,0)").on("mousedown.brush",i).on("touchstart.brush",i),u=a.selectAll(".background").data([0]);u.enter().append("rect").attr("class","background").style("visibility","hidden").style("cursor","crosshair"),a.selectAll(".extent").data([0]).enter().append("rect").attr("class","extent").style("cursor","move");var o=a.selectAll(".resize").data(_,L);o.exit().remove(),o.enter().append("g").attr("class",function(t){return"resize "+t}).style("cursor",function(t){return Gs[t]}).append("rect").attr("x",function(t){return/[ew]$/.test(t)?-3:null}).attr("y",function(t){return/^[ns]/.test(t)?-3:null}).attr("width",6).attr("height",6).style("visibility","hidden"),o.style("display",t.empty()?"none":null);var s,f=hu.transition(a),h=hu.transition(u);c&&(s=Ji(c),h.attr("x",s[0]).attr("width",s[1]-s[0]),n(f)),l&&(s=Ji(l),h.attr("y",s[0]).attr("height",s[1]-s[0]),r(f)),e(f)})}function e(t){t.selectAll(".resize").attr("transform",function(t){return"translate("+f[+/e$/.test(t)]+","+h[+/^s/.test(t)]+")"})}function n(t){t.select(".extent").attr("x",f[0]),t.selectAll(".extent,.n>rect,.s>rect").attr("width",f[1]-f[0])}function r(t){t.select(".extent").attr("y",h[0]),t.selectAll(".extent,.e>rect,.w>rect").attr("height",h[1]-h[0])}function i(){function i(){32==hu.event.keyCode&&(T||(v=null,S[0]-=f[1],S[1]-=h[1],T=2),A())}function _(){32==hu.event.keyCode&&2==T&&(S[0]+=f[1],S[1]+=h[1],T=0,A())}function m(){var t=hu.mouse(b),i=!1;M&&(t[0]+=M[0],t[1]+=M[1]),T||(hu.event.altKey?(v||(v=[(f[0]+f[1])/2,(h[0]+h[1])/2]),S[0]=f[+(t[0]<v[0])],S[1]=h[+(t[1]<v[1])]):v=null),D&&g(t,c,0)&&(n(k),i=!0),Y&&g(t,l,1)&&(r(k),i=!0),i&&(e(k),L({type:"brush",mode:T?"move":"resize"}))}function g(t,e,n){var r,i,u=Ji(e),s=u[0],c=u[1],l=S[n],_=n?h:f,m=_[1]-_[0];if(T&&(s-=l,c-=m+l),r=(n?p:d)?Math.max(s,Math.min(c,t[n])):t[n],T?i=(r+=l)+m:(v&&(l=Math.max(s,Math.min(c,2*v[n]-r))),l<r?(i=r,r=l):i=l),_[0]!=r||_[1]!=i)return n?o=null:a=null,_[0]=r,_[1]=i,!0}function y(){m(),k.style("pointer-events","all").selectAll(".resize").style("display",t.empty()?"none":null),hu.select("body").style("cursor",null),j.on("mousemove.brush",null).on("mouseup.brush",null).on("touchmove.brush",null).on("touchend.brush",null).on("keydown.brush",null).on("keyup.brush",null),E(),L({type:"brushend"})}var v,M,b=this,w=hu.select(hu.event.target),L=s.of(b,arguments),k=hu.select(b),x=w.datum(),D=!/^(n|s)$/.test(x)&&c,Y=!/^(e|w)$/.test(x)&&l,T=w.classed("extent"),E=tt(b),S=hu.mouse(b),j=hu.select(u(b)).on("keydown.brush",i).on("keyup.brush",_);if(hu.event.changedTouches?j.on("touchmove.brush",m).on("touchend.brush",y):j.on("mousemove.brush",m).on("mouseup.brush",y),k.interrupt().selectAll("*").interrupt(),T)S[0]=f[0]-S[0],S[1]=h[0]-S[1];else if(x){var C=+/w$/.test(x),F=+/^n/.test(x);M=[f[1-C]-S[0],h[1-F]-S[1]],S[0]=f[C],S[1]=h[F]}else hu.event.altKey&&(v=S.slice());k.style("pointer-events","none").selectAll(".resize").style("display",null),hu.select("body").style("cursor",w.style("cursor")),L({type:"brushstart"}),m()}var a,o,s=S(t,"brushstart","brush","brushend"),c=null,l=null,f=[0,0],h=[0,0],d=!0,p=!0,_=Js[0];return t.event=function(t){t.each(function(){var t=s.of(this,arguments),e={x:f,y:h,i:a,j:o},n=this.__chart__||e;this.__chart__=e,Rs?hu.select(this).transition().each("start.brush",function(){a=n.i,o=n.j,f=n.x,h=n.y,t({type:"brushstart"})}).tween("brush:brush",function(){var n=xr(f,e.x),r=xr(h,e.y);return a=o=null,function(i){f=e.x=n(i),h=e.y=r(i),t({type:"brush",mode:"resize"})}}).each("end.brush",function(){a=e.i,o=e.j,t({type:"brush",mode:"resize"}),t({type:"brushend"})}):(t({type:"brushstart"}),t({type:"brush",mode:"resize"}),t({type:"brushend"}))})},t.x=function(e){return arguments.length?(c=e,_=Js[!c<<1|!l],t):c},t.y=function(e){return arguments.length?(l=e,_=Js[!c<<1|!l],t):l},t.clamp=function(e){return arguments.length?(c&&l?(d=!!e[0],p=!!e[1]):c?d=!!e:l&&(p=!!e),t):c&&l?[d,p]:c?d:l?p:null},t.extent=function(e){var n,r,i,u,s;return arguments.length?(c&&(n=e[0],r=e[1],l&&(n=n[0],r=r[0]),a=[n,r],c.invert&&(n=c(n),r=c(r)),r<n&&(s=n,n=r,r=s),n==f[0]&&r==f[1]||(f=[n,r])),l&&(i=e[0],u=e[1],c&&(i=i[1],u=u[1]),o=[i,u],l.invert&&(i=l(i),u=l(u)),u<i&&(s=i,i=u,u=s),i==h[0]&&u==h[1]||(h=[i,u])),t):(c&&(a?(n=a[0],r=a[1]):(n=f[0],r=f[1],c.invert&&(n=c.invert(n),r=c.invert(r)),r<n&&(s=n,n=r,r=s))),l&&(o?(i=o[0],u=o[1]):(i=h[0],u=h[1],l.invert&&(i=l.invert(i),u=l.invert(u)),u<i&&(s=i,i=u,u=s))),c&&l?[[n,i],[r,u]]:c?[n,r]:l&&[i,u])},t.clear=function(){return t.empty()||(f=[0,0],h=[0,0],a=o=null),t},t.empty=function(){return!!c&&f[0]==f[1]||!!l&&h[0]==h[1]},hu.rebind(t,s,"on")};var Gs={n:"ns-resize",e:"ew-resize",s:"ns-resize",w:"ew-resize",nw:"nwse-resize",ne:"nesw-resize",se:"nwse-resize",sw:"nesw-resize"},Js=[["n","e","s","w","nw","ne","se","sw"],["e","w"],["n","s"],[]],Zs=_o.format=bo.timeFormat,Ks=Zs.utc,Xs=Ks("%Y-%m-%dT%H:%M:%S.%LZ");Zs.iso=Date.prototype.toISOString&&+new Date("2000-01-01T00:00:00.000Z")?ou:Xs,ou.parse=function(t){var e=new Date(t);return isNaN(e)?null:e},ou.toString=Xs.toString,_o.second=Ut(function(t){return new mo(1e3*Math.floor(t/1e3))},function(t,e){t.setTime(t.getTime()+1e3*Math.floor(e))},function(t){return t.getSeconds()}),_o.seconds=_o.second.range,_o.seconds.utc=_o.second.utc.range,_o.minute=Ut(function(t){return new mo(6e4*Math.floor(t/6e4))},function(t,e){t.setTime(t.getTime()+6e4*Math.floor(e))},function(t){return t.getMinutes()}),_o.minutes=_o.minute.range,_o.minutes.utc=_o.minute.utc.range,_o.hour=Ut(function(t){var e=t.getTimezoneOffset()/60;return new mo(36e5*(Math.floor(t/36e5-e)+e))},function(t,e){t.setTime(t.getTime()+36e5*Math.floor(e))},function(t){return t.getHours()}),_o.hours=_o.hour.range,_o.hours.utc=_o.hour.utc.range,_o.month=Ut(function(t){return t=_o.day(t),t.setDate(1),t},function(t,e){t.setMonth(t.getMonth()+e)},function(t){return t.getMonth()}),_o.months=_o.month.range,_o.months.utc=_o.month.utc.range;var Qs=[1e3,5e3,15e3,3e4,6e4,3e5,9e5,18e5,36e5,108e5,216e5,432e5,864e5,1728e5,6048e5,2592e6,7776e6,31536e6],tc=[[_o.second,1],[_o.second,5],[_o.second,15],[_o.second,30],[_o.minute,1],[_o.minute,5],[_o.minute,15],[_o.minute,30],[_o.hour,1],[_o.hour,3],[_o.hour,6],[_o.hour,12],[_o.day,1],[_o.day,2],[_o.week,1],[_o.month,1],[_o.month,3],[_o.year,1]],ec=Zs.multi([[".%L",function(t){return t.getMilliseconds()}],[":%S",function(t){return t.getSeconds()}],["%I:%M",function(t){return t.getMinutes()}],["%I %p",function(t){return t.getHours()}],["%a %d",function(t){return t.getDay()&&1!=t.getDate()}],["%b %d",function(t){return 1!=t.getDate()}],["%B",function(t){return t.getMonth()}],["%Y",Fe]]),nc={range:function(t,e,n){return hu.range(Math.ceil(t/n)*n,+e,n).map(cu)},floor:L,ceil:L};tc.year=_o.year,_o.scale=function(){return su(hu.scale.linear(),tc,ec)};var rc=tc.map(function(t){return[t[0].utc,t[1]]}),ic=Ks.multi([[".%L",function(t){return t.getUTCMilliseconds()}],[":%S",function(t){return t.getUTCSeconds()}],["%I:%M",function(t){return t.getUTCMinutes()}],["%I %p",function(t){return t.getUTCHours()}],["%a %d",function(t){return t.getUTCDay()&&1!=t.getUTCDate()}],["%b %d",function(t){return 1!=t.getUTCDate()}],["%B",function(t){return t.getUTCMonth()}],["%Y",Fe]]);rc.year=_o.year.utc,_o.scale.utc=function(){return su(hu.scale.linear(),rc,ic)},hu.text=jt(function(t){return t.responseText}),hu.json=function(t,e){return Ct(t,"application/json",lu,e)},hu.html=function(t,e){return Ct(t,"text/html",fu,e)},hu.xml=jt(function(t){return t.responseXML}),this.d3=hu,r=hu,void 0!==(i="function"==typeof r?r.call(e,n,e,t):r)&&(t.exports=i)}()},function(t,e,n){var r=n(21),i=n(23),a=n(24),u=n(10),o=n(173),s=n(2),c=s.Log,l={};t.exports.setConf=function(t){var e,n=Object.keys(t);for(e=0;e<n.length;e++)l[n[e]]=t[n[e]]},e.addVertices=function(t,e){var n=function(t,e){var n;for(n=0;n<e.length;n++)void 0!==e[n]&&(t=t+e[n]+";");return t};Object.keys(t).forEach(function(r){var i,a=t[r],u="";a.classes.length>0&&(u=a.classes.join(" "));var o="";o=n(o,a.styles),i=void 0===a.text?a.id:a.text;var s="";if(l.htmlLabels)s="html",i=i.replace(/fa:fa[\w-]+/g,function(t){return'<i class="fa '+t.substring(3)+'"></i>'});else{var c=document.createElementNS("http://www.w3.org/2000/svg","text"),f=i.split(/<br>/),h=0;for(h=0;h<f.length;h++){var d=document.createElementNS("http://www.w3.org/2000/svg","tspan");d.setAttributeNS("http://www.w3.org/XML/1998/namespace","xml:space","preserve"),d.setAttribute("dy","1em"),d.setAttribute("x","1"),d.textContent=f[h],c.appendChild(d)}s="svg",i=c}var p=0,_="";switch(a.type){case"round":p=5,_="rect";break;case"square":_="rect";break;case"diamond":_="question";break;case"odd":case"odd_right":_="rect_left_inv_arrow";break;case"circle":_="circle";break;case"ellipse":_="ellipse";break;case"group":_="rect",i=l.htmlLabels?"":document.createElementNS("http://www.w3.org/2000/svg","text");break;default:_="rect"}e.setNode(a.id,{labelType:s,shape:_,label:i,rx:p,ry:p,class:u,style:o,id:a.id})})},e.addEdges=function(t,e){var n,r=0;void 0!==t.defaultStyle&&(n=t.defaultStyle.toString().replace(/,/g,";")),t.forEach(function(i){r++;var a={};"arrow_open"===i.type?a.arrowhead="none":a.arrowhead="normal";var u="";if(void 0!==i.style)i.style.forEach(function(t){u=u+t+";"});else switch(i.stroke){case"normal":u="fill:none",void 0!==n&&(u=n);break;case"dotted":u="stroke: #333; fill:none;stroke-width:2px;stroke-dasharray:3;";break;case"thick":u="stroke: #333; stroke-width: 3.5px;fill:none"}a.style=u,void 0!==i.interpolate?a.lineInterpolate=i.interpolate:void 0!==t.defaultInterpolate&&(a.lineInterpolate=t.defaultInterpolate),void 0===i.text?void 0!==i.style&&(a.arrowheadStyle="fill: #333"):(a.arrowheadStyle="fill: #333",void 0===i.style?(a.labelpos="c",l.htmlLabels?(a.labelType="html",a.label='<span class="edgeLabel">'+i.text+"</span>"):(a.labelType="text",a.style="stroke: #333; stroke-width: 1.5px;fill:none",a.label=i.text.replace(/<br>/g,"\n"))):a.label=i.text.replace(/<br>/g,"\n")),e.setEdge(i.start,i.end,a,r)})},e.getClasses=function(t,e){var n;r.clear(),n=e?a.parser:i.parser,n.yy=r,n.parse(t);var u=r.getClasses();return void 0===u.default&&(u.default={id:"default"},u.default.styles=[],u.default.clusterStyles=["rx:4px","fill: rgb(255, 255, 222)","rx: 4px","stroke: rgb(170, 170, 51)","stroke-width: 1px"],u.default.nodeLabelStyles=["fill:#000","stroke:none","font-weight:300",'font-family:"Helvetica Neue",Helvetica,Arial,sans-serf',"font-size:14px"],u.default.edgeLabelStyles=["fill:#000","stroke:none","font-weight:300",'font-family:"Helvetica Neue",Helvetica,Arial,sans-serf',"font-size:14px"]),u},e.draw=function(t,n,s){c.debug("Drawing flowchart");var f;r.clear(),f=s?a.parser:i.parser,f.yy=r;try{f.parse(t)}catch(t){c.debug("Parsing failed")}var h;void 0===(h=r.getDirection())&&(h="TD");var d,p=new o.graphlib.Graph({multigraph:!0,compound:!0}).setGraph({rankdir:h,marginx:20,marginy:20}).setDefaultEdgeLabel(function(){return{}}),_=r.getSubGraphs(),m=0;for(m=_.length-1;m>=0;m--)d=_[m],r.addVertex(d.id,d.title,"group",void 0);var g=r.getVertices(),y=r.getEdges();m=0;var v;for(m=_.length-1;m>=0;m--)for(d=_[m],u.selectAll("cluster").append("text"),v=0;v<d.nodes.length;v++)p.setParent(d.nodes[v],d.id);e.addVertices(g,p),e.addEdges(y,p);var M=o.render,b=new M;b.shapes().question=function(t,e,n){var r=e.width,i=e.height,a=.8*(r+i),u=[{x:a/2,y:0},{x:a,y:-a/2},{x:a/2,y:-a},{x:0,y:-a/2}],s=t.insert("polygon",":first-child").attr("points",u.map(function(t){return t.x+","+t.y}).join(" ")).attr("rx",5).attr("ry",5).attr("transform","translate("+-a/2+","+2*a/4+")");return n.intersect=function(t){return o.intersect.polygon(n,u,t)},s},b.shapes().rect_left_inv_arrow=function(t,e,n){var r=e.width,i=e.height,a=[{x:-i/2,y:0},{x:r,y:0},{x:r,y:-i},{x:-i/2,y:-i},{x:0,y:-i/2}],u=t.insert("polygon",":first-child").attr("points",a.map(function(t){return t.x+","+t.y}).join(" ")).attr("transform","translate("+-r/2+","+2*i/4+")");return n.intersect=function(t){return o.intersect.polygon(n,a,t)},u},b.shapes().rect_right_inv_arrow=function(t,e,n){var r=e.width,i=e.height,a=[{x:0,y:0},{x:r+i/2,y:0},{x:r,y:-i/2},{x:r+i/2,y:-i},{x:0,y:-i}],u=t.insert("polygon",":first-child").attr("points",a.map(function(t){return t.x+","+t.y}).join(" ")).attr("transform","translate("+-r/2+","+2*i/4+")");return n.intersect=function(t){return o.intersect.polygon(n,a,t)},u},b.arrows().none=function(t,e,n,r){var i=t.append("marker").attr("id",e).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),a=i.append("path").attr("d","M 0 0 L 0 0 L 0 0 z");o.util.applyStyle(a,n[r+"Style"])},b.arrows().normal=function(t,e,n,r){t.append("marker").attr("id",e).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z").attr("class","arrowheadPath").style("stroke-width",1).style("stroke-dasharray","1,0")};var w=u.select("#"+n),L=u.select("#"+n+" g");for(b(L,p),L.selectAll("g.node").attr("title",function(){return r.getTooltip(this.id)}),l.useMaxWidth?(w.attr("height","100%"),w.attr("width",l.width),w.attr("viewBox","0 0 "+(p.graph().width+20)+" "+(p.graph().height+20)),w.attr("style","max-width:"+(p.graph().width+20)+"px;")):(w.attr("height",p.graph().height),void 0===l.width?w.attr("width",p.graph().width):w.attr("width",l.width),w.attr("viewBox","0 0 "+(p.graph().width+20)+" "+(p.graph().height+20))),r.indexNodes("subGraph"+m),m=0;m<_.length;m++)if(d=_[m],"undefined"!==d.title){var k=document.querySelectorAll("#"+n+" #"+d.id+" rect"),x=document.querySelectorAll("#"+n+" #"+d.id),D=k[0].x.baseVal.value,Y=k[0].y.baseVal.value,T=k[0].width.baseVal.value,A=u.select(x[0]),E=A.append("text");E.attr("x",D+T/2),E.attr("y",Y+14),E.attr("fill","black"),E.attr("stroke","none"),E.attr("id",n+"Text"),E.style("text-anchor","middle"),void 0===d.title?E.text("Undef"):E.text(d.title)}if(!l.htmlLabels){var S,j=document.querySelectorAll("#"+n+" .edgeLabel .label");for(S=0;S<j.length;S++){var C=j[m],F=C.getBBox(),O=document.createElementNS("http://www.w3.org/2000/svg","rect");O.setAttribute("rx",0),O.setAttribute("ry",0),O.setAttribute("width",F.width),O.setAttribute("height",F.height),O.setAttribute("style","fill:#e8e8e8;"),C.insertBefore(O,C.firstChild)}}}},function(t,e,n){/**
* @license
* Copyright (c) 2012-2013 Chris Pettitt
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*/
t.exports={graphlib:n(174),dagre:n(30),intersect:n(228),render:n(230),util:n(8),version:n(244)}},function(t,e,n){var r;try{r=n(175)}catch(t){}r||(r=window.graphlib),t.exports=r},function(t,e,n){var r=n(176);t.exports={Graph:r.Graph,json:n(179),alg:n(180),version:r.version}},function(t,e,n){t.exports={Graph:n(17),version:n(178)}},function(t,e,n){(function(t,n){(function(){function r(t,e){return t.set(e[0],e[1]),t}function i(t,e){return t.add(e),t}function a(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}function u(t,e,n,r){for(var i=-1,a=null==t?0:t.length;++i<a;){var u=t[i];e(r,u,n(u),t)}return r}function o(t,e){for(var n=-1,r=null==t?0:t.length;++n<r&&!1!==e(t[n],n,t););return t}function s(t,e){for(var n=null==t?0:t.length;n--&&!1!==e(t[n],n,t););return t}function c(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function l(t,e){for(var n=-1,r=null==t?0:t.length,i=0,a=[];++n<r;){var u=t[n];e(u,n,t)&&(a[i++]=u)}return a}function f(t,e){return!!(null==t?0:t.length)&&w(t,e,0)>-1}function h(t,e,n){for(var r=-1,i=null==t?0:t.length;++r<i;)if(n(e,t[r]))return!0;return!1}function d(t,e){for(var n=-1,r=null==t?0:t.length,i=Array(r);++n<r;)i[n]=e(t[n],n,t);return i}function p(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}function _(t,e,n,r){var i=-1,a=null==t?0:t.length;for(r&&a&&(n=t[++i]);++i<a;)n=e(n,t[i],i,t);return n}function m(t,e,n,r){var i=null==t?0:t.length;for(r&&i&&(n=t[--i]);i--;)n=e(n,t[i],i,t);return n}function g(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function y(t){return t.split("")}function v(t){return t.match(Ne)||[]}function M(t,e,n){var r;return n(t,function(t,n,i){if(e(t,n,i))return r=n,!1}),r}function b(t,e,n,r){for(var i=t.length,a=n+(r?1:-1);r?a--:++a<i;)if(e(t[a],a,t))return a;return-1}function w(t,e,n){return e===e?J(t,e,n):b(t,k,n)}function L(t,e,n,r){for(var i=n-1,a=t.length;++i<a;)if(r(t[i],e))return i;return-1}function k(t){return t!==t}function x(t,e){var n=null==t?0:t.length;return n?E(t,e)/n:Ct}function D(t){return function(e){return null==e?nt:e[t]}}function Y(t){return function(e){return null==t?nt:t[e]}}function T(t,e,n,r,i){return i(t,function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)}),n}function A(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}function E(t,e){for(var n,r=-1,i=t.length;++r<i;){var a=e(t[r]);a!==nt&&(n=n===nt?a:n+a)}return n}function S(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r}function j(t,e){return d(e,function(e){return[e,t[e]]})}function C(t){return function(e){return t(e)}}function F(t,e){return d(e,function(e){return t[e]})}function O(t,e){return t.has(e)}function H(t,e){for(var n=-1,r=t.length;++n<r&&w(e,t[n],0)>-1;);return n}function P(t,e){for(var n=t.length;n--&&w(e,t[n],0)>-1;);return n}function N(t,e){for(var n=t.length,r=0;n--;)t[n]===e&&++r;return r}function I(t){return"\\"+Dn[t]}function B(t,e){return null==t?nt:t[e]}function R(t){return gn.test(t)}function W(t){return yn.test(t)}function z(t){for(var e,n=[];!(e=t.next()).done;)n.push(e.value);return n}function q(t){var e=-1,n=Array(t.size);return t.forEach(function(t,r){n[++e]=[r,t]}),n}function U(t,e){return function(n){return t(e(n))}}function $(t,e){for(var n=-1,r=t.length,i=0,a=[];++n<r;){var u=t[n];u!==e&&u!==st||(t[n]=st,a[i++]=n)}return a}function V(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=t}),n}function G(t){var e=-1,n=Array(t.size);return t.forEach(function(t){n[++e]=[t,t]}),n}function J(t,e,n){for(var r=n-1,i=t.length;++r<i;)if(t[r]===e)return r;return-1}function Z(t,e,n){for(var r=n+1;r--;)if(t[r]===e)return r;return r}function K(t){return R(t)?Q(t):zn(t)}function X(t){return R(t)?tt(t):y(t)}function Q(t){for(var e=_n.lastIndex=0;_n.test(t);)++e;return e}function tt(t){return t.match(_n)||[]}function et(t){return t.match(mn)||[]}var nt,rt=200,it="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",at="Expected a function",ut="__lodash_hash_undefined__",ot=500,st="__lodash_placeholder__",ct=1,lt=2,ft=4,ht=1,dt=2,pt=1,_t=2,mt=4,gt=8,yt=16,vt=32,Mt=64,bt=128,wt=256,Lt=512,kt=30,xt="...",Dt=800,Yt=16,Tt=1,At=2,Et=1/0,St=9007199254740991,jt=1.7976931348623157e308,Ct=NaN,Ft=4294967295,Ot=Ft-1,Ht=Ft>>>1,Pt=[["ary",bt],["bind",pt],["bindKey",_t],["curry",gt],["curryRight",yt],["flip",Lt],["partial",vt],["partialRight",Mt],["rearg",wt]],Nt="[object Arguments]",It="[object Array]",Bt="[object AsyncFunction]",Rt="[object Boolean]",Wt="[object Date]",zt="[object DOMException]",qt="[object Error]",Ut="[object Function]",$t="[object GeneratorFunction]",Vt="[object Map]",Gt="[object Number]",Jt="[object Null]",Zt="[object Object]",Kt="[object Proxy]",Xt="[object RegExp]",Qt="[object Set]",te="[object String]",ee="[object Symbol]",ne="[object Undefined]",re="[object WeakMap]",ie="[object WeakSet]",ae="[object ArrayBuffer]",ue="[object DataView]",oe="[object Float32Array]",se="[object Float64Array]",ce="[object Int8Array]",le="[object Int16Array]",fe="[object Int32Array]",he="[object Uint8Array]",de="[object Uint8ClampedArray]",pe="[object Uint16Array]",_e="[object Uint32Array]",me=/\b__p \+= '';/g,ge=/\b(__p \+=) '' \+/g,ye=/(__e\(.*?\)|\b__t\)) \+\n'';/g,ve=/&(?:amp|lt|gt|quot|#39);/g,Me=/[&<>"']/g,be=RegExp(ve.source),we=RegExp(Me.source),Le=/<%-([\s\S]+?)%>/g,ke=/<%([\s\S]+?)%>/g,xe=/<%=([\s\S]+?)%>/g,De=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ye=/^\w*$/,Te=/^\./,Ae=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Ee=/[\\^$.*+?()[\]{}|]/g,Se=RegExp(Ee.source),je=/^\s+|\s+$/g,Ce=/^\s+/,Fe=/\s+$/,Oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,He=/\{\n\/\* \[wrapped with (.+)\] \*/,Pe=/,? & /,Ne=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Ie=/\\(\\)?/g,Be=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Re=/\w*$/,We=/^[-+]0x[0-9a-f]+$/i,ze=/^0b[01]+$/i,qe=/^\[object .+?Constructor\]$/,Ue=/^0o[0-7]+$/i,$e=/^(?:0|[1-9]\d*)$/,Ve=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ge=/($^)/,Je=/['\n\r\u2028\u2029\\]/g,Ze="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ke="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Xe="["+Ke+"]",Qe="["+Ze+"]",tn="[a-z\\xdf-\\xf6\\xf8-\\xff]",en="[^\\ud800-\\udfff"+Ke+"\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",nn="\\ud83c[\\udffb-\\udfff]",rn="(?:\\ud83c[\\udde6-\\uddff]){2}",an="[\\ud800-\\udbff][\\udc00-\\udfff]",un="[A-Z\\xc0-\\xd6\\xd8-\\xde]",on="(?:"+tn+"|"+en+")",sn="(?:[\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff]|\\ud83c[\\udffb-\\udfff])?",cn="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",rn,an].join("|")+")[\\ufe0e\\ufe0f]?"+sn+")*",ln="[\\ufe0e\\ufe0f]?"+sn+cn,fn="(?:"+["[\\u2700-\\u27bf]",rn,an].join("|")+")"+ln,hn="(?:"+["[^\\ud800-\\udfff]"+Qe+"?",Qe,rn,an,"[\\ud800-\\udfff]"].join("|")+")",dn=RegExp("['’]","g"),pn=RegExp(Qe,"g"),_n=RegExp(nn+"(?="+nn+")|"+hn+ln,"g"),mn=RegExp([un+"?"+tn+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[Xe,un,"$"].join("|")+")","(?:[A-Z\\xc0-\\xd6\\xd8-\\xde]|[^\\ud800-\\udfff\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000\\d+\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde])+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[Xe,un+on,"$"].join("|")+")",un+"?"+on+"+(?:['’](?:d|ll|m|re|s|t|ve))?",un+"+(?:['’](?:D|LL|M|RE|S|T|VE))?","\\d*(?:(?:1ST|2ND|3RD|(?![123])\\dTH)\\b)","\\d*(?:(?:1st|2nd|3rd|(?![123])\\dth)\\b)","\\d+",fn].join("|"),"g"),gn=RegExp("[\\u200d\\ud800-\\udfff"+Ze+"\\ufe0e\\ufe0f]"),yn=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,vn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],Mn=-1,bn={};bn[oe]=bn[se]=bn[ce]=bn[le]=bn[fe]=bn[he]=bn[de]=bn[pe]=bn[_e]=!0,bn[Nt]=bn[It]=bn[ae]=bn[Rt]=bn[ue]=bn[Wt]=bn[qt]=bn[Ut]=bn[Vt]=bn[Gt]=bn[Zt]=bn[Xt]=bn[Qt]=bn[te]=bn[re]=!1;var wn={};wn[Nt]=wn[It]=wn[ae]=wn[ue]=wn[Rt]=wn[Wt]=wn[oe]=wn[se]=wn[ce]=wn[le]=wn[fe]=wn[Vt]=wn[Gt]=wn[Zt]=wn[Xt]=wn[Qt]=wn[te]=wn[ee]=wn[he]=wn[de]=wn[pe]=wn[_e]=!0,wn[qt]=wn[Ut]=wn[re]=!1;var Ln={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},kn={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"},xn={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},Dn={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Yn=parseFloat,Tn=parseInt,An="object"==typeof t&&t&&t.Object===Object&&t,En="object"==typeof self&&self&&self.Object===Object&&self,Sn=An||En||Function("return this")(),jn="object"==typeof e&&e&&!e.nodeType&&e,Cn=jn&&"object"==typeof n&&n&&!n.nodeType&&n,Fn=Cn&&Cn.exports===jn,On=Fn&&An.process,Hn=function(){try{return On&&On.binding&&On.binding("util")}catch(t){}}(),Pn=Hn&&Hn.isArrayBuffer,Nn=Hn&&Hn.isDate,In=Hn&&Hn.isMap,Bn=Hn&&Hn.isRegExp,Rn=Hn&&Hn.isSet,Wn=Hn&&Hn.isTypedArray,zn=D("length"),qn=Y(Ln),Un=Y(kn),$n=Y(xn),Vn=function t(e){function n(t){if(as(t)&&!gh(t)&&!(t instanceof J)){if(t instanceof Y)return t;if(ml.call(t,"__wrapped__"))return eu(t)}return new Y(t)}function y(){}function Y(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=nt}function J(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ft,this.__views__=[]}function Q(){var t=new J(this.__wrapped__);return t.__actions__=Pi(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=Pi(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=Pi(this.__views__),t}function tt(){if(this.__filtered__){var t=new J(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function Ne(){var t=this.__wrapped__.value(),e=this.__dir__,n=gh(t),r=e<0,i=n?t.length:0,a=Da(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,f=l.length,h=0,d=$l(s,this.__takeCount__);if(!n||!r&&i==s&&d==s)return yi(t,this.__actions__);var p=[];t:for(;s--&&h<d;){c+=e;for(var _=-1,m=t[c];++_<f;){var g=l[_],y=g.iteratee,v=g.type,M=y(m);if(v==At)m=M;else if(!M){if(v==Tt)continue t;break t}}p[h++]=m}return p}function Ze(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function Ke(){this.__data__=nf?nf(null):{},this.size=0}function Xe(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}function Qe(t){var e=this.__data__;if(nf){var n=e[t];return n===ut?nt:n}return ml.call(e,t)?e[t]:nt}function tn(t){var e=this.__data__;return nf?e[t]!==nt:ml.call(e,t)}function en(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=nf&&e===nt?ut:e,this}function nn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function rn(){this.__data__=[],this.size=0}function an(t){var e=this.__data__,n=Zn(e,t);return!(n<0)&&(n==e.length-1?e.pop():El.call(e,n,1),--this.size,!0)}function un(t){var e=this.__data__,n=Zn(e,t);return n<0?nt:e[n][1]}function on(t){return Zn(this.__data__,t)>-1}function sn(t,e){var n=this.__data__,r=Zn(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}function cn(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}function ln(){this.size=0,this.__data__={hash:new Ze,map:new(Xl||nn),string:new Ze}}function fn(t){var e=wa(this,t).delete(t);return this.size-=e?1:0,e}function hn(t){return wa(this,t).get(t)}function _n(t){return wa(this,t).has(t)}function mn(t,e){var n=wa(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}function gn(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new cn;++e<n;)this.add(t[e])}function yn(t){return this.__data__.set(t,ut),this}function Ln(t){return this.__data__.has(t)}function kn(t){var e=this.__data__=new nn(t);this.size=e.size}function xn(){this.__data__=new nn,this.size=0}function Dn(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}function An(t){return this.__data__.get(t)}function En(t){return this.__data__.has(t)}function jn(t,e){var n=this.__data__;if(n instanceof nn){var r=n.__data__;if(!Xl||r.length<rt-1)return r.push([t,e]),this.size=++n.size,this;n=this.__data__=new cn(r)}return n.set(t,e),this.size=n.size,this}function Cn(t,e){var n=gh(t),r=!n&&mh(t),i=!n&&!r&&vh(t),a=!n&&!r&&!i&&kh(t),u=n||r||i||a,o=u?S(t.length,cl):[],s=o.length;for(var c in t)!e&&!ml.call(t,c)||u&&("length"==c||i&&("offset"==c||"parent"==c)||a&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||Fa(c,s))||o.push(c);return o}function On(t){var e=t.length;return e?t[Qr(0,e-1)]:nt}function Hn(t,e){return Ka(Pi(t),nr(e,0,t.length))}function zn(t){return Ka(Pi(t))}function Gn(t,e,n){(n===nt||Uo(t[e],n))&&(n!==nt||e in t)||tr(t,e,n)}function Jn(t,e,n){var r=t[e];ml.call(t,e)&&Uo(r,n)&&(n!==nt||e in t)||tr(t,e,n)}function Zn(t,e){for(var n=t.length;n--;)if(Uo(t[n][0],e))return n;return-1}function Kn(t,e,n,r){return _f(t,function(t,i,a){e(r,t,n(t),a)}),r}function Xn(t,e){return t&&Ni(e,Bs(e),t)}function Qn(t,e){return t&&Ni(e,Rs(e),t)}function tr(t,e,n){"__proto__"==e&&Fl?Fl(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}function er(t,e){for(var n=-1,r=e.length,i=nl(r),a=null==t;++n<r;)i[n]=a?nt:Ps(t,e[n]);return i}function nr(t,e,n){return t===t&&(n!==nt&&(t=t<=n?t:n),e!==nt&&(t=t>=e?t:e)),t}function rr(t,e,n,r,i,a){var u,s=e&ct,c=e&lt,l=e&ft;if(n&&(u=i?n(t,r,i,a):n(t)),u!==nt)return u;if(!is(t))return t;var f=gh(t);if(f){if(u=Aa(t),!s)return Pi(t,u)}else{var h=Yf(t),d=h==Ut||h==$t;if(vh(t))return xi(t,s);if(h==Zt||h==Nt||d&&!i){if(u=c||d?{}:Ea(t),!s)return c?Bi(t,Qn(u,t)):Ii(t,Xn(u,t))}else{if(!wn[h])return i?t:{};u=Sa(t,h,rr,s)}}a||(a=new kn);var p=a.get(t);if(p)return p;a.set(t,u);var _=l?c?ya:ga:c?Rs:Bs,m=f?nt:_(t);return o(m||t,function(r,i){m&&(i=r,r=t[i]),Jn(u,i,rr(r,e,n,i,t,a))}),u}function ir(t){var e=Bs(t);return function(n){return ar(n,t,e)}}function ar(t,e,n){var r=n.length;if(null==t)return!r;for(t=ol(t);r--;){var i=n[r],a=e[i],u=t[i];if(u===nt&&!(i in t)||!a(u))return!1}return!0}function ur(t,e,n){if("function"!=typeof t)throw new ll(at);return Ef(function(){t.apply(nt,n)},e)}function or(t,e,n,r){var i=-1,a=f,u=!0,o=t.length,s=[],c=e.length;if(!o)return s;n&&(e=d(e,C(n))),r?(a=h,u=!1):e.length>=rt&&(a=O,u=!1,e=new gn(e));t:for(;++i<o;){var l=t[i],p=null==n?l:n(l);if(l=r||0!==l?l:0,u&&p===p){for(var _=c;_--;)if(e[_]===p)continue t;s.push(l)}else a(e,p,r)||s.push(l)}return s}function sr(t,e){var n=!0;return _f(t,function(t,r,i){return n=!!e(t,r,i)}),n}function cr(t,e,n){for(var r=-1,i=t.length;++r<i;){var a=t[r],u=e(a);if(null!=u&&(o===nt?u===u&&!ms(u):n(u,o)))var o=u,s=a}return s}function lr(t,e,n,r){var i=t.length;for(n=ws(n),n<0&&(n=-n>i?0:i+n),r=r===nt||r>i?i:ws(r),r<0&&(r+=i),r=n>r?0:Ls(r);n<r;)t[n++]=e;return t}function fr(t,e){var n=[];return _f(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function hr(t,e,n,r,i){var a=-1,u=t.length;for(n||(n=Ca),i||(i=[]);++a<u;){var o=t[a];e>0&&n(o)?e>1?hr(o,e-1,n,r,i):p(i,o):r||(i[i.length]=o)}return i}function dr(t,e){return t&&gf(t,e,Bs)}function pr(t,e){return t&&yf(t,e,Bs)}function _r(t,e){return l(e,function(e){return es(t[e])})}function mr(t,e){e=Li(e,t);for(var n=0,r=e.length;null!=t&&n<r;)t=t[Xa(e[n++])];return n&&n==r?t:nt}function gr(t,e,n){var r=e(t);return gh(t)?r:p(r,n(t))}function yr(t){return null==t?t===nt?ne:Jt:Cl&&Cl in ol(t)?xa(t):Ua(t)}function vr(t,e){return t>e}function Mr(t,e){return null!=t&&ml.call(t,e)}function br(t,e){return null!=t&&e in ol(t)}function wr(t,e,n){return t>=$l(e,n)&&t<Ul(e,n)}function Lr(t,e,n){for(var r=n?h:f,i=t[0].length,a=t.length,u=a,o=nl(a),s=1/0,c=[];u--;){var l=t[u];u&&e&&(l=d(l,C(e))),s=$l(l.length,s),o[u]=!n&&(e||i>=120&&l.length>=120)?new gn(u&&l):nt}l=t[0];var p=-1,_=o[0];t:for(;++p<i&&c.length<s;){var m=l[p],g=e?e(m):m;if(m=n||0!==m?m:0,!(_?O(_,g):r(c,g,n))){for(u=a;--u;){var y=o[u];if(!(y?O(y,g):r(t[u],g,n)))continue t}_&&_.push(g),c.push(m)}}return c}function kr(t,e,n,r){return dr(t,function(t,i,a){e(r,n(t),i,a)}),r}function xr(t,e,n){e=Li(e,t),t=Va(t,e);var r=null==t?t:t[Xa(Mu(e))];return null==r?nt:a(r,t,n)}function Dr(t){return as(t)&&yr(t)==Nt}function Yr(t){return as(t)&&yr(t)==ae}function Tr(t){return as(t)&&yr(t)==Wt}function Ar(t,e,n,r,i){return t===e||(null==t||null==e||!as(t)&&!as(e)?t!==t&&e!==e:Er(t,e,n,r,Ar,i))}function Er(t,e,n,r,i,a){var u=gh(t),o=gh(e),s=u?It:Yf(t),c=o?It:Yf(e);s=s==Nt?Zt:s,c=c==Nt?Zt:c;var l=s==Zt,f=c==Zt,h=s==c;if(h&&vh(t)){if(!vh(e))return!1;u=!0,l=!1}if(h&&!l)return a||(a=new kn),u||kh(t)?da(t,e,n,r,i,a):pa(t,e,s,n,r,i,a);if(!(n&ht)){var d=l&&ml.call(t,"__wrapped__"),p=f&&ml.call(e,"__wrapped__");if(d||p){var _=d?t.value():t,m=p?e.value():e;return a||(a=new kn),i(_,m,n,r,a)}}return!!h&&(a||(a=new kn),_a(t,e,n,r,i,a))}function Sr(t){return as(t)&&Yf(t)==Vt}function jr(t,e,n,r){var i=n.length,a=i,u=!r;if(null==t)return!a;for(t=ol(t);i--;){var o=n[i];if(u&&o[2]?o[1]!==t[o[0]]:!(o[0]in t))return!1}for(;++i<a;){o=n[i];var s=o[0],c=t[s],l=o[1];if(u&&o[2]){if(c===nt&&!(s in t))return!1}else{var f=new kn;if(r)var h=r(c,l,s,t,e,f);if(!(h===nt?Ar(l,c,ht|dt,r,f):h))return!1}}return!0}function Cr(t){return!(!is(t)||Ia(t))&&(es(t)?wl:qe).test(Qa(t))}function Fr(t){return as(t)&&yr(t)==Xt}function Or(t){return as(t)&&Yf(t)==Qt}function Hr(t){return as(t)&&rs(t.length)&&!!bn[yr(t)]}function Pr(t){return"function"==typeof t?t:null==t?Ec:"object"==typeof t?gh(t)?zr(t[0],t[1]):Wr(t):Nc(t)}function Nr(t){if(!Ba(t))return ql(t);var e=[];for(var n in ol(t))ml.call(t,n)&&"constructor"!=n&&e.push(n);return e}function Ir(t){if(!is(t))return qa(t);var e=Ba(t),n=[];for(var r in t)("constructor"!=r||!e&&ml.call(t,r))&&n.push(r);return n}function Br(t,e){return t<e}function Rr(t,e){var n=-1,r=$o(t)?nl(t.length):[];return _f(t,function(t,i,a){r[++n]=e(t,i,a)}),r}function Wr(t){var e=La(t);return 1==e.length&&e[0][2]?Wa(e[0][0],e[0][1]):function(n){return n===t||jr(n,t,e)}}function zr(t,e){return Ha(t)&&Ra(e)?Wa(Xa(t),e):function(n){var r=Ps(n,t);return r===nt&&r===e?Is(n,t):Ar(e,r,ht|dt)}}function qr(t,e,n,r,i){t!==e&&gf(e,function(a,u){if(is(a))i||(i=new kn),Ur(t,e,u,n,qr,r,i);else{var o=r?r(t[u],a,u+"",t,e,i):nt;o===nt&&(o=a),Gn(t,u,o)}},Rs)}function Ur(t,e,n,r,i,a,u){var o=t[n],s=e[n],c=u.get(s);if(c)return void Gn(t,n,c);var l=a?a(o,s,n+"",t,e,u):nt,f=l===nt;if(f){var h=gh(s),d=!h&&vh(s),p=!h&&!d&&kh(s);l=s,h||d||p?gh(o)?l=o:Vo(o)?l=Pi(o):d?(f=!1,l=xi(s,!0)):p?(f=!1,l=ji(s,!0)):l=[]:ds(s)||mh(s)?(l=o,mh(o)?l=xs(o):(!is(o)||r&&es(o))&&(l=Ea(s))):f=!1}f&&(u.set(s,l),i(l,s,r,a,u),u.delete(s)),Gn(t,n,l)}function $r(t,e){var n=t.length;if(n)return e+=e<0?n:0,Fa(e,n)?t[e]:nt}function Vr(t,e,n){var r=-1;return e=d(e.length?e:[Ec],C(ba())),A(Rr(t,function(t,n,i){return{criteria:d(e,function(e){return e(t)}),index:++r,value:t}}),function(t,e){return Fi(t,e,n)})}function Gr(t,e){return Jr(t,e,function(e,n){return Is(t,n)})}function Jr(t,e,n){for(var r=-1,i=e.length,a={};++r<i;){var u=e[r],o=mr(t,u);n(o,u)&&ai(a,Li(u,t),o)}return a}function Zr(t){return function(e){return mr(e,t)}}function Kr(t,e,n,r){var i=r?L:w,a=-1,u=e.length,o=t;for(t===e&&(e=Pi(e)),n&&(o=d(t,C(n)));++a<u;)for(var s=0,c=e[a],l=n?n(c):c;(s=i(o,l,s,r))>-1;)o!==t&&El.call(o,s,1),El.call(t,s,1);return t}function Xr(t,e){for(var n=t?e.length:0,r=n-1;n--;){var i=e[n];if(n==r||i!==a){var a=i;Fa(i)?El.call(t,i,1):_i(t,i)}}return t}function Qr(t,e){return t+Il(Jl()*(e-t+1))}function ti(t,e,n,r){for(var i=-1,a=Ul(Nl((e-t)/(n||1)),0),u=nl(a);a--;)u[r?a:++i]=t,t+=n;return u}function ei(t,e){var n="";if(!t||e<1||e>St)return n;do{e%2&&(n+=t),(e=Il(e/2))&&(t+=t)}while(e);return n}function ni(t,e){return Sf($a(t,e,Ec),t+"")}function ri(t){return On(Qs(t))}function ii(t,e){var n=Qs(t);return Ka(n,nr(e,0,n.length))}function ai(t,e,n,r){if(!is(t))return t;e=Li(e,t);for(var i=-1,a=e.length,u=a-1,o=t;null!=o&&++i<a;){var s=Xa(e[i]),c=n;if(i!=u){var l=o[s];c=r?r(l,s,o):nt,c===nt&&(c=is(l)?l:Fa(e[i+1])?[]:{})}Jn(o,s,c),o=o[s]}return t}function ui(t){return Ka(Qs(t))}function oi(t,e,n){var r=-1,i=t.length;e<0&&(e=-e>i?0:i+e),n=n>i?i:n,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var a=nl(i);++r<i;)a[r]=t[r+e];return a}function si(t,e){var n;return _f(t,function(t,r,i){return!(n=e(t,r,i))}),!!n}function ci(t,e,n){var r=0,i=null==t?r:t.length;if("number"==typeof e&&e===e&&i<=Ht){for(;r<i;){var a=r+i>>>1,u=t[a];null!==u&&!ms(u)&&(n?u<=e:u<e)?r=a+1:i=a}return i}return li(t,e,Ec,n)}function li(t,e,n,r){e=n(e);for(var i=0,a=null==t?0:t.length,u=e!==e,o=null===e,s=ms(e),c=e===nt;i<a;){var l=Il((i+a)/2),f=n(t[l]),h=f!==nt,d=null===f,p=f===f,_=ms(f);if(u)var m=r||p;else m=c?p&&(r||h):o?p&&h&&(r||!d):s?p&&h&&!d&&(r||!_):!d&&!_&&(r?f<=e:f<e);m?i=l+1:a=l}return $l(a,Ot)}function fi(t,e){for(var n=-1,r=t.length,i=0,a=[];++n<r;){var u=t[n],o=e?e(u):u;if(!n||!Uo(o,s)){var s=o;a[i++]=0===u?0:u}}return a}function hi(t){return"number"==typeof t?t:ms(t)?Ct:+t}function di(t){if("string"==typeof t)return t;if(gh(t))return d(t,di)+"";if(ms(t))return df?df.call(t):"";var e=t+"";return"0"==e&&1/t==-Et?"-0":e}function pi(t,e,n){var r=-1,i=f,a=t.length,u=!0,o=[],s=o;if(n)u=!1,i=h;else if(a>=rt){var c=e?null:Lf(t);if(c)return V(c);u=!1,i=O,s=new gn}else s=e?[]:o;t:for(;++r<a;){var l=t[r],d=e?e(l):l;if(l=n||0!==l?l:0,u&&d===d){for(var p=s.length;p--;)if(s[p]===d)continue t;e&&s.push(d),o.push(l)}else i(s,d,n)||(s!==o&&s.push(d),o.push(l))}return o}function _i(t,e){return e=Li(e,t),null==(t=Va(t,e))||delete t[Xa(Mu(e))]}function mi(t,e,n,r){return ai(t,e,n(mr(t,e)),r)}function gi(t,e,n,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&e(t[a],a,t););return n?oi(t,r?0:a,r?a+1:i):oi(t,r?a+1:0,r?i:a)}function yi(t,e){var n=t;return n instanceof J&&(n=n.value()),_(e,function(t,e){return e.func.apply(e.thisArg,p([t],e.args))},n)}function vi(t,e,n){var r=t.length;if(r<2)return r?pi(t[0]):[];for(var i=-1,a=nl(r);++i<r;)for(var u=t[i],o=-1;++o<r;)o!=i&&(a[i]=or(a[i]||u,t[o],e,n));return pi(hr(a,1),e,n)}function Mi(t,e,n){for(var r=-1,i=t.length,a=e.length,u={};++r<i;){var o=r<a?e[r]:nt;n(u,t[r],o)}return u}function bi(t){return Vo(t)?t:[]}function wi(t){return"function"==typeof t?t:Ec}function Li(t,e){return gh(t)?t:Ha(t,e)?[t]:jf(Ys(t))}function ki(t,e,n){var r=t.length;return n=n===nt?r:n,!e&&n>=r?t:oi(t,e,n)}function xi(t,e){if(e)return t.slice();var n=t.length,r=Dl?Dl(n):new t.constructor(n);return t.copy(r),r}function Di(t){var e=new t.constructor(t.byteLength);return new xl(e).set(new xl(t)),e}function Yi(t,e){var n=e?Di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.byteLength)}function Ti(t,e,n){return _(e?n(q(t),ct):q(t),r,new t.constructor)}function Ai(t){var e=new t.constructor(t.source,Re.exec(t));return e.lastIndex=t.lastIndex,e}function Ei(t,e,n){return _(e?n(V(t),ct):V(t),i,new t.constructor)}function Si(t){return hf?ol(hf.call(t)):{}}function ji(t,e){var n=e?Di(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}function Ci(t,e){if(t!==e){var n=t!==nt,r=null===t,i=t===t,a=ms(t),u=e!==nt,o=null===e,s=e===e,c=ms(e);if(!o&&!c&&!a&&t>e||a&&u&&s&&!o&&!c||r&&u&&s||!n&&s||!i)return 1;if(!r&&!a&&!c&&t<e||c&&n&&i&&!r&&!a||o&&n&&i||!u&&i||!s)return-1}return 0}function Fi(t,e,n){for(var r=-1,i=t.criteria,a=e.criteria,u=i.length,o=n.length;++r<u;){var s=Ci(i[r],a[r]);if(s){if(r>=o)return s;return s*("desc"==n[r]?-1:1)}}return t.index-e.index}function Oi(t,e,n,r){for(var i=-1,a=t.length,u=n.length,o=-1,s=e.length,c=Ul(a-u,0),l=nl(s+c),f=!r;++o<s;)l[o]=e[o];for(;++i<u;)(f||i<a)&&(l[n[i]]=t[i]);for(;c--;)l[o++]=t[i++];return l}function Hi(t,e,n,r){for(var i=-1,a=t.length,u=-1,o=n.length,s=-1,c=e.length,l=Ul(a-o,0),f=nl(l+c),h=!r;++i<l;)f[i]=t[i];for(var d=i;++s<c;)f[d+s]=e[s];for(;++u<o;)(h||i<a)&&(f[d+n[u]]=t[i++]);return f}function Pi(t,e){var n=-1,r=t.length;for(e||(e=nl(r));++n<r;)e[n]=t[n];return e}function Ni(t,e,n,r){var i=!n;n||(n={});for(var a=-1,u=e.length;++a<u;){var o=e[a],s=r?r(n[o],t[o],o,n,t):nt;s===nt&&(s=t[o]),i?tr(n,o,s):Jn(n,o,s)}return n}function Ii(t,e){return Ni(t,xf(t),e)}function Bi(t,e){return Ni(t,Df(t),e)}function Ri(t,e){return function(n,r){var i=gh(n)?u:Kn,a=e?e():{};return i(n,t,ba(r,2),a)}}function Wi(t){return ni(function(e,n){var r=-1,i=n.length,a=i>1?n[i-1]:nt,u=i>2?n[2]:nt;for(a=t.length>3&&"function"==typeof a?(i--,a):nt,u&&Oa(n[0],n[1],u)&&(a=i<3?nt:a,i=1),e=ol(e);++r<i;){var o=n[r];o&&t(e,o,r,a)}return e})}function zi(t,e){return function(n,r){if(null==n)return n;if(!$o(n))return t(n,r);for(var i=n.length,a=e?i:-1,u=ol(n);(e?a--:++a<i)&&!1!==r(u[a],a,u););return n}}function qi(t){return function(e,n,r){for(var i=-1,a=ol(e),u=r(e),o=u.length;o--;){var s=u[t?o:++i];if(!1===n(a[s],s,a))break}return e}}function Ui(t,e,n){function r(){return(this&&this!==Sn&&this instanceof r?a:t).apply(i?n:this,arguments)}var i=e&pt,a=Gi(t);return r}function $i(t){return function(e){e=Ys(e);var n=R(e)?X(e):nt,r=n?n[0]:e.charAt(0),i=n?ki(n,1).join(""):e.slice(1);return r[t]()+i}}function Vi(t){return function(e){return _(xc(ac(e).replace(dn,"")),t,"")}}function Gi(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=pf(t.prototype),r=t.apply(n,e);return is(r)?r:n}}function Ji(t,e,n){function r(){for(var u=arguments.length,o=nl(u),s=u,c=Ma(r);s--;)o[s]=arguments[s];var l=u<3&&o[0]!==c&&o[u-1]!==c?[]:$(o,c);return(u-=l.length)<n?ua(t,e,Xi,r.placeholder,nt,o,l,nt,nt,n-u):a(this&&this!==Sn&&this instanceof r?i:t,this,o)}var i=Gi(t);return r}function Zi(t){return function(e,n,r){var i=ol(e);if(!$o(e)){var a=ba(n,3);e=Bs(e),n=function(t){return a(i[t],t,i)}}var u=t(e,n,r);return u>-1?i[a?e[u]:u]:nt}}function Ki(t){return ma(function(e){var n=e.length,r=n,i=Y.prototype.thru;for(t&&e.reverse();r--;){var a=e[r];if("function"!=typeof a)throw new ll(at);if(i&&!u&&"wrapper"==va(a))var u=new Y([],!0)}for(r=u?r:n;++r<n;){a=e[r];var o=va(a),s="wrapper"==o?kf(a):nt;u=s&&Na(s[0])&&s[1]==(bt|gt|vt|wt)&&!s[4].length&&1==s[9]?u[va(s[0])].apply(u,s[3]):1==a.length&&Na(a)?u[o]():u.thru(a)}return function(){var t=arguments,r=t[0];if(u&&1==t.length&&gh(r))return u.plant(r).value();for(var i=0,a=n?e[i].apply(this,t):r;++i<n;)a=e[i].call(this,a);return a}})}function Xi(t,e,n,r,i,a,u,o,s,c){function l(){for(var g=arguments.length,y=nl(g),v=g;v--;)y[v]=arguments[v];if(p)var M=Ma(l),b=N(y,M);if(r&&(y=Oi(y,r,i,p)),a&&(y=Hi(y,a,u,p)),g-=b,p&&g<c){var w=$(y,M);return ua(t,e,Xi,l.placeholder,n,y,w,o,s,c-g)}var L=h?n:this,k=d?L[t]:t;return g=y.length,o?y=Ga(y,o):_&&g>1&&y.reverse(),f&&s<g&&(y.length=s),this&&this!==Sn&&this instanceof l&&(k=m||Gi(k)),k.apply(L,y)}var f=e&bt,h=e&pt,d=e&_t,p=e&(gt|yt),_=e&Lt,m=d?nt:Gi(t);return l}function Qi(t,e){return function(n,r){return kr(n,t,e(r),{})}}function ta(t,e){return function(n,r){var i;if(n===nt&&r===nt)return e;if(n!==nt&&(i=n),r!==nt){if(i===nt)return r;"string"==typeof n||"string"==typeof r?(n=di(n),r=di(r)):(n=hi(n),r=hi(r)),i=t(n,r)}return i}}function ea(t){return ma(function(e){return e=d(e,C(ba())),ni(function(n){var r=this;return t(e,function(t){return a(t,r,n)})})})}function na(t,e){e=e===nt?" ":di(e);var n=e.length;if(n<2)return n?ei(e,t):e;var r=ei(e,Nl(t/K(e)));return R(e)?ki(X(r),0,t).join(""):r.slice(0,t)}function ra(t,e,n,r){function i(){for(var e=-1,s=arguments.length,c=-1,l=r.length,f=nl(l+s),h=this&&this!==Sn&&this instanceof i?o:t;++c<l;)f[c]=r[c];for(;s--;)f[c++]=arguments[++e];return a(h,u?n:this,f)}var u=e&pt,o=Gi(t);return i}function ia(t){return function(e,n,r){return r&&"number"!=typeof r&&Oa(e,n,r)&&(n=r=nt),e=bs(e),n===nt?(n=e,e=0):n=bs(n),r=r===nt?e<n?1:-1:bs(r),ti(e,n,r,t)}}function aa(t){return function(e,n){return"string"==typeof e&&"string"==typeof n||(e=ks(e),n=ks(n)),t(e,n)}}function ua(t,e,n,r,i,a,u,o,s,c){var l=e&gt,f=l?u:nt,h=l?nt:u,d=l?a:nt,p=l?nt:a;e|=l?vt:Mt,(e&=~(l?Mt:vt))&mt||(e&=~(pt|_t));var _=[t,e,i,d,f,p,h,o,s,c],m=n.apply(nt,_);return Na(t)&&Af(m,_),m.placeholder=r,Ja(m,t,e)}function oa(t){var e=ul[t];return function(t,n){if(t=ks(t),n=null==n?0:$l(ws(n),292)){var r=(Ys(t)+"e").split("e");return r=(Ys(e(r[0]+"e"+(+r[1]+n)))+"e").split("e"),+(r[0]+"e"+(+r[1]-n))}return e(t)}}function sa(t){return function(e){var n=Yf(e);return n==Vt?q(e):n==Qt?G(e):j(e,t(e))}}function ca(t,e,n,r,i,a,u,o){var s=e&_t;if(!s&&"function"!=typeof t)throw new ll(at);var c=r?r.length:0;if(c||(e&=~(vt|Mt),r=i=nt),u=u===nt?u:Ul(ws(u),0),o=o===nt?o:ws(o),c-=i?i.length:0,e&Mt){var l=r,f=i;r=i=nt}var h=s?nt:kf(t),d=[t,e,n,r,i,l,f,a,u,o];if(h&&za(d,h),t=d[0],e=d[1],n=d[2],r=d[3],i=d[4],o=d[9]=d[9]===nt?s?0:t.length:Ul(d[9]-c,0),!o&&e&(gt|yt)&&(e&=~(gt|yt)),e&&e!=pt)p=e==gt||e==yt?Ji(t,e,o):e!=vt&&e!=(pt|vt)||i.length?Xi.apply(nt,d):ra(t,e,n,r);else var p=Ui(t,e,n);return Ja((h?vf:Af)(p,d),t,e)}function la(t,e,n,r){return t===nt||Uo(t,dl[n])&&!ml.call(r,n)?e:t}function fa(t,e,n,r,i,a){return is(t)&&is(e)&&(a.set(e,t),qr(t,e,nt,fa,a),a.delete(e)),t}function ha(t){return ds(t)?nt:t}function da(t,e,n,r,i,a){var u=n&ht,o=t.length,s=e.length;if(o!=s&&!(u&&s>o))return!1;var c=a.get(t);if(c&&a.get(e))return c==e;var l=-1,f=!0,h=n&dt?new gn:nt;for(a.set(t,e),a.set(e,t);++l<o;){var d=t[l],p=e[l];if(r)var _=u?r(p,d,l,e,t,a):r(d,p,l,t,e,a);if(_!==nt){if(_)continue;f=!1;break}if(h){if(!g(e,function(t,e){if(!O(h,e)&&(d===t||i(d,t,n,r,a)))return h.push(e)})){f=!1;break}}else if(d!==p&&!i(d,p,n,r,a)){f=!1;break}}return a.delete(t),a.delete(e),f}function pa(t,e,n,r,i,a,u){switch(n){case ue:if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case ae:return!(t.byteLength!=e.byteLength||!a(new xl(t),new xl(e)));case Rt:case Wt:case Gt:return Uo(+t,+e);case qt:return t.name==e.name&&t.message==e.message;case Xt:case te:return t==e+"";case Vt:var o=q;case Qt:var s=r&ht;if(o||(o=V),t.size!=e.size&&!s)return!1;var c=u.get(t);if(c)return c==e;r|=dt,u.set(t,e);var l=da(o(t),o(e),r,i,a,u);return u.delete(t),l;case ee:if(hf)return hf.call(t)==hf.call(e)}return!1}function _a(t,e,n,r,i,a){var u=n&ht,o=ga(t),s=o.length;if(s!=ga(e).length&&!u)return!1;for(var c=s;c--;){var l=o[c];if(!(u?l in e:ml.call(e,l)))return!1}var f=a.get(t);if(f&&a.get(e))return f==e;var h=!0;a.set(t,e),a.set(e,t);for(var d=u;++c<s;){l=o[c];var p=t[l],_=e[l];if(r)var m=u?r(_,p,l,e,t,a):r(p,_,l,t,e,a);if(!(m===nt?p===_||i(p,_,n,r,a):m)){h=!1;break}d||(d="constructor"==l)}if(h&&!d){var g=t.constructor,y=e.constructor;g!=y&&"constructor"in t&&"constructor"in e&&!("function"==typeof g&&g instanceof g&&"function"==typeof y&&y instanceof y)&&(h=!1)}return a.delete(t),a.delete(e),h}function ma(t){return Sf($a(t,nt,hu),t+"")}function ga(t){return gr(t,Bs,xf)}function ya(t){return gr(t,Rs,Df)}function va(t){for(var e=t.name+"",n=af[e],r=ml.call(af,e)?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function Ma(t){return(ml.call(n,"placeholder")?n:t).placeholder}function ba(){var t=n.iteratee||Sc;return t=t===Sc?Pr:t,arguments.length?t(arguments[0],arguments[1]):t}function wa(t,e){var n=t.__data__;return Pa(e)?n["string"==typeof e?"string":"hash"]:n.map}function La(t){for(var e=Bs(t),n=e.length;n--;){var r=e[n],i=t[r];e[n]=[r,i,Ra(i)]}return e}function ka(t,e){var n=B(t,e);return Cr(n)?n:nt}function xa(t){var e=ml.call(t,Cl),n=t[Cl];try{t[Cl]=nt;var r=!0}catch(t){}var i=vl.call(t);return r&&(e?t[Cl]=n:delete t[Cl]),i}function Da(t,e,n){for(var r=-1,i=n.length;++r<i;){var a=n[r],u=a.size;switch(a.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=$l(e,t+u);break;case"takeRight":t=Ul(t,e-u)}}return{start:t,end:e}}function Ya(t){var e=t.match(He);return e?e[1].split(Pe):[]}function Ta(t,e,n){e=Li(e,t);for(var r=-1,i=e.length,a=!1;++r<i;){var u=Xa(e[r]);if(!(a=null!=t&&n(t,u)))break;t=t[u]}return a||++r!=i?a:!!(i=null==t?0:t.length)&&rs(i)&&Fa(u,i)&&(gh(t)||mh(t))}function Aa(t){var e=t.length,n=t.constructor(e);return e&&"string"==typeof t[0]&&ml.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Ea(t){return"function"!=typeof t.constructor||Ba(t)?{}:pf(Yl(t))}function Sa(t,e,n,r){var i=t.constructor;switch(e){case ae:return Di(t);case Rt:case Wt:return new i(+t);case ue:return Yi(t,r);case oe:case se:case ce:case le:case fe:case he:case de:case pe:case _e:return ji(t,r);case Vt:return Ti(t,r,n);case Gt:case te:return new i(t);case Xt:return Ai(t);case Qt:return Ei(t,r,n);case ee:return Si(t)}}function ja(t,e){var n=e.length;if(!n)return t;var r=n-1;return e[r]=(n>1?"& ":"")+e[r],e=e.join(n>2?", ":" "),t.replace(Oe,"{\n/* [wrapped with "+e+"] */\n")}function Ca(t){return gh(t)||mh(t)||!!(Sl&&t&&t[Sl])}function Fa(t,e){return!!(e=null==e?St:e)&&("number"==typeof t||$e.test(t))&&t>-1&&t%1==0&&t<e}function Oa(t,e,n){if(!is(n))return!1;var r=typeof e;return!!("number"==r?$o(n)&&Fa(e,n.length):"string"==r&&e in n)&&Uo(n[e],t)}function Ha(t,e){if(gh(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!ms(t))||(Ye.test(t)||!De.test(t)||null!=e&&t in ol(e))}function Pa(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}function Na(t){var e=va(t),r=n[e];if("function"!=typeof r||!(e in J.prototype))return!1;if(t===r)return!0;var i=kf(r);return!!i&&t===i[0]}function Ia(t){return!!yl&&yl in t}function Ba(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||dl)}function Ra(t){return t===t&&!is(t)}function Wa(t,e){return function(n){return null!=n&&(n[t]===e&&(e!==nt||t in ol(n)))}}function za(t,e){var n=t[1],r=e[1],i=n|r,a=i<(pt|_t|bt),u=r==bt&&n==gt||r==bt&&n==wt&&t[7].length<=e[8]||r==(bt|wt)&&e[7].length<=e[8]&&n==gt;if(!a&&!u)return t;r&pt&&(t[2]=e[2],i|=n&pt?0:mt);var o=e[3];if(o){var s=t[3];t[3]=s?Oi(s,o,e[4]):o,t[4]=s?$(t[3],st):e[4]}return o=e[5],o&&(s=t[5],t[5]=s?Hi(s,o,e[6]):o,t[6]=s?$(t[5],st):e[6]),o=e[7],o&&(t[7]=o),r&bt&&(t[8]=null==t[8]?e[8]:$l(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function qa(t){var e=[];if(null!=t)for(var n in ol(t))e.push(n);return e}function Ua(t){return vl.call(t)}function $a(t,e,n){return e=Ul(e===nt?t.length-1:e,0),function(){for(var r=arguments,i=-1,u=Ul(r.length-e,0),o=nl(u);++i<u;)o[i]=r[e+i];i=-1;for(var s=nl(e+1);++i<e;)s[i]=r[i];return s[e]=n(o),a(t,this,s)}}function Va(t,e){return e.length<2?t:mr(t,oi(e,0,-1))}function Ga(t,e){for(var n=t.length,r=$l(e.length,n),i=Pi(t);r--;){var a=e[r];t[r]=Fa(a,n)?i[a]:nt}return t}function Ja(t,e,n){var r=e+"";return Sf(t,ja(r,tu(Ya(r),n)))}function Za(t){var e=0,n=0;return function(){var r=Vl(),i=Yt-(r-n);if(n=r,i>0){if(++e>=Dt)return arguments[0]}else e=0;return t.apply(nt,arguments)}}function Ka(t,e){var n=-1,r=t.length,i=r-1;for(e=e===nt?r:e;++n<e;){var a=Qr(n,i),u=t[a];t[a]=t[n],t[n]=u}return t.length=e,t}function Xa(t){if("string"==typeof t||ms(t))return t;var e=t+"";return"0"==e&&1/t==-Et?"-0":e}function Qa(t){if(null!=t){try{return _l.call(t)}catch(t){}try{return t+""}catch(t){}}return""}function tu(t,e){return o(Pt,function(n){var r="_."+n[0];e&n[1]&&!f(t,r)&&t.push(r)}),t.sort()}function eu(t){if(t instanceof J)return t.clone();var e=new Y(t.__wrapped__,t.__chain__);return e.__actions__=Pi(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}function nu(t,e,n){e=(n?Oa(t,e,n):e===nt)?1:Ul(ws(e),0);var r=null==t?0:t.length;if(!r||e<1)return[];for(var i=0,a=0,u=nl(Nl(r/e));i<r;)u[a++]=oi(t,i,i+=e);return u}function ru(t){for(var e=-1,n=null==t?0:t.length,r=0,i=[];++e<n;){var a=t[e];a&&(i[r++]=a)}return i}function iu(){var t=arguments.length;if(!t)return[];for(var e=nl(t-1),n=arguments[0],r=t;r--;)e[r-1]=arguments[r];return p(gh(n)?Pi(n):[n],hr(e,1))}function au(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),oi(t,e<0?0:e,r)):[]}function uu(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),e=r-e,oi(t,0,e<0?0:e)):[]}function ou(t,e){return t&&t.length?gi(t,ba(e,3),!0,!0):[]}function su(t,e){return t&&t.length?gi(t,ba(e,3),!0):[]}function cu(t,e,n,r){var i=null==t?0:t.length;return i?(n&&"number"!=typeof n&&Oa(t,e,n)&&(n=0,r=i),lr(t,e,n,r)):[]}function lu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:ws(n);return i<0&&(i=Ul(r+i,0)),b(t,ba(e,3),i)}function fu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r-1;return n!==nt&&(i=ws(n),i=n<0?Ul(r+i,0):$l(i,r-1)),b(t,ba(e,3),i,!0)}function hu(t){return(null==t?0:t.length)?hr(t,1):[]}function du(t){return(null==t?0:t.length)?hr(t,Et):[]}function pu(t,e){return(null==t?0:t.length)?(e=e===nt?1:ws(e),hr(t,e)):[]}function _u(t){for(var e=-1,n=null==t?0:t.length,r={};++e<n;){var i=t[e];r[i[0]]=i[1]}return r}function mu(t){return t&&t.length?t[0]:nt}function gu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=null==n?0:ws(n);return i<0&&(i=Ul(r+i,0)),w(t,e,i)}function yu(t){return(null==t?0:t.length)?oi(t,0,-1):[]}function vu(t,e){return null==t?"":zl.call(t,e)}function Mu(t){var e=null==t?0:t.length;return e?t[e-1]:nt}function bu(t,e,n){var r=null==t?0:t.length;if(!r)return-1;var i=r;return n!==nt&&(i=ws(n),i=i<0?Ul(r+i,0):$l(i,r-1)),e===e?Z(t,e,i):b(t,k,i,!0)}function wu(t,e){return t&&t.length?$r(t,ws(e)):nt}function Lu(t,e){return t&&t.length&&e&&e.length?Kr(t,e):t}function ku(t,e,n){return t&&t.length&&e&&e.length?Kr(t,e,ba(n,2)):t}function xu(t,e,n){return t&&t.length&&e&&e.length?Kr(t,e,nt,n):t}function Du(t,e){var n=[];if(!t||!t.length)return n;var r=-1,i=[],a=t.length;for(e=ba(e,3);++r<a;){var u=t[r];e(u,r,t)&&(n.push(u),i.push(r))}return Xr(t,i),n}function Yu(t){return null==t?t:Zl.call(t)}function Tu(t,e,n){var r=null==t?0:t.length;return r?(n&&"number"!=typeof n&&Oa(t,e,n)?(e=0,n=r):(e=null==e?0:ws(e),n=n===nt?r:ws(n)),oi(t,e,n)):[]}function Au(t,e){return ci(t,e)}function Eu(t,e,n){return li(t,e,ba(n,2))}function Su(t,e){var n=null==t?0:t.length;if(n){var r=ci(t,e);if(r<n&&Uo(t[r],e))return r}return-1}function ju(t,e){return ci(t,e,!0)}function Cu(t,e,n){return li(t,e,ba(n,2),!0)}function Fu(t,e){if(null==t?0:t.length){var n=ci(t,e,!0)-1;if(Uo(t[n],e))return n}return-1}function Ou(t){return t&&t.length?fi(t):[]}function Hu(t,e){return t&&t.length?fi(t,ba(e,2)):[]}function Pu(t){var e=null==t?0:t.length;return e?oi(t,1,e):[]}function Nu(t,e,n){return t&&t.length?(e=n||e===nt?1:ws(e),oi(t,0,e<0?0:e)):[]}function Iu(t,e,n){var r=null==t?0:t.length;return r?(e=n||e===nt?1:ws(e),e=r-e,oi(t,e<0?0:e,r)):[]}function Bu(t,e){return t&&t.length?gi(t,ba(e,3),!1,!0):[]}function Ru(t,e){return t&&t.length?gi(t,ba(e,3)):[]}function Wu(t){return t&&t.length?pi(t):[]}function zu(t,e){return t&&t.length?pi(t,ba(e,2)):[]}function qu(t,e){return e="function"==typeof e?e:nt,t&&t.length?pi(t,nt,e):[]}function Uu(t){if(!t||!t.length)return[];var e=0;return t=l(t,function(t){if(Vo(t))return e=Ul(t.length,e),!0}),S(e,function(e){return d(t,D(e))})}function $u(t,e){if(!t||!t.length)return[];var n=Uu(t);return null==e?n:d(n,function(t){return a(e,nt,t)})}function Vu(t,e){return Mi(t||[],e||[],Jn)}function Gu(t,e){return Mi(t||[],e||[],ai)}function Ju(t){var e=n(t);return e.__chain__=!0,e}function Zu(t,e){return e(t),t}function Ku(t,e){return e(t)}function Xu(){return Ju(this)}function Qu(){return new Y(this.value(),this.__chain__)}function to(){this.__values__===nt&&(this.__values__=Ms(this.value()));var t=this.__index__>=this.__values__.length;return{done:t,value:t?nt:this.__values__[this.__index__++]}}function eo(){return this}function no(t){for(var e,n=this;n instanceof y;){var r=eu(n);r.__index__=0,r.__values__=nt,e?i.__wrapped__=r:e=r;var i=r;n=n.__wrapped__}return i.__wrapped__=t,e}function ro(){var t=this.__wrapped__;if(t instanceof J){var e=t;return this.__actions__.length&&(e=new J(this)),e=e.reverse(),e.__actions__.push({func:Ku,args:[Yu],thisArg:nt}),new Y(e,this.__chain__)}return this.thru(Yu)}function io(){return yi(this.__wrapped__,this.__actions__)}function ao(t,e,n){var r=gh(t)?c:sr;return n&&Oa(t,e,n)&&(e=nt),r(t,ba(e,3))}function uo(t,e){return(gh(t)?l:fr)(t,ba(e,3))}function oo(t,e){return hr(po(t,e),1)}function so(t,e){return hr(po(t,e),Et)}function co(t,e,n){return n=n===nt?1:ws(n),hr(po(t,e),n)}function lo(t,e){return(gh(t)?o:_f)(t,ba(e,3))}function fo(t,e){return(gh(t)?s:mf)(t,ba(e,3))}function ho(t,e,n,r){t=$o(t)?t:Qs(t),n=n&&!r?ws(n):0;var i=t.length;return n<0&&(n=Ul(i+n,0)),_s(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&w(t,e,n)>-1}function po(t,e){return(gh(t)?d:Rr)(t,ba(e,3))}function _o(t,e,n,r){return null==t?[]:(gh(e)||(e=null==e?[]:[e]),n=r?nt:n,gh(n)||(n=null==n?[]:[n]),Vr(t,e,n))}function mo(t,e,n){var r=gh(t)?_:T,i=arguments.length<3;return r(t,ba(e,4),n,i,_f)}function go(t,e,n){var r=gh(t)?m:T,i=arguments.length<3;return r(t,ba(e,4),n,i,mf)}function yo(t,e){return(gh(t)?l:fr)(t,jo(ba(e,3)))}function vo(t){return(gh(t)?On:ri)(t)}function Mo(t,e,n){return e=(n?Oa(t,e,n):e===nt)?1:ws(e),(gh(t)?Hn:ii)(t,e)}function bo(t){return(gh(t)?zn:ui)(t)}function wo(t){if(null==t)return 0;if($o(t))return _s(t)?K(t):t.length;var e=Yf(t);return e==Vt||e==Qt?t.size:Nr(t).length}function Lo(t,e,n){var r=gh(t)?g:si;return n&&Oa(t,e,n)&&(e=nt),r(t,ba(e,3))}function ko(t,e){if("function"!=typeof e)throw new ll(at);return t=ws(t),function(){if(--t<1)return e.apply(this,arguments)}}function xo(t,e,n){return e=n?nt:e,e=t&&null==e?t.length:e,ca(t,bt,nt,nt,nt,nt,e)}function Do(t,e){var n;if("function"!=typeof e)throw new ll(at);return t=ws(t),function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=nt),n}}function Yo(t,e,n){e=n?nt:e;var r=ca(t,gt,nt,nt,nt,nt,nt,e);return r.placeholder=Yo.placeholder,r}function To(t,e,n){e=n?nt:e;var r=ca(t,yt,nt,nt,nt,nt,nt,e);return r.placeholder=To.placeholder,r}function Ao(t,e,n){function r(e){var n=h,r=d;return h=d=nt,y=e,_=t.apply(r,n)}function i(t){return y=t,m=Ef(o,e),v?r(t):_}function a(t){var n=t-g,r=t-y,i=e-n;return M?$l(i,p-r):i}function u(t){var n=t-g,r=t-y;return g===nt||n>=e||n<0||M&&r>=p}function o(){var t=ah();if(u(t))return s(t);m=Ef(o,a(t))}function s(t){return m=nt,b&&h?r(t):(h=d=nt,_)}function c(){m!==nt&&wf(m),y=0,h=g=d=m=nt}function l(){return m===nt?_:s(ah())}function f(){var t=ah(),n=u(t);if(h=arguments,d=this,g=t,n){if(m===nt)return i(g);if(M)return m=Ef(o,e),r(g)}return m===nt&&(m=Ef(o,e)),_}var h,d,p,_,m,g,y=0,v=!1,M=!1,b=!0;if("function"!=typeof t)throw new ll(at);return e=ks(e)||0,is(n)&&(v=!!n.leading,M="maxWait"in n,p=M?Ul(ks(n.maxWait)||0,e):p,b="trailing"in n?!!n.trailing:b),f.cancel=c,f.flush=l,f}function Eo(t){return ca(t,Lt)}function So(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new ll(at);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return n.cache=a.set(i,u)||a,u};return n.cache=new(So.Cache||cn),n}function jo(t){if("function"!=typeof t)throw new ll(at);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}function Co(t){return Do(2,t)}function Fo(t,e){if("function"!=typeof t)throw new ll(at);return e=e===nt?e:ws(e),ni(t,e)}function Oo(t,e){if("function"!=typeof t)throw new ll(at);return e=null==e?0:Ul(ws(e),0),ni(function(n){var r=n[e],i=ki(n,0,e);return r&&p(i,r),a(t,this,i)})}function Ho(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new ll(at);return is(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),Ao(t,e,{leading:r,maxWait:e,trailing:i})}function Po(t){return xo(t,1)}function No(t,e){return fh(wi(e),t)}function Io(){if(!arguments.length)return[];var t=arguments[0];return gh(t)?t:[t]}function Bo(t){return rr(t,ft)}function Ro(t,e){return e="function"==typeof e?e:nt,rr(t,ft,e)}function Wo(t){return rr(t,ct|ft)}function zo(t,e){return e="function"==typeof e?e:nt,rr(t,ct|ft,e)}function qo(t,e){return null==e||ar(t,e,Bs(e))}function Uo(t,e){return t===e||t!==t&&e!==e}function $o(t){return null!=t&&rs(t.length)&&!es(t)}function Vo(t){return as(t)&&$o(t)}function Go(t){return!0===t||!1===t||as(t)&&yr(t)==Rt}function Jo(t){return as(t)&&1===t.nodeType&&!ds(t)}function Zo(t){if(null==t)return!0;if($o(t)&&(gh(t)||"string"==typeof t||"function"==typeof t.splice||vh(t)||kh(t)||mh(t)))return!t.length;var e=Yf(t);if(e==Vt||e==Qt)return!t.size;if(Ba(t))return!Nr(t).length;for(var n in t)if(ml.call(t,n))return!1;return!0}function Ko(t,e){return Ar(t,e)}function Xo(t,e,n){n="function"==typeof n?n:nt;var r=n?n(t,e):nt;return r===nt?Ar(t,e,nt,n):!!r}function Qo(t){if(!as(t))return!1;var e=yr(t);return e==qt||e==zt||"string"==typeof t.message&&"string"==typeof t.name&&!ds(t)}function ts(t){return"number"==typeof t&&Wl(t)}function es(t){if(!is(t))return!1;var e=yr(t);return e==Ut||e==$t||e==Bt||e==Kt}function ns(t){return"number"==typeof t&&t==ws(t)}function rs(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=St}function is(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function as(t){return null!=t&&"object"==typeof t}function us(t,e){return t===e||jr(t,e,La(e))}function os(t,e,n){return n="function"==typeof n?n:nt,jr(t,e,La(e),n)}function ss(t){return hs(t)&&t!=+t}function cs(t){if(Tf(t))throw new il(it);return Cr(t)}function ls(t){return null===t}function fs(t){return null==t}function hs(t){return"number"==typeof t||as(t)&&yr(t)==Gt}function ds(t){if(!as(t)||yr(t)!=Zt)return!1;var e=Yl(t);if(null===e)return!0;var n=ml.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&_l.call(n)==Ml}function ps(t){return ns(t)&&t>=-St&&t<=St}function _s(t){return"string"==typeof t||!gh(t)&&as(t)&&yr(t)==te}function ms(t){return"symbol"==typeof t||as(t)&&yr(t)==ee}function gs(t){return t===nt}function ys(t){return as(t)&&Yf(t)==re}function vs(t){return as(t)&&yr(t)==ie}function Ms(t){if(!t)return[];if($o(t))return _s(t)?X(t):Pi(t);if(jl&&t[jl])return z(t[jl]());var e=Yf(t);return(e==Vt?q:e==Qt?V:Qs)(t)}function bs(t){if(!t)return 0===t?t:0;if((t=ks(t))===Et||t===-Et){return(t<0?-1:1)*jt}return t===t?t:0}function ws(t){var e=bs(t),n=e%1;return e===e?n?e-n:e:0}function Ls(t){return t?nr(ws(t),0,Ft):0}function ks(t){if("number"==typeof t)return t;if(ms(t))return Ct;if(is(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=is(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(je,"");var n=ze.test(t);return n||Ue.test(t)?Tn(t.slice(2),n?2:8):We.test(t)?Ct:+t}function xs(t){return Ni(t,Rs(t))}function Ds(t){return t?nr(ws(t),-St,St):0===t?t:0}function Ys(t){return null==t?"":di(t)}function Ts(t,e){var n=pf(t);return null==e?n:Xn(n,e)}function As(t,e){return M(t,ba(e,3),dr)}function Es(t,e){return M(t,ba(e,3),pr)}function Ss(t,e){return null==t?t:gf(t,ba(e,3),Rs)}function js(t,e){return null==t?t:yf(t,ba(e,3),Rs)}function Cs(t,e){return t&&dr(t,ba(e,3))}function Fs(t,e){return t&&pr(t,ba(e,3))}function Os(t){return null==t?[]:_r(t,Bs(t))}function Hs(t){return null==t?[]:_r(t,Rs(t))}function Ps(t,e,n){var r=null==t?nt:mr(t,e);return r===nt?n:r}function Ns(t,e){return null!=t&&Ta(t,e,Mr)}function Is(t,e){return null!=t&&Ta(t,e,br)}function Bs(t){return $o(t)?Cn(t):Nr(t)}function Rs(t){return $o(t)?Cn(t,!0):Ir(t)}function Ws(t,e){var n={};return e=ba(e,3),dr(t,function(t,r,i){tr(n,e(t,r,i),t)}),n}function zs(t,e){var n={};return e=ba(e,3),dr(t,function(t,r,i){tr(n,r,e(t,r,i))}),n}function qs(t,e){return Us(t,jo(ba(e)))}function Us(t,e){if(null==t)return{};var n=d(ya(t),function(t){return[t]});return e=ba(e),Jr(t,n,function(t,n){return e(t,n[0])})}function $s(t,e,n){e=Li(e,t);var r=-1,i=e.length;for(i||(i=1,t=nt);++r<i;){var a=null==t?nt:t[Xa(e[r])];a===nt&&(r=i,a=n),t=es(a)?a.call(t):a}return t}function Vs(t,e,n){return null==t?t:ai(t,e,n)}function Gs(t,e,n,r){return r="function"==typeof r?r:nt,null==t?t:ai(t,e,n,r)}function Js(t,e,n){var r=gh(t),i=r||vh(t)||kh(t);if(e=ba(e,4),null==n){var a=t&&t.constructor;n=i?r?new a:[]:is(t)&&es(a)?pf(Yl(t)):{}}return(i?o:dr)(t,function(t,r,i){return e(n,t,r,i)}),n}function Zs(t,e){return null==t||_i(t,e)}function Ks(t,e,n){return null==t?t:mi(t,e,wi(n))}function Xs(t,e,n,r){return r="function"==typeof r?r:nt,null==t?t:mi(t,e,wi(n),r)}function Qs(t){return null==t?[]:F(t,Bs(t))}function tc(t){return null==t?[]:F(t,Rs(t))}function ec(t,e,n){return n===nt&&(n=e,e=nt),n!==nt&&(n=ks(n),n=n===n?n:0),e!==nt&&(e=ks(e),e=e===e?e:0),nr(ks(t),e,n)}function nc(t,e,n){return e=bs(e),n===nt?(n=e,e=0):n=bs(n),t=ks(t),wr(t,e,n)}function rc(t,e,n){if(n&&"boolean"!=typeof n&&Oa(t,e,n)&&(e=n=nt),n===nt&&("boolean"==typeof e?(n=e,e=nt):"boolean"==typeof t&&(n=t,t=nt)),t===nt&&e===nt?(t=0,e=1):(t=bs(t),e===nt?(e=t,t=0):e=bs(e)),t>e){var r=t;t=e,e=r}if(n||t%1||e%1){var i=Jl();return $l(t+i*(e-t+Yn("1e-"+((i+"").length-1))),e)}return Qr(t,e)}function ic(t){return Zh(Ys(t).toLowerCase())}function ac(t){return(t=Ys(t))&&t.replace(Ve,qn).replace(pn,"")}function uc(t,e,n){t=Ys(t),e=di(e);var r=t.length;n=n===nt?r:nr(ws(n),0,r);var i=n;return(n-=e.length)>=0&&t.slice(n,i)==e}function oc(t){return t=Ys(t),t&&we.test(t)?t.replace(Me,Un):t}function sc(t){return t=Ys(t),t&&Se.test(t)?t.replace(Ee,"\\$&"):t}function cc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;if(!e||r>=e)return t;var i=(e-r)/2;return na(Il(i),n)+t+na(Nl(i),n)}function lc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;return e&&r<e?t+na(e-r,n):t}function fc(t,e,n){t=Ys(t),e=ws(e);var r=e?K(t):0;return e&&r<e?na(e-r,n)+t:t}function hc(t,e,n){return n||null==e?e=0:e&&(e=+e),Gl(Ys(t).replace(Ce,""),e||0)}function dc(t,e,n){return e=(n?Oa(t,e,n):e===nt)?1:ws(e),ei(Ys(t),e)}function pc(){var t=arguments,e=Ys(t[0]);return t.length<3?e:e.replace(t[1],t[2])}function _c(t,e,n){return n&&"number"!=typeof n&&Oa(t,e,n)&&(e=n=nt),(n=n===nt?Ft:n>>>0)?(t=Ys(t),t&&("string"==typeof e||null!=e&&!wh(e))&&!(e=di(e))&&R(t)?ki(X(t),0,n):t.split(e,n)):[]}function mc(t,e,n){return t=Ys(t),n=null==n?0:nr(ws(n),0,t.length),e=di(e),t.slice(n,n+e.length)==e}function gc(t,e,r){var i=n.templateSettings;r&&Oa(t,e,r)&&(e=nt),t=Ys(t),e=Ah({},e,i,la);var a,u,o=Ah({},e.imports,i.imports,la),s=Bs(o),c=F(o,s),l=0,f=e.interpolate||Ge,h="__p += '",d=sl((e.escape||Ge).source+"|"+f.source+"|"+(f===xe?Be:Ge).source+"|"+(e.evaluate||Ge).source+"|$","g"),p="//# sourceURL="+("sourceURL"in e?e.sourceURL:"lodash.templateSources["+ ++Mn+"]")+"\n";t.replace(d,function(e,n,r,i,o,s){return r||(r=i),h+=t.slice(l,s).replace(Je,I),n&&(a=!0,h+="' +\n__e("+n+") +\n'"),o&&(u=!0,h+="';\n"+o+";\n__p += '"),r&&(h+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=s+e.length,e}),h+="';\n";var _=e.variable;_||(h="with (obj) {\n"+h+"\n}\n"),h=(u?h.replace(me,""):h).replace(ge,"$1").replace(ye,"$1;"),h="function("+(_||"obj")+") {\n"+(_?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var m=Kh(function(){return al(s,p+"return "+h).apply(nt,c)});if(m.source=h,Qo(m))throw m;return m}function yc(t){return Ys(t).toLowerCase()}function vc(t){return Ys(t).toUpperCase()}function Mc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(je,"");if(!t||!(e=di(e)))return t;var r=X(t),i=X(e);return ki(r,H(r,i),P(r,i)+1).join("")}function bc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(Fe,"");if(!t||!(e=di(e)))return t;var r=X(t);return ki(r,0,P(r,X(e))+1).join("")}function wc(t,e,n){if((t=Ys(t))&&(n||e===nt))return t.replace(Ce,"");if(!t||!(e=di(e)))return t;var r=X(t);return ki(r,H(r,X(e))).join("")}function Lc(t,e){var n=kt,r=xt;if(is(e)){var i="separator"in e?e.separator:i;n="length"in e?ws(e.length):n,r="omission"in e?di(e.omission):r}t=Ys(t);var a=t.length;if(R(t)){var u=X(t);a=u.length}if(n>=a)return t;var o=n-K(r);if(o<1)return r;var s=u?ki(u,0,o).join(""):t.slice(0,o);if(i===nt)return s+r;if(u&&(o+=s.length-o),wh(i)){if(t.slice(o).search(i)){var c,l=s;for(i.global||(i=sl(i.source,Ys(Re.exec(i))+"g")),i.lastIndex=0;c=i.exec(l);)var f=c.index;s=s.slice(0,f===nt?o:f)}}else if(t.indexOf(di(i),o)!=o){var h=s.lastIndexOf(i);h>-1&&(s=s.slice(0,h))}return s+r}function kc(t){return t=Ys(t),t&&be.test(t)?t.replace(ve,$n):t}function xc(t,e,n){return t=Ys(t),e=n?nt:e,e===nt?W(t)?et(t):v(t):t.match(e)||[]}function Dc(t){var e=null==t?0:t.length,n=ba();return t=e?d(t,function(t){if("function"!=typeof t[1])throw new ll(at);return[n(t[0]),t[1]]}):[],ni(function(n){for(var r=-1;++r<e;){var i=t[r];if(a(i[0],this,n))return a(i[1],this,n)}})}function Yc(t){return ir(rr(t,ct))}function Tc(t){return function(){return t}}function Ac(t,e){return null==t||t!==t?e:t}function Ec(t){return t}function Sc(t){return Pr("function"==typeof t?t:rr(t,ct))}function jc(t){return Wr(rr(t,ct))}function Cc(t,e){return zr(t,rr(e,ct))}function Fc(t,e,n){var r=Bs(e),i=_r(e,r);null!=n||is(e)&&(i.length||!r.length)||(n=e,e=t,t=this,i=_r(e,Bs(e)));var a=!(is(n)&&"chain"in n&&!n.chain),u=es(t);return o(i,function(n){var r=e[n];t[n]=r,u&&(t.prototype[n]=function(){var e=this.__chain__;if(a||e){var n=t(this.__wrapped__);return(n.__actions__=Pi(this.__actions__)).push({func:r,args:arguments,thisArg:t}),n.__chain__=e,n}return r.apply(t,p([this.value()],arguments))})}),t}function Oc(){return Sn._===this&&(Sn._=bl),this}function Hc(){}function Pc(t){return t=ws(t),ni(function(e){return $r(e,t)})}function Nc(t){return Ha(t)?D(Xa(t)):Zr(t)}function Ic(t){return function(e){return null==t?nt:mr(t,e)}}function Bc(){return[]}function Rc(){return!1}function Wc(){return{}}function zc(){return""}function qc(){return!0}function Uc(t,e){if((t=ws(t))<1||t>St)return[];var n=Ft,r=$l(t,Ft);e=ba(e),t-=Ft;for(var i=S(r,e);++n<t;)e(n);return i}function $c(t){return gh(t)?d(t,Xa):ms(t)?[t]:Pi(jf(Ys(t)))}function Vc(t){var e=++gl;return Ys(t)+e}function Gc(t){return t&&t.length?cr(t,Ec,vr):nt}function Jc(t,e){return t&&t.length?cr(t,ba(e,2),vr):nt}function Zc(t){return x(t,Ec)}function Kc(t,e){return x(t,ba(e,2))}function Xc(t){return t&&t.length?cr(t,Ec,Br):nt}function Qc(t,e){return t&&t.length?cr(t,ba(e,2),Br):nt}function tl(t){return t&&t.length?E(t,Ec):0}function el(t,e){return t&&t.length?E(t,ba(e,2)):0}e=null==e?Sn:Vn.defaults(Sn.Object(),e,Vn.pick(Sn,vn));var nl=e.Array,rl=e.Date,il=e.Error,al=e.Function,ul=e.Math,ol=e.Object,sl=e.RegExp,cl=e.String,ll=e.TypeError,fl=nl.prototype,hl=al.prototype,dl=ol.prototype,pl=e["__core-js_shared__"],_l=hl.toString,ml=dl.hasOwnProperty,gl=0,yl=function(){var t=/[^.]+$/.exec(pl&&pl.keys&&pl.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),vl=dl.toString,Ml=_l.call(ol),bl=Sn._,wl=sl("^"+_l.call(ml).replace(Ee,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Ll=Fn?e.Buffer:nt,kl=e.Symbol,xl=e.Uint8Array,Dl=Ll?Ll.allocUnsafe:nt,Yl=U(ol.getPrototypeOf,ol),Tl=ol.create,Al=dl.propertyIsEnumerable,El=fl.splice,Sl=kl?kl.isConcatSpreadable:nt,jl=kl?kl.iterator:nt,Cl=kl?kl.toStringTag:nt,Fl=function(){try{var t=ka(ol,"defineProperty");return t({},"",{}),t}catch(t){}}(),Ol=e.clearTimeout!==Sn.clearTimeout&&e.clearTimeout,Hl=rl&&rl.now!==Sn.Date.now&&rl.now,Pl=e.setTimeout!==Sn.setTimeout&&e.setTimeout,Nl=ul.ceil,Il=ul.floor,Bl=ol.getOwnPropertySymbols,Rl=Ll?Ll.isBuffer:nt,Wl=e.isFinite,zl=fl.join,ql=U(ol.keys,ol),Ul=ul.max,$l=ul.min,Vl=rl.now,Gl=e.parseInt,Jl=ul.random,Zl=fl.reverse,Kl=ka(e,"DataView"),Xl=ka(e,"Map"),Ql=ka(e,"Promise"),tf=ka(e,"Set"),ef=ka(e,"WeakMap"),nf=ka(ol,"create"),rf=ef&&new ef,af={},uf=Qa(Kl),of=Qa(Xl),sf=Qa(Ql),cf=Qa(tf),lf=Qa(ef),ff=kl?kl.prototype:nt,hf=ff?ff.valueOf:nt,df=ff?ff.toString:nt,pf=function(){function t(){}return function(e){if(!is(e))return{};if(Tl)return Tl(e);t.prototype=e;var n=new t;return t.prototype=nt,n}}();n.templateSettings={escape:Le,evaluate:ke,interpolate:xe,variable:"",imports:{_:n}},n.prototype=y.prototype,n.prototype.constructor=n,Y.prototype=pf(y.prototype),Y.prototype.constructor=Y,J.prototype=pf(y.prototype),J.prototype.constructor=J,Ze.prototype.clear=Ke,Ze.prototype.delete=Xe,Ze.prototype.get=Qe,Ze.prototype.has=tn,Ze.prototype.set=en,nn.prototype.clear=rn,nn.prototype.delete=an,nn.prototype.get=un,nn.prototype.has=on,nn.prototype.set=sn,cn.prototype.clear=ln,cn.prototype.delete=fn,cn.prototype.get=hn,cn.prototype.has=_n,cn.prototype.set=mn,gn.prototype.add=gn.prototype.push=yn,gn.prototype.has=Ln,kn.prototype.clear=xn,kn.prototype.delete=Dn,kn.prototype.get=An,kn.prototype.has=En,kn.prototype.set=jn;var _f=zi(dr),mf=zi(pr,!0),gf=qi(),yf=qi(!0),vf=rf?function(t,e){return rf.set(t,e),t}:Ec,Mf=Fl?function(t,e){return Fl(t,"toString",{configurable:!0,enumerable:!1,value:Tc(e),writable:!0})}:Ec,bf=ni,wf=Ol||function(t){return Sn.clearTimeout(t)},Lf=tf&&1/V(new tf([,-0]))[1]==Et?function(t){return new tf(t)}:Hc,kf=rf?function(t){return rf.get(t)}:Hc,xf=Bl?function(t){return null==t?[]:(t=ol(t),l(Bl(t),function(e){return Al.call(t,e)}))}:Bc,Df=Bl?function(t){for(var e=[];t;)p(e,xf(t)),t=Yl(t);return e}:Bc,Yf=yr;(Kl&&Yf(new Kl(new ArrayBuffer(1)))!=ue||Xl&&Yf(new Xl)!=Vt||Ql&&"[object Promise]"!=Yf(Ql.resolve())||tf&&Yf(new tf)!=Qt||ef&&Yf(new ef)!=re)&&(Yf=function(t){var e=yr(t),n=e==Zt?t.constructor:nt,r=n?Qa(n):"";if(r)switch(r){case uf:return ue;case of:return Vt;case sf:return"[object Promise]";case cf:return Qt;case lf:return re}return e});var Tf=pl?es:Rc,Af=Za(vf),Ef=Pl||function(t,e){return Sn.setTimeout(t,e)},Sf=Za(Mf),jf=function(t){var e=So(t,function(t){return n.size===ot&&n.clear(),t}),n=e.cache;return e}(function(t){var e=[];return Te.test(t)&&e.push(""),t.replace(Ae,function(t,n,r,i){e.push(r?i.replace(Ie,"$1"):n||t)}),e}),Cf=ni(function(t,e){return Vo(t)?or(t,hr(e,1,Vo,!0)):[]}),Ff=ni(function(t,e){var n=Mu(e);return Vo(n)&&(n=nt),Vo(t)?or(t,hr(e,1,Vo,!0),ba(n,2)):[]}),Of=ni(function(t,e){var n=Mu(e);return Vo(n)&&(n=nt),Vo(t)?or(t,hr(e,1,Vo,!0),nt,n):[]}),Hf=ni(function(t){var e=d(t,bi);return e.length&&e[0]===t[0]?Lr(e):[]}),Pf=ni(function(t){var e=Mu(t),n=d(t,bi);return e===Mu(n)?e=nt:n.pop(),n.length&&n[0]===t[0]?Lr(n,ba(e,2)):[]}),Nf=ni(function(t){var e=Mu(t),n=d(t,bi);return e="function"==typeof e?e:nt,e&&n.pop(),n.length&&n[0]===t[0]?Lr(n,nt,e):[]}),If=ni(Lu),Bf=ma(function(t,e){var n=null==t?0:t.length,r=er(t,e);return Xr(t,d(e,function(t){return Fa(t,n)?+t:t}).sort(Ci)),r}),Rf=ni(function(t){return pi(hr(t,1,Vo,!0))}),Wf=ni(function(t){var e=Mu(t);return Vo(e)&&(e=nt),pi(hr(t,1,Vo,!0),ba(e,2))}),zf=ni(function(t){var e=Mu(t);return e="function"==typeof e?e:nt,pi(hr(t,1,Vo,!0),nt,e)}),qf=ni(function(t,e){return Vo(t)?or(t,e):[]}),Uf=ni(function(t){return vi(l(t,Vo))}),$f=ni(function(t){var e=Mu(t);return Vo(e)&&(e=nt),vi(l(t,Vo),ba(e,2))}),Vf=ni(function(t){var e=Mu(t);return e="function"==typeof e?e:nt,vi(l(t,Vo),nt,e)}),Gf=ni(Uu),Jf=ni(function(t){var e=t.length,n=e>1?t[e-1]:nt;return n="function"==typeof n?(t.pop(),n):nt,$u(t,n)}),Zf=ma(function(t){var e=t.length,n=e?t[0]:0,r=this.__wrapped__,i=function(e){return er(e,t)};return!(e>1||this.__actions__.length)&&r instanceof J&&Fa(n)?(r=r.slice(n,+n+(e?1:0)),r.__actions__.push({func:Ku,args:[i],thisArg:nt}),new Y(r,this.__chain__).thru(function(t){return e&&!t.length&&t.push(nt),t})):this.thru(i)}),Kf=Ri(function(t,e,n){ml.call(t,n)?++t[n]:tr(t,n,1)}),Xf=Zi(lu),Qf=Zi(fu),th=Ri(function(t,e,n){ml.call(t,n)?t[n].push(e):tr(t,n,[e])}),eh=ni(function(t,e,n){var r=-1,i="function"==typeof e,u=$o(t)?nl(t.length):[];return _f(t,function(t){u[++r]=i?a(e,t,n):xr(t,e,n)}),u}),nh=Ri(function(t,e,n){tr(t,n,e)}),rh=Ri(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),ih=ni(function(t,e){if(null==t)return[];var n=e.length;return n>1&&Oa(t,e[0],e[1])?e=[]:n>2&&Oa(e[0],e[1],e[2])&&(e=[e[0]]),Vr(t,hr(e,1),[])}),ah=Hl||function(){return Sn.Date.now()},uh=ni(function(t,e,n){var r=pt;if(n.length){var i=$(n,Ma(uh));r|=vt}return ca(t,r,e,n,i)}),oh=ni(function(t,e,n){var r=pt|_t;if(n.length){var i=$(n,Ma(oh));r|=vt}return ca(e,r,t,n,i)}),sh=ni(function(t,e){return ur(t,1,e)}),ch=ni(function(t,e,n){return ur(t,ks(e)||0,n)});So.Cache=cn;var lh=bf(function(t,e){e=1==e.length&&gh(e[0])?d(e[0],C(ba())):d(hr(e,1),C(ba()));var n=e.length;return ni(function(r){for(var i=-1,u=$l(r.length,n);++i<u;)r[i]=e[i].call(this,r[i]);return a(t,this,r)})}),fh=ni(function(t,e){var n=$(e,Ma(fh));return ca(t,vt,nt,e,n)}),hh=ni(function(t,e){var n=$(e,Ma(hh));return ca(t,Mt,nt,e,n)}),dh=ma(function(t,e){return ca(t,wt,nt,nt,nt,e)}),ph=aa(vr),_h=aa(function(t,e){return t>=e}),mh=Dr(function(){return arguments}())?Dr:function(t){return as(t)&&ml.call(t,"callee")&&!Al.call(t,"callee")},gh=nl.isArray,yh=Pn?C(Pn):Yr,vh=Rl||Rc,Mh=Nn?C(Nn):Tr,bh=In?C(In):Sr,wh=Bn?C(Bn):Fr,Lh=Rn?C(Rn):Or,kh=Wn?C(Wn):Hr,xh=aa(Br),Dh=aa(function(t,e){return t<=e}),Yh=Wi(function(t,e){if(Ba(e)||$o(e))return void Ni(e,Bs(e),t);for(var n in e)ml.call(e,n)&&Jn(t,n,e[n])}),Th=Wi(function(t,e){Ni(e,Rs(e),t)}),Ah=Wi(function(t,e,n,r){Ni(e,Rs(e),t,r)}),Eh=Wi(function(t,e,n,r){Ni(e,Bs(e),t,r)}),Sh=ma(er),jh=ni(function(t){return t.push(nt,la),a(Ah,nt,t)}),Ch=ni(function(t){return t.push(nt,fa),a(Nh,nt,t)}),Fh=Qi(function(t,e,n){t[e]=n},Tc(Ec)),Oh=Qi(function(t,e,n){ml.call(t,e)?t[e].push(n):t[e]=[n]},ba),Hh=ni(xr),Ph=Wi(function(t,e,n){qr(t,e,n)}),Nh=Wi(function(t,e,n,r){qr(t,e,n,r)}),Ih=ma(function(t,e){var n={};if(null==t)return n;var r=!1;e=d(e,function(e){return e=Li(e,t),r||(r=e.length>1),e}),Ni(t,ya(t),n),r&&(n=rr(n,ct|lt|ft,ha));for(var i=e.length;i--;)_i(n,e[i]);return n}),Bh=ma(function(t,e){return null==t?{}:Gr(t,e)}),Rh=sa(Bs),Wh=sa(Rs),zh=Vi(function(t,e,n){return e=e.toLowerCase(),t+(n?ic(e):e)}),qh=Vi(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Uh=Vi(function(t,e,n){return t+(n?" ":"")+e.toLowerCase()}),$h=$i("toLowerCase"),Vh=Vi(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}),Gh=Vi(function(t,e,n){return t+(n?" ":"")+Zh(e)}),Jh=Vi(function(t,e,n){return t+(n?" ":"")+e.toUpperCase()}),Zh=$i("toUpperCase"),Kh=ni(function(t,e){try{return a(t,nt,e)}catch(t){return Qo(t)?t:new il(t)}}),Xh=ma(function(t,e){return o(e,function(e){e=Xa(e),tr(t,e,uh(t[e],t))}),t}),Qh=Ki(),td=Ki(!0),ed=ni(function(t,e){return function(n){return xr(n,t,e)}}),nd=ni(function(t,e){return function(n){return xr(t,n,e)}}),rd=ea(d),id=ea(c),ad=ea(g),ud=ia(),od=ia(!0),sd=ta(function(t,e){return t+e},0),cd=oa("ceil"),ld=ta(function(t,e){return t/e},1),fd=oa("floor"),hd=ta(function(t,e){return t*e},1),dd=oa("round"),pd=ta(function(t,e){return t-e},0);return n.after=ko,n.ary=xo,n.assign=Yh,n.assignIn=Th,n.assignInWith=Ah,n.assignWith=Eh,n.at=Sh,n.before=Do,n.bind=uh,n.bindAll=Xh,n.bindKey=oh,n.castArray=Io,n.chain=Ju,n.chunk=nu,n.compact=ru,n.concat=iu,n.cond=Dc,n.conforms=Yc,n.constant=Tc,n.countBy=Kf,n.create=Ts,n.curry=Yo,n.curryRight=To,n.debounce=Ao,n.defaults=jh,n.defaultsDeep=Ch,n.defer=sh,n.delay=ch,n.difference=Cf,n.differenceBy=Ff,n.differenceWith=Of,n.drop=au,n.dropRight=uu,n.dropRightWhile=ou,n.dropWhile=su,n.fill=cu,n.filter=uo,n.flatMap=oo,n.flatMapDeep=so,n.flatMapDepth=co,n.flatten=hu,n.flattenDeep=du,n.flattenDepth=pu,n.flip=Eo,n.flow=Qh,n.flowRight=td,n.fromPairs=_u,n.functions=Os,n.functionsIn=Hs,n.groupBy=th,n.initial=yu,n.intersection=Hf,n.intersectionBy=Pf,n.intersectionWith=Nf,n.invert=Fh,n.invertBy=Oh,n.invokeMap=eh,n.iteratee=Sc,n.keyBy=nh,n.keys=Bs,n.keysIn=Rs,n.map=po,n.mapKeys=Ws,n.mapValues=zs,n.matches=jc,n.matchesProperty=Cc,n.memoize=So,n.merge=Ph,n.mergeWith=Nh,n.method=ed,n.methodOf=nd,n.mixin=Fc,n.negate=jo,n.nthArg=Pc,n.omit=Ih,n.omitBy=qs,n.once=Co,n.orderBy=_o,n.over=rd,n.overArgs=lh,n.overEvery=id,n.overSome=ad,n.partial=fh,n.partialRight=hh,n.partition=rh,n.pick=Bh,n.pickBy=Us,n.property=Nc,n.propertyOf=Ic,n.pull=If,n.pullAll=Lu,n.pullAllBy=ku,n.pullAllWith=xu,n.pullAt=Bf,n.range=ud,n.rangeRight=od,n.rearg=dh,n.reject=yo,n.remove=Du,n.rest=Fo,n.reverse=Yu,n.sampleSize=Mo,n.set=Vs,n.setWith=Gs,n.shuffle=bo,n.slice=Tu,n.sortBy=ih,n.sortedUniq=Ou,n.sortedUniqBy=Hu,n.split=_c,n.spread=Oo,n.tail=Pu,n.take=Nu,n.takeRight=Iu,n.takeRightWhile=Bu,n.takeWhile=Ru,n.tap=Zu,n.throttle=Ho,n.thru=Ku,n.toArray=Ms,n.toPairs=Rh,n.toPairsIn=Wh,n.toPath=$c,n.toPlainObject=xs,n.transform=Js,n.unary=Po,n.union=Rf,n.unionBy=Wf,n.unionWith=zf,n.uniq=Wu,n.uniqBy=zu,n.uniqWith=qu,n.unset=Zs,n.unzip=Uu,n.unzipWith=$u,n.update=Ks,n.updateWith=Xs,n.values=Qs,n.valuesIn=tc,n.without=qf,n.words=xc,n.wrap=No,n.xor=Uf,n.xorBy=$f,n.xorWith=Vf,n.zip=Gf,n.zipObject=Vu,n.zipObjectDeep=Gu,n.zipWith=Jf,n.entries=Rh,n.entriesIn=Wh,n.extend=Th,n.extendWith=Ah,Fc(n,n),n.add=sd,n.attempt=Kh,n.camelCase=zh,n.capitalize=ic,n.ceil=cd,n.clamp=ec,n.clone=Bo,n.cloneDeep=Wo,n.cloneDeepWith=zo,n.cloneWith=Ro,n.conformsTo=qo,n.deburr=ac,n.defaultTo=Ac,n.divide=ld,n.endsWith=uc,n.eq=Uo,n.escape=oc,n.escapeRegExp=sc,n.every=ao,n.find=Xf,n.findIndex=lu,n.findKey=As,n.findLast=Qf,n.findLastIndex=fu,n.findLastKey=Es,n.floor=fd,n.forEach=lo,n.forEachRight=fo,n.forIn=Ss,n.forInRight=js,n.forOwn=Cs,n.forOwnRight=Fs,n.get=Ps,n.gt=ph,n.gte=_h,n.has=Ns,n.hasIn=Is,n.head=mu,n.identity=Ec,n.includes=ho,n.indexOf=gu,n.inRange=nc,n.invoke=Hh,n.isArguments=mh,n.isArray=gh,n.isArrayBuffer=yh,n.isArrayLike=$o,n.isArrayLikeObject=Vo,n.isBoolean=Go,n.isBuffer=vh,n.isDate=Mh,n.isElement=Jo,n.isEmpty=Zo,n.isEqual=Ko,n.isEqualWith=Xo,n.isError=Qo,n.isFinite=ts,n.isFunction=es,n.isInteger=ns,n.isLength=rs,n.isMap=bh,n.isMatch=us,n.isMatchWith=os,n.isNaN=ss,n.isNative=cs,n.isNil=fs,n.isNull=ls,n.isNumber=hs,n.isObject=is,n.isObjectLike=as,n.isPlainObject=ds,n.isRegExp=wh,n.isSafeInteger=ps,n.isSet=Lh,n.isString=_s,n.isSymbol=ms,n.isTypedArray=kh,n.isUndefined=gs,n.isWeakMap=ys,n.isWeakSet=vs,n.join=vu,n.kebabCase=qh,n.last=Mu,n.lastIndexOf=bu,n.lowerCase=Uh,n.lowerFirst=$h,n.lt=xh,n.lte=Dh,n.max=Gc,n.maxBy=Jc,n.mean=Zc,n.meanBy=Kc,n.min=Xc,n.minBy=Qc,n.stubArray=Bc,n.stubFalse=Rc,n.stubObject=Wc,n.stubString=zc,n.stubTrue=qc,n.multiply=hd,n.nth=wu,n.noConflict=Oc,n.noop=Hc,n.now=ah,n.pad=cc,n.padEnd=lc,n.padStart=fc,n.parseInt=hc,n.random=rc,n.reduce=mo,n.reduceRight=go,n.repeat=dc,n.replace=pc,n.result=$s,n.round=dd,n.runInContext=t,n.sample=vo,n.size=wo,n.snakeCase=Vh,n.some=Lo,n.sortedIndex=Au,n.sortedIndexBy=Eu,n.sortedIndexOf=Su,n.sortedLastIndex=ju,n.sortedLastIndexBy=Cu,n.sortedLastIndexOf=Fu,n.startCase=Gh,n.startsWith=mc,n.subtract=pd,n.sum=tl,n.sumBy=el,n.template=gc,n.times=Uc,n.toFinite=bs,n.toInteger=ws,n.toLength=Ls,n.toLower=yc,n.toNumber=ks,n.toSafeInteger=Ds,n.toString=Ys,n.toUpper=vc,n.trim=Mc,n.trimEnd=bc,n.trimStart=wc,n.truncate=Lc,n.unescape=kc,n.uniqueId=Vc,n.upperCase=Jh,n.upperFirst=Zh,n.each=lo,n.eachRight=fo,n.first=mu,Fc(n,function(){var t={};return dr(n,function(e,r){ml.call(n.prototype,r)||(t[r]=e)}),t}(),{chain:!1}),n.VERSION="4.17.4",o(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){n[t].placeholder=n}),o(["drop","take"],function(t,e){J.prototype[t]=function(n){n=n===nt?1:Ul(ws(n),0);var r=this.__filtered__&&!e?new J(this):this.clone();return r.__filtered__?r.__takeCount__=$l(n,r.__takeCount__):r.__views__.push({size:$l(n,Ft),type:t+(r.__dir__<0?"Right":"")}),r},J.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),o(["filter","map","takeWhile"],function(t,e){var n=e+1,r=n==Tt||3==n;J.prototype[t]=function(t){var e=this.clone();return e.__iteratees__.push({iteratee:ba(t,3),type:n}),e.__filtered__=e.__filtered__||r,e}}),o(["head","last"],function(t,e){var n="take"+(e?"Right":"");J.prototype[t]=function(){return this[n](1).value()[0]}}),o(["initial","tail"],function(t,e){var n="drop"+(e?"":"Right");J.prototype[t]=function(){return this.__filtered__?new J(this):this[n](1)}}),J.prototype.compact=function(){return this.filter(Ec)},J.prototype.find=function(t){return this.filter(t).head()},J.prototype.findLast=function(t){return this.reverse().find(t)},J.prototype.invokeMap=ni(function(t,e){return"function"==typeof t?new J(this):this.map(function(n){return xr(n,t,e)})}),J.prototype.reject=function(t){return this.filter(jo(ba(t)))},J.prototype.slice=function(t,e){t=ws(t);var n=this;return n.__filtered__&&(t>0||e<0)?new J(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==nt&&(e=ws(e),n=e<0?n.dropRight(-e):n.take(e-t)),n)},J.prototype.takeRightWhile=function(t){return this.reverse().takeWhile(t).reverse()},J.prototype.toArray=function(){return this.take(Ft)},dr(J.prototype,function(t,e){var r=/^(?:filter|find|map|reject)|While$/.test(e),i=/^(?:head|last)$/.test(e),a=n[i?"take"+("last"==e?"Right":""):e],u=i||/^find/.test(e);a&&(n.prototype[e]=function(){var e=this.__wrapped__,o=i?[1]:arguments,s=e instanceof J,c=o[0],l=s||gh(e),f=function(t){var e=a.apply(n,p([t],o));return i&&h?e[0]:e};l&&r&&"function"==typeof c&&1!=c.length&&(s=l=!1);var h=this.__chain__,d=!!this.__actions__.length,_=u&&!h,m=s&&!d;if(!u&&l){e=m?e:new J(this);var g=t.apply(e,o);return g.__actions__.push({func:Ku,args:[f],thisArg:nt}),new Y(g,h)}return _&&m?t.apply(this,o):(g=this.thru(f),_?i?g.value()[0]:g.value():g)})}),o(["pop","push","shift","sort","splice","unshift"],function(t){var e=fl[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:pop|shift)$/.test(t);n.prototype[t]=function(){var t=arguments;if(i&&!this.__chain__){var n=this.value();return e.apply(gh(n)?n:[],t)}return this[r](function(n){return e.apply(gh(n)?n:[],t)})}}),dr(J.prototype,function(t,e){var r=n[e];if(r){var i=r.name+"";(af[i]||(af[i]=[])).push({name:e,func:r})}}),af[Xi(nt,_t).name]=[{name:"wrapper",func:nt}],J.prototype.clone=Q,J.prototype.reverse=tt,J.prototype.value=Ne,n.prototype.at=Zf,n.prototype.chain=Xu,n.prototype.commit=Qu,n.prototype.next=to,n.prototype.plant=no,n.prototype.reverse=ro,n.prototype.toJSON=n.prototype.valueOf=n.prototype.value=io,n.prototype.first=n.prototype.head,jl&&(n.prototype[jl]=eo),n}();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Sn._=Vn,define(function(){return Vn})):Cn?((Cn.exports=Vn)._=Vn,jn._=Vn):Sn._=Vn}).call(this)}).call(e,n(5),n(3)(t))},function(t,e){t.exports="2.1.1"},function(t,e,n){function r(t){var e={options:{directed:t.isDirected(),multigraph:t.isMultigraph(),compound:t.isCompound()},nodes:i(t),edges:a(t)};return o.isUndefined(t.graph())||(e.value=o.clone(t.graph())),e}function i(t){return o.map(t.nodes(),function(e){var n=t.node(e),r=t.parent(e),i={v:e};return o.isUndefined(n)||(i.value=n),o.isUndefined(r)||(i.parent=r),i})}function a(t){return o.map(t.edges(),function(e){var n=t.edge(e),r={v:e.v,w:e.w};return o.isUndefined(e.name)||(r.name=e.name),o.isUndefined(n)||(r.value=n),r})}function u(t){var e=new s(t.options).setGraph(t.value);return o.each(t.nodes,function(t){e.setNode(t.v,t.value),t.parent&&e.setParent(t.v,t.parent)}),o.each(t.edges,function(t){e.setEdge({v:t.v,w:t.w,name:t.name},t.value)}),e}var o=n(6),s=n(17);t.exports={write:r,read:u}},function(t,e,n){t.exports={components:n(181),dijkstra:n(25),dijkstraAll:n(182),findCycles:n(183),floydWarshall:n(184),isAcyclic:n(185),postorder:n(186),preorder:n(187),prim:n(188),tarjan:n(27),topsort:n(28)}},function(t,e,n){function r(t){function e(a){i.has(r,a)||(r[a]=!0,n.push(a),i.each(t.successors(a),e),i.each(t.predecessors(a),e))}var n,r={},a=[];return i.each(t.nodes(),function(t){n=[],e(t),n.length&&a.push(n)}),a}var i=n(6);t.exports=r},function(t,e,n){function r(t,e,n){return a.transform(t.nodes(),function(r,a){r[a]=i(t,a,e,n)},{})}var i=n(25),a=n(6);t.exports=r},function(t,e,n){function r(t){return i.filter(a(t),function(e){return e.length>1||1===e.length&&t.hasEdge(e[0],e[0])})}var i=n(6),a=n(27);t.exports=r},function(t,e,n){function r(t,e,n){return i(t,e||u,n||function(e){return t.outEdges(e)})}function i(t,e,n){var r={},i=t.nodes();return i.forEach(function(t){r[t]={},r[t][t]={distance:0},i.forEach(function(e){t!==e&&(r[t][e]={distance:Number.POSITIVE_INFINITY})}),n(t).forEach(function(n){var i=n.v===t?n.w:n.v,a=e(n);r[t][i]={distance:a,predecessor:t}})}),i.forEach(function(t){var e=r[t];i.forEach(function(n){var a=r[n];i.forEach(function(n){var r=a[t],i=e[n],u=a[n],o=r.distance+i.distance;o<u.distance&&(u.distance=o,u.predecessor=i.predecessor)})})}),r}var a=n(6);t.exports=r;var u=a.constant(1)},function(t,e,n){function r(t){try{i(t)}catch(t){if(t instanceof i.CycleException)return!1;throw t}return!0}var i=n(28);t.exports=r},function(t,e,n){function r(t,e){return i(t,e,"post")}var i=n(29);t.exports=r},function(t,e,n){function r(t,e){return i(t,e,"pre")}var i=n(29);t.exports=r},function(t,e,n){function r(t,e){function n(t){var n=t.v===r?t.w:t.v,i=c.priority(n);if(void 0!==i){var a=e(t);a<i&&(s[n]=r,c.decrease(n,a))}}var r,o=new a,s={},c=new u;if(0===t.nodeCount())return o;i.each(t.nodes(),function(t){c.add(t,Number.POSITIVE_INFINITY),o.setNode(t)}),c.decrease(t.nodes()[0],0);for(var l=!1;c.size()>0;){if(r=c.removeMin(),i.has(s,r))o.setEdge(r,s[r]);else{if(l)throw new Error("Input graph is not connected: "+t);l=!0}t.nodeEdges(r).forEach(n)}return o}var i=n(6),a=n(17),u=n(26);t.exports=r},function(t,e,n){var r=n(190);t.exports={Graph:r.Graph,json:n(193),alg:n(194),version:r.version}},function(t,e,n){t.exports={Graph:n(18),version:n(192)}},function(t,e,n){(function(t,n){(function(){function r(t,e){if(t!==e){var n=null===t,r=t===x,i=t===t,a=null===e,u=e===x,o=e===e;if(t>e&&!a||!i||n&&!u&&o||r&&o)return 1;if(t<e&&!n||!o||a&&!r&&i||u&&i)return-1}return 0}function i(t,e,n){for(var r=t.length,i=n?r:-1;n?i--:++i<r;)if(e(t[i],i,t))return i;return-1}function a(t,e,n){if(e!==e)return m(t,n);for(var r=n-1,i=t.length;++r<i;)if(t[r]===e)return r;return-1}function u(t){return"function"==typeof t||!1}function o(t){return null==t?"":t+""}function s(t,e){for(var n=-1,r=t.length;++n<r&&e.indexOf(t.charAt(n))>-1;);return n}function c(t,e){for(var n=t.length;n--&&e.indexOf(t.charAt(n))>-1;);return n}function l(t,e){return r(t.criteria,e.criteria)||t.index-e.index}function f(t,e,n){for(var i=-1,a=t.criteria,u=e.criteria,o=a.length,s=n.length;++i<o;){var c=r(a[i],u[i]);if(c){if(i>=s)return c;var l=n[i];return c*("asc"===l||!0===l?1:-1)}}return t.index-e.index}function h(t){return Rt[t]}function d(t){return Wt[t]}function p(t,e,n){return e?t=Ut[t]:n&&(t=$t[t]),"\\"+t}function _(t){return"\\"+$t[t]}function m(t,e,n){for(var r=t.length,i=e+(n?0:-1);n?i--:++i<r;){var a=t[i];if(a!==a)return i}return-1}function g(t){return!!t&&"object"==typeof t}function y(t){return t<=160&&t>=9&&t<=13||32==t||160==t||5760==t||6158==t||t>=8192&&(t<=8202||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function v(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;)t[n]===e&&(t[n]=q,a[++i]=n);return a}function M(t,e){for(var n,r=-1,i=t.length,a=-1,u=[];++r<i;){var o=t[r],s=e?e(o,r,t):o;r&&n===s||(n=s,u[++a]=o)}return u}function b(t){for(var e=-1,n=t.length;++e<n&&y(t.charCodeAt(e)););return e}function w(t){for(var e=t.length;e--&&y(t.charCodeAt(e)););return e}function L(t){return zt[t]}function k(t){function e(t){if(g(t)&&!Ao(t)&&!(t instanceof Rt)){if(t instanceof y)return t;if(tu.call(t,"__chain__")&&tu.call(t,"__wrapped__"))return dr(t)}return new y(t)}function n(){}function y(t,e,n){this.__wrapped__=t,this.__actions__=n||[],this.__chain__=!!e}function Rt(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Yu,this.__views__=[]}function Wt(){var t=new Rt(this.__wrapped__);return t.__actions__=ne(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ne(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ne(this.__views__),t}function zt(){if(this.__filtered__){var t=new Rt(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function qt(){var t=this.__wrapped__.value(),e=this.__dir__,n=Ao(t),r=e<0,i=n?t.length:0,a=$n(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,f=l.length,h=0,d=wu(s,this.__takeCount__);if(!n||i<B||i==s&&d==s)return nn(r&&n?t.reverse():t,this.__actions__);var p=[];t:for(;s--&&h<d;){c+=e;for(var _=-1,m=t[c];++_<f;){var g=l[_],y=g.iteratee,v=g.type,M=y(m);if(v==W)m=M;else if(!M){if(v==R)continue t;break t}}p[h++]=m}return p}function Ut(){this.__data__={}}function $t(t){return this.has(t)&&delete this.__data__[t]}function Vt(t){return"__proto__"==t?x:this.__data__[t]}function Gt(t){return"__proto__"!=t&&tu.call(this.__data__,t)}function Jt(t,e){return"__proto__"!=t&&(this.__data__[t]=e),this}function Zt(t){var e=t?t.length:0;for(this.data={hash:mu(null),set:new lu};e--;)this.push(t[e])}function Kt(t,e){var n=t.data;return("string"==typeof e||Fi(e)?n.set.has(e):n.hash[e])?0:-1}function Xt(t){var e=this.data;"string"==typeof t||Fi(t)?e.set.add(t):e.hash[t]=!0}function ee(t,e){for(var n=-1,r=t.length,i=-1,a=e.length,u=Ba(r+a);++n<r;)u[n]=t[n];for(;++i<a;)u[n++]=e[i];return u}function ne(t,e){var n=-1,r=t.length;for(e||(e=Ba(r));++n<r;)e[n]=t[n];return e}function re(t,e){for(var n=-1,r=t.length;++n<r&&!1!==e(t[n],n,t););return t}function ie(t,e){for(var n=t.length;n--&&!1!==e(t[n],n,t););return t}function ae(t,e){for(var n=-1,r=t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function ue(t,e,n,r){for(var i=-1,a=t.length,u=r,o=u;++i<a;){var s=t[i],c=+e(s);n(c,u)&&(u=c,o=s)}return o}function oe(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;){var u=t[n];e(u,n,t)&&(a[++i]=u)}return a}function se(t,e){for(var n=-1,r=t.length,i=Ba(r);++n<r;)i[n]=e(t[n],n,t);return i}function ce(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}function le(t,e,n,r){var i=-1,a=t.length;for(r&&a&&(n=t[++i]);++i<a;)n=e(n,t[i],i,t);return n}function fe(t,e,n,r){var i=t.length;for(r&&i&&(n=t[--i]);i--;)n=e(n,t[i],i,t);return n}function he(t,e){for(var n=-1,r=t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function de(t,e){for(var n=t.length,r=0;n--;)r+=+e(t[n])||0;return r}function pe(t,e){return t===x?e:t}function _e(t,e,n,r){return t!==x&&tu.call(r,n)?t:e}function me(t,e,n){for(var r=-1,i=Bo(e),a=i.length;++r<a;){var u=i[r],o=t[u],s=n(o,e[u],u,t,e);(s===s?s===o:o!==o)&&(o!==x||u in t)||(t[u]=s)}return t}function ge(t,e){return null==e?t:ve(e,Bo(e),t)}function ye(t,e){for(var n=-1,r=null==t,i=!r&&Kn(t),a=i?t.length:0,u=e.length,o=Ba(u);++n<u;){var s=e[n];o[n]=i?Xn(s,a)?t[s]:x:r?x:t[s]}return o}function ve(t,e,n){n||(n={});for(var r=-1,i=e.length;++r<i;){var a=e[r];n[a]=t[a]}return n}function Me(t,e,n){var r=typeof t;return"function"==r?e===x?t:un(t,e,n):null==t?Ya:"object"==r?Ie(t):e===x?Ca(t):Be(t,e)}function be(t,e,n,r,i,a,u){var o;if(n&&(o=i?n(t,r,i):n(t)),o!==x)return o;if(!Fi(t))return t;var s=Ao(t);if(s){if(o=Vn(t),!e)return ne(t,o)}else{var c=nu.call(t),l=c==Z;if(c!=X&&c!=U&&(!l||i))return Bt[c]?Jn(t,c,e):i?t:{};if(o=Gn(l?{}:t),!e)return ge(o,t)}a||(a=[]),u||(u=[]);for(var f=a.length;f--;)if(a[f]==t)return u[f];return a.push(t),u.push(o),(s?re:Se)(t,function(r,i){o[i]=be(r,e,n,i,t,a,u)}),o}function we(t,e,n){if("function"!=typeof t)throw new Ja(z);return fu(function(){t.apply(x,n)},e)}function Le(t,e){var n=t?t.length:0,r=[];if(!n)return r;var i=-1,u=zn(),o=u==a,s=o&&e.length>=B?_n(e):null,c=e.length;s&&(u=Kt,o=!1,e=s);t:for(;++i<n;){var l=t[i];if(o&&l===l){for(var f=c;f--;)if(e[f]===l)continue t;r.push(l)}else u(e,l,0)<0&&r.push(l)}return r}function ke(t,e){var n=!0;return Ou(t,function(t,r,i){return n=!!e(t,r,i)}),n}function xe(t,e,n,r){var i=r,a=i;return Ou(t,function(t,u,o){var s=+e(t,u,o);(n(s,i)||s===r&&s===a)&&(i=s,a=t)}),a}function De(t,e,n,r){var i=t.length;for(n=null==n?0:+n||0,n<0&&(n=-n>i?0:i+n),r=r===x||r>i?i:+r||0,r<0&&(r+=i),i=n>r?0:r>>>0,n>>>=0;n<i;)t[n++]=e;return t}function Ye(t,e){var n=[];return Ou(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function Te(t,e,n,r){var i;return n(t,function(t,n,a){if(e(t,n,a))return i=r?n:t,!1}),i}function Ae(t,e,n,r){r||(r=[]);for(var i=-1,a=t.length;++i<a;){var u=t[i];g(u)&&Kn(u)&&(n||Ao(u)||xi(u))?e?Ae(u,e,n,r):ce(r,u):n||(r[r.length]=u)}return r}function Ee(t,e){return Pu(t,e,ta)}function Se(t,e){return Pu(t,e,Bo)}function je(t,e){return Nu(t,e,Bo)}function Ce(t,e){for(var n=-1,r=e.length,i=-1,a=[];++n<r;){var u=e[n];Ci(t[u])&&(a[++i]=u)}return a}function Fe(t,e,n){if(null!=t){n!==x&&n in fr(t)&&(e=[n]);for(var r=0,i=e.length;null!=t&&r<i;)t=t[e[r++]];return r&&r==i?t:x}}function Oe(t,e,n,r,i,a){return t===e||(null==t||null==e||!Fi(t)&&!g(e)?t!==t&&e!==e:He(t,e,Oe,n,r,i,a))}function He(t,e,n,r,i,a,u){var o=Ao(t),s=Ao(e),c=$,l=$;o||(c=nu.call(t),c==U?c=X:c!=X&&(o=zi(t))),s||(l=nu.call(e),l==U?l=X:l!=X&&(s=zi(e)));var f=c==X,h=l==X,d=c==l;if(d&&!o&&!f)return In(t,e,c);if(!i){var p=f&&tu.call(t,"__wrapped__"),_=h&&tu.call(e,"__wrapped__");if(p||_)return n(p?t.value():t,_?e.value():e,r,i,a,u)}if(!d)return!1;a||(a=[]),u||(u=[]);for(var m=a.length;m--;)if(a[m]==t)return u[m]==e;a.push(t),u.push(e);var g=(o?Nn:Bn)(t,e,n,r,i,a,u);return a.pop(),u.pop(),g}function Pe(t,e,n){var r=e.length,i=r,a=!n;if(null==t)return!i;for(t=fr(t);r--;){var u=e[r];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++r<i;){u=e[r];var o=u[0],s=t[o],c=u[1];if(a&&u[2]){if(s===x&&!(o in t))return!1}else{var l=n?n(s,c,o):x;if(!(l===x?Oe(c,s,n,!0):l))return!1}}return!0}function Ne(t,e){var n=-1,r=Kn(t)?Ba(t.length):[];return Ou(t,function(t,i,a){r[++n]=e(t,i,a)}),r}function Ie(t){var e=qn(t);if(1==e.length&&e[0][2]){var n=e[0][0],r=e[0][1];return function(t){return null!=t&&(t[n]===r&&(r!==x||n in fr(t)))}}return function(t){return Pe(t,e)}}function Be(t,e){var n=Ao(t),r=tr(t)&&rr(e),i=t+"";return t=hr(t),function(a){if(null==a)return!1;var u=i;if(a=fr(a),(n||!r)&&!(u in a)){if(null==(a=1==t.length?a:Fe(a,Ge(t,0,-1))))return!1;u=Dr(t),a=fr(a)}return a[u]===e?e!==x||u in a:Oe(e,a[u],x,!0)}}function Re(t,e,n,r,i){if(!Fi(t))return t;var a=Kn(e)&&(Ao(e)||zi(e)),u=a?x:Bo(e);return re(u||e,function(o,s){if(u&&(s=o,o=e[s]),g(o))r||(r=[]),i||(i=[]),We(t,e,s,Re,n,r,i);else{var c=t[s],l=n?n(c,o,s,t,e):x,f=l===x;f&&(l=o),l===x&&(!a||s in t)||!f&&(l===l?l===c:c!==c)||(t[s]=l)}}),t}function We(t,e,n,r,i,a,u){for(var o=a.length,s=e[n];o--;)if(a[o]==s)return void(t[n]=u[o]);var c=t[n],l=i?i(c,s,n,t,e):x,f=l===x;f&&(l=s,Kn(s)&&(Ao(s)||zi(s))?l=Ao(c)?c:Kn(c)?ne(c):[]:Bi(s)||xi(s)?l=xi(c)?Gi(c):Bi(c)?c:{}:f=!1),a.push(s),u.push(l),f?t[n]=r(l,s,i,a,u):(l===l?l!==c:c===c)&&(t[n]=l)}function ze(t){return function(e){return null==e?x:e[t]}}function qe(t){var e=t+"";return t=hr(t),function(n){return Fe(n,t,e)}}function Ue(t,e){for(var n=t?e.length:0;n--;){var r=e[n];if(r!=i&&Xn(r)){var i=r;hu.call(t,r,1)}}return t}function $e(t,e){return t+gu(xu()*(e-t+1))}function Ve(t,e,n,r,i){return i(t,function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)}),n}function Ge(t,e,n){var r=-1,i=t.length;e=null==e?0:+e||0,e<0&&(e=-e>i?0:i+e),n=n===x||n>i?i:+n||0,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var a=Ba(i);++r<i;)a[r]=t[r+e];return a}function Je(t,e){var n;return Ou(t,function(t,r,i){return!(n=e(t,r,i))}),!!n}function Ze(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}function Ke(t,e,n){var r=Rn(),i=-1;return e=se(e,function(t){return r(t)}),Ze(Ne(t,function(t){return{criteria:se(e,function(e){return e(t)}),index:++i,value:t}}),function(t,e){return f(t,e,n)})}function Xe(t,e){var n=0;return Ou(t,function(t,r,i){n+=+e(t,r,i)||0}),n}function Qe(t,e){var n=-1,r=zn(),i=t.length,u=r==a,o=u&&i>=B,s=o?_n():null,c=[];s?(r=Kt,u=!1):(o=!1,s=e?[]:c);t:for(;++n<i;){var l=t[n],f=e?e(l,n,t):l;if(u&&l===l){for(var h=s.length;h--;)if(s[h]===f)continue t;e&&s.push(f),c.push(l)}else r(s,f,0)<0&&((e||o)&&s.push(f),c.push(l))}return c}function tn(t,e){for(var n=-1,r=e.length,i=Ba(r);++n<r;)i[n]=t[e[n]];return i}function en(t,e,n,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&e(t[a],a,t););return n?Ge(t,r?0:a,r?a+1:i):Ge(t,r?a+1:0,r?i:a)}function nn(t,e){var n=t;n instanceof Rt&&(n=n.value());for(var r=-1,i=e.length;++r<i;){var a=e[r];n=a.func.apply(a.thisArg,ce([n],a.args))}return n}function rn(t,e,n){var r=0,i=t?t.length:r;if("number"==typeof e&&e===e&&i<=Eu){for(;r<i;){var a=r+i>>>1,u=t[a];(n?u<=e:u<e)&&null!==u?r=a+1:i=a}return i}return an(t,e,Ya,n)}function an(t,e,n,r){e=n(e);for(var i=0,a=t?t.length:0,u=e!==e,o=null===e,s=e===x;i<a;){var c=gu((i+a)/2),l=n(t[c]),f=l!==x,h=l===l;if(u)var d=h||r;else d=o?h&&f&&(r||null!=l):s?h&&(r||f):null!=l&&(r?l<=e:l<e);d?i=c+1:a=c}return wu(a,Au)}function un(t,e,n){if("function"!=typeof t)return Ya;if(e===x)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,a){return t.call(e,n,r,i,a)};case 5:return function(n,r,i,a,u){return t.call(e,n,r,i,a,u)}}return function(){return t.apply(e,arguments)}}function on(t){var e=new au(t.byteLength);return new du(e).set(new du(t)),e}function sn(t,e,n){for(var r=n.length,i=-1,a=bu(t.length-r,0),u=-1,o=e.length,s=Ba(o+a);++u<o;)s[u]=e[u];for(;++i<r;)s[n[i]]=t[i];for(;a--;)s[u++]=t[i++];return s}function cn(t,e,n){for(var r=-1,i=n.length,a=-1,u=bu(t.length-i,0),o=-1,s=e.length,c=Ba(u+s);++a<u;)c[a]=t[a];for(var l=a;++o<s;)c[l+o]=e[o];for(;++r<i;)c[l+n[r]]=t[a++];return c}function ln(t,e){return function(n,r,i){var a=e?e():{};if(r=Rn(r,i,3),Ao(n))for(var u=-1,o=n.length;++u<o;){var s=n[u];t(a,s,r(s,u,n),n)}else Ou(n,function(e,n,i){t(a,e,r(e,n,i),i)});return a}}function fn(t){return gi(function(e,n){var r=-1,i=null==e?0:n.length,a=i>2?n[i-2]:x,u=i>2?n[2]:x,o=i>1?n[i-1]:x;for("function"==typeof a?(a=un(a,o,5),i-=2):(a="function"==typeof o?o:x,i-=a?1:0),u&&Qn(n[0],n[1],u)&&(a=i<3?x:a,i=1);++r<i;){var s=n[r];s&&t(e,s,a)}return e})}function hn(t,e){return function(n,r){var i=n?Ru(n):0;if(!nr(i))return t(n,r);for(var a=e?i:-1,u=fr(n);(e?a--:++a<i)&&!1!==r(u[a],a,u););return n}}function dn(t){return function(e,n,r){for(var i=fr(e),a=r(e),u=a.length,o=t?u:-1;t?o--:++o<u;){var s=a[o];if(!1===n(i[s],s,i))break}return e}}function pn(t,e){function n(){return(this&&this!==Qt&&this instanceof n?r:t).apply(e,arguments)}var r=gn(t);return n}function _n(t){return mu&&lu?new Zt(t):null}function mn(t){return function(e){for(var n=-1,r=ka(la(e)),i=r.length,a="";++n<i;)a=t(a,r[n],n);return a}}function gn(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Fu(t.prototype),r=t.apply(n,e);return Fi(r)?r:n}}function yn(t){function e(n,r,i){i&&Qn(n,r,i)&&(r=x);var a=Pn(n,t,x,x,x,x,x,r);return a.placeholder=e.placeholder,a}return e}function vn(t,e){return gi(function(n){var r=n[0];return null==r?r:(n.push(e),t.apply(x,n))})}function Mn(t,e){return function(n,r,i){if(i&&Qn(n,r,i)&&(r=x),r=Rn(r,i,3),1==r.length){n=Ao(n)?n:lr(n);var a=ue(n,r,t,e);if(!n.length||a!==e)return a}return xe(n,r,t,e)}}function bn(t,e){return function(n,r,a){if(r=Rn(r,a,3),Ao(n)){var u=i(n,r,e);return u>-1?n[u]:x}return Te(n,r,t)}}function wn(t){return function(e,n,r){return e&&e.length?(n=Rn(n,r,3),i(e,n,t)):-1}}function Ln(t){return function(e,n,r){return n=Rn(n,r,3),Te(e,n,t,!0)}}function kn(t){return function(){for(var e,n=arguments.length,r=t?n:-1,i=0,a=Ba(n);t?r--:++r<n;){var u=a[i++]=arguments[r];if("function"!=typeof u)throw new Ja(z);!e&&y.prototype.thru&&"wrapper"==Wn(u)&&(e=new y([],!0))}for(r=e?-1:n;++r<n;){u=a[r];var o=Wn(u),s="wrapper"==o?Bu(u):x;e=s&&er(s[0])&&s[1]==(F|E|j|O)&&!s[4].length&&1==s[9]?e[Wn(s[0])].apply(e,s[3]):1==u.length&&er(u)?e[o]():e.thru(u)}return function(){var t=arguments,r=t[0];if(e&&1==t.length&&Ao(r)&&r.length>=B)return e.plant(r).value();for(var i=0,u=n?a[i].apply(this,t):r;++i<n;)u=a[i].call(this,u);return u}}}function xn(t,e){return function(n,r,i){return"function"==typeof r&&i===x&&Ao(n)?t(n,r):e(n,un(r,i,3))}}function Dn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n,ta)}}function Yn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n)}}function Tn(t){return function(e,n,r){var i={};return n=Rn(n,r,3),Se(e,function(e,r,a){var u=n(e,r,a);r=t?u:r,e=t?e:u,i[r]=e}),i}}function An(t){return function(e,n,r){return e=o(e),(t?e:"")+Cn(e,n,r)+(t?"":e)}}function En(t){var e=gi(function(n,r){var i=v(r,e.placeholder);return Pn(n,t,x,r,i)});return e}function Sn(t,e){return function(n,r,i,a){var u=arguments.length<3;return"function"==typeof r&&a===x&&Ao(n)?t(n,r,i,u):Ve(n,Rn(r,a,4),i,u,e)}}function jn(t,e,n,r,i,a,u,o,s,c){function l(){for(var y=arguments.length,M=y,b=Ba(y);M--;)b[M]=arguments[M];if(r&&(b=sn(b,r,i)),a&&(b=cn(b,a,u)),p||m){var w=l.placeholder,L=v(b,w);if((y-=L.length)<c){var k=o?ne(o):x,D=bu(c-y,0),A=p?L:x,E=p?x:L,S=p?b:x,F=p?x:b;e|=p?j:C,e&=~(p?C:j),_||(e&=~(Y|T));var O=[t,e,n,S,A,F,E,k,s,D],H=jn.apply(x,O);return er(t)&&Wu(H,O),H.placeholder=w,H}}var P=h?n:this,N=d?P[t]:t;return o&&(b=sr(b,o)),f&&s<b.length&&(b.length=s),this&&this!==Qt&&this instanceof l&&(N=g||gn(t)),N.apply(P,b)}var f=e&F,h=e&Y,d=e&T,p=e&E,_=e&A,m=e&S,g=d?x:gn(t);return l}function Cn(t,e,n){var r=t.length;if(e=+e,r>=e||!vu(e))return"";var i=e-r;return n=null==n?" ":n+"",ma(n,_u(i/n.length)).slice(0,i)}function Fn(t,e,n,r){function i(){for(var e=-1,o=arguments.length,s=-1,c=r.length,l=Ba(c+o);++s<c;)l[s]=r[s];for(;o--;)l[s++]=arguments[++e];return(this&&this!==Qt&&this instanceof i?u:t).apply(a?n:this,l)}var a=e&Y,u=gn(t);return i}function On(t){var e=qa[t];return function(t,n){return n=n===x?0:+n||0,n?(n=su(10,n),e(t*n)/n):e(t)}}function Hn(t){return function(e,n,r,i){var a=Rn(r);return null==r&&a===Me?rn(e,n,t):an(e,n,a(r,i,1),t)}}function Pn(t,e,n,r,i,a,u,o){var s=e&T;if(!s&&"function"!=typeof t)throw new Ja(z);var c=r?r.length:0;if(c||(e&=~(j|C),r=i=x),c-=i?i.length:0,e&C){var l=r,f=i;r=i=x}var h=s?x:Bu(t),d=[t,e,n,r,i,l,f,a,u,o];if(h&&(ir(d,h),e=d[1],o=d[9]),d[9]=null==o?s?0:t.length:bu(o-c,0)||0,e==Y)var p=pn(d[0],d[2]);else p=e!=j&&e!=(Y|j)||d[4].length?jn.apply(x,d):Fn.apply(x,d);return(h?Iu:Wu)(p,d)}function Nn(t,e,n,r,i,a,u){var o=-1,s=t.length,c=e.length;if(s!=c&&!(i&&c>s))return!1;for(;++o<s;){var l=t[o],f=e[o],h=r?r(i?f:l,i?l:f,o):x;if(h!==x){if(h)continue;return!1}if(i){if(!he(e,function(t){return l===t||n(l,t,r,i,a,u)}))return!1}else if(l!==f&&!n(l,f,r,i,a,u))return!1}return!0}function In(t,e,n){switch(n){case V:case G:return+t==+e;case J:return t.name==e.name&&t.message==e.message;case K:return t!=+t?e!=+e:t==+e;case Q:case tt:return t==e+""}return!1}function Bn(t,e,n,r,i,a,u){var o=Bo(t),s=o.length;if(s!=Bo(e).length&&!i)return!1;for(var c=s;c--;){var l=o[c];if(!(i?l in e:tu.call(e,l)))return!1}for(var f=i;++c<s;){l=o[c];var h=t[l],d=e[l],p=r?r(i?d:h,i?h:d,l):x;if(!(p===x?n(h,d,r,i,a,u):p))return!1;f||(f="constructor"==l)}if(!f){var _=t.constructor,m=e.constructor;if(_!=m&&"constructor"in t&&"constructor"in e&&!("function"==typeof _&&_ instanceof _&&"function"==typeof m&&m instanceof m))return!1}return!0}function Rn(t,n,r){var i=e.callback||xa;return i=i===xa?Me:i,r?i(t,n,r):i}function Wn(t){for(var e=t.name,n=Cu[e],r=n?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function zn(t,n,r){var i=e.indexOf||kr;return i=i===kr?a:i,t?i(t,n,r):i}function qn(t){for(var e=ea(t),n=e.length;n--;)e[n][2]=rr(e[n][1]);return e}function Un(t,e){var n=null==t?x:t[e];return Pi(n)?n:x}function $n(t,e,n){for(var r=-1,i=n.length;++r<i;){var a=n[r],u=a.size;switch(a.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=wu(e,t+u);break;case"takeRight":t=bu(t,e-u)}}return{start:t,end:e}}function Vn(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&tu.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Gn(t){var e=t.constructor;return"function"==typeof e&&e instanceof e||(e=$a),new e}function Jn(t,e,n){var r=t.constructor;switch(e){case et:return on(t);case V:case G:return new r(+t);case nt:case rt:case it:case at:case ut:case ot:case st:case ct:case lt:var i=t.buffer;return new r(n?on(i):i,t.byteOffset,t.length);case K:case tt:return new r(t);case Q:var a=new r(t.source,At.exec(t));a.lastIndex=t.lastIndex}return a}function Zn(t,e,n){null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),e=Dr(e));var r=null==t?t:t[e];return null==r?x:r.apply(t,n)}function Kn(t){return null!=t&&nr(Ru(t))}function Xn(t,e){return t="number"==typeof t||jt.test(t)?+t:-1,e=null==e?Su:e,t>-1&&t%1==0&&t<e}function Qn(t,e,n){if(!Fi(n))return!1;var r=typeof e;if("number"==r?Kn(n)&&Xn(e,n.length):"string"==r&&e in n){var i=n[e];return t===t?t===i:i!==i}return!1}function tr(t,e){var n=typeof t;return!!("string"==n&&wt.test(t)||"number"==n)||!Ao(t)&&(!bt.test(t)||null!=e&&t in fr(e))}function er(t){var n=Wn(t);if(!(n in Rt.prototype))return!1;var r=e[n];if(t===r)return!0;var i=Bu(r);return!!i&&t===i[0]}function nr(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=Su}function rr(t){return t===t&&!Fi(t)}function ir(t,e){var n=t[1],r=e[1],i=n|r,a=i<F,u=r==F&&n==E||r==F&&n==O&&t[7].length<=e[8]||r==(F|O)&&n==E;if(!a&&!u)return t;r&Y&&(t[2]=e[2],i|=n&Y?0:A);var o=e[3];if(o){var s=t[3];t[3]=s?sn(s,o,e[4]):ne(o),t[4]=s?v(t[3],q):ne(e[4])}return o=e[5],o&&(s=t[5],t[5]=s?cn(s,o,e[6]):ne(o),t[6]=s?v(t[5],q):ne(e[6])),o=e[7],o&&(t[7]=ne(o)),r&F&&(t[8]=null==t[8]?e[8]:wu(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function ar(t,e){return t===x?e:Eo(t,e,ar)}function ur(t,e){t=fr(t);for(var n=-1,r=e.length,i={};++n<r;){var a=e[n];a in t&&(i[a]=t[a])}return i}function or(t,e){var n={};return Ee(t,function(t,r,i){e(t,r,i)&&(n[r]=t)}),n}function sr(t,e){for(var n=t.length,r=wu(e.length,n),i=ne(t);r--;){var a=e[r];t[r]=Xn(a,n)?i[a]:x}return t}function cr(t){for(var e=ta(t),n=e.length,r=n&&t.length,i=!!r&&nr(r)&&(Ao(t)||xi(t)),a=-1,u=[];++a<n;){var o=e[a];(i&&Xn(o,r)||tu.call(t,o))&&u.push(o)}return u}function lr(t){return null==t?[]:Kn(t)?Fi(t)?t:$a(t):aa(t)}function fr(t){return Fi(t)?t:$a(t)}function hr(t){if(Ao(t))return t;var e=[];return o(t).replace(Lt,function(t,n,r,i){e.push(r?i.replace(Yt,"$1"):n||t)}),e}function dr(t){return t instanceof Rt?t.clone():new y(t.__wrapped__,t.__chain__,ne(t.__actions__))}function pr(t,e,n){e=(n?Qn(t,e,n):null==e)?1:bu(gu(e)||1,1);for(var r=0,i=t?t.length:0,a=-1,u=Ba(_u(i/e));r<i;)u[++a]=Ge(t,r,r+=e);return u}function _r(t){for(var e=-1,n=t?t.length:0,r=-1,i=[];++e<n;){var a=t[e];a&&(i[++r]=a)}return i}function mr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,e<0?0:e)):[]}function gr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,0,e<0?0:e)):[]}function yr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0,!0):[]}function vr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0):[]}function Mr(t,e,n,r){var i=t?t.length:0;return i?(n&&"number"!=typeof n&&Qn(t,e,n)&&(n=0,r=i),De(t,e,n,r)):[]}function br(t){return t?t[0]:x}function wr(t,e,n){var r=t?t.length:0;return n&&Qn(t,e,n)&&(e=!1),r?Ae(t,e):[]}function Lr(t){return(t?t.length:0)?Ae(t,!0):[]}function kr(t,e,n){var r=t?t.length:0;if(!r)return-1;if("number"==typeof n)n=n<0?bu(r+n,0):n;else if(n){var i=rn(t,e);return i<r&&(e===e?e===t[i]:t[i]!==t[i])?i:-1}return a(t,e,n||0)}function xr(t){return gr(t,1)}function Dr(t){var e=t?t.length:0;return e?t[e-1]:x}function Yr(t,e,n){var r=t?t.length:0;if(!r)return-1;var i=r;if("number"==typeof n)i=(n<0?bu(r+n,0):wu(n||0,r-1))+1;else if(n){i=rn(t,e,!0)-1;var a=t[i];return(e===e?e===a:a!==a)?i:-1}if(e!==e)return m(t,i,!0);for(;i--;)if(t[i]===e)return i;return-1}function Tr(){var t=arguments,e=t[0];if(!e||!e.length)return e;for(var n=0,r=zn(),i=t.length;++n<i;)for(var a=0,u=t[n];(a=r(e,u,a))>-1;)hu.call(e,a,1);return e}function Ar(t,e,n){var r=[];if(!t||!t.length)return r;var i=-1,a=[],u=t.length;for(e=Rn(e,n,3);++i<u;){var o=t[i];e(o,i,t)&&(r.push(o),a.push(i))}return Ue(t,a),r}function Er(t){return mr(t,1)}function Sr(t,e,n){var r=t?t.length:0;return r?(n&&"number"!=typeof n&&Qn(t,e,n)&&(e=0,n=r),Ge(t,e,n)):[]}function jr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,0,e<0?0:e)):[]}function Cr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,e<0?0:e)):[]}function Fr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!1,!0):[]}function Or(t,e,n){return t&&t.length?en(t,Rn(e,n,3)):[]}function Hr(t,e,n,r){if(!(t?t.length:0))return[];null!=e&&"boolean"!=typeof e&&(r=n,n=Qn(t,e,r)?x:e,e=!1);var i=Rn();return null==n&&i===Me||(n=i(n,r,3)),e&&zn()==a?M(t,n):Qe(t,n)}function Pr(t){if(!t||!t.length)return[];var e=-1,n=0;t=oe(t,function(t){if(Kn(t))return n=bu(t.length,n),!0});for(var r=Ba(n);++e<n;)r[e]=se(t,ze(e));return r}function Nr(t,e,n){if(!(t?t.length:0))return[];var r=Pr(t);return null==e?r:(e=un(e,n,4),se(r,function(t){return le(t,e,x,!0)}))}function Ir(){for(var t=-1,e=arguments.length;++t<e;){var n=arguments[t];if(Kn(n))var r=r?ce(Le(r,n),Le(n,r)):n}return r?Qe(r):[]}function Br(t,e){var n=-1,r=t?t.length:0,i={};for(!r||e||Ao(t[0])||(e=[]);++n<r;){var a=t[n];e?i[a]=e[n]:a&&(i[a[0]]=a[1])}return i}function Rr(t){var n=e(t);return n.__chain__=!0,n}function Wr(t,e,n){return e.call(n,t),t}function zr(t,e,n){return e.call(n,t)}function qr(){return Rr(this)}function Ur(){return new y(this.value(),this.__chain__)}function $r(t){for(var e,r=this;r instanceof n;){var i=dr(r);e?a.__wrapped__=i:e=i;var a=i;r=r.__wrapped__}return a.__wrapped__=t,e}function Vr(){var t=this.__wrapped__,e=function(t){return n&&n.__dir__<0?t:t.reverse()};if(t instanceof Rt){var n=t;return this.__actions__.length&&(n=new Rt(this)),n=n.reverse(),n.__actions__.push({func:zr,args:[e],thisArg:x}),new y(n,this.__chain__)}return this.thru(e)}function Gr(){return this.value()+""}function Jr(){return nn(this.__wrapped__,this.__actions__)}function Zr(t,e,n){var r=Ao(t)?ae:ke;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function Kr(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,e)}function Xr(t,e){return ro(t,Ie(e))}function Qr(t,e,n,r){var i=t?Ru(t):0;return nr(i)||(t=aa(t),i=t.length),n="number"!=typeof n||r&&Qn(e,n,r)?0:n<0?bu(i+n,0):n||0,"string"==typeof t||!Ao(t)&&Wi(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&zn(t,e,n)>-1}function ti(t,e,n){var r=Ao(t)?se:Ne;return e=Rn(e,n,3),r(t,e)}function ei(t,e){return ti(t,Ca(e))}function ni(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,function(t,n,r){return!e(t,n,r)})}function ri(t,e,n){if(n?Qn(t,e,n):null==e){t=lr(t);var r=t.length;return r>0?t[$e(0,r-1)]:x}var i=-1,a=Vi(t),r=a.length,u=r-1;for(e=wu(e<0?0:+e||0,r);++i<e;){var o=$e(i,u),s=a[o];a[o]=a[i],a[i]=s}return a.length=e,a}function ii(t){return ri(t,Yu)}function ai(t){var e=t?Ru(t):0;return nr(e)?e:Bo(t).length}function ui(t,e,n){var r=Ao(t)?he:Je;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function oi(t,e,n){if(null==t)return[];n&&Qn(t,e,n)&&(e=x);var r=-1;return e=Rn(e,n,3),Ze(Ne(t,function(t,n,i){return{criteria:e(t,n,i),index:++r,value:t}}),l)}function si(t,e,n,r){return null==t?[]:(r&&Qn(e,n,r)&&(n=x),Ao(e)||(e=null==e?[]:[e]),Ao(n)||(n=null==n?[]:[n]),Ke(t,e,n))}function ci(t,e){return Kr(t,Ie(e))}function li(t,e){if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var n=t;t=e,e=n}return t=vu(t=+t)?t:0,function(){if(--t<1)return e.apply(this,arguments)}}function fi(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=t&&null==e?t.length:bu(+e||0,0),Pn(t,F,x,x,x,x,e)}function hi(t,e){var n;if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var r=t;t=e,e=r}return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=x),n}}function di(t,e,n){function r(){d&&uu(d),c&&uu(c),_=0,c=d=p=x}function i(e,n){n&&uu(n),c=d=p=x,e&&(_=_o(),l=t.apply(h,s),d||c||(s=h=x))}function a(){var t=e-(_o()-f);t<=0||t>e?i(p,c):d=fu(a,t)}function u(){i(g,d)}function o(){if(s=arguments,f=_o(),h=this,p=g&&(d||!y),!1===m)var n=y&&!d;else{c||y||(_=f);var r=m-(f-_),i=r<=0||r>m;i?(c&&(c=uu(c)),_=f,l=t.apply(h,s)):c||(c=fu(u,r))}return i&&d?d=uu(d):d||e===m||(d=fu(a,e)),n&&(i=!0,l=t.apply(h,s)),!i||d||c||(s=h=x),l}var s,c,l,f,h,d,p,_=0,m=!1,g=!0;if("function"!=typeof t)throw new Ja(z);if(e=e<0?0:+e||0,!0===n){var y=!0;g=!1}else Fi(n)&&(y=!!n.leading,m="maxWait"in n&&bu(+n.maxWait||0,e),g="trailing"in n?!!n.trailing:g);return o.cancel=r,o}function pi(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Ja(z);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return n.cache=a.set(i,u),u};return n.cache=new pi.Cache,n}function _i(t){if("function"!=typeof t)throw new Ja(z);return function(){return!t.apply(this,arguments)}}function mi(t){return hi(2,t)}function gi(t,e){if("function"!=typeof t)throw new Ja(z);return e=bu(e===x?t.length-1:+e||0,0),function(){for(var n=arguments,r=-1,i=bu(n.length-e,0),a=Ba(i);++r<i;)a[r]=n[e+r];switch(e){case 0:return t.call(this,a);case 1:return t.call(this,n[0],a);case 2:return t.call(this,n[0],n[1],a)}var u=Ba(e+1);for(r=-1;++r<e;)u[r]=n[r];return u[e]=a,t.apply(this,u)}}function yi(t){if("function"!=typeof t)throw new Ja(z);return function(e){return t.apply(this,e)}}function vi(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Ja(z);return!1===n?r=!1:Fi(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),di(t,e,{leading:r,maxWait:+e,trailing:i})}function Mi(t,e){return e=null==e?Ya:e,Pn(e,j,x,[t],[])}function bi(t,e,n,r){return e&&"boolean"!=typeof e&&Qn(t,e,n)?e=!1:"function"==typeof e&&(r=n,n=e,e=!1),"function"==typeof n?be(t,e,un(n,r,1)):be(t,e)}function wi(t,e,n){return"function"==typeof e?be(t,!0,un(e,n,1)):be(t,!0)}function Li(t,e){return t>e}function ki(t,e){return t>=e}function xi(t){return g(t)&&Kn(t)&&tu.call(t,"callee")&&!cu.call(t,"callee")}function Di(t){return!0===t||!1===t||g(t)&&nu.call(t)==V}function Yi(t){return g(t)&&nu.call(t)==G}function Ti(t){return!!t&&1===t.nodeType&&g(t)&&!Bi(t)}function Ai(t){return null==t||(Kn(t)&&(Ao(t)||Wi(t)||xi(t)||g(t)&&Ci(t.splice))?!t.length:!Bo(t).length)}function Ei(t,e,n,r){n="function"==typeof n?un(n,r,3):x;var i=n?n(t,e):x;return i===x?Oe(t,e,n):!!i}function Si(t){return g(t)&&"string"==typeof t.message&&nu.call(t)==J}function ji(t){return"number"==typeof t&&vu(t)}function Ci(t){return Fi(t)&&nu.call(t)==Z}function Fi(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Oi(t,e,n,r){return n="function"==typeof n?un(n,r,3):x,Pe(t,qn(e),n)}function Hi(t){return Ii(t)&&t!=+t}function Pi(t){return null!=t&&(Ci(t)?iu.test(Qa.call(t)):g(t)&&St.test(t))}function Ni(t){return null===t}function Ii(t){return"number"==typeof t||g(t)&&nu.call(t)==K}function Bi(t){var e;if(!g(t)||nu.call(t)!=X||xi(t)||!tu.call(t,"constructor")&&"function"==typeof(e=t.constructor)&&!(e instanceof e))return!1;var n;return Ee(t,function(t,e){n=e}),n===x||tu.call(t,n)}function Ri(t){return Fi(t)&&nu.call(t)==Q}function Wi(t){return"string"==typeof t||g(t)&&nu.call(t)==tt}function zi(t){return g(t)&&nr(t.length)&&!!It[nu.call(t)]}function qi(t){return t===x}function Ui(t,e){return t<e}function $i(t,e){return t<=e}function Vi(t){var e=t?Ru(t):0;return nr(e)?e?ne(t):[]:aa(t)}function Gi(t){return ve(t,ta(t))}function Ji(t,e,n){var r=Fu(t);return n&&Qn(t,e,n)&&(e=x),e?ge(r,e):r}function Zi(t){return Ce(t,ta(t))}function Ki(t,e,n){var r=null==t?x:Fe(t,hr(e),e+"");return r===x?n:r}function Xi(t,e){if(null==t)return!1;var n=tu.call(t,e);if(!n&&!tr(e)){if(e=hr(e),null==(t=1==e.length?t:Fe(t,Ge(e,0,-1))))return!1;e=Dr(e),n=tu.call(t,e)}return n||nr(t.length)&&Xn(e,t.length)&&(Ao(t)||xi(t))}function Qi(t,e,n){n&&Qn(t,e,n)&&(e=x);for(var r=-1,i=Bo(t),a=i.length,u={};++r<a;){var o=i[r],s=t[o];e?tu.call(u,s)?u[s].push(o):u[s]=[o]:u[s]=o}return u}function ta(t){if(null==t)return[];Fi(t)||(t=$a(t));var e=t.length;e=e&&nr(e)&&(Ao(t)||xi(t))&&e||0;for(var n=t.constructor,r=-1,i="function"==typeof n&&n.prototype===t,a=Ba(e),u=e>0;++r<e;)a[r]=r+"";for(var o in t)u&&Xn(o,e)||"constructor"==o&&(i||!tu.call(t,o))||a.push(o);return a}function ea(t){t=fr(t);for(var e=-1,n=Bo(t),r=n.length,i=Ba(r);++e<r;){var a=n[e];i[e]=[a,t[a]]}return i}function na(t,e,n){var r=null==t?x:t[e];return r===x&&(null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),r=null==t?x:t[Dr(e)]),r=r===x?n:r),Ci(r)?r.call(t):r}function ra(t,e,n){if(null==t)return t;var r=e+"";e=null!=t[r]||tr(e,t)?[r]:hr(e);for(var i=-1,a=e.length,u=a-1,o=t;null!=o&&++i<a;){var s=e[i];Fi(o)&&(i==u?o[s]=n:null==o[s]&&(o[s]=Xn(e[i+1])?[]:{})),o=o[s]}return t}function ia(t,e,n,r){var i=Ao(t)||zi(t);if(e=Rn(e,r,4),null==n)if(i||Fi(t)){var a=t.constructor;n=i?Ao(t)?new a:[]:Fu(Ci(a)?a.prototype:x)}else n={};return(i?re:Se)(t,function(t,r,i){return e(n,t,r,i)}),n}function aa(t){return tn(t,Bo(t))}function ua(t){return tn(t,ta(t))}function oa(t,e,n){return e=+e||0,n===x?(n=e,e=0):n=+n||0,t>=wu(e,n)&&t<bu(e,n)}function sa(t,e,n){n&&Qn(t,e,n)&&(e=n=x);var r=null==t,i=null==e;if(null==n&&(i&&"boolean"==typeof t?(n=t,t=1):"boolean"==typeof e&&(n=e,i=!0)),r&&i&&(e=1,i=!1),t=+t||0,i?(e=t,t=0):e=+e||0,n||t%1||e%1){var a=xu();return wu(t+a*(e-t+ou("1e-"+((a+"").length-1))),e)}return $e(t,e)}function ca(t){return(t=o(t))&&t.charAt(0).toUpperCase()+t.slice(1)}function la(t){return(t=o(t))&&t.replace(Ct,h).replace(Dt,"")}function fa(t,e,n){t=o(t),e+="";var r=t.length;return n=n===x?r:wu(n<0?0:+n||0,r),(n-=e.length)>=0&&t.indexOf(e,n)==n}function ha(t){return t=o(t),t&&gt.test(t)?t.replace(_t,d):t}function da(t){return t=o(t),t&&xt.test(t)?t.replace(kt,p):t||"(?:)"}function pa(t,e,n){t=o(t),e=+e;var r=t.length;if(r>=e||!vu(e))return t;var i=(e-r)/2,a=gu(i);return n=Cn("",_u(i),n),n.slice(0,a)+t+n}function _a(t,e,n){return(n?Qn(t,e,n):null==e)?e=0:e&&(e=+e),t=va(t),ku(t,e||(Et.test(t)?16:10))}function ma(t,e){var n="";if(t=o(t),(e=+e)<1||!t||!vu(e))return n;do{e%2&&(n+=t),e=gu(e/2),t+=t}while(e);return n}function ga(t,e,n){return t=o(t),n=null==n?0:wu(n<0?0:+n||0,t.length),t.lastIndexOf(e,n)==n}function ya(t,n,r){var i=e.templateSettings;r&&Qn(t,n,r)&&(n=r=x),t=o(t),n=me(ge({},r||n),i,_e);var a,u,s=me(ge({},n.imports),i.imports,_e),c=Bo(s),l=tn(s,c),f=0,h=n.interpolate||Ft,d="__p += '",p=Va((n.escape||Ft).source+"|"+h.source+"|"+(h===Mt?Tt:Ft).source+"|"+(n.evaluate||Ft).source+"|$","g"),m="//# sourceURL="+("sourceURL"in n?n.sourceURL:"lodash.templateSources["+ ++Nt+"]")+"\n";t.replace(p,function(e,n,r,i,o,s){return r||(r=i),d+=t.slice(f,s).replace(Ot,_),n&&(a=!0,d+="' +\n__e("+n+") +\n'"),o&&(u=!0,d+="';\n"+o+";\n__p += '"),r&&(d+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),f=s+e.length,e}),d+="';\n";var g=n.variable;g||(d="with (obj) {\n"+d+"\n}\n"),d=(u?d.replace(ft,""):d).replace(ht,"$1").replace(dt,"$1;"),d="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var y=Ko(function(){return za(c,m+"return "+d).apply(x,l)});if(y.source=d,Si(y))throw y;return y}function va(t,e,n){var r=t;return(t=o(t))?(n?Qn(r,e,n):null==e)?t.slice(b(t),w(t)+1):(e+="",t.slice(s(t,e),c(t,e)+1)):t}function Ma(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(b(t)):t.slice(s(t,e+"")):t}function ba(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(0,w(t)+1):t.slice(0,c(t,e+"")+1):t}function wa(t,e,n){n&&Qn(t,e,n)&&(e=x);var r=H,i=P;if(null!=e)if(Fi(e)){var a="separator"in e?e.separator:a;r="length"in e?+e.length||0:r,i="omission"in e?o(e.omission):i}else r=+e||0;if(t=o(t),r>=t.length)return t;var u=r-i.length;if(u<1)return i;var s=t.slice(0,u);if(null==a)return s+i;if(Ri(a)){if(t.slice(u).search(a)){var c,l,f=t.slice(0,u);for(a.global||(a=Va(a.source,(At.exec(a)||"")+"g")),a.lastIndex=0;c=a.exec(f);)l=c.index;s=s.slice(0,null==l?u:l)}}else if(t.indexOf(a,u)!=u){var h=s.lastIndexOf(a);h>-1&&(s=s.slice(0,h))}return s+i}function La(t){return t=o(t),t&&mt.test(t)?t.replace(pt,L):t}function ka(t,e,n){return n&&Qn(t,e,n)&&(e=x),t=o(t),t.match(e||Ht)||[]}function xa(t,e,n){return n&&Qn(t,e,n)&&(e=x),g(t)?Ta(t):Me(t,e)}function Da(t){return function(){return t}}function Ya(t){return t}function Ta(t){return Ie(be(t,!0))}function Aa(t,e){return Be(t,be(e,!0))}function Ea(t,e,n){if(null==n){var r=Fi(e),i=r?Bo(e):x,a=i&&i.length?Ce(e,i):x;(a?a.length:r)||(a=!1,n=e,e=t,t=this)}a||(a=Ce(e,Bo(e)));var u=!0,o=-1,s=Ci(t),c=a.length;!1===n?u=!1:Fi(n)&&"chain"in n&&(u=n.chain);for(;++o<c;){var l=a[o],f=e[l];t[l]=f,s&&(t.prototype[l]=function(e){return function(){var n=this.__chain__;if(u||n){var r=t(this.__wrapped__);return(r.__actions__=ne(this.__actions__)).push({func:e,args:arguments,thisArg:t}),r.__chain__=n,r}return e.apply(t,ce([this.value()],arguments))}}(f))}return t}function Sa(){return Qt._=ru,this}function ja(){}function Ca(t){return tr(t)?ze(t):qe(t)}function Fa(t){return function(e){return Fe(t,hr(e),e+"")}}function Oa(t,e,n){n&&Qn(t,e,n)&&(e=n=x),t=+t||0,n=null==n?1:+n||0,null==e?(e=t,t=0):e=+e||0;for(var r=-1,i=bu(_u((e-t)/(n||1)),0),a=Ba(i);++r<i;)a[r]=t,t+=n;return a}function Ha(t,e,n){if((t=gu(t))<1||!vu(t))return[];var r=-1,i=Ba(wu(t,Tu));for(e=un(e,n,1);++r<t;)r<Tu?i[r]=e(r):e(r);return i}function Pa(t){var e=++eu;return o(t)+e}function Na(t,e){return(+t||0)+(+e||0)}function Ia(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=Rn(e,n,3),1==e.length?de(Ao(t)?t:lr(t),e):Xe(t,e)}t=t?te.defaults(Qt.Object(),t,te.pick(Qt,Pt)):Qt;var Ba=t.Array,Ra=t.Date,Wa=t.Error,za=t.Function,qa=t.Math,Ua=t.Number,$a=t.Object,Va=t.RegExp,Ga=t.String,Ja=t.TypeError,Za=Ba.prototype,Ka=$a.prototype,Xa=Ga.prototype,Qa=za.prototype.toString,tu=Ka.hasOwnProperty,eu=0,nu=Ka.toString,ru=Qt._,iu=Va("^"+Qa.call(tu).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),au=t.ArrayBuffer,uu=t.clearTimeout,ou=t.parseFloat,su=qa.pow,cu=Ka.propertyIsEnumerable,lu=Un(t,"Set"),fu=t.setTimeout,hu=Za.splice,du=t.Uint8Array,pu=Un(t,"WeakMap"),_u=qa.ceil,mu=Un($a,"create"),gu=qa.floor,yu=Un(Ba,"isArray"),vu=t.isFinite,Mu=Un($a,"keys"),bu=qa.max,wu=qa.min,Lu=Un(Ra,"now"),ku=t.parseInt,xu=qa.random,Du=Ua.NEGATIVE_INFINITY,Yu=Ua.POSITIVE_INFINITY,Tu=4294967295,Au=Tu-1,Eu=Tu>>>1,Su=9007199254740991,ju=pu&&new pu,Cu={};e.support={};e.templateSettings={escape:yt,evaluate:vt,interpolate:Mt,variable:"",imports:{_:e}};var Fu=function(){function t(){}return function(e){if(Fi(e)){t.prototype=e;var n=new t;t.prototype=x}return n||{}}}(),Ou=hn(Se),Hu=hn(je,!0),Pu=dn(),Nu=dn(!0),Iu=ju?function(t,e){return ju.set(t,e),t}:Ya,Bu=ju?function(t){return ju.get(t)}:ja,Ru=ze("length"),Wu=function(){var t=0,e=0;return function(n,r){var i=_o(),a=I-(i-e);if(e=i,a>0){if(++t>=N)return n}else t=0;return Iu(n,r)}}(),zu=gi(function(t,e){return g(t)&&Kn(t)?Le(t,Ae(e,!1,!0)):[]}),qu=wn(),Uu=wn(!0),$u=gi(function(t){for(var e=t.length,n=e,r=Ba(f),i=zn(),u=i==a,o=[];n--;){var s=t[n]=Kn(s=t[n])?s:[];r[n]=u&&s.length>=120?_n(n&&s):null}var c=t[0],l=-1,f=c?c.length:0,h=r[0];t:for(;++l<f;)if(s=c[l],(h?Kt(h,s):i(o,s,0))<0){for(var n=e;--n;){var d=r[n];if((d?Kt(d,s):i(t[n],s,0))<0)continue t}h&&h.push(s),o.push(s)}return o}),Vu=gi(function(t,e){e=Ae(e);var n=ye(t,e);return Ue(t,e.sort(r)),n}),Gu=Hn(),Ju=Hn(!0),Zu=gi(function(t){return Qe(Ae(t,!1,!0))}),Ku=gi(function(t,e){return Kn(t)?Le(t,e):[]}),Xu=gi(Pr),Qu=gi(function(t){var e=t.length,n=e>2?t[e-2]:x,r=e>1?t[e-1]:x;return e>2&&"function"==typeof n?e-=2:(n=e>1&&"function"==typeof r?(--e,r):x,r=x),t.length=e,Nr(t,n,r)}),to=gi(function(t){return t=Ae(t),this.thru(function(e){return ee(Ao(e)?e:[fr(e)],t)})}),eo=gi(function(t,e){return ye(t,Ae(e))}),no=ln(function(t,e,n){tu.call(t,n)?++t[n]:t[n]=1}),ro=bn(Ou),io=bn(Hu,!0),ao=xn(re,Ou),uo=xn(ie,Hu),oo=ln(function(t,e,n){tu.call(t,n)?t[n].push(e):t[n]=[e]}),so=ln(function(t,e,n){t[n]=e}),co=gi(function(t,e,n){var r=-1,i="function"==typeof e,a=tr(e),u=Kn(t)?Ba(t.length):[];return Ou(t,function(t){var o=i?e:a&&null!=t?t[e]:x;u[++r]=o?o.apply(t,n):Zn(t,e,n)}),u}),lo=ln(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),fo=Sn(le,Ou),ho=Sn(fe,Hu),po=gi(function(t,e){if(null==t)return[];var n=e[2];return n&&Qn(e[0],e[1],n)&&(e.length=1),Ke(t,Ae(e),[])}),_o=Lu||function(){return(new Ra).getTime()},mo=gi(function(t,e,n){var r=Y;if(n.length){var i=v(n,mo.placeholder);r|=j}return Pn(t,r,e,n,i)}),go=gi(function(t,e){e=e.length?Ae(e):Zi(t);for(var n=-1,r=e.length;++n<r;){var i=e[n];t[i]=Pn(t[i],Y,t)}return t}),yo=gi(function(t,e,n){var r=Y|T;if(n.length){var i=v(n,yo.placeholder);r|=j}return Pn(e,r,t,n,i)}),vo=yn(E),Mo=yn(S),bo=gi(function(t,e){return we(t,1,e)}),wo=gi(function(t,e,n){return we(t,e,n)}),Lo=kn(),ko=kn(!0),xo=gi(function(t,e){if(e=Ae(e),"function"!=typeof t||!ae(e,u))throw new Ja(z);var n=e.length;return gi(function(r){for(var i=wu(r.length,n);i--;)r[i]=e[i](r[i]);return t.apply(this,r)})}),Do=En(j),Yo=En(C),To=gi(function(t,e){return Pn(t,O,x,x,x,Ae(e))}),Ao=yu||function(t){return g(t)&&nr(t.length)&&nu.call(t)==$},Eo=fn(Re),So=fn(function(t,e,n){return n?me(t,e,n):ge(t,e)}),jo=vn(So,pe),Co=vn(Eo,ar),Fo=Ln(Se),Oo=Ln(je),Ho=Dn(Pu),Po=Dn(Nu),No=Yn(Se),Io=Yn(je),Bo=Mu?function(t){var e=null==t?x:t.constructor;return"function"==typeof e&&e.prototype===t||"function"!=typeof t&&Kn(t)?cr(t):Fi(t)?Mu(t):[]}:cr,Ro=Tn(!0),Wo=Tn(),zo=gi(function(t,e){if(null==t)return{};if("function"!=typeof e[0]){var e=se(Ae(e),Ga);return ur(t,Le(ta(t),e))}var n=un(e[0],e[1],3);return or(t,function(t,e,r){return!n(t,e,r)})}),qo=gi(function(t,e){return null==t?{}:"function"==typeof e[0]?or(t,un(e[0],e[1],3)):ur(t,Ae(e))}),Uo=mn(function(t,e,n){return e=e.toLowerCase(),t+(n?e.charAt(0).toUpperCase()+e.slice(1):e)}),$o=mn(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Vo=An(),Go=An(!0),Jo=mn(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}),Zo=mn(function(t,e,n){return t+(n?" ":"")+(e.charAt(0).toUpperCase()+e.slice(1))}),Ko=gi(function(t,e){try{return t.apply(x,e)}catch(t){return Si(t)?t:new Wa(t)}}),Xo=gi(function(t,e){return function(n){return Zn(n,t,e)}}),Qo=gi(function(t,e){return function(n){return Zn(t,n,e)}}),ts=On("ceil"),es=On("floor"),ns=Mn(Li,Du),rs=Mn(Ui,Yu),is=On("round");return e.prototype=n.prototype,y.prototype=Fu(n.prototype),y.prototype.constructor=y,Rt.prototype=Fu(n.prototype),Rt.prototype.constructor=Rt,Ut.prototype.delete=$t,Ut.prototype.get=Vt,Ut.prototype.has=Gt,Ut.prototype.set=Jt,Zt.prototype.push=Xt,pi.Cache=Ut,e.after=li,e.ary=fi,e.assign=So,e.at=eo,e.before=hi,e.bind=mo,e.bindAll=go,e.bindKey=yo,e.callback=xa,e.chain=Rr,e.chunk=pr,e.compact=_r,e.constant=Da,e.countBy=no,e.create=Ji,e.curry=vo,e.curryRight=Mo,e.debounce=di,e.defaults=jo,e.defaultsDeep=Co,e.defer=bo,e.delay=wo,e.difference=zu,e.drop=mr,e.dropRight=gr,e.dropRightWhile=yr,e.dropWhile=vr,e.fill=Mr,e.filter=Kr,e.flatten=wr,e.flattenDeep=Lr,e.flow=Lo,e.flowRight=ko,e.forEach=ao,e.forEachRight=uo,e.forIn=Ho,e.forInRight=Po,e.forOwn=No,e.forOwnRight=Io,e.functions=Zi,e.groupBy=oo,e.indexBy=so,e.initial=xr,e.intersection=$u,e.invert=Qi,e.invoke=co,e.keys=Bo,e.keysIn=ta,e.map=ti,e.mapKeys=Ro,e.mapValues=Wo,e.matches=Ta,e.matchesProperty=Aa,e.memoize=pi,e.merge=Eo,e.method=Xo,e.methodOf=Qo,e.mixin=Ea,e.modArgs=xo,e.negate=_i,e.omit=zo,e.once=mi,e.pairs=ea,e.partial=Do,e.partialRight=Yo,e.partition=lo,e.pick=qo,e.pluck=ei,e.property=Ca,e.propertyOf=Fa,e.pull=Tr,e.pullAt=Vu,e.range=Oa,e.rearg=To,e.reject=ni,e.remove=Ar,e.rest=Er,e.restParam=gi,e.set=ra,e.shuffle=ii,e.slice=Sr,e.sortBy=oi,e.sortByAll=po,e.sortByOrder=si,e.spread=yi,e.take=jr,e.takeRight=Cr,e.takeRightWhile=Fr,e.takeWhile=Or,e.tap=Wr,e.throttle=vi,e.thru=zr,e.times=Ha,e.toArray=Vi,e.toPlainObject=Gi,e.transform=ia,e.union=Zu,e.uniq=Hr,e.unzip=Pr,e.unzipWith=Nr,e.values=aa,e.valuesIn=ua,e.where=ci,e.without=Ku,e.wrap=Mi,e.xor=Ir,e.zip=Xu,e.zipObject=Br,e.zipWith=Qu,e.backflow=ko,e.collect=ti,e.compose=ko,e.each=ao,e.eachRight=uo,e.extend=So,e.iteratee=xa,e.methods=Zi,e.object=Br,e.select=Kr,e.tail=Er,e.unique=Hr,Ea(e,e),e.add=Na,e.attempt=Ko,e.camelCase=Uo,e.capitalize=ca,e.ceil=ts,e.clone=bi,e.cloneDeep=wi,e.deburr=la,e.endsWith=fa,e.escape=ha,e.escapeRegExp=da,e.every=Zr,e.find=ro,e.findIndex=qu,e.findKey=Fo,e.findLast=io,e.findLastIndex=Uu,e.findLastKey=Oo,e.findWhere=Xr,e.first=br,e.floor=es,e.get=Ki,e.gt=Li,e.gte=ki,e.has=Xi,e.identity=Ya,e.includes=Qr,e.indexOf=kr,e.inRange=oa,e.isArguments=xi,e.isArray=Ao,e.isBoolean=Di,e.isDate=Yi,e.isElement=Ti,e.isEmpty=Ai,e.isEqual=Ei,e.isError=Si,e.isFinite=ji,e.isFunction=Ci,e.isMatch=Oi,e.isNaN=Hi,e.isNative=Pi,e.isNull=Ni,e.isNumber=Ii,e.isObject=Fi,e.isPlainObject=Bi,e.isRegExp=Ri,e.isString=Wi,e.isTypedArray=zi,e.isUndefined=qi,e.kebabCase=$o,e.last=Dr,e.lastIndexOf=Yr,e.lt=Ui,e.lte=$i,e.max=ns,e.min=rs,e.noConflict=Sa,e.noop=ja,e.now=_o,e.pad=pa,e.padLeft=Vo,e.padRight=Go,e.parseInt=_a,e.random=sa,e.reduce=fo,e.reduceRight=ho,e.repeat=ma,e.result=na,e.round=is,e.runInContext=k,e.size=ai,e.snakeCase=Jo,e.some=ui,e.sortedIndex=Gu,e.sortedLastIndex=Ju,e.startCase=Zo,e.startsWith=ga,e.sum=Ia,e.template=ya,e.trim=va,e.trimLeft=Ma,e.trimRight=ba,e.trunc=wa,e.unescape=La,e.uniqueId=Pa,e.words=ka,e.all=Zr,e.any=ui,e.contains=Qr,e.eq=Ei,e.detect=ro,e.foldl=fo,e.foldr=ho,e.head=br,e.include=Qr,e.inject=fo,Ea(e,function(){var t={};return Se(e,function(n,r){e.prototype[r]||(t[r]=n)}),t}(),!1),e.sample=ri,e.prototype.sample=function(t){return this.__chain__||null!=t?this.thru(function(e){return ri(e,t)}):ri(this.value())},e.VERSION=D,re(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){e[t].placeholder=e}),re(["drop","take"],function(t,e){Rt.prototype[t]=function(n){var r=this.__filtered__;if(r&&!e)return new Rt(this);n=null==n?1:bu(gu(n)||0,0);var i=this.clone();return r?i.__takeCount__=wu(i.__takeCount__,n):i.__views__.push({size:n,type:t+(i.__dir__<0?"Right":"")}),i},Rt.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),re(["filter","map","takeWhile"],function(t,e){var n=e+1,r=n!=W;Rt.prototype[t]=function(t,e){var i=this.clone();return i.__iteratees__.push({iteratee:Rn(t,e,1),type:n}),i.__filtered__=i.__filtered__||r,i}}),re(["first","last"],function(t,e){var n="take"+(e?"Right":"");Rt.prototype[t]=function(){return this[n](1).value()[0]}}),re(["initial","rest"],function(t,e){var n="drop"+(e?"":"Right");Rt.prototype[t]=function(){return this.__filtered__?new Rt(this):this[n](1)}}),re(["pluck","where"],function(t,e){var n=e?"filter":"map",r=e?Ie:Ca;Rt.prototype[t]=function(t){return this[n](r(t))}}),Rt.prototype.compact=function(){return this.filter(Ya)},Rt.prototype.reject=function(t,e){return t=Rn(t,e,1),this.filter(function(e){return!t(e)})},Rt.prototype.slice=function(t,e){t=null==t?0:+t||0;var n=this;return n.__filtered__&&(t>0||e<0)?new Rt(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==x&&(e=+e||0,n=e<0?n.dropRight(-e):n.take(e-t)),n)},Rt.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},Rt.prototype.toArray=function(){return this.take(Yu)},Se(Rt.prototype,function(t,n){var r=/^(?:filter|map|reject)|While$/.test(n),i=/^(?:first|last)$/.test(n),a=e[i?"take"+("last"==n?"Right":""):n];a&&(e.prototype[n]=function(){var e=i?[1]:arguments,n=this.__chain__,u=this.__wrapped__,o=!!this.__actions__.length,s=u instanceof Rt,c=e[0],l=s||Ao(u);l&&r&&"function"==typeof c&&1!=c.length&&(s=l=!1);var f=function(t){return i&&n?a(t,1)[0]:a.apply(x,ce([t],e))},h={func:zr,args:[f],thisArg:x},d=s&&!o;if(i&&!n)return d?(u=u.clone(),u.__actions__.push(h),t.call(u)):a.call(x,this.value())[0];if(!i&&l){u=d?u:new Rt(this);var p=t.apply(u,e);return p.__actions__.push(h),new y(p,n)}return this.thru(f)})}),re(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var n=(/^(?:replace|split)$/.test(t)?Xa:Za)[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return i&&!this.__chain__?n.apply(this.value(),t):this[r](function(e){return n.apply(e,t)})}}),Se(Rt.prototype,function(t,n){var r=e[n];if(r){var i=r.name;(Cu[i]||(Cu[i]=[])).push({name:n,func:r})}}),Cu[jn(x,T).name]=[{name:"wrapper",func:x}],Rt.prototype.clone=Wt,Rt.prototype.reverse=zt,Rt.prototype.value=qt,e.prototype.chain=qr,e.prototype.commit=Ur,e.prototype.concat=to,e.prototype.plant=$r,e.prototype.reverse=Vr,e.prototype.toString=Gr,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Jr,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var x,D="3.10.1",Y=1,T=2,A=4,E=8,S=16,j=32,C=64,F=128,O=256,H=30,P="...",N=150,I=16,B=200,R=1,W=2,z="Expected a function",q="__lodash_placeholder__",U="[object Arguments]",$="[object Array]",V="[object Boolean]",G="[object Date]",J="[object Error]",Z="[object Function]",K="[object Number]",X="[object Object]",Q="[object RegExp]",tt="[object String]",et="[object ArrayBuffer]",nt="[object Float32Array]",rt="[object Float64Array]",it="[object Int8Array]",at="[object Int16Array]",ut="[object Int32Array]",ot="[object Uint8Array]",st="[object Uint8ClampedArray]",ct="[object Uint16Array]",lt="[object Uint32Array]",ft=/\b__p \+= '';/g,ht=/\b(__p \+=) '' \+/g,dt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pt=/&(?:amp|lt|gt|quot|#39|#96);/g,_t=/[&<>"'`]/g,mt=RegExp(pt.source),gt=RegExp(_t.source),yt=/<%-([\s\S]+?)%>/g,vt=/<%([\s\S]+?)%>/g,Mt=/<%=([\s\S]+?)%>/g,bt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,wt=/^\w*$/,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,kt=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,xt=RegExp(kt.source),Dt=/[\u0300-\u036f\ufe20-\ufe23]/g,Yt=/\\(\\)?/g,Tt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,At=/\w*$/,Et=/^0[xX]/,St=/^\[object .+?Constructor\]$/,jt=/^\d+$/,Ct=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Ft=/($^)/,Ot=/['\n\r\u2028\u2029\\]/g,Ht=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Pt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Nt=-1,It={};It[nt]=It[rt]=It[it]=It[at]=It[ut]=It[ot]=It[st]=It[ct]=It[lt]=!0,It[U]=It[$]=It[et]=It[V]=It[G]=It[J]=It[Z]=It["[object Map]"]=It[K]=It[X]=It[Q]=It["[object Set]"]=It[tt]=It["[object WeakMap]"]=!1;var Bt={};Bt[U]=Bt[$]=Bt[et]=Bt[V]=Bt[G]=Bt[nt]=Bt[rt]=Bt[it]=Bt[at]=Bt[ut]=Bt[K]=Bt[X]=Bt[Q]=Bt[tt]=Bt[ot]=Bt[st]=Bt[ct]=Bt[lt]=!0,Bt[J]=Bt[Z]=Bt["[object Map]"]=Bt["[object Set]"]=Bt["[object WeakMap]"]=!1;var Rt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},Wt={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","`":"&#96;"},zt={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'","&#96;":"`"},qt={function:!0,object:!0},Ut={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},$t={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Vt=qt[typeof e]&&e&&!e.nodeType&&e,Gt=qt[typeof t]&&t&&!t.nodeType&&t,Jt=Vt&&Gt&&"object"==typeof n&&n&&n.Object&&n,Zt=qt[typeof self]&&self&&self.Object&&self,Kt=qt[typeof window]&&window&&window.Object&&window,Xt=Gt&&Gt.exports===Vt&&Vt,Qt=Jt||Kt!==(this&&this.window)&&Kt||Zt||this,te=k();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Qt._=te,define(function(){return te})):Vt&&Gt?Xt?(Gt.exports=te)._=te:Vt._=te:Qt._=te}).call(this)}).call(e,n(3)(t),n(5))},function(t,e){t.exports="1.0.7"},function(t,e,n){function r(t){var e={options:{directed:t.isDirected(),multigraph:t.isMultigraph(),compound:t.isCompound()},nodes:i(t),edges:a(t)};return o.isUndefined(t.graph())||(e.value=o.clone(t.graph())),e}function i(t){return o.map(t.nodes(),function(e){var n=t.node(e),r=t.parent(e),i={v:e};return o.isUndefined(n)||(i.value=n),o.isUndefined(r)||(i.parent=r),i})}function a(t){return o.map(t.edges(),function(e){var n=t.edge(e),r={v:e.v,w:e.w};return o.isUndefined(e.name)||(r.name=e.name),o.isUndefined(n)||(r.value=n),r})}function u(t){var e=new s(t.options).setGraph(t.value);return o.each(t.nodes,function(t){e.setNode(t.v,t.value),t.parent&&e.setParent(t.v,t.parent)}),o.each(t.edges,function(t){e.setEdge({v:t.v,w:t.w,name:t.name},t.value)}),e}var o=n(7),s=n(18);t.exports={write:r,read:u}},function(t,e,n){t.exports={components:n(195),dijkstra:n(32),dijkstraAll:n(196),findCycles:n(197),floydWarshall:n(198),isAcyclic:n(199),postorder:n(200),preorder:n(201),prim:n(202),tarjan:n(34),topsort:n(35)}},function(t,e,n){function r(t){function e(a){i.has(r,a)||(r[a]=!0,n.push(a),i.each(t.successors(a),e),i.each(t.predecessors(a),e))}var n,r={},a=[];return i.each(t.nodes(),function(t){n=[],e(t),n.length&&a.push(n)}),a}var i=n(7);t.exports=r},function(t,e,n){function r(t,e,n){return a.transform(t.nodes(),function(r,a){r[a]=i(t,a,e,n)},{})}var i=n(32),a=n(7);t.exports=r},function(t,e,n){function r(t){return i.filter(a(t),function(e){return e.length>1||1===e.length&&t.hasEdge(e[0],e[0])})}var i=n(7),a=n(34);t.exports=r},function(t,e,n){function r(t,e,n){return i(t,e||u,n||function(e){return t.outEdges(e)})}function i(t,e,n){var r={},i=t.nodes();return i.forEach(function(t){r[t]={},r[t][t]={distance:0},i.forEach(function(e){t!==e&&(r[t][e]={distance:Number.POSITIVE_INFINITY})}),n(t).forEach(function(n){var i=n.v===t?n.w:n.v,a=e(n);r[t][i]={distance:a,predecessor:t}})}),i.forEach(function(t){var e=r[t];i.forEach(function(n){var a=r[n];i.forEach(function(n){var r=a[t],i=e[n],u=a[n],o=r.distance+i.distance;o<u.distance&&(u.distance=o,u.predecessor=i.predecessor)})})}),r}var a=n(7);t.exports=r;var u=a.constant(1)},function(t,e,n){function r(t){try{i(t)}catch(t){if(t instanceof i.CycleException)return!1;throw t}return!0}var i=n(35);t.exports=r},function(t,e,n){function r(t,e){return i(t,e,"post")}var i=n(36);t.exports=r},function(t,e,n){function r(t,e){return i(t,e,"pre")}var i=n(36);t.exports=r},function(t,e,n){function r(t,e){function n(t){var n=t.v===r?t.w:t.v,i=c.priority(n);if(void 0!==i){var a=e(t);a<i&&(s[n]=r,c.decrease(n,a))}}var r,o=new a,s={},c=new u;if(0===t.nodeCount())return o;i.each(t.nodes(),function(t){c.add(t,Number.POSITIVE_INFINITY),o.setNode(t)}),c.decrease(t.nodes()[0],0);for(var l=!1;c.size()>0;){if(r=c.removeMin(),i.has(s,r))o.setEdge(r,s[r]);else{if(l)throw new Error("Input graph is not connected: "+t);l=!0}t.nodeEdges(r).forEach(n)}return o}var i=n(7),a=n(18),u=n(33);t.exports=r},function(t,e,n){"use strict";function r(t,e){var n=e&&e.debugTiming?C.time:C.notime;n("layout",function(){var e=n(" buildLayoutGraph",function(){return u(t)});n(" runLayout",function(){i(e,n)}),n(" updateInputGraph",function(){a(t,e)})})}function i(t,e){e(" makeSpaceForEdgeLabels",function(){o(t)}),e(" removeSelfEdges",function(){m(t)}),e(" acyclic",function(){w.run(t)}),e(" nestingGraph.run",function(){T.run(t)}),e(" rank",function(){k(C.asNonCompoundGraph(t))}),e(" injectEdgeLabelProxies",function(){s(t)}),e(" removeEmptyRanks",function(){Y(t)}),e(" nestingGraph.cleanup",function(){T.cleanup(t)}),e(" normalizeRanks",function(){x(t)}),e(" assignRankMinMax",function(){c(t)}),e(" removeEdgeLabelProxies",function(){l(t)}),e(" normalize.run",function(){L.run(t)}),e(" parentDummyChains",function(){D(t)}),e(" addBorderSegments",function(){A(t)}),e(" order",function(){S(t)}),e(" insertSelfEdges",function(){g(t)}),e(" adjustCoordinateSystem",function(){E.adjust(t)}),e(" position",function(){j(t)}),e(" positionSelfEdges",function(){y(t)}),e(" removeBorderNodes",function(){_(t)}),e(" normalize.undo",function(){L.undo(t)}),e(" fixupEdgeLabelCoords",function(){d(t)}),e(" undoCoordinateSystem",function(){E.undo(t)}),e(" translateGraph",function(){f(t)}),e(" assignNodeIntersects",function(){h(t)}),e(" reversePoints",function(){p(t)}),e(" acyclic.undo",function(){w.undo(t)})}function a(t,e){b.each(t.nodes(),function(n){var r=t.node(n),i=e.node(n);r&&(r.x=i.x,r.y=i.y,e.children(n).length&&(r.width=i.width,r.height=i.height))}),b.each(t.edges(),function(n){var r=t.edge(n),i=e.edge(n);r.points=i.points,b.has(i,"x")&&(r.x=i.x,r.y=i.y)}),t.graph().width=e.graph().width,t.graph().height=e.graph().height}function u(t){var e=new F({multigraph:!0,compound:!0}),n=M(t.graph());return e.setGraph(b.merge({},H,v(n,O),b.pick(n,P))),b.each(t.nodes(),function(n){var r=M(t.node(n));e.setNode(n,b.defaults(v(r,N),I)),e.setParent(n,t.parent(n))}),b.each(t.edges(),function(n){var r=M(t.edge(n));e.setEdge(n,b.merge({},R,v(r,B),b.pick(r,W)))}),e}function o(t){var e=t.graph();e.ranksep/=2,b.each(t.edges(),function(n){var r=t.edge(n);r.minlen*=2,"c"!==r.labelpos.toLowerCase()&&("TB"===e.rankdir||"BT"===e.rankdir?r.width+=r.labeloffset:r.height+=r.labeloffset)})}function s(t){b.each(t.edges(),function(e){var n=t.edge(e);if(n.width&&n.height){var r=t.node(e.v),i=t.node(e.w),a={rank:(i.rank-r.rank)/2+r.rank,e:e};C.addDummyNode(t,"edge-proxy",a,"_ep")}})}function c(t){var e=0;b.each(t.nodes(),function(n){var r=t.node(n);r.borderTop&&(r.minRank=t.node(r.borderTop).rank,r.maxRank=t.node(r.borderBottom).rank,e=b.max(e,r.maxRank))}),t.graph().maxRank=e}function l(t){b.each(t.nodes(),function(e){var n=t.node(e);"edge-proxy"===n.dummy&&(t.edge(n.e).labelRank=n.rank,t.removeNode(e))})}function f(t){function e(t){var e=t.x,u=t.y,o=t.width,s=t.height;n=Math.min(n,e-o/2),r=Math.max(r,e+o/2),i=Math.min(i,u-s/2),a=Math.max(a,u+s/2)}var n=Number.POSITIVE_INFINITY,r=0,i=Number.POSITIVE_INFINITY,a=0,u=t.graph(),o=u.marginx||0,s=u.marginy||0;b.each(t.nodes(),function(n){e(t.node(n))}),b.each(t.edges(),function(n){var r=t.edge(n);b.has(r,"x")&&e(r)}),n-=o,i-=s,b.each(t.nodes(),function(e){var r=t.node(e);r.x-=n,r.y-=i}),b.each(t.edges(),function(e){var r=t.edge(e);b.each(r.points,function(t){t.x-=n,t.y-=i}),b.has(r,"x")&&(r.x-=n),b.has(r,"y")&&(r.y-=i)}),u.width=r-n+o,u.height=a-i+s}function h(t){b.each(t.edges(),function(e){var n,r,i=t.edge(e),a=t.node(e.v),u=t.node(e.w);i.points?(n=i.points[0],r=i.points[i.points.length-1]):(i.points=[],n=u,r=a),i.points.unshift(C.intersectRect(a,n)),i.points.push(C.intersectRect(u,r))})}function d(t){b.each(t.edges(),function(e){var n=t.edge(e);if(b.has(n,"x"))switch("l"!==n.labelpos&&"r"!==n.labelpos||(n.width-=n.labeloffset),n.labelpos){case"l":n.x-=n.width/2+n.labeloffset;break;case"r":n.x+=n.width/2+n.labeloffset}})}function p(t){b.each(t.edges(),function(e){var n=t.edge(e);n.reversed&&n.points.reverse()})}function _(t){b.each(t.nodes(),function(e){if(t.children(e).length){var n=t.node(e),r=t.node(n.borderTop),i=t.node(n.borderBottom),a=t.node(b.last(n.borderLeft)),u=t.node(b.last(n.borderRight));n.width=Math.abs(u.x-a.x),n.height=Math.abs(i.y-r.y),n.x=a.x+n.width/2,n.y=r.y+n.height/2}}),b.each(t.nodes(),function(e){"border"===t.node(e).dummy&&t.removeNode(e)})}function m(t){b.each(t.edges(),function(e){if(e.v===e.w){var n=t.node(e.v);n.selfEdges||(n.selfEdges=[]),n.selfEdges.push({e:e,label:t.edge(e)}),t.removeEdge(e)}})}function g(t){var e=C.buildLayerMatrix(t);b.each(e,function(e){var n=0;b.each(e,function(e,r){var i=t.node(e);i.order=r+n,b.each(i.selfEdges,function(e){C.addDummyNode(t,"selfedge",{width:e.label.width,height:e.label.height,rank:i.rank,order:r+ ++n,e:e.e,label:e.label},"_se")}),delete i.selfEdges})})}function y(t){b.each(t.nodes(),function(e){var n=t.node(e);if("selfedge"===n.dummy){var r=t.node(n.e.v),i=r.x+r.width/2,a=r.y,u=n.x-i,o=r.height/2;t.setEdge(n.e,n.label),t.removeNode(e),n.label.points=[{x:i+2*u/3,y:a-o},{x:i+5*u/6,y:a-o},{x:i+u,y:a},{x:i+5*u/6,y:a+o},{x:i+2*u/3,y:a+o}],n.label.x=n.x,n.label.y=n.y}})}function v(t,e){return b.mapValues(b.pick(t,e),Number)}function M(t){var e={};return b.each(t,function(t,n){e[n.toLowerCase()]=t}),e}var b=n(1),w=n(205),L=n(208),k=n(209),x=n(4).normalizeRanks,D=n(211),Y=n(4).removeEmptyRanks,T=n(212),A=n(213),E=n(214),S=n(215),j=n(224),C=n(4),F=n(9).Graph;t.exports=r;var O=["nodesep","edgesep","ranksep","marginx","marginy"],H={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb"},P=["acyclicer","ranker","rankdir","align"],N=["width","height"],I={width:0,height:0},B=["minlen","weight","width","height","labeloffset"],R={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},W=["labelpos"]},function(t,e,n){(function(t,n){(function(){function r(t,e){if(t!==e){var n=null===t,r=t===x,i=t===t,a=null===e,u=e===x,o=e===e;if(t>e&&!a||!i||n&&!u&&o||r&&o)return 1;if(t<e&&!n||!o||a&&!r&&i||u&&i)return-1}return 0}function i(t,e,n){for(var r=t.length,i=n?r:-1;n?i--:++i<r;)if(e(t[i],i,t))return i;return-1}function a(t,e,n){if(e!==e)return m(t,n);for(var r=n-1,i=t.length;++r<i;)if(t[r]===e)return r;return-1}function u(t){return"function"==typeof t||!1}function o(t){return null==t?"":t+""}function s(t,e){for(var n=-1,r=t.length;++n<r&&e.indexOf(t.charAt(n))>-1;);return n}function c(t,e){for(var n=t.length;n--&&e.indexOf(t.charAt(n))>-1;);return n}function l(t,e){return r(t.criteria,e.criteria)||t.index-e.index}function f(t,e,n){for(var i=-1,a=t.criteria,u=e.criteria,o=a.length,s=n.length;++i<o;){var c=r(a[i],u[i]);if(c){if(i>=s)return c;var l=n[i];return c*("asc"===l||!0===l?1:-1)}}return t.index-e.index}function h(t){return Rt[t]}function d(t){return Wt[t]}function p(t,e,n){return e?t=Ut[t]:n&&(t=$t[t]),"\\"+t}function _(t){return"\\"+$t[t]}function m(t,e,n){for(var r=t.length,i=e+(n?0:-1);n?i--:++i<r;){var a=t[i];if(a!==a)return i}return-1}function g(t){return!!t&&"object"==typeof t}function y(t){return t<=160&&t>=9&&t<=13||32==t||160==t||5760==t||6158==t||t>=8192&&(t<=8202||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function v(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;)t[n]===e&&(t[n]=q,a[++i]=n);return a}function M(t,e){for(var n,r=-1,i=t.length,a=-1,u=[];++r<i;){var o=t[r],s=e?e(o,r,t):o;r&&n===s||(n=s,u[++a]=o)}return u}function b(t){for(var e=-1,n=t.length;++e<n&&y(t.charCodeAt(e)););return e}function w(t){for(var e=t.length;e--&&y(t.charCodeAt(e)););return e}function L(t){return zt[t]}function k(t){function e(t){if(g(t)&&!Ao(t)&&!(t instanceof Rt)){if(t instanceof y)return t;if(tu.call(t,"__chain__")&&tu.call(t,"__wrapped__"))return dr(t)}return new y(t)}function n(){}function y(t,e,n){this.__wrapped__=t,this.__actions__=n||[],this.__chain__=!!e}function Rt(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Yu,this.__views__=[]}function Wt(){var t=new Rt(this.__wrapped__);return t.__actions__=ne(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ne(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ne(this.__views__),t}function zt(){if(this.__filtered__){var t=new Rt(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function qt(){var t=this.__wrapped__.value(),e=this.__dir__,n=Ao(t),r=e<0,i=n?t.length:0,a=$n(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,f=l.length,h=0,d=wu(s,this.__takeCount__);if(!n||i<B||i==s&&d==s)return nn(r&&n?t.reverse():t,this.__actions__);var p=[];t:for(;s--&&h<d;){c+=e;for(var _=-1,m=t[c];++_<f;){var g=l[_],y=g.iteratee,v=g.type,M=y(m);if(v==W)m=M;else if(!M){if(v==R)continue t;break t}}p[h++]=m}return p}function Ut(){this.__data__={}}function $t(t){return this.has(t)&&delete this.__data__[t]}function Vt(t){return"__proto__"==t?x:this.__data__[t]}function Gt(t){return"__proto__"!=t&&tu.call(this.__data__,t)}function Jt(t,e){return"__proto__"!=t&&(this.__data__[t]=e),this}function Zt(t){var e=t?t.length:0;for(this.data={hash:mu(null),set:new lu};e--;)this.push(t[e])}function Kt(t,e){var n=t.data;return("string"==typeof e||Fi(e)?n.set.has(e):n.hash[e])?0:-1}function Xt(t){var e=this.data;"string"==typeof t||Fi(t)?e.set.add(t):e.hash[t]=!0}function ee(t,e){for(var n=-1,r=t.length,i=-1,a=e.length,u=Ba(r+a);++n<r;)u[n]=t[n];for(;++i<a;)u[n++]=e[i];return u}function ne(t,e){var n=-1,r=t.length;for(e||(e=Ba(r));++n<r;)e[n]=t[n];return e}function re(t,e){for(var n=-1,r=t.length;++n<r&&!1!==e(t[n],n,t););return t}function ie(t,e){for(var n=t.length;n--&&!1!==e(t[n],n,t););return t}function ae(t,e){for(var n=-1,r=t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function ue(t,e,n,r){for(var i=-1,a=t.length,u=r,o=u;++i<a;){var s=t[i],c=+e(s);n(c,u)&&(u=c,o=s)}return o}function oe(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;){var u=t[n];e(u,n,t)&&(a[++i]=u)}return a}function se(t,e){for(var n=-1,r=t.length,i=Ba(r);++n<r;)i[n]=e(t[n],n,t);return i}function ce(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}function le(t,e,n,r){var i=-1,a=t.length;for(r&&a&&(n=t[++i]);++i<a;)n=e(n,t[i],i,t);return n}function fe(t,e,n,r){var i=t.length;for(r&&i&&(n=t[--i]);i--;)n=e(n,t[i],i,t);return n}function he(t,e){for(var n=-1,r=t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function de(t,e){for(var n=t.length,r=0;n--;)r+=+e(t[n])||0;return r}function pe(t,e){return t===x?e:t}function _e(t,e,n,r){return t!==x&&tu.call(r,n)?t:e}function me(t,e,n){for(var r=-1,i=Bo(e),a=i.length;++r<a;){var u=i[r],o=t[u],s=n(o,e[u],u,t,e);(s===s?s===o:o!==o)&&(o!==x||u in t)||(t[u]=s)}return t}function ge(t,e){return null==e?t:ve(e,Bo(e),t)}function ye(t,e){for(var n=-1,r=null==t,i=!r&&Kn(t),a=i?t.length:0,u=e.length,o=Ba(u);++n<u;){var s=e[n];o[n]=i?Xn(s,a)?t[s]:x:r?x:t[s]}return o}function ve(t,e,n){n||(n={});for(var r=-1,i=e.length;++r<i;){var a=e[r];n[a]=t[a]}return n}function Me(t,e,n){var r=typeof t;return"function"==r?e===x?t:un(t,e,n):null==t?Ya:"object"==r?Ie(t):e===x?Ca(t):Be(t,e)}function be(t,e,n,r,i,a,u){var o;if(n&&(o=i?n(t,r,i):n(t)),o!==x)return o;if(!Fi(t))return t;var s=Ao(t);if(s){if(o=Vn(t),!e)return ne(t,o)}else{var c=nu.call(t),l=c==Z;if(c!=X&&c!=U&&(!l||i))return Bt[c]?Jn(t,c,e):i?t:{};if(o=Gn(l?{}:t),!e)return ge(o,t)}a||(a=[]),u||(u=[]);for(var f=a.length;f--;)if(a[f]==t)return u[f];return a.push(t),u.push(o),(s?re:Se)(t,function(r,i){o[i]=be(r,e,n,i,t,a,u)}),o}function we(t,e,n){if("function"!=typeof t)throw new Ja(z);return fu(function(){t.apply(x,n)},e)}function Le(t,e){var n=t?t.length:0,r=[];if(!n)return r;var i=-1,u=zn(),o=u==a,s=o&&e.length>=B?_n(e):null,c=e.length;s&&(u=Kt,o=!1,e=s);t:for(;++i<n;){var l=t[i];if(o&&l===l){for(var f=c;f--;)if(e[f]===l)continue t;r.push(l)}else u(e,l,0)<0&&r.push(l)}return r}function ke(t,e){var n=!0;return Ou(t,function(t,r,i){return n=!!e(t,r,i)}),n}function xe(t,e,n,r){var i=r,a=i;return Ou(t,function(t,u,o){var s=+e(t,u,o);(n(s,i)||s===r&&s===a)&&(i=s,a=t)}),a}function De(t,e,n,r){var i=t.length;for(n=null==n?0:+n||0,n<0&&(n=-n>i?0:i+n),r=r===x||r>i?i:+r||0,r<0&&(r+=i),i=n>r?0:r>>>0,n>>>=0;n<i;)t[n++]=e;return t}function Ye(t,e){var n=[];return Ou(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function Te(t,e,n,r){var i;return n(t,function(t,n,a){if(e(t,n,a))return i=r?n:t,!1}),i}function Ae(t,e,n,r){r||(r=[]);for(var i=-1,a=t.length;++i<a;){var u=t[i];g(u)&&Kn(u)&&(n||Ao(u)||xi(u))?e?Ae(u,e,n,r):ce(r,u):n||(r[r.length]=u)}return r}function Ee(t,e){return Pu(t,e,ta)}function Se(t,e){return Pu(t,e,Bo)}function je(t,e){return Nu(t,e,Bo)}function Ce(t,e){for(var n=-1,r=e.length,i=-1,a=[];++n<r;){var u=e[n];Ci(t[u])&&(a[++i]=u)}return a}function Fe(t,e,n){if(null!=t){n!==x&&n in fr(t)&&(e=[n]);for(var r=0,i=e.length;null!=t&&r<i;)t=t[e[r++]];return r&&r==i?t:x}}function Oe(t,e,n,r,i,a){return t===e||(null==t||null==e||!Fi(t)&&!g(e)?t!==t&&e!==e:He(t,e,Oe,n,r,i,a))}function He(t,e,n,r,i,a,u){var o=Ao(t),s=Ao(e),c=$,l=$;o||(c=nu.call(t),c==U?c=X:c!=X&&(o=zi(t))),s||(l=nu.call(e),l==U?l=X:l!=X&&(s=zi(e)));var f=c==X,h=l==X,d=c==l;if(d&&!o&&!f)return In(t,e,c);if(!i){var p=f&&tu.call(t,"__wrapped__"),_=h&&tu.call(e,"__wrapped__");if(p||_)return n(p?t.value():t,_?e.value():e,r,i,a,u)}if(!d)return!1;a||(a=[]),u||(u=[]);for(var m=a.length;m--;)if(a[m]==t)return u[m]==e;a.push(t),u.push(e);var g=(o?Nn:Bn)(t,e,n,r,i,a,u);return a.pop(),u.pop(),g}function Pe(t,e,n){var r=e.length,i=r,a=!n;if(null==t)return!i;for(t=fr(t);r--;){var u=e[r];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++r<i;){u=e[r];var o=u[0],s=t[o],c=u[1];if(a&&u[2]){if(s===x&&!(o in t))return!1}else{var l=n?n(s,c,o):x;if(!(l===x?Oe(c,s,n,!0):l))return!1}}return!0}function Ne(t,e){var n=-1,r=Kn(t)?Ba(t.length):[];return Ou(t,function(t,i,a){r[++n]=e(t,i,a)}),r}function Ie(t){var e=qn(t);if(1==e.length&&e[0][2]){var n=e[0][0],r=e[0][1];return function(t){return null!=t&&(t[n]===r&&(r!==x||n in fr(t)))}}return function(t){return Pe(t,e)}}function Be(t,e){var n=Ao(t),r=tr(t)&&rr(e),i=t+"";return t=hr(t),function(a){if(null==a)return!1;var u=i;if(a=fr(a),(n||!r)&&!(u in a)){if(null==(a=1==t.length?a:Fe(a,Ge(t,0,-1))))return!1;u=Dr(t),a=fr(a)}return a[u]===e?e!==x||u in a:Oe(e,a[u],x,!0)}}function Re(t,e,n,r,i){if(!Fi(t))return t;var a=Kn(e)&&(Ao(e)||zi(e)),u=a?x:Bo(e);return re(u||e,function(o,s){if(u&&(s=o,o=e[s]),g(o))r||(r=[]),i||(i=[]),We(t,e,s,Re,n,r,i);else{var c=t[s],l=n?n(c,o,s,t,e):x,f=l===x;f&&(l=o),l===x&&(!a||s in t)||!f&&(l===l?l===c:c!==c)||(t[s]=l)}}),t}function We(t,e,n,r,i,a,u){for(var o=a.length,s=e[n];o--;)if(a[o]==s)return void(t[n]=u[o]);var c=t[n],l=i?i(c,s,n,t,e):x,f=l===x;f&&(l=s,Kn(s)&&(Ao(s)||zi(s))?l=Ao(c)?c:Kn(c)?ne(c):[]:Bi(s)||xi(s)?l=xi(c)?Gi(c):Bi(c)?c:{}:f=!1),a.push(s),u.push(l),f?t[n]=r(l,s,i,a,u):(l===l?l!==c:c===c)&&(t[n]=l)}function ze(t){return function(e){return null==e?x:e[t]}}function qe(t){var e=t+"";return t=hr(t),function(n){return Fe(n,t,e)}}function Ue(t,e){for(var n=t?e.length:0;n--;){var r=e[n];if(r!=i&&Xn(r)){var i=r;hu.call(t,r,1)}}return t}function $e(t,e){return t+gu(xu()*(e-t+1))}function Ve(t,e,n,r,i){return i(t,function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)}),n}function Ge(t,e,n){var r=-1,i=t.length;e=null==e?0:+e||0,e<0&&(e=-e>i?0:i+e),n=n===x||n>i?i:+n||0,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var a=Ba(i);++r<i;)a[r]=t[r+e];return a}function Je(t,e){var n;return Ou(t,function(t,r,i){return!(n=e(t,r,i))}),!!n}function Ze(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}function Ke(t,e,n){var r=Rn(),i=-1;return e=se(e,function(t){return r(t)}),Ze(Ne(t,function(t){return{criteria:se(e,function(e){return e(t)}),index:++i,value:t}}),function(t,e){return f(t,e,n)})}function Xe(t,e){var n=0;return Ou(t,function(t,r,i){n+=+e(t,r,i)||0}),n}function Qe(t,e){var n=-1,r=zn(),i=t.length,u=r==a,o=u&&i>=B,s=o?_n():null,c=[];s?(r=Kt,u=!1):(o=!1,s=e?[]:c);t:for(;++n<i;){var l=t[n],f=e?e(l,n,t):l;if(u&&l===l){for(var h=s.length;h--;)if(s[h]===f)continue t;e&&s.push(f),c.push(l)}else r(s,f,0)<0&&((e||o)&&s.push(f),c.push(l))}return c}function tn(t,e){for(var n=-1,r=e.length,i=Ba(r);++n<r;)i[n]=t[e[n]];return i}function en(t,e,n,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&e(t[a],a,t););return n?Ge(t,r?0:a,r?a+1:i):Ge(t,r?a+1:0,r?i:a)}function nn(t,e){var n=t;n instanceof Rt&&(n=n.value());for(var r=-1,i=e.length;++r<i;){var a=e[r];n=a.func.apply(a.thisArg,ce([n],a.args))}return n}function rn(t,e,n){var r=0,i=t?t.length:r;if("number"==typeof e&&e===e&&i<=Eu){for(;r<i;){var a=r+i>>>1,u=t[a];(n?u<=e:u<e)&&null!==u?r=a+1:i=a}return i}return an(t,e,Ya,n)}function an(t,e,n,r){e=n(e);for(var i=0,a=t?t.length:0,u=e!==e,o=null===e,s=e===x;i<a;){var c=gu((i+a)/2),l=n(t[c]),f=l!==x,h=l===l;if(u)var d=h||r;else d=o?h&&f&&(r||null!=l):s?h&&(r||f):null!=l&&(r?l<=e:l<e);d?i=c+1:a=c}return wu(a,Au)}function un(t,e,n){if("function"!=typeof t)return Ya;if(e===x)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,a){return t.call(e,n,r,i,a)};case 5:return function(n,r,i,a,u){return t.call(e,n,r,i,a,u)}}return function(){return t.apply(e,arguments)}}function on(t){var e=new au(t.byteLength);return new du(e).set(new du(t)),e}function sn(t,e,n){for(var r=n.length,i=-1,a=bu(t.length-r,0),u=-1,o=e.length,s=Ba(o+a);++u<o;)s[u]=e[u];for(;++i<r;)s[n[i]]=t[i];for(;a--;)s[u++]=t[i++];return s}function cn(t,e,n){for(var r=-1,i=n.length,a=-1,u=bu(t.length-i,0),o=-1,s=e.length,c=Ba(u+s);++a<u;)c[a]=t[a];for(var l=a;++o<s;)c[l+o]=e[o];for(;++r<i;)c[l+n[r]]=t[a++];return c}function ln(t,e){return function(n,r,i){var a=e?e():{};if(r=Rn(r,i,3),Ao(n))for(var u=-1,o=n.length;++u<o;){var s=n[u];t(a,s,r(s,u,n),n)}else Ou(n,function(e,n,i){t(a,e,r(e,n,i),i)});return a}}function fn(t){return gi(function(e,n){var r=-1,i=null==e?0:n.length,a=i>2?n[i-2]:x,u=i>2?n[2]:x,o=i>1?n[i-1]:x;for("function"==typeof a?(a=un(a,o,5),i-=2):(a="function"==typeof o?o:x,i-=a?1:0),u&&Qn(n[0],n[1],u)&&(a=i<3?x:a,i=1);++r<i;){var s=n[r];s&&t(e,s,a)}return e})}function hn(t,e){return function(n,r){var i=n?Ru(n):0;if(!nr(i))return t(n,r);for(var a=e?i:-1,u=fr(n);(e?a--:++a<i)&&!1!==r(u[a],a,u););return n}}function dn(t){return function(e,n,r){for(var i=fr(e),a=r(e),u=a.length,o=t?u:-1;t?o--:++o<u;){var s=a[o];if(!1===n(i[s],s,i))break}return e}}function pn(t,e){function n(){return(this&&this!==Qt&&this instanceof n?r:t).apply(e,arguments)}var r=gn(t);return n}function _n(t){return mu&&lu?new Zt(t):null}function mn(t){return function(e){for(var n=-1,r=ka(la(e)),i=r.length,a="";++n<i;)a=t(a,r[n],n);return a}}function gn(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Fu(t.prototype),r=t.apply(n,e);return Fi(r)?r:n}}function yn(t){function e(n,r,i){i&&Qn(n,r,i)&&(r=x);var a=Pn(n,t,x,x,x,x,x,r);return a.placeholder=e.placeholder,a}return e}function vn(t,e){return gi(function(n){var r=n[0];return null==r?r:(n.push(e),t.apply(x,n))})}function Mn(t,e){return function(n,r,i){if(i&&Qn(n,r,i)&&(r=x),r=Rn(r,i,3),1==r.length){n=Ao(n)?n:lr(n);var a=ue(n,r,t,e);if(!n.length||a!==e)return a}return xe(n,r,t,e)}}function bn(t,e){return function(n,r,a){if(r=Rn(r,a,3),Ao(n)){var u=i(n,r,e);return u>-1?n[u]:x}return Te(n,r,t)}}function wn(t){return function(e,n,r){return e&&e.length?(n=Rn(n,r,3),i(e,n,t)):-1}}function Ln(t){return function(e,n,r){return n=Rn(n,r,3),Te(e,n,t,!0)}}function kn(t){return function(){for(var e,n=arguments.length,r=t?n:-1,i=0,a=Ba(n);t?r--:++r<n;){var u=a[i++]=arguments[r];if("function"!=typeof u)throw new Ja(z);!e&&y.prototype.thru&&"wrapper"==Wn(u)&&(e=new y([],!0))}for(r=e?-1:n;++r<n;){u=a[r];var o=Wn(u),s="wrapper"==o?Bu(u):x;e=s&&er(s[0])&&s[1]==(F|E|j|O)&&!s[4].length&&1==s[9]?e[Wn(s[0])].apply(e,s[3]):1==u.length&&er(u)?e[o]():e.thru(u)}return function(){var t=arguments,r=t[0];if(e&&1==t.length&&Ao(r)&&r.length>=B)return e.plant(r).value();for(var i=0,u=n?a[i].apply(this,t):r;++i<n;)u=a[i].call(this,u);return u}}}function xn(t,e){return function(n,r,i){return"function"==typeof r&&i===x&&Ao(n)?t(n,r):e(n,un(r,i,3))}}function Dn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n,ta)}}function Yn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n)}}function Tn(t){return function(e,n,r){var i={};return n=Rn(n,r,3),Se(e,function(e,r,a){var u=n(e,r,a);r=t?u:r,e=t?e:u,i[r]=e}),i}}function An(t){return function(e,n,r){return e=o(e),(t?e:"")+Cn(e,n,r)+(t?"":e)}}function En(t){var e=gi(function(n,r){var i=v(r,e.placeholder);return Pn(n,t,x,r,i)});return e}function Sn(t,e){return function(n,r,i,a){var u=arguments.length<3;return"function"==typeof r&&a===x&&Ao(n)?t(n,r,i,u):Ve(n,Rn(r,a,4),i,u,e)}}function jn(t,e,n,r,i,a,u,o,s,c){function l(){for(var y=arguments.length,M=y,b=Ba(y);M--;)b[M]=arguments[M];if(r&&(b=sn(b,r,i)),a&&(b=cn(b,a,u)),p||m){var w=l.placeholder,L=v(b,w);if((y-=L.length)<c){var k=o?ne(o):x,D=bu(c-y,0),A=p?L:x,E=p?x:L,S=p?b:x,F=p?x:b;e|=p?j:C,e&=~(p?C:j),_||(e&=~(Y|T));var O=[t,e,n,S,A,F,E,k,s,D],H=jn.apply(x,O);return er(t)&&Wu(H,O),H.placeholder=w,H}}var P=h?n:this,N=d?P[t]:t;return o&&(b=sr(b,o)),f&&s<b.length&&(b.length=s),this&&this!==Qt&&this instanceof l&&(N=g||gn(t)),N.apply(P,b)}var f=e&F,h=e&Y,d=e&T,p=e&E,_=e&A,m=e&S,g=d?x:gn(t);return l}function Cn(t,e,n){var r=t.length;if(e=+e,r>=e||!vu(e))return"";var i=e-r;return n=null==n?" ":n+"",ma(n,_u(i/n.length)).slice(0,i)}function Fn(t,e,n,r){function i(){for(var e=-1,o=arguments.length,s=-1,c=r.length,l=Ba(c+o);++s<c;)l[s]=r[s];for(;o--;)l[s++]=arguments[++e];return(this&&this!==Qt&&this instanceof i?u:t).apply(a?n:this,l)}var a=e&Y,u=gn(t);return i}function On(t){var e=qa[t];return function(t,n){return n=n===x?0:+n||0,n?(n=su(10,n),e(t*n)/n):e(t)}}function Hn(t){return function(e,n,r,i){var a=Rn(r);return null==r&&a===Me?rn(e,n,t):an(e,n,a(r,i,1),t)}}function Pn(t,e,n,r,i,a,u,o){var s=e&T;if(!s&&"function"!=typeof t)throw new Ja(z);var c=r?r.length:0;if(c||(e&=~(j|C),r=i=x),c-=i?i.length:0,e&C){var l=r,f=i;r=i=x}var h=s?x:Bu(t),d=[t,e,n,r,i,l,f,a,u,o];if(h&&(ir(d,h),e=d[1],o=d[9]),d[9]=null==o?s?0:t.length:bu(o-c,0)||0,e==Y)var p=pn(d[0],d[2]);else p=e!=j&&e!=(Y|j)||d[4].length?jn.apply(x,d):Fn.apply(x,d);return(h?Iu:Wu)(p,d)}function Nn(t,e,n,r,i,a,u){var o=-1,s=t.length,c=e.length;if(s!=c&&!(i&&c>s))return!1;for(;++o<s;){var l=t[o],f=e[o],h=r?r(i?f:l,i?l:f,o):x;if(h!==x){if(h)continue;return!1}if(i){if(!he(e,function(t){return l===t||n(l,t,r,i,a,u)}))return!1}else if(l!==f&&!n(l,f,r,i,a,u))return!1}return!0}function In(t,e,n){switch(n){case V:case G:return+t==+e;case J:return t.name==e.name&&t.message==e.message;case K:return t!=+t?e!=+e:t==+e;case Q:case tt:return t==e+""}return!1}function Bn(t,e,n,r,i,a,u){var o=Bo(t),s=o.length;if(s!=Bo(e).length&&!i)return!1;for(var c=s;c--;){var l=o[c];if(!(i?l in e:tu.call(e,l)))return!1}for(var f=i;++c<s;){l=o[c];var h=t[l],d=e[l],p=r?r(i?d:h,i?h:d,l):x;if(!(p===x?n(h,d,r,i,a,u):p))return!1;f||(f="constructor"==l)}if(!f){var _=t.constructor,m=e.constructor;if(_!=m&&"constructor"in t&&"constructor"in e&&!("function"==typeof _&&_ instanceof _&&"function"==typeof m&&m instanceof m))return!1}return!0}function Rn(t,n,r){var i=e.callback||xa;return i=i===xa?Me:i,r?i(t,n,r):i}function Wn(t){for(var e=t.name,n=Cu[e],r=n?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function zn(t,n,r){var i=e.indexOf||kr;return i=i===kr?a:i,t?i(t,n,r):i}function qn(t){for(var e=ea(t),n=e.length;n--;)e[n][2]=rr(e[n][1]);return e}function Un(t,e){var n=null==t?x:t[e];return Pi(n)?n:x}function $n(t,e,n){for(var r=-1,i=n.length;++r<i;){var a=n[r],u=a.size;switch(a.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=wu(e,t+u);break;case"takeRight":t=bu(t,e-u)}}return{start:t,end:e}}function Vn(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&tu.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Gn(t){var e=t.constructor;return"function"==typeof e&&e instanceof e||(e=$a),new e}function Jn(t,e,n){var r=t.constructor;switch(e){case et:return on(t);case V:case G:return new r(+t);case nt:case rt:case it:case at:case ut:case ot:case st:case ct:case lt:var i=t.buffer;return new r(n?on(i):i,t.byteOffset,t.length);case K:case tt:return new r(t);case Q:var a=new r(t.source,At.exec(t));a.lastIndex=t.lastIndex}return a}function Zn(t,e,n){null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),e=Dr(e));var r=null==t?t:t[e];return null==r?x:r.apply(t,n)}function Kn(t){return null!=t&&nr(Ru(t))}function Xn(t,e){return t="number"==typeof t||jt.test(t)?+t:-1,e=null==e?Su:e,t>-1&&t%1==0&&t<e}function Qn(t,e,n){if(!Fi(n))return!1;var r=typeof e;if("number"==r?Kn(n)&&Xn(e,n.length):"string"==r&&e in n){var i=n[e];return t===t?t===i:i!==i}return!1}function tr(t,e){var n=typeof t;return!!("string"==n&&wt.test(t)||"number"==n)||!Ao(t)&&(!bt.test(t)||null!=e&&t in fr(e))}function er(t){var n=Wn(t);if(!(n in Rt.prototype))return!1;var r=e[n];if(t===r)return!0;var i=Bu(r);return!!i&&t===i[0]}function nr(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=Su}function rr(t){return t===t&&!Fi(t)}function ir(t,e){var n=t[1],r=e[1],i=n|r,a=i<F,u=r==F&&n==E||r==F&&n==O&&t[7].length<=e[8]||r==(F|O)&&n==E;if(!a&&!u)return t;r&Y&&(t[2]=e[2],i|=n&Y?0:A);var o=e[3];if(o){var s=t[3];t[3]=s?sn(s,o,e[4]):ne(o),t[4]=s?v(t[3],q):ne(e[4])}return o=e[5],o&&(s=t[5],t[5]=s?cn(s,o,e[6]):ne(o),t[6]=s?v(t[5],q):ne(e[6])),o=e[7],o&&(t[7]=ne(o)),r&F&&(t[8]=null==t[8]?e[8]:wu(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function ar(t,e){return t===x?e:Eo(t,e,ar)}function ur(t,e){t=fr(t);for(var n=-1,r=e.length,i={};++n<r;){var a=e[n];a in t&&(i[a]=t[a])}return i}function or(t,e){var n={};return Ee(t,function(t,r,i){e(t,r,i)&&(n[r]=t)}),n}function sr(t,e){for(var n=t.length,r=wu(e.length,n),i=ne(t);r--;){var a=e[r];t[r]=Xn(a,n)?i[a]:x}return t}function cr(t){for(var e=ta(t),n=e.length,r=n&&t.length,i=!!r&&nr(r)&&(Ao(t)||xi(t)),a=-1,u=[];++a<n;){var o=e[a];(i&&Xn(o,r)||tu.call(t,o))&&u.push(o)}return u}function lr(t){return null==t?[]:Kn(t)?Fi(t)?t:$a(t):aa(t)}function fr(t){return Fi(t)?t:$a(t)}function hr(t){if(Ao(t))return t;var e=[];return o(t).replace(Lt,function(t,n,r,i){e.push(r?i.replace(Yt,"$1"):n||t)}),e}function dr(t){return t instanceof Rt?t.clone():new y(t.__wrapped__,t.__chain__,ne(t.__actions__))}function pr(t,e,n){e=(n?Qn(t,e,n):null==e)?1:bu(gu(e)||1,1);for(var r=0,i=t?t.length:0,a=-1,u=Ba(_u(i/e));r<i;)u[++a]=Ge(t,r,r+=e);return u}function _r(t){for(var e=-1,n=t?t.length:0,r=-1,i=[];++e<n;){var a=t[e];a&&(i[++r]=a)}return i}function mr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,e<0?0:e)):[]}function gr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,0,e<0?0:e)):[]}function yr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0,!0):[]}function vr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0):[]}function Mr(t,e,n,r){var i=t?t.length:0;return i?(n&&"number"!=typeof n&&Qn(t,e,n)&&(n=0,r=i),De(t,e,n,r)):[]}function br(t){return t?t[0]:x}function wr(t,e,n){var r=t?t.length:0;return n&&Qn(t,e,n)&&(e=!1),r?Ae(t,e):[]}function Lr(t){return(t?t.length:0)?Ae(t,!0):[]}function kr(t,e,n){var r=t?t.length:0;if(!r)return-1;if("number"==typeof n)n=n<0?bu(r+n,0):n;else if(n){var i=rn(t,e);return i<r&&(e===e?e===t[i]:t[i]!==t[i])?i:-1}return a(t,e,n||0)}function xr(t){return gr(t,1)}function Dr(t){var e=t?t.length:0;return e?t[e-1]:x}function Yr(t,e,n){var r=t?t.length:0;if(!r)return-1;var i=r;if("number"==typeof n)i=(n<0?bu(r+n,0):wu(n||0,r-1))+1;else if(n){i=rn(t,e,!0)-1;var a=t[i];return(e===e?e===a:a!==a)?i:-1}if(e!==e)return m(t,i,!0);for(;i--;)if(t[i]===e)return i;return-1}function Tr(){var t=arguments,e=t[0];if(!e||!e.length)return e;for(var n=0,r=zn(),i=t.length;++n<i;)for(var a=0,u=t[n];(a=r(e,u,a))>-1;)hu.call(e,a,1);return e}function Ar(t,e,n){var r=[];if(!t||!t.length)return r;var i=-1,a=[],u=t.length;for(e=Rn(e,n,3);++i<u;){var o=t[i];e(o,i,t)&&(r.push(o),a.push(i))}return Ue(t,a),r}function Er(t){return mr(t,1)}function Sr(t,e,n){var r=t?t.length:0;return r?(n&&"number"!=typeof n&&Qn(t,e,n)&&(e=0,n=r),Ge(t,e,n)):[]}function jr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,0,e<0?0:e)):[]}function Cr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,e<0?0:e)):[]}function Fr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!1,!0):[]}function Or(t,e,n){return t&&t.length?en(t,Rn(e,n,3)):[]}function Hr(t,e,n,r){if(!(t?t.length:0))return[];null!=e&&"boolean"!=typeof e&&(r=n,n=Qn(t,e,r)?x:e,e=!1);var i=Rn();return null==n&&i===Me||(n=i(n,r,3)),e&&zn()==a?M(t,n):Qe(t,n)}function Pr(t){if(!t||!t.length)return[];var e=-1,n=0;t=oe(t,function(t){if(Kn(t))return n=bu(t.length,n),!0});for(var r=Ba(n);++e<n;)r[e]=se(t,ze(e));return r}function Nr(t,e,n){if(!(t?t.length:0))return[];var r=Pr(t);return null==e?r:(e=un(e,n,4),se(r,function(t){return le(t,e,x,!0)}))}function Ir(){for(var t=-1,e=arguments.length;++t<e;){var n=arguments[t];if(Kn(n))var r=r?ce(Le(r,n),Le(n,r)):n}return r?Qe(r):[]}function Br(t,e){var n=-1,r=t?t.length:0,i={};for(!r||e||Ao(t[0])||(e=[]);++n<r;){var a=t[n];e?i[a]=e[n]:a&&(i[a[0]]=a[1])}return i}function Rr(t){var n=e(t);return n.__chain__=!0,n}function Wr(t,e,n){return e.call(n,t),t}function zr(t,e,n){return e.call(n,t)}function qr(){return Rr(this)}function Ur(){return new y(this.value(),this.__chain__)}function $r(t){for(var e,r=this;r instanceof n;){var i=dr(r);e?a.__wrapped__=i:e=i;var a=i;r=r.__wrapped__}return a.__wrapped__=t,e}function Vr(){var t=this.__wrapped__,e=function(t){return n&&n.__dir__<0?t:t.reverse()};if(t instanceof Rt){var n=t;return this.__actions__.length&&(n=new Rt(this)),n=n.reverse(),n.__actions__.push({func:zr,args:[e],thisArg:x}),new y(n,this.__chain__)}return this.thru(e)}function Gr(){return this.value()+""}function Jr(){return nn(this.__wrapped__,this.__actions__)}function Zr(t,e,n){var r=Ao(t)?ae:ke;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function Kr(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,e)}function Xr(t,e){return ro(t,Ie(e))}function Qr(t,e,n,r){var i=t?Ru(t):0;return nr(i)||(t=aa(t),i=t.length),n="number"!=typeof n||r&&Qn(e,n,r)?0:n<0?bu(i+n,0):n||0,"string"==typeof t||!Ao(t)&&Wi(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&zn(t,e,n)>-1}function ti(t,e,n){var r=Ao(t)?se:Ne;return e=Rn(e,n,3),r(t,e)}function ei(t,e){return ti(t,Ca(e))}function ni(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,function(t,n,r){return!e(t,n,r)})}function ri(t,e,n){if(n?Qn(t,e,n):null==e){t=lr(t);var r=t.length;return r>0?t[$e(0,r-1)]:x}var i=-1,a=Vi(t),r=a.length,u=r-1;for(e=wu(e<0?0:+e||0,r);++i<e;){var o=$e(i,u),s=a[o];a[o]=a[i],a[i]=s}return a.length=e,a}function ii(t){return ri(t,Yu)}function ai(t){var e=t?Ru(t):0;return nr(e)?e:Bo(t).length}function ui(t,e,n){var r=Ao(t)?he:Je;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function oi(t,e,n){if(null==t)return[];n&&Qn(t,e,n)&&(e=x);var r=-1;return e=Rn(e,n,3),Ze(Ne(t,function(t,n,i){return{criteria:e(t,n,i),index:++r,value:t}}),l)}function si(t,e,n,r){return null==t?[]:(r&&Qn(e,n,r)&&(n=x),Ao(e)||(e=null==e?[]:[e]),Ao(n)||(n=null==n?[]:[n]),Ke(t,e,n))}function ci(t,e){return Kr(t,Ie(e))}function li(t,e){if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var n=t;t=e,e=n}return t=vu(t=+t)?t:0,function(){if(--t<1)return e.apply(this,arguments)}}function fi(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=t&&null==e?t.length:bu(+e||0,0),Pn(t,F,x,x,x,x,e)}function hi(t,e){var n;if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var r=t;t=e,e=r}return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=x),n}}function di(t,e,n){function r(){d&&uu(d),c&&uu(c),_=0,c=d=p=x}function i(e,n){n&&uu(n),c=d=p=x,e&&(_=_o(),l=t.apply(h,s),d||c||(s=h=x))}function a(){var t=e-(_o()-f);t<=0||t>e?i(p,c):d=fu(a,t)}function u(){i(g,d)}function o(){if(s=arguments,f=_o(),h=this,p=g&&(d||!y),!1===m)var n=y&&!d;else{c||y||(_=f);var r=m-(f-_),i=r<=0||r>m;i?(c&&(c=uu(c)),_=f,l=t.apply(h,s)):c||(c=fu(u,r))}return i&&d?d=uu(d):d||e===m||(d=fu(a,e)),n&&(i=!0,l=t.apply(h,s)),!i||d||c||(s=h=x),l}var s,c,l,f,h,d,p,_=0,m=!1,g=!0;if("function"!=typeof t)throw new Ja(z);if(e=e<0?0:+e||0,!0===n){var y=!0;g=!1}else Fi(n)&&(y=!!n.leading,m="maxWait"in n&&bu(+n.maxWait||0,e),g="trailing"in n?!!n.trailing:g);return o.cancel=r,o}function pi(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Ja(z);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return n.cache=a.set(i,u),u};return n.cache=new pi.Cache,n}function _i(t){if("function"!=typeof t)throw new Ja(z);return function(){return!t.apply(this,arguments)}}function mi(t){return hi(2,t)}function gi(t,e){if("function"!=typeof t)throw new Ja(z);return e=bu(e===x?t.length-1:+e||0,0),function(){for(var n=arguments,r=-1,i=bu(n.length-e,0),a=Ba(i);++r<i;)a[r]=n[e+r];switch(e){case 0:return t.call(this,a);case 1:return t.call(this,n[0],a);case 2:return t.call(this,n[0],n[1],a)}var u=Ba(e+1);for(r=-1;++r<e;)u[r]=n[r];return u[e]=a,t.apply(this,u)}}function yi(t){if("function"!=typeof t)throw new Ja(z);return function(e){return t.apply(this,e)}}function vi(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Ja(z);return!1===n?r=!1:Fi(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),di(t,e,{leading:r,maxWait:+e,trailing:i})}function Mi(t,e){return e=null==e?Ya:e,Pn(e,j,x,[t],[])}function bi(t,e,n,r){return e&&"boolean"!=typeof e&&Qn(t,e,n)?e=!1:"function"==typeof e&&(r=n,n=e,e=!1),"function"==typeof n?be(t,e,un(n,r,1)):be(t,e)}function wi(t,e,n){return"function"==typeof e?be(t,!0,un(e,n,1)):be(t,!0)}function Li(t,e){return t>e}function ki(t,e){return t>=e}function xi(t){return g(t)&&Kn(t)&&tu.call(t,"callee")&&!cu.call(t,"callee")}function Di(t){return!0===t||!1===t||g(t)&&nu.call(t)==V}function Yi(t){return g(t)&&nu.call(t)==G}function Ti(t){return!!t&&1===t.nodeType&&g(t)&&!Bi(t)}function Ai(t){return null==t||(Kn(t)&&(Ao(t)||Wi(t)||xi(t)||g(t)&&Ci(t.splice))?!t.length:!Bo(t).length)}function Ei(t,e,n,r){n="function"==typeof n?un(n,r,3):x;var i=n?n(t,e):x;return i===x?Oe(t,e,n):!!i}function Si(t){return g(t)&&"string"==typeof t.message&&nu.call(t)==J}function ji(t){return"number"==typeof t&&vu(t)}function Ci(t){return Fi(t)&&nu.call(t)==Z}function Fi(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Oi(t,e,n,r){return n="function"==typeof n?un(n,r,3):x,Pe(t,qn(e),n)}function Hi(t){return Ii(t)&&t!=+t}function Pi(t){return null!=t&&(Ci(t)?iu.test(Qa.call(t)):g(t)&&St.test(t))}function Ni(t){return null===t}function Ii(t){return"number"==typeof t||g(t)&&nu.call(t)==K}function Bi(t){var e;if(!g(t)||nu.call(t)!=X||xi(t)||!tu.call(t,"constructor")&&"function"==typeof(e=t.constructor)&&!(e instanceof e))return!1;var n;return Ee(t,function(t,e){n=e}),n===x||tu.call(t,n)}function Ri(t){return Fi(t)&&nu.call(t)==Q}function Wi(t){return"string"==typeof t||g(t)&&nu.call(t)==tt}function zi(t){return g(t)&&nr(t.length)&&!!It[nu.call(t)]}function qi(t){return t===x}function Ui(t,e){return t<e}function $i(t,e){return t<=e}function Vi(t){var e=t?Ru(t):0;return nr(e)?e?ne(t):[]:aa(t)}function Gi(t){return ve(t,ta(t))}function Ji(t,e,n){var r=Fu(t);return n&&Qn(t,e,n)&&(e=x),e?ge(r,e):r}function Zi(t){return Ce(t,ta(t))}function Ki(t,e,n){var r=null==t?x:Fe(t,hr(e),e+"");return r===x?n:r}function Xi(t,e){if(null==t)return!1;var n=tu.call(t,e);if(!n&&!tr(e)){if(e=hr(e),null==(t=1==e.length?t:Fe(t,Ge(e,0,-1))))return!1;e=Dr(e),n=tu.call(t,e)}return n||nr(t.length)&&Xn(e,t.length)&&(Ao(t)||xi(t))}function Qi(t,e,n){n&&Qn(t,e,n)&&(e=x);for(var r=-1,i=Bo(t),a=i.length,u={};++r<a;){var o=i[r],s=t[o];e?tu.call(u,s)?u[s].push(o):u[s]=[o]:u[s]=o}return u}function ta(t){if(null==t)return[];Fi(t)||(t=$a(t));var e=t.length;e=e&&nr(e)&&(Ao(t)||xi(t))&&e||0;for(var n=t.constructor,r=-1,i="function"==typeof n&&n.prototype===t,a=Ba(e),u=e>0;++r<e;)a[r]=r+"";for(var o in t)u&&Xn(o,e)||"constructor"==o&&(i||!tu.call(t,o))||a.push(o);return a}function ea(t){t=fr(t);for(var e=-1,n=Bo(t),r=n.length,i=Ba(r);++e<r;){var a=n[e];i[e]=[a,t[a]]}return i}function na(t,e,n){var r=null==t?x:t[e];return r===x&&(null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),r=null==t?x:t[Dr(e)]),r=r===x?n:r),Ci(r)?r.call(t):r}function ra(t,e,n){if(null==t)return t;var r=e+"";e=null!=t[r]||tr(e,t)?[r]:hr(e);for(var i=-1,a=e.length,u=a-1,o=t;null!=o&&++i<a;){var s=e[i];Fi(o)&&(i==u?o[s]=n:null==o[s]&&(o[s]=Xn(e[i+1])?[]:{})),o=o[s]}return t}function ia(t,e,n,r){var i=Ao(t)||zi(t);if(e=Rn(e,r,4),null==n)if(i||Fi(t)){var a=t.constructor;n=i?Ao(t)?new a:[]:Fu(Ci(a)?a.prototype:x)}else n={};return(i?re:Se)(t,function(t,r,i){return e(n,t,r,i)}),n}function aa(t){return tn(t,Bo(t))}function ua(t){return tn(t,ta(t))}function oa(t,e,n){return e=+e||0,n===x?(n=e,e=0):n=+n||0,t>=wu(e,n)&&t<bu(e,n)}function sa(t,e,n){n&&Qn(t,e,n)&&(e=n=x);var r=null==t,i=null==e;if(null==n&&(i&&"boolean"==typeof t?(n=t,t=1):"boolean"==typeof e&&(n=e,i=!0)),r&&i&&(e=1,i=!1),t=+t||0,i?(e=t,t=0):e=+e||0,n||t%1||e%1){var a=xu();return wu(t+a*(e-t+ou("1e-"+((a+"").length-1))),e)}return $e(t,e)}function ca(t){return(t=o(t))&&t.charAt(0).toUpperCase()+t.slice(1)}function la(t){return(t=o(t))&&t.replace(Ct,h).replace(Dt,"")}function fa(t,e,n){t=o(t),e+="";var r=t.length;return n=n===x?r:wu(n<0?0:+n||0,r),(n-=e.length)>=0&&t.indexOf(e,n)==n}function ha(t){return t=o(t),t&&gt.test(t)?t.replace(_t,d):t}function da(t){return t=o(t),t&&xt.test(t)?t.replace(kt,p):t||"(?:)"}function pa(t,e,n){t=o(t),e=+e;var r=t.length;if(r>=e||!vu(e))return t;var i=(e-r)/2,a=gu(i);return n=Cn("",_u(i),n),n.slice(0,a)+t+n}function _a(t,e,n){return(n?Qn(t,e,n):null==e)?e=0:e&&(e=+e),t=va(t),ku(t,e||(Et.test(t)?16:10))}function ma(t,e){var n="";if(t=o(t),(e=+e)<1||!t||!vu(e))return n;do{e%2&&(n+=t),e=gu(e/2),t+=t}while(e);return n}function ga(t,e,n){return t=o(t),n=null==n?0:wu(n<0?0:+n||0,t.length),t.lastIndexOf(e,n)==n}function ya(t,n,r){var i=e.templateSettings;r&&Qn(t,n,r)&&(n=r=x),t=o(t),n=me(ge({},r||n),i,_e);var a,u,s=me(ge({},n.imports),i.imports,_e),c=Bo(s),l=tn(s,c),f=0,h=n.interpolate||Ft,d="__p += '",p=Va((n.escape||Ft).source+"|"+h.source+"|"+(h===Mt?Tt:Ft).source+"|"+(n.evaluate||Ft).source+"|$","g"),m="//# sourceURL="+("sourceURL"in n?n.sourceURL:"lodash.templateSources["+ ++Nt+"]")+"\n";t.replace(p,function(e,n,r,i,o,s){return r||(r=i),d+=t.slice(f,s).replace(Ot,_),n&&(a=!0,d+="' +\n__e("+n+") +\n'"),o&&(u=!0,d+="';\n"+o+";\n__p += '"),r&&(d+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),f=s+e.length,e}),d+="';\n";var g=n.variable;g||(d="with (obj) {\n"+d+"\n}\n"),d=(u?d.replace(ft,""):d).replace(ht,"$1").replace(dt,"$1;"),d="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var y=Ko(function(){return za(c,m+"return "+d).apply(x,l)});if(y.source=d,Si(y))throw y;return y}function va(t,e,n){var r=t;return(t=o(t))?(n?Qn(r,e,n):null==e)?t.slice(b(t),w(t)+1):(e+="",t.slice(s(t,e),c(t,e)+1)):t}function Ma(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(b(t)):t.slice(s(t,e+"")):t}function ba(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(0,w(t)+1):t.slice(0,c(t,e+"")+1):t}function wa(t,e,n){n&&Qn(t,e,n)&&(e=x);var r=H,i=P;if(null!=e)if(Fi(e)){var a="separator"in e?e.separator:a;r="length"in e?+e.length||0:r,i="omission"in e?o(e.omission):i}else r=+e||0;if(t=o(t),r>=t.length)return t;var u=r-i.length;if(u<1)return i;var s=t.slice(0,u);if(null==a)return s+i;if(Ri(a)){if(t.slice(u).search(a)){var c,l,f=t.slice(0,u);for(a.global||(a=Va(a.source,(At.exec(a)||"")+"g")),a.lastIndex=0;c=a.exec(f);)l=c.index;s=s.slice(0,null==l?u:l)}}else if(t.indexOf(a,u)!=u){var h=s.lastIndexOf(a);h>-1&&(s=s.slice(0,h))}return s+i}function La(t){return t=o(t),t&&mt.test(t)?t.replace(pt,L):t}function ka(t,e,n){return n&&Qn(t,e,n)&&(e=x),t=o(t),t.match(e||Ht)||[]}function xa(t,e,n){return n&&Qn(t,e,n)&&(e=x),g(t)?Ta(t):Me(t,e)}function Da(t){return function(){return t}}function Ya(t){return t}function Ta(t){return Ie(be(t,!0))}function Aa(t,e){return Be(t,be(e,!0))}function Ea(t,e,n){if(null==n){var r=Fi(e),i=r?Bo(e):x,a=i&&i.length?Ce(e,i):x;(a?a.length:r)||(a=!1,n=e,e=t,t=this)}a||(a=Ce(e,Bo(e)));var u=!0,o=-1,s=Ci(t),c=a.length;!1===n?u=!1:Fi(n)&&"chain"in n&&(u=n.chain);for(;++o<c;){var l=a[o],f=e[l];t[l]=f,s&&(t.prototype[l]=function(e){return function(){var n=this.__chain__;if(u||n){var r=t(this.__wrapped__);return(r.__actions__=ne(this.__actions__)).push({func:e,args:arguments,thisArg:t}),r.__chain__=n,r}return e.apply(t,ce([this.value()],arguments))}}(f))}return t}function Sa(){return Qt._=ru,this}function ja(){}function Ca(t){return tr(t)?ze(t):qe(t)}function Fa(t){return function(e){return Fe(t,hr(e),e+"")}}function Oa(t,e,n){n&&Qn(t,e,n)&&(e=n=x),t=+t||0,n=null==n?1:+n||0,null==e?(e=t,t=0):e=+e||0;for(var r=-1,i=bu(_u((e-t)/(n||1)),0),a=Ba(i);++r<i;)a[r]=t,t+=n;return a}function Ha(t,e,n){if((t=gu(t))<1||!vu(t))return[];var r=-1,i=Ba(wu(t,Tu));for(e=un(e,n,1);++r<t;)r<Tu?i[r]=e(r):e(r);return i}function Pa(t){var e=++eu;return o(t)+e}function Na(t,e){return(+t||0)+(+e||0)}function Ia(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=Rn(e,n,3),1==e.length?de(Ao(t)?t:lr(t),e):Xe(t,e)}t=t?te.defaults(Qt.Object(),t,te.pick(Qt,Pt)):Qt;var Ba=t.Array,Ra=t.Date,Wa=t.Error,za=t.Function,qa=t.Math,Ua=t.Number,$a=t.Object,Va=t.RegExp,Ga=t.String,Ja=t.TypeError,Za=Ba.prototype,Ka=$a.prototype,Xa=Ga.prototype,Qa=za.prototype.toString,tu=Ka.hasOwnProperty,eu=0,nu=Ka.toString,ru=Qt._,iu=Va("^"+Qa.call(tu).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),au=t.ArrayBuffer,uu=t.clearTimeout,ou=t.parseFloat,su=qa.pow,cu=Ka.propertyIsEnumerable,lu=Un(t,"Set"),fu=t.setTimeout,hu=Za.splice,du=t.Uint8Array,pu=Un(t,"WeakMap"),_u=qa.ceil,mu=Un($a,"create"),gu=qa.floor,yu=Un(Ba,"isArray"),vu=t.isFinite,Mu=Un($a,"keys"),bu=qa.max,wu=qa.min,Lu=Un(Ra,"now"),ku=t.parseInt,xu=qa.random,Du=Ua.NEGATIVE_INFINITY,Yu=Ua.POSITIVE_INFINITY,Tu=4294967295,Au=Tu-1,Eu=Tu>>>1,Su=9007199254740991,ju=pu&&new pu,Cu={};e.support={};e.templateSettings={escape:yt,evaluate:vt,interpolate:Mt,variable:"",imports:{_:e}};var Fu=function(){function t(){}return function(e){if(Fi(e)){t.prototype=e;var n=new t;t.prototype=x}return n||{}}}(),Ou=hn(Se),Hu=hn(je,!0),Pu=dn(),Nu=dn(!0),Iu=ju?function(t,e){return ju.set(t,e),t}:Ya,Bu=ju?function(t){return ju.get(t)}:ja,Ru=ze("length"),Wu=function(){var t=0,e=0;return function(n,r){var i=_o(),a=I-(i-e);if(e=i,a>0){if(++t>=N)return n}else t=0;return Iu(n,r)}}(),zu=gi(function(t,e){return g(t)&&Kn(t)?Le(t,Ae(e,!1,!0)):[]}),qu=wn(),Uu=wn(!0),$u=gi(function(t){for(var e=t.length,n=e,r=Ba(f),i=zn(),u=i==a,o=[];n--;){var s=t[n]=Kn(s=t[n])?s:[];r[n]=u&&s.length>=120?_n(n&&s):null}var c=t[0],l=-1,f=c?c.length:0,h=r[0];t:for(;++l<f;)if(s=c[l],(h?Kt(h,s):i(o,s,0))<0){for(var n=e;--n;){var d=r[n];if((d?Kt(d,s):i(t[n],s,0))<0)continue t}h&&h.push(s),o.push(s)}return o}),Vu=gi(function(t,e){e=Ae(e);var n=ye(t,e);return Ue(t,e.sort(r)),n}),Gu=Hn(),Ju=Hn(!0),Zu=gi(function(t){return Qe(Ae(t,!1,!0))}),Ku=gi(function(t,e){return Kn(t)?Le(t,e):[]}),Xu=gi(Pr),Qu=gi(function(t){var e=t.length,n=e>2?t[e-2]:x,r=e>1?t[e-1]:x;return e>2&&"function"==typeof n?e-=2:(n=e>1&&"function"==typeof r?(--e,r):x,r=x),t.length=e,Nr(t,n,r)}),to=gi(function(t){return t=Ae(t),this.thru(function(e){return ee(Ao(e)?e:[fr(e)],t)})}),eo=gi(function(t,e){return ye(t,Ae(e))}),no=ln(function(t,e,n){tu.call(t,n)?++t[n]:t[n]=1}),ro=bn(Ou),io=bn(Hu,!0),ao=xn(re,Ou),uo=xn(ie,Hu),oo=ln(function(t,e,n){tu.call(t,n)?t[n].push(e):t[n]=[e]}),so=ln(function(t,e,n){t[n]=e}),co=gi(function(t,e,n){var r=-1,i="function"==typeof e,a=tr(e),u=Kn(t)?Ba(t.length):[];return Ou(t,function(t){var o=i?e:a&&null!=t?t[e]:x;u[++r]=o?o.apply(t,n):Zn(t,e,n)}),u}),lo=ln(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),fo=Sn(le,Ou),ho=Sn(fe,Hu),po=gi(function(t,e){if(null==t)return[];var n=e[2];return n&&Qn(e[0],e[1],n)&&(e.length=1),Ke(t,Ae(e),[])}),_o=Lu||function(){return(new Ra).getTime()},mo=gi(function(t,e,n){var r=Y;if(n.length){var i=v(n,mo.placeholder);r|=j}return Pn(t,r,e,n,i)}),go=gi(function(t,e){e=e.length?Ae(e):Zi(t);for(var n=-1,r=e.length;++n<r;){var i=e[n];t[i]=Pn(t[i],Y,t)}return t}),yo=gi(function(t,e,n){var r=Y|T;if(n.length){var i=v(n,yo.placeholder);r|=j}return Pn(e,r,t,n,i)}),vo=yn(E),Mo=yn(S),bo=gi(function(t,e){return we(t,1,e)}),wo=gi(function(t,e,n){return we(t,e,n)}),Lo=kn(),ko=kn(!0),xo=gi(function(t,e){if(e=Ae(e),"function"!=typeof t||!ae(e,u))throw new Ja(z);var n=e.length;return gi(function(r){for(var i=wu(r.length,n);i--;)r[i]=e[i](r[i]);return t.apply(this,r)})}),Do=En(j),Yo=En(C),To=gi(function(t,e){return Pn(t,O,x,x,x,Ae(e))}),Ao=yu||function(t){return g(t)&&nr(t.length)&&nu.call(t)==$},Eo=fn(Re),So=fn(function(t,e,n){return n?me(t,e,n):ge(t,e)}),jo=vn(So,pe),Co=vn(Eo,ar),Fo=Ln(Se),Oo=Ln(je),Ho=Dn(Pu),Po=Dn(Nu),No=Yn(Se),Io=Yn(je),Bo=Mu?function(t){var e=null==t?x:t.constructor;return"function"==typeof e&&e.prototype===t||"function"!=typeof t&&Kn(t)?cr(t):Fi(t)?Mu(t):[]}:cr,Ro=Tn(!0),Wo=Tn(),zo=gi(function(t,e){if(null==t)return{};if("function"!=typeof e[0]){var e=se(Ae(e),Ga);return ur(t,Le(ta(t),e))}var n=un(e[0],e[1],3);return or(t,function(t,e,r){return!n(t,e,r)})}),qo=gi(function(t,e){return null==t?{}:"function"==typeof e[0]?or(t,un(e[0],e[1],3)):ur(t,Ae(e))}),Uo=mn(function(t,e,n){return e=e.toLowerCase(),t+(n?e.charAt(0).toUpperCase()+e.slice(1):e)}),$o=mn(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Vo=An(),Go=An(!0),Jo=mn(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}),Zo=mn(function(t,e,n){return t+(n?" ":"")+(e.charAt(0).toUpperCase()+e.slice(1))}),Ko=gi(function(t,e){try{return t.apply(x,e)}catch(t){return Si(t)?t:new Wa(t)}}),Xo=gi(function(t,e){return function(n){return Zn(n,t,e)}}),Qo=gi(function(t,e){return function(n){return Zn(t,n,e)}}),ts=On("ceil"),es=On("floor"),ns=Mn(Li,Du),rs=Mn(Ui,Yu),is=On("round");return e.prototype=n.prototype,y.prototype=Fu(n.prototype),y.prototype.constructor=y,Rt.prototype=Fu(n.prototype),Rt.prototype.constructor=Rt,Ut.prototype.delete=$t,Ut.prototype.get=Vt,Ut.prototype.has=Gt,Ut.prototype.set=Jt,Zt.prototype.push=Xt,pi.Cache=Ut,e.after=li,e.ary=fi,e.assign=So,e.at=eo,e.before=hi,e.bind=mo,e.bindAll=go,e.bindKey=yo,e.callback=xa,e.chain=Rr,e.chunk=pr,e.compact=_r,e.constant=Da,e.countBy=no,e.create=Ji,e.curry=vo,e.curryRight=Mo,e.debounce=di,e.defaults=jo,e.defaultsDeep=Co,e.defer=bo,e.delay=wo,e.difference=zu,e.drop=mr,e.dropRight=gr,e.dropRightWhile=yr,e.dropWhile=vr,e.fill=Mr,e.filter=Kr,e.flatten=wr,e.flattenDeep=Lr,e.flow=Lo,e.flowRight=ko,e.forEach=ao,e.forEachRight=uo,e.forIn=Ho,e.forInRight=Po,e.forOwn=No,e.forOwnRight=Io,e.functions=Zi,e.groupBy=oo,e.indexBy=so,e.initial=xr,e.intersection=$u,e.invert=Qi,e.invoke=co,e.keys=Bo,e.keysIn=ta,e.map=ti,e.mapKeys=Ro,e.mapValues=Wo,e.matches=Ta,e.matchesProperty=Aa,e.memoize=pi,e.merge=Eo,e.method=Xo,e.methodOf=Qo,e.mixin=Ea,e.modArgs=xo,e.negate=_i,e.omit=zo,e.once=mi,e.pairs=ea,e.partial=Do,e.partialRight=Yo,e.partition=lo,e.pick=qo,e.pluck=ei,e.property=Ca,e.propertyOf=Fa,e.pull=Tr,e.pullAt=Vu,e.range=Oa,e.rearg=To,e.reject=ni,e.remove=Ar,e.rest=Er,e.restParam=gi,e.set=ra,e.shuffle=ii,e.slice=Sr,e.sortBy=oi,e.sortByAll=po,e.sortByOrder=si,e.spread=yi,e.take=jr,e.takeRight=Cr,e.takeRightWhile=Fr,e.takeWhile=Or,e.tap=Wr,e.throttle=vi,e.thru=zr,e.times=Ha,e.toArray=Vi,e.toPlainObject=Gi,e.transform=ia,e.union=Zu,e.uniq=Hr,e.unzip=Pr,e.unzipWith=Nr,e.values=aa,e.valuesIn=ua,e.where=ci,e.without=Ku,e.wrap=Mi,e.xor=Ir,e.zip=Xu,e.zipObject=Br,e.zipWith=Qu,e.backflow=ko,e.collect=ti,e.compose=ko,e.each=ao,e.eachRight=uo,e.extend=So,e.iteratee=xa,e.methods=Zi,e.object=Br,e.select=Kr,e.tail=Er,e.unique=Hr,Ea(e,e),e.add=Na,e.attempt=Ko,e.camelCase=Uo,e.capitalize=ca,e.ceil=ts,e.clone=bi,e.cloneDeep=wi,e.deburr=la,e.endsWith=fa,e.escape=ha,e.escapeRegExp=da,e.every=Zr,e.find=ro,e.findIndex=qu,e.findKey=Fo,e.findLast=io,e.findLastIndex=Uu,e.findLastKey=Oo,e.findWhere=Xr,e.first=br,e.floor=es,e.get=Ki,e.gt=Li,e.gte=ki,e.has=Xi,e.identity=Ya,e.includes=Qr,e.indexOf=kr,e.inRange=oa,e.isArguments=xi,e.isArray=Ao,e.isBoolean=Di,e.isDate=Yi,e.isElement=Ti,e.isEmpty=Ai,e.isEqual=Ei,e.isError=Si,e.isFinite=ji,e.isFunction=Ci,e.isMatch=Oi,e.isNaN=Hi,e.isNative=Pi,e.isNull=Ni,e.isNumber=Ii,e.isObject=Fi,e.isPlainObject=Bi,e.isRegExp=Ri,e.isString=Wi,e.isTypedArray=zi,e.isUndefined=qi,e.kebabCase=$o,e.last=Dr,e.lastIndexOf=Yr,e.lt=Ui,e.lte=$i,e.max=ns,e.min=rs,e.noConflict=Sa,e.noop=ja,e.now=_o,e.pad=pa,e.padLeft=Vo,e.padRight=Go,e.parseInt=_a,e.random=sa,e.reduce=fo,e.reduceRight=ho,e.repeat=ma,e.result=na,e.round=is,e.runInContext=k,e.size=ai,e.snakeCase=Jo,e.some=ui,e.sortedIndex=Gu,e.sortedLastIndex=Ju,e.startCase=Zo,e.startsWith=ga,e.sum=Ia,e.template=ya,e.trim=va,e.trimLeft=Ma,e.trimRight=ba,e.trunc=wa,e.unescape=La,e.uniqueId=Pa,e.words=ka,e.all=Zr,e.any=ui,e.contains=Qr,e.eq=Ei,e.detect=ro,e.foldl=fo,e.foldr=ho,e.head=br,e.include=Qr,e.inject=fo,Ea(e,function(){var t={};return Se(e,function(n,r){e.prototype[r]||(t[r]=n)}),t}(),!1),e.sample=ri,e.prototype.sample=function(t){return this.__chain__||null!=t?this.thru(function(e){return ri(e,t)}):ri(this.value())},e.VERSION=D,re(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){e[t].placeholder=e}),re(["drop","take"],function(t,e){Rt.prototype[t]=function(n){var r=this.__filtered__;if(r&&!e)return new Rt(this);n=null==n?1:bu(gu(n)||0,0);var i=this.clone();return r?i.__takeCount__=wu(i.__takeCount__,n):i.__views__.push({size:n,type:t+(i.__dir__<0?"Right":"")}),i},Rt.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),re(["filter","map","takeWhile"],function(t,e){var n=e+1,r=n!=W;Rt.prototype[t]=function(t,e){var i=this.clone();return i.__iteratees__.push({iteratee:Rn(t,e,1),type:n}),i.__filtered__=i.__filtered__||r,i}}),re(["first","last"],function(t,e){var n="take"+(e?"Right":"");Rt.prototype[t]=function(){return this[n](1).value()[0]}}),re(["initial","rest"],function(t,e){var n="drop"+(e?"":"Right");Rt.prototype[t]=function(){return this.__filtered__?new Rt(this):this[n](1)}}),re(["pluck","where"],function(t,e){var n=e?"filter":"map",r=e?Ie:Ca;Rt.prototype[t]=function(t){return this[n](r(t))}}),Rt.prototype.compact=function(){return this.filter(Ya)},Rt.prototype.reject=function(t,e){return t=Rn(t,e,1),this.filter(function(e){return!t(e)})},Rt.prototype.slice=function(t,e){t=null==t?0:+t||0;var n=this;return n.__filtered__&&(t>0||e<0)?new Rt(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==x&&(e=+e||0,n=e<0?n.dropRight(-e):n.take(e-t)),n)},Rt.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},Rt.prototype.toArray=function(){return this.take(Yu)},Se(Rt.prototype,function(t,n){var r=/^(?:filter|map|reject)|While$/.test(n),i=/^(?:first|last)$/.test(n),a=e[i?"take"+("last"==n?"Right":""):n];a&&(e.prototype[n]=function(){var e=i?[1]:arguments,n=this.__chain__,u=this.__wrapped__,o=!!this.__actions__.length,s=u instanceof Rt,c=e[0],l=s||Ao(u);l&&r&&"function"==typeof c&&1!=c.length&&(s=l=!1);var f=function(t){return i&&n?a(t,1)[0]:a.apply(x,ce([t],e))},h={func:zr,args:[f],thisArg:x},d=s&&!o;if(i&&!n)return d?(u=u.clone(),u.__actions__.push(h),t.call(u)):a.call(x,this.value())[0];if(!i&&l){u=d?u:new Rt(this);var p=t.apply(u,e);return p.__actions__.push(h),new y(p,n)}return this.thru(f)})}),re(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var n=(/^(?:replace|split)$/.test(t)?Xa:Za)[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return i&&!this.__chain__?n.apply(this.value(),t):this[r](function(e){return n.apply(e,t)})}}),Se(Rt.prototype,function(t,n){var r=e[n];if(r){var i=r.name;(Cu[i]||(Cu[i]=[])).push({name:n,func:r})}}),Cu[jn(x,T).name]=[{name:"wrapper",func:x}],Rt.prototype.clone=Wt,Rt.prototype.reverse=zt,Rt.prototype.value=qt,e.prototype.chain=qr,e.prototype.commit=Ur,e.prototype.concat=to,e.prototype.plant=$r,e.prototype.reverse=Vr,e.prototype.toString=Gr,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Jr,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var x,D="3.10.1",Y=1,T=2,A=4,E=8,S=16,j=32,C=64,F=128,O=256,H=30,P="...",N=150,I=16,B=200,R=1,W=2,z="Expected a function",q="__lodash_placeholder__",U="[object Arguments]",$="[object Array]",V="[object Boolean]",G="[object Date]",J="[object Error]",Z="[object Function]",K="[object Number]",X="[object Object]",Q="[object RegExp]",tt="[object String]",et="[object ArrayBuffer]",nt="[object Float32Array]",rt="[object Float64Array]",it="[object Int8Array]",at="[object Int16Array]",ut="[object Int32Array]",ot="[object Uint8Array]",st="[object Uint8ClampedArray]",ct="[object Uint16Array]",lt="[object Uint32Array]",ft=/\b__p \+= '';/g,ht=/\b(__p \+=) '' \+/g,dt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pt=/&(?:amp|lt|gt|quot|#39|#96);/g,_t=/[&<>"'`]/g,mt=RegExp(pt.source),gt=RegExp(_t.source),yt=/<%-([\s\S]+?)%>/g,vt=/<%([\s\S]+?)%>/g,Mt=/<%=([\s\S]+?)%>/g,bt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,wt=/^\w*$/,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,kt=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,xt=RegExp(kt.source),Dt=/[\u0300-\u036f\ufe20-\ufe23]/g,Yt=/\\(\\)?/g,Tt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,At=/\w*$/,Et=/^0[xX]/,St=/^\[object .+?Constructor\]$/,jt=/^\d+$/,Ct=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Ft=/($^)/,Ot=/['\n\r\u2028\u2029\\]/g,Ht=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Pt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Nt=-1,It={};It[nt]=It[rt]=It[it]=It[at]=It[ut]=It[ot]=It[st]=It[ct]=It[lt]=!0,It[U]=It[$]=It[et]=It[V]=It[G]=It[J]=It[Z]=It["[object Map]"]=It[K]=It[X]=It[Q]=It["[object Set]"]=It[tt]=It["[object WeakMap]"]=!1;var Bt={};Bt[U]=Bt[$]=Bt[et]=Bt[V]=Bt[G]=Bt[nt]=Bt[rt]=Bt[it]=Bt[at]=Bt[ut]=Bt[K]=Bt[X]=Bt[Q]=Bt[tt]=Bt[ot]=Bt[st]=Bt[ct]=Bt[lt]=!0,Bt[J]=Bt[Z]=Bt["[object Map]"]=Bt["[object Set]"]=Bt["[object WeakMap]"]=!1;var Rt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},Wt={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","`":"&#96;"},zt={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'","&#96;":"`"},qt={function:!0,object:!0},Ut={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},$t={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Vt=qt[typeof e]&&e&&!e.nodeType&&e,Gt=qt[typeof t]&&t&&!t.nodeType&&t,Jt=Vt&&Gt&&"object"==typeof n&&n&&n.Object&&n,Zt=qt[typeof self]&&self&&self.Object&&self,Kt=qt[typeof window]&&window&&window.Object&&window,Xt=Gt&&Gt.exports===Vt&&Vt,Qt=Jt||Kt!==(this&&this.window)&&Kt||Zt||this,te=k();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Qt._=te,define(function(){return te})):Vt&&Gt?Xt?(Gt.exports=te)._=te:Vt._=te:Qt._=te}).call(this)}).call(e,n(3)(t),n(5))},function(t,e,n){"use strict";function r(t){var e="greedy"===t.graph().acyclicer?o(t,function(t){return function(e){return t.edge(e).weight}}(t)):i(t);u.each(e,function(e){var n=t.edge(e);t.removeEdge(e),n.forwardName=e.name,n.reversed=!0,t.setEdge(e.w,e.v,n,u.uniqueId("rev"))})}function i(t){function e(a){u.has(i,a)||(i[a]=!0,r[a]=!0,u.each(t.outEdges(a),function(t){u.has(r,t.w)?n.push(t):e(t.w)}),delete r[a])}var n=[],r={},i={};return u.each(t.nodes(),e),n}function a(t){u.each(t.edges(),function(e){var n=t.edge(e);if(n.reversed){t.removeEdge(e);var r=n.forwardName;delete n.reversed,delete n.forwardName,t.setEdge(e.w,e.v,n,r)}})}var u=n(1),o=n(206);t.exports={run:r,undo:a}},function(t,e,n){function r(t,e){if(t.nodeCount()<=1)return[];var n=u(t,e||f),r=i(n.graph,n.buckets,n.zeroIdx);return s.flatten(s.map(r,function(e){return t.outEdges(e.v,e.w)}),!0)}function i(t,e,n){for(var r,i=[],u=e[e.length-1],o=e[0];t.nodeCount();){for(;r=o.dequeue();)a(t,e,n,r);for(;r=u.dequeue();)a(t,e,n,r);if(t.nodeCount())for(var s=e.length-2;s>0;--s)if(r=e[s].dequeue()){i=i.concat(a(t,e,n,r,!0));break}}return i}function a(t,e,n,r,i){var a=i?[]:void 0;return s.each(t.inEdges(r.v),function(r){var u=t.edge(r),s=t.node(r.v);i&&a.push({v:r.v,w:r.w}),s.out-=u,o(e,n,s)}),s.each(t.outEdges(r.v),function(r){var i=t.edge(r),a=r.w,u=t.node(a);u.in-=i,o(e,n,u)}),t.removeNode(r.v),a}function u(t,e){var n=new c,r=0,i=0;s.each(t.nodes(),function(t){n.setNode(t,{v:t,in:0,out:0})}),s.each(t.edges(),function(t){var a=n.edge(t.v,t.w)||0,u=e(t),o=a+u;n.setEdge(t.v,t.w,o),i=Math.max(i,n.node(t.v).out+=u),r=Math.max(r,n.node(t.w).in+=u)});var a=s.range(i+r+3).map(function(){return new l}),u=r+1;return s.each(n.nodes(),function(t){o(a,u,n.node(t))}),{graph:n,buckets:a,zeroIdx:u}}function o(t,e,n){n.out?n.in?t[n.out-n.in+e].enqueue(n):t[t.length-1].enqueue(n):t[0].enqueue(n)}var s=n(1),c=n(9).Graph,l=n(207);t.exports=r;var f=s.constant(1)},function(t,e){function n(){var t={};t._next=t._prev=t,this._sentinel=t}function r(t){t._prev._next=t._next,t._next._prev=t._prev,delete t._next,delete t._prev}function i(t,e){if("_next"!==t&&"_prev"!==t)return e}t.exports=n,n.prototype.dequeue=function(){var t=this._sentinel,e=t._prev;if(e!==t)return r(e),e},n.prototype.enqueue=function(t){var e=this._sentinel;t._prev&&t._next&&r(t),t._next=e._next,e._next._prev=t,e._next=t,t._prev=e},n.prototype.toString=function(){for(var t=[],e=this._sentinel,n=e._prev;n!==e;)t.push(JSON.stringify(n,i)),n=n._prev;return"["+t.join(", ")+"]"}},function(t,e,n){"use strict";function r(t){t.graph().dummyChains=[],u.each(t.edges(),function(e){i(t,e)})}function i(t,e){var n=e.v,r=t.node(n).rank,i=e.w,a=t.node(i).rank,u=e.name,s=t.edge(e),c=s.labelRank;if(a!==r+1){t.removeEdge(e);var l,f,h;for(h=0,++r;r<a;++h,++r)s.points=[],f={width:0,height:0,edgeLabel:s,edgeObj:e,rank:r},l=o.addDummyNode(t,"edge",f,"_d"),r===c&&(f.width=s.width,f.height=s.height,f.dummy="edge-label",f.labelpos=s.labelpos),t.setEdge(n,l,{weight:s.weight},u),0===h&&t.graph().dummyChains.push(l),n=l;t.setEdge(n,i,{weight:s.weight},u)}}function a(t){u.each(t.graph().dummyChains,function(e){var n,r=t.node(e),i=r.edgeLabel;for(t.setEdge(r.edgeObj,i);r.dummy;)n=t.successors(e)[0],t.removeNode(e),i.points.push({x:r.x,y:r.y}),"edge-label"===r.dummy&&(i.x=r.x,i.y=r.y,i.width=r.width,i.height=r.height),e=n,r=t.node(e)})}var u=n(1),o=n(4);t.exports={run:r,undo:a}},function(t,e,n){"use strict";function r(t){switch(t.graph().ranker){case"network-simplex":a(t);break;case"tight-tree":i(t);break;case"longest-path":l(t);break;default:a(t)}}function i(t){o(t),s(t)}function a(t){c(t)}var u=n(16),o=u.longestPath,s=n(37),c=n(210);t.exports=r;var l=o},function(t,e,n){"use strict";function r(t){t=b(t),y(t);var e=m(t);o(e),i(e,t);for(var n,r;n=c(e);)r=l(e,t,n),f(e,t,n,r)}function i(t,e){var n=M(t,t.nodes());n=n.slice(0,n.length-1),_.each(n,function(n){a(t,e,n)})}function a(t,e,n){var r=t.node(n),i=r.parent;t.edge(n,i).cutvalue=u(t,e,n)}function u(t,e,n){var r=t.node(n),i=r.parent,a=!0,u=e.edge(n,i),o=0;return u||(a=!1,u=e.edge(i,n)),o=u.weight,_.each(e.nodeEdges(n),function(r){var u=r.v===n,s=u?r.w:r.v;if(s!==i){var c=u===a,l=e.edge(r).weight;if(o+=c?l:-l,d(t,n,s)){var f=t.edge(n,s).cutvalue;o+=c?-f:f}}}),o}function o(t,e){arguments.length<2&&(e=t.nodes()[0]),s(t,{},1,e)}function s(t,e,n,r,i){var a=n,u=t.node(r);return e[r]=!0,_.each(t.neighbors(r),function(i){_.has(e,i)||(n=s(t,e,n,i,r))}),u.low=a,u.lim=n++,i?u.parent=i:delete u.parent,n}function c(t){return _.find(t.edges(),function(e){return t.edge(e).cutvalue<0})}function l(t,e,n){var r=n.v,i=n.w;e.hasEdge(r,i)||(r=n.w,i=n.v);var a=t.node(r),u=t.node(i),o=a,s=!1;a.lim>u.lim&&(o=u,s=!0);var c=_.filter(e.edges(),function(e){return s===p(t,t.node(e.v),o)&&s!==p(t,t.node(e.w),o)});return _.min(c,function(t){return g(e,t)})}function f(t,e,n,r){var a=n.v,u=n.w;t.removeEdge(a,u),t.setEdge(r.v,r.w,{}),o(t),i(t,e),h(t,e)}function h(t,e){var n=_.find(t.nodes(),function(t){return!e.node(t).parent}),r=v(t,n);r=r.slice(1),_.each(r,function(n){var r=t.node(n).parent,i=e.edge(n,r),a=!1;i||(i=e.edge(r,n),a=!0),e.node(n).rank=e.node(r).rank+(a?i.minlen:-i.minlen)})}function d(t,e,n){return t.hasEdge(e,n)}function p(t,e,n){return n.low<=e.lim&&e.lim<=n.lim}var _=n(1),m=n(37),g=n(16).slack,y=n(16).longestPath,v=n(9).alg.preorder,M=n(9).alg.postorder,b=n(4).simplify;t.exports=r,r.initLowLimValues=o,r.initCutValues=i,r.calcCutValue=u,r.leaveEdge=c,r.enterEdge=l,r.exchangeEdges=f},function(t,e,n){function r(t){var e=a(t);u.each(t.graph().dummyChains,function(n){for(var r=t.node(n),a=r.edgeObj,u=i(t,e,a.v,a.w),o=u.path,s=u.lca,c=0,l=o[c],f=!0;n!==a.w;){if(r=t.node(n),f){for(;(l=o[c])!==s&&t.node(l).maxRank<r.rank;)c++;l===s&&(f=!1)}if(!f){for(;c<o.length-1&&t.node(l=o[c+1]).minRank<=r.rank;)c++;l=o[c]}t.setParent(n,l),n=t.successors(n)[0]}})}function i(t,e,n,r){var i,a,u=[],o=[],s=Math.min(e[n].low,e[r].low),c=Math.max(e[n].lim,e[r].lim);i=n;do{i=t.parent(i),u.push(i)}while(i&&(e[i].low>s||c>e[i].lim));for(a=i,i=r;(i=t.parent(i))!==a;)o.push(i);return{path:u.concat(o.reverse()),lca:a}}function a(t){function e(i){var a=r;u.each(t.children(i),e),n[i]={low:a,lim:r++}}var n={},r=0;return u.each(t.children(),e),n}var u=n(1);t.exports=r},function(t,e,n){function r(t){var e=c.addDummyNode(t,"root",{},"_root"),n=a(t),r=s.max(n)-1,o=2*r+1;t.graph().nestingRoot=e,s.each(t.edges(),function(e){t.edge(e).minlen*=o});var l=u(t)+1;s.each(t.children(),function(a){i(t,e,o,l,r,n,a)}),t.graph().nodeRankFactor=o}function i(t,e,n,r,a,u,o){var l=t.children(o);if(!l.length)return void(o!==e&&t.setEdge(e,o,{weight:0,minlen:n}));var f=c.addBorderNode(t,"_bt"),h=c.addBorderNode(t,"_bb"),d=t.node(o);t.setParent(f,o),d.borderTop=f,t.setParent(h,o),d.borderBottom=h,s.each(l,function(s){i(t,e,n,r,a,u,s);var c=t.node(s),l=c.borderTop?c.borderTop:s,d=c.borderBottom?c.borderBottom:s,p=c.borderTop?r:2*r,_=l!==d?1:a-u[o]+1;t.setEdge(f,l,{weight:p,minlen:_,nestingEdge:!0}),t.setEdge(d,h,{weight:p,minlen:_,nestingEdge:!0})}),t.parent(o)||t.setEdge(e,f,{weight:0,minlen:a+u[o]})}function a(t){function e(r,i){var a=t.children(r);a&&a.length&&s.each(a,function(t){e(t,i+1)}),n[r]=i}var n={};return s.each(t.children(),function(t){e(t,1)}),n}function u(t){return s.reduce(t.edges(),function(e,n){return e+t.edge(n).weight},0)}function o(t){var e=t.graph();t.removeNode(e.nestingRoot),delete e.nestingRoot,s.each(t.edges(),function(e){t.edge(e).nestingEdge&&t.removeEdge(e)})}var s=n(1),c=n(4);t.exports={run:r,cleanup:o}},function(t,e,n){function r(t){function e(n){var r=t.children(n),u=t.node(n);if(r.length&&a.each(r,e),a.has(u,"minRank")){u.borderLeft=[],u.borderRight=[];for(var o=u.minRank,s=u.maxRank+1;o<s;++o)i(t,"borderLeft","_bl",n,u,o),i(t,"borderRight","_br",n,u,o)}}a.each(t.children(),e)}function i(t,e,n,r,i,a){var o={width:0,height:0,rank:a,borderType:e},s=i[e][a-1],c=u.addDummyNode(t,"border",o,n);i[e][a]=c,t.setParent(c,r),s&&t.setEdge(s,c,{weight:1})}var a=n(1),u=n(4);t.exports=r},function(t,e,n){"use strict";function r(t){var e=t.graph().rankdir.toLowerCase();"lr"!==e&&"rl"!==e||a(t)}function i(t){var e=t.graph().rankdir.toLowerCase();"bt"!==e&&"rl"!==e||o(t),"lr"!==e&&"rl"!==e||(c(t),a(t))}function a(t){f.each(t.nodes(),function(e){u(t.node(e))}),f.each(t.edges(),function(e){u(t.edge(e))})}function u(t){var e=t.width;t.width=t.height,t.height=e}function o(t){f.each(t.nodes(),function(e){s(t.node(e))}),f.each(t.edges(),function(e){var n=t.edge(e);f.each(n.points,s),f.has(n,"y")&&s(n)})}function s(t){t.y=-t.y}function c(t){f.each(t.nodes(),function(e){l(t.node(e))}),f.each(t.edges(),function(e){var n=t.edge(e);f.each(n.points,l),f.has(n,"x")&&l(n)})}function l(t){var e=t.x;t.x=t.y,t.y=e}var f=n(1);t.exports={adjust:r,undo:i}},function(t,e,n){"use strict";function r(t){var e=p.maxRank(t),n=i(t,o.range(1,e+1),"inEdges"),r=i(t,o.range(e-1,-1,-1),"outEdges"),l=s(t);u(t,l);for(var f,h=Number.POSITIVE_INFINITY,d=0,_=0;_<4;++d,++_){a(d%2?n:r,d%4>=2),l=p.buildLayerMatrix(t);var m=c(t,l);m<h&&(_=0,f=o.cloneDeep(l),h=m)}u(t,f)}function i(t,e,n){return o.map(e,function(e){return f(t,e,n)})}function a(t,e){var n=new d;o.each(t,function(t){var r=t.graph().root,i=l(t,r,n,e);o.each(i.vs,function(e,n){t.node(e).order=n}),h(t,n,i.vs)})}function u(t,e){o.each(e,function(e){o.each(e,function(e,n){t.node(e).order=n})})}var o=n(1),s=n(216),c=n(217),l=n(218),f=n(222),h=n(223),d=n(9).Graph,p=n(4);t.exports=r},function(t,e,n){"use strict";function r(t){function e(r){if(!i.has(n,r)){n[r]=!0;var a=t.node(r);u[a.rank].push(r),i.each(t.successors(r),e)}}var n={},r=i.filter(t.nodes(),function(e){return!t.children(e).length}),a=i.max(i.map(r,function(e){return t.node(e).rank})),u=i.map(i.range(a+1),function(){return[]}),o=i.sortBy(r,function(e){return t.node(e).rank});return i.each(o,e),u}var i=n(1);t.exports=r},function(t,e,n){"use strict";function r(t,e){for(var n=0,r=1;r<e.length;++r)n+=i(t,e[r-1],e[r]);return n}function i(t,e,n){for(var r=a.zipObject(n,a.map(n,function(t,e){return e})),i=a.flatten(a.map(e,function(e){return a.chain(t.outEdges(e)).map(function(e){return{pos:r[e.w],weight:t.edge(e).weight}}).sortBy("pos").value()}),!0),u=1;u<n.length;)u<<=1;var o=2*u-1;u-=1;var s=a.map(new Array(o),function(){return 0}),c=0;return a.each(i.forEach(function(t){var e=t.pos+u;s[e]+=t.weight;for(var n=0;e>0;)e%2&&(n+=s[e+1]),e=e-1>>1,s[e]+=t.weight;c+=t.weight*n})),c}var a=n(1);t.exports=r},function(t,e,n){function r(t,e,n,l){var f=t.children(e),h=t.node(e),d=h?h.borderLeft:void 0,p=h?h.borderRight:void 0,_={};d&&(f=u.filter(f,function(t){return t!==d&&t!==p}));var m=o(t,f);u.each(m,function(e){if(t.children(e.v).length){var i=r(t,e.v,n,l);_[e.v]=i,u.has(i,"barycenter")&&a(e,i)}});var g=s(m,n);i(g,_);var y=c(g,l);if(d&&(y.vs=u.flatten([d,y.vs,p],!0),t.predecessors(d).length)){var v=t.node(t.predecessors(d)[0]),M=t.node(t.predecessors(p)[0]);u.has(y,"barycenter")||(y.barycenter=0,y.weight=0),y.barycenter=(y.barycenter*y.weight+v.order+M.order)/(y.weight+2),y.weight+=2}return y}function i(t,e){u.each(t,function(t){t.vs=u.flatten(t.vs.map(function(t){return e[t]?e[t].vs:t}),!0)})}function a(t,e){u.isUndefined(t.barycenter)?(t.barycenter=e.barycenter,t.weight=e.weight):(t.barycenter=(t.barycenter*t.weight+e.barycenter*e.weight)/(t.weight+e.weight),t.weight+=e.weight)}var u=n(1),o=n(219),s=n(220),c=n(221);t.exports=r},function(t,e,n){function r(t,e){return i.map(e,function(e){var n=t.inEdges(e);if(n.length){var r=i.reduce(n,function(e,n){var r=t.edge(n),i=t.node(n.v);return{sum:e.sum+r.weight*i.order,weight:e.weight+r.weight}},{sum:0,weight:0});return{v:e,barycenter:r.sum/r.weight,weight:r.weight}}return{v:e}})}var i=n(1);t.exports=r},function(t,e,n){"use strict";function r(t,e){var n={};return u.each(t,function(t,e){var r=n[t.v]={indegree:0,in:[],out:[],vs:[t.v],i:e};u.isUndefined(t.barycenter)||(r.barycenter=t.barycenter,r.weight=t.weight)}),u.each(e.edges(),function(t){var e=n[t.v],r=n[t.w];u.isUndefined(e)||u.isUndefined(r)||(r.indegree++,e.out.push(n[t.w]))}),i(u.filter(n,function(t){return!t.indegree}))}function i(t){for(var e=[];t.length;){var n=t.pop();e.push(n),u.each(n.in.reverse(),function(t){return function(e){e.merged||(u.isUndefined(e.barycenter)||u.isUndefined(t.barycenter)||e.barycenter>=t.barycenter)&&a(t,e)}}(n)),u.each(n.out,function(e){return function(n){n.in.push(e),0==--n.indegree&&t.push(n)}}(n))}return u.chain(e).filter(function(t){return!t.merged}).map(function(t){return u.pick(t,["vs","i","barycenter","weight"])}).value()}function a(t,e){var n=0,r=0;t.weight&&(n+=t.barycenter*t.weight,r+=t.weight),e.weight&&(n+=e.barycenter*e.weight,r+=e.weight),t.vs=e.vs.concat(t.vs),t.barycenter=n/r,t.weight=r,t.i=Math.min(e.i,t.i),e.merged=!0}var u=n(1);t.exports=r},function(t,e,n){function r(t,e){var n=o.partition(t,function(t){return u.has(t,"barycenter")}),r=n.lhs,s=u.sortBy(n.rhs,function(t){return-t.i}),c=[],l=0,f=0,h=0;r.sort(a(!!e)),h=i(c,s,h),u.each(r,function(t){h+=t.vs.length,c.push(t.vs),l+=t.barycenter*t.weight,f+=t.weight,h=i(c,s,h)});var d={vs:u.flatten(c,!0)};return f&&(d.barycenter=l/f,d.weight=f),d}function i(t,e,n){for(var r;e.length&&(r=u.last(e)).i<=n;)e.pop(),t.push(r.vs),n++;return n}function a(t){return function(e,n){return e.barycenter<n.barycenter?-1:e.barycenter>n.barycenter?1:t?n.i-e.i:e.i-n.i}}var u=n(1),o=n(4);t.exports=r},function(t,e,n){function r(t,e,n){var r=i(t),o=new u({compound:!0}).setGraph({root:r}).setDefaultNodeLabel(function(e){return t.node(e)});return a.each(t.nodes(),function(i){var u=t.node(i),s=t.parent(i);(u.rank===e||u.minRank<=e&&e<=u.maxRank)&&(o.setNode(i),o.setParent(i,s||r),a.each(t[n](i),function(e){var n=e.v===i?e.w:e.v,r=o.edge(n,i),u=a.isUndefined(r)?0:r.weight;o.setEdge(n,i,{weight:t.edge(e).weight+u})}),a.has(u,"minRank")&&o.setNode(i,{borderLeft:u.borderLeft[e],borderRight:u.borderRight[e]}))}),o}function i(t){for(var e;t.hasNode(e=a.uniqueId("_root")););return e}var a=n(1),u=n(9).Graph;t.exports=r},function(t,e,n){function r(t,e,n){var r,a={};i.each(n,function(n){for(var i,u,o=t.parent(n);o;){if(i=t.parent(o),i?(u=a[i],a[i]=o):(u=r,r=o),u&&u!==o)return void e.setEdge(u,o);o=i}})}var i=n(1);t.exports=r},function(t,e,n){"use strict";function r(t){t=u.asNonCompoundGraph(t),i(t),a.each(o(t),function(e,n){t.node(n).x=e})}function i(t){var e=u.buildLayerMatrix(t),n=t.graph().ranksep,r=0;a.each(e,function(e){var i=a.max(a.map(e,function(e){return t.node(e).height}));a.each(e,function(e){t.node(e).y=r+i/2}),r+=i+n})}var a=n(1),u=n(4),o=n(225).positionX;t.exports=r},function(t,e,n){"use strict";function r(t,e){function n(e,n){var i=0,o=0,s=e.length,c=g.last(n);return g.each(n,function(e,l){var f=a(t,e),h=f?t.node(f).order:s;(f||e===c)&&(g.each(n.slice(o,l+1),function(e){g.each(t.predecessors(e),function(n){var a=t.node(n),o=a.order;!(o<i||h<o)||a.dummy&&t.node(e).dummy||u(r,n,e)})}),o=l+1,i=h)}),n}var r={};return g.reduce(e,n),r}function i(t,e){function n(e,n,r,a,o){var s;g.each(g.range(n,r),function(n){s=e[n],t.node(s).dummy&&g.each(t.predecessors(s),function(e){var n=t.node(e);n.dummy&&(n.order<a||n.order>o)&&u(i,e,s)})})}function r(e,r){var i,a=-1,u=0;return g.each(r,function(o,s){if("border"===t.node(o).dummy){var c=t.predecessors(o);c.length&&(i=t.node(c[0]).order,n(r,u,s,a,i),u=s,a=i)}n(r,u,r.length,i,e.length)}),r}var i={};return g.reduce(e,r),i}function a(t,e){if(t.node(e).dummy)return g.find(t.predecessors(e),function(e){return t.node(e).dummy})}function u(t,e,n){if(e>n){var r=e;e=n,n=r}var i=t[e];i||(t[e]=i={}),i[n]=!0}function o(t,e,n){if(e>n){var r=e;e=n,n=r}return g.has(t[e],n)}function s(t,e,n,r){var i={},a={},u={};return g.each(e,function(t){g.each(t,function(t,e){i[t]=t,a[t]=t,u[t]=e})}),g.each(e,function(t){var e=-1;g.each(t,function(t){var s=r(t);if(s.length){s=g.sortBy(s,function(t){return u[t]});for(var c=(s.length-1)/2,l=Math.floor(c),f=Math.ceil(c);l<=f;++l){var h=s[l];a[t]===t&&e<u[h]&&!o(n,t,h)&&(a[h]=t,a[t]=i[t]=i[h],e=u[h])}}})}),{root:i,align:a}}function c(t,e,n,r,i){function a(t){g.has(c,t)||(c[t]=!0,o[t]=g.reduce(s.inEdges(t),function(t,e){return a(e.v),Math.max(t,o[e.v]+s.edge(e))},0))}function u(e){if(2!==c[e]){c[e]++;var n=t.node(e),r=g.reduce(s.outEdges(e),function(t,e){return u(e.w),Math.min(t,o[e.w]-s.edge(e))},Number.POSITIVE_INFINITY);r!==Number.POSITIVE_INFINITY&&n.borderType!==f&&(o[e]=Math.max(o[e],r))}}var o={},s=l(t,e,n,i),c={};g.each(s.nodes(),a);var f=i?"borderLeft":"borderRight";return g.each(s.nodes(),u),g.each(r,function(t){o[t]=o[n[t]]}),o}function l(t,e,n,r){var i=new y,a=t.graph(),u=_(a.nodesep,a.edgesep,r);return g.each(e,function(e){var r;g.each(e,function(e){var a=n[e];if(i.setNode(a),r){var o=n[r],s=i.edge(o,a);i.setEdge(o,a,Math.max(u(t,e,r),s||0))}r=e})}),i}function f(t,e){return g.min(e,function(e){var n=g.min(e,function(e,n){return e-m(t,n)/2});return g.max(e,function(e,n){return e+m(t,n)/2})-n})}function h(t,e){var n=g.min(e),r=g.max(e);g.each(["u","d"],function(i){g.each(["l","r"],function(a){var u,o=i+a,s=t[o];s!==e&&(u="l"===a?n-g.min(s):r-g.max(s))&&(t[o]=g.mapValues(s,function(t){return t+u}))})})}function d(t,e){return g.mapValues(t.ul,function(n,r){if(e)return t[e.toLowerCase()][r];var i=g.sortBy(g.pluck(t,r));return(i[1]+i[2])/2})}function p(t){var e,n=v.buildLayerMatrix(t),a=g.merge(r(t,n),i(t,n)),u={};g.each(["u","d"],function(r){e="u"===r?n:g.values(n).reverse(),g.each(["l","r"],function(n){"r"===n&&(e=g.map(e,function(t){return g.values(t).reverse()}));var i=g.bind("u"===r?t.predecessors:t.successors,t),o=s(t,e,a,i),l=c(t,e,o.root,o.align,"r"===n);"r"===n&&(l=g.mapValues(l,function(t){return-t})),u[r+n]=l})});var o=f(t,u);return h(u,o),d(u,t.graph().align)}function _(t,e,n){return function(r,i,a){var u,o=r.node(i),s=r.node(a),c=0;if(c+=o.width/2,g.has(o,"labelpos"))switch(o.labelpos.toLowerCase()){case"l":u=-o.width/2;break;case"r":u=o.width/2}if(u&&(c+=n?u:-u),u=0,c+=(o.dummy?e:t)/2,c+=(s.dummy?e:t)/2,c+=s.width/2,g.has(s,"labelpos"))switch(s.labelpos.toLowerCase()){case"l":u=s.width/2;break;case"r":u=-s.width/2}return u&&(c+=n?u:-u),u=0,c}}function m(t,e){return t.node(e).width}var g=n(1),y=n(9).Graph,v=n(4);t.exports={positionX:p,findType1Conflicts:r,findType2Conflicts:i,addConflict:u,hasConflict:o,verticalAlignment:s,horizontalCompaction:c,alignCoordinates:h,findSmallestWidthAlignment:f,balance:d}},function(t,e,n){function r(t){var e=a.buildLayerMatrix(t),n=new u({compound:!0,multigraph:!0}).setGraph({});return i.each(t.nodes(),function(e){n.setNode(e,{label:e}),n.setParent(e,"layer"+t.node(e).rank)}),i.each(t.edges(),function(t){n.setEdge(t.v,t.w,{},t.name)}),i.each(e,function(t,e){var r="layer"+e;n.setNode(r,{rank:"same"}),i.reduce(t,function(t,e){return n.setEdge(t,e,{style:"invis"}),e})}),n}var i=n(1),a=n(4),u=n(9).Graph;t.exports={debugOrdering:r}},function(t,e){t.exports="0.7.4"},function(t,e,n){t.exports={node:n(38),circle:n(39),ellipse:n(19),polygon:n(40),rect:n(41)}},function(t,e){function n(t,e,n,i){var a,u,o,s,c,l,f,h,d,p,_,m,g,y,v;if(a=e.y-t.y,o=t.x-e.x,c=e.x*t.y-t.x*e.y,d=a*n.x+o*n.y+c,p=a*i.x+o*i.y+c,!(0!==d&&0!==p&&r(d,p)||(u=i.y-n.y,s=n.x-i.x,l=i.x*n.y-n.x*i.y,f=u*t.x+s*t.y+l,h=u*e.x+s*e.y+l,0!==f&&0!==h&&r(f,h)||0==(_=a*s-u*o))))return m=Math.abs(_/2),g=o*l-s*c,y=g<0?(g-m)/_:(g+m)/_,g=u*c-a*l,v=g<0?(g-m)/_:(g+m)/_,{x:y,y:v}}function r(t,e){return t*e>0}t.exports=n},function(t,e,n){function r(){var t=n(232),e=n(236),r=n(237),o=n(238),c=n(239),l=n(240),f=n(241),h=n(242),d=n(243),p=function(n,p){i(p);var _=u(n,"output"),m=u(_,"clusters"),g=u(_,"edgePaths"),y=r(u(_,"edgeLabels"),p),v=t(u(_,"nodes"),p,h);s(p),c(v,p),l(y,p),o(g,p,d);var M=e(m,p);f(M,p),a(p)};return p.createNodes=function(e){return arguments.length?(t=e,p):t},p.createClusters=function(t){return arguments.length?(e=t,p):e},p.createEdgeLabels=function(t){return arguments.length?(r=t,p):r},p.createEdgePaths=function(t){return arguments.length?(o=t,p):o},p.shapes=function(t){return arguments.length?(h=t,p):h},p.arrows=function(t){return arguments.length?(d=t,p):d},p}function i(t){t.nodes().forEach(function(e){var n=t.node(e);o.has(n,"label")||t.children(e).length||(n.label=e),o.has(n,"paddingX")&&o.defaults(n,{paddingLeft:n.paddingX,paddingRight:n.paddingX}),o.has(n,"paddingY")&&o.defaults(n,{paddingTop:n.paddingY,paddingBottom:n.paddingY}),o.has(n,"padding")&&o.defaults(n,{paddingLeft:n.padding,paddingRight:n.padding,paddingTop:n.padding,paddingBottom:n.padding}),o.defaults(n,c),o.each(["paddingLeft","paddingRight","paddingTop","paddingBottom"],function(t){n[t]=Number(n[t])}),o.has(n,"width")&&(n._prevWidth=n.width),o.has(n,"height")&&(n._prevHeight=n.height)}),t.edges().forEach(function(e){var n=t.edge(e);o.has(n,"label")||(n.label=""),o.defaults(n,l)})}function a(t){o.each(t.nodes(),function(e){var n=t.node(e);o.has(n,"_prevWidth")?n.width=n._prevWidth:delete n.width,o.has(n,"_prevHeight")?n.height=n._prevHeight:delete n.height,delete n._prevWidth,delete n._prevHeight})}function u(t,e){var n=t.select("g."+e);return n.empty()&&(n=t.append("g").attr("class",e)),n}var o=n(14),s=n(30).layout;t.exports=r;var c={paddingLeft:10,paddingRight:10,paddingTop:10,paddingBottom:10,rx:0,ry:0,shape:"rect"},l={arrowhead:"normal",lineInterpolate:"linear"}},function(t,e,n){(function(t,n){(function(){function r(t,e){if(t!==e){var n=null===t,r=t===x,i=t===t,a=null===e,u=e===x,o=e===e;if(t>e&&!a||!i||n&&!u&&o||r&&o)return 1;if(t<e&&!n||!o||a&&!r&&i||u&&i)return-1}return 0}function i(t,e,n){for(var r=t.length,i=n?r:-1;n?i--:++i<r;)if(e(t[i],i,t))return i;return-1}function a(t,e,n){if(e!==e)return m(t,n);for(var r=n-1,i=t.length;++r<i;)if(t[r]===e)return r;return-1}function u(t){return"function"==typeof t||!1}function o(t){return null==t?"":t+""}function s(t,e){for(var n=-1,r=t.length;++n<r&&e.indexOf(t.charAt(n))>-1;);return n}function c(t,e){for(var n=t.length;n--&&e.indexOf(t.charAt(n))>-1;);return n}function l(t,e){return r(t.criteria,e.criteria)||t.index-e.index}function f(t,e,n){for(var i=-1,a=t.criteria,u=e.criteria,o=a.length,s=n.length;++i<o;){var c=r(a[i],u[i]);if(c){if(i>=s)return c;var l=n[i];return c*("asc"===l||!0===l?1:-1)}}return t.index-e.index}function h(t){return Rt[t]}function d(t){return Wt[t]}function p(t,e,n){return e?t=Ut[t]:n&&(t=$t[t]),"\\"+t}function _(t){return"\\"+$t[t]}function m(t,e,n){for(var r=t.length,i=e+(n?0:-1);n?i--:++i<r;){var a=t[i];if(a!==a)return i}return-1}function g(t){return!!t&&"object"==typeof t}function y(t){return t<=160&&t>=9&&t<=13||32==t||160==t||5760==t||6158==t||t>=8192&&(t<=8202||8232==t||8233==t||8239==t||8287==t||12288==t||65279==t)}function v(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;)t[n]===e&&(t[n]=q,a[++i]=n);return a}function M(t,e){for(var n,r=-1,i=t.length,a=-1,u=[];++r<i;){var o=t[r],s=e?e(o,r,t):o;r&&n===s||(n=s,u[++a]=o)}return u}function b(t){for(var e=-1,n=t.length;++e<n&&y(t.charCodeAt(e)););return e}function w(t){for(var e=t.length;e--&&y(t.charCodeAt(e)););return e}function L(t){return zt[t]}function k(t){function e(t){if(g(t)&&!Ao(t)&&!(t instanceof Rt)){if(t instanceof y)return t;if(tu.call(t,"__chain__")&&tu.call(t,"__wrapped__"))return dr(t)}return new y(t)}function n(){}function y(t,e,n){this.__wrapped__=t,this.__actions__=n||[],this.__chain__=!!e}function Rt(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Yu,this.__views__=[]}function Wt(){var t=new Rt(this.__wrapped__);return t.__actions__=ne(this.__actions__),t.__dir__=this.__dir__,t.__filtered__=this.__filtered__,t.__iteratees__=ne(this.__iteratees__),t.__takeCount__=this.__takeCount__,t.__views__=ne(this.__views__),t}function zt(){if(this.__filtered__){var t=new Rt(this);t.__dir__=-1,t.__filtered__=!0}else t=this.clone(),t.__dir__*=-1;return t}function qt(){var t=this.__wrapped__.value(),e=this.__dir__,n=Ao(t),r=e<0,i=n?t.length:0,a=$n(0,i,this.__views__),u=a.start,o=a.end,s=o-u,c=r?o:u-1,l=this.__iteratees__,f=l.length,h=0,d=wu(s,this.__takeCount__);if(!n||i<B||i==s&&d==s)return nn(r&&n?t.reverse():t,this.__actions__);var p=[];t:for(;s--&&h<d;){c+=e;for(var _=-1,m=t[c];++_<f;){var g=l[_],y=g.iteratee,v=g.type,M=y(m);if(v==W)m=M;else if(!M){if(v==R)continue t;break t}}p[h++]=m}return p}function Ut(){this.__data__={}}function $t(t){return this.has(t)&&delete this.__data__[t]}function Vt(t){return"__proto__"==t?x:this.__data__[t]}function Gt(t){return"__proto__"!=t&&tu.call(this.__data__,t)}function Jt(t,e){return"__proto__"!=t&&(this.__data__[t]=e),this}function Zt(t){var e=t?t.length:0;for(this.data={hash:mu(null),set:new lu};e--;)this.push(t[e])}function Kt(t,e){var n=t.data;return("string"==typeof e||Fi(e)?n.set.has(e):n.hash[e])?0:-1}function Xt(t){var e=this.data;"string"==typeof t||Fi(t)?e.set.add(t):e.hash[t]=!0}function ee(t,e){for(var n=-1,r=t.length,i=-1,a=e.length,u=Ba(r+a);++n<r;)u[n]=t[n];for(;++i<a;)u[n++]=e[i];return u}function ne(t,e){var n=-1,r=t.length;for(e||(e=Ba(r));++n<r;)e[n]=t[n];return e}function re(t,e){for(var n=-1,r=t.length;++n<r&&!1!==e(t[n],n,t););return t}function ie(t,e){for(var n=t.length;n--&&!1!==e(t[n],n,t););return t}function ae(t,e){for(var n=-1,r=t.length;++n<r;)if(!e(t[n],n,t))return!1;return!0}function ue(t,e,n,r){for(var i=-1,a=t.length,u=r,o=u;++i<a;){var s=t[i],c=+e(s);n(c,u)&&(u=c,o=s)}return o}function oe(t,e){for(var n=-1,r=t.length,i=-1,a=[];++n<r;){var u=t[n];e(u,n,t)&&(a[++i]=u)}return a}function se(t,e){for(var n=-1,r=t.length,i=Ba(r);++n<r;)i[n]=e(t[n],n,t);return i}function ce(t,e){for(var n=-1,r=e.length,i=t.length;++n<r;)t[i+n]=e[n];return t}function le(t,e,n,r){var i=-1,a=t.length;for(r&&a&&(n=t[++i]);++i<a;)n=e(n,t[i],i,t);return n}function fe(t,e,n,r){var i=t.length;for(r&&i&&(n=t[--i]);i--;)n=e(n,t[i],i,t);return n}function he(t,e){for(var n=-1,r=t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}function de(t,e){for(var n=t.length,r=0;n--;)r+=+e(t[n])||0;return r}function pe(t,e){return t===x?e:t}function _e(t,e,n,r){return t!==x&&tu.call(r,n)?t:e}function me(t,e,n){for(var r=-1,i=Bo(e),a=i.length;++r<a;){var u=i[r],o=t[u],s=n(o,e[u],u,t,e);(s===s?s===o:o!==o)&&(o!==x||u in t)||(t[u]=s)}return t}function ge(t,e){return null==e?t:ve(e,Bo(e),t)}function ye(t,e){for(var n=-1,r=null==t,i=!r&&Kn(t),a=i?t.length:0,u=e.length,o=Ba(u);++n<u;){var s=e[n];o[n]=i?Xn(s,a)?t[s]:x:r?x:t[s]}return o}function ve(t,e,n){n||(n={});for(var r=-1,i=e.length;++r<i;){var a=e[r];n[a]=t[a]}return n}function Me(t,e,n){var r=typeof t;return"function"==r?e===x?t:un(t,e,n):null==t?Ya:"object"==r?Ie(t):e===x?Ca(t):Be(t,e)}function be(t,e,n,r,i,a,u){var o;if(n&&(o=i?n(t,r,i):n(t)),o!==x)return o;if(!Fi(t))return t;var s=Ao(t);if(s){if(o=Vn(t),!e)return ne(t,o)}else{var c=nu.call(t),l=c==Z;if(c!=X&&c!=U&&(!l||i))return Bt[c]?Jn(t,c,e):i?t:{};if(o=Gn(l?{}:t),!e)return ge(o,t)}a||(a=[]),u||(u=[]);for(var f=a.length;f--;)if(a[f]==t)return u[f];return a.push(t),u.push(o),(s?re:Se)(t,function(r,i){o[i]=be(r,e,n,i,t,a,u)}),o}function we(t,e,n){if("function"!=typeof t)throw new Ja(z);return fu(function(){t.apply(x,n)},e)}function Le(t,e){var n=t?t.length:0,r=[];if(!n)return r;var i=-1,u=zn(),o=u==a,s=o&&e.length>=B?_n(e):null,c=e.length;s&&(u=Kt,o=!1,e=s);t:for(;++i<n;){var l=t[i];if(o&&l===l){for(var f=c;f--;)if(e[f]===l)continue t;r.push(l)}else u(e,l,0)<0&&r.push(l)}return r}function ke(t,e){var n=!0;return Ou(t,function(t,r,i){return n=!!e(t,r,i)}),n}function xe(t,e,n,r){var i=r,a=i;return Ou(t,function(t,u,o){var s=+e(t,u,o);(n(s,i)||s===r&&s===a)&&(i=s,a=t)}),a}function De(t,e,n,r){var i=t.length;for(n=null==n?0:+n||0,n<0&&(n=-n>i?0:i+n),r=r===x||r>i?i:+r||0,r<0&&(r+=i),i=n>r?0:r>>>0,n>>>=0;n<i;)t[n++]=e;return t}function Ye(t,e){var n=[];return Ou(t,function(t,r,i){e(t,r,i)&&n.push(t)}),n}function Te(t,e,n,r){var i;return n(t,function(t,n,a){if(e(t,n,a))return i=r?n:t,!1}),i}function Ae(t,e,n,r){r||(r=[]);for(var i=-1,a=t.length;++i<a;){var u=t[i];g(u)&&Kn(u)&&(n||Ao(u)||xi(u))?e?Ae(u,e,n,r):ce(r,u):n||(r[r.length]=u)}return r}function Ee(t,e){return Pu(t,e,ta)}function Se(t,e){return Pu(t,e,Bo)}function je(t,e){return Nu(t,e,Bo)}function Ce(t,e){for(var n=-1,r=e.length,i=-1,a=[];++n<r;){var u=e[n];Ci(t[u])&&(a[++i]=u)}return a}function Fe(t,e,n){if(null!=t){n!==x&&n in fr(t)&&(e=[n]);for(var r=0,i=e.length;null!=t&&r<i;)t=t[e[r++]];return r&&r==i?t:x}}function Oe(t,e,n,r,i,a){return t===e||(null==t||null==e||!Fi(t)&&!g(e)?t!==t&&e!==e:He(t,e,Oe,n,r,i,a))}function He(t,e,n,r,i,a,u){var o=Ao(t),s=Ao(e),c=$,l=$;o||(c=nu.call(t),c==U?c=X:c!=X&&(o=zi(t))),s||(l=nu.call(e),l==U?l=X:l!=X&&(s=zi(e)));var f=c==X,h=l==X,d=c==l;if(d&&!o&&!f)return In(t,e,c);if(!i){var p=f&&tu.call(t,"__wrapped__"),_=h&&tu.call(e,"__wrapped__");if(p||_)return n(p?t.value():t,_?e.value():e,r,i,a,u)}if(!d)return!1;a||(a=[]),u||(u=[]);for(var m=a.length;m--;)if(a[m]==t)return u[m]==e;a.push(t),u.push(e);var g=(o?Nn:Bn)(t,e,n,r,i,a,u);return a.pop(),u.pop(),g}function Pe(t,e,n){var r=e.length,i=r,a=!n;if(null==t)return!i;for(t=fr(t);r--;){var u=e[r];if(a&&u[2]?u[1]!==t[u[0]]:!(u[0]in t))return!1}for(;++r<i;){u=e[r];var o=u[0],s=t[o],c=u[1];if(a&&u[2]){if(s===x&&!(o in t))return!1}else{var l=n?n(s,c,o):x;if(!(l===x?Oe(c,s,n,!0):l))return!1}}return!0}function Ne(t,e){var n=-1,r=Kn(t)?Ba(t.length):[];return Ou(t,function(t,i,a){r[++n]=e(t,i,a)}),r}function Ie(t){var e=qn(t);if(1==e.length&&e[0][2]){var n=e[0][0],r=e[0][1];return function(t){return null!=t&&(t[n]===r&&(r!==x||n in fr(t)))}}return function(t){return Pe(t,e)}}function Be(t,e){var n=Ao(t),r=tr(t)&&rr(e),i=t+"";return t=hr(t),function(a){if(null==a)return!1;var u=i;if(a=fr(a),(n||!r)&&!(u in a)){if(null==(a=1==t.length?a:Fe(a,Ge(t,0,-1))))return!1;u=Dr(t),a=fr(a)}return a[u]===e?e!==x||u in a:Oe(e,a[u],x,!0)}}function Re(t,e,n,r,i){if(!Fi(t))return t;var a=Kn(e)&&(Ao(e)||zi(e)),u=a?x:Bo(e);return re(u||e,function(o,s){if(u&&(s=o,o=e[s]),g(o))r||(r=[]),i||(i=[]),We(t,e,s,Re,n,r,i);else{var c=t[s],l=n?n(c,o,s,t,e):x,f=l===x;f&&(l=o),l===x&&(!a||s in t)||!f&&(l===l?l===c:c!==c)||(t[s]=l)}}),t}function We(t,e,n,r,i,a,u){for(var o=a.length,s=e[n];o--;)if(a[o]==s)return void(t[n]=u[o]);var c=t[n],l=i?i(c,s,n,t,e):x,f=l===x;f&&(l=s,Kn(s)&&(Ao(s)||zi(s))?l=Ao(c)?c:Kn(c)?ne(c):[]:Bi(s)||xi(s)?l=xi(c)?Gi(c):Bi(c)?c:{}:f=!1),a.push(s),u.push(l),f?t[n]=r(l,s,i,a,u):(l===l?l!==c:c===c)&&(t[n]=l)}function ze(t){return function(e){return null==e?x:e[t]}}function qe(t){var e=t+"";return t=hr(t),function(n){return Fe(n,t,e)}}function Ue(t,e){for(var n=t?e.length:0;n--;){var r=e[n];if(r!=i&&Xn(r)){var i=r;hu.call(t,r,1)}}return t}function $e(t,e){return t+gu(xu()*(e-t+1))}function Ve(t,e,n,r,i){return i(t,function(t,i,a){n=r?(r=!1,t):e(n,t,i,a)}),n}function Ge(t,e,n){var r=-1,i=t.length;e=null==e?0:+e||0,e<0&&(e=-e>i?0:i+e),n=n===x||n>i?i:+n||0,n<0&&(n+=i),i=e>n?0:n-e>>>0,e>>>=0;for(var a=Ba(i);++r<i;)a[r]=t[r+e];return a}function Je(t,e){var n;return Ou(t,function(t,r,i){return!(n=e(t,r,i))}),!!n}function Ze(t,e){var n=t.length;for(t.sort(e);n--;)t[n]=t[n].value;return t}function Ke(t,e,n){var r=Rn(),i=-1;return e=se(e,function(t){return r(t)}),Ze(Ne(t,function(t){return{criteria:se(e,function(e){return e(t)}),index:++i,value:t}}),function(t,e){return f(t,e,n)})}function Xe(t,e){var n=0;return Ou(t,function(t,r,i){n+=+e(t,r,i)||0}),n}function Qe(t,e){var n=-1,r=zn(),i=t.length,u=r==a,o=u&&i>=B,s=o?_n():null,c=[];s?(r=Kt,u=!1):(o=!1,s=e?[]:c);t:for(;++n<i;){var l=t[n],f=e?e(l,n,t):l;if(u&&l===l){for(var h=s.length;h--;)if(s[h]===f)continue t;e&&s.push(f),c.push(l)}else r(s,f,0)<0&&((e||o)&&s.push(f),c.push(l))}return c}function tn(t,e){for(var n=-1,r=e.length,i=Ba(r);++n<r;)i[n]=t[e[n]];return i}function en(t,e,n,r){for(var i=t.length,a=r?i:-1;(r?a--:++a<i)&&e(t[a],a,t););return n?Ge(t,r?0:a,r?a+1:i):Ge(t,r?a+1:0,r?i:a)}function nn(t,e){var n=t;n instanceof Rt&&(n=n.value());for(var r=-1,i=e.length;++r<i;){var a=e[r];n=a.func.apply(a.thisArg,ce([n],a.args))}return n}function rn(t,e,n){var r=0,i=t?t.length:r;if("number"==typeof e&&e===e&&i<=Eu){for(;r<i;){var a=r+i>>>1,u=t[a];(n?u<=e:u<e)&&null!==u?r=a+1:i=a}return i}return an(t,e,Ya,n)}function an(t,e,n,r){e=n(e);for(var i=0,a=t?t.length:0,u=e!==e,o=null===e,s=e===x;i<a;){var c=gu((i+a)/2),l=n(t[c]),f=l!==x,h=l===l;if(u)var d=h||r;else d=o?h&&f&&(r||null!=l):s?h&&(r||f):null!=l&&(r?l<=e:l<e);d?i=c+1:a=c}return wu(a,Au)}function un(t,e,n){if("function"!=typeof t)return Ya;if(e===x)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,r,i){return t.call(e,n,r,i)};case 4:return function(n,r,i,a){return t.call(e,n,r,i,a)};case 5:return function(n,r,i,a,u){return t.call(e,n,r,i,a,u)}}return function(){return t.apply(e,arguments)}}function on(t){var e=new au(t.byteLength);return new du(e).set(new du(t)),e}function sn(t,e,n){for(var r=n.length,i=-1,a=bu(t.length-r,0),u=-1,o=e.length,s=Ba(o+a);++u<o;)s[u]=e[u];for(;++i<r;)s[n[i]]=t[i];for(;a--;)s[u++]=t[i++];return s}function cn(t,e,n){for(var r=-1,i=n.length,a=-1,u=bu(t.length-i,0),o=-1,s=e.length,c=Ba(u+s);++a<u;)c[a]=t[a];for(var l=a;++o<s;)c[l+o]=e[o];for(;++r<i;)c[l+n[r]]=t[a++];return c}function ln(t,e){return function(n,r,i){var a=e?e():{};if(r=Rn(r,i,3),Ao(n))for(var u=-1,o=n.length;++u<o;){var s=n[u];t(a,s,r(s,u,n),n)}else Ou(n,function(e,n,i){t(a,e,r(e,n,i),i)});return a}}function fn(t){return gi(function(e,n){var r=-1,i=null==e?0:n.length,a=i>2?n[i-2]:x,u=i>2?n[2]:x,o=i>1?n[i-1]:x;for("function"==typeof a?(a=un(a,o,5),i-=2):(a="function"==typeof o?o:x,i-=a?1:0),u&&Qn(n[0],n[1],u)&&(a=i<3?x:a,i=1);++r<i;){var s=n[r];s&&t(e,s,a)}return e})}function hn(t,e){return function(n,r){var i=n?Ru(n):0;if(!nr(i))return t(n,r);for(var a=e?i:-1,u=fr(n);(e?a--:++a<i)&&!1!==r(u[a],a,u););return n}}function dn(t){return function(e,n,r){for(var i=fr(e),a=r(e),u=a.length,o=t?u:-1;t?o--:++o<u;){var s=a[o];if(!1===n(i[s],s,i))break}return e}}function pn(t,e){function n(){return(this&&this!==Qt&&this instanceof n?r:t).apply(e,arguments)}var r=gn(t);return n}function _n(t){return mu&&lu?new Zt(t):null}function mn(t){return function(e){for(var n=-1,r=ka(la(e)),i=r.length,a="";++n<i;)a=t(a,r[n],n);return a}}function gn(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=Fu(t.prototype),r=t.apply(n,e);return Fi(r)?r:n}}function yn(t){function e(n,r,i){i&&Qn(n,r,i)&&(r=x);var a=Pn(n,t,x,x,x,x,x,r);return a.placeholder=e.placeholder,a}return e}function vn(t,e){return gi(function(n){var r=n[0];return null==r?r:(n.push(e),t.apply(x,n))})}function Mn(t,e){return function(n,r,i){if(i&&Qn(n,r,i)&&(r=x),r=Rn(r,i,3),1==r.length){n=Ao(n)?n:lr(n);var a=ue(n,r,t,e);if(!n.length||a!==e)return a}return xe(n,r,t,e)}}function bn(t,e){return function(n,r,a){if(r=Rn(r,a,3),Ao(n)){var u=i(n,r,e);return u>-1?n[u]:x}return Te(n,r,t)}}function wn(t){return function(e,n,r){return e&&e.length?(n=Rn(n,r,3),i(e,n,t)):-1}}function Ln(t){return function(e,n,r){return n=Rn(n,r,3),Te(e,n,t,!0)}}function kn(t){return function(){for(var e,n=arguments.length,r=t?n:-1,i=0,a=Ba(n);t?r--:++r<n;){var u=a[i++]=arguments[r];if("function"!=typeof u)throw new Ja(z);!e&&y.prototype.thru&&"wrapper"==Wn(u)&&(e=new y([],!0))}for(r=e?-1:n;++r<n;){u=a[r];var o=Wn(u),s="wrapper"==o?Bu(u):x;e=s&&er(s[0])&&s[1]==(F|E|j|O)&&!s[4].length&&1==s[9]?e[Wn(s[0])].apply(e,s[3]):1==u.length&&er(u)?e[o]():e.thru(u)}return function(){var t=arguments,r=t[0];if(e&&1==t.length&&Ao(r)&&r.length>=B)return e.plant(r).value();for(var i=0,u=n?a[i].apply(this,t):r;++i<n;)u=a[i].call(this,u);return u}}}function xn(t,e){return function(n,r,i){return"function"==typeof r&&i===x&&Ao(n)?t(n,r):e(n,un(r,i,3))}}function Dn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n,ta)}}function Yn(t){return function(e,n,r){return"function"==typeof n&&r===x||(n=un(n,r,3)),t(e,n)}}function Tn(t){return function(e,n,r){var i={};return n=Rn(n,r,3),Se(e,function(e,r,a){var u=n(e,r,a);r=t?u:r,e=t?e:u,i[r]=e}),i}}function An(t){return function(e,n,r){return e=o(e),(t?e:"")+Cn(e,n,r)+(t?"":e)}}function En(t){var e=gi(function(n,r){var i=v(r,e.placeholder);return Pn(n,t,x,r,i)});return e}function Sn(t,e){return function(n,r,i,a){var u=arguments.length<3;return"function"==typeof r&&a===x&&Ao(n)?t(n,r,i,u):Ve(n,Rn(r,a,4),i,u,e)}}function jn(t,e,n,r,i,a,u,o,s,c){function l(){for(var y=arguments.length,M=y,b=Ba(y);M--;)b[M]=arguments[M];if(r&&(b=sn(b,r,i)),a&&(b=cn(b,a,u)),p||m){var w=l.placeholder,L=v(b,w);if((y-=L.length)<c){var k=o?ne(o):x,D=bu(c-y,0),A=p?L:x,E=p?x:L,S=p?b:x,F=p?x:b;e|=p?j:C,e&=~(p?C:j),_||(e&=~(Y|T));var O=[t,e,n,S,A,F,E,k,s,D],H=jn.apply(x,O);return er(t)&&Wu(H,O),H.placeholder=w,H}}var P=h?n:this,N=d?P[t]:t;return o&&(b=sr(b,o)),f&&s<b.length&&(b.length=s),this&&this!==Qt&&this instanceof l&&(N=g||gn(t)),N.apply(P,b)}var f=e&F,h=e&Y,d=e&T,p=e&E,_=e&A,m=e&S,g=d?x:gn(t);return l}function Cn(t,e,n){var r=t.length;if(e=+e,r>=e||!vu(e))return"";var i=e-r;return n=null==n?" ":n+"",ma(n,_u(i/n.length)).slice(0,i)}function Fn(t,e,n,r){function i(){for(var e=-1,o=arguments.length,s=-1,c=r.length,l=Ba(c+o);++s<c;)l[s]=r[s];for(;o--;)l[s++]=arguments[++e];return(this&&this!==Qt&&this instanceof i?u:t).apply(a?n:this,l)}var a=e&Y,u=gn(t);return i}function On(t){var e=qa[t];return function(t,n){return n=n===x?0:+n||0,n?(n=su(10,n),e(t*n)/n):e(t)}}function Hn(t){return function(e,n,r,i){var a=Rn(r);return null==r&&a===Me?rn(e,n,t):an(e,n,a(r,i,1),t)}}function Pn(t,e,n,r,i,a,u,o){var s=e&T;if(!s&&"function"!=typeof t)throw new Ja(z);var c=r?r.length:0;if(c||(e&=~(j|C),r=i=x),c-=i?i.length:0,e&C){var l=r,f=i;r=i=x}var h=s?x:Bu(t),d=[t,e,n,r,i,l,f,a,u,o];if(h&&(ir(d,h),e=d[1],o=d[9]),d[9]=null==o?s?0:t.length:bu(o-c,0)||0,e==Y)var p=pn(d[0],d[2]);else p=e!=j&&e!=(Y|j)||d[4].length?jn.apply(x,d):Fn.apply(x,d);return(h?Iu:Wu)(p,d)}function Nn(t,e,n,r,i,a,u){var o=-1,s=t.length,c=e.length;if(s!=c&&!(i&&c>s))return!1;for(;++o<s;){var l=t[o],f=e[o],h=r?r(i?f:l,i?l:f,o):x;if(h!==x){if(h)continue;return!1}if(i){if(!he(e,function(t){return l===t||n(l,t,r,i,a,u)}))return!1}else if(l!==f&&!n(l,f,r,i,a,u))return!1}return!0}function In(t,e,n){switch(n){case V:case G:return+t==+e;case J:return t.name==e.name&&t.message==e.message;case K:return t!=+t?e!=+e:t==+e;case Q:case tt:return t==e+""}return!1}function Bn(t,e,n,r,i,a,u){var o=Bo(t),s=o.length;if(s!=Bo(e).length&&!i)return!1;for(var c=s;c--;){var l=o[c];if(!(i?l in e:tu.call(e,l)))return!1}for(var f=i;++c<s;){l=o[c];var h=t[l],d=e[l],p=r?r(i?d:h,i?h:d,l):x;if(!(p===x?n(h,d,r,i,a,u):p))return!1;f||(f="constructor"==l)}if(!f){var _=t.constructor,m=e.constructor;if(_!=m&&"constructor"in t&&"constructor"in e&&!("function"==typeof _&&_ instanceof _&&"function"==typeof m&&m instanceof m))return!1}return!0}function Rn(t,n,r){var i=e.callback||xa;return i=i===xa?Me:i,r?i(t,n,r):i}function Wn(t){for(var e=t.name,n=Cu[e],r=n?n.length:0;r--;){var i=n[r],a=i.func;if(null==a||a==t)return i.name}return e}function zn(t,n,r){var i=e.indexOf||kr;return i=i===kr?a:i,t?i(t,n,r):i}function qn(t){for(var e=ea(t),n=e.length;n--;)e[n][2]=rr(e[n][1]);return e}function Un(t,e){var n=null==t?x:t[e];return Pi(n)?n:x}function $n(t,e,n){for(var r=-1,i=n.length;++r<i;){var a=n[r],u=a.size;switch(a.type){case"drop":t+=u;break;case"dropRight":e-=u;break;case"take":e=wu(e,t+u);break;case"takeRight":t=bu(t,e-u)}}return{start:t,end:e}}function Vn(t){var e=t.length,n=new t.constructor(e);return e&&"string"==typeof t[0]&&tu.call(t,"index")&&(n.index=t.index,n.input=t.input),n}function Gn(t){var e=t.constructor;return"function"==typeof e&&e instanceof e||(e=$a),new e}function Jn(t,e,n){var r=t.constructor;switch(e){case et:return on(t);case V:case G:return new r(+t);case nt:case rt:case it:case at:case ut:case ot:case st:case ct:case lt:var i=t.buffer;return new r(n?on(i):i,t.byteOffset,t.length);case K:case tt:return new r(t);case Q:var a=new r(t.source,At.exec(t));a.lastIndex=t.lastIndex}return a}function Zn(t,e,n){null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),e=Dr(e));var r=null==t?t:t[e];return null==r?x:r.apply(t,n)}function Kn(t){return null!=t&&nr(Ru(t))}function Xn(t,e){return t="number"==typeof t||jt.test(t)?+t:-1,e=null==e?Su:e,t>-1&&t%1==0&&t<e}function Qn(t,e,n){if(!Fi(n))return!1;var r=typeof e;if("number"==r?Kn(n)&&Xn(e,n.length):"string"==r&&e in n){var i=n[e];return t===t?t===i:i!==i}return!1}function tr(t,e){var n=typeof t;return!!("string"==n&&wt.test(t)||"number"==n)||!Ao(t)&&(!bt.test(t)||null!=e&&t in fr(e))}function er(t){var n=Wn(t);if(!(n in Rt.prototype))return!1;var r=e[n];if(t===r)return!0;var i=Bu(r);return!!i&&t===i[0]}function nr(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=Su}function rr(t){return t===t&&!Fi(t)}function ir(t,e){var n=t[1],r=e[1],i=n|r,a=i<F,u=r==F&&n==E||r==F&&n==O&&t[7].length<=e[8]||r==(F|O)&&n==E;if(!a&&!u)return t;r&Y&&(t[2]=e[2],i|=n&Y?0:A);var o=e[3];if(o){var s=t[3];t[3]=s?sn(s,o,e[4]):ne(o),t[4]=s?v(t[3],q):ne(e[4])}return o=e[5],o&&(s=t[5],t[5]=s?cn(s,o,e[6]):ne(o),t[6]=s?v(t[5],q):ne(e[6])),o=e[7],o&&(t[7]=ne(o)),r&F&&(t[8]=null==t[8]?e[8]:wu(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=i,t}function ar(t,e){return t===x?e:Eo(t,e,ar)}function ur(t,e){t=fr(t);for(var n=-1,r=e.length,i={};++n<r;){var a=e[n];a in t&&(i[a]=t[a])}return i}function or(t,e){var n={};return Ee(t,function(t,r,i){e(t,r,i)&&(n[r]=t)}),n}function sr(t,e){for(var n=t.length,r=wu(e.length,n),i=ne(t);r--;){var a=e[r];t[r]=Xn(a,n)?i[a]:x}return t}function cr(t){for(var e=ta(t),n=e.length,r=n&&t.length,i=!!r&&nr(r)&&(Ao(t)||xi(t)),a=-1,u=[];++a<n;){var o=e[a];(i&&Xn(o,r)||tu.call(t,o))&&u.push(o)}return u}function lr(t){return null==t?[]:Kn(t)?Fi(t)?t:$a(t):aa(t)}function fr(t){return Fi(t)?t:$a(t)}function hr(t){if(Ao(t))return t;var e=[];return o(t).replace(Lt,function(t,n,r,i){e.push(r?i.replace(Yt,"$1"):n||t)}),e}function dr(t){return t instanceof Rt?t.clone():new y(t.__wrapped__,t.__chain__,ne(t.__actions__))}function pr(t,e,n){e=(n?Qn(t,e,n):null==e)?1:bu(gu(e)||1,1);for(var r=0,i=t?t.length:0,a=-1,u=Ba(_u(i/e));r<i;)u[++a]=Ge(t,r,r+=e);return u}function _r(t){for(var e=-1,n=t?t.length:0,r=-1,i=[];++e<n;){var a=t[e];a&&(i[++r]=a)}return i}function mr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,e<0?0:e)):[]}function gr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,0,e<0?0:e)):[]}function yr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0,!0):[]}function vr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!0):[]}function Mr(t,e,n,r){var i=t?t.length:0;return i?(n&&"number"!=typeof n&&Qn(t,e,n)&&(n=0,r=i),De(t,e,n,r)):[]}function br(t){return t?t[0]:x}function wr(t,e,n){var r=t?t.length:0;return n&&Qn(t,e,n)&&(e=!1),r?Ae(t,e):[]}function Lr(t){return(t?t.length:0)?Ae(t,!0):[]}function kr(t,e,n){var r=t?t.length:0;if(!r)return-1;if("number"==typeof n)n=n<0?bu(r+n,0):n;else if(n){var i=rn(t,e);return i<r&&(e===e?e===t[i]:t[i]!==t[i])?i:-1}return a(t,e,n||0)}function xr(t){return gr(t,1)}function Dr(t){var e=t?t.length:0;return e?t[e-1]:x}function Yr(t,e,n){var r=t?t.length:0;if(!r)return-1;var i=r;if("number"==typeof n)i=(n<0?bu(r+n,0):wu(n||0,r-1))+1;else if(n){i=rn(t,e,!0)-1;var a=t[i];return(e===e?e===a:a!==a)?i:-1}if(e!==e)return m(t,i,!0);for(;i--;)if(t[i]===e)return i;return-1}function Tr(){var t=arguments,e=t[0];if(!e||!e.length)return e;for(var n=0,r=zn(),i=t.length;++n<i;)for(var a=0,u=t[n];(a=r(e,u,a))>-1;)hu.call(e,a,1);return e}function Ar(t,e,n){var r=[];if(!t||!t.length)return r;var i=-1,a=[],u=t.length;for(e=Rn(e,n,3);++i<u;){var o=t[i];e(o,i,t)&&(r.push(o),a.push(i))}return Ue(t,a),r}function Er(t){return mr(t,1)}function Sr(t,e,n){var r=t?t.length:0;return r?(n&&"number"!=typeof n&&Qn(t,e,n)&&(e=0,n=r),Ge(t,e,n)):[]}function jr(t,e,n){return(t?t.length:0)?((n?Qn(t,e,n):null==e)&&(e=1),Ge(t,0,e<0?0:e)):[]}function Cr(t,e,n){var r=t?t.length:0;return r?((n?Qn(t,e,n):null==e)&&(e=1),e=r-(+e||0),Ge(t,e<0?0:e)):[]}function Fr(t,e,n){return t&&t.length?en(t,Rn(e,n,3),!1,!0):[]}function Or(t,e,n){return t&&t.length?en(t,Rn(e,n,3)):[]}function Hr(t,e,n,r){if(!(t?t.length:0))return[];null!=e&&"boolean"!=typeof e&&(r=n,n=Qn(t,e,r)?x:e,e=!1);var i=Rn();return null==n&&i===Me||(n=i(n,r,3)),e&&zn()==a?M(t,n):Qe(t,n)}function Pr(t){if(!t||!t.length)return[];var e=-1,n=0;t=oe(t,function(t){if(Kn(t))return n=bu(t.length,n),!0});for(var r=Ba(n);++e<n;)r[e]=se(t,ze(e));return r}function Nr(t,e,n){if(!(t?t.length:0))return[];var r=Pr(t);return null==e?r:(e=un(e,n,4),se(r,function(t){return le(t,e,x,!0)}))}function Ir(){for(var t=-1,e=arguments.length;++t<e;){var n=arguments[t];if(Kn(n))var r=r?ce(Le(r,n),Le(n,r)):n}return r?Qe(r):[]}function Br(t,e){var n=-1,r=t?t.length:0,i={};for(!r||e||Ao(t[0])||(e=[]);++n<r;){var a=t[n];e?i[a]=e[n]:a&&(i[a[0]]=a[1])}return i}function Rr(t){var n=e(t);return n.__chain__=!0,n}function Wr(t,e,n){return e.call(n,t),t}function zr(t,e,n){return e.call(n,t)}function qr(){return Rr(this)}function Ur(){return new y(this.value(),this.__chain__)}function $r(t){for(var e,r=this;r instanceof n;){var i=dr(r);e?a.__wrapped__=i:e=i;var a=i;r=r.__wrapped__}return a.__wrapped__=t,e}function Vr(){var t=this.__wrapped__,e=function(t){return n&&n.__dir__<0?t:t.reverse()};if(t instanceof Rt){var n=t;return this.__actions__.length&&(n=new Rt(this)),n=n.reverse(),n.__actions__.push({func:zr,args:[e],thisArg:x}),new y(n,this.__chain__)}return this.thru(e)}function Gr(){return this.value()+""}function Jr(){return nn(this.__wrapped__,this.__actions__)}function Zr(t,e,n){var r=Ao(t)?ae:ke;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function Kr(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,e)}function Xr(t,e){return ro(t,Ie(e))}function Qr(t,e,n,r){var i=t?Ru(t):0;return nr(i)||(t=aa(t),i=t.length),n="number"!=typeof n||r&&Qn(e,n,r)?0:n<0?bu(i+n,0):n||0,"string"==typeof t||!Ao(t)&&Wi(t)?n<=i&&t.indexOf(e,n)>-1:!!i&&zn(t,e,n)>-1}function ti(t,e,n){var r=Ao(t)?se:Ne;return e=Rn(e,n,3),r(t,e)}function ei(t,e){return ti(t,Ca(e))}function ni(t,e,n){var r=Ao(t)?oe:Ye;return e=Rn(e,n,3),r(t,function(t,n,r){return!e(t,n,r)})}function ri(t,e,n){if(n?Qn(t,e,n):null==e){t=lr(t);var r=t.length;return r>0?t[$e(0,r-1)]:x}var i=-1,a=Vi(t),r=a.length,u=r-1;for(e=wu(e<0?0:+e||0,r);++i<e;){var o=$e(i,u),s=a[o];a[o]=a[i],a[i]=s}return a.length=e,a}function ii(t){return ri(t,Yu)}function ai(t){var e=t?Ru(t):0;return nr(e)?e:Bo(t).length}function ui(t,e,n){var r=Ao(t)?he:Je;return n&&Qn(t,e,n)&&(e=x),"function"==typeof e&&n===x||(e=Rn(e,n,3)),r(t,e)}function oi(t,e,n){if(null==t)return[];n&&Qn(t,e,n)&&(e=x);var r=-1;return e=Rn(e,n,3),Ze(Ne(t,function(t,n,i){return{criteria:e(t,n,i),index:++r,value:t}}),l)}function si(t,e,n,r){return null==t?[]:(r&&Qn(e,n,r)&&(n=x),Ao(e)||(e=null==e?[]:[e]),Ao(n)||(n=null==n?[]:[n]),Ke(t,e,n))}function ci(t,e){return Kr(t,Ie(e))}function li(t,e){if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var n=t;t=e,e=n}return t=vu(t=+t)?t:0,function(){if(--t<1)return e.apply(this,arguments)}}function fi(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=t&&null==e?t.length:bu(+e||0,0),Pn(t,F,x,x,x,x,e)}function hi(t,e){var n;if("function"!=typeof e){if("function"!=typeof t)throw new Ja(z);var r=t;t=e,e=r}return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=x),n}}function di(t,e,n){function r(){d&&uu(d),c&&uu(c),_=0,c=d=p=x}function i(e,n){n&&uu(n),c=d=p=x,e&&(_=_o(),l=t.apply(h,s),d||c||(s=h=x))}function a(){var t=e-(_o()-f);t<=0||t>e?i(p,c):d=fu(a,t)}function u(){i(g,d)}function o(){if(s=arguments,f=_o(),h=this,p=g&&(d||!y),!1===m)var n=y&&!d;else{c||y||(_=f);var r=m-(f-_),i=r<=0||r>m;i?(c&&(c=uu(c)),_=f,l=t.apply(h,s)):c||(c=fu(u,r))}return i&&d?d=uu(d):d||e===m||(d=fu(a,e)),n&&(i=!0,l=t.apply(h,s)),!i||d||c||(s=h=x),l}var s,c,l,f,h,d,p,_=0,m=!1,g=!0;if("function"!=typeof t)throw new Ja(z);if(e=e<0?0:+e||0,!0===n){var y=!0;g=!1}else Fi(n)&&(y=!!n.leading,m="maxWait"in n&&bu(+n.maxWait||0,e),g="trailing"in n?!!n.trailing:g);return o.cancel=r,o}function pi(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new Ja(z);var n=function(){var r=arguments,i=e?e.apply(this,r):r[0],a=n.cache;if(a.has(i))return a.get(i);var u=t.apply(this,r);return n.cache=a.set(i,u),u};return n.cache=new pi.Cache,n}function _i(t){if("function"!=typeof t)throw new Ja(z);return function(){return!t.apply(this,arguments)}}function mi(t){return hi(2,t)}function gi(t,e){if("function"!=typeof t)throw new Ja(z);return e=bu(e===x?t.length-1:+e||0,0),function(){for(var n=arguments,r=-1,i=bu(n.length-e,0),a=Ba(i);++r<i;)a[r]=n[e+r];switch(e){case 0:return t.call(this,a);case 1:return t.call(this,n[0],a);case 2:return t.call(this,n[0],n[1],a)}var u=Ba(e+1);for(r=-1;++r<e;)u[r]=n[r];return u[e]=a,t.apply(this,u)}}function yi(t){if("function"!=typeof t)throw new Ja(z);return function(e){return t.apply(this,e)}}function vi(t,e,n){var r=!0,i=!0;if("function"!=typeof t)throw new Ja(z);return!1===n?r=!1:Fi(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),di(t,e,{leading:r,maxWait:+e,trailing:i})}function Mi(t,e){return e=null==e?Ya:e,Pn(e,j,x,[t],[])}function bi(t,e,n,r){return e&&"boolean"!=typeof e&&Qn(t,e,n)?e=!1:"function"==typeof e&&(r=n,n=e,e=!1),"function"==typeof n?be(t,e,un(n,r,1)):be(t,e)}function wi(t,e,n){return"function"==typeof e?be(t,!0,un(e,n,1)):be(t,!0)}function Li(t,e){return t>e}function ki(t,e){return t>=e}function xi(t){return g(t)&&Kn(t)&&tu.call(t,"callee")&&!cu.call(t,"callee")}function Di(t){return!0===t||!1===t||g(t)&&nu.call(t)==V}function Yi(t){return g(t)&&nu.call(t)==G}function Ti(t){return!!t&&1===t.nodeType&&g(t)&&!Bi(t)}function Ai(t){return null==t||(Kn(t)&&(Ao(t)||Wi(t)||xi(t)||g(t)&&Ci(t.splice))?!t.length:!Bo(t).length)}function Ei(t,e,n,r){n="function"==typeof n?un(n,r,3):x;var i=n?n(t,e):x;return i===x?Oe(t,e,n):!!i}function Si(t){return g(t)&&"string"==typeof t.message&&nu.call(t)==J}function ji(t){return"number"==typeof t&&vu(t)}function Ci(t){return Fi(t)&&nu.call(t)==Z}function Fi(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Oi(t,e,n,r){return n="function"==typeof n?un(n,r,3):x,Pe(t,qn(e),n)}function Hi(t){return Ii(t)&&t!=+t}function Pi(t){return null!=t&&(Ci(t)?iu.test(Qa.call(t)):g(t)&&St.test(t))}function Ni(t){return null===t}function Ii(t){return"number"==typeof t||g(t)&&nu.call(t)==K}function Bi(t){var e;if(!g(t)||nu.call(t)!=X||xi(t)||!tu.call(t,"constructor")&&"function"==typeof(e=t.constructor)&&!(e instanceof e))return!1;var n;return Ee(t,function(t,e){n=e}),n===x||tu.call(t,n)}function Ri(t){return Fi(t)&&nu.call(t)==Q}function Wi(t){return"string"==typeof t||g(t)&&nu.call(t)==tt}function zi(t){return g(t)&&nr(t.length)&&!!It[nu.call(t)]}function qi(t){return t===x}function Ui(t,e){return t<e}function $i(t,e){return t<=e}function Vi(t){var e=t?Ru(t):0;return nr(e)?e?ne(t):[]:aa(t)}function Gi(t){return ve(t,ta(t))}function Ji(t,e,n){var r=Fu(t);return n&&Qn(t,e,n)&&(e=x),e?ge(r,e):r}function Zi(t){return Ce(t,ta(t))}function Ki(t,e,n){var r=null==t?x:Fe(t,hr(e),e+"");return r===x?n:r}function Xi(t,e){if(null==t)return!1;var n=tu.call(t,e);if(!n&&!tr(e)){if(e=hr(e),null==(t=1==e.length?t:Fe(t,Ge(e,0,-1))))return!1;e=Dr(e),n=tu.call(t,e)}return n||nr(t.length)&&Xn(e,t.length)&&(Ao(t)||xi(t))}function Qi(t,e,n){n&&Qn(t,e,n)&&(e=x);for(var r=-1,i=Bo(t),a=i.length,u={};++r<a;){var o=i[r],s=t[o];e?tu.call(u,s)?u[s].push(o):u[s]=[o]:u[s]=o}return u}function ta(t){if(null==t)return[];Fi(t)||(t=$a(t));var e=t.length;e=e&&nr(e)&&(Ao(t)||xi(t))&&e||0;for(var n=t.constructor,r=-1,i="function"==typeof n&&n.prototype===t,a=Ba(e),u=e>0;++r<e;)a[r]=r+"";for(var o in t)u&&Xn(o,e)||"constructor"==o&&(i||!tu.call(t,o))||a.push(o);return a}function ea(t){t=fr(t);for(var e=-1,n=Bo(t),r=n.length,i=Ba(r);++e<r;){var a=n[e];i[e]=[a,t[a]]}return i}function na(t,e,n){var r=null==t?x:t[e];return r===x&&(null==t||tr(e,t)||(e=hr(e),t=1==e.length?t:Fe(t,Ge(e,0,-1)),r=null==t?x:t[Dr(e)]),r=r===x?n:r),Ci(r)?r.call(t):r}function ra(t,e,n){if(null==t)return t;var r=e+"";e=null!=t[r]||tr(e,t)?[r]:hr(e);for(var i=-1,a=e.length,u=a-1,o=t;null!=o&&++i<a;){var s=e[i];Fi(o)&&(i==u?o[s]=n:null==o[s]&&(o[s]=Xn(e[i+1])?[]:{})),o=o[s]}return t}function ia(t,e,n,r){var i=Ao(t)||zi(t);if(e=Rn(e,r,4),null==n)if(i||Fi(t)){var a=t.constructor;n=i?Ao(t)?new a:[]:Fu(Ci(a)?a.prototype:x)}else n={};return(i?re:Se)(t,function(t,r,i){return e(n,t,r,i)}),n}function aa(t){return tn(t,Bo(t))}function ua(t){return tn(t,ta(t))}function oa(t,e,n){return e=+e||0,n===x?(n=e,e=0):n=+n||0,t>=wu(e,n)&&t<bu(e,n)}function sa(t,e,n){n&&Qn(t,e,n)&&(e=n=x);var r=null==t,i=null==e;if(null==n&&(i&&"boolean"==typeof t?(n=t,t=1):"boolean"==typeof e&&(n=e,i=!0)),r&&i&&(e=1,i=!1),t=+t||0,i?(e=t,t=0):e=+e||0,n||t%1||e%1){var a=xu();return wu(t+a*(e-t+ou("1e-"+((a+"").length-1))),e)}return $e(t,e)}function ca(t){return(t=o(t))&&t.charAt(0).toUpperCase()+t.slice(1)}function la(t){return(t=o(t))&&t.replace(Ct,h).replace(Dt,"")}function fa(t,e,n){t=o(t),e+="";var r=t.length;return n=n===x?r:wu(n<0?0:+n||0,r),(n-=e.length)>=0&&t.indexOf(e,n)==n}function ha(t){return t=o(t),t&&gt.test(t)?t.replace(_t,d):t}function da(t){return t=o(t),t&&xt.test(t)?t.replace(kt,p):t||"(?:)"}function pa(t,e,n){t=o(t),e=+e;var r=t.length;if(r>=e||!vu(e))return t;var i=(e-r)/2,a=gu(i);return n=Cn("",_u(i),n),n.slice(0,a)+t+n}function _a(t,e,n){return(n?Qn(t,e,n):null==e)?e=0:e&&(e=+e),t=va(t),ku(t,e||(Et.test(t)?16:10))}function ma(t,e){var n="";if(t=o(t),(e=+e)<1||!t||!vu(e))return n;do{e%2&&(n+=t),e=gu(e/2),t+=t}while(e);return n}function ga(t,e,n){return t=o(t),n=null==n?0:wu(n<0?0:+n||0,t.length),t.lastIndexOf(e,n)==n}function ya(t,n,r){var i=e.templateSettings;r&&Qn(t,n,r)&&(n=r=x),t=o(t),n=me(ge({},r||n),i,_e);var a,u,s=me(ge({},n.imports),i.imports,_e),c=Bo(s),l=tn(s,c),f=0,h=n.interpolate||Ft,d="__p += '",p=Va((n.escape||Ft).source+"|"+h.source+"|"+(h===Mt?Tt:Ft).source+"|"+(n.evaluate||Ft).source+"|$","g"),m="//# sourceURL="+("sourceURL"in n?n.sourceURL:"lodash.templateSources["+ ++Nt+"]")+"\n";t.replace(p,function(e,n,r,i,o,s){return r||(r=i),d+=t.slice(f,s).replace(Ot,_),n&&(a=!0,d+="' +\n__e("+n+") +\n'"),o&&(u=!0,d+="';\n"+o+";\n__p += '"),r&&(d+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),f=s+e.length,e}),d+="';\n";var g=n.variable;g||(d="with (obj) {\n"+d+"\n}\n"),d=(u?d.replace(ft,""):d).replace(ht,"$1").replace(dt,"$1;"),d="function("+(g||"obj")+") {\n"+(g?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(u?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+d+"return __p\n}";var y=Ko(function(){return za(c,m+"return "+d).apply(x,l)});if(y.source=d,Si(y))throw y;return y}function va(t,e,n){var r=t;return(t=o(t))?(n?Qn(r,e,n):null==e)?t.slice(b(t),w(t)+1):(e+="",t.slice(s(t,e),c(t,e)+1)):t}function Ma(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(b(t)):t.slice(s(t,e+"")):t}function ba(t,e,n){var r=t;return t=o(t),t?(n?Qn(r,e,n):null==e)?t.slice(0,w(t)+1):t.slice(0,c(t,e+"")+1):t}function wa(t,e,n){n&&Qn(t,e,n)&&(e=x);var r=H,i=P;if(null!=e)if(Fi(e)){var a="separator"in e?e.separator:a;r="length"in e?+e.length||0:r,i="omission"in e?o(e.omission):i}else r=+e||0;if(t=o(t),r>=t.length)return t;var u=r-i.length;if(u<1)return i;var s=t.slice(0,u);if(null==a)return s+i;if(Ri(a)){if(t.slice(u).search(a)){var c,l,f=t.slice(0,u);for(a.global||(a=Va(a.source,(At.exec(a)||"")+"g")),a.lastIndex=0;c=a.exec(f);)l=c.index;s=s.slice(0,null==l?u:l)}}else if(t.indexOf(a,u)!=u){var h=s.lastIndexOf(a);h>-1&&(s=s.slice(0,h))}return s+i}function La(t){return t=o(t),t&&mt.test(t)?t.replace(pt,L):t}function ka(t,e,n){return n&&Qn(t,e,n)&&(e=x),t=o(t),t.match(e||Ht)||[]}function xa(t,e,n){return n&&Qn(t,e,n)&&(e=x),g(t)?Ta(t):Me(t,e)}function Da(t){return function(){return t}}function Ya(t){return t}function Ta(t){return Ie(be(t,!0))}function Aa(t,e){return Be(t,be(e,!0))}function Ea(t,e,n){if(null==n){var r=Fi(e),i=r?Bo(e):x,a=i&&i.length?Ce(e,i):x;(a?a.length:r)||(a=!1,n=e,e=t,t=this)}a||(a=Ce(e,Bo(e)));var u=!0,o=-1,s=Ci(t),c=a.length;!1===n?u=!1:Fi(n)&&"chain"in n&&(u=n.chain);for(;++o<c;){var l=a[o],f=e[l];t[l]=f,s&&(t.prototype[l]=function(e){return function(){var n=this.__chain__;if(u||n){var r=t(this.__wrapped__);return(r.__actions__=ne(this.__actions__)).push({func:e,args:arguments,thisArg:t}),r.__chain__=n,r}return e.apply(t,ce([this.value()],arguments))}}(f))}return t}function Sa(){return Qt._=ru,this}function ja(){}function Ca(t){return tr(t)?ze(t):qe(t)}function Fa(t){return function(e){return Fe(t,hr(e),e+"")}}function Oa(t,e,n){n&&Qn(t,e,n)&&(e=n=x),t=+t||0,n=null==n?1:+n||0,null==e?(e=t,t=0):e=+e||0;for(var r=-1,i=bu(_u((e-t)/(n||1)),0),a=Ba(i);++r<i;)a[r]=t,t+=n;return a}function Ha(t,e,n){if((t=gu(t))<1||!vu(t))return[];var r=-1,i=Ba(wu(t,Tu));for(e=un(e,n,1);++r<t;)r<Tu?i[r]=e(r):e(r);return i}function Pa(t){var e=++eu;return o(t)+e}function Na(t,e){return(+t||0)+(+e||0)}function Ia(t,e,n){return n&&Qn(t,e,n)&&(e=x),e=Rn(e,n,3),1==e.length?de(Ao(t)?t:lr(t),e):Xe(t,e)}t=t?te.defaults(Qt.Object(),t,te.pick(Qt,Pt)):Qt;var Ba=t.Array,Ra=t.Date,Wa=t.Error,za=t.Function,qa=t.Math,Ua=t.Number,$a=t.Object,Va=t.RegExp,Ga=t.String,Ja=t.TypeError,Za=Ba.prototype,Ka=$a.prototype,Xa=Ga.prototype,Qa=za.prototype.toString,tu=Ka.hasOwnProperty,eu=0,nu=Ka.toString,ru=Qt._,iu=Va("^"+Qa.call(tu).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),au=t.ArrayBuffer,uu=t.clearTimeout,ou=t.parseFloat,su=qa.pow,cu=Ka.propertyIsEnumerable,lu=Un(t,"Set"),fu=t.setTimeout,hu=Za.splice,du=t.Uint8Array,pu=Un(t,"WeakMap"),_u=qa.ceil,mu=Un($a,"create"),gu=qa.floor,yu=Un(Ba,"isArray"),vu=t.isFinite,Mu=Un($a,"keys"),bu=qa.max,wu=qa.min,Lu=Un(Ra,"now"),ku=t.parseInt,xu=qa.random,Du=Ua.NEGATIVE_INFINITY,Yu=Ua.POSITIVE_INFINITY,Tu=4294967295,Au=Tu-1,Eu=Tu>>>1,Su=9007199254740991,ju=pu&&new pu,Cu={};e.support={};e.templateSettings={escape:yt,evaluate:vt,interpolate:Mt,variable:"",imports:{_:e}};var Fu=function(){function t(){}return function(e){if(Fi(e)){t.prototype=e;var n=new t;t.prototype=x}return n||{}}}(),Ou=hn(Se),Hu=hn(je,!0),Pu=dn(),Nu=dn(!0),Iu=ju?function(t,e){return ju.set(t,e),t}:Ya,Bu=ju?function(t){return ju.get(t)}:ja,Ru=ze("length"),Wu=function(){var t=0,e=0;return function(n,r){var i=_o(),a=I-(i-e);if(e=i,a>0){if(++t>=N)return n}else t=0;return Iu(n,r)}}(),zu=gi(function(t,e){return g(t)&&Kn(t)?Le(t,Ae(e,!1,!0)):[]}),qu=wn(),Uu=wn(!0),$u=gi(function(t){for(var e=t.length,n=e,r=Ba(f),i=zn(),u=i==a,o=[];n--;){var s=t[n]=Kn(s=t[n])?s:[];r[n]=u&&s.length>=120?_n(n&&s):null}var c=t[0],l=-1,f=c?c.length:0,h=r[0];t:for(;++l<f;)if(s=c[l],(h?Kt(h,s):i(o,s,0))<0){for(var n=e;--n;){var d=r[n];if((d?Kt(d,s):i(t[n],s,0))<0)continue t}h&&h.push(s),o.push(s)}return o}),Vu=gi(function(t,e){e=Ae(e);var n=ye(t,e);return Ue(t,e.sort(r)),n}),Gu=Hn(),Ju=Hn(!0),Zu=gi(function(t){return Qe(Ae(t,!1,!0))}),Ku=gi(function(t,e){return Kn(t)?Le(t,e):[]}),Xu=gi(Pr),Qu=gi(function(t){var e=t.length,n=e>2?t[e-2]:x,r=e>1?t[e-1]:x;return e>2&&"function"==typeof n?e-=2:(n=e>1&&"function"==typeof r?(--e,r):x,r=x),t.length=e,Nr(t,n,r)}),to=gi(function(t){return t=Ae(t),this.thru(function(e){return ee(Ao(e)?e:[fr(e)],t)})}),eo=gi(function(t,e){return ye(t,Ae(e))}),no=ln(function(t,e,n){tu.call(t,n)?++t[n]:t[n]=1}),ro=bn(Ou),io=bn(Hu,!0),ao=xn(re,Ou),uo=xn(ie,Hu),oo=ln(function(t,e,n){tu.call(t,n)?t[n].push(e):t[n]=[e]}),so=ln(function(t,e,n){t[n]=e}),co=gi(function(t,e,n){var r=-1,i="function"==typeof e,a=tr(e),u=Kn(t)?Ba(t.length):[];return Ou(t,function(t){var o=i?e:a&&null!=t?t[e]:x;u[++r]=o?o.apply(t,n):Zn(t,e,n)}),u}),lo=ln(function(t,e,n){t[n?0:1].push(e)},function(){return[[],[]]}),fo=Sn(le,Ou),ho=Sn(fe,Hu),po=gi(function(t,e){if(null==t)return[];var n=e[2];return n&&Qn(e[0],e[1],n)&&(e.length=1),Ke(t,Ae(e),[])}),_o=Lu||function(){return(new Ra).getTime()},mo=gi(function(t,e,n){var r=Y;if(n.length){var i=v(n,mo.placeholder);r|=j}return Pn(t,r,e,n,i)}),go=gi(function(t,e){e=e.length?Ae(e):Zi(t);for(var n=-1,r=e.length;++n<r;){var i=e[n];t[i]=Pn(t[i],Y,t)}return t}),yo=gi(function(t,e,n){var r=Y|T;if(n.length){var i=v(n,yo.placeholder);r|=j}return Pn(e,r,t,n,i)}),vo=yn(E),Mo=yn(S),bo=gi(function(t,e){return we(t,1,e)}),wo=gi(function(t,e,n){return we(t,e,n)}),Lo=kn(),ko=kn(!0),xo=gi(function(t,e){if(e=Ae(e),"function"!=typeof t||!ae(e,u))throw new Ja(z);var n=e.length;return gi(function(r){for(var i=wu(r.length,n);i--;)r[i]=e[i](r[i]);return t.apply(this,r)})}),Do=En(j),Yo=En(C),To=gi(function(t,e){return Pn(t,O,x,x,x,Ae(e))}),Ao=yu||function(t){return g(t)&&nr(t.length)&&nu.call(t)==$},Eo=fn(Re),So=fn(function(t,e,n){return n?me(t,e,n):ge(t,e)}),jo=vn(So,pe),Co=vn(Eo,ar),Fo=Ln(Se),Oo=Ln(je),Ho=Dn(Pu),Po=Dn(Nu),No=Yn(Se),Io=Yn(je),Bo=Mu?function(t){var e=null==t?x:t.constructor;return"function"==typeof e&&e.prototype===t||"function"!=typeof t&&Kn(t)?cr(t):Fi(t)?Mu(t):[]}:cr,Ro=Tn(!0),Wo=Tn(),zo=gi(function(t,e){if(null==t)return{};if("function"!=typeof e[0]){var e=se(Ae(e),Ga);return ur(t,Le(ta(t),e))}var n=un(e[0],e[1],3);return or(t,function(t,e,r){return!n(t,e,r)})}),qo=gi(function(t,e){return null==t?{}:"function"==typeof e[0]?or(t,un(e[0],e[1],3)):ur(t,Ae(e))}),Uo=mn(function(t,e,n){return e=e.toLowerCase(),t+(n?e.charAt(0).toUpperCase()+e.slice(1):e)}),$o=mn(function(t,e,n){return t+(n?"-":"")+e.toLowerCase()}),Vo=An(),Go=An(!0),Jo=mn(function(t,e,n){return t+(n?"_":"")+e.toLowerCase()}),Zo=mn(function(t,e,n){return t+(n?" ":"")+(e.charAt(0).toUpperCase()+e.slice(1))}),Ko=gi(function(t,e){try{return t.apply(x,e)}catch(t){return Si(t)?t:new Wa(t)}}),Xo=gi(function(t,e){return function(n){return Zn(n,t,e)}}),Qo=gi(function(t,e){return function(n){return Zn(t,n,e)}}),ts=On("ceil"),es=On("floor"),ns=Mn(Li,Du),rs=Mn(Ui,Yu),is=On("round");return e.prototype=n.prototype,y.prototype=Fu(n.prototype),y.prototype.constructor=y,Rt.prototype=Fu(n.prototype),Rt.prototype.constructor=Rt,Ut.prototype.delete=$t,Ut.prototype.get=Vt,Ut.prototype.has=Gt,Ut.prototype.set=Jt,Zt.prototype.push=Xt,pi.Cache=Ut,e.after=li,e.ary=fi,e.assign=So,e.at=eo,e.before=hi,e.bind=mo,e.bindAll=go,e.bindKey=yo,e.callback=xa,e.chain=Rr,e.chunk=pr,e.compact=_r,e.constant=Da,e.countBy=no,e.create=Ji,e.curry=vo,e.curryRight=Mo,e.debounce=di,e.defaults=jo,e.defaultsDeep=Co,e.defer=bo,e.delay=wo,e.difference=zu,e.drop=mr,e.dropRight=gr,e.dropRightWhile=yr,e.dropWhile=vr,e.fill=Mr,e.filter=Kr,e.flatten=wr,e.flattenDeep=Lr,e.flow=Lo,e.flowRight=ko,e.forEach=ao,e.forEachRight=uo,e.forIn=Ho,e.forInRight=Po,e.forOwn=No,e.forOwnRight=Io,e.functions=Zi,e.groupBy=oo,e.indexBy=so,e.initial=xr,e.intersection=$u,e.invert=Qi,e.invoke=co,e.keys=Bo,e.keysIn=ta,e.map=ti,e.mapKeys=Ro,e.mapValues=Wo,e.matches=Ta,e.matchesProperty=Aa,e.memoize=pi,e.merge=Eo,e.method=Xo,e.methodOf=Qo,e.mixin=Ea,e.modArgs=xo,e.negate=_i,e.omit=zo,e.once=mi,e.pairs=ea,e.partial=Do,e.partialRight=Yo,e.partition=lo,e.pick=qo,e.pluck=ei,e.property=Ca,e.propertyOf=Fa,e.pull=Tr,e.pullAt=Vu,e.range=Oa,e.rearg=To,e.reject=ni,e.remove=Ar,e.rest=Er,e.restParam=gi,e.set=ra,e.shuffle=ii,e.slice=Sr,e.sortBy=oi,e.sortByAll=po,e.sortByOrder=si,e.spread=yi,e.take=jr,e.takeRight=Cr,e.takeRightWhile=Fr,e.takeWhile=Or,e.tap=Wr,e.throttle=vi,e.thru=zr,e.times=Ha,e.toArray=Vi,e.toPlainObject=Gi,e.transform=ia,e.union=Zu,e.uniq=Hr,e.unzip=Pr,e.unzipWith=Nr,e.values=aa,e.valuesIn=ua,e.where=ci,e.without=Ku,e.wrap=Mi,e.xor=Ir,e.zip=Xu,e.zipObject=Br,e.zipWith=Qu,e.backflow=ko,e.collect=ti,e.compose=ko,e.each=ao,e.eachRight=uo,e.extend=So,e.iteratee=xa,e.methods=Zi,e.object=Br,e.select=Kr,e.tail=Er,e.unique=Hr,Ea(e,e),e.add=Na,e.attempt=Ko,e.camelCase=Uo,e.capitalize=ca,e.ceil=ts,e.clone=bi,e.cloneDeep=wi,e.deburr=la,e.endsWith=fa,e.escape=ha,e.escapeRegExp=da,e.every=Zr,e.find=ro,e.findIndex=qu,e.findKey=Fo,e.findLast=io,e.findLastIndex=Uu,e.findLastKey=Oo,e.findWhere=Xr,e.first=br,e.floor=es,e.get=Ki,e.gt=Li,e.gte=ki,e.has=Xi,e.identity=Ya,e.includes=Qr,e.indexOf=kr,e.inRange=oa,e.isArguments=xi,e.isArray=Ao,e.isBoolean=Di,e.isDate=Yi,e.isElement=Ti,e.isEmpty=Ai,e.isEqual=Ei,e.isError=Si,e.isFinite=ji,e.isFunction=Ci,e.isMatch=Oi,e.isNaN=Hi,e.isNative=Pi,e.isNull=Ni,e.isNumber=Ii,e.isObject=Fi,e.isPlainObject=Bi,e.isRegExp=Ri,e.isString=Wi,e.isTypedArray=zi,e.isUndefined=qi,e.kebabCase=$o,e.last=Dr,e.lastIndexOf=Yr,e.lt=Ui,e.lte=$i,e.max=ns,e.min=rs,e.noConflict=Sa,e.noop=ja,e.now=_o,e.pad=pa,e.padLeft=Vo,e.padRight=Go,e.parseInt=_a,e.random=sa,e.reduce=fo,e.reduceRight=ho,e.repeat=ma,e.result=na,e.round=is,e.runInContext=k,e.size=ai,e.snakeCase=Jo,e.some=ui,e.sortedIndex=Gu,e.sortedLastIndex=Ju,e.startCase=Zo,e.startsWith=ga,e.sum=Ia,e.template=ya,e.trim=va,e.trimLeft=Ma,e.trimRight=ba,e.trunc=wa,e.unescape=La,e.uniqueId=Pa,e.words=ka,e.all=Zr,e.any=ui,e.contains=Qr,e.eq=Ei,e.detect=ro,e.foldl=fo,e.foldr=ho,e.head=br,e.include=Qr,e.inject=fo,Ea(e,function(){var t={};return Se(e,function(n,r){e.prototype[r]||(t[r]=n)}),t}(),!1),e.sample=ri,e.prototype.sample=function(t){return this.__chain__||null!=t?this.thru(function(e){return ri(e,t)}):ri(this.value())},e.VERSION=D,re(["bind","bindKey","curry","curryRight","partial","partialRight"],function(t){e[t].placeholder=e}),re(["drop","take"],function(t,e){Rt.prototype[t]=function(n){var r=this.__filtered__;if(r&&!e)return new Rt(this);n=null==n?1:bu(gu(n)||0,0);var i=this.clone();return r?i.__takeCount__=wu(i.__takeCount__,n):i.__views__.push({size:n,type:t+(i.__dir__<0?"Right":"")}),i},Rt.prototype[t+"Right"]=function(e){return this.reverse()[t](e).reverse()}}),re(["filter","map","takeWhile"],function(t,e){var n=e+1,r=n!=W;Rt.prototype[t]=function(t,e){var i=this.clone();return i.__iteratees__.push({iteratee:Rn(t,e,1),type:n}),i.__filtered__=i.__filtered__||r,i}}),re(["first","last"],function(t,e){var n="take"+(e?"Right":"");Rt.prototype[t]=function(){return this[n](1).value()[0]}}),re(["initial","rest"],function(t,e){var n="drop"+(e?"":"Right");Rt.prototype[t]=function(){return this.__filtered__?new Rt(this):this[n](1)}}),re(["pluck","where"],function(t,e){var n=e?"filter":"map",r=e?Ie:Ca;Rt.prototype[t]=function(t){return this[n](r(t))}}),Rt.prototype.compact=function(){return this.filter(Ya)},Rt.prototype.reject=function(t,e){return t=Rn(t,e,1),this.filter(function(e){return!t(e)})},Rt.prototype.slice=function(t,e){t=null==t?0:+t||0;var n=this;return n.__filtered__&&(t>0||e<0)?new Rt(n):(t<0?n=n.takeRight(-t):t&&(n=n.drop(t)),e!==x&&(e=+e||0,n=e<0?n.dropRight(-e):n.take(e-t)),n)},Rt.prototype.takeRightWhile=function(t,e){return this.reverse().takeWhile(t,e).reverse()},Rt.prototype.toArray=function(){return this.take(Yu)},Se(Rt.prototype,function(t,n){var r=/^(?:filter|map|reject)|While$/.test(n),i=/^(?:first|last)$/.test(n),a=e[i?"take"+("last"==n?"Right":""):n];a&&(e.prototype[n]=function(){var e=i?[1]:arguments,n=this.__chain__,u=this.__wrapped__,o=!!this.__actions__.length,s=u instanceof Rt,c=e[0],l=s||Ao(u);l&&r&&"function"==typeof c&&1!=c.length&&(s=l=!1);var f=function(t){return i&&n?a(t,1)[0]:a.apply(x,ce([t],e))},h={func:zr,args:[f],thisArg:x},d=s&&!o;if(i&&!n)return d?(u=u.clone(),u.__actions__.push(h),t.call(u)):a.call(x,this.value())[0];if(!i&&l){u=d?u:new Rt(this);var p=t.apply(u,e);return p.__actions__.push(h),new y(p,n)}return this.thru(f)})}),re(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(t){var n=(/^(?:replace|split)$/.test(t)?Xa:Za)[t],r=/^(?:push|sort|unshift)$/.test(t)?"tap":"thru",i=/^(?:join|pop|replace|shift)$/.test(t);e.prototype[t]=function(){var t=arguments;return i&&!this.__chain__?n.apply(this.value(),t):this[r](function(e){return n.apply(e,t)})}}),Se(Rt.prototype,function(t,n){var r=e[n];if(r){var i=r.name;(Cu[i]||(Cu[i]=[])).push({name:n,func:r})}}),Cu[jn(x,T).name]=[{name:"wrapper",func:x}],Rt.prototype.clone=Wt,Rt.prototype.reverse=zt,Rt.prototype.value=qt,e.prototype.chain=qr,e.prototype.commit=Ur,e.prototype.concat=to,e.prototype.plant=$r,e.prototype.reverse=Vr,e.prototype.toString=Gr,e.prototype.run=e.prototype.toJSON=e.prototype.valueOf=e.prototype.value=Jr,e.prototype.collect=e.prototype.map,e.prototype.head=e.prototype.first,e.prototype.select=e.prototype.filter,e.prototype.tail=e.prototype.rest,e}var x,D="3.10.1",Y=1,T=2,A=4,E=8,S=16,j=32,C=64,F=128,O=256,H=30,P="...",N=150,I=16,B=200,R=1,W=2,z="Expected a function",q="__lodash_placeholder__",U="[object Arguments]",$="[object Array]",V="[object Boolean]",G="[object Date]",J="[object Error]",Z="[object Function]",K="[object Number]",X="[object Object]",Q="[object RegExp]",tt="[object String]",et="[object ArrayBuffer]",nt="[object Float32Array]",rt="[object Float64Array]",it="[object Int8Array]",at="[object Int16Array]",ut="[object Int32Array]",ot="[object Uint8Array]",st="[object Uint8ClampedArray]",ct="[object Uint16Array]",lt="[object Uint32Array]",ft=/\b__p \+= '';/g,ht=/\b(__p \+=) '' \+/g,dt=/(__e\(.*?\)|\b__t\)) \+\n'';/g,pt=/&(?:amp|lt|gt|quot|#39|#96);/g,_t=/[&<>"'`]/g,mt=RegExp(pt.source),gt=RegExp(_t.source),yt=/<%-([\s\S]+?)%>/g,vt=/<%([\s\S]+?)%>/g,Mt=/<%=([\s\S]+?)%>/g,bt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,wt=/^\w*$/,Lt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,kt=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,xt=RegExp(kt.source),Dt=/[\u0300-\u036f\ufe20-\ufe23]/g,Yt=/\\(\\)?/g,Tt=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,At=/\w*$/,Et=/^0[xX]/,St=/^\[object .+?Constructor\]$/,jt=/^\d+$/,Ct=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,Ft=/($^)/,Ot=/['\n\r\u2028\u2029\\]/g,Ht=function(){var t="[A-Z\\xc0-\\xd6\\xd8-\\xde]",e="[a-z\\xdf-\\xf6\\xf8-\\xff]+";return RegExp(t+"+(?="+t+e+")|"+t+"?"+e+"|"+t+"+|[0-9]+","g")}(),Pt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Nt=-1,It={};It[nt]=It[rt]=It[it]=It[at]=It[ut]=It[ot]=It[st]=It[ct]=It[lt]=!0,It[U]=It[$]=It[et]=It[V]=It[G]=It[J]=It[Z]=It["[object Map]"]=It[K]=It[X]=It[Q]=It["[object Set]"]=It[tt]=It["[object WeakMap]"]=!1;var Bt={};Bt[U]=Bt[$]=Bt[et]=Bt[V]=Bt[G]=Bt[nt]=Bt[rt]=Bt[it]=Bt[at]=Bt[ut]=Bt[K]=Bt[X]=Bt[Q]=Bt[tt]=Bt[ot]=Bt[st]=Bt[ct]=Bt[lt]=!0,Bt[J]=Bt[Z]=Bt["[object Map]"]=Bt["[object Set]"]=Bt["[object WeakMap]"]=!1;var Rt={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss"},Wt={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","`":"&#96;"},zt={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'","&#96;":"`"},qt={function:!0,object:!0},Ut={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},$t={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Vt=qt[typeof e]&&e&&!e.nodeType&&e,Gt=qt[typeof t]&&t&&!t.nodeType&&t,Jt=Vt&&Gt&&"object"==typeof n&&n&&n.Object&&n,Zt=qt[typeof self]&&self&&self.Object&&self,Kt=qt[typeof window]&&window&&window.Object&&window,Xt=Gt&&Gt.exports===Vt&&Vt,Qt=Jt||Kt!==(this&&this.window)&&Kt||Zt||this,te=k();"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Qt._=te,define(function(){return te})):Vt&&Gt?Xt?(Gt.exports=te)._=te:Vt._=te:Qt._=te}).call(this)}).call(e,n(3)(t),n(5))},function(t,e,n){"use strict";function r(t,e,n){var r=e.nodes().filter(function(t){return!u.isSubgraph(e,t)}),s=t.selectAll("g.node").data(r,function(t){return t}).classed("update",!0);return s.selectAll("*").remove(),s.enter().append("g").attr("class","node").style("opacity",0),s.each(function(t){var r=e.node(t),s=o.select(this),c=s.append("g").attr("class","label"),l=a(c,r),f=n[r.shape],h=i.pick(l.node().getBBox(),"width","height");r.elem=this,r.id&&s.attr("id",r.id),r.labelId&&c.attr("id",r.labelId),u.applyClass(s,r.class,(s.classed("update")?"update ":"")+"node"),i.has(r,"width")&&(h.width=r.width),i.has(r,"height")&&(h.height=r.height),h.width+=r.paddingLeft+r.paddingRight,h.height+=r.paddingTop+r.paddingBottom,c.attr("transform","translate("+(r.paddingLeft-r.paddingRight)/2+","+(r.paddingTop-r.paddingBottom)/2+")");var d=f(o.select(this),h,r);u.applyStyle(d,r.style);var p=d.node().getBBox();r.width=p.width,r.height=p.height}),u.applyTransition(s.exit(),e).style("opacity",0).remove(),s}var i=n(14),a=n(20),u=n(8),o=n(15);t.exports=r},function(t,e,n){function r(t,e){for(var n=t.append("text"),r=i(e.label).split("\n"),u=0;u<r.length;u++)n.append("tspan").attr("xml:space","preserve").attr("dy","1em").attr("x","1").text(r[u]);return a.applyStyle(n,e.labelStyle),n}function i(t){for(var e,n="",r=!1,i=0;i<t.length;++i)if(e=t[i],r){switch(e){case"n":n+="\n";break;default:n+=e}r=!1}else"\\"===e?r=!0:n+=e;return n}var a=n(8);t.exports=r},function(t,e,n){function r(t,e){var n=t.append("foreignObject").attr("width","100000"),r=n.append("xhtml:div");r.attr("xmlns","http://www.w3.org/1999/xhtml");var a=e.label;switch(typeof a){case"function":r.insert(a);break;case"object":r.insert(function(){return a});break;default:r.html(a)}i.applyStyle(r,e.labelStyle),r.style("display","inline-block"),r.style("white-space","nowrap");var u=r[0][0].getBoundingClientRect();return n.attr("width",u.width).attr("height",u.height),n}var i=n(8);t.exports=r},function(t,e,n){function r(t,e){var n=t;return n.node().appendChild(e.label),i.applyStyle(n,e.labelStyle),n}var i=n(8);t.exports=r},function(t,e,n){function r(t,e){var n=e.nodes().filter(function(t){return i.isSubgraph(e,t)}),r=t.selectAll("g.cluster").data(n,function(t){return t});return r.selectAll("*").remove(),r.enter().append("g").attr("class","cluster").attr("id",function(t){return e.node(t).id}).style("opacity",0),i.applyTransition(r,e).style("opacity",1),r.each(function(t){var n=e.node(t),r=d3.select(this);d3.select(this).append("rect");var i=r.append("g").attr("class","label");a(i,n,n.clusterLabelPos)}),r.selectAll("rect").each(function(t){var n=e.node(t),r=d3.select(this);i.applyStyle(r,n.style)}),i.applyTransition(r.exit(),e).style("opacity",0).remove(),r}var i=n(8),a=n(20);t.exports=r},function(t,e,n){"use strict";function r(t,e){var n=t.selectAll("g.edgeLabel").data(e.edges(),function(t){return u.edgeToId(t)}).classed("update",!0);return n.selectAll("*").remove(),n.enter().append("g").classed("edgeLabel",!0).style("opacity",0),n.each(function(t){var n=e.edge(t),r=a(o.select(this),e.edge(t),0,0).classed("label",!0),u=r.node().getBBox();n.labelId&&r.attr("id",n.labelId),i.has(n,"width")||(n.width=u.width),i.has(n,"height")||(n.height=u.height)}),u.applyTransition(n.exit(),e).style("opacity",0).remove(),n}var i=n(14),a=n(20),u=n(8),o=n(15);t.exports=r},function(t,e,n){"use strict";function r(t,e,n){var r=t.selectAll("g.edgePath").data(e.edges(),function(t){return h.edgeToId(t)}).classed("update",!0);return s(r,e),c(r,e),h.applyTransition(r,e).style("opacity",1),r.each(function(t){var n=d.select(this),r=e.edge(t);r.elem=this,r.id&&n.attr("id",r.id),h.applyClass(n,r.class,(n.classed("update")?"update ":"")+"edgePath")}),r.selectAll("path.path").each(function(t){var n=e.edge(t);n.arrowheadId=l.uniqueId("arrowhead");var r=d.select(this).attr("marker-end",function(){return"url("+i(location.href,n.arrowheadId)+")"}).style("fill","none");h.applyTransition(r,e).attr("d",function(t){return a(e,t)}),h.applyStyle(r,n.style)}),r.selectAll("defs *").remove(),r.selectAll("defs").each(function(t){var r=e.edge(t);(0,n[r.arrowhead])(d.select(this),r.arrowheadId,r,"arrowhead")}),r}function i(t,e){return t.split("#")[0]+"#"+e}function a(t,e){var n=t.edge(e),r=t.node(e.v),i=t.node(e.w),a=n.points.slice(1,n.points.length-1);return a.unshift(f(r,a[0])),a.push(f(i,a[a.length-1])),u(n,a)}function u(t,e){var n=d.svg.line().x(function(t){return t.x}).y(function(t){return t.y});return l.has(t,"lineInterpolate")&&n.interpolate(t.lineInterpolate),l.has(t,"lineTension")&&n.tension(Number(t.lineTension)),n(e)}function o(t){var e=t.getBBox(),n=t.ownerSVGElement.getScreenCTM().inverse().multiply(t.getScreenCTM()).translate(e.width/2,e.height/2);return{x:n.e,y:n.f}}function s(t,e){var n=t.enter().append("g").attr("class","edgePath").style("opacity",0);n.append("path").attr("class","path").attr("d",function(t){var n=e.edge(t),r=e.node(t.v).elem;return u(n,l.range(n.points.length).map(function(){return o(r)}))}),n.append("defs")}function c(t,e){var n=t.exit();h.applyTransition(n,e).style("opacity",0).remove(),h.applyTransition(n.select("path.path"),e).attr("d",function(t){var n=e.node(t.v);if(n){return u({},l.range(this.getTotalLength()).map(function(){return n}))}return d.select(this).attr("d")})}var l=n(14),f=n(38),h=n(8),d=n(15);t.exports=r},function(t,e,n){"use strict";function r(t,e){function n(t){var n=e.node(t);return"translate("+n.x+","+n.y+")"}t.filter(function(){return!a.select(this).classed("update")}).attr("transform",n),i.applyTransition(t,e).style("opacity",1).attr("transform",n)}var i=n(8),a=n(15);t.exports=r},function(t,e,n){"use strict";function r(t,e){function n(t){var n=e.edge(t);return u.has(n,"x")?"translate("+n.x+","+n.y+")":""}t.filter(function(){return!a.select(this).classed("update")}).attr("transform",n),i.applyTransition(t,e).style("opacity",1).attr("transform",n)}var i=n(8),a=n(15),u=n(14);t.exports=r},function(t,e,n){"use strict";function r(t,e){function n(t){var n=e.node(t);return"translate("+n.x+","+n.y+")"}var r=t.filter(function(){return!a.select(this).classed("update")});r.attr("transform",n),i.applyTransition(t,e).style("opacity",1).attr("transform",n),i.applyTransition(r.selectAll("rect"),e).attr("width",function(t){return e.node(t).width}).attr("height",function(t){return e.node(t).height}).attr("x",function(t){return-e.node(t).width/2}).attr("y",function(t){return-e.node(t).height/2})}var i=n(8),a=n(15);t.exports=r},function(t,e,n){"use strict";function r(t,e,n){var r=t.insert("rect",":first-child").attr("rx",n.rx).attr("ry",n.ry).attr("x",-e.width/2).attr("y",-e.height/2).attr("width",e.width).attr("height",e.height);return n.intersect=function(t){return o(n,t)},r}function i(t,e,n){var r=e.width/2,i=e.height/2,a=t.insert("ellipse",":first-child").attr("x",-e.width/2).attr("y",-e.height/2).attr("rx",r).attr("ry",i);return n.intersect=function(t){return s(n,r,i,t)},a}function a(t,e,n){var r=Math.max(e.width,e.height)/2,i=t.insert("circle",":first-child").attr("x",-e.width/2).attr("y",-e.height/2).attr("r",r);return n.intersect=function(t){return c(n,r,t)},i}function u(t,e,n){var r=e.width*Math.SQRT2/2,i=e.height*Math.SQRT2/2,a=[{x:0,y:-i},{x:-r,y:0},{x:0,y:i},{x:r,y:0}],u=t.insert("polygon",":first-child").attr("points",a.map(function(t){return t.x+","+t.y}).join(" "));return n.intersect=function(t){return l(n,a,t)},u}var o=n(41),s=n(19),c=n(39),l=n(40);t.exports={rect:r,ellipse:i,circle:a,diamond:u}},function(t,e,n){function r(t,e,n,r){var i=t.append("marker").attr("id",e).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),a=i.append("path").attr("d","M 0 0 L 10 5 L 0 10 z").style("stroke-width",1).style("stroke-dasharray","1,0");u.applyStyle(a,n[r+"Style"]),n[r+"Class"]&&a.attr("class",n[r+"Class"])}function i(t,e,n,r){var i=t.append("marker").attr("id",e).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),a=i.append("path").attr("d","M 0 0 L 10 5 L 0 10 L 4 5 z").style("stroke-width",1).style("stroke-dasharray","1,0");u.applyStyle(a,n[r+"Style"]),n[r+"Class"]&&a.attr("class",n[r+"Class"])}function a(t,e,n,r){var i=t.append("marker").attr("id",e).attr("viewBox","0 0 10 10").attr("refX",9).attr("refY",5).attr("markerUnits","strokeWidth").attr("markerWidth",8).attr("markerHeight",6).attr("orient","auto"),a=i.append("path").attr("d","M 0 5 L 10 5").style("stroke-width",1).style("stroke-dasharray","1,0");u.applyStyle(a,n[r+"Style"]),n[r+"Class"]&&a.attr("class",n[r+"Class"])}var u=n(8);t.exports={default:r,normal:r,vee:i,undirected:a}},function(t,e){t.exports="0.4.18"},function(t,e,n){var r=n(42).parser;r.yy=n(43);var i=n(246),a=n(10),u=n(2),o=u.Log,s={diagramMarginX:50,diagramMarginY:30,actorMargin:50,width:150,height:65,boxMargin:10,boxTextMargin:5,noteMargin:10,messageMargin:35,mirrorActors:!1,bottomMarginAdj:1,activationWidth:10,textPlacement:"tspan"};e.bounds={data:{startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},verticalPos:0,sequenceItems:[],activations:[],init:function(){this.sequenceItems=[],this.activations=[],this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0},this.verticalPos=0},updateVal:function(t,e,n,r){void 0===t[e]?t[e]=n:t[e]=r(n,t[e])},updateBounds:function(t,n,r,i){function a(a){return function(c){o++;var l=u.sequenceItems.length-o+1;u.updateVal(c,"starty",n-l*s.boxMargin,Math.min),u.updateVal(c,"stopy",i+l*s.boxMargin,Math.max),u.updateVal(e.bounds.data,"startx",t-l*s.boxMargin,Math.min),u.updateVal(e.bounds.data,"stopx",r+l*s.boxMargin,Math.max),"activation"!==a&&(u.updateVal(c,"startx",t-l*s.boxMargin,Math.min),u.updateVal(c,"stopx",r+l*s.boxMargin,Math.max),u.updateVal(e.bounds.data,"starty",n-l*s.boxMargin,Math.min),u.updateVal(e.bounds.data,"stopy",i+l*s.boxMargin,Math.max))}}var u=this,o=0;this.sequenceItems.forEach(a()),this.activations.forEach(a("activation"))},insert:function(t,n,r,i){var a,u,o,s;a=Math.min(t,r),o=Math.max(t,r),u=Math.min(n,i),s=Math.max(n,i),this.updateVal(e.bounds.data,"startx",a,Math.min),this.updateVal(e.bounds.data,"starty",u,Math.min),this.updateVal(e.bounds.data,"stopx",o,Math.max),this.updateVal(e.bounds.data,"stopy",s,Math.max),this.updateBounds(a,u,o,s)},newActivation:function(t,e){var n=r.yy.getActors()[t.from.actor],a=f(t.from.actor).length,u=n.x+s.width/2+(a-1)*s.activationWidth/2;this.activations.push({startx:u,starty:this.verticalPos+2,stopx:u+s.activationWidth,stopy:void 0,actor:t.from.actor,anchored:i.anchorElement(e)})},endActivation:function(t){var e=this.activations.map(function(t){return t.actor}).lastIndexOf(t.from.actor);return this.activations.splice(e,1)[0]},newLoop:function(t){this.sequenceItems.push({startx:void 0,starty:this.verticalPos,stopx:void 0,stopy:void 0,title:t})},endLoop:function(){return this.sequenceItems.pop()},addSectionToLoop:function(t){var n=this.sequenceItems.pop();n.sections=n.sections||[],n.sectionTitles=n.sectionTitles||[],n.sections.push(e.bounds.getVerticalPos()),n.sectionTitles.push(t),this.sequenceItems.push(n)},bumpVerticalPos:function(t){this.verticalPos=this.verticalPos+t,this.data.stopy=this.verticalPos},getVerticalPos:function(){return this.verticalPos},getBounds:function(){return this.data}};var c=function(t,n,r,a,u){var o=i.getNoteRect();o.x=n,o.y=r,o.width=u||s.width,o.class="note";var c=t.append("g"),l=i.drawRect(c,o),f=i.getTextObj();f.x=n-4,f.y=r-13,f.textMargin=s.noteMargin,f.dy="1em",f.text=a.message,f.class="noteText";var h=i.drawText(c,f,o.width-s.noteMargin),d=h[0][0].getBBox().height;!u&&d>s.width?(h.remove(),c=t.append("g"),h=i.drawText(c,f,2*o.width-s.noteMargin),d=h[0][0].getBBox().height,l.attr("width",2*o.width),e.bounds.insert(n,r,n+2*o.width,r+2*s.noteMargin+d)):e.bounds.insert(n,r,n+o.width,r+2*s.noteMargin+d),l.attr("height",d+2*s.noteMargin),e.bounds.bumpVerticalPos(d+2*s.noteMargin)},l=function(t,n,i,a,u){var o,c=t.append("g"),l=n+(i-n)/2,f=c.append("text").attr("x",l).attr("y",a-7).style("text-anchor","middle").attr("class","messageText").text(u.message);o=void 0!==f[0][0].getBBox?f[0][0].getBBox().width:f[0][0].getBoundingClientRect();var h;if(n===i){h=c.append("path").attr("d","M "+n+","+a+" C "+(n+60)+","+(a-10)+" "+(n+60)+","+(a+30)+" "+n+","+(a+20)),e.bounds.bumpVerticalPos(30);var d=Math.max(o/2,100);e.bounds.insert(n-d,e.bounds.getVerticalPos()-10,i+d,e.bounds.getVerticalPos())}else h=c.append("line"),h.attr("x1",n),h.attr("y1",a),h.attr("x2",i),h.attr("y2",a),e.bounds.insert(n,e.bounds.getVerticalPos()-10,i,e.bounds.getVerticalPos());u.type===r.yy.LINETYPE.DOTTED||u.type===r.yy.LINETYPE.DOTTED_CROSS||u.type===r.yy.LINETYPE.DOTTED_OPEN?(h.style("stroke-dasharray","3, 3"),h.attr("class","messageLine1")):h.attr("class","messageLine0");var p="";s.arrowMarkerAbsolute&&(p=window.location.protocol+"//"+window.location.host+window.location.pathname+window.location.search,p=p.replace(/\(/g,"\\("),p=p.replace(/\)/g,"\\)")),h.attr("stroke-width",2),h.attr("stroke","black"),h.style("fill","none"),u.type!==r.yy.LINETYPE.SOLID&&u.type!==r.yy.LINETYPE.DOTTED||h.attr("marker-end","url("+p+"#arrowhead)"),u.type!==r.yy.LINETYPE.SOLID_CROSS&&u.type!==r.yy.LINETYPE.DOTTED_CROSS||h.attr("marker-end","url("+p+"#crosshead)")};t.exports.drawActors=function(t,n,r,a){var u;for(u=0;u<r.length;u++){var o=r[u];n[o].x=u*s.actorMargin+u*s.width,n[o].y=a,n[o].width=s.diagramMarginX,n[o].height=s.diagramMarginY,i.drawActor(t,n[o].x,a,n[o].description,s),e.bounds.insert(n[o].x,a,n[o].x+s.width,s.height)}e.bounds.bumpVerticalPos(s.height)},t.exports.setConf=function(t){Object.keys(t).forEach(function(e){s[e]=t[e]})};var f=function(e){return t.exports.bounds.activations.filter(function(t){return t.actor===e})},h=function(t){var e=r.yy.getActors(),n=f(t);return[n.reduce(function(t,e){return Math.min(t,e.startx)},e[t].x+s.width/2),n.reduce(function(t,e){return Math.max(t,e.stopx)},e[t].x+s.width/2)]};t.exports.draw=function(n,u){function f(t,n){var r=e.bounds.endActivation(t);r.starty+18>n&&(r.starty=n-6,n+=12),i.drawActivation(m,r,n,s),e.bounds.insert(r.startx,n-10,r.stopx,n)}r.yy.clear(),r.parse(n+"\n"),e.bounds.init();var d,p,_,m=a.select("#"+u),g=r.yy.getActors(),y=r.yy.getActorKeys(),v=r.yy.getMessages(),M=r.yy.getTitle();t.e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment